Porteus Updater - ERROR An internet connection is required
- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
Hello all,
I'm trying Porteus for the first time, and i ran into this problem where the Porteus Updater does not work because it complains about the internet connection, when internet is working fine.
In fact, i am posting this from Porteus with that same internet connection right now.
Couldn't find anything about this problem here in the newbie forum.
I'm trying Porteus for the first time, and i ran into this problem where the Porteus Updater does not work because it complains about the internet connection, when internet is working fine.
In fact, i am posting this from Porteus with that same internet connection right now.
Couldn't find anything about this problem here in the newbie forum.
- Blaze
- DEV Team
- Posts: 3996
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Porteus Updater - ERROR An internet connection is required
Beginning Beginner, welcome on board!
Can you check it in your terminal
and
Thx.
Can you check it in your terminal
Code: Select all
wget -q --spider --force-html --inet4-only http://dl.porteus.org || { echo "Fatal error. Could not contact server."; exit 1; }
Code: Select all
ping -c5 dl.porteus.org
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
Code: Select all
guest@porteus:~$ wget -q --spider --force-html --inet4-only http://dl.porteus.org || { echo "Fatal error. Could not contact server."; exit 1; }
guest@porteus:~$ ping -c5 dl.porteus.org
PING dl-helios.porteus.org (185.212.225.147) 56(84) bytes of data.
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required
If you just installed it why are you trying to update it?Beginning Beginner wrote: ↑03 May 2019, 10:06I'm trying Porteus for the first time, and i ran into this problem where the Porteus Updater does not work


- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
I tried updating because i misunderstood a message in USM that said i needed to update the databases. And while it is true that i just installed, i don't know if there are patches that are not included in the ISO.
But even if everything is up to date, the updater should work, and as I'm testing this distro to decide if I'll keep using it, this is something very important that will make a difference in my decision.
I really liked Porteus and its concept, that's why i didn't simply move on to the next distro and instead took the time to register in this forum and wait for a solution, but the updater is a critical part of any OS and i need it working if i am to keep using Porteus.
I am testing the LXDE version atm.
But even if everything is up to date, the updater should work, and as I'm testing this distro to decide if I'll keep using it, this is something very important that will make a difference in my decision.
I really liked Porteus and its concept, that's why i didn't simply move on to the next distro and instead took the time to register in this forum and wait for a solution, but the updater is a critical part of any OS and i need it working if i am to keep using Porteus.
I am testing the LXDE version atm.
- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
By the way, i don't know if it makes a difference, but i didn't "install" Porteus, i burned the XFCE version onto a DVD, and used the "create live USB" tool in it to put the LXDE version in the pen drive I'm using right now.
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required
Ok.
There are no patches that are not included in the ISO. The Porteus Update error could be a server error, or a future required patch.
The USM update refers to the USM databases and they are updated via the Update option on the USM menu bar. They do require an Internet connection.
If you are able to access the files within ISOs an easier approach to getting Porteus on a pen drive is to copy the files in the Porteus ISO directly to the pen drive then execute the Porteus Installer from there. Saves you a DVD, or CD, and time.

There are no patches that are not included in the ISO. The Porteus Update error could be a server error, or a future required patch.

The USM update refers to the USM databases and they are updated via the Update option on the USM menu bar. They do require an Internet connection.
If you are able to access the files within ISOs an easier approach to getting Porteus on a pen drive is to copy the files in the Porteus ISO directly to the pen drive then execute the Porteus Installer from there. Saves you a DVD, or CD, and time.

- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
Thats good, but then I'd have to manually patch it somehow.
I figured that out eventually, and the USM databases update worked ok.
Yes, maybe I could have used dd to do that, but I'm not confortable with the command line + I'm not sure I would be able to make it bootable.
But I have a doubt: Is there any difference between using the "Create live USB" tool and using the installer? Or is the end result the same?
Because the first is very easy to use, while the tutorial i read in the website to use the second seemed a bit complicated.
This one: http://www.porteus.org/component/conten ... #USB-linux
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required
Or find/make a Porteus module to resolve the problem. Porteus is a modular system.Beginning Beginner wrote: ↑03 May 2019, 20:35Thats good, but then I'd have to manually patch it somehow.
No dd rather a gui file manager and copy & paste.Yes, maybe I could have used dd to do that,
The Install apps do that. One for Windows, one for Linux.I'm not sure I would be able to make it bootable.
The instructions in the link you reference seem dated and may work but I think you will find the instructions in the USB_INSTALLATION.txt file in the ISO seem easier. They should be on the pen drive where you installed Porteus.
Porteus Updater - ERROR An internet connection is required
The live-usb creator tool works well, but unlike the simpler windows-based (or unix script based) installers in the iso image, it has more advanced features as I'm sure you've seen.
If your stick is totally fat-x based, be sure to run the savefile manager to allow for persistence on that stick. Or, if you've used an advanced feature of the live usb creator tool, such as divvying up the stick for a fat-x AND say a linux-based partition (ext3, ext4 etc), there are a few things which can throw a newbie off doing that.
1) If you use the smallest size for the fat-x partition (iso size), then you won't have any room to include any further large xzm modules to load at boot time. I'd be sure to make the fat-x partition a bit larger right from the outset, ie one is thinking about having a browser module load at boot.
2) and of course for persistence, you are no longer pointing to the savefile.dat (typically porteussave.dat) on fat-x, but now are pointing your "changes=" to the linux partition, ie
changes=/dev/sdb1
with no filename.
OH and cheap-shot for the devs - it's "partition", not "pertition" if you see that. I almost hate to point that out since it is so petty an issue. Somebody brought that up to me and I told them to get lost.
Just saying - hang in there with Porteus for awhile if you get frustrated - it becomes clear, but it may take a bit longer than just point-n-click. Kinda' the "Slackware way".
Oh, and you may want to run this from time to time if you are doing frequent software updates or additions:
fastest-mirror
Welcome aboard!
If your stick is totally fat-x based, be sure to run the savefile manager to allow for persistence on that stick. Or, if you've used an advanced feature of the live usb creator tool, such as divvying up the stick for a fat-x AND say a linux-based partition (ext3, ext4 etc), there are a few things which can throw a newbie off doing that.
1) If you use the smallest size for the fat-x partition (iso size), then you won't have any room to include any further large xzm modules to load at boot time. I'd be sure to make the fat-x partition a bit larger right from the outset, ie one is thinking about having a browser module load at boot.
2) and of course for persistence, you are no longer pointing to the savefile.dat (typically porteussave.dat) on fat-x, but now are pointing your "changes=" to the linux partition, ie
changes=/dev/sdb1
with no filename.
OH and cheap-shot for the devs - it's "partition", not "pertition" if you see that. I almost hate to point that out since it is so petty an issue. Somebody brought that up to me and I told them to get lost.

Just saying - hang in there with Porteus for awhile if you get frustrated - it becomes clear, but it may take a bit longer than just point-n-click. Kinda' the "Slackware way".

Oh, and you may want to run this from time to time if you are doing frequent software updates or additions:
fastest-mirror
Welcome aboard!
That's a UNIX book - cool. -Garth
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required


Code: Select all
guest@porteus:~$ fastest-mirror
Checking fastest mirror ...
Testing http://ftp.vim.org/ftp/os/Linux/distr/porteus/ 1.825111
Testing http://ftp.nluug.nl/os/Linux/distr/porteus/ 0.254240
Testing http://mirrors.dotsrc.org/porteus/ 0.505775
Testing http://ftp.cc.uoc.gr/pub/linux/porteus/ 0.905335
Testing http://www6.frugalware.org/mirrors/linux/porteus/ 1.927756
Testing http://ftp.riken.jp/Linux/porteus/ 1.109300
Testing https://ftp.heanet.ie/mirrors/dl.porteus.org/ 0.731131
Testing http://www.mirrorservice.org/sites/dl.porteus.org/ 0.571219
Testing http://linux.rz.rub.de/porteus/ 0.897228
Results:
0.254240 http://ftp.nluug.nl/os/Linux/distr/porteus/
0.505775 http://mirrors.dotsrc.org/porteus/
0.571219 http://www.mirrorservice.org/sites/dl.porteus.org/
0.731131 https://ftp.heanet.ie/mirrors/dl.porteus.org/
0.897228 http://linux.rz.rub.de/porteus/
0.905335 http://ftp.cc.uoc.gr/pub/linux/porteus/
1.109300 http://ftp.riken.jp/Linux/porteus/
1.825111 http://ftp.vim.org/ftp/os/Linux/distr/porteus/
1.927756 http://www6.frugalware.org/mirrors/linux/porteus/
Would you like to add http://ftp.nluug.nl/os/Linux/distr/porteus/ as your main Porteus server? [y/n]
sed: couldn't open temporary file /etc/sed7JfUyY: Permission denied
Porteus server updated in /etc/porteus.conf
guest@porteus:~$
Thank you nanZor.

- Blaze
- DEV Team
- Posts: 3996
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Porteus Updater - ERROR An internet connection is required
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required
Yes, and apparently it's been around for awhile. fastest-mirror test
A good to know command. Unfortunately it's one where you use it, are thankful for it, then forget about it.
A good to know command. Unfortunately it's one where you use it, are thankful for it, then forget about it.

- Beginning Beginner
- White ninja
- Posts: 8
- Joined: 03 May 2019, 09:42
- Distribution: Manjaro
Porteus Updater - ERROR An internet connection is required
So, no one knows anything about this?Beginning Beginner wrote: ↑03 May 2019, 10:06Porteus Updater does not work because it complains about the internet connection, when internet is working fine.
There's also another problem i ran into... I installed Porteus on a fairly large pendrive. Since it needs some time to be ready for use, i thought i would use the "delay" cheatcode with it.
Problem is, it only works like 10% of the times. When it does work, the delay timer kicks in after the "device not ready" timer. But most of the times it does nothing and just complains about "Porteus not found".
This is getting frustrating

- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus Updater - ERROR An internet connection is required
How big a pendrive, what format, how did you install Porteus to it?

When you try the Porteus update function do you get something like this?
Code: Select all
sh /opt/porteus-scripts/update-porteus
sh-4.4# sh /opt/porteus-scripts/update-porteus
Starting checks ...
[OK] Server: http://mirrors.dotsrc.org/porteus/
[OK] Architecture: x86_64
[OK] User is root
[OK] Distro is Porteus
[ERROR] You can not update when booting from an ISO
We can not continue.
sh-4.4#
Code: Select all
sh /opt/porteus-scripts/update-porteus
sh-4.4# sh /opt/porteus-scripts/update-porteus
Starting checks ...
[OK] Server: http://dl.porteus.org
[OK] Architecture: x86_64
[OK] User is root
[OK] Distro is Porteus
[OK] Porteus directory located
[OK] Base folder is writable
[OK] Internet connection confirmed
Downloading: update-porteus-live DONE
Downloading: updates.txt DONE
Checking base modules ...
Checking patch availability ...
####################################
Porteus update report
You are up to date.
You may now close this window.
sh-4.4#
Last edited by Ed_P on 07 May 2019, 04:07, edited 1 time in total.