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

2023-03-26 Thread Wolfgang Pfeiffer

On Sat, Mar 25, 2023 at 10:58:28AM +, Patrick O'Callaghan wrote:


I guess what I'm asking is if there's a standard (XDG) way to invoke a
screensaver.


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

HTH,
Wolfgang
___
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-26 Thread Ranjan Maitra
Hi,

I use slock. It is lightweight, and does not get in the way (as they like to 
say). It is part of the suckless tools (www.suckless.org).

Thanks,
Ranjan

On Sun Mar26'23 03:15:32PM, Wolfgang Pfeiffer wrote:
> From: Wolfgang Pfeiffer 
> Date: Sun, 26 Mar 2023 15:15:32 +0200
> To: Community support for Fedora users 
> Reply-To: Community support for Fedora users 
> Subject: Re: Fedora 37: Gnome 43: screensaver: How to  lock screen from
>  command line
> 
> On Sat, Mar 25, 2023 at 10:58:28AM +, Patrick O'Callaghan wrote:
> > 
> > I guess what I'm asking is if there's a standard (XDG) way to invoke a
> > screensaver.
> 
> 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
> 
> HTH,
> Wolfgang
> ___
> 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: commands available on bootable iso

2023-03-26 Thread stan via users
On Sat, 25 Mar 2023 22:21:22 -0700
Geoffrey Leach  wrote:

> Is it possible to get a list of the commands available on a  Fedora
> iso  without actually mounting the iso? What I'm looking for is the
> commands available from the Anaconda menu, not the commands that are
> installed to the disk. 

Possible?  Yes.  Easy?  No.

I think the definitive way would be to download the src.rpm and
unpack it, and look at the code to see what commands are there.

https://koji.fedoraproject.org/koji/packageinfo?packageID=2

You could also ask on the fedora anaconda mailing list.  The developers
probably have a list of the commands, or know them.

I haven't seen the interface since they switched from the hub and spoke
format, but I assume there will be different commands depending on
where you are in the install process.  So, your question is not well
difined.  If you are asking the developers, they will probably want to
know why you are asking, or what you are looking for in order to narrow
it down.
___
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-26 Thread Ranjan Maitra
On Sun Mar26'23 08:30:51AM, Community Support for Fedora Users wrote:
> From: stan via users 
> Date: Sun, 26 Mar 2023 08:30:51 -0700
> To: users@lists.fedoraproject.org
> Cc: stan 
> Reply-To: Community support for Fedora users 
> Subject: Re: commands available on bootable iso
> 
> On Sat, 25 Mar 2023 22:21:22 -0700
> Geoffrey Leach  wrote:
> 
> > Is it possible to get a list of the commands available on a  Fedora
> > iso  without actually mounting the iso? What I'm looking for is the
> > commands available from the Anaconda menu, not the commands that are
> > installed to the disk. 
> 
> Possible?  Yes.  Easy?  No.
> 
> I think the definitive way would be to download the src.rpm and
> unpack it, and look at the code to see what commands are there.
> 
> https://koji.fedoraproject.org/koji/packageinfo?packageID=2
> 
> You could also ask on the fedora anaconda mailing list.  The developers
> probably have a list of the commands, or know them.
> 
> I haven't seen the interface since they switched from the hub and spoke
> format, but I assume there will be different commands depending on
> where you are in the install process.  So, your question is not well
> difined.  If you are asking the developers, they will probably want to
> know why you are asking, or what you are looking for in order to narrow
> it down.

So, I am not sure what the OP is asking for. But from the kickstart file(s), 
you can get the list of the rpms in an iso from:

https://pagure.io/fedora-kickstarts/tree/f37

Then you can use:

dnf repoquery -l rpm-name

and get the list of the files in each rpm.

This is a large number of rpms, and even larger number of files to go through.

Best wishes,
Ranjan
___
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-26 Thread Geoffrey Leach
On Sun, 26 Mar 2023 12:03:53 -0500
Ranjan Maitra  wrote:

> On Sun Mar26'23 08:30:51AM, Community Support for Fedora Users wrote:
> > From: stan via users 
> > Date: Sun, 26 Mar 2023 08:30:51 -0700
> > To: users@lists.fedoraproject.org
> > Cc: stan 
> > Reply-To: Community support for Fedora users
> >  Subject: Re: commands available on
> > bootable iso
> > 
> > On Sat, 25 Mar 2023 22:21:22 -0700
> > Geoffrey Leach  wrote:
> >   
> > > Is it possible to get a list of the commands available on a
> > > Fedora iso  without actually mounting the iso? What I'm looking
> > > for is the commands available from the Anaconda menu, not the
> > > commands that are installed to the disk.   
> > 
> > Possible?  Yes.  Easy?  No.
> > 
> > I think the definitive way would be to download the src.rpm and
> > unpack it, and look at the code to see what commands are there.
> > 
> > https://koji.fedoraproject.org/koji/packageinfo?packageID=2
> > 
> > You could also ask on the fedora anaconda mailing list.  The
> > developers probably have a list of the commands, or know them.
> > 
> > I haven't seen the interface since they switched from the hub and
> > spoke format, but I assume there will be different commands
> > depending on where you are in the install process.  So, your
> > question is not well difined.  If you are asking the developers,
> > they will probably want to know why you are asking, or what you are
> > looking for in order to narrow it down.  
> 
> So, I am not sure what the OP is asking for. But from the kickstart
> file(s), you can get the list of the rpms in an iso from:
> 
> https://pagure.io/fedora-kickstarts/tree/f37
> 
> Then you can use:
> 
> dnf repoquery -l rpm-name
> 
> and get the list of the files in each rpm.
> 
> This is a large number of rpms, and even larger number of files to go
> through.
> 
> Best wishes,
> Ranjan

Thanks for that. Quite a complex setup, tho not surprising.

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?
___
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-26 Thread Go Canes
On Sun, Mar 26, 2023 at 2:16 PM 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?

Assuming the downloaded iso is on or available from an existing Fedora
install, just "sudo mount *filename.iso* /mnt", and then explore.  Or,
use kvm/virtualbox/vmware/whatever and set up a VM with the ISO in the
CD drive and no other storage, and boot it that way.

Another option - if the whole point is to have a bootable iso with
gparted installed on it, why not just find an iso that you know
includes 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-26 Thread Luna Jernberg
well gparted has live ISOs with Debian and gparted only if its the
only tool you want

On 3/26/23, Go Canes  wrote:
> On Sun, Mar 26, 2023 at 2:16 PM 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?
>
> Assuming the downloaded iso is on or available from an existing Fedora
> install, just "sudo mount *filename.iso* /mnt", and then explore.  Or,
> use kvm/virtualbox/vmware/whatever and set up a VM with the ISO in the
> CD drive and no other storage, and boot it that way.
>
> Another option - if the whole point is to have a bootable iso with
> gparted installed on it, why not just find an iso that you know
> includes 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
>
___
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-26 Thread Todd Zullinger
Go Canes wrote:
> On Sun, Mar 26, 2023 at 2:16 PM 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?
> 
> Assuming the downloaded iso is on or available from an existing Fedora
> install, just "sudo mount *filename.iso* /mnt", and then explore.

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.

$ unsquashfs -ll /tmp/iso/LiveOS/squashfs.img
drwxrwxr-x root/root29 2022-11-05 05:17 squashfs-root
drwxrwxr-x root/root33 2022-11-05 05:17 squashfs-root/LiveOS
-rw-rw-r-- root/root8128561152 2022-11-05 05:34 
squashfs-root/LiveOS/rootfs.img

Fortunately, the liveimage-mount command from the
livcd-tools package can automate the process of mounting the
nested images pretty easily:

$ mkdir -p /tmp/liveos && sudo liveimage-mount --chroot 
Fedora-Workstation-Live-x86_64-37-1.7.iso /tmp/liveos

preparing temporary overlay...
b'0+0 records in\n0+0 records out\n0 bytes copied, 0.0001046 s, 0.0 kB/s\n'
Starting subshell in a chroot.
  Changes to '/tmp/Fedora-Workstation-Live-x86_64-37-1.7.iso' filesystems are 
only temporary.
  Changes will NOT persist after rebooting.
Press Ctrl D to exit...
[root@localhost /]# command -v gparted
[root@localhost /]# 

> Or, use kvm/virtualbox/vmware/whatever and set up a VM
> with the ISO in the CD drive and no other storage, and
> boot it that way.

This is also a pretty simple method.  Booting the image can
be done with no setup:

qemu-kvm -m 2048 -vga qxl -cdrom /path/to/fedora.iso

In any case, gparted is not included on the Fedora
Workstation Live images.  Though it is trivial to install
within the live image.

> Another option - if the whole point is to have a bootable
> iso with gparted installed on it, why not just find an iso
> that you know includes it?

Another good option, if you're looking for something you can
toss on a USB drive and have handy.

-- 
Todd


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


what is my dns?

2023-03-26 Thread ToddAndMargo via users

Hi All,

Fedora 37

I have a caching server running.  Other than digging
out my "forward" from /etc/named.conf to figure out
what my DNS server is, is there a way to use "dig"
or other to figure out what my actual DNS server is?

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: 
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-26 Thread Barry


> On 26 Mar 2023, at 22:57, ToddAndMargo via users 
>  wrote:
> 
> Hi All,
> 
> Fedora 37
> 
> I have a caching server running.  Other than digging
> out my "forward" from /etc/named.conf to figure out
> what my DNS server is, is there a way to use "dig"
> or other to figure out what my actual DNS server is?

No as that information is not sent to the dns client.

You have to look at the config in each layer of software your request traverses.


Barry

> 
> 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: 
> 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: what is my dns?

2023-03-26 Thread Slade Watkins via users
On Sun, Mar 26, 2023 at 5:57 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:

>
> I have a caching server running.  Other than digging
> out my "forward" from /etc/named.conf to figure out
> what my DNS server is, is there a way to use "dig"
> or other to figure out what my actual DNS server is?


resolvectl status might work.

Slade
___
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-26 Thread Tim via users
On Sun, 2023-03-26 at 14:57 -0700, ToddAndMargo via users wrote:

> I have a caching server running.  Other than digging
> out my "forward" from /etc/named.conf to figure out
> what my DNS server is, is there a way to use "dig"
> or other to figure out what my actual DNS server is?

/etc/named.conf will only have the forwarders that you've configured
into it.  If your query is about which ones you're supposed to be
using, such as your ISP-supplied ones are, that's another matter.  But
if you want to know what your DNS server is likely to be on a machine
that's running a name server, it's likely 127.0.0.1.

Traditionally, all you had to do was cat /etc/resolv.conf to see what
name server DHCP had configured for you.

In a GUI, there's often a NetworkManager icon you could right-click on
to see "Connection Information" on your current connections.

And as Slade Watkins said, "resolvectl status" on Fedora will answer that.

-- 
 
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: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-26 Thread Tim via users
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!
 
-- 
 
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: what is my dns?

2023-03-26 Thread ToddAndMargo via users

On 3/26/23 15:07, Barry wrote:




On 26 Mar 2023, at 22:57, ToddAndMargo via users 
 wrote:

Hi All,

Fedora 37

I have a caching server running.  Other than digging
out my "forward" from /etc/named.conf to figure out
what my DNS server is, is there a way to use "dig"
or other to figure out what my actual DNS server is?


No as that information is not sent to the dns client.

You have to look at the config in each layer of software your request traverses.


Barry




Rats!  Thank you for the quick response!
___
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-26 Thread ToddAndMargo via users

On 3/26/23 15:09, Slade Watkins via users wrote:
On Sun, Mar 26, 2023 at 5:57 PM ToddAndMargo via users 
mailto:users@lists.fedoraproject.org>> 
wrote:



I have a caching server running.  Other than digging
out my "forward" from /etc/named.conf to figure out
what my DNS server is, is there a way to use "dig"
or other to figure out what my actual DNS server is?


resolvectl status might work.

Slade



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

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


Rats!

___
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-26 Thread ToddAndMargo via users

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
___
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-26 Thread Barry


> 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

> ___
> 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: what is my dns?

2023-03-26 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