Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2022 11:31:20 -0700
From:      BulkMailForRudy <crapsh@monkeybrains.net>
To:        freebsd-net@freebsd.org
Subject:   routinator busted in 13.1-RC3
Message-ID:  <a337ec3a-b1c0-db10-8780-5e54218a8017@monkeybrains.net>

next in thread | raw e-mail | index | archive | help

I had added RPKI rules in our FRR config, upgraded to 13.1 and was 
confused why we had no routes coming via BGP.

Apparently, routinator took a core dump.


#truss /usr/local/etc/rc.d/routinator onestart

[...snip...]

Starting routinator.
write(1,"Starting routinator.\n",21)         = 21 (0x15)
fstatat(AT_FDCWD,"/sbin/limits",0x7fffffffda60,0x0) ERR#2 'No such file 
or directory'
fstatat(AT_FDCWD,"/bin/limits",0x7fffffffda60,0x0) ERR#2 'No such file 
or directory'
fstatat(AT_FDCWD,"/usr/sbin/limits",0x7fffffffda60,0x0) ERR#2 'No such 
file or directory'
fstatat(AT_FDCWD,"/usr/bin/limits",{ mode=-r-xr-xr-x 
,inode=444853,size=27776,blksize=28160 },0x0) = 0 (0x0)
vfork()                         = 2105 (0x839)
wait4(-1,{ SIGNALED,sig=SIGSYS,cored },0x0,0x0)     = 2105 (0x839)
fstatat(AT_FDCWD,"/usr/share/nls/C.UTF-8/libc.cat",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/share/nls/libc/C.UTF-8",0x7fffffffd900,0x0) ERR#2 
'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/nls/C.UTF-8/libc.cat",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/nls/libc/C.UTF-8",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
Bad system call (core dumped)
write(2,"Bad system call (core dumped)\n",30)     = 30 (0x1e)

Rudy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a337ec3a-b1c0-db10-8780-5e54218a8017>