On 06/05/17 21:30, Walter H. wrote:

Sorry....  It is late in my part of the world and I didn't scroll down
far enough...

> e.g.
> my older mail server shows this when I restart postfix
>
> [root@mail ~]# service postfix restart
> Shutting down postfix:                                     [  OK  ]
> Starting postfix:                                          [  OK  ]
> [root@mail ~]#
>
> fedora only this:
>
> [root@fedora ~]# systemctl restart postfix
> [root@fedora ~]#

Right.  No output indicates the restart, or start, was a success.  You
can always double check with
systemctl status postfix

>
>
>> You may also want to check to see if you have any errors reported in you
>> ~/.vnc directory.
>>
> nothing usefull ...
>
> how can I connect using desktop share?
>
> https://docs.fedoraproject.org/en-US/Fedora/14/html/User_Guide/sect-User_Guide-Sharing_your_desktop-KDE.html
>
> (this seems to be stable but, what is it really as the clock at bottom
> right shows a different time of more than 5 minutes) 

That is documentation from F14 and is way out of date.

Again, late hour, I should have also mentioned that the AVC messages are
held in /var/log/audit/audit.log

You can grep on type=AVC in the file to see if you're getting the errors
that I noted.  I fixed it by following the troubleshooting advice of the
seapplet.  I had to run, as root,

 ausearch -c 'systemd' --raw | audit2allow -M my-systemd
 semodule -X 300 -i my-systemd.pp

a couple of times since there were 2 distinct AVC's   A deny on unlink
and a deny on open.


-- 
Fedora Users List - The place to go to speculate endlessly
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to