... Why not try torrentflux which is available as an optware ipkg package? You will need optware installed and there's lots of guides out there on how to...
All, I have been happily using Debian on the MV2 for a few months now. Initially, only Debian Sid/Unstable could be installed. Now that Debian officially...
... What's the last time you upgraded? If it was before lenny came out, it should be fairly easy to replace sid with lenny in /etc/apt/sources.list....
Martin Michlmayr
tbm@...
Mar 5, 2009 7:11 am
812
... I upgrade once a week on average. I am pretty current on Sid. If I wanted to use Lenny, should I reformat (/ and /boot) and reinstall, or can I install on...
... You cannot install on top of the existing installation, so if the downgrade doesn't work you have to format / and /boot and reinstall. You can keep /home. ...
Martin Michlmayr
tbm@...
Mar 6, 2009 8:21 am
814
I'm interested in using my MV2010 as a general internal web server - or better, a wiki host. Does anyone have experience with getting Dokuwiki running on the...
You will need to install a PHP supporting webserver with IPKG, then you will need to install MySQL. Chris ==== Chris Seto Admin of hackingthemediavault ... ...
The server built into the MV1 is a very simple single threaded server based on micro-httpd. It would not be appropriate a candidate for interfacing to PHP or...
All, If I ever get around to "downgrading" my MV2 from Sid to Lenny, I guess I could also look into what file system I might want to use. I am not as much...
... XFS is broken on ARM, so I'd stay with ext3. -- Martin Michlmayr http://www.cyrius.com/...
Martin Michlmayr
tbm@...
Mar 11, 2009 6:21 pm
819
I never setup an admin password and I can access a login using PuTTY and SSH but I have no clue about the password its asking for. Any help is appreciated....
You need to setup a password. Go to the MV2's web UI, and look for the admin password option. Chris ==== Chris Seto Admin of hackingthemediavault ... This...
I added a password but that does not seem to work either. In the UI I added an Administrator and a password. I then attempted to login via SSH using the user...
Here's a step-by-step procedure for getting the MV2 to be an FTP server, and maintaining (Most) standard functionality. Having little Linux knowledge, I wanted...
Neat guide! Good job! It's a rather interesting feeling to the the scripts and methods I developed in action. If you want, I can add this to the hacking FAQ,...
BTW: I will note that the startup script method I posted isn't exactly the most throughly thought out system. I tested mine, and used it to flash a series of...
That was actually posted a few weeks ago but got stuck in the group's spam filter and I just noticed it tonight while searching for something else. I recall...
Eh, I hate when that happens. I try to look over that kind of thing, but guess I missed this one. the Yahoo spam filter doesn't seem to ever catch any legit...
I was able to get through the first problem with the 1.5TB drives by replacing fdisk which allowed me to create a mirror on to a 1.5TB drive. However, the JBOD...
Lee, This is where my memory is fuzzy. Does HP use LVM or RAID-LINEAR for JBOD? You can run cat /proc/mdstat, fdisk -l, the vg|lv|pv display and cat /etc/fstab...
Hi Francois, Thanks for responding. The MV2 uses the LVM to build arrays. I've captured the output of those commands on two units, one that is working, and the...
It is a stack of RAID and LVM. After all these are all block devices... Basically, the user partitions (sda6 and sdb6) are formatted as LVM. These are the 2...
... Sure: On the good system: # mount /dev/md6 on /share/1000 type ext3 (data=writeback) /dev/md7 on /share/1894 type ext3 (data=writeback) /dev/sdj1 on...
... Like you said initially, it looks like the ext3 file system sitting on top of md6 is short of the whole space available on md6. I assume this is a test...
Here's the result of that exercise: # umount /share/4162 # /usr/sbin/e2fsck /dev/md6 e2fsck 1.40.2 (12-Jul-2007) The filesystem size (according to the...
It looks like the file system on top of md6 is just not formatted properly. Before you get into the manual tools for all layers (LVM and RAID), you may want to...
Sorry it took so long to get your message out of moderation. Thank the spammers. Yes, look at IPKG for the MV2. I checked, and SVN is listed. Chris ==== Chris...