> Are you sure no problem was reported when you tried to start bootlogd?
> If not, can you try to run the program under strace and report the
> output (last 100 lines is probably enough)?

Here are the last strace lines:

lstat64("vcsa15", {st_mode=S_IFCHR|0600, st_rdev=makedev(7, 143), ...})
= 0
lstat64("vcsa0", {st_mode=S_IFCHR|0600, st_rdev=makedev(7, 128), ...}) =
0
lstat64("vcsa", {st_mode=S_IFLNK|0777, st_size=5, ...}) = 0
lstat64("tty24", {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 24), ...}) =
0
lstat64("tty1", {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
brk(0)                                  = 0x8075000
brk(0)                                  = 0x8075000
brk(0x8074000)                          = 0x8074000
brk(0)                                  = 0x8074000
close(3)                                = 0
open("/dev/tty1", O_WRONLY|O_NONBLOCK|O_NOCTTY) = 3
fcntl64(3, F_GETFL)                     = 0x801 (flags O_WRONLY|
O_NONBLOCK)
fcntl64(3, F_SETFL, O_WRONLY)           = 0
open("/dev/ptmx", O_RDWR)               = 4
statfs("/dev/pts", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=1024,
f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0},
f_namelen=255, f_frsize=0}) = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon
echo ...}) = 0
ioctl(4, TIOCGPTN, [4])                 = 0
stat64("/dev/pts/4", {st_mode=S_IFCHR|0620, st_rdev=makedev(136,
4), ...}) = 0
statfs("/dev/pts/4", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=1024,
f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0},
f_namelen=255, f_frsize=0}) = 0
ioctl(4, TIOCSPTLCK, [0])               = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon
echo ...}) = 0
ioctl(4, TIOCGPTN, [4])                 = 0
stat64("/dev/pts/4", {st_mode=S_IFCHR|0620, st_rdev=makedev(136,
4), ...}) = 0
open("/dev/pts/4", O_RDWR|O_NOCTTY)     = 5
ioctl(0, TIOCCONS)                      = 0
open("/dev/tty0", O_RDWR)               = 6
ioctl(6, TIOCCONS)                      = 0
close(6)                                = 0
ioctl(5, TIOCCONS)                      = 0
fork()                                  = 7115
exit_group(1)                           = ?

Cheers, 

Yann



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to