[Bug 196724] Re: console-kit-daemon crashed with SIGSEGV

2008-07-25 Thread Austin Lund
Whatever is going on here, it is the same as what is happening in this
bug:

http://bugzilla.gnome.org/show_bug.cgi?id=537665

-- 
console-kit-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/196724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-27 Thread Austin Lund
What do you know.  I was right!

If anyone has the time. (which I don't, sorry). the please try
to recreate this by the procedure I described in the comments above
(https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/235698/comments/27).
You might need to try this a few times to get it to crash.

Then try my patch (http://launchpadlibrarian.net/16028112/patch1.txt)
and do the same.

-- 
gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/235698
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 236693] Re: gnash doesn't do youtube

2008-07-28 Thread Austin Lund
*** This bug is a duplicate of bug 204819 ***
https://bugs.launchpad.net/bugs/204819

** This bug has been marked a duplicate of bug 204819
   gnash shows no videos and garbles display of other flash contents

-- 
gnash doesn't do youtube
https://bugs.launchpad.net/bugs/236693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239118] Re: gnash player don't work in youtube videos

2008-07-28 Thread Austin Lund
*** This bug is a duplicate of bug 204819 ***
https://bugs.launchpad.net/bugs/204819

** This bug is no longer a duplicate of bug 236693
   gnash doesn't do youtube

** This bug has been marked a duplicate of bug 204819
   gnash shows no videos and garbles display of other flash contents

-- 
gnash player don't work in youtube videos
https://bugs.launchpad.net/bugs/239118
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209355] Re: Cannot navigate to FTP location (gvfs) using text-based location bar

2008-08-24 Thread Austin Lund
I don't know why the backtraces were so confusing about.  But anyway,
I've recreated this on 8.04.1 (intermittently) but I have a more useful
backtrace.  It follows:

#0  0x7f2388ae4ae0 in strcmp () from /lib/libc.so.6
#1  0x7f238958a749 in IA__g_str_equal (v1=0x0, v2=0x41dbef)
at /build/buildd/glib2.0-2.16.4/glib/gstring.c:77
#2  0x0040b6df in do_mount (backend=0x642010, 
job=, mount_spec=0x64a070, 
mount_source=, is_automount=)
at gvfsbackendftp.c:1441
#3  0x00412b64 in g_vfs_job_run (job=0x643030) at gvfsjob.c:198
#4  0x7f2389590e87 in g_thread_pool_thread_proxy (
data=)
at /build/buildd/glib2.0-2.16.4/glib/gthreadpool.c:265
#5  0x7f238958f284 in g_thread_create_proxy (data=0x644120)
at /build/buildd/glib2.0-2.16.4/glib/gthread.c:635
#6  0x7f2388dd23f7 in start_thread () from /lib/libpthread.so.0
#7  0x7f2388b41b2d in clone () from /lib/libc.so.6
#8  0x in ?? ()

So somehow g_str_equal is getting a null pointer.  When I have more
time, I'll follow the backtrace a bit more to see if I can find out why.

-- 
Cannot navigate to FTP location (gvfs) using text-based location bar
https://bugs.launchpad.net/bugs/209355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209355] Re: Cannot navigate to FTP location (gvfs) using text-based location bar

2008-08-24 Thread Austin Lund
Another useful tip from the above backtrace:

(gdb) printf "%s\n", 0x41dbef
anonymous

-- 
Cannot navigate to FTP location (gvfs) using text-based location bar
https://bugs.launchpad.net/bugs/209355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225615] Re: Heavy memory leak in gvfsd-http

2008-12-06 Thread Austin Lund
I'm pretty sure this trace is the core of the problem:

==8552== 21,765,138 bytes in 30,061 blocks are still reachable in loss record 
47 of 47
==8552==at 0x4C22FAB: malloc (vg_replace_malloc.c:207)
==8552==by 0x63CDC8B: g_malloc (gmem.c:131)
==8552==by 0x63E1737: g_slice_alloc (gslice.c:824)
==8552==by 0x63E3052: g_slist_append (gslist.c:117)
==8552==by 0x58B3199: append_buffer (soup-message-body.c:389)
==8552==by 0x58B4C43: read_body_chunk (soup-message-io.c:308)
==8552==by 0x58B4FC2: io_read (soup-message-io.c:754)
==8552==by 0x58B5906: io_unpause_internal (soup-message-io.c:955)
==8552==by 0x63C6261: g_main_context_dispatch (gmain.c:2009)
==8552==by 0x63C9515: g_main_context_iterate (gmain.c:2642)
==8552==by 0x63C97D6: g_main_loop_run (gmain.c:2850)
==8552==by 0x40B73F: daemon_main (daemon-main.c:270)
==8552==by 0x40B9A0: main (daemon-main-generic.c:39)

It seems to want to read the entire file into a buffer and not flush it
out to the disk at regular intervals.  However, I have no experience
with SOUP and I am finding the code hard to understand.

-- 
Heavy memory leak in gvfsd-http
https://bugs.launchpad.net/bugs/225615
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 270798] Re: lockups with default (hpet) clocksource on 2.6.27-2-generic 64-bit

2008-12-09 Thread Austin Lund
Does everyone who seems to have to also use the proprietary nvidia
kernel module with the associated X server?

Just wondering as a trace above has NVRM, and the above commenter talks
about nvidia, and I also get NVRM kernel messages.

My graphics card is: nVidia Corporation Quadro NVS 135M (rev a1)

-- 
lockups with default (hpet) clocksource on  2.6.27-2-generic 64-bit
https://bugs.launchpad.net/bugs/270798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276990] Re: iwlagn causes kernel panic on 802.11n wifi

2008-12-01 Thread Austin Lund
I have been able to recreate this fairly consistently by establishing a
connect with a wireless network (WPA encrypted, dunno if that's
important) then using the NetworkManager Applet to disable wireless.
This is not 100% repeatable, but when I've freshly booted the machine it
seems very repeatable.

-- 
iwlagn causes kernel panic on 802.11n wifi
https://bugs.launchpad.net/bugs/276990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 300292] Re: warning issued in iwl3945 about rs_get_rate

2008-12-01 Thread Austin Lund
I got a similar trace with the iwlagn driver:

[18444.964027] [ cut here ]
[18444.964033] WARNING: at 
/build/buildd/linux-2.6.27/include/../net/mac80211/rate.h:152 
rs_get_rate+0xd1/0x1f0 [iwlagn]()
[18444.964038] Modules linked in: ipv6 af_packet binfmt_misc ppdev acpi_cpufreq 
cpufreq_powersave cpufreq_userspace cpufreq_ondemand cpufreq_conservative 
cpufreq_stats freq_table container sbs sbshc pci_slot iptable_filter ip_tables 
x_tables sbp2 lp snd_hda_intel joydev snd_pcm_oss snd_mixer_oss pcmcia arc4 
snd_pcm ecb crypto_blkcipher snd_seq_dummy snd_seq_oss iwlagn iwlcore rfkill 
snd_seq_midi led_class mac80211 snd_rawmidi serio_raw snd_seq_midi_event 
yenta_socket cfg80211 usbhid snd_seq psmouse rsrc_nonstatic btusb pcspkr dcdbas 
pcmcia_core iTCO_wdt hid snd_timer evdev iTCO_vendor_support snd_seq_device 
nvidia(P) bluetooth parport_pc video output i2c_core snd soundcore parport wmi 
snd_page_alloc button battery intel_agp ac shpchp pci_hotplug ext3 jbd mbcache 
sd_mod crc_t10dif sr_mod cdrom sg ata_generic pata_acpi ata_piix ohci1394 
libata ieee1394 scsi_mod tg3 libphy ehci_hcd dock uhci_hcd usbcore thermal 
processor fan fbcon tileblit font bitblit softcursor fuse
[18444.964210] Pid: 4407, comm: iwlagn Tainted: PW 2.6.27-9-generic #1
[18444.964215] 
[18444.964217] Call Trace:
[18444.964231]  [] warn_on_slowpath+0x64/0x90
[18444.964240]  [] ? __enqueue_entity+0x93/0xa0
[18444.964249]  [] ? apic_wait_icr_idle+0x18/0x40
[18444.964257]  [] ? native_smp_send_reschedule+0x3f/0x60
[18444.964272]  [] rs_get_rate+0xd1/0x1f0 [iwlagn]
[18444.964303]  [] rate_control_get_rate+0x87/0x160 [mac80211]
[18444.964331]  [] invoke_tx_handlers+0x54d/0x760 [mac80211]
[18444.964357]  [] ? __ieee80211_tx_prepare+0x198/0x260 
[mac80211]
[18444.964384]  [] ieee80211_tx+0xa6/0x220 [mac80211]
[18444.964394]  [] ? skb_release_data+0x8d/0xd0
[18444.964421]  [] ieee80211_master_start_xmit+0x151/0x220 
[mac80211]
[18444.964430]  [] dev_hard_start_xmit+0x125/0x180
[18444.964438]  [] __qdisc_run+0x206/0x250
[18444.964445]  [] dev_queue_xmit+0x2f8/0x420
[18444.964471]  [] ieee80211_sta_tx+0x8f/0xb0 [mac80211]
[18444.964497]  [] ieee80211_send_auth+0x14e/0x180 [mac80211]
[18444.964523]  [] ieee80211_sta_work+0x346/0x400 [mac80211]
[18444.964550]  [] ? ieee80211_sta_work+0x0/0x400 [mac80211]
[18444.964560]  [] run_workqueue+0xc2/0x1a0
[18444.964567]  [] worker_thread+0xaf/0x130
[18444.964574]  [] ? autoremove_wake_function+0x0/0x40
[18444.964581]  [] ? worker_thread+0x0/0x130
[18444.964587]  [] kthread+0x4e/0x90
[18444.964594]  [] child_rip+0xa/0x11
[18444.964601]  [] ? kthread+0x0/0x90
[18444.964606]  [] ? child_rip+0x0/0x11
[18444.964610] 
[18444.964613] ---[ end trace 5eabd3edf27b2809 ]---

-- 
warning issued in iwl3945 about rs_get_rate
https://bugs.launchpad.net/bugs/300292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 388726] [NEW] LaTeX plugin for gedit cannot handle directories with spaces

2009-06-17 Thread Austin Lund
Public bug reported:

Binary package hint: gedit-plugins

Trying to build a latex file using the gedit latex plugin when the file
is in a directory which contains a space gives the following error:

Traceback (most recent call last):
  File "/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py", line 
271, in _on_action_activated
action.activate(self._window_context)
  File "/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/tools/__init__.py", line 
124, in activate
self._runner.run(context.active_editor.file, self._tool, tool_view)
  File "/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/tools/__init__.py", line 
162, in run
chdir(file.dirname)
OSError: [Errno 2] No such file or directory: 
'/home/lund/Work/Weak%20Measurements'

** Affects: gedit-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
LaTeX plugin for gedit cannot handle directories with spaces
https://bugs.launchpad.net/bugs/388726
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 390435] Re: Connecting via mmsh uses full URI and not path

2009-06-22 Thread Austin Lund
** Also affects: libmms (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Connecting via mmsh uses full URI and not path
https://bugs.launchpad.net/bugs/390435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348834] Re: Can't print on HP 4000N with Jaunty

2009-05-06 Thread Austin Lund
Not that I know much about printing, but I'd say the problem is in the
preprocessing.

In particular this part I never saw in previous logs.  Perhaps other
printers can deal with this somehow.

D [05/May/2009:08:39:36 -0400] Discarding unused printer-state-changed event...
D [05/May/2009:08:39:36 -0400] [Job 18] Read 4096 bytes of print data...
D [05/May/2009:08:39:36 -0400] [Job 18] Wrote 4096 bytes of print data...
D [05/May/2009:08:39:36 -0400] [Job 18] 
D [05/May/2009:08:39:36 -0400] [Job 18]  This file had errors that were 
repaired or ignored.
D [05/May/2009:08:39:36 -0400] [Job 18]  The file was produced by: 
D [05/May/2009:08:39:36 -0400] [Job 18]   pdftopdf 
D [05/May/2009:08:39:36 -0400] [Job 18]  Please notify the author of the 
software that produced this
D [05/May/2009:08:39:36 -0400] [Job 18]  file that it does not conform to 
Adobe's published PDF
D [05/May/2009:08:39:36 -0400] [Job 18]  specification.
D [05/May/2009:08:39:36 -0400] [Job 18] 
D [05/May/2009:08:39:36 -0400] [Job 18] Wrote 1 pages...
D [05/May/2009:08:39:36 -0400] [Job 18] Read 2396 bytes of print data...
D [05/May/2009:08:39:36 -0400] [Job 18] Wrote 2396 bytes of print data...

** Attachment added: "error_log"
   http://launchpadlibrarian.net/26417441/error_log

-- 
Can't print on HP 4000N with Jaunty
https://bugs.launchpad.net/bugs/348834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 172493] Re: Totem uses wrong framerates for streaming video

2009-04-23 Thread Austin Lund
Well. I can confirm it is fixed in 9.04.  The link is broken, but here
is another one:

http://mpegmedia.abc.net.au/tv/enoughrope/vodcast/enoughrope_stiller.wmv

I get some tearing, but that is clearly another issue.

-- 
Totem uses wrong framerates for streaming video
https://bugs.launchpad.net/bugs/172493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348834] Re: Can't print on HP 4000N with Jaunty

2009-04-23 Thread Austin Lund
I have the same problem too.  I've tried using different protocols, and
they all give the same results.

-- 
Can't print on HP 4000N with Jaunty
https://bugs.launchpad.net/bugs/348834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348834] Re: Can't print on HP 4000N with Jaunty

2009-04-23 Thread Austin Lund
Works fine on the HP LaserJet 4100 we have here.  This problem seems to
be to a very specific printer model.

-- 
Can't print on HP 4000N with Jaunty
https://bugs.launchpad.net/bugs/348834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348834] Re: Can't print on HP 4000N with Jaunty

2009-04-23 Thread Austin Lund
I'm not 100% sure how to answer that, but I'm using hpijs.

-- 
Can't print on HP 4000N with Jaunty
https://bugs.launchpad.net/bugs/348834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348834] Re: Can't print on HP 4000N with Jaunty

2009-04-23 Thread Austin Lund
Err... I don't know what I'm talking about.

But hplip 3.9.2-3ubuntu4 the package I have.

-- 
Can't print on HP 4000N with Jaunty
https://bugs.launchpad.net/bugs/348834
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334671] Re: USB do not create acces icon on desktop for INSIGNIA NS-DV4G

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
USB do not create acces icon on desktop for INSIGNIA NS-DV4G
https://bugs.launchpad.net/bugs/334671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311807] Re: display stops syslog shows usb address problem

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
display stops syslog shows usb address problem
https://bugs.launchpad.net/bugs/311807
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 313201] Re: system hung when synchronising foxmarks and trying applications browser

2009-03-09 Thread Austin Lund
Can you please attach /var/log/syslog to this report?

Do you have another computer to check if networking is still up when the
system freezes?

-- 
system hung when synchronising foxmarks and trying applications browser
https://bugs.launchpad.net/bugs/313201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 310319] Re: Aiptek pencam detected but does not work

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Aiptek pencam detected but does not work
https://bugs.launchpad.net/bugs/310319
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340126] Re: Ubuntu 8.10 amd64 freezes

2009-03-09 Thread Austin Lund
Have you run the memtest86+ memory checker?  It can be found by pressing
ESC when the bootloader prompts you do to so (you should get about 3
seconds to do this).  This is just to check and see if your new memory
is faulty or not.

Sometimes these hardware problems can be intermittent and it seems to be
related to the software.  It can also be a function of how memory is
allocated.  So just to make sure, it is a good idea to run the memory
checker.

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

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


[Bug 340027] Re: Firefox crashes on Intrepid

2009-03-09 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

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

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


[Bug 340086] Re: Jaunty Alpha 5: Thunderbird does not start

2009-03-09 Thread Austin Lund
** Changed in: mozilla-thunderbird (Ubuntu)
Sourcepackagename: None => mozilla-thunderbird

-- 
Jaunty Alpha 5: Thunderbird does not start
https://bugs.launchpad.net/bugs/340086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340015] Re: system freezes with caps lock indicator blinking (8.10)

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
system freezes with caps lock indicator blinking (8.10)
https://bugs.launchpad.net/bugs/340015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339838] Re: (USB) mp5 player not found -- and then it is!

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
(USB) mp5 player not found -- and then it is!
https://bugs.launchpad.net/bugs/339838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339611] Re: the clock behind

2009-03-09 Thread Austin Lund
** Changed in: ntp (Ubuntu)
Sourcepackagename: None => ntp

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

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


[Bug 339876] Re: Firefox closes all windows when one session is closed

2009-03-09 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

-- 
Firefox closes all windows when one session is closed
https://bugs.launchpad.net/bugs/339876
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339573] Re: Blender's Window Render don't stop with escape key

2009-03-09 Thread Austin Lund
** Changed in: blender (Ubuntu)
Sourcepackagename: None => blender

-- 
Blender's Window Render don't stop with escape key
https://bugs.launchpad.net/bugs/339573
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338913] Re: Search for Files window too big for screen

2009-03-09 Thread Austin Lund
** Changed in: gnome-utils (Ubuntu)
Sourcepackagename: None => gnome-utils

-- 
Search for Files window too big for screen
https://bugs.launchpad.net/bugs/338913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338503] Re: bash settings lost during console login

2009-03-09 Thread Austin Lund
** Changed in: bash (Ubuntu)
Sourcepackagename: None => bash

-- 
bash settings lost during console login
https://bugs.launchpad.net/bugs/338503
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 335207] Re: since Kernel 2.6.24 ubuntu pauses at boot + no sound on Thinkpad X31

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
since Kernel 2.6.24 ubuntu pauses at boot + no sound on Thinkpad X31
https://bugs.launchpad.net/bugs/335207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 337686] Re: no visible texts in menu

2009-03-09 Thread Austin Lund
** Changed in: openoffice.org (Ubuntu)
Sourcepackagename: None => openoffice.org

-- 
no visible texts in menu
https://bugs.launchpad.net/bugs/337686
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 335475] Re: not work disabled features: Mount user-space fileystems(FUSE)&Automaticy get access in external disks data

2009-03-09 Thread Austin Lund
** Changed in: gnome-system-tools (Ubuntu)
Sourcepackagename: None => gnome-system-tools

-- 
not work disabled features: Mount user-space fileystems(FUSE)&Automaticy get 
access in external disks data
https://bugs.launchpad.net/bugs/335475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340032] Re: Jaunty: Firefox crashes while using plugin finder service

2009-03-09 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

-- 
Jaunty: Firefox crashes while using plugin finder service
https://bugs.launchpad.net/bugs/340032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335011] Re: Ubuntu 8.10 crashes

2009-03-09 Thread Austin Lund
*** This bug is a duplicate of bug 309505 ***
https://bugs.launchpad.net/bugs/309505

** This bug has been marked a duplicate of bug 309505
   firefox 3.05 crashes ubuntu 8.10

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

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


[Bug 339981] Re: Shutdown dialog not offering other options but the chosen one

2009-03-09 Thread Austin Lund
** Changed in: kdebase-kde4 (Ubuntu)
Sourcepackagename: None => kdebase-kde4

-- 
Shutdown dialog not offering other options but the chosen one
https://bugs.launchpad.net/bugs/339981
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339811] Re: Cannot set refresh rate other than 60 Hz, xrandr reports false frequency

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
Cannot set refresh rate other than 60 Hz, xrandr reports false frequency
https://bugs.launchpad.net/bugs/339811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 309505] Re: firefox 3.05 crashes ubuntu 8.10

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
   Status: Invalid => New

-- 
firefox 3.05 crashes ubuntu 8.10
https://bugs.launchpad.net/bugs/309505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339783] Re: Separate X-screen, apps launched from 2nd screen appear on first screen

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
Separate X-screen, apps launched from 2nd screen appear on first screen
https://bugs.launchpad.net/bugs/339783
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339130] Re: cdrdao cant find drives

2009-03-09 Thread Austin Lund
** Changed in: cdrdao (Ubuntu)
Sourcepackagename: None => cdrdao

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

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


[Bug 334717] Re: Quickcam Messenger Device ID: 046d:08f0 does not work with Jaunty

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Quickcam Messenger Device ID: 046d:08f0 does not work with Jaunty
https://bugs.launchpad.net/bugs/334717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334703] Re: Problems With Top of Window Boarder After Updates

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
Problems With Top of Window Boarder After Updates
https://bugs.launchpad.net/bugs/334703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334637] Re: My home screen won't come up upon signing in.

2009-03-09 Thread Austin Lund
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None => gnome-panel

-- 
My home screen won't come up upon signing in.
https://bugs.launchpad.net/bugs/334637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339873] Re: System freezes in Ubuntu 9.04 alpha 5

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
System freezes in Ubuntu 9.04 alpha 5
https://bugs.launchpad.net/bugs/339873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339704] Re: Add/Remove error

2009-03-09 Thread Austin Lund
** Changed in: gnome-app-install (Ubuntu)
Sourcepackagename: None => gnome-app-install

-- 
Add/Remove error
https://bugs.launchpad.net/bugs/339704
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 339523] Re: package libxine1-bin 1.1.15-0ubuntu3.1 failed to install/upgrade: package libxine1-bin is not ready for configuration

2009-03-09 Thread Austin Lund
** Changed in: xine-lib (Ubuntu)
Sourcepackagename: None => xine-lib

-- 
package libxine1-bin 1.1.15-0ubuntu3.1 failed to install/upgrade: package 
libxine1-bin is not ready for configuration
https://bugs.launchpad.net/bugs/339523
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339180] Re: Volume change freezes flash video player in Firefox

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Volume change freezes flash video player in Firefox
https://bugs.launchpad.net/bugs/339180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339893] Re: package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: nie mo?na zrobi? kopii dowi?zania dla "./boot/vmlinuz-2.6.27-7-generic" dop?ki nie zostanie zainstalowana i

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to install/upgrade: nie 
mo?na zrobi? kopii dowi?zania dla "./boot/vmlinuz-2.6.27-7-generic" dop?ki nie 
zostanie zainstalowana inna jego wersja: Operation not permitted
https://bugs.launchpad.net/bugs/339893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339505] Re: Switching Desktop Environment

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

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

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


[Bug 339495] Re: [Jaunty] Synaptic doesn't find new software

2009-03-09 Thread Austin Lund
** Changed in: synaptic (Ubuntu)
Sourcepackagename: None => synaptic

-- 
[Jaunty] Synaptic doesn't find new software
https://bugs.launchpad.net/bugs/339495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339493] Re: Ubuntu update to 9.04 -> "no space left on device"

2009-03-09 Thread Austin Lund
** Changed in: update-manager (Ubuntu)
Sourcepackagename: None => update-manager

-- 
Ubuntu update to 9.04 -> "no space left on device"
https://bugs.launchpad.net/bugs/339493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340193] Re: WEP connects but no internet under jaunty 9.04 asus 1000he

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
WEP connects but no internet under jaunty 9.04 asus 1000he
https://bugs.launchpad.net/bugs/340193
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339982] Re: X hangs for no apparent reason

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
X hangs for no apparent reason
https://bugs.launchpad.net/bugs/339982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339654] Re: Remote Desktop not working in Ubuntu CE 8

2009-03-09 Thread Austin Lund
** Changed in: vinagre (Ubuntu)
Sourcepackagename: None => vinagre

-- 
Remote Desktop not working in Ubuntu CE 8
https://bugs.launchpad.net/bugs/339654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339518] Re: Fails to display & ends

2009-03-09 Thread Austin Lund
** Changed in: system-config-lvm (Ubuntu)
Sourcepackagename: None => system-config-lvm

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

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


[Bug 339828] Re: Alt+ shortcuts not working

2009-03-09 Thread Austin Lund
** Changed in: gnome-system-tools (Ubuntu)
Sourcepackagename: None => gnome-system-tools

-- 
Alt+ shortcuts not working
https://bugs.launchpad.net/bugs/339828
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339471] Re: kernel 2.6.27-13-generic

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

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

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


[Bug 340223] Re: Ubuntu genneral fails with Mass Storage on some SonyEricsson Phones

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Ubuntu genneral fails with Mass Storage on some SonyEricsson Phones
https://bugs.launchpad.net/bugs/340223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339161] Re: downloader did not auto detect the transmission

2009-03-09 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

-- 
downloader did not auto detect the transmission
https://bugs.launchpad.net/bugs/339161
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334384] Re: iwl3945 cannot be enabled when disabled (via killswitch) during boot

2009-03-09 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
iwl3945 cannot be enabled when disabled (via killswitch) during boot
https://bugs.launchpad.net/bugs/334384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 295012] Re: Bluetooth ALSA Crash with Skype in 8.10

2009-03-09 Thread Austin Lund
** Changed in: bluez (Ubuntu)
Sourcepackagename: None => bluez

-- 
Bluetooth ALSA Crash with Skype in 8.10
https://bugs.launchpad.net/bugs/295012
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293642] Re: [Intrepid] Fn-key locks up computer

2009-03-09 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
[Intrepid] Fn-key locks up computer
https://bugs.launchpad.net/bugs/293642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 313201] Re: system hung when synchronising foxmarks and trying applications browser

2009-03-10 Thread Austin Lund
The syslogs don't give much of a clue to what is happening.

What is needed is to figure out what package to assign this too so then
more expert people can help.

I'm not sure if it is the linux kernel or xorg.

This may or may not help, but if you can ssh into the machine after the
freeze and then type 'dmesg' to get the kernel messages and attach the
last 20 or so lines, then that may have a message about what when wrong.
Often the logs are not cleared to the disk when the system is hard
reset.

Also, what might be good is the /var/log/Xorg* log files.

-- 
system hung when synchronising foxmarks and trying applications browser
https://bugs.launchpad.net/bugs/313201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311974] Re: In aid for the opening of a location, it shows that I must use the box. But in the window "open a" no drop-down list.

2009-03-10 Thread Austin Lund
** Changed in: totem (Ubuntu)
Sourcepackagename: None => totem

-- 
In aid for the opening of a location, it shows that I must use the box. But in 
the window "open a" no drop-down list.
https://bugs.launchpad.net/bugs/311974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 299332] Re: Screen crash when installing KDE desktop in GNOME at ThinkPad T41

2009-03-10 Thread Austin Lund
** Changed in: kdebase-kde4 (Ubuntu)
Sourcepackagename: None => kdebase-kde4

-- 
Screen crash when installing KDE desktop in GNOME at ThinkPad T41
https://bugs.launchpad.net/bugs/299332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293272] Re: Long wait on HAL checking and when loads my Keyobord and mouse stoped working in my laptop

2009-03-10 Thread Austin Lund
** Changed in: hal (Ubuntu)
Sourcepackagename: None => hal

-- 
Long wait on HAL checking and when loads my Keyobord and mouse stoped working 
in my laptop
https://bugs.launchpad.net/bugs/293272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340696] Re: Firefox bug

2009-03-10 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

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

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


[Bug 340673] Re: ATi Radeon 9600 Pro

2009-03-10 Thread Austin Lund
** Changed in: compiz (Ubuntu)
Sourcepackagename: None => compiz

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

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


[Bug 340409] Re: Ubuntu Intrepid cannot be remastered: Ubiquity reports I/O error

2009-03-10 Thread Austin Lund
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None => ubiquity

-- 
Ubuntu Intrepid cannot be remastered: Ubiquity reports I/O error
https://bugs.launchpad.net/bugs/340409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340793] Re: cursor freezes in Jaunty Alpha 5 with Nvidia 180 driver

2009-03-10 Thread Austin Lund
** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
Sourcepackagename: None => nvidia-graphics-drivers-180

-- 
cursor freezes in Jaunty Alpha 5 with Nvidia 180 driver
https://bugs.launchpad.net/bugs/340793
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340739] Re: Unable to use TurboTax online to do my taxes.

2009-03-10 Thread Austin Lund
** Changed in: firefox-3.0 (Ubuntu)
Sourcepackagename: None => firefox-3.0

-- 
Unable to use TurboTax online to do my taxes.
https://bugs.launchpad.net/bugs/340739
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340733] Re: Macbook shuts down without ejecting LiveCD

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Macbook shuts down without ejecting LiveCD
https://bugs.launchpad.net/bugs/340733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340693] Re: Intrepid not immediately recognizing usb mouse.

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Intrepid not immediately recognizing usb mouse.
https://bugs.launchpad.net/bugs/340693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340808] Re: printing problem - fails to print second time

2009-03-10 Thread Austin Lund
** Changed in: cups (Ubuntu)
Sourcepackagename: None => cups

-- 
printing problem - fails to print second time
https://bugs.launchpad.net/bugs/340808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340692] Re: [System manufacturer Maximus II Formula] suspend/resume failure [non-free: nvidia]

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
[System manufacturer Maximus II Formula] suspend/resume failure [non-free: 
nvidia]
https://bugs.launchpad.net/bugs/340692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340792] Re: Pc Portable 10" (The size of the screen) message hide the task bar

2009-03-10 Thread Austin Lund
** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None => gnome-control-center

-- 
Pc Portable 10" (The size of the screen) message hide the task bar
https://bugs.launchpad.net/bugs/340792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340363] Re: kbluetooth4 + BT Microsoft mouse

2009-03-10 Thread Austin Lund
** Changed in: kdebluetooth (Ubuntu)
Sourcepackagename: None => kdebluetooth

-- 
kbluetooth4 + BT Microsoft mouse
https://bugs.launchpad.net/bugs/340363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340689] Re: None of my windows have title bars, and defaulty open in the upper left, I also can't alt-tab

2009-03-10 Thread Austin Lund
** Changed in: gnome-session (Ubuntu)
Sourcepackagename: None => gnome-session

-- 
None of my windows have title bars, and defaulty open in the upper left, I also 
can't alt-tab
https://bugs.launchpad.net/bugs/340689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340682] Re: Nonexistent partition displayed on places menu

2009-03-10 Thread Austin Lund
** Changed in: gparted (Ubuntu)
Sourcepackagename: None => gparted

-- 
Nonexistent partition displayed on places menu
https://bugs.launchpad.net/bugs/340682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340243] Re: Depends: python (<2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-10 Thread Austin Lund
** Changed in: gnome-common (Ubuntu)
Sourcepackagename: None => gnome-common

-- 
Depends: python (<2.6) but 2.6.1-0ubuntu3 is to be installed
https://bugs.launchpad.net/bugs/340243
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340740] Re: will not update or load add software. starts then white box appears and then nothing

2009-03-10 Thread Austin Lund
** Changed in: update-manager (Ubuntu)
Sourcepackagename: None => update-manager

-- 
will not update or load add software. starts then white box appears and then 
nothing
https://bugs.launchpad.net/bugs/340740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340437] Re: cannot get ip address from dhcp

2009-03-10 Thread Austin Lund
** Changed in: dhcp3 (Ubuntu)
Sourcepackagename: None => dhcp3

-- 
cannot get ip address from dhcp
https://bugs.launchpad.net/bugs/340437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340359] Re: Not a WebDAV enabled share

2009-03-10 Thread Austin Lund
** Changed in: gvfs (Ubuntu)
Sourcepackagename: None => gvfs

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

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


[Bug 340061] Re: Workspace Switcher/compiz kills gnome pannel when attempting to switch work place

2009-03-10 Thread Austin Lund
** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: None => gnome-panel

-- 
Workspace Switcher/compiz kills gnome pannel when attempting to switch work 
place
https://bugs.launchpad.net/bugs/340061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339824] Re: Digital media card reader not working on HP Pavillon zd7000

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
Digital media card reader not working on HP Pavillon zd7000
https://bugs.launchpad.net/bugs/339824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340886] Re: i can not see youtube videos using totem

2009-03-10 Thread Austin Lund
** Changed in: totem (Ubuntu)
Sourcepackagename: None => totem

-- 
i can not see youtube videos using totem
https://bugs.launchpad.net/bugs/340886
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339683] Re: Bad number of steps in brightness OSD

2009-03-10 Thread Austin Lund
** Changed in: gnome-settings-daemon (Ubuntu)
Sourcepackagename: None => gnome-settings-daemon

-- 
Bad number of steps in brightness OSD
https://bugs.launchpad.net/bugs/339683
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338912] Re: unable to activate atheros hardware driver

2009-03-10 Thread Austin Lund
** Changed in: jockey (Ubuntu)
Sourcepackagename: None => jockey

-- 
unable to activate atheros hardware driver
https://bugs.launchpad.net/bugs/338912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333018] Re: mobile phone usb connection crashes

2009-03-10 Thread Austin Lund
** Changed in: hal (Ubuntu)
Sourcepackagename: None => hal

-- 
mobile phone usb connection crashes
https://bugs.launchpad.net/bugs/333018
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 332370] Re: Screen is black after unlocking during a rest break

2009-03-10 Thread Austin Lund
** Changed in: workrave (Ubuntu)
Sourcepackagename: None => workrave

-- 
Screen is black after unlocking during a rest break
https://bugs.launchpad.net/bugs/332370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339244] Re: /etc/rcS.d/S11mountdevsubfs.sh calls domount incorrectly

2009-03-10 Thread Austin Lund
** Changed in: sysvinit (Ubuntu)
Sourcepackagename: None => sysvinit

-- 
/etc/rcS.d/S11mountdevsubfs.sh calls domount incorrectly
https://bugs.launchpad.net/bugs/339244
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 339029] Re: Volume control unresponsive over full range

2009-03-10 Thread Austin Lund
** Changed in: gnome-settings-daemon (Ubuntu)
Sourcepackagename: None => gnome-settings-daemon

-- 
Volume control unresponsive over full range
https://bugs.launchpad.net/bugs/339029
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340445] Re: vlc, mplayer, kaffeine, dragon player, closes as soon as they open. Cant play wmv, flv, mpeg etc. I installed the restricted codecs.

2009-03-10 Thread Austin Lund
** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
vlc, mplayer, kaffeine, dragon player, closes as soon as they open. Cant play 
wmv, flv, mpeg etc. I installed the restricted codecs.
https://bugs.launchpad.net/bugs/340445
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333277] Re: Ubuntu 8.10 kills WinXP on SATA RAID array without warning.

2009-03-10 Thread Austin Lund
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None => ubiquity

-- 
Ubuntu 8.10 kills WinXP on SATA RAID array without warning.
https://bugs.launchpad.net/bugs/333277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333268] Re: problem with accents in vym and lyx in jaunty

2009-03-10 Thread Austin Lund
** Changed in: lyx (Ubuntu)
Sourcepackagename: None => lyx

-- 
problem with accents in vym and lyx in jaunty
https://bugs.launchpad.net/bugs/333268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340892] Re: New version of boinc...

2009-03-10 Thread Austin Lund
** Changed in: boinc (Ubuntu)
Sourcepackagename: None => boinc

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

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


[Bug 340889] Re: I am new to Linux and can't get my Logitech Quickcam to work. Do you have any suggestions? I get this error message when I open Ekiga to test my camera: "Error while opening video dev

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
I am new to Linux and can't get my Logitech Quickcam to work. Do you have any 
suggestions?  I get this error message when I open Ekiga to test my camera:  
"Error while opening video device /dev/video0 There was an error while opening 
the device. Please check your permissions and make sure that the appropriate 
driver is loaded."  I have used Synaptic Package Manager to install 
qc-usb-source, but that hasn't enabled my Logitech Quickcam. Thanks!
https://bugs.launchpad.net/bugs/340889
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292007] Re: usb devices don't work after hub is power cycled

2009-03-10 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None => linux

-- 
usb devices don't work after hub is power cycled
https://bugs.launchpad.net/bugs/292007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   >