Page 1 of 1

XAMPP in Docker container on Ubuntu

PostPosted: 07. January 2014 05:42
by pyotr777
I am trying to install XAMPP 1.8.2-3 and 1.8.3-2 (downloaded from this page: http://www.apachefriends.org/en/xampp-linux.html#374) inside a Docker container (docker.io). My operating system is Ubuntu 12.04 LTS.

When I execute .run file it fails silently.

It would be nice to have some error messages to get a hint why installer fails to run.

I inspected sys calls with strace and here is the output (it exceeds character limit for one message, so I omit a number of lines in the middle):

Code: Select all
root@eb1fc145f78c:/tmp# strace ./xampp-linux-x64-1.8.3-2-installer.run
execve("./xampp-linux-x64-1.8.3-2-installer.run", ["./xampp-linux-x64-1.8.3-2-instal"...], [/* 9 vars */]) = 0
mmap(0x24e000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 0, 0) = 0x24e000
readlink("/proc/self/exe", "/tmp/xampp-linux-x64-1.8.3-2-installer.run", 4096) = 42
mmap(0x400000, 2420736, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400000
mmap(0x400000, 1235188, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400000
mprotect(0x400000, 1235188, PROT_READ|PROT_EXEC) = 0
mmap(0x62e000, 66248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0x12e000) = 0x62e000
mprotect(0x62e000, 66248, PROT_READ|PROT_WRITE) = 0
mmap(0x63f000, 63944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x63f000
open("/lib64/ld-linux-x86-64.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\26\0\0\0\0\0\0"..., 1024) = 1024
...
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ae1444000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9150, ...}) = 0
mmap(NULL, 9150, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f0ae1441000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
...
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
...
getcwd("/tmp", 4097)                    = 5
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="eb1fc145f78c", ...}) = 0
getuid()                                = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ae1443000
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7f0ae1443000, 4096)            = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9150, ...}) = 0
mmap(NULL, 9150, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f0ae1441000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35680, ...}) = 0
mmap(NULL, 2131240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f0ae097a000
mprotect(0x7f0ae0982000, 2093056, PROT_NONE) = 0
mmap(0x7f0ae0b81000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f0ae0b81000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`@\0\0\0\0\0\0"..., 832) = 832
...
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
open("/tmp/xampp-linux-x64-1.8.3-2-installer.run", O_RDONLY) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ae1443000
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 3010) = 3010
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129810432, SEEK_SET)           = 129810432
read(3, "\356\204\1\25z\271\200\216\1\25z\275\234\1\25z\313\34\321\1\25z\347\216\1\26\27\270\200\200\213\1"..., 4096) = 4096
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 4096) = 3010
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129744896, SEEK_SET)           = 129744896
read(3, "\203\27B32\335\235\371\261\263!\366_z\366\325z<\371\276\27\2040\304\361\226\27\4\266\25\302\310"..., 4096) = 4096
read(3, "F_;\206\254\351\6\22\233\367-\303\343C\26j\230\2014\245\370\2;s?|\255*\343\360\252\32"..., 61440) = 61440
read(3, "\356\204\1\25z\271\200\216\1\25z\275\234\1\25z\313\34\321\1\25z\347\216\1\26\27\270\200\200\213\1"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129679360, SEEK_SET)           = 129679360
read(3, "\335\fvvA\3451\356\17\247\"ia\235\344\310\311D\361\276O\342\0311p\227]\341\360\227\366\20"..., 4096) = 4096
read(3, "evU\227\27\2636'\325\365~]:Yu\325\310\"t\334v_\214\363~\343E\312\207\205\32\343"..., 61440) = 61440
read(3, "\203\27B32\335\235\371\261\263!\366_z\366\325z<\371\276\27\2040\304\361\226\27\4\266\25\302\310"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129613824, SEEK_SET)           = 129613824
read(3, "`\33@A^\206J\214\256\326\27j\300gD\324dh\234\t?\331\"'g'\354#vB\6>"..., 4096) = 4096
read(3, "\35\370!\257\253\272r\v\225L\5\305{r\307\372\331=\332\377.\367\6N\362\235my\206\237\37e"..., 61440) = 61440
read(3, "\335\fvvA\3451\356\17\247\"ia\235\344\310\311D\361\276O\342\0311p\227]\341\360\227\366\20"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129548288, SEEK_SET)           = 129548288
read(3, "\4\325\243\210~ExEp\363\v\374\24\2741\217\243L\375\243\v\7~\346b\264L}\n\352F\224"..., 4096) = 4096
read(3, "\331\252\355Z\34\17G\33\337\352\350\320\25\265\1\211\253Z\325!\356x\340\264Z\235'\266\374\227KB"..., 61440) = 61440
read(3, "`\33@A^\206J\214\256\326\27j\300gD\324dh\234\t?\331\"'g'\354#vB\6>"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129482752, SEEK_SET)           = 129482752
read(3, "\325|\\\206 \203\2m\"\337\370\345\303NL9\33\312`FIpv\374\316$nd\27\361I\265"..., 4096) = 4096
read(3, "\261\321\0206\322\f\253\241\30\212L7\255\273\217\233k\3056ZbyI\264\360~\331j\313Ag\37"..., 61440) = 61440
read(3, "\4\325\243\210~ExEp\363\v\374\24\2741\217\243L\375\243\v\7~\346b\264L}\n\352F\224"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129417216, SEEK_SET)           = 129417216
read(3, "\273\243\rF\353\221\22\362\203\373\16XH\347wl.t\326\"\322\215\250\213\255i\375\353}\34\260\271"..., 4096) = 4096
read(3, "\215\5\373\334\326\306\27\272\347\2628\347\271\236\226]on_\341\275\16A4\2544\376\335\365{\302b"..., 61440) = 61440
read(3, "\325|\\\206 \203\2m\"\337\370\345\303NL9\33\312`FIpv\374\316$nd\27\361I\265"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129351680, SEEK_SET)           = 129351680
read(3, "\346\247\226\361\256b\326lvW\361\267\371\204^.\323\34\265\17\2734\335\356\0(H\310\207\271U\301"..., 4096) = 4096
read(3, "\4%\324\256\347%\215D\37\36W\275\245\305^-H\235e0\345ZA\10v\322\34?\331\226\177\370"..., 61440) = 61440
read(3, "\273\243\rF\353\221\22\362\203\373\16XH\347wl.t\326\"\322\215\250\213\255i\375\353}\34\260\271"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129286144, SEEK_SET)           = 129286144
read(3, "\314\324KC\312gS2\344\331.\3449T\t\373H6\336)\274\35\220\260-\370\2\337\335\300hZ"..., 4096) = 4096
read(3, "_j(\340_\212(\337j(\340\245\210\2\225\250\261\376\245\222\362\241\220\2~E\217\227(U\370{"..., 61440) = 61440
read(3, "\346\247\226\361\256b\326lvW\361\267\371\204^.\323\34\265\17\2734\335\356\0(H\310\207\271U\301"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129220608, SEEK_SET)           = 129220608
read(3, "SD\340\265T=\377,K\27O\35\216\25\276\301gh\30\246\252{\3203F\220d\237B\314'\351"..., 4096) = 4096
read(3, "\2007N\341\331\30\302\333\217k\224\227n8\202-\264\357Z5\30[\307]\301g#\325\323P\201,"..., 61440) = 61440
read(3, "\314\324KC\312gS2\344\331.\3449T\t\373H6\336)\274\35\220\260-\370\2\337\335\300hZ"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129155072, SEEK_SET)           = 129155072
read(3, "\327\207\262x/QJ;\343\345J0(|\265g=\311$=W\327\200\373[\360}+\314:\262\207"..., 4096) = 4096
read(3, "\310\334\276lz\317\203I\355\22\240\304o\312>Kx\272?\f\350D\242\266\341fM+\247L\30\325"..., 61440) = 61440
read(3, "SD\340\265T=\377,K\27O\35\216\25\276\301gh\30\246\252{\3203F\220d\237B\314'\351"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129089536, SEEK_SET)           = 129089536
read(3, "\237\327%\273WG\351zg?\246cR`,&b\177\r\266\277\313\215\340e\350\3743r\206\26\27"..., 4096) = 4096
read(3, "o\354\261\252\246\371FC\31w(\23$^HvdY6s\202\305\275\361*\323m\314\256\301\354m"..., 61440) = 61440
read(3, "\327\207\262x/QJ;\343\345J0(|\265g=\311$=W\327\200\373[\360}+\314:\262\207"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129024000, SEEK_SET)           = 129024000
read(3, "i\10\241Eg\364t`!pX\343\0T9M\3710\4\202\270\373\354]\261\n\340\227\357C\36\264"..., 4096) = 4096
read(3, "\356\306\"\306l\270\363\300\200Y\16\244\264\216dkK\307\335U\221\305\0\274A\347j\303C\237\222\351"..., 61440) = 61440
read(3, "\237\327%\273WG\351zg?\246cR`,&b\177\r\266\277\313\215\340e\350\3743r\206\26\27"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 128958464, SEEK_SET)           = 128958464
read(3, "\255\353U\200T\247~\245\321\212_\22\353\227\331\"\224\317C9|\2075\2779`c\2520t\365}"..., 4096) = 4096
read(3, "\254\16D~u\372\275\206\347%\200\2275\330\271\371\231\363\17b>:9o\364DS\247/\261yo"..., 61440) = 61440
read(3, "i\10\241Eg\364t`!pX\343\0T9M\3710\4\202\270\373\354]\261\n\340\227\357C\36\264"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 128892928, SEEK_SET)           = 128892928
read(3, "\274\\\206\310\7\0<\202\354\4\6C|\360q\313\320q\327\252]N\273\337\21\233\333ha\227\205\30"..., 4096) = 4096
read(3, "\336G\234\t\"\262A\30|\32uu0\23 \33\35\366\204\327w\301\254\250\351\r\261W\354\313\233i"..., 61440) = 61440
read(3, "\255\353U\200T\247~\245\321\212_\22\353\227\331\"\224\317C9|\2075\2779`c\2520t\365}"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 128827392, SEEK_SET)           = 128827392
read(3, "[\306Z+xs\360z\"xh\3372\3714\327\331\316kvVO\247\226\"N\\$Ga\267\34"..., 4096) = 4096
read(3, "\355XB\363sz\271!\16\307uCx\17\264\302\261P\270\317|\366s\20\356\250\223\327tN\302\313"..., 61440) = 61440
read(3, "\274\\\206\310\7\0<\202\354\4\6C|\360q\313\320q\327\252]N\273\337\21\233\333ha\227\205\30"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 128765952, SEEK_SET)           = 128765952
read(3, "\234%\254\255+\373\345\v\277!V\261T\223\225RD@\300\307\337\221\276\304T^\32\347\4\37\207\0"..., 4096) = 4096
read(3, "\274\363:-\327Y\361\276\210\2}\257\237\274\f\356\245|\322\3350 \311\343^9\257\33\232\37\257~"..., 61440) = 61440
read(3, "\355XB\363sz\271!\16\307uCx\17\264\302\261P\270\317|\366s\20\356\250\223\327tN\302\313"..., 4096) = 4096
lseek(3, 0, SEEK_SET)                   = 0
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 3010) = 3010
lseek(3, 0, SEEK_SET)                   = 0
mmap(NULL, 129817538, PROT_READ, MAP_SHARED, 3, 0) = 0x7f0ad8779000
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 3010) = 3010
lseek(3, 0, SEEK_SET)                   = 0
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 3002) = 3002
read(3, "\200\0\0D\0c\356I", 4096)      = 8
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 4096) = 3010
lseek(3, 123256832, SEEK_SET)           = 123256832
read(3, "\2443\3322\245\224+\332\33(\2\300\32\321-\205'\16 \301|\221\30\fsKTD\320m\242i"..., 4096) = 4096
fstat(3, {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lseek(3, 129814528, SEEK_SET)           = 129814528
read(3, "\0100XL0\0100\0100\0100\0100Xt0\0100\0100\0100\0100\10\3\0358\0048\4s"..., 4096) = 3010
lseek(3, 123256832, SEEK_SET)           = 123256832
read(3, "\2443\3322\245\224+\332\33(\2\300\32\321-\205'\16 \301|\221\30\fsKTD\320m\242i"..., 4096) = 4096
brk(0x1fbe000)                          = 0x1fbe000
brk(0x1fbb000)                          = 0x1fbb000
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
brk(0x1fdc000)                          = 0x1fdc000
brk(0x1fdb000)                          = 0x1fdb000
brk(0x1fda000)                          = 0x1fda000
brk(0x1fd9000)                          = 0x1fd9000
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
readlink("/tmp/xampp-linux-x64-1.8.3-2-installer.run", 0x7fff4c189810, 4096) = -1 EINVAL (Invalid argument)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
readlink("/tmp/xampp-linux-x64-1.8.3-2-installer.run", 0x7fff4c189810, 4096) = -1 EINVAL (Invalid argument)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
brk(0x1ffa000)                          = 0x1ffa000
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/log", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/maui", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/tclunit", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/xml-util", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/wrapper", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
getpid()                                = 5010
open("/tmp/brMxnovx", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
unlink("/tmp/brMxnovx")                 = 0
close(4)                                = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
open("/tmp/brMxnovx", O_WRONLY|O_CREAT|O_EXCL, 0600) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff4c188c08) = -1 ENOTTY (Inappropriate ioctl for device)
write(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\16\0\0\0\0\0\0"..., 4096) = 4096
write(4, "G\10~\5H\203\304\10\303\350\"\376\377\377\353\364H\203\354\10H\213\5\265=\20\0H\213\0\377\220"..., 4096) = 4096
brk(0x201b000)                          = 0x201b000
brk(0x201a000)                          = 0x201a000
write(4, "\231\31\0\0L\213\0101\300A\377\221@\2\0\0L\211\356L\211\367\350\345\22\0\0001\322H\201\304"..., 4096) = 4096
write(4, "\205\366tbL\213%\335\35\20\0L\215l$0L\211\367L\211\356I\213\4$\377\220\230\4\0\0"..., 4096) = 4096
write(4, "@\317\377\3776\0\0\0\0D\16\20\0\0\0\0\24\0\0\0004\0\0\0h\317\377\377J\0\0\0"..., 4096) = 4096
write(4, "\0.init\0.text\0.fini\0.rodata\0.eh_f"..., 4096) = 4096
write(4, ",\4\0\0\2\0\n\0`\34\0\0\0\0\0\0\332\0\0\0\0\0\0\0H\4\0\0\2\0\n\0"..., 3105) = 3105
brk(0x2012000)                          = 0x2012000
close(4)                                = 0
utime("/tmp/brMxnovx", [2011/02/17-11:22:51, 2011/02/17-11:22:51]) = 0
chmod("/tmp/brMxnovx", 0700)            = 0
open("/tmp/brMxnovx", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\16\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0700, st_size=27681, ...}) = 0
mmap(NULL, 1068552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f0ad8674000
mprotect(0x7f0ad8679000, 1044480, PROT_NONE) = 0
mmap(0x7f0ad8778000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x7f0ad8778000
close(4)                                = 0
unlink("/tmp/brMxnovx")                 = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/wrapper", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/maui", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
pipe([4, 5])                            = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
open("/tmp/broHynqO", O_RDWR|O_CREAT|O_EXCL, 0600) = 6
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
unlink("/tmp/broHynqO")                 = 0
pipe([7, 9])                            = 0
fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
fcntl(9, F_SETFD, FD_CLOEXEC)           = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f0ae0b849d0) = 5011
close(9)                                = 0
read(7, "2couldn't execute \"rpm\": ", 223) = 25
wait4(5011, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5011
--- SIGCHLD (Child exited) @ 0 (0) ---
close(7)                                = 0
close(4)                                = 0
close(6)                                = 0
close(5)                                = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/share/gtk-qt-engine", F_OK) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/share/doc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/share/doc/gtk-qt-engine", F_OK) = -1 ENOENT (No such file or directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/maui", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
brk(0x2043000)                          = 0x2043000
brk(0x2039000)                          = 0x2039000
mmap(NULL, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ad8651000
brk(0x2026000)                          = 0x2026000
brk(0x2023000)                          = 0x2023000
mremap(0x7f0ad8651000, 143360, 274432, MREMAP_MAYMOVE) = 0x7f0ad860e000
mremap(0x7f0ad860e000, 274432, 536576, MREMAP_MAYMOVE) = 0x7f0ad858b000
brk(0x201b000)                          = 0x201b000
brk(0x2019000)                          = 0x2019000
brk(0x2015000)                          = 0x2015000
mmap(NULL, 339968, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ad8621000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0ad854a000
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
open("/tmp/brkJ1Gn5", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
unlink("/tmp/brkJ1Gn5")                 = 0
close(4)                                = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
open("/tmp/brkJ1Gn5", O_WRONLY|O_CREAT|O_EXCL, 0600) = 4
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff4c187a88) = -1 ENOTTY (Inappropriate ioctl for device)
write(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300J\0\0\0\0\0\0"..., 4096) = 4096
write(4, "\0\5\0\0\0\0\0\0\336\10\0\0\22\0\n\0\220\222\0\0\0\0\0\0004\0\0\0\0\0\0\0"..., 4096) = 4096
write(4, "\0Itcl_BiInfoVariableCmd\0Itcl_BiI"..., 4096) = 4096
write(4, "\0\0\0\0\0\0\0\0 y\21\0\0\0\0\0\1\0\0\0r\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
write(4, "\7\0\0\0r\0\0\0\0\0\0\0\0\0\0\0\340\211\21\0\0\0\0\0\7\0\0\0s\0\0\0"..., 4096) = 4096
write(4, "t!H\213\3H\211\357\377\220@\5\0\0\276\1\0\0\0H\211\307H\213\3\377\220\370\1\0\0001"..., 4096) = 4096
write(4, "\5\263,\21\0\276\377\377\377\377H\215=\372\335\0\0H\213\0\377\220\320\1\0\0\353\207\213x\20\351"..., 4096) = 4096
write(4, "\0\377\220(\4\0\0L\215L$\20E1\3001\311H\215\25\301\321\0\0H\211\356L\211\367\350e"..., 4096) = 4096
write(4, "\211\347\350!\307\377\377\205\300u\240H\213D$\10L\2110\351\350\376\377\377fff\220fff\220"..., 4096) = 4096
write(4, "\205\300\17\205\261\373\377\377H\211\357\350\310\266\377\377\272\1\0\0\0\205\300\17\205\234\373\377\377I\213\4"..., 4096) = 4096
write(4, "\354\20\0H\215\r)\245\0\0H\211\352\276\1\0\0\0L\211\347H\213\0\377\220P\10\0\0\270\1"..., 4096) = 4096
write(4, "\215L$(H\211\357\350D\10\0\0\205\300\17\205-\377\377\377H\213t$(H\205\366uII\213"..., 4096) = 4096
write(4, "\1\0\0\0\205\300uHH\203|$\30\0ufH\215\25\217}\0\0H\215L$\30H\211\356L"..., 4096) = 4096
write(4, "\213\34$L\213d$\20H\203\304\30\303H\213E\0\277X\0\0\0\377P(1\366H\211\303H\213"..., 4096) = 4096
write(4, "1\3111\300H\2155\7b\0\0L\213E\0A\377\2200\10\0\0\205\300A\211\304t-H\213S"..., 4096) = 4096
write(4, "\211\306H\213E\0H\213@(H\215\270\230\0\0\0\377\220\330\0\0\0H\205\300H\211\303t\34H"..., 4096) = 4096
write(4, "\213\7\272\377\377\377\377H\2155\346J\0\0L\211\367\377\220\220\0\0\0I\213\24$\351!\377\377\377"..., 4096) = 4096
write(4, "\350\0038\377\377H\213\34$H\213l$\10L\213d$\20H\203\304\30\303H\213E(H\215x\10"..., 4096) = 4096
write(4, "\0\205\300uED\211\376L\211\357\350\250&\377\377\211\350H\213\234$\10\1\0\0H\213\254$\20\1"..., 4096) = 4096
write(4, "\0\0H\213\rOV\20\0\351\375\376\377\377f\220H\203\354(H\205\377H\211\\$\20H\211l$"..., 4096) = 4096
write(4, "\n    (error in configuration of "..., 4096) = 4096
write(4, "oped variable \"\0::itcl::parser\0:"..., 4096) = 4096
write(4, "4\0\0\0\354\4\0\0\230!\377\377e\5\0\0\0B\16\20B\16\30\216\3\217\2E\16 I\16"..., 4096) = 4096
write(4, "\34\0\0\0\354\24\0\0\270\236\377\377\343\0\0\0\0G\0160]\216\2\203\6\215\3\214\4\206\5\0"..., 4096) = 4096
write(4, "ppend dirs [file join $bindir .."..., 4096) = 4096
write(4, "Hat Linux 3.2.3-56)\0\0GCC: (GNU) "..., 4096) = 4096
write(4, "\370\3\0\0\4\0\361\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\4\0\0\4\0\361\377"..., 4096) = 4096
write(4, "&\0\0\0\0\0\0\0\357\17\0\0\22\0\n\0\360\t\1\0\0\0\0\0004\0\0\0\0\0\0\0"..., 4096) = 4096
write(4, "indClass\0Itcl_ProtectionStr\0Itcl"..., 790) = 790
close(4)                                = 0
utime("/tmp/brkJ1Gn5", [2013/03/15-12:32:20, 2013/03/15-12:32:20]) = 0
chmod("/tmp/brkJ1Gn5", 0700)            = 0
open("/tmp/brkJ1Gn5", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300J\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0700, st_size=115478, ...}) = 0
close(4)                                = 0
unlink("/tmp/brkJ1Gn5")                 = 0
munmap(0x7f0ad854a000, 266240)          = 0
munmap(0x7f0ad8621000, 339968)          = 0
munmap(0x7f0ad858b000, 536576)          = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/libraries", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
access("/tmp", F_OK)                    = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run", F_OK) = 0
access("/tmp/xampp-linux-x64-1.8.3-2-installer.run/lib", F_OK) = -1 ENOTDIR (Not a directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/xampp-linux-x64-1.8.3-2-installer.run", {st_mode=S_IFREG|0755, st_size=129817538, ...}) = 0
brk(0x203d000)                          = 0x203d000
getcwd("/tmp", 4097)                    = 5
munmap(0x7f0ad8779000, 129817538)       = 0
close(3)                                = 0
munmap(0x7f0ae1443000, 4096)            = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(2, F_SETFL, O_RDWR|O_LARGEFILE)   = 0
fcntl(1, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(1, F_SETFL, O_RDWR|O_LARGEFILE)   = 0
fcntl(0, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(0, F_SETFL, O_RDWR|O_LARGEFILE)   = 0
exit_group(1)                           = ?


Kind regards,
Peter