Re: kickstart installation - DNF error in POSTIN scriplet of flatpak-selinux

2020-04-13 Thread Sreyan Chakravarty
I was talking about these : dracut: No '/dev/log' or 'logger' included for syslog logging dracut-install: ERROR: installing 'sr_mod' dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.YxAPo1/initramfs --kerneldir /lib/modules/5.3.7-301.fc31.x86_64/ -m sr_mod sd_mod ide_cd cdrom =at

Re: kickstart installation - DNF error in POSTIN scriplet of flatpak-selinux

2020-04-13 Thread Samuel Sieb
On 4/12/20 11:59 PM, Sreyan Chakravarty wrote: I was talking about these : dracut: No '/dev/log' or 'logger' included for syslog logging dracut-install: ERROR: installing 'sr_mod' dracut: FAILED:  /usr/lib/dracut/dracut-install -D /var/tmp/dracut.YxAPo1/initramfs --kerneldir /lib/modules/5.3.7

Email notification sound -

2020-04-13 Thread Bob Goodwin
Something has changed in the last few days to cause the Thunderbird email notification sound to stop. Normally the preferences play button will test the tone but it now remains silent. I this unique to my system? Any ideas? This an up to date Fedora 31, with whatever Thunderbird was provided

SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
I have just configured a 8GB swap file on my Fedora 31 laptop. But it seems that SELinux is blocking access to the swap file. SELinux is preventing systemd-sleep from read access on the file fedora.swap. * Plugin catchall (100. confidence) suggests ** If you believe

Re: kickstart installation - DNF error in POSTIN scriplet of flatpak-selinux

2020-04-13 Thread Sreyan Chakravarty
Thank fully that did not cause any problems. I could fully install my system. On Mon, Apr 13, 2020 at 1:58 PM Samuel Sieb wrote: > On 4/12/20 11:59 PM, Sreyan Chakravarty wrote: > > I was talking about these : > > > > dracut: No '/dev/log' or 'logger' included for syslog logging > > dracut-insta

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
Look like is an existing bug: https://bugzilla.redhat.com/show_bug.cgi?id=1797543 In SELinux are there any ways of adding domains ? On Mon, Apr 13, 2020 at 10:21 PM Sreyan Chakravarty wrote: > I have just configured a 8GB swap file on my Fedora 31 laptop. But it > seems that SELinux is blocking

Desktop files in F31

2020-04-13 Thread Greg Woods
I just had to replace the SSD in my laptop, which for reasons that would deserve a discussion thread of their own, I ended up having to do a complete reinstall. Then I restored all my home directory files. So what I have is a clean F31, but my own account from the old F30 system was restored. I am

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
Is there no way to hibernate using SELinux Enforcing ?? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-

Re: SELinux is blocking hibernate

2020-04-13 Thread sixpack13
On 13.04.20 19:00, Sreyan Chakravarty wrote: You can generate a local policy module to allow this access. Do allow this access for now by executing: # ausearch -c 'systemd-sleep' --raw | audit2allow -M my-systemdsleep # semodule -X 300 -i my-systemdsleep.pp ... and

Re: SELinux is blocking hibernate

2020-04-13 Thread Zdenek Pytela
On Mon, Apr 13, 2020 at 6:56 PM Sreyan Chakravarty wrote: > I have just configured a 8GB swap file on my Fedora 31 laptop. But it > seems that SELinux is blocking access to the swap file. > > SELinux is preventing systemd-sleep from read access on the file > fedora.swap. > > * Plugin catchal

Re: SELinux is blocking hibernate

2020-04-13 Thread Joe Zeff
On 04/13/2020 11:57 AM, Zdenek Pytela wrote: I don't know a whole lot about SELinux, do I have to add a label or something? The message from the troubleshooter suggests that you run two commands to get around the issue until it's fixed. Just follow them and you'll be OK. ___

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
I saw a pull request in the comments of the bug, did that solve the problem? On Mon, Apr 13, 2020 at 11:29 PM Zdenek Pytela wrote: > > > On Mon, Apr 13, 2020 at 6:56 PM Sreyan Chakravarty > wrote: > >> I have just configured a 8GB swap file on my Fedora 31 laptop. But it >> seems that SELinux i

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
Could you please explain what: (allow init_t swapfile_t (file (getattr open read ioctl lock))) is doing ? Am I suppose to paste the above as is in the file ? is swapfile_t the name of my swap file or is it a SELinux attribute ? On Mon, Apr 13, 2020 at 11:29 PM Zdenek Pytela wrote: > > > On Mon

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
Can you please explain what they are doing, I don't know anything about SELinux. Also how do I reverse the commands once the bug is fixed in upstream ? On Mon, Apr 13, 2020 at 11:39 PM Joe Zeff wrote: > On 04/13/2020 11:57 AM, Zdenek Pytela wrote: > > I don't know a whole lot about SELinux, do

Re: SELinux is blocking hibernate

2020-04-13 Thread Sreyan Chakravarty
Edit: > The message from the troubleshooter suggests that you run two commands > to get around the issue until it's fixed. Just follow them and you'll > be OK. Can you please explain what they are doing, I don't know anything about SELinux. Also how do I reverse the commands once the bug is fixe

Re: SELinux is blocking hibernate

2020-04-13 Thread Joe Zeff
On 04/13/2020 12:20 PM, Sreyan Chakravarty wrote: Can you please explain what they are doing, I don't know anything about SELinux. Good question. The first command creates an exception for SELinux that allows your system to work until the bug is fixed and the second one installs it. I'm n

Re: SELinux is blocking hibernate

2020-04-13 Thread Zdenek Pytela
On Mon, Apr 13, 2020 at 8:23 PM Sreyan Chakravarty wrote: > Edit: > > The message from the troubleshooter suggests that you run two commands > > to get around the issue until it's fixed. Just follow them and you'll > > be OK. > > Can you please explain what they are doing, I don't know anything

Re: device names

2020-04-13 Thread Tom H
On Sun, Apr 12, 2020 Roberto Ragusa wrote: > On 2020-04-10 20:53, Jack Craig wrote: >> on F30, i would like to swap enp4s0 to eth0. >> >> outside the network ifcfg* files, any other place(file) to update? > > Having a proper ifcfg*, including the HWADDR MAC address used to be > enough (but be su

fedora website -- firewall config/setup

2020-04-13 Thread bruce
Hi. Forgive me! I'm setting up a test webserver/system, and I'm trying to make sure I get the firewall stuff setup correctly. Actually, I'm trying to make sure the firewall/selinux is all setup correctly. For the firewall, I'm trying to find example/samples of what the firewall cmds/services/port

Re: device names

2020-04-13 Thread Tom H
On Sun, Apr 12, 2020 Tom Horsley wrote: > On Sun, 12 Apr 2020 Jack Craig wrote: >> further reading of some RH portal docs, i decided my notion was an >> unacceptable step backward in techs stream of forward progress. > > I consider the "improvement" a step backwards. Certainly for > a desktop sy

Re: device names

2020-04-13 Thread Tom Horsley
On Tue, 14 Apr 2020 00:26:28 +0200 Tom H wrote: > The improvement's when you have a multiple NICs Right, but they should have special cased a single NIC system and just left the name eth0, would have avoided vast amounts of trouble for people with common desktops that only have a single NIC.

Re: Desktop files in F31

2020-04-13 Thread Samuel Sieb
On 4/13/20 10:00 AM, Greg Woods wrote: The problem I have is with Desktop files (in ~/Desktop). First I didn't see them at all, then found with some Googling that I needed to turn off display of the Trash icon, which now allows me to see the Desktop files. There are two issues: 1) The desktop

Re: Desktop files in F31

2020-04-13 Thread Samuel Sieb
On 4/13/20 10:00 AM, Greg Woods wrote: 2) When I double click one, the Exec=command is executed, but it also opens a full-screen window that I figured out is "gnome-games". I left out an important part of the last email. Unless you're using that application, uninstalling it should resolve the

Re: device names

2020-04-13 Thread Joe Zeff
On 04/13/2020 04:43 PM, Tom Horsley wrote: Right, but they should have special cased a single NIC system and just left the name eth0, would have avoided vast amounts of trouble for people with common desktops that only have a single NIC. +1 Informative __

Re: Desktop files in F31

2020-04-13 Thread Greg Woods
On Mon, Apr 13, 2020 at 4:47 PM Samuel Sieb wrote > > .desktop files are not really supported any more as things to see or > click on. I guess I didn't realize that, since there is still an installable extension for turning them on and off. > They are intended to be started through the Gnome

Re: Desktop files in F31

2020-04-13 Thread Samuel Sieb
On 4/13/20 5:44 PM, Greg Woods wrote: On Mon, Apr 13, 2020 at 4:47 PM Samuel Sieb > wrote .desktop files are not really supported any more as things to see or click on. I guess I didn't realize that, since there is still an installable extension for turning the

Re: fedora website -- firewall config/setup

2020-04-13 Thread Samuel Sieb
On 4/13/20 2:28 PM, bruce wrote: For the firewall, I'm trying to find example/samples of what the firewall cmds/services/ports should be to lock the system down. I've seen different sites that say different things, so I figured I'd ask here as well. For a normal web server, you only have port

Re: device names

2020-04-13 Thread Tim via users
On Tue, 2020-04-14 at 00:26 +0200, Tom H wrote: > The improvement's when you have a multiple NICs and swap one out. You > no longer have to edit "/etc/udev/rules.d/.rules" in order > to have the swapped-in NIC keep the name of the swapped-out NIC. My understanding of how the device names were gene

how to reconfigure gnome from scratch

2020-04-13 Thread Jon LaBadie
I've been using mate as my DM on Fedora for years. For about the same number of I've been unable to login to a gnome session. I've go no need except curiosity. But everytime I select gnome (Xorg, classic, Wayland, ...) the screen blanks and I get a full screen literally saying "Opps, something we