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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Starting UML PATH/start.sh
spawn PATH single
Linux version XXXX
On node 0 totalpages: 8192
Kernel command line:
Calibrating delay loop... XXXX bogomips
Dentry-cache hash table entries: NUMBERS
Inode-cache hash table entries: NUMBERS
Mount-cache hash table entries: NUMBERS
Buffer-cache hash table entries: NUMBERS
Page-cache hash table entries: NUMEBRS
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Diskquotas version dquot_6.4.0 initialized
devfs: VERSION Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options Q
pty: 256 Unix98 ptys configured
SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
loop: loaded (max 8 devices)
PPP generic driver version VERSION
Universal TUN/TAP device driver VERSION
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 2048)
IPv4 over IPv4 tunneling driver
GRE over IPv4 tunneling driver
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Mounted devfs on /dev
INIT: version 2.78 booting
Activating swap...
Calculating module dependancies
done.
Loading modules: LIST
Checking all file systems...
Parallelizing fsck version 1.18 (11-Nov-1999)
Setting kernel variables.
Mounting local filesystems...
/dev/shm on /tmp type tmpfs (rw)
/dev/shm on /var/run type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0622)
none on /usr/share type hostfs (ro)
Enabling packet forwarding: done.
Configuring network interfaces: done.
Cleaning: /tmp /var/lock /var/run.
Initializing random number generator... done.
Recovering nvi editor sessions... done.
Give root password for maintenance
(or type Control-D for normal startup):
east:~#
klogd -c 4 -x -f /tmp/klog.log
east:~#
TZ=GMT export TZ
east:~#
cat /proc/meminfo >/tmp/proc_meminfo-ipsec-mod-01
east:~#
PASS=1
east:~#
while [ $PASS -le 5 ]; do PASS_STR=`printf "%02d" $PASS`; rmmod ipsec; cat /proc/meminfo >/tmp/proc_meminfo-no-ipsec-mod-$PASS_STR; insmod /ipsec.o; cat /proc/meminfo >/tmp/proc_meminfo-ipsec-mod-$PASS_STR; let PASS=$PASS+1; done
east:~#
for file in /tmp/proc_*; do echo PROC-$file; cat $file; done
east:~#
kill `cat /var/run/klogd.pid`; cat /tmp/klog.log
klogd 1.3-3#33.1, log source = /proc/kmsg started.
east:~#
halt
INIT: Switching to runlevel: 0
INIT: Sending processes the TERM signal
east:~#
INIT: Sending processes the KILL signal
Stopping domain name service: named.
Stopping internet superserver: inetd.
Stopping portmap daemon: portmap.
ipsec_setup: Stopping FreeS/WAN IPsec...
ipsec_setup: stop ordered, but IPsec does not appear to be running!
ipsec_setup: doing cleanup anyway...
Stopping system log daemon: klogd syslogd.
Sending all processes the TERM signal... done.
Sending all processes the KILL signal... done.
Unmounting remote filesystems... done.
Deactivating swap... done.
Unmounting local filesystems... done.
Power down.
MEMINFO: no- ipsec module loaded (KLIPS) base is /tmp/proc_meminfo-no-ipsec-mod-01
MEMINFO: Free Shared Buffers Cached Active Inactive
PASS-02:diff 0 0 0 0 0 0
PASS-03:diff 0 0 0 0 0 0
PASS-04:diff 0 0 0 0 0 0
PASS-05:diff 0 0 0 0 0 0
MEMINFO: ipsec module loaded (KLIPS) base is /tmp/proc_meminfo-ipsec-mod-01
MEMINFO: Free Shared Buffers Cached Active Inactive
PASS-02:diff 0 0 0 0 0 0
PASS-03:diff 0 0 0 0 0 0
PASS-04:diff 0 0 0 0 0 0
PASS-05:diff 0 0 0 0 0 0
|