[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2015-02-15 Thread christian imhorst
Same problem here: I have upgraded vom 14.04 to 14.10.

Putting apparmor in audit mode

 aa-audit /usr/sbin/libvirtd

enables me to start libvirt. I use Upstart:

$ ps -eaf|grep [u]pstart
root   541 1  0 18:57 ?00:00:00 upstart-udev-bridge --daemon
root  1155 1  0 18:57 ?00:00:00 upstart-socket-bridge --daemon
root  1171 1  0 18:57 ?00:00:00 upstart-file-bridge --daemon
christi+  2219  2209  0 18:57 ?00:00:00 upstart --user
christi+  2435  2219  0 18:57 ?00:00:00 upstart-event-bridge
christi+  2469  2219  0 18:57 ?00:00:00 upstart-file-bridge --daemon 
--user
christi+  2513  2219  0 18:57 ?00:00:00 upstart-dbus-bridge --daemon 
--session --user --bus-name session
christi+  2514  2219  0 18:57 ?00:00:00 upstart-dbus-bridge --daemon 
--system --user --bus-name system

$ ps -eaf|grep [s]ystemd
root   426 1  0 18:57 ?00:00:00 /sbin/cgmanager --sigstop -m 
name=systemd
root   549 1  0 18:57 ?00:00:00 /lib/systemd/systemd-udevd 
--daemon
root  1214 1  0 18:57 ?00:00:00 /lib/systemd/systemd-logind

$ sudo /sbin/init --version
init (upstart 1.13.2)

$ type init
init ist /sbin/init

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

Title:
  apparmor profile prevents libvirtd from creating a socket

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

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


[Bug 372024] Re: More power consumption and more heat scince 9.04 on my Laptop

2010-08-22 Thread christian imhorst
It's OK in Lucid. I think this bug report can be closed.

-- 
More power consumption and more heat scince 9.04 on my Laptop
https://bugs.launchpad.net/bugs/372024
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 520671] Re: No icons on Geode thin client

2010-04-01 Thread christian imhorst
Same here with Lucid Beta 1 on Hercules EC-800 with AMD Geode LX 800.
This says lspci:

00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host 
Bridge (rev 33)
00:01.1 VGA compatible controller: Advanced Micro Devices [AMD] Geode LX Video
00:01.2 Entertainment encryption device: Advanced Micro Devices [AMD] Geode LX 
AES Security Block
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 ISA bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA 
(rev 03)
00:0f.2 IDE interface: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
IDE (rev 01)
00:0f.3 Multimedia audio controller: Advanced Micro Devices [AMD] CS5536 [Geode 
companion] Audio (rev 01)
00:0f.4 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
OHC (rev 02)
00:0f.5 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
EHC (rev 02)

It's definitely xserver-xorg-video-geode_2.11.7 with xserver-xorg-video-
geode_2.11.6 everything is OK and icons are schown.

-- 
No icons on Geode thin client
https://bugs.launchpad.net/bugs/520671
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 448665] Re: Running ensymble gives TypeError: import_module() takes at most 5 arguments (6 given)

2009-12-05 Thread christian imhorst
Hi,

same problem here in Karmic. I know that ensymble needs Python 2.5.
Karmic is shipped with Python 2.6 but also contains 2.5. So I tried to
start ensymble with Python 2.5 but it failed, too:

$ python2.5 /usr/bin/ensymble 
Traceback (most recent call last):
  File "/usr/bin/ensymble", line 5, in 
if imp.get_magic()!='\xd1\xf2\r\n':raise RuntimeError,s
RuntimeError: requires python 2.6.2+ or bytecode compatible


That's my workaround:

I've downloaded ensymble_python2.5-0.28.py

wget http://ensymble.googlecode.com/files/ensymble_python2.5-0.28.py

and copied it to ~/bin

Now I can start it with:

$ python2.5 ensymble_python2.5-0.28.py

Ensymble developer utilities for Symbian OS

usage: ensymble_python2.5-0.28.py command [command options]...

Commands:
altere32 Alter the IDs and capabilities of e32image files (EXEs, DLLs)
genuid   Generate a new test-range UID from a name
infoe32  Show the IDs and capabilities of e32image files (EXEs, DLLs)
mergesis Merge several SIS packages into one
py2sis   Create a SIS package for a "Python for S60" application
signsis  Sign a SIS package
simplesisCreate a SIS package from a directory structure
version  Print Ensymble version

Use 'ensymble_python2.5-0.28.py command --help' to get command specific
help.

Regards
Christian

-- 
Running ensymble gives TypeError: import_module() takes at most 5 arguments (6 
given)
https://bugs.launchpad.net/bugs/448665
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 433142] Re: geode driver do not display 1024x600 on (K)UNR Karmic

2009-11-18 Thread christian imhorst
Hi,

same problem here on a Hercules eCafe EC-800 with Xubuntu 9.10. I have
tried Albrecht's xorg.conf but it failed. I have the GDM login screen
with the correct resolution but XFCE doesn't want to start. I fall back
to the login screen of GDM. After I have deleted the xorg.conf I can
boot normally into XFCE.

This is my lspci:

00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host 
Bridge (rev 33)
00:01.1 VGA compatible controller: Advanced Micro Devices [AMD] Geode LX Video
00:01.2 Entertainment encryption device: Advanced Micro Devices [AMD] Geode LX 
AES Security Block
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 ISA bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA 
(rev 03)
00:0f.2 IDE interface: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
IDE (rev 01)
00:0f.3 Multimedia audio controller: Advanced Micro Devices [AMD] CS5536 [Geode 
companion] Audio (rev 01)
00:0f.4 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
OHC (rev 02)
00:0f.5 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
EHC (rev 02)

-- 
geode driver do not display 1024x600 on (K)UNR Karmic
https://bugs.launchpad.net/bugs/433142
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 372024] Re: More power consumption and more heat scince 9.04 on my Laptop

2009-05-06 Thread christian imhorst
I have a similar problem on my Acer Aspire 2920 with intel video card.
The fan runs permanently. I don't have installed tracker but I have
downgraded my intel driver to 2.4:
https://wiki.edubuntu.org/ReinhardTartler/X/RevertingIntelDriverTo2.4
because I didn't have the problem with Intrepid Ibex. Nothing worked.
The fan still runs permanently.

My harddisk gots a little bit too warm:

$ sudo hddtemp /dev/sda
/dev/sda: WDC WD3200BEVT-22ZCT0: 56°C
$ sudo acpi -t
 Battery 0: Full, 100%
 Thermal 0: ok, 43.0 degrees C
 Thermal 1: ok, 45.0 degrees C

Top shows mainly xorg and firefox on the top:

 2993 root   200  329m  21m 9096 S5  1.1   0:41.98 Xorg 

 4024 christia  20   0  189m  69m  23m S4  3.5   1:08.98 firefox
  
 4143 christia  20   0 34924  15m 9.8m S3  0.8   0:03.11 gnome-terminal 
  
 4703 root   20   0  2448 1196  912 R1  0.1   0:00.61 top   
   
 1759 root   15  -5 000 S0  0.0   0:00.15 iwlagn
   
 3561 christia  20   0  7896 4712 2228 S0  0.2   0:00.56 gconfd-2   
  
 3796 christia  20   0  120m  33m  21m S0  1.7   0:01.91 evolution  
  

And powertop shows this:

  55,0% (423,3): PS/2 keyboard/mouse/touchpad 
  12,6% ( 96,8)   : Rescheduling interrupts 
  10,6% ( 82,0): extra timer interrupt 
  10,1% ( 78,0)   firefox : futex_wait (hrtimer_wakeup) 
   2,2% ( 16,7): iwlagn 
   1,9% ( 14,4)  Xorg : schedule_hrtimeout_range (hrtimer_wakeup) 
   1,4% ( 11,0)   usplash : scan_async (ehci_watchdog) 
   1,4% ( 10,5): ata_piix 
   1,0% (  7,6)  : hrtimer_start (tick_sched_timer)
   0,9% (  7,0)   USB Gerät  1-1 : USB2.0-CRW (Generic)
   0,8% (  6,0): ehci_hcd:usb1, uhci_hcd:usb3
   0,5% (  4,2): acpi
   0,3% (  2,4)  Xorg : hrtimer_start (it_real_fn)
   0,2% (  1,8)   gnome-screensav : schedule_hrtimeout_range (hrtimer_wakeup)
   0,1% (  1,0)NetworkManager : tg3_open (tg3_timer)
   0,1% (  1,0) : queue_delayed_work (delayed_work_timer_fn)
   0,1% (  1,0)  : neigh_table_init_no_netlink 
(neigh_periodic_timer)
   0,1% (  1,0)   hald-addon-stor : schedule_hrtimeout_range (hrtimer_wakeup)

This is the hardware of the Aspire 2920:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 
(rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit 
Ethernet PCI Express (rev 02)
04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

Regards,
Christian

-- 
More power consumption and more heat scince 9.04 on my Laptop
https://bugs.launchpad.net/bugs/372024
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 344661] Re: [jaunty]XPS 1330 very hot

2009-04-26 Thread christian imhorst
Notice the same thing on my Acer Aspire 2920 with Jaunty:

Disk:
christ...@jandraligeli:~$ sudo hddtemp /dev/sda
/dev/sda: WDC WD3200BEVT-22ZCT0: 54°C

CPUs:
christ...@jandraligeli:~$ acpi -t
 Battery 0: Charging, 92%, 00:12:33 until charged
 Thermal 0: ok, 46.0 degrees C
 Thermal 1: ok, 48.0 degrees C

And the fan runs nearly permanent.

-- 
[jaunty]XPS 1330 very hot 
https://bugs.launchpad.net/bugs/344661
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 322886] Re: [Acer Aspire 2920] Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-04-19 Thread christian imhorst
For the records: After upgrade to Jaunty with Kernel 2.6.28-11-generic
suspend works fine for me.

-- 
[Acer Aspire 2920] Notebook crashes after suspend with new Kernel  
2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: [Acer Aspire 2920] Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-02-12 Thread christian imhorst

** Attachment added: "dmesg1.txt"
   http://launchpadlibrarian.net/22563108/dmesg1.txt

-- 
[Acer Aspire 2920] Notebook crashes after suspend with new Kernel  
2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: [Acer Aspire 2920] Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-02-12 Thread christian imhorst
@Andy: Done. File dmesg.txt ist with "no_console_suspend" option in the
kernel command line of my menu.lst and dmesg1.txt is without these
option.

** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/22563091/dmesg.txt

-- 
[Acer Aspire 2920] Notebook crashes after suspend with new Kernel  
2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-02-10 Thread christian imhorst
@Andy -- OK, I rebooted with the new Kernel and connected with ssh:

christ...@gobuchul:~$ ssh 192.168.1.33
christ...@192.168.1.33's password: 
Linux Jandraligeli 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686

Then I watched via ssh in /var/log/messages and /var/log/kern.log as the
notebook went to sleep. These are the results:

christ...@jandraligeli:~$ tail -f /var/log/messages
Feb 10 21:22:31 Jandraligeli kernel: [   41.398446] tg3: eth0: Flow control is 
on for TX and on for RX.
Feb 10 21:22:31 Jandraligeli kernel: [   41.398652] ADDRCONF(NETDEV_CHANGE): 
eth0: link becomes ready
Feb 10 21:22:33 Jandraligeli kernel: [   42.966881] [drm] Initialized drm 1.1.0 
20060810
Feb 10 21:22:33 Jandraligeli kernel: [   42.981785] pci :00:02.0: PCI INT A 
-> GSI 16 (level, low) -> IRQ 16
Feb 10 21:22:33 Jandraligeli kernel: [   42.984666] [drm] Initialized i915 
1.6.0 20060119 on minor 0
Feb 10 21:22:40 Jandraligeli pulseaudio[6044]: ltdl-bind-now.c: Failed to find 
original dlopen loader.
Feb 10 21:22:40 Jandraligeli pulseaudio[6046]: pid.c: Stale PID file, 
overwriting.
Feb 10 21:22:40 Jandraligeli pulseaudio[6046]: main.c: setrlimit(RLIMIT_NICE, 
(31, 31)) failed: Operation not permitted
Feb 10 21:22:40 Jandraligeli pulseaudio[6046]: main.c: setrlimit(RLIMIT_RTPRIO, 
(9, 9)) failed: Operation not permitted


christ...@jandraligeli:~$ tail -f /var/log/kern.log
Feb 10 21:31:48 Jandraligeli kernel: [   76.440173] CPU1 attaching sched-domain:
Feb 10 21:31:48 Jandraligeli kernel: [   76.440177]  domain 0: span 0-1 level MC
Feb 10 21:31:48 Jandraligeli kernel: [   76.440182]   groups: 1 0
Feb 10 21:31:54 Jandraligeli kernel: [   84.175932] wlan0: authenticate with AP 
00:21:29:66:21:b0
Feb 10 21:31:54 Jandraligeli kernel: [   84.177860] wlan0: authenticated
Feb 10 21:31:54 Jandraligeli kernel: [   84.177872] wlan0: associate with AP 
00:21:29:66:21:b0
Feb 10 21:31:54 Jandraligeli kernel: [   84.180300] wlan0: RX AssocResp from 
00:21:29:66:21:b0 (capab=0x411 status=0 aid=1)
Feb 10 21:31:54 Jandraligeli kernel: [   84.180310] wlan0: associated
Feb 10 21:31:54 Jandraligeli kernel: [   84.190007] ADDRCONF(NETDEV_CHANGE): 
wlan0: link becomes ready
Feb 10 21:32:05 Jandraligeli kernel: [   95.032120] wlan0: no IPv6 routers 
present

When the notebook resumed it cut off/crashed again and I have to boot it
pressing the power button.

Then I tried it with WLAN disabled:

christ...@jandraligeli:~$ tail -f /var/log/messages
Feb 10 21:35:00 Jandraligeli pulseaudio[6035]: ltdl-bind-now.c: Failed to find 
original dlopen loader.
Feb 10 21:35:00 Jandraligeli pulseaudio[6037]: pid.c: Stale PID file, 
overwriting.
Feb 10 21:35:00 Jandraligeli pulseaudio[6037]: main.c: setrlimit(RLIMIT_NICE, 
(31, 31)) failed: Operation not permitted
Feb 10 21:35:00 Jandraligeli pulseaudio[6037]: main.c: setrlimit(RLIMIT_RTPRIO, 
(9, 9)) failed: Operation not permitted
Feb 10 21:35:39 Jandraligeli kernel: [  103.990529] iwlagn: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Feb 10 21:35:40 Jandraligeli kernel: [  105.596810] iwlagn: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Feb 10 21:35:40 Jandraligeli kernel: [  105.597258] psmouse.c: TouchPad at 
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
Feb 10 21:35:40 Jandraligeli kernel: [  105.606983] iwlagn: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Feb 10 21:35:40 Jandraligeli kernel: [  105.617195] iwlagn: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Feb 10 21:35:40 Jandraligeli kernel: [  105.627531] iwlagn :04:00.0: PCI 
INT A disabled

Then with WLAN disabled and logged off from GNOME I tried pm-suspend
from VT1:

christ...@jandraligeli:~$ tail -f /var/log/messages
Feb 10 21:40:46 Jandraligeli kernel: [   44.713839] [drm] Initialized i915 
1.6.0 20060119 on minor 0
Feb 10 21:40:47 Jandraligeli kernel: [   45.749971] tg3: eth0: Link is up at 
100 Mbps, full duplex.
Feb 10 21:40:47 Jandraligeli kernel: [   45.749981] tg3: eth0: Flow control is 
on for TX and on for RX.
Feb 10 21:40:47 Jandraligeli kernel: [   45.750304] ADDRCONF(NETDEV_CHANGE): 
eth0: link becomes ready
Feb 10 21:40:53 Jandraligeli pulseaudio[6043]: ltdl-bind-now.c: Failed to find 
original dlopen loader.
Feb 10 21:40:53 Jandraligeli pulseaudio[6045]: pid.c: Stale PID file, 
overwriting.
Feb 10 21:40:53 Jandraligeli pulseaudio[6045]: main.c: setrlimit(RLIMIT_NICE, 
(31, 31)) failed: Operation not permitted
Feb 10 21:40:53 Jandraligeli pulseaudio[6045]: main.c: setrlimit(RLIMIT_RTPRIO, 
(9, 9)) failed: Operation not permitted
Feb 10 21:41:23 Jandraligeli kernel: [   82.279059] ADDRCONF(NETDEV_CHANGE): 
wlan0: link becomes ready
Feb 10 21:41:32 Jandraligeli bonobo-activation-server (christian-6350): could 
not associate with desktop session: Failed to connect to socket 
/tmp/dbus-zrM9XGC639: Connection refused
Feb 10 21:43:04 Jandraligeli kernel: [  183.461583] iwlagn: Radio Frequency 
Kill Switch is On:
Feb 10 21:43:04 Jandraligeli kerne

[Bug 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-02-10 Thread christian imhorst
@Andy -- the notebook went to sleep and that works fine. When I press a
button to wake it up it cuts out. Its totaly off till I press the power
button. Then it starts again and boots Ubuntu 8.10 normally. I'll try to
connect the machine with ssh while it has resumed to see if it is still
up. I'll report that later.

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 253286] Re: kdevelop project was broken when going to 8.10

2009-02-05 Thread christian imhorst
I think this is a problem of KDevelop, because they use an outdated
script of ltmain.sh in their template files. Intrepid Ibex is shipped
with libtool version 2.2.4 - probably Jaunty is shipped with a newer one
- but the ltmain.sh file in the KDevelop templates creates a libtool
version 1.5.24. To fix this I can replace every libtool in my source
tree with a link to /usr/bin/libtool but there is a better workaround to
do this for all KDevelop projects:

First I've copied the directory "/usr/share/apps/kdevappwizard/" to
"$HOME/.kde/share/apps/". Next I've extracted the archive
"$HOME/.kde/share/apps/kdevappwizard/template-common/incadmin.tar.gz"
and I've replaced the old file "ltmain.sh" with the new one from
"/usr/share/libtool/config/ltmain.sh". Then I've packed the archive
again to a new one named "incadmin.tar.gz" and replaced the old archive
with the new one. Now the script ltmain.sh creates a current libtool in
the source tree of my program while compilation and my source code
compiles without any error.

There is no need to downgrade libtool.

Regards,
Christian

-- 
kdevelop project was broken when going to 8.10
https://bugs.launchpad.net/bugs/253286
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdevelop in ubuntu.

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


[Bug 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-02-02 Thread christian imhorst
Hi,

the specific version of the -11 kernel I am running is

christ...@jandraligeli:~$ cat /proc/version_signature
Ubuntu 2.6.27-11.27-generic

dmesg is attached below.

Thank you very much for your help.

Regards,
Christian


** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/21904347/dmesg.txt

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-01-29 Thread christian imhorst
This is the output of lspci -vvn

** Attachment added: "lspci-vvn.txt"
   http://launchpadlibrarian.net/21781278/lspci-vvn.txt

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-01-29 Thread christian imhorst
This is the output of lsmod

** Attachment added: "lsmod.txt"
   http://launchpadlibrarian.net/21781296/lsmod.txt

** Description changed:

  Binary package hint: linux-image-2.6.27-11-generic
  
  My notebook Acer Aspire 2920 crashes when it wakes up from suspend. This
  happens after today's new upgrade from kernel linux-image-generic
  2.6.27.9.13 to 2.6.27.11.14. When I boot the old kernel linux-image-
  generic 2.6.27.9.13 suspend works perfect. So I think I can blame it to
  the kernel upgrade.
+ 
+ christ...@jandraligeli:~$ lspci
+ 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
+ 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)
+ 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 03)
+ 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
+ 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
+ 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
+ 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
+ 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
+ 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
+ 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 
(rev 03)
+ 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
+ 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
+ 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
+ 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
+ 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
+ 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface 
Controller (rev 03)
+ 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
+ 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 03)
+ 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 
03)
+ 02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit 
Ethernet PCI Express (rev 02)
+ 04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] Re: Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-01-29 Thread christian imhorst

** Attachment added: "kernel.log"
   http://launchpadlibrarian.net/21781260/kernel.log

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 322886] [NEW] Notebook crashes after suspend with new Kernel 2.6.27-11-generic

2009-01-29 Thread christian imhorst
Public bug reported:

Binary package hint: linux-image-2.6.27-11-generic

My notebook Acer Aspire 2920 crashes when it wakes up from suspend. This
happens after today's new upgrade from kernel linux-image-generic
2.6.27.9.13 to 2.6.27.11.14. When I boot the old kernel linux-image-
generic 2.6.27.9.13 suspend works perfect. So I think I can blame it to
the kernel upgrade.

christ...@jandraligeli:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 
(rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit 
Ethernet PCI Express (rev 02)
04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)

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

-- 
Notebook crashes after suspend with new Kernel  2.6.27-11-generic
https://bugs.launchpad.net/bugs/322886
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 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-30 Thread christian imhorst
I think I have a workaround to fix this problem:

First I've copied the directory "/usr/share/apps/kdevappwizard/" to
"$HOME/.kde/share/apps/". Next I've extract the archive
"$HOME/.kde/share/apps/kdevappwizard/template-common/incadmin.tar.gz"
and I've replaced the old file "ltmain.sh" with the new one from
"/usr/share/libtool/config/ltmain.sh". Then I've packed them again to a
new file named "incadmin.tar.gz" and replaced the old archive with the
new one. Now the script ltmain.sh creates a current libtool while
compilation and my source code compiles without any error.

I have attached my new archive "incadmin.tar.gz" with the new file
"ltmain.sh" included. Hope this will help.

Regards,
Christian


** Attachment added: "incadmin.tar.gz"
   http://launchpadlibrarian.net/20820556/incadmin.tar.gz

-- 
kdevelop can't compile programs in kde4 (intrepid ibex)
https://bugs.launchpad.net/bugs/285841
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