[Bug 1851925] Re: Fresh install of aptitude is broken - missing dependency?

2019-11-10 Thread NeilGreenwood
That was indeed the problem, which is why i marked this bug as invalid. libsigc++-2.0-0v5 was damaged, along with some other library packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1851925

[Bug 1851926] Re: Fresh install of wireshark is broken - missing dependency?

2019-11-09 Thread NeilGreenwood
neil@sulphur:~$ dpkg --listfiles libdouble-conversion1 /. /usr /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1.0 /usr/share /usr/share/doc /usr/share/doc/libdouble-conversion1 /usr/share/doc/libdouble-conversion1/README

[Bug 1851925] Re: Fresh install of aptitude is broken - missing dependency?

2019-11-09 Thread NeilGreenwood
sudo apt install --reinstall libsigc++-2.0-0v5 this fixed it. Not a problem with aptitude. It seems I have a couple of problems with installed library packages after a fresh install. ** Changed in: aptitude (Ubuntu) Status: New => Invalid -- You received this bug notification because

[Bug 1851926] [NEW] Fresh install of wireshark is broken - missing dependency?

2019-11-09 Thread NeilGreenwood
Public bug reported: neil@sulphur:~$ groups neil adm cdrom sudo dip plugdev lpadmin sambashare wireshark neil@sulphur:~$ sudo apt install wireshark [sudo] password for neil: Reading package lists... Done Building dependency tree Reading state information... Done wireshark is already the

[Bug 1851925] [NEW] Fresh install of aptitude is broken - missing dependency?

2019-11-09 Thread NeilGreenwood
Public bug reported: $ sudo apt install aptitude Reading package lists... Done Building dependency tree Reading state information... Done aptitude is already the newest version (0.8.10-6ubuntu1). 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. $ aptitude aptitude: error

[Bug 1372878] [NEW] lxc-download is missing keyserver option mentioned in usage

2014-09-23 Thread NeilGreenwood
Public bug reported: The lxc-download template is missing the --keyserver option that is mentioned in the usage description. This makes it impossible to use the download template where HKP ports are blocked by my firewall. By implementing this change, I was able to use the template with a

[Bug 1372878] [NEW] lxc-download is missing keyserver option mentioned in usage

2014-09-23 Thread NeilGreenwood
Public bug reported: The lxc-download template is missing the --keyserver option that is mentioned in the usage description. This makes it impossible to use the download template where HKP ports are blocked by my firewall. By implementing this change, I was able to use the template with a

[Bug 1243078] [NEW] Mouse pointer not displayed unless mouse attached

2013-10-22 Thread NeilGreenwood
Public bug reported: I have an Ubuntu machine that is running synergyc. I connect it to a Windows 7 synergy server. After a reboot, there is no mouse pointer displayed when I move the mouse in the appropriate direction from the synergy server. I can see buttons display their mouse-over

Re: [Bug 1217730] Re: lxc-create help text error

2013-09-18 Thread NeilGreenwood
There was an additional change on the same line (removing a letter, patch - path iirc). Did you include that change too? Neil On 18 Sep 2013 20:01, Serge Hallyn 1217...@bugs.launchpad.net wrote: Thanks - the patch looks good. Unfortunately I dragged my feet too long, and we now no longer have

Re: [Bug 1217730] Re: lxc-create help text error

2013-09-18 Thread NeilGreenwood
There was an additional change on the same line (removing a letter, patch - path iirc). Did you include that change too? Neil On 18 Sep 2013 20:01, Serge Hallyn 1217...@bugs.launchpad.net wrote: Thanks - the patch looks good. Unfortunately I dragged my feet too long, and we now no longer have

[Bug 1217730] Re: lxc-create help text error

2013-09-05 Thread NeilGreenwood
Here's my patch for raring. I built the 64-bit debs and installed them in a chroot, everything looks fine. I built the 32-bit debs in a 32-bit chroot and installed them, and they look good too. ** Attachment added: 0016-fix-lxc-create-help-text

[Bug 1217730] Re: lxc-create help text error

2013-09-05 Thread NeilGreenwood
Here's my patch for raring. I built the 64-bit debs and installed them in a chroot, everything looks fine. I built the 32-bit debs in a 32-bit chroot and installed them, and they look good too. ** Attachment added: 0016-fix-lxc-create-help-text

Re: [Bug 1217730] [NEW] lxc-create help text error

2013-08-30 Thread NeilGreenwood
Thanks Serge, that was exactly the help I was wanting. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1217730 Title: lxc-create help text error To manage notifications about this bug

Re: [Bug 1217730] [NEW] lxc-create help text error

2013-08-30 Thread NeilGreenwood
Thanks Serge, that was exactly the help I was wanting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1217730 Title: lxc-create help text error To manage notifications about this bug go to:

[Bug 1217730] [NEW] lxc-create help text error

2013-08-28 Thread NeilGreenwood
Public bug reported: There is a typo in the output of lxc-create --help specifically the --lxcpath line has 2 issues: 1 It should start -P, --lxcpath 2 It says patch instead of path $ lxc-create --help usage: lxc-create -n NAME [-f CONFIG_FILE] [-t TEMPLATE] [FS_OPTIONS] -- [-P

[Bug 1217730] [NEW] lxc-create help text error

2013-08-28 Thread NeilGreenwood
Public bug reported: There is a typo in the output of lxc-create --help specifically the --lxcpath line has 2 issues: 1 It should start -P, --lxcpath 2 It says patch instead of path $ lxc-create --help usage: lxc-create -n NAME [-f CONFIG_FILE] [-t TEMPLATE] [FS_OPTIONS] -- [-P

[Bug 1217732] [NEW] du has --summarise option in en_GB locale, which doesn't work

2013-08-28 Thread NeilGreenwood
Public bug reported: $ du --summari --summarise --summarize $ du --summarise du: unrecognised option '--summarise' Try 'du --help' for more information. $ locale LANG=en_GB.UTF-8 LANGUAGE=en_GB:en LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8

[Bug 1217732] Re: du has --summarise option in en_GB locale, which doesn't work

2013-08-28 Thread NeilGreenwood
** Description changed: - $ du --summari - --summarise --summarize + $ du --summariTab + --summarise --summarize $ du --summarise du: unrecognised option '--summarise' Try 'du --help' for more information. $ locale LANG=en_GB.UTF-8 LANGUAGE=en_GB:en LC_CTYPE=en_GB.UTF-8

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-07-05 Thread NeilGreenwood
neil@nbg-desktop:~$ apt-cache policy lxc lxc: Installed: 0.9.0-0ubuntu3.3 Candidate: 0.9.0-0ubuntu3.4 Version table: 0.9.0-0ubuntu3.4 0 500 http://gb.archive.ubuntu.com/ubuntu/ raring-proposed/universe amd64 Packages *** 0.9.0-0ubuntu3.3 0 500

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-07-05 Thread NeilGreenwood
The following command has done the trick: sudo aptitude install lxc python3-lxc I confirm that 0.9.0-0ubuntu3.4 has fixed the problem on raring. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-07-05 Thread NeilGreenwood
neil@nbg-desktop:~$ apt-cache policy lxc lxc: Installed: 0.9.0-0ubuntu3.3 Candidate: 0.9.0-0ubuntu3.4 Version table: 0.9.0-0ubuntu3.4 0 500 http://gb.archive.ubuntu.com/ubuntu/ raring-proposed/universe amd64 Packages *** 0.9.0-0ubuntu3.3 0 500

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-07-05 Thread NeilGreenwood
The following command has done the trick: sudo aptitude install lxc python3-lxc I confirm that 0.9.0-0ubuntu3.4 has fixed the problem on raring. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu

[Bug 739262] Re: libproxy systematically reports the http proxy for all protocols

2013-07-01 Thread NeilGreenwood
I'm seeing the correct behaviour on raring, Ubuntu 13.04 64-bit: $ proxy http://www.ubuntu.com http://localhost:8080 $ proxy ftp://ftp.ubuntu.com direct:// $ gsettings list-recursively org.gnome.system.proxy org.gnome.system.proxy autoconfig-url '' org.gnome.system.proxy ignore-hosts

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-06-28 Thread NeilGreenwood
Is this going to be back-ported to raring? If not, is there an alternative command I can use on the raring version to do a similar thing to: lxc-execute --name test /bin/bash -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-06-28 Thread NeilGreenwood
Sorry, I should have said: I confirm the fix works for me on saucy. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1188501 Title: lxc-execute fails to start container without rootfs

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-06-28 Thread NeilGreenwood
Is this going to be back-ported to raring? If not, is there an alternative command I can use on the raring version to do a similar thing to: lxc-execute --name test /bin/bash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1188501] Re: lxc-execute fails to start container without rootfs

2013-06-28 Thread NeilGreenwood
Sorry, I should have said: I confirm the fix works for me on saucy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1188501 Title: lxc-execute fails to start container without rootfs To manage

[Bug 739286] Re: libproxy crashes with pac

2013-06-28 Thread NeilGreenwood
** Changed in: libproxy (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739286 Title: libproxy crashes with pac To manage notifications about this bug go to:

[Bug 739286] Re: libproxy crashes with pac

2013-06-28 Thread NeilGreenwood
I don't see this on raring. Is it still a problem, or has it been fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739286 Title: libproxy crashes with pac To manage notifications about this

[Bug 1175479] Re: Using PAC file does not set http_proxy env variable

2013-06-26 Thread NeilGreenwood
Thanks for the reply. I am not positive that it should set the http_proxy environment variable, but I am definitely seeing applications not seeming to use the PAC file when trying to connect to the internet. I've downloaded the source for libproxy, but I can't really see how the tests work in

[Bug 1191784] Re: rhythmbox playback stops after dragging song-position slider

2013-06-20 Thread NeilGreenwood
Also happens when using the Back/Forward buttons. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191784 Title: rhythmbox playback stops after dragging song-position slider To manage notifications

[Bug 1191784] [NEW] rhythmbox playback stops after dragging song-position slider

2013-06-17 Thread NeilGreenwood
Public bug reported: Not sure this is a gstreamer problem, but that was chosen by ubuntu-bug. Steps to reproduce: 1. I have a play queue set up. 2. While playing a song, I use the song-position slider to move within the track. 3. That track finishes playing, and the next track is selected. 4.

[Bug 1188501] [NEW] lxc-execute fails to start container without rootfs

2013-06-07 Thread NeilGreenwood
Public bug reported: I get the following output when trying to start a container just running bash as an app: $ sudo lxc-execute --name test /bin/bash lxc-execute: Permission denied - failed to change apparmor profile to lxc-container-default lxc-execute: invalid sequence number 1. expected 4

[Bug 993706] Re: Fix lxc-execute without rootfs failing apparmor transitions

2013-06-07 Thread NeilGreenwood
Raised https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1188501 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/993706 Title: Fix lxc-execute without rootfs failing apparmor

[Bug 1188501] [NEW] lxc-execute fails to start container without rootfs

2013-06-07 Thread NeilGreenwood
Public bug reported: I get the following output when trying to start a container just running bash as an app: $ sudo lxc-execute --name test /bin/bash lxc-execute: Permission denied - failed to change apparmor profile to lxc-container-default lxc-execute: invalid sequence number 1. expected 4

[Bug 993706] Re: Fix lxc-execute without rootfs failing apparmor transitions

2013-06-07 Thread NeilGreenwood
Raised https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1188501 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993706 Title: Fix lxc-execute without rootfs failing apparmor transitions To manage

[Bug 993706] Re: Fix lxc-execute without rootfs failing apparmor transitions

2013-06-05 Thread NeilGreenwood
I guess given the release date that this fix is in Raring? Should I raise a new bug since I'm getting a similar error in Raring? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/993706

[Bug 993706] Re: Fix lxc-execute without rootfs failing apparmor transitions

2013-06-05 Thread NeilGreenwood
I guess given the release date that this fix is in Raring? Should I raise a new bug since I'm getting a similar error in Raring? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993706 Title: Fix

[Bug 1175479] [NEW] Using PAC file does not set http_proxy env variable

2013-05-02 Thread NeilGreenwood
Public bug reported: I have a moderately complicated (66 line) PAC file, configured in the Network Settings applet using the automatic method with a HTTP URL. I've seen the same/similar behaviour on previous versions of Ubuntu. This doesn't set the http_proxy environment variable, so I am unable

[Bug 1175479] Re: Using PAC file does not set http_proxy env variable

2013-05-02 Thread NeilGreenwood
I've just found that the file is served from the URL as MIME type text/plain. Would this affect things? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175479 Title: Using PAC file does not set

[Bug 1102940] [NEW] oneconf-query crashed with ImportError in /usr/bin/oneconf-query: No module named oneconf.version

2013-01-22 Thread NeilGreenwood
*** This bug is a duplicate of bug 1102715 *** https://bugs.launchpad.net/bugs/1102715 Public bug reported: Possibly an intermittent issue because oneconf-common wasn't upgraded while python3-oneconf and oneconf were trying to upgrade. I've re-run apt-get update and apt-get upgrade now.

[Bug 1088252] Re: bzr-dbus uses deprecated GObject.MainLoop

2013-01-08 Thread NeilGreenwood
I wonder if this is a duplicate of #1095884, which seems to already have a fix committed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1088252 Title: bzr-dbus uses deprecated GObject.MainLoop To

[Bug 1083998] [NEW] Choosing nvidia proprietary driver fails when module is blacklisted

2012-11-28 Thread NeilGreenwood
Public bug reported: I chose to use the NVidia driver (nvidia-current) in the Additional Drivers tab of the software sources (which I'm guessing is still provided by jockey - if not, the package is wrong for this bug). This installed the driver, I rebooted and got the lightdm login screen. After

[Bug 1035940] Re: package language-pack-gnome-en-base 1:12.04+20120508 failed to install/upgrade: unable to stat `./usr/share/locale-langpack/en@shaw/LC_MESSAGES/mousetweaks.mo' (which I was about to

2012-08-20 Thread NeilGreenwood
Filesystem error was causing the I/O error while trying to stat() the file mentioned in the error message. ** Changed in: language-pack-gnome-en-base (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1035940] [NEW] package language-pack-gnome-en-base 1:12.04+20120508 failed to install/upgrade: unable to stat `./usr/share/locale-langpack/en@shaw/LC_MESSAGES/mousetweaks.mo' (which I was about t

2012-08-12 Thread NeilGreenwood
Public bug reported: Package upgrade failed. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: language-pack-gnome-en-base 1:12.04+20120508 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 Uname: Linux 3.2.0-29-generic x86_64 ApportVersion: 2.0.1-0ubuntu12 AptOrdering:

[Bug 1035940] Re: package language-pack-gnome-en-base 1:12.04+20120508 failed to install/upgrade: unable to stat `./usr/share/locale-langpack/en@shaw/LC_MESSAGES/mousetweaks.mo' (which I was about to

2012-08-12 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035940 Title: package language-pack-gnome-en-base 1:12.04+20120508 failed to install/upgrade: unable to stat `./usr/share/locale-

[Bug 978604] Re: Banshee/Rhythmbox regularly stop playing audio when left on in the background

2012-07-10 Thread NeilGreenwood
I've found that using the cursor keys on the track progress slider (or dragging the slider a little) often starts the track playing again, but then audio often (but not every time) drops out at about 11 seconds in. It can be restored by moving the slider back a little again. Normally the rest of

[Bug 982956] Re: HUD won't show main window menu options when a chat window has focus

2012-05-08 Thread NeilGreenwood
My steps to reproduce: Open Empathy Contact List (click Chat on messaging menu) Open a Conversation window to one of my contacts Press Alt key to open the HUD Type Pref Multiple entries are displayed, none of which are the Edit Preferences option for the Empathy preferences. It doesn't matter

[Bug 982956] Re: HUD won't show main window menu options when a chat window has focus

2012-05-08 Thread NeilGreenwood
The same list of options are displayed in the HUD if I open Empathy from Dash and perform the other 3 steps from comment #5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982956 Title: HUD won't

[Bug 982956] [NEW] HUD won't show main window menu options when a chat window has focus

2012-04-16 Thread NeilGreenwood
Public bug reported: I had the Empathy main window (with the list of contacts) open but not focussed, and was in a chat window. I showed the HUD to try to change the theme, but neither theme nor preferences brought up the main Empathy window's menu list. I ended up with the Preferences from an

[Bug 982956] Re: HUD won't show main window menu options when a chat window has focus

2012-04-16 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982956 Title: HUD won't show main window menu options when a chat window has focus To manage notifications about this bug go to:

[Bug 982954] [NEW] launcher intermittently doesn't appear when auto-hide is on

2012-04-16 Thread NeilGreenwood
Public bug reported: I have a single monitor setup, with the launcher set to auto-hide. I've left the sensitivity at the default value. I have sticky edges switched on too. Occasionally when I try to show the launcher with the mouse, it won't pop out. I see the shadow appear, so maybe it's

[Bug 982954] Re: launcher intermittently doesn't appear when auto-hide is on

2012-04-16 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982954 Title: launcher intermittently doesn't appear when auto-hide is on To manage notifications about this bug go to:

[Bug 973239] Re: nautilus-scripts-manager crashed with SIGSEGV in gdk_window_enable_synchronized_configure()

2012-04-04 Thread NeilGreenwood
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973239 Title: nautilus-scripts-manager crashed with SIGSEGV in gdk_window_enable_synchronized_configure() To manage

[Bug 963086] [NEW] Software catalog complains about kde-telepathy-send-file desktop file.

2012-03-23 Thread NeilGreenwood
Public bug reported: I received the following message while updating using aptitude safe- update: WARNING:softwarecenter.db.update:The file: '/usr/share/app- install/desktop/kde-telepathy-send-file:kde4__ktp-send-file.desktop' could not be read correctly. The application associated with this

[Bug 959396] Re: linphone-3 crashed with SIGABRT in raise()

2012-03-19 Thread NeilGreenwood
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959396 Title: linphone-3 crashed with SIGABRT in raise() To manage notifications about this bug go to:

[Bug 925483] [NEW] Software catalog complains about deja-dup.desktop file on upgrade

2012-02-02 Thread NeilGreenwood
Public bug reported: When doing a 'safe-upgrade' in the terminal, I saw the following message repeated more than once: Updating software catalog...this may take a moment. WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop/deja-dup:deja-dup-ccpanel.desktop' could not be

[Bug 925483] Re: Software catalog complains about deja-dup.desktop file on upgrade

2012-02-02 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925483 Title: Software catalog complains about deja-dup.desktop file on upgrade To manage notifications about this bug go to:

[Bug 925483] Re: Software catalog complains about deja-dup.desktop file on upgrade

2012-02-02 Thread NeilGreenwood
** Attachment added: The file that was mentioned in the error message. https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/925483/+attachment/2707825/+files/deja-dup%3Adeja-dup-ccpanel.desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 920362] [NEW] Package won't install behind proxy server

2012-01-23 Thread NeilGreenwood
Public bug reported: I'm updating this morning using aptitude, and geoip-database-contrib is trying to install itself. However, I see the following in the console: Downloading http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz --2012-01-23 09:42:57--

[Bug 920362] Re: Package won't install behind proxy server

2012-01-23 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920362 Title: Package won't install behind proxy server To manage notifications about this bug go to:

[Bug 914642] Re: libvirtd crashed with SIGSEGV in p11_kit_initialize_registered()

2012-01-11 Thread NeilGreenwood
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914642 Title: libvirtd crashed with SIGSEGV in lookup_or_create_bucket() To manage notifications about this bug go

[Bug 911155] [NEW] Etckeeper should not complain about hardlinked files when using bzr VCS

2012-01-03 Thread NeilGreenwood
Public bug reported: bzr VCS handles hardlinked files, e.g. the checkout command has an option to create hardlinks. The warning message in pre-commit should no longer complain about hardlinked files when using bzr as VCS. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: etckeeper

[Bug 911155] Re: Etckeeper should not complain about hardlinked files when using bzr VCS

2012-01-03 Thread NeilGreenwood
** Patch added: Suggested changes to pre-commit warning script https://bugs.launchpad.net/bugs/911155/+attachment/2655114/+files/patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to etckeeper in Ubuntu.

[Bug 911155] [NEW] Etckeeper should not complain about hardlinked files when using bzr VCS

2012-01-03 Thread NeilGreenwood
Public bug reported: bzr VCS handles hardlinked files, e.g. the checkout command has an option to create hardlinks. The warning message in pre-commit should no longer complain about hardlinked files when using bzr as VCS. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: etckeeper

[Bug 911155] Re: Etckeeper should not complain about hardlinked files when using bzr VCS

2012-01-03 Thread NeilGreenwood
** Patch added: Suggested changes to pre-commit warning script https://bugs.launchpad.net/bugs/911155/+attachment/2655114/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/911155 Title:

[Bug 911191] [NEW] Package incorrectly puts bash_completion files in /etc/etc subdirectory

2012-01-03 Thread NeilGreenwood
Public bug reported: The bash_completion helper files are incorrectly put into /etc/etc/bash_completion.d, instead of /etc/bash_completion.d. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: libglib2.0-bin 2.30.0-0ubuntu4 ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9 Uname: Linux

[Bug 911191] Re: Package incorrectly puts bash_completion files in /etc/etc subdirectory

2012-01-03 Thread NeilGreenwood
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/911191 Title: Package incorrectly puts bash_completion files in /etc/etc subdirectory To manage notifications about this bug go to:

[Bug 903696] Re: bzr-notify crashed with SIGSEGV in g_return_if_fail_warning()

2011-12-21 Thread NeilGreenwood
It's also not related to gnome-shell, since I'm using Unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/903696 Title: bzr-notify crashed with SIGSEGV in g_return_if_fail_warning() To manage

[Bug 903596] Re: synergyc assert failure: synergyc: /build/buildd/synergy-1.3.7/src/lib/arch/CArchMultithreadPosix.cpp:289: virtual void CArchMultithreadPosix::closeMutex(CArchMutex): Assertion `statu

2011-12-13 Thread NeilGreenwood
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/903596 Title: synergyc assert failure: synergyc:

[Bug 901131] Re: glib-pacrunner crashed with SIGSEGV in px_proxy_factory_get_proxies()

2011-12-07 Thread NeilGreenwood
** Visibility changed to: Public ** Description changed: - I think this was caused when trying to update my password in Empathy - (I'd changed it on another machine) and connect to the GTalk account. + I think this was caused when trying to update my password in Empathy (I'd changed it on

[Bug 863268] Re: synergyc assert failure: synergyc: /build/buildd/synergy-1.3.6/lib/arch/CArchMultithreadPosix.cpp:289: virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `stat

2011-09-30 Thread NeilGreenwood
*** This bug is a duplicate of bug 746995 *** https://bugs.launchpad.net/bugs/746995 I can't comment or view the duplicate, since it's a private bug! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 464492] Re: bzr crashed with IOError in callHandlers()

2011-06-17 Thread NeilGreenwood
Not directly. I was running diffuse and the Software Centre, when apport popped up in the status area. I've not seen it since, but I've not run diffuse much, and I've upgraded a couple of times since. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 385102] Re: Desktop is exposed from under screen lock after an Update Manager popup

2011-02-19 Thread NeilGreenwood
I'm running Ubuntu 10.10, upgraded from 10.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/385102 Title: Desktop is exposed from under screen lock after an Update Manager popup -- ubuntu-bugs

[Bug 385102] Re: Desktop is exposed from under screen lock after an Update Manager popup

2011-02-18 Thread NeilGreenwood
Yes, I saw this about a month ago. ** Changed in: gnome-screensaver (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/385102 Title: Desktop is exposed

Re: [Bug 349767] Re: external USB hard drive disconnects

2011-02-04 Thread NeilGreenwood
I found yesterday that I could log out then unplug/plug the drive after it disconnected. Bit quicker than rebooting. Sent from my iPod On 4 Feb 2011, at 00:33, Budoc 349...@bugs.launchpad.net wrote: My drive disconnected earlier as I was playing music off of it with mpd, and would not

[Bug 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-12-01 Thread NeilGreenwood
I had this same problem. kvm-ok was reporting success, but the VM creation was still failing. I had to power off the server after changing the BIOS in order for the 'hvm' type to be valid. -- libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

[Bug 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-12-01 Thread NeilGreenwood
I had this same problem. kvm-ok was reporting success, but the VM creation was still failing. I had to power off the server after changing the BIOS in order for the 'hvm' type to be valid. -- libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

[Bug 664563] [NEW] qRFCView should display GZipped files correctly

2010-10-21 Thread NeilGreenwood
Public bug reported: Binary package hint: qrfcview The packages containing RFCs in the repositories install GZipped text files. qRFCView displays binary data when selecting these files. It would be much more useful if the app would uncompress the file automatically (either using the file

[Bug 664563] Re: qRFCView should display GZipped files correctly

2010-10-21 Thread NeilGreenwood
-- qRFCView should display GZipped files correctly https://bugs.launchpad.net/bugs/664563 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

[Bug 628840] [NEW] Typo in firefox password preferences

2010-09-02 Thread NeilGreenwood
Public bug reported: Binary package hint: language-pack-cy Firefox preferences, security tab. Exceptions button for passwords is translated as eithiadau instead of eithriadau. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: language-pack-cy 1:10.04+20100714 ProcVersionSignature: Ubuntu

[Bug 628840] Re: Typo in firefox password preferences

2010-09-02 Thread NeilGreenwood
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/628840/+attachment/1537340/+files/Dependencies.txt -- Typo in firefox password preferences https://bugs.launchpad.net/bugs/628840 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 554375] Re: clicking on rhythmbox icon does nothing

2010-07-29 Thread NeilGreenwood
On 26 July 2010 00:45, Stephen Rees-Carter ubu...@valorin.net wrote: I am running 10.04.1 i386, fully updated, with lucid-proposed and still experience this issue. I notice that it happens every time I run Rhythmbox, and as it starts minimized I need to run it again before the window will

[Bug 570553] Re: Backups filter hides too many files

2010-07-23 Thread NeilGreenwood
This bug is not present in the latest upstream version, 1.3.2. -- Backups filter hides too many files https://bugs.launchpad.net/bugs/570553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 554375] Re: clicking on rhythmbox icon does nothing

2010-07-23 Thread NeilGreenwood
I've installed the lucid-proposed versions of libdbusmenu-glib1 and libdbusmenu-gtk1. It seems to be better, but I need to do more testing before I can confirm this bug is fixed. -- clicking on rhythmbox icon does nothing https://bugs.launchpad.net/bugs/554375 You received this bug notification

[Bug 177965] Re: Multiple Song Properties update problem

2010-07-19 Thread NeilGreenwood
** Changed in: rhythmbox (Ubuntu) Status: Invalid = New -- Multiple Song Properties update problem https://bugs.launchpad.net/bugs/177965 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 177965] Re: Multiple Song Properties update problem

2010-07-19 Thread NeilGreenwood
Steps to reproduce: 1. select multiple songs in rhythmbox browser (not sure if it's important, but one of those selected was playing at the time) 2. right click and choose properties 3. change the Genre field 4. click OK button 5. multiple error dialogs appear. I had 5 in total (for 15 songs

[Bug 177965] Re: Multiple Song Properties update problem

2010-07-19 Thread NeilGreenwood
I forgot to say, I had to force-quit rhythmbox after the errors appeared. Rhythmbox showed the same 5 error dialogs again when I restarted it. The first error message mentioned an internal stream problem (I wish I'd taken a screenshot now). -- Multiple Song Properties update problem

[Bug 570553] Re: Backups filter hides too many files

2010-07-09 Thread NeilGreenwood
** Bug watch added: GNOME Bug Tracker #623942 https://bugzilla.gnome.org/show_bug.cgi?id=623942 ** Also affects: meld via https://bugzilla.gnome.org/show_bug.cgi?id=623942 Importance: Unknown Status: Unknown -- Backups filter hides too many files

[Bug 576309] Re: usb-creator does not support block sectors larger than 512 bytes, provides inaccurate error

2010-06-18 Thread NeilGreenwood
I have a Flash/USB stick with 2k sectors, so I can test any changes. I'd need help to know where to start to make changes though. Interestingly, unetbootin wrote the image to the USB stick, but it wouldn't boot correctly afterwards. -- usb-creator does not support block sectors larger than 512

[Bug 594488] Re: package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy

2010-06-15 Thread NeilGreenwood
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50359695/Dependencies.txt -- package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy https://bugs.launchpad.net/bugs/594488 You received this bug notification because you are a member of

[Bug 594488] [NEW] package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy

2010-06-15 Thread NeilGreenwood
Public bug reported: Binary package hint: flashplugin-nonfree I noticed Flash wasn't working in Firefox after installing updates. I typed sudo dpkg-reconfigure flashplugin-installer in a terminal. It then tried to download

[Bug 572279] Re: getpwuid_r(): failed due to unknown user id (0)

2010-06-03 Thread NeilGreenwood
*** This bug is a duplicate of bug 532984 *** https://bugs.launchpad.net/bugs/532984 ** This bug has been marked a duplicate of bug 532984 Ubuntu 10.04 Alpha 3 won't boot on HP Compaq Pentium 4; displays an irrelevant Glib warning on the console -- getpwuid_r(): failed due to unknown

[Bug 570553] Re: Backups filter hides too many files

2010-05-20 Thread NeilGreenwood
So how would I pass this defect upstream? Which page on the wiki has the instructions? -- Backups filter hides too many files https://bugs.launchpad.net/bugs/570553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 576309] [NEW] Wrong error message for failed creation

2010-05-06 Thread NeilGreenwood
Public bug reported: Binary package hint: usb-creator I have a USB stick that uses a 2048-byte sector size. usb-creator fails with a 'Failed to install bootloader' error, although that's not the issue reported in .usbcreator.log: 'USBCreatorProcessException: syslinux: only 512-byte sectors are

[Bug 576309] Re: Wrong error message for failed creation

2010-05-06 Thread NeilGreenwood
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47921243/Dependencies.txt ** Attachment added: UsbCreatorLog.txt http://launchpadlibrarian.net/47921244/UsbCreatorLog.txt ** Attachment added: UsbDevices.txt http://launchpadlibrarian.net/47921245/UsbDevices.txt --

[Bug 576312] [NEW] Usb-creator should support 2048-byte sectors

2010-05-06 Thread NeilGreenwood
Public bug reported: Binary package hint: usb-creator Hard disks are now moving to 2048-byte sectors - it seems likely that USB keys will do the same. At the moment, usb-creator does not support anything other than 512-byte sectors. ** Affects: usb-creator (Ubuntu) Importance: Undecided

[Bug 576312] Re: Usb-creator should support 2048-byte sectors

2010-05-06 Thread NeilGreenwood
$ uname -a Linux xx0903000376 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux $ usb-creator-gtk --version 0.2.22 $ sudo lsusb -v -d 1976:6025 lsusb.txt ** Attachment added: lsusb output for USB stick http://launchpadlibrarian.net/47921816/lsusb.txt --

[Bug 571161] [NEW] Preferences dialog hangs after exception

2010-04-28 Thread NeilGreenwood
Public bug reported: Binary package hint: ubuntuone-client-gnome U1 preferences dialog hangs after opening. I ran it in the terminal and saw the following exception: $ ubuntuone-preferences Exception in thread Thread-4: Traceback (most recent call last): File /usr/lib/python2.6/threading.py,

[Bug 571161] Re: Preferences dialog hangs after exception

2010-04-28 Thread NeilGreenwood
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/45930987/Dependencies.txt ** Attachment added: UbuntuOneClientPackages.txt http://launchpadlibrarian.net/45930988/UbuntuOneClientPackages.txt ** Attachment added: UbuntuOneOAuthLoginLog.txt

  1   2   >