Skip to content

Commit

Permalink
test: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Aug 5, 2024
1 parent 3dbcbbd commit d40afd8
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/modules/debug/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ systemctl status systemd-resolved

echo_red "--------------------------------------------------------"

ip a || true
resolvectl status

echo_red "--------------------------------------------------------"

Expand All @@ -37,26 +37,6 @@ ping -c 2 google.de || true

echo_red "DEBUG: --------------------------------------------------"

echo_green "Try to fix --------------------------------------------"

sudo systemd-resolve --interface eth0 --set-dns 1.1.1.1

echo_green "Try to fix --------------------------------------------"

echo_red "DEBUG: -------------------------------------------------"
cd /
ls -al /run/systemd/resolve/stub-resolv.conf || true

echo_red "--------------------------------------------------------"

systemctl status systemd-resolved


echo_red "--------------------------------------------------------"

ping -c 2 google.de || true

echo_red "DEBUG: --------------------------------------------------"


# Let it fail anyways!
Expand Down

0 comments on commit d40afd8

Please sign in to comment.