[Bug 1015740] [NEW] Empathy wont connect to MSN XMPP

2012-06-20 Thread Jacob Emcken
Public bug reported:

Some days ago Empathy stopped being able to connect to MSN (Windows
Live) via XMPP (configured via Online Accounts).

As far as I can tell this is due to a change on the Microsoft XMPP
servers.

See:
http://social.msdn.microsoft.com/Forums/en-US/messengerconnect/thread/5a0ca19f-46d5-4c23-9921-8b032d562c2e

Also see Xavier Claessens blog post which describes the problem and the 
solution:
http://blogs.gnome.org/xclaesse/2012/06/20/problems-with-windows-lives-xmpp-server/

** Affects: telepathy-gabble
 Importance: Unknown
 Status: Unknown

** Affects: telepathy-gabble (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: freedesktop.org Bugzilla #51033
   https://bugs.freedesktop.org/show_bug.cgi?id=51033

** Also affects: telepathy-gabble via
   https://bugs.freedesktop.org/show_bug.cgi?id=51033
   Importance: Unknown
   Status: Unknown

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

Title:
  Empathy wont connect to MSN XMPP

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1015740/+subscriptions

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


[Bug 929228]

2012-05-14 Thread Jacob Emcken
Created attachment 61449
Failed connection attempt

I think I'm affected by the same bug.
I've used Gnome Online Accounts to connect to my Windows Live account yesterday.

I've was online yesterday but today when my laptop woke from suspend I
just keep getting Network error.

I've tried closing empathy and killing all processes containing the name
telepathy and mission-control. The connection still fails.

I've attached a log file.
I cleared the log
Hit reconnect
When I got the error again I pressed pause and saved the log to a file.

Let me know if you want me to try stuff out.

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

Title:
  Empathy can't connect to Windows Live

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-butterfly/+bug/929228/+subscriptions

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


[Bug 828273] Re: After resume, showing 2 batteries even though only one installed

2011-10-21 Thread Jacob Emcken
** Bug watch added: Red Hat Bugzilla #694482
   https://bugzilla.redhat.com/show_bug.cgi?id=694482

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=694482
   Importance: Unknown
   Status: Unknown

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

Title:
  After resume, showing 2 batteries even though only one installed

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

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


[Bug 860427] Re: Oneiric displays 'Laptop battery critically low' message after AC is unplugged when 'charged' shown on battery indicator

2011-10-21 Thread Jacob Emcken
Could these be related?
https://bugs.launchpad.net/fedora/+bug/828273

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

Title:
  Oneiric displays 'Laptop battery critically low' message after AC is
  unplugged when  'charged' shown on battery indicator

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

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


[Bug 432558] Re: telepathy-butterfly crashed with UnicodeDecodeError in _print_MSG()

2009-10-06 Thread Jacob Emcken
~/papyon [master] $ git log -p -1
commit bc69834f24838ed10de20da358dda9ecdcaf2873
Author: Olivier Le Thanh Duong oliv...@lethanh.be
Date:   Wed Sep 30 21:40:38 2009 +0200

Fix crash when printing unicode char in message headers (fd.o #24223)

Call repr() on headers' values in our re-implementation of Message.__repr__
to avoid an UnicodeDecodeException when logging

diff --git a/papyon/msnp/message.py b/papyon/msnp/message.py
index 92e95e1..506737c 100644
--- a/papyon/msnp/message.py
+++ b/papyon/msnp/message.py
@@ -69,7 +69,7 @@ class Message(HTTPMessage):
 Represents the payload of the message
 message = ''
 for header_name, header_value in self.headers.iteritems():
-message += '\t%s: %s\\r\\n\n' % (header_name, header_value)
+message += '\t%s: %s\\r\\n\n' % (header_name, repr(header_value))
 message += '\t\\r\\n\n'
 if self.headers['Content-Type'] != application/x-msnmsgrp2p:
 message += '\t' + debug.escape_string(self.body).\

-- 
telepathy-butterfly crashed with UnicodeDecodeError in _print_MSG()
https://bugs.launchpad.net/bugs/432558
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 439629] [NEW] Missing Tango indicator applet icon

2009-09-30 Thread Jacob Emcken
Public bug reported:

Binary package hint: tango-icon-theme

First install the package tango-icon-theme which isn't installed by default. 
I'm currently using the version 0.8.90-3.
Right click on the desktop.
Click Change desktop background.
Click the Theme tab.
Click Customize...
Click Icons tab in the newly opened window.
Choose Tango from the list and see the indicator applet icon be replaced by a 
red cross within a white box which I presume is because there is no icon to use 
for this.

ProblemType: Bug
Architecture: amd64
Date: Wed Sep 30 22:41:00 2009
Dependencies: hicolor-icon-theme 0.10-2
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: tango-icon-theme 0.8.90-3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: tango-icon-theme
Uname: Linux 2.6.31-11-generic x86_64

** Affects: tango-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Missing Tango indicator applet icon
https://bugs.launchpad.net/bugs/439629
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 291760] Re: network-manager roams to (none) ((none))

2009-04-20 Thread Jacob Emcken
I've set the BSSID but I still see the roaming to none and back in
syslog.

-- 
network-manager roams to (none) ((none))  
https://bugs.launchpad.net/bugs/291760
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 291760] Re: network-manager roams to (none) ((none))

2009-04-12 Thread Jacob Emcken
I can confirm this on Jaunty last updated 3 days ago.

j...@macmini:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.33.2
netmask 255.255.255.0


j...@macmini:~$ uname -a
Linux macmini 2.6.28-11-generic #41-Ubuntu SMP Wed Apr 8 04:38:53 UTC 2009 i686 
GNU/Linux


j...@macmini:~$ lspci -vvnn
...
01:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8053 PCI-E 
Gigabit Ethernet Controller [11ab:4362] (rev 22)
Subsystem: Marvell Technology Group Ltd. Device [11ab:5321]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 256 bytes
Interrupt: pin A routed to IRQ 2301
Region 0: Memory at 5020 (64-bit, non-prefetchable) [size=16K]
Region 2: I/O ports at 1000 [size=256]
Expansion ROM at 5050 [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: sky2
Kernel modules: sky2

02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 
802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
Subsystem: Apple Computer Inc. Device [106b:0086]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 256 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at 5010 (64-bit, non-prefetchable) [size=64K]
Capabilities: access denied
Kernel driver in use: ath5k_pci
Kernel modules: ath5k
...


tail from syslog:

Apr 12 21:43:26 macmini kernel: [265376.329137] ath5k phy0: noise floor 
calibration timeout (2417MHz)
Apr 12 21:45:06 macmini kernel: [265476.044560] ath5k phy0: noise floor 
calibration timeout (2412MHz)
Apr 12 21:45:06 macmini kernel: [265476.458263] ath5k phy0: noise floor 
calibration timeout (2417MHz)
Apr 12 21:45:08 macmini NetworkManager: debug [1239565508.003125] 
periodic_update(): Roamed from BSSID 00:18:84:10:46:E2 (emcken) to (none) 
((none)) 
Apr 12 21:45:20 macmini NetworkManager: debug [1239565520.002288] 
periodic_update(): Roamed from BSSID (none) ((none)) to 00:18:84:10:46:E2 
(emcken)


This is how pinging the machine from elsewhere around when the problem
shows (notice package loss between 22 and 33):

64 bytes from 192.168.10.148: icmp_seq=13 ttl=64 time=2.40 ms
64 bytes from 192.168.10.148: icmp_seq=14 ttl=64 time=2.74 ms
64 bytes from 192.168.10.148: icmp_seq=15 ttl=64 time=6.59 ms
64 bytes from 192.168.10.148: icmp_seq=16 ttl=64 time=5.82 ms
64 bytes from 192.168.10.148: icmp_seq=17 ttl=64 time=2.54 ms
64 bytes from 192.168.10.148: icmp_seq=18 ttl=64 time=11.4 ms
64 bytes from 192.168.10.148: icmp_seq=19 ttl=64 time=5.22 ms
64 bytes from 192.168.10.148: icmp_seq=20 ttl=64 time=2.69 ms
64 bytes from 192.168.10.148: icmp_seq=21 ttl=64 time=20.0 ms
64 bytes from 192.168.10.148: icmp_seq=22 ttl=64 time=1.82 ms
64 bytes from 192.168.10.148: icmp_seq=33 ttl=64 time=8990 ms
64 bytes from 192.168.10.148: icmp_seq=34 ttl=64 time=7975 ms
64 bytes from 192.168.10.148: icmp_seq=35 ttl=64 time=6976 ms
64 bytes from 192.168.10.148: icmp_seq=36 ttl=64 time=5976 ms
64 bytes from 192.168.10.148: icmp_seq=37 ttl=64 time=4976 ms
64 bytes from 192.168.10.148: icmp_seq=38 ttl=64 time=3976 ms
64 bytes from 192.168.10.148: icmp_seq=39 ttl=64 time=2950 ms
64 bytes from 192.168.10.148: icmp_seq=40 ttl=64 time=1943 ms
64 bytes from 192.168.10.148: icmp_seq=41 ttl=64 time=943 ms
64 bytes from 192.168.10.148: icmp_seq=42 ttl=64 time=2.24 ms
64 bytes from 192.168.10.148: icmp_seq=43 ttl=64 time=3.25 ms
64 bytes from 192.168.10.148: icmp_seq=44 ttl=64 time=2.18 ms
64 bytes from 192.168.10.148: icmp_seq=45 ttl=64 time=2.25 ms

Got the following installed:
wpasupplicant  0.6.6-2ubuntu1
network-manager0.7.1~rc4.1.cf199a964-0ubuntu1

-- 
network-manager roams to (none) ((none))  
https://bugs.launchpad.net/bugs/291760
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 346690] Re: Wireless does not work in Jaunty (since alpha 5, AR242x)

2009-04-05 Thread Jacob Emcken
I fixed my problem... it seemed that the wireless inside my MacMini got
disabled somehow... really not sure how that could happen. Anyways I
turned off the MacMini completely and waited for 5-10min then turned it
back. Now wireless works as before...

Perhaps I was affected by this bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/23

Perhaps this is a dupe?

-- 
Wireless does not work in Jaunty (since alpha 5, AR242x)
https://bugs.launchpad.net/bugs/346690
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 346690] Re: Wireless does not work in Jaunty (since alpha 5, AR242x)

2009-04-04 Thread Jacob Emcken
I think I'm in the same boat... earlier in the Jaunty development the
wireless of my Mac Mini worked.

After yesterdays update I can't even scan for wireless networks anymore.

This is what I have:

j...@macmini:/etc$ lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

j...@macmini:/etc$ uname -a
Linux macmini 2.6.28-11-generic #40-Ubuntu SMP Fri Apr 3 17:39:51 UTC 2009 i686 
GNU/Linux

j...@macmini:/etc$ lspci |grep Atheros
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg 
Wireless PCI Express Adapter (rev 01)

j...@macmini:/etc$ dmesg |grep ath5k
[   10.507169] ath5k_pci :02:00.0: PCI INT A - GSI 17 (level, low) - IRQ 
17
[   10.507183] ath5k_pci :02:00.0: setting latency timer to 64
[   10.507391] ath5k_pci :02:00.0: registered as 'phy0'
[   10.731844] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa3, PHY: 0x61)
[   25.467657] ath5k phy0: gain calibration timeout (2412MHz)
[   25.467663] ath5k phy0: can't reset hardware (-11)

I have attached the output from lshw -C network.

j...@macmini:~$ sudo iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down

j...@macmini:~$ sudo ip link set up dev wlan0
RTNETLINK answers: Resource temporarily unavailable

I have no idea why my wireless seems to be disabled :-S

** Attachment added: output from: lshw -C network
   http://launchpadlibrarian.net/24813781/lshw_network.txt

-- 
Wireless does not work in Jaunty (since alpha 5, AR242x)
https://bugs.launchpad.net/bugs/346690
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 327107] Re: [i855] [jaunty] external monitor makes X fail

2009-04-03 Thread Jacob Emcken
*** This bug is a duplicate of bug 322646 ***
https://bugs.launchpad.net/bugs/322646

** This bug has been marked a duplicate of bug 322646
   [855] unable to run X in 9.04 - couldn't bind memory for BO backbuffer

-- 
[i855] [jaunty] external monitor makes X fail
https://bugs.launchpad.net/bugs/327107
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 337374] Re: Pidgin should ship a high resolution icon

2009-04-03 Thread Jacob Emcken
*** This bug is a duplicate of bug 216460 ***
https://bugs.launchpad.net/bugs/216460

** This bug has been marked a duplicate of bug 216460
   pidgin program icon doesn't scale

-- 
Pidgin should ship a high resolution icon
https://bugs.launchpad.net/bugs/337374
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 216460] Re: pidgin program icon doesn't scale

2009-04-03 Thread Jacob Emcken
Just noticed that the bug was set to incomplete... this is still an
issue - reopening

** Changed in: pidgin (Ubuntu)
   Status: Incomplete = New

** Also affects: pidgin via
   http://developer.pidgin.im/ticket/8556
   Importance: Unknown
   Status: Unknown

-- 
pidgin program icon doesn't scale
https://bugs.launchpad.net/bugs/216460
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 216460] Re: pidgin program icon doesn't scale

2009-03-18 Thread Jacob Emcken
This is still an issue using Jaunty

Attached a screenshot trying to start Pidgin from Gnome-Do.

** Attachment added: Pidgin from gnome do.png
   http://launchpadlibrarian.net/24092858/Pidgin%20from%20gnome%20do.png

-- 
pidgin program icon doesn't scale
https://bugs.launchpad.net/bugs/216460
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 216460] Re: pidgin program icon doesn't scale

2009-03-18 Thread Jacob Emcken
This bug might be a dupe of:
https://bugs.launchpad.net/ubuntu/+bug/337374

The other bug also links to a bug report on Pidgins trac:
http://developer.pidgin.im/ticket/8556

-- 
pidgin program icon doesn't scale
https://bugs.launchpad.net/bugs/216460
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 337374] Re: Pidgin should ship a high resolution icon

2009-03-18 Thread Jacob Emcken
I think this has already been reported here:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/216460

-- 
Pidgin should ship a high resolution icon
https://bugs.launchpad.net/bugs/337374
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 327107] [NEW] [jaunty] external monitor makes X fail

2009-02-09 Thread Jacob Emcken
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I have an IBM x40 laptop and ran into this problem when attaching an
external screen with the resolution of 1920x1200 (LG 24) the normal
resolution of the LVDS is 1024x768.

If I booted the machine without the external screen I could login and
use the Compiz no problem. If I attached an external screen while in
Gnome the resolution manager wouldn't find the new screen. So I log out
while the external screen is attached and the screen would flicker a few
times and start in fail safe mode. If I detached the external screen and
restart GDM... I'm back in a working system but can't use my external
screen.

If I had the external monitor detached but set the Virtual resolution to 
1920x1200 instead - it would still trigger the error.
This might be a way to reproduce without having an external monitor.

My error message is slightly different than in bug #304871 (notice BACK
buffer), but still might be a dupe?:

[1 sec: 398636 usec](EE) intel(0): Failed to pin back buffer: Cannot allocate 
memory
[1 sec: 398707 usec]
Fatal server error:
[1 sec: 398723 usec]Couldn't bind memory for BO back buffer


But using the same workaround as in bug #304871 works:

Setting 'Option DRI false

Now I can use my external screen in 1920x1600 but without Compiz.
With DRI enabled I was able to go as high as 1680x1050 using Virtual. It gave 
weird graphic errors though so I gave it up.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] external monitor makes X fail
https://bugs.launchpad.net/bugs/327107
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 327107] Re: [jaunty] external monitor makes X fail

2009-02-09 Thread Jacob Emcken

** Attachment added: Xorg log when X fails (with external monitor)
   http://launchpadlibrarian.net/22398897/Xorg.0.log

-- 
[jaunty] external monitor makes X fail
https://bugs.launchpad.net/bugs/327107
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 327107] Re: [jaunty] external monitor makes X fail

2009-02-09 Thread Jacob Emcken

** Attachment added: Output of lspci -vvnn
   http://launchpadlibrarian.net/22398917/lspci_vvnn.txt

-- 
[jaunty] external monitor makes X fail
https://bugs.launchpad.net/bugs/327107
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 327107] Re: [jaunty] external monitor makes X fail

2009-02-09 Thread Jacob Emcken

** Attachment added: xorg.conf that fails - notice virtual is commented out
   http://launchpadlibrarian.net/22399222/xorg.conf

-- 
[jaunty] external monitor makes X fail
https://bugs.launchpad.net/bugs/327107
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 326487] [NEW] [jaunty] fonts corrupts after a while

2009-02-07 Thread Jacob Emcken
Public bug reported:

After using the system for a short while fonts starts corrupting on screen.
I've reproduced this both with Desktop Effects enabled and disabled.

I'm not sure if this is actually trigged by the amount of applications
open... its really hard to tell what actually triggers it.

As soon as I Change Desktop background - Fonts - Details... and
change DPI  its like the screen refreshes for looks alright for a while.

This is my graphic card (from lspci):
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

I've added the following to the xorg.conf inorder to get my external screen to 
work:
Virtual 1680 1050

I'm using Jaunty:
Description:Ubuntu jaunty (development branch)
Release:9.04

I've attached some screenshots of the problem.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[jaunty] fonts corrupts after a while
https://bugs.launchpad.net/bugs/326487
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 326487] Re: [jaunty] fonts corrupts after a while

2009-02-07 Thread Jacob Emcken

** Attachment added: Screenshot showing the problem in the application menu 
and nautilus
   
http://launchpadlibrarian.net/22072848/Corrupt%20characters%20in%20menu%20and%20Nautilus.png

-- 
[jaunty] fonts corrupts after a while
https://bugs.launchpad.net/bugs/326487
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 326487] Re: [jaunty] fonts corrupts after a while

2009-02-07 Thread Jacob Emcken

** Attachment added: Screenshot showing the problem in Firefox
   
http://launchpadlibrarian.net/22072861/Corrupt%20characters%20in%20Firefox.png

-- 
[jaunty] fonts corrupts after a while
https://bugs.launchpad.net/bugs/326487
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 326487] Re: [jaunty] fonts corrupts after a while

2009-02-07 Thread Jacob Emcken

** Attachment added: Screenshot showing the problem in gnome-terminal
   
http://launchpadlibrarian.net/22072876/Corrupt%20characters%20in%20terminal.png

-- 
[jaunty] fonts corrupts after a while
https://bugs.launchpad.net/bugs/326487
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 322479] [NEW] Unable to connect to wpa encrypted wireless after suspend / resume

2009-01-28 Thread Jacob Emcken
Public bug reported:

Binary package hint: wpasupplicant

lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

apt-cache policy wpasupplicant
wpasupplicant:
  Installed: 0.6.4-2
  Candidate: 0.6.4-2
  Version table:
 *** 0.6.4-2 0
500 http://dk.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

apt-cache policy network-manager
network-manager:
  Installed: 0.7~~svn20081018t105859-0ubuntu1.8.10.1
  Candidate: 0.7~~svn20081018t105859-0ubuntu1.8.10.1
  Version table:
 *** 0.7~~svn20081018t105859-0ubuntu1.8.10.1 0
500 http://dk.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 0.7~~svn20081018t105859-0ubuntu1 0
500 http://dk.archive.ubuntu.com intrepid/main Packages

After resuming from suspend to RAM I expected that the network manager
would reconnect to the WPA encrypted wireless network I was connected to
when I suspended.

I'm using a Lenovo x200 with this wireless card:

03:00.0 Network controller: Intel Corporation Wireless WiFi Link
5100


Instead this is what happens:
The Network Manager tries to connect but it times out after a while.
If I select my non-encrypted wireless network instead, it connects without a 
problem.
If I try to connect to the WPA encrypted network again the Network Manager just 
times out again.

After the Network Manager gave up, I tried from the command line with
the following:

wpa_passphrase emcken mypassword  test.conf
j...@rohan:~$ sudo wpa_supplicant -Dwext -iwlan0 -c/home/je/test.conf
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
Authentication with 00:18:84:10:46:e2 timed out.
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
Authentication with 00:18:84:10:46:e2 timed out.
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
Authentication with 00:18:84:10:46:e2 timed out.
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
Authentication with 00:18:84:10:46:e2 timed out.
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
Authentication with 00:18:84:10:46:e2 timed out.
...

and it keeps on going like this.

A few times (1 out of 10-13) I've been lucky and I had no problem connecting 
after a resume.
But the other way around I also ran into WPA connection problems from a clean 
boot a few times (without ever trying to (1 out of 10-13)

What do you need for me to help you find the bug?

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

-- 
Unable to connect to wpa encrypted wireless after suspend / resume
https://bugs.launchpad.net/bugs/322479
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 322479] Re: Unable to connect to wpa encrypted wireless after suspend / resume

2009-01-28 Thread Jacob Emcken
** Description changed:

  Binary package hint: wpasupplicant
  
  lsb_release -rd
  Description:  Ubuntu 8.10
  Release:  8.10
  
  apt-cache policy wpasupplicant
  wpasupplicant:
Installed: 0.6.4-2
Candidate: 0.6.4-2
Version table:
   *** 0.6.4-2 0
  500 http://dk.archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status
  
  apt-cache policy network-manager
  network-manager:
Installed: 0.7~~svn20081018t105859-0ubuntu1.8.10.1
Candidate: 0.7~~svn20081018t105859-0ubuntu1.8.10.1
Version table:
   *** 0.7~~svn20081018t105859-0ubuntu1.8.10.1 0
  500 http://dk.archive.ubuntu.com intrepid-updates/main Packages
  100 /var/lib/dpkg/status
   0.7~~svn20081018t105859-0ubuntu1 0
  500 http://dk.archive.ubuntu.com intrepid/main Packages
  
  After resuming from suspend to RAM I expected that the network manager
  would reconnect to the WPA encrypted wireless network I was connected to
  when I suspended.
  
  I'm using a Lenovo x200 with this wireless card:
  
  03:00.0 Network controller: Intel Corporation Wireless WiFi Link
  5100
  
  
  Instead this is what happens:
  The Network Manager tries to connect but it times out after a while.
  If I select my non-encrypted wireless network instead, it connects without a 
problem.
  If I try to connect to the WPA encrypted network again the Network Manager 
just times out again.
  
  After the Network Manager gave up, I tried from the command line with
  the following:
  
  wpa_passphrase emcken mypassword  test.conf
  j...@rohan:~$ sudo wpa_supplicant -Dwext -iwlan0 -c/home/je/test.conf
  CTRL-EVENT-SCAN-RESULTS 
  Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
  Authentication with 00:18:84:10:46:e2 timed out.
  CTRL-EVENT-SCAN-RESULTS 
  Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
  Authentication with 00:18:84:10:46:e2 timed out.
  CTRL-EVENT-SCAN-RESULTS 
  Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
  Authentication with 00:18:84:10:46:e2 timed out.
  CTRL-EVENT-SCAN-RESULTS 
  Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
  Authentication with 00:18:84:10:46:e2 timed out.
  CTRL-EVENT-SCAN-RESULTS 
  Trying to associate with 00:18:84:10:46:e2 (SSID='emcken' freq=2417 MHz)
  Authentication with 00:18:84:10:46:e2 timed out.
  ...
  
  and it keeps on going like this.
  
  A few times (1 out of 10-13) I've been lucky and I had no problem connecting 
after a resume.
- But the other way around I also ran into WPA connection problems from a clean 
boot a few times (without ever trying to (1 out of 10-13)
+ But the other way around I also ran into WPA connection problems from a clean 
boot a few times (1 out of 10-13)
  
  What do you need for me to help you find the bug?

-- 
Unable to connect to wpa encrypted wireless after suspend / resume
https://bugs.launchpad.net/bugs/322479
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 250540] Re: gedit cannot save to sftp location

2009-01-19 Thread Jacob Emcken
Think someone attached a patch on this bug:
http://bugzilla.gnome.org/show_bug.cgi?id=546482

-- 
gedit cannot save to sftp location
https://bugs.launchpad.net/bugs/250540
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 296451] Re: gnome-power-manager needs several minutes to load at startup

2008-12-02 Thread Jacob Emcken
I see the same behavior on my IBM ThinkPad x40.

Bug 288393 might be related?

-- 
gnome-power-manager needs several minutes to load at startup
https://bugs.launchpad.net/bugs/296451
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 288393] Re: gnome-power-manager hangs for a while on Dell mini9

2008-12-02 Thread Jacob Emcken
Perhaps bug 296451 is a dupe or at least related?

-- 
gnome-power-manager hangs for a while on Dell mini9
https://bugs.launchpad.net/bugs/288393
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 136828] Re: encrypted mmc not closed correctly on suspend

2008-10-20 Thread Jacob Emcken
Actually this seems to be fixed with Hardy... haven't had the
opportunity to test in Intrepid. But lets just close it for now... ill
be back if it breaks :D

Sorry for forgetting this bug.

-- 
encrypted mmc not closed correctly on suspend
https://bugs.launchpad.net/bugs/136828
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 250540] [NEW] gedit cannot save to sftp location

2008-07-21 Thread Jacob Emcken
Public bug reported:

Binary package hint: gedit

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
[EMAIL PROTECTED]:~$ apt-cache policy gedit
gedit:
  Installed: 2.22.3-0ubuntu1
  Candidate: 2.22.3-0ubuntu1
  Version table:
 *** 2.22.3-0ubuntu1 0
500 http://dk.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.22.1-0ubuntu1 0
500 http://dk.archive.ubuntu.com hardy/main Packages

When using gedit to edit files remotely it wont always let me save my
file again depending on the permissions on the parent directory.

Example:

Log into a remote machine.
Create a file called test1 in my home directory.
Create a file called test2 in /var/www
The directory /var/www is owned by root.
Make sure that both files are locally editable.
Log out of the remote machine.
Open Gedit and open the 2 files.
Now the file test1 can be edited without a problem
But the file test2 cannot, I get the error: Could not save the file 
sftp://server/var/www/test2. You do not have the permissions necessary to save 
the file. Please check that you typed the location correctly and try again.

I suspect that Gedit wants to create a new file in the directories, delete the 
old one and then move the new file to the old location.
Since /var/www isn't writeable by me it wont let me save the file test2.

I expected to be able to edit both files via Gedit.

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

** Description changed:

  Binary package hint: gedit
+ 
+ [EMAIL PROTECTED]:~$ lsb_release -rd
+ Description:  Ubuntu 8.04.1
+ Release:  8.04
+ [EMAIL PROTECTED]:~$ apt-cache policy gedit
+ gedit:
+   Installed: 2.22.3-0ubuntu1
+   Candidate: 2.22.3-0ubuntu1
+   Version table:
+  *** 2.22.3-0ubuntu1 0
+ 500 http://dk.archive.ubuntu.com hardy-updates/main Packages
+ 100 /var/lib/dpkg/status
+  2.22.1-0ubuntu1 0
+ 500 http://dk.archive.ubuntu.com hardy/main Packages
  
  When using gedit to edit files remotely it wont always let me save my
  file again depending on the permissions on the parent directory.
  
  Example:
  
  Log into a remote machine.
  Create a file called test1 in my home directory.
  Create a file called test2 in /var/www
  The directory /var/www is owned by root.
  Make sure that both files are locally editable.
  Log out of the remote machine.
  Open Gedit and open the 2 files.
  Now the file test1 can be edited without a problem
  But the file test2 cannot, I get the error: Could not save the file 
sftp://server/var/www/test2. You do not have the permissions necessary to save 
the file. Please check that you typed the location correctly and try again.
  
  I suspect that Gedit wants to create a new file in the directories, delete 
the old one and then move the new file to the old location.
  Since /var/www isn't writeable by me it wont let me save the file test2.
  
  I expected to be able to edit both files via Gedit.

-- 
gedit cannot save to sftp location
https://bugs.launchpad.net/bugs/250540
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 84537] Re: sysctl.conf, net.ipv4.conf.default.forwarding, race condition?

2008-06-27 Thread Jacob Emcken
I'm using Hardy Heron and I don't believe I've been tinkering with
/etc/sysctl.conf.

Found this in the file so I believe this is fixed now?:

# Comment the next two lines to disable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1

-- 
sysctl.conf, net.ipv4.conf.default.forwarding, race condition?
https://bugs.launchpad.net/bugs/84537
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 84537] Re: sysctl.conf, net.ipv4.conf.default.forwarding, race condition?

2008-06-27 Thread Jacob Emcken
Sorry was abit quick at clicking Save Changes.

This is how it looks in /etc/sysctl.conf now:

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

removing the # and running sysctl enables forwarding for me:

[EMAIL PROTECTED]:~# cat /proc/sys/net/ipv4/ip_forward
0
[EMAIL PROTECTED]:~# vi /etc/sysctl.conf 
[EMAIL PROTECTED]:~# sysctl -p
kernel.printk = 4 4 1 7
kernel.maps_protect = 1
fs.inotify.max_user_watches = 524288
vm.mmap_min_addr = 65536
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 1
[EMAIL PROTECTED]:~# cat /proc/sys/net/ipv4/ip_forward
1

-- 
sysctl.conf, net.ipv4.conf.default.forwarding, race condition?
https://bugs.launchpad.net/bugs/84537
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 207587] Re: [hardy] Missing icon for mounted encrypted volumes

2008-03-27 Thread Jacob Emcken
I'm seeing this as well.

I can reproduce this with both the Human and Tango icon theme.

I guess the icon gnome-dev-media-sdmmc is used for normal MMC's and
icons exist for both the Human and Tango icon theme. This could imo also
be used for encrypted MMC's :)

/usr/share/icons/Human/scalable/devices/gnome-dev-media-sdmmc.svg
/usr/share/icons/Human/22x22/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Human/16x16/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Human/24x24/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Human/48x48/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Tango/scalable/devices/gnome-dev-media-sdmmc.svg
/usr/share/icons/Tango/22x22/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Tango/16x16/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Tango/24x24/devices/gnome-dev-media-sdmmc.png
/usr/share/icons/Tango/32x32/devices/gnome-dev-media-sdmmc.png

** Attachment added: No mmc encryption icon.png
   http://launchpadlibrarian.net/12917559/No%20mmc%20encryption%20icon.png

-- 
[hardy] Missing icon for mounted encrypted volumes
https://bugs.launchpad.net/bugs/207587
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 153011] Re: Restricted Package Manager reports non-existent package is missinglinux-restricted-modules-2.6.22-14-server + other problems with screens and graphics utility, and nvidia-settings

2008-01-30 Thread Jacob Emcken
According to this packages.ubuntu.com there is still no linux-
restricted-modules-server package.

http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=linux-
restricted-modulessearchon=namessubword=1version=hardyrelease=all

-- 
Restricted Package Manager reports non-existent package is 
missinglinux-restricted-modules-2.6.22-14-server + other problems with 
screens and graphics utility, and nvidia-settings
https://bugs.launchpad.net/bugs/153011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133856] Re: [gutsy] Can't suspend or hibernate with Xen kernel

2008-01-14 Thread Jacob Emcken
I read somewhere that you shouldn't expect suspend and hibernate in Xen
so I guess its out of your guys hands for the moment :)

-- 
[gutsy] Can't suspend or hibernate with Xen kernel
https://bugs.launchpad.net/bugs/133856
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-17 Thread Jacob Emcken
This is extremely embarrassing but yes just noticed that I had a Xgl in
/usr/local:

 -rwxr-xr-x 1 root root 1080400 2006-02-07 23:57 /usr/local/bin/Xgl

I don't remember ever compiling Xgl myself but I must have at some point.
Thanks a lot for your help and I'm sorry to have wasted your time.

** Changed in: xserver-xgl (Ubuntu)
   Status: Incomplete = Invalid

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139852] Re: changing of user not possible

2007-09-16 Thread Jacob Emcken
*** This bug is a duplicate of bug 137376 ***
https://bugs.launchpad.net/bugs/137376

** This bug has been marked a duplicate of bug 137376
   [gutsy] Logging into Gnome makes xorg restart

-- 
changing of user not possible
https://bugs.launchpad.net/bugs/139852
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-16 Thread Jacob Emcken
With xserver-glx installed I can log in if I disable it by doing the
following for every single user:

mkdir -p ~/.config/xserver-xgl
touch ~/.config/xserver-xgl/disable

I found this it the README:

/usr/share/doc/xserver-xgl/README.Debian


I marked bug 139852 as a duplicate of this one... to me it sounds the same.

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-16 Thread Jacob Emcken
Lige the duplicate I have Nvidia 6600 as well:

lspci |grep -i nvidia
01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] 
(rev a2)

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-16 Thread Jacob Emcken
Not much info but it seems to be the same problem:

http://ubuntuforums.org/showthread.php?t=545242

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-16 Thread Jacob Emcken
Multiple are having this issue... seems to be specifc to Nvidia users?

** Changed in: xserver-xgl (Ubuntu)
   Status: New = Confirmed

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-16 Thread Jacob Emcken
After reading your post Chris I remove and purged all xfonts-base
xfonts-100dpi and xserver-glx and reinstalled them. The error seems to
be the same but the output in .xsession-errors have changed (I have
attached the file.

As far as I know I haven't messed with any files in the /etc directory
apart from the xorg.conf file. Back then I also used the tool nvidia-
settings which I assume only changes stuff in the xorg.conf file as
well?

ii  xfonts-100dpi  1:1.0.0-3
100 dpi fonts for X
ii  xfonts-75dpi   1:1.0.0-3
75 dpi fonts for X
ii  xfonts-base1:1.0.0-4
standard fonts for X
ii  xserver-xgl1:1.1.99.1~git20070727-0ubuntu2  
GL-based X server
ii  nvidia-glx-new 100.14.11+2.6.22.3-11.3  
NVIDIA binary XFree86 4.x/X.Org 'new' driver
ii  nvidia-kernel-common   20051028+1ubuntu7
NVIDIA binary kernel module common files
ii  linux-restricted-modules-2.6.22-11-generic 2.6.22.3-11.3
Non-free Linux 2.6.22 modules on x86/x86_64

** Attachment added: .xsession-errors
   http://launchpadlibrarian.net/9297200/.xsession-errors

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-14 Thread Jacob Emcken
I found that I can login with no problem as soon as I remove the
package:

xserver-xgl

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136828] Re: encrypted mmc not closed correctly on suspend

2007-09-04 Thread Jacob Emcken
** Description changed:

  I put in my encrypted mmc card in my laptops (IBM x40) built-in SD card 
reader slot and Ubuntu correctly ask me for my pass phrase.
  The MMC is mounted and upon suspend et seems the mmc card is unmounted.
  
  When the laptop comes back up I have to take the mmc card out of the
  card reader slot and put it back in for Ubuntu to remount it (or just
  ask for the pass phrase) and mount it again. Don't know if thats is by
  design, but it would be cool if it just ask me for my pass phrase again.
  Anyways this is not the bug ;)
  
  If I open a terminal and place myself inside a directory on the mmc card
- Ubuntu can't umount the mmc  correctly. From the terminal I can browse
- the files on the mmc card after resume, but as soon as I close the
- terminal I no way to get to my files on the mmc card unless I close the
- encrypted connection myself with something like:
+ Ubuntu can't umount the mmc correctly upon suspend. From the terminal I
+ can browse the files on the mmc card after resume, but as soon as I
+ close the terminal I no way to get to my files on the mmc card unless I
+ close the encrypted connection myself with something like:
  
  sudo cryptsetup luksClose
  luks_crypto_9fca93a4-66e3-4da0-b767-edc9bb024105
  
  After that Ubuntu detects my mmc card again, asks me for the pass phrase
  and mounts it in /media /Encrypted mmc/
  
  Users without encryption knowledge in Linux have no way of getting ther mmc 
card back without a reboot.
  Removing the mmc card from the card reader and inserting it again  doesn't 
work either.

-- 
encrypted mmc not closed correctly on suspend
https://bugs.launchpad.net/bugs/136828
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] [gutsy] Logging into Gnome makes xorg restart

2007-09-04 Thread Jacob Emcken
Public bug reported:

I'm running Gutsy with latest updates.
Xorg crashes when I log into Gnome through gdm. After I've typed my password 
and the gdm screen disappears and the Ubuntu orange / light brown background 
appears for a few seconds before screens turn black and GDM reapears.
If I choose failsafe Gnome I can log in with no problem.

I have created the xorg.conf by hand to get the dual screen to work.

I have found an error message in .xsession-errors (I will attach the
entire file):

XIO:  fatal IO error 104 (Connection reset by peer) on X server :1.0
  after 0 requests (0 known processed) with 0 events remaining.

Could this be connected to displayconfig-gtk crashing and restarting my X 
server when I wanted to test a dual screen setup I've made with it.
I don't remember exactly when this happened. But I do know that my X config 
still worked when I upgraded from Feisty to Gutsy.
Even though I revert the xorg.conf file to the old file I keep having this 
problem.

The xorg.conf I have attached is a simplified version without dual
screen setup (but I've tested that the bug presist with this setup as
well).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-04 Thread Jacob Emcken
I've tested that the bug presist with this simplified version of my
xorg.conf with only one screen.

** Attachment added: simplified xorg.conf
   http://launchpadlibrarian.net/9121720/xorg.conf

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137376] Re: [gutsy] Logging into Gnome makes xorg restart

2007-09-04 Thread Jacob Emcken
I dont know if this file has anything to do with the error I'm having
but it looks important :)


** Attachment added: .xsession-errors which is created i my home directory
   http://launchpadlibrarian.net/9121699/.xsession-errors

-- 
[gutsy] Logging into Gnome makes xorg restart
https://bugs.launchpad.net/bugs/137376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136693] Re: Laptop brightness on battery power doesnt work

2007-09-02 Thread Jacob Emcken
I can confirm I see this as well on my IBM x40 laptop.

When it occurs I cannot get brightness above the lowest level. When I
push brightness up (Fn + Home) brightness increase for a second then
automatically returns back to lowest brightness almost at once. The
indicator (brightness level) which Gnome displays on the screen on to of
all applications shows the correct value. It shows the increase of for a
moment then returns the indicator to zero.

When I cange power state (pulling AC or connecting AC) for the next brightness 
up presses it behaves a bit different.
The number of presses this goes on varies but it always comes back to the above 
behaivor.

Here is what happens:
1. time I press brightness up the brightness increase one level and stays there 
thought the indicator on the screen shows level zero
2. time I press brightness up the brughtness decrease but the indicator on the 
screen now increase.
From here the behaivor just loops between the two states until it suddenly 
goes back to staying on brightness zero (including the indicator) and only 
increase for a moment and then automatically decrease again.

Brightness down allways works as expected :)

-- 
Laptop brightness on battery power doesnt work
https://bugs.launchpad.net/bugs/136693
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136828] encrypted mmc not closed correctly on suspend

2007-09-02 Thread Jacob Emcken
Public bug reported:

I put in my encrypted mmc card in my laptops (IBM x40) built-in SD card reader 
slot and Ubuntu correctly ask me for my pass phrase.
The MMC is mounted and upon suspend et seems the mmc card is unmounted.

When the laptop comes back up I have to take the mmc card out of the
card reader slot and put it back in for Ubuntu to remount it (or just
ask for the pass phrase) and mount it again. Don't know if thats is by
design, but it would be cool if it just ask me for my pass phrase again.
Anyways this is not the bug ;)

If I open a terminal and place myself inside a directory on the mmc card
Ubuntu can't umount the mmc  correctly. From the terminal I can browse
the files on the mmc card after resume, but as soon as I close the
terminal I no way to get to my files on the mmc card unless I close the
encrypted connection myself with something like:

sudo cryptsetup luksClose
luks_crypto_9fca93a4-66e3-4da0-b767-edc9bb024105

After that Ubuntu detects my mmc card again, asks me for the pass phrase
and mounts it in /media /Encrypted mmc/

Users without encryption knowledge in Linux have no way of getting ther mmc 
card back without a reboot.
Removing the mmc card from the card reader and inserting it again  doesn't work 
either.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
encrypted mmc not closed correctly on suspend
https://bugs.launchpad.net/bugs/136828
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 32143] Re: g-p-m reports Problem with Suspend even on success.

2007-08-23 Thread Jacob Emcken
I dunno if this is the same bug but I see behavior alike the above
described in my newly installed Gutsy.

I have attached output from gnome-power-manager --no-daemon --verbose
21.

/usr/sbin/pmi action suspend force exits cleanly

I have the following installed:

hal 0.5.9.1-1ubuntu2 
dbus 1.1.1-3ubuntu1
gnome-power-manager 2.19.6-0ubuntu2


** Attachment added: gnome-power-manager --no-daemon --verbose 21 output
   http://launchpadlibrarian.net/8953619/g-p-m-suspend-log.txt

-- 
g-p-m reports Problem with Suspend even on success.
https://bugs.launchpad.net/bugs/32143
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 32143] Re: g-p-m reports Problem with Suspend even on success.

2007-08-23 Thread Jacob Emcken
This is how the error presents itself

** Attachment added: gpm suspend error
   http://launchpadlibrarian.net/8953622/gpm.png

-- 
g-p-m reports Problem with Suspend even on success.
https://bugs.launchpad.net/bugs/32143
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 133840] Re: wrong dependencies for ubuntu-xen-desktop

2007-08-21 Thread Jacob Emcken
wrong package name

-- 
wrong dependencies for ubuntu-xen-desktop
https://bugs.launchpad.net/bugs/133840
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133840] wrong dependencies for ubuntu-xen-desktop

2007-08-21 Thread Jacob Emcken
Public bug reported:

Binary package hint: ubuntu-xen-desktop

The meta package `ubuntu-xen-desktop` has wrong dependencies in Gutsy,
the package wont install because of missing dependencies.

Gutsy comes with version 3.1 of Xen instead of version 3.0 as in Feisty.

I installed the following packages manual and could boot the xen kernel:

libxen3.1, python-xen-3.1, xen-docs-3.1, xen-hypervisor-3.1, xen-
ioemu-3.1, xen-utils-3.1 python-xen-3.1, linux-image-2.6.22-9-xen

** Affects: xen-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong dependencies for ubuntu-xen-desktop
https://bugs.launchpad.net/bugs/133840
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133856] [gutsy] Can't suspend or hibernate with Xen kernel

2007-08-21 Thread Jacob Emcken
Public bug reported:

I've installed the ubuntu-xen-desktop package and rebooted in the xen
kernel.

I can log in through GDM as usually and get my desktop (even with compiz) as 
usually.
But I cant choose suspend nor hibernate from the Gnome Power Manager.

Using the following packages:

linux-image-2.6.22-9-xen
linux-restricted-modules-2.6.22-9-xen

** Affects: Ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  I've installed the ubuntu-xen-desktop package and rebooted in the xen
  kernel.
  
  I can log in through GDM as usually and get my desktop (even with compiz) as 
usually.
  But I cant choose suspend nor hibernate from the Gnome Power Manager.
+ 
+ Using the following packages:
+ 
+ linux-image-2.6.22-9-xen
+ linux-restricted-modules-2.6.22-9-xen

-- 
[gutsy] Can't suspend or hibernate with Xen kernel
https://bugs.launchpad.net/bugs/133856
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133859] [gutsy] Can't use my Atheros wireless with Xen kernel

2007-08-21 Thread Jacob Emcken
Public bug reported:

It seems I cant even load the modules manually tried:

modprobe ath-pci
FATAL: Module ath_pci not found.

I'm using the following kernel (and restricted modules):

linux-image-2.6.22-9-xen
linux-restricted-modules-2.6.22-9-xen

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
[gutsy] Can't use my Atheros wireless with Xen kernel
https://bugs.launchpad.net/bugs/133859
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 98806] Re: cdrom/dvd closes immediately after eject

2007-08-21 Thread Jacob Emcken
*** This bug is a duplicate of bug 75295 ***
https://bugs.launchpad.net/bugs/75295

** This bug has been marked a duplicate of bug 75295
   Feisty freeze, kernel (?) tries to access DVD drive

-- 
cdrom/dvd closes immediately after eject
https://bugs.launchpad.net/bugs/98806
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133856] Re: [gutsy] Can't suspend or hibernate with Xen kernel

2007-08-21 Thread Jacob Emcken
** Description changed:

  I've installed the ubuntu-xen-desktop package and rebooted in the xen
  kernel.
  
  I can log in through GDM as usually and get my desktop (even with compiz) as 
usually.
- But I cant choose suspend nor hibernate from the Gnome Power Manager.
+ But I cant choose suspend nor hibernate from the Gnome Power Manager, the 
options in the menu is simply missing.
  
  Using the following packages:
  
  linux-image-2.6.22-9-xen
  linux-restricted-modules-2.6.22-9-xen

** Description changed:

  I've installed the ubuntu-xen-desktop package and rebooted in the xen
  kernel.
  
  I can log in through GDM as usually and get my desktop (even with compiz) as 
usually.
- But I cant choose suspend nor hibernate from the Gnome Power Manager, the 
options in the menu is simply missing.
+ But I cant choose suspend nor hibernate from the Gnome Power Manager (gpm), 
the options in the menu is simply missing. Dont know how to test suspend around 
gpm.
  
  Using the following packages:
  
  linux-image-2.6.22-9-xen
  linux-restricted-modules-2.6.22-9-xen

-- 
[gutsy] Can't suspend or hibernate with Xen kernel
https://bugs.launchpad.net/bugs/133856
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116897] Re: [needs-packaging] virt-manager

2007-05-31 Thread Jacob Emcken
** Summary changed:

- package virt-manager
+ [needs-packaging] virt-manager

** Description changed:

  The virt-manager application at http://virt-manager.et.redhat.com/ would
  be awesome to have in Ubuntu.  We already have libvirt.
+ 
+ There is a request in Debian to package this as well but it hasn't been done:
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384443

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 98806] Re: cdrom/dvd closes immediately after eject

2007-05-05 Thread Jacob Emcken
I can comfirm that after removing the 2 packages evms and evms-ncurses
my CD/DVD drive works again. Thanks

-- 
cdrom/dvd closes immediately after eject
https://bugs.launchpad.net/bugs/98806
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 21434] Re: screen not refreshing after wake up from long suspension.

2007-04-15 Thread Jacob Emcken
I found that I can reproduce this behavior every time by addind vga=791 to 
the kernel boot parameters.
As soon as I remove this it seems to work just fine every time.

-- 
screen not refreshing after wake up from long suspension.
https://bugs.launchpad.net/bugs/21434
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 98806] Re: cdrom/dvd closes immediately after eject

2007-03-30 Thread Jacob Emcken
** Description changed:

  Today I upgraded to Feisty (Ubuntu - Gnome), and now my eject CD-ROM
  tray behaves different ( faulty :) )
  
  When I push the eject button on the cd-drive and no CD is in the drive, the 
drive wont come out.
- When I eject the cdrom drive with the command `eject` the tray ejects but 
closes immediately 2twice:
+ When I eject the cdrom drive with the command `eject` the tray ejects but 
closes immediately sometimes it opens and closes twice:
  
  [EMAIL PROTECTED]:~$ eject -v
  eject: using default device `cdrom'
  eject: device name is `cdrom'
  eject: expanded name is `/dev/cdrom'
  eject: `/dev/cdrom' is a link to `/dev/scd0'
  eject: `/dev/scd0' is not mounted
  eject: `/dev/scd0' is not a mount point
  eject: `/dev/scd0' is not a multipartition device
  eject: trying to eject `/dev/scd0' using CD-ROM eject command
  eject: CD-ROM eject command failed
  eject: trying to eject `/dev/scd0' using SCSI commands
  eject: SCSI eject succeeded
  
  When a CD is present I can eject the CD-ROM with the button on the computer 
thought it feels really slow to react (at least slower than before), but again 
it closes immediately.
  The `eject` command and eject from ie desktop, sound-juicer all work though 
the damn tray just wont stay open.
  
  I noticed when I open Places - Computer and choose eject from there the
  Nautilus computer window hangs. I can't press anything within it. But
  the window redraws if I put a window on top of it and removes it again
  or swich workspace and back, so it doesn't feel totally crashed. Though
  I can't close it by pressing the x in the top right of the window and no
  menus or anything respond.
  
  I noticed that ripping music CDs to FLAC with sound-juicer is a lot
  slower than before something like 4-6 times slower... it might have a
  connection the the eject problem. Dont know where I should look for
  debug info?

** Description changed:

  Today I upgraded to Feisty (Ubuntu - Gnome), and now my eject CD-ROM
  tray behaves different ( faulty :) )
  
  When I push the eject button on the cd-drive and no CD is in the drive, the 
drive wont come out.
  When I eject the cdrom drive with the command `eject` the tray ejects but 
closes immediately sometimes it opens and closes twice:
  
  [EMAIL PROTECTED]:~$ eject -v
  eject: using default device `cdrom'
  eject: device name is `cdrom'
  eject: expanded name is `/dev/cdrom'
  eject: `/dev/cdrom' is a link to `/dev/scd0'
  eject: `/dev/scd0' is not mounted
  eject: `/dev/scd0' is not a mount point
  eject: `/dev/scd0' is not a multipartition device
  eject: trying to eject `/dev/scd0' using CD-ROM eject command
  eject: CD-ROM eject command failed
  eject: trying to eject `/dev/scd0' using SCSI commands
  eject: SCSI eject succeeded
  
  When a CD is present I can eject the CD-ROM with the button on the computer 
thought it feels really slow to react (at least slower than before), but again 
it closes immediately.
  The `eject` command and eject from ie desktop, sound-juicer all work though 
the damn tray just wont stay open.
  
  I noticed when I open Places - Computer and choose eject from there the
  Nautilus computer window hangs. I can't press anything within it. But
  the window redraws if I put a window on top of it and removes it again
  or swich workspace and back, so it doesn't feel totally crashed. Though
  I can't close it by pressing the x in the top right of the window and no
  menus or anything respond.
  
- I noticed that ripping music CDs to FLAC with sound-juicer is a lot
- slower than before something like 4-6 times slower... it might have a
- connection the the eject problem. Dont know where I should look for
- debug info?
+ Where should I look for debug info?

-- 
cdrom/dvd closes immediately after eject
https://launchpad.net/bugs/98806

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


[Bug 61094] Re: network manager is not able to use zd1211rw with WPA

2007-03-29 Thread Jacob Emcken
It seems I can choose to use WPA/WAP2 now from network manager now...
though I doesn't seem to be able to connect. But I guess that is another
bug.

-- 
network manager is not able to use zd1211rw with WPA
https://launchpad.net/bugs/61094

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


[Bug 98806] cdrom/dvd closes immediately after eject

2007-03-29 Thread Jacob Emcken
Public bug reported:

Today I upgraded to Feisty (Ubuntu - Gnome), and now my eject CD-ROM
tray behaves different ( faulty :) )

When I push the eject button on the cd-drive and no CD is in the drive, the 
drive wont come out.
When I eject the cdrom drive with the command `eject` the tray ejects but 
closes immediately 2twice:

[EMAIL PROTECTED]:~$ eject -v
eject: using default device `cdrom'
eject: device name is `cdrom'
eject: expanded name is `/dev/cdrom'
eject: `/dev/cdrom' is a link to `/dev/scd0'
eject: `/dev/scd0' is not mounted
eject: `/dev/scd0' is not a mount point
eject: `/dev/scd0' is not a multipartition device
eject: trying to eject `/dev/scd0' using CD-ROM eject command
eject: CD-ROM eject command failed
eject: trying to eject `/dev/scd0' using SCSI commands
eject: SCSI eject succeeded

When a CD is present I can eject the CD-ROM with the button on the computer 
thought it feels really slow to react (at least slower than before), but again 
it closes immediately.
The `eject` command and eject from ie desktop, sound-juicer all work though the 
damn tray just wont stay open.

I noticed when I open Places - Computer and choose eject from there the
Nautilus computer window hangs. I can't press anything within it. But
the window redraws if I put a window on top of it and removes it again
or swich workspace and back, so it doesn't feel totally crashed. Though
I can't close it by pressing the x in the top right of the window and no
menus or anything respond.

I noticed that ripping music CDs to FLAC with sound-juicer is a lot
slower than before something like 4-6 times slower... it might have a
connection the the eject problem. Dont know where I should look for
debug info?

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  Today I upgraded to Feisty (Ubuntu - Gnome), and now my eject CD-ROM
  tray behaves different ( faulty :) )
  
  When I push the eject button on the cd-drive and no CD is in the drive, the 
drive wont come out.
  When I eject the cdrom drive with the command `eject` the tray ejects but 
closes immediately 2twice:
  
  [EMAIL PROTECTED]:~$ eject -v
  eject: using default device `cdrom'
  eject: device name is `cdrom'
  eject: expanded name is `/dev/cdrom'
  eject: `/dev/cdrom' is a link to `/dev/scd0'
  eject: `/dev/scd0' is not mounted
  eject: `/dev/scd0' is not a mount point
  eject: `/dev/scd0' is not a multipartition device
  eject: trying to eject `/dev/scd0' using CD-ROM eject command
  eject: CD-ROM eject command failed
  eject: trying to eject `/dev/scd0' using SCSI commands
  eject: SCSI eject succeeded
  
  When a CD is present I can eject the CD-ROM with the button on the computer 
thought it feels really slow to react (at least slower than before), but again 
it closes immediately.
  The `eject` command and eject from ie desktop, sound-juicer all work though 
the damn tray just wont stay open.
  
  I noticed when I open Places - Computer and choose eject from there the
- Nautilus computer window hangs. I cant press anything within it. But the
- window redraws if I put a window on top of it and removes it again or
- swich workspace and back, so it doesn't feel totally crashed. Though I
- can close it with pressing the x in the top right of the window and no
- menus or anything repsond.
+ Nautilus computer window hangs. I can't press anything within it. But
+ the window redraws if I put a window on top of it and removes it again
+ or swich workspace and back, so it doesn't feel totally crashed. Though
+ I can't close it by pressing the x in the top right of the window and no
+ menus or anything respond.
  
  I noticed that ripping music CDs to FLAC with sound-juicer is a lot
- slower than before something like 4-6 times slower. Dont know where I
- should look for debug info?
+ slower than before something like 4-6 times slower... it might have a
+ connection the the eject problem. Dont know where I should look for
+ debug info?

** Tags added: cdrom dvd

-- 
cdrom/dvd closes immediately after eject
https://launchpad.net/bugs/98806

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


[Bug 61094] Re: network manager is not able to use zd1211rw with WPA

2007-01-31 Thread Jacob Emcken
I tried Volles fix and it works for me... at least Network Manager can
connect to my WPA encrypted wireless. Though I loose the connection
sometimes and Network Manager reconnects... this doesn't happen when I
my laptops wireless (another driver) but there might be some other
unresolved issues with the zd1211rw module?!?

I made a diff file with Volles fix and attached to this comment.

** Attachment added: make network manager able to see this driver supports wpa
   http://librarian.launchpad.net/6013248/zd_mac.c.diff

-- 
network manager is not able to use zd1211rw with WPA
https://launchpad.net/bugs/61094

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


[Bug 61094] Re: network manager is not able to use zd1211rw with WPA

2007-01-23 Thread Jacob Emcken
I just want to confirm this bug.

I haven't tried out Volles proposed fix yet. I'll be back.

-- 
network manager is not able to use zd1211rw with WPA
https://launchpad.net/bugs/61094

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


[Bug 61758] Re: SD cards 512mb don't work in Ricoh card reader

2006-11-03 Thread Jacob Emcken
I can confirm this on a IBM x40:

02:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
02:00.1 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 
13)

Entire system hangs when the card is inserted.

-- 
SD cards 512mb don't work in Ricoh card reader
https://launchpad.net/bugs/61758

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


[Bug 21434] Re: screen not refreshing after wake up from long suspension.

2006-09-29 Thread Jacob Emcken
I just wanted to confirm that I have this bug with the missing
redraw/refresh of the screen also.

I got a IBM x40, output from `lspci`:

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02)

I noticed too that the possibility for the bug to occur is much bigger
the longer you wait until you resume. I have tried to suspend and resume
many times in a row... nothing happens. But often when I suspend at work
when I resume 15min or 2 hours later this happens.

I good example is when I resume my laptop the only thing I can see is
the text field for my password, the rest is just black. When I enter it
I can see my desktop, but the background of the icons from gnome-power-
manager and NetworkManager in my Notification Area is now black instead
of the same color as the panel.

If I try scroll on a web page in firefox I can see some flickering in
the top and bottom of the visible part of the homepage within the
browser, but mostly the page appears to not scroll (only the flickering
and the scrollbar actually moving indicates that I'm trying to scroll).

When I choose to quit to restart my laptop (so far the only way I found
to get it all working again), I can't see any of the buttons in the
Quit...-dialog. When I hover the mouse over Suspend, Hibernate or
Restart, the buttons will appear (but nothing else). When I use tab to
jump between the selected button I can make all the buttons appear.
Don't know why the buttons redraw differently.

I'll give POST_VIDEO a spin... and I'll be back if it doesn't work ;)

Is POST_VIDEO considered a fix or just a workaround until the bug is
actually fixed?

Is there anything else I can do?

-- 
screen not refreshing after wake up from long suspension.
https://launchpad.net/bugs/21434

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-29 Thread Jacob Emcken
I haven't seen the bug since. I would say this is fixed :)

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-27 Thread Jacob Emcken
Should this patch totally remove the problem, or can it theoretically
still happen?

I observed the same behavior today but I just updated a lot of packages
without rebooting/relogging, so it might be something else that made it
happen. Anyways I have only seen it once, so it have improved a lot. I
suspended at least 20 times today and I only hit it once, before it was
like every 2-3 times or something.

Ill get back if it happens again

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-27 Thread Jacob Emcken
Soren Hansen wrote:
 You have to restart hal before the new package does its thing..
 Did you do that?

Yup... just didn't do it after the other updates I downloaded today
before I suspended. But no hal packages between them and still got you
package installed anyway.

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-25 Thread Jacob Emcken
I can confirm this on IBM x40 also with the Atheros ABG wireless card:

lspci gives this:
02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC 
(rev 01)

My ath0 interface is identified as a wired network.

I found that logging out of Gnome and from a tty login restart dbus
helps:

sudo /etc/init.d/dbus restart
After logging into Gnome the card is identified as a wireless card again. 
Perhaps less will do, but I haven't found out yet... I'll post here if I find a 
better solution.

I also tried the following which ISN'T enough:
sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher stop
sudo /etc/dbus-1/event.d/25NetworkManager stop
sudo /etc/dbus-1/event.d/25NetworkManager start
sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher start
killall nm-applet
nm-applet --sm-disable

Let me know if you need any info from log files and so.

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-09-25 Thread Jacob Emcken
Just let me know if you need anything tested :)

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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