[Bug 1538278] Re: calibre crashed with SIGSEGV in _int_malloc()

2016-02-03 Thread Ruairi
I have the same issue. Shows the welcome screen only. Launching from a
terminal shows

"(python2.7:2300): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion
'GTK_IS_WIDGET (widget)' failed"

repeately. Followed by

"Segmentation fault (core dumped)"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1538278

Title:
  calibre crashed with SIGSEGV in _int_malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1538278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1538278] Re: calibre crashed with SIGSEGV in _int_malloc()

2016-02-03 Thread Ruairi
I can also confirm that fabianburs fix

gsettings set com.canonical.desktop.interface scrollbar-mode normal

resolved the issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1538278

Title:
  calibre crashed with SIGSEGV in _int_malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1538278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by local choice (Reaso

2015-09-17 Thread Ruairi Newman
Encountered the same error on Dell Latitude D630, BIOS A19 (current),
running Ubuntu Studio 15.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408963

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 285013] Re: nfs shares are not automounted anymore in intrepid

2013-10-08 Thread Ruairi Hickey
A work-around which works well is to have a script mount the nfsv4
shares

#!/bin/sh
IF=$1
STATUS=$2

if [ $IF = eth0 ]  [ $STATUS = down ] ; then
#  if [ `/usr/bin/stat -fc%t:%T /shared` != `/usr/bin/stat -fc%t:%T /` ]; then
 /bin/umount /shared
#   fi
fi
if  [ $IF = eth0 ]  [ $STATUS = up ] ; then
 /bin/mount /home
fi

exit



and also modify the lightdm start script to wait on mounted /home

start on ((filesystem
   and runlevel [!06]
   and started dbus
   and plymouth-ready)
   and mounted MOUNTPOINT=/home
  or runlevel PREVLEVEL=S)


R.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/285013

Title:
  nfs shares are not automounted anymore in intrepid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/285013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851771] Re: Permission Denied error during backup

2013-01-16 Thread Ruairi
DejaDUP works for me now. just insert the full path into the DejaDUp GUI
Instead of /Backup/ideapad  -/home/sr/Backup/ideapad

Works a charm, the issue for me is that SSH logs one into the home
folder by default, while Paramiko seem to log one into root.

The command line is giving me errors on both paths, ( I assume this is
my error) but the GUI is fully operational

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851771

Title:
  Permission Denied error during backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/851771/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851771] Re: Permission Denied error during backup

2013-01-04 Thread Ruairi
I have had the same issue here, but I dont believe ths issue is with Deja-Dup.
In may case I physically chaged the back-up machine (192.168.0.99)

I log into the backup nachine with ssh and ftp

Duplicity provides and error:

duplicity full Travel/ sftp://sr@192.168.0.99/Backup/ideapad/
The authenticity of host '192.168.0.99' can't be established.
SSH-RSA key fingerprint is blah blah blah
Are you sure you want to continue connecting (yes/no)? yes
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

ru@ru-460:~$ sudo duplicity full Travel/ sftp://sr@192.168.0.99/Backup/ideapad/
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

Running Duplicity in verbose mode shows:
u@ru-460:~/.config$ duplicity -v 9 full Travel/ 
sftp://sr@192.168.0.99/Backup/ideapad/
Using archive dir: /home/ru/.cache/duplicity/7744528ccaaf2107c20395b1fa95181c
Using backup name: 7744528ccaaf2107c20395b1fa95181c
Import of duplicity.backends.u1backend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Using temporary directory /tmp/duplicity-g16iDW-tempdir
Backend error detail: Traceback (most recent call last):
  File /usr/bin/duplicity, line 1404, in module
with_tempdir(main)
  File /usr/bin/duplicity, line 1397, in with_tempdir
fn()
  File /usr/bin/duplicity, line 1248, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/duplicity/commandline.py, line 1002, 
in ProcessCommandLine
backup, local_pathname = set_backend(args[0], args[1])
  File /usr/lib/python2.7/dist-packages/duplicity/commandline.py, line 895, 
in set_backend
globals.backend = backend.get_backend(bend)
  File /usr/lib/python2.7/dist-packages/duplicity/backend.py, line 161, in 
get_backend
return _backends[pu.scheme](pu)
  File /usr/lib/python2.7/dist-packages/duplicity/backends/_ssh_paramiko.py, 
line 182, in __init__
self.config['port'],e))
BackendException: ssh connection to sr@192.168.0.99:22 failed: No 
authentication methods available

BackendException: ssh connection to sr@192.168.0.99:22 failed: No
authentication methods available

Meaning Deja-Dup - Duplicity - Paramiko

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851771

Title:
  Permission Denied error during backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/851771/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775702] Re: Some menu icons missing in Inkscape since upgrade to 11.04

2012-05-03 Thread Ruairi
I can confirm that if you run as root in 12.04 that the icons reappear.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775702

Title:
  Some menu icons missing in Inkscape since upgrade to 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbusmenu/+bug/775702/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 992463] [NEW] dbus-arch-deps.h missing from usr/include/dbus-1.0/dbus

2012-05-01 Thread Ruairi
Public bug reported:

Hi,

I am new to this bug reporting. 
1. I am using version 12.04
2. When compiling a wimax driver I had a Error reported. due to a missing 
header file in dbus

The main header file /usr/include/dbus-1.0/dbus/dbus.h line 29 includes a 
lower level header file as follows:
#include dbus/dbus-arch-deps.h

However the file   /usr/include/dbus-1.0/dbus/dbus-arch-deps.h is not
present.

To rectify I copied the file dbus-arch-deps.h from here:
http://dbus.freedesktop.org/doc/api/html/dbus-arch-deps_8h_source.html
And it seems to fix the problem

Ruairi

** Affects: dbus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/992463

Title:
  dbus-arch-deps.h missing from usr/include/dbus-1.0/dbus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/992463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2012-03-09 Thread Ruairi
I installed the following packages from Wheezy before installing  virt-
manager and it is all working no problem

(copied pagkages over and used dpkg -i

ii  libvirt-bin 0.9.9-3+b2programs for the 
libvirt library
ii  libvirt00.9.9-3+b2  library for 
interfacing with different virtualization systems
ii  libnetcf1   0.1.9-2  cross-platform 
network configuration library
ii  libyajl2 2.0.4-2Yet Another 
JSON Library

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/520386

Title:
  libvirt-bin hypervisor does not support virConnectNumOfInterfaces /
  unable to create domain with virt-manager using network bridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/520386/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 745112] Re: [arrandale] desktop is messed up (goes black) when laptop is docked with two external 1920x1200 monitors (x86_64)

2011-05-04 Thread Ruairi
I installed 2.6.29 from the PPA, this fixed the problem in ubuntu
classic. In the unity desktop with 2.6.39 I can have choose one monitor
only, with two monitors I have issues where the workspace is not the
same size as the screen.?field.comment=On a Lenovo Thinkpad Edge,
installing 2.6.39 from the Kernel PPA also fixes the problem in ubuntu
classic. In the unity desktop with 2.6.39 I can have choose one monitor
only, with two monitors I have issues where the workspace is not the
same size as the screen. (See attachments). A workaround can be made by
setting up the screens in classic mode and the logging out and logging
into the unity desktop (see last attachment)?field.comment=On a Lenovo
Thinkpad Edge, installing 2.6.39 from the Kernel PPA also fixes the
problem in ubuntu classic. In the unity desktop with 2.6.39 I can have
choose one monitor only, with two monitors I have issues where the
workspace is not the same size as the screen. (See attachments). A
workaround can be made by setting up the screens in classic mode and the
logging out and logging into the unity desktop (see last attachment)

** Attachment added: Window
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/745112/+attachment/2111315/+files/Screenshot-1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/745112

Title:
  [arrandale] desktop is messed up (goes black) when laptop is docked
  with two external 1920x1200 monitors (x86_64)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752348] [NEW] Causes crash when Firefox starts: package gstreamer0.10-plugins-ugly 0.10.17-1 failed to install/upgrade: trying to overwrite '/usr/share/locale/af/LC_MESSAGES/.mo', which is also i

2011-04-06 Thread Ruairi Fahy
Public bug reported:

Every time Firefox starts after boot the option to file a bug report due
to gstreamer

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: gstreamer0.10-plugins-ugly 0.10.17-1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic-pae 2.6.38
Uname: Linux 2.6.38-7-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Tue Apr  5 18:58:43 2011
ErrorMessage: trying to overwrite '/usr/share/locale/af/LC_MESSAGES/.mo', which 
is also in package gstreamer0.10-plugins-bad 0.10.21-1ubuntu10
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta 1 i386 (20110329.1)
SourcePackage: gst-plugins-ugly0.10
Title: package gstreamer0.10-plugins-ugly 0.10.17-1 failed to install/upgrade: 
trying to overwrite '/usr/share/locale/af/LC_MESSAGES/.mo', which is also in 
package gstreamer0.10-plugins-bad 0.10.21-1ubuntu10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-ugly0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752348

Title:
  Causes crash when Firefox starts:  package gstreamer0.10-plugins-ugly
  0.10.17-1 failed to install/upgrade: trying to overwrite
  '/usr/share/locale/af/LC_MESSAGES/.mo', which is also in package
  gstreamer0.10-plugins-bad 0.10.21-1ubuntu10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752348] Re: Causes crash when Firefox starts: package gstreamer0.10-plugins-ugly 0.10.17-1 failed to install/upgrade: trying to overwrite '/usr/share/locale/af/LC_MESSAGES/.mo', which is also in

2011-04-06 Thread Ruairi Fahy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752348

Title:
  Causes crash when Firefox starts:  package gstreamer0.10-plugins-ugly
  0.10.17-1 failed to install/upgrade: trying to overwrite
  '/usr/share/locale/af/LC_MESSAGES/.mo', which is also in package
  gstreamer0.10-plugins-bad 0.10.21-1ubuntu10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752669] [NEW] [STAGING]

2011-04-06 Thread Ruairi
Public bug reported:

the broadcom wireless driver is not included without which the internet 
connection doesnt work, the system became unstable when i plugged in a wired 
connection, while attempting to download the driver over the wireless 
connection.
A suggestion would be to include the broadcom driver.

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-7-generic 2.6.38-7.39
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x9910 irq 43'
   Mixer name   : 'Realtek ALC259'
   Components   : 'HDA:10ec0269,17aac00a,00100100'
   Controls  : 13
   Simple ctrls  : 8
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0x9300 irq 16'
   Mixer name   : 'Nvidia GPU 0b HDMI/DP'
   Components   : 'HDA:10de000b,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Date: Wed Apr  6 16:09:08 2011
Failure: oops
Frequency: This has only happened once.
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
MachineType: LENOVO 20056
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-7-generic N/A
 linux-backports-modules-2.6.38-7-generic  N/A
 linux-firmware1.49
SourcePackage: linux
StagingDrivers: brcm80211
Title: [STAGING]
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/31/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 31CN23WW(V1.04)
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: LENOVO
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnLENOVO:bvr31CN23WW(V1.04):bd05/31/2010:svnLENOVO:pn20056:pvrIdeaPadU460:rvnLENOVO:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: 20056
dmi.product.version: IdeaPad U460
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 kernel-oops natty needs-upstream-testing staging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752669

Title:
  [STAGING]

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752669] Re: [STAGING]

2011-04-06 Thread Ruairi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752669

Title:
  [STAGING]

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2011-02-24 Thread Ruairi
Apologies, ignore comment #10.. it is wrong I still have the problem
with e220...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2011-02-14 Thread Ruairi
This is now working correctly in natty alpha 2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] [NEW] Huawei modem disappears / reappears when trying to connect

2010-12-13 Thread Ruairi Hickey
Public bug reported:

I have 2 usb huawei 3g modems, an e220 and a k3765 which I use with 2
Dell Mini 10v's - I have one running lucid and one running maverick.
When I try to connect to my provider (vodafone) on the lucid laptop
running linux-image-2.6.32-25-generic (lucid) it connects with no
problem.  The identical setup on Maverick (running  linux-
image-2.6.35-23-generic ) the modem crashes when attempting to
connect... here is the syslog output...  there are repeated

Dec 13 21:36:25 ie-ac-netbook01 kernel: [ 2837.497880] option: 
option_instat_callback: error -71
Dec 13 21:36:26 ie-ac-netbook01 kernel: [ 2837.689879] option: 
option_instat_callback: error -71

error messages

Dec 13 21:33:07 ie-ac-netbook01 ntpdate[4324]: adjust time server 91.189.94.4 
offset 0.062339 sec
Dec 13 21:33:14 ie-ac-netbook01 kernel: [ 2645.840120] wlan0: no IPv6 routers 
present
Dec 13 21:35:13 ie-ac-netbook01 kernel: [ 2765.208191] usb 1-1: new high speed 
USB device using ehci_hcd and address 4
Dec 13 21:35:13 ie-ac-netbook01 kernel: [ 2765.345177] scsi3 : usb-storage 
1-1:1.0
Dec 13 21:35:14 ie-ac-netbook01 usb_modeswitch: switching 12d1:1520 (HUAWEI 
Technology: HUAWEI Mobile)
Dec 13 21:35:14 ie-ac-netbook01 kernel: [ 2766.132181] usb 1-1: USB disconnect, 
address 4
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.012179] usb 1-1: new high speed 
USB device using ehci_hcd and address 5
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.153561] scsi4 : usb-storage 
1-1:1.4
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.155572] scsi5 : usb-storage 
1-1:1.5
Dec 13 21:35:19 ie-ac-netbook01 usb_modeswitch: switched to 12d1:1465 (HUAWEI 
Technology: HUAWEI Mobile)
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.290385] usbcore: registered new 
interface driver usbserial
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.290470] USB Serial support 
registered for generic
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.293386] usbcore: registered new 
interface driver usbserial_generic
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.293398] usbserial: USB Serial 
Driver core
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.366133] USB Serial support 
registered for GSM modem (1-port)
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.366634] option 1-1:1.0: GSM 
modem (1-port) converter detected
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.367254] usb 1-1: GSM modem 
(1-port) converter now attached to ttyUSB0
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.367359] option 1-1:1.2: GSM 
modem (1-port) converter detected
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.367905] usb 1-1: GSM modem 
(1-port) converter now attached to ttyUSB1
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.367971] option 1-1:1.3: GSM 
modem (1-port) converter detected
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.368500] usb 1-1: GSM modem 
(1-port) converter now attached to ttyUSB2
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.371519] usbcore: registered new 
interface driver option
Dec 13 21:35:19 ie-ac-netbook01 kernel: [ 2771.371530] option: v0.7.2:USB 
Driver for GSM modems
Dec 13 21:35:19 ie-ac-netbook01 modem-manager: (Huawei): (ttyUSB1) deferring 
support check
Dec 13 21:35:19 ie-ac-netbook01 modem-manager: (Huawei): (ttyUSB2) deferring 
support check
Dec 13 21:35:19 ie-ac-netbook01 modem-manager: (ttyUSB0) opening serial 
device...
Dec 13 21:35:19 ie-ac-netbook01 modem-manager: (ttyUSB0): probe requested by 
plugin 'Huawei'
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.154189] scsi 4:0:0:0: CD-ROM 
   Vodafone CD ROM (Huawei)  2.31 PQ: 0 ANSI: 2
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.162442] scsi 5:0:0:0: 
Direct-Access Vodafone Storage (Huawei) 2.31 PQ: 0 ANSI: 2
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.179059] sr0: scsi-1 drive
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.179071] Uniform CD-ROM driver 
Revision: 3.20
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.182262] sr 4:0:0:0: Attached 
scsi CD-ROM sr0
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.186773] sr 4:0:0:0: Attached 
scsi generic sg2 type 5
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.192520] sd 5:0:0:0: Attached 
scsi generic sg3 type 0
Dec 13 21:35:20 ie-ac-netbook01 kernel: [ 2772.204516] sd 5:0:0:0: [sdc] 
Attached SCSI removable disk
Dec 13 21:35:20 ie-ac-netbook01 modem-manager: Got failure code 14: SIM busy
Dec 13 21:35:21 ie-ac-netbook01 modem-manager: Got failure code 11: SIM PIN 
required
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: Got failure code 11: SIM PIN 
required
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: (ttyUSB1): re-checking support...
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: (Huawei): (ttyUSB1) deferring 
support check
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: (ttyUSB2): re-checking support...
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: (Huawei): (ttyUSB2) deferring 
support check
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: (ttyUSB0) closing serial 
device...
Dec 13 21:35:22 ie-ac-netbook01 modem-manager: 

[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2010-12-13 Thread Ruairi Hickey

** Attachment added: lspci-vnvn
   
https://bugs.launchpad.net/bugs/689894/+attachment/1765127/+files/lspci-vnvn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2010-12-13 Thread Ruairi Hickey

** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/689894/+attachment/1765128/+files/dmesg.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2010-12-13 Thread Ruairi Hickey

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/689894/+attachment/1765129/+files/uname-a.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 689894] Re: Huawei modem disappears / reappears when trying to connect

2010-12-13 Thread Ruairi Hickey

** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/689894/+attachment/1765130/+files/version.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/689894

Title:
  Huawei modem disappears / reappears when trying to connect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669718] Re: unity doesn't work correctly in radeon xpress 200m

2010-11-15 Thread Ruairi
During installation when one boots from the cd, these menus work
correctly.

-- 
unity doesn't work correctly in radeon xpress 200m
https://bugs.launchpad.net/bugs/669718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 669718] Re: unity doesn't work correctly in radeon xpress 200m

2010-11-15 Thread Ruairi
Renan,

Same here. The release notes indicates there may be a problem with older 
ATI card. I booted the standard desktop (an option on the login page), 
this works well but desktop effects cannot be enabled. It seems the 
driver for this card cannot support the compositing that the netbook 
edition needs.

Ruairi

  On 11/15/2010 09:15 PM, Renan V. Rangel wrote:
 Yes, the installation menus works for me too. Also, if I blindly click
 on the unity buttons, the applications open correctly. The only problem
 is with the unity buttons that do not appear correctly.


-- 
unity doesn't work correctly in radeon xpress 200m
https://bugs.launchpad.net/bugs/669718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414614] Re: [LENOVO IdeaPad U350] suspend/resume failure

2009-10-25 Thread Ruairi
I have modified the default grub to use apcid=on. This may have been due
to low battery I will test again later in the day.

-- 
[LENOVO IdeaPad U350] suspend/resume failure
https://bugs.launchpad.net/bugs/414614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414614] Re: [LENOVO IdeaPad U350] suspend/resume failure

2009-10-25 Thread Ruairi
I have hibernated and resumed on battery and power successfully. The
main modifications I have from standard Grub are  apcid=on and within
the Xorg.conf I have the video driver set to Intel

Grub - original

kernel  /boot/vmlinuz-2.6.31-14-generic 
root=UUID=f1bb2925-177b-417f-8253-0f224797c936 ro acpi=off xforcevesa

Mine
--
kernel  /boot/vmlinuz-2.6.31-14-generic 
root=UUID=f1bb2925-177b-417f-8253-0f224797c936 ro quiet splash 

X.Org

Section Device
Identifier  Configured Video Device
Driver  intel
EndSection

-- 
[LENOVO IdeaPad U350] suspend/resume failure
https://bugs.launchpad.net/bugs/414614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353186] Re: Can't define primary screen in dual screen setup

2009-10-17 Thread Ruairi
*** This bug is a duplicate of bug 216144 ***
https://bugs.launchpad.net/bugs/216144

I had a similar problem the panels stayed on my laptop when i plugged in
the external screen. I managed to find a workaround using xrandr.

1. I queried the screens 
 xrandr -q
My screens were VGA1 external and LVDS1 laptop

2. set the external to primary
 xrandr --output VGA1 --primary
3. turn off the laptop screen, forcing the panels to the external screen
xrandr --output LVDS1 --off
4. turn the laptop on again, 
xrandr --output LVDS1 --auto
5. set the laptop left-of the external monitor
xrandr --output LVDS1 --left-of VGA1

I am sure there is an easier way

-- 
Can't define primary screen in dual screen setup
https://bugs.launchpad.net/bugs/353186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435347] Re: KDE panel blocking mouse

2009-09-24 Thread Ruairi Hickey
Forgot to mention, if I resize my panel and center it I can click my
mouse in the KRDC / Virtual Box sessions in the area where the panel is
no longer active ie the windows start button

-- 
KDE panel blocking mouse 
https://bugs.launchpad.net/bugs/435347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435347] [NEW] KDE panel blocking mouse

2009-09-23 Thread Ruairi Hickey
Public bug reported:

If I set the kde panel to autohide, it slides off the screen when not
active.

If I run either krdc or virtualbox sessions in full-screen mode the area
where the panel would cover is not responding to mouse clicks -
generally this is the windows panel in the virtualbox client or krdc
session.

If I set the panel to not autohide then there is no problem.

It is probable that the panel is still grabbing input even though it is
not visible / on top.

This is happening on current Karmic on both i386  x64.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
KDE panel blocking mouse 
https://bugs.launchpad.net/bugs/435347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387272] Re: [karmic] long boot time on eee 900

2009-09-08 Thread Ruairi Hickey
This may be a coincidence but my eee900 with Karmic has had the same
problem lots of HSM violations in the error logs...

-- 
[karmic] long boot time on eee 900
https://bugs.launchpad.net/bugs/387272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 339313] Re: Kubuntu Jaunty: Cannot Connect To Wireless Network with WEP shared key

2009-04-25 Thread Ruairi
Sort of same here.

Fresh install of kubuntu 9.04 with a belkin usb wifi dongle based on
rtl8187.

Using wep with an ascii key

System picked it up ok, could see wifi networks ok.  But when
configuring the only wep password options where hex and passphrase, no
option for ascii.  Neither hex or passphrase worked.

To cut a long story short I had to sudo /etc/network/interfaces and
config in there.

-- 
Kubuntu Jaunty: Cannot Connect To Wireless Network with WEP shared key
https://bugs.launchpad.net/bugs/339313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291449] Re: Cannot set IP address

2008-10-31 Thread Ruairi
I tried a clean install of Intrepid from the final ISO, the Network
Connection worked initially but upon upgrading the kernel through Update
Manager, the next reboot rendered the Network not working. While not
returning a specific error that I can ascertain, it would not work in
either static or dynamic configuration. I'm using an Intel D945GCLF
motherboard; I think the onboard lan might be Realtek 8 series, I can
provide more info if required.

-- 
Cannot set IP address
https://bugs.launchpad.net/bugs/291449
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104462] Re: [apport] ksmserver crashed with SIGSEGV

2007-04-08 Thread Ruairi Hickey

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7218558/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7218559/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7218560/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7218561/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7218562/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7218563/Registers.txt

-- 
[apport] ksmserver crashed with SIGSEGV
https://bugs.launchpad.net/bugs/104462
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104462] [apport] ksmserver crashed with SIGSEGV

2007-04-08 Thread Ruairi Hickey
Public bug reported:

Binary package hint: kde4base

crash logging into kde4

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Sun Apr  8 16:08:36 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/kde4/bin/ksmserver
Package: kde4base 3.80.3-0ubuntu5
PackageArchitecture: i386
ProcCmdline: ksmserver
ProcCwd: /home/hickeyr
ProcEnviron:
 
PATH=/usr/lib/kde4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: kde4base
Stacktrace:
 #0  0xb5a5256f in ?? () from /usr/lib/libkdeui.so.4
 #1  0xb59e4cc0 in ?? () from /usr/lib/libkdeui.so.4
 #2  0x in ?? ()
StacktraceTop:
 ?? () from /usr/lib/libkdeui.so.4
 ?? () from /usr/lib/libkdeui.so.4
 ?? ()
ThreadStacktrace:
 .
 Thread 1 (process 5463):
 #0  0xb5a5256f in ?? () from /usr/lib/libkdeui.so.4
 #1  0xb59e4cc0 in ?? () from /usr/lib/libkdeui.so.4
 #2  0x in ?? ()
Uname: Linux hickeyr-ubuntu 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: kde4base (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] ksmserver crashed with SIGSEGV
https://bugs.launchpad.net/bugs/104462
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66097] Dapper - Edgy Upgrade via update manager

2006-10-14 Thread Ruairi
Public bug reported:

When upgrading  from update manager 
 gksu update-manager -c -d
I had insufficient disk space in /usr I was prompted to empty the garbage and 
clear old packages. After following these instructions I still had insufficient 
space (my /home and / are in different partitions). An additional prompt to 
remove old kernels would be useful.

Once I had sufficient disk space, the manager failed to find the
following packages. A quick check shows the packages are not available
at the moment.

Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/o/openoffice.org/openoffice.org-style-default_2.0.4~rc3-0ubuntu4_all.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2_2.1.19.dfsg1-0.2ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.19.dfsg1-0.2ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/p/poppler/libpoppler1-glib_0.5.4-0ubuntu4_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/p/poppler/libpoppler1_0.5.4-0ubuntu4_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/p/poppler/poppler-utils_0.5.4-0ubuntu4_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/p/python-apt/python-apt_0.6.19ubuntu9_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedataserver1.2-7_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/f/firefox/libnspr4_1.firefox1.99+2.0rc2+dfsg-0ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedataserverui1.2-8_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libecal1.2-7_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libegroupwise1.2-12_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libexchange-storage1.2-2_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedata-book1.2-2_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libedata-cal1.2-6_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/evolution-data-server_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/evolution-data-server-common_1.8.1-0ubuntu3_all.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/f/firefox/libnss3_1.firefox1.99+2.0rc2+dfsg-0ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libcamel1.2-8_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/e/evolution-data-server/libebook1.2-9_1.8.1-0ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-gnome-support_1.99+2.0rc2+dfsg-0ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_1.99+2.0rc2+dfsg-0ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/t/tetex-bin/libkpathsea4_3.0-17ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/d/devmapper/libdevmapper1.02_1.02.07-1ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/universe/c/console-data/console-data_1.0-2ubuntu5_all.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/util-linux-locales_2.12r-11ubuntu2_all.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/mount_2.12r-11ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/util-linux_2.12r-11ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/bsdutils_2.12r-11ubuntu2_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext-base_0.15-2ubuntu1_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/universe/p/pcmcia-cs/pcmcia-cs_3.2.8-8ubuntu3_i386.deb
 404 Not Found
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/p/popularity-contest/popularity-contest_1.33ubuntu2_all.deb
 404 Not Found
Failed to fetch