randoman
02-01-2006, 15:19
Grazie per l'info sulla impostazione del framebuffer che non sapevo.
Riguardo al man, non ho capito cosa intendi per "zippare e allegare": devo zippare il file e poi incollarti il contenuto del file zippato o cosa? :confused:
Quindi scusa se ti incollo il file per esteso.
man.trace che ne deriva nel nuovo kernel:
execve("/usr/bin/man", ["man", "ifconfig"], [/* 28 vars */]) = 0
uname({sys="Linux", node="darkstar", ...}) = 0
brk(0) = 0x8058000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=54401, ...}) = 0
mmap2(NULL, 54401, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f9c000
close(3) = 0
open("/lib/tls/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20O\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1441261, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f9b000
mmap2(NULL, 1240284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e6c000
mmap2(0xb7f95000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x128) = 0xb7f95000
mmap2(0xb7f99000, 7388, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f99000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e6b000
mprotect(0xb7f95000, 4096, PROT_READ) = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e6b6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7f9c000, 54401) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
brk(0) = 0x8058000
brk(0x8079000) = 0x8079000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fa9000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2586
read(3, "", 4096) = 0
close(3) = 0
munmap(0xb7fa9000, 4096) = 0
open("/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=178476, ...}) = 0
mmap2(NULL, 178476, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7e3f000
close(3) = 0
open("/usr/lib/locale/en_US/LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3) = 0
open("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap2(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fa9000
close(3) = 0
getuid32() = 0
geteuid32() = 0
getgid32() = 0
getegid32() = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, TIOCGWINSZ, {ws_row=25, ws_col=80, ws_xpixel=0, ws_ypixel=0}) = 0
open("/usr/lib/man.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4623, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fa8000
read(3, "#\n# Generated automatically from"..., 4096) = 4096
brk(0x809b000) = 0x809b000
read(3, "ed\n# and the MANSECT environment"..., 4096) = 527
read(3, "", 4096) = 0
stat64("/usr/local/man/en_US", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/local/man/en", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/local/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/man/en_US", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/man/en", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/man/en_US", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/man/en", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/share/texmf/man/en_US", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/share/texmf/man/en", 0xbfbb90ec) = -1 ENOENT (No such file or directory)
stat64("/usr/share/texmf/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
open("/usr/local/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 172 entries */, 4096) = 4076
getdents(4, /* 33 entries */, 4096) = 840
getdents(4, /* 163 entries */, 4096) = 4096
getdents(4, /* 31 entries */, 4096) = 764
getdents(4, /* 161 entries */, 4096) = 4092
getdents(4, /* 28 entries */, 4096) = 740
getdents(4, /* 159 entries */, 4096) = 4076
getdents(4, /* 29 entries */, 4096) = 772
getdents(4, /* 152 entries */, 4096) = 4080
getdents(4, /* 18 entries */, 4096) = 472
getdents(4, /* 149 entries */, 4096) = 4088
getdents(4, /* 26 entries */, 4096) = 708
getdents(4, /* 149 entries */, 4096) = 4080
getdents(4, /* 24 entries */, 4096) = 612
getdents(4, /* 166 entries */, 4096) = 4080
getdents(4, /* 29 entries */, 4096) = 776
getdents(4, /* 74 entries */, 4096) = 2184
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 172 entries */, 4096) = 4076
getdents(4, /* 33 entries */, 4096) = 840
getdents(4, /* 163 entries */, 4096) = 4096
getdents(4, /* 31 entries */, 4096) = 764
getdents(4, /* 161 entries */, 4096) = 4092
getdents(4, /* 28 entries */, 4096) = 740
getdents(4, /* 159 entries */, 4096) = 4076
getdents(4, /* 29 entries */, 4096) = 772
getdents(4, /* 152 entries */, 4096) = 4080
getdents(4, /* 18 entries */, 4096) = 472
getdents(4, /* 149 entries */, 4096) = 4088
getdents(4, /* 26 entries */, 4096) = 708
getdents(4, /* 149 entries */, 4096) = 4080
getdents(4, /* 24 entries */, 4096) = 612
getdents(4, /* 166 entries */, 4096) = 4080
getdents(4, /* 29 entries */, 4096) = 776
getdents(4, /* 74 entries */, 4096) = 2184
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 4 entries */, 4096) = 80
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 4 entries */, 4096) = 80
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 156 entries */, 4096) = 4084
getdents(4, /* 26 entries */, 4096) = 740
getdents(4, /* 155 entries */, 4096) = 4080
getdents(4, /* 29 entries */, 4096) = 744
getdents(4, /* 48 entries */, 4096) = 1300
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 156 entries */, 4096) = 4084
getdents(4, /* 26 entries */, 4096) = 740
getdents(4, /* 155 entries */, 4096) = 4080
getdents(4, /* 29 entries */, 4096) = 744
getdents(4, /* 48 entries */, 4096) = 1300
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 4 entries */, 4096) = 80
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 4 entries */, 4096) = 80
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/share/texmf/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 106 entries */, 4096) = 2564
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/share/texmf/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 106 entries */, 4096) = 2564
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/share/texmf/man/cat1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
open("/usr/local/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/cat8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/cat8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 2 entries */, 4096) = 32
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 158 entries */, 4096) = 4088
getdents(4, /* 30 entries */, 4096) = 756
getdents(4, /* 154 entries */, 4096) = 4080
getdents(4, /* 23 entries */, 4096) = 596
getdents(4, /* 153 entries */, 4096) = 4068
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents(4, /* 158 entries */, 4096) = 4088
getdents(4, /* 30 entries */, 4096) = 756
getdents(4, /* 154 entries */, 4096) = 4080
getdents(4, /* 23 entries */, 4096) = 596
getdents(4, /* 153 entries */, 4096) = 4068
getdents(4, /* 0 entries */, 4096) = 0
close(4) = 0
access("/usr/man/man8/ifconfig.8.gz", R_OK) = 0
pipe([4, 5]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e6b708) = 3111
close(5) = 0
fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fa7000
read(4, ".TH IFCONFIG 8 \"14 August 2000\" "..., 4096) = 4096
close(4) = 0
waitpid(3111, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 3111
--- SIGCHLD (Child exited) @ 0 (0) ---
munmap(0xb7fa7000, 4096) = 0
stat64("/usr/man/man8/ifconfig.8.gz", {st_mode=S_IFREG|0644, st_size=2497, ...}) = 0
stat64("/usr/man/cat8/ifconfig.8.bz2", {st_mode=S_IFREG|0444, st_size=3041, ...}) = 0
access("/usr/man/cat8/ifconfig.8.bz2", R_OK) = 0
access("/usr/man/cat8/ifconfig.8.bz2", R_OK) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
rt_sigaction(SIGINT, {0x804dfda, [INT], SA_RESTART}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_IGN}, {0x804dfda, [INT], SA_RESTART}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0xbfbbb108) = 3112
waitpid(3112, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 3112
rt_sigaction(SIGINT, {0x804dfda, [INT], SA_RESTART}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigaction(SIGINT, {SIG_DFL}, {0x804dfda, [INT], SA_RESTART}, 8) = 0
open("/usr/share/locale/en_US/man", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/man", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/man", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=5210, ...}) = 0
mmap2(NULL, 5210, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb7fa6000
close(4) = 0
write(2, "Error executing formatting or di"..., 152) = 152
exit_group(0) = ?
man.trace che ne deriva nel kernel originario:
execve("/usr/bin/man", ["man", "ifconfig"], [/* 28 vars */]) = 0
uname({sys="Linux", node="darkstar", ...}) = 0
brk(0) = 0x8057708
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=54401, ...}) = 0
mmap2(NULL, 54401, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PS\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1421670, ...}) = 0
mmap2(NULL, 1236276, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40026000
mmap2(0x4014e000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) = 0x4014e000
mmap2(0x40152000, 7476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40152000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40154000
mprotect(0x4014e000, 4096, PROT_READ) = 0
munmap(0x40018000, 54401) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
brk(0) = 0x8057708
brk(0x8078708) = 0x8078708
brk(0x8079000) = 0x8079000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2586
read(3, "", 4096) = 0
close(3) = 0
munmap(0x40018000, 4096) = 0
open("/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=178476, ...}) = 0
mmap2(NULL, 178476, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40155000
close(3) = 0
open("/usr/lib/locale/en_US/LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3) = 0
open("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap2(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3) = 0
getuid32() = 0
geteuid32() = 0
getgid32() = 0
getegid32() = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, TIOCGWINSZ, {ws_row=48, ws_col=128, ws_xpixel=0, ws_ypixel=0}) = 0
open("/usr/lib/man.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4623, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000
read(3, "#\n# Generated automatically from"..., 4096) = 4096
brk(0x809a000) = 0x809a000
read(3, "ed\n# and the MANSECT environment"..., 4096) = 527
read(3, "", 4096) = 0
stat64("/usr/local/man/en_US", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/local/man/en", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/local/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/man/en_US", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/man/en", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/X11R6/man/en_US", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/man/en", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/X11R6/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/share/texmf/man/en_US", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/share/texmf/man/en", 0xbfff95cc) = -1 ENOENT (No such file or directory)
stat64("/usr/share/texmf/man", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
open("/usr/local/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 2 entries */, 4096) = 48
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 2 entries */, 4096) = 48
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 124 entries */, 4096) = 4080
getdents64(4, /* 81 entries */, 4096) = 2816
getdents64(4, /* 119 entries */, 4096) = 4088
getdents64(4, /* 75 entries */, 4096) = 2640
getdents64(4, /* 117 entries */, 4096) = 4072
getdents64(4, /* 72 entries */, 4096) = 2632
getdents64(4, /* 116 entries */, 4096) = 4072
getdents64(4, /* 72 entries */, 4096) = 2648
getdents64(4, /* 110 entries */, 4096) = 4088
getdents64(4, /* 60 entries */, 4096) = 2216
getdents64(4, /* 106 entries */, 4096) = 4080
getdents64(4, /* 69 entries */, 4096) = 2648
getdents64(4, /* 107 entries */, 4096) = 4072
getdents64(4, /* 66 entries */, 4096) = 2392
getdents64(4, /* 119 entries */, 4096) = 4080
getdents64(4, /* 76 entries */, 4096) = 2656
getdents64(4, /* 74 entries */, 4096) = 2944
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 124 entries */, 4096) = 4080
getdents64(4, /* 81 entries */, 4096) = 2816
getdents64(4, /* 119 entries */, 4096) = 4088
getdents64(4, /* 75 entries */, 4096) = 2640
getdents64(4, /* 117 entries */, 4096) = 4072
getdents64(4, /* 72 entries */, 4096) = 2632
getdents64(4, /* 116 entries */, 4096) = 4072
getdents64(4, /* 72 entries */, 4096) = 2648
getdents64(4, /* 110 entries */, 4096) = 4088
getdents64(4, /* 60 entries */, 4096) = 2216
getdents64(4, /* 106 entries */, 4096) = 4080
getdents64(4, /* 69 entries */, 4096) = 2648
getdents64(4, /* 107 entries */, 4096) = 4072
getdents64(4, /* 66 entries */, 4096) = 2392
getdents64(4, /* 119 entries */, 4096) = 4080
getdents64(4, /* 76 entries */, 4096) = 2656
getdents64(4, /* 74 entries */, 4096) = 2944
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 113 entries */, 4096) = 4080
getdents64(4, /* 69 entries */, 4096) = 2600
getdents64(4, /* 113 entries */, 4096) = 4072
getdents64(4, /* 71 entries */, 4096) = 2528
getdents64(4, /* 48 entries */, 4096) = 1768
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/X11R6/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 113 entries */, 4096) = 4080
getdents64(4, /* 69 entries */, 4096) = 2600
getdents64(4, /* 113 entries */, 4096) = 4072
getdents64(4, /* 71 entries */, 4096) = 2528
getdents64(4, /* 48 entries */, 4096) = 1768
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/share/texmf/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 106 entries */, 4096) = 3552
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/share/texmf/man/man1/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 106 entries */, 4096) = 3552
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 2 entries */, 4096) = 48
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/local/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 2 entries */, 4096) = 48
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 114 entries */, 4096) = 4080
getdents64(4, /* 74 entries */, 4096) = 2608
getdents64(4, /* 112 entries */, 4096) = 4080
getdents64(4, /* 65 entries */, 4096) = 2352
getdents64(4, /* 112 entries */, 4096) = 4064
getdents64(4, /* 41 entries */, 4096) = 1512
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
open("/usr/man/man8/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
getdents64(4, /* 114 entries */, 4096) = 4080
getdents64(4, /* 74 entries */, 4096) = 2608
getdents64(4, /* 112 entries */, 4096) = 4080
getdents64(4, /* 65 entries */, 4096) = 2352
getdents64(4, /* 112 entries */, 4096) = 4064
getdents64(4, /* 41 entries */, 4096) = 1512
getdents64(4, /* 0 entries */, 4096) = 0
close(4) = 0
access("/usr/man/man8/ifconfig.8.gz", R_OK) = 0
pipe([4, 5]) = 0
fork() = 2148
close(5) = 0
fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
read(4, ".TH IFCONFIG 8 \"14 August 2000\" "..., 4096) = 4096
--- SIGCHLD (Child exited) @ 0 (0) ---
close(4) = 0
waitpid(2148, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 2148
munmap(0x4001a000, 4096) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
pipe([4, 5]) = 0
fork() = 2149
close(5) = 0
fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
read(4, ".TH IFCONFIG 8 \"14 August 2000\" "..., 4096) = 4096
close(4) = 0
waitpid(2149, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGPIPE}], 0) = 2149
--- SIGCHLD (Child exited) @ 0 (0) ---
munmap(0x4001a000, 4096) = 0
rt_sigaction(SIGINT, {0x804dfda, [INT], SA_RESTORER|SA_RESTART, 0x4004f948}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_IGN}, {0x804dfda, [INT], SA_RESTORER|SA_RESTART, 0x4004f948}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
fork() = 2150
waitpid(2150, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 2150
rt_sigaction(SIGINT, {0x804dfda, [INT], SA_RESTORER|SA_RESTART, 0x4004f948}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigaction(SIGINT, {SIG_DFL}, {0x804dfda, [INT], SA_RESTORER|SA_RESTART, 0x4004f948}, 8) = 0
exit_group(0) = ?
E grazie infinite per la pazienza :)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.