[Bug 269726] Re: Swap and encrypted device files not created.

2008-11-06 Thread Cinquero
I have a quote similar problem. My swap partition is entered in
/etc/fstab via label, but it fails to mount because /lib/udev/vol_id is
not working correctly. As you can see in the following command output,
it wrongly detects /dev/sda1 as LVM/RAID, although it is a plain
partition on a PATA disk...

[EMAIL PROTECTED]:/etc/udev/rules.d# mkswap -L voyswap /dev/sda1
Swapbereich Version 1 wird angelegt, Größe 1019895 KBytes
LABEL=voyswap, UUID=b217e3fe-9de4-4bd4-bd73-264cdb3de244

[EMAIL PROTECTED]:/etc/udev/rules.d# /lib/udev/vol_id --export /dev/sda1
ID_FS_USAGE=raid
ID_FS_TYPE=LVM2_member
ID_FS_VERSION=LVM2 001
ID_FS_UUID=
ID_FS_UUID_ENC=
ID_FS_LABEL=
ID_FS_LABEL_ENC=
ID_FS_LABEL_SAFE=

[EMAIL PROTECTED]:/etc/udev/rules.d# blkid 
/dev/sda1: TYPE="swap" LABEL="voyswap" 
UUID="b217e3fe-9de4-4bd4-bd73-264cdb3de244" 
/dev/sda2: UUID="58149f32-b144-497e-9ca6-7eb6a68798d6" TYPE="ext3" 

[EMAIL PROTECTED]:/etc/udev/rules.d# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.1"

[EMAIL PROTECTED]:/etc/udev/rules.d#  uname -a
Linux voyager 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686 
GNU/Linux

[EMAIL PROTECTED]:/etc/udev/rules.d#  apt-cache show udev
Package: udev
Priority: important
Section: admin
Installed-Size: 844
Maintainer: Scott James Remnant <[EMAIL PROTECTED]>
Architecture: i386
Version: 117-8

[EMAIL PROTECTED]:/etc/udev/rules.d# fdisk -l /dev/sda

Platte /dev/sda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x0001d2dc

   Gerät  boot. AnfangEnde Blöcke   Id  System
/dev/sda1   1 124  995998+  82  Linux Swap / Solaris
/dev/sda2 125972977152162+  83  Linux

-- 
Swap and encrypted device files not created.
https://bugs.launchpad.net/bugs/269726
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 219733] Re: xvdr support in xine broken under x86 32bit, but working under amd64

2008-05-18 Thread Cinquero
Even more interesting is, that xvdr support works in Hardy x86_32 if I
install it on a x86_64 machine (Intel Core 2 Duo)... so it at least
seems that some sort of 64bit-dependency has leaked into the x86_32
release

-- 
xvdr support in xine broken under x86 32bit, but working under amd64
https://bugs.launchpad.net/bugs/219733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217470] Re: loopback-mounted disk images behave abnormally

2008-09-07 Thread Cinquero
The vanilla 2.6.27-rc5 kernel seems to not have the reported problem
(although I couldn't test iscsi because iscsi-target fails to compile
against it).

-- 
loopback-mounted disk images behave abnormally
https://bugs.launchpad.net/bugs/217470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 126847] Re: kleopatra-3.5.6-0ubuntu6 fails to generate SSL keypair using gpgsm

2008-02-24 Thread Cinquero
sorry, it would cost me too much time to re-check that.

Thanks anyway!

-- 
kleopatra-3.5.6-0ubuntu6 fails to generate SSL keypair using gpgsm
https://bugs.launchpad.net/bugs/126847
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 217470] [NEW] loopback-mounted disk images behave abnormally

2008-04-14 Thread Cinquero
Public bug reported:

Binary package hint: linux-source-2.6.22

Repeatable: YES!

How to reproduce:

1.) openiscsi+iscsitarget: export and reimport sparse disk image locally.
2.) Or: just do "mount -o loop img mntpt" (tried reiserfs and ext3 in the 
image, the image itself is located on ext3).

Then run "rsync -a --stats /usr mntpt/." and you will see the following
symptoms:

1.) harddisk is often idle and CPU is 100% waiting for IO (although the 
harddisk is doing NOTHING).
2.) reads/writes happen faster if one creates other disk IO (starting the 
browser, doing a "sync").

Tried and verified successfully on:

1.) amd64 platform
2.) AMD Opteron
3.) Athlon XP
4.) Intel Centrino

with Ubuntu Gutsy.

# uname -a
Linux -laptop 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008 x86_64 
GNU/Linux

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
loopback-mounted disk images behave abnormally
https://bugs.launchpad.net/bugs/217470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217470] Re: loopback-mounted disk images behave abnormally

2008-04-16 Thread Cinquero
I tested this with vanilla kernels from kernel.org and found that the
problem is an upstream problem: it also exists in vanilla kernels 2.6.22
and 2.6.22.19.

Had no problems with 2.6.24.4. 2.6.18 seems to be ok, too.

-- 
loopback-mounted disk images behave abnormally
https://bugs.launchpad.net/bugs/217470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219733] [NEW] xvdr support in xine broken under x86 32bit, but working under amd64

2008-04-19 Thread Cinquero
Public bug reported:

Binary package hint: libxine-xvdr

This should not be because there is no obvious architecture
dependency...

This was the case in Ubuntu Feisty, Gutsy and now also in 8.04 RC.

** Affects: vdr-plugin-xineliboutput (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xvdr support in xine broken under x86 32bit, but working under amd64
https://bugs.launchpad.net/bugs/219733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 219733] Re: xvdr support in xine broken under x86 32bit, but working under amd64

2008-04-23 Thread Cinquero
no, not broken here on 8.04rc amd64. Works just fine there.

-- 
xvdr support in xine broken under x86 32bit, but working under amd64
https://bugs.launchpad.net/bugs/219733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 124420] Re: crystalspace svn release 26888 gives linker error when debug is enabled: std::basic_string not defined

2007-07-23 Thread Cinquero
I'm running feisty, not gutsy.

-- 
crystalspace svn release 26888 gives linker error when debug is enabled: 
std::basic_string not defined 
https://bugs.launchpad.net/bugs/124420
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128416] http://www.boswars.org/

2007-07-25 Thread Cinquero
Public bug reported:

Nice game. Should definitely be added to Ubuntu.

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
http://www.boswars.org/
https://bugs.launchpad.net/bugs/128416
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128414] OpenVPN + NetworkManager + FireStarter = Crap

2007-07-25 Thread Cinquero
Public bug reported:

Binary package hint: openvpn

NetworkManager: does not provide every configuration option that OpenVPN
supports. I had to manually set up my OpenVPN connections.

FireStarter: fails to recognize tun+ devices and blocks their traffic.

(besides that: not using a firewall is crap, too: many desktop systems
run ICQ clients etc. and these have bugs and open ports... and, on
linux, one often develops stuff and sets up MySQL etc.etc.etc. and
OpenSSH, so a firewall is a MUST HAVE)

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

-- 
OpenVPN + NetworkManager + FireStarter = Crap
https://bugs.launchpad.net/bugs/128414
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124420] Re: crystalspace svn release 26888 gives linker error when debug is enabled: std::basic_string not defined

2007-08-01 Thread Cinquero
Ok, it is a well-known bug/feature that debug-enabled *and* unoptimized
code produced through GCC's g++ is buggy. The best solution is to use
"CXXFLAGS=-g -O" or similar. One just should *not* turn off optimization
completely.

Maybe a corresponding warning should be added to the g++ binary.

-- 
crystalspace svn release 26888 gives linker error when debug is enabled: 
std::basic_string not defined 
https://bugs.launchpad.net/bugs/124420
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116804] Re: crystalspace mispackaged

2007-08-01 Thread Cinquero
please also package CEL.

-- 
crystalspace mispackaged
https://bugs.launchpad.net/bugs/116804
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110895] until the bug is solved

2007-07-10 Thread Cinquero
here is what the plugin understands:

combobox_items = {
'input': (
('nothing'  , _('Nothing')),
('document' , _('Current document')),
('selection', _('Current selection')),
('line' , _('Current line')),
('word' , _('Current word'))
),
'output': (
('output-panel' , _('Display in bottom pane')),
('new-document' , _('Create new document')),
('append-document'  , _('Append to current document')),
('replace-document' , _('Replace current document')),
('replace-selection', _('Replace current selection')),
('insert'   , _('Insert at cursor position'))
),
'applicability': (
('all' , _('All documents')),
('titled'  , _('All documents except untitled ones')),
('local'   , _('Local files only')),
('remote'  , _('Remote files only')),
('untitled', _('Untitled documents only'))
)
}

-- 
External tools dialog box does not save output setting
https://bugs.launchpad.net/bugs/110895
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126847] kleopatra-3.5.6-0ubuntu6 fails to generate SSL keypair using gpgsm

2007-07-18 Thread Cinquero
Public bug reported:

Binary package hint: kleopatra

When I click on "Generate Key Pair & Certificate Request", the GnuPG log
shows:

[2007-07-18T22:34:23] Log started
[client at fd 4 connected]
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> # Home: ~/.gnupg
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> # Config: 
/home/mark/.gnupg/gpgsm.conf
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> # AgentInfo: 
/tmp/seahorse-wpKeXW/S.gpg-agent:5489:1
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> # DirmngrInfo: [not set]
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> OK GNU Privacy Guard's S/M 
server 2.0.3 ready
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: <- OPTION display=:0.0
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> OK
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: <- OPTION lc-ctype=de_DE.UTF-8
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> OK
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: <- OPTION lc-messages=de_DE.UTF-8
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: -> OK
  4 - 2007-07-18 22:34:42 gpgsm[13454.0] DBG: <- INPUT FD=12
  4 - 2007-07-18 22:34:43 gpgsm[13454.0] DBG: -> OK
  4 - 2007-07-18 22:34:43 gpgsm[13454.0] DBG: <- OUTPUT FD=15
  4 - 2007-07-18 22:34:43 gpgsm[13454.0] DBG: -> OK
  4 - 2007-07-18 22:34:43 gpgsm[13454.0] DBG: <- GENKEY

After a second ot two, the kleopatra "Generating Key" status dialog
opens and then nothing happens.

I have looked at lsof output and detected that gpgsm is listening on FD
12, but kleopatra (and also every other process) is not connected to it
at all on the other side of that pipe!

At other occasions, I get "bad IPC call" messages, so I guess there is
something badly wrong with the pipe handling or there is simply a
version mismatch between kleopatra and gpgsm 2.0.3-1ubuntu1.

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

-- 
kleopatra-3.5.6-0ubuntu6 fails to generate SSL keypair using gpgsm
https://bugs.launchpad.net/bugs/126847
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 185903] Re: Creating New Distribution List just not works

2008-02-06 Thread Cinquero
Bug still existing in Ubuntu Hardy Alpha 4.

-- 
Creating New Distribution List just not works
https://bugs.launchpad.net/bugs/185903
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 205365] [NEW] auto-mount in GNOME: non-standard block size not recognized

2008-03-22 Thread Cinquero
Public bug reported:

fdisk apparently is able to recognize the correct bloack size of the
device:



[EMAIL PROTECTED]:/media# fdisk -l /dev/sda1
Note: sector size is 2048 (not 512)

Disk /dev/sda1: 996 MB, 996044800 bytes
64 heads, 32 sectors/track, 237 cylinders
Units = cylinders of 2048 * 2048 = 4194304 bytes
Disk identifier: 0x

 Device Boot  Start End  Blocks   Id  System
[EMAIL PROTECTED]:/media# sync


Manual mount via "mount -t vfat -o blocksize=2048 /dev/sda1 /media/sda1"
works. Otherwise I get errors each time I try to write to the device (a
TrekStor mp3 player that is).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
auto-mount in GNOME: non-standard block size not recognized
https://bugs.launchpad.net/bugs/205365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198874] [NEW] libwww-perl(-5.808) has serious security flaw for over 4 years now

2008-03-05 Thread Cinquero
Public bug reported:

See LWP::Protocol::https class, the _check_sock function:

we don't execute $sock->get_peer_verify before checking the cert's
subject against $req->header("If-SSL-Cert-Subject").

$sock->get_peer_verify gets called only *after* we have pushed all of
our request to the server (possibly containing critical data including
passwords) -- that is BD. Basically, all of that renders SSL support
in LWP::UserAgent not only meaningless, but also gives the user
impression of security, which is not only bad, but almost a malicious
thing to do.

More experimentation has shown that this only happens when doing "use
IO::Socket::SSL". Otherwise, Crypt::SSLeay is used and that one shows
the opposite behaviour: unverified server certs are NEVER accepted. I
don't even know how to set the verification level und neither seems to
be documented what exactly gets verified (server name at least?? How
about redirects?)

Please fix this and/or report it upstream because I consider it a major
issue.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
libwww-perl(-5.808) has serious security flaw for over 4 years now
https://bugs.launchpad.net/bugs/198874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123344] xine video playback gets out of sync when playing back from sshfs

2007-06-30 Thread Cinquero
Public bug reported:

Binary package hint: kaffeine-xine

I already had that poblem under Gentoo. MPlayer works fine over the same
connection -- always. Xine(-lib) does never work reliably here (4 MBit
DSL, Video is approx. 1.1 MBit)

You (as an important Linux distributor) should report that upstream and
give the problem more priority. Last time I checked the problem, it
seemed like the sync algorithm in Xine is seriously messed up (the sync
delta grew).

Maybe you should even consider removing xine support for that reason.

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

-- 
xine video playback gets out of sync when playing back from sshfs
https://bugs.launchpad.net/bugs/123344
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124420] crystalspace svn release 26888 gives linker error when debug is enabled: std::basic_string not defined

2007-07-06 Thread Cinquero
Public bug reported:

Binary package hint: binutils

C++ ./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o 
plugins/mesh/sprcal3d/object/sprcal3d.h: In member function »virtual csTicks 
CS::Plugin::SprCal3d::csCal3dSkeletonAnimation::GetTime()«:
plugins/mesh/sprcal3d/object/sprcal3d.h:921: Warnung: Umwandlung in »csTicks« 
von »float«
LinkPlugin sprcal3d.so 
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::csCal3dSkeletonBone::Initialize()':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:2411: 
undefined reference to `std::basic_string, 
std::allocator >::c_str() const'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::csCal3dSkeletonFactory::GetCoreBoneId(iSkeletonBoneFactory*)':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:735: 
undefined reference to `std::allocator::allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:735: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:735: 
undefined reference to `std::allocator::~allocator()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::csSpriteCal3DMeshObjectFactory::LoadCoreAnimation(iVFS*, 
char const*, char const*, int, float, float, float, int, int, int, bool)':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:279: 
undefined reference to `std::allocator::allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:279: 
undefined reference to `std::allocator::~allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:280: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::ReportCalError(iObjectRegistry*, char const*, char 
const*)':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:85: 
undefined reference to `std::basic_string, 
std::allocator >::data() const'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:85: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:87: 
undefined reference to `std::basic_string, 
std::allocator >::size() const'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:89: 
undefined reference to `std::basic_string, 
std::allocator >::data() const'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:93: 
undefined reference to `std::basic_string, 
std::allocator >::data() const'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`csSpriteCal3DMeshObjectFactory':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::allocator::allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::allocator::~allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::allocator::allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.cpp:170: 
undefined reference to `std::allocator::~allocator()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`~Map':
/home/ps/ps-development/cal3d/include/cal3d/corematerial.h:32: undefined 
reference to `std::basic_string, 
std::allocator >::~basic_string()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function `Map':
/home/ps/ps-development/cal3d/include/cal3d/corematerial.h:32: undefined 
reference to `std::basic_string, 
std::allocator >::basic_string()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::csCal3dSkeletonAnimation::SetName(char const*)':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.h:920: 
undefined reference to `std::allocator::allocator()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.h:920: 
undefined reference to `std::basic_string, 
std::allocator >::~basic_string()'
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.h:920: 
undefined reference to `std::allocator::~allocator()'
./out/linuxx86/debug/plugins/mesh/sprcal3d/object/sprcal3d.o: In function 
`CS::Plugin::SprCal3d::csCal3dSkeletonAnimation::GetName() const':
/home/ps/ps-development/cs/plugins/mesh/sprcal3d/object/sprcal3d.h:919: 
undefined reference to `std::basic_string, 
std::allocator >::c_st

[Bug 124420] Re: crystalspace svn release 26888 gives linker error when debug is enabled: std::basic_string not defined

2007-07-06 Thread Cinquero
Maybe I should add that this problem occurs with binutils-2.17.50 *and*
the Ubuntu-distributed binutils-2.17cvs snapshot:

[EMAIL PROTECTED]:~$ which ld
/usr/bin/ld
[EMAIL PROTECTED]:~$ ld --version
GNU ld version 2.17.50 20070103 Ubuntu
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
[EMAIL PROTECTED]:~$

-- 
crystalspace svn release 26888 gives linker error when debug is enabled: 
std::basic_string not defined 
https://bugs.launchpad.net/bugs/124420
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124420] the script used to build crystalspace

2007-07-06 Thread Cinquero
#!/bin/bash

# build script for planeshift
# (tested/developed on Debian 4.0r0)

# HINT: if the linker cannot find std::string, try disabling debugging
modes!

# How to set up the development system (which is tested to work):
#
# Use VirtualBox 1.4.0 (or above?), create a new machine (Linux 2.6, x86, 
32bit),
# install Debian 4.0r0 using the netinstall ISO image:
# 
http://ftp.de.debian.org/debian-cd/4.0_r0/i386/iso-cd/debian-40r0-i386-netinst.iso
#
# During installation, select a mirror.
# After installation, remove or uncomment lines in /etc/apt/sources.list which
# contain "cdrom:".
#
# I tried this script with an absolute minimum installation (no package groups
# selected during installation!). After booting the OS, I ran the following
# commands as *root*:
#   wget -O buildps.sh 
'http://mstier.de/wiki/LinuxGames/Planeshift?action=AttachFile&do=get&target=buildps4.sh'
#   bash buildps.sh
#
# The sources will then be fetched and built.
#
# The built projects will eat 2.5 GB of your precious space.
#
#
# Source information used to create this script:
# 
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html

Cgurl="http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_x86.tar.gz";
psbin="PlaneShift_CBV0.3.018.bin"
psmirrors="ftp://ftp.stacken.kth.se/pub/planeshift/ 
http://88.198.39.231/planeshift/ 
http://download.cfs.game-host.org/download.php?get=/pub/games/planeshift/";
binutils_url="ftp://sourceware.org/pub/binutils/snapshots/binutils-2.17.50.tar.bz2";

die() {
echo "died in script $BASH_SOURCE at line no $BASH_LINENO"
if [[ -n $1 ]]; then
echo "$1"
fi
exit 1
}

install_pkgs=""

install() {
install_pkgs="$install_pkgs $1"
}

do_install() {
if [[ -n $install_pkgs ]]; then
apt-get install -y $install_pkgs || die "failed to run: apt-get install 
-y $install_pkgs"
fi
}

do_jam() {
if [[ ! -f .$1.compiled ]]; then
jam -q $1 || die
touch .$1.compiled || die
fi
}

basedir=$(pwd) || die
if [[ "$(basename $basedir)" != "ps-development" ]]; then
if [[ ! -d "ps-development" ]]; then
mkdir "ps-development" || die
fi
cd "ps-development" || die
basedir=$(pwd) || die
fi

echo "basedir=$basedir"

clean="no"
for arg in $@; do
if [[ "$arg" == "clean" ]]; then
clean="yes"
fi 
done

if [[ "$clean" == "yes" ]]; then
for f in cal3d cs planeshift cel; do 
cd $basedir/$f || die
rm -f .*compiled || die 
make distclean || jam distclean 
done
echo "distclean finished" 
exit 0
fi

# check what is missing
which gcc || install gcc 
which g++ || install g++ 
which jam || install jam
which curl || install curl
which svn || install subversion
which cvs || install cvs
which wget || install wget
which wordnet || install wordnet
which mysql || install mysql-client-5.0
PATH=/usr/sbin:$PATH which mysqld || install mysql-server-5.0
which autoreconf || install autoconf
which aclocal || install automake
which libtool || install libtool
which make || install make
which rsync || install rsync
which mysql_config || install libmysqlclient-dev
which bzip2 || install bzip2
which gzip || install gzip
which tar || install tar
#which openal-config || install libopenal-dev
#test -e /usr/lib/libopenal.so.0 || install libopenal0a
test -f /usr/include/zlib.h || install libz-dev

# not really necessary, but convenient for development
which less || install less
which ccache || install ccache

# try to install the missing packages
do_install

test -d /usr/lib/ccache && export PATH=/usr/lib/ccache:$PATH

# start mysql server
if [[ "$(whoami)" == "root" ]]; then
/etc/init.d/mysql start || die
else
if ! ps xaf | grep "sbin/mysqld " | grep -v grep 2>/dev/null >/dev/null; 
then 
die "Looks like your MySQL server is not running. You should start it."
fi
fi


# nVidia Toolkit
gzip -t ${Cgurl##*/} || {
rm -f ${Cgurl##*/} || die
wget "$Cgurl" || die
gzip -t ${Cgurl##*/} || die
}

rm -rf Cg || die
mkdir Cg || die
tar -C Cg -xzf ${Cgurl##*/} || die

export LD_LIBRARY_PATH=$basedir/Cg/usr/lib:$LD_LIBRARY_PATH
export LD_RUN_PATH=$basedir/Cg/usr/lib:$LD_RUN_PATH
export PATH=$basedir/Cg/usr/bin:$PATH

## binutils package (Ubuntu 7.04's binutils package seems to be crap)
#bzip2 -t ${binutils_url##*/} || {
#rm -f ${binutils_url##*/} || die
#wget "$binutils_url" || die
#bzip2 -t ${binutils_url##*/} || die
#}
#
#binutils_dir=${binutils_url##*/}
#binutils_dir=${binutils_dir%.tar.*}
#if [[ ! -f $basedir/binutils-inst/.installed ]]; then
#rm -rf $binutils_dir binutils-inst || die
#tar xjf ${binutils_url##*/} || die
#cd $binutils_dir || die
#./configure --prefix=$basedir/binutils-inst || die
#make || die
#make install || die
#touch $basedir/binutils-inst/.installed || die
#fi
#
#export LD_LIBRARY_PATH=$basedir/binutils-inst/lib:$LD_LIBRARY_PATH
#export LD_RUN_PATH=$basedir/binutils-inst/lib:$LD_RUN_PATH
#export PATH=$

[Bug 238549] Re: xen dom0 crashes with "BUG: soft lockup - CPU#0 stuck for 11s!"

2010-05-04 Thread Cinquero
It seems that the same problem existed for Windows HVM guests:

http://old.nabble.com/BSOD-%22A-clock-interrupt-was-not-recevied-ona-
secondary-processor-within-the-allocated-time-
interval%22-td21200747.html

A solution could possibly be to disable the cpu watchdog timer, but I
have not tested it yet and I also don't know if that can be done without
rebuilding the kernel.

-- 
xen dom0 crashes with "BUG: soft lockup - CPU#0 stuck for 11s!"
https://bugs.launchpad.net/bugs/238549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216939] Re: totem causes alt key press in openoffice every 30 seconds

2010-01-08 Thread Cinquero
In my case the bad boy is in package xdg-utils, ie. /usr/bin/xdg-
screensaver. It refuses to use dbus and runs  gnome-screensaver-command
--poke !

To disable that behaviour, run your app with

GNOME_DESKTOP_SESSION_ID='' xvdr

-- 
totem causes alt key press in openoffice every 30 seconds
https://bugs.launchpad.net/bugs/216939
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 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 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 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=optjdk7&project=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=optjdk7&project=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 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 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+ 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+ 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+ is pressed and no windows gets the focus

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

- run command dialog appears when alt+ is pressed and no windows 
gets the focus
+ run command dialog appears when alt+ 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+ 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 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 :   
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 :   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 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 `' 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 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 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 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: 
dmi:bvnAwardSoft

[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=WJ21wGmBrhnGSKkBlnNw&allow_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 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 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 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:
https://

[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 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 923717] [NEW] akonadictl start fails to initialize mysql server after removing all kde configs

2012-01-30 Thread Cinquero
Public bug reported:

see console output: (after install -d /home/stier/.local/share/akonadi
it works again...)

stier@hp6730b ~ $ akonadictl start  

   
Starting Akonadi Server...  

   
   done.

   
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)  
   
stier@hp6730b ~ $ XdgBaseDirs::saveDir: failed to create directory ' 
"/home/stier/.local/share/akonadi/db_misc" '
 
Creating symlink from "/tmp/akonadi-stier.rlazwk" to 
"/home/stier/.local/share/akonadi/socket-hp6730b" failed
 
Could not create socket directory for Akonadi.  

  
QDir::mkdir: Empty or null file name(s) 

  
search paths:  ("/opt/perl-5.14.2/bin", "/usr/local/bin", "/usr/bin", "/bin", 
"/usr/games", "/home/stier/bin", "/usr/local/share/myscripts/cmdline-tools", 
"/sbin", "/usr/sbin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", 
"/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", 
"/opt/mysql/sbin")  
  
Found mysql_install_db:  "/usr/bin/mysql_install_db"

 
Found mysqlcheck:  "/usr/bin/mysqlcheck"

  
XdgBaseDirs::saveDir: failed to create directory ' 
"/home/stier/.local/share/akonadi/file_db_data" '   

   
XdgBaseDirs::saveDir: failed to create directory ' 
"/home/stier/.local/share/akonadi/db_data" ' 
XdgBaseDirs::saveDir: failed to create directory ' 
"/home/stier/.local/share/akonadi/db_misc" ' 
Creating symlink from "/tmp/akonadi-stier.NUacRx" to 
"/home/stier/.local/share/akonadi/socket-hp6730b" failed 
Could not create socket directory for Akonadi. 
QDir::mkdir: Empty or null file name(s)
QIODevice::putChar: Closed device
Unable to create MySQL server configuration file.
QIODevice::putChar: Closed device
This means that either the default configuration file (mysql-global.conf) was 
not readable
QIODevice::putChar: Closed device
or the target file (mysql.conf) could not be written.
QIODevice::putChar: Closed device
"[
0: akonadiserver() [0x419865]
1: akonadiserver() [0x419b2c]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x36430) [0x7fa8cff36430]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7fa8cff363b5]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) [0x7fa8cff39b1b]
5: 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x11b)
 [0x7fa8d19e747b]
6: akonadiserver() [0x41bc72]
7: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) 
[0x7fa8d1a8334f]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x118902) [0x7fa8d1a8e902]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) 
[0x7fa8d1a97799]
10: akonadiserver() [0x412e86]
11: akonadiserver() [0x4a0038]
12: akonadiserver() [0x41ca11]
13: akonadiserver() [0x41e1d5]
14: akonadiserver() [0x41f8d7]
15: akonadiserver() [0x4123e2]
16: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fa8cff2130d]
17: akonadiserver() [0x412d11]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255 
(Unknown error)
XdgBaseDirs::saveDir: failed to create directory ' 
"/home/stier/.local/share/akonadi/db_misc" ' 
Creating symlink from "/tmp/akonadi-stier.j03xRn" to 
"/home/stier/.local/share/akonadi/socket-hp6730b" failed 
Could not create socket directory for Akonadi. 
QDir::mkdir: Empty or null file name(s)
search paths:  ("/opt/perl-5.14.2/bin", "/usr/local/bin", "/usr/bin", "/bin", 
"/usr/games", "/home/stier/bin", "/usr/local/share/myscripts/cmdline-tools", 
"/sbin", "/usr/sbin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", 
"/usr/libexec", "/opt/mys

[Bug 923717] Re: akonadictl start fails to initialize mysql server after removing all kde configs

2012-01-30 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/923717

Title:
  akonadictl start fails to initialize mysql server after removing all
  kde configs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/923717/+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 2>&1 | 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


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

2012-01-31 Thread Cinquero
-- 
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


[Bug 924311] [NEW] drop-down menu lists too short

2012-01-31 Thread Cinquero
Public bug reported:

See attached screenshot. Applicable to every app. Running Gnome
2D/unity.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-menus 3.2.0.1-2ubuntu2
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 15:09:36 2012
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
SourcePackage: gnome-menus
UpgradeStatus: Upgraded to precise on 2012-01-20 (10 days ago)

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


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

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

Title:
  drop-down menu lists too short

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

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


[Bug 924311] Re: drop-down menu lists too short

2012-01-31 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/924311

Title:
  drop-down menu lists too short

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

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


[Bug 924311] Re: drop-down menu lists too short

2012-01-31 Thread Cinquero
** Attachment added: "drop-down-menulist-too-short.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/924311/+attachment/2703184/+files/drop-down-menulist-too-short.png

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

Title:
  drop-down menu lists too short

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

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


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

2012-01-20 Thread Cinquero
Public bug reported:

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

See attached snapshot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity-2d-launcher 5.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
Uname: Linux 3.2.0-9-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Fri Jan 20 18:49:02 2012
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: unity-2d
UpgradeStatus: Upgraded to precise on 2012-01-20 (0 days ago)

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


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

-- 
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 919320] Re: unity launcher does not find kwrite when launched via alt-f2

2012-01-20 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/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 919320] Re: unity launcher does not find kwrite when launched via alt-f2

2012-01-20 Thread Cinquero
** Attachment added: "alt-f2-kwrite-not-found-but-installed.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/919320/+attachment/2684333/+files/alt-f2-kwrite-not-found-but-installed.png

-- 
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 919323] Re: kwrite fails to save underline attribute activation for syntax highlighting of php html code

2012-01-20 Thread Cinquero
** Attachment added: "kwrite-phphtml-highlighting-after-configchange.png"
   
https://bugs.launchpad.net/ubuntu/+source/kate/+bug/919323/+attachment/2684343/+files/kwrite-phphtml-highlighting-after-configchange.png

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

Title:
  kwrite fails to save underline attribute activation for syntax
  highlighting of php html code

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

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


  1   2   >