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
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
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
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-
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
> 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
> 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
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
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
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,
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 =
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
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
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
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
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
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
___
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
18 matches
Mail list logo