[Bug 1306994] [NEW] powernap loadavg monitor fails to detect load

2014-04-12 Thread Cinquero
Public bug reported:

Ubuntu Precise, amd64, powernap 2.17-0ubuntu2

Symptoms: system gets shut down even under load, although the
loadmonitor had been configured.

Fix:

/usr/lib/python2.7/dist-packages/powernap/monitors/LoadMonitor.py :

Replace

 36 if os.getloadavg()[0]  t:

with

 36 if os.getloadavg()[0]  float(t):

and it works.

** Affects: powernap
 Importance: Undecided
 Status: New

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

** Also affects: powernap (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to powernap in Ubuntu.
https://bugs.launchpad.net/bugs/1306994

Title:
  powernap loadavg monitor fails to detect load

To manage notifications about this bug go to:
https://bugs.launchpad.net/powernap/+bug/1306994/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1306994] [NEW] powernap loadavg monitor fails to detect load

2014-04-12 Thread Cinquero
Public bug reported:

Ubuntu Precise, amd64, powernap 2.17-0ubuntu2

Symptoms: system gets shut down even under load, although the
loadmonitor had been configured.

Fix:

/usr/lib/python2.7/dist-packages/powernap/monitors/LoadMonitor.py :

Replace

 36 if os.getloadavg()[0]  t:

with

 36 if os.getloadavg()[0]  float(t):

and it works.

** Affects: powernap
 Importance: Undecided
 Status: New

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

** Also affects: powernap (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  powernap loadavg monitor fails to detect load

To manage notifications about this bug go to:
https://bugs.launchpad.net/powernap/+bug/1306994/+subscriptions

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


[Bug 1032936] Re: Scrolling right in java apps distorts screen

2014-04-01 Thread Cinquero
Still a hefty issue in Ubuntu 12.04 LTS (current).

Only -Dsun.java2d.opengl=true solves it, the xrender option just
distorts the distortion a bit.

I have also detected that it does not happen when you run the java app
as a different user (than that who runs the X server) via ssh
user@localhost -Y...

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

Title:
  Scrolling right in java apps distorts screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/1032936/+subscriptions

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


[Bug 924278] Re: xscreensaver doesn't enable DPMS

2014-03-29 Thread Cinquero
I have a quite similar problem here (12.04 LTS amd64). It seems
xscreensaver is somehow not controlling the dpms settings correctly.

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

Title:
  xscreensaver doesn't enable DPMS

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

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


[Bug 1036391] [NEW] openjdk 7/awt transparency bug in Xinerama setup

2012-08-13 Thread Cinquero
Public bug reported:

Have an nvidia multi-monitor setup (no twinview). Main monitor is
2560x1600, second one is 1920x1080 via HDMI.

Composite extension is desabled, no fancy graphics desktop enabled.

Problem: transparency in java 7 apps is not working on the primary
monitor above y=1080 (counter from the top), ie. where the second
monitor ends. See screenshot: the popup menu's transparency starts at
y=1080 (screenshot is not of entire monitor!).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openjdk-7-jre 7~u3-2.1.1~pre1-1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Mon Aug 13 23:00:53 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: openjdk-7
UpgradeStatus: Upgraded to precise on 2012-02-12 (183 days ago)

** Affects: openjdk-7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  openjdk 7/awt transparency bug in Xinerama setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+subscriptions

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


[Bug 1036391] Re: openjdk 7/awt transparency bug in Xinerama setup

2012-08-13 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036391

Title:
  openjdk 7/awt transparency bug in Xinerama setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+subscriptions

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


[Bug 1036391] Re: openjdk 7/awt transparency bug in Xinerama setup

2012-08-13 Thread Cinquero
** Attachment added: xorg.conf
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+attachment/3259981/+files/xorg.conf

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

Title:
  openjdk 7/awt transparency bug in Xinerama setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+subscriptions

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


[Bug 1036391] Re: openjdk 7/awt transparency bug in Xinerama setup

2012-08-13 Thread Cinquero
** Attachment added: java-awt-transparency-xinerama-bug.png
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+attachment/3259980/+files/java-awt-transparency-xinerama-bug.png

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

Title:
  openjdk 7/awt transparency bug in Xinerama setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+subscriptions

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


[Bug 1036391] Re: openjdk 7/awt transparency bug in Xinerama setup

2012-08-13 Thread Cinquero
** Changed in: openjdk-7 (Ubuntu)
   Status: New = Invalid

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

Title:
  openjdk 7/awt transparency bug in Xinerama setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1036391/+subscriptions

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


[Bug 1033179] Re: Xvfb seems to have hardcoded /tmp

2012-08-05 Thread Cinquero
** Attachment removed: xdpyinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1033179/+attachment/3248728/+files/xdpyinfo.txt

** Attachment removed: nvidia-settings.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1033179/+attachment/3248727/+files/nvidia-settings.txt

** Attachment removed: nvidia-installer.log.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1033179/+attachment/3248726/+files/nvidia-installer.log.txt

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

Title:
  Xvfb seems to have hardcoded /tmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1033179/+subscriptions

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


[Bug 1033179] [NEW] Xvfb seems to have hardcoded /tmp

2012-08-05 Thread Cinquero
Public bug reported:

TMPDIR=/home/mark/tmp/tmpBuildDir/.tmp Xvfb :45 -screen 0 1280x1024x24

where TMPDIR is on a different device than /tmp.

gives:

[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, 
removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, 
removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing 
from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, removing 
from list!
[xkb] Can't rename /home/mark/tmp/tmpBuildDir/.tmp/fileegPXgS to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
[xkb] Can't rename /home/mark/tmp/tmpBuildDir/.tmp/fileIbmETz to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect setup of 
xkeyboard-config.

Fatal server error:
Failed to activate core devices.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xvfb 2:1.11.4-0ubuntu10.6
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.49  Mon Apr 30 23:46:33 
PDT 2012
 GCC version:  gcc-Version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.1:
 
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
CompizPlugins: »/apps/compiz-1/general/screen0/options/active_plugins« wurde 
kein Wert zugewiesen
CompositorRunning: None
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
 dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
Date: Sun Aug  5 13:48:30 2012
DistUpgraded: 2012-02-12 13:58:40,786 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: No
GraphicsCard:
 NVIDIA Corporation GT215 [GeForce GT 240] [10de:0ca3] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: ZOTAC International (MCO) Ltd. Device [19da:2134]
JockeyStatus:
 firmware:dvb_usb - Firmware für DVB-Karten (Proprietär, Aktiviert, In 
Benutzung)
 xorg:nvidia_current - Beschleunigter Grafiktreiber von NVIDIA (Proprietär, 
Deaktiviert, Nicht benutzt)
 xorg:nvidia_current_updates - NVIDIAs beschleunigte Grafiktreiber 
(Nachträgliche Aktualisierungen) (Proprietär, Aktiviert, In Benutzung)
MachineType: Gigabyte Technology Co., Ltd. P55-USB3
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-27-generic 
root=/dev/mapper/i5vg-i5root ro crashkernel=384M-2G:64M,2G-:128M
SourcePackage: xorg-server
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 1: Error: no composite extension
UpgradeStatus: Upgraded to precise on 2012-02-12 (174 days ago)
dmi.bios.date: 02/11/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: P55-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P55-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug possible-manual-nvidia-install precise ubuntu

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

Title:
  Xvfb seems to have hardcoded /tmp

To manage notifications about this bug go to:

[Bug 1032969] [NEW] gnome-panel always imports default layout at start, leading to an additional top and bottom panel added at every gnome-panel start

2012-08-04 Thread Cinquero
Public bug reported:

The title says it all.

Workaround:

mkdir -p ~/.config/gnome-panel
touch ~/.config/gnome-panel/panel-default-layout.layout

That let's gnome-panel fail the default layout import and prevents it
from messing with my existing gome panel setup.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-panel 1:3.4.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Sat Aug  4 13:39:40 2012
EcryptfsInUse: Yes
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: gnome-panel
UpgradeStatus: Upgraded to precise on 2012-02-12 (173 days ago)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  gnome-panel always imports default layout at start, leading to an
  additional top and bottom panel added at every gnome-panel start

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

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


[Bug 1032969] Re: gnome-panel always imports default layout, leading to an additional top and bottom panel added at every gnome-panel startup

2012-08-04 Thread Cinquero
** Summary changed:

- gnome-panel always imports default layout, leading to an additional top and 
bottom panel added at every gnome-panel startup
+ gnome-panel always imports default layout at start, leading to an additional 
top and bottom panel added at every gnome-panel start

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

Title:
  gnome-panel always imports default layout at start, leading to an
  additional top and bottom panel added at every gnome-panel start

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

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


[Bug 965314] Re: core dumped - segmentation fault

2012-07-20 Thread Cinquero
have this problem, too. But has nothing to do with sync. Happens even
after deleting ~/.config/chromium.

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

Title:
  core dumped - segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/965314/+subscriptions

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


[Bug 989240] [NEW] severe openjdk-7-jre ssl negotiation incompatibility (fixed upstream long ago...)

2012-04-26 Thread Cinquero
Public bug reported:

See also:

https://bugster.forgerock.org/jira/browse/OPENDJ-461

How to reproduce:

Install (for example) Hudson CI 2.2.0 and activate the SSL port. Here is
the config:

NAME=hudson
JAVA=/usr/lib/jvm/java-1.7.0-openjdk/bin/java
JAVA_ARGS=-Xmx512M -XX:+UseG1GC -Dcom.sun.management.jmxremote.port=18189 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Djavax.net.debug=ssl,handshake
PIDFILE=/var/run/hudson/hudson.pid
HUDSON_USER=hudson
HUDSON_WAR=/usr/share/hudson/hudson.war
HUDSON_HOME=/var/lib/hudson
RUN_STANDALONE=true
HUDSON_LOG=/var/log/hudson/$NAME.log
MAXOPENFILES=8192
HTTP_PORT=9087
AJP_PORT=-1
HUDSON_ARGS=--webroot=/var/run/hudson/war --httpsPort=$((HTTP_PORT+1)) 
--httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT 

Then try to connect using wget, curl or apache reverse proxy and you'll
get in hudson.log:

RequestHandlerThread[#5], handling exception: java.security.ProviderException: 
sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
RequestHandlerThread[#5], IOException in getSession(): 
javax.net.ssl.SSLException: java.security.ProviderException: 
sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID

Curl outputs:

curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1
alert internal error

Current openjdk-6-jre is also affected.

Using my own java 7 build (built against Ubuntu 11.10) works flawlessly
on 12.04 (NOT icedtea based, just built using java 7 sources and using
java 6 binaries). It is available at
https://build.opensuse.org/package/show?package=optjdk7project=home%3Akalium%3Atest
.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openjdk-7-jre 7~u3-2.1.1~pre1-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Thu Apr 26 22:55:48 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: openjdk-7
UpgradeStatus: Upgraded to precise on 2012-02-12 (74 days ago)

** Affects: openjdk-7 (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug precise

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

Title:
  severe openjdk-7-jre ssl negotiation incompatibility (fixed upstream
  long ago...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/989240/+subscriptions

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


[Bug 989240] Re: severe openjdk-7-jre ssl negotiation incompatibility (fixed upstream long ago...)

2012-04-26 Thread Cinquero
** Changed in: openjdk-7 (Ubuntu)
   Status: New = Confirmed

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

Title:
  severe openjdk-7-jre ssl negotiation incompatibility (fixed upstream
  long ago...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/989240/+subscriptions

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


[Bug 989236] [NEW] severe openjdk-6-jre ssl negotiation incompatibility (fixed upstream long ago...)

2012-04-26 Thread Cinquero
Public bug reported:

See also:

https://bugster.forgerock.org/jira/browse/OPENDJ-461

How to reproduce:

Install (for example) Hudson CI 2.2.0 and activate the SSL port. Here is
the config:

NAME=hudson
JAVA=/usr/lib/jvm/java-1.6.0-openjdk/bin/java
JAVA_ARGS=-Xmx512M -XX:+UseG1GC -Dcom.sun.management.jmxremote.port=18189 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Djavax.net.debug=ssl,handshake
PIDFILE=/var/run/hudson/hudson.pid
HUDSON_USER=hudson
HUDSON_WAR=/usr/share/hudson/hudson.war
HUDSON_HOME=/var/lib/hudson
RUN_STANDALONE=true
HUDSON_LOG=/var/log/hudson/$NAME.log
MAXOPENFILES=8192
HTTP_PORT=9087
AJP_PORT=-1
HUDSON_ARGS=--webroot=/var/run/hudson/war --httpsPort=$((HTTP_PORT+1)) 
--httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT 


Then try to connect using wget, curl or apache reverse proxy and you'll get in 
hudson.log:

RequestHandlerThread[#5], handling exception: java.security.ProviderException: 
sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID
RequestHandlerThread[#5], IOException in getSession():  
javax.net.ssl.SSLException: java.security.ProviderException: 
sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DOMAIN_PARAMS_INVALID

Curl outputs:

curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1
alert internal error


Current openjdk-7-jre is also affected.


Using my own java 7 build (built against Ubuntu 11.10) works flawlessly on 
12.04  (NOT icedtea based, just built using java 7 sources and using java 6 
binaries). It is available at 
https://build.opensuse.org/package/show?package=optjdk7project=home%3Akalium%3Atest
 .

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openjdk-6-jre 6b24-1.11.1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Thu Apr 26 22:46:39 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: openjdk-6
UpgradeStatus: Upgraded to precise on 2012-02-12 (74 days ago)

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug precise

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

Title:
  severe openjdk-6-jre ssl negotiation incompatibility (fixed upstream
  long ago...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/989236/+subscriptions

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


[Bug 989236] Re: severe openjdk-6-jre ssl negotiation incompatibility (fixed upstream long ago...)

2012-04-26 Thread Cinquero
** Changed in: openjdk-6 (Ubuntu)
   Status: New = Confirmed

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

Title:
  severe openjdk-6-jre ssl negotiation incompatibility (fixed upstream
  long ago...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/989236/+subscriptions

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


[Bug 935330] Re: unity 2d system tray is rendered twice

2012-04-12 Thread Cinquero
Seems to be related to #831323

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

Title:
  unity 2d system tray is rendered twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/935330/+subscriptions

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


[Bug 701544] Re: phpunit requires PHP_CodeCoverage

2012-04-03 Thread Cinquero
The problem still persists in Ubuntu Precise.

 Unbelievable. QA is just missing in Ubuntu.

That's not only Ubuntu, it is almost the entire open-source realm except
where professional products are actively being worked on. Debian should
really start to throw out packages without proper (that is automatic and
complete) integration tests. Instead, Ubuntu and GNOME people start to
work on fancy desktop managers -- stuff which is practically useless.
Debian should also start to only accept bug reports in the form of
regression tests. And it should reject package upgrades if regression
tests cannot be re-used and the new tests are of lower quality

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

Title:
  phpunit requires PHP_CodeCoverage

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

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


[Bug 965806] [NEW] imapfilter not working with openssl =1.0.1

2012-03-26 Thread Cinquero
Public bug reported:

Enter password for :
imapfilter: initiating SSL connection to ; EOF in violation of the protocol
imapfilter: initiating SSL connection to ; EOF in violation of the protocol
...

When setting LD_LIBRARY_PATH to some manually build openssl 1.0.0
version, it works.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: imapfilter 1:2.2.3-1build1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Tue Mar 27 01:29:32 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: imapfilter
UpgradeStatus: Upgraded to precise on 2012-02-12 (43 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  imapfilter not working with openssl =1.0.1

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

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

[Bug 965806] Re: imapfilter not working with openssl =1.0.1

2012-03-26 Thread Cinquero
** Description changed:

- Enter password for : 
- imapfilter: initiating SSL connection to abyss.strato.de; EOF in violation of 
the protocol
- imapfilter: initiating SSL connection to abyss.strato.de; EOF in violation of 
the protocol
+ Enter password for :
+ imapfilter: initiating SSL connection to ; EOF in violation of the 
protocol
+ imapfilter: initiating SSL connection to ; EOF in violation of the 
protocol
  ...
  
- 
- When setting LD_LIBRARY_PATH to some manually build openssl 1.0.0 version, it 
works.
+ When setting LD_LIBRARY_PATH to some manually build openssl 1.0.0
+ version, it works.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: imapfilter 1:2.2.3-1build1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Tue Mar 27 01:29:32 2012
  EcryptfsInUse: Yes
  ProcEnviron:
-  TERM=xterm
-  SHELL=/bin/bash
-  PATH=(custom, user)
-  LANG=de_DE.UTF-8
-  LANGUAGE=de:en
+  TERM=xterm
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  LANGUAGE=de:en
  SourcePackage: imapfilter
  UpgradeStatus: Upgraded to precise on 2012-02-12 (43 days ago)

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

Title:
  imapfilter not working with openssl =1.0.1

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

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

[Bug 842108] Re: run command (alt+F2): results do not contain the exact match

2012-03-16 Thread Cinquero
Maybe related: https://bugzilla.gnome.org/show_bug.cgi?id=666521

** Bug watch added: GNOME Bug Tracker #666521
   https://bugzilla.gnome.org/show_bug.cgi?id=666521

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

Title:
  run command (alt+F2): results do not contain the exact match

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/842108/+subscriptions

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


[Bug 842108] Re: run command (alt+F2): results do not contain the exact match

2012-03-16 Thread Cinquero
Duplicate: https://bugs.launchpad.net/ubuntu/+source/unity-
2d/+bug/919320

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

Title:
  run command (alt+F2): results do not contain the exact match

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/842108/+subscriptions

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


[Bug 957389] [NEW] run command dialog appears when alt+some key(s) is pressed and no window gets the focus

2012-03-16 Thread Cinquero
Public bug reported:

Move mouse cursor to empty, second Xorg screen and hit ALT+TAB. The run
command dialog will appear in the upper left corner of the first screen.

What should happen: *nothing*. It should *not* open.

Bayond that, I cannot configure the shortcut for the run command dialog
in gnome settings (at the position where the shortcut should be
displayed, the message Deaktiviert is printed in italics.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity-lens-applications 5.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Fri Mar 16 21:11:40 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: unity-lens-applications
UpgradeStatus: Upgraded to precise on 2012-02-12 (33 days ago)

** Affects: unity-lens-applications (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  run command dialog appears when alt+some key(s) is pressed and no
  window gets the focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/957389/+subscriptions

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


[Bug 957389] Re: run command dialog appears when alt+some key(s) is pressed and no windows gets the focus

2012-03-16 Thread Cinquero
** Summary changed:

- run command dialog appears when alt+some key(s) is pressed and no windows 
gets the focus
+ run command dialog appears when alt+some key(s) is pressed and no window 
gets the focus

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

Title:
  run command dialog appears when alt+some key(s) is pressed and no
  window gets the focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/957389/+subscriptions

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


[Bug 941059] [NEW] sporadic network packet delays/nontransmissions

2012-02-25 Thread Cinquero
Public bug reported:

Sometimes, dns lookups via local bridge and local pdnsd take a long
time. Additionally, pinging a KVM machine attached via tap device to the
local bridge gives a network unreachable error because arp requests
don't get propagated to the VM. After some time and/or tcpdump starts
the problem goes away without any further modifications/help.

A downgrade to kernel 3.0.22 helps.

Kernels 3.1.x and 3.2.x seem to be a mess. Going live with them for the
next five years, seems rather questionable.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image (not installed)
ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.93-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 BEN.PID ZUGR.  BEFEHL
 /dev/snd/controlC1:  mark   3801 F pulseaudio
 /dev/snd/pcmC1D7p:   mark   3801 F...m pulseaudio
 /dev/snd/controlC0:  mark   3801 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
   Mixer name   : 'CA0106'
   Components   : ''
   Controls  : 35
   Simple ctrls  : 18
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
   Mixer name   : 'Nvidia GPU 0d HDMI/DP'
   Components   : 'HDA:10de000d,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
 dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
Date: Sat Feb 25 19:55:04 2012
EcryptfsInUse: Yes
MachineType: Gigabyte Technology Co., Ltd. P55-USB3
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-17-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro crashkernel=384M-2G:64M,2G-:128M 
ipv6.disable=1 ip=dhcp ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
RfKill:

SourcePackage: linux
UpgradeStatus: Upgraded to precise on 2012-02-12 (13 days ago)
WifiSyslog:

dmi.bios.date: 02/11/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: P55-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P55-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug precise

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

Title:
  sporadic network packet delays/nontransmissions

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

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

[Bug 941059] Re: sporadic network packet delays/nontransmissions

2012-02-25 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/941059

Title:
  sporadic network packet delays/nontransmissions

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

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


[Bug 941059] Re: sporadic network packet delays/nontransmissions

2012-02-25 Thread Cinquero
I had this problem on two different installations.

** Description changed:

  Sometimes, dns lookups via local bridge and local pdnsd take a long
  time. Additionally, pinging a KVM machine attached via tap device to the
  local bridge gives a network unreachable error because arp requests
- don't get routed to the VM. After some time and/or tcpdump starts the
- problem goes away without any further modifications/help.
+ don't get propagated to the VM. After some time and/or tcpdump starts
+ the problem goes away without any further modifications/help.
  
  A downgrade to kernel 3.0.22 helps.
  
  Kernels 3.1.x and 3.2.x seem to be a mess. Going live with them for the
  next five years, seems rather questionable.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
-  BEN.PID ZUGR.  BEFEHL
-  /dev/snd/controlC1:  mark   3801 F pulseaudio
-  /dev/snd/pcmC1D7p:   mark   3801 F...m pulseaudio
-  /dev/snd/controlC0:  mark   3801 F pulseaudio
+  BEN.PID ZUGR.  BEFEHL
+  /dev/snd/controlC1:  mark   3801 F pulseaudio
+  /dev/snd/pcmC1D7p:   mark   3801 F...m pulseaudio
+  /dev/snd/controlC0:  mark   3801 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
-  Card hw:0 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
-Mixer name : 'CA0106'
-Components : ''
-Controls  : 35
-Simple ctrls  : 18
+  Card hw:0 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
+    Mixer name : 'CA0106'
+    Components : ''
+    Controls  : 35
+    Simple ctrls  : 18
  Card1.Amixer.info:
-  Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
-Mixer name : 'Nvidia GPU 0d HDMI/DP'
-Components : 'HDA:10de000d,10de0101,00100100'
-Controls  : 24
-Simple ctrls  : 4
+  Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
+    Mixer name : 'Nvidia GPU 0d HDMI/DP'
+    Components : 'HDA:10de000d,10de0101,00100100'
+    Controls  : 24
+    Simple ctrls  : 4
  CurrentDmesg:
-  Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
-  dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
+  Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
+  dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
  Date: Sat Feb 25 19:55:04 2012
  EcryptfsInUse: Yes
  MachineType: Gigabyte Technology Co., Ltd. P55-USB3
  ProcEnviron:
-  TERM=xterm
-  SHELL=/bin/bash
-  PATH=(custom, user)
-  LANG=de_DE.UTF-8
-  LANGUAGE=de:en
+  TERM=xterm
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  LANGUAGE=de:en
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-17-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro crashkernel=384M-2G:64M,2G-:128M 
ipv6.disable=1 ip=dhcp ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
  RfKill:
-  
+ 
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2012-02-12 (13 days ago)
  WifiSyslog:
-  
+ 
  dmi.bios.date: 02/11/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F4
  dmi.board.name: P55-USB3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P55-USB3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

Title:
  sporadic network packet delays/nontransmissions

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

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

[Bug 936154] Re: black box rendered at position of hidden sw mouse cursor

2012-02-23 Thread Cinquero
** Summary changed:

- black box rendered at position of hidden mouse cursor
+ black box rendered at position of hidden sw mouse cursor

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

Title:
  black box rendered at position of hidden sw mouse cursor

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

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


[Bug 937987] Re: squid is loosing cache data when restarting

2012-02-22 Thread Cinquero
Fixed in 3.1.19.

** Changed in: squid3 (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/937987

Title:
  squid is loosing cache data when restarting

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 938963] [NEW] [vdpau] Error when calling vdp_presentation_queue_display: The display was pre-empted, or a fatal error occurred.

2012-02-22 Thread Cinquero
Public bug reported:

when using mplayer VDPAU decoding and video output to nvidia HDMI,
switching to console (CTRL-ALT-F1) gives the following error:


DISPLAY=:0.1 mplayer -vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau, -vo 
vdpau some.mkv
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing some.mkv.
libavformat version 53.20.0 (external)
Mismatching header version 53.19.0
libavformat file format detected.
[matroska,webm @ 0x7fb93d0cc960]max_analyze_duration reached
[matroska,webm @ 0x7fb93d0cc960]Estimating duration from bitrate, this may be 
inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (dca), -aid 0, -alang ger, 768 kbps DTS
[lavf] stream 2: subtitle (text), -sid 0, -slang ger
[lavf] stream 3: subtitle (text), -sid 1, -slang ger, forced
VIDEO:  [H264]  1920x816  0bpp  23.976 fps0.0 kbps ( 0.0 kbyte/s)
Load subtitles in ./
==
Forced video codec: ffh264vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 53.34.0 (external)
Mismatching header version 53.32.2
Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
==
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 768.0 kbit/50.00% (ratio: 96000-192000)
Selected audio codec: [ffdca] afm: ffmpeg (FFmpeg DTS)
==
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
[VD_FFMPEG] Trying pixfmt=0.
Movie-Aspect is 2.35:1 - prescaling to correct movie aspect.
VO: [vdpau] 1920x816 = 1920x816 H.264 VDPAU acceleration 
[VD_FFMPEG] XVMC-accelerated MPEG-2.
A:   6.1 V:   6.1 A-V: -0.001 ct:  0.040   0/  0  3%  1%  1.5% 3 0 
[vdpau] Display preemption detected
[vdpau] Error when calling vdp_presentation_queue_display: The display was 
pre-empted, or a fatal error occurred.
A:   6.3 V:   6.1 A-V:  0.170 ct:  0.044   0/  0  3% 10%  1.4% 3 0 
[vdpau] Attempting to recover from preemption.
[vdpau] Error when calling vdp_device_create_x11: 2
[vdpau] Recovering from preemption failed
vf_get_image: Tried to allocate a format that can not be allocated!
[h264_vdpau @ 0x7fb93c84c4c0]get_buffer() failed (-1 2 (nil))
[h264_vdpau @ 0x7fb93c84c4c0]decode_slice_header error
[h264_vdpau @ 0x7fb93c84c4c0]no frame!
Error while decoding frame!
[vdpau] Attempting to recover from preemption.
[vdpau] Error when calling vdp_device_create_x11: 2
[vdpau] Recovering from preemption failed
vf_get_image: Tried to allocate a format that can not be allocated!
[h264_vdpau @ 0x7fb93c84c4c0]get_buffer() failed (-1 2 (nil))
[h264_vdpau @ 0x7fb93c84c4c0]decode_slice_header error
[h264_vdpau @ 0x7fb93c84c4c0]no frame!
Error while decoding frame!
[vdpau] Attempting to recover from preemption.
[vdpau] Error when calling vdp_device_create_x11: 2
[vdpau] Recovering from preemption failed
vf_get_image: Tried to allocate a format that can not be allocated!
[h264_vdpau @ 0x7fb93c84c4c0]get_buffer() failed (-1 2 (nil))
[h264_vdpau @ 0x7fb93c84c4c0]decode_slice_header error
[h264_vdpau @ 0x7fb93c84c4c0]no frame!
Error while decoding frame!
[vdpau] Attempting to recover from preemption.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mplayer 2:1.0~rc4.dfsg1+svn34540-1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Wed Feb 22 21:12:47 2012
EcryptfsInUse: Yes
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: mplayer
UpgradeStatus: Upgraded to precise on 2012-02-12 (10 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  [vdpau] Error when calling vdp_presentation_queue_display: The display
  was pre-empted, or a fatal error occurred.

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

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


[Bug 938963] Re: [vdpau] Error when calling vdp_presentation_queue_display: The display was pre-empted, or a fatal error occurred.

2012-02-22 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/938963

Title:
  [vdpau] Error when calling vdp_presentation_queue_display: The display
  was pre-empted, or a fatal error occurred.

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

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


[Bug 938963] Re: [vdpau] Error when calling vdp_presentation_queue_display: The display was pre-empted, or a fatal error occurred.

2012-02-22 Thread Cinquero
** Attachment added: xorg.conf
   
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/938963/+attachment/2772006/+files/xorg.conf

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

Title:
  [vdpau] Error when calling vdp_presentation_queue_display: The display
  was pre-empted, or a fatal error occurred.

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

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


[Bug 935912] Re: nvLock: client timed out, taking the lock

2012-02-22 Thread Cinquero
The culprit is DISPLAY=:0.1 xrandr -r 24.

It always happens after switching the refresh rate of the second screen using
xrandr.

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

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+subscriptions

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


[Bug 124406] Re: Keyboard keys get stuck and repeat

2012-02-22 Thread Cinquero
Ubuntu Precise yesterday showed similar symptoms: numlock LED was
insanely blinking, at times no keyboard input was possible on two of
three connected keyboards, and additionally, the mouse cursor was being
dragged down.

Maybe this is related to:

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912
https://bugs.freedesktop.org/show_bug.cgi?id=46281

??

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

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

Title:
  Keyboard keys get stuck and repeat

To manage notifications about this bug go to:
https://bugs.launchpad.net/emacs/+bug/124406/+subscriptions

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-22 Thread Cinquero
** Tags removed: patch

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 935912] Re: nvLock: client timed out, taking the lock

2012-02-22 Thread Cinquero
https://bugs.freedesktop.org/show_bug.cgi?id=46281

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

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

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+subscriptions

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


[Bug 937987] Re: squid is loosing cache data when restarting

2012-02-22 Thread Cinquero
Fixed in 3.1.19.

** Changed in: squid3 (Ubuntu)
   Status: New = Fix Released

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

Title:
  squid is loosing cache data when restarting

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

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


[Bug 937987] [NEW] squid is loosing cache data when restarting

2012-02-21 Thread Cinquero
Public bug reported:

Serving requests cached in memory works fine. However, after restarting
squid, all data is lost. Disk cache size is large enough.

store_swap_size look strange either. Number of entries should be around
750, but is displayed as 29.

cache.log:


2012/02/21 18:38:05| Starting Squid Cache version 3.1.18 for 
x86_64-pc-linux-gnu...
2012/02/21 18:38:05| Process ID 21976
2012/02/21 18:38:05| With 1024 file descriptors available
2012/02/21 18:38:05| Initializing IP Cache...
2012/02/21 18:38:05| DNS Socket created at [::], FD 5
2012/02/21 18:38:05| DNS Socket created at 0.0.0.0, FD 6
2012/02/21 18:38:05| Adding domain rz-ip.net from /etc/resolv.conf
2012/02/21 18:38:05| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2012/02/21 18:38:05| Unlinkd pipe opened on FD 11
2012/02/21 18:38:05| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2012/02/21 18:38:05| Store logging disabled
2012/02/21 18:38:05| Swap maxSize 1048576 + 262144 KB, estimated 100824 objects
2012/02/21 18:38:05| Target number of buckets: 5041
2012/02/21 18:38:05| Using 8192 Store buckets
2012/02/21 18:38:05| Max Mem  size: 262144 KB
2012/02/21 18:38:05| Max Swap size: 1048576 KB
2012/02/21 18:38:05| Version 1 of swap file with LFS support detected... 
2012/02/21 18:38:05| Rebuilding storage in /var/spool/squid3 (DIRTY)
2012/02/21 18:38:05| Using Least Load store dir selection
2012/02/21 18:38:05| Set Current Directory to /var/spool/squid3
2012/02/21 18:38:05| Loaded Icons.
2012/02/21 18:38:05| Accepting  HTTP connections at [::]:3128, FD 14.
2012/02/21 18:38:05| HTCP Disabled.
2012/02/21 18:38:05| Squid plugin modules loaded: 0
2012/02/21 18:38:05| Adaptation support is off.
2012/02/21 18:38:05| Ready to serve requests.
2012/02/21 18:38:05| WARNING: 1 invalid swap log entries found
2012/02/21 18:38:05| Done reading /var/spool/squid3 swaplog (657 entries)
2012/02/21 18:38:05| Finished rebuilding storage from disk.
2012/02/21 18:38:05| 2 Entries scanned
2012/02/21 18:38:05| 6 Invalid entries.
2012/02/21 18:38:05| 0 With invalid flags.
2012/02/21 18:38:05| 2 Objects loaded.
2012/02/21 18:38:05| 0 Objects expired.
2012/02/21 18:38:05| 0 Objects cancelled.
2012/02/21 18:38:05| 0 Duplicate URLs purged.
2012/02/21 18:38:05| 0 Swapfile clashes avoided.
2012/02/21 18:38:05|   Took 0.14 seconds ( 14.21 objects/sec).
2012/02/21 18:38:05| Beginning Validation Procedure
2012/02/21 18:38:05|   Completed Validation Procedure
2012/02/21 18:38:05|   Validated 29 Entries
2012/02/21 18:38:05|   store_swap_size = 1018211074816
2012/02/21 18:38:06| storeLateRelease: released 0 objects

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: squid3 3.1.18-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Tue Feb 21 18:40:49 2012
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
SourcePackage: squid3
UpgradeStatus: Upgraded to precise on 2012-01-20 (32 days ago)
mtime.conffile..etc.squid3.squid.conf: 2012-02-15T19:29:06.982702

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/937987

Title:
  squid is loosing cache data when restarting

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 937987] Re: squid is loosing cache data when restarting

2012-02-21 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/937987

Title:
  squid is loosing cache data when restarting

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 937987] [NEW] squid is loosing cache data when restarting

2012-02-21 Thread Cinquero
Public bug reported:

Serving requests cached in memory works fine. However, after restarting
squid, all data is lost. Disk cache size is large enough.

store_swap_size look strange either. Number of entries should be around
750, but is displayed as 29.

cache.log:


2012/02/21 18:38:05| Starting Squid Cache version 3.1.18 for 
x86_64-pc-linux-gnu...
2012/02/21 18:38:05| Process ID 21976
2012/02/21 18:38:05| With 1024 file descriptors available
2012/02/21 18:38:05| Initializing IP Cache...
2012/02/21 18:38:05| DNS Socket created at [::], FD 5
2012/02/21 18:38:05| DNS Socket created at 0.0.0.0, FD 6
2012/02/21 18:38:05| Adding domain rz-ip.net from /etc/resolv.conf
2012/02/21 18:38:05| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2012/02/21 18:38:05| Unlinkd pipe opened on FD 11
2012/02/21 18:38:05| Local cache digest enabled; rebuild/rewrite every 
3600/3600 sec
2012/02/21 18:38:05| Store logging disabled
2012/02/21 18:38:05| Swap maxSize 1048576 + 262144 KB, estimated 100824 objects
2012/02/21 18:38:05| Target number of buckets: 5041
2012/02/21 18:38:05| Using 8192 Store buckets
2012/02/21 18:38:05| Max Mem  size: 262144 KB
2012/02/21 18:38:05| Max Swap size: 1048576 KB
2012/02/21 18:38:05| Version 1 of swap file with LFS support detected... 
2012/02/21 18:38:05| Rebuilding storage in /var/spool/squid3 (DIRTY)
2012/02/21 18:38:05| Using Least Load store dir selection
2012/02/21 18:38:05| Set Current Directory to /var/spool/squid3
2012/02/21 18:38:05| Loaded Icons.
2012/02/21 18:38:05| Accepting  HTTP connections at [::]:3128, FD 14.
2012/02/21 18:38:05| HTCP Disabled.
2012/02/21 18:38:05| Squid plugin modules loaded: 0
2012/02/21 18:38:05| Adaptation support is off.
2012/02/21 18:38:05| Ready to serve requests.
2012/02/21 18:38:05| WARNING: 1 invalid swap log entries found
2012/02/21 18:38:05| Done reading /var/spool/squid3 swaplog (657 entries)
2012/02/21 18:38:05| Finished rebuilding storage from disk.
2012/02/21 18:38:05| 2 Entries scanned
2012/02/21 18:38:05| 6 Invalid entries.
2012/02/21 18:38:05| 0 With invalid flags.
2012/02/21 18:38:05| 2 Objects loaded.
2012/02/21 18:38:05| 0 Objects expired.
2012/02/21 18:38:05| 0 Objects cancelled.
2012/02/21 18:38:05| 0 Duplicate URLs purged.
2012/02/21 18:38:05| 0 Swapfile clashes avoided.
2012/02/21 18:38:05|   Took 0.14 seconds ( 14.21 objects/sec).
2012/02/21 18:38:05| Beginning Validation Procedure
2012/02/21 18:38:05|   Completed Validation Procedure
2012/02/21 18:38:05|   Validated 29 Entries
2012/02/21 18:38:05|   store_swap_size = 1018211074816
2012/02/21 18:38:06| storeLateRelease: released 0 objects

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: squid3 3.1.18-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Tue Feb 21 18:40:49 2012
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
SourcePackage: squid3
UpgradeStatus: Upgraded to precise on 2012-01-20 (32 days ago)
mtime.conffile..etc.squid3.squid.conf: 2012-02-15T19:29:06.982702

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


** Tags: amd64 apport-bug precise

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

Title:
  squid is loosing cache data when restarting

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

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


[Bug 937987] Re: squid is loosing cache data when restarting

2012-02-21 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937987

Title:
  squid is loosing cache data when restarting

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-19 Thread Cinquero
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 936154] [NEW] black box rendered at position of hidden mouse cursor

2012-02-19 Thread Cinquero
Public bug reported:

Happens with fullscreen playback on second screen using nvidia vdpau
playback over HDMI. Only occurs with software cursor. I'm forced to use
the software cursor, because there is an open issue with the hardware
mouse cursor.

When using mplayer without smplayer, that bug does not occur. Looks like
there is an issue with attaching mplayer to smplayer's content window.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: smplayer 0.7.0-1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sun Feb 19 13:14:41 2012
EcryptfsInUse: Yes
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: smplayer
UpgradeStatus: Upgraded to precise on 2012-02-12 (6 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  black box rendered at position of hidden mouse cursor

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

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


[Bug 936154] Re: black box rendered at position of hidden mouse cursor

2012-02-19 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936154

Title:
  black box rendered at position of hidden mouse cursor

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

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


[Bug 936154] Re: black box rendered at position of hidden mouse cursor

2012-02-19 Thread Cinquero
** Attachment added: xorg.conf
   
https://bugs.launchpad.net/ubuntu/+source/smplayer/+bug/936154/+attachment/2757438/+files/xorg.conf

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

Title:
  black box rendered at position of hidden mouse cursor

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-19 Thread Cinquero
** Tags removed: kernel-request-3.2.0-17.26
** Tags added: bot-stop-nagging

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 878880] Re: dash application search buggy when dash started with ALT-F2

2012-02-19 Thread Cinquero
** Changed in: dash (Ubuntu)
   Status: New = Confirmed

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

Title:
  dash application search buggy when dash started with ALT-F2

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

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


[Bug 919320] Re: unity launcher does not find kwrite when launched via alt-f2

2012-02-19 Thread Cinquero
https://bugzilla.gnome.org/show_bug.cgi?id=666521

** Bug watch added: GNOME Bug Tracker #666521
   https://bugzilla.gnome.org/show_bug.cgi?id=666521

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

Title:
  unity launcher does not find kwrite when launched via alt-f2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/919320/+subscriptions

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


[Bug 878880] Re: dash application search buggy when dash started with ALT-F2

2012-02-19 Thread Cinquero
https://bugzilla.gnome.org/show_bug.cgi?id=666521

** Bug watch added: GNOME Bug Tracker #666521
   https://bugzilla.gnome.org/show_bug.cgi?id=666521

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

Title:
  dash application search buggy when dash started with ALT-F2

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

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


[Bug 935620] Re: DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

2012-02-19 Thread Cinquero
** Changed in: libnotify (Ubuntu)
   Status: New = Invalid

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

Title:
  DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

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

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


[Bug 936217] Re: window gets activated upon dismissal of displayed notification

2012-02-19 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936217

Title:
  window gets activated upon dismissal of displayed notification

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

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


[Bug 936217] [NEW] window gets activated upon dismissal of displayed notification

2012-02-19 Thread Cinquero
Public bug reported:

I have a two screen setup, separate X screens.

Steps to reproduce:

1.) move the mouse pointer to screen 0 and display a message on screen 0 by 
entering notify-send bla in a terminal on screen 0.
2.) while the message is being displayed on screen 0, activate a window on 
screen 1, then move back the mouse cursor to screen 0.
3.) When the displayed message disappears, the terminal window on screen 0 gets 
reactivated without the user doing anything at all.

Expected result: it may be ok that notify-send displays messages on the
screen where the mouse cursor currently resides and thereby totally
ignoring any DISPLAY var setting, but it is definitely not ok to
simulate user input by changing the input focus.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libnotify-bin 0.7.4-1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sun Feb 19 14:48:39 2012
EcryptfsInUse: Yes
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: libnotify
UpgradeStatus: Upgraded to precise on 2012-02-12 (7 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  window gets activated upon dismissal of displayed notification

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-19 Thread Cinquero
Tried that patch, but didn't help.

** Patch added: 74h-73h-reorder-patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/932381/+attachment/2758812/+files/linux-3.2.0.patch

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 935330] Re: unity 2d system tray is rendered twice

2012-02-18 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935330

Title:
  unity 2d system tray is rendered twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/935330/+subscriptions

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


[Bug 935330] [NEW] unity 2d system tray is rendered twice

2012-02-18 Thread Cinquero
Public bug reported:

See attached screenshot. It is a two-screen setup, first one is
2560x1600, second one 1920x1080. At first glance, it looks like the
position of the second rendering on the 2560-pixel-width screen relates
to the second screen's 1920-pixel-width.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity-2d-panel 5.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sat Feb 18 16:17:44 2012
EcryptfsInUse: Yes
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: unity-2d
UpgradeStatus: Upgraded to precise on 2012-02-12 (6 days ago)

** Affects: unity-2d (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  unity 2d system tray is rendered twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/935330/+subscriptions

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


[Bug 935330] Re: unity 2d system tray is rendered twice

2012-02-18 Thread Cinquero
** Attachment added: Screenshot at 2012-02-18 16:14:30.png
   
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/935330/+attachment/2753718/+files/Screenshot%20at%202012-02-18%2016%3A14%3A30.png

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

Title:
  unity 2d system tray is rendered twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/935330/+subscriptions

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


[Bug 935620] [NEW] DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

2012-02-18 Thread Cinquero
Public bug reported:

Send notification always to first screen, no way to send to second.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libnotify-bin 0.7.4-1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sat Feb 18 19:03:36 2012
EcryptfsInUse: Yes
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: libnotify
UpgradeStatus: Upgraded to precise on 2012-02-12 (6 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

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

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


[Bug 935620] Re: DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

2012-02-18 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935620

Title:
  DISPLAY=:0.1 notify-send acts as if DISPLAY=:0.0 is set

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

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


[Bug 935625] [NEW] gnome-screensaver not working

2012-02-18 Thread Cinquero
Public bug reported:

nvidia dual-screen setup, two separate xorg displays.


mark@i5 ~ $ pidof gnome-screensaver
mark@i5 ~ $ gnome-screensaver

Gtk-CRITICAL **: gtk_style_context_get_property: assertion
`priv-widget_path != NULL' failed

GLib-GObject-WARNING **:
/build/buildd/glib2.0-2.31.16/./gobject/gtype.c:4205: type id `0' is
invalid

GLib-GObject-WARNING **: can't peek value table for type `invalid' which is 
not currently referenced
Speicherzugriffsfehler (Speicherabzug geschrieben)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-screensaver 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sat Feb 18 19:10:20 2012
EcryptfsInUse: Yes
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 0
 org.gnome.desktop.session session-name 'ubuntu'
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SourcePackage: gnome-screensaver
UpgradeStatus: Upgraded to precise on 2012-02-12 (6 days ago)
WindowManager: »/desktop/gnome/session/required_components/windowmanager« wurde 
kein Wert zugewiesen

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  gnome-screensaver not working

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

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

[Bug 935625] Re: gnome-screensaver not working

2012-02-18 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935625

Title:
  gnome-screensaver not working

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

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


[Bug 935912] [NEW] nvLock: client timed out, taking the lock

2012-02-18 Thread Cinquero
Public bug reported:

I have a dual-screen setup with two separate screens handled by one
nvidia geforce graphics card.

Bug gets triggered when starting playback (mplayer) on second screen in
fullscreen mode, then quickly and repeatedly move the mouse from screen
one to two and back. When disabling the hardware mouse cursor in
xorg.conf, the problem goes away.

dmesg:

[28443.474348] NVRM: Xid (:01:00): 16, Head 0001 Count 00243538

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-input-evdev 1:2.6.99.901+git20120126-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
 dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
Date: Sun Feb 19 03:17:15 2012
DistUpgraded: Log time: 2012-02-12 12:51:46.485634
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
MachineType: Gigabyte Technology Co., Ltd. P55-USB3
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-16-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro ipv6.disable=1 ip=dhcp 
ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
SourcePackage: xserver-xorg-input-evdev
UpgradeStatus: Upgraded to precise on 2012-02-12 (6 days ago)
dmi.bios.date: 02/11/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: P55-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P55-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug has-workaround possible-manual-nvidia-install precise 
reproducible ubuntu

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

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+subscriptions

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

[Bug 935912] Re: nvLock: client timed out, taking the lock

2012-02-18 Thread Cinquero
** Attachment added: xorg log with trace
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+attachment/2756195/+files/Xorg.0.log

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

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+subscriptions

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


[Bug 935912] Re: nvLock: client timed out, taking the lock

2012-02-18 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935912

Title:
  nvLock: client timed out, taking the lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/935912/+subscriptions

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-18 Thread Cinquero
It is not a new issue.

Just tested http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.3-rc4-precise/ and it is still ignoring the watchdog
daemon.

Looking at

https://github.com/torvalds/linux/blob/v3.3-rc4/drivers/watchdog/it87_wdt.c#L240

could give the answer: LSB (73h) gets updated before MSB (74h), and that
is the exact opposite of what ITE is telling.

** Tags removed: needs-upstream-testing

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 934739] Re: gnome-panel crashed with SIGSEGV in gtk_style_context_get_valist()

2012-02-17 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934739

Title:
  gnome-panel crashed with SIGSEGV in gtk_style_context_get_valist()

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

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


[Bug 934739] [NEW] gnome-panel crashed with SIGSEGV in gtk_style_context_get_valist()

2012-02-17 Thread Cinquero
Public bug reported:

??

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: gnome-panel 1:3.3.5-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Sat Feb 18 06:03:22 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-panel
ProcCmdline: gnome-panel
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SegvAnalysis:
 Segfault happened at: 0x7f312699ad27 gtk_style_context_get_valist+215:   
mov0x30(%rax),%rdx
 PC (0x7f312699ad27) ok
 source 0x30(%rax) (0x0030) not located in a known VMA region (needed 
readable region)!
 destination %rdx ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 gtk_style_context_get_valist () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_style_context_get () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_style_context_get_background_color () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 ?? ()
 ?? ()
Title: gnome-panel crashed with SIGSEGV in gtk_style_context_get_valist()
UpgradeStatus: Upgraded to precise on 2012-02-12 (5 days ago)
UserGroups: admin fuse

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash precise

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

Title:
  gnome-panel crashed with SIGSEGV in gtk_style_context_get_valist()

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

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


[Bug 934748] [NEW] notification-daemon crashed with SIGSEGV in gdk_window_get_screen()

2012-02-17 Thread Cinquero
Public bug reported:

Know nothing about this.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: notification-daemon 0.7.3-1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Sat Feb 18 06:11:58 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/notification-daemon/notification-daemon
ProcCmdline: /usr/lib/notification-daemon/notification-daemon
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
SegvAnalysis:
 Segfault happened at: 0x7f417bbfa7b6 gdk_window_get_screen+22:   cmp
%rax,(%rdx)
 PC (0x7f417bbfa7b6) ok
 source %rax ok
 destination (%rdx) (0x1053c207f41) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: notification-daemon
StacktraceTop:
 gdk_window_get_screen () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
 gdk_display_get_pointer () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
 ?? ()
 g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: notification-daemon crashed with SIGSEGV in gdk_window_get_screen()
UpgradeStatus: Upgraded to precise on 2012-02-12 (5 days ago)
UserGroups: admin fuse

** Affects: notification-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash precise

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

Title:
  notification-daemon crashed with SIGSEGV in gdk_window_get_screen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/934748/+subscriptions

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


[Bug 934748] Re: notification-daemon crashed with SIGSEGV in gdk_window_get_screen()

2012-02-17 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934748

Title:
  notification-daemon crashed with SIGSEGV in gdk_window_get_screen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/934748/+subscriptions

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
It seems the kernel driver does not update using the correct order.

Here is what ITE sent me (including the two attachments):


1.If you wanted WDT to stop, you will need to set ¡§index 74(HWB)¡¨ and
¡§index 73h(LSB)¡¨ to 00h

2.If you wanted WDT to restart. You will need to first set ¡§index
74h(HWB)¡¨ values then set ¡§index 73h(LSB)¡¨afterwards.



Example

   writeport ( 0x72 , 0xD0)

   writeport ( 0x74 , 0x00)

   writeport ( 0x73 , 0x0F)

/ / ¡K


1.  WDT to stop

   writeport ( 0x74 , 0x00)

   writeport ( 0x73 , 0x00)


2. WDT to restart

   writeport ( 0x74 , 0x00)

   writeport ( 0x73 , 0x0F)





Watch Dog Timer Spec

IT8720 LDN 07 about WDT



Register Detail Spec

** Attachment added: image001.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/932381/+attachment/2740027/+files/image001.jpg

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

Title:
  IT87 watchdog timer driver not working

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

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

[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
** Attachment added: image002.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/932381/+attachment/2740029/+files/image002.jpg

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932381

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] [NEW] IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
Public bug reported:


The watchdog daemon resets the driver via /dev/watchdog, but the machine 
nonetheless resets after 60 seconds.

$ modprobe it87_wdt
$ dmesg | tail -n 1
[173619.473716] IT87 WDT: Chip IT8720 revision 8 initialized. timeout=60 sec 
(nowayout=0 testmode=0 exclusive=1 nogameport=0)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-15-generic 3.2.0-15.24
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 BEN.PID ZUGR.  BEFEHL
 /dev/snd/controlC0:  mark   4945 F pulseaudio
 /dev/snd/pcmC0D7p:   mark   4945 F...m pulseaudio
 /dev/snd/controlC1:  mark   4945 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
   Mixer name   : 'Nvidia GPU 0d HDMI/DP'
   Components   : 'HDA:10de000d,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Card1.Amixer.info:
 Card hw:1 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
   Mixer name   : 'CA0106'
   Components   : ''
   Controls  : 35
   Simple ctrls  : 18
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
 dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
Date: Tue Feb 14 23:14:02 2012
EcryptfsInUse: Yes
MachineType: Gigabyte Technology Co., Ltd. P55-USB3
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LANGUAGE=de:en
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-15-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro ipv6.disable=1 ip=dhcp 
ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to precise on 2012-02-12 (2 days ago)
WifiSyslog:
 
dmi.bios.date: 02/11/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: P55-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P55-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug precise

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

Title:
  IT87 watchdog timer driver not working

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

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

[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
apport information

** Tags added: apport-collected

** Description changed:

  
  The watchdog daemon resets the driver via /dev/watchdog, but the machine 
nonetheless resets after 60 seconds.
  
  $ modprobe it87_wdt
  $ dmesg | tail -n 1
  [173619.473716] IT87 WDT: Chip IT8720 revision 8 initialized. timeout=60 sec 
(nowayout=0 testmode=0 exclusive=1 nogameport=0)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-15-generic 3.2.0-15.24
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   BEN.PID ZUGR.  BEFEHL
   /dev/snd/controlC0:  mark   4945 F pulseaudio
   /dev/snd/pcmC0D7p:   mark   4945 F...m pulseaudio
   /dev/snd/controlC1:  mark   4945 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
 Mixer name : 'Nvidia GPU 0d HDMI/DP'
 Components : 'HDA:10de000d,10de0101,00100100'
 Controls  : 24
 Simple ctrls  : 4
  Card1.Amixer.info:
   Card hw:1 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
 Mixer name : 'CA0106'
 Components : ''
 Controls  : 35
 Simple ctrls  : 18
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
   dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
  Date: Tue Feb 14 23:14:02 2012
  EcryptfsInUse: Yes
  MachineType: Gigabyte Technology Co., Ltd. P55-USB3
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   LANGUAGE=de:en
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-15-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro ipv6.disable=1 ip=dhcp 
ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2012-02-12 (2 days ago)
  WifiSyslog:
   
  dmi.bios.date: 02/11/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F4
  dmi.board.name: P55-USB3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd02/11/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P55-USB3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.91-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  BEN.PID ZUGR.  BEFEHL
+  /dev/snd/controlC0:  mark   4945 F pulseaudio
+  /dev/snd/pcmC0D7p:   mark   4945 F...m pulseaudio
+  /dev/snd/controlC1:  mark   4945 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
+Mixer name : 'Nvidia GPU 0d HDMI/DP'
+Components : 'HDA:10de000d,10de0101,00100100'
+Controls  : 24
+Simple ctrls  : 4
+ Card1.Amixer.info:
+  Card hw:1 'CA0106'/'Audigy SE [SB0570] at 0xce00 irq 16'
+Mixer name : 'CA0106'
+Components : ''
+Controls  : 35
+Simple ctrls  : 18
+ CurrentDmesg:
+  Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Keine Berechtigung
+  dmesg: write failed: Datenübergabe unterbrochen (broken pipe)
+ DistroRelease: Ubuntu 12.04
+ EcryptfsInUse: Yes
+ MachineType: Gigabyte Technology Co., Ltd. P55-USB3
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  LANGUAGE=de:en
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-15-generic 
root=/dev/mapper/hostnamevg-hostnameroot ro ipv6.disable=1 ip=dhcp 
ISCSI_INITIATOR=iqn.1993-08.org.debian:01:95384da15332 
ISCSI_TARGET_NAME=iqn.mstier.de:desktop64.img ISCSI_TARGET_IP=192.168.0.4 
ISCSI_TARGET_PORT=3260
+ ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
+ RfKill:
+  
+ Tags:  precise
+ Uname: Linux 3.2.0-15-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-02-12 (2 days ago)
+ UserGroups: admin fuse
+ WifiSyslog:
+  
+ dmi.bios.date: 02/11/2010
+ dmi.bios.vendor: Award Software International, Inc.
+ dmi.bios.version: F4
+ dmi.board.name: P55-USB3
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
+ dmi.modalias: 

[Bug 932381] AlsaDevices.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740062/+files/AlsaDevices.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] AplayDevices.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740063/+files/AplayDevices.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] ArecordDevices.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740064/+files/ArecordDevices.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Card0.Amixer.values.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740065/+files/Card0.Amixer.values.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Card0.Codecs.codec.0.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740066/+files/Card0.Codecs.codec.0.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Card0.Codecs.codec.1.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740067/+files/Card0.Codecs.codec.1.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


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

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740068/+files/Card0.Codecs.codec.2.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Card0.Codecs.codec.3.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740069/+files/Card0.Codecs.codec.3.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] IwConfig.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740071/+files/IwConfig.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Card1.Amixer.values.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740070/+files/Card1.Amixer.values.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Lspci.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/932381/+attachment/2740072/+files/Lspci.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Lsusb.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/932381/+attachment/2740073/+files/Lsusb.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] ProcCpuinfo.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740075/+files/ProcCpuinfo.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] PciMultimedia.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740074/+files/PciMultimedia.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] ProcInterrupts.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740076/+files/ProcInterrupts.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] PulseSinks.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: PulseSinks.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740085/+files/PulseSinks.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] ProcModules.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740084/+files/ProcModules.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] PulseSources.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: PulseSources.txt
   
https://bugs.launchpad.net/bugs/932381/+attachment/2740086/+files/PulseSources.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] UdevDb.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/932381/+attachment/2740087/+files/UdevDb.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] UdevLog.txt

2012-02-14 Thread Cinquero
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/932381/+attachment/2740088/+files/UdevLog.txt

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-14 Thread Cinquero
apport crashes here:

The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=WJ21wGmBrhnGSKkBlnNwallow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Press any key to continue or wait (5) seconds...

Waiting to hear from Launchpad about your decision...
Kein Paket gefunden, das auf linux passt.
ERROR: hook /usr/share/apport/package-hooks//source_linux-meta.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 758, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/package-hooks//source_linux-meta.py, line 47, in 
add_info
staging_drivers = re.findall((\w+): module is from the staging directory, 
report['BootDmesg'])
  File /usr/lib/python2.7/UserDict.py, line 23, in __getitem__
raise KeyError(key)
KeyError: 'BootDmesg'


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2012-02-11 Thread Cinquero
Cool. Writes about 9 times the data of the actual snapshot size.

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

Title:
  virsh snapshot-create too slow (kvm, qcow2, savevm)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/741887/+subscriptions

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


[Bug 924790] [NEW] dbus-daemon has a massive memory leak, seemingly triggered by nepomukserver

2012-02-01 Thread Cinquero
Public bug reported:

resident size is 1.7g at the moment. Uptime less than 1 day.

dbus-monitor output:

method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690432 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690434 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690436 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690438 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690440 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690442 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690444 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690446 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690448 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690450 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690452 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690454 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690456 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690458 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690460 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690462 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690464 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690466 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690468 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690470 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690472 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690474 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690476 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string org.kde.nepomuk.services.nepomukfileindexer
method call sender=:1.150 - dest=org.freedesktop.DBus serial=124690478 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   

[Bug 924790] Re: dbus-daemon has a massive memory leak, seemingly triggered by nepomukserver

2012-02-01 Thread Cinquero
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924790

Title:
  dbus-daemon has a massive memory leak, seemingly  triggered by
  nepomukserver

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

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


[Bug 924254] [NEW] kalarm --tray fails to create/load resources when running from gnome 2d session startup script

2012-01-31 Thread Cinquero
Public bug reported:

Fixed temporarily with:


akonadictl start
while ! akonadictl status 21 | grep Akonadi Server: running; do sleep 3; 
done
sleep 30
korgac 
kgpg 
kalarm --tray 

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: kalarm 4:4.8.0a-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Tue Jan 31 12:58:01 2012
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
SourcePackage: kdepim
UpgradeStatus: Upgraded to precise on 2012-01-20 (10 days ago)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  kalarm --tray fails to create/load resources when running from gnome
  2d session startup script

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

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


  1   2   >