Re: thunderbird locks up

2016-06-10 Thread Maikel van Leeuwen
Hey, I have the same situation, but then on a Debian workstation. Especially when Thunderbird has big maildir's. My solution is the following: icedove clean cache: cd /home/maikel/.icedove <-- first find your thunderbird dir. find . -name "*.msf" -exec rm -rf {} \; This will delete the caching

Re: Fedora 23 (4.4.9-300.fc23) ZFS problem after reboot

2016-05-31 Thread Maikel van Leeuwen
On 06/01/2016 03:42 AM, Corey 'linuxmodder' Sheldon wrote: > On 05/31/2016 07:07 AM, Tom H wrote: >> On Tue, May 31, 2016 at 12:42 PM, Maikel van Leeuwen >> wrote: >>> Yesterday I upgraded a Fedora server to 4.4.9-300.fc23.x86_64, after >>> the reb

Fedora 23 (4.4.9-300.fc23) ZFS problem after reboot

2016-05-31 Thread Maikel van Leeuwen
Yesterday I upgraded a Fedora server to 4.4.9-300.fc23.x86_64, after the reboot all my ZFS pools where gone. After some fiddling and testing I created these set of steps to solve the problem: dnf remove zfs dnf install zfs modprobe zfs zpool import zpool import -D zpool import raid1 zfs mount -a

Re: zfs module not loaded on fedora 23

2016-02-10 Thread Maikel van Leeuwen
Hey all, I ran in the same problem. I removed the ZFS repo of ZFS itself. I installed the Fedora version, after that the ZFS pool was unable to be mounted (something with dependencies of features). I then proceeded to remove everything of ZFS on my system and installed again the ZFS repository.

Re: SELINUX and html

2016-02-04 Thread Maikel van Leeuwen
Hey, First of all, please watch the SElinux video's on youtube from Sander van der Vught: Introduction https://www.youtube.com/watch?v=tXNr3gO … _Zzki2BT_ Then read: https://www.centos.org/docs/5/html/Depl … ntr