Sziasztok!
Adott egy Ubuntu 9.10 karmic szerver és squid 2.7.6, az a bajom, hogy nem megy az autentikáció, ha jol értem valamiért túl hamar megdöglik a pam_auth.
proxy konfig:
...
auth_param basic program /usr/lib/squid/pam_auth /usr/etc/passwd
...
cache.log
...
2010/05/27 15:17:54| Ready to serve requests.
2010/05/27 15:17:54| WARNING: basicauthenticator #1 (FD 7) exited
2010/05/27 15:17:54| WARNING: basicauthenticator #2 (FD 8) exited
2010/05/27 15:17:54| WARNING: basicauthenticator #3 (FD 9) exited
2010/05/27 15:17:54| Too few basicauthenticator processes are running
FATAL: The basicauthenticator helpers are crashing too rapidly, need help!
Squid Cache (Version 2.7.STABLE6): Terminated abnormally.
CPU Usage: 0.032 seconds = 0.024 user + 0.008 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 3432 KB
Ordinary blocks: 3410 KB 5 blks
Small blocks: 0 KB 0 blks
Holding blocks: 280 KB 1 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 21 KB
Total in use: 3690 KB 99%
Total free: 21 KB 1%
előre is köszönöm a segítséget.
- 1069 megtekintés
Hozzászólások
kézzel indítsd be az authentikátor modult, és látni fogod, hogy miért lép ki.
vagy strace.
- A hozzászóláshoz be kell jelentkezni
először is köszi a választ
ha kézzel indítom semmi nem történik csak villogó kurzort látok(ez lehet csak a hozzá nem értésem miatt van). az strace kiír elég sok mindent de ebből sem derül ki számomra semmi, ez viszont biztos a hozzá nem értésem miatt van.
Közben lejárt a munkaidőm, most megyek haza este felé még felnézek ötletekért.
- A hozzászóláshoz be kell jelentkezni
ugye nem gondolod komolyan, hogy látatlanban valaki megmondja a tutit, hogy mi szar a konfigurációddal...?
a strace-t ott használjuk, ahol látni hibát. azaz az egész squid-et azzal kéne futtatni...
- A hozzászóláshoz be kell jelentkezni
Nem gondoltam ilyesmit, csak már nem hagytak annyi időt, hogy bemásoljam a kimenetet. Most viszont van időm és kérném a segítségeteket.
strace /etc/init.d/squid start
execve("/etc/init.d/squid", ["/etc/init.d/squid", "start"], [/* 23 vars */]) = 0
brk(0) = 0x9fe0000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7770000
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=54465, ...}) = 0
mmap2(NULL, 54465, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7762000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\260l\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1319364, ...}) = 0
mmap2(NULL, 1329512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000
mprotect(0x24e000, 4096, PROT_NONE) = 0
mmap2(0x24f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13e) = 0x24f000
mmap2(0x252000, 10600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x252000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7761000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb77618d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x24f000, 8192, PROT_READ) = 0
mprotect(0x805e000, 4096, PROT_READ) = 0
mprotect(0x822000, 4096, PROT_READ) = 0
munmap(0xb7762000, 54465) = 0
getpid() = 4340
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
geteuid32() = 0
brk(0) = 0x9fe0000
brk(0xa001000) = 0xa001000
getppid() = 4339
stat64("/home/it", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/init.d/squid", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x804f5fb, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
read(10, "#! /bin/sh\n#\n# squid\t\tStartup sc"..., 8192) = 3373
stat64("/etc/default/squid", {st_mode=S_IFREG|0644, st_size=244, ...}) = 0
open("/etc/default/squid", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "#\n# /etc/default/squid\tConfigura"..., 8192) = 244
read(11, "", 8192) = 0
close(11) = 0
open("/lib/lsb/init-functions", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "# /lib/lsb/init-functions for De"..., 8192) = 8192
read(11, "_message (int exitstatus)\nlog_en"..., 8192) = 1592
stat64("/etc/lsb-base-logging.sh", {st_mode=S_IFREG|0644, st_size=3844, ...}) = 0
open("/etc/lsb-base-logging.sh", O_RDONLY) = 3
fcntl64(3, F_DUPFD, 10) = 12
close(3) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
read(12, "# Default init script logging fu"..., 8192) = 3844
read(12, "", 8192) = 0
close(12) = 0
read(11, "", 8192) = 0
close(11) = 0
stat64("/usr/sbin/squid", {st_mode=S_IFREG|0755, st_size=1086248, ...}) = 0
geteuid32() = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_DUPFD, 10) = 12
close(2) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
stat64("/bin/usplash_write", 0xbfcfa0a0) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/usplash_write", 0xbfcfa0a0) = -1 ENOENT (No such file or directory)
stat64("/sbin/usplash_write", {st_mode=S_IFREG|0755, st_size=5516, ...}) = 0
write(1, "usplash_write is /sbin/usplash_w"..., 37) = 37
dup2(11, 1) = 1
close(11) = 0
dup2(12, 2) = 2
close(12) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4341
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4341
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4342
close(4) = 0
read(3, "/dev/pts/0\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4342
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat64("/usr/bin/tput", {st_mode=S_IFREG|0755, st_size=9752, ...}) = 0
geteuid32() = 0
stat64("/usr/bin/expr", {st_mode=S_IFREG|0755, st_size=42596, ...}) = 0
geteuid32() = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_DUPFD, 10) = 12
close(2) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4343
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4343
--- SIGCHLD (Child exited) @ 0 (0) ---
dup2(11, 1) = 1
close(11) = 0
dup2(12, 2) = 2
close(12) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_DUPFD, 10) = 12
close(2) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4344
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4344
--- SIGCHLD (Child exited) @ 0 (0) ---
dup2(11, 1) = 1
close(11) = 0
dup2(12, 2) = 2
close(12) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_DUPFD, 10) = 12
close(2) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4345
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4345
--- SIGCHLD (Child exited) @ 0 (0) ---
dup2(11, 1) = 1
close(11) = 0
dup2(12, 2) = 2
close(12) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4346
close(4) = 0
read(3, "80\n", 128) = 3
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4346
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4347
close(4) = 0
read(3, "73\n", 128) = 3
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4347
write(1, " * Starting Squid HTTP proxy squ"..., 41 * Starting Squid HTTP proxy squid ) = 41
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4348
close(4) = 0
read(3, "79\n", 128) = 3
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4348
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4349
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4349
write(1, " ", 1 ) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4350
close(4) = 0
read(3, "/var/spool/squid\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4350
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4352
close(4) = 0
read(3, "ufs\n", 128) = 4
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4352
stat64("/var/spool/squid", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
stat64("/var/spool/squid/00", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
stat64("/var/spool/squid", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
geteuid32() = 0
stat64("/proc/sys/fs/file-max", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4354
close(4) = 0
read(3, "42425\n", 128) = 6
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4354
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
umask(0) = 022
umask(022) = 0
umask(027) = 022
open("/dev/null", O_RDONLY|O_LARGEFILE) = 3
fcntl64(0, F_DUPFD, 10) = 11
close(0) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 0) = 0
close(3) = 0
stat64("/bin/start-stop-daemon", 0xbfcfa420) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/start-stop-daemon", 0xbfcfa420) = -1 ENOENT (No such file or directory)
stat64("/sbin/start-stop-daemon", {st_mode=S_IFREG|0755, st_size=22620, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4355
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4355
--- SIGCHLD (Child exited) @ 0 (0) ---
dup2(11, 0) = 0
close(11) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl64(2, F_DUPFD, 10) = 12
close(2) = 0
fcntl64(12, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
write(1, "usplash_write is a tracked alias"..., 57) = 57
dup2(11, 1) = 1
close(11) = 0
dup2(12, 2) = 2
close(12) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4359
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4359
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4360
close(4) = 0
read(3, "/dev/pts/0\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4360
stat64("/usr/bin/tput", {st_mode=S_IFREG|0755, st_size=9752, ...}) = 0
geteuid32() = 0
) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7761938) = 4365
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4365
--- SIGCHLD (Child exited) @ 0 (0) ---
write(1, "[ OK ]\n", 7[ OK ]
) = 7
exit_group(0) = ?
- A hozzászóláshoz be kell jelentkezni
ha jobban megnézed, látni fogod, hogy ebben pont nincs benne semmi, mert már a daemon indulását sem tartalmazza... egy -f talán segítene.
- A hozzászóláshoz be kell jelentkezni
ha kézzel indítom semmi nem történik csak villogó kurzort látok
A Squid authentikátor az stdin-en várja a felhasználónevet és a jelszót, ezért villog a kurzor. Valahogy így:
$ /path/to/squid_auth
usernev jelszo
OK
usernev rosszjelszo
ERR
^D
Ha ezt így elindítod, akkor vagy látod a hiba okát, vagy esetleg syslogban meg tudod nézni, de így strace-elni is lehet.
- A hozzászóláshoz be kell jelentkezni
megcsináltam, működik az auth modul, tehát a jó jelszóval "ok" kapom vissza rosszal pedig "err"
syslog:
May 28 12:45:28 ubuntu-teszt squid[5026]: The basicauthenticator helpers are crashing too rapidly, need help!
May 28 12:45:28 ubuntu-teszt squid[4997]: Squid Parent: child process 5026 exited due to signal 6
May 28 12:45:31 ubuntu-teszt squid[4997]: Squid Parent: child process 5034 started
May 28 12:45:31 ubuntu-teszt squid[5034]: The basicauthenticator helpers are crashing too rapidly, need help!
May 28 12:45:31 ubuntu-teszt squid[4997]: Squid Parent: child process 5034 exited due to signal 6
May 28 12:45:31 ubuntu-teszt squid[4997]: Exiting due to repeated, frequent failures
itt is csak annyit ír, hogy túl hamar halt meg az auth.
- A hozzászóláshoz be kell jelentkezni
Ez melyik auth modul?
Azt ne lehet rábeszélni kicsit bővebb infó logolására?
A fenti logban mindegyik sor a Squid-től származik, egyik sem az adott modultól - sok modul képes önállóan logolni.
Többször is tudsz auth-olni stdin-en keresztül? (amíg nincs ^D, addig folyamatosan olvas az stdin-en)
Olyan tuti nincs, hogy root-ként próbálod az auth modult, a squid meg mondjuk nobody-val fut, és nem fér hozzá az általa exec-el indított auth modul az adott állományhoz...? Próbáld meg annak a usernek a nevében futtatni ugyanígy (parancssorból) az auth modult, mintha a squid indította volna el.
a.
- A hozzászóláshoz be kell jelentkezni
mínusz f kapcsolóval így fest:
...
[pid 5034] open("/usr/share/squid/icons/anthony-f.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\302\0\0\0\0\0/OO\377\377\377p\200\220\277\277\277\0\0\0\0"..., 4096) = 154
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] open("/usr/share/squid/icons/anthony-quill.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=166, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\302\0\0\0\0\0\207\316\353/OO\377\377\377p\200\220\277\277\277\0"..., 4096) = 166
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] open("/usr/share/squid/icons/anthony-binhex.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=166, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\302\0\0\0\0\0\334\334\334/OO\377\377\377p\200\220\277\277\277\0"..., 4096) = 166
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] open("/usr/share/squid/icons/anthony-layout.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=194, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\343\0\0\0\0\0\207\316\353\240R-/OO\377cG\377\377\377\377"..., 4096) = 194
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] open("/usr/share/squid/icons/anthony-image2.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=204, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\343\0\0\0\0\0\36\220\377\262\"\"/OO.\213W\0\0\200\377"..., 4096) = 204
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] open("/usr/share/squid/icons/anthony-bomb.gif", O_RDONLY|O_LARGEFILE) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x8000) = 0
[pid 5034] fstat64(17, {st_mode=S_IFREG|0644, st_size=192, ...}) = 0
[pid 5034] read(17, "GIF89a\24\0\26\0\302\0\0\0\0\0\276\276\276/OO\377\377\377\377\327\0p\200\220\277"..., 4096) = 192
[pid 5034] read(17, "", 4096) = 0
[pid 5034] close(17) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| Loaded Icon"..., 35) = 35
[pid 5034] gettimeofday({1275043531, 669127}, NULL) = 0
[pid 5034] setresuid32(-1, 0, -1) = 0
[pid 5034] socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 17
[pid 5034] fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(17, F_SETFD, FD_CLOEXEC|0x2) = 0
[pid 5034] setsockopt(17, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
[pid 5034] setsockopt(17, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
[pid 5034] bind(17, {sa_family=AF_INET, sin_port=htons(3128), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
[pid 5034] fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(17, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 5034] setsockopt(17, SOL_TCP, TCP_NODELAY, [1], 4) = 0
[pid 5034] geteuid32() = 0
[pid 5034] setgid32(13) = 0
[pid 5034] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 18
[pid 5034] read(18, "65536\n", 31) = 6
[pid 5034] close(18) = 0
[pid 5034] open("/etc/group", O_RDONLY|O_CLOEXEC) = 18
[pid 5034] _llseek(18, 0, [0], SEEK_CUR) = 0
[pid 5034] fstat64(18, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 18, 0) = 0xb78ab000
[pid 5034] _llseek(18, 2711, [2711], SEEK_SET) = 0
[pid 5034] fstat64(18, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] munmap(0xb78ab000, 2711) = 0
[pid 5034] close(18) = 0
[pid 5034] setgroups32(2, [13, 109]) = 0
[pid 5034] setresuid32(13, 13, 0) = 0
[pid 5034] listen(17, 256) = 0
[pid 5034] epoll_ctl(4, EPOLL_CTL_ADD, 17, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=17, u64=50333507720839185}}) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| Accepting p"..., 84) = 84
[pid 5034] setresuid32(-1, 0, -1) = 0
[pid 5034] socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 18
[pid 5034] fcntl64(18, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(18, F_SETFD, FD_CLOEXEC|0x2) = 0
[pid 5034] setsockopt(18, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
[pid 5034] setsockopt(18, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
[pid 5034] bind(18, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
[pid 5034] fcntl64(18, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(18, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 5034] geteuid32() = 0
[pid 5034] setgid32(13) = 0
[pid 5034] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 19
[pid 5034] read(19, "65536\n", 31) = 6
[pid 5034] close(19) = 0
[pid 5034] open("/etc/group", O_RDONLY|O_CLOEXEC) = 19
[pid 5034] _llseek(19, 0, [0], SEEK_CUR) = 0
[pid 5034] fstat64(19, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 19, 0) = 0xb78ab000
[pid 5034] _llseek(19, 2711, [2711], SEEK_SET) = 0
[pid 5034] fstat64(19, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] munmap(0xb78ab000, 2711) = 0
[pid 5034] close(19) = 0
[pid 5034] setgroups32(2, [13, 109]) = 0
[pid 5034] setresuid32(13, 13, 0) = 0
[pid 5034] epoll_ctl(4, EPOLL_CTL_ADD, 18, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=18, u64=50333507720839186}}) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| Accepting I"..., 74) = 74
[pid 5034] getsockname(18, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| HTCP Disabl"..., 36) = 36
[pid 5034] setresuid32(-1, 0, -1) = 0
[pid 5034] socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 19
[pid 5034] fcntl64(19, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(19, F_SETFD, FD_CLOEXEC|0x2) = 0
[pid 5034] setsockopt(19, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
[pid 5034] setsockopt(19, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
[pid 5034] bind(19, {sa_family=AF_INET, sin_port=htons(3401), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
[pid 5034] fcntl64(19, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5034] fcntl64(19, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 5034] geteuid32() = 0
[pid 5034] setgid32(13) = 0
[pid 5034] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 20
[pid 5034] read(20, "65536\n", 31) = 6
[pid 5034] close(20) = 0
[pid 5034] open("/etc/group", O_RDONLY|O_CLOEXEC) = 20
[pid 5034] _llseek(20, 0, [0], SEEK_CUR) = 0
[pid 5034] fstat64(20, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 20, 0) = 0xb78ab000
[pid 5034] _llseek(20, 2711, [2711], SEEK_SET) = 0
[pid 5034] fstat64(20, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] munmap(0xb78ab000, 2711) = 0
[pid 5034] close(20) = 0
[pid 5034] setgroups32(2, [13, 109]) = 0
[pid 5034] setresuid32(13, 13, 0) = 0
[pid 5034] epoll_ctl(4, EPOLL_CTL_ADD, 19, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=19, u64=50333507720839187}}) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| Accepting S"..., 66) = 66
[pid 5034] getsockname(19, {sa_family=AF_INET, sin_port=htons(3401), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| WCCP Disabl"..., 36) = 36
[pid 5034] getsockname(18, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5034] socket(PF_FILE, 0x80801 /* SOCK_??? */, 0) = 20
[pid 5034] connect(20, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 5034] close(20) = 0
[pid 5034] socket(PF_FILE, 0x80801 /* SOCK_??? */, 0) = 20
[pid 5034] connect(20, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 5034] close(20) = 0
[pid 5034] open("/etc/ld.so.cache", O_RDONLY) = 20
[pid 5034] fstat64(20, {st_mode=S_IFREG|0644, st_size=54465, ...}) = 0
[pid 5034] mmap2(NULL, 54465, PROT_READ, MAP_PRIVATE, 20, 0) = 0xb7848000
[pid 5034] close(20) = 0
[pid 5034] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/lib/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/lib/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/lib/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/lib/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/lib/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
[pid 5034] open("/usr/lib/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/tls", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] open("/usr/lib/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=61440, ...}) = 0
[pid 5034] open("/lib/i486-linux-gnu/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/tls", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/lib/i486-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/lib/i486-linux-gnu", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/tls", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/i686/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/i686/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/i686/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/i686", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/sse2/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/sse2", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu/cmov", 0xbffbf8c8) = -1 ENOENT (No such file or directory)
[pid 5034] open("/usr/lib/i486-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5034] stat64("/usr/lib/i486-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 5034] munmap(0xb7848000, 54465) = 0
[pid 5034] open("/etc/services", O_RDONLY|O_CLOEXEC) = 20
[pid 5034] fstat64(20, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
[pid 5034] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78ab000
[pid 5034] read(20, "# Network services, Internet sty"..., 4096) = 4096
[pid 5034] close(20) = 0
[pid 5034] munmap(0xb78ab000, 4096) = 0
[pid 5034] setresuid32(-1, 0, -1) = 0
[pid 5034] umask(022) = 027
[pid 5034] open("/var/run/squid.pid", O_WRONLY|O_CREAT|O_TRUNC|O_APPEND|O_LARGEFILE, 0644) = 20
[pid 5034] fcntl64(20, F_GETFL) = 0x8401 (flags O_WRONLY|O_APPEND|O_LARGEFILE)
[pid 5034] fcntl64(20, F_SETFD, FD_CLOEXEC|0x8400) = 0
[pid 5034] umask(027) = 022
[pid 5034] geteuid32() = 0
[pid 5034] setgid32(13) = 0
[pid 5034] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 21
[pid 5034] read(21, "65536\n", 31) = 6
[pid 5034] close(21) = 0
[pid 5034] open("/etc/group", O_RDONLY|O_CLOEXEC) = 21
[pid 5034] _llseek(21, 0, [0], SEEK_CUR) = 0
[pid 5034] fstat64(21, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 21, 0) = 0xb78ab000
[pid 5034] _llseek(21, 2711, [2711], SEEK_SET) = 0
[pid 5034] fstat64(21, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
[pid 5034] munmap(0xb78ab000, 2711) = 0
[pid 5034] close(21) = 0
[pid 5034] setgroups32(2, [13, 109]) = 0
[pid 5034] setresuid32(13, 13, 0) = 0
[pid 5034] write(20, "5034\n", 5) = 5
[pid 5034] close(20) = 0
[pid 5034] rt_sigaction(SIGUSR1, {0xd6fb90, [], SA_RESTART}, NULL, 8) = 0
[pid 5034] rt_sigaction(SIGUSR2, {0xda3140, [], SA_RESTART}, NULL, 8) = 0
[pid 5034] rt_sigaction(SIGHUP, {0xd6fbb0, [], SA_RESTART}, NULL, 8) = 0
[pid 5034] rt_sigaction(SIGTERM, {0xd6fbd0, [], SA_RESTART|SA_NODEFER|SA_RESETHAND}, NULL, 8) = 0
[pid 5034] rt_sigaction(SIGINT, {0xd6fbd0, [], SA_RESTART|SA_NODEFER|SA_RESETHAND}, NULL, 8) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| Ready to se"..., 46) = 46
[pid 5034] fstat64(16, {st_mode=S_IFREG|0640, st_size=48, ...}) = 0
[pid 5034] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78ab000
[pid 5034] read(16, "\3\0\0\0\1\0\0\0000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 48
[pid 5034] _llseek(16, 0, [0], SEEK_SET) = 0
[pid 5034] read(16, "\3\0\0\0\1\0\0\0000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 48
[pid 5034] epoll_wait(4, {{EPOLLIN|EPOLLHUP, {u32=9, u64=60578898802376713}}, {EPOLLIN|EPOLLHUP, {u32=7, u64=60578898802376711}}, {EPOLLIN|EPOLLHUP, {u32=8, u64=60578898802376712}}, {EPOLLIN|EPOLLHUP, {u32=11, u64=60578898802376715}}, {EPOLLIN|EPOLLHUP, {u32=10, u64=60578898802376714}}}, 256, 0) = 5
[pid 5034] gettimeofday({1275043531, 716348}, NULL) = 0
[pid 5034] read(9, "", 8191) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| WARNING: ba"..., 66) = 66
[pid 5034] epoll_ctl(4, EPOLL_CTL_DEL, 9, {0, {u32=9, u64=60575076281483273}}) = 0
[pid 5034] close(9) = 0
[pid 5034] read(7, "", 8191) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| WARNING: ba"..., 66) = 66
[pid 5034] epoll_ctl(4, EPOLL_CTL_DEL, 7, {0, {u32=7, u64=60575076281483271}}) = 0
[pid 5034] close(7) = 0
[pid 5034] read(8, "", 8191) = 0
[pid 5034] write(5, "2010/05/28 12:45:31| WARNING: ba"..., 66) = 66
[pid 5034] write(5, "2010/05/28 12:45:31| Too few bas"..., 70) = 70
[pid 5034] geteuid32() = 13
[pid 5034] close(17) = 0
[pid 5034] close(18) = 0
[pid 5034] time(NULL) = 1275043531
[pid 5034] send(3, "<161>May 28 12:45:31 squid[5034]"..., 102, MSG_NOSIGNAL) = 102
[pid 5034] write(5, "FATAL: The basicauthenticator he"..., 134) = 134
[pid 5034] getrusage(RUSAGE_SELF, {ru_utime={0, 32002}, ru_stime={0, 16001}, ...}) = 0
[pid 5034] rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
[pid 5034] write(5, "CPU Usage: 0.048 seconds = 0.032"..., 465) = 465
[pid 5034] tgkill(5034, 5034, SIGABRT) = 0
[pid 5034] --- SIGABRT (Aborted) @ 0 (0) ---
Process 4997 resumed
Process 5034 detached
[pid 5040] <... read resumed> "", 1) = 0
[pid 4997] <... waitpid resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGABRT}], 0) = 5034
[pid 5040] exit_group(0) = ?
Process 5040 detached
--- SIGCHLD (Child exited) @ 0 (0) ---
time(NULL) = 1275043531
time(NULL) = 1275043531
send(3, "<165>May 28 12:45:31 squid[4997]"..., 89, MSG_NOSIGNAL) = 89
time(NULL) = 1275043531
send(3, "<161>May 28 12:45:31 squid[4997]"..., 76, MSG_NOSIGNAL) = 76
exit_group(1) = ?
Process 4997 detached
- A hozzászóláshoz be kell jelentkezni
ebben nincs se execve, se fork, se clone.
ennek megfelelően a gyerekek sincsenek benne.
nekem a strace -vf /usr/sbin/squid -DYC -f /etc/squid/squid.conf értékelhető kimenetet ad (nálam ezekkel az opciókkal indul a squid init.d scriptből).
- A hozzászóláshoz be kell jelentkezni
ezt úgy ahogy van beírtam:strace -vf /usr/sbin/squid -DYC -f /etc/squid/squid.conf
de így sem látok benne számomra használható infót:(
, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 17, 0) = 0xb7836000
[pid 5321] _llseek(17, 2711, [2711], SEEK_SET) = 0
[pid 5321] fstat64(17, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] munmap(0xb7836000, 2711) = 0
[pid 5321] close(17) = 0
[pid 5321] setgroups32(2, [13, 109]) = 0
[pid 5321] setresuid32(13, 13, 0) = 0
[pid 5321] listen(16, 256) = 0
[pid 5321] epoll_ctl(4, EPOLL_CTL_ADD, 16, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=16, u64=13864906050764816}}) = 0
[pid 5321] stat64("/etc/localtime", {st_dev=makedev(8, 1), st_ino=4704, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2407, st_atime=2010/05/27-14:06:03, st_mtime=2010/05/27-14:06:03, st_ctime=2010/05/27-14:06:03}) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| Accepting p"..., 84) = 84
[pid 5321] setresuid32(-1, 0, -1) = 0
[pid 5321] socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 17
[pid 5321] fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5321] fcntl64(17, F_SETFD, FD_CLOEXEC|0x2) = 0
[pid 5321] setsockopt(17, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
[pid 5321] setsockopt(17, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
[pid 5321] bind(17, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
[pid 5321] fcntl64(17, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5321] fcntl64(17, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 5321] geteuid32() = 0
[pid 5321] setgid32(13) = 0
[pid 5321] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 18
[pid 5321] read(18, "65536\n", 31) = 6
[pid 5321] close(18) = 0
[pid 5321] open("/etc/group", O_RDONLY|O_CLOEXEC) = 18
[pid 5321] _llseek(18, 0, [0], SEEK_CUR) = 0
[pid 5321] fstat64(18, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 18, 0) = 0xb7836000
[pid 5321] _llseek(18, 2711, [2711], SEEK_SET) = 0
[pid 5321] fstat64(18, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] munmap(0xb7836000, 2711) = 0
[pid 5321] close(18) = 0
[pid 5321] setgroups32(2, [13, 109]) = 0
[pid 5321] setresuid32(13, 13, 0) = 0
[pid 5321] epoll_ctl(4, EPOLL_CTL_ADD, 17, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=17, u64=13864906050764817}}) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| Accepting I"..., 74) = 74
[pid 5321] getsockname(17, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| HTCP Disabl"..., 36) = 36
[pid 5321] setresuid32(-1, 0, -1) = 0
[pid 5321] socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 18
[pid 5321] fcntl64(18, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5321] fcntl64(18, F_SETFD, FD_CLOEXEC|0x2) = 0
[pid 5321] setsockopt(18, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0
[pid 5321] setsockopt(18, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
[pid 5321] bind(18, {sa_family=AF_INET, sin_port=htons(3401), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
[pid 5321] fcntl64(18, F_GETFL) = 0x2 (flags O_RDWR)
[pid 5321] fcntl64(18, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 5321] geteuid32() = 0
[pid 5321] setgid32(13) = 0
[pid 5321] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 19
[pid 5321] read(19, "65536\n", 31) = 6
[pid 5321] close(19) = 0
[pid 5321] open("/etc/group", O_RDONLY|O_CLOEXEC) = 19
[pid 5321] _llseek(19, 0, [0], SEEK_CUR) = 0
[pid 5321] fstat64(19, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 19, 0) = 0xb7836000
[pid 5321] _llseek(19, 2711, [2711], SEEK_SET) = 0
[pid 5321] fstat64(19, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] munmap(0xb7836000, 2711) = 0
[pid 5321] close(19) = 0
[pid 5321] setgroups32(2, [13, 109]) = 0
[pid 5321] setresuid32(13, 13, 0) = 0
[pid 5321] epoll_ctl(4, EPOLL_CTL_ADD, 18, {EPOLLIN|EPOLLERR|EPOLLHUP, {u32=18, u64=13864906050764818}}) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| Accepting S"..., 66) = 66
[pid 5321] getsockname(18, {sa_family=AF_INET, sin_port=htons(3401), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| WCCP Disabl"..., 36) = 36
[pid 5321] getsockname(17, {sa_family=AF_INET, sin_port=htons(3130), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
[pid 5321] socket(PF_FILE, 0x80801 /* SOCK_??? */, 0) = 19
[pid 5321] connect(19, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 5321] close(19) = 0
[pid 5321] socket(PF_FILE, 0x80801 /* SOCK_??? */, 0) = 19
[pid 5321] connect(19, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
[pid 5321] close(19) = 0
[pid 5321] open("/etc/ld.so.cache", O_RDONLY) = 19
[pid 5321] fstat64(19, {st_dev=makedev(8, 1), st_ino=293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=112, st_size=54465, st_atime=2010/05/27-14:07:13, st_mtime=2010/05/27-14:07:12, st_ctime=2010/05/27-14:07:12}) = 0
[pid 5321] mmap2(NULL, 54465, PROT_READ, MAP_PRIVATE, 19, 0) = 0xb7829000
[pid 5321] close(19) = 0
[pid 5321] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/i686/cmov", {st_dev=makedev(8, 1), st_ino=64400, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/26-07:54:49, st_ctime=2010/05/26-07:54:49}) = 0
[pid 5321] open("/lib/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/i686", {st_dev=makedev(8, 1), st_ino=64399, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/20-13:48:06, st_ctime=2010/05/20-13:48:06}) = 0
[pid 5321] open("/lib/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/tls", {st_dev=makedev(8, 1), st_ino=64398, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/20-13:48:06, st_ctime=2010/05/20-13:48:06}) = 0
[pid 5321] open("/lib/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i686/cmov", {st_dev=makedev(8, 1), st_ino=80489, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/26-07:54:53, st_ctime=2010/05/26-07:54:53}) = 0
[pid 5321] open("/lib/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i686", {st_dev=makedev(8, 1), st_ino=80488, st_mode=S_IFDIR|0755, st_nlink=3, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/20-13:47:10, st_ctime=2010/05/20-13:47:10}) = 0
[pid 5321] open("/lib/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib", {st_dev=makedev(8, 1), st_ino=64385, st_mode=S_IFDIR|0755, st_nlink=18, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=24, st_size=12288, st_atime=2010/05/27-14:07:05, st_mtime=2010/05/27-14:06:06, st_ctime=2010/05/27-14:06:06}) = 0
[pid 5321] open("/usr/lib/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/tls", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/sse2", {st_dev=makedev(8, 6), st_ino=95848, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:06:00, st_mtime=2010/05/21-14:25:03, st_ctime=2010/05/21-14:25:03}) = 0
[pid 5321] open("/usr/lib/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib", {st_dev=makedev(8, 6), st_ino=65025, st_mode=S_IFDIR|0755, st_nlink=204, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=128, st_size=61440, st_atime=2010/05/27-14:07:12, st_mtime=2010/05/27-14:06:16, st_ctime=2010/05/27-14:06:16}) = 0
[pid 5321] open("/lib/i486-linux-gnu/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/tls", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/lib/i486-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/lib/i486-linux-gnu", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/tls", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/i686/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/i686/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/i686/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/i686/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/i686/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/i686/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/i686/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/i686", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/sse2/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/sse2/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/sse2/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/sse2", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/cmov/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu/cmov", 0xbfaa8978) = -1 ENOENT (No such file or directory)
[pid 5321] open("/usr/lib/i486-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 5321] stat64("/usr/lib/i486-linux-gnu", {st_dev=makedev(8, 6), st_ino=148411, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2010/05/27-14:05:59, st_mtime=2010/05/21-14:27:20, st_ctime=2010/05/21-14:27:20}) = 0
[pid 5321] munmap(0xb7829000, 54465) = 0
[pid 5321] open("/etc/services", O_RDONLY|O_CLOEXEC) = 19
[pid 5321] fstat64(19, {st_dev=makedev(8, 1), st_ino=830, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=40, st_size=18832, st_atime=2010/05/28-12:51:40, st_mtime=2009/09/15-14:02:32, st_ctime=2010/05/20-13:48:28}) = 0
[pid 5321] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7836000
[pid 5321] read(19, "# Network services, Internet sty"..., 4096) = 4096
[pid 5321] close(19) = 0
[pid 5321] munmap(0xb7836000, 4096) = 0
[pid 5321] setresuid32(-1, 0, -1) = 0
[pid 5321] umask(022) = 027
[pid 5321] open("/var/run/squid.pid", O_WRONLY|O_CREAT|O_TRUNC|O_APPEND|O_LARGEFILE, 0644) = 19
[pid 5321] fcntl64(19, F_GETFL) = 0x8401 (flags O_WRONLY|O_APPEND|O_LARGEFILE)
[pid 5321] fcntl64(19, F_SETFD, FD_CLOEXEC|0x8400) = 0
[pid 5321] umask(027) = 022
[pid 5321] geteuid32() = 0
[pid 5321] setgid32(13) = 0
[pid 5321] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 20
[pid 5321] read(20, "65536\n", 31) = 6
[pid 5321] close(20) = 0
[pid 5321] open("/etc/group", O_RDONLY|O_CLOEXEC) = 20
[pid 5321] _llseek(20, 0, [0], SEEK_CUR) = 0
[pid 5321] fstat64(20, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] mmap2(NULL, 2711, PROT_READ, MAP_SHARED, 20, 0) = 0xb7836000
[pid 5321] _llseek(20, 2711, [2711], SEEK_SET) = 0
[pid 5321] fstat64(20, {st_dev=makedev(8, 1), st_ino=6293, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=2711, st_atime=2010/05/28-10:09:01, st_mtime=2010/05/26-09:50:46, st_ctime=2010/05/26-09:50:46}) = 0
[pid 5321] munmap(0xb7836000, 2711) = 0
[pid 5321] close(20) = 0
[pid 5321] setgroups32(2, [13, 109]) = 0
[pid 5321] setresuid32(13, 13, 0) = 0
[pid 5321] write(19, "5321\n", 5) = 5
[pid 5321] close(19) = 0
[pid 5321] rt_sigaction(SIGUSR1, {0xe48b90, [], SA_RESTART}, NULL, 8) = 0
[pid 5321] rt_sigaction(SIGUSR2, {0xe7c140, [], SA_RESTART}, NULL, 8) = 0
[pid 5321] rt_sigaction(SIGHUP, {0xe48bb0, [], SA_RESTART}, NULL, 8) = 0
[pid 5321] rt_sigaction(SIGTERM, {0xe48bd0, [], SA_RESTART|SA_NODEFER|SA_RESETHAND}, NULL, 8) = 0
[pid 5321] rt_sigaction(SIGINT, {0xe48bd0, [], SA_RESTART|SA_NODEFER|SA_RESETHAND}, NULL, 8) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| Ready to se"..., 46) = 46
[pid 5321] fstat64(15, {st_dev=makedev(8, 3), st_ino=130832, st_mode=S_IFREG|0640, st_nlink=1, st_uid=13, st_gid=13, st_blksize=4096, st_blocks=8, st_size=48, st_atime=2010/05/28-12:38:38, st_mtime=2010/05/27-10:54:38, st_ctime=2010/05/27-10:54:38}) = 0
[pid 5321] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7836000
[pid 5321] read(15, "\3\0\0\0\1\0\0\0000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 48
[pid 5321] _llseek(15, 0, [0], SEEK_SET) = 0
[pid 5321] read(15, "\3\0\0\0\1\0\0\0000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 48
[pid 5321] epoll_wait(4, {{EPOLLIN|EPOLLHUP, {u32=7, u64=64396403174014983}}, {EPOLLIN|EPOLLHUP, {u32=6, u64=64396403174014982}}, {EPOLLIN|EPOLLHUP, {u32=8, u64=64396403174014984}}, {EPOLLIN|EPOLLHUP, {u32=9, u64=64396403174014985}}, {EPOLLIN|EPOLLHUP, {u32=10, u64=64396403174014986}}}, 256, 0) = 5
[pid 5321] gettimeofday({1275045564, 439783}, NULL) = 0
[pid 5321] read(7, "", 8191) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| WARNING: ba"..., 66) = 66
[pid 5321] epoll_ctl(4, EPOLL_CTL_DEL, 7, {0, {u32=7, u64=64392580653121543}}) = 0
[pid 5321] close(7) = 0
[pid 5321] read(6, "", 8191) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| WARNING: ba"..., 66) = 66
[pid 5321] epoll_ctl(4, EPOLL_CTL_DEL, 6, {0, {u32=6, u64=64392580653121542}}) = 0
[pid 5321] close(6) = 0
[pid 5321] read(8, "", 8191) = 0
[pid 5321] write(2, "2010/05/28 13:19:24| WARNING: ba"..., 66) = 66
[pid 5321] write(2, "2010/05/28 13:19:24| Too few bas"..., 70) = 70
[pid 5321] geteuid32() = 13
[pid 5321] close(16) = 0
[pid 5321] close(17) = 0
[pid 5321] time(NULL) = 1275045564
[pid 5321] send(3, "<161>May 28 13:19:24 squid[5321]"..., 102, MSG_NOSIGNAL) = 102
[pid 5321] write(2, "FATAL: The basicauthenticator he"..., 76) = 76
[pid 5321] write(2, "Squid Cache (Version 2.7.STABLE6"..., 58) = 58
[pid 5321] getrusage(RUSAGE_SELF, {ru_utime={0, 28001}, ru_stime={0, 12000}, ru_maxrss=0, ru_ixrss=0, ru_idrss=0, ru_isrss=0, ru_minflt=1782, ru_majflt=0, ru_nswap=0, ru_inblock=0, ru_oublock=8, ru_msgsnd=0, ru_msgrcv=0, ru_nsignals=0, ru_nvcsw=2390, ru_nivcsw=2}) = 0
[pid 5321] write(2, "CPU Usage: 0.040 seconds = 0.028"..., 50) = 50
[pid 5321] write(2, "Maximum Resident Size: 0 KB\n", 28) = 28
[pid 5321] write(2, "Page faults with physical i/o: 0"..., 33) = 33
[pid 5321] write(2, "Memory usage for squid via malli"..., 39) = 39
[pid 5321] write(2, "\ttotal space in arena: 3432 K"..., 34) = 34
[pid 5321] write(2, "\tOrdinary blocks: 3409 K"..., 46) = 46
[pid 5321] write(2, "\tSmall blocks: 0 K"..., 46) = 46
[pid 5321] write(2, "\tHolding blocks: 280 K"..., 46) = 46
[pid 5321] write(2, "\tFree Small blocks: 0 K"..., 34) = 34
[pid 5321] write(2, "\tFree Ordinary blocks: 22 K"..., 34) = 34
[pid 5321] write(2, "\tTotal in use: 3689 K"..., 38) = 38
[pid 5321] write(2, "\tTotal free: 22 K"..., 37) = 37
[pid 5321] rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
[pid 5321] tgkill(5321, 5321, SIGABRT) = 0
[pid 5321] --- SIGABRT (Aborted) @ 0 (0) ---
Process 5286 resumed
Process 5321 detached
[pid 5286] <... waitpid resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGABRT}], 0) = 5321
[pid 5286] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 5286] time(NULL) = 1275045564
[pid 5286] time(NULL) = 1275045564
[pid 5286] send(3, "<165>May 28 13:19:24 squid[5286]"..., 89, MSG_NOSIGNAL) = 89
[pid 5286] time(NULL) = 1275045564
[pid 5286] send(3, "<161>May 28 13:19:24 squid[5286]"..., 76, MSG_NOSIGNAL) = 76
[pid 5286] exit_group(1) = ?
Process 5286 detached
<... read resumed> "", 1) = 0
exit_group(0) = ?
Process 5327 detached
- A hozzászóláshoz be kell jelentkezni
valami nem kóser a strace-val, nálam így kezdődnek a sorok:
6112 write(6, "2010/05/28 12:59:54| Unlinkd pip"..., 3001) = 3001
6112 exit_group(0) = ?
6110 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 6112
6110 --- SIGCHLD (Child exited) @ 0 (0) ---
6110 time(NULL) = 1275044726
6110 time(NULL) = 1275044726
akkor most jön a kegyelemdöfés: az authentikátor programot cseréld ki egy shell scriptre:
#!/bin/sh
exec strace -vffo /tmp/trace [authprogi neve] "$@"
ez elvileg egy marék fájlt fog gyártani a tmp-be.
- A hozzászóláshoz be kell jelentkezni
nem jöttek létre a fájlok a tmpbe
autentikalo.sh:
#!/bin/sh
exec strace -vffo /tmp/trace /usr/lib/squid/pam_auth "$@"
így hívom meg a squid.conf-ba
...
auth_param basic program /home/it/autentikalo.sh /usr/etc/passwd
...
Kitöröltem a cache.log-ot mert valahol azt láttam, hogy az a baj, hogy túl nagyra nőtt a logfile, aztán rájöttem hogy benéztem nekem signal6-al szál el és a túl nagy log meg a signal 25. Ezért fogtam és újra létre hoztam kézzel a cache.log-ot, na azóta nem logol a squid, már újraindítottam a squidet, de akkor sem logol:(
- A hozzászóláshoz be kell jelentkezni
akkor az authentikáló script be sem indul.
az, hogy a squid maga sem logol, valami generális faliórára utal...
nincs neked a gépen valami selinux, grsecurity, vagy valami ehhez hasonló gyíkság?
- A hozzászóláshoz be kell jelentkezni
squid (vagy amilyen felhasználóval fut) tudja írni/olvasni a logot, auth scriptet, miegymást?
- A hozzászóláshoz be kell jelentkezni
igen tudja.
- A hozzászóláshoz be kell jelentkezni
vl -nek szántam.
én nem telepítettem efélét és más se, gondolom alapból ilyennel nem települ egy szerver.
Az autentikáció megy mert ha csak a szkriptet indítom kézzel akkor működik rendesen és létre is jön a fájl, de a squid nem indítja el.
Szerintem az a baj, hogy egy 2.4 squidnek a configját használom, mivel ezt a régi squidet szeretném kicserélni, egy az egyben bemásoltam a 2.4 configot a 2.7 squid alá, és indításnál a hibákat javítottam, hétfőn újra írom a 2.7 configját előről, hátha az úgy jó lesz.
- A hozzászóláshoz be kell jelentkezni