Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Samuel Sieb
On 11/12/18 1:59 PM, Rick Stevens wrote: On 11/12/18 1:37 PM, Stephen Morris wrote: Looking at failed messages in journalctl I noticed the following messages: Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: Failed to execute command: No such file or directory Fir

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Samuel Sieb
On 11/12/18 1:37 PM, Stephen Morris wrote: sudo systemctl disable openrazer-daemon.service --user Failed to connect to bus: No such file or directory It's a user service, so don't use "sudo". Given the above how do I stop systemd from trying to start the unneeded service? The previous comma

Re: VPN Interface not Remaining Active With Firewall?

2018-11-12 Thread Samuel Sieb
On 11/6/18 1:43 PM, Stephen Morris wrote:     When I start one of the two vpn definitions, that have been in networkmanager for years and used to work fine (I haven't used them in quite a while), it starts and I get a pop-up message saying that interface tun0 has been activated in the firewall

Re: How do I start geoclue as a user?

2018-11-12 Thread Ed Greshko
On 11/13/18 10:25 AM, ToddAndMargo via users wrote: > Works perfectly. > > And my black background error is gone too Good I only use Xfce in VM's for testing purposes and always do fresh installs. I don't know if the version of Xfce changed from F28 to F29, but when KDE went from KDE3 to K

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/11/18 11:48 PM, Samuel Sieb wrote: On 11/11/18 3:07 PM, ToddAndMargo via users wrote: On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM, ToddAndMargo via users wrote: Redshift does give me that prompt, them I get a message that there was a permission issue with geoclue2 Wha

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/12/18 5:51 PM, ToddAndMargo via users wrote: On 11/12/18 4:06 AM, Ed Greshko wrote: On 11/12/18 7:14 PM, ToddAndMargo via users wrote: On 11/11/18 3:36 PM, Ed Greshko wrote: On 11/12/18 7:07 AM, ToddAndMargo via users wrote: On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM,

Re: How do I start geoclue as a user?

2018-11-12 Thread Ed Greshko
On 11/13/18 9:51 AM, ToddAndMargo via users wrote: >> Well, I created a user also with 500:100 on an F29 system with Xfce as the  >> DE.  No problem >> to run redshift. >> >> redshift-1.12-2.fc29.x86_64 >> geoclue2-2.4.13-1.fc29.x86_64 >> >> Your versions? >> > > > $ rpm -qa redshift > redshift-1.1

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/12/18 4:06 AM, Ed Greshko wrote: On 11/12/18 7:14 PM, ToddAndMargo via users wrote: On 11/11/18 3:36 PM, Ed Greshko wrote: On 11/12/18 7:07 AM, ToddAndMargo via users wrote: On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM, ToddAndMargo via users wrote: Redshift does give

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/11/18 3:44 PM, Joe Zeff wrote: On 11/11/2018 04:07 PM, ToddAndMargo via users wrote: On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM, ToddAndMargo via users wrote: Redshift does give me that prompt, them I get a message that there was a permission issue with geoclue2 What

Re: Xfce 4.13 took it on the chin in FC29

2018-11-12 Thread Ed Greshko
On 11/13/18 1:00 AM, ToddAndMargo via users wrote: > > Figured it out. > > Feedback from Xfce is that this is a know bug in GTK3: > https://forum.xfce.org/viewtopic.php?pid=50258#p50258 > >   This is a bug in GTK3: https://gitlab.gnome.org/GNOME/gtk/issues/1371 > >   In Xfce it can be fixed

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Patrick O'Callaghan
On Mon, 2018-11-12 at 18:30 +0100, Jon Ingason wrote: > Den 2018-11-12 kl. 09:48, skrev Patrick O'Callaghan: > > On Sun, 2018-11-11 at 15:30 -0700, stan wrote: > > > On Sun, 11 Nov 2018 22:09:33 + > > > Patrick O'Callaghan wrote: > > > > > > > I suspect his English was already pretty good bef

Re: Where are the ACLs on /dev/usb devices specified?

2018-11-12 Thread Tom Horsley
On Mon, 12 Nov 2018 17:16:10 -0500 Sam Varshavchik wrote: > At least not until someone goes ahead and implements something that > preserves existing /dev ownership and permission before shutting down, and > restoring it at the next boot. That will never happen, of course, for the > very prec

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Tom Horsley
> Given the above how do I stop systemd from trying to start the unneeded > service? I went on a long drawn out quest to find this and wrote it up here: https://tomhorsley.com/game/punch.html#User%20Daemons ___ users mailing list -- users@lists.fedorap

Re: grub menu

2018-11-12 Thread Tom Horsley
On Tue, 13 Nov 2018 07:30:05 +1100 Stephen Morris wrote: > I would be > questioning where that timeout code in grub.cfg came from Brand new in fedora 29 (possibly only if you install from scratch, not upgrade). ___ users mailing list -- users@lists.fed

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Joe Zeff
On 11/12/2018 02:37 PM, Stephen Morris wrote: Given the above how do I stop systemd from trying to start the unneeded service? Try this: systemctl list-unit-files | grep openr This will work as long as the service's name has openr somewhere. ___ u

Re: Where are the ACLs on /dev/usb devices specified?

2018-11-12 Thread Sam Varshavchik
Stephen Morris writes: On 12/11/18 4:10 pm, Sam Varshavchik wrote: I don't know about ACLs, but how about: setfacl -m u:nut:rw /dev/bus/usb/006/001 from `man setfacl` That'll work until the next reboot, when everything gets reset. Just my two cents worth, from my usage of setfacl agains

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Rick Stevens
On 11/12/18 1:37 PM, Stephen Morris wrote: > Hi, > > Looking at failed messages in journalctl I noticed the following messages: > > > Nov 13 06:47:12 localhost.localdomain systemd[2393]: > openrazer-daemon.service: Failed to execute command: No such file or > directory > Nov 13 06:47:12 localhos

Re: VPN Interface not Remaining Active With Firewall?

2018-11-12 Thread Ed Greshko
On 11/13/18 4:49 AM, Stephen Morris wrote: > So given all this, when searching journalctl for boot messages across > particular > datetime ranges, how do you find them when the timestamps in > the journals are blatantly wrong, potentially up until the desktop loads? I don't know.  I've not had th

Re: [SOLVED] FSTRIM Service Failing at Boot Time

2018-11-12 Thread Stephen Morris
On 30/10/18 7:55 am, Stephen Morris wrote: On 29/10/18 11:20 am, Chris Murphy wrote: On Sun, Oct 28, 2018 at 3:23 PM, Stephen Morris wrote: Hi, I've just noticed that at boot time that the FSTRIM service is registering a failure. The failure seems to be because it is trying to trim two

How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Stephen Morris
Hi, Looking at failed messages in journalctl I noticed the following messages: Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: Failed to execute command: No such file or directory Nov 13 06:47:12 localhost.localdomain systemd[2393]: openrazer-daemon.service: Fa

Re: VPN Interface not Remaining Active With Firewall?

2018-11-12 Thread Rick Stevens
On 11/12/18 12:49 PM, Stephen Morris wrote: > On 9/11/18 8:28 pm, Patrick O'Callaghan wrote: >> On Fri, 2018-11-09 at 00:08 +, Rick Stevens wrote: >>> On 11/8/18 2:41 PM, Patrick O'Callaghan wrote: On Fri, 2018-11-09 at 08:02 +1100, Stephen Morris wrote: > how is linux using GMT when e

Re: Network Manager not Retaining Wifi Password

2018-11-12 Thread Ed Greshko
On 11/13/18 4:56 AM, Stephen Morris wrote: > On 7/11/18 8:26 am, Stephen Morris wrote: >> On 1/10/18 7:35 am, Stephen Morris wrote: >>> On 29/9/18 1:25 am, Ed Greshko wrote: On 9/28/18 11:49 AM, Stephen Morris wrote: > I switched my wife definition in networkmanager back to "Store password

Re: Network Manager not Retaining Wifi Password

2018-11-12 Thread Stephen Morris
On 7/11/18 8:26 am, Stephen Morris wrote: On 1/10/18 7:35 am, Stephen Morris wrote: On 29/9/18 1:25 am, Ed Greshko wrote: On 9/28/18 11:49 AM, Stephen Morris wrote: I switched my wife definition in networkmanager back to "Store password for this user only (encrypted)" and that put a uuid entry

Re: VPN Interface not Remaining Active With Firewall?

2018-11-12 Thread Stephen Morris
On 9/11/18 8:28 pm, Patrick O'Callaghan wrote: On Fri, 2018-11-09 at 00:08 +, Rick Stevens wrote: On 11/8/18 2:41 PM, Patrick O'Callaghan wrote: On Fri, 2018-11-09 at 08:02 +1100, Stephen Morris wrote: how is linux using GMT when everything is running local. All Unix-based or Unix-derived

Re: grub menu

2018-11-12 Thread Stephen Morris
On 13/11/18 3:26 am, Tom H wrote: On Mon, Nov 12, 2018 at 3:05 PM Tom Horsley wrote: If I edit the grub.cfg file and replace this absurd chunk of gibberish: if [ x$feature_timeout_style = xy ] ; then if [ "${menu_show_once}" ]; then unset menu_show_once save_env menu_show_once

Re: Where are the ACLs on /dev/usb devices specified?

2018-11-12 Thread Stephen Morris
On 12/11/18 4:10 pm, Sam Varshavchik wrote: Tony Nelson writes: On 18-11-11 18:43:45, Sam Varshavchik wrote: I'm trying to get NUT running. It fails to start because it setuids itself to the nut user and then attempts to open the USB device node, /dev/bus/usb/006/001 This fails with EACCESS b

Re: How do I start geoclue as a user?

2018-11-12 Thread Ed Greshko
On 11/13/18 1:41 AM, Joe Zeff wrote: > Yes, of course I am. Odd.  I'm not the one having any issues. -- Fedora Users - The place to go to beat OT dead horses :-) :-) ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email t

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Joe Zeff
On 11/12/2018 11:21 AM, Greg Woods wrote: On Mon, Nov 12, 2018 at 8:10 AM stan > wrote: On Mon, 12 Nov 2018 08:48:48 + Patrick O'Callaghan mailto:pocallag...@gmail.com>> wrote: > Linus is Finnish but he grew up in Sweden. I'm pretty sur

Re: grub menu

2018-11-12 Thread Tom H
On Mon, Nov 12, 2018 at 6:55 PM Tom Horsley wrote: > On Mon, 12 Nov 2018 14:30 Markus Schönhaber wrote: >> Tom Horsley, Mon, 12 Nov 2018 08:11:12 wrote: >>> >>> If I edit the grub.cfg file and replace this absurd >>> chunk of gibberish: >> >> Don't edit grub.cfg manually. > > Why not?, that's what

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Greg Woods
On Mon, Nov 12, 2018 at 8:10 AM stan wrote: > On Mon, 12 Nov 2018 08:48:48 + > Patrick O'Callaghan wrote: > > > Linus is Finnish but he grew up in Sweden. > I'm pretty sure it's the opposite. He is of Swedish ancestry but his family lived in Finland. --Greg

Re: Where are the ACLs on /dev/usb devices specified?

2018-11-12 Thread Todd Zullinger
Sam Varshavchik wrote: > P.S. This is really an awesome directory to dump configuration files into: > /usr/lib/udev/rules.d. Apparently, /etc is not good enough, for udev. /etc is fine for local system config files and udev uses them. Rules files from packages are placed in /usr/lib. Having defau

Re: How do I start geoclue as a user?

2018-11-12 Thread Joe Zeff
On 11/12/2018 04:15 AM, ToddAndMargo via users wrote: On 11/11/18 10:05 PM, Joe Zeff wrote: On 11/11/2018 10:49 PM, Ed Greshko wrote: I just verified that that is not a problem since I created a user with UID=500 and redshift worked just fine. Use grep 500 /etc/passwd to see if there's more

Re: How do I start geoclue as a user?

2018-11-12 Thread Joe Zeff
On 11/11/2018 11:46 PM, Ed Greshko wrote: You're not asking me to do that, right? Yes, of course I am. Those numbers are reserved for the system, and some package might be using it. Unlikely, but possible. FWIW, it is rather "hard" to add 2 users with the same UID.  You'd have to know t

Re: Authenticate not working?

2018-11-12 Thread Rick Stevens
On 11/10/18 3:28 PM, Samuel Sieb wrote: > On 11/10/18 2:30 PM, Tom Horsley wrote: >> Brand new fedora 29 install. Brand new user created. >> Logged in to gnome3 session as that user. >> Searched for "users" in the app finder. >> Clicked on the users app it found. >> It pops up a dialog asking me to

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Jon Ingason
Den 2018-11-12 kl. 09:48, skrev Patrick O'Callaghan: > On Sun, 2018-11-11 at 15:30 -0700, stan wrote: >> On Sun, 11 Nov 2018 22:09:33 + >> Patrick O'Callaghan wrote: >> >>> I suspect his English was already pretty good before he left Sweden. >> >> I think you've just upset a lot of Finns. :-)

Re: grub menu

2018-11-12 Thread Tom Horsley
On Mon, 12 Nov 2018 14:30:41 +0100 Markus Schönhaber wrote: > Tom Horsley, Mon, 12 Nov 2018 08:11:12 -0500: > > > If I edit the grub.cfg file and replace this absurd > > chunk of gibberish: > > Don't edit grub.cfg manually. Why not?, that's what "grubby" does when installing a new kernel. The

Re: How to Fix ACPI Error : Namespace lookup failure [CLOSED]

2018-11-12 Thread home user via users
My apologies. My post was meant to be a part of Finn's thread, not start a new thread. I'm marking this thread CLOSED. For further discussion, please use Finn's thread. Bill. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe s

Re: Xfce 4.13 took it on the chin in FC29

2018-11-12 Thread ToddAndMargo via users
On 11/9/18 6:25 PM, ToddAndMargo via users wrote: On 11/7/18 4:14 PM, ToddAndMargo via users wrote: On 11/4/18 10:22 PM, ToddAndMargo via users wrote: On 11/3/18 11:33 AM, ToddAndMargo via users wrote: Hi All, Four machines upgraded to Fedora 29, two to go.  The last two are servers, so they

Re: grub menu

2018-11-12 Thread Hans de Goede
Hi, On Mon, Nov 12, 2018 at 3:05 PM Tom Horsley wrote: If I edit the grub.cfg file and replace this absurd chunk of gibberish: if [ x$feature_timeout_style = xy ] ; then if [ "${menu_show_once}" ]; then unset menu_show_once save_env menu_show_once set timeout_style=menu set

Re: [fedora-arm] Re: no hdmi audio on older tv

2018-11-12 Thread Jiri Vanek
On 11/9/18 11:50 AM, Peter Robinson wrote: > On Fri, Nov 9, 2018 at 8:29 AM Jiri Vanek wrote: >> >> So this is getting more and more funny. >> None of your recommendations helped:(( bwd luck, bad thak you a lto anyway >> for brainstromign. >> >> >> I borrowed one of the hdmi->Vga+jack boxes (I t

Re: grub menu

2018-11-12 Thread Tom H
On Mon, Nov 12, 2018 at 3:05 PM Tom Horsley wrote: > > If I edit the grub.cfg file and replace this absurd > chunk of gibberish: > > if [ x$feature_timeout_style = xy ] ; then > if [ "${menu_show_once}" ]; then > unset menu_show_once > save_env menu_show_once > set timeout_style=menu

Re: I need a data and time clock for my desktop

2018-11-12 Thread home user via users
My apologies. My post was meant to be a part of ToddAndMargo's thread, not start a new thread. In the future, I will try to be more careful to not reply to a digest. The important thing: Todd and Margo, did anything in your original thread or in this thread provide what you want? If Todd a

Re: HTTPD shutting down every night

2018-11-12 Thread Scott van Looy via users
Thanks for this. Certwatch is uninstalled now, it just tells me if any of my certs have expired and as I don’t have any on that box any more it’s kinda pointless :) I’ve removed the stuff to hide the output from the apache restart in logrotate so I’m going to let it run tonight and see if anyth

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread stan
On Mon, 12 Nov 2018 08:48:48 + Patrick O'Callaghan wrote: > Linus is Finnish but he grew up in Sweden. Didn't know that. Learn something new ... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@li

Re: HTTPD shutting down every night

2018-11-12 Thread Andy Blanchard
Of that bunch, autodld (downloading RPMs) and rkhunter (scanning the filesystem, taking checksums, and looking for changes) are both passive, certwatch probably shouldn't be updating certificates every 24 hours (but could do, so worth checking!), and logwatch just parses the existing logfiles - it

Re: HTTPD shutting down every night

2018-11-12 Thread Scott van Looy via users
Still restarting. Today the log reads: [Mon Nov 12 03:54:57.152381 2018] [mpm_event:notice] [pid 9721:tid 140481219127552] AH00492: caught SIGWINCH, shutting down gracefully Checking the cron log: Nov 12 03:54:49 novak run-parts[81241]: (/etc/cron.daily) finished 0logwatch Nov 12 03:54:49 nova

grub menu

2018-11-12 Thread Markus Schönhaber
Tom Horsley, Mon, 12 Nov 2018 08:11:12 -0500: > If I edit the grub.cfg file and replace this absurd > chunk of gibberish: Don't edit grub.cfg manually. > And why isn't there a way to disable the whole > auto hide nonsense? The only thing it appears to be > checking is a serial console, no define

Re: grub menu

2018-11-12 Thread ja
On Mon, 2018-11-12 at 08:11 -0500, Tom Horsley wrote: > If I edit the grub.cfg file and replace this absurd > chunk of gibberish: > > if [ x$feature_timeout_style = xy ] ; then > if [ "${menu_show_once}" ]; then > unset menu_show_once > save_env menu_show_once > set timeout_style=men

grub menu

2018-11-12 Thread Tom Horsley
If I edit the grub.cfg file and replace this absurd chunk of gibberish: if [ x$feature_timeout_style = xy ] ; then if [ "${menu_show_once}" ]; then unset menu_show_once save_env menu_show_once set timeout_style=menu set timeout=60 elif [ "${menu_auto_hide}" -a "${last_boot_ok}"

Re: How do I start geoclue as a user?

2018-11-12 Thread Ed Greshko
On 11/12/18 7:14 PM, ToddAndMargo via users wrote: > On 11/11/18 3:36 PM, Ed Greshko wrote: >> On 11/12/18 7:07 AM, ToddAndMargo via users wrote: >>> On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM, ToddAndMargo via users wrote: > > Redshift does give me that prompt, them

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/11/18 10:05 PM, Joe Zeff wrote: On 11/11/2018 10:49 PM, Ed Greshko wrote: I just verified that that is not a problem since I created a user with UID=500 and redshift worked just fine. Use grep 500 /etc/passwd to see if there's more than one user with that UID.  If there is, it may not

Re: How do I start geoclue as a user?

2018-11-12 Thread ToddAndMargo via users
On 11/11/18 3:36 PM, Ed Greshko wrote: On 11/12/18 7:07 AM, ToddAndMargo via users wrote: On 11/10/18 11:04 PM, Joe Zeff wrote: On 11/10/2018 11:30 PM, ToddAndMargo via users wrote: Redshift does give me that prompt, them I get a message that there was a permission issue with geoclue2 What

Re: Cleaning up /etc/yum.repos.d

2018-11-12 Thread Patrick O'Callaghan
On Sun, 2018-11-11 at 13:27 -0800, Samuel Sieb wrote: > On 11/11/18 2:37 AM, Patrick O'Callaghan wrote: > > On Sat, 2018-11-10 at 15:27 -0800, Samuel Sieb wrote: > > > I would suggest just disabling them if it bothers you that much. If you > > > remove them, they will get restored the next time th

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Patrick O'Callaghan
On Sun, 2018-11-11 at 13:56 -0700, home user via users wrote: > > Whenever I boot up my PC I'm getting this error > > `sudo dmesg` > > > >[ 12.432182] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] > > Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359) > >

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Patrick O'Callaghan
On Sun, 2018-11-11 at 15:30 -0700, stan wrote: > On Sun, 11 Nov 2018 22:09:33 + > Patrick O'Callaghan wrote: > > > I suspect his English was already pretty good before he left Sweden. > > I think you've just upset a lot of Finns. :-) Linus is Finnish but he grew up in Sweden. poc