I would like to see the output ofgimbleguy wrote: Sun Oct 20, 2019 5:30 pm still the same issue. dist-upgrade doesn't do any thing :(
Code: Select all
sudo apt update && sudo apt dist-upgrade
I would like to see the output ofgimbleguy wrote: Sun Oct 20, 2019 5:30 pm still the same issue. dist-upgrade doesn't do any thing :(
Code: Select all
sudo apt update && sudo apt dist-upgrade
https://youtu.be/prwRQ3UMPlodolphin_oracle wrote: Sun Oct 20, 2019 5:51 pmI would like to see the output ofgimbleguy wrote: Sun Oct 20, 2019 5:30 pm still the same issue. dist-upgrade doesn't do any thing :(
Code: Select all
sudo apt update && sudo apt dist-upgrade
Well IPv6 is working again after I deleted the connection and rebooted, set it to DHCP addresses only, and added IPv4 and IPv6 DNS servers.BV206 wrote: Sun Oct 20, 2019 6:27 pm I'm having some kind of network problem now. MX19RC1 live USB. IPv6 doesn't work.
Ethernet connection to cable modem works properly on Xubuntu on the same PC/modem.
I don't know what info to provide or how to trobleshoot it. I deleted the connection and let it autocreate a new one but that didn't fix it.
well that's weird.gimbleguy wrote: Sun Oct 20, 2019 6:05 pmhttps://youtu.be/prwRQ3UMPlodolphin_oracle wrote: Sun Oct 20, 2019 5:51 pmI would like to see the output ofgimbleguy wrote: Sun Oct 20, 2019 5:30 pm still the same issue. dist-upgrade doesn't do any thing :(
Code: Select all
sudo apt update && sudo apt dist-upgrade
Code: Select all
sudo apt install mx-apps chroot-rescue-mx
A manuall "apt install" might suffice to sorted the issue. A full upgrade cannot solve the Conflicts/Replaces/Provides relation ship issue as both packages chroot-rescue and chroot-rescue-mx have the same version number. I guess a higher version number of chroot-rescue-mx might have allowed to have mx-apps upgraded and removed the lower version of chroot-rescue.dolphin_oracle wrote: Sun Oct 20, 2019 7:04 pm well that's weird.
how about
Code: Select all
sudo apt install mx-apps chroot-rescue-mx
hmm...ok.fehlix wrote: Sun Oct 20, 2019 7:24 pmA manuall "apt install" might suffice to sorted the issue. A full upgrade cannot solve the Conflicts/Replaces/Provides relation ship issue as both packages chroot-rescue and chroot-rescue-mx have the same version number. I guess a higher version number of chroot-rescue-mx might have allowed to have mx-apps upgraded and removed the lower version of chroot-rescue.dolphin_oracle wrote: Sun Oct 20, 2019 7:04 pm well that's weird.
how about
Code: Select all
sudo apt install mx-apps chroot-rescue-mx