Re: After installing no access to the installed system.

2024-03-18 Thread tomas
On Mon, Mar 18, 2024 at 02:35:59PM -0500, David Wright wrote:
> On Mon 18 Mar 2024 at 17:31:24 (+0100), Marco Moock wrote:
> > Am 18.03.2024 um 16:17:55 Uhr schrieb Thomas Schweikle:
> > 
> > > EFI. While not installing grub, no boot entry is created too.
> > 
> > This is to be expected.
> > 
> > > It seems the installer fails silently at some point, after having
> > > installed all packages. Maybe it fails installing grub?

See below.

> > This doesn't explain the users not being set up.
> 
> My installer logs show Grub being installed before the
> users are set up.

This would go first, yes.

> > Can you go to the other virtual consoles to investigate the situation?
> > Maybe there is an error message.
> 
> There should be /var/log/installer/syslog on the newly installed
> filesystem.

My hunch currently is that nothing at all gets really written to
the disk, either failing silently or the OP not seeing the failures.

I wouldn't bet my farm on it (first of all because I have no
farm), but this would be the first I'd check. For example, by
looking around after the installer thinks it's done and *before*
the final reboot. What is mounted? Which devices are there?
Which partitions? What's in there?

Alternatively, boot the install/live medium in rescue mode and
try to find/mount the partitions where the fresh installation
is supposed to have landed.

If everything is there, my hunch was wrong and the primary suspect
seems to become Grub. Some BIOSes are rumoured to play games here.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: images in Perl/Tk

2024-03-18 Thread Michael Lange
Hi,

On Mon, 18 Mar 2024 19:23:39 +
"mick.crane"  wrote:

> I try to load images with Perl/Tk but there is message,
> "couldn't recognize data in image file "test.jpeg" at 
> /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21"
> I've tried different images/pngs/jpgs with same error.
> images load OK in other viewers.
> Installed tkpng with apt.
> 
> Anybody successfully used images with Perl/Tk?
> Would Tk::JPEG/Tk::PNG from cpan be happy with the Debian Tk and may 
> possibly help recognise the file format?
> Or is there some 'pruning' of the images, made with Gimp, needed to
> work with Tk?
> 
> mick
> 

I never used Tk with Perl, but first, you do not need tkpng for png
images anymore, pngs have been supported natively by Tk for years. Maybe
tkpng is broken (as at least some versions of img::png that came with
debian have been)?
Second, Tk does not support jpegs without third-party
extensions; probably img::jpeg can help, so you could try to 
install libtk-img with apt and then do the Perl equivalent of

   package require img::jpeg

Have a nice day,

Michael



Re: Ethernet werkt niet

2024-03-18 Thread Geert Stappers
On Mon, Mar 18, 2024 at 02:13:11PM +0100, Paul van der Vlis wrote:
> Hallo,
> 
> Ik heb iemand een computer verkocht met een nogal standaard Debian
> installatie, voor zover ik weet functioneerde het hier prima. Echter bij de
> klant werkt ethernet niet. Er is ook wifi aanwezig, dat werkt wel.
> 
> Ik heb wel een keer een verbinding gezien via ethernet, maar NetworkManager
> bleef "draaien".
> 
> Een laptop werkt wel bedraad aan dezelfde kabel, aan dezelfde switch, achter
> dezelfde router.  De switch is al een keer gereset, de router (een Fritzbox)
> nog niet, want hij wordt druk gebruikt. Als het even rustiger is wordt hij
> opnieuw opgestart.
> 
> Naast networkmanager heb ik ook een verbinding via /etc/network/interfaces
> geprobeerd, maar daar ook geen succes. Wat ik zie is een boel DHCPDISCOVER

Waar worden die DHCPDISCOVERs gezien?
En hoe?


> maar geen lease. Het lijkt alsof hij geen antwoord krijg via DHCP.
> 
> Er zijn bij deze klant vaker problemen geweest met het bekabelde netwerk,
> het vermoeden was dat er een kabel niet helemaal goed was. Maar deze is niet
> gemakkelijk te vervangen. We hebben op een gegeven moment wel de switch
> vervangen, en sindsdien lijkt het beter te gaan.
> 
> Op wat voor manier kun je een link controleren voordat er een IP is
> uitgedeeld?


ip link show dev enp8s0

En als je package ethtool ge-installeerd hebt:

sudo ethtool enp8s0


Vervang mijn enp8s0 door de device naam van de computer in kwestie.


> Het is overigens gewoon een Intel netwerkchip.
> 
> Er is geen beveiliging op MAC adres in de router volgens de klant (moet ik
> misschien nog controleren).

Controleer ook "beveiling op MAC adres" in de switch.

 
> Hebben jullie verder nog tips?

Controleer de verbinding tussen router en switch.


> Groet,
> Paul
> 
> Dit komt uit de logs:
> -
> mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7656] device 
> (enp0s31f6): Activation: starting connection 'Wired connection 1' 
> (81b728a8-8692-467b-9e61-6062a3e8b139)
> mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7658] device 
> (enp0s31f6): state change: disconnected -> prepare (reason 'none', 
> sys-iface-state: 'managed')
> mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7667] device 
> (enp0s31f6): state change: prepare -> config (reason 'none', sys-iface-state: 
> 'managed')
> mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7691] device 
> (enp0s31f6): state change: config -> ip-config (reason 'none', 
> sys-iface-state: 'managed')
> mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7705] dhcp4 
> (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
> mrt 18 12:56:23 pc7 NetworkManager[615]:   [1710762983.7301] device 
> (enp0s31f6): state change: ip-config -> failed (reason 
> 'ip-config-unavailable', sys-iface-state: 'managed')

duckduckgo NetworkManager 'ip-config-unavailable', sys-iface-state: 'managed'


> mrt 18 12:56:23 pc7 NetworkManager[615]:   [1710762983.7310] device 
> (enp0s31f6): Activation: failed for connection 'Wired connection 1'
> 
> 

Groeten
Geert Stappers
-- 
Silence is hard to parse



Re: images in Perl/Tk

2024-03-18 Thread debian-user
"mick.crane"  wrote:
> I try to load images with Perl/Tk but there is message,
> "couldn't recognize data in image file "test.jpeg" at 
> /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21"
> I've tried different images/pngs/jpgs with same error.
> images load OK in other viewers.
> Installed tkpng with apt.
>
> Anybody successfully used images with Perl/Tk?

You'll likely do better asking perl questions on e.g the perlmonks site.

> Would Tk::JPEG/Tk::PNG from cpan be happy with the Debian Tk and may 
> possibly help recognise the file format?

Sorry, are you suggesting using versions different to that which came
with the version you already have? Why would you even think of doing
that?

If you think the version of Tk you already have isn't working then
replace the whole thing, not just bits of it. But I'd think that was
premature myself.

> Or is there some 'pruning' of the images, made with Gimp, needed to
> work with Tk?
> 
> mick
> 



Re: After installing no access to the installed system.

2024-03-18 Thread Jeffrey Walton
On Mon, Mar 18, 2024 at 4:32 PM Thomas Schweikle  wrote:
>
> Am Mo., 18.März.2024 um 16:44:32 schrieb Greg Wooledge:
> > On Mon, Mar 18, 2024 at 03:24:14PM +0100, Thomas Schweikle wrote:
> >> Package: Debian installer
> >> Version: As on Debian live-CD/DVD for Debian 12.5
> >> Severity: critical
> >
> > Note that you sent this email to the debian-user list, not to the bug
> > tracking system.
>
> I know. The bog tracking system wants me to use reportbug, but since I
> do not have access to the installed system i cant use reportbug to
> report a bug.

You could email the report to sub...@bugs.debian.org. No need for
reportbug. See "How to report a bug in Debian using email,"
.

Jeff



Re: After installing no access to the installed system.

2024-03-18 Thread David Wright
On Mon 18 Mar 2024 at 17:31:24 (+0100), Marco Moock wrote:
> Am 18.03.2024 um 16:17:55 Uhr schrieb Thomas Schweikle:
> 
> > EFI. While not installing grub, no boot entry is created too.
> 
> This is to be expected.
> 
> > It seems the installer fails silently at some point, after having
> > installed all packages. Maybe it fails installing grub?
> 
> This doesn't explain the users not being set up.

My installer logs show Grub being installed before the
users are set up.

> Can you go to the other virtual consoles to investigate the situation?
> Maybe there is an error message.

There should be /var/log/installer/syslog on the newly installed
filesystem.

Cheers,
David.



images in Perl/Tk

2024-03-18 Thread mick.crane

I try to load images with Perl/Tk but there is message,
"couldn't recognize data in image file "test.jpeg" at 
/usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21"

I've tried different images/pngs/jpgs with same error.
images load OK in other viewers.
Installed tkpng with apt.

Anybody successfully used images with Perl/Tk?
Would Tk::JPEG/Tk::PNG from cpan be happy with the Debian Tk and may 
possibly help recognise the file format?
Or is there some 'pruning' of the images, made with Gimp, needed to work 
with Tk?


mick



Re: After installing no access to the installed system.

2024-03-18 Thread tomas
On Mon, Mar 18, 2024 at 07:00:57PM +, Andy Smith wrote:
> Hi,
> 
> On Mon, Mar 18, 2024 at 05:31:24PM +0100, Marco Moock wrote:
> > Am 18.03.2024 um 16:17:55 Uhr schrieb Thomas Schweikle:
> > > It seems the installer fails silently at some point, after having
> > > installed all packages. Maybe it fails installing grub?
> > 
> > This doesn't explain the users not being set up.
> 
> Given that this is a live media, is it possible that by leaving the
> disc in, the OP is in fact booting the live environment not the one
> they installed? This might explain no users and "wrong" locale.

I think the OP even said that. But by all appearances, the installer
(silently?) fails to write the boot loader to the disk (and possibly
to write to the disk at all, not sure about that).

@Thomas: can you check whether anything was written to the disk?
You could try to list its partition table and even mount (some of)
its partitions, if any, from your live system. Anything in there?

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: After installing no access to the installed system.

2024-03-18 Thread Andy Smith
Hi,

On Mon, Mar 18, 2024 at 01:40:44PM -0500, Nicholas Geovanis wrote:
> On Mon, Mar 18, 2024 at 12:48 PM Thomas Schweikle 
> wrote:
> > 1. Download debian live-CD/DVD from:
> > https://cdimage.debian.org/debian-cd/current/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso
> > or
> > https://ftp.gwdg.de/debian-cd/12.5.0-live/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso

[…]

> Is it possible that the hard-drive is not working correctly?
> It seems that all of those symptoms point to an un-writable hard-drive.

I think OP is actually booting the live media they installed from
and expecting it to be their installed system.

I don't know why their bootloader ends up misconfigured.

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: After installing no access to the installed system.

2024-03-18 Thread Andy Smith
Hi,

On Mon, Mar 18, 2024 at 05:31:24PM +0100, Marco Moock wrote:
> Am 18.03.2024 um 16:17:55 Uhr schrieb Thomas Schweikle:
> > It seems the installer fails silently at some point, after having
> > installed all packages. Maybe it fails installing grub?
> 
> This doesn't explain the users not being set up.

Given that this is a live media, is it possible that by leaving the
disc in, the OP is in fact booting the live environment not the one
they installed? This might explain no users and "wrong" locale.

I've never used Debian live media so I am just guessing.

I think it may have installed but something is wrong with the
bootloader setup.

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: After installing no access to the installed system.

2024-03-18 Thread Nicholas Geovanis
On Mon, Mar 18, 2024 at 12:48 PM Thomas Schweikle 
wrote:

> Package: Debian installer
> Version: As on Debian live-CD/DVD for Debian 12.5
> Severity: critical
>
> 1. Download debian live-CD/DVD from:
> https://cdimage.debian.org/debian-cd/current/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso
> or
> https://ftp.gwdg.de/debian-cd/12.5.0-live/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso
> 2. Boot from this DVD
> 3. Doubble click on "Install to harddisk"
> 4. Select to erase a partitioned harddisk
> 5. Select "German"
> 6. For User and Passwort enter
> Full name: demo Demo
> Username: de-de
> Password 1st: start123
> Password 2nd: start123
> 7. Click install
> 8. Wait until the installer finishes and reboots into this newly installed
> system
> 9. Try to login with the credentials given above:
> User: de-de
> Password: start123
>
> The newly installed system just tells: unknown user or password, user or
> password wrong. You wont be able to login.
>

Did the password you typed include any non-ASCII characters? Same question
for non -en_US characters?
And: Are you using a German-language keyboard? Or a "standard" US-style?


> Having a closer look at the system installed:
> - The system language ist set to en_US, instead, as selected to de_DE.
> - The keyboard language and layout ist set to en_US, instead, as selected
> to de_DE.
> - The user given isn't created at all.
> - The password isn't entered into /etc/passwd or /etc/shadow.
> - Root is created, but does not have a password, while passwordless logins
> are prohibited
>

Is it possible that the hard-drive is not working correctly?
It seems that all of those symptoms point to an un-writable hard-drive.


> Conclusion: it is not possible to login to the system. Youl have to hack
> it to get access.
>
> --
> Thomas
>


Re: After installing no access to the installed system.

2024-03-18 Thread tomas
On Mon, Mar 18, 2024 at 11:44:32AM -0400, Greg Wooledge wrote:
> On Mon, Mar 18, 2024 at 03:24:14PM +0100, Thomas Schweikle wrote:
> > Package: Debian installer
> > Version: As on Debian live-CD/DVD for Debian 12.5
> > Severity: critical
> 
> Note that you sent this email to the debian-user list, not to the bug
> tracking system.
> 
> > 6. For User and Passwort enter
> > Full name: demo Demo
> > Username: de-de
> > Password 1st: start123
> > Password 2nd: start123
> > 7. Click install
> > 8. Wait until the installer finishes and reboots into this newly installed
> > system
> > 9. Try to login with the credentials given above:
> > User: de-de
> > Password: start123
> > 
> > The newly installed system just tells: unknown user or password, user or
> > password wrong. You wont be able to login.
> 
> I wonder if it's the hyphen character.  Maybe the installer transforms
> that into an underscore, or omits it entirely?  That's just a guess.

Hyphen seems to be fine, at least according to the useradd(8) man page.
It has even a paragraph referencing Debian, mentioning the restriction
that the hyphen not be at the beginning of the name. But who knows. Perhaps
something else breaks.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: Ethernet werkt niet

2024-03-18 Thread Richard Lucassen
On Mon, 18 Mar 2024 14:13:11 +0100
Paul van der Vlis  wrote:

> Naast networkmanager heb ik ook een verbinding via 
> /etc/network/interfaces geprobeerd, maar daar ook geen succes. Wat ik 
> zie is een boel DHCPDISCOVER maar geen lease. Het lijkt alsof hij
> geen antwoord krijg via DHCP.

En als je Network-Destroyer stopt en gewoon aan de cli kijkt wat er
gebeurt?

ip link set eth0 up

Daarna:

dhclient eth0

Of

ip a a a.b.c.d/nm dev eth0
ip r a default via a.b.c.1
En /etc/resolv.conf even editten

Ik heb trouwens een laptop (staat nu 1000km verderop) en die heeft een
issue met de hardware of driver (ik weet zo niet uit m'n hoofd welke
kaart dat is). Die geeft qua receive niet thuis soms en dan zie je wel
dhcp requests maar geen antwoord.

R.

-- 
richard lucassen
http://contact.xaq.nl/



Re: After installing no access to the installed system.

2024-03-18 Thread Max Nikulin

On 18/03/2024 23:17, Thomas Schweikle wrote:

Maybe it fails installing grub?


Maybe /var/log/installer contains some logs?



Re: After installing no access to the installed system.

2024-03-18 Thread Marco Moock
Am 18.03.2024 um 16:17:55 Uhr schrieb Thomas Schweikle:

> EFI. While not installing grub, no boot entry is created too.

This is to be expected.

> It seems the installer fails silently at some point, after having
> installed all packages. Maybe it fails installing grub?

This doesn't explain the users not being set up.
Debian can be installed without GRUB (especially useful on BIOS systems
when a boot manager from another OS already exists).

Can you go to the other virtual consoles to investigate the situation?
Maybe there is an error message.

-- 
Gruß
Marco

Send unsolicited bulk mail to 1710775075mu...@cartoonies.org



Re: After installing no access to the installed system.

2024-03-18 Thread Marco Moock
Am 18.03.2024 um 16:07:15 Uhr schrieb Thomas Schweikle:

> I know. The bog tracking system wants me to use reportbug, but since
> I do not have access to the installed system i cant use reportbug to 
> report a bug.

It simply sends a pre-formatted email to sub...@bugs.debian.org. You
can do that manually.

https://www.debian.org/Bugs/Reporting

-- 
Gruß
Marco

Send unsolicited bulk mail to 1710774435mu...@cartoonies.org



Re: After installing no access to the installed system.

2024-03-18 Thread Thomas Schweikle

Am Mo., 18.März.2024 um 17:06:51 schrieb Marco Moock:

Am 18.03.2024 um 15:49:29 Uhr schrieb Thomas Schweikle:


And: after rebooting without any CD/DVD it just boots into an error:
no system found.


EFI or old BIOS system?
If EFI: Does a boot entry exist?


EFI. While not installing grub, no boot entry is created too. It seems 
the installer fails silently at some point, after having installed all 
packages. Maybe it fails installing grub?

--
Thomas



OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: After installing no access to the installed system.

2024-03-18 Thread Thomas Schweikle

Am Mo., 18.März.2024 um 16:44:32 schrieb Greg Wooledge:

On Mon, Mar 18, 2024 at 03:24:14PM +0100, Thomas Schweikle wrote:

Package: Debian installer
Version: As on Debian live-CD/DVD for Debian 12.5
Severity: critical


Note that you sent this email to the debian-user list, not to the bug
tracking system.


I know. The bog tracking system wants me to use reportbug, but since I 
do not have access to the installed system i cant use reportbug to 
report a bug.



6. For User and Passwort enter
 Full name: demo Demo
 Username: de-de
 Password 1st: start123
 Password 2nd: start123
7. Click install
8. Wait until the installer finishes and reboots into this newly installed
system
9. Try to login with the credentials given above:
 User: de-de
 Password: start123

The newly installed system just tells: unknown user or password, user or
password wrong. You wont be able to login.


I wonder if it's the hyphen character.  Maybe the installer transforms
that into an underscore, or omits it entirely?  That's just a guess.


Thought it too, but it is not. The user isn't created even if i just 
name it without any specials. I've even tried to install using en_US. 
But without success: same problem. The user account is not created.



Anyway, try logging in as "dede" or "de_de", just to see if one of those
works.  Otherwise, you'll need to boot in rescue mode (or any equivalent
of your choice), and look at the /etc/passwd and /etc/shadow files.
See what happened.


It is even more wired: if the installed system is rebooted from install 
media -- after finishing installation the system does boot, but is not 
accessible. In lack of any useable user account created.


If i then remove installation media and reboot, the system just does not 
find anything to boot into: the bootloader is not installed at all! Grub 
is missing!


The after-install-reboot is triggered without going the whole way: they 
"boot" by loading the kernel from the running install system kernel 
using kexec. This is faster and avoids rebooting into the install system 
again, but it wont work if the boot system is just about to be missing, 
because neither grub nor systemd.boot are installed.

--
Thomas



OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: After installing no access to the installed system.

2024-03-18 Thread Marco Moock
Am 18.03.2024 um 15:49:29 Uhr schrieb Thomas Schweikle:

> And: after rebooting without any CD/DVD it just boots into an error:
> no system found.

EFI or old BIOS system?
If EFI: Does a boot entry exist?

-- 
Gruß
Marco

Send spam to 1710773369mu...@cartoonies.org



Re: After installing no access to the installed system.

2024-03-18 Thread Thomas Schweikle

Am Mo., 18.März.2024 um 15:24:14 schrieb Thomas Schweikle:

Package: Debian installer
Version: As on Debian live-CD/DVD for Debian 12.5
Severity: critical

1. Download debian live-CD/DVD from: 
https://cdimage.debian.org/debian-cd/current/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso  or https://ftp.gwdg.de/debian-cd/12.5.0-live/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso 

2. Boot from this DVD
3. Doubble click on "Install to harddisk"
4. Select to erase a partitioned harddisk
5. Select "German"
6. For User and Passwort enter
     Full name: demo Demo
     Username: de-de
     Password 1st: start123
     Password 2nd: start123
7. Click install
8. Wait until the installer finishes and reboots into this newly 
installed system

9. Try to login with the credentials given above:
     User: de-de
     Password: start123

The newly installed system just tells: unknown user or password, user or 
password wrong. You wont be able to login.

Having a closer look at the system installed:
- The system language ist set to en_US, instead, as selected to de_DE.
- The keyboard language and layout ist set to en_US, instead, as 
selected to de_DE.

- The user given isn't created at all.
- The password isn't entered into /etc/passwd or /etc/shadow.
- Root is created, but does not have a password, while passwordless 
logins are prohibited


Conclusion: it is not possible to login to the system. Youl have to hack 
it to get access.


And: after rebooting without any CD/DVD it just boots into an error: no 
system found.

--
Thomas



OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: After installing no access to the installed system.

2024-03-18 Thread Greg Wooledge
On Mon, Mar 18, 2024 at 03:24:14PM +0100, Thomas Schweikle wrote:
> Package: Debian installer
> Version: As on Debian live-CD/DVD for Debian 12.5
> Severity: critical

Note that you sent this email to the debian-user list, not to the bug
tracking system.

> 6. For User and Passwort enter
> Full name: demo Demo
> Username: de-de
> Password 1st: start123
> Password 2nd: start123
> 7. Click install
> 8. Wait until the installer finishes and reboots into this newly installed
> system
> 9. Try to login with the credentials given above:
> User: de-de
> Password: start123
> 
> The newly installed system just tells: unknown user or password, user or
> password wrong. You wont be able to login.

I wonder if it's the hyphen character.  Maybe the installer transforms
that into an underscore, or omits it entirely?  That's just a guess.

Anyway, try logging in as "dede" or "de_de", just to see if one of those
works.  Otherwise, you'll need to boot in rescue mode (or any equivalent
of your choice), and look at the /etc/passwd and /etc/shadow files.
See what happened.



Re: Bluetooth sound problems Debian 12 GNOME

2024-03-18 Thread Charles Curley
On Mon, 18 Mar 2024 13:32:18 +0300
Jan Krapivin  wrote:

> Small problem is that LTS Kernel 6.1 doesn’t support this device, so
> I have used Liquorix kernel, which I have installed earlier. Though,
> I don’t need this kernel, as it haven’t helped me with sound
> interrupts, which was my hope at first.

I'm glad you reached a solution. You might also check the backports
kernel, which is currently linux-image-6.6.13+bpo-amd64
6.6.13-1~bpo12+1.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



After installing no access to the installed system.

2024-03-18 Thread Thomas Schweikle
Package: Debian installer
Version: As on Debian live-CD/DVD for Debian 12.5
Severity: critical

1. Download debian live-CD/DVD from:
https://cdimage.debian.org/debian-cd/current/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso
or
https://ftp.gwdg.de/debian-cd/12.5.0-live/amd64/iso-hybrid/debian-live-12.5.0-amd64-xfce.iso
2. Boot from this DVD
3. Doubble click on "Install to harddisk"
4. Select to erase a partitioned harddisk
5. Select "German"
6. For User and Passwort enter
Full name: demo Demo
Username: de-de
Password 1st: start123
Password 2nd: start123
7. Click install
8. Wait until the installer finishes and reboots into this newly installed
system
9. Try to login with the credentials given above:
User: de-de
Password: start123

The newly installed system just tells: unknown user or password, user or
password wrong. You wont be able to login.
Having a closer look at the system installed:
- The system language ist set to en_US, instead, as selected to de_DE.
- The keyboard language and layout ist set to en_US, instead, as selected
to de_DE.
- The user given isn't created at all.
- The password isn't entered into /etc/passwd or /etc/shadow.
- Root is created, but does not have a password, while passwordless logins
are prohibited

Conclusion: it is not possible to login to the system. Youl have to hack it
to get access.

-- 
Thomas


Re: Is procmail orphaned again?

2024-03-18 Thread mailinglists
Op Mon, 18 Mar 2024 14:07:46 +0100
mailingli...@vanwingerde.net schreef:

> The site is down, the mailinglist is not reachable. 

Via https://tracker.debian.org/pkg/procmail I found the new maintainer
and git: https://github.com/BuGlessRB/procmail

Procmail.org is already down since 2015-11:
https://web.archive.org/web/2015010100*/http://www.procmail.org/



Is procmail orphaned again?

2024-03-18 Thread mailinglists
The site is down, the mailinglist is not reachable. 



Ethernet werkt niet

2024-03-18 Thread Paul van der Vlis

Hallo,

Ik heb iemand een computer verkocht met een nogal standaard Debian 
installatie, voor zover ik weet functioneerde het hier prima. Echter bij 
de klant werkt ethernet niet. Er is ook wifi aanwezig, dat werkt wel.


Ik heb wel een keer een verbinding gezien via ethernet, maar 
NetworkManager bleef "draaien".


Een laptop werkt wel bedraad aan dezelfde kabel, aan dezelfde switch, 
achter dezelfde router.  De switch is al een keer gereset, de router 
(een Fritzbox) nog niet, want hij wordt druk gebruikt. Als het even 
rustiger is wordt hij opnieuw opgestart.


Naast networkmanager heb ik ook een verbinding via 
/etc/network/interfaces geprobeerd, maar daar ook geen succes. Wat ik 
zie is een boel DHCPDISCOVER maar geen lease. Het lijkt alsof hij geen 
antwoord krijg via DHCP.


Er zijn bij deze klant vaker problemen geweest met het bekabelde 
netwerk, het vermoeden was dat er een kabel niet helemaal goed was. Maar 
deze is niet gemakkelijk te vervangen. We hebben op een gegeven moment 
wel de switch vervangen, en sindsdien lijkt het beter te gaan.


Op wat voor manier kun je een link controleren voordat er een IP is 
uitgedeeld?  Het is overigens gewoon een Intel netwerkchip.


Er is geen beveiliging op MAC adres in de router volgens de klant (moet 
ik misschien nog controleren).


Hebben jullie verder nog tips?  Ik weet het even niet meer.

Groet,
Paul

Dit komt uit de logs:
-
mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7656] 
device (enp0s31f6): Activation: starting connection 'Wired connection 1' 
(81b728a8-8692-467b-9e61-6062a3e8b139)
mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7658] 
device (enp0s31f6): state change: disconnected -> prepare (reason 
'none', sys-iface-state: 'managed')
mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7667] 
device (enp0s31f6): state change: prepare -> config (reason 'none', 
sys-iface-state: 'managed')
mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7691] 
device (enp0s31f6): state change: config -> ip-config (reason 'none', 
sys-iface-state: 'managed')
mrt 18 12:55:38 pc7 NetworkManager[615]:   [1710762938.7705] dhcp4 
(enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
mrt 18 12:56:23 pc7 NetworkManager[615]:   [1710762983.7301] 
device (enp0s31f6): state change: ip-config -> failed (reason 
'ip-config-unavailable', sys-iface-state: 'managed')
mrt 18 12:56:23 pc7 NetworkManager[615]:   [1710762983.7310] 
device (enp0s31f6): Activation: failed for connection 'Wired connection 1'






--
Paul van der Vlis Linux systeembeheer Groningen
https://vandervlis.nl/



Re: [testing] plus de session graphique !

2024-03-18 Thread Gaëtan Perrier
Merci ! :)

Le 18 mars 2024 08:50:26 GMT+01:00, "Sébastien NOBILI" 
 a écrit :
>Bonjour,
>
>Le 2024-03-17 15:53, Gaëtan Perrier a écrit :
>> Suite à la mise à jour d'aujourd'hui et au nettoyage de deux paquets
>> libt* (je ne me souviens pas du nom exact) qui étaient indiqués comme
>> plus disponibles j'ai perdu ma session graphique. Elle s'est fermée
>> pendant la mise à jour ...
>
>Le fichier /var/log/apt/history.log permet de retrouver l'historique APT.
>
>Sébastien
>

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma 
brièveté.

Re: Servidor sofrendo algum tipo de syn ataque.

2024-03-18 Thread Helio Loureiro
Humm... tem algo bem estranho aí.

tcp6?   Deveria estar sobre IPv6.  E aí está mostrando IPv4.

Você roda algum tipo de NAT de IPv6 pra IPv4?  Pode ser algum problema aí.

Você pode tentar mitigar diminuindo os tempos de timeout pra TCP usando
sysctl.  Acho que é só mudar "net.netfilter.nf_conntrack_tcp_timeout_syn_recv"
pra algum valor mais baixo.  Talvez 3s.

Best Regards,
Helio Loureiro
https://helio.loureiro.eng.br
https://github.com/helioloureiro
https://mastodon.social/@helioloureiro


On Thu, 14 Mar 2024 at 20:42, Paulino Kenji Sato  wrote:

> Ola,
> Note uma atividade usual no tráfego de um servidor debian e notei uma
> quantidade enorme de conexões em SYN_RECV mostrado pelo comando netstat
> -nt, como as listadas abaixo
>
> tcp6   0  0 1__.1_.239.245:80   186.65.106.83:16607
> SYN_RECV
> tcp6   0  0 1__.1_.239.245:80   186.65.106.224:3531
> SYN_RECV
> tcp6   0  0 1__.1_.239.245:80   186.65.107.82:29048
> SYN_RECV
> tcp6   0  0 1__.1_.239.245:443  186.65.106.199:32652
>  SYN_RECV
> tcp6   0  0 1__.1_.239.245:80   186.65.106.7:58189
>  SYN_RECV
>
> Fui verificar outros servidores, e eles também estão assim, os mesmos ips.
> Que tipo de ataque e esse, e perigoso?
> Para mitigar, fiz um script e que se a contagem desses SYN_RECV por ip for
> maior que 5 , dropa todo o /24.
>
>
>
> --
> Paulino Kenji Sato
>


Re: Bluetooth sound problems Debian 12 GNOME

2024-03-18 Thread Jan Krapivin
Good news. Looks like I have solved the problem. As a last resort I have
bought another one wi-fi receiver, third one. It has *Realtek RTL8763BW*
chip

and *two antennas*. And finally all works fine. I have spent some hours,
using Bluetooth headphones, waiting for problems, but they hadn’t occur.
Small problem is that LTS Kernel 6.1 doesn’t support this device, so I have
used Liquorix kernel, which I have installed earlier. Though, I don’t need
this kernel, as it haven’t helped me with sound interrupts, which was my
hope at first. So… I bought more old Wi-fi receiver with *Realtek
RTL8761BUV* chip with antenna and it also works fine, and also works with
stable 6.1 kernel.

I am glad that situation found its resolution, though it is strange for me
that USB-dongle Bluetooth receiver (I don’t know the exact model) and
receiver on an internal wi-fi adapter (AX 210) have worked so poorly both.
Though I was in the distance not more than 2 meters from receiver.

Thanks for help

пт, 15 мар. 2024 г. в 05:21, Max Nikulin :

> On 14/03/2024 19:06, Jan Krapivin wrote:
> >
> > What do you think about QUANT parameter in */pw-top/*? Can it influence
> > sound quality? I wasn't able to change it with
> >
> > pw-metadata -n settings 0 clock.force-quantum 2048
>
> Sorry, my experience with tuning PipeWire is limited to switching audio
> profiles (A2DP codecs, HSF) from UI.
>
> I think in you case it would be more productive to enable debug logs
> either in bluetoothd or PipeWire to find either the host or the device
> drops or lost connections causing pauses till reconnect.
>
>
>


Re: Disparition de sensord

2024-03-18 Thread Frédéric MASSOT

Le 15/03/2024 à 21:50, BERTRAND Joël a écrit :

Bonsoir à tous,

je viens de m'apercevoir que sensord n'est plus disponible dans les
dépôts. C'était une chose très pratique qui balançait dans syslog les
sorties de sensors lorsqu'il y avait une alarme de température. Par quoi
est-ce que cela a été remplacé, je ne trouve rien...



Oui, il y a un rapport de bug sans réponse sur le github de lm-sensors :

https://github.com/lm-sensors/lm-sensors/issues/366

Le programme fait toujours partie des sources, mais il n'y a plus 
d'activité depuis trois ans :


https://github.com/lm-sensors/lm-sensors

C'est pas terrible...

--
==
|  FRÉDÉRIC MASSOT   |
|https://www.juliana-multimedia.com  |
|   mailto:frede...@juliana-multimedia.com   |
| +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
===Debian=GNU/Linux===



Re: [testing] plus de session graphique !

2024-03-18 Thread Sébastien NOBILI

Bonjour,

Le 2024-03-17 15:53, Gaëtan Perrier a écrit :

Suite à la mise à jour d'aujourd'hui et au nettoyage de deux paquets
libt* (je ne me souviens pas du nom exact) qui étaient indiqués comme
plus disponibles j'ai perdu ma session graphique. Elle s'est fermée
pendant la mise à jour ...


Le fichier /var/log/apt/history.log permet de retrouver l'historique 
APT.


Sébastien



Re: Bookworm Networking Issues

2024-03-18 Thread Anssi Saari
Greg Wooledge  writes:

> For example, on my current machine, the network interface is named "eno1".
> To bring this interface up, if it's not already up, I would run:
>
> ifup eno1

Um, ifup takes -a to bring all interfaces marked auto up. So that's the
obvious command to try and if it doesn't work then it's time to get down
into the details with error messages and what's in the config and all
that.