Re: How to cleanly stop and restart firewalld?

2015-06-16 Thread Tahir Hafiz
If you do a systemctl status -l firewalld after starting up again that should you the errors it has from starting up (the log lines would be from journald itself). But as suggested earlier the --panic-on --panic-off flags seem really cool. --state, flag will show you if firewalld is running or no

Re: selinux problem 'popup'

2015-06-16 Thread Tahir Hafiz
If you do a sealert -a /var/log/audit/audit.log That should output what SELinux policy was infringed. SELinux logs to /var/log/audit/audit.log grep AVC /var/log/audit/audit.log is another way to parse the log file for SELinux comments. Cheers, Tahir On Tue, Jun 16, 2015 at 10:27 PM, Martin Ci

Re: Duplicate words | uniq\sort?

2014-02-16 Thread Tahir Hafiz
Hi Frank, I just created a quick test file and sort -u didn't quite work for me (technically it should do what you are asking) but then I realised that I had invisible spaces after some of the words and so they were not deemed uniquely different by the system. Perhaps you are having the same issue

Re: /var/lib

2013-03-11 Thread Tahir Hafiz
Hi Patrick, How did you remove that directory? I think if you removed it via the GUI then it should still be in the wastebasket. If you did rm -rf /var/lib/ then I am not sure you can bring it back! Kind regards, Tahir On Mon, Mar 11, 2013 at 1:18 PM, Patrick Dupre < patrick.du...@univ-littora