[Bug 428309] Re: RAOP devices are not recognised

2009-11-18 Thread Philip Peitsch
Hi Dominic, This functionality now works. I did have zeroconf installed at the time as I was sharing sound between other pulseaudio server :) I am suspecting that this may have been exacerbated by potential router issues that was essentially screwing up the IP assignment. Maybe the other

[Bug 458054] Re: dvd playback does not play the dialog audio track

2009-11-22 Thread Philip Peitsch
Hi Remi, I am going to leave this invalid against VLC simply because it is clear I'm wasting your time trying to get any assistance with this. If you actually look at the screenshots I have attached you will notice that in fact the correct audio tracks are selected ;-)... so your answer is very

[Bug 458054] Re: dvd playback does not play the dialog audio track

2009-11-22 Thread Philip Peitsch
Another quick update, an audiophile friend has suggested it may be an issue with how pulseaudio is routing my audio. Apparently much of the main dialog comes through the centre channel on a 5.1 surround system, while the ambiance comes through the others. Mplayer appears to have surround sound

[Bug 493130] [NEW] Quickly prevents creating a project with a - in the name

2009-12-06 Thread Philip Peitsch
Public bug reported: Binary package hint: quickly Attempting to create a quickly project with a - in the name is disallowed. I'm wondering why this is the case, as launchpad/bzr/etc. seem to allow creation of a project name such as this. ** Affects: quickly (Ubuntu) Importance: Undecided

[Bug 493137] [NEW] Example PreferencesDialog.py includes the desktopcouch _rev number in the record preventing multiple update_field calls

2009-12-06 Thread Philip Peitsch
Public bug reported: Binary package hint: quickly If __save_preferences is called multiple times in the example preferences dialog, the second call will hang indefinitely. This appears to be because the the record retrieved contains the _rev number of the row. I've added a patch that removes

[Bug 493137] Re: Example PreferencesDialog.py includes the desktopcouch _rev number in the record preventing multiple update_field calls

2009-12-06 Thread Philip Peitsch
** Attachment added: Preferencescamel_case_nameDialog.py.patch http://launchpadlibrarian.net/36497594/Preferencescamel_case_nameDialog.py.patch ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36497596/Dependencies.txt ** Attachment added: XsessionErrors.txt

[Bug 493137] Re: Example PreferencesDialog.py includes the desktopcouch _rev number in the record preventing multiple update_field calls

2009-12-06 Thread Philip Peitsch
Quick example script showing the problem. Uncommenting the del will cause the script to work correctly ** Attachment added: simplecouch-test.py http://launchpadlibrarian.net/36497619/simplecouch-test.py -- Example PreferencesDialog.py includes the desktopcouch _rev number in the record

[Bug 500316] [NEW] Needs support for apport hooks and config

2009-12-25 Thread Philip Peitsch
Public bug reported: Binary package hint: python-distutils-extra I'm writing a custom app, and want to make use of the apport bug reporting system (https://wiki.ubuntu.com/Apport and https://wiki.ubuntu.com/Apport/DeveloperHowTo) to allow users to log bugs directly to launchpad using the

[Bug 500316] Re: Needs support for apport hooks and config

2009-12-25 Thread Philip Peitsch
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37182127/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/37182128/XsessionErrors.txt -- Needs support for apport hooks and config https://bugs.launchpad.net/bugs/500316 You received

[Bug 500316] Re: Needs support for apport hooks and config

2009-12-25 Thread Philip Peitsch
I've started hacking on a patch for this feature, as it is something one of my projects is waiting on. I'll try and submit it for review in the next little while :) -- Needs support for apport hooks and config https://bugs.launchpad.net/bugs/500316 You received this bug notification because you

[Bug 500316] Re: Needs support for apport hooks and config

2009-12-25 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/python-distutils-extra/apport- support -- Needs support for apport hooks and config https://bugs.launchpad.net/bugs/500316 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 500316] Re: Needs support for apport hooks and config

2009-12-25 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/python-distutils-extra/apport- support -- Needs support for apport hooks and config https://bugs.launchpad.net/bugs/500316 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 493130] Re: Quickly prevents creating a project with a - in the name

2009-12-19 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/+junk/quickly-dashednames -- Quickly prevents creating a project with a - in the name https://bugs.launchpad.net/bugs/493130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 493130] Re: Quickly prevents creating a project with a - in the name

2009-12-19 Thread Philip Peitsch
** Branch linked: lp:~philip-peitsch/quickly/dashed-names-support -- Quickly prevents creating a project with a - in the name https://bugs.launchpad.net/bugs/493130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 493130] Re: Quickly prevents creating a project with a - in the name

2009-12-19 Thread Philip Peitsch
Hey... That failure has me puzzled! I've just pushed a branch up here with the changes, and proposed it for a merge: https://code.launchpad.net/~philip-peitsch/quickly/dashed-names-support I've tried rebuilding and running exactly what you did, but mine appears to work properly. Creating

[Bug 493130] Re: Quickly prevents creating a project with a - in the name

2009-12-19 Thread Philip Peitsch
ok. Exact commands were: bzr branch lp:quickly cd quickly bzr merge lp:~philip-peitsch/quickly/dashed-names-support I then overrode the path so it used the freshly branched quickly and created a test project which worked (called My-Project). Give the merge another attempt and see if maybe it works

[Bug 497688] [NEW] having project_path_not_found show the path it failed to find would ease debug

2009-12-17 Thread Philip Peitsch
Public bug reported: Binary package hint: quickly The project_path_not_found exception is thrown when the data path is not found for a quickly project. Unfortunately, this does not include any data about the path it was attempting to search for, which can make debugging a deployed instance

[Bug 497688] Re: having project_path_not_found show the path it failed to find would ease debug

2009-12-17 Thread Philip Peitsch
** Attachment added: quickly-configpathexception.patch http://launchpadlibrarian.net/36898668/quickly-configpathexception.patch ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36898670/Dependencies.txt ** Attachment added: XsessionErrors.txt

[Bug 497688] Re: having project_path_not_found show the path it failed to find would ease debug

2009-12-17 Thread Philip Peitsch
Hi Didier, I am still a little confused sorry :) Inside the project_nameconfig.py file, there is a function called getdatapath(). From my reading, the purpose is to get the absolute path to the data folder (that holds media etc.). The bottom half of this looks like: abs_data_path =

[Bug 493130] Re: Quickly prevents creating a project with a - in the name

2009-12-18 Thread Philip Peitsch
Here is a patch to address this issue. The patch itself is quite large, but most of the content is in the po files. The overall approach to fix this was to introduce another variable called python_module. This is used in place of project_name in all the relevant python files and python file

[Bug 482913] [NEW] python-feedparser not being detected

2009-11-14 Thread Philip Peitsch
-peitsch/+junk/hudson-notifier (bzr branch lp:~philip-peitsch/+junk/hudson-notifier). I'm just running quickly package from the root directory. ** Affects: quickly (Ubuntu) Importance: Undecided Status: New -- python-feedparser not being detected https://bugs.launchpad.net/bugs/482913

[Bug 482915] [NEW] Quickly should warn or display obvious errors if a python module is not found

2009-11-14 Thread Philip Peitsch
Public bug reported: Binary package hint: quickly This is related to bug 482913. It would be nice if quickly made a bigger deal about python modules not being found. Currently it will happily upload the package to a ppa, in spite of the fact the package is essentially broken upon installation

[Bug 483046] Re: The Description control key in debian/control file is not properly updated after the initial run

2009-11-15 Thread Philip Peitsch
** Attachment added: python-mkdebian.patch http://launchpadlibrarian.net/35716077/python-mkdebian.patch ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35716078/Dependencies.txt ** Attachment added: XsessionErrors.txt

[Bug 483046] [NEW] The Description control key in debian/control file is not updated after the initial run

2009-11-15 Thread Philip Peitsch
Public bug reported: Binary package hint: quickly After initially running quickly package, the description in the debian/control is not updated on subsequent runs, even if it changes in the setup.py file. I've made a some-what hacky patch to force an update if the Description in the file is

[Bug 458054] Re: dvd playback does not play the dialog audio track

2009-11-23 Thread Philip Peitsch
I can confirm that it was definitely related to my sound setup. As said previously, MPlayer doesn't use surround by default, whereas VLC and totem do, sending the audio through the centre channel. ** Changed in: totem Status: New = Invalid ** Changed in: libdvdnav (Ubuntu) Status:

[Bug 446093] Re: nm-applet loaded, but icon not visible (karmic)

2009-11-05 Thread Philip Peitsch
emilio... I found that exiting nm-applet (not network manager) and restarting that helped. Can you check your ~/.config/autostart folder and see if there is a link to nm-applet or network manager in there? To me the problem almost seemed to be caused by nm-applet attempting to start up multiple

[Bug 829772] [NEW] package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-08-19 Thread Philip Peitsch
Public bug reported: This error occurred during an update to Oneric ProblemType: Package DistroRelease: Ubuntu 11.10 Package: flashplugin-installer 10.3.183.4ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4 Uname: Linux 2.6.38-9-generic x86_64 NonfreeKernelModules: nvidia

[Bug 829772] Re: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-08-19 Thread Philip Peitsch
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829772 Title: package flashplugin-installer 10.3.183.4ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script

[Bug 600967] [NEW] Attempting to check out Emit Mapper (https://eom.svn.codeplex.com/svn) crashes with KeyError: 'No such TDB entry'

2010-07-02 Thread Philip Peitsch
Public bug reported: Binary package hint: bzr-svn I'm unable to check out Emit Mapper from Codeplex (https://eom.svn.codeplex.com/svn). It crashes with the attached error ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: bzr-svn 1.0.2-2 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic

[Bug 600967] Re: Attempting to check out Emit Mapper (https://eom.svn.codeplex.com/svn) crashes with KeyError: 'No such TDB entry'

2010-07-02 Thread Philip Peitsch
** Attachment added: bzr-20100702091844-8382.crash http://launchpadlibrarian.net/51279920/bzr-20100702091844-8382.crash ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51279693/Dependencies.txt -- Attempting to check out Emit Mapper (https://eom.svn.codeplex.com/svn)

[Bug 595482] Re: No sound from speakers on LG P1 Express laptop

2011-02-15 Thread Philip Peitsch
Just to check, is this patch already applied in natty? The affected laptop for me is currently running natty, and it'd be handy to avoid jumping back to maverick... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 568406] [NEW] pulseaudio crashes with E: sink.c: Assertion 'PA_SINK_INPUT_IS_LINKED(st)' failed at pulsecore/sink.c:1748, function pa_sink_check_suspend(). Aborting.

2010-04-22 Thread Philip Peitsch
Public bug reported: Binary package hint: pulseaudio I am trying to run my 5.1 surround card as two independent stereo channels. In previous versions of Ubuntu (9.10 this still worked), I have done this by adding the following commands to my /etc/pulse/default.pa file. It appears to no longer

[Bug 568406] Re: pulseaudio crashes with E: sink.c: Assertion 'PA_SINK_INPUT_IS_LINKED(st)' failed at pulsecore/sink.c:1748, function pa_sink_check_suspend(). Aborting.

2010-04-22 Thread Philip Peitsch
** Attachment added: pulseaudio-log http://launchpadlibrarian.net/45019119/pa.log ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/45018797/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/45018798/AplayDevices.txt ** Attachment

[Bug 548747] Re: Printing to a Lexmark network E120N is very slow

2010-04-23 Thread Philip Peitsch
I have changed the printer driver to Generic PCL 5e Printer Foomatic/ljet4d instead, and the print speeds have jumped up dramatically (as in instant again). Unfortunately, this isn't the driver used by default for this printer... I would suggest it might be best to change the defaults until the

[Bug 365321] Re: iwlagn - Wireless network disconnects and won't reconnect without reboot

2010-04-20 Thread Philip Peitsch
I suspect this problem might have some relation to Bug #352228 -- iwlagn - Wireless network disconnects and won't reconnect without reboot https://bugs.launchpad.net/bugs/365321 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 352228] Re: Intel Wireless 5300 AGN: iwlagn: No space for Tx

2010-04-20 Thread Philip Peitsch
I'm suffering this same problem with an Intel Corporation PRO/Wireless 3945ABG. I find that disabling and enabling the wireless networking via NetworkManager seems to get things working again for a short period of time. Average time between disconnects is approx 10mins at the moment. It didn't

[Bug 358288] Re: [LG Electronics P1-J2A8A] hibernate/resume failure

2010-01-15 Thread Philip Peitsch
I haven't seen this problem recently and have been unable reproduce it in Karmic 9.10. I'm happy for it to be closed. -- [LG Electronics P1-J2A8A] hibernate/resume failure https://bugs.launchpad.net/bugs/358288 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 493290] Re: does not detect DVD-RW file system

2010-04-01 Thread Philip Peitsch
So of course tonight this is working no matter what I do. Figures! Such slippery suckers... I am running on the current lucid beta with all packages updated. Behaviour has potentially changed in some of the recent releases perhaps.. I'll keep an eye out over the next week and see if it

[Bug 493290] Re: does not detect DVD-RW file system

2010-04-01 Thread Philip Peitsch
Hi Martin, This was all under lucid beta, so the fix has happened in the last 2-3 days at most in my opinion :) -- does not detect DVD-RW file system https://bugs.launchpad.net/bugs/493290 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 451282] Re: display is fully dimmed after resume from suspend

2010-05-03 Thread Philip Peitsch
Hmm... strange. I overwrote the values in /sys/devices/virtual/backlight/mbp_backlight/brightness and /sys/devices/virtual/backlight/mbp_backlight/actual_brightness and now the brightness seems to be properly saved on suspend. -- display is fully dimmed after resume from suspend

[Bug 106634] Re: Laptop's internal speakers don't work

2010-06-17 Thread Philip Peitsch
I've unexpired this as it is still a problem in the current Maverick alpha. ** Changed in: linux (Ubuntu) Status: Expired = New -- Laptop's internal speakers don't work https://bugs.launchpad.net/bugs/106634 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 514593] Re: Apply button disabled when using an ad-hoc network with WPA/WPA2 security

2010-06-17 Thread Philip Peitsch
Yep, I can confirm that the password was shorter than 8 characters. It'd be good to get a specific error message about this limit, as I wasn't aware it existed. Should I re-work this bug to the new bug (that no notification was given as to why the apply button was disabled) or open a new

[Bug 106634] Re: LG P1 Express Dual's internal speakers don't work

2010-06-17 Thread Philip Peitsch
Just to clarify, this is the exact model of my laptop, hence why I didn't open a new bug. -- LG P1 Express Dual's internal speakers don't work https://bugs.launchpad.net/bugs/106634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 106634] Re: LG P1 Express Dual (0x1854005f)'s internal speakers don't work

2010-06-17 Thread Philip Peitsch
You must get quite frustrated by people mucking up these bug reports all the time :) I'll raise a new one as instructed -- LG P1 Express Dual (0x1854005f)'s internal speakers don't work https://bugs.launchpad.net/bugs/106634 You received this bug notification because you are a member of Ubuntu

[Bug 595482] [NEW] No sound from speakers on LG P1 Express laptop

2010-06-17 Thread Philip Peitsch
Public bug reported: A default install of Ubuntu on my LG P1 Express laptop produces no sound out the main speakers, even though it appears to have a card detected and volume controls display when pressed. To make the sound work I need to add the line options snd-hda-intel model=lg to the end of

[Bug 595482] Re: No sound from speakers on LG P1 Express laptop

2010-06-17 Thread Philip Peitsch
** Attachment added: .etc.asound.conf.txt http://launchpadlibrarian.net/50489485/.etc.asound.conf.txt ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/50489486/AlsaDevices.txt ** Attachment added: AplayDevices.txt

[Bug 595482] Re: No sound from speakers on LG P1 Express laptop

2010-06-18 Thread Philip Peitsch
Hi Daniel, I needed to change the hardware configuration to Audio Stereo Duplix, and fix the volume settings in alsamixer to get the mic to work, but it works well now it seems. The stereo output through the headphones jack seems rather quite though, but I think this is new in Maverick. -- No

[Bug 370859] Re: monodoc --edit crashes on newly created doc

2010-05-29 Thread Philip Peitsch
Bug still exists in Lucid -- monodoc --edit crashes on newly created doc https://bugs.launchpad.net/bugs/370859 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 587401] [NEW] monodoc crashes with System.ArgumentNullException for path parameter

2010-05-29 Thread Philip Peitsch
Public bug reported: When attempting to create and edit the api documentation for the NGineer project, I receive the following crash: insan...@haven:~/Projects/NGineer/docs$ monodoc --edit en node `nunit' is not defined on the documentation map node `nunit' is not defined on the documentation

[Bug 587401] Re: monodoc crashes with System.ArgumentNullException for path parameter

2010-05-29 Thread Philip Peitsch
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/49340156/Dependencies.txt -- monodoc crashes with System.ArgumentNullException for path parameter https://bugs.launchpad.net/bugs/587401 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 539489] [NEW] Deluge gives no errors when trying to start the local daemon without deluged installed

2010-03-16 Thread Philip Peitsch
Public bug reported: Binary package hint: deluge Deluge as a default install doesn't recommend or install deluged. It does however offer localhost as a connection option in the deluged connection manager window. I attempted to start the localhost, but it silently fails. I then started it from

[Bug 539489] Re: Deluge gives no errors when trying to start the local daemon without deluged installed

2010-03-16 Thread Philip Peitsch
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41003841/Dependencies.txt -- Deluge gives no errors when trying to start the local daemon without deluged installed https://bugs.launchpad.net/bugs/539489 You received this bug notification because you are a member of

[Bug 604849] Re: mpd general protection error:0 in libavcodec.so.52.20.1

2010-10-01 Thread Philip Peitsch
This appears to be resolved in the maverick packages. I've upgraded just my libavcodec52 and mpd packages from the lucid-released versions to maverick, and found these crashes stopped ** Bug watch added: Debian Bug tracker #556198 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556198 **

[Bug 493290] Re: CD icon disappears in File browser

2010-03-30 Thread Philip Peitsch
I'm having this problem as well. The dvd is actually mountable even though the icon disappears from nautilus. It can be manually mounted (for me) by doing: sudo mount /dev/sr0 /media/cdrom0 Results of gvfs-mount -lio are attached -- CD icon disappears in File browser

[Bug 493290] Re: CD icon disappears in File browser

2010-03-30 Thread Philip Peitsch
** Attachment added: gvfs-mount.txt http://launchpadlibrarian.net/42472792/gvfs-mount.txt -- CD icon disappears in File browser https://bugs.launchpad.net/bugs/493290 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 493290] Re: CD icon disappears in File browser

2010-03-30 Thread Philip Peitsch
After I insert the media, the gvfs-mount shows the attached log. This doesn't happen with every dvd... I have a home-burnt cd that it happens regularly on however. ** Attachment added: gvfs-mount-after.txt http://launchpadlibrarian.net/42475458/gvfs-mount-after.txt -- CD icon disappears in

[Bug 548707] [NEW] pulseaudio volume over amplified for ICH8 82801H

2010-03-26 Thread Philip Peitsch
Public bug reported: Binary package hint: pulseaudio On Lucid I am finding my sound easily distorts with the volume set to 30% or less. I found a blog post at http://phronetic.wordpress.com/2009/10/30/loud-and-distorted-sound-in- ubuntu-9-10/ and observed that the PCM in alsamixer was always at

[Bug 548707] Re: pulseaudio volume over amplified for ICH8 82801H

2010-03-26 Thread Philip Peitsch
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/42041890/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/42041891/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/42041892/ArecordDevices.txt

[Bug 548707] AlsaDevices.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/42043152/AlsaDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] AplayDevices.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/42043176/AplayDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ArecordDevices.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/42043178/ArecordDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] BootDmesg.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/42043179/BootDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Card0.Amixer.values.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Card0.Amixer.values.txt http://launchpadlibrarian.net/42043181/Card0.Amixer.values.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] Card0.Codecs.codec.2.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Card0.Codecs.codec.2.txt http://launchpadlibrarian.net/42043184/Card0.Codecs.codec.2.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] CurrentDmesg.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/42043185/CurrentDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Dependencies.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42043186/Dependencies.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] PciMultimedia.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: PciMultimedia.txt http://launchpadlibrarian.net/42043189/PciMultimedia.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ProcCpuinfo.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/42043190/ProcCpuinfo.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548747] [NEW] Printing to a Lexmark network E120N is very slow

2010-03-26 Thread Philip Peitsch
Public bug reported: Binary package hint: cups I own a Lexmark E120N that I am attempting to print to from both a clean Lucid Beta install, and a Karmic install. Both of them take a very long time to start printing. I see the printer light start flashing to indicate that it is spooling... and

[Bug 548747] Re: Printing to a Lexmark network E120N is very slow

2010-03-26 Thread Philip Peitsch
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/42046738/BootDmesg.txt ** Attachment added: CupsErrorLog.txt http://launchpadlibrarian.net/42046739/CupsErrorLog.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/42046740/CurrentDmesg.txt **

[Bug 461833] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/irq/manage.c:772 __free_irq+0x14f/0x160()

2010-04-05 Thread Philip Peitsch
Hi Jeremy, I'm currently running Lucid and have seen no further occurrences since I reported it. I'm happy for this to be closed :) -- WARNING: at /build/buildd/linux-2.6.31/kernel/irq/manage.c:772 __free_irq+0x14f/0x160() https://bugs.launchpad.net/bugs/461833 You received this bug

[Bug 548707] Re: pulseaudio volume over amplified for ICH8 82801H

2010-03-26 Thread Philip Peitsch
apport information ** Description changed: Binary package hint: pulseaudio On Lucid I am finding my sound easily distorts with the volume set to 30% or less. I found a blog post at http://phronetic.wordpress.com/2009/10/30/loud-and-distorted-sound-in- ubuntu-9-10/ and observed that

[Bug 548707] AplayDevices.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/42125187/AplayDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ArecordDevices.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/42125188/ArecordDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] BootDmesg.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/42125190/BootDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Card0.Amixer.values.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Card0.Amixer.values.txt http://launchpadlibrarian.net/42125206/Card0.Amixer.values.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] Card0.Codecs.codec.2.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Card0.Codecs.codec.2.txt http://launchpadlibrarian.net/42125209/Card0.Codecs.codec.2.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] CurrentDmesg.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/42125210/CurrentDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Dependencies.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42125211/Dependencies.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] PciMultimedia.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: PciMultimedia.txt http://launchpadlibrarian.net/42125212/PciMultimedia.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ProcCpuinfo.txt

2010-03-26 Thread Philip Peitsch
apport information ** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/42125213/ProcCpuinfo.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548747] Re: Printing to a Lexmark network E120N is very slow

2010-03-26 Thread Philip Peitsch
Hi :) Here is a random attachment. It seems to do this for any document I print. I have confirmed this printing directly from firefox, and from the attached pdf using evince. gs usage seems pretty low. I saw it spike to 24% for an instant (as in one refresh cycle of top) and that was all.

[Bug 548707] Re: pulseaudio volume over amplified for ICH8 82801H

2010-03-26 Thread Philip Peitsch
I've undid the hack and re-ran apport-collect -p alsa-base 548707 Sorry I forgot to do that in the first place :S -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Re: pulseaudio volume over amplified for ICH8 82801H

2010-03-27 Thread Philip Peitsch
apport information ** Description changed: Binary package hint: pulseaudio On Lucid I am finding my sound easily distorts with the volume set to 30% or less. I found a blog post at http://phronetic.wordpress.com/2009/10/30/loud-and-distorted-sound-in- ubuntu-9-10/ and observed that

[Bug 548707] AplayDevices.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/42137686/AplayDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ArecordDevices.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/42137687/ArecordDevices.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] BootDmesg.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/42137688/BootDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Card0.Amixer.values.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: Card0.Amixer.values.txt http://launchpadlibrarian.net/42137689/Card0.Amixer.values.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] Card0.Codecs.codec.2.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: Card0.Codecs.codec.2.txt http://launchpadlibrarian.net/42137691/Card0.Codecs.codec.2.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu

[Bug 548707] CurrentDmesg.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/42137692/CurrentDmesg.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] PciMultimedia.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: PciMultimedia.txt http://launchpadlibrarian.net/42137694/PciMultimedia.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] Dependencies.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42137693/Dependencies.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 548707] ProcCpuinfo.txt

2010-03-27 Thread Philip Peitsch
apport information ** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/42137696/ProcCpuinfo.txt -- pulseaudio volume over amplified for ICH8 82801H https://bugs.launchpad.net/bugs/548707 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 507843] [NEW] Unable to install xserver-xorg-video-nouveau as it conflicts with xserver-xorg-video-5

2010-01-15 Thread Philip Peitsch
*** This bug is a duplicate of bug 496100 *** https://bugs.launchpad.net/bugs/496100 Public bug reported: Binary package hint: xserver-xorg-video-nouveau I'm unable to install xserver-xorg-video-nouveau on Lucid, as it claims it conflicts with xserver-xorg-video-5 which is a virtual

[Bug 507843] Re: Unable to install xserver-xorg-video-nouveau as it conflicts with xserver-xorg-video-5

2010-01-15 Thread Philip Peitsch
*** This bug is a duplicate of bug 496100 *** https://bugs.launchpad.net/bugs/496100 ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/37916733/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/37916734/CurrentDmesg.txt ** Attachment

[Bug 507843] Re: Unable to install xserver-xorg-video-nouveau as it conflicts with xserver-xorg-video-5

2010-01-15 Thread Philip Peitsch
*** This bug is a duplicate of bug 496100 *** https://bugs.launchpad.net/bugs/496100 ** This bug has been marked a duplicate of bug 496100 Ubuntu lucid: brocken dependency in xserver-xorg-driver-nouveau -- Unable to install xserver-xorg-video-nouveau as it conflicts with

[Bug 530560] [NEW] package libgjs0 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libgjs-dbus.so.0.0.0', which is also in package gjs 0:0.5~19-ge72a-0ubuntu1~ricotz1

2010-03-02 Thread Philip Peitsch
Public bug reported: Binary package hint: gjs Just got this on an update. ProblemType: Package Architecture: amd64 Date: Tue Mar 2 20:18:58 2010 DistroRelease: Ubuntu 10.04 ErrorMessage: trying to overwrite '/usr/lib/libgjs-dbus.so.0.0.0', which is also in package gjs

[Bug 530560] Re: package libgjs0 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libgjs-dbus.so.0.0.0', which is also in package gjs 0:0.5~19-ge72a-0ubuntu1~ricotz1

2010-03-02 Thread Philip Peitsch
** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/39951869/AptOrdering.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/39951870/Df.txt ** Attachment added: Dmesg.txt http://launchpadlibrarian.net/39951871/Dmesg.txt ** Attachment added:

[Bug 514593] [NEW] Apply button disabled when using an ad-hoc network with WPA/WPA2 security

2010-01-29 Thread Philip Peitsch
Public bug reported: When trying to create a new Ad-Hoc network using WPA2 security, the Apply button stays disabled even after putting a password in. I am pretty sure this is the only thing stopping the network from being created, as changing the security option to None re-enables the Apply

[Bug 514593] Re: Apply button disabled when using an ad-hoc network with WPA/WPA2 security

2010-01-29 Thread Philip Peitsch
** Attachment added: disabled-apply-wpa.png http://launchpadlibrarian.net/38544895/disabled-apply-wpa.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/38544897/Dependencies.txt ** Attachment added: Gconf.txt http://launchpadlibrarian.net/38544898/Gconf.txt **

  1   2   >