Re: bind-chroot not duplicating my forward and reverse tables

2021-06-29 Thread ToddAndMargo via users
On 6/29/21 8:10 PM, ToddAndMargo via users wrote: 0) backup your zone tables (3+), named.confg. named.root.key files 0) backup your zone tables (3+), named.config, named.root.key, named.local files ___ users mailing list -- users@lists.fedoraproje

Re: bind-chroot not duplicating my forward and reverse tables

2021-06-29 Thread ToddAndMargo via users
On 6/29/21 7:00 PM, ToddAndMargo via users wrote: On 6/29/21 5:07 PM, Ed Greshko wrote: On 28/06/2021 10:26, ToddAndMargo via users wrote: On 6/27/21 7:13 PM, Ed Greshko wrote: On 28/06/2021 10:07, ToddAndMargo via users wrote: On 6/27/21 6:47 PM, Ed Greshko wrote: On 28/06/2021 09:44, Ed Gr

Re: bind-chroot not duplicating my forward and reverse tables

2021-06-29 Thread Ed Greshko
On 30/06/2021 10:00, ToddAndMargo via users wrote: On 6/29/21 5:07 PM, Ed Greshko wrote: On 28/06/2021 10:26, ToddAndMargo via users wrote: On 6/27/21 7:13 PM, Ed Greshko wrote: On 28/06/2021 10:07, ToddAndMargo via users wrote: On 6/27/21 6:47 PM, Ed Greshko wrote: On 28/06/2021 09:44, Ed G

Re: bind-chroot not duplicating my forward and reverse tables

2021-06-29 Thread ToddAndMargo via users
On 6/29/21 5:07 PM, Ed Greshko wrote: On 28/06/2021 10:26, ToddAndMargo via users wrote: On 6/27/21 7:13 PM, Ed Greshko wrote: On 28/06/2021 10:07, ToddAndMargo via users wrote: On 6/27/21 6:47 PM, Ed Greshko wrote: On 28/06/2021 09:44, Ed Greshko wrote: and [root@f33k ~]# ls -i /var/nam

Re: Creating a user-level systemd unit

2021-06-29 Thread C Linus Hicks
On Tue, 2021-06-29 at 22:22 +0100, Patrick O'Callaghan wrote: > On Tue, 2021-06-29 at 13:00 -0600, Joe Zeff wrote: > > On 6/29/21 12:37 PM, Patrick O'Callaghan wrote: > > > This is the entire script: > > > > > > $ ls -l bin/start-insync > > > -rwxrwxr-x. 1 poc poc 33 Jun 13 23:00 bin/start-insync

Re: Creating a user-level systemd unit

2021-06-29 Thread Ed Greshko
On 30/06/2021 05:22, Patrick O'Callaghan wrote: On Tue, 2021-06-29 at 13:00 -0600, Joe Zeff wrote: On 6/29/21 12:37 PM, Patrick O'Callaghan wrote: This is the entire script: $ ls -l bin/start-insync -rwxrwxr-x. 1 poc poc 33 Jun 13 23:00 bin/start-insync $ cat bin/start-insync #!/bin/sh insync

Re: bind-chroot not duplicating my forward and reverse tables

2021-06-29 Thread Ed Greshko
On 28/06/2021 10:26, ToddAndMargo via users wrote: On 6/27/21 7:13 PM, Ed Greshko wrote: On 28/06/2021 10:07, ToddAndMargo via users wrote: On 6/27/21 6:47 PM, Ed Greshko wrote: On 28/06/2021 09:44, Ed Greshko wrote: and [root@f33k ~]# ls -i /var/named/chroot/var/named/slaves/ /var/named/

Re: f keys and pasting

2021-06-29 Thread ToddAndMargo via users
On 6/29/21 3:53 PM, ToddAndMargo via users wrote: Hi All, Fedora 34 Is there a way to program my F keys to paste text when I press them? Many thanks, -T I meant to say preloaded text of my own choosing ___ users mailing list -- users@lists.fedorapr

f keys and pasting

2021-06-29 Thread ToddAndMargo via users
Hi All, Fedora 34 Is there a way to program my F keys to paste text when I press them? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Xscreensaver daemon does not start on boot after last update

2021-06-29 Thread Terry Polzin
Also resolved by installing xfce4-screensaver On Tue, Jun 29, 2021 at 4:14 PM Joe Zeff wrote: > On 6/29/21 1:23 PM, Terry Polzin wrote: > > I'm running XFCE > > In Xfce, open your main menu, go to Applications->Settings->Session and > Startup and open the tab for Application Autostart. If Xscre

Re: Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
On Tue, 2021-06-29 at 13:00 -0600, Joe Zeff wrote: > On 6/29/21 12:37 PM, Patrick O'Callaghan wrote: > > This is the entire script: > > > > $ ls -l bin/start-insync > > -rwxrwxr-x. 1 poc poc 33 Jun 13 23:00 bin/start-insync > > $ cat bin/start-insync > > #!/bin/sh > > > > insync-headless start >

Re: Xscreensaver daemon does not start on boot after last update

2021-06-29 Thread Joe Zeff
On 6/29/21 1:23 PM, Terry Polzin wrote: I'm running XFCE In Xfce, open your main menu, go to Applications->Settings->Session and Startup and open the tab for Application Autostart. If Xscreensaver isn't already listed, add it and set it to be triggered by login. If it's listed but not chec

Re: Xscreensaver daemon does not start on boot after last update

2021-06-29 Thread Terry Polzin
I'm running XFCE On Tue, Jun 29, 2021 at 3:00 PM Jonathan Billings wrote: > On Tue, Jun 29, 2021 at 11:05:39AM -0400, Terry Polzin wrote: > > > > It seems I have to start it manually. It's not part of systemd > > > > systemctl enable xscreensaver > > Failed to enable unit: Unit file xscreensave

Re: Creating a user-level systemd unit

2021-06-29 Thread Joe Zeff
On 6/29/21 12:37 PM, Patrick O'Callaghan wrote: This is the entire script: $ ls -l bin/start-insync -rwxrwxr-x. 1 poc poc 33 Jun 13 23:00 bin/start-insync $ cat bin/start-insync #!/bin/sh insync-headless start Have you tried including the path to insync-headless in the script? ___

Re: Xscreensaver daemon does not start on boot after last update

2021-06-29 Thread Jonathan Billings
On Tue, Jun 29, 2021 at 11:05:39AM -0400, Terry Polzin wrote: > > It seems I have to start it manually. It's not part of systemd > > systemctl enable xscreensaver > Failed to enable unit: Unit file xscreensaver.service does not exist. Xscreensaver doesn't have a systemd unit, and it certainly sh

Re: Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
On Tue, 2021-06-29 at 21:28 +0800, Qiyu Yan wrote: > 在 2021-06-29星期二的 12:42 +0100,Patrick O'Callaghan写道: > > I'm trying to get a specific service to start on login, and the > > usual > > method (KDE Autostart) isn't working so I'm trying to do it with a > > systemd unit: > > How is that not workin

Re: Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
On Tue, 2021-06-29 at 08:00 -0400, Jonathan Billings wrote: > On Jun 29, 2021, at 07:43, Patrick O'Callaghan > wrote: > > > > and tried to enable it: > > > >   $ sudo systemctl enable startinsync > >   Failed to enable unit: Unit file startinsync.service does not > > exist. > > It is a user sys

Re: Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
On Tue, 2021-06-29 at 04:52 -0700, Samuel Sieb wrote: > On 6/29/21 4:42 AM, Patrick O'Callaghan wrote: > > The docs say that the place to put the unit file is given by: > > > >     $ pkg-config systemd --variable=systemduserunitdir > >     /usr/lib/systemd/user > > The better place for units that

Re: Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
On Tue, 2021-06-29 at 19:48 +0800, Ed Greshko wrote: > On 29/06/2021 19:42, Patrick O'Callaghan wrote: > > I'm trying to get a specific service to start on login, and the > > usual > > method (KDE Autostart) isn't working so I'm trying to do it with a > > systemd unit: > > > >     $ cat startinsyn

Re: DNF not Installing all Updates?

2021-06-29 Thread Qiyu Yan
在 2021-06-27星期日的 18:31 +1000,Stephen Morris写道: > there was 628 MB of F34 Platform > updates to put on It can be something from flatpak, which is not managed by dnf. -- Qiyu Yan GPG keyid: 0x4FC914F065F2DF12 About: https://fedoraproject.org/wiki/User:Yanqiyu signature.asc Description: This i

Re: slow startup process and dmesg times

2021-06-29 Thread Qiyu Yan
在 2021-06-28星期一的 21:20 -0500,Anil F Duggirala写道: > Could you tell me how I would go about disabling the > NetworkManager-wait-online.service ? sudo systemctl disable NetworkManager-wait-online.service This should not cause any problem unless some services needs network to be accessible. -- Qiyu

Xscreensaver daemon does not start on boot after last update

2021-06-29 Thread Terry Polzin
It seems I have to start it manually. It's not part of systemd systemctl enable xscreensaver Failed to enable unit: Unit file xscreensaver.service does not exist. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to us

rpmbuild

2021-06-29 Thread Patrick Dupre
Hello, running rpmbuild -bb perl-Alien-GSL.spec I get: PM build errors: File not found: /home/pdupre/rpmbuild/BUILDROOT/perl-Alien-GSL-1.03-1.fc32.x86_64/usr/share/perl5/vendor_perl/* rpmbuild/BUILDROOT/perl-Alien-GSL-1.03-1.fc32.x86_64/usr/share/perl5 does not exit. I guess that I need t

Re: Creating a user-level systemd unit

2021-06-29 Thread Qiyu Yan
在 2021-06-29星期二的 12:42 +0100,Patrick O'Callaghan写道: > I'm trying to get a specific service to start on login, and the usual > method (KDE Autostart) isn't working so I'm trying to do it with a > systemd unit: How is that not working? Is it due to systemd-xdg-autostart-generator? KDE on Wayland see

Re: Creating a user-level systemd unit

2021-06-29 Thread Jonathan Billings
On Jun 29, 2021, at 07:43, Patrick O'Callaghan wrote: > > and tried to enable it: > > $ sudo systemctl enable startinsync > Failed to enable unit: Unit file startinsync.service does not exist. It is a user systemd unit. To enable it as a user (run this as your user, not as root): syste

Re: Creating a user-level systemd unit

2021-06-29 Thread Samuel Sieb
On 6/29/21 4:42 AM, Patrick O'Callaghan wrote: The docs say that the place to put the unit file is given by: $ pkg-config systemd --variable=systemduserunitdir /usr/lib/systemd/user The better place for units that you create or modify is under /etc/systemd, so /etc/systemd/user for th

Re: Creating a user-level systemd unit

2021-06-29 Thread Ed Greshko
On 29/06/2021 19:42, Patrick O'Callaghan wrote: I'm trying to get a specific service to start on login, and the usual method (KDE Autostart) isn't working so I'm trying to do it with a systemd unit: $ cat startinsync.service [Unit] Description=insync-headless service After=defaul

Creating a user-level systemd unit

2021-06-29 Thread Patrick O'Callaghan
I'm trying to get a specific service to start on login, and the usual method (KDE Autostart) isn't working so I'm trying to do it with a systemd unit: $ cat startinsync.service [Unit] Description=insync-headless service After=default.target [Service] ExecStart=/bin/sh /usr/b