Re: BUG in Debian SID

2024-08-01 Thread George at Clug
On Thursday, 01-08-2024 at 02:54 Łukasz Kalamłacki wrote: > 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 > > brct

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

Re: BUG in Debian SID

2024-07-30 Thread Łukasz Kalamłacki
Hi, Yes I tried that also with the same result. Best regards, Łukasz śr., 31 lip 2024 o 01:09 Jeffrey Walton napisał(a): > On Tue, Jul 30, 2024 at 7:00 PM Łukasz Kalamłacki > wrote: > > > > > > I detected and issue with Debian SID and DHCP for IPv6. > > > > In my network I use DHCPv6 server w

Re: BUG in Debian SID

2024-07-30 Thread Łukasz Kalamłacki
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 śr., 31 lip 2024 o 00:50 George at Clug napisał(a): > > > On Wednesday, 31-07-2024 at 06:01 Łukasz Kalamłacki wrote: > > Hello, > > > > > > I detected and

Re: BUG in Debian SID

2024-07-30 Thread Jeffrey Walton
On Tue, Jul 30, 2024 at 7:00 PM Łukasz Kalamłacki wrote: > > > I detected and issue with Debian SID and DHCP for IPv6. > > In my network I use DHCPv6 server which works fine on stable versions of > Debian or Trixie but when I add to sources.list sid source and do update > and upgrade I get and err

Re: BUG in Debian SID

2024-07-30 Thread George at Clug
On Wednesday, 31-07-2024 at 06:01 Łukasz Kalamłacki wrote: > Hello, > > > I detected and issue with Debian SID and DHCP for IPv6. > > > In my network I use DHCPv6 server which works fine on stable versions of > Debian or Trixie but when I add to sources.list sid source and do update Pleas

BUG in Debian SID

2024-07-30 Thread Łukasz Kalamłacki
Hello, I detected and issue with Debian SID and DHCP for IPv6. In my network I use DHCPv6 server which works fine on stable versions of Debian or Trixie but when I add to sources.list sid source and do update and upgrade I get and error that: "Link local ipv6 for interface is not configure

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-19 Thread Damon L. Chesser
Damon L. Chesser wrote: Ron, one of the few times I have to disagree with you: Yes this is 2008 and we are running Debian, however, Xorg -configure will still work. "-configure When this option is specified, the Xorg server loads all video driver modules, probes for avai

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-19 Thread Alan Ianson
On Mon May 19 2008 07:58:01 am Preston Boyington wrote: > Uwe Bugla wrote: > > I am running the latest Debian Lenny / Sid combination and wanted to > > adjust a workstation to another monitor. > > > > Traditionallly that works by the following command: > > dpkg-reconfigure xserver-xorg. > > > > If

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-19 Thread Preston Boyington
Uwe Bugla wrote: I am running the latest Debian Lenny / Sid combination and wanted to adjust a workstation to another monitor. Traditionallly that works by the following command: dpkg-reconfigure xserver-xorg. If I run that command, the script ends up with the question whether to emulate a 3-

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-19 Thread Damon L. Chesser
Ron Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/08 01:48, Thierry Chatelet wrote: [snip] Look at man xorg Xorg -configure should give you a new xorg.conf that you can modify yourself if needed. Check your calendar. This is 2008, not 1998. And this is Debia

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-19 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/08 01:48, Thierry Chatelet wrote: [snip] > > Look at man xorg > Xorg -configure should give you a new xorg.conf that you can modify yourself > if needed. Check your calendar. This is 2008, not 1998. And this is Debian, not Slackware. We

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread Thierry Chatelet
On Monday 19 May 2008 04:48:10 Ron Johnson wrote: > On 05/18/08 20:51, s. keeling wrote: > > Florian Kulzer <[EMAIL PROTECTED]>: > >> On Sun, May 18, 2008 at 17:20:05 +0200, s. keeling wrote: > >>> Uwe Bugla wrote: > I am running the latest Debian Lenny / Sid combination and wanted > >>> > >

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/18/08 20:51, s. keeling wrote: > Florian Kulzer <[EMAIL PROTECTED]>: >> On Sun, May 18, 2008 at 17:20:05 +0200, s. keeling wrote: >>> Uwe Bugla wrote: I am running the latest Debian Lenny / Sid combination and wanted >>> Lenny is testing.

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread s. keeling
Florian Kulzer <[EMAIL PROTECTED]>: > On Sun, May 18, 2008 at 17:20:05 +0200, s. keeling wrote: > > Uwe Bugla wrote: > > > > > > I am running the latest Debian Lenny / Sid combination and wanted > > > > Lenny is testing. Sid is unstable. There is no "Lenny / Sid", except > > of your making.

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread thveillon.debian
Florian Kulzer wrote : On Sun, May 18, 2008 at 17:20:05 +0200, s. keeling wrote: Uwe Bugla wrote: I am running the latest Debian Lenny / Sid combination and wanted Lenny is testing. Sid is unstable. There is no "Lenny / Sid", except of your making. He is probably simpl

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread Florian Kulzer
On Sun, May 18, 2008 at 17:20:05 +0200, s. keeling wrote: > Uwe Bugla wrote: > > > > I am running the latest Debian Lenny / Sid combination and wanted > > Lenny is testing. Sid is unstable. There is no "Lenny / Sid", except > of your making. He is probably simply quoting what he sees at ever

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread s. keeling
Uwe Bugla <[EMAIL PROTECTED]>: > > I am running the latest Debian Lenny / Sid combination and wanted Lenny is testing. Sid is unstable. There is no "Lenny / Sid", except of your making. > to adjust a workstation to another monitor. > > Traditionallly that works by the following command: >

Re: Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread Daniel Burrows
On Sun, May 18, 2008 at 04:00:30PM +0200, Uwe Bugla <[EMAIL PROTECTED]> was heard to say: > I am running the latest Debian Lenny / Sid combination and wanted to adjust a > workstation to another monitor. > > Traditionallly that works by the following command: > dpkg-reconfigure xserver-xorg. >

Assumed bug in Debian Sid: monitor cannot be reconfigured with dpkg-reconfigure

2008-05-18 Thread Uwe Bugla
Hi, I am running the latest Debian Lenny / Sid combination and wanted to adjust a workstation to another monitor. Traditionallly that works by the following command: dpkg-reconfigure xserver-xorg. If I run that command, the script ends up with the question whether to emulate a 3-button mouse o