from where an i get some more logs with the kernel panic?
Posts by abpostelnicu
-
-
Hello,
I want to revert from backport 4.6 kernel to original 3.16 kernel but if i select it from installed kernel from OMV-Extras when i boot i only get a kernel panic. I need this in order to install some tools from HP on my gen8 microserver that aren't compatible with 4.6 kernel.
Thank you
-
one thing i've noticed i've encountered the same issue and by following the steps provided by ryecoaaron everything works fine now, except that i don't get notifications when i login into the admin panel.
-
There is a trick that I'm using, set raid mode in bios, that's basically another name for ahci since the access is done through ahci and then you can boot from the odd port
Sent from my iPhone using Tapatalk
-
Hi Guys,
I have 4x a HP Microserver gen8
3x with Openmediavault for various purposes (kid, wife etc.. )
1x with VMwareWhen I use HPE Explorer to backup my VMware (also HP microserver gen through NFS to a another HP Microserver gen8 I get speeds of around 60MB/s .. I am happy with that.
Now I am trying to copy various movie files (around 150GB) from an Openmediavault install to another one also through NFS (copy action with MC (Midnight Commander) .. but now the write speeds is 'only' max 33MB/s ..
Any idea how to speed up or modify NFS ?
Extra options in Openmediavault: no_subtree_check,secure,all_squash,async
fstab mount:
10.1.1.123:/export/Data /mnt/tmp nfs auto,vers=3,rw,noatime,async,nolock,bg,in
tr,tcp,actimeo=0,_netdev 0 0update .. vmware to this new install: Transfer Rate: 74.41 MB/s
great ..
Mc is very Slow when dealing with hdd commands. Most likely if you do it from
Console you will have better results.Sent from my iPhone using Tapatalk
-
That one worked, can't we add it to the patch, that less experienced users, that are not costumed with cli can use it?
LE: it worked for me, thank you!
-
It seems there is an issue, when i try to install it i get:
Code
Display MoreReading package lists... Building dependency tree... >>> *************** Error *************** Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --force-yes --fix-missing --allow-unauthenticated --reinstall install openmediavault-letsencrypt 2>&1': Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: openmediavault-letsencrypt : Depends: certbot but it is not going to be installed E: Unable to correct problems, you have held broken packages. <<< ************************************* >>> *************** Error *************** Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --force-yes --fix-missing --allow-unauthenticated --reinstall install openmediavault-letsencrypt 2>&1': Reading package lists...
-
yes I'm on 3.0.29 and tested it works also
for master branch?, I didn't test it
IMHO, it will also works in master branch since there are no big difference in commit logWhy don't you propose a patch with your mods on the original maste branch? In this way it will directly be integrated in omv extras
Sent from my iPhone using Tapatalk
-
I adapt omv-letsencrypt to OMV 3.0.26
I made a pull requests
before accepted, anyone who interested can test my omv-letsencrpyt which is adapted to 3.0.26https://github.com/luxflow/openmediavault-letsencrypt
How to use?
apt-get install debhelper
git clone https://github.com/luxflow/openmediavault-letsencrypt
cd openmediavault-letsencrypt
debian/rules binary
dpkg -i ../openmediavault-letsencrypt_2.4_all.deb
apt-get install -fCorrect me if I'm Wong but it is compatible with the latest version of omv as well.
Sent from my iPhone using Tapatalk
-
Hello guys,
So i planned a daily backup using the backup plugin. What i've noticed is that it makes a duplicate of my filesystem / in the specified backup folder. My question is how can i restore the backup to a SSD that i want to use instead of my current disk that holds /
-
You didn't pick one of my options. I still don't know what you mean by "disk". Here is a the post explaining how the plugin works and how to restore. It isn't easy.
My bad, i was meaning restore to a hard drive.
-
Burn to a disk in the eventuality the is disk gets broken.
-
Thank you!
-
If you install openmediavault-backup (from omv-extras), you can use the command: omv-mkconf backup in a scheduled job (within OMV's web interface) to backup the system drive (rsync files to data drive and makes a copy of mbr and partition table).
I See that the backup is incremental, witch is great. But how can I burn it to a disk?
-
Lovely, thank you!
-
Yes you are right mdadm is a way better options.
How can I backup my boot partition / using cron tab? Is there a plugin for this? -
Well the b120i is very different than your pcix card. This is integrated on the mb, and the communication with the chip is done through ahci. That's why I see the drivers.
-
I think the correct behavior would have been to see only one volume the raid5 one. Anyway if I check the access type for the volumes it is ahci.
-
yes of course, and it seems 4 independent volumes despite that i've setup only 1 raid 5 volume though hp management interface.
-
i've tried to install the driver that i've posted a couple of posts back and i get the error regarding the kernel missing some include files.