I think this is a bug, and a known issue for the sbcl people. In fact, I have a recollection of reading something about this and sbcl-devel a few months ago. I have searched throught the archives and found this,
http://sourceforge.net/mailarchive/mess ... hacker.com
So maybe snoop around that thread.
If you really need to access that data, you might go through the shell. Using trivial shell, something like this would work:
(read-from-string
(trivial-shell:shell-command
"cat /sys/class/net/eth0/statistics/rx_bytes" ))
But, really this is a kludge at best.
Zach