[Bug 972290] Re: grub-pc update fails with writing GRUB to boot device failed

2013-01-04 Thread Tony Green
OK, so despite this having been confirmed at 1.99-20, I've just
installed 1.99-21 and had the same problem.

Gives me absolutely NO clue as to whether I now have a system that's
ever going to work again... I've ticked all four of my hard drives,
because I don't remember at this point which one Grub should be on.  It
doesn't tell me which one it doesn't like, and what's worse, all I see
apart from the message and a tick box is a forward button, with no
indication as to what's going to happen when I hit the button, whether
the box is ticked or not.

How has this been allowed to happen again with the same package without
any sign of the original, potentially catastrophic bug, having been
fixed?

Surely after eight months this should have been fixed - or at the very
least the bug annotated with what people are supposed to do when they
hit it?

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

Title:
  grub-pc update fails with writing GRUB to boot device failed

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

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


[Bug 972290] Re: grub-pc update fails with writing GRUB to boot device failed

2013-01-04 Thread Tony Green
Extra information. In /var/apt/term.log I see
/usr/sbin/grub-probe: error: cannot stat `/,'.

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

Title:
  grub-pc update fails with writing GRUB to boot device failed

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

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


[Bug 1005986] [NEW] Audacious icon in window buttons panel keeps flashing

2012-05-29 Thread Tony Green
Public bug reported:

Reporting against Audacious, though the problem MAY be with XFCE (though
it only affects Audacious).

Since upgrading to Xubuntu 12.04, the Audacious icon in the wind buttons
panel keeps flashing. No other icons do this and it didn't do this
before upgrading.

Flashing stops if I focus on the Audacious player, but recommences as
soon as anything else (including the Audacious playlist) is focussed.

Annoyingly (for bug reporting), the behaviour is not consistent; I just
tried closing Audacious and re-launching it - it's not flashing at the
moment. My guess is that at some point it's calling for attention
(though for what I don't know) but this is only a guess.

System: Xubuntu 12.04 AMD-64
Audacious 2.2.1-2

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: audacious 3.2.1-2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Tue May 29 16:57:02 2012
ProcEnviron:
 LANGUAGE=en_GB:en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/ksh
SourcePackage: audacious
UpgradeStatus: Upgraded to precise on 2012-05-19 (10 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Audacious icon in window buttons panel keeps flashing

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

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


[Bug 1005986] Re: Audacious icon in window buttons panel keeps flashing

2012-05-29 Thread Tony Green
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005986

Title:
  Audacious icon in window buttons panel keeps flashing

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

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


[Bug 991746] Re: package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-22 Thread Tony Green
Getting pissed off with getting an error message every time I install
any other software, so decided to dig into this.

The bug is in line 38 of the postinst script.
-
rkhtmpdir=$(grep '^TMPDIR' /etc/rkhunter.conf | sed 's/TMPDIR=//')
-

In /etc/rkhunter.conf, the TMPDIR assignment is commented out, as is
normal for all variable assignments within that file where the default
is supposed to be taken.

Un-commenting the line in the config file allows the postinst script to
run successfully.

I would suggest that the postinst script should be changed so that if
$rkhtmpdir is null after line 38, it's assigned to the default value
(/var/lib/rkhunter/tmp).

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

Title:
  package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 991746] Re: package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-20 Thread Tony Green
Now this is getting annoying.

Rknunter IS installed OK and is functioning.

But every time I install or update any other software it's throwing
errors:


Errors were encountered while processing:
 rkhunter
Error in function: 
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
Setting up rkhunter (1.3.8-10) ...
dpkg: error processing rkhunter (--configure):
 subprocess installed post-installation script returned error exit status 1
-

A bit of Googling suggests aptitude -f install, which gives:

--
The following NEW packages will be installed:
  gnome-codec-install icc-profiles-free libaccess-bridge-java libtextcat-data 
  ttf-sil-gentium 
The following packages will be REMOVED:
  akonadi-backend-mysql{u} bluez-alsa:i386{u} glib-networking:i386{u} 
  gstreamer0.10-fluendo-mp3:i386{u} gstreamer0.10-plugins-base:i386{u} 
  gstreamer0.10-plugins-good:i386{u} gstreamer0.10-x:i386{u} 
gtk2-engines:i386{u} 
  gtk2-engines-murrine:i386{u} gtk2-engines-oxygen:i386{u} 
  gtk2-engines-pixbuf:i386{u} gvfs:i386{u} gvfs-libs:i386{u} ia32-libs{u} 
  ia32-libs-multiarch:i386{u} ibus-gtk:i386{u} libaa1:i386{u} libaio1:i386{u} 
  libao4:i386{u} libasn1-8-heimdal:i386{u} libasound2:i386{u} 
  libasound2-plugins:i386{u} libasyncns0:i386{u} libatk1.0-0:i386{u} 
  libaudiofile1:i386{u} libavc1394-0:i386{u} libcaca0:i386{u} 
  libcairo-gobject2:i386{u} libcairo2:i386{u} libcanberra-gtk-module:i386{u} 
  libcanberra-gtk0:i386{u} libcanberra0:i386{u} libcap2:i386{u} 
libcapi20-3:i386{u} 
  libcdparanoia0:i386{u} libcroco3:i386{u} libcupsimage2:i386{u} 
libcurl3:i386{u} 
  libdbus-glib-1-2:i386{u} libdv4:i386{u} libesd0:i386{u} libexif12:i386{u} 
  libflac8:i386{u} libgail-common:i386{u} libgail18:i386{u} 
libgconf-2-4:i386{u} 
  libgd2-xpm:i386{u} libgdbm3:i386{u} libgdk-pixbuf2.0-0:i386{u} 
  libgettextpo0:i386{u} libgl1-mesa-dri:i386{u} libgl1-mesa-glx:i386{u} 
  libglapi-mesa:i386{u} libglu1-mesa:i386{u} libgnome-keyring0:i386{u} 
  libgomp1:i386{u} libgphoto2-2:i386{u} libgphoto2-port0:i386{u} 
  libgssapi3-heimdal:i386{u} libgstreamer-plugins-base0.10-0:i386{u} 
  libgstreamer0.10-0:i386{u} libgtk2.0-0:i386{u} libgudev-1.0-0:i386{u} 
  libhcrypto4-heimdal:i386{u} libheimbase1-heimdal:i386{u} 
  libheimntlm0-heimdal:i386{u} libhx509-5-heimdal:i386{u} libibus-1.0-0:i386{u} 
  libidn11:i386{u} libiec61883-0:i386{u} libieee1284-3:i386{u} 
  libjack-jackd2-0:i386{u} libjasper1:i386{u} libjson0:i386{u} 
  libkrb5-26-heimdal:i386{u} libldap-2.4-2:i386{u} libllvm3.0:i386{u} 
  libltdl7:i386{u} libmad0:i386{u} libmikmod2:i386{u} libmpg123-0:i386{u} 
  libnspr4:i386{u} libnss3:i386{u} libodbc1:i386{u} libogg0:i386{u} 
liboil0.3:i386{u} 
  libopenal1:i386{u} liborc-0.4-0:i386{u} libpango1.0-0:i386{u} 
libpixman-1-0:i386{u} 
  libproxy1:i386{u} libpulse-mainloop-glib0:i386{u} libpulse0:i386{u} 
  libpulsedsp:i386{u} libqt4-designer:i386{u} libqt4-opengl:i386{u} 
  libqt4-qt3support:i386{u} libqt4-scripttools:i386{u} libqt4-svg:i386{u} 
  libqt4-test:i386{u} libqtwebkit4:i386{u} libraw1394-11:i386{u} 
  libroken18-heimdal:i386{u} librsvg2-2:i386{u} librsvg2-common:i386{u} 
  librtmp0:i386{u} libsamplerate0:i386{u} libsane:i386{u} libsasl2-2:i386{u} 
  libsasl2-modules:i386{u} libsdl-image1.2:i386{u} libsdl-mixer1.2:i386{u} 
  libsdl-net1.2:i386{u} libsdl-ttf2.0-0:i386{u} libsdl1.2debian:i386{u} 
  libshout3:i386{u} libsndfile1:i386{u} libsoup-gnome2.4-1:i386{u} 
  libsoup2.4-1:i386{u} libspeex1:i386{u} libspeexdsp1:i386{u} 
libsqlite3-0:i386{u} 
  libssl0.9.8:i386{u} libstdc++5:i386{u} libtag1-vanilla:i386{u} 
libtag1c2a:i386{u} 
  libtdb1:i386{u} libtheora0:i386{u} libunistring0:i386{u} libusb-0.1-4:i386{u} 
  libv4l-0:i386{u} libv4lconvert0:i386{u} libvisual-0.4-0:i386{u} 
  libvisual-0.4-plugins:i386{u} libvorbis0a:i386{u} libvorbisenc2:i386{u} 
  libvorbisfile3:i386{u} libwavpack1:i386{u} libwind0-heimdal:i386{u} 
  libwrap0:i386{u} libx11-xcb1:i386{u} libxaw7:i386{u} libxcb-glx0:i386{u} 
  libxcb-render0:i386{u} libxcb-shm0:i386{u} libxcomposite1:i386{u} 
  libxcursor1:i386{u} libxdamage1:i386{u} libxfixes3:i386{u} libxft2:i386{u} 
  libxinerama1:i386{u} libxml2:i386{u} libxmu6:i386{u} libxp6:i386{u} 
libxpm4:i386{u} 
  libxrandr2:i386{u} libxslt1.1:i386{u} libxss1:i386{u} libxtst6:i386{u} 
  libxv1:i386{u} libxxf86vm1:i386{u} odbcinst1debian2:i386{u} xaw3dg:i386{u} 
The following partially installed packages will be configured:
  rkhunter 
The following packages are RECOMMENDED but will NOT be installed:
  libaccess-bridge-java-jni 
0 packages upgraded, 5 newly installed, 163 to remove and 0 not upgraded.
Need to get 1,351 kB of archives. After unpacking 165 MB will be freed.
The following packages have 

[Bug 991746] [NEW] package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Tony Green
Public bug reported:

Failure occurred during system upgrade. I assume details have been
automatically added somewhere...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: rkhunter 1.3.8-10
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Mon Apr 30 09:07:07 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
PackageArchitecture: all
SourcePackage: rkhunter
Title: package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 991746] Re: package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-30 Thread Tony Green
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991746

Title:
  package rkhunter 1.3.8-10 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 896916] Re: /dev/.initramfs triggers warnings in rkhunter

2011-12-08 Thread Tony Green
*** This bug is a duplicate of bug 883324 ***
https://bugs.launchpad.net/bugs/883324

I'm rather puzzled by the statement There seems to be no satisfactory
workaround.

The posting referenced by Douglas (which is essentially the same one I
originally referenced, on a different site) says,

I have put a fix into the CVS code so that ALLOWHIDDENFILE should work
correctly.
I will email you (off list) a fixed 'rkhunter' program with this fix,
which you should be able to just use as a drop-in replacement. In your
RKH config file you should use 'ALLOWHIDDENFILE=/dev/.initramfs'.

...which is saying that the maintainer has patched the rkhunter code
SPECIFICALLY for this bug.

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

Title:
  /dev/.initramfs triggers warnings in rkhunter

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

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


[Bug 896916] Re: /dev/.initramfs triggers warnings in rkhunter

2011-11-27 Thread Tony Green
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896916

Title:
  /dev/.initramfs triggers warnings in rkhunter

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

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


[Bug 896916] [NEW] /dev/.initramfs triggers warnings in rkhunter

2011-11-27 Thread Tony Green
Public bug reported:

Since Ubuntu 11.10, /dev/.initramfs is a symlink to /run/initramfs.
rkhunter triggers a daily warning about this:

[10:57:36]   Checking for hidden files and directories   [ Warning ]
[10:57:36] Warning: Hidden file found: /dev/.initramfs: symbolic link to 
`/run/initramfs'

Although it's possible to whitelist files or directories in the rkhunter
config file, it doesn't currently allow the whitelisting of symlinks.

According to
http://comments.gmane.org/gmane.comp.security.rkhunter.user/2678 a patch
for rkhunter has been created to allow symlinks to be whitelisted,
specifically because of the new behaviour in 11.10. It seems like a good
idea for that patch to be incorporated in rkhunter for Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: rkhunter 1.3.8-7
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Nov 27 16:38:14 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en_US:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/ksh
SourcePackage: rkhunter
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (43 days ago)
modified.conffile..etc.cron.daily.rkhunter: [deleted]
modified.conffile..etc.cron.weekly.rkhunter: [deleted]
mtime.conffile..etc.rkhunter.conf: 2011-11-19T15:40:44.528472

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


** Tags: amd64 apport-bug oneiric

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

Title:
  /dev/.initramfs triggers warnings in rkhunter

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

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


[Bug 893109] [NEW] 3.0.x kernels ignore splash=verbose in grub.cfg

2011-11-21 Thread Tony Green
Public bug reported:

I normally have my grub.cfg set up so that I see the kernel messages
during the boot process. Since Ubuntu has upgraded to the 3.0.x Kernel,
this no longer works; instead, once the Grub menu has disappeared, all I
see until X has started is a very disconcerting blank screen.

Booting 2.6.38-11 from the same Grub menu DOES show me the kernel
messages.

Ideally, 3.0.x kernels should respect the splash=verbose directive. But
even if not, at least SOME indication of progress should be show.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image 3.0.0.13.15
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tony   1872 F xfce4-mixer-plu
  tony   2064 F xfce4-volumed
  tony   2078 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfbff8000 irq 22'
   Mixer name   : 'VIA VT1708S'
   Components   : 'HDA:11064397,18490397,0010'
   Controls  : 30
   Simple ctrls  : 18
Date: Mon Nov 21 13:40:32 2011
HibernationDevice: RESUME=UUID=23fc2e57-bad4-4be6-9926-0d9e54329591
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 04e8:6012 Samsung Electronics Co., Ltd 
 Bus 002 Device 002: ID 1241:1603 Belkin Keyboard
 Bus 002 Device 003: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=en_GB:en_US:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/ksh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=e8498562-ee8f-4f88-921e-a897f4bea123 ro nomodeset quiet vga=795 
splash=verbose
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-11-generic N/A
 linux-backports-modules-2.6.38-11-generic  N/A
 linux-firmware 1.60
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (37 days ago)
dmi.bios.date: 03/03/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: N68C-S UCC
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd03/03/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68C-SUCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug oneiric

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

Title:
  3.0.x kernels ignore splash=verbose in grub.cfg

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

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


[Bug 893109] Re: 3.0.x kernels ignore splash=verbose in grub.cfg

2011-11-21 Thread Tony Green
** Attachment added: Grub config file
   https://bugs.launchpad.net/bugs/893109/+attachment/2603779/+files/grub.cfg

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

Title:
  3.0.x kernels ignore splash=verbose in grub.cfg

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

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


[Bug 893109] Re: 3.0.x kernels ignore splash=verbose in grub.cfg

2011-11-21 Thread Tony Green
Hi Joseph,

Tried your suggestion; still the same unfortunately. I actually had 
GRUB_CMDLINE_LINUX_DEFAULT=splash=verbose
but tried
GRUB_CMDLINE_LINUX_DEFAULT=
which made no difference.

I also noticed a line in that file saying
GRUB_CMDLINE_LINUX=nomodeset quiet vga=795
and tried removing the quiet from there, still with no success.

Curiously, with a 2.6.x kernel, the same options in grub.cfg DO give me a 
verbose boot,
linux   /boot/vmlinuz-2.6.38-11-generic 
root=UUID=e8498562-ee8f-4f88-921e-a897f4bea123 ro nomodeset vga=795  
splash=verbose
gives the desired result, but
linux   /boot/vmlinuz-3.0.7-030007-generic 
root=UUID=e8498562-ee8f-4f88-921e-a897f4bea123 ro nomodeset vga=795  
splash=verbose
doesn't. Which is why I think there's something odd about the 3.0.x kernel.

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

Title:
  3.0.x kernels ignore splash=verbose in grub.cfg

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

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


[Bug 883831] [NEW] Grub2 doesn't auto-boot kernels in submenus

2011-10-30 Thread Tony Green
Public bug reported:

Xubuntu 11.10 X86_64

Installed:
grub-common 1.99-12ubuntu5
grub-gfxpayload-lists 0.5
grub-pc 1.99-12ubuntu5
grub-pc-bin 1.99-12ubuntu5
grub2-common 1.99-12ubuntu5

I have previous kernels installed, one of which I want to boot from by default.
By setting GRUB_DEFAULT in /etc/default/grub and running update-grub (or 
similarly via startup-manager, though that has a bug I'll be reporting 
separately) I can tell Grub which kernel to boot.

However. When the grub.cfg file is built, my old kernels appear in a
submenu (copy of file attached). It seems that the default number is
taken as to mean the default number on the main menu and the submenu is
ignored. So instead of booting my chosen kernel, my computer boots into
memtest instead.

Kernels should be auto-bootable whether or not they're in a Grub submenu

** Affects: grub2 (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/883831

Title:
  Grub2 doesn't auto-boot kernels in submenus

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

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


[Bug 883831] Re: Grub2 doesn't auto-boot kernels in submenus

2011-10-30 Thread Tony Green
** Attachment added: grub.cfg file
   https://bugs.launchpad.net/bugs/883831/+attachment/2579015/+files/grub.cfg

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

Title:
  Grub2 doesn't auto-boot kernels in submenus

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

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


[Bug 883831] Re: Grub2 doesn't auto-boot kernels in submenus

2011-10-30 Thread Tony Green
Please ignore my comment about a bug in startup-manager. On further
investigation I understand how this is working and the but I thought
existed doesn't.

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

Title:
  Grub2 doesn't auto-boot kernels in submenus

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

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


[Bug 869996] Re: Xubuntu (11.04) update manager doesn't apply updates

2011-10-19 Thread Tony Green
Updates to 11.10 arrived this morning and after clicking the flashing
icon and install updates, they were installed OK. So it appears the
problem has been fixed with the new release.

Thanks.

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

Title:
  Xubuntu (11.04) update manager doesn't apply updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/869996/+subscriptions

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


[Bug 876473] Re: Kernel 3.0.0-12 makes system very sluggish

2011-10-18 Thread Tony Green
Sorry, I seem to be getting something wrong here.

sudo apt-get update
sudo apt-get upgrade

Offered me a number of updated packages, but none with the Kernel in
them.

I've tried installing the daily build and release candidates, but these fail 
trying to build my Nvidia video driver:
---
Setting up linux-headers-3.1.0-999-generic (3.1.0-999.201110171146) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.1.0-999-generic 
/boot/vmlinuz-3.1.0-999-generic
Error! Bad return status for module build on kernel: 3.1.0-999-generic (x86_64)
Consult /var/lib/dkms/nvidia-173/173.14.30/build/make.log for more information.
-
(log file attached)

This seems to suggest that I need the Kernel sources installed. Tried
installing these via Synaptic, but as all I have there is 3.0.0-12.20
and 3.0.0.12.14, these are probably unsuitable.
https://wiki.ubuntu.com/KernelMainlineBuilds doesn't seem to have any
reference to the overall source (I installed the AMD64 headers and
image, along with the architecture-independent headers).

** Attachment added: Make log file
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/876473/+attachment/2557081/+files/make.log

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

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 876473] Re: Kernel 3.0.0-12 makes system very sluggish

2011-10-18 Thread Tony Green
I've now installed Kernel 3.0.7-030007-generic and this has resolved the
problem. Many thanks for your help.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 876473] Re: Kernel 3.0.0-12 makes system very sluggish

2011-10-17 Thread Tony Green
Note: I raised this bug report when booted with the old kernel, so I may
need to reprovide some info that's been automatically gathered.

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

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 876473] Re: Kernel 3.0.0-12 makes system very sluggish

2011-10-17 Thread Tony Green
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876473

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 876473] [NEW] Kernel 3.0.0-12 makes system very sluggish

2011-10-17 Thread Tony Green
Public bug reported:

Since installing Xubuntu 11.10, my computer has become very sluggish,
especially when performing CPU-intensive tasks. I'm guessing this has
something to to with the Kernel's scheduling, since with a twin-core
processor I should have plenty of spare CPU to do things like writing
emails or browsing the Web while   something else is going on.

Specifics.
Problems have been observed when performing the following tasks:
* Performing click-removal on a large audio file in Audacity
* Running dump to backup filesystems
* Re-encoding .wav files into Ogg Vorbis format using oggenc.

Problems found:
* Audio being played with Audacious stutters
* When typing an email, nothing appears for several seconds; eventually some 
typing (though with missing characters presumably due to buffering) appears.
* Firefox doesn't scroll.

Why I believe it's the 3.0.0 kernel:
Rebooting the old (2.6.38-11) kernel  stops the problems occurring (so much so 
that I'm intending to edit Grub to use that kernel as default).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-generic 3.0.0.12.14
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tony   1804 F xfce4-mixer-plu
  tony   1866 F pulseaudio
  tony   1925 F xfce4-volumed
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfbff8000 irq 22'
   Mixer name   : 'VIA VT1708S'
   Components   : 'HDA:11064397,18490397,0010'
   Controls  : 30
   Simple ctrls  : 18
Date: Mon Oct 17 13:28:06 2011
HibernationDevice: RESUME=UUID=23fc2e57-bad4-4be6-9926-0d9e54329591
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 04e8:6012 Samsung Electronics Co., Ltd 
 Bus 002 Device 002: ID 1241:1603 Belkin Keyboard
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 LANGUAGE=en_GB:en_US:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/ksh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=e8498562-ee8f-4f88-921e-a897f4bea123 ro nomodeset quiet vga=795 
splash=verbose
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-11-generic N/A
 linux-backports-modules-2.6.38-11-generic  N/A
 linux-firmware 1.60
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (2 days ago)
dmi.bios.date: 03/03/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: N68C-S UCC
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd03/03/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68C-SUCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 876473] Re: Kernel 3.0.0-12 makes system very sluggish

2011-10-17 Thread Tony Green
Apologies for what may seem a stupid question, but where can I get hold
of the development kernel to test with? I've spent several hours
searching, but can't find it.

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

Title:
  Kernel 3.0.0-12 makes system very sluggish

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

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


[Bug 869996] Re: Xubuntu (11.04) update manager doesn't apply updates

2011-10-14 Thread Tony Green
Still a problem. However, I intent to upgrade to the latest release at
the weekend, so I'll investigate whether this is still a problem then
and report back.

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

Title:
  Xubuntu (11.04) update manager doesn't apply updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/869996/+subscriptions

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


[Bug 869996] [NEW] Xubuntu (11.04) update manager doesn't apply updates

2011-10-07 Thread Tony Green
Public bug reported:

New (clean) installation of Xubuntu 11.04.
Updates icon appears in taskbar.
Click icon, update manager appears.
Click install updates
Button appears depressed for a couple of seconds.
Nothing else happens.

The same occurs when taking the update manager option from the menu.

running update-manager as root installs packages correctly. Could it be
that the launchers ought to be applying root privileges?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: update-manager 1:0.150.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct  7 14:31:26 2011
GConfNonDefault:
 /apps/update-manager/check_new_release_ignore=
 /apps/update-manager/first_run=false
 /apps/update-manager/show_details=true
 /apps/update-manager/window_size=(600,600)
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/ksh
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  Xubuntu (11.04) update manager doesn't apply updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/869996/+subscriptions

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


[Bug 869996] Re: Xubuntu (11.04) update manager doesn't apply updates

2011-10-07 Thread Tony Green
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869996

Title:
  Xubuntu (11.04) update manager doesn't apply updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/869996/+subscriptions

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


[Bug 468579] [NEW] Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green
Public bug reported:

Binary package hint: update-manager

Upgrade from Jaunty to Karmic Kubuntu failed during post-removal phase:

subprocess installed post-removal script returned error exit status 1

Could not install 'linux-restricted-modules-2.6.28-13-generic'
The upgrade wil continue but the 'linux-restricted-modules-2.6.28-13-generic' 
package may not be in a working state.

Logs from /var/log/dist-upgrade attached.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: apt.log
   http://launchpadlibrarian.net/34865046/apt.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: apt-term.log
   http://launchpadlibrarian.net/34865102/apt-term.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: main.log
   http://launchpadlibrarian.net/34865128/main.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green
Additionally, after clicking close on the dialogue, I got another pop-
up saying installArchives() failed. I'll now attach the current
versions of the log files in case there's any more information in them.

** Attachment added: Apt.log after second message
   http://launchpadlibrarian.net/34865327/apt.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: apt-term.log after second message
   http://launchpadlibrarian.net/34865364/apt-term.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: main.log after second message
   http://launchpadlibrarian.net/34865381/main.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: term.log after second message
   http://launchpadlibrarian.net/34865787/term.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468579] Re: Karmic Kubuntu upgrade: Could not install linux-restricted-modules-2.6.28.13-generic

2009-11-01 Thread Tony Green

** Attachment added: xorg_fix_intrepid.log
   http://launchpadlibrarian.net/34865809/xorg_fix_intrepid.log

-- 
Karmic Kubuntu upgrade: Could not install 
linux-restricted-modules-2.6.28.13-generic
https://bugs.launchpad.net/bugs/468579
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 468885] [NEW] Karmic boot doesn't wait for encrypted disc passphrase

2009-11-01 Thread Tony Green
Public bug reported:

After installing Karmic today and rebooting, I didn't get the
opportunity to enter the passphrase for my LUKS encrypted home
partition. This meant that not only didn't I have a usable home
partition but also (because they're in /etc/crypttab after the home
partition) I didn't have a /tmp filesystem or any swap. It also messes
up my NFS mounts, as some of them are mounted in my home directory.

This seems to be a serious design fault in upstart (or at least the way
it's working with encrypted filesystems) and rendered by computer
unusable.

Unfortunately I won't be able to provide any extra diagnostics, as this
has forced me to restore my system from backups.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Karmic boot doesn't wait for encrypted disc passphrase
https://bugs.launchpad.net/bugs/468885
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 188976] Re: ubiquity crashed with OSError in copy_all()

2009-10-25 Thread Tony Green
The workaround that got me through was simply to not specify the
offending partition during the install then to manually add it to
/etc/fstab once I'd finished.

-- 
ubiquity crashed with OSError in copy_all()
https://bugs.launchpad.net/bugs/188976
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 411710] Re: Digikam won't display any pictures under KDE4.3

2009-10-11 Thread Tony Green
I won't find out until I install Karmic. This was a show-stopper for me
with KDE4.3 on Jaunty, so I had to revert to 4.2/

-- 
Digikam won't display any pictures under KDE4.3
https://bugs.launchpad.net/bugs/411710
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 411710] [NEW] Digikam won't display any pictures under KDE4.3

2009-08-10 Thread Tony Green
Public bug reported:

Binary package hint: digikam

System:
Ubuntu 9.04 AMD-64

After upgrading to KDE4.3, Digikam no longer displays any thumbnail
images (so can't do anything with my pictures).

From .xsession-errors the problem appears to be something to do with
Marble.

kdeinit4: preparing to launch /usr/lib/kde4/kio_digikamalbums.so
Could not open library '/usr/lib/kde4/kio_digikamalbums.so'.
Cannot load library /usr/lib/kde4/kio_digikamalbums.so: 
(/usr/lib/libdigikamcore.so.1: undefined symbol: 
_ZN6Marble12MarbleWidget16addPlaceMarkDataERK7QStringS3_)
kdeinit4: preparing to launch /usr/lib/kde4/kio_digikamalbums.so
Could not open library '/usr/lib/kde4/kio_digikamalbums.so'.
Cannot load library /usr/lib/kde4/kio_digikamalbums.so: 
(/usr/lib/libdigikamcore.so.1: undefined symbol: 
_ZN6Marble12MarbleWidget16addPlaceMarkDataERK7QStringS3_)

I have libmarble4-4:.3.0-ubuntu1~jaunty1_ppa2 and marble-
data-4:4.3.0.0ubuntu1~jaunty1~ppa2 installed so the problem may be a
mis-match between what Digikam needs and what is supplied by these
libraries.

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

-- 
Digikam won't display any pictures under KDE4.3
https://bugs.launchpad.net/bugs/411710
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 342671] Re: Doesn't support installations which require a removal or updates which require additional software

2009-06-30 Thread Tony Green
I'm seeing this problem with four kernel-related updates showing as blocked 
when I click on the updater icon.
linux-headers-generic - 2.6.28.11.15 (amd64)
linux-restricted-modules-generic - 2.6.28.11.15 (amd64)
linux-generic - 2.6.28.11.15 (amd64)
linux-image-generic - 2.6.28.11.15 (amd64)

What's particularly odd is that dpkg -l reports that all of these
packages are ALREADY at this level on my system.

-- 
Doesn't support installations which require a removal or updates which require 
additional software
https://bugs.launchpad.net/bugs/342671
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 384278] [NEW] Jaunty ships with libraries too old for digikam-kde4

2009-06-06 Thread Tony Green
Public bug reported:

Binary package hint: digikam

I have reported a bug (https://bugs.kde.org/show_bug.cgi?id=195448) with KDE 
for Digikam 0.10.0 crashing fatally (and taking the whole computer out!)
From the diagnostics I supplied, the developer (Gilles Caulier) has deduced 
that a number of libraries installed in Jaunty are actually too old for the 
KDE4 version of Digikam and could be the source of my problem.

Specifically (quoting Gilles)
---
LibExiv2: 0.18 [currently installed version]

== i recommend to use last Exiv2 0.18.1, to be sure...

LibKdcraw: 0.4.2 [currently installed version]

= A little bit old. this is the lead RAW interface for digiKam.

LibRaw: 0.6.15-Release [currently installed version]

This one is the MUST important. it's integrated into libkdcraw as well (no
external package) .this is the core component to handle RAW in all ways.

With current code of libkdcraw (integrated with KDE/Kdegraphics component,
libraw version is 0.7.2. I recomment to take a look to update it.
---
I have searched around for newer versions of these to install with  no success. 
So it seems that Jaunty is probably (assuming I haven't missed something 
obvious) shipping with out-of-date libraries required by Digikam's KDE4 release.

This is a pretty serious problem as it leads to the computer completely
hanging up during the import of RAW image files into Digikam - nothing
but a hard reset brings it back.

Details:
Release is Kubuntu 9.04, AMD-64 architecture
Digikam version is 0.10.0

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

-- 
Jaunty ships with libraries too old for digikam-kde4
https://bugs.launchpad.net/bugs/384278
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 380905] [NEW] Jaunty recovery mode networking fails with fixed IP address

2009-05-27 Thread Tony Green
Public bug reported:

System: AMD-64, Jaunty (fully updated)
Sorry, I don't know which package this is related to - presumably the base 
system or something similar?

Booting into recovery mode, one of the options I am presented with after
initial startup is root shell with networking (sorry, I'm paraphrasing
as I don't have the exact wording in front of me). Taking this option,
the first thing the system tries to do is connect to the network, but
using DHCP, even though I have a static IP address configured.

What happens:
--
Internet Systems Consortium DHCP Client V3.1.1
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
[  51.593109] NET: Registered protocol family 17
Listening on LPF/eth0/00:1d:92:3f:8b:27
Sending on LPF/eth0/00:1d:92:3f:8b:27
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DPCHPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
No DHCPOFFERS received.
No working leases in persistent database - sleeping

Result: a long wait while it decides there's no DHCP available, followed by 
unconfigured networking.

What should happen:
Should recognise that the computer has static IP address set up and should 
configure networking accordingly.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Jaunty recovery mode networking fails with fixed IP address
https://bugs.launchpad.net/bugs/380905
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 377608] [NEW] xubuntu jaunty install fails to install necessary desktops

2009-05-17 Thread Tony Green
Public bug reported:

Binary package hint: ubiquity

Attempting to install Xubuntu januty. Existing system was Kubuntu
Intrepid, but I was formatting /, /usr, /var to make a clean install.

Install appeared to finish cleanly and prompted for reboot. However when
X started up, the following pop-up message appeared:

No Exec line in the session file: kde. Running the Gnome failsafe
session instead.

Then after acknowledging that message:

Could not find the Gnome installation. Will try running the failsafe
xterm session.

Acknowledged that and got the xterm. Exited from that and was presented
with the login screen, so I attempted to log in. Got a pop-up message:

Do you wish to make the KDE desktop the default for future sessions?
Your preferred session type XFCE session is not installed on this
computer.

Selecting just log in resulted in a desktop with a few icons on it,
plus a panel at the bottom of the screen with absolutely nothing on it.
Logging out and back in again but answering yes got the same result,
except that the XFCE splash screen ran.


I have restored from my backups to get a working system, but have saved the 
contents of /var/log, so can attach any files from there that may be useful in 
diagnosing this problem.

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

-- 
xubuntu jaunty install fails to install necessary desktops
https://bugs.launchpad.net/bugs/377608
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 377613] [NEW] jaunty install: formatting root partition changes uuid

2009-05-17 Thread Tony Green
Public bug reported:

Binary package hint: ubiquity

Attempting to install Xubuntu Jaunty to replace an existing Kubuntu
Intrepid.

Because the install was a total failure (separate bug raised) I had to
restore from my backups. However, having done so and attempted to
reboot, Grub failed with error 15 file not found.

After spending a lot of time trying to reinstall Grub and not getting
anywhere, I spotted that the UUID of my root partition had been changed
by the install process, so not surprisingly, the UUID in menu.lst was
incorrect. Editing this file allowed my computer to boot into the
restored system.

I would suggest that this shows that changing the UUID of filesystems
during installation is an undesirable behaviour.

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

-- 
jaunty install: formatting root partition changes uuid
https://bugs.launchpad.net/bugs/377613
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 377613] Re: jaunty install: formatting root partition changes uuid

2009-05-17 Thread Tony Green
I understand what you're saying (can't honestly say I understand UUIDs
or what they're for though...)

In my case, regenerating menu.lst wouldn't have made any difference,
because having a failed installation meant that I had to restore it from
my dumps, where the installer couldn't (and shouldn't) have touched it.

So really the problem is the use of UUIDs in menu.lst. If that had been
pointing at /dev/sda1 or hd(0,0) then restoring after a failed
installation wouldn't be a problem.

-- 
jaunty install: formatting root partition changes uuid
https://bugs.launchpad.net/bugs/377613
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 377613] Re: jaunty install: formatting root partition changes uuid

2009-05-17 Thread Tony Green
Having now read up a bit on UUIDs, it seems to me that if an existing
partition is being reformatted, it SHOULD retain the existing UUID.
Anything referring to that particular partition by UUID will then still
safely be able to find  it if necessary. Although at one level a
reformatted filesystem might be thought of as new and thus needing a new
UUID, at the physical level, it's still the same part of the same disc,
so is still the same filesystem, albeit wiped clean.

It makes sense to allocate a new UUID for a newly-created filesystem,
but to prevent difficulties after failed installs, pre-existing
filesystems ought to retain their original UUID. I note from the man
page that tune2fs can be used to set a chosen UUID for a filesystem, so
there's no technical reason why this couldn't be done. And then someone
in a disastrous situation such as mine could get working again with
fewer problems.

-- 
jaunty install: formatting root partition changes uuid
https://bugs.launchpad.net/bugs/377613
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 368046] Re: jaunty upgrade crashed too many errors

2009-05-17 Thread Tony Green
Update:
Had another go at this today and it installed successfully. Still had the 
errors from Java, but the ca-certificates worked this time (new version or 
something?) so it appears that's where the error came from.

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 224631] Re: compiz unstable since Hardy upgrade

2009-05-08 Thread Tony Green
Hi Scott,
Unfortunately I can't confirm whether or not this is still a problem as I've 
given up using Compiz (or KDE4's desktop effects) as once the ooh, isn't that 
impressive stage has worn off, having a more responsive desktop became more 
interesting.

Sadly I can't even try to reproduce this with a live CD of the latest
release, as ATI's video driver isn't available with it (due to X
incompatibilities) . I'd suggest the best course of action would be to
close the bug off, as nobody else seems to have been affected. (I'm not
sure what the correct status to change it to would be, otherwise I'd do
that myself...)

-- 
compiz unstable since Hardy upgrade
https://bugs.launchpad.net/bugs/224631
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 260462] Re: cryptdisks-early fails to re-prompt if passphrase is incorrect

2009-05-04 Thread Tony Green
Thanks for that very comprehensive reply, Luke. I've finally had the
opportunity to reconfigure the cryptography using LUKS and that's solved
my problem.

Lesson for me - use LUKS in future...

-- 
cryptdisks-early fails to re-prompt if passphrase is incorrect
https://bugs.launchpad.net/bugs/260462
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 366023] Re: Can't upgrade to Jaunty - video card not supported any more

2009-04-28 Thread Tony Green

** Attachment added: Ouptput of lspci -vvnn
   http://launchpadlibrarian.net/26056199/lspci.log

-- 
Can't upgrade to Jaunty - video card not supported any more
https://bugs.launchpad.net/bugs/366023
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 366023] Re: Can't upgrade to Jaunty - video card not supported any more

2009-04-28 Thread Tony Green

** Attachment added: xorg.conf file
   http://launchpadlibrarian.net/26056293/xorg.conf

-- 
Can't upgrade to Jaunty - video card not supported any more
https://bugs.launchpad.net/bugs/366023
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 366023] Re: Can't upgrade to Jaunty - video card not supported any more

2009-04-28 Thread Tony Green
Hi Bryce,
My understanding from reading elsewhere is that this problem may be due to the 
fact that there are problems with the ATI fglrx driver with the new version of 
X being used in this release and that it isn't included in it for that reason, 
hence why it needs to be removed.

I've added lspci output and the xorg.conf file - I can't do another run
attempt at the moment as I have to rush away; if necessary I'll try to
do that later, but if my understanding is right, there may be no point
as the problem is explained.

Cheers
Tony

-- 
Can't upgrade to Jaunty - video card not supported any more
https://bugs.launchpad.net/bugs/366023
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 368046] [NEW] jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green
Public bug reported:

After failing to install a few packages (ca-certificates, java6-jre,
java6-bin (already installed  configured)) the installer popped up
dialogues telling me again that they'd failed, then crashed.

A large number of packages were left half-installed, so I am attempting
to finish them off with dpkg --configure -a, but whether or not I'll
have a usable system on reboot I don't currently know; I'll report back
here if I have to restore from my backups.

Log files from /var/log/dist-upgrade attached.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green

** Attachment added: apt.log
   http://launchpadlibrarian.net/26034882/apt.log

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green

** Attachment added: term.log
   http://launchpadlibrarian.net/26034923/term.log

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green
Update: dpkg --configure -a also crashes with too many errors message.
Log attached. I suspect I'm going to have to restore from backups :-(

** Attachment added: configurelog
   http://launchpadlibrarian.net/26034960/configurelog

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green

** Attachment added: apt-term.log
   http://launchpadlibrarian.net/26034887/apt-term.log

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green

** Attachment added: main.log
   http://launchpadlibrarian.net/26034893/main.log

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green
Not surprisingly, the system was stuffed on reboot.
A message about not being able to find md5sum was noticed during the early 
stage of boot, then when X started it just displayed a black screen with a few 
random patches of colour.

Fortunately I have good backups or I'd be in trouble.

Worrying that this is the second successive Kubuntu upgrade that's
caused a completely unusable system and the need to restore from backups
to get working...

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 368046] Re: jaunty upgrade crashed too many errors

2009-04-27 Thread Tony Green
** Description changed:

  After failing to install a few packages (ca-certificates, java6-jre,
  java6-bin (already installed  configured)) the installer popped up
  dialogues telling me again that they'd failed, then crashed.
  
  A large number of packages were left half-installed, so I am attempting
  to finish them off with dpkg --configure -a, but whether or not I'll
  have a usable system on reboot I don't currently know; I'll report back
  here if I have to restore from my backups.
  
  Log files from /var/log/dist-upgrade attached.
+ 
+ System is AMD-64

-- 
jaunty upgrade crashed too many errors
https://bugs.launchpad.net/bugs/368046
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 366023] [NEW] Can't upgrade to Jaunty - video card not supported any more

2009-04-24 Thread Tony Green
Public bug reported:

Trying to upgrade my system from Kubuntu 8.10 to 9.04.

Distribution Upgrade gets as far as Preparing to upgrade and I get a
pop-up saying This computer is currently using the AMD 'fglrx' graphics
driver. No version of this driver is available that works with your
hardware in Ubuntu 9.04. Do you want to continue?

If my video card isn't supported, my upgrade can't go ahead.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Can't upgrade to Jaunty - video card not supported any more
https://bugs.launchpad.net/bugs/366023
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 345389] Re: update-manager broken dependency

2009-03-27 Thread Tony Green
A small update.

Looking again at this today, I see that I actually HAVE update-manager-
core 1:0.93.35 installed, as it's a dependency of update-manager-kde.

So the problem seems to be either that a newer version of update-manager
ought to be on the repositories or perhaps that it should be installable
with a newer version of update-manager-core.

-- 
update-manager broken dependency
https://bugs.launchpad.net/bugs/345389
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 345389] Re: update-manager broken dependency

2009-03-20 Thread Tony Green
Still failing the same on my system, Michael.

My /etc/apt/sources.list may help - in case I'm pulling DEBs from
somewhere different to you.


# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://gb.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted 
universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted 
universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse

-- 
update-manager broken dependency
https://bugs.launchpad.net/bugs/345389
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 345389] [NEW] update-manager broken dependency

2009-03-19 Thread Tony Green
Public bug reported:

Binary package hint: update-manager

Initially attempting to install xubuntu desktop onto a Kubuntu 8.10, AMD_64 
system.
Not sure if the problem is actually update-manager or update-manager-core.

# apt-get install xubuntu-desktop
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  xubuntu-desktop: Depends: update-manager but it is not going to be installed
   Recommends: update-notifier but it is not going to be 
installed
E: Broken packages


Digging deeper, I attempted to install update-manager:
# apt-get install update-manager
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  update-manager: Depends: update-manager-core (= 1:0.93.34) but 1:0.93.35 is 
to be installed
E: Broken packages


...so one or other of update-manager or update-manager-core appears to be at 
the wrong version in the repositories.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
update-manager broken dependency
https://bugs.launchpad.net/bugs/345389
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 327236] Re: kmail fails if ~/.kde4 unavailable

2009-02-21 Thread Tony Green
It was from an upgrade as Jonathan suggested. Not QUITE bug 272378 but
evidently related. It was actually because ~/.kde/share/config/kmailrc
had a line in it saying:

folders[$e]=$HOME/.kde4/share/apps/kmail/mail

Correcting that line solved the problem. Looks like another migration
problem then.

-- 
kmail fails if ~/.kde4 unavailable
https://bugs.launchpad.net/bugs/327236
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 328711] Re: updates killed apache

2009-02-13 Thread Tony Green
Interestingly, installing php5-mysql DOES fix this problem. So thanks
for that, Marc.

Seems strange that it was OK without it before the update; possibly
something strange in the install of PDO_MYSQL - either that or something
that was in it got deleted by the upgrade.

I'm now at 5.2.6-2ubuntu4.1, by the way.

-- 
updates killed apache
https://bugs.launchpad.net/bugs/328711
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 328711] Re: updates killed apache

2009-02-13 Thread Tony Green
Interestingly, installing php5-mysql DOES fix this problem. So thanks
for that, Marc.

Seems strange that it was OK without it before the update; possibly
something strange in the install of PDO_MYSQL - either that or something
that was in it got deleted by the upgrade.

I'm now at 5.2.6-2ubuntu4.1, by the way.

-- 
updates killed apache
https://bugs.launchpad.net/bugs/328711
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 328711] [NEW] updates killed apache

2009-02-12 Thread Tony Green
Public bug reported:

Binary package hint: libapache2-mod-php5

(package guessed - may be incorrect)
Kubuntu 8.10, AMD-64.

I installed today's updates, which attempted to re-start Apache2. But Apache 
failed to start. The following error appeared in the error log:
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613/pdo_mysql.so: 
undefined symbol: php_pdo_declare_long_constant

I can get Apache to start OK by removing php5.load from /etc/apache2
/mods-enabled.

The following packages were installed:
php5-cli 5.2.6-2ubuntu4
php5-gd 5.2.6-2ubuntu4
libapache2-mod-php5 5.2.6-2ubuntu4
php5-common 5.2.6-2ubuntu4
php-pear 5.2.6-2ubuntu4
php5 5.2.6-2ubuntu4
php5-dev 5.2.6-2ubuntu4

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

-- 
updates killed apache
https://bugs.launchpad.net/bugs/328711
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 328711] [NEW] updates killed apache

2009-02-12 Thread Tony Green
Public bug reported:

Binary package hint: libapache2-mod-php5

(package guessed - may be incorrect)
Kubuntu 8.10, AMD-64.

I installed today's updates, which attempted to re-start Apache2. But Apache 
failed to start. The following error appeared in the error log:
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613/pdo_mysql.so: 
undefined symbol: php_pdo_declare_long_constant

I can get Apache to start OK by removing php5.load from /etc/apache2
/mods-enabled.

The following packages were installed:
php5-cli 5.2.6-2ubuntu4
php5-gd 5.2.6-2ubuntu4
libapache2-mod-php5 5.2.6-2ubuntu4
php5-common 5.2.6-2ubuntu4
php-pear 5.2.6-2ubuntu4
php5 5.2.6-2ubuntu4
php5-dev 5.2.6-2ubuntu4

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

-- 
updates killed apache
https://bugs.launchpad.net/bugs/328711
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 327236] [NEW] kmail fails if ~/.kde4 unavailable

2009-02-09 Thread Tony Green
Public bug reported:

Binary package hint: kmail

KDE4 on Kubuntu 8.10 has supposedly migrated all user kde files from
~/.kde4 to ~/.kde.

Noticing that some residual ~/.kde4 files and directories had been
created, I deleted these. As soon as I did this and tried to use Kmail,
it crashed.

Attempting to re-start it, I get a pop-up error: 
KMail could not create folder '/home/tony/.kde4/share/apps/kmail/mail';
please make sure that you can view and modify the content of the folder 
'/home/tony'.

This may be in some way related to
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/324907 which I
recently reported, where $KDEHOME was not being set anywhere, though in
this case I HAVE set $KDEHOME as ~/.kde.

It would appear that not everything has been moved into ~/.kde after
all.

I am using the KDE4.2 packages released recently, Kmail 1.11.0, using KDE4.2.0
Kubuntu 8.10, AMD-64

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

-- 
kmail fails if ~/.kde4 unavailable
https://bugs.launchpad.net/bugs/327236
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 325483] [NEW] Random patches of black and green striping keep appearing

2009-02-04 Thread Tony Green
Public bug reported:

This is an issue with Kubuntu AMD-64-bit, 8.10, with the new KDE4.2
installed. I'm not sure if it's a KDE problem or a xorg problem though.

Since installing KDE4.2, I get frequent patches of black and green
stripes appearing in various parts of my screen. It seems particularly
common on Firefox, but also happens frequently in other windows. The one
I managed to catch a screen-shot of (attached) hit Audacity.

This MAY be partially related to the problem discussed on the KDE forum
thread at http://forum.kde.org/annoying-kde-glitch-t-6511.html - however
I applied the patch mentioned in this thread some time ago, so it's
evidently not the same problem.

There is no obvious pattern to the appearance of this phenomenon; it
seems generally random, though it DOES seem to particularly affect parts
of the screen where things are changing (for example it actually
happened on part of this line I'm typing for a short time just now). It
normally goes away when that part of the screen changes; for example, if
I get a big block of it on Firefox's window, scrolling it down then up
clears it.

As far as I can see, it only happens when compositing is turned on. It
makes no difference whether I'm using kwin or Compiz for this; the same
problem occurs with both.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Random patches of black and green striping keep appearing
https://bugs.launchpad.net/bugs/325483
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 325483] Re: Random patches of black and green striping keep appearing

2009-02-04 Thread Tony Green

** Attachment added: Screenshot showing the problem
   http://launchpadlibrarian.net/21996800/noise.png

-- 
Random patches of black and green striping keep appearing
https://bugs.launchpad.net/bugs/325483
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 324907] [NEW] $KDEHOME not set: causes problems choosing mouse cursors

2009-02-03 Thread Tony Green
Public bug reported:

Binary package hint: kdebase

(Choosing kdebase as I'm not sure where this should actually be but it seems 
possible)
AMD-64 - Kubuntu 8.10

When I installed Kubuntu 8.04, I did a clean install so that no old
configuration files existed outside my home directory.

I noticed at the time that whatever mouse cursor theme I selected, it
always reverted back to Oxygen White, but didn't get round to raising a
bug for this at the time.

I upgraded to 8.10 and subsequently installed KDE4.2 when it became
available this week. As I have found a  number of problems with KDE4.2,
I've been raising several bugs directly with the KDE Bugzilla and
reported this one.

After a significant amount of investigation work (documented at
http://bugs.kde.org/show_bug.cgi?id=182986) we have worked out that the
problem is being caused by Kubuntu placing some files in ~/.kde4 while
most of its files are in ~/.kde (where they're supposed to be according
to all the release notes).

Specifically, ~/.kde4/share/config/kcminputrc is WRITTEN by
systemsettings when the cursor theme is changed, but when KDE starts up,
it READS ~/.kde4/share/config/kcminputrc instead.

The reason for this is that $KDEHOME is not being set anywhere -
presumably KDE is making its best guess or something is hard coded
within the various programs.

I have shown that this can be fixed by adding the following lines into
/etc/profile:

KDEHOME=~/.kde
export KDEHOME

though this may not be the best place for it.

It would seem that this is something that would need to be included in a
future release.

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

-- 
$KDEHOME not set: causes problems choosing mouse cursors
https://bugs.launchpad.net/bugs/324907
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 324277] Re: kde4.2 install failed: dependency problems

2009-02-02 Thread Tony Green
Thanks Jonathan.

For the record, after re-starting , the updates available icon was
still showing a large number of updates to install. Clicking it seemed
to finish off configuring (which I thought my earlier commands had done
- shows how well I understand apt).

...now to see what else KDE have managed to break in this release ;-)

-- 
kde4.2 install failed: dependency problems
https://bugs.launchpad.net/bugs/324277
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


[Bug 324277] [NEW] kde4.2 install failed: dependency problems

2009-02-02 Thread Tony Green
Public bug reported:

Binary package hint: kdebase-kde4

Attempting to install KDE4.2 as per instructions at 
http://www.kubuntu.org/news/kde-4.2
System: Kubuntu 8.10 AMD-64 (kdebase selected as I'm not sure which of the 
several packages mentioned should really be selected)

After downloading all packages, an error message appeared:
---
Commit failed.
To continue, hit ok and we will try to recover. If you close the application 
now, we will not do anything and you may try to resolve the problem manually.   
  
(If you suspect this is a bug in Adept, please also provide the following 
exception description in the report).   

The error was: 
APT Error. Context:
Running dpkg,  
[ /usr/bin/dpkg, --status-fd, 3, --unpack, 
/var/cache/apt/archives/kde-icons-oxygen_40x0.002ee88d8p-10224.2.0-0ubuntu1~intrepid1~ppa3_all.deb,
 
/var/cache/apt/archives/libphonon4_40x0.002ee88d8p-10224.3.0-0ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/phonon-backend-xine_40x0.002ee88d8p-10224.3.0-0ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/kdebase-runtime-dbg_40x0.002ee8ac8p-10224.2.0-0ubuntu1~intrepid1~ppa3_amd64.deb,
 
/var/cache/apt/archives/kdelibs5-dbg_40x0.002ee8ac8p-10224.2.0-0ubuntu2~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/libsoprano4_2.1.64+dfsg.1-0ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/soprano-daemon_2.1.64+dfsg.1-0ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/kdelibs-bin_40x0.002ee9aa8p-10224.2.0-0ubuntu2~intrepid1~ppa1_amd64.deb,
 /var/cache/apt/archives/strigi-daemon_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb, 
/var/cache/apt/archives/strigi-client_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb, 
/var/cache/apt/archives/libstrigihtmlgui0_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/libstreamanalyzer0_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb,
 /var/cache/apt/archives/libstreams0_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb, 
/var/cache/apt/archives/libstrigiqtdbusclient0_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/libsearchclient0_0.6.3-1ubuntu1~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/kdelibs5-data_40x0.002eda878p-10224.2.0-0ubuntu2~intrepid1~ppa1_all.deb,
 
/var/cache/apt/archives/kdelibs5_40x0.002eda878p-10224.2.0-0ubuntu2~intrepid1~ppa1_amd64.deb,
 
/var/cache/apt/archives/kdebase-runtime_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa3_amd64.deb,/var/cache/apt/archives/kdebase-runtime-bin-kde4_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa3_amd64.deb,
 
/var/cache/apt/archives/kdebase-runtime-data-common_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa3_all.deb,
 
/var/cache/apt/archives/kdebase-runtime-data_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa3_all.deb,
 
/var/cache/apt/archives/kdebase-workspace-bin_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa5_amd64.deb,
 
/var/cache/apt/archives/kdebase-plasma_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa2_amd64.deb,/var/cache/apt/archives/ksysguard_40x0.002eda878p-10224.2.0-0ubuntu1~intrepid1~ppa5_amd64.deb,
 
/var/cache/apt/archives/kdebase-workspace-libs4+5_40x0.002ee5058p-10224.2.0-0ubuntu1~intrepid1~ppa5_amd64.deb,
 
/var/cache/apt/archives/kate_40x0.002ee5058p-10224.2.0-0ubuntu1~intrepid1~ppa3_amd64.deb,
 
/var/cache/apt/archives/plasmoid-quickaccess_0.7.1-0ubuntu6~intrepid1~ppa1_amd64.deb
 ],
Sup-process returned error code 1,
Error processing 
/var/cache/apt/archives/kdebase-runtime-dbg_4%3a4.2.0-0ubuntu1~intrepid1~ppa3_amd64.deb
 : trying to overwrite `/usr/lib/debug/usr/lib/libkdeinit4_kwalletd.so', which 
is alsoin package kdelibs5-dbg.
--
I allowed it to attempt recovery, but got:
---
It seems that the recovery has failed. Please fix manually (try dpkg--configure 
-a and/or apt-get -f install) in terminal...

The error was:
APT Error. Context:
Running dpkg,
[ /usr/bin/dpkg, --status-fd, 3, --configure, -a ],
Sup-process returned error code 1,
Error processing kate : dependency problems - leaving unconfigured.,
Error processing kdebase-workspace-libs4+5 : dependency problems- leaving 
unconfigured.,
Error processing ksysguard : dependency problems - leaving unconfigured.,
Error processing kdebase-plasma : dependency problems - leaving 
unconfigured.

Attempted  dpkg --configure -a
dpkg: dependency problems prevent configuration of kate:
 kate depends on libplasma3; however:
  Package libplasma3 is not installed.
dpkg: error processing kate (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent 

[Bug 307969] [NEW] compiz rotate cube keybindings problem

2008-12-14 Thread Tony Green
Public bug reported:

Binary package hint: compiz

Kubuntu 8.10, AMD_64

$ apt-cache policy compiz
compiz:
  Installed: 1:0.7.8-0ubuntu4.1
  Candidate: 1:0.7.8-0ubuntu4.1
  Version table:
 *** 1:0.7.8-0ubuntu4.1 0
500 http://gb.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 1:0.7.8-0ubuntu4 0
500 http://gb.archive.ubuntu.com intrepid/main Packages


An interesting (and rather amusing) bug with the Compiz keybindings for cube 
rotation. The keybindings for rotating left or right are reversed. So when 
ctrlaltLEFT is set for rotating left and ctrlaltRIGHT is set for 
rotating right, the cube actually rotates in the opposite direction to that 
selected - so ctrlaltLEFT sends it off to the RIGHT.

I've experimented with other keybindings (in case it's in some way
connected with the keys) and it always rotates in the opposite
direction.

This did not happen with 8.04, so presumably must be something new in
8.10.

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

-- 
compiz rotate cube keybindings problem
https://bugs.launchpad.net/bugs/307969
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 260462] Re: cryptdisks-early fails to re-prompt if passphrase is incorrect

2008-12-05 Thread Tony Green
Finally had time to set up a crypto disc on a clean Intrepid install and
I can confirm that this problem persists.

I'm prompted for the filesystem's passphrase but if I type it
incorrectly, I don't get re-prompted, the boot just continues and then
quickly fails because, not surprisingly, it can't check the encrypted
partition.

/etc/crypttab has a line:
home/dev/sda11 none checkargs=ext2,tries=5

which according to the man page, SHOULD mean I get five attempts at the
passphrase.

I tried putting set -x in /lib/cryptsetup/cryptdisks.functions just
before the password prompt to see if anything useful appeared, but
unfortunately STDERR seems to be redirected elsewhere so I couldn't see
anything.

-- 
cryptdisks-early fails to re-prompt if passphrase is incorrect
https://bugs.launchpad.net/bugs/260462
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 303651] [NEW] kde language pack install fails: cannot access archive

2008-11-30 Thread Tony Green
Public bug reported:

Binary package hint: language-pack-kde-en

Kunbuntu 8.10, AMD-64

Attempting to install the latest updates through Adept, the following error 
message appeared:

Commit failed.
To continue, hit ok and we will try to recover. If you close the application 
now, we will not do anything and you may try to resolve the problem manually.
(If you suspect this is a bug in Adept, please also provide the following 
exception description in the report).

The error was: 
APT Error. Context:
Running dpkg, 
[ /usr/bin/dpkg, --status-fd, 3, --unpack, 
/var/cache/apt/archives/language-pack-en_10x0.0014b6fc8p-10228.10+20081107_all.deb,
 
/var/cache/apt/archives/language-pack-en-base_10x0.00131e898p-10228.10+20081107_all.deb,
 
/var/cache/apt/archives/language-pack-kde-en_10x0.00131e898p-10228.10+20081107_all.deb,
 
/var/cache/apt/archives/language-pack-kde-en-base_10x0.0014c56d8p-10228.10+20081107_all.deb
 ], 
Sup-process returned error code 1, 
Error processing 
/var/cache/apt/archives/language-pack-en_1%3a8.10+20081107_all.deb : subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2., 
Error processing 
/var/cache/apt/archives/language-pack-en-base_1%3a8.10+20081107_all.deb : 
cannot access archive: No such file or directory.
--
I can confirm that wherever these files were placed, it was't in 
/var/cache/apt/archives - 
$ find /var/cache/apt/archives
/var/cache/apt/archives
/var/cache/apt/archives/lock
/var/cache/apt/archives/partial


This MAY be in some way related to the state my system has been left in after 
the new kernel install failed (bug 303227).

The attempted recovery also failed:
--
It seems that the recovery has failed. Please fix manually (try dpkg 
--configure -a and/or apt-get -f install) in terminal... 

The error was: 
APT Error. Context:
Running dpkg, 
[ /usr/bin/dpkg, --status-fd, 3, --configure, -a ], 
Sup-process returned error code 1, 
Error processing linux-headers-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-headers-generic : dependency problems - leaving 
unconfigured., 
Error processing linux-image-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-restricted-modules-2.6.27-9-generic : dependency 
problems - leaving unconfigured., 
Error processing linux-image-generic : dependency problems - leaving 
unconfigured.

** Affects: language-pack-kde-en (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kde language pack install fails: cannot access archive
https://bugs.launchpad.net/bugs/303651
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 303651] Re: kde language pack install fails: cannot access archive

2008-11-30 Thread Tony Green

** Attachment added: /var/log/dpkg.log
   http://launchpadlibrarian.net/20070418/dpkg.log

-- 
kde language pack install fails: cannot access archive
https://bugs.launchpad.net/bugs/303651
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 303227] Re: kernel 2.6.27-9 failed to install

2008-11-30 Thread Tony Green
UPDATE
Further investigation reveals:
run-parts: executing /etc/kernel/postinst.d/nvidia-common
run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 10
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-2.6.27-9-generic.postinst line 1002.

as the apparent root of the problem.
# bash -x /etc/kernel/header_postinst.d/nvidia-common
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /etc/kernel/header_postinst.d/nvidia-common
# echo $?
10

As I no longer have an Nvidia card, I ran dpkg -d nvidia-common, which
made no difference so I ran dpkg -P nvidia-common. After which dpkg
--configure -a appears to have worked. Whether or not this will boot
afterwards is now to be tested...

-- 
kernel 2.6.27-9 failed to install
https://bugs.launchpad.net/bugs/303227
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 303651] Re: kde language pack install fails: cannot access archive

2008-11-30 Thread Tony Green
Update:
My guess that this was in some way related to bug 303227 appears to have been 
correct, as now I have managed to get past the other bug, this has now 
installed successfully. Chaging status to invalid.

-- 
kde language pack install fails: cannot access archive
https://bugs.launchpad.net/bugs/303651
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 303227] [NEW] kernel 2.6.27-9 failed to install

2008-11-28 Thread Tony Green
Public bug reported:

Binary package hint: linux-image-2.6.27-9-generic

Attempting to install today's kernel updates via adept, it failed with
the following errors:

Commit failed.
To continue, hit ok and we will try to recover. If you close the application 
now, we will not do anything and you may try to resolve the problem manually.
(If you suspect this is a bug in Adept, please also provide the following 
exception description in the report).

The error was:
APT Error. Context:
Running dpkg, 
[ /usr/bin/dpkg, --status-fd, 3, --configure, linux-image-2.6.27-9-generic, 
linux-restricted-modules-2.6.27-9-generic, libwbclient0, libsmbclient, 
linux-image-generic, linux-restricted-modules-generic, linux-generic, 
linux-headers-2.6.27-9, linux-headers-2.6.27-9-generic, linux-headers-generic, 
samba-common, smbclient, winbind ], 
Sup-process returned error code 1, 
Error processing linux-image-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-restricted-modules-2.6.27-9-generic : dependency 
problems - leaving unconfigured., 
Error processing linux-image-generic : dependency problems - leaving 
unconfigured., 
Error processing linux-restricted-modules-generic : dependency problems - 
leaving unconfigured., 
Error processing linux-generic : dependency problems - leaving 
unconfigured., 
Error processing linux-headers-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-headers-generic : dependency problems - leaving 
unconfigured.

Kubuntu release 8.10, AMD_64

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

-- 
kernel 2.6.27-9 failed to install
https://bugs.launchpad.net/bugs/303227
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 303227] Re: kernel 2.6.27-9 failed to install

2008-11-28 Thread Tony Green

** Attachment added: /var/log/dpkg.log
   http://launchpadlibrarian.net/20033180/dpkg.log

-- 
kernel 2.6.27-9 failed to install
https://bugs.launchpad.net/bugs/303227
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 303227] Re: kernel 2.6.27-9 failed to install

2008-11-28 Thread Tony Green
Additionally, automatic resolution failed.

It seems that the recovery has failed. Please fix manually (try dpkg
--configure -a and/or apt-get -f install) in terminal...

The error was: 
APT Error. Context:
Running dpkg, 
[ /usr/bin/dpkg, --status-fd, 3, --configure, -a ], 
Sup-process returned error code 1, 
Error processing linux-headers-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-headers-generic : dependency problems - leaving 
unconfigured., 
Error processing linux-image-2.6.27-9-generic : subprocess 
post-installation script returned error exit status 2., 
Error processing linux-restricted-modules-2.6.27-9-generic : dependency 
problems - leaving unconfigured., 
Error processing linux-image-generic : dependency problems - leaving 
unconfigured.

Fortunately I'm happy with editing /boot/grub/menu.lst, so I SHOULD be
able to reboot OK.

-- 
kernel 2.6.27-9 failed to install
https://bugs.launchpad.net/bugs/303227
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 299442] [NEW] ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64

2008-11-18 Thread Tony Green
Public bug reported:

Binary package hint: ecryptfs-utils

Kubuntu 8.10

I am trying to follow the instructions at
https://help.ubuntu.com/community/EncryptedPrivateDirectory to set up an
encrypted private directory.

apt-get install ecryptfs-utils installs 53-1ubuntu12. However, the
instructions for configuring to work with password-less logins states
that 53-1ubuntu14 or later is required.

Following the instructions, sudo apt-get update  sudo apt-get
upgrade does not result in any upgrading of this package.

This means I am unable to follow the instructions, as /usr/share
/ecryptfs-utils does not exist (presumably this is a new addition to the
more recent packages) and cannot use an encrypted directory.

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64
https://bugs.launchpad.net/bugs/299442
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 299442] Re: ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64

2008-11-18 Thread Tony Green
In which case, either the instructions for password-less login are also
wrong or there are files missing from the package, as /usr/share
/ecryptfs-utils isn't installed by it.

Either that or I'm cocking-up seriously...

-- 
ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64
https://bugs.launchpad.net/bugs/299442
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 299442] Re: ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64

2008-11-18 Thread Tony Green
Dustin,

It may be that there actually IS a version problem:

$ dpkg -l | grep ecryptfs-utils
ii  ecryptfs-utils53-1ubuntu12  
  ecryptfs cryptographic filesystem (utilities)
$ dpkg -L ecryptfs-utils | grep /usr/share/ecryptfs-utils
$ 

So whereas you're showing 53-1ubuntu13, I only have 53-1ubuntu12 despite
having followed the steps to ensure I had the most up-to-date version
(as I only installed it today, it ought to have been anyway).

Tony

-- 
ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64
https://bugs.launchpad.net/bugs/299442
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 299442] Re: ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64

2008-11-18 Thread Tony Green
That sorted it, thanks both.

Probably worth putting that in the instructions as well to save more bug
reports?

Should I be safe installing the other 69 updates in proposed to a live
system?

Cheers
Tony

-- 
ecryptfs-utils version 53-1ubuntu14 unavailable on AMD-64
https://bugs.launchpad.net/bugs/299442
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 293669] Re: (Kubuntu 8.10) ksystraycmd crashes

2008-11-16 Thread Tony Green
Backtrace attached as requested. It doesn't say much; I hope it's
useful.

Will having the debug version installed have any performance impact on
my  system? (apart from presumably taking up more space). If so, what's
the process to revert safely to the non-debug version.

** Attachment added: gdb trace
   http://launchpadlibrarian.net/19700575/gdb-ksystraycmd.txt

-- 
(Kubuntu 8.10) ksystraycmd crashes
https://bugs.launchpad.net/bugs/293669
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 293669] Re: (Kubuntu 8.10) ksystraycmd crashes

2008-11-16 Thread Tony Green
OOPS! missed a step in the instructions. Another backtrace attached; a
bit bigger this time.

If it's only crashes that will be affected, no problem. It'll be handy
for other bugs anyway.

** Attachment added: gdb-ksystraycmd.txt
   http://launchpadlibrarian.net/19701795/gdb-ksystraycmd.txt

-- 
(Kubuntu 8.10) ksystraycmd crashes
https://bugs.launchpad.net/bugs/293669
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 293066] Re: xgamma no longer works on 8.10

2008-11-06 Thread Tony Green
...but it DOES work now I've managed to get the right ATI driver loaded.
So it looks like the problem may actually lie with the default video
driver that's configured automaticall.

-- 
xgamma no longer works on 8.10
https://bugs.launchpad.net/bugs/293066
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 105454] Re: gtk styles fonts: can't switch back to use another font

2008-11-06 Thread Tony Green
Seems to work OK in Intrepid, so presumably just a Hardy problem.

-- 
gtk styles  fonts: can't switch back to use another font
https://bugs.launchpad.net/bugs/105454
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to gtk-qt-engine in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 188976] Re: ubiquity crashed with OSError in copy_all()

2008-11-06 Thread Tony Green
Successfully installed by not telling the installer about the partitions
I wanted to keep. So then I had to re-edit /etc/fstab to put them back
and delete all the stuff the installer put in the directories I was
going to mount over.

Luckily I know Unix well; this would have defeated a lot of users.

-- 
ubiquity crashed with OSError in copy_all()
https://bugs.launchpad.net/bugs/188976
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 294294] [NEW] showfoto crashes on startup

2008-11-05 Thread Tony Green
Public bug reported:

Binary package hint: showfoto

Attempting to run showfoto, it crashes immediately after showing the
splash screen.

$ showfoto
terminate called after throwing an instance of 'Exiv2::Error'
KCrash: Application 'showfoto' crashing...
KCrash cannot reach kdeinit, launching directly.

KDE 4.1.3
showfoto 0.4.0
Kubuntu 8.10

No useful information on the terminal, so strace attached, along with
the config file it writes before crashing (I tried deleting it first).

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

-- 
showfoto crashes on startup
https://bugs.launchpad.net/bugs/294294
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 294294] Re: showfoto crashes on startup

2008-11-05 Thread Tony Green

** Attachment added: ~/.kde/share/config/showfotorc
   http://launchpadlibrarian.net/19395800/showfotorc

-- 
showfoto crashes on startup
https://bugs.launchpad.net/bugs/294294
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 294294] Re: showfoto crashes on startup

2008-11-05 Thread Tony Green

** Attachment added: showfoto strace
   http://launchpadlibrarian.net/19395839/showphoto.trace

-- 
showfoto crashes on startup
https://bugs.launchpad.net/bugs/294294
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 247329] Re: Cursor settings not globally set

2008-11-04 Thread Tony Green
I am having a similar problem since installing Kubuntu 8.10. The theme of the 
cursor displayed in any position seems to be completely random. 
Annoyingly I can't provide screenshots as ksnapshot doesn't capture the cursor 
and the new installation of the Gimp seems to lack the ability it used to have 
to take screenshots. But a good example can be shown as follows.

Run systemsettings.
Select mouse-cursor theme
Click KDE Classic and then apply
Hover the mouse over any part of the systemsettings window apart from the icon 
preview

The pointer shown to illustrate KDE Classic SHOULD appear, however
instead the pointer shown to illustrate Oxygen White appears instead.

Incidentally, Oxygen White appears twice on the menu; the only
difference being the capitalisation of white.

-- 
Cursor settings not globally set
https://bugs.launchpad.net/bugs/247329
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 293669] [NEW] (Kubuntu 8.10) ksystraycmd crashes

2008-11-04 Thread Tony Green
Public bug reported:

Binary package hint: kdebase-workspace-bin

Kubuntu 8.10 on AMD-64
ksystraycmd --version
Qt: 4.4.3
KDE: 4.1.2 (KDE 4.1.2)
KSysTrayCmd: KSysTrayCmd 0.1

Attempted to launch an application with ksystraycmd. It immediately
crashes.

ksystraycmd xterm
KCrash: Application 'ksystraycmd' crashing...
sock_file=/home/tony/.kde/socket-antwerp/kdeinit4__0

and exits with a return code of 253.
This is consistent and happens every time, whatever command I try to run with 
it.
As there is little to go on from the crash message, I have attached an strace 
for the condition.

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
(Kubuntu 8.10) ksystraycmd crashes
https://bugs.launchpad.net/bugs/293669
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 293669] Re: (Kubuntu 8.10) ksystraycmd crashes

2008-11-04 Thread Tony Green

** Attachment added: strace of failed attempt to run a command with 
ksystraycmd
   http://launchpadlibrarian.net/19342444/strace

-- 
(Kubuntu 8.10) ksystraycmd crashes
https://bugs.launchpad.net/bugs/293669
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


  1   2   >