[systemd-devel] Systemd-nspawn: Cannot create tun device in container

James Lott james at lottspot.com
Thu Oct 9 15:13:21 PDT 2014


Hey there Tom,

No problem! Many thanks for taking the time to check this out and write up a 
patch!

I compiled the latest systemd with the patch you pushed, and my container is 
now able to create a /dev/net/tun device with no problems. However, there 
appears to be a problem with the container being able to actually utilize this 
device. Trying to start up an openvpn connection yields the following error:

Thu Oct  9 15:01:52 2014 ERROR: Cannot open TUN/TAP dev /dev/net/tun: 
Operation not permitted (errno=1)

As requested by Lennart, attached you will find an strace of the openvpn 
process as it attempts to setup the connection. Please let me know if there's 
anything else I can provide to be helpful, and thanks again for the help!

On Wednesday 08 October 2014 15:59:03 you wrote:
> On Fri, Oct 3, 2014 at 7:46 PM, James Lott <james at lottspot.com> wrote:
> > Hello, list!
> > 
> > In some work I've been doing with systemd-nspawn containers, I've been
> > trying to connect one of my containers to an openvpn network. This
> > conteiner is being run with the --network-bridge flag to setup its
> > networking, so according to the documentation, should retain
> > CAP_NET_ADMIN capabilities. However, the container appears to be unable
> > to create a new tun device
> 
> Hi James,
> 
> Thanks for the report, and sorry for the late reply. I just pushed a
> fix to git which creates /dev/net/tun in the container (if it exists
> on the host) and it appears to work for me. Please let me know whether
> this solves your problem.
> 
> Cheers,
> 
> Tom
> 
> > [root at lanvpn ~]# ip tuntap add dev tun0 mode tun
> > open: No such file or directory
> > 
> > I tried retaining the CAP_MKNOD capability for this container using the --
> > capability flag as well, and this met with the same result.
> > 
> > I also tried binding the /dev/net device directory from the parent to the
> > /dev/net device directory of the child container, and added the following
> > line to the systemd-nspawn service file of the container
> > 
> >  [root at host01 ~]# grep Device /etc/systemd/system/lanvpn.service
> > 
> > DeviceAllow=/dev/net/tun rwm
> > 
> > This resulted in the error
> > 
> > [root at lanvpn ~]# ip tuntap add tun0 mode tun
> > open: Operation not permitted
> > 
> > Is there any way to run my containers which will allow them to create
> > tun/tap devices? System is arch linux arm, running systemd 216-r3
> > _______________________________________________
> > systemd-devel mailing list
> > systemd-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-------------- next part --------------
execve("/usr/bin/openvpn", ["/usr/bin/openvpn", "--config", "/etc/openvpn/vpngate.conf"], [/* 16 vars */]) = 0
brk(0)                                  = 0x181f000
uname({sys="Linux", node="lanvpn", ...}) = 0
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=23924, ...}) = 0
mmap2(NULL, 23924, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f40000
close(3)                                = 0
open("/usr/lib/liblzo2.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\324\36\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=116240, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f20000
mmap2(NULL, 147604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6efb000
mprotect(0xb6f16000, 32768, PROT_NONE)  = 0
mmap2(0xb6f1e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0xb6f1e000
close(3)                                = 0
open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\\\352\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=398287, ...}) = 0
mmap2(NULL, 377668, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e9e000
mprotect(0xb6eed000, 32768, PROT_NONE)  = 0
mmap2(0xb6ef5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4f000) = 0xb6ef5000
close(3)                                = 0
open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\200\260\3\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=1770726, ...}) = 0
mmap2(NULL, 1500716, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6d2f000
mprotect(0xb6e7f000, 28672, PROT_NONE)  = 0
mmap2(0xb6e86000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14f000) = 0xb6e86000
mmap2(0xb6e9b000, 9772, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e9b000
close(3)                                = 0
open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\214\t\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=9824, ...}) = 0
mmap2(NULL, 41144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6d24000
mprotect(0xb6d26000, 28672, PROT_NONE)  = 0
mmap2(0xb6d2d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6d2d000
close(3)                                = 0
open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\f\204\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1564833, ...}) = 0
mmap2(NULL, 1283464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6bea000
mprotect(0xb6d17000, 28672, PROT_NONE)  = 0
mmap2(0xb6d1e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12c000) = 0xb6d1e000
mmap2(0xb6d21000, 9608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6d21000
close(3)                                = 0
open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0D\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=78012, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6be9000
mmap2(NULL, 109348, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6bce000
mprotect(0xb6be1000, 28672, PROT_NONE)  = 0
mmap2(0xb6be8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xb6be8000
close(3)                                = 0
open("/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0l\323\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=130212, ...}) = 0
mmap2(NULL, 161580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ba6000
mprotect(0xb6bc6000, 28672, PROT_NONE)  = 0
mmap2(0xb6bcd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0xb6bcd000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ba5000
set_tls(0xb6ba54c0, 0xb6ba5ba8, 0xb6f48000, 0xb6ba54c0, 0xb6f48000) = 0
mprotect(0xb6d1e000, 8192, PROT_READ)   = 0
mprotect(0xb6d2d000, 4096, PROT_READ)   = 0
mprotect(0xb6e86000, 57344, PROT_READ)  = 0
mprotect(0xb6ef5000, 8192, PROT_READ)   = 0
mprotect(0xb6f1e000, 4096, PROT_READ)   = 0
mprotect(0x8e000, 4096, PROT_READ)      = 0
mprotect(0xb6f47000, 4096, PROT_READ)   = 0
munmap(0xb6f40000, 23924)               = 0
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE SEGV RTMIN RT_1], [], 8) = 0
rt_sigaction(SIGILL, {0xb6d6ddd4, ~[ILL TRAP BUS FPE SEGV RTMIN RT_1], SA_RESTORER, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], 8) = 0
--- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPC, si_addr=0xb6d6de20} ---
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], 8) = 0
--- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPC, si_addr=0xb6d6de28} ---
rt_sigprocmask(SIG_SETMASK, ~[ILL TRAP BUS FPE KILL SEGV STOP RTMIN RT_1], NULL, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL, [], SA_RESTORER, 0xb6c18f90}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
gettimeofday({1412892680, 194536}, NULL) = 0
gettimeofday({1412892680, 194979}, NULL) = 0
brk(0)                                  = 0x181f000
brk(0x1840000)                          = 0x1840000
rt_sigaction(SIGINT, {0x53880, [INT], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x53880, [TERM], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_IGN, [USR1], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN, [USR2], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/openvpn/vpngate.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=8597, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f45000
read(3, "################################"..., 4096) = 4096
read(3, "r certificate is not a self-sign"..., 4096) = 4096
read(3, "Cyhi1N/8taRwpk+3/IDEzQwjbfdzUkWW"..., 4096) = 405
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0xb6f45000, 4096)                = 0
access("/tmp", R_OK|W_OK|X_OK)          = 0
gettimeofday({1412892680, 225919}, NULL) = 0
gettimeofday({1412892680, 226250}, NULL) = 0
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
fcntl64(3, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
fstat64(3, {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f45000
read(3, "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) = 2819
_llseek(3, -24, [2795], SEEK_CUR)       = 0
read(3, "\nPST8PDT,M3.2.0,M11.1.0\n", 4096) = 24
close(3)                                = 0
munmap(0xb6f45000, 4096)                = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f45000
write(1, "Thu Oct  9 15:11:20 2014 OpenVPN"..., 133) = 133
gettimeofday({1412892680, 234715}, NULL) = 0
gettimeofday({1412892680, 235055}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:20 2014 library"..., 79) = 79
gettimeofday({1412892680, 239391}, NULL) = 0
getpid()                                = 193
rt_sigaction(SIGINT, {0x53880, [INT], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {0x53880, [INT], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGTERM, {0x53880, [TERM], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {0x53880, [TERM], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_IGN, [USR1], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [USR1], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGUSR2, {SIG_IGN, [USR2], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [USR2], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
gettimeofday({1412892680, 242881}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:20 2014 WARNING"..., 149) = 149
open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 3
fstat64(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
poll([{fd=3, events=POLLIN}], 1, 10)    = 1 ([{fd=3, revents=POLLIN}])
read(3, "\332\r\330\266\35f\245\231\214\357\2267>\205m\214'E\226\340n\270\0)\316s\210\352bN\3352", 32) = 32
close(3)                                = 0
getuid32()                              = 0
gettimeofday({1412892680, 251478}, NULL) = 0
gettimeofday({1412892680, 256011}, NULL) = 0
gettimeofday({1412892680, 256996}, NULL) = 0
brk(0x1861000)                          = 0x1861000
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
getsockopt(3, SOL_SOCKET, SO_SNDBUF, [16384], [4]) = 0
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [87380], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_SNDBUF, [65536], 4) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [65536], 4) = 0
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [131072], [4]) = 0
getsockopt(3, SOL_SOCKET, SO_SNDBUF, [131072], [4]) = 0
gettimeofday({1412892680, 260884}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:20 2014 Socket "..., 77) = 77
gettimeofday({1412892680, 265696}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:20 2014 Attempt"..., 108) = 108
fcntl64(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(995), sin_addr=inet_addr("111.255.237.97")}, 16) = -1 EINPROGRESS (Operation now in progress)
select(4, NULL, [3], NULL, {0, 0})      = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({1, 0}, 0xbeb8ce94)           = 0
select(4, NULL, [3], NULL, {0, 0})      = 1 (out [3], left {0, 0})
getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
gettimeofday({1412892681, 274332}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:21 2014 TCP con"..., 85) = 85
fcntl64(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
gettimeofday({1412892681, 279054}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:21 2014 TCPv4_C"..., 58) = 58
gettimeofday({1412892681, 282909}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:21 2014 TCPv4_C"..., 79) = 79
gettimeofday({1412892681, 286983}, NULL) = 0
rt_sigaction(SIGINT, {0x53880, [INT], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {0x53880, [INT], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGTERM, {0x53880, [TERM], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {0x53880, [TERM], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGHUP, {0x53880, [HUP], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGUSR1, {0x53880, [USR1], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [USR1], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGUSR2, {0x53880, [USR2], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [USR2], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0xb6c18f90}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0xb6c18f90}, 8) = 0
gettimeofday({1412892681, 289965}, NULL) = 0
gettimeofday({1412892681, 290234}, NULL) = 0
gettimeofday({1412892681, 290549}, NULL) = 0
gettimeofday({1412892681, 290816}, NULL) = 0
gettimeofday({1412892681, 291107}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892681, 291894}, NULL) = 0
send(3, "\0\0168\240\207\304\302\205g\325B\0\0\0\0\0", 16, MSG_NOSIGNAL) = 16
gettimeofday({1412892681, 292910}, NULL) = 0
gettimeofday({1412892681, 293195}, NULL) = 0
gettimeofday({1412892681, 293685}, NULL) = 0
gettimeofday({1412892681, 294384}, NULL) = 0
gettimeofday({1412892681, 295176}, NULL) = 0
gettimeofday({1412892681, 295456}, NULL) = 0
gettimeofday({1412892681, 295830}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892681, 462152}, NULL) = 0
recv(3, "\0\32@>\241I\306l\312w\371\1\0\0\0\0\240\207\304\302\205g\325B\0\0\0\0", 1559, MSG_NOSIGNAL) = 28
gettimeofday({1412892681, 463044}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:21 2014 TLS: In"..., 101) = 101
gettimeofday({1412892681, 466946}, NULL) = 0
gettimeofday({1412892681, 467241}, NULL) = 0
gettimeofday({1412892681, 467848}, NULL) = 0
gettimeofday({1412892681, 468238}, NULL) = 0
gettimeofday({1412892681, 468509}, NULL) = 0
gettimeofday({1412892681, 468788}, NULL) = 0
gettimeofday({1412892681, 469133}, NULL) = 0
gettimeofday({1412892681, 469397}, NULL) = 0
gettimeofday({1412892681, 469678}, NULL) = 0
gettimeofday({1412892681, 469944}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892681, 470584}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\0>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892681, 471563}, NULL) = 0
gettimeofday({1412892681, 471936}, NULL) = 0
gettimeofday({1412892681, 472223}, NULL) = 0
gettimeofday({1412892681, 472595}, NULL) = 0
gettimeofday({1412892681, 473114}, NULL) = 0
gettimeofday({1412892681, 473527}, NULL) = 0
gettimeofday({1412892681, 473812}, NULL) = 0
gettimeofday({1412892681, 474077}, NULL) = 0
gettimeofday({1412892681, 474341}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892681, 474987}, NULL) = 0
send(3, "\0r \240\207\304\302\205g\325B\0\0\0\0\1\26\3\1\0\317\1\0\0\313\3\1^ts/\262"..., 116, MSG_NOSIGNAL) = 116
gettimeofday({1412892681, 475626}, NULL) = 0
gettimeofday({1412892681, 475895}, NULL) = 0
gettimeofday({1412892681, 476172}, NULL) = 0
gettimeofday({1412892681, 476632}, NULL) = 0
gettimeofday({1412892681, 476923}, NULL) = 0
gettimeofday({1412892681, 477284}, NULL) = 0
gettimeofday({1412892681, 477565}, NULL) = 0
gettimeofday({1412892681, 477825}, NULL) = 0
gettimeofday({1412892681, 478086}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892681, 478721}, NULL) = 0
send(3, "\0r \240\207\304\302\205g\325B\0\0\0\0\2\300\2\0\5\0\4\300\22\300\10\0\26\0\23\300\r"..., 116, MSG_NOSIGNAL) = 116
gettimeofday({1412892681, 479329}, NULL) = 0
gettimeofday({1412892681, 479596}, NULL) = 0
gettimeofday({1412892681, 479985}, NULL) = 0
gettimeofday({1412892681, 480348}, NULL) = 0
gettimeofday({1412892681, 480627}, NULL) = 0
gettimeofday({1412892681, 480975}, NULL) = 0
gettimeofday({1412892681, 481253}, NULL) = 0
gettimeofday({1412892681, 481520}, NULL) = 0
gettimeofday({1412892681, 481783}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892681, 482414}, NULL) = 0
send(3, "\0\32 \240\207\304\302\205g\325B\0\0\0\0\3\3\0\17\0\20\0\21\0\17\0\1\1", 28, MSG_NOSIGNAL) = 28
gettimeofday({1412892681, 483022}, NULL) = 0
gettimeofday({1412892681, 483329}, NULL) = 0
gettimeofday({1412892681, 483605}, NULL) = 0
gettimeofday({1412892681, 483960}, NULL) = 0
gettimeofday({1412892681, 484238}, NULL) = 0
gettimeofday({1412892681, 484585}, NULL) = 0
gettimeofday({1412892681, 484859}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892681, 993701}, NULL) = 0
recv(3, "\4\322 >\241I\306l\312w\371\3\0\0\0\1\0\0\0\2\0\0\0\3\240\207\304\302\205g\325B"..., 1559, MSG_NOSIGNAL) = 1474
gettimeofday({1412892681, 994419}, NULL) = 0
gettimeofday({1412892681, 994692}, NULL) = 0
gettimeofday({1412892681, 995012}, NULL) = 0
gettimeofday({1412892681, 997296}, NULL) = 0
gettimeofday({1412892681, 997769}, NULL) = 0
gettimeofday({1412892681, 999333}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:21 2014 VERIFY "..., 84) = 84
gettimeofday({1412892682, 3547}, NULL)  = 0
gettimeofday({1412892682, 4210}, NULL)  = 0
gettimeofday({1412892682, 4621}, NULL)  = 0
gettimeofday({1412892682, 4928}, NULL)  = 0
gettimeofday({1412892682, 5302}, NULL)  = 0
gettimeofday({1412892682, 5580}, NULL)  = 0
gettimeofday({1412892682, 5927}, NULL)  = 0
gettimeofday({1412892682, 6219}, NULL)  = 0
gettimeofday({1412892682, 6619}, NULL)  = 0
gettimeofday({1412892682, 6921}, NULL)  = 0
gettimeofday({1412892682, 7265}, NULL)  = 0
gettimeofday({1412892682, 7533}, NULL)  = 0
gettimeofday({1412892682, 7932}, NULL)  = 0
gettimeofday({1412892682, 11876}, NULL) = 0
gettimeofday({1412892682, 89134}, NULL) = 0
gettimeofday({1412892682, 89472}, NULL) = 0
gettimeofday({1412892682, 89872}, NULL) = 0
gettimeofday({1412892682, 90186}, NULL) = 0
gettimeofday({1412892682, 90561}, NULL) = 0
gettimeofday({1412892682, 90862}, NULL) = 0
gettimeofday({1412892682, 91240}, NULL) = 0
gettimeofday({1412892682, 91544}, NULL) = 0
gettimeofday({1412892682, 91914}, NULL) = 0
gettimeofday({1412892682, 92217}, NULL) = 0
gettimeofday({1412892682, 92590}, NULL) = 0
gettimeofday({1412892682, 92887}, NULL) = 0
gettimeofday({1412892682, 93178}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 93872}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\1>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892682, 94923}, NULL) = 0
gettimeofday({1412892682, 95232}, NULL) = 0
gettimeofday({1412892682, 95537}, NULL) = 0
gettimeofday({1412892682, 95920}, NULL) = 0
gettimeofday({1412892682, 96217}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 97014}, NULL) = 0
send(3, "\0~ \240\207\304\302\205g\325B\1\0\0\0\2>\241I\306l\312w\371\0\0\0\4\26\3\1\0"..., 128, MSG_NOSIGNAL) = 128
gettimeofday({1412892682, 97702}, NULL) = 0
gettimeofday({1412892682, 97996}, NULL) = 0
gettimeofday({1412892682, 98270}, NULL) = 0
gettimeofday({1412892682, 98535}, NULL) = 0
gettimeofday({1412892682, 98796}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 99424}, NULL) = 0
send(3, "\0p \240\207\304\302\205g\325B\0\0\0\0\5\232\204eK\4.\26\327g\324\205\261\330\20F\351"..., 114, MSG_NOSIGNAL) = 114
gettimeofday({1412892682, 100035}, NULL) = 0
gettimeofday({1412892682, 100299}, NULL) = 0
gettimeofday({1412892682, 100580}, NULL) = 0
gettimeofday({1412892682, 100950}, NULL) = 0
gettimeofday({1412892682, 101231}, NULL) = 0
gettimeofday({1412892682, 101581}, NULL) = 0
gettimeofday({1412892682, 101855}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892682, 481495}, NULL) = 0
recv(3, "\0\354 >\241I\306l\312w\371\0\0\0\0\2l^\255\364\345\7\361\311\237\4#\230\361\346\r\376"..., 1559, MSG_NOSIGNAL) = 238
gettimeofday({1412892682, 482177}, NULL) = 0
gettimeofday({1412892682, 482444}, NULL) = 0
gettimeofday({1412892682, 482725}, NULL) = 0
gettimeofday({1412892682, 483101}, NULL) = 0
gettimeofday({1412892682, 483386}, NULL) = 0
gettimeofday({1412892682, 483736}, NULL) = 0
gettimeofday({1412892682, 484070}, NULL) = 0
gettimeofday({1412892682, 484337}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 484976}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\2>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892682, 485611}, NULL) = 0
gettimeofday({1412892682, 485874}, NULL) = 0
gettimeofday({1412892682, 486152}, NULL) = 0
gettimeofday({1412892682, 486624}, NULL) = 0
gettimeofday({1412892682, 486914}, NULL) = 0
gettimeofday({1412892682, 487275}, NULL) = 0
gettimeofday({1412892682, 487546}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892682, 610546}, NULL) = 0
recv(3, "\0Y >\241I\306l\312w\371\2\0\0\0\4\0\0\0\5\240\207\304\302\205g\325B\0\0\0\3"..., 1559, MSG_NOSIGNAL) = 91
gettimeofday({1412892682, 611241}, NULL) = 0
gettimeofday({1412892682, 611512}, NULL) = 0
gettimeofday({1412892682, 611804}, NULL) = 0
gettimeofday({1412892682, 613572}, NULL) = 0
gettimeofday({1412892682, 614167}, NULL) = 0
gettimeofday({1412892682, 614460}, NULL) = 0
gettimeofday({1412892682, 614727}, NULL) = 0
gettimeofday({1412892682, 614988}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 615634}, NULL) = 0
send(3, "\0~ \240\207\304\302\205g\325B\1\0\0\0\3>\241I\306l\312w\371\0\0\0\6\27\3\1\0"..., 128, MSG_NOSIGNAL) = 128
gettimeofday({1412892682, 616400}, NULL) = 0
gettimeofday({1412892682, 616887}, NULL) = 0
gettimeofday({1412892682, 617204}, NULL) = 0
gettimeofday({1412892682, 617482}, NULL) = 0
gettimeofday({1412892682, 617757}, NULL) = 0
gettimeofday({1412892682, 618022}, NULL) = 0
gettimeofday({1412892682, 618281}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 618918}, NULL) = 0
send(3, "\0r \240\207\304\302\205g\325B\0\0\0\0\7K\27jLl\202:\377\2145\300ML\22\25\333"..., 116, MSG_NOSIGNAL) = 116
gettimeofday({1412892682, 619534}, NULL) = 0
gettimeofday({1412892682, 619799}, NULL) = 0
gettimeofday({1412892682, 620096}, NULL) = 0
gettimeofday({1412892682, 620374}, NULL) = 0
gettimeofday({1412892682, 620645}, NULL) = 0
gettimeofday({1412892682, 620906}, NULL) = 0
gettimeofday({1412892682, 621170}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 621792}, NULL) = 0
send(3, "\0r \240\207\304\302\205g\325B\0\0\0\0\10\242E3{6f\230\201=\373\271\0354\251m\313"..., 116, MSG_NOSIGNAL) = 116
gettimeofday({1412892682, 622392}, NULL) = 0
gettimeofday({1412892682, 622656}, NULL) = 0
gettimeofday({1412892682, 622955}, NULL) = 0
gettimeofday({1412892682, 623228}, NULL) = 0
gettimeofday({1412892682, 623497}, NULL) = 0
gettimeofday({1412892682, 623811}, NULL) = 0
gettimeofday({1412892682, 624132}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892682, 624759}, NULL) = 0
send(3, "\0< \240\207\304\302\205g\325B\0\0\0\0\t\325\261\356\32\f\0328Q\10\252\32\202V\t^\25"..., 62, MSG_NOSIGNAL) = 62
gettimeofday({1412892682, 625362}, NULL) = 0
gettimeofday({1412892682, 625631}, NULL) = 0
gettimeofday({1412892682, 625928}, NULL) = 0
gettimeofday({1412892682, 626190}, NULL) = 0
gettimeofday({1412892682, 626542}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892683, 111169}, NULL) = 0
recv(3, "\0I >\241I\306l\312w\371\0\0\0\0\3\24\3\1\0\1\1\26\3\1\0000f*H%\340"..., 1559, MSG_NOSIGNAL) = 75
gettimeofday({1412892683, 111954}, NULL) = 0
gettimeofday({1412892683, 112242}, NULL) = 0
gettimeofday({1412892683, 112559}, NULL) = 0
gettimeofday({1412892683, 112827}, NULL) = 0
gettimeofday({1412892683, 113103}, NULL) = 0
gettimeofday({1412892683, 113366}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892683, 113999}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\3>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892683, 114669}, NULL) = 0
gettimeofday({1412892683, 114935}, NULL) = 0
gettimeofday({1412892683, 115236}, NULL) = 0
gettimeofday({1412892683, 115500}, NULL) = 0
gettimeofday({1412892683, 115763}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892683, 121758}, NULL) = 0
recv(3, "\1@ >\241I\306l\312w\371\4\0\0\0\6\0\0\0\7\0\0\0\10\0\0\0\t\240\207\304\302"..., 1559, MSG_NOSIGNAL) = 322
gettimeofday({1412892683, 122463}, NULL) = 0
gettimeofday({1412892683, 122735}, NULL) = 0
gettimeofday({1412892683, 123412}, NULL) = 0
gettimeofday({1412892683, 124784}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 Data Ch"..., 97) = 97
gettimeofday({1412892683, 128674}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 Data Ch"..., 105) = 105
gettimeofday({1412892683, 132756}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 Data Ch"..., 97) = 97
gettimeofday({1412892683, 137140}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 Data Ch"..., 105) = 105
gettimeofday({1412892683, 140985}, NULL) = 0
gettimeofday({1412892683, 141608}, NULL) = 0
gettimeofday({1412892683, 141932}, NULL) = 0
gettimeofday({1412892683, 142216}, NULL) = 0
gettimeofday({1412892683, 142479}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892683, 143130}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\4>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892683, 143766}, NULL) = 0
gettimeofday({1412892683, 144148}, NULL) = 0
gettimeofday({1412892683, 144592}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 Control"..., 101) = 101
gettimeofday({1412892683, 148678}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:23 2014 [6rr.ne"..., 94) = 94
gettimeofday({1412892683, 152738}, NULL) = 0
gettimeofday({1412892683, 153340}, NULL) = 0
gettimeofday({1412892683, 153682}, NULL) = 0
gettimeofday({1412892683, 153954}, NULL) = 0
gettimeofday({1412892683, 154219}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892683, 620796}, NULL) = 0
recv(3, "\1( >\241I\306l\312w\371\0\0\0\0\4\27\3\1\0 \366\273d\337K\361\366\263\350\177\306"..., 1559, MSG_NOSIGNAL) = 298
gettimeofday({1412892683, 621478}, NULL) = 0
gettimeofday({1412892683, 621745}, NULL) = 0
gettimeofday({1412892683, 622055}, NULL) = 0
gettimeofday({1412892683, 622326}, NULL) = 0
gettimeofday({1412892683, 622606}, NULL) = 0
gettimeofday({1412892683, 622868}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 1024) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892683, 623498}, NULL) = 0
send(3, "\0\26(\240\207\304\302\205g\325B\1\0\0\0\4>\241I\306l\312w\371", 24, MSG_NOSIGNAL) = 24
gettimeofday({1412892683, 624240}, NULL) = 0
gettimeofday({1412892683, 624512}, NULL) = 0
gettimeofday({1412892683, 624814}, NULL) = 0
gettimeofday({1412892683, 625089}, NULL) = 0
gettimeofday({1412892683, 625349}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 0 (Timeout)
gettimeofday({1412892684, 651122}, NULL) = 0
gettimeofday({1412892684, 651453}, NULL) = 0
gettimeofday({1412892684, 651721}, NULL) = 0
gettimeofday({1412892684, 652032}, NULL) = 0
gettimeofday({1412892684, 652308}, NULL) = 0
gettimeofday({1412892684, 652573}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 1024) = 0 (Timeout)
gettimeofday({1412892685, 678342}, NULL) = 0
gettimeofday({1412892685, 679021}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 SENT CO"..., 75) = 75
gettimeofday({1412892685, 682805}, NULL) = 0
gettimeofday({1412892685, 683156}, NULL) = 0
gettimeofday({1412892685, 683470}, NULL) = 0
gettimeofday({1412892685, 683749}, NULL) = 0
gettimeofday({1412892685, 684311}, NULL) = 0
gettimeofday({1412892685, 684627}, NULL) = 0
gettimeofday({1412892685, 684894}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLOUT}], 1, 0) = 1 ([{fd=3, revents=POLLOUT}])
gettimeofday({1412892685, 685529}, NULL) = 0
send(3, "\0h \240\207\304\302\205g\325B\0\0\0\0\n\27\3\1\0 \203g\274\203\315b\200&{j\31"..., 106, MSG_NOSIGNAL) = 106
gettimeofday({1412892685, 686612}, NULL) = 0
gettimeofday({1412892685, 686904}, NULL) = 0
gettimeofday({1412892685, 687216}, NULL) = 0
gettimeofday({1412892685, 687490}, NULL) = 0
gettimeofday({1412892685, 687753}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 2024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892685, 840987}, NULL) = 0
recv(3, "\0\26(>\241I\306l\312w\371\1\0\0\0\n\240\207\304\302\205g\325B", 1559, MSG_NOSIGNAL) = 24
gettimeofday({1412892685, 841655}, NULL) = 0
gettimeofday({1412892685, 841924}, NULL) = 0
gettimeofday({1412892685, 842230}, NULL) = 0
gettimeofday({1412892685, 842501}, NULL) = 0
gettimeofday({1412892685, 842762}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 5024) = 1 ([{fd=3, revents=POLLIN}])
gettimeofday({1412892685, 863633}, NULL) = 0
recv(3, "\0\370 >\241I\306l\312w\371\0\0\0\0\5\27\3\1\0 \240&\300\363\303\214\257\3229\213\313"..., 1559, MSG_NOSIGNAL) = 321
gettimeofday({1412892685, 864418}, NULL) = 0
gettimeofday({1412892685, 864690}, NULL) = 0
gettimeofday({1412892685, 865352}, NULL) = 0
gettimeofday({1412892685, 865637}, NULL) = 0
gettimeofday({1412892685, 865906}, NULL) = 0
gettimeofday({1412892685, 866180}, NULL) = 0
gettimeofday({1412892685, 866542}, NULL) = 0
gettimeofday({1412892685, 866979}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 PUSH: R"..., 229) = 229
gettimeofday({1412892685, 871620}, NULL) = 0
gettimeofday({1412892685, 872338}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 OPTIONS"..., 73) = 73
gettimeofday({1412892685, 876035}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 OPTIONS"..., 72) = 72
gettimeofday({1412892685, 880298}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 OPTIONS"..., 64) = 64
gettimeofday({1412892685, 883968}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 OPTIONS"..., 72) = 72
gettimeofday({1412892685, 888493}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 OPTIONS"..., 90) = 90
open("/proc/net/route", O_RDONLY)       = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f44000
read(4, "Iface\tDestination\tGateway \tFlags"..., 1024) = 384
read(4, "", 1024)                       = 0
close(4)                                = 0
munmap(0xb6f44000, 4096)                = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
ioctl(4, SIOCGIFCONF, {64, {{"lo", {AF_INET, inet_addr("127.0.0.1")}}, {"host0", {AF_INET, inet_addr("192.168.1.189")}}}}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="lo", ifr_flags=IFF_UP|IFF_LOOPBACK|IFF_RUNNING}) = 0
ioctl(4, SIOCGIFNETMASK, {ifr_name="lo", ifr_netmask={AF_INET, inet_addr("255.0.0.0")}}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="host0", ifr_flags=IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_MULTICAST}) = 0
ioctl(4, SIOCGIFNETMASK, {ifr_name="host0", ifr_netmask={AF_INET, inet_addr("255.255.255.0")}}) = 0
ioctl(4, SIOCGIFHWADDR, {ifr_name="host0", ifr_hwaddr=46:a9:8a:e0:d9:21}) = 0
close(4)                                = 0
gettimeofday({1412892685, 899962}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 ROUTE_G"..., 102) = 102
open("/dev/net/tun", O_RDWR)            = -1 EPERM (Operation not permitted)
gettimeofday({1412892685, 904030}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 ERROR: "..., 104) = 104
gettimeofday({1412892685, 908318}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
write(1, "Thu Oct  9 15:11:25 2014 Exiting"..., 52) = 52
exit_group(1)                           = ?
+++ exited with 1 +++


More information about the systemd-devel mailing list