... Hello! Here's a strange idea. First try and create an NFS mount on your Linux system, (you do have one correct?) if that works then you _could_ apply that...
Essentially, I would like to make the Pogoplug use a network share the same way it uses a USB drive. There is a thread from the old Pogoplug forums about using...
Yeah! NTFS on Linux is generally stable, but it seems you have made a use case that shows it's not necessarily the best bet. ... [Non-text portions of this...
i've used a pogoplug with optware running rtorrent to seed over 8,000 khan academy videos (psp version and desktop mp4 versions); about 90GB of files. in...
I'm totally new to linux and thought my pogoplug pro might be a good test for me. I was thinking of using it as a seedbox. If I hack it, will it handle that...
I have no idea if it's actually /caused/ by net-snmp, but I've had that ever since I got my slug. Those messages are from the ethernet controller driver trying...
Have you checked your /var/log/messages? I installed the net-snmp package and now it's full of these error messages: ixp425_eth: Error reading MII reg 0 on phy...
ext3 is fine for me. Was hoping I could just clone the existing drive over to a new (larger) one, expand the partition using parted running on a Linux box, and...
I have a 2 tb drive myself. It mostly depends on if you are going to natively format it or keep it in windows format. Performance may decrease with much higher...
I haven't been able to find an answer to this simple question other than a couple posts about someone using a 1.5TB drive. Does the NSLU2 have an external...
I would foresee that it wouldn't do too much to the system performance, unless you're querying things constantly (like, every second a full tree walk or...
I could try installing the full blown snmpd package and see what I get. Just didn't want to bog down the slug running a service that I really don't need that...
Huh. Turns out I apparently have the net-snmp package installed and running as well? I used the command: snmpwalk -c public -v 1 -t 30 localhost and it spit...
Yeah, I don't use snmp (couldn't get anything to work at all ;) ) so I don't know what to say to that. It seems like this package is version 1.0 of the most...
I finally found the binary and was able to launch it. I then did an snmpwalk against it and there wasn't much there other than uptime. Was hoping to at least...
You did not mention what you were running on you NSLU2, like SlugOS, Debian, OpenWrt, Unslung? Here is the Optware script (S70net-snmp) for my SlugOS setup....
I'm not familiar with this package, but if it's not in init.d (since it actually sounds like a network service), you might find it in xinetd. You can always...
Hi, I installed this package on my NSLU2 but cannot figure out how to get the daemon to run. I don't see anything for it under init.d and I'm not even sure...
Oh! If all you're doing is testing for writeability, just see if you can "touch" said file. If it exists afterward, use it, otherwise use /opt :) ... [Non-text...