... check the NUT project for linux, there are drivers for lots of ups's. some ups's also have snmp built in or support an add on box that handles it via their...
4687
mathieu_xwave
Mar 1, 2005 4:48 pm
Hi! I have deleted the conf parition of my hd because I had to use it for openslug.. So I have take a backup of my file in this partition... But now I would...
4688
ohagers
Mar 1, 2005 6:35 pm
Hi Tony, thanks for the tip. But it is still not working. Starting FTPD -D gives no errors, but after a ps -ef | grep ftpd* there are no processes running...
4690
Josh Parsons
crunchycapsicum
Mar 1, 2005 7:49 pm
... Did you back up and restore the hidden files from the conf partition (i.e. the files whose names start with ".")? -- Josh Parsons Philosophy Department ...
4691
n1xnx
Mar 1, 2005 7:56 pm
I've unslung, installed tools, and am almost ready to try compiling "Hello, World" level proggies. In aid of this, I need to create a "normal" non-root user...
4692
Mathieu Monney
mathieu_xwave
Mar 1, 2005 8:05 pm
I have made a "tar cz /share/hdd/conf*" Actually, there isn't any hidden file in my conf partition :-( ! WIth a "fresh" conf partition, is there any hidden...
4693
John Bowler
jb97531
Mar 1, 2005 8:30 pm
From: Voight [mailto:voights@...] ... it ... I meant 'the APC UPS' - APC back-ups XS1500 (www.apc.com) but that doesn't mention an XS1500 - I think...
4694
tonymy01
Mar 1, 2005 8:50 pm
ftpd -D doesn't show up in the process list for me either, do the inetd.conf mod and it will (should) work. It appears the process only shows up when you...
4695
tonymy01
Mar 1, 2005 9:19 pm
p.s. /var/log/messages will tell you if there was a bind problem with the daemon, I have this: <91>Mar 2 07:42:01 ftpd[13773]: control bind: Address already...
4696
Josh Parsons
crunchycapsicum
Mar 1, 2005 11:13 pm
... Yes, there is a .dongle, which is empty, owned by root, and mode 0666; there is also .htpasswd, which appears to contain (encoded) passwords for the nslu2...
4697
mtisza
Mar 2, 2005 1:23 am
Hi all, I'm trying to mount the /share/flash/data nfs share to a SUSE linux box. I'm using nfs-utils on unslung 3.18 Beta. I've got all the latest versions,...
4698
chronofox01
Mar 2, 2005 3:49 am
Yes, cyrus-imapd will do....
4699
Spöttel Otmar
spoettel
Mar 2, 2005 9:45 am
Hello, would it possible to port mysql to NSLU2? For many PHP Project it is a requirement to have a installed mysql database. If anyone have the knowledge to...
4700
turbocharged_5
Mar 2, 2005 9:57 am
What about DB.* as and alternative? I believe its an open source database system designed for embedded devices. It may be worth a look ... database. ... this...
4701
Spöttel Otmar
spoettel
Mar 2, 2005 11:25 am
It's for me no alternative. Because the most "Ready-to Install" CMS systems need a mySQL database. Have a look on http://www.opensourcecms.com/ The only good...
4702
Mathieu Monney
mathieu_xwave
Mar 2, 2005 12:15 pm
Thank you very much ! It works fine now ! It was just the .dongle file... I think the .htpasswd is created automatically ! Thank you one other time :-) ! ...
4703
Dave Redfern
d_a_v_e_0000
Mar 2, 2005 1:37 pm
Being one of the "Stupid" I would also like MySQL support but don't really know how to go about it. Shame its not a package. Cheers Dave...
4704
Inge Bjørnvall Ar...
inge_arnesen
Mar 2, 2005 1:45 pm
Being rather ignorant here: To what extent do you guys need MySQL? Could other SQL servers do the same for you? best, -- Inge ... From: Dave Redfern...
4705
turbocharged_5
Mar 2, 2005 3:16 pm
Hi All, Forgive the stupid question but the NSLU2 is my first real experience with Linux. Here I am having unslung my slug and managed to get remote access via...
4706
Carsten Brasholt
hamfraroskilde
Mar 2, 2005 3:52 pm
Hi! /bin is typically for user-execuables /sbin is typically for superuser executables You cannot execute nano because /opt/bin is not in your PATH try echo...
4707
Katherine
katnip666
Mar 2, 2005 3:53 pm
Hi Spöttel, I have successfully installed Movable Type with the BerkeleyDB back end. I too have been trying to get MySQL compiled on the NSLU2 but I have not...
4708
Spöttel Otmar
spoettel
Mar 2, 2005 4:09 pm
I'am not sure, because i am in this case (mySQL) a noop. I see only in the installation description from many CMS Systems, that they are pre configured for...
4709
Spöttel Otmar
spoettel
Mar 2, 2005 4:23 pm
I'am not sure, because i am in this case (mySQL) a noop. I see only in the installation description from many CMS Systems, that they are pre configured for...
4710
Lang Eike Michael
eml2306
Mar 2, 2005 4:29 pm
... Take a look in the logs/dmesg and see if you get a kernel oops or page fault or something of the sort (can't remember exactly). I had that happen to me in...
4711
Kosso
camoby
Mar 2, 2005 4:37 pm
for me, a L.A.M.P system on my nslu2 would be GREAT!...
4712
ohagers
Mar 2, 2005 4:42 pm
Hi Tony, I edit the inetd.conf file and then typed /bin/inetd. In the /var/log/messages file, these lines appear: <91>Mar 2 17:07:34 ftpd[1002]: control bind:...
4713
turbocharged_5
Mar 2, 2005 4:57 pm
Hi Carsten Thanx for the help :)... every bit counts and I'm gradually getting to grips with things. Am I correct in assuming a file prefixed with a '.' is...
4714
ohagers
Mar 2, 2005 5:00 pm
Hi Tony, I did an nmap from a Windows XP PC to the unslung NLSU2 and this is what is says: 21/tcp open ftp 23/tcp open telnet 80/tcp open http 139/tcp...
4715
Carsten Brasholt
hamfraroskilde
Mar 2, 2005 5:04 pm
Hi. Yes, the dot means that the file is hidden. You can list hidden files with ls -a (or ls -la) (a for all :-) You are not supposed to run .profile...