• Re: BUG in Debian SID

    From George at Clug@21:1/5 to All on Wed Jul 31 00:20:01 2024
    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

    Please let us know what you have added and also what you have in "sources.list sid source"

    Did you add something (or change?) something to /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog and
    systemctl is reporting failed networking service and only ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install testing Debian
    and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do not see installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George at Clug@21:1/5 to All on Wed Jul 31 10:10:01 2024
    Ł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 least add "non-free-firmware" even if there is another issue?

    https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list
    Debian Sid (Unstable) complete sources.list
    deb https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware # deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    Uncomment the deb-src line, if you want to enable the source repos.

    George.


    On Wednesday, 31-07-2024 at 16:33 Ł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

    śr., 31 lip 2024 o 00:50 George at Clug <Clug@goproject.info> napisał(a):



    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

    Please let us know what you have added and also what you have in "sources.list sid source"

    Did you add something (or change?) something to /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog and
    systemctl is reporting failed networking service and only ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install testing Debian and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do not see installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz






    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrew M.A. Cater@21:1/5 to All on Wed Jul 31 10:00:01 2024
    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 point?

    You install testing - upgrade as far as you can - then delete everything
    in /etc/apt/sources.list and replace it with the line above?

    If you end up with an accidental mixture of trixie and sid, it would
    be very hard to work out how to disentangle it.

    Andy

    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

    Please let us know what you have added and also what you have in "sources.list sid source"

    Did you add something (or change?) something to /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog and
    systemctl is reporting failed networking service and only ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install testing Debian and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do not see installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz





    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe@21:1/5 to Andrew M.A. Cater on Wed Jul 31 11:20:02 2024
    On Wed, 31 Jul 2024 07:57:52 +0000
    "Andrew M.A. Cater" <amacater@einval.com> wrote:

    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
    point?

    You install testing - upgrade as far as you can - then delete
    everything in /etc/apt/sources.list and replace it with the line
    above?

    If you end up with an accidental mixture of trixie and sid, it would
    be very hard to work out how to disentangle it.

    From the Debian Wiki:

    "Best practices for Testing/Sid users

    "Please, have a look at [the best practices for Testing/Unstable users]
    (link), and consider implementing them.

    "Best practices for Testing users

    "It is a good idea to include unstable and experimental in your apt
    sources so that you have access to newer packages when needed. With the APT::Default-Release apt config setting or with apt pinning you can
    have packages from testing by default but if you manually upgrade some
    packages to unstable or experimental, then you will get upgrades within
    that suite until those packages migrate down to unstable or testing.
    The apt pinning needs priorities lower than 990 and equal to or higher
    than 500 for this to work nicely. You can also pin some packages to unstable/experimental that you always want the latest versions of.

    "It is a good idea to install security updates from unstable since they
    take extra time to reach testing and the security team only releases
    updates to unstable."


    I've seen recommendations the other way around also: that unstable
    users should also add testing repositories, as packages are
    occasionally temporarily withdrawn from unstable. I've followed this for
    many years without trouble, and my login banner includes the
    distribution name 'trixie/sid'.

    --
    Joe

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George at Clug@21:1/5 to All on Wed Jul 31 10:30:01 2024
    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 causes that Debian should
    end immediately without timeout and with the error mentioned in the
    first post in syslog.
    So are you able to reproduce at your side?


    Best regards,
    Łukasz



    śr., 31 lip 2024 o 10:06 George at Clug napisał(a):



    Ł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 least add "non-free-firmware" even if there is
    another issue?

    https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list
    Debian Sid (Unstable) complete sources.list
    deb https://ftp.debian.org/debian/ sid contrib main non-free
    non-free-firmware
    # deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    Uncomment the deb-src line, if you want to enable the source repos.

    George.


    On Wednesday, 31-07-2024 at 16:33 Ł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

    ś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 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

    Please let us know what you have added and also what you have in "sources.list sid source"

    Did you add something (or change?) something to
    /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog and
    systemctl is reporting failed networking service and only ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install testing
    Debian
    and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do not
    see
    installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz






    <html>
    <head>
    <style type="text/css">
    body,p,td,div,span{
    font-size:13px; font-family:Arial, Helvetica, sans-serif;
    };
    body p{
    margin:0px;
    }
    </style>
    </head>
    <body><div>OK, I will give that a try and post back. <br></div><div><br></div><div>George.<br></div><br>On Wednesday, 31-07-2024 at 18:15 Łukasz Kalamłacki wrote:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px;
    padding-left:5px; margin-left: 5px; "><div dir="ltr"><div>Hi,</div><div><br></div><div>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.</div><div>So are you able to reproduce at your side?</div><div><br></div><div>Best regards,</div><div>Łukasz<br></div></div><br><
    div class="gmail_quote"><div dir="ltr" class="gmail_attr">śr., 31 lip 2024 o 10:06&nbsp;George at Clug &lt;<a href="mailto:Clug@goproject.info">Clug@goproject.info</a>&gt; napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.
    8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Łukasz,<br>


    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?<br>

    (Hopefully you only have 'sid' sources and no sources for other versions, for example 'bookworm' or 'backports')<br>

    It could help to at least add "non-free-firmware" even if there is another issue?<br>

    <a target="_blank" class="blue" href="https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list" rel="noreferrer">https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list</a><br>
    Debian Sid (Unstable) complete sources.list<br>
    deb <a target="_blank" class="blue" href="https://ftp.debian.org/debian/" rel="noreferrer">https://ftp.debian.org/debian/</a> sid contrib main non-free non-free-firmware<br>
    # deb-src <a target="_blank" class="blue" href="https://ftp.debian.org/debian/" rel="noreferrer">https://ftp.debian.org/debian/</a> sid contrib main non-free non-free-firmware<br>

    Uncomment the deb-src line, if you want to enable the source repos.<br>

    George.<br>


    On Wednesday, 31-07-2024 at 16:33 Łukasz Kalamłacki wrote:<br>
    &gt; Hi,<br>
    &gt; <br>
    &gt; I added only this to sources list:<br>
    &gt; <br>
    &gt; deb <a target="_blank" class="blue" href="http://deb.debian.org/debian/" rel="noreferrer">http://deb.debian.org/debian/</a> sid main contrib non-free<br>
    &gt; <br>
    &gt; and nothing else<br>
    &gt; <br>
    &gt; Best regards,<br>
    &gt; Łukasz<br>
    &gt; <br>
    &gt; śr., 31 lip 2024 o 00:50 George at Clug &lt;<a href="mailto:Clug@goproject.info" target="_blank">Clug@goproject.info</a>&gt; napisał(a):<br>
    &gt; <br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt; On Wednesday, 31-07-2024 at 06:01 Łukasz Kalamłacki wrote:<br>
    &gt; &gt; &gt; Hello,<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; I detected and issue with Debian SID and DHCP for IPv6.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; In my network I use DHCPv6 server which works fine on stable versions of<br>
    &gt; &gt; &gt; Debian or Trixie but when I add to sources.list sid source and do update<br>
    &gt; &gt;<br>
    &gt; &gt; Please let us know what you have added and also what you have in<br> &gt; &gt; "sources.list sid source"<br>
    &gt; &gt;<br>
    &gt; &gt; Did you add something (or change?) something to /etc/apt/sources.list ?<br>
    &gt; &gt;<br>
    &gt; &gt; Did you change anything else?<br>
    &gt; &gt;<br>
    &gt; &gt; George.<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt; &gt; and upgrade I get and error that:<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; "Link local ipv6 for interface is not configured" in syslog and<br>
    &gt; &gt; &gt; systemctl is reporting failed networking service and only ipv4<br>
    &gt; &gt; &gt; addressing is available.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; configuration in /etc/network/interfaces<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; auto enp0s3<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; iface enp0s3 inet dhcp<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; iface enp0s3 inet6 dhcp<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; What is interesting when the system is already running I can do:<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; dhclient -6 enp0s3<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; and I get ipv6 address correctly<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; The problem is reproducible on Virtualbox: just install testing Debian<br>
    &gt; &gt; &gt; and add sid to source.list and do update/upgrade in apt.<br> &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; The issue is very strange because during upgrade to SID I do not see<br>
    &gt; &gt; &gt; installation of any networking packages.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; What do you think?<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; Best regards,<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; Łukasz<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; <br>
    </blockquote></div>
    </blockquote></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George at Clug@21:1/5 to All on Wed Jul 31 11:40:03 2024
    Ł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 output. 


    To check for the message I used the command:
    # journalctl | grep -i ipv6

    Longer explanation, is, this is what I did:

    I built a headless server (e.g. no GUI) stable bookworm installation,
    and then after the installation, commented out all sources, then added
    sid and sources for sid.
    deb https://ftp.debian.org/debian/ sid contrib main non-free
    non-free-firmware
    deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    # apt update

    # apt full-upgrade -y

    # systemctl reboot

    (log in again)

    Edit /etc/network/interfaces and after 'iface enp1s0 inet dhcp' added
    iface enp1s0 inet6 dhcp

    Then rebooted the VM
    # systemctl reboot

    (log in again)

    Checked and saw there was an ipv6 ip address:
    # ip -6 a

    Checked for ipv6 messages but cannot find any message  "Link local
    ipv6 for interface is not configured".
    # journalctl | grep -i ipv6
    ... list of IPv6 log messages were displayed...


    Let me know if I can help further?



    George.



    On Wednesday, 31-07-2024 at 18:53 Łukasz Kalamłacki wrote:
    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.

    Best regards,
    Łukasz

    śr., 31 lip 2024 o 10:35 Andrew M.A. Cater napisał(a):

    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
    point?

    You install testing - upgrade as far as you can - then delete
    everything
    in /etc/apt/sources.list and replace it with the line above?

    If you end up with an accidental mixture of trixie and sid, it
    would
    be very hard to work out how to disentangle it.

    Andy

    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

    Please let us know what you have added and also what you have
    in
    "sources.list sid source"

    Did you add something (or change?) something to
    /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog
    and
    systemctl is reporting failed networking service and only
    ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can
    do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install
    testing
    Debian
    and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do
    not see
    installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz








    <html>
    <head>
    <style type="text/css">
    body,p,td,div,span{
    font-size:13px; font-family:Arial, Helvetica, sans-serif;
    };
    body p{
    margin:0px;
    }
    </style>
    </head>
    <body>Łukasz,<br>

    You do need to remove (comment out) all sources (e.g. bookworm/trixie) and only leave sid.&nbsp; This may solve your issue.<div><br></div><div>
    After creating a VM using Virt-Manager, I do get a ipv6 address, and I do not get the message&nbsp;&nbsp;"Link local ipv6 for interface is not configured" when checking journalctl output.&nbsp;</div><div><br></div><div>To check for the message I used the
    command:<br># journalctl | grep -i ipv6</div>

    Longer explanation, is, this is what I did:<br>

    I built a headless server (e.g. no GUI) stable bookworm installation, and then after the installation, commented out all sources, then added sid and sources for sid.<br>
    deb <a href="https://ftp.debian.org/debian" target="_blank" class="normal-link">https://ftp.debian.org/debian</a>/ sid contrib main non-free non-free-firmware<br>
    deb-src <a href="https://ftp.debian.org/debian" target="_blank" class="normal-link">https://ftp.debian.org/debian</a>/ sid contrib main non-free non-free-firmware<br>

    # apt update<br>

    # apt full-upgrade -y<br>

    # systemctl reboot<br>

    (log in again)<br>

    Edit /etc/network/interfaces and after 'iface enp1s0 inet dhcp' added<br>
    iface enp1s0 inet6 dhcp<br>

    Then rebooted the VM <br>
    # systemctl reboot<br>

    (log in again)<br>

    Checked and saw there was an ipv6 ip address:<br>
    # ip -6 a<br>

    Checked for ipv6 messages but cannot find any message&nbsp;&nbsp;"Link local ipv6 for interface is not configured". <br><div>
    # journalctl | grep -i ipv6</div><div>... list of IPv6 log messages were displayed...<br></div><br><div>Let me know if I can help further?<br></div><div><br></div><div>George.</div>
    <br><br>

    On Wednesday, 31-07-2024 at 18:53 Łukasz Kalamłacki wrote:<br>
    &gt; Hi,<br>
    &gt; <br>
    &gt; I had besides sid also trixie sources but I bet that with only sid the<br> &gt; result will be the same.<br>
    &gt; Could you try to reproduce on VirtualBox at your side. You do not need<br> &gt; dhcpv6 server. In normal behavior you should get timeout, but this bug will<br>
    &gt; cause quick end with error from the first post.<br>
    &gt; <br>
    &gt; Best regards,<br>
    &gt; Łukasz<br>
    &gt; <br>
    &gt; śr., 31 lip 2024 o 10:35 Andrew M.A. Cater &lt;amacater@einval.com&gt; napisał(a):<br>
    &gt; <br>
    &gt; &gt; On Wed, Jul 31, 2024 at 08:33:28AM +0200, Łukasz Kalamłacki wrote:<br>
    &gt; &gt; &gt; Hi,<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; I added only this to sources list:<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; deb <a href="http://deb.debian.org/debian" target="_blank" class="normal-link">http://deb.debian.org/debian</a>/ sid main contrib non-free<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; and nothing else<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; Best regards,<br>
    &gt; &gt; &gt; Łukasz<br>
    &gt; &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt; So that was the _only_ line in your /etc/apt/sources.list at that point?<br>
    &gt; &gt;<br>
    &gt; &gt; You install testing - upgrade as far as you can - then delete everything<br>
    &gt; &gt; in /etc/apt/sources.list and replace it with the line above?<br>
    &gt; &gt;<br>
    &gt; &gt; If you end up with an accidental mixture of trixie and sid, it would<br>
    &gt; &gt; be very hard to work out how to disentangle it.<br>
    &gt; &gt;<br>
    &gt; &gt; Andy<br>
    &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; In my network I use DHCPv6 server which works fine on stable<br>
    &gt; &gt; versions of<br>
    &gt; &gt; &gt; &gt; &gt; Debian or Trixie but when I add to sources.list sid source and do<br>
    &gt; &gt; update<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; Please let us know what you have added and also what you have in<br>
    &gt; &gt; &gt; &gt; "sources.list sid source"<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; Did you add something (or change?) something to /etc/apt/sources.list ?<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; Did you change anything else?<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; George.<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; and upgrade I get and error that:<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; "Link local ipv6 for interface is not configured" in syslog and<br>
    &gt; &gt; &gt; &gt; &gt; systemctl is reporting failed networking service and only ipv4<br>
    &gt; &gt; &gt; &gt; &gt; addressing is available.<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; configuration in /etc/network/interfaces<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; auto enp0s3<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; iface enp0s3 inet dhcp<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; iface enp0s3 inet6 dhcp<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; What is interesting when the system is already running I can do:<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; dhclient -6 enp0s3<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; and I get ipv6 address correctly<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; The problem is reproducible on Virtualbox: just install testing<br>
    &gt; &gt; Debian<br>
    &gt; &gt; &gt; &gt; &gt; and add sid to source.list and do update/upgrade in apt.<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; The issue is very strange because during upgrade to SID I do not see<br>
    &gt; &gt; &gt; &gt; &gt; installation of any networking packages.<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; What do you think?<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; Best regards,<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt; Łukasz<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt; &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt;</body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George at Clug@21:1/5 to All on Wed Jul 31 13:00:01 2024
    Ł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 sid sources. 


    All the best with your fault finding, and thanks for the fun of
    running up a couple of VMs. I really enjoy how VMs make testing easy.


    Below is my checking after building the Bookworm VM, to upgrading to
    sid, and then checking once again.


    George.




    # cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    allow-hotplug enp1s0
    iface enp1s0 inet dhcp


    # ip -6 a
    1: lo: mtu 65536 state UNKNOWN qlen 1000
        inet6 ::1/128 scope host noprefixroute
           valid_lft forever preferred_lft forever
    2: enp1s0:
    mtu 1500 state UP qlen 1000
        inet6 fe80::5054:ff:fe95:9109/64 scope link
           valid_lft forever preferred_lft forever

           
    # journalctl | grep -i ipv6
    Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:06:07 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6


    =============================================================================== # nano /etc/apt/sources.list

    deb https://ftp.debian.org/debian/ sid contrib main non-free
    non-free-firmware
    # deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    # apt update && apt full-upgrade -y
    # systemctl reboot

    # cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    allow-hotplug enp1s0
    iface enp1s0 inet dhcp



    # ip -6 a
    1: lo: mtu 65536 state UNKNOWN qlen 1000
        inet6 ::1/128 scope host noprefixroute
           valid_lft forever preferred_lft forever
    2: enp1s0:
    mtu 1500 state UP qlen 1000
        inet6 fe80::5054:ff:fe95:9109/64 scope link proto kernel_ll        valid_lft forever preferred_lft forever

           
    # journalctl | grep -i ipv6
    Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:06:07 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6
    Jul 31 20:41:06 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:41:06 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:41:06 debsid1 kernel: mip6: Mobile IPv6




    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 causes that Debian should
    end immediately without timeout and with the error mentioned in the
    first post in syslog.
    So are you able to reproduce at your side?


    Best regards,
    Łukasz



    śr., 31 lip 2024 o 10:06 George at Clug napisał(a):



    Ł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 least add "non-free-firmware" even if there is
    another issue?

    https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list
    Debian Sid (Unstable) complete sources.list
    deb https://ftp.debian.org/debian/ sid contrib main non-free
    non-free-firmware
    # deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    Uncomment the deb-src line, if you want to enable the source repos.

    George.


    On Wednesday, 31-07-2024 at 16:33 Ł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

    ś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 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

    Please let us know what you have added and also what you have in "sources.list sid source"

    Did you add something (or change?) something to
    /etc/apt/sources.list ?

    Did you change anything else?

    George.



    and upgrade I get and error that:

    "Link local ipv6 for interface is not configured" in syslog and
    systemctl is reporting failed networking service and only ipv4
    addressing is available.


    configuration in /etc/network/interfaces

    auto enp0s3

    iface enp0s3 inet dhcp

    iface enp0s3 inet6 dhcp


    What is interesting when the system is already running I can do:

    dhclient -6 enp0s3

    and I get ipv6 address correctly


    The problem is reproducible on Virtualbox: just install testing
    Debian
    and add sid to source.list and do update/upgrade in apt.


    The issue is very strange because during upgrade to SID I do not
    see
    installation of any networking packages.


    What do you think?


    Best regards,

    Łukasz






    <html>
    <head>
    <style type="text/css">
    body,p,td,div,span{
    font-size:13px; font-family:Arial, Helvetica, sans-serif;
    };
    body p{
    margin:0px;
    }
    </style>
    </head>
    <body>
    <div><div>Łukasz,</div><div><br></div><div>I wanted to do another try, but this time stay with the initial Debian installation, that is not alter /etc/network/interfaces file.<br><br>So this time I just built Bookworm, then upgraded to Sid.</div><div><
    </div><div>Good news is I still cannot replicate your issue. Hopefully the issue was because of the non sid sources.&nbsp;</div><div><br></div><div>All the best with your fault finding, and thanks for the fun of running up a couple of VMs. I really
    enjoy how VMs make testing easy.</div><div><br></div><div>Below is my checking after building the Bookworm VM, to upgrading to sid, and then checking once again.</div><div><br></div><div>George.<br></div></div><div><br></div><div># cat /etc/network/
    interfaces<br># This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br><br>source /etc/network/interfaces.d/*<br><br># The loopback network interface<br>auto lo<br>
    iface lo inet loopback<br><br># The primary network interface<br>allow-hotplug enp1s0<br>iface enp1s0 inet dhcp<br><br><br># ip -6 a<br>1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 state UNKNOWN qlen 1000<br>&nbsp;&nbsp;&nbsp; inet6 ::1/128 scope host
    noprefixroute <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid_lft forever preferred_lft forever<br>2: enp1s0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 state UP qlen 1000<br>&nbsp;&nbsp;&nbsp; inet6 fe80::5054:ff:fe95:9109/64 scope link <br>&nbsp;&
    nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid_lft forever preferred_lft forever<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br># journalctl | grep -i ipv6<br>Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6<br>Jul 31 20:06:07 debsid1 kernel: In-situ OAM (
    IOAM) with IPv6<br>Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6</div><div><br></div><div>===============================================================================<br># nano /etc/apt/sources.list<br><br>deb https://ftp.debian.org/debian/ sid
    contrib main non-free non-free-firmware<br># deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware<br><br># apt update &amp;&amp; apt full-upgrade -y<br># systemctl reboot<br><br># cat /etc/network/interfaces<br># This file
    describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br><br>source /etc/network/interfaces.d/*<br><br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br><
    # The primary network interface<br>allow-hotplug enp1s0<br>iface enp1s0 inet dhcp<br><br><br><br># ip -6 a<br>1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 state UNKNOWN qlen 1000<br>&nbsp;&nbsp;&nbsp; inet6 ::1/128 scope host noprefixroute <br>&nbsp;&
    nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid_lft forever preferred_lft forever<br>2: enp1s0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 state UP qlen 1000<br>&nbsp;&nbsp;&nbsp; inet6 fe80::5054:ff:fe95:9109/64 scope link proto kernel_ll <br>&nbsp;&nbsp;&
    nbsp;&nbsp;&nbsp;&nbsp; valid_lft forever preferred_lft forever<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br># journalctl | grep -i ipv6<br>Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6<br>Jul 31 20:06:07 debsid1 kernel: In-situ OAM (IOAM)
    with IPv6<br>Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6<br>Jul 31 20:41:06 debsid1 kernel: Segment Routing with IPv6<br>Jul 31 20:41:06 debsid1 kernel: In-situ OAM (IOAM) with IPv6<br>Jul 31 20:41:06 debsid1 kernel: mip6: Mobile IPv6<br><br><br></
    <br>On Wednesday, 31-07-2024 at 18:15 Łukasz Kalamłacki wrote:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; "><div dir="ltr"><div>Hi,</div><div><br></div><div>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.</div><div>So are you able to reproduce at your side?</div><div><br></div><div>Best regards,</div><div>Łukasz<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">śr., 31 lip 2024 o 10:06&nbsp;George at
    Clug &lt;<a href="mailto:Clug@goproject.info">Clug@goproject.info</a>&gt; napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Łukasz,<br>


    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?<br>

    (Hopefully you only have 'sid' sources and no sources for other versions, for example 'bookworm' or 'backports')<br>

    It could help to at least add "non-free-firmware" even if there is another issue?<br>

    <a target="_blank" class="blue" href="https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list" rel="noreferrer">https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list</a><br>
    Debian Sid (Unstable) complete sources.list<br>
    deb <a target="_blank" class="blue" href="https://ftp.debian.org/debian/" rel="noreferrer">https://ftp.debian.org/debian/</a> sid contrib main non-free non-free-firmware<br>
    # deb-src <a target="_blank" class="blue" href="https://ftp.debian.org/debian/" rel="noreferrer">https://ftp.debian.org/debian/</a> sid contrib main non-free non-free-firmware<br>

    Uncomment the deb-src line, if you want to enable the source repos.<br>

    George.<br>


    On Wednesday, 31-07-2024 at 16:33 Łukasz Kalamłacki wrote:<br>
    &gt; Hi,<br>
    &gt; <br>
    &gt; I added only this to sources list:<br>
    &gt; <br>
    &gt; deb <a target="_blank" class="blue" href="http://deb.debian.org/debian/" rel="noreferrer">http://deb.debian.org/debian/</a> sid main contrib non-free<br>
    &gt; <br>
    &gt; and nothing else<br>
    &gt; <br>
    &gt; Best regards,<br>
    &gt; Łukasz<br>
    &gt; <br>
    &gt; śr., 31 lip 2024 o 00:50 George at Clug &lt;<a href="mailto:Clug@goproject.info" target="_blank">Clug@goproject.info</a>&gt; napisał(a):<br>
    &gt; <br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt; On Wednesday, 31-07-2024 at 06:01 Łukasz Kalamłacki wrote:<br>
    &gt; &gt; &gt; Hello,<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; I detected and issue with Debian SID and DHCP for IPv6.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; In my network I use DHCPv6 server which works fine on stable versions of<br>
    &gt; &gt; &gt; Debian or Trixie but when I add to sources.list sid source and do update<br>
    &gt; &gt;<br>
    &gt; &gt; Please let us know what you have added and also what you have in<br> &gt; &gt; "sources.list sid source"<br>
    &gt; &gt;<br>
    &gt; &gt; Did you add something (or change?) something to /etc/apt/sources.list ?<br>
    &gt; &gt;<br>
    &gt; &gt; Did you change anything else?<br>
    &gt; &gt;<br>
    &gt; &gt; George.<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt; &gt; and upgrade I get and error that:<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; "Link local ipv6 for interface is not configured" in syslog and<br>
    &gt; &gt; &gt; systemctl is reporting failed networking service and only ipv4<br>
    &gt; &gt; &gt; addressing is available.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; configuration in /etc/network/interfaces<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; auto enp0s3<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; iface enp0s3 inet dhcp<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; iface enp0s3 inet6 dhcp<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; What is interesting when the system is already running I can do:<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; dhclient -6 enp0s3<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; and I get ipv6 address correctly<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; The problem is reproducible on Virtualbox: just install testing Debian<br>
    &gt; &gt; &gt; and add sid to source.list and do update/upgrade in apt.<br> &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; The issue is very strange because during upgrade to SID I do not see<br>
    &gt; &gt; &gt; installation of any networking packages.<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; What do you think?<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; Best regards,<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt; Łukasz<br>
    &gt; &gt; &gt;<br>
    &gt; &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; &gt;<br>
    &gt; <br>
    </blockquote></div>
    </blockquote>
    </body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From George at Clug@21:1/5 to All on Thu Aug 1 13:30:01 2024
    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

    brctl addif bri0 eth1

    ifconfig bri0 up

    connected cable rj45, because we cannot add to the bridge wlan iface


    and after adding:

    auto enp8s0

    iface enp8s0 inet dhcp

    iface enp8s0 inet6 dhcp

    to /etc/network/interfaces


    and added to /etc/apt/sources.list removing all other lines

    deb http://deb.debian.org/debian/ sid main non-free-firmware
    deb-src http://deb.debian.org/debian/ sid main non-free-firmware


    and I did

    apt update

    apt full-upgrade


    and everything works surprisingly.


    But right now I have other issue with the system where previously I did
    the update wrong way, because on that machine ipv6 still does not work
    and after deleting everything besides sid from sources.lists and executing

    apt update

    apt full-upgrade

    ipv6 fails.

    Do you have solution for me?

    Sadly not one that you want and need.

    These two suggestions are how I have tried to update.

    1) Back up data, reinstall with a format of the hard drive to make a clean installation, then restore data.

    2) (I do not know if this works, but) Back up data, reinstall without a format of the hard drive to install the specific OS files and configurations, then restore data.

    3) (Hopefully someone has a useful suggestion better than my above suggestions, can anyone make useful suggestions?.

    I have always used suggestion 1) of a clean installation and setting up everything again. Time consuming and painful. Teaches me to be careful and check before doing any changes to my servers (well, most of the time. It has been a while since i have
    destroyed a server).

    One reason I like Virtual Machines is I can take a copy, shutdown the original, load up the copy, make my changes, and if all goes well, then I can blow away the copy, take another copy as a version backup, then make updates to the original production
    copy and run this into the future.

    The version backup is because I am paranoid about loosing a functioning server. But all of this is only possible if you have plenty of space to have multiple copies of your server VMs, and if running up the test server does not get updated with
    production data that is important and which cannot be added to the production server later on after you completed the testing.

    If all your data is in the home folder, it is great if you can have the /home on a separate partition, so you can do a reinstall while formatting the / (root) partition, while not formatting the /home partition. But this has to be the configuration of
    your server before there are any issues. And many systems have configuration and data outside of the /home folder.

    George.



    Best regards,

    Łukasz

    On 31.07.2024 12:51, George at Clug wrote:
    Ł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 sid sources.

    All the best with your fault finding, and thanks for the fun of
    running up a couple of VMs. I really enjoy how VMs make testing easy.

    Below is my checking after building the Bookworm VM, to upgrading to
    sid, and then checking once again.

    George.

    # cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    allow-hotplug enp1s0
    iface enp1s0 inet dhcp


    # ip -6 a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
        inet6 ::1/128 scope host noprefixroute
           valid_lft forever preferred_lft forever
    2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000     inet6 fe80::5054:ff:fe95:9109/64 scope link
           valid_lft forever preferred_lft forever


    # journalctl | grep -i ipv6
    Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:06:07 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6

    ===============================================================================
    # nano /etc/apt/sources.list

    deb https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware
    # deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware

    # apt update && apt full-upgrade -y
    # systemctl reboot

    # cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    allow-hotplug enp1s0
    iface enp1s0 inet dhcp



    # ip -6 a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
        inet6 ::1/128 scope host noprefixroute
           valid_lft forever preferred_lft forever
    2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000     inet6 fe80::5054:ff:fe95:9109/64 scope link proto kernel_ll        valid_lft forever preferred_lft forever


    # journalctl | grep -i ipv6
    Jul 31 20:06:07 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:06:07 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:06:07 debsid1 kernel: mip6: Mobile IPv6
    Jul 31 20:41:06 debsid1 kernel: Segment Routing with IPv6
    Jul 31 20:41:06 debsid1 kernel: In-situ OAM (IOAM) with IPv6
    Jul 31 20:41:06 debsid1 kernel: mip6: Mobile IPv6



    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 causes that Debian
    should end immediately without timeout and with the error
    mentioned in the first post in syslog.
    So are you able to reproduce at your side?

    Best regards,
    Łukasz

    śr., 31 lip 2024 o 10:06 George at Clug <Clug@goproject.info>
    napisał(a):

    Ł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 least add "non-free-firmware" even if
    there is another issue?

    https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list
    <https://gist.github.com/hakerdefo/124a37ca927018f8b52a72e316d160fa#file-sources-list>
    Debian Sid (Unstable) complete sources.list
    deb https://ftp.debian.org/debian/
    <https://ftp.debian.org/debian/> sid contrib main non-free
    non-free-firmware
    # deb-src https://ftp.debian.org/debian/
    <https://ftp.debian.org/debian/> sid contrib main non-free
    non-free-firmware

    Uncomment the deb-src line, if you want to enable the source
    repos.

    George.


    On Wednesday, 31-07-2024 at 16:33 Łukasz Kalamłacki wrote:
    > Hi,
    >
    > I added only this to sources list:
    >
    > deb http://deb.debian.org/debian/
    <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
    <Clug@goproject.info> napisał(a):
    >
    > >
    > >
    > > 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
    > >
    > > Please let us know what you have added and also what you
    have in
    > > "sources.list sid source"
    > >
    > > Did you add something (or change?) something to
    /etc/apt/sources.list ?
    > >
    > > Did you change anything else?
    > >
    > > George.
    > >
    > >
    > >
    > > > and upgrade I get and error that:
    > > >
    > > > "Link local ipv6 for interface is not configured" in
    syslog and
    > > > systemctl is reporting failed networking service and
    only ipv4
    > > > addressing is available.
    > > >
    > > >
    > > > configuration in /etc/network/interfaces
    > > >
    > > > auto enp0s3
    > > >
    > > > iface enp0s3 inet dhcp
    > > >
    > > > iface enp0s3 inet6 dhcp
    > > >
    > > >
    > > > What is interesting when the system is already running I
    can do:
    > > >
    > > > dhclient -6 enp0s3
    > > >
    > > > and I get ipv6 address correctly
    > > >
    > > >
    > > > The problem is reproducible on Virtualbox: just install
    testing Debian
    > > > and add sid to source.list and do update/upgrade in apt.
    > > >
    > > >
    > > > The issue is very strange because during upgrade to SID
    I do not see
    > > > installation of any networking packages.
    > > >
    > > >
    > > > What do you think?
    > > >
    > > >
    > > > Best regards,
    > > >
    > > > Łukasz
    > > >
    > > >
    > >
    > >
    >


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)