Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread T.C. Hollingsworth
On Sat, Mar 25, 2023 at 3:58 AM Patrick O'Callaghan
 wrote:
> On Sat, 2023-03-25 at 12:57 +1030, Tim via users wrote:
> > On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote:
> > > This appears to be Gnome-specific. Presumably equivalents exist for
> > > those of us who use other DEs, but it would be interesting if a
> > > generic
> > > solution existed.
> >
> > Would those other desktop environments be using gnome-screensaver?
>
> I guess what I'm asking is if there's a standard (XDG) way to invoke a
> screensaver.

$ loginctl lock-session
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: what is my dns?

2023-03-27 Thread Tim via users
Tim:
>> Are you on-line?
>>
>> And did any of the other options work?


ToddAndMargo:
> No.   And I am also not running sysyemd-resolved

Perhaps we should go back to the start, your question is itself a bit
odd.  DNS means Domain Name System, but we all presume you want to know
the address of your Domain Name Server.

When a device joins a network it is typical that a DHCP server assigns
it an addresses (numerical IP, hostname, domain name), and provides
some other addresses (gateway IP, nameserver(s), subnet mask).  The
DHCP server need properly configuring to provide that info.  Your
device will glean that info, and use it, even if you are running your
own name server.

And one would expect that all of that gets cancelled when disconnecting
(not that people often cleanly disconnect, as opposed to just losing
connection).

Failing that, without a DHCP server, variously named auto-config
schemes can take place (Bonjour, ZeroConf, etc) which do a similar
task.  This time, the device, itself, self sets several of those
parameters, but not in a way that can communicate outside of the
network.  It'll pick a random IP address from within a local-only
range, it'll broadcast hostname queries waiting for an answer from
anyone.

Failing that, you hand set your network configuration.

Normally, when you connect up to your ISP their DHCP server assigns you
all that networking info.  Some don't, some expect you to set some
things, though that's an older way of doing things.  And some just fail
badly.  If you want to know your ISP's DNS servers to put into your
network configuration, or into your name daemon's forwarder IPs, you
could try:

a) Connecting via DHCP and copying the details
b) Asking them what the DNS server IPs are
c) Googling them

Bearing in mind that an ISP's DNS servers may change, at any time, they
may expect you to use DHCP to keep them current.

If there's a router between your ISP and your device, *it* will have
your ISP's DNS IPs in it, as your ISP's DHCP server will have
configured it, and you can copy them.  And *it* will probably act as
your DHCP server for the rest of your network.  You may be able to
customise its DHCP settings to suit your LAN.  That router will act as
your DNS server, or simply pass queries through.  You can use that
router's IP as your DNS forwarder IP.

You may not need to use your ISP's DNS servers, you could simply use
Goggle's, or some other public DNS server (there are various public
ones, with and without censoring).  This may actually be better for you
than your ISP's.  The only gotcha is that some ISPs will give a
different answer to their mailserver's IP to their own clients than to
the rest of the world.

 
-- 
 
uname -rsvp
Linux 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cisco ise

2023-03-27 Thread Patrick O'Callaghan
On Mon, 2023-03-27 at 15:06 -0700, Kevin Fenzi wrote:
> Thanks, but please please please don't reply to it on list,
> or especially quote it.
> 
> Now your email has a link that they were trying to use this list to
> farm in it. ;( 

I wanted to head off a shower of further spam reports, but sure.

poc
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cisco ise

2023-03-27 Thread Kevin Fenzi
Thanks, but please please please don't reply to it on list,
or especially quote it.

Now your email has a link that they were trying to use this list to farm
in it. ;( 

kevin


signature.asc
Description: PGP signature
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: commands available on bootable iso

2023-03-27 Thread Geoffrey Leach
On Mon, 27 Mar 2023 16:16:01 +0200
Roberto Ragusa  wrote:

> On 3/26/23 21:26, Todd Zullinger wrote:
> 
> > With the Live images, the OS is in LiveOS/squashfs.img,
> > which itself contains only the rootfs.img.  So there's not
> > much exploring to be done there without extracting or
> > mountint the rootfs image.  
> With a plain iso it would be as easy as
> 
> iso-info -l myiso.iso
> 
> but for the livecd you have to go inside the squash fs with
> 
> iso-read -i myiso.iso -e /LiveOS/squashfs.img --output-file isotmp;
> unsquashfs -l isotmp
> 
> and it is still not enough since you have a filesystem inside, so
> 
> iso-read -i myiso.iso -e /LiveOS/squashfs.img --output-file isotmp
> unsquashfs isotmp LiveOS/rootfs.img
> e2ls squashfs-root/LiveOS/rootfs.img:/usr/bin -l
> 
> all done in a freshly created dir with some space, which you will
> remove at the end. Unfortunately this can't be done in a single pipe
> without intermediate files.
> 
> Regards.
> 

Exactly what I needed. Many thanks.
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cisco ise

2023-03-27 Thread Jeffrey Walton
Thanks Patrick.

On Mon, Mar 27, 2023 at 5:25 PM Patrick O'Callaghan
 wrote:
>
> On Mon, 2023-03-27 at 21:05 +, DEWAN MD. AL YEASIN wrote:
> > https://businessnews.fun
>
> Reported as spam.
>
> poc
> ___
> 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-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cisco ise

2023-03-27 Thread Patrick O'Callaghan
On Mon, 2023-03-27 at 21:05 +, DEWAN MD. AL YEASIN wrote:
> https://businessnews.fun

Reported as spam.

poc
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: cisco ise

2023-03-27 Thread DEWAN MD. AL YEASIN
https://businessnews.fun
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora 38 CoreOS Test Week is underway

2023-03-27 Thread Sumantro Mukherjee
Hey All,

The Fedora 38 CoreOS Test Week focuses on testing FCOS based on Fedora
38. The FCOS next stream is already rebased on Fedora 38 content,
which will be coming soon to testing and stable. To prepare for the
content being promoted to other streams the Fedora CoreOS and QA teams
have organized test days on Tues, March 28, 2023 (results accepted
through Sun , 02 April). Refer to the wiki page[0] for links to the
test cases and materials you’ll need to participate.

The FCOS and QA team will meet and communicate with the community sync
on a Google Meet[1] at the beginning of test week and async over
multiple matrix/element channels. Read more about them in this
announcement[2].

[0] http://fedoraproject.org/wiki/Test_Day:Fedora_38_CoreOS
[1] https://meet.google.com/dsb-wixf-kqk
[2] 
https://lists.fedoraproject.org/archives/list/cor...@lists.fedoraproject.org/thread/YHFQBZI2CLE2VDLQQXDKKN4ZVJ4H6ICY/

-- 
//sumantro
Fedora QE
TRIED AND PERSONALLY TESTED, ERGO TRUSTED
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: what is my dns?

2023-03-27 Thread ToddAndMargo via users

On 3/26/23 23:41, Tim via users wrote:

Tim:

"resolvectl status" on Fedora will answer that.


ToddAndMargo:

$ resolvectl status
Failed to get global data: The name is not activatable


Are you on-line?

And did any of the other options work?



No.   And I am also not running sysyemd-resolved
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: what is my dns?

2023-03-27 Thread ToddAndMargo via users

On 3/26/23 22:44, Barry wrote:




On 27 Mar 2023, at 01:31, ToddAndMargo via users 
 wrote:

On 3/26/23 16:33, Tim via users wrote:

"resolvectl status" on Fedora will answer that.


$ resolvectl status
Failed to get global data: The name is not activatable


Are you running sysyemd-resolved? If not the the failure is not surprising.

Barry


Indeed I am not.

___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: commands available on bootable iso

2023-03-27 Thread Roberto Ragusa

On 3/26/23 21:26, Todd Zullinger wrote:


With the Live images, the OS is in LiveOS/squashfs.img,
which itself contains only the rootfs.img.  So there's not
much exploring to be done there without extracting or
mountint the rootfs image.

With a plain iso it would be as easy as

iso-info -l myiso.iso

but for the livecd you have to go inside the squash fs with

iso-read -i myiso.iso -e /LiveOS/squashfs.img --output-file isotmp; unsquashfs 
-l isotmp

and it is still not enough since you have a filesystem inside, so

iso-read -i myiso.iso -e /LiveOS/squashfs.img --output-file isotmp
unsquashfs isotmp LiveOS/rootfs.img
e2ls squashfs-root/LiveOS/rootfs.img:/usr/bin -l

all done in a freshly created dir with some space, which you will remove at the 
end.
Unfortunately this can't be done in a single pipe without intermediate files.

Regards.

--
   Roberto Ragusamail at robertoragusa.it
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: commands available on bootable iso

2023-03-27 Thread Wolfgang Pfeiffer

On Sun, Mar 26, 2023 at 11:15:14AM -0700, Geoffrey Leach wrote:


What I wanted to be able to do is this. I 've downloaded the fedora 37
iso. I wan to know if it has gparted. How can I answer that without
writing it to a thumb drive and booting?


sudo mount -v -o loop /path/to/your.iso /mnt/
find /media/ -type f -iname "*gparte*"
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread Dario Lesca
Il giorno dom, 26/03/2023 alle 15.15 +0200, Wolfgang Pfeiffer ha
scritto:
> Not sure if this is a "standard (XDG) way", but I'm running i3lock:
> https://i3wm.org/i3lock/
> 
> Simple and efficient.
> https://linuxcommandlibrary.com/man/i3lock
> 
> My environment:
> 
> % env | egrep -i 'n__desktop|session=|ssion_t|xdm'
> DESKTOP_SESSION=i3
> DM_CONTROL=/run/xdmctl
> XDG_SESSION_TYPE=x11
> XDM_MANAGED=method=classic
> 
> % loginctl session-status | grep Servic\[e\]
>  Service: kdm; type x11; class user
> 

Yes, i3lock and slock start a lock screen.

But not start the standard Gnome lock screen.

All other D.E. have their own screen locker, not Gnome, This is a
strange thing.

Now I have wrote a shell script with the dbus-send previous command
inside that do this job

Thanks
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread Patrick O'Callaghan
On Mon, 2023-03-27 at 10:07 +1030, Tim via users wrote:
> On Sun, 2023-03-26 at 15:15 +0200, Wolfgang Pfeiffer wrote:
> > Not sure if this is a "standard (XDG) way", but I'm running i3lock:
> > https://i3wm.org/i3lock/
> 
> Interesting, or should I say really weird, that it's *default* blank
> screen is white (according to that page).  What a way to prematurely
> age a screen!

Maybe that's s subtle way to encourage you to change it :-)

poc
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[389-users] Re: 2.x query performance problem

2023-03-27 Thread Thierry Bordaz

Hi Claas,

Rereading that thread I have a doubt regarding cache priming. The search 
returns ~500 groups. The first lookup of those groups is significantly 
longer because of entry cache priming.
Could you confirm that if you do twice the same search (1.4 and 2.x), 
the second search in 1.4 is much faster that the second search on 2.x ?


best regards
thierry

On 3/16/23 09:38, Claas Vieler wrote:

Hello William
I cant see any difference expect duration
best regards
Claas
389-Directory/2.3.2 B2023.073.0958
[16/Mar/2023:08:24:51.321404978 +0100] conn=51 fd=66 slot=66 
connection from local to /run/slapd-389ds.socket

[16/Mar/2023:08:24:51.323985845 +0100] conn=51 AUTOBIND dn="cn=root"
[16/Mar/2023:08:24:51.325995690 +0100] conn=51 op=0 BIND dn="cn=root" 
method=sasl version=3 mech=EXTERNAL
[16/Mar/2023:08:24:51.328098136 +0100] conn=51 op=0 RESULT err=0 
tag=97 nentries=0 wtime=0.82030 optime=0.004197632 
etime=0.004276581 dn="cn=root"
[16/Mar/2023:08:24:51.328272655 +0100] conn=51 op=1 SRCH 
base="dc=example,dc=com" scope=2 
filter="(uniqueMember=cn=testuser1,ou=People,dc=example,dc=com)" 
attrs="distinguishedName"
[16/Mar/2023:08:24:52.285988416 +0100] conn=51 op=1 RESULT err=0 
tag=101 nentries=532 wtime=0.77055 optime=0.957714945 
etime=0.957784949

[16/Mar/2023:08:24:52.286275743 +0100] conn=51 op=2 UNBIND
[16/Mar/2023:08:24:52.291936625 +0100] conn=51 op=2 fd=66 Disconnect - 
Cleanly Closed Connection - U1

389-Directory/1.4.4.19 B2022.313.1200
[16/Mar/2023:09:10:20.353075132 +0100] conn=101 fd=64 slot=64 
connection from local to /var/lib/dirsrv/slapd-389ds/slapd-389ds.socket

[16/Mar/2023:09:10:20.355714488 +0100] conn=101 AUTOBIND dn="cn=root"
[16/Mar/2023:09:10:20.357681511 +0100] conn=101 op=0 BIND dn="cn=root" 
method=sasl version=3 mech=EXTERNAL
[16/Mar/2023:09:10:20.359700165 +0100] conn=101 op=0 RESULT err=0 
tag=97 nentries=0 wtime=0.36305 optime=0.004064382 
etime=0.004098191 dn="cn=root"
[16/Mar/2023:09:10:20.359896870 +0100] conn=101 op=1 SRCH 
base="dc=example,dc=com" scope=2 
filter="(uniqueMember=cn=testuser1,ou=People,dc=example,dc=com)" 
attrs="distinguishedName"
[16/Mar/2023:09:10:20.367652447 +0100] conn=101 op=1 RESULT err=0 
tag=101 nentries=532 wtime=0.77477 optime=0.007755733 
etime=0.007830994

[16/Mar/2023:09:10:20.369055287 +0100] conn=101 op=2 UNBIND
[16/Mar/2023:09:10:20.371940374 +0100] conn=101 op=2 fd=64 closed 
error - U1

*Gesendet:* Mittwoch, 15. März 2023 um 03:41 Uhr
*Von:* "William Brown" 
*An:* "389-users@lists.fedoraproject.org" 
<389-users@lists.fedoraproject.org>

*Betreff:* [389-users] Re: 2.x query performance problem

> got newest version from https://github.com/389ds/389-ds-base dc565fd 
(389-Directory/2.3.2 B2023.073.0958 )

> I can confirm, manageDSAit makes no difference any more in query time,
> got etimes with 0,9 sec after import and reindexing (with and 
without option)
> but a little difference to 1.4.x ist still present :) ( 0.0x sec vs 
0.9 sec)


Can we see the access log between the 1.4.x and 2.x version? There 
still seems to be a difference here which is curious :(



--
Sincerely,

William Brown

Senior Software Engineer,
Identity and Access Management
SUSE Labs, Australia
___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


___
389-users mailing list --389-users@lists.fedoraproject.org
To unsubscribe send an email to389-users-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report 
it:https://pagure.io/fedora-infrastructure/new_issue___
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: what is my dns?

2023-03-27 Thread Tim via users
Tim:
>> "resolvectl status" on Fedora will answer that.

ToddAndMargo:
> $ resolvectl status
> Failed to get global data: The name is not activatable

Are you on-line?

And did any of the other options work?

-- 
 
uname -rsvp
Linux 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue