... 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...
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...
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...
... 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 ...
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...
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...
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...
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...
... 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...
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,...
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...
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...
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...
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 :-) ! ...
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...
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...
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...
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...
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...
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...
... 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...
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:...
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...
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...
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...