How do I get software centre to work. I keep getting messages that I am attempting to download an untrusted package ,will not repair , have to back out. Using Trusty.

Asked by Steve Dunk

When I try to download files I get a message telling me that I am attempting to download an untrusted package. The message gives me the option to repair or cancel. If I click on repair the system has a 30 second think and then pops up the untrusted message again. The files that I have been attempting to download all come from the Ubuntu or canonical lists. If I switch to the downloads icon at the top it has 3 active [supposedly] downloads running. Unfortunately nothing happens from there on in. I am using the iiNet "apache" server and I have the launchpad signing key loaded. What am I doing wrong? Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

You are missing the signing key of the packages that you trying to install. This can happen if you are installing from third party sources or if the software repositories got out of sync.
The later problem can be fixed by running

sudo apt-get update

in the Terminal.
The first problem is a bit harder to fix. Try to install the package from the Terminal by running

apt-cache policy package_name

and

sudo apt-get install package_name

with your package name of cause and post the output for us. Thanks!

Revision history for this message
Steve Dunk (boohoo2) said :
#2

Hi Thomas, I did the first part of your suggestion and this is what I got. For a bit of further information I am using an ISP that runs from home to sattelite to Isp. The joys of living in rural australia.ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
ru12mug@ru12mug-Satellite-L300:~$

I hope this helps . Thanks , Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

At a certain moment only one package management program can run (to avoid concurrent update).
It seems that there was already another package management program running when you tried the apt-get command.

I recommend that you re-try the command
sudo apt-get update

if it ends up with the same command (11: Resource temporarily unavailable), please issue the commands

sudo fuser -vvv /var/lib/apt/lists/lock
sudo fuser -vvv /var/lib/dpkg/lock
sudo fuser -vvv /var/cache/apt/archives/lock
sudo rm /var/lib/apt/lists/lock

and then try again.

Finally copy all output and paste into this question document that we can see the results.

Revision history for this message
Steve Dunk (boohoo2) said :
#4

On 01.09.2014 23:36, Manfred Hampl wrote:
> Your question #253806 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/253806
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> At a certain moment only one package management program can run (to
> avoid concurrent update).
> It seems that there was already another package management program
> running when you tried the apt-get command.
>
> I recommend that you re-try the command
> sudo apt-get update
>
> if it ends up with the same command (11: Resource temporarily
> unavailable), please issue the commands
>
> sudo fuser -vvv /var/lib/apt/lists/lock
> sudo fuser -vvv /var/lib/dpkg/lock
> sudo fuser -vvv /var/cache/apt/archives/lock
> sudo rm /var/lib/apt/lists/lock
>
> and then try again.
>
> Finally copy all output and paste into this question document that we
> can see the results.
Hi Manfred. I tried to update again , It very quickly went to 99% and
then slowly dropped back to 97% and then after an hour and a half
stopped. Here is the page just before it stopped.
Also I contacted my ISP to see if they could help. They suggested that
I do an isolation test on the modem which I did, then I tried the
apt-get update again in a terminal and the results are in the
attachment. They also said something about satellite dropouts which I am
pasting below. Could this also explain why if I go to "software sources"
and look for the best server it keeps telling me that none are
available,which is why once I found the APACHE server I went to it. It
was the only way that I could succesfully download TRUSTY.

As you are having an issue contacting iiNet's Apache Server have you
been able to get in contact with them regarding the
issue? I ask this as some servers do not like the instability of
satellite connections and drop the connection for the
download.
I am going to e-mail iiNet tomorrow and ask for there take on it.
Thanks Steve.
P.S. The attachment is the terminal output.

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

You cannot add attachments to launchpad question documents. Please put all information into the message text area.

Please provide the output of the terminal commands

uname -a
lsb_release -a
cat -n /etc/apt/sources.list
sudo apt-get update

Revision history for this message
Steve Dunk (boohoo2) said :
#6

Hi Manfred, here's the output you requested.
ru12mug@ru12mug-Satellite-L300:~$ uname -a
Linux ru12mug-Satellite-L300 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:49:09 UTC 2014 i686 i686 i686 GNU/Linux
ru12mug@ru12mug-Satellite-L300:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
ru12mug@ru12mug-Satellite-L300:~$ cat -n /etc/apt/sources.list
     1 # deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release i386 (20140722.2)]/ trusty main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty main restricted
     6 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates main restricted
    11 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty universe
    17 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty universe
    18 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates universe
    19 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty multiverse
    27 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty multiverse
    28 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates multiverse
    29 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-backports main restricted universe multiverse
    37 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-backports main restricted universe multiverse
    38
    39 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security main restricted
    40 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security main restricted
    41 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security universe
    42 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security universe
    43 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security multiverse
    44 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security multiverse
    45
    46 ## Uncomment the following two lines to add software from Canonical's
    47 ## 'partner' repository.
    48 ## This software is not part of Ubuntu, but is offered by Canonical and the
    49 ## respective vendors as a service to Ubuntu users.
    50 deb http://archive.canonical.com/ubuntu trusty partner
    51 deb-src http://archive.canonical.com/ubuntu trusty partner
    52
    53 ## This software is not part of Ubuntu, but is offered by third-party
    54 ## developers who want to ship their latest software.
    55 deb http://extras.ubuntu.com/ubuntu trusty main
    56 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed main multiverse restricted universe
    57 # deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ trusty main
    58 # deb-src http://mirror.aarnet.edu.au/pub/ubuntu/archive/ trusty main
    59 # deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty main
    60 deb-src http://extras.ubuntu.com/ubuntu trusty main
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Could not connect to archive.canonical.com:80 (91.189.92.150). - connect (101: Network is unreachable) [IP: 91.189.92.150 80]
Ign http://archive.canonical.com trusty Release
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Err http://archive.canonical.com trusty/partner Translation-en_AU
  Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]
Err http://archive.canonical.com trusty/partner Translation-en
  Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]
Err http://archive.canonical.com trusty/partner Sources
  Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]
Err http://archive.canonical.com trusty/partner i386 Packages
  Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]
Err http://extras.ubuntu.com trusty Release.gpg
  Could not connect to extras.ubuntu.com:80 (91.189.92.152), connection timed out
Err http://ftp.iinet.net.au trusty-updates InRelease

Err http://ftp.iinet.net.au trusty-backports InRelease

Err http://ftp.iinet.net.au trusty-security InRelease

Err http://ftp.iinet.net.au trusty-proposed InRelease

Err http://ftp.iinet.net.au trusty Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-updates Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-proposed Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ppa.launchpad.net trusty Release.gpg
  Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out
Reading package lists... Done
W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/InRelease

W: Failed to fetch https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu/dists/trusty/main/binary-i386/Packages HttpError404

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not connect to extras.ubuntu.com:80 (91.189.92.152), connection timed out

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Could not connect to archive.canonical.com:80 (91.189.92.150). - connect (101: Network is unreachable) [IP: 91.189.92.150 80]

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/i18n/Translation-en_AU Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/i18n/Translation-en Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/source/Sources Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/binary-i386/Packages Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$
I hope this helps. Thanks Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

It seems that you have a problem with your network setup.

Do you have an internet connection from that computer? Do you use a proxy server? Does a web browser work on that machine?

What is the output of the terminal commands

ping -c 3 8.8.8.8
ping -c 3 ftp.iinet.net.au
echo $http_proxy
echo $ftp_proxy
grep proxy /etc/environment
grep proxy /etc/bash.bashrc
grep proxy ~/.bashrc

Revision history for this message
Steve Dunk (boohoo2) said :
#8

Hi Manfred. Yes this machine is online. It's connected by ethernet to my router which is pluged in to my modem. For a browser I am using "startpage" in " firefox". I have no trouble browsing and downloading files,usually pdf files. To make sure you understand my ISP I am using "Skymesh.com.au" which uses the "IPSTAR satellite" between my satellite dish and the ground stations in either Sydney or Brisbane ,Australia. I have a download speed of 512k and an upload speed of 256k. Thats why I added the comment from my ISP two replies ago. The relevant paragraph is the second last one in that answer which was pasted directly from their answer to that message to you.As I also said ,they asked me to do an isolation test,[unplug the TX and RX cables wait 15 mins then replug then wait another 15 mins before powering the modem up again],this was ensure that I was in sync with the satellite. This I did and everything was as you saw in my previous message. My connection has been the same as before the isolation test. Now to run your request which will be pasted below.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=1032 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=1654 ms

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 2 received, 33% packet loss, time 2009ms
rtt min/avg/max/mdev = 1032.486/1343.274/1654.063/310.790 ms, pipe 2
ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.au
ping: unknown host ftp.iinet.au
ru12mug@ru12mug-Satellite-L300:~$ echo $http_proxy

ru12mug@ru12mug-Satellite-L300:~$ echo $ftp_proxy

ru12mug@ru12mug-Satellite-L300:~$ grep proxy /etc/environment
ru12mug@ru12mug-Satellite-L300:~$ grep proxy /etc/bash.bashrc
ru12mug@ru12mug-Satellite-L300:~$ grep proxy~/.bashrc

As an add on in the info department I have "ftp iinet" in my bookmarks and have no problem accessing the "apache server" through that . As I said in an earlier message it was the only way that I could succesfully download "trusty", using the torrent file found there. I hope this all helps. Thanks ,Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

You mistyped the server name in the command, please re-try

ping -c 3 ftp.iinet.net.au

and copy/paste the output.

Revision history for this message
Steve Dunk (boohoo2) said :
#10

Hi Manfred. Sorry about that,here is the output your chasing.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1222 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=1147 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1239 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2468ms
rtt min/avg/max/mdev = 1147.131/1202.851/1239.144/40.017 ms, pipe 2
ru12mug@ru12mug-Satellite-L300:~$

To add to my last message, I have found that this system works best when most of the country is asleep in bed. In the early evening a carrier pidgeon would be faster and more reliable. These are some of the joys of living in rural Australia with a ludite government.
Once again , thank you. Steve

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

Your output is somewhat contradictory. Accessing the server(s) with ping works well, but during the update the servers were not reachable. Maybe it was just a temporary problem.

Please try the terminal command

sudo apt-get update

again and copy/paste all output as done before.

Revision history for this message
Steve Dunk (boohoo2) said :
#12

Hi Manfred. I started this at 19:36 . According to "system monitor" it took all of two minutes to flatline on the network history graph. It's now 21:53 . The download got to 98% after an hour and has since been going backwards. Here's the output.

ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.150 80]
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://archive.canonical.com trusty Release
Ign http://extras.ubuntu.com trusty Release
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
Get:1 http://ftp.iinet.net.au trusty-updates Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner i386 Packages
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-proposed Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty Release
Ign http://ftp.iinet.net.au trusty-updates Release
Ign http://ftp.iinet.net.au trusty-backports Release
Ign http://ftp.iinet.net.au trusty-security Release
Ign http://ftp.iinet.net.au trusty-proposed Release
Ign http://ftp.iinet.net.au trusty/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/restricted Sources/DiffIndex
Err http://archive.canonical.com trusty/partner Translation-en_AU
  Connection failed [IP: 91.189.92.150 80]
Ign http://ftp.iinet.net.au trusty/universe Sources/DiffIndex
Err http://ppa.launchpad.net trusty/main Sources
  Connection failed
91% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting

I'm going to stop it ,head for bed and try it again when I get up in the morning. I'll post that result for you when it's done.
Stay tuned. Steve

Revision history for this message
Steve Dunk (boohoo2) said :
#13

OK , It's 06:55 lets see how it goes now.

t (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/restricted Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/universe Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/multiverse Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/main i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/restricted i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/universe i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty/multiverse i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/main Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/restricted Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/universe Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/multiverse Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/main i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/restricted i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/universe i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-updates/multiverse i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/main Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/restricted Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/universe Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/multiverse Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/main i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/restricted i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/universe i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-backports/multiverse i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/main Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/restricted Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/universe Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/multiverse Sources
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/main i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/restricted i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/universe i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-security/multiverse i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-proposed/main i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-proposed/multiverse i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-proposed/restricted i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au trusty-proposed/universe i386 Packages
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ppa.launchpad.net trusty/main Sources
  Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)
Err http://ppa.launchpad.net trusty/main i386 Packages
  Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)
Err http://ppa.launchpad.net trusty/main Translation-en_AU
  Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)
Err http://ppa.launchpad.net trusty/main Translation-en
  Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)
Err http://archive.canonical.com trusty/partner Translation-en_AU
  Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]
Err http://archive.canonical.com trusty/partner Translation-en
  Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]
Err http://archive.canonical.com trusty/partner Sources
  Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]
Err http://archive.canonical.com trusty/partner i386 Packages
  Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]
W: Failed to fetch https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu/dists/trusty/main/binary-i386/Packages HttpError404

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Connection failed [IP: 91.189.92.191 80]

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/Release.gpg Connection failed

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/Translation-en_AU Cannot initiate the connection to extras.ubuntu.com:80 (91.189.92.152). - connect (101: Network is unreachable)

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/Translation-en Cannot initiate the connection to extras.ubuntu.com:80 (91.189.92.152). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/Release.gpg Connection failed

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/main/source/Sources Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/main/binary-i386/Packages Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/main/i18n/Translation-en_AU Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/main/i18n/Translation-en Cannot initiate the connection to ppa.launchpad.net:80 (91.189.95.83). - connect (101: Network is unreachable)

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/i18n/Translation-en_AU Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/i18n/Translation-en Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/main/source/Sources Cannot initiate the connection to extras.ubuntu.com:80 (91.189.92.152). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/Release.gpg Connection failed

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/source/Sources Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/Packages Cannot initiate the connection to extras.ubuntu.com:80 (91.189.92.152). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/Release.gpg Connection failed

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/binary-i386/Packages Cannot initiate the connection to archive.canonical.com:80 (91.189.92.191). - connect (101: Network is unreachable) [IP: 91.189.92.191 80]

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/main/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/main/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/multiverse/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/multiverse/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/restricted/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/restricted/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/universe/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/universe/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/main/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/main/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/multiverse/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/restricted/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/universe/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/main/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/main/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/restricted/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/universe/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/universe/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/main/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/main/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/multiverse/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/restricted/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/restricted/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/universe/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/universe/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/main/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/main/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/multiverse/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/multiverse/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/restricted/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/restricted/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/universe/i18n/Translation-en_AU Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/universe/i18n/Translation-en Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/main/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/restricted/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/universe/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/multiverse/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/main/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/restricted/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/universe/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/multiverse/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/main/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/restricted/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/universe/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/multiverse/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/main/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/restricted/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/main/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/restricted/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/universe/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/multiverse/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/main/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/restricted/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/universe/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/multiverse/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/main/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/restricted/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/universe/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/multiverse/source/Sources Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/main/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/restricted/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/universe/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/multiverse/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/main/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/multiverse/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/restricted/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/universe/binary-i386/Packages Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$

It's now 07:56 and here is the final result. As a side note ,I have noticed that if I close firefox then all activity in the terminal stops. I have also found that if I go directly to the APACHE server I can then open the UBUNTU menu and from there open the updates menu. The problem then is that I'm not sure which packages to download, but they all seem to be accessable. I'm still using AXEL as my download manager which works well when I go get PDF or HTML files. I have to go away this morning and will be back in 48 hours, or 1000km . I'm sorry for the headaches I'm giving you guys. Also ,when I was running 12.10 I had similar problems early on but once I had gone to the city and used a freinds ADSL connection for updates everything worked fine with automatic updates doing its thing once a week. At the time I was using AARnet server, but when the APACHE server was the only place I could get TRUSTY from I decided to stick with it. If I have to manually get my updates from APACHE then I can live with that as long as I know what headers I should be going for. Also for some reason I cannot get bittorrent to work ,[it cannot find a port that works].
Thanks again Manfred. Cheers , Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

My interpretation of your output is that your network connection is very unstable.

On Sept 03 you could ping the iinet mirror:

PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1222 ms

On Sept 5 the server is no more reachable
Err http://ftp.iinet.net.au trusty/restricted Sources
   Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

It seems that during your last attempt your system was not connected to the internet. I do not know enough about your internet connection, and how you have to operate it, but I recommend that you try again:
1. activate your internet connection (if there is an activity that you have to do for that).
2. open a web browser on your system and connect to an internet page (some news page or whatever) to make sure that you are correctly connected to the public internet
3. re-try the ping command "ping -c 3 ftp.iinet.net.au", and if that works well ("...3 received, 0% packet loss...")
4. re-try "sudo apt-get update"

Revision history for this message
Steve Dunk (boohoo2) said :
#15

Hi Manfred. In all of our dealings with this problem I have been going through Firefox to open Launchpad and then to this page. I then open a terminal in the lower left of the screen while leaving the Launchpad window underneath so that I can copy your suggestions into the terminal and then copy and paste the results directly back here. I currently have a terminal open attempting to do an update after doing a successful ping. It's currently stalled at 22% with one 404 error and three failed connections. I'll let it go for a while and then post the result here. As a sidenote ,while I've been typing this with the terminal in the background "automatic updates" has flashed its little icon for the first time since installing TRUSTY.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1701 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=1221 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1246 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2593ms
rtt min/avg/max/mdev = 1221.106/1389.770/1701.645/220.775 ms, pipe 2
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.191 80]
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://extras.ubuntu.com trusty Release
Ign http://ppa.launchpad.net trusty Release
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-updates Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-proposed Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty Release
Ign http://ftp.iinet.net.au trusty-updates Release
Ign http://ftp.iinet.net.au trusty-backports Release
Ign http://ftp.iinet.net.au trusty-security Release
Ign http://ftp.iinet.net.au trusty-proposed Release
Ign http://ftp.iinet.net.au trusty/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/restricted Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/universe Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/multiverse Sources/DiffIndex
13% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting

Here's the output after an hour and a half. As you can see ,its gone backwards since I last looked an hour ago. I'll give it a whirl again in the morning although I'm tempted to click the "auto update " icon first just to see if it can connect.
Stay tuned and thanks, Steve.

Revision history for this message
Steve Dunk (boohoo2) said :
#16

Hi Manfred. It's 0630 and I've just tried "auto updates", it gave me a message of failed to find repository.Now I'll open a terminal , do a ping and hit "apt-get update" .The results will be underneath. I also intend to contact my ISP about my connection. I have noticed that my neighbor [2km away] has a smaller satellite dish and no attenuators between the modem and the satellite dish.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=955 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=927 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1175 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2601ms
rtt min/avg/max/mdev = 927.619/1019.446/1175.714/111.065 ms
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.191 80]
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-updates Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Connection failed
25% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting

It's now 0800 and "apt-get" hasn't done anything for half an hour now.
If I go to "http://ftp.iinet.net.au" and go into UBUNTU/UPGRADES what packages do I download to manually download my updates.
Thanks, Steve

Revision history for this message
Steve Dunk (boohoo2) said :
#17

Hello again Manfred. It's now 0812 and here is the final result of "apt-get". As soon as I clicked on the button "I'm providing more information" the terminal went mad and finished the "apt-get" command.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=955 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=927 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1175 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2601ms
rtt min/avg/max/mdev = 927.619/1019.446/1175.714/111.065 ms
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.191 80]
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-updates Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Connection failed
Err http://ftp.iinet.net.au trusty-proposed Release.gpg
  Connection failed
Hit http://ftp.iinet.net.au trusty Release
Hit http://ftp.iinet.net.au trusty-updates Release
Hit http://ftp.iinet.net.au trusty-backports Release
Hit http://ftp.iinet.net.au trusty-security Release
Hit http://ftp.iinet.net.au trusty-proposed Release
Ign http://ftp.iinet.net.au trusty/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/restricted Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/universe Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/multiverse Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty/restricted i386 Packages/DiffIndex
Hit http://archive.canonical.com trusty/partner Sources
Ign http://ftp.iinet.net.au trusty/universe i386 Packages/DiffIndex
Hit http://archive.canonical.com trusty/partner i386 Packages
Ign http://ftp.iinet.net.au trusty/multiverse i386 Packages/DiffIndex
Ign http://archive.canonical.com trusty/partner Translation-en_AU
Hit http://ftp.iinet.net.au trusty/main Translation-en_AU
Ign http://archive.canonical.com trusty/partner Translation-en
Hit http://ppa.launchpad.net trusty/main Sources
Hit http://ftp.iinet.net.au trusty/main Translation-en
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en_AU
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en
Ign http://ppa.launchpad.net trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/restricted Translation-en_AU
Hit http://extras.ubuntu.com trusty/main Sources
Ign http://ppa.launchpad.net trusty/main Translation-en
Hit http://ftp.iinet.net.au trusty/restricted Translation-en
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty/universe Translation-en_AU
Ign http://extras.ubuntu.com trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/universe Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Ign http://ftp.iinet.net.au trusty-updates/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/restricted Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/universe Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/multiverse Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/restricted i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/universe i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-updates/multiverse i386 Packages/DiffIndex
Hit http://ftp.iinet.net.au trusty-updates/main Translation-en
Hit http://ftp.iinet.net.au trusty-updates/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-updates/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-updates/universe Translation-en
Ign http://ftp.iinet.net.au trusty-backports/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/restricted Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/universe Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/multiverse Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/restricted i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/universe i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-backports/multiverse i386 Packages/DiffIndex
Hit http://ftp.iinet.net.au trusty-backports/main Translation-en
Hit http://ftp.iinet.net.au trusty-backports/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-backports/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-backports/universe Translation-en
Ign http://ftp.iinet.net.au trusty-security/main Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/restricted Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/universe Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/multiverse Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/restricted i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/universe i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-security/multiverse i386 Packages/DiffIndex
Hit http://ftp.iinet.net.au trusty-security/main Translation-en
Hit http://ftp.iinet.net.au trusty-security/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-security/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-security/universe Translation-en
Ign http://ftp.iinet.net.au trusty-proposed/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed/multiverse i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed/restricted i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed/universe i386 Packages/DiffIndex
Hit http://ftp.iinet.net.au trusty-proposed/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty-proposed/main Translation-en
Hit http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en_AU
Hit http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en_AU
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-proposed/universe Translation-en
Hit http://ftp.iinet.net.au trusty/main Sources
Hit http://ftp.iinet.net.au trusty/restricted Sources
Hit http://ftp.iinet.net.au trusty/universe Sources
Hit http://ftp.iinet.net.au trusty/multiverse Sources
Hit http://ftp.iinet.net.au trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty/universe i386 Packages
Hit http://ftp.iinet.net.au trusty/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty-updates/main Sources
Hit http://ftp.iinet.net.au trusty-updates/restricted Sources
Hit http://ftp.iinet.net.au trusty-updates/universe Sources
Hit http://ftp.iinet.net.au trusty-updates/multiverse Sources
Hit http://ftp.iinet.net.au trusty-updates/main i386 Packages
Hit http://ftp.iinet.net.au trusty-updates/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty-updates/universe i386 Packages
Hit http://ftp.iinet.net.au trusty-updates/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty-backports/main Sources
Hit http://ftp.iinet.net.au trusty-backports/restricted Sources
Hit http://ftp.iinet.net.au trusty-backports/universe Sources
Hit http://ftp.iinet.net.au trusty-backports/multiverse Sources
Hit http://ftp.iinet.net.au trusty-backports/main i386 Packages
Hit http://ftp.iinet.net.au trusty-backports/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty-backports/universe i386 Packages
Hit http://ftp.iinet.net.au trusty-backports/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty-security/main Sources
Hit http://ftp.iinet.net.au trusty-security/restricted Sources
Hit http://ftp.iinet.net.au trusty-security/universe Sources
Hit http://ftp.iinet.net.au trusty-security/multiverse Sources
Hit http://ftp.iinet.net.au trusty-security/main i386 Packages
Hit http://ftp.iinet.net.au trusty-security/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty-security/universe i386 Packages
Hit http://ftp.iinet.net.au trusty-security/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty-proposed/main i386 Packages
Hit http://ftp.iinet.net.au trusty-proposed/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty-proposed/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty-proposed/universe i386 Packages
W: Failed to fetch https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu/dists/trusty/main/binary-i386/Packages HttpError404

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Connection failed [IP: 91.189.92.191 80]

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/Release.gpg Connection failed

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/Release.gpg Connection failed

E: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$

As a side note, all of my network connections are set for automatic,[auto-proxy,auto DHCP,auto address etc.] Could this possibly have some bearing on my problem. Also considering how I manage to break things would it be usefull to the development team if I loaded the the latest development OS and see how often I can accidentally break it. I may not understand exactly the problems and fixes but I do find the whole process quite interesting.
Thanks,Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#18

I do not know the real reason for your network problems, but maybe the following steps might provide a workaround:

A.
1. issue the
sudo apt-get update
command
2. if it is stalled at a certain step (no change in output for several minutes), interrupt it with ctrl-c
3. go back to step 1.
This hopefully will gradually download all files and should - sooner or later - end with success.

B.
Do the same with the terminal command
sudo apt-get --download-only dist-upgrade
until all packages are downloaded, and when that is successful do
sudo apt-get dist-upgrade

Revision history for this message
Steve Dunk (boohoo2) said :
#19

Hi Manfred,here's the output of option A. As you can see "trusty main i386" keeps giving 404 errors.

ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
20% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting ^ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
26% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting ^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Ign http://archive.canonical.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
24% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting ^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
Ign https://private-ppa.launchpad.net trusty InRelease
Ign https://private-ppa.launchpad.net trusty Release.gpg
Ign https://private-ppa.launchpad.net trusty Release
Err https://private-ppa.launchpad.net trusty/main i386 Packages
  HttpError404
Ign https://private-ppa.launchpad.net trusty/main Translation-en_AU
Ign https://private-ppa.launchpad.net trusty/main Translation-en
20% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting

I'll now try option B and post that below.

Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get--download-only dist-upgrade
sudo: apt-get--download-only: command not found
ru12mug@ru12mug-Satellite-L300:~$

What did I do wrong now ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#20

1. Step B makes sense only when step A is complete

2. You missed a space character in your attempt for step B

3. As the 404 error seems to be related to a specific repository source, you might try disabling that one

What is the output of

grep private /etc/apt/sources.list
grep private /etc/apt/sources.list.d/*.list

Revision history for this message
Steve Dunk (boohoo2) said :
#21

Hi Manfred. Here is the output you requested.

ru12mug@ru12mug-Satellite-L300:~$ grep private /etc/apt/sources.list
ru12mug@ru12mug-Satellite-L300:~$ grep private /etc/apt/sources.list.d/*.list
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_dogpee_ubuntu.list:deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu trusty main #Added by software-center; credentials stored in /etc/apt/auth.conf
ru12mug@ru12mug-Satellite-L300:~$

As a side note, auto updates came up again this morning. It seemed to work ok for about 20 minutes and then started stuttering until the connection failed after an hour. I have also found what may be a hardware problem. It seems that when the system was installed [by a contractor] the two attenuators were connected in reverse. By this I mean that the units are marked "in and out" on the two ports. To my mind a signal should enter the unit by the "in" port and exit by the "out" port. Unfortunately what I see when I look closely at the units is that they have been hooked up so that the signal enters by the "out" port and exits by the "in" port. I have contacted my ISP for their take on the situation , but to me this could explain why my connection has been dodgy. Until this problem I had never looked at the physical connections except to make sure that the connectors were tight.
Until my ISP gets back to me I am going to put all actions on hold.
Stay tuned for further updates. Thanks again ,Steve.

Revision history for this message
Steve Dunk (boohoo2) said :
#22

Hi Manfred . My ISP got back to me and agreed that the attenuators seemed to be reversed and told me to to fix the problem. This has sped my download speeds up according to "system monitor", I actually saw a peak speed of almost 2M/bits this morning ,but unfortunately "apt-get updates " still failed.

ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Err http://ppa.launchpad.net trusty InRelease

Err http://ppa.launchpad.net trusty Release.gpg
  Unable to connect to ppa.launchpad.net:http:
Err http://ftp.iinet.net.au trusty InRelease

Err http://ftp.iinet.net.au trusty-updates InRelease

Err http://ftp.iinet.net.au trusty-backports InRelease

Err http://ftp.iinet.net.au trusty-security InRelease

Err http://ftp.iinet.net.au trusty-proposed InRelease

Err http://ftp.iinet.net.au trusty Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-updates Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-backports Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-security Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://ftp.iinet.net.au trusty-proposed Release.gpg
  Unable to connect to ftp.iinet.net.au:http:
Err http://extras.ubuntu.com trusty InRelease

Err http://extras.ubuntu.com trusty Release.gpg
  Unable to connect to extras.ubuntu.com:http:
Err http://archive.canonical.com trusty InRelease

Err http://archive.canonical.com trusty Release.gpg
  Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]
Reading package lists... Done
W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/InRelease

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Unable to connect to ppa.launchpad.net:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-updates/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-backports/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-security/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/dists/trusty-proposed/Release.gpg Unable to connect to ftp.iinet.net.au:http:

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Unable to connect to extras.ubuntu.com:http:

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Unable to connect to archive.canonical.com:http: [IP: 2001:67c:1360:8c01::1b 80]

W: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$

At this point I'm going to change tack and get a prepaid mobile broadband from a different ISP. I have also noticed that in software sources I have, apart from the canonical and third party sources[including source codes] that are loaded by default I also have ,

https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu
http://ppa.launchpad.net/appgrid/stable/ubuntu trusty main
http://ppa.launchpad.net/appgrid/ stable/ubuntu trusty main [source code]
and then the trusty main [source code] line repeated twice more.

I have tried doing the download with various combinations of the above ranging from all on to all off and any combination in between. If I only have the original default sources on NOTHING happens. If I have the "commercial-ppa-uploaders" off and the two repeat lines for "appgrid [source code]" off I get a connection ,the results of which are above. If I try it with "commercial-ppa-uploaders" then I get the 404error for lanchpad. I'm starting to think that my satellite connection is just too dodgy for UBUNTU. I'll be getting the mobile broadband setup either today or tomorrow and then we'll see what difference it makes.
Thanks again, Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#23

Well it seems there are two problems, one with the stability of your internet connection, but another one with the contents of the repository configuration files. Fighting both at the same time is not easy, because for a failure you have to identify the root cause first.

Please provide the output of

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

and - for the time being - do not modify the software sources any more until we have checked the results.

Revision history for this message
Steve Dunk (boohoo2) said :
#24

ru12mug@ru12mug-Satellite-L300:~$ find/etc/apt-name'*.list'-exec bash-c'echo-e"\n$1\n";cat-n"$1"'_'{}\;
>
Hi Manfred. Did I miss a space somewhere?
Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#25

You seem to have missed almost all space characters.
Interrupt that with ctrl-c and try again with copy/paste:

Open a terminal window and open a web browser window with https://answers.launchpad.net/ubuntu/+question/253806#comment-24 open

Mark the line

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

with pressed mouse button that it is shown in reverse color
Switch to the terminal window and press the middle mouse button.
Hit 'Enter' to execute the command and copy/paste all output back into the question document.

Revision history for this message
Steve Dunk (boohoo2) said :
#26

I know I'm doing something wrong, but here's another attempt.

ru12mug@ru12mug-Satellite-L300:~$ find/etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n";cat-n "$1"'_'{}'\;
bash: find/etc/apt: No such file or directory
ru12mug@ru12mug-Satellite-L300:~$ find /etc/apt -name '*.list' -exec bash 'echo -e "\n$1\n"; cat -n "$1"' _ '{}'\;
find: missing argument to `-exec'
ru12mug@ru12mug-Satellite-L300:~$ find /etc/apt -name '*.list'-exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}'\;
find: paths must precede expression: bash
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
ru12mug@ru12mug-Satellite-L300:~$

I'll keep trying again after tucker time.
Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#27

Why don't you use copy and paste as instructed before?
You again messed up the commands when retyping them.
In first attempt the space character between find and /etc is missing
In second attempt you dropped -c after bash
in third attempt the space between *.list and -exec is missing

Use copy and paste!

Revision history for this message
Steve Dunk (boohoo2) said :
#28

Sorry Manfred I missed your middle message and kept screwing up as you saw. Here is what you want,I hope.

ru12mug@ru12mug-Satellite-L300:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release i386 (20140722.2)]/ trusty main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty main restricted
     6 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates main restricted
    11 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty universe
    17 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty universe
    18 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates universe
    19 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty multiverse
    27 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty multiverse
    28 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates multiverse
    29 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates multiverse
    30
    31 ## N.B. software from this repository may not have been tested as
    32 ## extensively as that contained in the main release, although it includes
    33 ## newer versions of some applications which may provide useful features.
    34 ## Also, please note that software in backports WILL NOT receive any review
    35 ## or updates from the Ubuntu security team.
    36 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-backports main restricted universe multiverse
    37 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-backports main restricted universe multiverse
    38
    39 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security main restricted
    40 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security main restricted
    41 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security universe
    42 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security universe
    43 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-security multiverse
    44 deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty-security multiverse
    45
    46 ## Uncomment the following two lines to add software from Canonical's
    47 ## 'partner' repository.
    48 ## This software is not part of Ubuntu, but is offered by Canonical and the
    49 ## respective vendors as a service to Ubuntu users.
    50 deb http://archive.canonical.com/ubuntu trusty partner
    51 deb-src http://archive.canonical.com/ubuntu trusty partner
    52
    53 ## This software is not part of Ubuntu, but is offered by third-party
    54 ## developers who want to ship their latest software.
    55 deb http://extras.ubuntu.com/ubuntu trusty main
    56 deb http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed main multiverse restricted universe
    57 # deb-src http://mirror.internode.on.net/pub/ubuntu/ubuntu/ trusty main
    58 # deb-src http://mirror.aarnet.edu.au/pub/ubuntu/archive/ trusty main
    59 # deb-src http://ftp.iinet.net.au/pub/ubuntu/ trusty main
    60 deb-src http://extras.ubuntu.com/ubuntu trusty main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_dogpee_ubuntu.list

     1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/ubuntu trusty main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/appgrid-stable-trusty.list

     1 deb http://ppa.launchpad.net/appgrid/stable/ubuntu trusty main
     2 deb-src http://ppa.launchpad.net/appgrid/stable/ubuntu trusty main
     3 # deb-src http://ppa.launchpad.net/appgrid/stable/ubuntu trusty main
     4 # deb-src http://ppa.launchpad.net/appgrid/stable/ubuntu trusty main
ru12mug@ru12mug-Satellite-L300:~$

Thanks Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#29

Ok. On first glimpse I did not see anything wrong or strange in your sources.list files.

Now try the following:
Open a web browser to make sure you can access the internet,
Open a terminal and try

ping -c 3 ftp.iinet.net.au

If that works, re-try the commands given earlier:
A.
 1. issue the
 sudo apt-get update
 command
 2. if it is stalled at a certain step (no change in output for several minutes), interrupt it with ctrl-c
 3. go back to step 1.
 This hopefully will gradually download all files and should - sooner or later - end with success.

If the apt-get update commands ends without error proceed to the second part:
B.
 Do the same with the terminal command
 sudo apt-get --download-only dist-upgrade
 until all packages are downloaded, and when that is successful do
 sudo apt-get dist-upgrade

Revision history for this message
Steve Dunk (boohoo2) said :
#30

Hi Manfred. I left "sudo apt-get update" running overnight and it seemed to go ok. When I went to do part B this morning as you can see it failed from the get go. I'll run it again tonight when everyone has gone to bed.

  liboxideqtcore0 oxideqt-codecs
Install these packages without verification? [y/N] y
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libnss3 i386 2:3.15.4-1ubuntu7.1
  Connection failed
0% [Waiting for headers]^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get --download-only dist-upgrade
[sudo] password for ru12mug:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  linux-image-3.13.0-36-generic linux-image-extra-3.13.0-36-generic
The following packages will be upgraded:
  apport apport-gtk cups cups-bsd cups-client cups-common cups-core-drivers
  cups-daemon cups-ppdc cups-server-common evolution-data-server
  evolution-data-server-common evolution-data-server-online-accounts firefox
  firefox-locale-en fonts-opensymbol gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2
  gir1.2-edataserver-1.2 gir1.2-gudev-1.0 irqbalance libc-bin libc-dev-bin
  libc6 libc6-dbg libc6-dev libcamel-1.2-45 libcups2 libcupscgi1 libcupsimage2
  libcupsmime1 libcupsppdc1 libebackend-1.2-7 libebook-1.2-14
  libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20
  libedata-cal-1.2-23 libedataserver-1.2-18 libgcrypt11 libgudev-1.0-0
  libharfbuzz-icu0 libharfbuzz0b libnss3 libnss3-1d libnss3-nssdb
  liboxideqt-qmlplugin liboxideqtcore0 libpam-systemd
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-math
  libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-presentation-minimizer libreoffice-style-human
  libreoffice-writer libsystemd-daemon0 libsystemd-journal0 libsystemd-login0
  libudev1 linux-generic linux-headers-generic linux-image-generic
  linux-libc-dev multiarch-support oxideqt-codecs python3-apport
  python3-distupgrade python3-problem-report python3-uno rsyslog
  systemd-services ubuntu-drivers-common ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev uno-libs3 ure usb-creator-common
  usb-creator-gtk xserver-xorg-video-intel
90 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 187 MB/211 MB of archives.
After this operation, 230 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
  libc6-dev libc-dev-bin linux-libc-dev libc6-dbg libc-bin libc6 libgcrypt11
  udev libudev1 libpam-systemd systemd-services libsystemd-daemon0
  libsystemd-login0 cups-server-common libcupsmime1 cups-core-drivers
  libcupscgi1 libcupsimage2 libcupsppdc1 cups-common cups-bsd cups-client
  cups-ppdc cups-daemon libcups2 cups libgudev-1.0-0 libharfbuzz0b
  libharfbuzz-icu0 libnss3-nssdb libnss3-1d libnss3 libreoffice-calc
  libreoffice-gnome libreoffice-gtk libreoffice-impress libreoffice-writer
  libreoffice-common libreoffice-pdfimport libreoffice-base-core
  libreoffice-math python3-uno libreoffice-ogltrans uno-libs3 ure
  libreoffice-draw libreoffice-core fonts-opensymbol libreoffice-style-human
  linux-image-3.13.0-36-generic ubuntu-drivers-common libsystemd-journal0
  multiarch-support rsyslog irqbalance ubuntu-release-upgrader-gtk
  ubuntu-release-upgrader-core python3-distupgrade python3-problem-report
  python3-apport apport apport-gtk evolution-data-server-online-accounts
  evolution-data-server libcamel-1.2-45 evolution-data-server-common
  libedataserver-1.2-18 libebackend-1.2-7 libebook-contacts-1.2-0
  libedata-book-1.2-20 libebook-1.2-14 libecal-1.2-16 libedata-cal-1.2-23
  firefox firefox-locale-en gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2
  gir1.2-edataserver-1.2 gir1.2-gudev-1.0
  libreoffice-avmedia-backend-gstreamer libreoffice-help-en-us
  libreoffice-presentation-minimizer linux-image-extra-3.13.0-36-generic
  linux-generic linux-image-generic linux-headers-3.13.0-36
  linux-headers-3.13.0-36-generic linux-headers-generic usb-creator-gtk
  usb-creator-common xserver-xorg-video-intel liboxideqt-qmlplugin
  liboxideqtcore0 oxideqt-codecs
Install these packages without verification? [y/N] y
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libnss3 i386 2:3.15.4-1ubuntu7.1
  Connection failed
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-image-3.13.0-36-generic i386 3.13.0-36.63
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main ubuntu-drivers-common i386 1:0.2.91.7
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libsystemd-journal0 i386 204-5ubuntu20.6
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main rsyslog i386 7.4.4-1ubuntu2.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main irqbalance i386 1.0.6-2ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main ubuntu-release-upgrader-gtk all 1:0.220.5
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main ubuntu-release-upgrader-core all 1:0.220.5
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main python3-distupgrade all 1:0.220.5
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main python3-problem-report all 2.14.1-0ubuntu3.4
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main python3-apport all 2.14.1-0ubuntu3.4
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main apport all 2.14.1-0ubuntu3.4
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main apport-gtk all 2.14.1-0ubuntu3.4
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main evolution-data-server-online-accounts i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main evolution-data-server i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libcamel-1.2-45 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main evolution-data-server-common all 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libedataserver-1.2-18 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libebackend-1.2-7 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libebook-contacts-1.2-0 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libedata-book-1.2-20 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libebook-1.2-14 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libecal-1.2-16 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main libedata-cal-1.2-23 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main gir1.2-ebook-1.2 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main gir1.2-ebookcontacts-1.2 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main gir1.2-edataserver-1.2 i386 3.10.4-0ubuntu1.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main gir1.2-gudev-1.0 i386 1:204-5ubuntu20.6
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-image-extra-3.13.0-36-generic i386 3.13.0-36.63
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-generic i386 3.13.0.36.43
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-image-generic i386 3.13.0.36.43
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-headers-3.13.0-36 all 3.13.0-36.63
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-headers-3.13.0-36-generic i386 3.13.0-36.63
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-headers-generic i386 3.13.0.36.43
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main usb-creator-gtk i386 0.2.56.2
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main usb-creator-common i386 0.2.56.2
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main xserver-xorg-video-intel i386 2:2.99.910-0ubuntu1.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-impress i386 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-writer i386 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-common all 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-draw i386 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-core i386 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main fonts-opensymbol all 2:102.6+LibO4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-style-human all 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main multiarch-support i386 2.19-0ubuntu6.3
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main firefox i386 32.0+build1-0ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main firefox-locale-en i386 32.0+build1-0ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-avmedia-backend-gstreamer i386 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-help-en-us all 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main libreoffice-presentation-minimizer all 1:4.2.6.3-0ubuntu1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main liboxideqt-qmlplugin i386 1.1.2-0ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main liboxideqtcore0 i386 1.1.2-0ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-security/main oxideqt-codecs i386 1.1.2-0ubuntu0.14.04.1
  Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)
E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/n/nss/libnss3_3.15.4-1ubuntu7.1_i386.deb Connection failed

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-impress_4.2.6.3-0ubuntu1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-writer_4.2.6.3-0ubuntu1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-common_4.2.6.3-0ubuntu1_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-draw_4.2.6.3-0ubuntu1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-core_4.2.6.3-0ubuntu1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/fonts-opensymbol_102.6+LibO4.2.6.3-0ubuntu1_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-style-human_4.2.6.3-0ubuntu1_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux/linux-image-3.13.0-36-generic_3.13.0-36.63_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/ubuntu-drivers-common/ubuntu-drivers-common_0.2.91.7_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/s/systemd/libsystemd-journal0_204-5ubuntu20.6_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/r/rsyslog/rsyslog_7.4.4-1ubuntu2.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/i/irqbalance/irqbalance_1.0.6-2ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/ubuntu-release-upgrader/ubuntu-release-upgrader-gtk_0.220.5_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/ubuntu-release-upgrader/ubuntu-release-upgrader-core_0.220.5_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/ubuntu-release-upgrader/python3-distupgrade_0.220.5_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/a/apport/python3-problem-report_2.14.1-0ubuntu3.4_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/a/apport/python3-apport_2.14.1-0ubuntu3.4_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/a/apport/apport_2.14.1-0ubuntu3.4_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/a/apport/apport-gtk_2.14.1-0ubuntu3.4_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/evolution-data-server-online-accounts_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/evolution-data-server_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libcamel-1.2-45_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/evolution-data-server-common_3.10.4-0ubuntu1.3_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libedataserver-1.2-18_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libebackend-1.2-7_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libebook-contacts-1.2-0_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libedata-book-1.2-20_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libebook-1.2-14_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libecal-1.2-16_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/libedata-cal-1.2-23_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/f/firefox/firefox_32.0+build1-0ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/f/firefox/firefox-locale-en_32.0+build1-0ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/gir1.2-ebook-1.2_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/gir1.2-ebookcontacts-1.2_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/e/evolution-data-server/gir1.2-edataserver-1.2_3.10.4-0ubuntu1.3_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/s/systemd/gir1.2-gudev-1.0_204-5ubuntu20.6_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-avmedia-backend-gstreamer_4.2.6.3-0ubuntu1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice-l10n/libreoffice-help-en-us_4.2.6.3-0ubuntu1_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/libr/libreoffice/libreoffice-presentation-minimizer_4.2.6.3-0ubuntu1_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux/linux-image-extra-3.13.0-36-generic_3.13.0-36.63_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux-meta/linux-generic_3.13.0.36.43_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux-meta/linux-image-generic_3.13.0.36.43_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux/linux-headers-3.13.0-36_3.13.0-36.63_all.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux/linux-headers-3.13.0-36-generic_3.13.0-36.63_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.13.0.36.43_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/usb-creator/usb-creator-gtk_0.2.56.2_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/u/usb-creator/usb-creator-common_0.2.56.2_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.99.910-0ubuntu1.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/o/oxide-qt/liboxideqt-qmlplugin_1.1.2-0ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/o/oxide-qt/liboxideqtcore0_1.1.2-0ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Failed to fetch http://ftp.iinet.net.au/pub/ubuntu/pool/main/o/oxide-qt/oxideqt-codecs_1.1.2-0ubuntu0.14.04.1_i386.deb Cannot initiate the connection to ftp.iinet.net.au:80 (203.0.178.32). - connect (101: Network is unreachable)

E: Some files failed to download
ru12mug@ru12mug-Satellite-L300:~$

Otherwise it seems to be gettting the job done.

Thanks again. Steve.

Revision history for this message
Manfred Hampl (m-hampl) said :
#31

Ok. There seems to be progress.

It seems that at the moment of trying "apt-get upgrade" your network was down again.
I recommend that you try opening a web page in the browser and try the "ping" command before any attempt to do apt-get, and execute apt-get only if the ping command works well.

Apparently there is also a problem with the cryptographic keys for checking the packages ("WARNING: The following packages cannot be authenticated!").

Please provide the (final) output of the command

sudo apt-get update

Revision history for this message
Steve Dunk (boohoo2) said :
#32

Hi Manfred. As I said in an earlier message when following the command lines you give me for the terminal I have and do open firefox and then go to launchpad in ubuntu which I have in my bookmarks. From there I log in and then go to my questions. I then click on the header for the current problem. From there I read your message and then open a terminal and run the command lines that you give me. I'll do a ping and if ok I'll hit apt-get at about 2130/2200 this evening.

Revision history for this message
Steve Dunk (boohoo2) said :
#33

Hi Manfred. It's 2200 and here is the ping.
ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1148 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=1867 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1165 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 3142ms
rtt min/avg/max/mdev = 1148.744/1393.829/1867.591/335.067 ms, pipe 2

Apt-get is currently up and running. I'll post those results when they come through.
Thanks ,Steve.

Revision history for this message
Steve Dunk (boohoo2) said :
#34

Here's the rest.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1148 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=1867 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1165 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 3142ms
rtt min/avg/max/mdev = 1148.744/1393.829/1867.591/335.067 ms, pipe 2
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign http://archive.canonical.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.191 80]
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
22% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting c
Err http://ftp.iinet.net.au trusty-updates Release.gpg ^[[C^[[C^@^@^@^@^@^@
  Connection failed
22% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting ^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign http://archive.canonical.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.150 80]
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Get:1 http://ftp.iinet.net.au trusty Release.gpg [933 B]
Get:2 http://ftp.iinet.net.au trusty-updates Release.gpg [933 B]
Get:3 http://ftp.iinet.net.au trusty-backports Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner Sources
Hit http://ppa.launchpad.net trusty/main Sources
Hit http://extras.ubuntu.com trusty/main Sources
Get:4 http://ftp.iinet.net.au trusty-security Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Get:5 http://ftp.iinet.net.au trusty-proposed Release.gpg [933 B]
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty Release
Get:6 http://ftp.iinet.net.au trusty-updates Release [59.7 kB]
Get:7 http://ftp.iinet.net.au trusty-backports Release [59.7 kB]
Get:8 http://ftp.iinet.net.au trusty-security Release [59.7 kB]
Get:9 http://ftp.iinet.net.au trusty-proposed Release [110 kB]
Ign http://archive.canonical.com trusty/partner Translation-en_AU
Ign http://ppa.launchpad.net trusty/main Translation-en_AU
Ign http://archive.canonical.com trusty/partner Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/main Sources
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit http://ftp.iinet.net.au trusty/restricted Sources
Hit http://ftp.iinet.net.au trusty/universe Sources
Hit http://ftp.iinet.net.au trusty/multiverse Sources
Hit http://ftp.iinet.net.au trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty/universe i386 Packages
Hit http://ftp.iinet.net.au trusty/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/main Translation-en
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en_AU
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty/restricted Translation-en_AU
Hit http://ftp.iinet.net.au trusty/restricted Translation-en
Hit http://ftp.iinet.net.au trusty/universe Translation-en_AU
Hit http://ftp.iinet.net.au trusty/universe Translation-en
Get:10 http://ftp.iinet.net.au trusty-updates/main Sources [118 kB]
Get:11 http://ftp.iinet.net.au trusty-updates/restricted Sources [1,408 B]
Get:12 http://ftp.iinet.net.au trusty-updates/universe Sources [83.7 kB]
Get:13 http://ftp.iinet.net.au trusty-updates/multiverse Sources [3,527 B]
Get:14 http://ftp.iinet.net.au trusty-updates/main i386 Packages [310 kB]
Get:15 http://ftp.iinet.net.au trusty-updates/restricted i386 Packages [5,820 B]
Get:16 http://ftp.iinet.net.au trusty-updates/universe i386 Packages [202 kB]
Get:17 http://ftp.iinet.net.au trusty-updates/multiverse i386 Packages [9,545 B]
Hit http://ftp.iinet.net.au trusty-updates/main Translation-en
Hit http://ftp.iinet.net.au trusty-updates/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-updates/restricted Translation-en
Get:18 http://ftp.iinet.net.au trusty-updates/universe Translation-en [100 kB]
Get:19 http://ftp.iinet.net.au trusty-backports/main Sources [3,847 B]
Get:20 http://ftp.iinet.net.au trusty-backports/restricted Sources [14 B]
Get:21 http://ftp.iinet.net.au trusty-backports/universe Sources [12.6 kB]
Get:22 http://ftp.iinet.net.au trusty-backports/multiverse Sources [1,315 B]
Get:23 http://ftp.iinet.net.au trusty-backports/main i386 Packages [5,414 B]
Get:24 http://ftp.iinet.net.au trusty-backports/restricted i386 Packages [14 B]
Get:25 http://ftp.iinet.net.au trusty-backports/universe i386 Packages [16.0 kB]
Get:26 http://ftp.iinet.net.au trusty-backports/multiverse i386 Packages [945 B]
Hit http://ftp.iinet.net.au trusty-backports/main Translation-en
Hit http://ftp.iinet.net.au trusty-backports/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-backports/restricted Translation-en
Get:27 http://ftp.iinet.net.au trusty-backports/universe Translation-en [13.3 kB]
Get:28 http://ftp.iinet.net.au trusty-security/main Sources [43.9 kB]
Get:29 http://ftp.iinet.net.au trusty-security/restricted Sources [14 B]
Get:30 http://ftp.iinet.net.au trusty-security/universe Sources [10.8 kB]
Get:31 http://ftp.iinet.net.au trusty-security/multiverse Sources [700 B]
Get:32 http://ftp.iinet.net.au trusty-security/main i386 Packages [133 kB]
Get:33 http://ftp.iinet.net.au trusty-security/restricted i386 Packages [14 B]
Get:34 http://ftp.iinet.net.au trusty-security/universe i386 Packages [47.2 kB]
Get:35 http://ftp.iinet.net.au trusty-security/multiverse i386 Packages [1,398 B]
Hit http://ftp.iinet.net.au trusty-security/main Translation-en
Hit http://ftp.iinet.net.au trusty-security/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-security/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-security/universe Translation-en
Get:36 http://ftp.iinet.net.au trusty-proposed/main i386 Packages [117 kB]
Get:37 http://ftp.iinet.net.au trusty-proposed/multiverse i386 Packages [14 B]
Get:38 http://ftp.iinet.net.au trusty-proposed/restricted i386 Packages [14 B]
Get:39 http://ftp.iinet.net.au trusty-proposed/universe i386 Packages [21.2 kB]
Hit http://ftp.iinet.net.au trusty-proposed/main Translation-en_AU
Get:40 http://ftp.iinet.net.au trusty-proposed/main Translation-en [44.7 kB]
Hit http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en_AU
Get:41 http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en [14 B]
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en_AU
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en
Get:42 http://ftp.iinet.net.au trusty-proposed/universe Translation-en [12.8 kB]
Fetched 1,613 kB in 7h 23min 11s (60 B/s)
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Connection failed [IP: 91.189.92.150 80]

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Connection failed

E: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$

I hpoe this helps.

Revision history for this message
Steve Dunk (boohoo2) said :
#35

Hi Manfred. I've been watching this for a while now and even doing a restart is acheiving nothing. I've also been watching network history in system monitor and regardless of time this connection is glacial. Here is the attempted download of the next step in the sequence you gave me.

ru12mug@ru12mug-Satellite-L300:~$ ping -c 3 ftp.iinet.net.au
PING ftp.iinet.net.au (203.0.178.32) 56(84) bytes of data.
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=1 ttl=244 time=1148 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=2 ttl=244 time=1867 ms
64 bytes from ftp.iinet.net.au (203.0.178.32): icmp_seq=3 ttl=244 time=1165 ms

--- ftp.iinet.net.au ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 3142ms
rtt min/avg/max/mdev = 1148.744/1393.829/1867.591/335.067 ms, pipe 2
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign http://archive.canonical.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.191 80]
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Err http://ftp.iinet.net.au trusty Release.gpg
  Connection failed
22% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting c
Err http://ftp.iinet.net.au trusty-updates Release.gpg ^[[C^[[C^@^@^@^@^@^@
  Connection failed
22% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting ^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get update
[sudo] password for ru12mug:
Ign http://archive.canonical.com trusty InRelease
Ign http://ftp.iinet.net.au trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
  Connection failed [IP: 91.189.92.150 80]
Err http://extras.ubuntu.com trusty Release.gpg
  Connection failed
Ign http://ftp.iinet.net.au trusty-updates InRelease
Err http://ppa.launchpad.net trusty Release.gpg
  Connection failed
Ign http://extras.ubuntu.com trusty Release
Ign http://archive.canonical.com trusty Release
Ign http://ftp.iinet.net.au trusty-backports InRelease
Ign http://ppa.launchpad.net trusty Release
Ign http://extras.ubuntu.com trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner Sources/DiffIndex
Ign http://ftp.iinet.net.au trusty-security InRelease
Ign http://ppa.launchpad.net trusty/main Sources/DiffIndex
Ign http://archive.canonical.com trusty/partner i386 Packages/DiffIndex
Ign http://extras.ubuntu.com trusty/main i386 Packages/DiffIndex
Ign http://ftp.iinet.net.au trusty-proposed InRelease
Ign http://ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Get:1 http://ftp.iinet.net.au trusty Release.gpg [933 B]
Get:2 http://ftp.iinet.net.au trusty-updates Release.gpg [933 B]
Get:3 http://ftp.iinet.net.au trusty-backports Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner Sources
Hit http://ppa.launchpad.net trusty/main Sources
Hit http://extras.ubuntu.com trusty/main Sources
Get:4 http://ftp.iinet.net.au trusty-security Release.gpg [933 B]
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Get:5 http://ftp.iinet.net.au trusty-proposed Release.gpg [933 B]
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty Release
Get:6 http://ftp.iinet.net.au trusty-updates Release [59.7 kB]
Get:7 http://ftp.iinet.net.au trusty-backports Release [59.7 kB]
Get:8 http://ftp.iinet.net.au trusty-security Release [59.7 kB]
Get:9 http://ftp.iinet.net.au trusty-proposed Release [110 kB]
Ign http://archive.canonical.com trusty/partner Translation-en_AU
Ign http://ppa.launchpad.net trusty/main Translation-en_AU
Ign http://archive.canonical.com trusty/partner Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/main Sources
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit http://ftp.iinet.net.au trusty/restricted Sources
Hit http://ftp.iinet.net.au trusty/universe Sources
Hit http://ftp.iinet.net.au trusty/multiverse Sources
Hit http://ftp.iinet.net.au trusty/main i386 Packages
Hit http://ftp.iinet.net.au trusty/restricted i386 Packages
Hit http://ftp.iinet.net.au trusty/universe i386 Packages
Hit http://ftp.iinet.net.au trusty/multiverse i386 Packages
Hit http://ftp.iinet.net.au trusty/main Translation-en_AU
Hit http://ftp.iinet.net.au trusty/main Translation-en
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en_AU
Hit http://ftp.iinet.net.au trusty/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty/restricted Translation-en_AU
Hit http://ftp.iinet.net.au trusty/restricted Translation-en
Hit http://ftp.iinet.net.au trusty/universe Translation-en_AU
Hit http://ftp.iinet.net.au trusty/universe Translation-en
Get:10 http://ftp.iinet.net.au trusty-updates/main Sources [118 kB]
Get:11 http://ftp.iinet.net.au trusty-updates/restricted Sources [1,408 B]
Get:12 http://ftp.iinet.net.au trusty-updates/universe Sources [83.7 kB]
Get:13 http://ftp.iinet.net.au trusty-updates/multiverse Sources [3,527 B]
Get:14 http://ftp.iinet.net.au trusty-updates/main i386 Packages [310 kB]
Get:15 http://ftp.iinet.net.au trusty-updates/restricted i386 Packages [5,820 B]
Get:16 http://ftp.iinet.net.au trusty-updates/universe i386 Packages [202 kB]
Get:17 http://ftp.iinet.net.au trusty-updates/multiverse i386 Packages [9,545 B]
Hit http://ftp.iinet.net.au trusty-updates/main Translation-en
Hit http://ftp.iinet.net.au trusty-updates/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-updates/restricted Translation-en
Get:18 http://ftp.iinet.net.au trusty-updates/universe Translation-en [100 kB]
Get:19 http://ftp.iinet.net.au trusty-backports/main Sources [3,847 B]
Get:20 http://ftp.iinet.net.au trusty-backports/restricted Sources [14 B]
Get:21 http://ftp.iinet.net.au trusty-backports/universe Sources [12.6 kB]
Get:22 http://ftp.iinet.net.au trusty-backports/multiverse Sources [1,315 B]
Get:23 http://ftp.iinet.net.au trusty-backports/main i386 Packages [5,414 B]
Get:24 http://ftp.iinet.net.au trusty-backports/restricted i386 Packages [14 B]
Get:25 http://ftp.iinet.net.au trusty-backports/universe i386 Packages [16.0 kB]
Get:26 http://ftp.iinet.net.au trusty-backports/multiverse i386 Packages [945 B]
Hit http://ftp.iinet.net.au trusty-backports/main Translation-en
Hit http://ftp.iinet.net.au trusty-backports/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-backports/restricted Translation-en
Get:27 http://ftp.iinet.net.au trusty-backports/universe Translation-en [13.3 kB]
Get:28 http://ftp.iinet.net.au trusty-security/main Sources [43.9 kB]
Get:29 http://ftp.iinet.net.au trusty-security/restricted Sources [14 B]
Get:30 http://ftp.iinet.net.au trusty-security/universe Sources [10.8 kB]
Get:31 http://ftp.iinet.net.au trusty-security/multiverse Sources [700 B]
Get:32 http://ftp.iinet.net.au trusty-security/main i386 Packages [133 kB]
Get:33 http://ftp.iinet.net.au trusty-security/restricted i386 Packages [14 B]
Get:34 http://ftp.iinet.net.au trusty-security/universe i386 Packages [47.2 kB]
Get:35 http://ftp.iinet.net.au trusty-security/multiverse i386 Packages [1,398 B]
Hit http://ftp.iinet.net.au trusty-security/main Translation-en
Hit http://ftp.iinet.net.au trusty-security/multiverse Translation-en
Hit http://ftp.iinet.net.au trusty-security/restricted Translation-en
Hit http://ftp.iinet.net.au trusty-security/universe Translation-en
Get:36 http://ftp.iinet.net.au trusty-proposed/main i386 Packages [117 kB]
Get:37 http://ftp.iinet.net.au trusty-proposed/multiverse i386 Packages [14 B]
Get:38 http://ftp.iinet.net.au trusty-proposed/restricted i386 Packages [14 B]
Get:39 http://ftp.iinet.net.au trusty-proposed/universe i386 Packages [21.2 kB]
Hit http://ftp.iinet.net.au trusty-proposed/main Translation-en_AU
Get:40 http://ftp.iinet.net.au trusty-proposed/main Translation-en [44.7 kB]
Hit http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en_AU
Get:41 http://ftp.iinet.net.au trusty-proposed/multiverse Translation-en [14 B]
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en_AU
Hit http://ftp.iinet.net.au trusty-proposed/restricted Translation-en
Get:42 http://ftp.iinet.net.au trusty-proposed/universe Translation-en [12.8 kB]
Fetched 1,613 kB in 7h 23min 11s (60 B/s)
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Connection failed [IP: 91.189.92.150 80]

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/Release.gpg Connection failed

W: Failed to fetch http://ppa.launchpad.net/appgrid/stable/ubuntu/dists/trusty/Release.gpg Connection failed

E: Some index files failed to download. They have been ignored, or old ones used instead.
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get --download-only dist-upgrade
[sudo] password for ru12mug:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  linux-image-3.13.0-36-generic linux-image-extra-3.13.0-36-generic
The following packages will be upgraded:
  apport apport-gtk cups cups-bsd cups-client cups-common cups-core-drivers
  cups-daemon cups-ppdc cups-server-common evolution-data-server
  evolution-data-server-common evolution-data-server-online-accounts firefox
  firefox-locale-en fonts-opensymbol gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2
  gir1.2-edataserver-1.2 gir1.2-gudev-1.0 irqbalance libc-bin libc-dev-bin
  libc6 libc6-dbg libc6-dev libcamel-1.2-45 libcups2 libcupscgi1 libcupsimage2
  libcupsmime1 libcupsppdc1 libebackend-1.2-7 libebook-1.2-14
  libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20
  libedata-cal-1.2-23 libedataserver-1.2-18 libgcrypt11 libgudev-1.0-0
  libharfbuzz-icu0 libharfbuzz0b libnss3 libnss3-1d libnss3-nssdb
  liboxideqt-qmlplugin liboxideqtcore0 libpam-systemd
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-math
  libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-presentation-minimizer libreoffice-style-human
  libreoffice-writer libsystemd-daemon0 libsystemd-journal0 libsystemd-login0
  libudev1 linux-firmware linux-generic linux-headers-generic
  linux-image-generic linux-libc-dev multiarch-support oxideqt-codecs
  python3-apport python3-distupgrade python3-problem-report python3-uno
  rsyslog systemd-services ubuntu-drivers-common ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev uno-libs3 ure usb-creator-common
  usb-creator-gtk xserver-xorg-video-intel
91 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 207 MB/231 MB of archives.
After this operation, 230 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main libnss3 i386 2:3.15.4-1ubuntu7.1 [1,050 kB]
Get:2 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main libreoffice-impress i386 1:4.2.6.3-0ubuntu1 [1,183 kB]
Get:3 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main libreoffice-writer i386 1:4.2.6.3-0ubuntu1 [9,371 kB]
Get:4 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main libreoffice-writer i386 1:4.2.6.3-0ubuntu1 [9,371 kB]
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main linux-image-3.13.0-36-generic i386 3.13.0-36.63
  Connection failed
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-proposed/main ubuntu-drivers-common i386 1:0.2.91.7
  Connection failed
Err http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main libsystemd-journal0 i386 204-5ubuntu20.6
  Connection failed
1% [Waiting for headers]^Cru12mug@ru12mug-Satellite-L300:~$ sudo apt-get --download-only dist-upgrade
[sudo] password for ru12mug:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  linux-image-3.13.0-36-generic linux-image-extra-3.13.0-36-generic
The following packages will be upgraded:
  apport apport-gtk cups cups-bsd cups-client cups-common cups-core-drivers
  cups-daemon cups-ppdc cups-server-common evolution-data-server
  evolution-data-server-common evolution-data-server-online-accounts firefox
  firefox-locale-en fonts-opensymbol gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2
  gir1.2-edataserver-1.2 gir1.2-gudev-1.0 irqbalance libc-bin libc-dev-bin
  libc6 libc6-dbg libc6-dev libcamel-1.2-45 libcups2 libcupscgi1 libcupsimage2
  libcupsmime1 libcupsppdc1 libebackend-1.2-7 libebook-1.2-14
  libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20
  libedata-cal-1.2-23 libedataserver-1.2-18 libgcrypt11 libgudev-1.0-0
  libharfbuzz-icu0 libharfbuzz0b libnss3 libnss3-1d libnss3-nssdb
  liboxideqt-qmlplugin liboxideqtcore0 libpam-systemd
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-math
  libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-presentation-minimizer libreoffice-style-human
  libreoffice-writer libsystemd-daemon0 libsystemd-journal0 libsystemd-login0
  libudev1 linux-firmware linux-generic linux-headers-generic
  linux-image-generic linux-libc-dev multiarch-support oxideqt-codecs
  python3-apport python3-distupgrade python3-problem-report python3-uno
  rsyslog systemd-services ubuntu-drivers-common ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev uno-libs3 ure usb-creator-common
  usb-creator-gtk xserver-xorg-video-intel
91 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 206 MB/231 MB of archives.
After this operation, 230 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
0% [Waiting for headers]

When watching network history I have noticed that even though my connection is sold to me as 512kbit/s download speed the reality according to network history is more like an average of 20 to 50 kbit/s. Today I will definately going to town and buying a prepaid mobile broadband kit. The monthly cost is the same as what I'm currently spending, Max speed is three times what I'm currently offered and data allowance is the same. I guess I've been paying lazy tax. I should have it going tonight and then we'll see what happens. If you guys want me to persist with this experiment with my satellite connection I'm more than happy to do so, but now that I've seen the reality of this connection and there is better for the same cost then I would only be a masochist to stay on this system .

Revision history for this message
Manfred Hampl (m-hampl) said :
#36

I see a successful ping, and a "connection failed" a few lines later. So there is definitely instability on your network connection. If you have the possibility to switch over to another provider (and a different technology) for comparable price, that is worth trying.

Revision history for this message
Steve Dunk (boohoo2) said :
#37

Hi Manfred. I finally finished setting up a brand new 3G wireless broadband network and all I can say is ,WOW!. I've got a current average download speed from the APACHE server of 5Mbit/s peaking at 15Mbit/s. I had barely lifted my finger from the return key when the ping was run and done. "sudo apt-get update" took about a minute and a half . " sudo apt-get --download-only dist-upgrade" took about 5 minutes. The key to the problem was the shitty connection. Thank you very much for all of your efforts. I'm posting a copy of the ping and the download logs . Once again thanks,Steve.

o-intel i386 2:2.99.910-0ubuntu1.1 [594 kB]
Get:53 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main liboxideqt-qmlplugin i386 1.1.2-0ubuntu0.14.04.1 [241 kB]
Get:54 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main liboxideqtcore0 i386 1.1.2-0ubuntu0.14.04.1 [22.5 MB]
Get:55 http://ftp.iinet.net.au/pub/ubuntu/ trusty-updates/main oxideqt-codecs i386 1.1.2-0ubuntu0.14.04.1 [521 kB]
Fetched 223 MB in 8min 57s (414 kB/s)
Download complete and in download only mode
ru12mug@ru12mug-Satellite-L300:~$ sudo apt-get dist-upgrade
[sudo] password for ru12mug:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  linux-image-3.13.0-36-generic linux-image-extra-3.13.0-36-generic
The following packages will be upgraded:
  apport apport-gtk cups cups-bsd cups-client cups-common cups-core-drivers
  cups-daemon cups-ppdc cups-server-common evolution-data-server
  evolution-data-server-common evolution-data-server-online-accounts firefox
  firefox-locale-en fonts-opensymbol gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2
  gir1.2-edataserver-1.2 gir1.2-gudev-1.0 irqbalance libc-bin libc-dev-bin
  libc6 libc6-dbg libc6-dev libcamel-1.2-45 libcups2 libcupscgi1 libcupsimage2
  libcupsmime1 libcupsppdc1 libebackend-1.2-7 libebook-1.2-14
  libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20
  libedata-cal-1.2-23 libedataserver-1.2-18 libgcrypt11 libgudev-1.0-0
  libharfbuzz-icu0 libharfbuzz0b libnss3 libnss3-1d libnss3-nssdb
  liboxideqt-qmlplugin liboxideqtcore0 libpam-systemd
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-math
  libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-presentation-minimizer libreoffice-style-human
  libreoffice-writer libsystemd-daemon0 libsystemd-journal0 libsystemd-login0
  libudev1 linux-firmware linux-generic linux-headers-generic
  linux-image-generic linux-libc-dev multiarch-support oxideqt-codecs
  python3-apport python3-distupgrade python3-problem-report python3-uno
  rsyslog systemd-services thunderbird thunderbird-gnome-support
  ubuntu-drivers-common ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev uno-libs3 ure usb-creator-common
  usb-creator-gtk xserver-xorg-video-intel
93 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Need to get 0 B/259 MB of archives.
After this operation, 230 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 194119 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.3_i386.deb ...
Unpacking libc6-dev:i386 (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.3_i386.deb ...
Unpacking libc-dev-bin (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Preparing to unpack .../linux-libc-dev_3.13.0-36.63_i386.deb ...
Unpacking linux-libc-dev:i386 (3.13.0-36.63) over (3.13.0-34.60) ...
Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.3_i386.deb ...
Unpacking libc6-dbg:i386 (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Preparing to unpack .../libc-bin_2.19-0ubuntu6.3_i386.deb ...
Unpacking libc-bin (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Preparing to unpack .../libc6_2.19-0ubuntu6.3_i386.deb ...
Unpacking libc6:i386 (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up libc6:i386 (2.19-0ubuntu6.3) ...
Setting up libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 194119 files and directories currently installed.)
Preparing to unpack .../libgcrypt11_1.5.3-2ubuntu4.1_i386.deb ...
Unpacking libgcrypt11:i386 (1.5.3-2ubuntu4.1) over (1.5.3-2ubuntu4) ...
Preparing to unpack .../udev_204-5ubuntu20.6_i386.deb ...
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
Unpacking udev (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../libudev1_204-5ubuntu20.6_i386.deb ...
Unpacking libudev1:i386 (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../libpam-systemd_204-5ubuntu20.6_i386.deb ...
systemd-logind stop/waiting
Unpacking libpam-systemd:i386 (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../systemd-services_204-5ubuntu20.6_i386.deb ...
Unpacking systemd-services (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../libsystemd-daemon0_204-5ubuntu20.6_i386.deb ...
Unpacking libsystemd-daemon0:i386 (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../libsystemd-login0_204-5ubuntu20.6_i386.deb ...
Unpacking libsystemd-login0:i386 (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../cups-server-common_1.7.2-0ubuntu1.2_all.deb ...
Unpacking cups-server-common (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libcupsmime1_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking libcupsmime1:i386 (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-core-drivers_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking cups-core-drivers (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libcupscgi1_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking libcupscgi1:i386 (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libcupsimage2_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking libcupsimage2:i386 (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libcupsppdc1_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking libcupsppdc1:i386 (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-common_1.7.2-0ubuntu1.2_all.deb ...
Unpacking cups-common (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-bsd_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking cups-bsd (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-client_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking cups-client (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-ppdc_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking cups-ppdc (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups-daemon_1.7.2-0ubuntu1.2_i386.deb ...
cups stop/waiting
Unpacking cups-daemon (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libcups2_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking libcups2:i386 (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../cups_1.7.2-0ubuntu1.2_i386.deb ...
Unpacking cups (1.7.2-0ubuntu1.2) over (1.7.2-0ubuntu1.1) ...
Preparing to unpack .../libgudev-1.0-0_1%3a204-5ubuntu20.6_i386.deb ...
Unpacking libgudev-1.0-0:i386 (1:204-5ubuntu20.6) over (1:204-5ubuntu20.3) ...
Preparing to unpack .../libharfbuzz0b_0.9.27-1ubuntu1_i386.deb ...
Unpacking libharfbuzz0b:i386 (0.9.27-1ubuntu1) over (0.9.27-1) ...
Preparing to unpack .../libharfbuzz-icu0_0.9.27-1ubuntu1_i386.deb ...
Unpacking libharfbuzz-icu0:i386 (0.9.27-1ubuntu1) over (0.9.27-1) ...
Preparing to unpack .../libnss3-nssdb_2%3a3.15.4-1ubuntu7.1_all.deb ...
Unpacking libnss3-nssdb (2:3.15.4-1ubuntu7.1) over (2:3.15.4-1ubuntu7) ...
Preparing to unpack .../libnss3-1d_2%3a3.15.4-1ubuntu7.1_i386.deb ...
Unpacking libnss3-1d:i386 (2:3.15.4-1ubuntu7.1) over (2:3.15.4-1ubuntu7) ...
Preparing to unpack .../libnss3_2%3a3.15.4-1ubuntu7.1_i386.deb ...
Unpacking libnss3:i386 (2:3.15.4-1ubuntu7.1) over (2:3.15.4-1ubuntu7) ...
Preparing to unpack .../libreoffice-calc_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-calc (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-gnome_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-gnome (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-gtk_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-gtk (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-impress_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-impress (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-writer_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-writer (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-common_1%3a4.2.6.3-0ubuntu1_all.deb ...
Unpacking libreoffice-common (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-pdfimport_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-pdfimport (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-base-core_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-base-core (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-math_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-math (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../python3-uno_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking python3-uno (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-ogltrans_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-ogltrans (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../uno-libs3_4.2.6.3-0ubuntu1_i386.deb ...
Unpacking uno-libs3 (4.2.6.3-0ubuntu1) over (4.2.4-0ubuntu2) ...
Preparing to unpack .../ure_4.2.6.3-0ubuntu1_i386.deb ...
Unpacking ure (4.2.6.3-0ubuntu1) over (4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-draw_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-draw (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-core_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-core (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../fonts-opensymbol_2%3a102.6+LibO4.2.6.3-0ubuntu1_all.deb ...
Unpacking fonts-opensymbol (2:102.6+LibO4.2.6.3-0ubuntu1) over (2:102.6+LibO4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-style-human_1%3a4.2.6.3-0ubuntu1_all.deb ...
Unpacking libreoffice-style-human (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Selecting previously unselected package linux-image-3.13.0-36-generic.
Preparing to unpack .../linux-image-3.13.0-36-generic_3.13.0-36.63_i386.deb ...
Done.
Unpacking linux-image-3.13.0-36-generic (3.13.0-36.63) ...
Preparing to unpack .../ubuntu-drivers-common_1%3a0.2.91.7_i386.deb ...
Unpacking ubuntu-drivers-common (1:0.2.91.7) over (1:0.2.91.6) ...
Preparing to unpack .../libsystemd-journal0_204-5ubuntu20.6_i386.deb ...
Unpacking libsystemd-journal0:i386 (204-5ubuntu20.6) over (204-5ubuntu20.3) ...
Preparing to unpack .../multiarch-support_2.19-0ubuntu6.3_i386.deb ...
Unpacking multiarch-support (2.19-0ubuntu6.3) over (2.19-0ubuntu6.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for doc-base (0.10.5) ...
Processing 33 changed doc-base files...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
Setting up multiarch-support (2.19-0ubuntu6.3) ...
(Reading database ... 195003 files and directories currently installed.)
Preparing to unpack .../rsyslog_7.4.4-1ubuntu2.1_i386.deb ...
Unpacking rsyslog (7.4.4-1ubuntu2.1) over (7.4.4-1ubuntu2) ...
Preparing to unpack .../irqbalance_1.0.6-2ubuntu0.14.04.1_i386.deb ...
Unpacking irqbalance (1.0.6-2ubuntu0.14.04.1) over (1.0.6-2) ...
Preparing to unpack .../ubuntu-release-upgrader-gtk_1%3a0.220.5_all.deb ...
Unpacking ubuntu-release-upgrader-gtk (1:0.220.5) over (1:0.220.3) ...
Preparing to unpack .../ubuntu-release-upgrader-core_1%3a0.220.5_all.deb ...
Unpacking ubuntu-release-upgrader-core (1:0.220.5) over (1:0.220.3) ...
Preparing to unpack .../python3-distupgrade_1%3a0.220.5_all.deb ...
Unpacking python3-distupgrade (1:0.220.5) over (1:0.220.3) ...
Preparing to unpack .../python3-problem-report_2.14.1-0ubuntu3.4_all.deb ...
Unpacking python3-problem-report (2.14.1-0ubuntu3.4) over (2.14.1-0ubuntu3.3) ...
Preparing to unpack .../python3-apport_2.14.1-0ubuntu3.4_all.deb ...
Unpacking python3-apport (2.14.1-0ubuntu3.4) over (2.14.1-0ubuntu3.3) ...
Preparing to unpack .../apport_2.14.1-0ubuntu3.4_all.deb ...
apport stop/waiting
Unpacking apport (2.14.1-0ubuntu3.4) over (2.14.1-0ubuntu3.3) ...
Preparing to unpack .../apport-gtk_2.14.1-0ubuntu3.4_all.deb ...
Unpacking apport-gtk (2.14.1-0ubuntu3.4) over (2.14.1-0ubuntu3.3) ...
Preparing to unpack .../evolution-data-server-online-accounts_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking evolution-data-server-online-accounts (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../evolution-data-server_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking evolution-data-server (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libcamel-1.2-45_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libcamel-1.2-45 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../evolution-data-server-common_3.10.4-0ubuntu1.3_all.deb ...
Unpacking evolution-data-server-common (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedataserver-1.2-18_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedataserver-1.2-18 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebackend-1.2-7_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebackend-1.2-7 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebook-contacts-1.2-0_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebook-contacts-1.2-0 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedata-book-1.2-20_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedata-book-1.2-20 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebook-1.2-14_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebook-1.2-14 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libecal-1.2-16_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libecal-1.2-16 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedata-cal-1.2-23_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedata-cal-1.2-23 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../firefox_32.0+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox (32.0+build1-0ubuntu0.14.04.1) over (31.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-locale-en_32.0+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-locale-en (32.0+build1-0ubuntu0.14.04.1) over (31.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../gir1.2-ebook-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-ebook-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-ebookcontacts-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-ebookcontacts-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-edataserver-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-edataserver-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-gudev-1.0_1%3a204-5ubuntu20.6_i386.deb ...
Unpacking gir1.2-gudev-1.0 (1:204-5ubuntu20.6) over (1:204-5ubuntu20.3) ...
Preparing to unpack .../libreoffice-avmedia-backend-gstreamer_1%3a4.2.6.3-0ubuntu1_i386.deb ...
Unpacking libreoffice-avmedia-backend-gstreamer (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-help-en-us_1%3a4.2.6.3-0ubuntu1_all.deb ...
Unpacking libreoffice-help-en-us (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../libreoffice-presentation-minimizer_1%3a4.2.6.3-0ubuntu1_all.deb ...
Unpacking libreoffice-presentation-minimizer (1:4.2.6.3-0ubuntu1) over (1:4.2.4-0ubuntu2) ...
Preparing to unpack .../linux-firmware_1.127.6_all.deb ...
Unpacking linux-firmware (1.127.6) over (1.127.5) ...
Selecting previously unselected package linux-image-extra-3.13.0-36-generic.
Preparing to unpack .../linux-image-extra-3.13.0-36-generic_3.13.0-36.63_i386.deb ...
Unpacking linux-image-extra-3.13.0-36-generic (3.13.0-36.63) ...
Preparing to unpack .../linux-generic_3.13.0.36.43_i386.deb ...
Unpacking linux-generic (3.13.0.36.43) over (3.13.0.34.40) ...
Preparing to unpack .../linux-image-generic_3.13.0.36.43_i386.deb ...
Unpacking linux-image-generic (3.13.0.36.43) over (3.13.0.34.40) ...
Selecting previously unselected package linux-headers-3.13.0-36.
Preparing to unpack .../linux-headers-3.13.0-36_3.13.0-36.63_all.deb ...
Unpacking linux-headers-3.13.0-36 (3.13.0-36.63) ...
Selecting previously unselected package linux-headers-3.13.0-36-generic.
Preparing to unpack .../linux-headers-3.13.0-36-generic_3.13.0-36.63_i386.deb ...
Unpacking linux-headers-3.13.0-36-generic (3.13.0-36.63) ...
Preparing to unpack .../linux-headers-generic_3.13.0.36.43_i386.deb ...
Unpacking linux-headers-generic (3.13.0.36.43) over (3.13.0.34.40) ...
Preparing to unpack .../thunderbird_1%3a31.1.1+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird (1:31.1.1+build1-0ubuntu0.14.04.1) over (1:31.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-gnome-support_1%3a31.1.1+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-gnome-support (1:31.1.1+build1-0ubuntu0.14.04.1) over (1:31.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../usb-creator-gtk_0.2.56.2_i386.deb ...
Unpacking usb-creator-gtk (0.2.56.2) over (0.2.56.1) ...
Preparing to unpack .../usb-creator-common_0.2.56.2_i386.deb ...
Unpacking usb-creator-common (0.2.56.2) over (0.2.56.1) ...
Preparing to unpack .../xserver-xorg-video-intel_2%3a2.99.910-0ubuntu1.1_i386.deb ...
Unpacking xserver-xorg-video-intel (2:2.99.910-0ubuntu1.1) over (2:2.99.910-0ubuntu1) ...
Preparing to unpack .../liboxideqt-qmlplugin_1.1.2-0ubuntu0.14.04.1_i386.deb ...
Unpacking liboxideqt-qmlplugin:i386 (1.1.2-0ubuntu0.14.04.1) over (1.0.4-0ubuntu0.14.04.1) ...
Preparing to unpack .../liboxideqtcore0_1.1.2-0ubuntu0.14.04.1_i386.deb ...
Unpacking liboxideqtcore0:i386 (1.1.2-0ubuntu0.14.04.1) over (1.0.4-0ubuntu0.14.04.1) ...
Preparing to unpack .../oxideqt-codecs_1.1.2-0ubuntu0.14.04.1_i386.deb ...
Unpacking oxideqt-codecs:i386 (1.1.2-0ubuntu0.14.04.1) over (1.0.4-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Processing triggers for libglib2.0-0:i386 (2.40.0-2) ...
Setting up libc-dev-bin (2.19-0ubuntu6.3) ...
Setting up linux-libc-dev:i386 (3.13.0-36.63) ...
Setting up libc6-dev:i386 (2.19-0ubuntu6.3) ...
Setting up libc6-dbg:i386 (2.19-0ubuntu6.3) ...
Setting up libgcrypt11:i386 (1.5.3-2ubuntu4.1) ...
Setting up libudev1:i386 (204-5ubuntu20.6) ...
Setting up udev (204-5ubuntu20.6) ...
udev stop/waiting
udev start/running, process 8644
Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
update-initramfs: deferring update (trigger activated)
Setting up libsystemd-daemon0:i386 (204-5ubuntu20.6) ...
Setting up systemd-services (204-5ubuntu20.6) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.6) ...
systemd-logind start/running, process 8712
Setting up libsystemd-login0:i386 (204-5ubuntu20.6) ...
Setting up cups-server-common (1.7.2-0ubuntu1.2) ...
Setting up libcups2:i386 (1.7.2-0ubuntu1.2) ...
Setting up libcupsmime1:i386 (1.7.2-0ubuntu1.2) ...
Setting up cups-daemon (1.7.2-0ubuntu1.2) ...
cups start/running, process 8777
Setting up cups-core-drivers (1.7.2-0ubuntu1.2) ...
Setting up libcupscgi1:i386 (1.7.2-0ubuntu1.2) ...
Setting up libcupsimage2:i386 (1.7.2-0ubuntu1.2) ...
Setting up libcupsppdc1:i386 (1.7.2-0ubuntu1.2) ...
Setting up cups-common (1.7.2-0ubuntu1.2) ...
Setting up cups-client (1.7.2-0ubuntu1.2) ...
Setting up cups-bsd (1.7.2-0ubuntu1.2) ...
Setting up cups-ppdc (1.7.2-0ubuntu1.2) ...
Setting up cups (1.7.2-0ubuntu1.2) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Updating PPD files for foomatic-db-compressed-ppds ...
Updating PPD files for openprinting-ppds ...
Updating PPD files for c2esp ...
Updating PPD files for foo2zjs-common ...
Updating PPD files for gutenprint ...
Updating PPD files for hpcups ...
Updating PPD files for postscript-hp ...
Updating PPD files for ptouch ...
Updating PPD files for pxljr ...
Updating PPD files for sag-gdi ...
Updating PPD files for splix ...
Setting up libgudev-1.0-0:i386 (1:204-5ubuntu20.6) ...
Setting up libharfbuzz0b:i386 (0.9.27-1ubuntu1) ...
Setting up libharfbuzz-icu0:i386 (0.9.27-1ubuntu1) ...
Setting up fonts-opensymbol (2:102.6+LibO4.2.6.3-0ubuntu1) ...
Setting up libreoffice-style-human (1:4.2.6.3-0ubuntu1) ...
Setting up uno-libs3 (4.2.6.3-0ubuntu1) ...
Setting up ure (4.2.6.3-0ubuntu1) ...
Setting up libreoffice-common (1:4.2.6.3-0ubuntu1) ...
Installing new version of config file /etc/bash_completion.d/libreoffice.sh ...
Setting up linux-image-3.13.0-36-generic (3.13.0-36.63) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up ubuntu-drivers-common (1:0.2.91.7) ...
Setting up libsystemd-journal0:i386 (204-5ubuntu20.6) ...
Setting up rsyslog (7.4.4-1ubuntu2.1) ...
Installing new version of config file /etc/rsyslog.conf ...
The user `syslog' is already a member of `adm'.
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
rsyslog stop/waiting
rsyslog start/running, process 17577
Setting up irqbalance (1.0.6-2ubuntu0.14.04.1) ...
Installing new version of config file /etc/init/irqbalance.conf ...
irqbalance start/running, process 17627
Setting up python3-distupgrade (1:0.220.5) ...
Setting up ubuntu-release-upgrader-core (1:0.220.5) ...
Setting up ubuntu-release-upgrader-gtk (1:0.220.5) ...
Setting up python3-problem-report (2.14.1-0ubuntu3.4) ...
Setting up python3-apport (2.14.1-0ubuntu3.4) ...
Setting up apport (2.14.1-0ubuntu3.4) ...
apport start/running
Setting up apport-gtk (2.14.1-0ubuntu3.4) ...
Setting up evolution-data-server-common (3.10.4-0ubuntu1.3) ...
Setting up firefox (32.0+build1-0ubuntu0.14.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-locale-en (32.0+build1-0ubuntu0.14.04.1) ...
Setting up gir1.2-gudev-1.0 (1:204-5ubuntu20.6) ...
Setting up linux-firmware (1.127.6) ...
Setting up linux-image-extra-3.13.0-36-generic (3.13.0-36.63) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
initrd.img(/boot/initrd.img-3.13.0-36-generic
) points to /boot/initrd.img-3.13.0-36-generic
 (/boot/initrd.img-3.13.0-36-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-extra-3.13.0-36-generic.postinst line 491.
vmlinuz(/boot/vmlinuz-3.13.0-36-generic
) points to /boot/vmlinuz-3.13.0-36-generic
 (/boot/vmlinuz-3.13.0-36-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-extra-3.13.0-36-generic.postinst line 491.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up linux-image-generic (3.13.0.36.43) ...
Setting up linux-headers-3.13.0-36 (3.13.0-36.63) ...
Setting up linux-headers-3.13.0-36-generic (3.13.0-36.63) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-36-generic /boot/vmlinuz-3.13.0-36-generic
Setting up linux-headers-generic (3.13.0.36.43) ...
Setting up linux-generic (3.13.0.36.43) ...
Setting up thunderbird (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-gnome-support (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Setting up usb-creator-common (0.2.56.2) ...
Setting up usb-creator-gtk (0.2.56.2) ...
Setting up xserver-xorg-video-intel (2:2.99.910-0ubuntu1.1) ...
Setting up oxideqt-codecs:i386 (1.1.2-0ubuntu0.14.04.1) ...
Setting up libnss3-nssdb (2:3.15.4-1ubuntu7.1) ...
Setting up libnss3:i386 (2:3.15.4-1ubuntu7.1) ...
Setting up libnss3-1d:i386 (2:3.15.4-1ubuntu7.1) ...
Setting up libreoffice-core (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-base-core (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-calc (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-gtk (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-gnome (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-draw (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-impress (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-writer (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-pdfimport (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-math (1:4.2.6.3-0ubuntu1) ...
Setting up python3-uno (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-ogltrans (1:4.2.6.3-0ubuntu1) ...
Setting up libcamel-1.2-45 (3.10.4-0ubuntu1.3) ...
Setting up libedataserver-1.2-18 (3.10.4-0ubuntu1.3) ...
Setting up libebackend-1.2-7 (3.10.4-0ubuntu1.3) ...
Setting up evolution-data-server-online-accounts (3.10.4-0ubuntu1.3) ...
Setting up libebook-contacts-1.2-0 (3.10.4-0ubuntu1.3) ...
Setting up libedata-book-1.2-20 (3.10.4-0ubuntu1.3) ...
Setting up libebook-1.2-14 (3.10.4-0ubuntu1.3) ...
Setting up libecal-1.2-16 (3.10.4-0ubuntu1.3) ...
Setting up libedata-cal-1.2-23 (3.10.4-0ubuntu1.3) ...
Setting up evolution-data-server (3.10.4-0ubuntu1.3) ...
Setting up gir1.2-edataserver-1.2 (3.10.4-0ubuntu1.3) ...
Setting up gir1.2-ebookcontacts-1.2 (3.10.4-0ubuntu1.3) ...
Setting up gir1.2-ebook-1.2 (3.10.4-0ubuntu1.3) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-help-en-us (1:4.2.6.3-0ubuntu1) ...
Setting up libreoffice-presentation-minimizer (1:4.2.6.3-0ubuntu1) ...
Setting up liboxideqtcore0:i386 (1.1.2-0ubuntu0.14.04.1) ...
Setting up liboxideqt-qmlplugin:i386 (1.1.2-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-36-generic
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libreoffice-common (1:4.2.6.3-0ubuntu1) ...
ru12mug@ru12mug-Satellite-L300:~$

There weren't enough lines saved to show it all. Regardless , according to system monitor I downloaded 1.8Gb and installed it all in under 10 minutes. Speed is the key. Thanks.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#38

If you now have a well working internet connection, there is no need for using workarounds and ping tests and whatever any more.
Just regularly using update-manager should be enough for keeping your system up-to-date.

If your problem is finally remedied, please mark this question as solved.

Revision history for this message
Steve Dunk (boohoo2) said :
#39

Thanks Manfred Hampl, that solved my question.