[EMAIL PROTECTED]:~# strace -Ff -tt /etc/init.d/dbus 2>&1 | tee strace-dbus.log
05:10:08.270937 execve("/etc/init.d/dbus", ["/etc/init.d/dbus"], [/* 31 vars 
*/]) = 0
05:10:08.273015 brk(0)                  = 0x805e000
05:10:08.273395 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
05:10:08.273742 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f6f000
05:10:08.274064 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or 
directory)
05:10:08.274369 open("/etc/ld.so.cache", O_RDONLY) = 3
05:10:08.274659 fstat64(3, {st_mode=S_IFREG|0644, st_size=64796, ...}) = 0
05:10:08.274999 mmap2(NULL, 64796, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f5f000
05:10:08.275277 close(3)                = 0
05:10:08.314090 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
05:10:08.314547 open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
05:10:08.314856 read(3, 
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260e\1"..., 512) = 512
05:10:08.315179 fstat64(3, {st_mode=S_IFREG|0755, st_size=1364388, ...}) = 0
05:10:08.315490 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f5e000
05:10:08.315857 mmap2(NULL, 1369712, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e0f000
05:10:08.316154 mmap2(0xb7f58000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149) = 0xb7f58000
05:10:08.316493 mmap2(0xb7f5b000, 9840, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f5b000
05:10:08.316824 close(3)                = 0
05:10:08.317151 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e0e000
05:10:08.317448 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e0e6b0, 
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, 
seg_not_present:0, useable:1}) = 0
05:10:08.318002 mprotect(0xb7f58000, 4096, PROT_READ) = 0
05:10:08.318375 munmap(0xb7f5f000, 64796) = 0
05:10:08.318749 getpid()                = 8794
05:10:08.319027 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
05:10:08.319325 geteuid32()             = 0
05:10:08.319941 brk(0)                  = 0x805e000
05:10:08.320248 brk(0x807f000)          = 0x807f000
05:10:08.320558 getppid()               = 8792
05:10:08.320867 stat64("/home/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) 
= 0
05:10:08.321207 stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
05:10:08.321563 open("/etc/init.d/dbus", O_RDONLY) = 3
05:10:08.321868 fcntl64(3, F_DUPFD, 10) = 10
05:10:08.322125 close(3)                = 0
05:10:08.322373 fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
05:10:08.322636 rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
05:10:08.322907 rt_sigaction(SIGINT, {0x8055a20, ~[RTMIN RT_1], 0}, NULL, 8) = 0
05:10:08.330491 rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
05:10:08.330849 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
05:10:08.331114 rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
05:10:08.331375 rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
05:10:08.331669 read(10, "#! /bin/sh\n### BEGIN INIT INFO\n#"..., 8192) = 4312
05:10:08.332235 stat64("/usr/bin/dbus-daemon", {st_mode=S_IFREG|0755, 
st_size=273972, ...}) = 0
05:10:08.332689 geteuid32()             = 0
05:10:08.332972 open("/lib/lsb/init-functions", O_RDONLY) = 3
05:10:08.333274 fcntl64(3, F_DUPFD, 10) = 11
05:10:08.333523 close(3)                = 0
05:10:08.333767 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
05:10:08.334034 read(11, "# /lib/lsb/init-functions for De"..., 8192) = 8021
05:10:08.335468 stat64("/etc/lsb-base-logging.sh", {st_mode=S_IFREG|0644, 
st_size=3820, ...}) = 0
05:10:08.335951 open("/etc/lsb-base-logging.sh", O_RDONLY) = 3
05:10:08.336251 fcntl64(3, F_DUPFD, 10) = 12
05:10:08.336504 close(3)                = 0
05:10:08.336750 fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
05:10:08.337022 read(12, "# Default init script logging fu"..., 8192) = 3820
05:10:08.346337 read(12, "", 8192)      = 0
05:10:08.347061 close(12)               = 0
05:10:08.347226 read(11, "", 8192)      = 0
05:10:08.347361 close(11)               = 0
05:10:08.347565 stat64("/etc/default/dbus", {st_mode=S_IFREG|0644, st_size=377, 
...}) = 0
05:10:08.347841 open("/etc/default/dbus", O_RDONLY) = 3
05:10:08.348063 fcntl64(3, F_DUPFD, 10) = 11
05:10:08.348195 close(3)                = 0
05:10:08.348322 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
05:10:08.348457 read(11, "# This is a configuration file f"..., 8192) = 377
05:10:08.348664 read(11, "", 8192)      = 0
05:10:08.348800 close(11)               = 0
05:10:08.349470 fcntl64(1, F_DUPFD, 10) = 11
05:10:08.349620 close(1)                = 0
05:10:08.349746 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
05:10:08.349879 dup2(2, 1)              = 1
05:10:08.350024 write(1, "Usage: /etc/init.d/dbus {start|s"..., 65Usage: 
/etc/init.d/dbus {start|stop|reload|restart|force-reload}
) = 65
05:10:08.350202 dup2(11, 1)             = 1
05:10:08.350325 close(11)               = 0
05:10:08.350489 exit_group(2)           = ?
Process 8794 detached
[EMAIL PROTECTED]:~#

-- 
Failed to initalize HAL.
https://bugs.launchpad.net/bugs/25931
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to