• Lost internet access on Trixie this morning.

    From Frank McCormick@21:1/5 to All on Mon Sep 16 20:10:01 2024
    I am faced with a strange problem. I have no internet access on Trixie
    on one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by
    installing Seahorse. Apt quit halfway through downloading the necessary
    files complaining it could not resolve a bunch of Debian repositories.
    Ever since that I have no internet access in Trixie. It's not a hardware problem as I have full access on the other partition which runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and it went fine.

    Can someone help me diagnose the problem ?

    This is my apt sources list

    deb http://deb.debian.org/debian trixie main contrib non-free
    non-free-firmware
    deb-src http://deb.debian.org/debian trixie main contrib non-free
    deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-updates main contrib non-free

    deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-backports main contrib non-free
    deb http://deb.debian.org/debian trixie-proposed-updates
    non-free-firmware main contrib non-free

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kent West@21:1/5 to Frank McCormick on Mon Sep 16 20:30:01 2024
    On 9/16/24 12:59 PM, Frank McCormick wrote:
    I am faced with a strange problem. I have no internet access on Trixie
    on  one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by
    installing Seahorse.  Apt quit halfway through downloading the
    necessary files complaining it could not resolve a bunch of Debian repositories.
    Ever since that I have no internet access in Trixie. It's not a
    hardware problem as I have full access on the other partition which
    runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and
    it went fine.

    Can someone help me diagnose the problem ?


    What happens if you try:

    # systemctl restart networking


    I've had to do that several times today on my sid box. I've not gotten
    around to pursuing the problem, as the above solves my problem (at least temporarily).


    --
    Kent West <")))><
    IT Support / Client Support
    Abilene Christian University
    Westing Peacefully - http://kentwest.blogspot.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank McCormick@21:1/5 to Kent West on Mon Sep 16 20:50:01 2024
    On 2024-09-16 14:27, Kent West wrote:

    On 9/16/24 12:59 PM, Frank McCormick wrote:
    I am faced with a strange problem. I have no internet access on Trixie
    on  one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by
    installing Seahorse.  Apt quit halfway through downloading the
    necessary files complaining it could not resolve a bunch of Debian
    repositories.
    Ever since that I have no internet access in Trixie. It's not a
    hardware problem as I have full access on the other partition which
    runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and
    it went fine.

    Can someone help me diagnose the problem ?


    What happens if you try:

    # systemctl restart networking


    I've had to do that several times today on my sid box. I've not gotten
    around to pursuing the problem, as the above solves my problem (at least temporarily).


    I'll reboot and try that. Following a suggestion I found on the net
    I did sudo /etc/init.d/networking restart and that **seems** to have
    restarted the network, BUT browsers can't find any sites and Thunderbird reports failures to connect. I think I am over my head here but could it
    be a DNS problem ??




    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dan Ritter@21:1/5 to Frank McCormick on Mon Sep 16 20:40:02 2024
    Frank McCormick wrote:
    I am faced with a strange problem. I have no internet access on Trixie on
    one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by installing Seahorse. Apt quit halfway through downloading the necessary files complaining it could not resolve a bunch of Debian repositories.
    Ever since that I have no internet access in Trixie. It's not a hardware problem as I have full access on the other partition which runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and it went fine.

    Can someone help me diagnose the problem ?

    We can rule out the ISP, the router, any switches in the way,
    any cables and the NIC because another OS works on the same
    hardware.

    What's left?

    - firmware for the NIC loaded at boot time
    - kernel recognition of the NIC
    - IP address (via DHCP? static?)
    - routing
    - DNS

    Testing some of these will rule out others if they succeed. Skip
    to the ping check at the end, and if it doesn't work, let's go from the bottom up:

    ip link show

    If this gets you your NIC, then the firmware is OK and the
    kernel recognizes it. Show us the output, please.

    ip address show

    If this gets you the correct (or a correct) IP address, then
    DHCP or static address configuration is good. Again, show us the
    output.

    ping 8.8.8.8

    If this gets through, then your machine can contact the
    outside world. At that point, it's probably a DNS issue, and you
    should report the contents of /etc/resolv.conf to us.


    -dsr-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tuxifan@posteo.de@21:1/5 to All on Mon Sep 16 20:50:01 2024
    On Monday, September 16, 2024 7:59:44 PM CEST Frank McCormick wrote:
    I am faced with a strange problem. I have no internet access on Trixie
    on one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by
    installing Seahorse. Apt quit halfway through downloading the necessary files complaining it could not resolve a bunch of Debian repositories.
    Ever since that I have no internet access in Trixie. It's not a hardware problem as I have full access on the other partition which runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and it went fine.

    Can someone help me diagnose the problem ?

    This is my apt sources list

    deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie main contrib non-free
    deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-updates main contrib non-free

    deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-backports main contrib non-free deb http://deb.debian.org/debian trixie-proposed-updates
    non-free-firmware main contrib non-free

    Thanks

    Hi!

    I'm having similar random disconnect issues where even DHCP would stop working since very recently.
    Can you check if DHCP is broken for you too when this happens? Just pull the reconnect ethernet and see if it's able to get an IP address at all.

    Tuxifan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank McCormick@21:1/5 to Dan Ritter on Mon Sep 16 21:20:01 2024
    On 2024-09-16 14:21, Dan Ritter wrote:

    Ever since that I have no internet access in Trixie. It's not a hardware
    problem as I have full access on the other partition which runs Opensuse
    Tumbleweed. Earlier today I did an update of Trixie and it went fine.



    We can rule out the ISP, the router, any switches in the way,
    any cables and the NIC because another OS works on the same
    hardware.

    What's left?

    - firmware for the NIC loaded at boot time
    - kernel recognition of the NIC
    - IP address (via DHCP? static?)
    - routing
    - DNS

    Testing some of these will rule out others if they succeed. Skip
    to the ping check at the end, and if it doesn't work, let's go from the bottom up:

    ip link show

    If this gets you your NIC, then the firmware is OK and the
    kernel recognizes it. Show us the output, please.

    ip address show

    If this gets you the correct (or a correct) IP address, then
    DHCP or static address configuration is good. Again, show us the
    output.

    ping 8.8.8.8

    If this gets through, then your machine can contact the
    outside world. At that point, it's probably a DNS issue, and you
    should report the contents of /etc/resolv.conf to us.

    I'll reboot into Trixie and be back soon.
    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank McCormick@21:1/5 to Dan Ritter on Mon Sep 16 21:30:02 2024
    On 2024-09-16 14:21, Dan Ritter wrote:
    Frank McCormick wrote:
    It's not a hardware
    problem as I have full access on the other partition which runs Opensuse
    Tumbleweed. Earlier today I did an update of Trixie and it went fine.



    We can rule out the ISP, the router, any switches in the way,
    any cables and the NIC because another OS works on the same
    hardware.

    What's left?

    - firmware for the NIC loaded at boot time
    - kernel recognition of the NIC
    - IP address (via DHCP? static?)
    - routing
    - DNS


    If this gets through, then your machine can contact the
    outside world. At that point, it's probably a DNS issue, and you
    should report the contents of /etc/resolv.conf to us.

    franklin:/home/frank#
    ip link show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00
    brd 00:00:00:00:00:00
    2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode
    DEFAULT group default qlen 1000
    link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff
    altname enp0s25
    franklin:/home/frank#

    ip address show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft
    forever
    inet6 ::1/128 scope host noprefixroute
    valid_lft forever preferred_lft forever
    2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
    default qlen 1000
    link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff altname enp0s25

    ping: connect: Network is unreachable

    franklin:/etc#
    cat resolv.conf
    # Generated by NetworkManager
    nameserver 24.201.245.77
    nameserver 24.200.243.189
    nameserver 2607:fa48:2:f000::1 # NOTE: the libc resolver may not support
    more than 3 nameservers.
    # The nameservers listed below may not be recognized.
    nameserver 2607:fa48:2:f008::1

    I am no expert but it seems to look good. Firefox can't find any site, Thunderbird still reports no connectionss.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tom Furie@21:1/5 to Frank McCormick on Mon Sep 16 21:40:01 2024
    On Mon, Sep 16, 2024 at 03:24:22PM -0400, Frank McCormick wrote:

    ip address show
    2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff altname enp0s25

    I am no expert but it seems to look good. Firefox can't find any site, Thunderbird still reports no connectionss.

    Actually, it doesn't look good - you don't have any ip addresses on eno1,
    the interface is down. You're going to have to find out why that is.

    Cheers,
    Tom

    --
    Boucher's Observation:
    He who blows his own horn always plays the music
    several octaves higher than originally written.

    -----BEGIN PGP SIGNATURE-----

    iF0EABECAB0WIQQGVmwS0YQiQ4wUXL3ay+6nbuusiQUCZuiHtwAKCRDay+6nbuus iYEYAKChSDkGjaHzJtNV+c5wCjI6Kmkc1wCgx2mqHSuSuwyyxJHcK+lFUWbmp5Y=
    =RE7M
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank McCormick@21:1/5 to tuxifan@posteo.de on Mon Sep 16 21:40:01 2024
    On 2024-09-16 14:46, tuxifan@posteo.de wrote:
    On Monday, September 16, 2024 7:59:44 PM CEST Frank McCormick wrote:
    I am faced with a strange problem. I have no internet access on Trixie
    on one of two partitions on my ssd.


    Hi!

    I'm having similar random disconnect issues where even DHCP would stop working
    since very recently.
    Can you check if DHCP is broken for you too when this happens? Just pull the reconnect ethernet and see if it's able to get an IP address at all.


    I haven't had any DHCP problems at all. But I'll check.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dan Ritter@21:1/5 to Tom Furie on Mon Sep 16 22:10:01 2024
    Tom Furie wrote:
    On Mon, Sep 16, 2024 at 03:24:22PM -0400, Frank McCormick wrote:

    ip address show
    2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff altname enp0s25

    I am no expert but it seems to look good. Firefox can't find any site, Thunderbird still reports no connectionss.

    Actually, it doesn't look good - you don't have any ip addresses on eno1,
    the interface is down. You're going to have to find out why that is.

    Since it's recognized, it was probably not configured.

    Easiest: edit /etc/network/interfaces to include these lines for
    eno1:

    --
    iface eno1 auto
    iface eno1 inet dhcp
    --

    And then run

    sudo ifup eno1

    to get it running.

    -dsr-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to Dan Ritter on Mon Sep 16 22:10:01 2024
    On Mon, Sep 16, 2024 at 15:47:10 -0400, Dan Ritter wrote:
    Tom Furie wrote:
    Actually, it doesn't look good - you don't have any ip addresses on eno1, the interface is down. You're going to have to find out why that is.

    Since it's recognized, it was probably not configured.

    Easiest: edit /etc/network/interfaces to include these lines for
    eno1:

    --
    iface eno1 auto
    iface eno1 inet dhcp
    --

    And then run

    sudo ifup eno1

    to get it running.

    Didn't the initial message say that the Internet *was* working, and then suddenly *stopped* working, right in the middle of a download?

    That, together with the interface not being UP, points to the
    configuration being OK, but something going wrong at the hardware or
    kernel level, I think.

    (Unless of course a configuration change was made during that download.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael =?utf-8?B?S2rDtnJsaW5n?=@21:1/5 to All on Mon Sep 16 21:20:01 2024
    On 16 Sep 2024 14:46 -0400, from debianlist@videotron.ca (Frank McCormick):
    # systemctl restart networking

    I'll reboot and try that. Following a suggestion I found on the net I did sudo /etc/init.d/networking restart and that **seems** to have restarted the network, BUT browsers can't find any sites and Thunderbird reports failures to connect. I think I am over my head here but could it be a DNS problem ??

    That certainly seems plausible.

    Check your /etc/resolv.conf. Is it there? Is it sane? Also check /etc/nsswitch.conf, particularly the hosts: entry.

    The old-style sysvinit /etc/init.d scripts should be just wrappers
    around the corresponding systemctl commands if you are running
    systemd, which you almost certainly do unless you've gone out of your
    way to do otherwise.

    Confirm that you have IP (assuming IPv4 here; adjust as necessary if
    you are in an IPv6-only world):

    $ systemctl status networking
    $ ip sh a
    $ ip -N route
    $ sudo traceroute -In 8.8.8.8
    $ host www.example.com

    (That last will likely fail to return anything useful if you have IP
    but not DNS, possibly as a result of a DHCP failure or a broken /etc/resolv.conf. A traceroute to Google's multicast public DNS
    resolver should get you _something_ out of your local network. -I is
    use ICMP which requires elevated privileges, hence sudo.)

    Particularly, look for your network interface having an IP address on
    the expected subnet from `ip sh a`, and look for a meaningful
    `default` route in the output of `ip -N route`. If you have an IP
    address in the 169.254.x.x range, then you have a DHCP issue.

    You mention that you did a system upgrade earlier in the day, which
    finished successfully. What exactly was updated then, and from what
    and to what? The most recent apt log might very well be instructive.

    --
    Michael Kjörling 🔗 https://michael.kjorling.se “Remember when, on the Internet, nobody cared that you were a dog?”

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dan Ritter@21:1/5 to Greg Wooledge on Mon Sep 16 22:50:01 2024
    Greg Wooledge wrote:

    Didn't the initial message say that the Internet *was* working, and then suddenly *stopped* working, right in the middle of a download?

    That, together with the interface not being UP, points to the
    configuration being OK, but something going wrong at the hardware or
    kernel level, I think.

    (Unless of course a configuration change was made during that download.)

    People sometimes say "download" when what they mean is "apt
    upgrade which downloaded several packages".

    -dsr-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank McCormick@21:1/5 to Greg Wooledge on Mon Sep 16 22:30:01 2024
    Another user here made a comment that clued me into what the problem
    really was. I had done an update of Trixie which went fine. Then I
    started to do something which I had been planning for a while - remove
    the Cinnamon desktop. I was doing it piecemeal when seemingly the
    internet dropped out. It did, because part of the removal process at
    that point was to remove network-manager. Long story shorter, I
    downloaded network-manager and it's dependencies, copied them over to
    Debian and installed them . The net popped up .

    Sorry for the noise all caused by operator error. Thanks to all who
    responded. If I had kept my eyes open to what I was doing, there would
    not have been
    a problem.


    On 9/16/24 4:07 PM, Greg Wooledge wrote:
    On Mon, Sep 16, 2024 at 15:47:10 -0400, Dan Ritter wrote:
    Tom Furie wrote:
    Actually, it doesn't look good - you don't have any ip addresses on eno1, >>> the interface is down. You're going to have to find out why that is.

    Since it's recognized, it was probably not configured.

    Easiest: edit /etc/network/interfaces to include these lines for
    eno1:

    --
    iface eno1 auto
    iface eno1 inet dhcp
    --

    And then run

    sudo ifup eno1

    to get it running.

    Didn't the initial message say that the Internet *was* working, and then suddenly *stopped* working, right in the middle of a download?

    That, together with the interface not being UP, points to the
    configuration being OK, but something going wrong at the hardware or
    kernel level, I think.

    (Unless of course a configuration change was made during that download.)


    --
    Frank McCormick

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to Frank McCormick on Mon Sep 16 22:30:01 2024
    On Mon, 16 Sep 2024 15:24:22 -0400
    Frank McCormick <debianlist@videotron.ca> wrote:

    ip address show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft
    forever
    inet6 ::1/128 scope host noprefixroute
    valid_lft forever preferred_lft forever
    2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
    default qlen 1000
    link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff altname enp0s25

    The interface at eno1 is DOWN. That's your problem; it either never got initialized or went AWOL since.

    For your education, here are three interfaces on one of my machines, two initialized, the other not. This should give you an idea of what to
    look for. lo you can ignore.

    root@chaffee:~# ip ad
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp0s13: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
    link/ether 00:01:c0:03:f8:44 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.30/24 brd 192.168.100.255 scope global enp0s13
    valid_lft forever preferred_lft forever
    inet6 fe80::201:c0ff:fe03:f844/64 scope link
    valid_lft forever preferred_lft forever
    3: enp0s14: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:01:c0:03:d3:b6 brd ff:ff:ff:ff:ff:ff
    root@chaffee:~#

    What you want to see is that UP in between the less than and greater
    than signs. Note also the "state DOWN" for enp0s14, the same as your
    eno1. enp0s13 is UP, and has an IPv4 address. It also has an IPv6, but
    I don't use IPv6.

    --
    Does anybody read signatures any more?

    https://charlescurley.com
    https://charlescurley.com/blog/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hans@21:1/5 to All on Mon Sep 16 22:30:01 2024
    This is a multi-part message in MIME format.

    Am Montag, 16. September 2024, 19:59:44 CEST schrieb Frank McCormick:
    I am faced with a strange problem. I have no internet access on Trixie
    on one of two partitions on my ssd.
    I was attempting to solve a problem I am having with Vivaldi by
    installing Seahorse. Apt quit halfway through downloading the necessary files complaining it could not resolve a bunch of Debian repositories.
    Ever since that I have no internet access in Trixie. It's not a hardware problem as I have full access on the other partition which runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and it went fine.

    Can someone help me diagnose the problem ?

    This is my apt sources list

    deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie main contrib non-free
    deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-updates main contrib non-free

    deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
    deb-src http://deb.debian.org/debian trixie-backports main contrib non-free deb http://deb.debian.org/debian trixie-proposed-updates
    non-free-firmware main contrib non-free

    Thanks

    What does

    ifconfig -a

    (eecute as root) tell?

    Is it really enp0 or enp0s25?

    --------------------

    Second question:

    If you give the network interface a hard ip, does it work?

    In /etc/network/interfaces edit these lines like the example

    ------

    auto lo enp0s10

    iface lo inet loopback
    address 127.0.0.1
    netmask 255.0.0.0

    iface enp0s10 inet static
    address 192.168.3.2
    netmask 255.255.255.0
    broadcast 192.168.178.255
    gateway 192.168.3.2


    --------

    Check the correct name of your ethernet device! See above.

    --------------------

    Also create (if not eistent) a file /etc/resolv.conf and enter DNS IPs like this example.

    ----
    # Generated by NetworkManager
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    nameserver fd00::de39:6fff:fe2a:6101
    # NOTE: the libc resolver may not support more than 3 nameservers.
    # The nameservers listed below may not be recognized.
    nameserver 2a02:560:58ad:b300:de39:6fff:fe2a:6101

    -------

    PLEASE NOTE: This is only for testing purposes! If you are using networ-manager, it will wuse
    its own configuration files.

    If this above is working, check, what is the difference to networ-manager.

    If you now the ethernet device name (like enp0s10 in my eample), you can also try

    dhclient enp0s10

    as root. Of course you have to use the name of your ethernet device. (Besides, these names
    are called "predicted names", but I think, you now this already).


    Good luck!

    Hans




    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    </head>
    <body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Am Montag, 16. September 2024, 19:59:44 CEST schrieb Frank McCormick:</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; I am faced with a strange problem. I have no internet access on Trixie</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; on&nbsp; one of two partitions on my ssd.</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; I was attempting to solve a problem I am having with Vivaldi by</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; installing Seahorse.&nbsp; Apt quit halfway through downloading the necessary</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; files complaining it could not resolve a bunch of Debian repositories.</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; Ever since that I have no internet access in Trixie. It's not a hardware</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; problem as I have full access on the other partition which runs Opensuse</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; Tumbleweed. Earlier today I did an update of Trixie and it went fine.</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; Can someone help me diagnose the problem ?</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; This is my apt sources list</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb http://deb.debian.org/debian trixie main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; non-free-firmware</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb-src http://deb.debian.org/debian trixie main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb http://deb.debian.org/debian trixie-updates main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; non-free-firmware</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb-src http://deb.debian.org/debian trixie-updates main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb http://deb.debian.org/debian trixie-backports main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; non-free-firmware</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb-src http://deb.debian.org/debian trixie-backports main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; deb http://deb.debian.org/debian trixie-proposed-updates</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; non-free-firmware main contrib non-free</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&gt; Thanks</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">What does </p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">ifconfig -a</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">(eecute as root) tell?</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Is it really enp0 or enp0s25?</p>
    <br /><hr />
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Second question:</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If you give the network interface a hard ip, does it work?</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">In /etc/network/interfaces edit these lines like the example</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">------</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">auto lo enp0s10 </p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">iface lo inet loopback</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">address 127.0.0.1</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">netmask 255.0.0.0</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">iface enp0s10 inet static</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&nbsp;&nbsp;&nbsp;&nbsp; address 192.168.3.2</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&nbsp;&nbsp;&nbsp; netmask 255.255.255.0</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&nbsp;&nbsp;&nbsp;&nbsp; broadcast 192.168.178.255</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&nbsp;&nbsp;&nbsp; gateway 192.168.3.2</p>
    <br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">--------</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Check the correct name of your ethernet device! See above. </p>
    <br /><hr />
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Also create (if not eistent) a file /etc/resolv.conf and enter DNS IPs like this example. </p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">----</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># Generated by NetworkManager</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 208.67.222.222</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 208.67.220.220</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver fd00::de39:6fff:fe2a:6101</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># NOTE: the libc resolver may not support more than 3 nameservers.</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># The nameservers listed below may not be recognized.</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 2a02:560:58ad:b300:de39:6fff:fe2a:6101</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-------</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">PLEASE NOTE: This is only for testing purposes! If you are using networ-manager, it will wuse its own configuration files.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If this above is working, check, what is the difference to networ-manager.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If you now the ethernet device name (like enp0s10 in my eample), you can also try</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">dhclient enp0s10 </p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">as root. Of course you have to use the name of your ethernet device. (Besides, these names are called &quot;predicted names&quot;, but I think, you now this already).</p>
    <br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Good luck!</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hans</p>
    <br /><br /><br /></body>
    </html>

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