Linux Lite Forums

Full Version: 404 error during Lite update session Flash updater related
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My repos
Code:
$ inxi -r Repos:    Active apt sources in file: /etc/apt/sources.list           deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted           deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted           deb http://us.archive.ubuntu.com/ubuntu/ xenial universe           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe           deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe           deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse           deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse           deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse           deb http://security.ubuntu.com/ubuntu xenial-security main restricted           deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted           deb http://security.ubuntu.com/ubuntu xenial-security universe           deb-src http://security.ubuntu.com/ubuntu xenial-security universe           deb http://security.ubuntu.com/ubuntu xenial-security multiverse           deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse           deb http://archive.canonical.com/ xenial partner           Active apt sources in file: /etc/apt/sources.list.d/linuxlite.list           deb http://repo.linuxliteos.com/linuxlite/ citrine main           Active apt sources in file: /etc/apt/sources.list.d/nemh-ubuntu-systemback-xenial.list           deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main           Active apt sources in file: /etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-xenial.list           deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main           Active apt sources in file: /etc/apt/sources.list.d/rvm-ubuntu-smplayer-xenial.list           deb http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial main           Active apt sources in file: /etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-xenial.list           deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial main

My install

Code:
$ inxi -Fxz System:    Host: shop1 Kernel: 4.4.0-47-generic i686 (32 bit gcc: 5.4.0)           Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Ubuntu 16.04 xenial Machine:  System: Intel (portable) product: Intel powered classmate PC v: 3rd Gen           Mobo: QCI model: Intel powered classmate PC v: 3rd Gen           Bios: Phoenix v: HP94510A.86A.0035.2009.0427.2020 date: 04/27/2009 CPU:      Single core Intel Atom N270 (-HT-) cache: 512 KB           flags: (nx pae sse sse2 sse3 ssse3) bmips: 3192           clock speeds: max: 1600 MHz 1: 1600 MHz 2: 1600 MHz Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller           bus-ID: 00:02.0           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)           Resolution: [email protected]           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2           GLX Version: 1.4 Mesa 11.2.0 Direct Rendering: Yes Audio:    Card Intel NM10/ICH7 Family High Definition Audio Controller           driver: snd_hda_intel bus-ID: 00:1b.0           Sound: Advanced Linux Sound Architecture v: k4.4.0-47-generic Network:  Card-1: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller           driver: r8169 v: 2.3LK-NAPI port: 2000 bus-ID: 02:00.0           IF: enp2s0 state: down mac: <filter>           Card-2: Ralink RT2870/RT3070 Wireless Adapter           driver: rt2800usb v: 2.3.0 usb-ID: 001-004           IF: wlx0017c4666992 state: N/A mac: N/A Drives:    HDD Total Size: 63.3GB (7.8% used)           ID-1: /dev/sda model: KingSpec_KSD size: 63.3GB Partition: ID-1: / size: 11G used: 4.5G (43%) fs: ext2 dev: /dev/sda1           ID-2: /home size: 48G used: 204M (1%) fs: ext2 dev: /dev/sda2 RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present Sensors:  System Temperatures: cpu: 50.0C mobo: N/A           Fan Speeds (in rpm): cpu: N/A Info:      Processes: 189 Uptime: 57 min Memory: 607.0/2004.9MB           Init: systemd runlevel: 5 Gcc sys: 5.4.0           Client: Shell (bash 4.3.461) inxi: 2.2.35

My problem

https://bugs.launchpad.net/ubuntu/+sourc...ug/1654511

This will cause updater to fail for some users like me.

My fix

Code:
$ cat /etc/hosts 127.0.0.1    localhost 127.0.1.1    shop1 # The following lines are desirable for IPv6 capable hosts ::1    ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters 91.189.92.191 archive.canonical.com

which makes everything work OK with the updater

Code:
$ sudo apt-get dist-upgrade && sudo apt-get -f install [sudo] password for harry: Reading package lists... Done Building dependency tree      Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree      Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Just mentioning this in case anybody else besides me runs into this. My install is fixed so no help question by me in this thread.

8)
Thanks rokytnji.