I'm encountering this exact problem. Using strace to compare the listed
successful run with my problematic run, I see that mkdir is never called:
[pid 26064] stat64("/java", 0xbeeb5428) = -1 ENOENT (No such file or
directory)
[pid 26064] open("/etc/mtab", O_RDONLY) = 4
[pid 26064] fstat64(4, {st_mode=S_IFREG|0644, st_size=510, ...}) = 0
[pid 26064] mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001e000
[pid 26064] read(4, "tmpfs /lib/init/rw tmpfs rw,nosui"..., 4096) = 510
[pid 26064] read(4, ""..., 4096) = 0
[pid 26064] close(4) = 0
[pid 26064] munmap(0x4001e000, 4096) = 0
[pid 26064] statfs("/", {f_type=0x24051905, f_bsize=4096,
f_blocks=118212, f_bfree=46490, f_bavail=45281, f_files=0, f_ffree=0,
f_fsid={-165349119, -1270197822}, f_namelen=255, f_frsize=4096}) = 0
[pid 26064] gettimeofday({1266365927, 67886}, NULL) = 0
[pid 26064] send(3, "<26>Feb 17 00:18:47 automount[260"..., 78,
MSG_NOSIGNAL) = 78
[pid 26064] gettimeofday({1266365927, 69067}, NULL) = 0
[pid 26064] send(3, "<26>Feb 17 00:18:47 automount[260"..., 58,
MSG_NOSIGNAL) = 58
[pid 26064] munmap(0x40196000, 53536) = 0
[pid 26064] munmap(0x4018a000, 45760) = 0
[pid 26064] munmap(0x40160000, 49532) = 0
[pid 26064] munmap(0x4016d000, 116468) = 0
[pid 26064] close(3) = 0
[pid 26064] exit_group(1) = ?
Process 26064 detached
exit_group(0) = ?
I'm also finding that the --debug option is not producing any debug
output anywhere that I can find (/var/log/*)
David Holmes
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b7b4894.1040...@sun.com