Re: Fedora USB live: not lively. [SOLVED]

2023-06-03 Thread Francis . Montagnac
Hi On Fri, 02 Jun 2023 20:28:10 -0600 home user wrote: > But diff can't compare contents of binary files. No: it can: diff /bin/ls /bin/pwd Binary files /bin/ls and /bin/pwd differ In your case you only need to know if the files differ, thus use diff --brief -r ... diff --brief /bin/ls

Don't use reinstall while updating the rescue kernel

2023-06-03 Thread George N. White III
depmod: WARNING: could not open modules.order at /lib/modules/6.2.0-63.fc38.x86_64 https://bugzilla.redhat.com/show_bug.cgi?id=2173984 Some web sites suggest running "dnf reinstall 'kernel-core*'" after deleting "/boot/*-rescue-*". Until the bug is fixed, don't! -- George N. White III ___

Re: Fedora USB live: not lively. [SOLVED]

2023-06-03 Thread Patrick O'Callaghan
On Sat, 2023-06-03 at 09:01 +0200, francis.montag...@inria.fr wrote: > Hi > > On Fri, 02 Jun 2023 20:28:10 -0600 home user wrote: > > > But diff can't compare contents of binary files. > > No: it can: > >   diff /bin/ls /bin/pwd >   Binary files /bin/ls and /bin/pwd differ > > In your case you

Cable modem packet loss?

2023-06-03 Thread Alex
Hi, I have an E3-1240 fedora37 postfix system using SSDs connected to a cable modem that's having problems with dropped packets. There is one other fedora37 server (E5-1650) directly connected to the cable modem that is not having the same problem, although it's just routing packets, not really do

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-03 Thread stan via users
On Thu, 01 Jun 2023 20:29:54 - ron flory via users wrote: > Results: > hello_world.c:1:10: fatal error: stdio.h: No such file or directory > 1 | #include > | ^ > compilation terminated. > > - > Hello_world sample consists of: > > #include > #include > > in

Re: Fedora USB live: not lively. [SOLVED]

2023-06-03 Thread Go Canes
On Fri, Jun 2, 2023 at 10:28 PM home user wrote: > I have no idea how to compare the one iso file to the several directories and > files on the stick. You can mount the iso file with "sudo mount file.iso /mnt", and then use "diff -r /mnt /stick" or similar. Assumes: - you don't already have som

Re: grub2-mkconfig

2023-06-03 Thread stan via users
On Fri, 2 Jun 2023 13:18:47 +0200 Patrick Dupre wrote: > Hello, > > On a machine with a triple boot (an 3 HD, all fedora), I get a > bunches of > > File descriptor 3 (pipe:[240388]) leaked on vgs invocation. Parent > PID 75317: grub2-probe > > when I run grub2-mkconfig > I have /boot/efi (UEFI

Re: Cable modem packet loss?

2023-06-03 Thread Alex
Hi, Doing a bit more searching, I've located this from nearly 10 years ago that describes my problem exactly: https://hardforum.com/threads/linux-network-bridge-dropping-rx-packets.1788469/ I've confirmed that ipv6 isn't disabled: sysctl -a|grep ipv6|grep disable net.ipv6.conf.all.disable_ipv6 =

Re: Cable modem packet loss?

2023-06-03 Thread Tim via users
On Sat, 2023-06-03 at 09:46 -0400, Alex wrote: > I have an E3-1240 fedora37 postfix system using SSDs connected to a > cable modem that's having problems with dropped packets. There is one > other fedora37 server (E5-1650) directly connected to the cable modem > that is not having the same problem,

Re: Cable modem packet loss?

2023-06-03 Thread Alex
Hi, On Sat, Jun 3, 2023 at 11:58 AM Tim via users wrote: > On Sat, 2023-06-03 at 09:46 -0400, Alex wrote: > > I have an E3-1240 fedora37 postfix system using SSDs connected to a > > cable modem that's having problems with dropped packets. There is one > > other fedora37 server (E5-1650) directly

Re: Cable modem packet loss?

2023-06-03 Thread Jeffrey Walton
On Sat, Jun 3, 2023 at 12:56 PM Alex wrote: > > On Sat, Jun 3, 2023 at 11:58 AM Tim via users > wrote: >> >> On Sat, 2023-06-03 at 09:46 -0400, Alex wrote: >> > I have an E3-1240 fedora37 postfix system using SSDs connected to a >> > cable modem that's having problems with dropped packets. There

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-03 Thread Barry
> On 1 Jun 2023, at 21:30, ron flory via users > wrote: > > Install the cross-compiler(s): >dnf install gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu I am not near my fedora to check, but are there more packages with the CRTL devel stuff? Maybe the output pf this will help? dnf sear

Re: Cable modem packet loss?

2023-06-03 Thread Barry
> On 3 Jun 2023, at 14:46, Alex wrote: > > There's about 27k dropped packets in about 12 hours of uptime. This maybe an app issue. If this is tcp make sure that the listening socket is using a large backlog value. I use 2048 for high tps services. If its udp then there the app fixes for that

Re: grub2-mkconfig

2023-06-03 Thread Roger Heflin
try typing vgs/lvs/pvs and see if that also gets the warning. Some prior centos version did also have this error for a while, I never noticed any real issue with the programs reporting this. For the most part this is just some attempt at reporting a "leaked" file descriptor.I am not sure how o

Re: grub2-mkconfig

2023-06-03 Thread Patrick Dupre
vgs VG#PV #LV #SN Attr VSize VFree VolSys_1b 1 3 0 wz--n- <40.00g <4.00g VolSys_21 3 0 wz--n- 84.50g 0 VolSys_2b 1 2 0 wz--n- <40.00g <14.00g # lvs LVVGAttr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert iso-

cannot remove disk if it has logical volumes

2023-06-03 Thread Eyal Lebedinsky
I am on f38, but I had this problem before with f36. I attach an external USB disk that has CentOS. I see that beyond the basic device and partitions, three other devices /dev/dm-{0,1,2} show up. Without doing anything else I want to remove the disk safely. I could not do it, see below. The qu

Re: cannot remove disk if it has logical volumes

2023-06-03 Thread Mike Wright
On 6/3/23 19:42, Eyal Lebedinsky wrote: I am on f38, but I had this problem before with f36. I attach an external USB disk that has CentOS. I see that beyond the basic device and partitions, three other devices /dev/dm-{0,1,2} show up. Without doing anything else I want to remove the disk safel

Re: cannot remove disk if it has logical volumes

2023-06-03 Thread Mike Wright
On 6/3/23 21:02, Mike Wright wrote: On 6/3/23 19:42, Eyal Lebedinsky wrote: I am on f38, but I had this problem before with f36. I attach an external USB disk that has CentOS. I see that beyond the basic device and partitions, three other devices /dev/dm-{0,1,2} show up. Without doing anything