Gurus, I have the following problem with greek filenames. * I have a USB flash formatted to ext3. * When I connecting it to my NSLU2 running UNslung 6.10, I...
24108
slackline
Nov 17, 2009 4:03 pm
... You won't be able to do this on the fly as the NSLU2 just doesn't have the oomph required, even if you've added more RAM. Your best bet is to rip the ISO...
24109
slackline
Nov 17, 2009 4:10 pm
... Well you've picked a mailing list for the NSLU2 which is a small _single_ CPU NAS device (although the distros are used on some other NAS's). What system...
24110
Don Muller
donaldmuller
Nov 18, 2009 5:37 am
Hi, It's running on a QNAP NAS (x86). The feed is http://ipkg.nslu2-linux.org/feeds/optware/ts509/cross/stable/Packages.gz. ... From:...
24111
slackline
Nov 18, 2009 3:50 pm
... Ok, so does the failure for the percentages to tally up happen on any other systems? Is your desktop computer multi-core? If so do you observe the same...
24112
Don Muller
donaldmuller
Nov 18, 2009 5:36 pm
Sorry my desktop is Windoze. The only devices I have that run Linux are three NAS devices. Only one of them is dual core. ... From: nslu2-linux@yahoogroups.com...
24113
mig mac
migxm
Nov 18, 2009 6:12 pm
Hi, I'm running atop v1.23 on a couple Ubuntu systems and both show CPU totals over 100%. I believe that is the intended behavior. from the atop man page: CPU...
24114
Don Muller
donaldmuller
Nov 18, 2009 8:13 pm
Maybe it's the intended behavior but is it the correct behavior? If one line, CPU, is intended to show the numbers for all cpus, in other words an overall ...
24115
perror@...
perror...
Nov 18, 2009 11:20 pm
... I've just installed the latest package, perl_5.8.8-22_powerpc.ipk and get the same error. This is my first attempt at using OptWare and I would really like...
24116
Victor Hadianto
vhadiant
Nov 19, 2009 10:38 pm
Hi, For months I've been running NSLU2 (Unslung) with 2 disk configuration. Disk 1 & Disk 2. Disk 2 is my "main" disk, while Disk 1 port is connected to a USB...
24117
rolandkbs
Nov 20, 2009 9:04 am
I suppose the drive is not mounted. You can check this by connecting to the NSLU2 via telnet and using the command 'mount39;. If the partition of this disk is...
24118
martienl
Nov 21, 2009 7:44 am
Hi, Would like to use my ipod touch with the slug (unslung 6.8). I read that lighttpd may help, is that true? If not please help, I am a bit of a newby. ...
24119
Victor Hadianto
vhadiant
Nov 21, 2009 1:34 pm
Hi, Thanks for the reply. So this is the output command of "mount" # mount /dev/root on /initrd type jffs2 (rw) /dev/sda1 on / type ext3 (rw) proc on /proc...
24120
rolandkbs
Nov 21, 2009 7:27 pm
Yes, /dev/sda1 and /dev/sda2 are tow partitions on the same disk. I dont know how you have formatted your second disk, but I assume you used the webGUI for it...
24121
tkayna
Nov 22, 2009 9:47 am
Hello, I made un script to send mail. My script works executing in shell but not in crontab. I also add full path for binaries but it's the same. Can someone...
24122
rolandkbs
Nov 22, 2009 10:33 am
I don't see the cause, but maybe I can help you to find it: Add to the end of your crontab line the following ... By inspecting the two files after the defined...
24123
tkayna
Nov 22, 2009 11:52 am
Thanks, It returns me this : $ cat /tmp/myLog.err /usr/lib/sendmail: No such file or directory . . . message not sent. And I have this in nail bin : $strings...
24124
rolandkbs
Nov 22, 2009 12:26 pm
I don't know 'nail', so I'm just guessing: Nail tries to find sendmail in the path ($PATH) and if it's not found there then in /usr/lib. So it looks like 1....
24125
Marc Boris Dombrowa
marbordom
Nov 22, 2009 2:44 pm
Most likely your environment is different than the one of the user running this cronjob Therefore add an env debug statement to the crontab. Check your path to...
24126
Victor Hadianto
vhadiant
Nov 22, 2009 3:33 pm
Thanks it works! I can see the content of my second drive now. Strangely there's no /dev/sdb2. I'm pretty sure I formatted using the web UI. How do I see the...
24127
pietpukje80
Nov 22, 2009 7:48 pm
Hello i got 2 problems with the cherokee webserver. Problem 1: How can i change the dir to another disk, Cherokee is installed and working on disk2 but i want...
24128
sdhippisleycox
Nov 23, 2009 12:22 am
Just to report that I have just had the same problem -- udev reassigning eth0 to eth1 on upgrade to lenny. Glad to find this post. Commented out the udev...
24129
Mike Westerhof
mjwest61
Nov 23, 2009 2:17 am
... fdisk -l /dev/sdb or, if the linksys-modified fdisk doesn't work, you do: busybox fdisk -l /dev/sdb -Mike (mwester)...
24130
Servo
carl_steinhi...
Nov 23, 2009 4:43 pm
Well... perhaps if you explain a little more in depth what you want to DO with your touch with regards to your slug? "using a touch with the slug" can mean...
24131
Steve
stevebleazard
Nov 23, 2009 8:59 pm
On my slugos 5.3 sendmail is in /usr/sbin. So try the following # find / -name sendmail -print if it show up in /usr/sbin/sendmail then do ln -s...
24132
tkayna
Nov 23, 2009 10:27 pm
I don't have real differences between the two files, unless the PATH. But adding PATH to my script doesn't change anything. No LD_LIBRARY_PATH given in env....
24133
tkayna
Nov 23, 2009 10:29 pm
I found a solution to bypass my problem thanks to tips of Marc and Roland. 1)My script worked in shell with user1 but not in crontab. 2)crontab is run by root....
24134
tkayna
Nov 23, 2009 10:29 pm
Thanks for your help. But I've already search in this way. Sendmail is not installed on my OpenSlug. The command Find doesn't find anything. It was the reason...
24135
Ian
ian_preston
Nov 24, 2009 4:30 pm
Not sure if it works with the PS3 but I had Wizd installed on my Slug for a while and it streamed iso DVD images of across my wireless network to a ShowCenter...
24136
marbordom
Nov 24, 2009 4:34 pm
The error message: "/usr/lib/sendmail: No such file or directory" points to a missing PATH to sendmail I believe this is what happens now causing your script...