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
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
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
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
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
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
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/
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
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:
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
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
>
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
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
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?
___
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
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
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
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
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
在 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
在 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
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
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
在 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
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
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
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
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
28 matches
Mail list logo