* Easy compile if you have an other
fast machine with an other Linux :
Here
I'm running Delilinux on an old P75 and compilations are very
slow.
- So on the Delilinux share "/" by NFS :
Put this line in /etc/export ( DONT''T DO THESE ON-LINE :-)
)
/ 192.168.0.1(rw,insecure,no_root_squash)
192.168.0.1 is the IP of your fast host.
- Mount it on a faster machine and type "chroot your_mount_point".
After you can use CPU and Memory of your fast machine to compile
and you're working with the libraries of Delilinux; all is available (
You can't see /proc )
- Don't forget to precise at configure time
--build=iYOURMACHINE-pc-linux-gnu
ex for my P75 :
./configure --build=i586-pc-linux-gnu
DON'T FORGET TO COMMENT THE LINE IN
/etc/export and restart NFS
before connect to internet.
FOR FUN, MY TOP JUST AFTER BOOT TIME
1:32am up 7 min, 0 users, load average: 0.00, 0.03, 0.02
26 processes: 25 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: 1.3% user, 1.3% system, 0.0% nice, 97.2% idle
Mem: 22368K av, 12696K used, 9672K free, 9104K shrd, 764K buff
Swap: 27712K av, 0K used, 27712K free 6828K cached
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
106 root 13 0 1104 1104 916 R 0 1.7 4.9 0:01 top
90 root 7 0 400 400 340 S 0 0.9 1.7 0:00 tshd
1 root 0 0 200 200 172 S 0 0.0 0.8 0:05 init
2 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 kflushd
3 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 kupdate
4 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 kswapd
5 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 keventd
16 root 0 0 0 0 0 SW 0 0.0 0.0 0:00 scsi_eh_0
43 bin 0 0 396 396 316 S 0 0.0 1.7 0:00 rpc.portmap
47 root 0 0 632 632 536 S 0 0.0 2.8 0:00 syslogd
50 root 0 0 852 852 392 S 0 0.0 3.8 0:01 klogd
52 root 0 0 544 544 460 S 0 0.0 2.4 0:00 inetd
55 root 0 0 312 312 268 S 0 0.0 1.3 0:00 tshd
59 root 0 0 632 632 516 S 0 0.0 2.8 0:00 chronyd
60 nobody 0 0 616 616 500 S 0 0.0 2.7 0:00 monkey
62 root 0 0 540 540 452 S 0 0.0 2.4 0:00 crond
83 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
84 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
85 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
86 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
87 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
88 root 0 0 472 472 412 S 0 0.0 2.1 0:00 agetty
91 root 0 0 216 216 180 S 0 0.0 0.9 0:00 ash
99 root 0 0 760 760 624 S 0 0.0 3.3 0:00 rpc.mountd
101 root 0 0 764 764 620 S 0 0.0 3.4 0:00 rpc.nfsd
103 root 0 0 440 440 360 S 0 0.0 1.9 0:00 rpc.pcnfsd
Many people could do better I think but isn't it nice ?