Beiträge von 0rtega
-
-
-
You have exactly the same model of my port multiplier card
Very good news to hear, if it works with the banana a very cheap (and very energy efficient) build of an OMV box is possible.
Please let us know how your tests are going. -
I always thought that delay was to help slow down brute force attacks (which it should).
Absolutely right.
I use this setting because a month ago I have isolated my two OMV boxes from external access (from the internet), and in my local network I am the only user. -
With putty, on every SSH login to my two OMV boxes, the password prompt was very slow. It was very annoying for me
Today (finally...) I have found the solution:
edit this file:
/etc/ssh/sshd_config
the name of the file is sshd_config with the "D". DO NOT edit the file ssh_config
add this string at the end of the file: UseDNS no
save the file and then restart the service and close the console by running this command:
# service ssh restart && exit
If you do not want to restart the service, just restart the system (or turn off the computer and boot as usual)
For more details, use the links below:
http://superuser.com/questions…into-my-ubuntu-9-05-serve
http://blog.ayaz.pk/2008/02/03…s-resolution-and-openssh/ -
I'm very sorry for the misunderstanding.
I have a subscription to the magazine, I have got the issue #9 yesterday.
I don't know when the issue #9 will be available on the LinuxVoice on-line store. -
-
OMV on LinuxVoice Magazine, issue #9 !!!
-
Edit: sorry wrong thread
-
I simply use it to connect an external DIY box via the N54L esata port (it can address 5 external hard drives).
The port multiplier costs 25$, a Pci sata controller with 5 sata ports costs way much more.
The way I use it, make off-site backups, the port multiplier is perfect even if the performance are not so good.In my opinion the BananaPi with a sata port supporting the port multiplier, would be a perfect OMV low energy nas.
-
It's a pity that the BananaPi is not compatible to something like this.
I have purchased one recently and works great with my N54L. -
Thank you very much, now I have understood the problem (at least on my own machines, I don't know if there is a bug in OMV).
To reproduce the problem on my systems:
- connect external hard drive.
- on the webgui -> Storage -> File Systems
- push the button "Mount"
- push the button "Unmount" (in config.xml the section of the unmounted hard drive disappears)
- push (again) the button "Mount" (in config.xml the section of the unmounted hard drive reappears with "hidden" = 1)After pushing the "Mount" button I have the error message.
If I edit che config.xml changing the "hidden" value from 1 to 0 then I can push the yellow "Apply" button without the error message. Now the hard drive is mounted correctly.
Thanks again Solo.
-
-
I have tested both my OMV boxes and I have always this error:
Code
Alles anzeigenFailed to mount 'cecc979d-ee30-428e-aa84-826260112a19': mount: can't find /media/cecc979d-ee30-428e-aa84-826260112a19 in /etc/fstab or /etc/mtab Error #6000: exception 'OMVException' with message 'Failed to mount 'cecc979d-ee30-428e-aa84-826260112a19': mount: can't find /media/cecc979d-ee30-428e-aa84-826260112a19 in /etc/fstab or /etc/mtab' in /usr/share/openmediavault/engined/module/fstab.inc:90 Stack trace: #0 /usr/share/openmediavault/engined/rpc/config.inc(206): OMVModuleFsTab->startService() #1 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array) #2 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #3 /usr/share/php/openmediavault/rpcservice.inc(158): OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array) #4 /usr/share/openmediavault/engined/rpc/config.inc(224): OMVRpcServiceAbstract->callMethodBg('applyChanges', Array, Array) #5 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array) #6 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #7 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('applyChangesBg', Array, Array) #8 /usr/sbin/omv-engined(501): OMVRpc::exec('Config', 'applyChangesBg', Array, Array, 1) #9 {main}
I tested both my machines:
omv-mkconf fstab + reboot -> error
omv-mkconf fstab + mount -a -> error
omv-mkconf fstab + reboot + mount -a -> errorThe only way to mount my two backup hard drives is booting the machines with Parted Magic.
Edit: Modified directly the fstab file adding this string:
CodeUUID=cecc979d-ee30-428e-aa84-826260112a19 /media/cecc979d-ee30-428e-aa84-826260112a19 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group
Now the hard drive is mounted
-
I have the same problem when I try to mount an external hard drive to make my weekly off-site backup (I have tried to connect via esata and via usb)
Here my code from "support info"
Thank you in advance for your help.
P.S.:
I don't know if this is the right thread, I have found a similar thread here -
It would be possible change the default proportional font (ie: Times New Roman) to a not proportional/monospaced font (ie: Lucida Console) ?
Thanks in advance. -
-
Hi guys,
I was wondering if I can use this guide (MariaDB guide) to install MariaDB on my OMV box, or I have to do it with the MySql plugin.
Thanks in advance. -
Ho visto solo adesso il thread...
Ci sono anch'io, ciao a tutti
-
On my main OMV box I have 2x4Tb WD Reds.
For my next 2x4Tb drives I will buy a Seagate NAS drive and a HGST drive.