What the ...
Link to this paste: http://bugs.dragonflybsd.org/pastes/13
Added by Anonymous over 1 year ago.
Syntax: Plain Text
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[cocaine] /home/source/dfbsd/usr.bin/vmstat> ls -lh total 164 -rw-r--r-- 1 antonioh wheel 381B Nov 23 20:46 Makefile -rwxr-xr-x 1 antonioh wheel 41K Dec 1 23:34 vmstat* -rw-r--r-- 1 antonioh wheel 8.9K Feb 9 2011 vmstat.8 -rw-r--r-- 1 antonioh wheel 3.7K Dec 1 23:34 vmstat.8.gz -rw-r--r-- 1 antonioh wheel 26K Dec 1 23:34 vmstat.c -rw-r--r-- 1 antonioh wheel 58K Dec 1 23:34 vmstat.o [cocaine] /home/source/dfbsd/usr.bin/vmstat> file vmstat vmstat: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for DragonFly 2.0.1304, not stripped ---- vkernel64# ls -l ls: vmstat: Input/output error ls: vmstat.8.gz: Input/output error ls: vmstat.o: Input/output error total 48 -rw-r--r-- 1 1000 wheel 381 Nov 23 20:46 Makefile -rw-r--r-- 1 1000 wheel 9123 Feb 9 2011 vmstat.8 -rw-r--r-- 1 1000 wheel 26268 Dec 1 23:34 vmstat.c vkernel64# file vmstat vmstat: ERROR: cannot open `vmstat' (Input/output error) vkernel64# df -h . Filesystem Size Used Avail Capacity Mounted on 172.16.1.1:/home/source 459G 283G 176G 62% /home/source |