[Bug 1790468] Re: system-summary shows wrong physical volume state

2022-03-09 Thread Tim Potter
I can also confirm this bug occurs for me, and led me down a rabbit hole trying to understand the lvm physical volume status validation. replacing "pvck >/dev/null 2>&1" with "pvs --no-headings|awk '{print $1}'|xargs pvck >/dev/null 2>&1" allows the tool to output the correct status. -- You

[Bug 850587] [NEW] cloud-init fails to install if /tmp directory is noexec

2011-09-14 Thread Tim Potter
Public bug reported: Some output from apt-get install cloud-init: Can't exec /tmp/cloud-init.config.96251: Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/cloud-init.config.96251 configure failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 cloud-init

[Bug 850587] Re: cloud-init fails to install if /tmp directory is noexec

2011-09-14 Thread Tim Potter
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/850587 Title: cloud-init fails to install if /tmp directory is noexec To manage notifications about this bug go to:

[Bug 850587] Re: cloud-init fails to install if /tmp directory is noexec

2011-09-14 Thread Tim Potter
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/850587 Title: cloud-init fails to install if /tmp directory is noexec To manage notifications about this bug go to:

[Bug 850587] [NEW] cloud-init fails to install if /tmp directory is noexec

2011-09-14 Thread Tim Potter
Public bug reported: Some output from apt-get install cloud-init: Can't exec /tmp/cloud-init.config.96251: Permission denied at /usr/share/perl/5.10/IPC/Open3.pm line 168. open2: exec of /tmp/cloud-init.config.96251 configure failed at /usr/share/perl5/Debconf/ConfModule.pm line 59 cloud-init

[Bug 812646] [NEW] Race in DataSourceNoCloudNet with kvm

2011-07-18 Thread Tim Potter
Public bug reported: Hi there. I'm trying to configure a 11.04 KVM instance using nocloud- net and it sometimes works, sometimes not. I have configured kernel args of init=/usr/lib/cloud-init/uncloud-init ds=nocloud-net;s=http://192.168.122.1/;h=blah and have a user-data and meta-data file at

[Bug 812646] [NEW] Race in DataSourceNoCloudNet with kvm

2011-07-18 Thread Tim Potter
Public bug reported: Hi there. I'm trying to configure a 11.04 KVM instance using nocloud- net and it sometimes works, sometimes not. I have configured kernel args of init=/usr/lib/cloud-init/uncloud-init ds=nocloud-net;s=http://192.168.122.1/;h=blah and have a user-data and meta-data file at

[Bug 675920] [NEW] failure accessing large file

2010-11-16 Thread Tim Potter
Public bug reported: Binary package hint: httpfs2 I think there's a 64-bit but in httpfs2. I was trying to access a 8GM virtual machine image and failing, but tracked the problem down to a return value being converted from a size_t to an int and inverting the return value. ProblemType: Bug

[Bug 675920] Re: failure accessing large file

2010-11-16 Thread Tim Potter
** Patch added: tpot-bigfile.patch https://bugs.launchpad.net/bugs/675920/+attachment/1735093/+files/tpot-bigfile.patch -- failure accessing large file https://bugs.launchpad.net/bugs/675920 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 645680] [NEW] ipheth driver does not support iPhone4

2010-09-22 Thread Tim Potter
Public bug reported: The USB product ID for iPhone4 is not in the current ipheth-dkms package. It's a simple fix - just add a define and an extra entry in a table. See my PPA for source changes: https://launchpad.net/~tpot/+archive/ipheth ProblemType: Bug DistroRelease: Ubuntu 10.10 Package:

[Bug 645680] Re: ipheth driver does not support iPhone4

2010-09-22 Thread Tim Potter
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/645680/+attachment/1625193/+files/Dependencies.txt -- ipheth driver does not support iPhone4 https://bugs.launchpad.net/bugs/645680 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 605740] Re: package ipheth-dkms doesn't build on 2.6.35: usb_buffer_alloc() and usb_buffer_free() have been renamed

2010-08-19 Thread Tim Potter
I've uploaded a PPA as a workaround until a new package is released. The fix was pretty simple - the usb_buffer_{alloc,free} calls were just wrappers around other calls that have been removed. The PPA and this comment were uploaded using the new ipheth driver so I guess it works. (-:

[Bug 619610] [NEW] ubuntu-bug does not respect http_proxy

2010-08-17 Thread Tim Potter
Public bug reported: Binary package hint: apport I was trying to report a bug from behind a firewall but with no luck. The ubuntu-bug script does not respect the http_proxy environment variable nor the system-wide proxy settings. I ended up using tsocks. ProblemType: Bug DistroRelease: Ubuntu

[Bug 619610] Re: ubuntu-bug does not respect http_proxy

2010-08-17 Thread Tim Potter
** Attachment added: CrashReports.txt https://bugs.launchpad.net/bugs/619610/+attachment/1496933/+files/CrashReports.txt ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/619610/+attachment/1496934/+files/Dependencies.txt -- ubuntu-bug does not respect http_proxy

[Bug 77442] Re: compiz / vnc screen updates with nVidia restricted

2010-08-04 Thread Tim Potter
*** This bug is a duplicate of bug 353126 *** https://bugs.launchpad.net/bugs/353126 Check out this: http://www.nvnews.net/vbulletin/showthread.php?p=2255561 Specifically: # Fixed an interaction problem between Compiz and 'screen-scraping' VNC servers like x11vnc and vino that caused the

[Bug 496616] Re: Mediaplayer crashed with pa_stream_writable_size() failed: Connection terminated

2010-05-08 Thread Tim Potter
I am also experiencing this bug on media playback in totem. Running 10.04 UNR on an eee 901. I don't know if its related, but the file playback was over gvfs through a samba share. However, the media file is not AC3, so its not simply AC3 decoding. Here is the audio details of a file where I'm

[Bug 496616] Re: Mediaplayer crashed with pa_stream_writable_size() failed: Connection terminated

2010-05-08 Thread Tim Potter
To add to this, its not related to the network transfer, as i invoked it seeking through the file locally as well. Also I noticed at the time where the sound goes out and the crash happens, my sound status icon shows dashes for about 2 seconds, as if pulseaudio is restarting. -- Mediaplayer

[Bug 496616] Re: Mediaplayer crashed with pa_stream_writable_size() failed: Connection terminated

2010-05-08 Thread Tim Potter
Bernat, that makes sense. I am able to reproduce the problem quickly when my CPU is downclocked into power saver mode, however, even at max power, it was reproduced once. I've never seen this error until now, using 9.10 UNR never had any problem. -- Mediaplayer crashed with

Re: [Bug 433714] Re: initial empathy account wizard does not offer IRC as an account

2010-04-26 Thread Tim Potter
+1 On Mon, Apr 26, 2010 at 2:34 PM, Hugh Saunders h...@wherenow.org wrote: If the initial list is too long, have a more... option or something like that. -- initial empathy account wizard does not offer IRC as an account https://bugs.launchpad.net/bugs/433714 You received this bug

Re: [Bug 356807] Re: rt_ioctl_giwscan log spam removal or fix

2009-11-01 Thread Tim Potter
I agree, this bug report was simply to drop the log references from normal functioning systems. Debug log info should only be enabled upon request in my opinion. It's more difficult to look for actual issues on a system when 1/2 of your logs is these status messages. Regards, Tim Sent

Re: [Bug 433740] Re: persistent usb live UNR creates multiple install links - one on every boot

2009-09-28 Thread Tim Potter
Just to note, though, that the icons actually created themselves in Alpha 6. It wasn't a rollover from the A5 environment. In order to install alpha 6, what I did was delete what was on the thumbdrive, and run the USB installer from Jaunty to create the Alpha 6 boot drive. So I might suggest

Re: [Bug 433740] Re: persistent usb live UNR creates multiple install links - one on every boot

2009-09-27 Thread Tim Potter
That is likely, as I installed alpha 5 on the same thunbdrive. I assume you tested the UNR image right? If it's not reproducable, then I guess it's invalid. Thanks for attempting to verify. Sent from my mobile. On Sep 27, 2009, at 10:46 PM, Steve Kowalik stev...@debian.org wrote: I

[Bug 433714] Re: initial empathy account wizard does not offer IRC as an account

2009-09-23 Thread Tim Potter
Sebastien, I have created the upstream bug report and have cross linked the bugs. Thanks for the suggestion. ** Bug watch added: GNOME Bug Tracker #596086 http://bugzilla.gnome.org/show_bug.cgi?id=596086 ** Also affects: empathy via http://bugzilla.gnome.org/show_bug.cgi?id=596086

[Bug 356807] Re: rt_ioctl_giwscan log spam removal or fix

2009-09-23 Thread Tim Potter
The issue doesn't have anything to do with encryption as people have reported, my assumption is that its a debugging line in the Ralink driver that should be removed. The issue still exists with the currently up to date Alpha 6 install of Karmic Koala. -- rt_ioctl_giwscan log spam removal or

[Bug 433714] [NEW] initial empathy account wizard does not offer IRC as an account

2009-09-20 Thread Tim Potter
Public bug reported: Binary package hint: empathy In both alpha 5 and alpha 6, when starting the empathy IM client, the wizard that starts gives a list of accounts available to create. In this list, IRC is missing. I've seen this both on the live environment and a clean install. The

[Bug 433740] [NEW] persistent usb live UNR creates multiple install links - one on every boot

2009-09-20 Thread Tim Potter
Public bug reported: The summary explains it all. I currently have 4 Install Ubuntu- Netbook-Remix 9.10 on the Favorites menu of the Live USB. The first is located before an added link. 3 additional ones are located at the end. Upon the last reboot, the 3rd showed up. (karmic alpha 6). **

Re: [Bug 353126] Re: Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI fglrx driver

2009-09-20 Thread Tim Potter
On Sat, Sep 19, 2009 at 6:35 PM, granier nicolas ngran...@larouatiere.comwrote: Big problem for use of Ubuntu in a school as a teacher. I just work with Intrepid in a room, with 20 computers and all is working fine : vnc and compiz. It's impossible to use scripts or ask everybody to switch off

[Bug 387089] Re: a short cut to install i do not know what is under my administration menu

2009-09-20 Thread Tim Potter
*** This bug is a duplicate of bug 386991 *** https://bugs.launchpad.net/bugs/386991 ** This bug is no longer a duplicate of bug 386991 Install menu item still shows on installed system. ** This bug has been marked a duplicate of bug 423640 pidgin promoted in slideshow while not being

[Bug 432114] Re: GUI/dbus does not start, and network-manager crashes in libdbus

2009-09-20 Thread Tim Potter
I've confirmed that this issue is fixed from a dist-upgrade of alpha 6. If one does simply an upgrade of alpha 6, they will get bitten by this bug. -- GUI/dbus does not start, and network-manager crashes in libdbus https://bugs.launchpad.net/bugs/432114 You received this bug notification

[Bug 301078] Re: internal data stream error

2009-09-14 Thread Tim Potter
I would like to note that this is not a bug for me. I simply forgot to install the codecs that I used to have. ubuntu-restricted-extras had the specific codecs I needed, and I no longer experience the error. -Tim -- internal data stream error https://bugs.launchpad.net/bugs/301078 You

[Bug 273142] Re: screensaver won't release with mouse movement

2009-07-27 Thread Tim Potter
Ramon, I think that this bug definately fits the description of a usability bug that a new user can run into very early in his or her introduction to Ubuntu, since this affects a significant number of screensavers, (all screen savers that use opengl it seems). However, I'm not sure if it would

Re: [Bug 18250] Re: file-rollers progress bar does not indicate progress

2009-06-22 Thread Tim Potter
How is that the case when you use the command unrar e multipart.rar and the output is a continuous percentage increase as the tool uncompresses each folder in succession. It should be trivial to even throw in an analyzer that detects the number of partial files, divides to give each part a

[Bug 356807] Re: rt_ioctl_giwscan log spam removal or fix

2009-04-09 Thread Tim Potter
Leann, I would have to disagree. I connect with my eee pc to my WPA2 secured home router just fine. I have these messages showing up constantly. I would like to remove the duplicate status, as these messages, in my opinion, should be dropped from the logs. ** This bug is no longer a duplicate

[Bug 356807] [NEW] rt_ioctl_giwscan log spam removal or fix

2009-04-07 Thread Tim Potter
Public bug reported: Within my dmesg log, I have continuous references like the following: [134315.948864] ===rt_ioctl_giwscan. 4(4) BSS returned, data-length = 443 [134395.949568] ===rt_ioctl_giwscan. 4(4) BSS returned, data-length = 443 [134495.948082] ===rt_ioctl_giwscan. 5(5) BSS returned,

[Bug 356807] Re: rt_ioctl_giwscan log spam removal or fix

2009-04-07 Thread Tim Potter
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/24922581/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/24922582/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24922583/Dependencies.txt **

[Bug 343200] Re: launcher properties dialog appearance is wrong with human-netbook-theme

2009-03-20 Thread Tim Potter
I can confirm this bug exists on current releases of Jaunty alpha. I will attach a screen shot. I installed at alpha 4, and have been updating regularly since. When accessing the menu editor dialogue box, the background is black and the field names are not readable (likely black on black).

[Bug 343200] Re: launcher properties dialog appearance is wrong with human-netbook-theme

2009-03-20 Thread Tim Potter
I have confirmed this bug with a clean install of jaunty and further install of ubuntu-netbook-remix, loading the human-netbook-theme by default. ** Changed in: human-netbook-theme (Ubuntu) Status: Incomplete = Confirmed -- launcher properties dialog appearance is wrong with

[Bug 345735] [NEW] [eee 901] suspend/resume failure

2009-03-19 Thread Tim Potter
Public bug reported: This happened when leaving the system idle for a period. ProblemType: KernelOops Annotation: This occured during a previous suspend and prevented it from resuming properly. Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/share/apport/apportcheckresume

[Bug 345735] Re: [eee 901] suspend/resume failure

2009-03-19 Thread Tim Potter
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/24139037/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/24139038/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24139039/Dependencies.txt **

[Bug 279187] Re: regression: usplash causes system to beep aloud

2009-03-04 Thread Tim Potter
Yes, and I have an Nvidia branded AC'97 audio controller using the snd- intel8x0 driver. Anyways, this issue seems to be fixed upon a kernel update to 2.6.27-13-generic, at least for me on intrepid x64. Can someone else confirm? -- regression: usplash causes system to beep aloud

[Bug 332545] Re: GTK file chooser opening too small

2009-02-21 Thread Tim Potter
*** This bug is a duplicate of bug 75324 *** https://bugs.launchpad.net/bugs/75324 ** This bug has been marked a duplicate of bug 75324 Gnome file chooser/selector is way to small -- GTK file chooser opening too small https://bugs.launchpad.net/bugs/332545 You received this bug

[Bug 332545] Re: GTK file chooser opening too small

2009-02-21 Thread Tim Potter
*** This bug is a duplicate of bug 75324 *** https://bugs.launchpad.net/bugs/75324 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 75324, so it is being marked as such. Please look at

[Bug 320285] Re: machine very slow since last update

2009-02-21 Thread Tim Potter
This sounds like some troubleshooting needs to be done. Have you looked at your processes list to see if there is something taking up your resources. ** Changed in: ubuntu Status: New = Invalid ** bug changed to question: https://answers.launchpad.net/ubuntu/+question/61839 --

[Bug 298829] Re: the browse button in firefox takes forever to get a file dialog to find the file to upload. Nautilus error? Firefox?

2009-02-21 Thread Tim Potter
** Changed in: ubuntu Status: New = Incomplete -- the browse button in firefox takes forever to get a file dialog to find the file to upload. Nautilus error? Firefox? https://bugs.launchpad.net/bugs/298829 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 318862] Re: every time i bring up movie player (not mplayer movie player) it makes this awful popping noise. the same thing happens when i open amarok.

2009-02-21 Thread Tim Potter
** Changed in: ubuntu Status: New = Incomplete -- every time i bring up movie player (not mplayer movie player) it makes this awful popping noise. the same thing happens when i open amarok. https://bugs.launchpad.net/bugs/318862 You received this bug notification because you are a

[Bug 318312] Re: Access denied synaptic mistake in implementation of a program

2009-02-21 Thread Tim Potter
sudo apt-get -f update ** Changed in: ubuntu Status: New = Invalid -- Access denied synaptic mistake in implementation of a program https://bugs.launchpad.net/bugs/318312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 318312] Re: Access denied synaptic mistake in implementation of a program

2009-02-21 Thread Tim Potter
sudo apt-get -f upgrade -- Access denied synaptic mistake in implementation of a program https://bugs.launchpad.net/bugs/318312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 332560] Re: [9.04] Alt+F2 not working anymore

2009-02-21 Thread Tim Potter
Please attach the output of the following command with the affected kernel after pushing Alt+F2: $ dmesg Also attach your /var/log/Xorg.0.log 1. What brand and model is your keyboard. How is your keyboard connected to your PC: DIN, PS/2, USB, USB wireless, ... 2. For a USB keyboard

[Bug 321180] Re: wireless not working with latest Hardy Heron update

2009-02-21 Thread Tim Potter
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it without more information. Please include the following additional information, if you have not already done so (pay attention to lspci's additional options), as required by the

[Bug 315148] Re: Hardy Heron won't recognise audio CDs

2009-02-21 Thread Tim Potter
** Changed in: ubuntu Status: New = Incomplete -- Hardy Heron won't recognise audio CDs https://bugs.launchpad.net/bugs/315148 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 314768] Re: Ubuntu screen is blocked when I trying to shutdown / logout dialog

2009-02-21 Thread Tim Potter
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it without more information. Please include the following additional information, if you have not already done so (pay attention to lspci's additional options), as required by the

[Bug 139286] Re: Pinnacle 310i remote not working at all

2009-02-21 Thread Tim Potter
You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. -- Pinnacle 310i remote not working at all https://bugs.launchpad.net/bugs/139286 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 80304] Re: pavuk GUI is space hungry

2009-02-21 Thread Tim Potter
We are closing this bug report because there has been no activity. Please reopen it if it is still valid and reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to

[Bug 262715] Re: missing ref in mysql library causes iodbc to fail

2009-02-21 Thread Tim Potter
We are closing this bug report because it has no activity in 5 months. Please reopen it if the bug is still valid, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to New.

[Bug 253424] Re: intermittent glitches and distortions in graphics

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 191048] Re: nvidia-glx-new 3D desktop effects slow system to a crawl / cause blank windows

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 223457] Re: No audio after hibernation

2009-02-21 Thread Tim Potter
There hasn't been any activity on this bug in some time. Is the bug still valid? If not, please mark it as such. Otherwise we will do so soon. ** Changed in: alsa-driver (Ubuntu) Sourcepackagename: None = alsa-driver -- No audio after hibernation https://bugs.launchpad.net/bugs/223457 You

[Bug 268349] Re: compiz --replace won't work

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Have you experienced this in 8.10? Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 267429] Re: not able to run LiveCD of Intrepid Ibex Alpha 5

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 41890] Re: Default config file uses incorrect flag

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 158642] Re: Laptop bright problems

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 331635] Re: sound card not recognized ubuntu 8.10

2009-02-21 Thread Tim Potter
** Changed in: ubuntu Status: Incomplete = Invalid -- sound card not recognized ubuntu 8.10 https://bugs.launchpad.net/bugs/331635 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 332699] Re: networkmanager applet visual bug

2009-02-21 Thread Tim Potter
** Changed in: ubuntu Status: New = Incomplete -- networkmanager applet visual bug https://bugs.launchpad.net/bugs/332699 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 332699] Re: networkmanager applet visual bug

2009-02-21 Thread Tim Potter
** Changed in: network-manager-applet (Ubuntu) Status: New = Incomplete -- networkmanager applet visual bug https://bugs.launchpad.net/bugs/332699 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 332698] Re: Smb4k does not connect server!

2009-02-21 Thread Tim Potter
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it without more information. Please include the information requested at https://wiki.ubuntu.com/DebuggingSamba#samba-client. ** Changed in: ubuntu Status: New = Incomplete --

[Bug 214731] Re: Unable to load kernel on Dell Dimension 5000

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 228175] Re: Nvidia installation problem

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 271454] Re: pidgin crashed with SIGSEGV in msn_slplink_destroy()

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 233814] Re: Hardy 32bit desktop refuses to boot live or install

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 331701] Re: pidgin crashed with SIGSEGV in g_hash_table_lookup()

2009-02-21 Thread Tim Potter
*** This bug is a duplicate of bug 141316 *** https://bugs.launchpad.net/bugs/141316 ** This bug has been marked a duplicate of bug 141316 pidgin crashed with SIGSEGV in g_hash_table_lookup() -- pidgin crashed with SIGSEGV in g_hash_table_lookup() https://bugs.launchpad.net/bugs/331701

[Bug 146545] Re: firefox-bin crashed with SIGSEGV

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 141316] Re: pidgin crashed with SIGSEGV in g_hash_table_lookup()

2009-02-21 Thread Tim Potter
We are closing this bug report because it there has been no activity for an extended period of time. Please reopen it if the bug is still valid or reproducible, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status

[Bug 273142] Re: screensaver won't release with mouse movement

2008-12-05 Thread Tim Potter
My setup is also an nvidia glx driver (177) on a 9800gx2. I am running 8.10 64-bit. My laptop running intrepid 32-bit and an intel graphics card doesn't have the problem. -- screensaver won't release with mouse movement https://bugs.launchpad.net/bugs/273142 You received this bug notification

[Bug 279187] Re: regression: usplash causes system to beep aloud

2008-11-15 Thread Tim Potter
*** This bug is a duplicate of bug 255590 *** https://bugs.launchpad.net/bugs/255590 ** This bug has been marked a duplicate of bug 255590 System beep goes nuts on start up -- regression: usplash causes system to beep aloud https://bugs.launchpad.net/bugs/279187 You received this bug

[Bug 292121] Re: Asus M70vm boot sequence fails ubuntu 8.10 64

2008-11-15 Thread Tim Potter
*** This bug is a duplicate of bug 279187 *** https://bugs.launchpad.net/bugs/279187 ** This bug is no longer a duplicate of bug 255590 System beep goes nuts on start up ** This bug has been marked a duplicate of bug 279187 regression: usplash causes system to beep aloud ** Summary

[Bug 279187] Re: regression: usplash causes system to beep aloud

2008-11-15 Thread Tim Potter
** This bug is no longer a duplicate of bug 255590 System beep goes nuts on start up -- regression: usplash causes system to beep aloud https://bugs.launchpad.net/bugs/279187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 255590] Re: System beep goes nuts on start up

2008-11-15 Thread Tim Potter
*** This bug is a duplicate of bug 279187 *** https://bugs.launchpad.net/bugs/279187 ** This bug has been marked a duplicate of bug 279187 regression: usplash causes system to beep aloud -- System beep goes nuts on start up https://bugs.launchpad.net/bugs/255590 You received this bug

[Bug 255590] Re: System beep goes nuts on start up

2008-11-15 Thread Tim Potter
*** This bug is a duplicate of bug 279187 *** https://bugs.launchpad.net/bugs/279187 Thank you for taking the time to report this bug (255590) and helping to make Ubuntu better. This particular bug is a duplicate of bug 279187, so it is being marked as such. Please look at the other bug

[Bug 279187] Re: regression: usplash causes system to beep aloud

2008-11-15 Thread Tim Potter
I will attach my output of the following: sudo lspci -vvnn lspci-vvnn.txt cat /boot/grub/menu.lst menu.lst cat /etc/usplash.conf usplash.conf uname -a uname-a.txt I've incorrectly marked this ticket as dup, but changed that, and marked this bug as the master, as the relevance seems more

[Bug 273142] Re: screensaver won't release with mouse movement

2008-11-04 Thread Tim Potter
I can confirm this bug on up to date x64 intrepid ibex. I will attach some logs (uname -a, dmesg logs, and lspci -vvnn) although I don't know if this a software or hardware issue. ** Attachment added: musikgoat -- uname -a, dmesg, and lspci -vvnn

[Bug 255590] Re: System beep goes nuts on start up

2008-10-29 Thread Tim Potter
I also can confirm this bug is within the loading of the graphical loading kernel splash screen, before gdm, as I set grub's menu.lst to defconfig=nosplash and then sudo update-grub, and voila, the beep is gone after the next shutdown. I've attached my collection of uname -a, dmesg, and lspci

[Bug 245336] [NEW] libgvfscommon-dev doesn't contain enough files to build a gvfs

2008-07-03 Thread Tim Potter
Public bug reported: Binary package hint: gvfs I don't think there is enough in the development package to actually build a gvfs. Should there also be a .pc file? $ dpkg --listfiles libgvfscommon-dev /. /usr /usr/share /usr/share/doc /usr/share/doc/libgvfscommon-dev

[Bug 204775] Re: selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-29 Thread Tim Potter
Johanpdx, The fix is not in the repositories for download yet. If you are interested in recompiling the evolution-data-server package, you can follow the steps here to build with Sebastien's DebDiff file above. https://wiki.ubuntu.com/UbuntuPackagingGuide/BuildFromDebdiff For the package name,

[Bug 204775] Re: selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-28 Thread Tim Potter
I would like to comment that after building evolution-data-server with the applied debdiff, that the issue is gone. Good work Sebastien and everyone. Thanks for the fix. -- selecting gnome panel intlclock causes top bar and many other things to not respond

[Bug 204775] Re: hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-26 Thread Tim Potter
I agree. When I ran the stacktrace, the output stopped immediately once clicking on the clock. -- hardy final, selecting gnome panel intlclock causes top bar and many other things to not respond https://bugs.launchpad.net/bugs/204775 You received this bug notification because you are a member

[Bug 217245] Re: hardy- grub: when updating and rebooting, ubuntu entries duplicate

2008-04-20 Thread Tim Potter
Hi, I think you may just need to configure grub to not show all changed kernel versions that get modified many times during beta versioning. type in the terminal: cat /boot/grub/menu.lst | grep # howmany # howmany=all maybe your output. If so you will need to change all to 2 or some other

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-13 Thread Tim Potter
There has been an update to the gnome-panel that has mostly fixed this issue. https://launchpad.net/ubuntu/hardy/+source/gnome-panel/1:2.22.1-0ubuntu1 - Fix locations not appearing in the preferences dialog But I have noticed that its only fixed after a period of time from start. I can

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-09 Thread Tim Potter
I forgot to say that for the stack trace, The last line is where I clicked on the clock to lock up the panel. It seems that locking up the panel caused strace to not get any more feedback. I then ended the debugging. -- hardy beta amd 64 selecting gnome panel intlclock causes top bar and many

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-07 Thread Tim Potter
Ulrich, is it the case that the City is not saved, but when you add another city, the old cities that were selected show up? As this is what I'm seeing each time. -- hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-04-06 Thread Tim Potter
There is not really much in terms of steps. Start Ubuntu Login Click on the Clock This is on an ubgrade from gutsy to hardy. ** Attachment added: strace-gnome-panel.log http://launchpadlibrarian.net/13152330/strace-gnome-panel.log -- hardy beta amd 64 selecting gnome panel intlclock

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-03-22 Thread Tim Potter
I'd like to add to my findings. I had tried turning off compiz, and even my nvidia-glx-new driver, and neither fixed the issue. I found that the only resolution to fix this issue is to right click on the clock and go to preferences, and then set a location. Once that was accomplished, the

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-03-22 Thread Tim Potter
one more additional note to give more detail to the error. After every restart, the location tab of the clock preferences are not being restored, or really not displaying, When I go into preferences the location box is empty. I can see that anytime the box is empty, clicking on the clock in the

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-03-22 Thread Tim Potter
ok, attempting to use gdb didn't work [EMAIL PROTECTED]:~$ pidof gnome-panel 6274 [EMAIL PROTECTED]:~$ gdb 21 | tee gdb-gnome-panel.txt GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free

[Bug 204775] Re: hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-03-22 Thread Tim Potter
I'd like to add though, that the issue can only be replicated in the first process of gnome-panel... That is, I can replicate it after start up, but if I kill the process [EMAIL PROTECTED]:~$ ps -aux | grep gnome-panel tim 6292 3.6 1.1 338612 24528 ?S22:03 0:00

[Bug 191365] Re: compiz.real crashed with signal 7 in eventLoop()

2008-03-21 Thread Tim Potter
I can confirm the issue, I received an apport bug report on it when opening network manager -- compiz.real crashed with signal 7 in eventLoop() https://bugs.launchpad.net/bugs/191365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 204775] [NEW] hardy beta amd 64 selecting gnome panel intlclock causes top bar and many other things to not respond

2008-03-21 Thread Tim Potter
Public bug reported: Binary package hint: gnome-panel From an upgrade to the beta version of Hardy Heron, after upgrade is complete, and system has restarted. Anytime I click on the new clock in gnome, a box appears around it as if its selected, but it does not display, and almost every

[Bug 137477] Re: [gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor until some random keystrokes are entered - removing processor module makes it work

2007-12-05 Thread Tim Potter
I would like to comment (I originally assisted in confirming this issue) it seems only to be confirmed in an upgrade from feisty to gutsy. Due to other reasons, I had to re-install gutsy on my laptop and did not have any problem suspending to RAM as I originally did. I still have troubles

[Bug 153803] in firefox fullscreen mode, screen flickers when hovering over links only with desktop effects

2007-10-17 Thread Tim Potter
Public bug reported: Binary package hint: compiz Using Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) If I am using Firefox in full screen with desktop effects enabled, anytime I hover over anything that has alt text, right before the alt

[Bug 137477] Re: [gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor until some random keystrokes are entered on the keyboard

2007-09-26 Thread Tim Potter
Oh, I had blacklisted processor, that would not remove the kernel mods though i guess. attached was my modified dmesg output. (I added some relevant key stroke times) After that test, (unsuccessful) i saw your message and tried removing the 3 modules, and didn't get any bad output. I also

[Bug 137477] Re: [gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor until some random keystrokes are entered on the keyboard

2007-09-26 Thread Tim Potter
Hehe, sorry, I missed that post... I updated my BIOS but the regression is still there, however... the bios fixed my usb power surge errors that I knew would be fixed eventually. one more dmesg just in case it helps. I updated from v 5.10 to 5.90

  1   2   >