• need help for flashing drive light

    From Jim@2:250/1 to All on Thu Sep 19 17:58:02 2024
    The drive light flashes constantly.
    Do the following journal lines identify the problem? Or is it something separate, such as a hard drive going bad?

    If it is IPV6 related, I have tried all the ways I know to shut off IPV6. Is there a list of things
    to be done?

    Sep 19 12:50:45 NetworkManager[4151]: <warn> [1726764645.5646] platform-linux: do-add-ip6-address[2: fe80::728b:cdff:feac:1da8]: failure 95 (Operation not supported)
    Sep 19 12:50:45 opera.desktop[959582]: [959582:959641:0919/125045.692763:ERROR:domains_info.cc(38)] Unknown category: consentmanagers
    Sep 19 12:50:47 NetworkManager[4151]: <warn> [1726764647.5667] ipv6ll[4453a44bfea02da1,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)


    Cheers!

    jim b.

    --
    UNIX is not user-unfriendly, it merely
    expects users to be computer friendly.

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Thu Sep 19 22:31:04 2024
    On 2024-09-19 12:58, Jim wrote:
    The drive light flashes constantly.
    Do the following journal lines identify the problem? Or is it something separate, such as a hard drive going bad?

    If it is IPV6 related, I have tried all the ways I know to shut off IPV6. Is there a list of things
    to be done?

    Sep 19 12:50:45 NetworkManager[4151]: <warn> [1726764645.5646] platform-linux: do-add-ip6-address[2: fe80::728b:cdff:feac:1da8]: failure 95 (Operation not supported)
    Sep 19 12:50:45 opera.desktop[959582]: [959582:959641:0919/125045.692763:ERROR:domains_info.cc(38)] Unknown category: consentmanagers
    Sep 19 12:50:47 NetworkManager[4151]: <warn> [1726764647.5667] ipv6ll[4453a44bfea02da1,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)


    Cheers!

    jim b.

    You show Network Manager. Which DE? If Plasma, bring up system settings/connections. Each configured connection will have a separate
    tab for ipv6. Click on that, and under "Method" choose "Disabled." That
    should do it. It does for my vpn. (The vpn provider doesn't support ipv6 except through their app - yet. And of course, the app is written for
    ..deb systems only.)

    Other DEs should have something similar for setting things.

    TJ

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Fri Sep 20 01:07:15 2024
    On Thu, 19 Sep 2024 12:58:02 -0400, Jim <jim.beard@verizon.net> wrote:

    The drive light flashes constantly.
    Do the following journal lines identify the problem? Or is it something separate, such as a hard drive going bad?

    If it is IPV6 related, I have tried all the ways I know to shut off IPV6. Is there a list of things
    to be done?

    Sep 19 12:50:45 NetworkManager[4151]: <warn> [1726764645.5646] platform-linux: do-add-ip6-address[2: fe80::728b:cdff:feac:1da8]: failure 95 (Operation not supported)
    Sep 19 12:50:45 opera.desktop[959582]: [959582:959641:0919/125045.692763:ERROR:domains_info.cc(38)] Unknown category: consentmanagers
    Sep 19 12:50:47 NetworkManager[4151]: <warn> [1726764647.5667] ipv6ll[4453a44bfea02da1,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)

    It's most likely one of the indexing programs such as akonadi/baloo. I always disable it on my systems.

    $ tail -n 1 ~/.config/akonadi/akonadiserverrc
    StartServer=false
    $ head -n 2 ~/.config/baloofilerc
    [Basic Settings]
    Indexing-Enabled=false

    Disable akonai and balloo, and reboot.

    Disabling ipv6 should only be done if your isp does not support it, which should
    be very rare. I found out mine had enabled it, but I couldn't get it to work until
    I replaced my router, even though the old one claimed to support it.

    If you do need to disable ipv6, reboot after creating a file ...
    # cat /etc/sysctl.d/10-disable-ipv6.conf
    net.ipv6.conf.all.disable_ipv6 = 1

    Regards, Dave Hodgins

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Jim@2:250/1 to All on Fri Sep 20 15:43:13 2024
    On Thu, 19 Sep 2024 20:07:15 -0400, David W. Hodgins wrote:

    On Thu, 19 Sep 2024 12:58:02 -0400, Jim <jim.beard@verizon.net> wrote:

    The drive light flashes constantly.
    Do the following journal lines identify the problem? Or is it something separate, such as a hard drive going bad?

    If it is IPV6 related, I have tried all the ways I know to shut off IPV6. Is there a list of things
    to be done?

    Sep 19 12:50:45 NetworkManager[4151]: <warn> [1726764645.5646] platform-linux: do-add-ip6-address[2: fe80:<snip>
    Sep 19 12:50:45 opera.desktop[959582]: [959582:959641:0919/125045.692763:ERROR:domains_info.cc(38)] Unknown
    category: consentmanagers
    Sep 19 12:50:47 NetworkManager[4151]: <warn> [1726764647.5667] ipv6ll[4453a44bfea02da1,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)

    It's most likely one of the indexing programs such as akonadi/baloo. I always disable it on my systems.

    I think I have tracked the problem, or at least part of it, to avahi-daemon. the file avahi-daemon.conf contained a line useipv6=yes under [server], and
    as mentioned previously I have disabled ipv6. I suspect that resulted in repeated failure to try to set or do something. The line now is useipv6=no, and things seem to be working ok.

    My desktop is Gnome. akonadi and baloo have been removed from the system.

    $ tail -n 1 ~/.config/akonadi/akonadiserverrc
    StartServer=false
    $ head -n 2 ~/.config/baloofilerc
    [Basic Settings]
    Indexing-Enabled=false

    Disable akonai and balloo, and reboot.

    Disabling ipv6 should only be done if your isp does not support it, which should
    be very rare. I found out mine had enabled it, but I couldn't get it to work until
    I replaced my router, even though the old one claimed to support it.

    I disabled ipv6 years ago, because I was not prepared to reconfigure the firewall to include it, and I did not think I needed it. Thinking back,
    I think verizon fios at the time did not support it, but I am uncertain
    on that.

    Is there any reason I really need ipv6? Services and websites I
    use all seem to work, and it just adds one more opportunity
    for hacking and cracking via the net.

    If you do need to disable ipv6, reboot after creating a file ...
    # cat /etc/sysctl.d/10-disable-ipv6.conf
    net.ipv6.conf.all.disable_ipv6 = 1

    Do I really need the above? If so, where should I put it? My
    sysctl.d contains:

    ls -l /etc/sysctl.d
    -rw-r--r-- 1 root root 307 May 12 2021 51-alt-sysrq.conf
    -rw-r--r-- 1 root root 235 Dec 24 2023 51-drakx.conf
    -rw-r--r-- 1 root root 304 Mar 8 2022 tales.conf

    Cheers!

    jim b.



    --
    UNIX is not user-unfriendly, it merely
    expects users to be computer friendly.

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Sat Sep 21 12:44:31 2024
    On 2024-09-20 10:43, Jim wrote:
    I disabled ipv6 years ago, because I was not prepared to reconfigure the firewall to include it, and I did not think I needed it. Thinking back,
    I think verizon fios at the time did not support it, but I am uncertain
    on that.

    Is there any reason I really need ipv6? Services and websites I
    use all seem to work, and it just adds one more opportunity
    for hacking and cracking via the net.

    https://www.networkacademy.io/ccna/ipv6/ipv4-vs-ipv6 has a discussion on
    it. Most of the information is WAY over my head, but you are better
    versed in that area.

    One advantage is supposed to be increased speed, but I don't notice a difference, as yet. That could be because I still have memories of the
    s l o w speed with my original "Fixed Wireless" ISP, and even worse, my dial-up days.

    TJ

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Jim@2:250/1 to All on Sat Sep 21 15:38:38 2024
    On Sat, 21 Sep 2024 07:44:31 -0400, TJ wrote:

    On 2024-09-20 10:43, Jim wrote:
    I disabled ipv6 years ago, because I was not prepared to reconfigure the
    firewall to include it, and I did not think I needed it. Thinking back,
    I think verizon fios at the time did not support it, but I am uncertain
    on that.

    Is there any reason I really need ipv6? Services and websites I
    use all seem to work, and it just adds one more opportunity
    for hacking and cracking via the net.

    https://www.networkacademy.io/ccna/ipv6/ipv4-vs-ipv6 has a discussion on
    it. Most of the information is WAY over my head, but you are better
    versed in that area.

    One advantage is supposed to be increased speed, but I don't notice a difference, as yet. That could be because I still have memories of the
    s l o w speed with my original "Fixed Wireless" ISP, and even worse, my dial-up days.

    Increased speed would be significant for sending huge files. IPV4
    is limited to 64K packets but IPV6 can send truly huge packets.

    There is a tiny increased speed for IPV6 due to few header fields.

    I see no good reason to go through the process needed to add IPV6
    to IPV4.

    Cheers!

    jim b.

    --
    UNIX is not user-unfriendly, it merely
    expects users to be computer friendly.

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)