sandeep_car has asked for the wisdom of the Perl Monks concerning the following question:
We have a perl script on server Y which take file through SFTP from one server(suppose X) and also remove file from server X and copy it to a location on server Y(same server). After that it will process the file and copy back processed file back to server X by using sftp. Normally this process runs properly but some time it gives some problem.
Issues are :
1: Sometime the Process goes in sleep(halt) mode in first sftp :-- This problem comes when our perl process tries to get file from server X through sftp. I am running perl sftp in debug mode. So due to that I can get that sftp process initiates(by seeing debug messages in terminal) and then goes in sleep mode. At same time I check message log(for sftp) and secure log(for ssh) on server X for connection but no entry comes in these logs. I also tried to run perl process in strace mode and below will mention that log.below is also perl debug message
2: Sometime the Process goes in sleep(halt) mode in second sftp. :-- This problem comes with second perl process tries to put processed file on X from Y. I am running perl sftp in debug mode. So due to that I can get that sftp process initiates(by seeing debug messages in terminal) and then goes in sleep mode. At same time I check message log(for sftp) and secure log(for ssh) on server X for connection but no entry comes in these logs. I also tried to run perl process in strace mode and below will mention that log. below is also perl debug message
3: Unable to establish sftp that is unable to do ssh connection. :-- This porblem comes due to sftp erro. When this problem comes process won't go in sleep mode(it finishes) as we are displaying message based on error.Error message is Bad message received.
Perl Sftp debug message fro 1&2. When process halt(sleep)
#23864 1392974375.00000 new: This is Net::SFTP::Foreign 1.73 #23864 1392974375.00000 new: Loaded from /usr/local/lib/perl5/site_per +l/5.16.1/Net/SFTP/Foreign.pm #23864 1392974375.00000 new: Running on Perl v5.16.1 for linux #23864 1392974375.00000 new: debug set to -1 #23864 1392974375.00000 new: ~0 is 18446744073709551615 #23864 1392974375.00000 new: Using backend Net::SFTP::Foreign::Backend +::Unix 1.73 #23864 1392974375.00000 _queue_msg: queueing msg len: 5, code:1, id:3 +... [1] 00 00 00 05 01 00 00 00 03 + | ......... #23864 1392974375.00000 _get_msg: waiting for message... [1] #23864 1392974375.00000 _do_io: _do_io connected: 1 #23864 1392974375.00000 _do_io: _do_io select(-,-,-, undef) #23864 1392974375.00000 _do_io: _do_io write queue: 9, syswrite: 9, ma +x: 65536, $!: 00 00 00 05 01 00 00 00 03 + | ......... #23864 1392974375.00000 _do_io: _do_io select(-,-,-, undef)
Code Used For Sftp.
my $sftpHost = $userName . '@' . $hostName; use Expect; my $conn = Expect->new; $conn->raw_pty(1); $conn->log_user(0); $conn->spawn('/usr/bin/ssh', -l => $userName, $hostNam +e, -s => 'sftp') or die "can't spawn ssh"; $conn->expect(1, "Password : "); $conn->send("$passWord\n"); $conn->expect(1, "\n"); $Net::SFTP::Foreign::debug = -1; $sftpHandl = Net::SFTP::Foreign->new(transport => $con +n); die "unable to establish SSH connection: ". $sftpHandl +->error if $sftpHandl->error; $sftpHandl->setcwd($destPath) or die("Cannot cd to $de +stPath $!\n") ; $sftpHandl->put($remtPath.$fileFnc,$fileFnc) or die("C +ouldn't put file in the SFTP Location $!\n");
Strace trace log of 1. When process halt
<code>27170 execve("/usr/bin/perl", "perl", "main.pl", "19", /* 17 vars */) = 0 27170 brk(0) = 0xe129000 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5734782000 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5734783000 27170 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 27170 open("/etc/ld.so.cache", O_RDONLY) = 3 27170 fstat(3, {st_mode=S_IFREG|0644, st_size=55684, ...}) = 0 27170 mmap(NULL, 55684, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b5734784000 27170 close(3) = 0 27170 open("/lib64/libnsl.so.1", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240@ J6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=114352, ...}) = 0 27170 mmap(0x364a200000, 2194096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x364a200000 27170 mprotect(0x364a215000, 2093056, PROT_NONE) = 0 27170 mmap(0x364a414000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x364a414000 27170 mmap(0x364a416000, 6832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x364a416000 27170 close(3) = 0 27170 open("/lib64/libdl.so.2", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\240G6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=23360, ...}) = 0 27170 mmap(0x3647a00000, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3647a00000 27170 mprotect(0x3647a02000, 2097152, PROT_NONE) = 0 27170 mmap(0x3647c02000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x3647c02000 27170 close(3) = 0 27170 open("/lib64/libm.so.6", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`> H6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=615136, ...}) = 0 27170 mmap(0x3648200000, 2629848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3648200000 27170 mprotect(0x3648282000, 2093056, PROT_NONE) = 0 27170 mmap(0x3648481000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81000) = 0x3648481000 27170 close(3) = 0 27170 open("/lib64/libcrypt.so.1", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\t\340I6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=48600, ...}) = 0 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5734792000 27170 mmap(0x3649e00000, 2322880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3649e00000 27170 mprotect(0x3649e09000, 2093056, PROT_NONE) = 0 27170 mmap(0x364a008000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x364a008000 27170 mmap(0x364a00a000, 184768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x364a00a000 27170 close(3) = 0 27170 open("/lib64/libutil.so.1", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\16\200T6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=18152, ...}) = 0 27170 mmap(0x3654800000, 2105616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3654800000 27170 mprotect(0x3654802000, 2093056, PROT_NONE) = 0 27170 mmap(0x3654a01000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x3654a01000 27170 close(3) = 0 27170 open("/lib64/libc.so.6", O_RDONLY) = 3 27170 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\332aG6\0\0\0"..., 832) = 832 27170 fstat(3, {st_mode=S_IFREG|0755, st_size=1718232, ...}) = 0 27170 mmap(0x3647600000, 3498328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3647600000 27170 mprotect(0x364774d000, 2097152, PROT_NONE) = 0 27170 mmap(0x364794d000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14d000) = 0x364794d000 27170 mmap(0x3647952000, 16728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3647952000 27170 close(3) = 0 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5734793000 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5734794000 27170 arch_prctl(ARCH_SET_FS, 0x2b5734794030) = 0 27170 mprotect(0x364a414000, 4096, PROT_READ) = 0 27170 mprotect(0x3647c02000, 4096, PROT_READ) = 0 27170 mprotect(0x3648481000, 4096, PROT_READ) = 0 27170 mprotect(0x364a008000, 4096, PROT_READ) = 0 27170 mprotect(0x3654a01000, 4096, PROT_READ) = 0 27170 mprotect(0x364794d000, 16384, PROT_READ) = 0 27170 mprotect(0x364741c000, 4096, PROT_READ) = 0 27170 munmap(0x2b5734784000, 55684) = 0 27170 rt_sigaction(SIGFPE, {0x1, FPE, SA_RESTORER|SA_RESTART, 0x36476302f0}, {SIG_DFL, [], 0}, 8) = 0 27170 brk(0) = 0xe129000 27170 brk(0xe14a000) = 0xe14a000 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 27170 fstat(3, {st_mode=S_IFREG|0644, st_size=56450592, ...}) = 0 27170 mmap(NULL, 56450592, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b5734795000 27170 close(3) = 0 27170 open("/dev/urandom", O_RDONLY) = 3 27170 read(3, "O\16\201\306", 4) = 4 27170 close(3) = 0 27170 readlink("/proc/self/exe", "/usr/bin/perl"..., 4095) = 13 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 27170 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 27170 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 27170 lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 27170 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 27170 lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 27170 open("main.pl", O_RDONLY) = 3 27170 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc4305c0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(3, 0, SEEK_CUR) = 0 27170 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 27170 read(3, "#!/usr/bin/perl\ndo \"subs.pl\";\n\ni"..., 8192) = 2841 27170 brk(0xe16b000) = 0xe16b000 27170 read(3, "", 8192) = 0 27170 close(3) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/subs.pl", 0x7fffbc430680) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/subs.pl", 0x7fffbc430680) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/subs.pl", 0x7fffbc430680) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/subs.pl", 0x7fffbc430680) = -1 ENOENT (No such file or directory) 27170 stat("./subs.pl", {st_mode=S_IFREG|0777, st_size=39316, ...}) = 0 27170 open("./subs.pl", O_RDONLY) = 3 27170 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc430480) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(3, 0, SEEK_CUR) = 0 27170 read(3, "#!/usr/bin/perl\nuse DBI;\nuse Spr"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/DBI.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/DBI.pm", {st_mode=S_IFREG|0444, st_size=310992, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/DBI.pm", O_RDONLY) = 4 27170 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42fec0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(4, 0, SEEK_CUR) = 0 27170 read(4, "# $Id: DBI.pm 15327 2012-06-06 1"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Carp.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Carp.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Carp.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Carp.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Carp.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Carp.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Carp.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Carp.pm", {st_mode=S_IFREG|0444, st_size=20408, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Carp.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "package Carp;\n\n{ use 5.006; }\nus"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/strict.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/strict.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/strict.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/strict.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/strict.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/strict.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/strict.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/strict.pm", {st_mode=S_IFREG|0444, st_size=3933, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/strict.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "package strict;\n\n$strict::VERSIO"..., 8192) = 3933 27170 brk(0xe18c000) = 0xe18c000 27170 lseek(6, 1005, SEEK_SET) = 1005 27170 lseek(6, 0, SEEK_CUR) = 1005 27170 close(6) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/warnings.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/warnings.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/warnings.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/warnings.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/warnings.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/warnings.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/warnings.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/warnings.pm", {st_mode=S_IFREG|0444, st_size=18776, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/warnings.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 8192 27170 read(6, "define'\t\t=> \"\\x00\\x00\\x00\\x00\\x4"..., 8192) = 8192 27170 brk(0xe1ad000) = 0xe1ad000 27170 read(6, "set = $Offsets{$category};\n "..., 8192) = 2392 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 read(5, "do if $Internal{$pkg};\n }\n "..., 8192) = 8192 27170 brk(0xe1ce000) = 0xe1ce000 27170 lseek(5, 12473, SEEK_SET) = 12473 27170 lseek(5, 0, SEEK_CUR) = 12473 27170 close(5) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Exporter.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Exporter.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Exporter.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Exporter.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Exporter.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Exporter.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Exporter.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Exporter.pm", {st_mode=S_IFREG|0444, st_size=18671, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Exporter.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "package Exporter;\n\nrequire 5.006"..., 8192) = 8192 27170 lseek(5, 2366, SEEK_SET) = 2366 27170 lseek(5, 0, SEEK_CUR) = 2366 27170 close(5) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/DynaLoader.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/DynaLoader.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/DynaLoader.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/DynaLoader.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/DynaLoader.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/DynaLoader.pm", {st_mode=S_IFREG|0444, st_size=24941, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/DynaLoader.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "\n# Generated from DynaLoader_pm."..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Config.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Config.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Config.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Config.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Config.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Config.pm", {st_mode=S_IFREG|0444, st_size=3178, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/Config.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "# This file was created by confi"..., 8192) = 3178 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/vars.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/vars.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/vars.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/vars.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/vars.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/vars.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/vars.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/vars.pm", {st_mode=S_IFREG|0444, st_size=2358, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/vars.pm", O_RDONLY) = 7 27170 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42ed80) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(7, 0, SEEK_CUR) = 0 27170 read(7, "package vars;\n\nuse 5.006;\n\nour $"..., 8192) = 2358 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/warnings/register.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/warnings/register.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/warnings/register.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/warnings/register.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/warnings/register.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/warnings/register.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/warnings/register.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/warnings/register.pm", {st_mode=S_IFREG|0444, st_size=772, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/warnings/register.pm", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e7c0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 brk(0xe1ef000) = 0xe1ef000 27170 read(8, "package warnings::register;\n\nour"..., 8192) = 772 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 lseek(7, 1148, SEEK_SET) = 1148 27170 lseek(7, 0, SEEK_CUR) = 1148 27170 close(7) = 0 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 read(5, "at filenames to look for\n "..., 8192) = 8192 27170 brk(0xe210000) = 0xe210000 27170 lseek(5, 10650, SEEK_SET) = 10650 27170 lseek(5, 0, SEEK_CUR) = 10650 27170 close(5) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/auto/DBI", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/auto/DBI/DBI.so", {st_mode=S_IFREG|0555, st_size=126606, ...}) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/auto/DBI/DBI.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/auto/DBI/DBI.so", O_RDONLY) = 5 27170 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2403\0\0\0\0\0\0"..., 832) = 832 27170 fstat(5, {st_mode=S_IFREG|0555, st_size=126606, ...}) = 0 27170 mmap(NULL, 2209632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x2b5737d6b000 27170 mprotect(0x2b5737d86000, 2097152, PROT_NONE) = 0 27170 mmap(0x2b5737f86000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1b000) = 0x2b5737f86000 27170 close(5) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Exporter/Heavy.pmc", 0x7fffbc42fbf0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Exporter/Heavy.pm", 0x7fffbc42fb50) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Exporter/Heavy.pmc", 0x7fffbc42fbf0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Exporter/Heavy.pm", 0x7fffbc42fb50) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Exporter/Heavy.pmc", 0x7fffbc42fbf0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Exporter/Heavy.pm", 0x7fffbc42fb50) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Exporter/Heavy.pmc", 0x7fffbc42fbf0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Exporter/Heavy.pm", {st_mode=S_IFREG|0444, st_size=6378, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Exporter/Heavy.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f950) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "package Exporter::Heavy;\n\nuse st"..., 8192) = 6378 27170 brk(0xe231000) = 0xe231000 27170 read(5, "", 8192) = 0 27170 close(5) = 0 27170 read(4, "DBI::connect_via = \"Apache::DBI:"..., 8192) = 8192 27170 brk(0xe252000) = 0xe252000 27170 read(4, "ma, $table, $type , \\%attr ' ]"..., 8192) = 8192 27170 brk(0xe273000) = 0xe273000 27170 read(4, "al one used\n\n my $connect_clo"..., 8192) = 8192 27170 read(4, " each ('DBI::' or 'MyDBI::' etc)"..., 8192) = 8192 27170 brk(0xe294000) = 0xe294000 27170 brk(0xe2b5000) = 0xe2b5000 27170 read(4, ";\n return \"\";\n}\n\n\nsub data_st"..., 8192) = 8192 27170 read(4, "eformat $attr as needed for _ins"..., 8192) = 8192 27170 brk(0xe2d6000) = 0xe2d6000 27170 brk(0xe2f7000) = 0xe2f7000 27170 read(4, " sub selectall_hashref {\n\tmy ($d"..., 8192) = 8192 27170 read(4, "arams\n\t return $sth->set_err("..., 8192) = 8192 27170 brk(0xe318000) = 0xe318000 27170 lseek(4, 72992, SEEK_SET) = 72992 27170 lseek(4, 0, SEEK_CUR) = 72992 27170 close(4) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Scalar/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Scalar/Util.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Scalar/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Scalar/Util.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Scalar/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Scalar/Util.pm", {st_mode=S_IFREG|0444, st_size=7447, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/Scalar/Util.pm", O_RDONLY) = 4 27170 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42fec0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(4, 0, SEEK_CUR) = 0 27170 read(4, "# Scalar::Util.pm\n#\n# Copyright "..., 8192) = 7447 27170 lseek(4, 1074, SEEK_SET) = 1074 27170 lseek(4, 0, SEEK_CUR) = 1074 27170 close(4) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/List/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/List/Util.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/List/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/List/Util.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/List/Util.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/List/Util.pm", {st_mode=S_IFREG|0444, st_size=6228, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/List/Util.pm", O_RDONLY) = 4 27170 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42fec0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(4, 0, SEEK_CUR) = 0 27170 brk(0xe33a000) = 0xe33a000 27170 read(4, "# List::Util.pm\n#\n# Copyright (c"..., 8192) = 6228 27170 lseek(4, 596, SEEK_SET) = 596 27170 lseek(4, 0, SEEK_CUR) = 596 27170 close(4) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/XSLoader.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/XSLoader.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/XSLoader.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/XSLoader.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/XSLoader.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/XSLoader.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/XSLoader.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/XSLoader.pm", {st_mode=S_IFREG|0444, st_size=10233, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/XSLoader.pm", O_RDONLY) = 4 27170 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42fec0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(4, 0, SEEK_CUR) = 0 27170 read(4, "# Generated from XSLoader.pm.PL "..., 8192) = 8192 27170 lseek(4, 2886, SEEK_SET) = 2886 27170 lseek(4, 0, SEEK_CUR) = 2886 27170 close(4) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/List/Util/Util.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/List/Util/Util.so", {st_mode=S_IFREG|0555, st_size=29769, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/List/Util/Util.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/List/Util/Util.so", O_RDONLY) = 4 27170 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\33\0\0\0\0\0\0"..., 832) = 832 27170 fstat(4, {st_mode=S_IFREG|0555, st_size=29769, ...}) = 0 27170 mmap(NULL, 2119136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2b5737f87000 27170 mprotect(0x2b5737f8d000, 2093056, PROT_NONE) = 0 27170 mmap(0x2b573818c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0x2b573818c000 27170 close(4) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 brk(0xe35b000) = 0xe35b000 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Spreadsheet/ParseExcel.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Spreadsheet/ParseExcel.pm", 0x7fffbc4300c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Spreadsheet/ParseExcel.pmc", 0x7fffbc430160) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Spreadsheet/ParseExcel.pm", {st_mode=S_IFREG|0444, st_size=107773, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/Spreadsheet/ParseExcel.pm", O_RDONLY) = 4 27170 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42fec0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(4, 0, SEEK_CUR) = 0 27170 read(4, "package Spreadsheet::ParseExcel;"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/OLE/Storage_Lite.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/OLE/Storage_Lite.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/OLE/Storage_Lite.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/OLE/Storage_Lite.pm", {st_mode=S_IFREG|0444, st_size=56037, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/OLE/Storage_Lite.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "# OLE::Storage_Lite\r\n# by Kawai"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/File.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/File.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/File.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/File.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/File.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/File.pm", {st_mode=S_IFREG|0444, st_size=4902, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/File.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "#\n\npackage IO::File;\n\n=head1 NAM"..., 8192) = 4902 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Symbol.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Symbol.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Symbol.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Symbol.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Symbol.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Symbol.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Symbol.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Symbol.pm", {st_mode=S_IFREG|0444, st_size=4794, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Symbol.pm", O_RDONLY) = 7 27170 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42ed80) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(7, 0, SEEK_CUR) = 0 27170 read(7, "package Symbol;\n\n=head1 NAME\n\nSy"..., 8192) = 4794 27170 read(7, "", 8192) = 0 27170 close(7) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/SelectSaver.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/SelectSaver.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/SelectSaver.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/SelectSaver.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/SelectSaver.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/SelectSaver.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/SelectSaver.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/SelectSaver.pm", {st_mode=S_IFREG|0444, st_size=1076, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/SelectSaver.pm", O_RDONLY) = 7 27170 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42ed80) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(7, 0, SEEK_CUR) = 0 27170 read(7, "package SelectSaver;\n\nour $VERSI"..., 8192) = 1076 27170 read(7, "", 8192) = 0 27170 close(7) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/Seekable.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/Seekable.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/Seekable.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/Seekable.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Seekable.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Seekable.pm", {st_mode=S_IFREG|0444, st_size=2935, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Seekable.pm", O_RDONLY) = 7 27170 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42ed80) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(7, 0, SEEK_CUR) = 0 27170 read(7, "#\n\npackage IO::Seekable;\n\n=head1"..., 8192) = 2935 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/Handle.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO/Handle.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/Handle.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO/Handle.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Handle.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Handle.pm", {st_mode=S_IFREG|0444, st_size=16967, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO/Handle.pm", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e7c0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 brk(0xe37d000) = 0xe37d000 27170 read(8, "package IO::Handle;\n\n=head1 NAME"..., 8192) = 8192 27170 read(8, "ariables with its own name separ"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO.pmc", 0x7fffbc42e4a0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/IO.pm", 0x7fffbc42e400) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO.pmc", 0x7fffbc42e4a0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/IO.pm", 0x7fffbc42e400) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO.pmc", 0x7fffbc42e4a0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO.pm", {st_mode=S_IFREG|0444, st_size=1400, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/IO.pm", O_RDONLY) = 9 27170 ioctl(9, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e200) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(9, 0, SEEK_CUR) = 0 27170 read(9, "#\n\npackage IO;\n\nuse XSLoader ();"..., 8192) = 1400 27170 lseek(9, 415, SEEK_SET) = 415 27170 lseek(9, 0, SEEK_CUR) = 415 27170 close(9) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/IO/IO.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/IO/IO.so", {st_mode=S_IFREG|0555, st_size=20740, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/IO/IO.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/IO/IO.so", O_RDONLY) = 9 27170 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\23\0\0\0\0\0\0"..., 832) = 832 27170 fstat(9, {st_mode=S_IFREG|0555, st_size=20740, ...}) = 0 27170 mmap(NULL, 2111128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x2b573818d000 27170 mprotect(0x2b5738191000, 2093056, PROT_NONE) = 0 27170 mmap(0x2b5738390000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3000) = 0x2b5738390000 27170 close(9) = 0 27170 brk(0xe39e000) = 0xe39e000 27170 read(8, "nt to determine if a constant ex"..., 8192) = 583 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Fcntl.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Fcntl.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Fcntl.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Fcntl.pm", 0x7fffbc42e9c0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Fcntl.pmc", 0x7fffbc42ea60) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Fcntl.pm", {st_mode=S_IFREG|0444, st_size=3924, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/Fcntl.pm", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e7c0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 read(8, "package Fcntl;\n\n=head1 NAME\n\nFcn"..., 8192) = 3924 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/Fcntl/Fcntl.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/Fcntl/Fcntl.so", {st_mode=S_IFREG|0555, st_size=21673, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/Fcntl/Fcntl.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/Fcntl/Fcntl.so", O_RDONLY) = 8 27170 read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\34\0\0\0\0\0\0"..., 832) = 832 27170 fstat(8, {st_mode=S_IFREG|0555, st_size=21673, ...}) = 0 27170 mmap(NULL, 2113256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x2b5738391000 27170 mprotect(0x2b5738394000, 2097152, PROT_NONE) = 0 27170 mmap(0x2b5738594000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3000) = 0x2b5738594000 27170 close(8) = 0 27170 brk(0xe3bf000) = 0xe3bf000 27170 read(7, "", 8192) = 0 27170 close(7) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 read(5, "f of scalar\r\n if(ref($sFile) eq"..., 8192) = 8192 27170 read(5, "ize}% $rhInfo->{_BIG_BLOCK_SIZE}"..., 8192) = 8192 27170 brk(0xe3e0000) = 0xe3e0000 27170 read(5, "E} (pack(\"V\", $i+$iSbdSize+$iBsi"..., 8192) = 8192 27170 brk(0xe401000) = 0xe401000 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Time/Local.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Time/Local.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Time/Local.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Time/Local.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Time/Local.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Time/Local.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Time/Local.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Time/Local.pm", {st_mode=S_IFREG|0444, st_size=12053, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Time/Local.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "package Time::Local;\n\nrequire Ex"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/constant.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/constant.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/constant.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/constant.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/constant.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/constant.pm", 0x7fffbc42ef80) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/constant.pmc", 0x7fffbc42f020) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/constant.pm", {st_mode=S_IFREG|0444, st_size=13806, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/constant.pm", O_RDONLY) = 7 27170 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42ed80) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(7, 0, SEEK_CUR) = 0 27170 read(7, "package constant;\nuse 5.005;\nuse"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/utf8.pmc", 0x7fffbc42e380) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/utf8.pm", 0x7fffbc42e2e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/utf8.pmc", 0x7fffbc42e380) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/utf8.pm", 0x7fffbc42e2e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/utf8.pmc", 0x7fffbc42e380) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/utf8.pm", 0x7fffbc42e2e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/utf8.pmc", 0x7fffbc42e380) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/utf8.pm", {st_mode=S_IFREG|0444, st_size=7781, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/utf8.pm", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e0e0) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 brk(0xe422000) = 0xe422000 27170 read(8, "package utf8;\n\n$utf8::hint_bits "..., 8192) = 7781 27170 lseek(8, 378, SEEK_SET) = 378 27170 lseek(8, 0, SEEK_CUR) = 378 27170 close(8) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/utf8_heavy.pl", 0x7fffbc42e650) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/utf8_heavy.pl", 0x7fffbc42e650) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/utf8_heavy.pl", 0x7fffbc42e650) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/utf8_heavy.pl", {st_mode=S_IFREG|0444, st_size=30820, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/utf8_heavy.pl", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e450) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 read(8, "package utf8;\nuse strict;\nuse wa"..., 8192) = 8192 27170 read(8, ", is the single form. The prope"..., 8192) = 8192 27170 read(8, " }\n\n "..., 8192) = 8192 27170 read(8, "' for \\\\p{$type}\\n\" if DEBUG;\n "..., 8192) = 6244 27170 brk(0xe443000) = 0xe443000 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/unicore/Heavy.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/unicore/Heavy.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/unicore/Heavy.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/unicore/Heavy.pl", {st_mode=S_IFREG|0444, st_size=110004, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/unicore/Heavy.pl", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e280) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 read(8, "# !!!!!!! DO NOT EDIT THIS FIL"..., 8192) = 8192 27170 brk(0xe464000) = 0xe464000 27170 read(8, "000' => 'Nv/6000',\n'nv=60000' =>"..., 8192) = 8192 27170 read(8, "Devanag2',\n'blk=devanagariextend"..., 8192) = 8192 27170 brk(0xe485000) = 0xe485000 27170 read(8, "' => 'Blk/UCAS',\n'blk=unifiedcan"..., 8192) = 8192 27170 read(8, "p' => 'Dep/Y',\n'dep=f' => '!Dep/"..., 8192) = 8192 27170 brk(0xe4a6000) = 0xe4a6000 27170 read(8, "Y',\n'idc=true' => 'IDC/Y',\n'idc="..., 8192) = 8192 27170 read(8, "lk/LatinEx5',\n'inlatinextendedb'"..., 8192) = 8192 27170 brk(0xe4c7000) = 0xe4c7000 27170 read(8, "yideographs' => 'Blk/CJKComp3',\n"..., 8192) = 8192 27170 read(8, "lk/Mahjong',\n'ismahjongtiles' =>"..., 8192) = 8192 27170 brk(0xe4e8000) = 0xe4e8000 27170 read(8, "space' => 'Space/Y',\n'isxposixup"..., 8192) = 8192 27170 read(8, "s' => 'Blk/Modifier',\n'modifiers"..., 8192) = 8192 27170 brk(0xe509000) = 0xe509000 27170 read(8, "> 'Sc/Mand',\n'sc=mandaic' => 'Sc"..., 8192) = 8192 27170 brk(0xe52a000) = 0xe52a000 27170 read(8, "Zinh',\n'scx=zyyy' => 'Scx/Zyyy',"..., 8192) = 8192 27170 read(8, "percase' => 'Cased/Y',\n'isupperc"..., 8192) = 3508 27170 brk(0xe54b000) = 0xe54b000 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 brk(0xe576000) = 0xe576000 27170 brk(0xe599000) = 0xe599000 27170 brk(0xe5ba000) = 0xe5ba000 27170 brk(0xe5df000) = 0xe5df000 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/unicore/lib/Perl/_PerlIDS.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/unicore/lib/Perl/_PerlIDS.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/unicore/lib/Perl/_PerlIDS.pl", 0x7fffbc42e480) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/unicore/lib/Perl/_PerlIDS.pl", {st_mode=S_IFREG|0444, st_size=5273, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/unicore/lib/Perl/_PerlIDS.pl", O_RDONLY) = 8 27170 ioctl(8, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42e280) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(8, 0, SEEK_CUR) = 0 27170 read(8, "# !!!!!!! DO NOT EDIT THIS FIL"..., 8192) = 5273 27170 read(8, "", 8192) = 0 27170 close(8) = 0 27170 lseek(7, 4863, SEEK_SET) = 4863 27170 lseek(7, 0, SEEK_CUR) = 4863 27170 close(7) = 0 27170 lseek(6, 5182, SEEK_SET) = 5182 27170 lseek(6, 0, SEEK_CUR) = 5182 27170 close(6) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 open("/etc/localtime", O_RDONLY) = 6 27170 fstat(6, {st_mode=S_IFREG|0644, st_size=265, ...}) = 0 27170 fstat(6, {st_mode=S_IFREG|0644, st_size=265, ...}) = 0 27170 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5738595000 27170 read(6, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 265 27170 lseek(6, -156, SEEK_CUR) = 109 27170 read(6, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 156 27170 close(6) = 0 27170 munmap(0x2b5738595000, 4096) = 0 27170 read(5, "\n }\r\n else {\r\n $raDone=[];\r"..., 8192) = 8192 27170 read(5, "ndef);\r\n }\r\n else {\r\n ret"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/POSIX.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/POSIX.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/POSIX.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/POSIX.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/POSIX.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/POSIX.pm", {st_mode=S_IFREG|0444, st_size=16637, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/POSIX.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "package POSIX;\nuse strict;\nuse w"..., 8192) = 8192 27170 read(6, "\t\tEAGAIN EALREADY EBADF EBUSY EC"..., 8192) = 8192 27170 read(6, "ub DELETE { delete $SIG{ &_check"..., 8192) = 253 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/POSIX/POSIX.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/POSIX/POSIX.so", {st_mode=S_IFREG|0555, st_size=95117, ...}) = 0 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/POSIX/POSIX.bs", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/x86_64-linux/auto/POSIX/POSIX.so", O_RDONLY) = 6 27170 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P[\0\0\0\0\0\0"..., 832) = 832 27170 fstat(6, {st_mode=S_IFREG|0555, st_size=95117, ...}) = 0 27170 mmap(NULL, 2176904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x2b5738595000 27170 mprotect(0x2b57385a6000, 2097152, PROT_NONE) = 0 27170 mmap(0x2b57387a6000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x11000) = 0x2b57387a6000 27170 close(6) = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Tie/Hash.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Tie/Hash.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Tie/Hash.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Tie/Hash.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Tie/Hash.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/Tie/Hash.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Tie/Hash.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/Tie/Hash.pm", {st_mode=S_IFREG|0444, st_size=7626, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/Tie/Hash.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "package Tie::Hash;\n\nour $VERSION"..., 8192) = 7626 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 lseek(5, 49049, SEEK_SET) = 49049 27170 lseek(5, 0, SEEK_CUR) = 49049 27170 close(5) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Crypt/RC4.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Crypt/RC4.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Crypt/RC4.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Crypt/RC4.pm", {st_mode=S_IFREG|0444, st_size=4897, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/Crypt/RC4.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "#-------------------------------"..., 8192) = 4897 27170 lseek(5, 2091, SEEK_SET) = 2091 27170 lseek(5, 0, SEEK_CUR) = 2091 27170 close(5) = 0 27170 getuid() = 0 27170 geteuid() = 0 27170 getgid() = 0 27170 getegid() = 0 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Digest/Perl/MD5.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/Digest/Perl/MD5.pm", 0x7fffbc42fb00) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Digest/Perl/MD5.pmc", 0x7fffbc42fba0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/Digest/Perl/MD5.pm", {st_mode=S_IFREG|0555, st_size=12798, ...}) = 0 27170 open("/usr/local/lib/perl5/site_perl/5.16.1/Digest/Perl/MD5.pm", O_RDONLY) = 5 27170 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f900) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(5, 0, SEEK_CUR) = 0 27170 read(5, "#! /usr/bin/false\n#\n# $Id: MD5.p"..., 8192) = 8192 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/integer.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/x86_64-linux/integer.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/integer.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/site_perl/5.16.1/integer.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/integer.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/x86_64-linux/integer.pm", 0x7fffbc42f540) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/integer.pmc", 0x7fffbc42f5e0) = -1 ENOENT (No such file or directory) 27170 stat("/usr/local/lib/perl5/5.16.1/integer.pm", {st_mode=S_IFREG|0444, st_size=3266, ...}) = 0 27170 open("/usr/local/lib/perl5/5.16.1/integer.pm", O_RDONLY) = 6 27170 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffbc42f340) = -1 ENOTTY (Inappropriate ioctl for device) 27170 lseek(6, 0, SEEK_CUR) = 0 27170 read(6, "package integer;\n\nour $VERSION ="..., 8192) = 3266 27170 read(6, "", 8192) = 0 27170 close(6) = 0 27170 br
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem in sftp connection
by salva (Canon) on Jun 24, 2013 at 12:25 UTC |