From 4e54a916e33cded0b67c15451b9e1a371495dd6a Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 10 Mar 2025 13:42:38 +0100 Subject: [PATCH 1/5] feat(ins): add troubleshooting index --- menu/navigation.json | 4 ++ pages/instances/troubleshooting/index.mdx | 77 ++++++++++++++++++++++- 2 files changed, 78 insertions(+), 3 deletions(-) diff --git a/menu/navigation.json b/menu/navigation.json index e2f10ffcc4..88a6c480ab 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -1754,6 +1754,10 @@ }, { "items": [ + { + "label": "Overview", + "slug": "../troubleshooting" + }, { "label": "Fix common issues with Instances", "slug": "fix-common-issues" diff --git a/pages/instances/troubleshooting/index.mdx b/pages/instances/troubleshooting/index.mdx index ecd9daf1fe..49ff586ff7 100644 --- a/pages/instances/troubleshooting/index.mdx +++ b/pages/instances/troubleshooting/index.mdx @@ -1,8 +1,79 @@ --- meta: title: Instances - Troubleshooting - description: Instances Troubleshooting + description: Find troubleshooting resources for resolving issues with Scaleway Instances. content: - h1: Instances - Troubleshooting - paragraph: Instances Troubleshooting + paragraph: Find troubleshooting resources for resolving issues with Scaleway Instancdes. +dates: + posted: 2025-03-10 +categories: + - instances --- + + + +## Featured Pages + + + + + + + + + + + + +## Instances troubleshooting pages + +- [Dealing with the end of life of the bootscript feature](/instances/troubleshooting/bootscript-eol/) +- [Troubleshooting SSH connection issues to Instances](/instances/troubleshooting/cant-connect-ssh/) +- [I cannot connect to my Instance using SSH after attaching it to a Private Network](/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway/) +- [Changing the rescue mode of your Instance](/instances/troubleshooting/change-rescue-mode/) +- [Fix broken VPN when switching OpenVPN Instance to routed IP](/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip/) +- [Fix the wrong user configuration of cloud-init on Debian 12 (Bookworm)](/instances/troubleshooting/fix-cloud-init-debian12/) +- [Fix common issues with Scaleway Instances](/instances/troubleshooting/fix-common-issues/) +- [Fixing DNS resolution with a routed IPv6-only setup on Debian Bullseye](/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye/) +- [Fix error when fetching SSH keys on Windows Server 2022](/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys/) +- [Fix long delays when booting without a public IP](/instances/troubleshooting/fix-long-delays-booting-without-public-ip/) +- [Fix lost IPv6 connectivity on old Debian Buster images when migrating to routed IP](/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster/) +- [Fixing wrong PPA configuration on Ubuntu Noble Instances](/instances/troubleshooting/fix-noble-wrong-ppa-configuration/) +- [Fix unreachable Ubuntu Focal Instance when it has two public IP adresses](/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips/) +- [Fix unreachable IPv6 RHEL-based Instances after transitioning to routed IP](/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance/) +- [Fix unreachable Ubuntu Noble Instances following a reboot](/instances/troubleshooting/fix-unreachable-noble-after-reboot/) +- [Troubleshooting issues with faulty kernel installations](/instances/troubleshooting/reboot-from-faulty-kernel/) \ No newline at end of file From 7c17c33075d5c9cfd8c8da8c282d1936dfb43a6b Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 10 Mar 2025 14:58:42 +0100 Subject: [PATCH 2/5] Update menu/navigation.json --- menu/navigation.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/menu/navigation.json b/menu/navigation.json index 88a6c480ab..e2f10ffcc4 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -1754,10 +1754,6 @@ }, { "items": [ - { - "label": "Overview", - "slug": "../troubleshooting" - }, { "label": "Fix common issues with Instances", "slug": "fix-common-issues" From 875643fc664bcf3c39e60d40c7ca1599e97769cb Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 11 Mar 2025 11:16:24 +0100 Subject: [PATCH 3/5] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/instances/troubleshooting/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/instances/troubleshooting/index.mdx b/pages/instances/troubleshooting/index.mdx index 49ff586ff7..8af88ed6c9 100644 --- a/pages/instances/troubleshooting/index.mdx +++ b/pages/instances/troubleshooting/index.mdx @@ -3,7 +3,7 @@ meta: title: Instances - Troubleshooting description: Find troubleshooting resources for resolving issues with Scaleway Instances. content: - paragraph: Find troubleshooting resources for resolving issues with Scaleway Instancdes. + paragraph: Find troubleshooting resources for resolving issues with Scaleway Instances. dates: posted: 2025-03-10 categories: @@ -13,7 +13,7 @@ categories: ## Featured Pages @@ -21,13 +21,13 @@ categories: From ab5b91eab5e6268802a8577c3074cafa6d1dc155 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 11 Mar 2025 11:17:58 +0100 Subject: [PATCH 4/5] Update pages/instances/troubleshooting/index.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/instances/troubleshooting/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instances/troubleshooting/index.mdx b/pages/instances/troubleshooting/index.mdx index 8af88ed6c9..c318cd71a8 100644 --- a/pages/instances/troubleshooting/index.mdx +++ b/pages/instances/troubleshooting/index.mdx @@ -33,7 +33,7 @@ categories: /> From d30b787fe79f821a7c7da2338a6e00914ad066ec Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 11 Mar 2025 11:47:54 +0100 Subject: [PATCH 5/5] Update pages/instances/troubleshooting/index.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/instances/troubleshooting/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instances/troubleshooting/index.mdx b/pages/instances/troubleshooting/index.mdx index c318cd71a8..44245aa182 100644 --- a/pages/instances/troubleshooting/index.mdx +++ b/pages/instances/troubleshooting/index.mdx @@ -53,7 +53,7 @@ categories: />