Slide 109
Slide 109 text
48
$ strace -ff -p
....
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 20
fcntl(20, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(20, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(20, {sa_family=AF_INET, sin_port=htons(11211), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS
(Operation now in progress)
poll([{fd=20, events=POLLOUT}], 1, -1) = 1 ([{fd=20, revents=POLLOUT}])
write(20, "get ez_client1/acls/"..., 44) = 44
read(20, "END\r\n", 8196) = 5
write(20, "get ez_client1/acl/g"..., 40) = 40
read(20, "END\r\n", 8196) = 5
write(20, "quit\r\n", 6) = 6
shutdown(20, 2 /* send and receive */) = 0
close(20) = 0
mkdir("/tmp/smarty", 0777) = -1 EEXIST (File exists)
chmod("/tmp/smarty", 0777) = 0
mkdir("/tmp/smarty", 0777) = -1 EEXIST (File exists)
chmod("/tmp/smarty", 0777) = 0
access("/userdata/client1/user/templates/nl/block-right-last.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/user/templates/block-right-last.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/theme/templates/nl/block-right-last.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/theme/templates/block-right-last.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/noxlogic/root/themes/ezshopping/templates/nl/block-right-last.tpl", F_OK) = -1 ENOENT (No such file
or directory)
access("/etc/noxlogic/root/themes/ezshopping/templates/block-right-last.tpl", F_OK) = -1 ENOENT (No such file or
directory)
mkdir("/tmp/smarty", 0777) = -1 EEXIST (File exists)
chmod("/tmp/smarty", 0777) = 0
access("/userdata/client1/user/templates/nl/block-right.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/user/templates/block-right.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/theme/templates/nl/block-right.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/userdata/client1/theme/templates/block-right.tpl", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/noxlogic/root/themes/ezshopping/templates/nl/block-right.tpl", F_OK) = -1 ENOENT (No such file or
directory)
access("/etc/noxlogic/root/themes/ezshopping/templates/block-right.tpl", F_OK) = -1 ENOENT (No such file or
directory)
mkdir("/tmp/smarty", 0777) = -1 EEXIST (File exists)