bookworm initrd on diet cannot find root filesystem

2022-10-21 Thread Felix Miata
[ 1.5xxx] ata3: SATA max UDMA/133 abar m2048@0xff97 port 0xff970100 irq 33 ... [ 1.8xxx] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.8xxx] ata3.00: ATA-11: APS-SL3N-256, SBFM11.2, max UDMA/133 # SSD with /dev/sda12 [ 1.8xxx] ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth

is Ansible easy to use?

2022-10-21 Thread Samuel Henrique
On Thu, Oct 20, 2022, 14:45 Philipp Ewald wrote: > Trying to create multiple files with content. It takes more time to create > the playbook then creating this file by hand (this damn syntax acomplicates > everything more) > Then formatting is destroyed or need more time on creating the playbook.

Re: changing uuid of mdadm array

2022-10-21 Thread Tim Woodall
On Wed, 19 Oct 2022, Lucas Castro wrote: The array must be identified somehow, in mdadm, array is by uuid! And I have two disks, which have the same uuid but are not part of the same array. How do I tell mdadm that they aren't part of the same array? I can't believe I'm the only person who

Re: changing uuid of mdadm array

2022-10-21 Thread Dan Ritter
Tim Woodall wrote: > On Wed, 19 Oct 2022, Lucas Castro wrote: > > > The array must be identified somehow, in mdadm, array is by uuid! > > > > And I have two disks, which have the same uuid but are not part of the > same array. > > How do I tell mdadm that they aren't part of the same array? >

Samba server doesn't ask for alternate user credentials...

2022-10-21 Thread nimrod
Hi, I'm running a Debian 10 Samba server with winbind and kerberos in a Active Directory domain. Domain users can access a unique share, which is then divideded into different directories, each with different file system permissions, based on domain users and groups. A single user can only access

Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered by Debian Linux 9

2022-10-21 Thread Turritopsis Dohrnii Teo En Ming
Subject: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered by Debian Linux 9 Good day from Singapore, Here are my findings on 21 Oct 2022 Friday. UniFi OS UCK G2 Plus 2.5.11 login as: root root@192.168.90.2's password: Linux Teo-En-Ming-Corporation 3.18.44-ui-qcom #1 SMP Mon Au

Re: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered by Debian Linux 9

2022-10-21 Thread Turritopsis Dohrnii Teo En Ming
On Fri, 21 Oct 2022 at 22:28, Dan Ritter wrote: > Turritopsis Dohrnii Teo En Ming wrote: > > Subject: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is > powered > > by Debian Linux 9 > > > > UniFi OS UCK G2 Plus 2.5.11 > > ... > > > Linux is everywhere! This also shows that Debian Linux

Re: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered by Debian Linux 9

2022-10-21 Thread Dan Ritter
Turritopsis Dohrnii Teo En Ming wrote: > Subject: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered > by Debian Linux 9 > > UniFi OS UCK G2 Plus 2.5.11 ... > Linux is everywhere! This also shows that Debian Linux is very stable for > it to be used in a commercial network device

Re: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is powered by Debian Linux 9

2022-10-21 Thread Charles Curley
On Fri, 21 Oct 2022 22:15:22 +0800 Turritopsis Dohrnii Teo En Ming wrote: > Subject: Wonderful! I discovered that UniFi Cloud Key Gen 2 Plus is > powered by Debian Linux 9 The one time I tried a Ubiquity product, in 2019, I had serious problems using their control software. Customer support was

Re: changing uuid of mdadm array

2022-10-21 Thread Tim Woodall
On Fri, 21 Oct 2022, Dan Ritter wrote: Tim Woodall wrote: On Wed, 19 Oct 2022, Lucas Castro wrote: The array must be identified somehow, in mdadm, array is by uuid! And I have two disks, which have the same uuid but are not part of the same array. How do I tell mdadm that they aren't part

Re: How to reset one ethernet port?

2022-10-21 Thread Ram Ramesh
> This is the lspci output on the two ethernet port. > > 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) > 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL8111/8168/8411 PCI Expres

Re: How to can make a partition in my hard disk ?

2022-10-21 Thread Andy Smith
Hello, On Wed, Oct 19, 2022 at 09:39:59PM -0400, Greg Wooledge wrote: > On Wed, Oct 19, 2022 at 07:26:06PM -0600, William Torrez Corea wrote: > > *What made you decide the slowness is due to a missing partition?* > > > > I don't know, i assume this. > > I'm utterly at a loss to understand how an

Re: changing uuid of mdadm array

2022-10-21 Thread Dan Ritter
Tim Woodall wrote: > On Fri, 21 Oct 2022, Dan Ritter wrote: > > > Tim Woodall wrote: > > > On Wed, 19 Oct 2022, Lucas Castro wrote: > > > > > > > The array must be identified somehow, in mdadm, array is by uuid! > > > > > > > > > > And I have two disks, which have the same uuid but are not par

Re: How to can make a partition in my hard disk ?

2022-10-21 Thread Dan Ritter
Andy Smith wrote: > Someone famous once said, "the only intuitive interface is the > nipple". For humans, at least, this turns out to be incorrect as well. Our babies are born with a rooting instinct: if you tickle their lower lip with something soft, they will open their mouth and try to latch

Re: How to reset one ethernet port?

2022-10-21 Thread Charles Curley
On Fri, 21 Oct 2022 10:44:11 -0500 Ram Ramesh wrote: > I only have firmware-linux-free and both NIC use the same kernel > driver > > yoda [rramesh] 313 > sudo lspci -v -s 02:00.0 | fgrep -i kernel > >     Kernel driver in use: r8169 > >     Kernel modules: r8169 > > yoda [rramesh] 314 > s

grep replacement using sed is behaving oddly

2022-10-21 Thread Gary Dale
I'm hoping someone can tell me what I'm doing wrong. I have a line in a lot of HTML files that I'd like to remove. The line is:     I'm testing the sed command to remove it on just one file. When it works, I'll run it against *.html. My command is:  sed -i -s 's/\s*\//g' history.ht

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread Greg Wooledge
On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: >  sed -i -s 's/\s*\//g' history.html > > Unfortunately, the replacement doesn't remove the line but rather leaves me > with: > >     <;"> The 's' command in sed doesn't remove lines. It performs a substitution within a line. T

Re: How to reset one ethernet port?

2022-10-21 Thread fxkl47BF
On Fri, 21 Oct 2022, Charles Curley wrote: > On Fri, 21 Oct 2022 10:44:11 -0500 > Ram Ramesh wrote: > >> I only have firmware-linux-free and both NIC use the same kernel >> driver >>> yoda [rramesh] 313 > sudo lspci -v -s 02:00.0 | fgrep -i kernel >>> ??? Kernel driver in use: r8169 >>> ?

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread tomas
On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: > I'm hoping someone can tell me what I'm doing wrong. I have a line in a lot > of HTML files that I'd like to remove. The line is: > >     > > I'm testing the sed command to remove it on just one file. When it works, > I'll run

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread tomas
On Fri, Oct 21, 2022 at 01:50:29PM -0400, Greg Wooledge wrote: > On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: > >  sed -i -s 's/\s*\//g' history.html > > > > Unfortunately, the replacement doesn't remove the line but rather leaves me > > with: > > > >     <;"> > > The 's' c

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread Greg Wooledge
On Fri, Oct 21, 2022 at 08:01:00PM +0200, to...@tuxteam.de wrote: > On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: > > I'm hoping someone can tell me what I'm doing wrong. I have a line in a lot > > of HTML files that I'd like to remove. The line is: > > > >     > > > > I'm t

Re: is Ansible easy to use?

2022-10-21 Thread Darac Marjal
On 20/10/2022 15:47, Anssi Saari wrote: Philipp Ewald writes: Hi folks, is ansible a easy way to configure customized hosts? First try, its super complicated for me. For me it has been. ssh loops work too though. Sometimes I've felt Ansible whines needlessly, something like "please don't do

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread tomas
On Fri, Oct 21, 2022 at 02:15:01PM -0400, Greg Wooledge wrote: > On Fri, Oct 21, 2022 at 08:01:00PM +0200, to...@tuxteam.de wrote: > > On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: > > > I'm hoping someone can tell me what I'm doing wrong. I have a line in a > > > lot > > > of HTML fi

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread The Wanderer
On 2022-10-21 at 14:15, Greg Wooledge wrote: > So... yeah, \< and/or \> clearly have some special meaning to GNU > sed. Good luck figuring out what that is. 'info sed', section 'sed regular expressions', subsection 'regular expression extensions': >> '\<' >> Matches the beginning of a word.

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread David Wright
On Fri 21 Oct 2022 at 14:15:01 (-0400), Greg Wooledge wrote: > On Fri, Oct 21, 2022 at 08:01:00PM +0200, to...@tuxteam.de wrote: > > On Fri, Oct 21, 2022 at 01:21:44PM -0400, Gary Dale wrote: > > > I'm hoping someone can tell me what I'm doing wrong. I have a line in a > > > lot > > > of HTML file

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread Greg Wooledge
On Fri, Oct 21, 2022 at 03:09:32PM -0400, The Wanderer wrote: > IOW, each seems to be half of the usual '\b' (edge of a word) set. With > the default sed behavior (not sure whether that's basic regular > expressions or extended regular expressions, in the nomenclature of the > info document), you c

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread The Wanderer
On 2022-10-21 at 16:16, Greg Wooledge wrote: > On Fri, Oct 21, 2022 at 03:09:32PM -0400, The Wanderer wrote: > >> IOW, each seems to be half of the usual '\b' (edge of a word) set. >> With the default sed behavior (not sure whether that's basic >> regular expressions or extended regular expressio

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-21 Thread Mario Marietto
Hello again to everyone. I've tried many times to change the pictures that I'd previously added inside the initrd file located inside the folder "/home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/live/initrd" of my "BridgeVmOS-live-11.5.0-2022.10.07-amd64-xfce.iso" image file and it seems

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-21 Thread Mario Marietto
At least I found what's the correct command to issue : echo /usr/share/plymouth/debian-logo.png | cpio -H newc -o -A -F initrd Below you can see what's the real problem : inside the archive there are two files with the same name. They seem to be different because their kb are different,but I have

Re: Samba server doesn't ask for alternate user credentials...

2022-10-21 Thread David Christensen
On 10/21/22 05:40, nimrod wrote: Hi, I'm running a Debian 10 Samba server with winbind and kerberos in a Active Directory domain. Domain users can access a unique share, which is then divideded into different directories, each with different file system permissions, based on domain users and gr

Re: How to reset one ethernet port?

2022-10-21 Thread Ram Ramesh
charles@hawk:~$ apt-file search rtl_nic/rtl8168g-2.fw firmware-realtek: /lib/firmware/rtl_nic/rtl8168g-2.fw charles@hawk:~$ You should do similarly. If the log shows that the driver wants firmware but can't find it, you may need to install the appropriate firmware package. I understand that som

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread Max Nikulin
On 22/10/2022 02:09, The Wanderer wrote: 'info sed', section 'sed regular expressions', subsection 'regular expression extensions': While a reader may find more interesting stuff lying around while traveling by this path, there is a shorthand info "(sed) regexp extensions" and alternatives

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-21 Thread David Wright
On Sat 22 Oct 2022 at 01:46:05 (+0200), Mario Marietto wrote: > > Below you can see what's the real problem : inside the archive there are > two files with the same name. They seem to be different because their kb > are different,but I have opened both files with "engrampa" and I saw that > they a

Apparmor - Bullseye - Enable?

2022-10-21 Thread Maurizio Caloro
Hello I have new in meesage log file following "Denied" from Apparmor. I give "read" to folder /etc/bind/* but this didnt help Oct 22 07:19:58 nmail kernel: [896168.251621] audit: type=1400 audit(1666415998.440:292): apparmor="DENIED" operation="mknod" profile="/usr/sbin/named" name="/etc/

Re: grep replacement using sed is behaving oddly

2022-10-21 Thread tomas
On Sat, Oct 22, 2022 at 10:32:24AM +0700, Max Nikulin wrote: > On 22/10/2022 02:09, The Wanderer wrote: > > > > 'info sed', section 'sed regular expressions', subsection 'regular > > expression extensions': > > While a reader may find more interesting stuff lying around while traveling > by this