Search the web
Sign In
New User? Sign Up
hackingthemediavault · Hacking The HP MediaVault
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 809 - 838 of 967   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
809
... 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...
larry
larryh2k
Offline Send Email
Mar 2, 2009
1:32 am
810
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...
m3d1aus3r
Offline Send Email
Mar 5, 2009
2:36 am
811
... 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@...
Send Email
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...
m3d1aus3r
Offline Send Email
Mar 5, 2009
1:24 pm
813
... 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@...
Send Email
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...
David Bingham
dbingham_98
Online Now Send Email
Mar 10, 2009
3:44 pm
815
You will need to install a PHP supporting webserver with IPKG, then you will need to install MySQL. Chris ==== Chris Seto Admin of hackingthemediavault ... ...
Chris Seto
aximbigfan
Offline Send Email
Mar 10, 2009
3:46 pm
816
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...
Lee Devlin
lee810
Offline Send Email
Mar 11, 2009
12:09 am
817
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...
m3d1aus3r
Offline Send Email
Mar 11, 2009
5:59 pm
818
... XFS is broken on ARM, so I'd stay with ext3. -- Martin Michlmayr http://www.cyrius.com/...
Martin Michlmayr
tbm@...
Send Email
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....
pagorman
Offline Send Email
Mar 11, 2009
9:52 pm
820
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...
Chris Seto
aximbigfan
Offline Send Email
Mar 11, 2009
9:54 pm
821
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...
pagorman
Offline Send Email
Mar 11, 2009
9:58 pm
822
Did you reboot? I had to reboot mine IIRC. ==== Chris Seto Admin of hackingthemediavault ... This email sent from Ubuntu 8.10 ====...
Chris Seto
aximbigfan
Offline Send Email
Mar 11, 2009
10:00 pm
823
you have to set up your password reboot log in: root password: <your admin password>...
Daury
ldaury
Online Now Send Email
Mar 12, 2009
2:12 pm
824
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...
zakleerite
Offline Send Email
Mar 13, 2009
3:53 am
825
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,...
Chris Seto
aximbigfan
Offline Send Email
Mar 13, 2009
3:57 am
826
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...
Chris Seto
aximbigfan
Offline Send Email
Mar 13, 2009
4:04 am
827
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...
Lee Devlin
lee810
Offline Send Email
Mar 13, 2009
4:35 am
828
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...
Chris Seto
aximbigfan
Offline Send Email
Mar 13, 2009
4:38 am
829
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 Devlin
lee810
Offline Send Email
Mar 13, 2009
4:47 am
830
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...
m3d1aus3r
Offline Send Email
Mar 13, 2009
11:35 am
831
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...
Lee Devlin
lee810
Offline Send Email
Mar 13, 2009
1:28 pm
832
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...
m3d1aus3r
Offline Send Email
Mar 13, 2009
5:39 pm
833
... 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...
Lee Devlin
lee810
Offline Send Email
Mar 14, 2009
2:18 pm
834
... 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...
m3d1aus3r
Offline Send Email
Mar 15, 2009
3:48 pm
835
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...
Lee Devlin
lee810
Offline Send Email
Mar 17, 2009
10:19 pm
836
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...
m3d1aus3r
Offline Send Email
Mar 18, 2009
1:00 pm
837
Hi, I wondering if it's possible to install and a SVN server on mv2100 Series. thank you....
scharland@...
scharland...
Offline Send Email
Mar 19, 2009
6:54 am
838
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...
Chris Seto
aximbigfan
Offline Send Email
Mar 19, 2009
6:57 am
Messages 809 - 838 of 967   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help