• Slight upgrade issues

    From Rob van der Putten@21:1/5 to All on Wed May 21 14:10:01 2025
    Hi there


    Old stable / 11:
    Installs new kernel source, but not a new kernel.

    Stable / 12:
    New net-tools comes with ifconfig with empty numeric values: It's all zero;

    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    My rrdtools based graphs now use 'ip' instead;

    ip -s link show dev Some_Device

    It's a bit odd though.


    Regards,
    Rob
    --
    Safe internet for everyone: <https://www.freedom.nl/en>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Rob van der Putten on Thu May 22 10:20:01 2025
    Rob van der Putten <rob@sput.nl> writes:

    Stable / 12:
    New net-tools comes with ifconfig with empty numeric values: It's all zero;

    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    I've seen that with vlan interfaces before too. I've understood ifconfig
    is on life support.

    My rrdtools based graphs now use 'ip' instead;

    ip -s link show dev Some_Device

    There is also /sys/class/net/<interface>/statistics for that sort of
    thing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Geoff@21:1/5 to Rob van der Putten on Thu May 22 15:30:01 2025
    Rob van der Putten wrote:
    Hi there


    Old stable / 11:
    Installs new kernel source, but not a new kernel.

    Stable / 12:
    New net-tools comes with ifconfig with empty numeric values: It's all zero;

     RX packets 0  bytes 0 (0.0 B)
     RX errors 0  dropped 0  overruns 0  frame 0
     TX packets 0  bytes 0 (0.0 B)
     TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

    My rrdtools based graphs now use 'ip' instead;

     ip -s link show dev Some_Device

    It's a bit odd though.


    Regards,
    Rob

    On unstable I saw the same with net-tools 2.10-1.2 but it was fixed today in 2.10-1.3.

    Regards,
    Geoff

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Stone@21:1/5 to Geoff on Fri May 23 14:30:01 2025
    On Thu, May 22, 2025 at 10:58:05PM +1000, Geoff wrote:
    On unstable I saw the same with net-tools 2.10-1.2 but it was fixed today in 2.10-1.3.

    Yes, the changelog mentions:
    * Fix interface statistic regression.
    Thanks to Christian Herzog for the report (Closes: #1106147)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob van der Putten@21:1/5 to Geoff on Fri May 23 16:50:01 2025
    Hi there


    On 22/05/2025 14:58, Geoff wrote:

    Rob van der Putten wrote:

    Old stable / 11:
    Installs new kernel source, but not a new kernel.

    Stable / 12:
    New net-tools comes with ifconfig with empty numeric values: It's all
    zero;

      RX packets 0  bytes 0 (0.0 B)
      RX errors 0  dropped 0  overruns 0  frame 0
      TX packets 0  bytes 0 (0.0 B)
      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

    My rrdtools based graphs now use 'ip' instead;

      ip -s link show dev Some_Device

    It's a bit odd though.

    On unstable I saw the same with net-tools 2.10-1.2 but it was fixed
    today in 2.10-1.3.

    I saw the bug report later.
    A fix isn't in stable yet.
    There is a now a new kernel for Debian 11 / Bullseye though.

    Meanwhile I found an other Debian 11 oddity. At boot, NFS now will often
    mount RO instead of RW. When it does, I can remount RW;

    mount -o remount, rw /mnt/home

    5.10.0-33 seems to be fine. Problems are with 5.10.0-34 and 5.10.0-35.
    As for as I can tell, it mounts correctly after a power cycle.
    Somehow I feel that it tries to mount NFS just a bit too early.


    Regards,
    Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob van der Putten@21:1/5 to Anssi Saari on Fri May 23 16:30:01 2025
    Hi there


    On 22/05/2025 10:12, Anssi Saari wrote:
    Stable / 12:
    New net-tools comes with ifconfig with empty numeric values: It's all zero; >>
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    I've seen that with vlan interfaces before too. I've understood ifconfig
    is on life support.

    My rrdtools based graphs now use 'ip' instead;

    ip -s link show dev Some_Device

    There is also /sys/class/net/<interface>/statistics for that sort of
    thing.

    Which is what I use now.


    Regards,
    Rob

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