Re: What is wrong with my dnf exclude for wine?

2023-02-02 Thread Samuel Sieb
On 2/1/23 21:55, ToddAndMargo via users wrote: What is wrong with my wine dnf excludes? # grep -i wine  /etc/dnf/dnf.conf excludepkgs=wine* excludepkgs=wine-* dnf still tried to upgrade wine I bet you have some other excludepkgs lines after that. Only the last one takes effect. I just

Re: What is wrong with my dnf exclude for wine?

2023-02-02 Thread Samuel Sieb
On 2/1/23 23:05, Joe Zeff wrote: On 02/01/2023 10:55 PM, ToddAndMargo via users wrote: # grep -i wine  /etc/dnf/dnf.conf excludepkgs=wine* excludepkgs=wine-* The second exclude should be redundant, as it's already covered by the first one.  That doesn't explain what's going on, but I did

Re: Vivaldi web browser - anybody?

2023-02-02 Thread Samuel Sieb
On 2/2/23 00:56, lejeczek via users wrote: When I start Vivaldi from cmd it reports: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [555346:555346:0202/094351.644278:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable()

Re: nmcli set dns search

2023-02-02 Thread Mike Wright
On 2/2/23 17:59, Mike Wright wrote: Hi all, I'm trying to use nmcli to set what would be the "search" option in /etc/resolv.conf. I found that NM was reconfiguring eth0 into dhcp and wiping my settings in the process. Changing ipv4.method from auto (default) to manual stopped that. So

nmcli set dns search

2023-02-02 Thread Mike Wright
Hi all, I'm trying to use nmcli to set what would be the "search" option in /etc/resolv.conf. Using nmcli to set the search domain "nmcli con mod eth0 ipv4.dns-search main" (.main is the local private TLD for historical reasons) "nmcli con show eth0" answers with ipv4.dns-search: main

Re: tar

2023-02-02 Thread Patrick O'Callaghan
On Thu, 2023-02-02 at 16:19 -0600, Chris Adams wrote: > Once upon a time, Patrick O'Callaghan said: > > So Fedora can supply the executable (and source) but not the > > documentation? Is there something wrong with this picture? > > The executable/source doesn't come from POSIX, it comes from

Re: tar

2023-02-02 Thread Chris Adams
Once upon a time, Patrick O'Callaghan said: > So Fedora can supply the executable (and source) but not the > documentation? Is there something wrong with this picture? The executable/source doesn't come from POSIX, it comes from glibc. It just implements the interface defined by POSIX (which is

Re: tar

2023-02-02 Thread Patrick O'Callaghan
On Thu, 2023-02-02 at 16:10 -0500, Jon LaBadie wrote: > > > $ getconf -a | wc -l > > > 320 > > > > $ getconf -a > > LINK_MAX   127 > > ... > > > > $ getconf LINK_MAX > > Usage: getconf [-v specification] variable_name [pathname] > >    getconf -a [pathname] > > > >

Re: Nvidia again..

2023-02-02 Thread Joe Zeff
On 02/02/2023 02:59 PM, Barry wrote: Bit why is gdb running at all? Did something crash and is this abt(?) trying to get a backtrace? Another good question. Either include that in the Bugzilla, or add it as a comment. ___ users mailing list --

Re: tar

2023-02-02 Thread Patrick O'Callaghan
On Thu, 2023-02-02 at 15:28 -0600, Chris Adams wrote: > Once upon a time, Jon LaBadie said: > > I'd also like to see some docs on the meanings of the > > variables.  For example, is ARG_MAX the maximum NUMBER of > > args or the maximum total length?  I assume the former. > > It's the max total

Re: Nvidia again..

2023-02-02 Thread Barry
> On 2 Feb 2023, at 17:48, Joe Zeff wrote: > > On 02/02/2023 10:39 AM, GianPiero Puccioni wrote: >> Yes, it suggests the usual "if you think gdb should be able to read nvidia0" >> give it permission etc etc, but the point is I have no idea if gdb should or >> not and why. What has gdb to do

Re: tar

2023-02-02 Thread Chris Adams
Once upon a time, Jon LaBadie said: > I'd also like to see some docs on the meanings of the > variables. For example, is ARG_MAX the maximum NUMBER of > args or the maximum total length? I assume the former. It's the max total length (and includes the environment variable size). The

Re: tar

2023-02-02 Thread Jon LaBadie
On Thu, Feb 02, 2023 at 08:19:18PM +, Patrick O'Callaghan wrote: On Thu, 2023-02-02 at 14:28 -0500, Jon LaBadie wrote: On Thu, Feb 02, 2023 at 05:11:55PM +, Patrick O'Callaghan wrote: > On Thu, 2023-02-02 at 07:54 -0600, Robert Nichols wrote: ... > > > Your "multiple groups" warning

Re: tar

2023-02-02 Thread Patrick O'Callaghan
On Thu, 2023-02-02 at 14:28 -0500, Jon LaBadie wrote: > On Thu, Feb 02, 2023 at 05:11:55PM +, Patrick O'Callaghan wrote: > > On Thu, 2023-02-02 at 07:54 -0600, Robert Nichols wrote: > ... > > > > > Your "multiple groups" warning below still applies, but on modern > > > systems this is quite a

Re: tar

2023-02-02 Thread Jon LaBadie
On Thu, Feb 02, 2023 at 05:11:55PM +, Patrick O'Callaghan wrote: On Thu, 2023-02-02 at 07:54 -0600, Robert Nichols wrote: ... Your "multiple groups" warning below still applies, but on modern systems this is quite a large limit. Run "getconf ARG_MAX" to see the limit on your system.

Re: Nvidia again..

2023-02-02 Thread Joe Zeff
On 02/02/2023 10:39 AM, GianPiero Puccioni wrote: Yes, it suggests the usual "if you think gdb should be able to read nvidia0" give it permission etc etc, but the point is I have no idea if gdb should or not and why. What has gdb to do with nvidia0? And that's a very good question. If you

Re: Nvidia again..

2023-02-02 Thread GianPiero Puccioni
On 02/02/2023 17:03, Joe Zeff wrote: On 02/02/2023 03:19 AM, GianPiero Puccioni wrote: as reported elsewhere I had problem with the nvidia driver when updating from   F35 to F37. The last kernel update fixed that, but now there is something strange. The driver is installed and works, but

Re: tar

2023-02-02 Thread Patrick O'Callaghan
On Thu, 2023-02-02 at 07:54 -0600, Robert Nichols wrote: > On 2/1/23 4:28 PM, Cameron Simpson wrote: > > On 01Feb2023 13:07, Jerry James wrote: > > > If you can make your list with find, you can also do something > > > like this: > > > > > > find [top directory] [find criteria here] -exec tar

Re: Nvidia again..

2023-02-02 Thread Joe Zeff
On 02/02/2023 03:19 AM, GianPiero Puccioni wrote: as reported elsewhere I had problem with the nvidia driver when updating from  F35 to F37. The last kernel update fixed that, but now there is something strange. The driver is installed and works, but every time I boot the machine I get a

Re: OT: create a booklet from a pdf

2023-02-02 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. --- Original Message --- On Wednesday, February 1st, 2023 at 7:55 PM, Samuel Sieb wrote: > On 2/1/23 13:25, olivares33561 via users wrote: > > > I would like to ask for help creating

Re: tar

2023-02-02 Thread Robert Nichols
On 2/1/23 4:28 PM, Cameron Simpson wrote: On 01Feb2023 13:07, Jerry James wrote: If you can make your list with find, you can also do something like this: find [top directory] [find criteria here] -exec tar -cvzf arch.tgz {} + This recreates the tar file once per file, ending up with a tar

Re: Fedora 37: libvirt/qemu/kvm not work property with kernel 6.1.8-200.fc37.x86_64

2023-02-02 Thread Ron Yorston
Dario Lesca wrote: >When I try to install a new VM with virt-manager, (es Rocky Linux 9 or >Fedora 37 WS) from a verified ISO file, the live setup do not start and >the installation procedure is blocked before displaying the graphical >environment. ... >Is this a know issue? There is an issue

Re: VPN routing differences

2023-02-02 Thread Tibor Attila Anca
Thanks! The most significant difference (for me) is the output of resolvectl. With Network-Manager vpn I get this in the section Global: Global Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: stub With Cisco VPN this section looks like this: Global

Nvidia again..

2023-02-02 Thread GianPiero Puccioni
Hi, as reported elsewhere I had problem with the nvidia driver when updating from F35 to F37. The last kernel update fixed that, but now there is something strange. The driver is installed and works, but every time I boot the machine I get a "SELinux Alert" about "preventing gdb from read

Fedora 37: libvirt/qemu/kvm not work property with kernel 6.1.8-200.fc37.x86_64

2023-02-02 Thread Dario Lesca
When I try to install a new VM with virt-manager, (es Rocky Linux 9 or Fedora 37 WS) from a verified ISO file, the live setup do not start and the installation procedure is blocked before displaying the graphical environment. I can only force restart o stop the VM. This occur only with last

Re: What is wrong with my dnf exclude for wine?

2023-02-02 Thread Tim via users
On Wed, 2023-02-01 at 21:55 -0800, ToddAndMargo via users wrote: > What is wrong with my wine dnf excludes? > > # grep -i wine /etc/dnf/dnf.conf > excludepkgs=wine* > excludepkgs=wine-* > > dnf still tried to upgrade wine Does the asterisk need escaping, there? e.g. wine\* I didn't think

Re: Vivaldi web browser - anybody?

2023-02-02 Thread lejeczek via users
On 31/01/2023 22:13, ToddAndMargo via users wrote: On 1/31/23 10:56, Andras Simon wrote: 2023-01-31 19:19 UTC+01:00, lejeczek via users : Hi guys. Does anybody use Vivaldi? I've had for a few years but have used it only for specific subset of wwws. I've only recently noticed I do not get