Monthly FAQ for Debian-user mailing list (last modified 20240701)

2024-07-31 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Codes of Conduct * The list is a Debian communication forum. As such, it is subject to both the Debian mailing list Code of Conduct and the main Debian Code of

A simple Thank You

2024-07-31 Thread Gameming Gear
Hello. I just wanted to thank you for the work you put into Debian development. I have tried multiple distributions to find the best stability without having a load of updates. I even recommend Debian to my friends and family, they love it! Here's 1 minute of my time to thank you. 💙

Re: Reconhecimento de Celular

2024-07-31 Thread Roger Price
On Wed, 31 Jul 2024, hugocalabro wrote: Boa tarde. Meu Notebook possui o Debian 10, PorĂ©m ele nĂŁo reconhece meu Smartphone( Xaomi - REDMI 12c) quando conecto o cabo USB nele. AtĂ© mostra carregando a bateria do Smartphone, mas nĂŁo aparece o aparelho, mesmo selecionando TransferĂȘncia de Arqui

Reconhecimento de Celular

2024-07-31 Thread hugocalabro
Boa tarde. Meu Notebook possui o Debian 10, PorĂ©m ele nĂŁo reconhece meu Smartphone( Xaomi - REDMI 12c) quando conecto o cabo USB nele. AtĂ© mostra carregando a bateria do Smartphone, mas nĂŁo aparece o aparelho, mesmo selecionando TransferĂȘncia de Arquivos.

Re: BUG in Debian SID

2024-07-31 Thread Ɓukasz KalamƂacki
Hi, I did further test on VirtualBox and on KVM. VirtualBox on Linux somehow blocks IPv6 in bridged mode of the network configuration, so I created VM on KVM in bridged mode of the network brctl addbr bri0 brctl addif bri0 eth1 ifconfig bri0 up connected cable rj45, because we cannot add

Re: BUG in Debian SID

2024-07-31 Thread Ɓukasz KalamƂacki
Hi, I did another test, on fresh Debian 12.6 on Virtualbox where IPv6 works I did the following: I added on line to sources.lists deb http://deb.debian.org/debian/ sid main contrib non-free-firmware and removed all other entries. Then I did apt update apt full-upgrade and after installa

Re: BUG in Debian SID

2024-07-31 Thread George at Clug
Ɓukasz, I wanted to do another try, but this time stay with the initial Debian installation, that is not alter /etc/network/interfaces file. So this time I just built Bookworm, then upgraded to Sid. Good news is I still cannot replicate your issue. Hopefully the issue was because of the non si

Re: BUG in Debian SID

2024-07-31 Thread George at Clug
Ɓukasz, You do need to remove (comment out) all sources (e.g. bookworm/trixie) and only leave sid.  This may solve your issue. After creating a VM using Virt-Manager, I do get a ipv6 address, and I do not get the message  "Link local ipv6 for interface is not configured" when checking journalctl

Re: BUG in Debian SID

2024-07-31 Thread Ɓukasz KalamƂacki
Hi, I had besides sid also trixie sources but I bet that with only sid the result will be the same. Could you try to reproduce on VirtualBox at your side. You do not need dhcpv6 server. In normal behavior you should get timeout, but this bug will cause quick end with error from the first post. Be

Re: BUG in Debian SID

2024-07-31 Thread George at Clug
OK, I will give that a try and post back. George. On Wednesday, 31-07-2024 at 18:15 Ɓukasz KalamƂacki wrote: Hi, Are you able to reproduce at your side? You can verify this on VirtualBox even without DHCPv6 server. In normal circumstances you should get timeout on dhclient but the BUG cau

Re: BUG in Debian SID

2024-07-31 Thread Ɓukasz KalamƂacki
Hi, Are you able to reproduce at your side? You can verify this on VirtualBox even without DHCPv6 server. In normal circumstances you should get timeout on dhclient but the BUG causes that Debian should end immediately without timeout and with the error mentioned in the first post in syslog. So ar

Re: BUG in Debian SID

2024-07-31 Thread George at Clug
Ɓukasz, I wonder if the issue is that you are missing "non-free-firmware" which provides the non-free drivers for things like sound, network and WiFI devices? (Hopefully you only have 'sid' sources and no sources for other versions, for example 'bookworm' or 'backports') It could help to at l

Re: BUG in Debian SID

2024-07-31 Thread Andrew M.A. Cater
On Wed, Jul 31, 2024 at 08:33:28AM +0200, Ɓukasz KalamƂacki wrote: > Hi, > > I added only this to sources list: > > deb http://deb.debian.org/debian/ sid main contrib non-free > > and nothing else > > Best regards, > Ɓukasz > So that was the _only_ line in your /etc/apt/sources.list at that p