Re: Create bootable disk with fedora - but not using live-CD

2020-08-01 Thread Barry Scott
> On 23 Jul 2020, at 21:46, Barry Scott wrote: > > > >> On 21 Jul 2020, at 18:54, Earl Terwilliger via users >> wrote: >> >> I have the same problem when I create a usb stick of Fedora 32 but only on >> some newer machines. >> >> I don't think it is a bug but this shows how to fix it: >>

Re: SPDIF sound in F32

2020-08-01 Thread Greg Woods
On Sat, Aug 1, 2020 at 12:44 AM Samuel Sieb wrote: > > Let's see what "amixer -c0 scontents" gives. > > [root@seveneves mythtv]# amixer -c0 scontents Simple mixer control 'PCM',0 Capabilities: pvolume cvolume pswitch pswitch-joined cswitch cswitch-joined Playback channels: Front Left - Front

GPU

2020-08-01 Thread Patrick Dupre
Hello, Can we use the GPU with fedora? I currently use OpenMP to parallelize my code. Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne

Re: GPU

2020-08-01 Thread Jonathan Billings
On Aug 1, 2020, at 10:14, Patrick Dupre wrote: > Can we use the GPU with fedora? > I currently use OpenMP to parallelize my code. Which GPU? OpenMP is used on many HPC systems with nvidia compute cards, and some high end workstation GPUs can be used too, I think. -- Jonathan Billings __

Re: Fonts "forgotten" on boot (changes to font cache)

2020-08-01 Thread Christopher St. Louis
> George N. White III wrote: > This might be https://bugzilla.redhat.com/show_bug.cgi?id=1750891 Thank you! One of the solutions there--deleting everything in ~/.cache/fontconfig/--seemed to restore my system's ability to see manually installed fonts without having to re-run 'fc-cache' again. T

Re: GPU

2020-08-01 Thread Richard Shaw
On Sat, Aug 1, 2020 at 10:13 AM Patrick Dupre wrote: > Hello, > > Can we use the GPU with fedora? > I currently use OpenMP to parallelize my code. > I can't speak to OpenMP, but I run Folding@Home on my AMD RX580, but it did require a few of the amdgpu binary packages. Thanks, Richard _

Re: SPDIF sound in F32

2020-08-01 Thread Samuel Sieb
On 8/1/20 5:47 AM, Greg Woods wrote: On Sat, Aug 1, 2020 at 12:44 AM Samuel Sieb > wrote: Let's see what "amixer -c0 scontents" gives.  [root@seveneves mythtv]# amixer -c0 scontents Ok, it must be a control then: amixer -c0 contents ___

I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
Hi All, I am trying to use the nmcli command to cough up (a highly technical term) the connected state on a particular network interface. According to the man page: nmcli device {status | show | set | connect | reapply | modify | disconnect | delete | monitor |

Re: resume from suspend to RAM not working properly with / on btrfs

2020-08-01 Thread Lukas Middendorf
Hi, So this seems to be unrelated to the partition table type and the boot mode. If it is related to NVMe this is just one factor. I have just observed it with / on BTRFS. On a new install the proprietary nvidia driver is also needed to trigger this, but on my old install it also occurred wit

Re: I need help with "nmcli device status"

2020-08-01 Thread Earl Terwilliger via users
> Hi All, > > I am trying to use the nmcli command to cough up > (a highly technical term) the connected state on > a particular network interface. > > According to the man page: > > nmcli device {status | show | set | connect | reapply > | modify | disconnect | delete | moni

Re: I need help with "nmcli device status"

2020-08-01 Thread Ed Greshko
On 2020-08-02 04:43, ToddAndMargo via users wrote: > Now the specify as "specified" device: > > $ nmcli device status eno2 >  Error: invalid extra argument 'eno2'. > > Okay, what am I doing wrong/misreading? If you were to use "tab completion" you'd find that upon hitting tab after enteri

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 13:55, Earl Terwilliger via users wrote: Hi All, I am trying to use the nmcli command to cough up (a highly technical term) the connected state on a particular network interface. According to the man page: nmcli device {status | show | set | connect | reapply

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 13:57, Ed Greshko wrote: On 2020-08-02 04:43, ToddAndMargo via users wrote: Now the specify as "specified" device: $ nmcli device status eno2  Error: invalid extra argument 'eno2'. Okay, what am I doing wrong/misreading? If you were to use "tab completion" you'd find

Re: resume from suspend to RAM not working properly with / on btrfs

2020-08-01 Thread Samuel Sieb
On 8/1/20 1:51 PM, Lukas Middendorf wrote: Any suggestions on where I should report my findings to have those properly looked into? I think I have narrowed the cause down far enough so that somebody with knowledge of the kernel code might have a chance to identify and fix the bug. I would sug

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 14:03, ToddAndMargo via users wrote: On 2020-08-01 13:57, Ed Greshko wrote: On 2020-08-02 04:43, ToddAndMargo via users wrote: Now the specify as "specified" device:  $ nmcli device status eno2   Error: invalid extra argument 'eno2'. Okay, what am I doing wrong/misreadin

Re: I need help with "nmcli device status"

2020-08-01 Thread Samuel Sieb
On 8/1/20 1:43 PM, ToddAndMargo via users wrote: Now the specify as "specified" device:     $ nmcli device status eno2 Error: invalid extra argument 'eno2'. "status" doesn't take any arguments. Maybe "nmcli d show eno2" would do what you want?

Re: I need help with "nmcli device status"

2020-08-01 Thread Samuel Sieb
On 8/1/20 2:06 PM, Samuel Sieb wrote: On 8/1/20 1:43 PM, ToddAndMargo via users wrote: Now the specify as "specified" device: $ nmcli device status eno2   Error: invalid extra argument 'eno2'. "status" doesn't take any arguments.  Maybe "nmcli d show eno2" would do what you want?

Re: I need help with "nmcli device status"

2020-08-01 Thread Ed Greshko
On 2020-08-02 05:03, ToddAndMargo via users wrote: > Is there a way to get just "connected" back from > nmcli? Not that I know of.  At least not at 05:10, -- The key to getting good answers is to ask good questions. ___ users mailing list -- users@lis

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 14:10, Samuel Sieb wrote: On 8/1/20 2:06 PM, Samuel Sieb wrote: On 8/1/20 1:43 PM, ToddAndMargo via users wrote: Now the specify as "specified" device: $ nmcli device status eno2   Error: invalid extra argument 'eno2'. "status" doesn't take any arguments.  Maybe "nmcli

Re: I need help with "nmcli device status"

2020-08-01 Thread Joe Zeff
On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku? $ nmcli device status | grep eno2 | awk '{print $3}'     connected nmcli device status | grep eno2 | grep connected This will either return connected, or a blank line, without using awk or any

Re: I need help with "nmcli device status"

2020-08-01 Thread Samuel Sieb
On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' connected nmcli device status | grep eno2 | grep connected This will either return connected, or a bl

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 15:20, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' connected nmcli device status | grep eno2 | grep connected This will either return connected, or a

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 16:05, Samuel Sieb wrote: On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' connected nmcli device status | grep eno2 | grep connected T

Re: I need help with "nmcli device status"

2020-08-01 Thread Samuel Sieb
On 8/1/20 4:16 PM, ToddAndMargo via users wrote: On 2020-08-01 16:05, Samuel Sieb wrote: On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' connected n

Re: I need help with "nmcli device status"

2020-08-01 Thread Ed Greshko
On 2020-08-02 07:05, Samuel Sieb wrote: > On 8/1/20 3:20 PM, Joe Zeff wrote: >> On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: >>> >>> Any way around grep and awk or Raku? >>> >>>   $ nmcli device status | grep eno2 | awk '{print $3}' >>> connected >> >> nmcli device status | grep e

Re: I need help with "nmcli device status"

2020-08-01 Thread Ed Greshko
On 2020-08-02 07:26, Ed Greshko wrote: > On 2020-08-02 07:05, Samuel Sieb wrote: >> On 8/1/20 3:20 PM, Joe Zeff wrote: >>> On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' c

Cannot display Sixel Graphics via img2sixel on xTerm

2020-08-01 Thread Sreyan Chakravarty
Hi, I have tried and failed to display a SiXel image on xTerm console. I have compiled libsixel from source from here: https://github.com/saitoha/libsixel since the Fedora COPR for libsixel does not work(https://copr.fedorainfracloud.org/coprs/saahriktu/libsixel/): $ sudo dnf copr enable sa

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 16:27, Ed Greshko wrote: On 2020-08-02 07:26, Ed Greshko wrote: On 2020-08-02 07:05, Samuel Sieb wrote: On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 17:50, ToddAndMargo via users wrote: On 2020-08-01 16:27, Ed Greshko wrote: On 2020-08-02 07:26, Ed Greshko wrote: On 2020-08-02 07:05, Samuel Sieb wrote: On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Rak

Re: I need help with "nmcli device status"

2020-08-01 Thread ToddAndMargo via users
On 2020-08-01 16:15, ToddAndMargo via users wrote: On 2020-08-01 15:20, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo via users wrote: Any way around grep and awk or Raku?   $ nmcli device status | grep eno2 | awk '{print $3}' connected nmcli device status | grep eno2 | grep

Re: I need help with "nmcli device status"

2020-08-01 Thread Samuel Sieb
On 8/1/20 5:53 PM, ToddAndMargo via users wrote: On 2020-08-01 17:50, ToddAndMargo via users wrote: On 2020-08-01 16:27, Ed Greshko wrote: On 2020-08-02 07:26, Ed Greshko wrote: On 2020-08-02 07:05, Samuel Sieb wrote: On 8/1/20 3:20 PM, Joe Zeff wrote: On 08/01/2020 03:06 PM, ToddAndMargo vi

Re: dnf-automatic command_email failing to send email?

2020-08-01 Thread Gunnar Niels
On 7/29/20 9:43 PM, Gunnar Niels wrote: Hello, I'm trying to configure dnf-automatic to automatically upgrade my system on a daily basis and send me a summary via mailx using my mailgun account. I have mailx configured and functioning as expected; I can use the 'mail' cmd to send mail, and have o

Re: SPDIF sound in F32

2020-08-01 Thread Greg Woods
On Sat, Aug 1, 2020 at 12:44 PM Samuel Sieb wrote: > > > Let's see what "amixer -c0 scontents" gives. > > > > [root@seveneves mythtv]# amixer -c0 scontents > > Ok, it must be a control then: > amixer -c0 contents > We did try this already: On 7/27/20 8:13 AM, Greg Woods wrote: > mythtv@s

Re: SPDIF sound in F32

2020-08-01 Thread Samuel Sieb
On 8/1/20 5:57 PM, Greg Woods wrote: On Sat, Aug 1, 2020 at 12:44 PM Samuel Sieb > wrote: >     Let's see what "amixer -c0 scontents" gives. > >   [root@seveneves mythtv]# amixer -c0 scontents Ok, it must be a control then: amixer -c0 contents We

nmcli and gateway question

2020-08-01 Thread ToddAndMargo via users
Hi All, Is there a way to get nmcli to tell you if an interface is a gateway like you can with `netstat -rn`? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fe

Re: I need help with "nmcli device status"

2020-08-01 Thread Tom H
On Sun, Aug 2, 2020 at 3:24 AM ToddAndMargo via users wrote: > > "disconnected" contains "connected"! grep -w connected ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Co

Re: nmcli and gateway question

2020-08-01 Thread Samuel Sieb
On 8/1/20 7:20 PM, ToddAndMargo via users wrote: Is there a way to get nmcli to tell you if an interface is a gateway like you can with `netstat -rn`? Very related to the previous question. # nmcli --fields IP4.GATEWAY d show wlo1 IP4.GATEWAY:10.0.1.1 # nmcli --fie

Re: I need help with "nmcli device status"

2020-08-01 Thread Jon LaBadie
On Sat, Aug 01, 2020 at 05:50:58PM -0700, ToddAndMargo via users wrote: > On 2020-08-01 16:27, Ed Greshko wrote: > > On 2020-08-02 07:26, Ed Greshko wrote: > > > On 2020-08-02 07:05, Samuel Sieb wrote: > > > > On 8/1/20 3:20 PM, Joe Zeff wrote: > > > > > On 08/01/2020 03:06 PM, ToddAndMargo via use

Re: nmcli and gateway question

2020-08-01 Thread Ed Greshko
On 2020-08-02 10:42, Samuel Sieb wrote: > On 8/1/20 7:20 PM, ToddAndMargo via users wrote: >> Is there a way to get nmcli to tell you if an interface >> is a gateway like you can with `netstat -rn`? > > Very related to the previous question. > > # nmcli --fields IP4.GATEWAY d show wlo1 > IP4.GATEWA

Re: I need help with "nmcli device status"

2020-08-01 Thread Joe Zeff
On 08/01/2020 06:50 PM, ToddAndMargo via users wrote: Ah poop!  "disconnected" contains "connected"! Well, that means that my one-liner will always return the status. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email