Problem with online Qt installer ?
-
@jsulm said in Problem with online Qt installer ?:
@Perdrix said in Problem with online Qt installer ?:
Warning: Network error while downloading
Try another mirror. See "Selecting a mirror for opensource" in https://wiki.qt.io/Online_Installer_4.x
I'm the colleague who's online installer crashes (still no success after 6-8 tries).
I tried this: sudo ./qt-online-installer-linux-x64-4.8.1.run --mirror https://mirror.netcologne.de/qtproject
I watched it installing, and after about 35-40% it crashed again, and also WSL crashed. -
And this just crashed at about 55% progress: --mirror http://mirrors.ukfast.co.uk/sites/qt.io
-
Does this console output tell us something?
qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "stateChanged"
qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "connectivityChanged"
qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "deviceTypeChanged"
qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "meteredChanged" -
Again, another crash: sudo ./qt-online-installer-linux-x64-4.8.1.run --mirror https://ftp.fau.de/qtproject
No console output except the qt.dbus stuff. -
@Perdrix said in Problem with online Qt installer ?:
Does journalctl -b show anything useful?
The last few lines (newest first):
Nov 12 14:22:27 LAPTOP-NGVGTASG systemd-resolved[152]: Clock change detected. Flushing caches. Nov 12 14:21:58 LAPTOP-NGVGTASG wsl-pro-service[229]: DEBUG Updated systemd status to "Not connected: waiting to retry" Nov 12 14:21:58 LAPTOP-NGVGTASG wsl-pro-service[229]: INFO Reconnecting to Windows host in 60 seconds Nov 12 14:21:58 LAPTOP-NGVGTASG wsl-pro-service[229]: WARNING Daemon: could not connect to Windows Agent: could not get address: could not read agent port file "/mnt/c/Users/marti/.ubuntupro/.address": open /mnt/c/Users/marti/.ubuntu> Nov 12 14:21:58 LAPTOP-NGVGTASG wsl-pro-service[229]: DEBUG Updated systemd status to "Connecting" Nov 12 14:21:58 LAPTOP-NGVGTASG wsl-pro-service[229]: INFO Daemon: connecting to Windows Agent Nov 12 14:21:55 LAPTOP-NGVGTASG systemd-resolved[152]: Clock change detected. Flushing caches. Nov 12 14:21:22 LAPTOP-NGVGTASG systemd-resolved[152]: Clock change detected. Flushing caches. Nov 12 14:20:57 LAPTOP-NGVGTASG wsl-pro-service[229]: DEBUG Updated systemd status to "Not connected: waiting to retry" Nov 12 14:20:57 LAPTOP-NGVGTASG wsl-pro-service[229]: INFO Reconnecting to Windows host in 60 seconds Nov 12 14:20:57 LAPTOP-NGVGTASG wsl-pro-service[229]: WARNING Daemon: could not connect to Windows Agent: could not get address: could not read agent port file "/mnt/c/Users/marti/.ubuntupro/.address": open /mnt/c/Users/marti/.ubuntu>
-
Just guessing, but perhaps you got bitten by the clock running backwards bug when running Ubuntu 24.04.1 in WSL2, try stopping and disabling the timesyncd service:
sudo systemctl stop systemd-timesyncd.service
sudo systemctl disable systemd-timesyncd.service
More info here -
I now also tried the headless installer. Also crashed.
Here are the last few lines of the console output:[324178] perform qt.qt6.680.doc concurrent operation: Extract [324178] - arguments: installer://qt.qt6.680.doc/6.8.0-0-202410030750qtplatformintegration-documentation.tar.xz, /opt/Qt [324178] Started [324185] perform qt.qt6.680.doc concurrent operation: Extract [324185] - arguments: installer://qt.qt6.680.doc/6.8.0-0-202410030750qtqmlxmllistmodel-documentation.tar.xz, /opt/Qt [324185] Started [324187] perform qt.qt6.680.doc concurrent operation: Extract [324187] - arguments: installer://qt.qt6.680.doc/6.8.0-0-202410030750qtqmlworkerscript-documentation.tar.xz, /opt/Qt [324187] Started [324192] perform qt.tools.maintenance concurrent operation: Extract [324192] - arguments: installer://qt.tools.maintenance/4.8.1-202409230636installer-resource.7z, /opt/Qt [324192] Started [324192] perform qt.license.thirdparty concurrent operation: Extract [324192] - arguments: installer://qt.license.thirdparty/1.0.0-1Licenses.7z, /opt/Qt [324192] Started [324195] perform qt.tools.maintenance concurrent operation: Extract [324195] - arguments: installer://qt.tools.maintenance/4.8.1-202409230636QtIcon.7z, /opt/Qt [324195] Started [324197] perform qt.tools.maintenance concurrent operation: Extract [324197] - arguments: installer://qt.tools.maintenance/4.8.1-202409230636installer-changelog.7z, /opt/Qt [324197] Started [324198] perform qt.qt6.680 concurrent operation: Extract [324198] - arguments: installer://qt.qt6.680/6.8.0-0-202410030750sha1s.txt.7z, /opt/Qt [324198] Started [324198] perform qt.tools.qtdesignstudio concurrent operation: Extract [324198] - arguments: installer://qt.tools.qtdesignstudio/4.6.2-0-202411010923content.7z, /opt/Qt [324198] Started [324199] perform qt.qt6.680.examples concurrent operation: Extract [324199] - arguments: installer://qt.qt6.680.examples/6.8.0-0-202410030750qtsvg-examples-6.8.0.7z, /opt/Qt [324199] Started
-
@hskoglund said in Problem with online Qt installer ?:
Just guessing, but perhaps you got bitten by the clock running backwards bug when running Ubuntu 24.04.1 in WSL2, try stopping and disabling the timesyncd service:
sudo systemctl stop systemd-timesyncd.service
sudo systemctl disable systemd-timesyncd.service
More info hereNo, unfortunately no success.
I stopped and disabled the timesyncd, then started the installer. But after about 25% it crashed. -
@Axel-Spoerl Should Martin open a formal bug report for this? Or should we explore the problem further here? If the latter what is needed from him to enable you guys to debug it.