[Xorp-users] failed to re-start xorpsh in virtual system

Ram ramkumar.ch03 at gmail.com
Wed Mar 24 22:45:53 PDT 2010


Hi All,

Thank you Ben. Yes you are correct.

  I am running Xorp-1.7(xorp.ct) in a remote virtual host.  When i run
rtrmgr in one window and xorpsh in another window, it's working good. If i
close the windows (rtrmgr still running ) and re-login to that vhost to
strat xorpsh, i could not re-start xorpsh, i got  message like "waiting for
rtrmgr". After some time i get back to linux command prompt.

 Then i checked "ps -ef | grep xorp",  xorp is still running.
 -bash-3.2# ps -ef |grep xorp
root     12118     1  0 Mar23 ?        00:00:02 xorp_fea
root     12119     1  0 Mar23 ?        00:00:01 xorp_rib
root     12120     1  0 Mar23 ?        00:00:00 xorp_policy
root     12121     1  0 Mar23 ?        00:00:02 xorp_ospfv2
root     29177 26654  0 Mar23 ?        00:00:00 grep xorp
-bash-3.2# ./xorpsh
Waiting for xorp_rtrmgr...
-bash-3.2#

I straced the ./xorpsh process, i have found some errors as follows in
strace output ( this is part of strace and i attached full output file).
Sorry for long mail.
-----------------------------------------------------------------------------------------------------------------------
.......
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or
directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/sse2/libxorp_cli.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/sse2", 0xbfbb22ec) =
-1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/libxorp_cli.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686", 0xbfbb22ec) = -1
ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/sse2/libxorp_cli.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/sse2", 0xbfbb22ec) = -1
ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/libxorp_cli.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls", 0xbfbb22ec) = -1 ENOENT
(No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/i686/sse2/libxorp_cli.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/i686/sse2", 0xbfbb22ec) = -1
ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/i686/libxorp_cli.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/i686", 0xbfbb22ec) = -1 ENOENT
(No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/sse2/libxorp_cli.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/sse2", 0xbfbb22ec) = -1 ENOENT
(No such file or directory)
.......
open("/usr/local/xorp/sbin/../lib/xorp/lib/libncurses.so.5", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=13267, ...}) = 0
mmap2(NULL, 13267, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb760c000
close(3)                                = 0
open("/lib/libncurses.so.5", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 at K\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=133580, ...}) = 0
mmap2(NULL, 132600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb75eb000
mmap2(0xb760b000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0xb760b000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libstdc++.so.6", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\326\3\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=925576, ...}) = 0
mmap2(NULL, 951972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7502000
mmap2(0xb75e0000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd) = 0xb75e0000
mmap2(0xb75e5000, 22180, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb75e5000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libm.so.6", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/lib/libm.so.6", O_RDONLY)        = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0204\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=208308, ...}) = 0
mmap2(NULL, 163952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb74d9000
mmap2(0xb7500000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26) = 0xb7500000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libgcc_s.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\26\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=45248, ...}) = 0
mmap2(NULL, 48228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb74cd000
mmap2(0xb74d8000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0xb74d8000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libc.so.6", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360d\1\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1689108, ...}) = 0
mmap2(NULL, 1410608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7374000
mmap2(0xb74c7000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0xb74c7000
mmap2(0xb74ca000, 9776, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb74ca000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7373000
open("/usr/local/xorp/sbin/../lib/xorp/lib/libcrypto.so.6", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/lib/libcrypto.so.6", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\21\3\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241576, ...}) = 0
mmap2(NULL, 1254104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7240000
mmap2(0xb735d000, 73728, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11d) = 0xb735d000
mmap2(0xb736f000, 13016, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb736f000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/librt.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/lib/librt.so.1", O_RDONLY)       = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\31\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=46024, ...}) = 0
mmap2(NULL, 33328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7237000
mmap2(0xb723e000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb723e000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libdl.so.2", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=18672, ...}) = 0
mmap2(NULL, 16504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7232000
mmap2(0xb7235000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7235000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libtinfo.so.5", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/lib/libtinfo.so.5", O_RDONLY)    = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20Z\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=93672, ...}) = 0
mmap2(NULL, 97080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb721a000
mmap2(0xb722f000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb722f000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libz.so.1", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/lib/libz.so.1", O_RDONLY)        = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\26\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=73412, ...}) = 0
mmap2(NULL, 76176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7207000
mmap2(0xb7219000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xb7219000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7206000
open("/usr/local/xorp/sbin/../lib/xorp/lib/libpthread.so.0", O_RDONLY) = -1
ENOENT (No such file or directory)
.................

stat64("/usr/local/xorp/lib/xorp/bin/date", 0xbfbb1f80) = -1 ENOENT (No such
file or directory)
stat64("/usr/local/xorp/date", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/kerberos/sbin/date", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/kerberos/bin/date", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/local/sbin/date", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/local/bin/date", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/sbin/date", 0xbfbb1f80)        = -1 ENOENT (No such file or
directory)
stat64("/bin/date", {st_mode=S_IFREG|0755, st_size=53188, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No
such file or directory)
stat64("/usr/local/xorp/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/kerberos/sbin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file
or directory)
stat64("/usr/kerberos/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file
or directory)
stat64("/usr/local/sbin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/local/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/sbin/hostname", 0xbfbb1f80)    = -1 ENOENT (No such file or
directory)
stat64("/bin/hostname", {st_mode=S_IFREG|0755, st_size=10264, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/uname", 0xbfbb1f80) = -1 ENOENT (No
such file or directory)
stat64("/usr/local/xorp/uname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/kerberos/sbin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/kerberos/bin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/local/sbin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/usr/local/bin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or
directory)
stat64("/sbin/uname", 0xbfbb1f80)       = -1 ENOENT (No such file or
directory)
stat64("/bin/uname", {st_mode=S_IFREG|0755, st_size=18532, ...}) = 0
read(8, "", 8192)                       = 0
.............

rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
gettimeofday({1269490317, 548067}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
write(3, "[ 2010/03/25 04:11:57.548067  ER"..., 166) = 166
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
exit_group(1)                           = ?

 Can any one know cause for this problem?

Thank you,
--Ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20100325/82270f3f/attachment-0001.html 
-------------- next part --------------
execve("./xorpsh", ["./xorpsh"], [/* 17 vars */]) = 0
brk(0)                                  = 0x8153000
readlink("/proc/self/exe", "/usr/local/xorp/sbin/xorpsh", 4096) = 27
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7792000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/sse2/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/sse2", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/i686", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/sse2/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls/sse2", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/tls/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/tls", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/i686/sse2/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/i686/sse2", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/i686/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/i686", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/sse2/libxorp_cli.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/sbin/../lib/xorp/lib/sse2", 0xbfbb22ec) = -1 ENOENT (No such file or directory)
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_cli.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\275\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=235064, ...}) = 0
mmap2(NULL, 237352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7758000
mmap2(0xb7791000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38) = 0xb7791000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxst_cli.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360!\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=44148, ...}) = 0
mmap2(NULL, 46660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb774c000
mmap2(0xb7757000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0xb7757000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxif_cli_processor.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\24\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=12400, ...}) = 0
mmap2(NULL, 14912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7748000
mmap2(0xb774b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb774b000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_proto.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3003\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=48048, ...}) = 0
mmap2(NULL, 46244, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb773c000
mmap2(0xb7747000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0xb7747000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_tecla.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0I\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=112376, ...}) = 0
mmap2(NULL, 110460, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7721000
mmap2(0xb773b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a) = 0xb773b000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxif_rtrmgr.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 :\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=47716, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7720000
mmap2(NULL, 50228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7713000
mmap2(0xb771f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0xb771f000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxst_xorpsh.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\35\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=31728, ...}) = 0
mmap2(NULL, 34240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb770a000
mmap2(0xb7712000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7712000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxif_finder_event_notifier.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\24\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=14388, ...}) = 0
mmap2(NULL, 12804, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7706000
mmap2(0xb7709000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7709000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_ipc.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\377\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=605696, ...}) = 0
mmap2(NULL, 607356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7671000
mmap2(0xb7703000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x91) = 0xb7703000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_comm.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\27\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=25916, ...}) = 0
mmap2(NULL, 28544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb766a000
mmap2(0xb7670000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb7670000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libxorp_core.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\212\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=362104, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7669000
mmap2(NULL, 364076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7610000
mmap2(0xb7666000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x56) = 0xb7666000
mmap2(0xb7668000, 3628, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7668000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=13267, ...}) = 0
mmap2(NULL, 13267, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb760c000
close(3)                                = 0
open("/lib/libncurses.so.5", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 at K\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=133580, ...}) = 0
mmap2(NULL, 132600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75eb000
mmap2(0xb760b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0xb760b000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\326\3\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=925576, ...}) = 0
mmap2(NULL, 951972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7502000
mmap2(0xb75e0000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd) = 0xb75e0000
mmap2(0xb75e5000, 22180, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb75e5000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0204\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=208308, ...}) = 0
mmap2(NULL, 163952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74d9000
mmap2(0xb7500000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26) = 0xb7500000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\26\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=45248, ...}) = 0
mmap2(NULL, 48228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74cd000
mmap2(0xb74d8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0xb74d8000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360d\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1689108, ...}) = 0
mmap2(NULL, 1410608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7374000
mmap2(0xb74c7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0xb74c7000
mmap2(0xb74ca000, 9776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb74ca000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7373000
open("/usr/local/xorp/sbin/../lib/xorp/lib/libcrypto.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libcrypto.so.6", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\21\3\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241576, ...}) = 0
mmap2(NULL, 1254104, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7240000
mmap2(0xb735d000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11d) = 0xb735d000
mmap2(0xb736f000, 13016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb736f000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/librt.so.1", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\31\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=46024, ...}) = 0
mmap2(NULL, 33328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7237000
mmap2(0xb723e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb723e000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=18672, ...}) = 0
mmap2(NULL, 16504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7232000
mmap2(0xb7235000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7235000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libtinfo.so.5", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20Z\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=93672, ...}) = 0
mmap2(NULL, 97080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb721a000
mmap2(0xb722f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb722f000
close(3)                                = 0
open("/usr/local/xorp/sbin/../lib/xorp/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libz.so.1", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\26\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=73412, ...}) = 0
mmap2(NULL, 76176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7207000
mmap2(0xb7219000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xb7219000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7206000
open("/usr/local/xorp/sbin/../lib/xorp/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 H\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=129472, ...}) = 0
mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb71ed000
mmap2(0xb7202000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7202000
mmap2(0xb7204000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7204000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71ec000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71eb000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb71eb6d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7202000, 4096, PROT_READ)   = 0
mprotect(0xb7235000, 4096, PROT_READ)   = 0
mprotect(0xb723e000, 4096, PROT_READ)   = 0
mprotect(0xb74c7000, 8192, PROT_READ)   = 0
mprotect(0xb7500000, 4096, PROT_READ)   = 0
mprotect(0xb75e0000, 12288, PROT_READ)  = 0
mprotect(0xb77af000, 4096, PROT_READ)   = 0
munmap(0xb760c000, 13267)               = 0
set_tid_address(0xb71eb718)             = 27630
set_robust_list(0xb71eb720, 0xc)        = 0
futex(0xbfbb2bb4, FUTEX_WAKE_PRIVATE, 1) = 0
rt_sigaction(SIGRTMIN, {0xb71f12c0, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb71f1340, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="router-1.ksu.gpeni.net", ...}) = 0
futex(0xb75e64fc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0)                                  = 0x8153000
brk(0x8174000)                          = 0x8174000
open("/dev/stderr", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
getcwd("/usr/local/xorp/sbin", 4096)    = 21
lstat64("/root", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
lstat64("/root/xorp.ct", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/root/xorp.ct/obj", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/root/xorp.ct/obj/i686-pc-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/local/xorp", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
uname({sys="Linux", node="router-1.ksu.gpeni.net", ...}) = 0
clock_gettime(CLOCK_MONOTONIC, {979708, 615187322}) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
ioctl(4, SIOCGIFCONF, {128, {{"lo", {AF_INET, inet_addr("127.0.0.1")}}, {"nat110", {AF_INET, inet_addr("10.0.110.2")}}, {"a110x16", {AF_INET, inet_addr("192.168.20.65")}}, {"a110x7", {AF_INET, inet_addr("192.168.14.42")}}}}) = 0
ioctl(4, SIOCGIFCONF, {128, {{"lo", {AF_INET, inet_addr("127.0.0.1")}}, {"nat110", {AF_INET, inet_addr("10.0.110.2")}}, {"a110x16", {AF_INET, inet_addr("192.168.20.65")}}, {"a110x7", {AF_INET, inet_addr("192.168.14.42")}}}}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="lo", ifr_flags=IFF_UP|IFF_LOOPBACK|IFF_RUNNING}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="nat110", ifr_flags=IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_MULTICAST}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="a110x16", ifr_flags=IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_MULTICAST}) = 0
ioctl(4, SIOCGIFFLAGS, {ifr_name="a110x7", ifr_flags=IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_MULTICAST}) = 0
close(4)                                = 0
gettimeofday({1269490287, 543671}, NULL) = 0
open("/var/tmp/xrl.o7mXdo", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
fcntl64(4, F_GETFL)                     = 0x2 (flags O_RDWR)
fstat64(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
_llseek(4, 0, [0], SEEK_CUR)            = 0
close(4)                                = 0
munmap(0xb760f000, 4096)                = 0
unlink("/var/tmp/xrl.o7mXdo")           = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 4
setsockopt(4, SOL_SOCKET, SO_RCVBUF, [262144], 4) = 0
setsockopt(4, SOL_SOCKET, SO_SNDBUF, [262144], 4) = 0
fcntl64(4, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
bind(4, {sa_family=AF_FILE, path="/var/tmp/xrl.o7mXdo"}, 110) = 0
listen(4, 5)                            = 0
open("/var/tmp/xrl.I2ptM0", O_RDWR|O_CREAT|O_EXCL, 0600) = 5
fcntl64(5, F_GETFL)                     = 0x2 (flags O_RDWR)
fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
_llseek(5, 0, [0], SEEK_CUR)            = 0
close(5)                                = 0
munmap(0xb760f000, 4096)                = 0
unlink("/var/tmp/xrl.I2ptM0")           = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 5
setsockopt(5, SOL_SOCKET, SO_RCVBUF, [262144], 4) = 0
setsockopt(5, SOL_SOCKET, SO_SNDBUF, [262144], 4) = 0
fcntl64(5, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(5, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
bind(5, {sa_family=AF_FILE, path="/var/tmp/xrl.I2ptM0"}, 110) = 0
listen(5, 5)                            = 0
stat64("/usr/local/xorp/share/xorp/templates", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/xorp/share/xorp/templates", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 6
fstat64(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(6, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
getdents64(6, /* 42 entries */, 4096)   = 1344
getdents64(6, /* 0 entries */, 4096)    = 0
close(6)                                = 0
open("/usr/local/xorp/share/xorp/templates/bgp.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=36888, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/bgp"..., 8192) = 8192
read(6, "e)/bgp/0.3/activate?local_ip:txt"..., 8192) = 8192
read(6, ";\n\t    %delete: xrl \"$(bgp.targe"..., 8192) = 8192
brk(0x8195000)                          = 0x8195000
brk(0x8194000)                          = 0x8194000
read(6, "\"$(policy.targetname)/policy/0.1"..., 8192) = 8192
read(6, "   %help: short \"Remove BGP comm"..., 8192) = 4120
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/fea.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=10902, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/fea"..., 8192) = 8192
read(6, "txt=$(@)\";\n\t\t%delete:\txrl \"$(fea"..., 8192) = 2710
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/fib2mrib.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=1412, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/fib"..., 8192) = 1412
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/firewall.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=7595, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/fir"..., 8192) = 7595
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/igmp.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=7009, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/igm"..., 8192) = 7009
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/interfaces.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=13377, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/int"..., 8192) = 8192
read(6, "rl \"$(interfaces.targetname)/ifm"..., 8192) = 5185
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/mfea4.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/mfe"..., 8192) = 3519
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/mfea6.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/mfe"..., 8192) = 3519
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/mld.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=6957, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/mld"..., 8192) = 6957
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/ospfv2.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=24091, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/osp"..., 8192) = 8192
read(6, "e: xrl \"$(ospf4.targetname)/ospf"..., 8192) = 8192
read(6, "xrl \"$(ospf4.targetname)/ospfv2/"..., 8192) = 7707
read(6, "", 4096)                       = 0
brk(0x81b5000)                          = 0x81b5000
brk(0x81b4000)                          = 0x81b4000
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/ospfv3.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=18978, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/osp"..., 8192) = 8192
read(6, "}\n\t    }\n\n\t    interface @: txt "..., 8192) = 8192
read(6, "olicy:txt=$(policy-statement.@)&"..., 8192) = 2594
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/pimsm4.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=14579, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/pim"..., 8192) = 8192
read(6, "net=$(group-prefix.@)&rp_addr:ip"..., 8192) = 6387
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/pimsm6.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=14559, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/pim"..., 8192) = 8192
read(6, "oup-prefix.@)&rp_addr:ipv6=$(rp."..., 8192) = 6367
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/plumbing.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=76, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP$ */\n\nplumbing {\n    %he"..., 8192) = 76
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/policy.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=21246, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/pol"..., 8192) = 8192
read(6, "\t    %set: xrl \"$(policy.targetn"..., 8192) = 8192
read(6, "&statement:txt=\";\n\t\t}\n\n\t\taccept "..., 8192) = 4862
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/protocols.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=336, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP$ */\n\nprotocols {\n    %h"..., 8192) = 336
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/rib.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=1468, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/rib"..., 8192) = 1468
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/rip.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=16649, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/rip"..., 8192) = 8192
read(6, "$(rip.targetname)/rip/0.1/set_tr"..., 8192) = 8192
read(6, ":txt=$(term.@)&block:u32=2&order"..., 8192) = 265
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/ripng.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=14493, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/rip"..., 8192) = 8192
brk(0x81d5000)                          = 0x81d5000
read(6, "vifname:txt=$(vif.@)&addr:ipv6=$"..., 8192) = 6301
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/rtrmgr.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=5552, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/rtr"..., 8192) = 5552
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/static_routes.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=34725, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/sta"..., 8192) = 8192
read(6, "t:;\n\t\t}\n\t    }\n\t}\n\n\troute4 @: ip"..., 8192) = 8192
read(6, "etname)/static_routes/0.1/replac"..., 8192) = 8192
read(6, "\n\t}\n\n\tmrib-interface-route @: ip"..., 8192) = 8192
read(6, "p network interface name\";\n\t\t%se"..., 8192) = 1957
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
open("/usr/local/xorp/share/xorp/templates/vrrp.tp", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=2806, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/vrr"..., 8192) = 2806
read(6, "", 4096)                       = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
munmap(0xb760f000, 4096)                = 0
stat64("/usr/local/xorp/share/xorp/templates", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/xorp/share/xorp/templates", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 6
fstat64(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(6, /* 42 entries */, 4096)   = 1344
getdents64(6, /* 0 entries */, 4096)    = 0
close(6)                                = 0
open("/usr/local/xorp/share/xorp/templates/bgp.cmds", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=3678, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760f000
read(6, "/* $XORP: xorp/etc/templates/bgp"..., 8192) = 3678
read(6, "", 4096)                       = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_peers", {st_mode=S_IFREG|0755, st_size=51556, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_peers", {st_mode=S_IFREG|0755, st_size=51556, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/bgp_print_routes", {st_mode=S_IFREG|0755, st_size=95548, ...}) = 0
read(6, "", 8192)                       = 0
open("/usr/local/xorp/share/xorp/templates/fea.cmds", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=423, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760e000
read(7, "/* $XORP: xorp/etc/templates/fea"..., 8192) = 423
read(7, "", 4096)                       = 0
stat64("/usr/local/xorp/lib/xorp/bin/fea_show_interfaces", {st_mode=S_IFREG|0755, st_size=25072, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/fea_show_interfaces", {st_mode=S_IFREG|0755, st_size=25072, ...}) = 0
read(7, "", 8192)                       = 0
open("/usr/local/xorp/share/xorp/templates/host.cmds", O_RDONLY) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=474, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760d000
read(8, "/* $XORP: xorp/etc/templates/hos"..., 8192) = 474
read(8, "", 4096)                       = 0
stat64("/usr/local/xorp/lib/xorp/bin/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/date", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/date", 0xbfbb1f80)        = -1 ENOENT (No such file or directory)
stat64("/bin/date", {st_mode=S_IFREG|0755, st_size=53188, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/hostname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/hostname", 0xbfbb1f80)    = -1 ENOENT (No such file or directory)
stat64("/bin/hostname", {st_mode=S_IFREG|0755, st_size=10264, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/uname", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/uname", 0xbfbb1f80)       = -1 ENOENT (No such file or directory)
stat64("/bin/uname", {st_mode=S_IFREG|0755, st_size=18532, ...}) = 0
read(8, "", 8192)                       = 0
open("/usr/local/xorp/share/xorp/templates/igmp.cmds", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=718, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb760c000
read(9, "/* $XORP: xorp/etc/templates/igm"..., 8192) = 718
read(9, "", 4096)                       = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
brk(0x81f6000)                          = 0x81f6000
brk(0x81f5000)                          = 0x81f5000
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(9, "", 8192)                       = 0
open("/usr/local/xorp/share/xorp/templates/mfea.cmds", O_RDONLY) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=1050, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71ea000
read(10, "/* $XORP: xorp/etc/templates/mfe"..., 8192) = 1050
read(10, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(10, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/mfea6.cmds", O_RDONLY) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=1056, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e9000
read(11, "/* $XORP: xorp/etc/templates/mfe"..., 8192) = 1056
read(11, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(11, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/misc.cmds", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=976, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e8000
read(12, "/* $XORP: xorp/etc/templates/mis"..., 8192) = 976
read(12, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/ping", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/ping", 0xbfbb1f80)        = -1 ENOENT (No such file or directory)
stat64("/bin/ping", {st_mode=S_IFREG|S_ISUID|0755, st_size=36264, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/ping6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/ping6", 0xbfbb1f80)       = -1 ENOENT (No such file or directory)
stat64("/bin/ping6", {st_mode=S_IFREG|S_ISUID|0755, st_size=31292, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/traceroute", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/traceroute", 0xbfbb1f80)  = -1 ENOENT (No such file or directory)
stat64("/bin/traceroute", {st_mode=S_IFREG|0755, st_size=47752, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/traceroute6", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/bin/traceroute6", {st_mode=S_IFREG|0755, st_size=47752, ...}) = 0
read(12, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/mld.cmds", O_RDONLY) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=702, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e7000
read(13, "/* $XORP: xorp/etc/templates/mld"..., 8192) = 702
read(13, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(13, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/ospfv2.cmds", O_RDONLY) = 14
fstat64(14, {st_mode=S_IFREG|0644, st_size=11310, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e6000
read(14, "/* $XORP: xorp/etc/templates/osp"..., 8192) = 8192
stat64("/usr/local/xorp/lib/xorp/bin/ospf_clear_database", {st_mode=S_IFREG|0755, st_size=21812, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
read(14, " Router-LSA database\";\n}\n\nshow o"..., 8192) = 3118
read(14, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
read(14, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/ospfv3.cmds", O_RDONLY) = 15
fstat64(15, {st_mode=S_IFREG|0644, st_size=14899, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e5000
read(15, "/* $XORP: xorp/etc/templates/osp"..., 8192) = 8192
stat64("/usr/local/xorp/lib/xorp/bin/ospf_clear_database", {st_mode=S_IFREG|0755, st_size=21812, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
read(15, "0x4005\" %help: HELP;\n    %module"..., 8192) = 6707
read(15, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_lsas", {st_mode=S_IFREG|0755, st_size=186896, ...}) = 0
brk(0x8216000)                          = 0x8216000
brk(0x8215000)                          = 0x8215000
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/ospf_print_neighbours", {st_mode=S_IFREG|0755, st_size=35360, ...}) = 0
read(15, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/pim.cmds", O_RDONLY) = 16
fstat64(16, {st_mode=S_IFREG|0644, st_size=2126, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e4000
read(16, "/* $XORP: xorp/etc/templates/pim"..., 8192) = 2126
read(16, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(16, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/pim6.cmds", O_RDONLY) = 17
fstat64(17, {st_mode=S_IFREG|0644, st_size=2139, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e3000
read(17, "/* $XORP: xorp/etc/templates/pim"..., 8192) = 2139
read(17, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(17, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/policy.cmds", O_RDONLY) = 18
fstat64(18, {st_mode=S_IFREG|0644, st_size=2962, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e2000
read(18, "/* $XORP */\n\ntest {\n    %command"..., 8192) = 2962
read(18, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_send_processor_xrl", {st_mode=S_IFREG|0755, st_size=15636, ...}) = 0
read(18, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/rib.cmds", O_RDONLY) = 19
fstat64(19, {st_mode=S_IFREG|0644, st_size=26169, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e1000
read(19, "\n/* $XORP: xorp/etc/templates/ri"..., 8192) = 8192
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_distances", {st_mode=S_IFREG|0755, st_size=39548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_distances", {st_mode=S_IFREG|0755, st_size=39548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_distances", {st_mode=S_IFREG|0755, st_size=39548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_distances", {st_mode=S_IFREG|0755, st_size=39548, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
read(19, "utes for multicast extracted fro"..., 8192) = 8192
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
read(19, "%module: rib;\n     %tag: HELP \"S"..., 8192) = 8192
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
brk(0x8236000)                          = 0x8236000
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
read(19, "outes (brief format)\";\n}\n\nshow r"..., 8192) = 1593
read(19, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rib_show_routes", {st_mode=S_IFREG|0755, st_size=48884, ...}) = 0
read(19, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/rip.cmds", O_RDONLY) = 20
fstat64(20, {st_mode=S_IFREG|0644, st_size=1634, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71e0000
read(20, "/* $XORP: xorp/etc/templates/rip"..., 8192) = 1634
read(20, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_peer_stats", {st_mode=S_IFREG|0755, st_size=76860, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_peer_stats", {st_mode=S_IFREG|0755, st_size=76860, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_peer_stats", {st_mode=S_IFREG|0755, st_size=76860, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
read(20, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/ripng.cmds", O_RDONLY) = 21
fstat64(21, {st_mode=S_IFREG|0644, st_size=1471, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71df000
read(21, "/* $XORP$ */\n\nshow ripng {\n     "..., 8192) = 1471
read(21, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_peer_stats", {st_mode=S_IFREG|0755, st_size=76860, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_peer_stats", {st_mode=S_IFREG|0755, st_size=76860, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/rip_show_stats", {st_mode=S_IFREG|0755, st_size=73796, ...}) = 0
read(21, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/vrrp.cmds", O_RDONLY) = 22
fstat64(22, {st_mode=S_IFREG|0644, st_size=1305, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71de000
read(22, "/* $XORP$ */\n\nshow vrrp {\n    %c"..., 8192) = 1305
read(22, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_generic", {st_mode=S_IFREG|0755, st_size=47960, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_generic", {st_mode=S_IFREG|0755, st_size=47960, ...}) = 0
stat64("/usr/local/xorp/lib/xorp/bin/cli_generic", {st_mode=S_IFREG|0755, st_size=47960, ...}) = 0
read(22, "", 8192)                      = 0
open("/usr/local/xorp/share/xorp/templates/xorpsh.cmds", O_RDONLY) = 23
fstat64(23, {st_mode=S_IFREG|0644, st_size=284, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71dd000
read(23, "/* $XORP: xorp/etc/templates/xor"..., 8192) = 284
read(23, "", 4096)                      = 0
stat64("/usr/local/xorp/lib/xorp/bin/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/xorp/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/sbin/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/kerberos/bin/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/sbin/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/echo", 0xbfbb1f80) = -1 ENOENT (No such file or directory)
stat64("/sbin/echo", 0xbfbb1f80)        = -1 ENOENT (No such file or directory)
stat64("/bin/echo", {st_mode=S_IFREG|0755, st_size=18360, ...}) = 0
read(23, "", 8192)                      = 0
clock_gettime(CLOCK_MONOTONIC, {979708, 737742509}) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 24
setsockopt(24, SOL_SOCKET, SO_RCVBUF, [262144], 4) = 0
setsockopt(24, SOL_SOCKET, SO_SNDBUF, [262144], 4) = 0
setsockopt(24, SOL_TCP, TCP_NODELAY, [1], 4) = 0
fcntl64(24, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(24, F_SETFL, O_RDWR|O_NONBLOCK) = 0
getsockname(24, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
connect(24, {sa_family=AF_INET, sin_port=htons(19999), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in progress)
fcntl64(24, F_GETFL)                    = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl64(24, F_GETFL)                    = 0x802 (flags O_RDWR|O_NONBLOCK)
select(25, [4 5 24], [24], [], {0, 0})  = 1 (out [24], left {0, 0})
send(24, "\0\0\1\21", 4, MSG_NOSIGNAL)  = 4
clock_gettime(CLOCK_MONOTONIC, {979708, 738945515}) = 0
select(25, [4 5 24], [24], [], {2, 876242}) = 1 (out [24], left {2, 876242})
clock_gettime(CLOCK_MONOTONIC, {979708, 739060875}) = 0
send(24, "Finder 0.2\nMsgType x\nSeqNo 1001\n"..., 273, MSG_NOSIGNAL) = 273
clock_gettime(CLOCK_MONOTONIC, {979708, 739196088}) = 0
select(25, [4 5 24], [], [], {2, 875991}) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {979711, 614470190}) = 0
select(25, [4 5 24], [], [], {0, 717})  = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {979711, 615464951}) = 0
write(2, "Waiting for xorp_rtrmgr...\n", 27) = 27
select(25, [4 5 24], [], [], {0, 0})    = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {979711, 615758161}) = 0
select(25, [4 5 24], [], [], {26, 999429}) = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {979738, 614921755}) = 0
select(25, [4 5 24], [], [], {0, 266})  = 0 (Timeout)
clock_gettime(CLOCK_MONOTONIC, {979738, 615872203}) = 0
select(25, [4 5 24], [], [], {0, 0})    = 0 (Timeout)
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
gettimeofday({1269490317, 543363}, NULL) = 0
open("/etc/localtime", O_RDONLY)        = 25
fstat64(25, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
fstat64(25, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71dc000
read(25, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096) = 118
_llseek(25, -6, [112], SEEK_CUR)        = 0
read(25, "\nUTC0\n", 4096)              = 6
close(25)                               = 0
munmap(0xb71dc000, 4096)                = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=417031, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71dc000
write(3, "[ 2010/03/25 04:11:57.543363  ER"..., 139) = 139
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
futex(0xb74d8b48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
unlink("/var/tmp/xrl.o7mXdo")           = 0
close(4)                                = 0
unlink("/var/tmp/xrl.I2ptM0")           = 0
close(5)                                = 0
close(24)                               = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
gettimeofday({1269490317, 548067}, NULL) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
write(3, "[ 2010/03/25 04:11:57.548067  ER"..., 166) = 166
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
exit_group(1)                           = ?


More information about the Xorp-users mailing list