Friday 03/04/09 There will be Scheduled Maintainence of the server hosting the following resources: 1) all Wikis *.nslu2-linux.org) 2) Trac, Subversion and...
I flashed my nslu2 with unslung, and did not unsling it, after a few days, i can not telnet into the nslu2, if i enable telnet it still won't connect. When is...
Hello Firstly, some background (sorry it's a bit long winded). I have very limited knowledge of Linux. My home network and PCs are entirely Windows based....
Hi try this in your Ubuntu machine put in your disk and type sudo umount /dev/sbd2 (suppose that the disk with problem) sudo fsck -f /dev/sbd2 probably fsck...
Hi, I'm running Unslung 6.8 and after a recent power cut my slug now wont boot as normal. I think it's down to an invalid configuration (because this is the...
Although you have already been able to mount the drive on another Linux box, I would do an fsck on the flash drive, using this Linux box. When I had the same...
Just did the following: 1. Booted the slug with no USB flash drive attached 2. Logged in via telnet and cleared down /var/log/messages 3. Shutdown the slug...
Hi Joe I can't tell you where the problem is, but maybe it helps you to know what usually is in the log file. So on mine it continues with: <44>Jan 1 01:00:21...
Hi Roland, My log is collected from a boot up _without_ the USB flash drive (containing the unslung system) connected. Would this be why the journaling demon...
Hi Joe My log from the boot without a disk I've put at the end of this mail. The line from 18:11:14 shows what happened when I added the the two USB-Disks. I'm...
Your last suggestion would be a good way to narrow down the options between a problem in flash or hardware, or a problem in the rootfs on the usb stick. -- Rod...
Thanks for the help Roland! I booted the slug and logged on via telnet, then plugged in the USB flash drive and tried "init s". The result was this on the...
Well, this happened to me again, the neighbor kicked the slug power cord off of my power strip while borrowing my computer. When I turned the slug back on, the...
Well after cleansing and reinstalling the slug (formatting my USB flash drive, flashing Unslung 6.10 and unslinging again) everything is back to normal. Never...
Sounds like the classic power supply problem... Perhaps with the flash drive plugged in, it is not actually booting up. Try a different power supply. ... ...
Slug seems to be working fine after the reflash (with a USB stick, passive USB hub and two external HDDs plugged in), so I expect the power supply is okay. I...
Hi, I'm having some path problems when running scripts on Unslung 6.10. I was running Unslung 6.8 until I recently rebuilt my slug, and I somehow had this set...
Okay, now I'm really confused. Looking at this output: http://pastebin.com/f5c759f53 It looks like the path is set correctly. Ash seems to be using a version...
... As a general rule, you should specify the exact path for programs that you run in a script. So don't say "find", say "/opt/bin/find". If you have to put it...
Sounds sensible! No idea how I had this working in the past, but I'll go with the full path in the script (and just do this in future scripts too). Cheers....
Hi everyone, Due to a recent upgrade of my office NAS to a more powerful QNAP appliance, I now find myself looking for ways to reuse my little slug. I'm...
... Actually, for some shells, it does matter when the path was set. For speed, some shells will cache the location of an executable and the cache is not...
I've migrated to atom-based systems and have two slugs if anyone is interested. One was reflashed to boot debian with an external HD, the second is still in...
Colorado, basically anywhere UPS or FedEx goes, and just shipping costs and what you think is reasonable. I'm too lazy to check eBay, and trust the karma of...
Cheers John, I'm starting to think there is a bigger problem here. I've been doing some googling on this "No help available" error and it actually sounds like...
... If your shell is actually a symlink to busybox, and busybox has 'find' enabled as an applet, then I think it will find the applet first ahead of whatever...
Thanks Rod, you've hit the nail on the head there. I'm pretty sure I'm seeing the busybox 'find' applet in action here. A few questions: 1. Is there any...