![]() |
Debian/NSLU2 FAQThis is a page of frequently asked questions for NSLU2. Please see the Troubleshooting page for troubleshooting tips. A few of the items that previously existed on this page have been moved to the Troubleshooting page. If you are using Debian on you NSLU2, you should probaly use the Debian lists. For details see: http://lists.debian.org/ Warning: the Debian lists are not spam-protected like the Yahoo-hosted NSLU2 lists. You might want to use some sort of "throw away" email address to post to them from. What do the LED colours and activity mean with Debian/NSLU2 ?The meaning of the colours and activity are documented in /usr/share/doc/nslu2-utils/README.Debian on a Debian/NSLU2 system.
How do I get a copy of my currently flashed image ?$ cat /dev/mtdblock* > image
How can I reduce the memory footprint of my Debian install ?Debian-Etch comes with two Network sharing protocol's enabled by default and if you then add SAMBA thats a total of three
If you are not planning on communicating with Apple shares/printers consider removing the netatalk package. You will free 4 Mb of RAM. Likewise if you are not planning on sharing out files via NFS, this service should be disabled. You can follow the procedure below, or use rcconf (apt-get install rcconf).
mv /etc/rc2.d/S20nfs-kernel-server /etc/rc2.d/K20nfs-kernel-server mv /etc/rc2.d/S21nfs-common /etc/rc2.d/K21nfs-common Also the default Debian install has a message transfer agent enabled by default (exim4). If this is not needed consider removing it to free up 8Mbytes of RAM.
Switching the default shell from *bash* to *dash* saves another chunk of memory
How do I change the function of the power button on the NSLU2 to shut the system down as opposed to rebooting it?Replace the line the /etc/inittab
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
with
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now
remember to run
telinit q
to reload the file
How do I know why my NSLU2 failed to boot when I have no console?Attach the USB stick/drive to another computer and check the logs in <path-to-USB-drive>/var/log. You can also edit the configuration files to implement a fix.
Why isn't my real time clock keeping time?The NSLU2 will not keep time with the Debian 2.6.17 kernel. The problem has been fixed in 2.6.18, which is the Linux kernel that is shipped with Debian GNU/Linux 4.0 (etch). If for some reason you can't upgrade your kernel, you can temporarily fix the problem without by using tickadj to set the kernel ticks to 10101. You need to do this every time the NSLU2 is turned on.
Note by titioft: I have the latest RC2 Debian kernel "2.6.18-5-ixp4xx #1 Sun Dec 23 05:17:39 UTC 2007 armv5tel GNU/Linux" the problem is not fixd. Adding tickadj parameter did not change the problem; I am gaining 10 minutes every 1 1/2 day. My NSLU is runnign realtime monitoring of my utility meter and manage my X10 Home automation system. Time is a critical feature in such an environment (like starting your coffee machine at 7am etc....). I have my ntp dameon running all the time. But it does not sync time that often.... When I shutdown restart the ntp dameon it syncs and put time back on. Any idea where i can find progress on this? -- Please use the mailing list to report problems and ask for help.
Why is
|