[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2014-08-10 Thread KlausHoller
Current workaround until upstream bug is fixed (works for me):
 If you mount the btrfs root (without specifying subvol=@...) to e.g. /mnt then 
you can use  btrfs send successfully 
e.g. 
btrfs subvolume snapshot -r /mnt/@ /mnt/snapshots/MMDD-HHMMSS-@
btrfs send /mnt/snapshots/MMDD-HHMMSS-@ | btrfs receive /backup
(/backup being the 2nd btrfs volume to which the snapshot shall be sent to)

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

Title:
  btrfs send does not work for snapshots in subvolumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/btrfs-tools/+bug/1348430/+subscriptions

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


[Bug 883324] Re: False positive: Hidden file (symbolic link to directory) cannot be white-listed

2013-01-01 Thread KlausHoller
I read on https://wiki.ubuntu.com/UbuntuBackports about the backporting process 
and created https://bugs.launchpad.net/precise-backports/+bug/1095056 via   
requestbackport rkhunter --destination precise   after having tested that the 
rkhunter-1.4.0-2 package from raring builds and runs fine for both precise and 
quantal.
Side effect of that backport testing is that I have those builds now in my 
https://launchpad.net/~kholler/+archive/ppa-backports PPA repository.

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

Title:
  False positive: Hidden file (symbolic link to directory) cannot be
  white-listed

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

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


[Bug 883324] Re: False positive: Hidden file (symbolic link to directory) cannot be white-listed

2012-05-08 Thread KlausHoller
downloading the tarfile rkhunter-1.4.0.tar.gz from
http://sourceforge.net/projects/rkhunter/files/ and just copying the
files/rkhunter script from the tarfile over /usr/bin/rkhunter seems to
be fine as workaround - the false positive is gone.

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

Title:
  False positive: Hidden file (symbolic link to directory) cannot be
  white-listed

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

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


[Bug 506069] Re: X server crashes with Saw signal 11. Server aborting

2010-01-26 Thread KlausHoller
I see the same annoying behaviour, using kubuntu 9.10 nvidia-glx-185 and
corresponding packages; it occurs irregularly, but more than once per
week, whenever I left-click (on anything; e.g. on the configure button
of the notes plasma widget - ref. backtrace below).

The first two lines of the backtrace are identical, so I suppose it's
the same bug.

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x8133d6b]
1: /usr/bin/X(xf86SigHandler+0x55) [0x80c7d35]
2: [0xf49400]
3: /usr/bin/X(FindGlyphByHash+0x3c) [0x816e71c]
4: /usr/bin/X [0x817b13c]
5: /usr/bin/X [0x81742e5]
6: /usr/bin/X(Dispatch+0x35f) [0x808d17f]
7: /usr/bin/X(main+0x395) [0x8072515]
8: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0x808b56]
9: /usr/bin/X [0x80719c1]
Saw signal 11.  Server aborting.

-- 
X server crashes with Saw signal 11.  Server aborting
https://bugs.launchpad.net/bugs/506069
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


Re: [Bug 324465] Re: X crashes when holding down key on non-primary screen (Xinerama)

2009-03-27 Thread KlausHoller
Am Freitag 27 März 2009 08:48:56 schrieb Simon Morvan:
 # aptitude search xorg-server
 outputs nothing

 how am I supposed to install/upgrade to the correct version ?

 # dpkg -l xserver-xorg
 ii  xserver-xorg   1:7.4~5ubuntu16 
   the X.Org X server

I suppose that xserver-xorg-core was meant, a normal upgrade to the latest 
packages (e.g. aptitude update  aptitude dist-upgrade) should be sufficient.

-- 
Klaus Holler - kho (at) gmx dot at

-- 
X crashes when holding down key on non-primary screen (Xinerama)
https://bugs.launchpad.net/bugs/324465
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 341441] Re: package python-freevo 1.8.1-3ubuntu2 failed to install/upgrade:

2009-03-22 Thread KlausHoller
I just encountered this problem today with a fresh installation of jaunty 
alpha-5:
Wanted to install freevo, but one of its dependencies, python-freevo had a 
post-installation error. 
In the show details window (see attachment) it first tells that the keyword 
as will be a reserved keyword in python 2.6 (during python 2.5 compilation), 
afterwards an error occurs when python 2.6 tries to compile 
/usr/lib/python2.5/site-packages/freevo/util/audioscrobbler.py. Therefore the 
post-installation script returns an error and freevo installation fails.
Replacing the three occurrences of as in the mentioned audioscrobbler.py 
script with something different, e.g. ascr helped.

Regards, Klaus


** Attachment added: log from the Show details button
   
http://launchpadlibrarian.net/24213457/python-freevo_install_on_jaunty-alpha5_error.log

-- 
package python-freevo 1.8.1-3ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/341441
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