Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Jeffrey Walton
On Mon, Feb 20, 2023 at 2:27 AM wrote: > > On Mon, Feb 20, 2023 at 12:53:25AM -0500, Jeffrey Walton wrote: > > On Sun, Feb 19, 2023 at 11:22 AM Geert Stappers > > wrote: > > > > > > Having installed package openvswitch-switch and doing `ip route` I do get > > > > > > 169.254.0.0/16 dev ovs-sys

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread tomas
On Mon, Feb 20, 2023 at 12:53:25AM -0500, Jeffrey Walton wrote: > On Sun, Feb 19, 2023 at 11:22 AM Geert Stappers wrote: > > > > Having installed package openvswitch-switch and doing `ip route` I do get > > > > 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 > > Those are

Re: awk not just using the Field separator as such. it is using the blank space as well ...

2023-02-19 Thread Albretch Mueller
On 2/15/23, Greg Wooledge wrote: > If you want to read FIELDS of a SINGLE LINE as array elements, use > read -ra: > > read -ra myarray <<< "$one_line" It didn't work. I tried different options. I am getting: "bash: read: ... : not a valid identifier" _PTH="83847547|2|dli.ernet.449320/449320-Se

have you inserted usb disk with firmware during installation?

2023-02-19 Thread lsg
installer seems very buggy bullseye installer can't find firmware after i insert usb disk after lots of frustration and effort, i realize i shall copy firmware to sda1, which use vfat FS, then installer can get firmware without prompting me.

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Jeffrey Walton
On Sun, Feb 19, 2023 at 11:22 AM Geert Stappers wrote: > > Having installed package openvswitch-switch and doing `ip route` I do get > > 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 Those are called "APIPA's". Automatic Private IP Addressing (APIPA). The host parts are

Re: Error trying to compile kernel!

2023-02-19 Thread tomas
On Sun, Feb 19, 2023 at 03:13:40PM -0700, 43i3 Adam wrote: > hi, please a need help i never had this kind of error compile my own > kernel. please you can find there the version of kernel and the command > line a use for that. thanks ... > > kernel version: linux-6.1.12 > os type: 64-bit > process

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread tomas
On Sun, Feb 19, 2023 at 10:06:30PM -0500, Felix Miata wrote: [...] > All my installations that use a separate filesystem for /boot/ use EXT2. It > still > works as good as ever for such an infrequent use environment, with no way to > get > ahead of Grub evolution. :) There are more reasons for

Fw: python thinking at debian

2023-02-19 Thread Vic Cekvenich
I can't figure out how to file a bug. But I see a bug related to ensurepip - and some maintainer said that ensurepip is used by developers and won't be fixed by debian. But you also won't let us that develop fix it. In ubuntu, they even have a repo for ptyhon to help developers (deadsnakes or

Re: duplicate package

2023-02-19 Thread John Darrah
On Sat, 2023-02-18 at 16:56 -0800, Greg Wooledge wrote: > On Sun, Feb 19, 2023 at 08:50:01AM +0800, winnie hw wrote: > > When I ping from a debian system to a host destination, sometimes I > > get the > > duplicated package. What does this mean? > > I believe you mean "duplicate packet". > > One

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Max Nikulin
On 20/02/2023 01:57, Geert Stappers wrote: feb 19 18:46:18 trancilo systemd-networkd-wait-online[601]: ovs-system: Failed to update link state, ignoring: No such file or directory feb 19 18:46:18 trancilo systemd-networkd-wait-online[601]: ovs-system: Failed to update link state, ignoring: No s

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread David Wright
On Mon 20 Feb 2023 at 09:59:20 (+0700), Max Nikulin wrote: > On 19/02/2023 23:35, Christoph Brinkhaus wrote: > > Am Sun, Feb 19, 2023 at 05:21:47PM +0100 schrieb Geert Stappers: > > > Having installed package openvswitch-switch and doing `ip route` I do get > > >169.254.0.0/16 dev ovs-system sc

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Felix Miata
Cindy Sue Causey composed on 2023-02-19 15:30 (UTC-0500): > Cindy Sue Causey wrote: >> Hi.. This is just regurgitating something related to my coincidentally >> referencing several years of GRUB non-boots yesterday. The latest on >> this Linux From Scratch thread came into my inbox this morning,

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Max Nikulin
On 19/02/2023 23:35, Christoph Brinkhaus wrote: Am Sun, Feb 19, 2023 at 05:21:47PM +0100 schrieb Geert Stappers: Having installed package openvswitch-switch and doing `ip route` I do get 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 Please have a look at https://wik

Re: python3 update

2023-02-19 Thread Greg Wooledge
On Mon, Feb 20, 2023 at 12:23:03AM +, 王 悉奥 wrote: > Hello, I have a question about python3 package. Take the stable python3.9 as > an example, the upstream has released to 3.9.16 which contains a lot of > security fixes, like CVE-2022-37454 and CVE-2022-42919 in 3.9.16 and the > 3.9.3 in debian

python3 update

2023-02-19 Thread 王 悉奥
Hello, I have a question about python3 package. Take the stable python3.9 as an example, the upstream has released to 3.9.16 which contains a lot of security fixes, like CVE-2022-37454 and CVE-2022-42919 in 3.9.16 and the 3.9.3 in debian seems kind of old and not safe. I know I can just build py

Re: Possible bug in radeon driver

2023-02-19 Thread piorunz
On 19/02/2023 18:50, Omoikane Omake wrote: Hello. Excuse me for my broken English. I don't know what exactly is cause of problem. Old notebook eMachines d620 with radeon x1200, rs960m. Driver works but no hardware acceleration. Because of that some programs do not work properly. For example, geeq

Error trying to compile kernel!

2023-02-19 Thread 43i3 Adam
hi, please a need help i never had this kind of error compile my own kernel. please you can find there the version of kernel and the command line a use for that. thanks ... kernel version: linux-6.1.12 os type: 64-bit processors: intel i5 .2.7 gcc version 10.2.1 20210110 (Debian 10.2.1-6) the com

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Andrew M.A. Cater
On Sun, Feb 19, 2023 at 03:30:52PM -0500, Cindy Sue Causey wrote: > Found a brand new 2023.02.15 Debian bugs reference for this.. > > > On 2/19/23, Cindy Sue Causey wrote: > > Hi.. This is just regurgitating something related to my coincidentally > > referencing several years of GRUB non-boots y

Re: FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Cindy Sue Causey
Found a brand new 2023.02.15 Debian bugs reference for this.. On 2/19/23, Cindy Sue Causey wrote: > Hi.. This is just regurgitating something related to my coincidentally > referencing several years of GRUB non-boots yesterday. The latest on > this Linux From Scratch thread came into my inbox th

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Christoph Brinkhaus
Am Sun, Feb 19, 2023 at 07:57:56PM +0100 schrieb Geert Stappers: Hi Geert, > On Sun, Feb 19, 2023 at 12:21:36PM -0500, Stefan Monnier wrote: > > >> Having installed package openvswitch-switch and doing `ip route` I do get > > >> 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric

Possible bug in radeon driver

2023-02-19 Thread Omoikane Omake
Hello. Excuse me for my broken English. I don't know what exactly is cause of problem. Old notebook eMachines d620 with radeon x1200, rs960m. Driver works but no hardware acceleration. Because of that some programs do not work properly. For example, geeqie segfault, vlc crashed when opening file, f

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Geert Stappers
On Sun, Feb 19, 2023 at 12:21:36PM -0500, Stefan Monnier wrote: > >> Having installed package openvswitch-switch and doing `ip route` I do get > >> 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 > >> > >> What can be done to prevent that "zeroconf" > >> configures interfa

Re: ps and AIX field descriptors

2023-02-19 Thread Greg Wooledge
On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: > But even that's not enough > because the field width is somewhat variable: try ps -eo '%c | %z | %a' > (We can still use | to make the problem somewhat more obvious.) Oh wow. Yeah, OK, that's not really solvable. For those who

Re: ps and AIX field descriptors

2023-02-19 Thread David Wright
On Sat 18 Feb 2023 at 09:53:01 (-0500), Greg Wooledge wrote: > It should be noted that there appear to be two TYPES of data fields: > numeric and string. Look at this example: > > unicorn:~$ ps -o '%C %g %n %p %U %a' > %CPU RGROUPNI PID USER COMMAND > 0.0 greg 01010 greg

Re: hard disk installation method fails^^^^^is working

2023-02-19 Thread David Wright
On Sat 18 Feb 2023 at 15:27:29 (+0800), lsg wrote: > i think error msg i report is precise, i use cell phone to record screen, > > https://pan.baidu.com/s/1a5ADqn1aXo5XmwcDSjVezQ?pwd=1234 > > this url is valid for 7 days, i am sorry picture isn't very clear. > installer search disk for iso file,

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Stefan Monnier
>> Having installed package openvswitch-switch and doing `ip route` I do get >> 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 >> >> What can be done to prevent that "zeroconf" >> configures interface `ovs-system`? > > Please have a look at https://wiki.debian.org/Avahi.

Re: Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Christoph Brinkhaus
Am Sun, Feb 19, 2023 at 05:21:47PM +0100 schrieb Geert Stappers: Hello Geert, > Having installed package openvswitch-switch and doing `ip route` I do get > 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 > > What can be done to prevent that "zeroconf" > configures inter

Remove route '169.254.0.0/16 dev ovs-system'

2023-02-19 Thread Geert Stappers
Hi, Having installed package openvswitch-switch and doing `ip route` I do get 169.254.0.0/16 dev ovs-system scope link src 169.254.201.7 metric 1004 What can be done to prevent that "zeroconf" configures interface `ovs-system`? Groeten Geert Stappers -- Silence is hard to parse

FYI: LFS Thread On GRUB non-boots, e2fsprogs, & mke2fs

2023-02-19 Thread Cindy Sue Causey
Hi.. This is just regurgitating something related to my coincidentally referencing several years of GRUB non-boots yesterday. The latest on this Linux From Scratch thread came into my inbox this morning, and it just sounds like it might help some Users having booting problems similar to what I've e