# cat /etc/lvm/lvm.conf | grep filter | grep -v "#" filter = [ "a/sd[a-e][1-9]$/", "r/sd.*/","r/disk.*/", "a/emcpower.*/"]
Archives
All posts by Carlos Villabrille
They are used by the quota management tool. Of course if you don’t use quotas that’s fine.
Now back to the permanent solution, now that we know which options work add this line
OMV_FSTAB_MNTOPS_EXT4=”defaults,nofail,user_xattr,noexec,jqfmt=vfsv0″
at the end of this file /etc/default/openmediavault the restart engined service openmediavault-engined restart
And proceed to mount in the webui
If you receive an error for pvscsi about no modules found after upgrading the kernel.
# /sbin/mkinitrd -v -f /boot/initrd-2.6.18-417.el5-2.img 2.6.18-417.el5
Creating initramfs
Modulefile is /etc/modprobe.conf
Looking for deps of module ehci-hcd
Looking for deps of module ohci-hcd
Looking for deps of module uhci-hcd
Looking for deps of module ext3: jbd
Looking for deps of module jbd
Looking for driver for device sda2
Looking for deps of module pci:v000015ADd000007C0sv000015ADsd000007C0bc01sc07i00
Looking Read more...
ssh export DISPLAY error X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Running xterm over SSH with a DISPLAY parameter correctly set can show an error for the Drawable.
# xterm X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 55 (X_CreateGC) Resource id in failed request: 0x5a Serial number of failed request: 3 Current serial number in output stream: 4
To solve it add or uncoment in ssh_config
ForwardX11 yes ForwardX11Trusted yes
And restart the SSHD service.
# ls | grep -o '[^ ]*[A-Z][^ ]*'