[Bug 1918599] Re: "File system loop detected" with btrfs over NFS

2021-07-14 Thread Ulli Horlacher
** Also affects: btrfs-progs (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/1918599

Title:
  "File system loop detected" with btrfs over NFS

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


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

[Bug 1918599] Re: "File system loop detected" with btrfs over NFS

2021-07-09 Thread Ulli Horlacher
I have reported the bug also on the btrfs mailing list.
They say, it is a bug of the nfs server, which get confused about btrfs 
snapshots.


As a consequence I cannot use (any more) btrfs on the Ubuntu 20.04 nfs server 
(Ubuntu 18.04 is ok):


root@tsmsrvj:~# mount | grep data
/dev/sdb1 on /data type btrfs 
(rw,relatime,space_cache,user_subvol_rm_allowed,subvolid=5,subvol=/)
localhost:/data/fex on /nfs/localhost/fex type nfs4 
(rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=127.0.0.1,local_lock=none,addr=127.0.0.1)

root@tsmsrvj:~# ls -R /nfs/localhost/fex | wc 
ls: /nfs/localhost/fex/spool: not listing already-listed directory

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

Title:
  "File system loop detected" with btrfs over NFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1918599/+subscriptions

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

Re: [Bug 1918599] Re: "File system loop detected" with btrfs over NFS

2021-03-11 Thread Ulli Horlacher
On Thu 2021-03-11 (12:31), Ubuntu Foundations Team Bug Bot wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.  It seems that your bug report is not filed about a
> specific source package though, rather it is just filed against Ubuntu
> in general.  It is important that bug reports be filed about source
> packages so that people interested in the package can find the bugs
> about it.

I am not sure whether the bug is in btrfs, nfs-server or the GNU utilities
or in a combination of them.


-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<161546591847.28828.17838281687088999024.mal...@soybean.canonical.com>

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

Title:
  "File system loop detected" with btrfs over NFS

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

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

[Bug 1918599] [NEW] "File system loop detected" with btrfs over NFS

2021-03-11 Thread Ulli Horlacher
Public bug reported:

tsmsrvi and tsmsrvj both run Ubuntu 20.04 with all updates applied.
When I try to access a btrfs filesystem via nfs, I get the error:

root@tsmsrvi:~# mount tsmsrvj:/data/fex /nfs/tsmsrvj/fex

root@tsmsrvi:~# find /nfs/tsmsrvj/fex
/nfs/tsmsrvj/fex
find: File system loop detected; '/nfs/tsmsrvj/fex/spool' is part of the same 
file system loop as '/nfs/tsmsrvj/fex'.

root@tsmsrvi:~# du -s /nfs/tsmsrvj/fex
du: WARNING: Circular directory structure.
This almost certainly means that you have a corrupted file system.
NOTIFY YOUR SYSTEM MANAGER.
The following directory is part of the cycle:
  /nfs/tsmsrvj/fex/spool

0   /nfs/tsmsrvj/fex

root@tsmsrvi:~# ls -l /nfs/tsmsrvj/fex/
total 0
drwxr-xr-x 1 fex fex 261964 Mar  7 14:53 spool

On tsmsrvj I have in /etc/exports:

/data/fex   localhost(rw,async,no_subtree_check,no_root_squash)
/data/fex   tsmsrvi(rw,async,no_subtree_check,no_root_squash)

/data/fex is a btrfs filesystem with subvolumes:

root@tsmsrvj:~# mount | grep /data
/dev/sdb1 on /data type btrfs 
(rw,relatime,space_cache,user_subvol_rm_allowed,subvolid=5,subvol=/)

root@tsmsrvj:~# btrfs subvolume list /data
ID 257 gen 35 top level 5 path fex
ID 270 gen 36 top level 257 path fex/spool
ID 271 gen 21 top level 270 path fex/spool/.snapshot/2021-03-07_1453.test
ID 272 gen 23 top level 270 path fex/spool/.snapshot/2021-03-07_1531.test
ID 273 gen 25 top level 270 path fex/spool/.snapshot/2021-03-07_1532.test
ID 274 gen 27 top level 270 path fex/spool/.snapshot/2021-03-07_1718.test


Accessing btrfs directly without nfs has no problems:

root@tsmsrvj:~# find /data/fex | wc -l
489887

root@tsmsrvj:~# lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04

root@tsmsrvj:# uname -a
Linux tsmsrvj 5.4.0-66-generic #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021 
x86_64 x86_64 x86_64 GNU/Linux

root@tsmsrvj:# btrfs version
btrfs-progs v5.4.1

root@tsmsrvj:# dpkg -l | grep nfs-
ii  nfs-common 1:1.3.4-2.5ubuntu3.3  
amd64NFS support files common to client and server
ii  nfs-kernel-server  1:1.3.4-2.5ubuntu3.3  
amd64support for NFS kernel server

** Affects: 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/1918599

Title:
  "File system loop detected" with btrfs over NFS

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

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

[Bug 1882676] [NEW] many error messages when starting fgallery

2020-06-09 Thread Ulli Horlacher
Public bug reported:

When I run fgallery, it produces a LOT of error messages:

framstag@juhu:~/tmp: fgallery Ultra_AAA /tmp/fg
Use of uninitialized value $id in string eq at /usr/bin/fgallery line 105.
Use of uninitialized value $id in string eq at /usr/bin/fgallery line 105.
Use of uninitialized value $id in string eq at /usr/bin/fgallery line 105.
(...)
reading completed
Use of uninitialized value in multiplication (*) at /usr/bin/fgallery line 613.
Use of uninitialized value in multiplication (*) at /usr/bin/fgallery line 613.
Use of uninitialized value $root in concatenation (.) or string at 
/usr/bin/fgallery line 627.
Use of uninitialized value $root in concatenation (.) or string at 
/usr/bin/fgallery line 628.
Use of uninitialized value $suffix in concatenation (.) or string at 
/usr/bin/fgallery line 628.
Use of uninitialized value $cmd[2] in open at /usr/bin/fgallery line 86.
cp: cannot stat '': No such file or directory
Use of uninitialized value $cmd[2] in join or string at /usr/bin/fgallery line 
94.
error: command "cp -L  /tmp/fg/files/." failed

framstag@juhu:~/tmp: lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.4 LTS
Release:18.04
Codename:   bionic

framstag@juhu:~/tmp: fgallery --version
fgallery 1.8.2

** Affects: fgallery (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/1882676

Title:
  many error messages when starting fgallery

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

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

[Bug 1845186] PulseList.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291230/+files/PulseList.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] UdevDb.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1845186/+attachment/5291231/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] WifiSyslog.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291232/+files/WifiSyslog.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] ProcInterrupts.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291228/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] Lsusb.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1845186/+attachment/5291224/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] ProcModules.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291229/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] IwConfig.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291222/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] ProcEnviron.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291227/+files/ProcEnviron.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] ProcCpuinfoMinimal.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291226/+files/ProcCpuinfoMinimal.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] Re: nfs Input/output error

2019-09-25 Thread Ulli Horlacher
apport information

** Tags added: apport-collected bionic

** Description changed:

  On Obuntu 18.04 with Linux kernel 5.0.0-29 (and 5.0.0-27) I am getting
  errors when writing files > 200 MB on a nfs filesystem, no matter which
  nfs server I use (Linux or Netapp).
  
  Example with a Netapp nfs server:
  
  root@tux:# uname -a
  Linux tux 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux
  
  root@tux:# mount.nfs -o
  nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
  nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr
  
  root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
  dd: closing output file 'dd.tmp': Input/output error
  l: dd.tmp - Input/output error
  
  root@tux:/nfs/rusnas/scr# l
  l: cannot read ./ : Stale file handle
  
  (reboot)
  
  root@tux:~# uname -a
  Linux tux 5.0.0-27-generic #28~18.04.1-Ubuntu SMP Thu Aug 22 03:00:32 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux
  
  root@tux:~# mount.nfs -o
  nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
  nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr
  
  
  root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
  dd: closing output file 'dd.tmp': Input/output error
  -RW- 647,364,608 2019-09-24 11:54 dd.tmp
  
  The same error occurs when I use a Ubuntu 18.04 nfs server with kernel
  5.0.0-29
  
  I get no error with kernel 4.15.0-64:
  
  root@tux:# uname -a
  Linux tux 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux
  
  root@tux:# mount.nfs -o
  nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
  nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr
  
  root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
  1024+0 records in
  1024+0 records out
  1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.40337 s, 114 MB/s
  -RW- 1,073,741,824 2019-09-24 11:48 dd.tmp
  
  
  Also no error occurs when I use the sync nfs mount option:
  
  root@tux:/# mount.nfs -o
  nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft,sync
  nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr
  
  root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
  996147200 bytes (996 MB, 950 MiB) copied, 13 s, 76.6 MB/s
  1024+0 records in
  1024+0 records out
  1073741824 bytes (1.1 GB, 1.0 GiB) copied, 13.7691 s, 78.0 MB/s
  -RW- 1,073,741,824 2019-09-24 11:58 dd.tmp
  
  As you can see: no more errors, but much slower!
  So, this is not a solution, just a workaround.
  
  On smaller files, there is error:
  
  root@diaspora:/nfs/rusnas/software# mount | grep $PWD
  nfs4sas:/nfs4sas_software on /nfs/rusnas/software type nfs 
(rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,proto=tcp,timeo=10,retrans=2,sec=sys,mountaddr=129.69.2.23,mountvers=3,mountport=635,mountproto=tcp,local_lock=none,addr=129.69.2.23)
  
  root@diaspora:/nfs/rusnas/software# dd bs=1M count=200 if=/dev/zero 
of=dd.tmp; l dd.tmp
  200+0 records in
  200+0 records out
  209715200 bytes (210 MB, 200 MiB) copied, 2.25616 s, 93.0 MB/s
  -RW- 209,715,200 2019-09-24 12:33 dd.tmp
  
  root@diaspora:/nfs/rusnas/software# dd bs=1M count=300 if=/dev/zero 
of=dd.tmp; l dd.tmp
  dd: closing output file 'dd.tmp': Input/output error
  -RW- 293,535,744 2019-09-24 12:34 dd.tmp
  
  
  ==> the nfs client in Ubuntu 18.04 kernel 5.0.0 has a bug!
  
  root@tux:/nfs/rusnas/scr# dpkg -S /boot/vmlinuz-5.0.0-29-generic
  linux-image-5.0.0-29-generic: /boot/vmlinuz-5.0.0-29-generic
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.7
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  framstag  10502 F pulseaudio
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 18.04
+ MachineType: FUJITSU ESPRIMO_P956
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-29-generic 
root=UUID=7e08b486-a587-4d56-8882-4bf4b0e14b7b ro resume=/dev/disk/by-label/swap
+ ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
+ RelatedPackageVersions:
+  linux-restricted-modules-5.0.0-29-generic N/A
+  linux-backports-modules-5.0.0-29-generic  N/A
+  linux-firmware1.173.9
+ RfKill:
+  
+ Tags:  bionic
+ Uname: Linux 5.0.0-29-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers wireshark
+ _MarkForUpload: True
+ dmi.bios.date: 02/19/2016
+ dmi.bios.vendor: FUJITSU // American Megatrends Inc.
+ dmi.bios.version: V5.0.0.11 R1.13.0 for D3402-A1x
+ dmi.board.name: D3402-A1
+ dmi.board.vendor: FUJITSU
+ dmi.board.version: S26361-D3402-A1
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: FUJITSU
+ dmi.chassis.version: C$WX06
+ dmi.modalias: 

[Bug 1845186] CRDA.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1845186/+attachment/5291220/+files/CRDA.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] CurrentDmesg.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291221/+files/CurrentDmesg.txt

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] Lspci.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1845186/+attachment/5291223/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] ProcCpuinfo.txt

2019-09-25 Thread Ulli Horlacher
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1845186/+attachment/5291225/+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/1845186

Title:
  nfs Input/output error

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

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

[Bug 1845186] Re: nfs Input/output error

2019-09-25 Thread Ulli Horlacher
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] Re: nfs Input/output error

2019-09-24 Thread Ulli Horlacher
Forgot extract from kern.log:

root@diaspora:/var/log# tail kern.log
2019-09-24 18:28:59 [111619.370870] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370876] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370882] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370887] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370892] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370898] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370903] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370912] nfs: server nfs4sas not responding, timed 
out
2019-09-24 18:28:59 [111619.370925] nfs: server nfs4sas not responding, timed 
out

root@diaspora:/var/log# uname -a
Linux diaspora 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  nfs Input/output error

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

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

[Bug 1845186] [NEW] nfs Input/output error

2019-09-24 Thread Ulli Horlacher
Public bug reported:

On Obuntu 18.04 with Linux kernel 5.0.0-29 (and 5.0.0-27) I am getting
errors when writing files > 200 MB on a nfs filesystem, no matter which
nfs server I use (Linux or Netapp).

Example with a Netapp nfs server:

root@tux:# uname -a
Linux tux 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

root@tux:# mount.nfs -o
nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr

root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
dd: closing output file 'dd.tmp': Input/output error
l: dd.tmp - Input/output error

root@tux:/nfs/rusnas/scr# l
l: cannot read ./ : Stale file handle

(reboot)

root@tux:~# uname -a
Linux tux 5.0.0-27-generic #28~18.04.1-Ubuntu SMP Thu Aug 22 03:00:32 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

root@tux:~# mount.nfs -o
nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr


root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
dd: closing output file 'dd.tmp': Input/output error
-RW- 647,364,608 2019-09-24 11:54 dd.tmp

The same error occurs when I use a Ubuntu 18.04 nfs server with kernel
5.0.0-29

I get no error with kernel 4.15.0-64:

root@tux:# uname -a
Linux tux 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

root@tux:# mount.nfs -o
nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft
nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr

root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.40337 s, 114 MB/s
-RW- 1,073,741,824 2019-09-24 11:48 dd.tmp


Also no error occurs when I use the sync nfs mount option:

root@tux:/# mount.nfs -o
nfsvers=3,rw,rsize=1048576,wsize=1048576,tcp,timeo=10,soft,sync
nfs4sas.storage.tik.uni-stuttgart.de:/nfs4sas_scratch /nfs/rusnas/scr

root@tux:/nfs/rusnas/scr# dd status=progress bs=1M count=1024 if=/dev/zero 
of=dd.tmp; l dd.tmp
996147200 bytes (996 MB, 950 MiB) copied, 13 s, 76.6 MB/s
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 13.7691 s, 78.0 MB/s
-RW- 1,073,741,824 2019-09-24 11:58 dd.tmp

As you can see: no more errors, but much slower!
So, this is not a solution, just a workaround.

On smaller files, there is error:

root@diaspora:/nfs/rusnas/software# mount | grep $PWD
nfs4sas:/nfs4sas_software on /nfs/rusnas/software type nfs 
(rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,proto=tcp,timeo=10,retrans=2,sec=sys,mountaddr=129.69.2.23,mountvers=3,mountport=635,mountproto=tcp,local_lock=none,addr=129.69.2.23)

root@diaspora:/nfs/rusnas/software# dd bs=1M count=200 if=/dev/zero of=dd.tmp; 
l dd.tmp
200+0 records in
200+0 records out
209715200 bytes (210 MB, 200 MiB) copied, 2.25616 s, 93.0 MB/s
-RW- 209,715,200 2019-09-24 12:33 dd.tmp

root@diaspora:/nfs/rusnas/software# dd bs=1M count=300 if=/dev/zero of=dd.tmp; 
l dd.tmp
dd: closing output file 'dd.tmp': Input/output error
-RW- 293,535,744 2019-09-24 12:34 dd.tmp


==> the nfs client in Ubuntu 18.04 kernel 5.0.0 has a bug!

root@tux:/nfs/rusnas/scr# dpkg -S /boot/vmlinuz-5.0.0-29-generic
linux-image-5.0.0-29-generic: /boot/vmlinuz-5.0.0-29-generic

** Affects: linux (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/1845186

Title:
  nfs Input/output error

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

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

Re: [Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-14 Thread Ulli Horlacher
On Thu 2019-02-14 (10:46), SAMUEL TEIXEIRA SANTOS wrote:

> In my case I have two stations with ubuntu 18.04(bionic), both with
> linux-image-4.15.0-45-generic and linux-image-4.15.0-43-generic.
> 
> So, I wait or can I apply somehow the fix it?

Install linux-image-generic-hwe-18.04

This package has the bug-fix,

-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<155014120837.28446.2912150246365160313.mal...@chaenomeles.canonical.com>

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

Title:
  Userspace break as a result of missing patch backport

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

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

[Bug 1812095] Re: console login loop after entering username followed by RETURN

2019-02-04 Thread Ulli Horlacher
Workaround for hosts with a physical secure console (as long as there is
no fixed kernel):

Add to /etc/rc.local:

# root rescue shell on [Alt] [F9]
setsid /sbin/agetty -a root --noclear tty9 &

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

Title:
  console login loop after entering username followed by RETURN

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

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

[Bug 1813683] Re: linux-image-4.15.0-44-generic tty login not work

2019-01-31 Thread Ulli Horlacher
See https://bugs.launchpad.net/bugs/1812095

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

Title:
  linux-image-4.15.0-44-generic tty login not work

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

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

[Bug 1812095] Re: console login loop after entering username followed by RETURN

2019-01-31 Thread Ulli Horlacher
I have the same problem on all my hosts with Ubuntu 18.04 and kernels newer 
than 4.15.0-43:
linux-image-4.15.0-44-generic
linux-image-4.15.0-45-generic
linux-image-4.18.0-14-generic

I have servers without X11 and cannot login any more!
This is a severe crucial bug!!

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

Title:
  console login loop after entering username followed by RETURN

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

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

Re: [Bug 1805197] Re: cannot switching keyboard layout with xfce4-keyboard-settings

2018-11-29 Thread Ulli Horlacher
On Thu 2018-11-29 (09:50), Sebastien Bacher wrote:
> Thank you for your bug report, if it's a libxklavier issue then it
> should be reported upstream on
> https://bugs.freedesktop.org/enter_bug.cgi

Don't know about libxklavier - what is it?
Nevertheless it is a bug in (x)ubuntu!
So, you (the distributor) should fix it or at least notify the original
source maintainer!


-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<154348504772.32238.7590267347172872012.mal...@wampee.canonical.com>

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

Title:
  cannot switching keyboard layout with xfce4-keyboard-settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1805197/+subscriptions

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

[Bug 1805197] [NEW] cannot switching keyboard layout with xfce4-keyboard-settings

2018-11-26 Thread Ulli Horlacher
Public bug reported:

This is on xubuntu 18.04:

With xfce4-keyboard-settings I have loaded the keyboard layouts "English (US)" 
and "German".
Both are listed in the "Keybord layout" table.
When I change the order with [key up] or [key down] nothing happens, I still 
have the old keyboard layout active.
To switch the layout I have to DELETE the other one!
This was not the case with xubuntu 16.04: just changing the order was sufficent 
there.

** Affects: xfce4-settings (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/1805197

Title:
  cannot switching keyboard layout with xfce4-keyboard-settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1805197/+subscriptions

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

[Bug 520546] Re: Alt-f2 switches to virtual terminal 2

2018-06-15 Thread Ulli Horlacher
I forgot to mention: I do not have console-cyrillic package installed.

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

Title:
  Alt-f2 switches to virtual terminal 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-cyrillic/+bug/520546/+subscriptions

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

[Bug 520546] Re: Alt-f2 switches to virtual terminal 2

2018-06-14 Thread Ulli Horlacher
The bug is STILL there (after 8 years of the first report!) and no fix and not 
even a workaround is available?!
NO, rebooting is NOT an acceptable  workaround!

I run Xubuntu 16.04 with all updates installed.

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

Title:
  Alt-f2 switches to virtual terminal 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-cyrillic/+bug/520546/+subscriptions

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

Re: [Bug 1743399] Re: scrambled X11 display with linux-image-4.13.0-26

2018-02-20 Thread Ulli Horlacher
On Tue 2018-02-20 (08:57), J. Janel wrote:
> The originally linked .png's are expired=gone.

I do not have them any more.


> Are they what is reported here: https://bugs.launchpad.net/bugs/1724639 ?

No. It looks like some kind of xscreenaver with daubing effects.


-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<151911707668.2508.10249910145919559663.mal...@wampee.canonical.com>

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

Title:
  scrambled X11 display with linux-image-4.13.0-26

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

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

[Bug 1743399] Re: scrambled X11 display with linux-image-4.13.0-26

2018-01-17 Thread Ulli Horlacher
hibernate also does not work with kernel 4.13.0-26:

Rebooting looks ok, I can see the resuming kernel messages, but then it 
results in a blank black screen. Ctrl-Alt-Del does not work, I have to  
power off.

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

Title:
  scrambled X11 display with linux-image-4.13.0-26

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

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

[Bug 1743399] Re: scrambled X11 display with linux-image-4.13.0-26

2018-01-17 Thread Ulli Horlacher
I forgot to mention:

lshw tells:

*-display
 description: VGA compatible controller
 product: Sky Lake Integrated Graphics
 vendor: Intel Corporation


Xorg.log tells:

[82.065] (II) LoadModule: "intel"
[82.065] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[82.066] (II) Module intel: vendor="X.Org Foundation"
[82.066]compiled for 1.18.4, module version = 2.99.917
[82.066]Module class: X.Org Video Driver
[82.066]ABI class: X.Org Video Driver, version 20.0
[82.066] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[82.066] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[82.066] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[82.066] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, 
P6300
[82.075] (II) intel(0): Using Kernel Mode Setting driver: i915, version 
1.6.0 20161121

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

Title:
  scrambled X11 display with linux-image-4.13.0-26

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

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

[Bug 1743399] [NEW] scrambled X11 display with linux-image-4.13.0-26

2018-01-15 Thread Ulli Horlacher
Public bug reported:

scrambled X11 display with linux-image-4.13.0-26

This is on xubuntu 16.04:

after a "apt-get dist-upgrade" (which installed linux-
image-4.13.0-26-generic) and a reboot my X11 displayed is unusable
scrambled. It looks like:

http://fex.rus.uni-stuttgart.de:8080/fop/U8YDjmtM/X-20180115122809.png
http://fex.rus.uni-stuttgart.de:8080/fop/1sMujVRD/X-20180115122822.png

Restarting X11 did not help.
After rebooting with kernel 4.10.0-42-generic everything is ok, back again.

So, it must be a kernel bug and not a X11/xubuntu configuration problem,
because the only difference is the kernel I boot!

root@diaspora:~# dpkg -l | grep linux-image | grep ^ii
ii  linux-image-4.10.0-42-generic   4.10.0-42.46~16.04.1
 amd64Linux kernel image for version 4.10.0 on 64 bit x86 
SMP
ii  linux-image-4.13.0-26-generic   4.13.0-26.29~16.04.2
 amd64Linux kernel image for version 4.13.0 on 64 bit x86 
SMP
ii  linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1
 amd64Linux kernel extra modules for version 4.10.0 on 64 
bit x86 SMP
ii  linux-image-extra-4.13.0-26-generic 4.13.0-26.29~16.04.2
 amd64Linux kernel extra modules for version 4.13.0 on 64 
bit x86 SMP
ii  linux-image-generic-hwe-16.04   4.13.0.26.46
 amd64Generic Linux kernel image

** Affects: linux-hwe (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/1743399

Title:
  scrambled X11 display with linux-image-4.13.0-26

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

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

[Bug 1648140] Re: [needs-packaging] vv (visual versioning)

2016-12-07 Thread Ulli Horlacher
AFTER I have posted my needs-packaging request, I read I should send a
Debian WNPP request. Sorry. Here it is:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847376


** Bug watch added: Debian Bug tracker #847376
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847376

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

Title:
  [needs-packaging] vv (visual versioning)

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

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


[Bug 1648140] [NEW] [needs-packaging] vv (visual versioning)

2016-12-07 Thread Ulli Horlacher
Public bug reported:


[needs-packaging] vv

vv (visual versioning) is a program to handle file versions:
list, view, recover, diff, save, delete

vv can be easily integrated in any editor, so every file you edit is
automatically versioned without any further user interaction!

URL: http://fex.belwue.de/fstools/vv.html
License: Perl Artistic
Notes: vv includes del (shell undelete) and zz (shell clipboard)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  [needs-packaging] vv (visual versioning)

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

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


[Bug 1506588] Re: xsnow does not do anything when run

2016-11-28 Thread Ulli Horlacher
When I terminate xfdesktop (with option -Q), xsnow works as normal. but
then I have no more the window list on mouse middle click and no
application menu on mouse right click (on background)

In contrast, xpenguins has no such problems. It does work together with
xfdesktop.

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

Title:
  xsnow does not do anything when run

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

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


[Bug 153078] Re: xsnow and compiz

2016-11-28 Thread Ulli Horlacher
When I terminate xfdesktop (with option -Q), xsnow works as normal. but
then I have no more the window list on mouse middle click and no
application menu on mouse right click (on background)

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

Title:
  xsnow and compiz

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

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


[Bug 1506588] Re: xsnow does not do anything when run

2016-11-28 Thread Ulli Horlacher
Same is (sadly) true for xubuntu 16.04: xsnow does not work any more AND
IT IS DECEMBER! I really need xsnow!

xsnow from xubuntu 12.04 has had no problems.

Maybe a new XFCE settings problem?

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

Title:
  xsnow does not do anything when run

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

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


[Bug 1644038] [NEW] df does not show btrfs filesystem

2016-11-22 Thread Ulli Horlacher
Public bug reported:

"df -T ." (from Ubuntu 16.04 coreutils 8.25-2ubuntu2) does not show btrfs
filesystem (subvolume):

root@diaspora:/local/home# df -T .
Filesystem Type 1K-blocks  Used Available Use% Mounted on
-  -926429912 398092364 527962324  43% /local/home

root@diaspora:/local# df -T .
Filesystem Type  1K-blocks  Used Available Use% Mounted on
/dev/sda4  btrfs 926429912 398092540 527962164  43% /local

root@diaspora:/local# df -T | grep ^/dev
/dev/sda2ext4  163828888614260 6913384  56% /
/dev/sda3ext4  16382888 18501615342628   2% /tmp
/dev/sda4btrfs926429912  398092360   527962328  43% 
/local

root@diaspora:/local# mount | grep btrfs
/dev/sda4 on /local type btrfs (rw,relatime,ssd,space_cache,subvolid=5,subvol=/)

root@diaspora:/local# blkid | grep sda4
/dev/sda4: LABEL="local" UUID="11faaa39-5805-4e92-a891-e8ceb4afa9f7" 
UUID_SUB="787a362f-ba60-44ca-a49f-6ff37eb691d4" TYPE="btrfs" 
PARTUUID="c93790e9-04"

root@diaspora:/local# btrfs filesystem show /local
Label: 'local'  uuid: 11faaa39-5805-4e92-a891-e8ceb4afa9f7
Total devices 1 FS bytes used 379.48GiB
devid1 size 883.51GiB used 414.02GiB path /dev/sda4

root@diaspora:/local# btrfs subvolume list /local
ID 270 gen 42626 top level 5 path data
ID 271 gen 1046 top level 5 path tmp
ID 622 gen 43690 top level 5 path home

** Affects: coreutils (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/1644038

Title:
  df does not show btrfs filesystem

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

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


[Bug 1543899] Re: update-apt-xapian-index crashed with UnicodeDecodeError in record(): 'utf-8' codec can't decode byte 0xe3 in position 349: invalid continuation byte

2016-11-18 Thread Ulli Horlacher
This bug is still there in ubuntu 16.04.1!

root@diaspora:~# lsb_release -d
Description:Ubuntu 16.04.1 LTS

root@diaspora:~# update-apt-xapian-index -vf
(...)
Rebuilding Xapian index... 0%Traceback (most recent call last):
  File "/usr/sbin/update-apt-xapian-index", line 111, in 
indexer.rebuild(opts.pkgfile)
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 758, in rebuild
self.buildIndex(dbdir, generator)
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 733, in buildIndex
for doc in documents:
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 580, in 
gen_documents_apt
yield self.get_document_from_apt(pkg)
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 543, in 
get_document_from_apt
addon.obj.index(document, pkg)
  File "/usr/share/apt-xapian-index/plugins/descriptions.py", line 108, in index
self.indexer.index_text_without_positions(version.raw_description)
  File "/usr/lib/python3/dist-packages/apt/package.py", line 499, in 
raw_description
return self._records.long_desc
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe5 in position 48: 
invalid continuation byte


I found a workaround:

root@diaspora:~# LC_ALL=en_US.utf8 update-apt-xapian-index -vf 
(...)
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.
root@diaspora:~# 

==> no more UTF errors!

(I also have to modify /etc/cron.weekly/apt-xapian-index !)


update-apt-xapian-index cannot handle non-UFT locale! I have:

root@diaspora:~# locale
LANG=en_US.ISO-8859-15
LANGUAGE=en_US:en
LC_CTYPE="en_US.ISO-8859-15"
LC_NUMERIC="en_US.ISO-8859-15"
LC_TIME=en_DK.UTF-8
LC_COLLATE="en_US.ISO-8859-15"
LC_MONETARY="en_US.ISO-8859-15"
LC_MESSAGES="en_US.ISO-8859-15"
LC_PAPER="en_US.ISO-8859-15"
LC_NAME="en_US.ISO-8859-15"
LC_ADDRESS="en_US.ISO-8859-15"
LC_TELEPHONE="en_US.ISO-8859-15"
LC_MEASUREMENT="en_US.ISO-8859-15"
LC_IDENTIFICATION="en_US.ISO-8859-15"
LC_ALL=


Switching my system completly to en_US.utf8 is NOT an option for me, for
several reasons.

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

Title:
  update-apt-xapian-index crashed with UnicodeDecodeError in record():
  'utf-8' codec can't decode byte 0xe3 in position 349: invalid
  continuation byte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1543899/+subscriptions

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


[Bug 1307545] Re: Power Manager settings are ignored when closing laptop lid

2016-11-16 Thread Ulli Horlacher
This bug is STILL THERE in Xubuntu 16.04.1!
And it is REALLY annoying!
I can handle it as an experienced user, but for a normal user editing 
/etc/systemd/logind.conf is a no-go!

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

Title:
  Power Manager settings are ignored when closing laptop lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1307545/+subscriptions

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


[Bug 1634850] [NEW] error in /usr/share/themes/Adwaita/gtk-2.0/gtkrc

2016-10-19 Thread Ulli Horlacher
Public bug reported:

When I start any GTK program, I get thew following error:

/usr/share/themes/Adwaita/gtk-2.0/gtkrc:1163: error: unexpected
identifier `direction', expected character `}'


framstag@diaspora:~: dpkg -S /usr/share/themes/Adwaita/gtk-2.0/gtkrc
gnome-themes-standard-data: /usr/share/themes/Adwaita/gtk-2.0/gtkrc


framstag@diaspora:~: lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-themes-standard-data 3.18.0-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-43.63-generic 4.4.21
Uname: Linux 4.4.0-43-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Oct 19 13:00:42 2016
PackageArchitecture: all
SourcePackage: gnome-themes-standard
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  error in /usr/share/themes/Adwaita/gtk-2.0/gtkrc

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

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


[Bug 1623453] [NEW] ecryptfs-mount-private does not work after su - user

2016-09-14 Thread Ulli Horlacher
Public bug reported:

When I do a "su - user" as user root and this user has an encrypted home,
ecryptfs-mount-private fails with "No such file or directory":


root@wupp:~# su - framstag
Signature not found in user keyring
Perhaps try the interactive 'ecryptfs-mount-private'

framstag@wupp:~: ll
lrwxrwxrwx framstag users- 2016-09-13 17:40:15 
Access-Your-Private-Data.desktop -> 
/usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
lrwxrwxrwx framstag users- 2016-09-13 17:40:15 README.txt -> 
/usr/share/ecryptfs-utils/ecryptfs-mount-private.txt

framstag@wupp:~: ecryptfs-mount-private
Enter your login passphrase:
Inserted auth tok with sig [8d3041402fc70c61] into the user session keyring
mount: No such file or directory

framstag@wupp:~: ll
lrwxrwxrwx framstag users- 2016-09-13 17:40:15 
Access-Your-Private-Data.desktop -> 
/usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
lrwxrwxrwx framstag users- 2016-09-13 17:40:15 README.txt -> 
/usr/share/ecryptfs-utils/ecryptfs-mount-private.txt


In contrast, login via ssh works as expected:

root@wupp:~# ssh framstag@localhost
framstag@localhost's password:
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-36-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management: https://landscape.canonical.com
 * Support:https://ubuntu.com/advantage
Last login: Wed Sep 14 13:04:17 2016 from 127.0.0.1

framstag@wupp:~: ll
drwxr-xr-x framstag users- 2016-08-17 12:27:18 Downloads

root@wupp:~# mount | grep crypt
/local/home/.ecryptfs/framstag/.Private on /local/home/framstag type ecryptfs 
(rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=ff00eef45bff6817,ecryptfs_sig=8d3041402fc70c61,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)

root@wupp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

root@wupp:~# dpkg -l | grep ecryptfs-utils 
ii  ecryptfs-utils  111-0ubuntu1.1  
   amd64ecryptfs cryptographic filesystem (utilities)

-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/

** Affects: ecryptfs-utils (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/1623453

Title:
  ecryptfs-mount-private does not work after su - user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1623453/+subscriptions

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


Re: [Bug 1477858] Re: "btrfs filesystem show" shows wrong device

2016-08-01 Thread Ulli Horlacher
On Mon 2016-08-01 (16:58), Rolf Leggewie wrote:
> Have you reported this to the kernel bug tracker?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1477858
> 
> Title:
>   "btrfs filesystem show" shows wrong device

Yes.

-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum TIK 
Universitaet Stuttgart E-Mail: horlac...@tik.uni-stuttgart.de
Allmandring 30aTel:++49-711-68565868
70569 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<20160801165827.22355.23100.mal...@soybean.canonical.com>

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

Title:
  "btrfs filesystem show" shows wrong device

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

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


[Bug 1595454] [NEW] systemctl cannot reenable lightdm (with workaround)

2016-06-23 Thread Ulli Horlacher
Public bug reported:

This is on xubuntu 16.04 with systemd 229-4ubuntu6:

systemctl cannot reenable lightdm

I have deactivated lightdm with:

root@tux:~# systemctl disable lightdm
root@tux:~# reboot

Works as expected: lightdm does not start any more.

Then I tried to reenable it with:

root@tux:~# systemctl enable lightdm
root@tux:~# reboot

root@tux:~# systemctl reenable lightdm
root@tux:~# reboot


But lightdm still does not start any more!
I have to start lightdm manually with:

root@tux:~# systemctl start lightdm

root@tux:~# systemctl is-enabled lightdm
static

root@tux:~# systemctl status lightdm
* lightdm.service - Light Display Manager
   Loaded: loaded (/lib/systemd/system/lightdm.service; static; vendor preset: e
   Active: active (running) since Wed 2016-06-22 11:06:16 CEST; 12s ago
 Docs: man:lightdm(1)
  Process: 1803 ExecStartPre=/bin/sh -c [ "$(basename $(cat /etc/X11/default-dis
 Main PID: 1810 (lightdm)
   CGroup: /system.slice/lightdm.service
   |-1810 /usr/sbin/lightdm
   `-1822 /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm


I found a workaround, after:

root@tux:~# ln -s /lib/systemd/system/lightdm.service 
/etc/systemd/system/display-manager.service
root@tux:~# reboot

lightdm is starting again automatically at boot time.

"systemctl enable lightdm" does not restore this link! 
This is the bug.


root@tux:~# systemctl --version
systemd 229
+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP 
+GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN

** Affects: systemd (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/1595454

Title:
  systemctl cannot reenable lightdm (with workaround)

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

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


Re: [Bug 1560411] Re: update-notifier does not show new updates in xubuntu 16.04

2016-03-23 Thread Ulli Horlacher
On Tue 2016-03-22 (19:37), Steve Langasek wrote:
> Thanks for the report. The debug output shows that this is working as
> designed:
> 
>  (update-notifier:4752): update-DEBUG: /usr/lib/update-notifier/apt-check 
> returned 50 (security: 0)
> [...]
>  (update-notifier:4752): update-DEBUG: interval_days: 7
> [...]
>  (update-notifier:4752): update-DEBUG: last_launch from /var/log/dpkg.log: 
> 1458573874 (Mon Mar 21 16:24:34 2016)
> 
> You have zero pending security updates. When there are no security
> updates, the behavior of update-notifier is to only prompt for updates
> once every 7 days.

Ahh.. ok, I see!

But where is this behaviour documented?

update-notifier does not have a man-page and
/usr/share/doc/update-notifier/README does not explain it ("notify only
for security updates").


-- 
Ullrich Horlacher  Server und Virtualisierung
Rechenzentrum IZUS/TIK E-Mail: horlac...@tik.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-68565868
Allmandring 30aFax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.tik.uni-stuttgart.de/
REF:<20160322193710.30957.3375.mal...@soybean.canonical.com>

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

Title:
  update-notifier does not show new updates in xubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1560411/+subscriptions

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


[Bug 1560411] [NEW] update-notifier does not show new updates in xubuntu 16.04

2016-03-22 Thread Ulli Horlacher
Public bug reported:

This is on Xubuntu 16.04 beta 1:

update-notifier does not show anything on the desktop, though there are
pending updates: 

tux@tux:~: update-notifier  --debug-updates
(update-notifier:4752): update-DEBUG: update_check()
(update-notifier:4752): update-DEBUG: /usr/lib/update-notifier/apt-check 
returned 50 (security: 0)
(update-notifier:4752): update-DEBUG: is_package_system_locked: 
/usr/lib/update-notifier/package-system-lockedreturned 0
(update-notifier:4752): update-DEBUG: interval_days: 7
(update-notifier:4752): update-DEBUG: last_launch: 0 (Thu Jan  1 01:00:00 1970)
(update-notifier:4752): update-DEBUG: mtime from /var/log/dpkg.log: 1458573874 
(Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: ctime from /var/log/dpkg.log: 1458573874 
(Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: last_launch from /var/log/dpkg.log: 
1458573874 (Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: mtime from /var/log/apt/term.log: 
1458573874 (Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: ctime from /var/log/apt/term.log: 
1458573874 (Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: last_launch from /var/log/apt/term.log: 
1458573874 (Mon Mar 21 16:24:34 2016)
(update-notifier:4752): update-DEBUG: time now 1458639476 (Tue Mar 22 10:37:56 
2016), delta: 65602

root@tux:# aptitude update
Get: 1 http://de.archive.ubuntu.com/ubuntu xenial InRelease [116 kB]
Hit http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Get: 2 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1,442 kB]
Get: 3 http://de.archive.ubuntu.com/ubuntu xenial/main i386 Packages [1,437 kB]
Get: 4 http://de.archive.ubuntu.com/ubuntu xenial/main Translation-en [732 kB]
Get: 5 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages 
[7,246 kB]
Get: 6 http://de.archive.ubuntu.com/ubuntu xenial/universe i386 Packages [7,227 
kB]
Get: 7 http://de.archive.ubuntu.com/ubuntu xenial/universe Translation-en 
[4,186 kB]
Fetched 22.4 MB in 3s (6,361 kB/s)

Current status: 83 (+3) new.

** Affects: update-notifier (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/1560411

Title:
  update-notifier does not show new updates in xubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1560411/+subscriptions

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


[Bug 1477858] Re: btrfs filesystem show shows wrong device

2015-08-11 Thread Ulli Horlacher
Meanwhile I think this is a more deeper Linux bug, because...

This server has (besides some Seagates) 2 Hitachi (HGST) SATA disks, but
Linux shows 3 of them with 2 with the same serial number:

root@toy02:~# lsblk -o NAME,SIZE,FSTYPE,LABEL,MOUNTPOINT
NAME SIZE FSTYPE LABEL MOUNTPOINT
sda  1.8T drbd
sdb  1.8T btrfs  data
sdc  1.8T drbd
sdd  1.8T drbd
sde  1.8T drbd
sdf   68G
|-sdf1  14.9G ext4 /
|-sdf2  14.9G ext4
|-sdf3  14.9G swap   swap  [SWAP]
`-sdf4  23.3G ext4   tmp   /tmp
sr0 1024M
drbd01.8T btrfs  data
drbd11.8T
drbd21.8T btrfs  data
drbd31.8T btrfs  data

root@toy02:~# hdparm -I /dev/sdb| grep Number:
Model Number:   HGST HUS724020ALA640
Serial Number:  PN2134P5G2P2AX

root@toy02:~# hdparm -I /dev/sdd| grep Number:
Model Number:   HGST HUS724020ALA640
Serial Number:  PN2134P5G2P2XX

root@toy02:~# hdparm -I /dev/sde| grep Number:
Model Number:   HGST HUS724020ALA640
Serial Number:  PN2134P5G2P2AX

This is why btrfs gets confused:

root@toy02:~# btrfs_info
/data :

Data, RAID0: total=108.00GiB, used=107.55GiB
System, RAID1: total=32.00MiB, used=16.00KiB
Metadata, RAID1: total=1.00GiB, used=139.59MiB

Label: data  uuid: 411af13f-6cae-4f03-99dc-5941acb3135b
Total devices 3 FS bytes used 107.68GiB
devid1 size 1.82TiB used 37.03GiB path /dev/drbd0
devid3 size 1.82TiB used 36.03GiB path /dev/drbd2
devid4 size 1.82TiB used 37.00GiB path /dev/sdb

/dev/sdb is WRONG, it should be /dev/drbd3, because I have expanded the
btrfs filesystem with:

root@toy02:~# btrfs device add -f /dev/drbd3 /data


More info:

root@toy02:~# lf drbd /dev
dRWX   - 2015-08-10 14:17 /dev/drbd
lRWX   - 2015-08-10 14:18 /dev/block/147:0 - ../drbd0
lRWX   - 2015-08-11 14:45 /dev/block/147:1 - ../drbd1
lRWX   - 2015-08-11 14:00 /dev/block/147:2 - ../drbd2
lRWX   - 2015-08-11 14:00 /dev/block/147:3 - ../drbd3
lRWX   - 2015-08-11 14:00 
/dev/drbd/by-disk/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2AX - 
../../../../drbd3
lRWX   - 2015-08-11 14:00 
/dev/drbd/by-disk/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2XX - 
../../../../drbd2
lRWX   - 2015-08-11 14:45 
/dev/drbd/by-disk/disk/by-id/ata-ST2000DM001-1CH164_W241L86K - 
../../../../drbd1
lRWX   - 2015-08-10 14:18 
/dev/drbd/by-disk/disk/by-id/ata-ST2000DM001-1CH164_W241L88L - 
../../../../drbd0
lRWX   - 2015-08-11 14:00 /dev/drbd/by-res/d2 - ../../drbd2
lRWX   - 2015-08-11 14:00 /dev/drbd/by-res/d3 - ../../drbd3
lRWX   - 2015-08-10 14:18 /dev/drbd/by-res/data/0 - ../../../drbd0
lRWX   - 2015-08-11 14:45 /dev/drbd/by-res/data/1 - ../../../drbd1
bRW- 147,000 2015-08-10 14:18 /dev/drbd0
bRW- 147,001 2015-08-11 14:45 /dev/drbd1
bRW- 147,002 2015-08-11 14:00 /dev/drbd2
bRW- 147,003 2015-08-11 14:00 /dev/drbd3

root@toy02:~# lf HGST /dev
lRWX - 2015-08-11 16:41 /dev/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2AX 
- ../../sdb
lRWX - 2015-08-10 16:45 /dev/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2XX 
- ../../sdd
lRWX - 2015-08-11 14:00 
/dev/drbd/by-disk/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2AX - 
../../../../drbd3
lRWX - 2015-08-11 14:00 
/dev/drbd/by-disk/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2XX - 
../../../../drbd2

root@toy02:~# lf sde /dev
lRWX   - 2015-08-10 16:45 /dev/block/8:64 - ../sde
lRWX   - 2015-08-10 16:45 /dev/disk/by-path/pci-:08:00.0-scsi-0:1:2:0 
- ../../sde
bRW- 008,064 2015-08-10 16:45 /dev/sde

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

Title:
  btrfs filesystem show shows wrong device

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

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


[Bug 1477858] [NEW] btrfs filesystem show shows wrong device

2015-07-24 Thread Ulli Horlacher
Public bug reported:


I have created a RAID0 btrfs filesystem with:

root@toy02:~# mkfs.btrfs /dev/drbd2 /dev/drbd3
root@toy02:~# mount /dev/drbd2 /mnt/new


btrfs shows wrong (raw) device /dev/sdb instead of /dev/drbd2 :


root@toy02:~# df -T /mnt/new
Filesystem Type   1K-blocksUsed  Available Use% Mounted on
/dev/drbd2 btrfs 3906909856 9136960 3895627648   1% /mnt/new

root@toy02:~# btrfs filesystem show /mnt/new
Label: none  uuid: 586a32eb-fd15-4829-a4bf-c72c6d2f9074
Total devices 2 FS bytes used 8.70GiB
devid1 size 1.82TiB used 6.03GiB path /dev/sdb
devid2 size 1.82TiB used 6.03GiB path /dev/drbd3

Btrfs v3.12

root@toy02:~# lf sdb /dev
lRWX   - 2015-07-24 09:07 /dev/block/8:16 - ../sdb
lRWX   - 2015-07-24 09:07 
/dev/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2AX - ../../sdb
lRWX   - 2015-07-24 09:07 /dev/disk/by-id/wwn-0x5000cca24ec137db - 
../../sdb
lRWX   - 2015-07-24 09:07 
/dev/disk/by-path/pci-:08:00.0-sas-0x12210200-lun-0 - ../../sdb
lRWX   - 2015-07-24 09:07 
/dev/disk/by-uuid/586a32eb-fd15-4829-a4bf-c72c6d2f9074 - ../../sdb
bRW- 008,016 2015-07-24 09:07 /dev/sdb

root@toy02:~# lf drbd2 /dev
lRWX   - 2015-07-23 18:50 /dev/block/147:2 - ../drbd2
lRWX   - 2015-07-23 18:50 
/dev/drbd/by-disk/disk/by-id/ata-HGST_HUS724020ALA640_PN2134P5G2P2AX - 
../../../../drbd2
lRWX   - 2015-07-23 18:50 /dev/drbd/by-res/data_new/0 - ../../../drbd2
bRW- 147,002 2015-07-23 18:50 /dev/drbd2

root@toy02:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.2 LTS
Release:14.04
Codename:   trusty

root@toy02:~# dpkg -l | grep btrfs-tools
ii  btrfs-tools   3.12-1
  amd64Checksumming Copy on Write Filesystem utilities

root@toy02:~#  apt-cache policy  btrfs-tools
btrfs-tools:
  Installed: 3.12-1
  Candidate: 3.12-1
  Version table:
 *** 3.12-1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: btrfs-tools (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/1477858

Title:
  btrfs filesystem show shows wrong device

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

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


[Bug 1460629] [NEW] no access with 9p qemu-kvm filesystem

2015-06-01 Thread Ulli Horlacher
Public bug reported:

I have a KVM host and a guest (VM), both with Ubuntu 14,04
I want to mount a filesystem from the host by the VM via 9p.
When using the setup described in 
http://www.linux-kvm.org/page/9p_virtio
I can mount the host directory:

root@flupp:/# mount | grep /spool_
/spool_mapped on /spool_mapped type 9p (rw,trans=virtio,version=9p2000.L)
/spool_passthrough on /spool_passthrough type 9p 
(rw,trans=virtio,version=9p2000.L)
/spool_squash on /spool_squash type 9p (rw,trans=virtio,version=9p2000.L)

but when I try to access files I get errors:

root@flupp:/# ls -ld /spool_*/xx*
ls: cannot read symbolic link /spool_mapped/xx2: Too many levels of symbolic 
links
drwx-- 1 fex fex 4 May 28 18:28 /spool_mapped/xx1
lrwxrwxrwx 1 fex fex 3 May 28 13:56 /spool_mapped/xx2
drwx-- 1 fex fex 4 May 28 18:28 /spool_passthrough/xx1
lrwxrwxrwx 1 fex fex 3 May 28 13:56 /spool_passthrough/xx2 - xx1
drwx-- 1 fex fex 4 May 28 18:28 /spool_squash/xx1
lrwxrwxrwx 1 fex fex 3 May 28 13:56 /spool_squash/xx2 - xx1

root@flupp:/# ls -l /spool_*/xx1
ls: cannot open directory /spool_mapped/xx1: Permission denied
ls: cannot open directory /spool_passthrough/xx1: Permission denied
ls: cannot open directory /spool_squash/xx1: Permission denied

root@flupp:/# id
uid=0(root) gid=0(root) groups=0(root)

When I use nfs instead of 9p everything looks ok:

root@flupp:/# mount | grep spool.*nfs
kvmhost:/data/fex/spool on /spool type nfs 
(rw,relatime,nfsvers=3,proto=udp,addr=192.168.254.1)

root@flupp:/spool# ls -ld /spool/xx1/* 
-rw--- 1 fex fex 77096 May 28 13:56 /spool/xx1/xx

root@flupp:/spool# wc /spool/xx1/xx
 1252  6264 77096 /spool/xx1/xx

** Affects: 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/1460629

Title:
  no access with 9p qemu-kvm  filesystem

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

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


[Bug 1456588] [NEW] mailman msg_footer changes mail encoding

2015-05-19 Thread Ulli Horlacher
Public bug reported:

After upgrade from Ubuntu 10.04 to 14.04 mailman has a nasty bug:
It changes the mail encoding to:

Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64

even if the incoming mail has:

Content-Type: text/plain; charset=us-ascii


This happens only if the list configuration has a non-empty msg_footer!

When I delete msg_footer in the list settings, the mails will not be
recoded. But I would like to keep the msg_footer.

The default msg_footer was in ASCII, too, nevertheless the mail was
recoded to utf-8/base64. This is a (new) bug, in my opinion!

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

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

Title:
  mailman msg_footer changes mail encoding

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

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


[Bug 1456588] [NEW] mailman msg_footer changes mail encoding

2015-05-19 Thread Ulli Horlacher
Public bug reported:

After upgrade from Ubuntu 10.04 to 14.04 mailman has a nasty bug:
It changes the mail encoding to:

Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64

even if the incoming mail has:

Content-Type: text/plain; charset=us-ascii


This happens only if the list configuration has a non-empty msg_footer!

When I delete msg_footer in the list settings, the mails will not be
recoded. But I would like to keep the msg_footer.

The default msg_footer was in ASCII, too, nevertheless the mail was
recoded to utf-8/base64. This is a (new) bug, in my opinion!

** Affects: mailman (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/1456588

Title:
  mailman msg_footer changes mail encoding

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

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


[Bug 1456194] Re: SquirrelMail shows blank page after login

2015-05-18 Thread Ulli Horlacher
I forgot:

Before adding the extra code to /etc/squirrelmail/config.php I found in
/var/log/apache2/error.log :

[Mon May 18 08:45:36.075168 2015] [:error] [pid 24923] [client
92.203.28.105:59703] PHP Fatal error:  Call to undefined function
session_unregister() in
/home/httpd/htdocs/squirrelmail/functions/global.php on line 265,
referer: https://localhost/squirrelmail/src/login.php

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

Title:
  SquirrelMail shows blank page after login

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

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


[Bug 1456194] [NEW] SquirrelMail shows blank page after login

2015-05-18 Thread Ulli Horlacher
Public bug reported:

I have installed squirrelmail on Ubuntu 14.04, together with apache2.
After login with https://MYSERVER/squirrelmail/src/login.php I get a blank
page. Looking at the source code in the web brwoeser, there is just a 1
- that's all. 

I found a workaround: I added to /etc/squirrelmail/config.php the code:

if (!function_exists('session_unregister')) {
  function session_unregister($var) { unset($_SESSION[$var]); }
}

With this extra code, squirrelmail works as expected.

It looks the Ubuntu packages squirrelmail and libapache2-mod-php5 are
incompatible. See
http://stackoverflow.com/questions/23758202/call-to-undefined-function-session-unregister-when-trying-output
for more information.

** Affects: squirrelmail (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/1456194

Title:
  SquirrelMail shows blank page after login

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

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


[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-04-15 Thread Ulli Horlacher
*** This bug is a duplicate of bug 344878 ***
https://bugs.launchpad.net/bugs/344878

Sorry, I have overlookedf the hint 
this bug report is a duplicate of bug #344878.

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

Title:
  rsync transfer failed: File name too long (36)

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

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


[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-04-15 Thread Ulli Horlacher
*** This bug is a duplicate of bug 344878 ***
https://bugs.launchpad.net/bugs/344878

Sorry, I have overlookedf the hint 
this bug report is a duplicate of bug #344878.

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

Title:
  rsync transfer failed: File name too long (36)

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

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


[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-04-15 Thread Ulli Horlacher
*** This bug is a duplicate of bug 344878 ***
https://bugs.launchpad.net/bugs/344878

This bug is still there in Ubuntu 12.04:

framstag@diaspora:/mnt/usb/UB3: rsync -avH --delete audio /data/encfs/moep/
sending incremental file list
audio/_Weihnachten/
audio/_Weihnachten/Alice\#240Cooper\#240\#240Ronnie\#240James\#240Dio\#240\#240Tony\#240Iommy\#240\#240Lemmy\#240Kilmister\#240\#240Steve\#240Lukather\#240\#240George\#240Lynch\#240\#240Steve\#240Morse\#240\#240Tommy\#240Shaw\#240\#240Geoff\#240Tate:We\#240wish\#240you\#240a\#240Merry\#240Christmas\#240and\#240a\#240Happy\#240New\#240Year.mp3
rsync: mkstemp 
/data/encfs/moep/audio/_Weihnachten/.Alice\#240Cooper\#240\#240Ronnie\#240James\#240Dio\#240\#240Tony\#240Iommy\#240\#240Lemmy\#240Kilmister\#240\#240Steve\#240Lukather\#240\#240George\#240Lynch\#240\#240Steve\#240Morse\#240\#240Tommy\#240Shaw\#240\#240Geoff\#240Tate:We\#240wish\#240you\#240a\#240Merry\#240Christmas\#240and\#240a\#240Happy\#240New\#240Year.mp3.FOqgLQ
 failed: File name too long (36)

sent 8406919 bytes  received 1911 bytes  3363532.00 bytes/sec
total size is 114076271491  speedup is 13566.25
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1070) [sender=3.0.9]

Whereas cp has no problem with this file:

framstag@diaspora:/mnt/usb/UB3: cp -av audio/_Weihnachten/Alice Cooper \ 
Ronnie James Dio \ Tony Iommy \ Lemmy Kilmister \ Steve Lukather \ George 
Lynch \ Steve Morse \ Tommy Shaw \ Geoff Tate\:We wish you a Merry 
Christmappy New Year.mp3 /data/encfs/moep/audio/_Weihnachten/
`audio/_Weihnachten/Alice\240Cooper\240\240Ronnie\240James\240Dio\240\240Tony\240Iommy\240\240Lemmy\240Kilmister\240\240Steve\240Lukather\240\240George\240Lynch\240\240Steve\240Morse\240\240Tommy\240Shaw\240\240Geoff\240Tate:We\240wish\240you\240a\240Merry\240Christmas\240and\240a\240Happy\240New\240Year.mp3'
 - 
`/data/encfs/moep/audio/_Weihnachten/Alice\240Cooper\240\240Ronnie\240James\240Dio\240\240Tony\240Iommy\240\240Lemmy\240Kilmister\240\240Steve\240Lukather\240\240George\240Lynch\240\240Steve\240Morse\240\240Tommy\240Shaw\240\240Geoff\240Tate:We\240wish\240you\240a\240Merry\240Christmas\240and\240a\240Happy\240New\240Year.mp3'
framstag@diaspora:/mnt/usb/UB3: echo $?
0

framstag@diaspora:/mnt/usb/UB3: lsb_release -d
Description:  Ubuntu 12.04.5 LTS

framstag@diaspora:/mnt/usb/UB3: mount | grep UB3
/dev/sdc1 on /mnt/usb/UB3 type ext4 (rw,noexec,nosuid,nodev,noatime,nodiratime)

framstag@diaspora:/mnt/usb/UB3: mount | grep encfs
encfs on /data/encfs type fuse.encfs 
(rw,nosuid,nodev,default_permissions,user=framstag)

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

Title:
  rsync transfer failed: File name too long (36)

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

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

[Bug 592303] Re: rsync transfer failed: File name too long (36)

2015-04-15 Thread Ulli Horlacher
*** This bug is a duplicate of bug 344878 ***
https://bugs.launchpad.net/bugs/344878

This bug is still there in Ubuntu 12.04:

framstag@diaspora:/mnt/usb/UB3: rsync -avH --delete audio /data/encfs/moep/
sending incremental file list
audio/_Weihnachten/
audio/_Weihnachten/Alice\#240Cooper\#240\#240Ronnie\#240James\#240Dio\#240\#240Tony\#240Iommy\#240\#240Lemmy\#240Kilmister\#240\#240Steve\#240Lukather\#240\#240George\#240Lynch\#240\#240Steve\#240Morse\#240\#240Tommy\#240Shaw\#240\#240Geoff\#240Tate:We\#240wish\#240you\#240a\#240Merry\#240Christmas\#240and\#240a\#240Happy\#240New\#240Year.mp3
rsync: mkstemp 
/data/encfs/moep/audio/_Weihnachten/.Alice\#240Cooper\#240\#240Ronnie\#240James\#240Dio\#240\#240Tony\#240Iommy\#240\#240Lemmy\#240Kilmister\#240\#240Steve\#240Lukather\#240\#240George\#240Lynch\#240\#240Steve\#240Morse\#240\#240Tommy\#240Shaw\#240\#240Geoff\#240Tate:We\#240wish\#240you\#240a\#240Merry\#240Christmas\#240and\#240a\#240Happy\#240New\#240Year.mp3.FOqgLQ
 failed: File name too long (36)

sent 8406919 bytes  received 1911 bytes  3363532.00 bytes/sec
total size is 114076271491  speedup is 13566.25
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1070) [sender=3.0.9]

Whereas cp has no problem with this file:

framstag@diaspora:/mnt/usb/UB3: cp -av audio/_Weihnachten/Alice Cooper \ 
Ronnie James Dio \ Tony Iommy \ Lemmy Kilmister \ Steve Lukather \ George 
Lynch \ Steve Morse \ Tommy Shaw \ Geoff Tate\:We wish you a Merry 
Christmappy New Year.mp3 /data/encfs/moep/audio/_Weihnachten/
`audio/_Weihnachten/Alice\240Cooper\240\240Ronnie\240James\240Dio\240\240Tony\240Iommy\240\240Lemmy\240Kilmister\240\240Steve\240Lukather\240\240George\240Lynch\240\240Steve\240Morse\240\240Tommy\240Shaw\240\240Geoff\240Tate:We\240wish\240you\240a\240Merry\240Christmas\240and\240a\240Happy\240New\240Year.mp3'
 - 
`/data/encfs/moep/audio/_Weihnachten/Alice\240Cooper\240\240Ronnie\240James\240Dio\240\240Tony\240Iommy\240\240Lemmy\240Kilmister\240\240Steve\240Lukather\240\240George\240Lynch\240\240Steve\240Morse\240\240Tommy\240Shaw\240\240Geoff\240Tate:We\240wish\240you\240a\240Merry\240Christmas\240and\240a\240Happy\240New\240Year.mp3'
framstag@diaspora:/mnt/usb/UB3: echo $?
0

framstag@diaspora:/mnt/usb/UB3: lsb_release -d
Description:  Ubuntu 12.04.5 LTS

framstag@diaspora:/mnt/usb/UB3: mount | grep UB3
/dev/sdc1 on /mnt/usb/UB3 type ext4 (rw,noexec,nosuid,nodev,noatime,nodiratime)

framstag@diaspora:/mnt/usb/UB3: mount | grep encfs
encfs on /data/encfs type fuse.encfs 
(rw,nosuid,nodev,default_permissions,user=framstag)

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

Title:
  rsync transfer failed: File name too long (36)

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

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


[Bug 1437752] [NEW] keys - and _ not working with firefox in shellinabox

2015-03-28 Thread Ulli Horlacher
Public bug reported:

I have installed shellinabox 2.14-1 on Ubuntu 14.04.
I can login with firefox, but the key - _ does not produce any character, the 
key is simply dead.
Using google-chrome there is no such problem.
See also:
https://code.google.com/p/shellinabox/issues/detail?id=202

** Affects: shellinabox (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/1437752

Title:
  keys - and _ not working with firefox in shellinabox

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

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


[Bug 1352876] Re: apt-get update crashes

2014-08-05 Thread Ulli Horlacher
Forgot to mention: a reboot does not fix it.

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

Title:
  apt-get update crashes

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

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


[Bug 1352876] [NEW] apt-get update crashes

2014-08-05 Thread Ulli Horlacher
Public bug reported:

This is on Ubuntu 10.04

After the last uprade, apt-get  crashes with:

root@zoo:~# apt-get update
0% [Working]*** glibc detected *** /usr/lib/apt/methods/http: munmap_chunk(): 
invalid pointer: 0x7f2ee7e963f0 ***
=== Backtrace: =
/lib/libc.so.6(+0x78cc6)[0x7f2ee6f6]
/lib/libc.so.6(+0x125ec9)[0x7f2ee7079ec9]
/lib/libc.so.6(+0x12628b)[0x7f2ee707a28b]
/lib/libc.so.6(getservbyname_r+0x183)[0x7f2ee705cde3]
/lib/libc.so.6(+0xb9ff2)[0x7f2ee700dff2]
/lib/libc.so.6(+0xbad50)[0x7f2ee700ed50]
/lib/libc.so.6(getaddrinfo+0x162)[0x7f2ee70118f2]
/usr/lib/apt/methods/http[0x40b337]
/usr/lib/apt/methods/http[0x406748]
/usr/lib/apt/methods/http[0x407d39]
/usr/lib/apt/methods/http[0x40a0cb]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7f2ee6f72cad]
/usr/lib/apt/methods/http[0x4041c9]
=== Memory map: 
0040-0040e000 r-xp  08:01 656796 
/usr/lib/apt/methods/http
0060d000-0060e000 r--p d000 08:01 656796 
/usr/lib/apt/methods/http
0060e000-0060f000 rw-p e000 08:01 656796 
/usr/lib/apt/methods/http
0060f000-0063 rw-p  00:00 0  [heap]
7f2ee6b4d000-7f2ee6b4f000 r-xp  08:01 396191 
/lib/libdl-2.11.1.so
7f2ee6b4f000-7f2ee6d4f000 ---p 2000 08:01 396191 
/lib/libdl-2.11.1.so
7f2ee6d4f000-7f2ee6d5 r--p 2000 08:01 396191 
/lib/libdl-2.11.1.so
7f2ee6d5-7f2ee6d51000 rw-p 3000 08:01 396191 
/lib/libdl-2.11.1.so
7f2ee6d51000-7f2ee6d53000 r-xp  08:01 396199 
/lib/libutil-2.11.1.so
7f2ee6d53000-7f2ee6f52000 ---p 2000 08:01 396199 
/lib/libutil-2.11.1.so
7f2ee6f52000-7f2ee6f53000 r--p 1000 08:01 396199 
/lib/libutil-2.11.1.so
7f2ee6f53000-7f2ee6f54000 rw-p 2000 08:01 396199 
/lib/libutil-2.11.1.so
7f2ee6f54000-7f2ee70d3000 r-xp  08:01 396200 
/lib/libc-2.11.1.so
7f2ee70d3000-7f2ee72d3000 ---p 0017f000 08:01 396200 
/lib/libc-2.11.1.so
7f2ee72d3000-7f2ee72d7000 r--p 0017f000 08:01 396200 
/lib/libc-2.11.1.so
7f2ee72d7000-7f2ee72d8000 rw-p 00183000 08:01 396200 
/lib/libc-2.11.1.so
7f2ee72d8000-7f2ee72dd000 rw-p  00:00 0 
7f2ee72dd000-7f2ee72f3000 r-xp  08:01 392455 
/lib/libgcc_s.so.1
7f2ee72f3000-7f2ee74f2000 ---p 00016000 08:01 392455 
/lib/libgcc_s.so.1
7f2ee74f2000-7f2ee74f3000 r--p 00015000 08:01 392455 
/lib/libgcc_s.so.1
7f2ee74f3000-7f2ee74f4000 rw-p 00016000 08:01 392455 
/lib/libgcc_s.so.1
7f2ee74f4000-7f2ee7576000 r-xp  08:01 396194 
/lib/libm-2.11.1.so
7f2ee7576000-7f2ee7775000 ---p 00082000 08:01 396194 
/lib/libm-2.11.1.so
7f2ee7775000-7f2ee7776000 r--p 00081000 08:01 396194 
/lib/libm-2.11.1.so
7f2ee7776000-7f2ee000 rw-p 00082000 08:01 396194 
/lib/libm-2.11.1.so
7f2ee000-7f2ee786d000 r-xp  08:01 655632 
/usr/lib/libstdc++.so.6.0.13
7f2ee786d000-7f2ee7a6d000 ---p 000f6000 08:01 655632 
/usr/lib/libstdc++.so.6.0.13
7f2ee7a6d000-7f2ee7a74000 r--p 000f6000 08:01 655632 
/usr/lib/libstdc++.so.6.0.13
7f2ee7a74000-7f2ee7a76000 rw-p 000fd000 08:01 655632 
/usr/lib/libstdc++.so.6.0.13
7f2ee7a76000-7f2ee7a8b000 rw-p  00:00 0 
7f2ee7a8b000-7f2ee7b5 r-xp  08:01 656789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
7f2ee7b5-7f2ee7d5 ---p 000c5000 08:01 656789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
7f2ee7d5-7f2ee7d53000 r--p 000c5000 08:01 656789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
7f2ee7d53000-7f2ee7d54000 rw-p 000c8000 08:01 656789 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
7f2ee7d54000-7f2ee7d74000 r-xp  08:01 394878 
/lib/ld-2.11.1.so
7f2ee7e96000-7f2ee7f1e000 r--s  08:01 915774 
/var/cache/nscd/services
7f2ee7f1e000-7f2ee7f55000 r--p  08:01 665873 
/usr/lib/locale/en_US.iso885915/LC_CTYPE
7f2ee7f55000-7f2ee7f56000 r--p  08:01 665874 
/usr/lib/locale/en_US.iso885915/LC_NUMERIC
7f2ee7f56000-7f2ee7f57000 r--p  08:01 920348 
/usr/lib/locale/en_DK.utf8/LC_TIME
7f2ee7f57000-7f2ee7f5d000 r--p  08:01 665876 
/usr/lib/locale/en_US.iso885915/LC_COLLATE
7f2ee7f5d000-7f2ee7f5e000 r--p  08:01 665879 
/usr/lib/locale/en_US.iso885915/LC_MONETARY
7f2ee7f5e000-7f2ee7f63000 rw-p  00:00 0 
7f2ee7f63000-7f2ee7f64000 r--p  08:01 665881 

[Bug 1352876] Re: apt-get update crashes

2014-08-05 Thread Ulli Horlacher
Also, apt-get install  crashes the same way: I cannot install or
upgrade anymore anything!

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

Title:
  apt-get update crashes

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

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


[Bug 1352876] Re: apt-get update crashes

2014-08-05 Thread Ulli Horlacher
It seems it is a glibc bug:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1352504

A workaround (for me) is to deactivate nscd with:
/etc/init.d/nscd stop

Now apt-get update  is working again.

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

Title:
  apt-get update crashes

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

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


[Bug 1352504] Re: Regression in 2.11.1-0ubuntu7.14; segfault in getservbyname

2014-08-05 Thread Ulli Horlacher
WE, who are subscribed to this bug, know that we have to disable nscd, but
what about all others?
Their (automatic) update mechanism is defunct and they will not get
ANY security updates (including the glibc fix), until they manually stop
nscd! 
This is really a BAD situation!

See also
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1352876

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

Title:
  Regression in 2.11.1-0ubuntu7.14; segfault in getservbyname

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

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


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-18 Thread Ulli Horlacher
This light-locker remove fix does not work on my Thinkpad T61:
after lid open the screen is still black. I have to reset the X11 display with 
xrandr --auto

My (nasty) workaround is:

Create /etc/acpi/events/lidopen :

event=button/lid LID open
action=/etc/acpi/lidopen.sh


Create /etc/acpi/lidopen.sh :

su -l -c 'DISPLAY=:0 /usr/local/bin/xreset' $(ps aux | awk '/[\/]xinit/{print 
$1}')
   

Create /usr/local/bin/xreset :

xrandr --auto
killall xfce4-display-settings


In Ubuntu 12.04 there was /etc/acpi/lid.sh, see:

https://help.ubuntu.com/community/LaptopLidAndDockScripts

but this script has gone, some *CENSORED* have removed it.
Therefore one has to create /etc/acpi/events/lidopen and
/etc/acpi/lidopen.sh

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

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1313705] [NEW] checkrestart always tell to restart multipathd

2014-04-28 Thread Ulli Horlacher
Public bug reported:

checkrestart always tell to restart multipathd:

root@vms3:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04 LTS
Release:14.04
Codename:   trusty

root@vms3:~# checkrestart 
Found 1 processes using old versions of upgraded files
(1 distinct program)
(1 distinct packages)

Of these, 1 seem to contain init scripts which can be used to restart them:
The following packages seem to have init scripts that could be used
to restart them:
multipath-tools:
8457/sbin/multipathd

These are the init scripts:
service multipath-tools-boot restart
service multipath-tools restart

root@vms3:~# service multipath-tools-boot restart
 * Discovering and coalescing multipaths...
   ...done.

root@vms3:~# service multipath-tools restart
 * Stopping multipath daemon multipathd
   ...done.
 * Starting multipath daemon multipathd
   ...done.

root@vms3:~# checkrestart 
Found 1 processes using old versions of upgraded files
(1 distinct program)
(1 distinct packages)

Of these, 1 seem to contain init scripts which can be used to restart them:
The following packages seem to have init scripts that could be used
to restart them:
multipath-tools:
10748   /sbin/multipathd

These are the init scripts:
service multipath-tools-boot restart
service multipath-tools restart


Also, a reboot does not help.
I use checkrestart via cronjob on all of my (several hundreds) server to see if 
there is a service which needs to be restartet.
The wrong alerts of checkrestart for multipathd are annoying.

root@vms3:~# checkrestart -v
Found 1 processes using old versions of upgraded files
(1 distinct program)
Process /sbin/multipathd (PID: 10748) 
List of deleted files in use:
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
/[aio]
Running:['dpkg-query', '--search', '/sbin/multipathd']
Reading line: multipath-tools: /sbin/multipathd

(1 distinct packages)

Of these, 1 seem to contain init scripts which can be used to restart them:
The following packages seem to have init scripts that could be used
to restart them:
multipath-tools:
10748   /sbin/multipathd

These are the init scripts:
service multipath-tools-boot restart
service multipath-tools restart

** Affects: debian-goodies (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/1313705

Title:
  checkrestart always tell to restart multipathd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-goodies/+bug/1313705/+subscriptions

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


[Bug 1006902] [NEW] mirage crashes with non-ASCII file names (Ubuntu 10.04)

2012-05-31 Thread Ulli Horlacher
Public bug reported:

mirage crashes when it tries to read a file with non-ASCII file names
(like German Umlauts):


framstag@diaspora:/tmp: mirage xöx.jpg
/usr/lib/python2.6/dist-packages/mirage.py:32: DeprecationWarning: the md5 
module is deprecated; use hashlib instead
  import tempfile, socket, md5, threading
Traceback (most recent call last):
  File /usr/bin/mirage, line 30, in module
app = mirage.Base()
  File /usr/lib/python2.6/dist-packages/mirage.py, line 733, in __init__
self.expand_filelist_and_load_image(args)
  File /usr/lib/python2.6/dist-packages/mirage.py, line 4233, in 
expand_filelist_and_load_image
self.update_title()
  File /usr/lib/python2.6/dist-packages/mirage.py, line 4390, in update_title
title = Mirage - [ + str(self.curr_img_in_list+1) + ' ' + _('of') + ' ' + 
str(len(self.image_list)) + ]  + os.path.basename(self.currimg_name)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-4: invalid 
data


framstag@diaspora:/tmp: lsb_release -rd
Description:Ubuntu 10.04.4 LTS
Release:10.04

framstag@diaspora:/tmp: apt-cache policy mirage
mirage:
  Installed: 0.9.3-5ubuntu1
  Candidate: 0.9.3-5ubuntu1
  Version table:
 *** 0.9.3-5ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status


framstag@diaspora:/tmp: ls -l xöx.jpg 
-rw-r- 1 framstag users 53155 2012-05-31 14:45 xöx.jpg

framstag@diaspora:/tmp: ls xöx.jpg | hexdump 
 :78 F6 78 2E 6A 70 67 0A
0:x  ö  x  .  j  p  g  \n

framstag@diaspora:/tmp: locale
LANG=en_US.iso885915
LANGUAGE=en_US:en
LC_CTYPE=en_US.iso885915
LC_NUMERIC=en_US.iso885915
LC_TIME=en_US.iso885915
LC_COLLATE=en_US.iso885915
LC_MONETARY=en_US.iso885915
LC_MESSAGES=en_US.iso885915
LC_PAPER=en_US.iso885915
LC_NAME=en_US.iso885915
LC_ADDRESS=en_US.iso885915
LC_TELEPHONE=en_US.iso885915
LC_MEASUREMENT=en_US.iso885915
LC_IDENTIFICATION=en_US.iso885915
LC_ALL=

framstag@diaspora:/tmp: set | grep ^G_
G_BROKEN_FILENAMES=en_US.iso885915
G_FILENAME_ENCODING=@locale

** Affects: 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/1006902

Title:
  mirage crashes with non-ASCII file names (Ubuntu 10.04)

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

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

[Bug 1006902] Re: mirage crashes with non-ASCII file names (Ubuntu 10.04)

2012-05-31 Thread Ulli Horlacher
filed it wrong first (forgot package selection)

** Package changed: ubuntu = mirage (Ubuntu)

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

Title:
  mirage crashes with non-ASCII file names (Ubuntu 10.04)

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

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


Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-05 Thread Ulli Horlacher
On Fri 2012-05-04 (23:04), Steve Langasek wrote:

 Right; we need a slightly different command to get around the fact that
 dependencies aren't satisfied.
 
 Try one of these:
 
   apt-get install --reinstall libldap-2.4-2 libldap-2.4-2:i386

(...)
Setting up ia32-libs-multiarch:i386 (20090808ubuntu35) ...
Setting up ia32-libs (20090808ubuntu35) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for libgdk-pixbuf2.0-0:i386 ...

root@eduroam1:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

GREAT! Thanks!

But how was this inconsistancy possible?
Any idea, what I did wrong?
Could I found this solution by myself?


-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/
REF: 20120504230429.gi28...@virgil.dodds.net

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

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

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

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


Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-05 Thread Ulli Horlacher
On Fri 2012-05-04 (23:04), Steve Langasek wrote:

 Right; we need a slightly different command to get around the fact that
 dependencies aren't satisfied.
 
 Try one of these:
 
   apt-get install --reinstall libldap-2.4-2 libldap-2.4-2:i386

(...)
Setting up ia32-libs-multiarch:i386 (20090808ubuntu35) ...
Setting up ia32-libs (20090808ubuntu35) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for libgdk-pixbuf2.0-0:i386 ...

root@eduroam1:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

GREAT! Thanks!

But how was this inconsistancy possible?
Any idea, what I did wrong?
Could I found this solution by myself?


-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/
REF: 20120504230429.gi28...@virgil.dodds.net

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

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

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

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


Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-04 Thread Ulli Horlacher
On Fri 2012-05-04 (19:22), Steve Langasek wrote:
 I can't reproduce this problem here.

I can reproduce it on 3 Ubuntu 12.04 systems.


 Please show the output of the following command on your system:
 
 dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W
 'libldap-2.4-2:*'

root@eduroam1:~# dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W 
'libldap-2.4-2:*'
libldap-2.4-2   2.4.28-1.1ubuntu4
 /etc/ldap/ldap.conf 7fac807f65d84394410881bc16f1198a
libldap-2.4-2:i386


Note:

To correct the problem I have deleted /etc/ldap/ldap.conf
and afterwards I have rerun apt-get install -f, but without success

root@eduroam1:~# ll /etc/ldap/ 
-rw-r--r-- root root 332 2012-04-05 19:26:33 /etc/ldap/ldap.conf
-rw-r--r-- root root 332 2012-04-05 19:25:49 
/etc/ldap/ldap.conf.dpkg-new

-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/
REF: 20120504192204.16348.11747.mal...@soybean.canonical.com

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

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

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

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


Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-04 Thread Ulli Horlacher
On Fri 2012-05-04 (19:22), Steve Langasek wrote:
 I can't reproduce this problem here.

I can reproduce it on 3 Ubuntu 12.04 systems.


 Please show the output of the following command on your system:
 
 dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W
 'libldap-2.4-2:*'

root@eduroam1:~# dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W 
'libldap-2.4-2:*'
libldap-2.4-2   2.4.28-1.1ubuntu4
 /etc/ldap/ldap.conf 7fac807f65d84394410881bc16f1198a
libldap-2.4-2:i386


Note:

To correct the problem I have deleted /etc/ldap/ldap.conf
and afterwards I have rerun apt-get install -f, but without success

root@eduroam1:~# ll /etc/ldap/ 
-rw-r--r-- root root 332 2012-04-05 19:26:33 /etc/ldap/ldap.conf
-rw-r--r-- root root 332 2012-04-05 19:25:49 
/etc/ldap/ldap.conf.dpkg-new

-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/
REF: 20120504192204.16348.11747.mal...@soybean.canonical.com

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

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

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

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


Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-04 Thread Ulli Horlacher
On Fri 2012-05-04 (20:11), Steve Langasek wrote:

  root@eduroam1:~# dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' 
  -W 'libldap-2.4-2:*'
  libldap-2.4-2   2.4.28-1.1ubuntu4
   /etc/ldap/ldap.conf 7fac807f65d84394410881bc16f1198a
  libldap-2.4-2:i386
  
 
 The correct output is:
 
 libldap-2.4-2 2.4.28-1.1ubuntu4
  /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70
 libldap-2.4-2:i386
 
 Somehow, you have a corrupted entry in your dpkg database for this
 conffile.

This sounds bad (for me).


 Can you try running 'sudo apt-get install --reinstall libldap-2.4-2' to see
 if that fixes the issue?

root@eduroam1:~# apt-get install --reinstall libldap-2.4-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libcurl3:i386 : Depends: libldap-2.4-2:i386 (= 2.4.7) but it is not going to 
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).


root@eduroam1:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libldap-2.4-2:i386
The following NEW packages will be installed:
  libldap-2.4-2:i386
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
297 not fully installed or removed.
Need to get 0 B/186 kB of archives.
After this operation, 515 kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 25353 files and directories currently installed.)
Unpacking libldap-2.4-2:i386 (from 
.../libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb (--unpack):
 conffile './etc/ldap/ldap.conf' is not in sync with other instances of the 
same package
No apport report written because MaxReports is reached already
  Processing 
triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/
REF: 20120504201134.gh28...@virgil.dodds.net

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

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

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

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


[Bug 994533] [NEW] cannot install ia32-libs on Ubuntu 12.04 x86_64

2012-05-04 Thread Ulli Horlacher
Public bug reported:

On a Ubuntu 12.04 x86_64 I try to install ia32-libs:

root# apt-get install ia32-libs
(...)
Errors were encountered while processing:
 /var/cache/apt/archives/libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

root# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libcurl3:i386 : Depends: libldap-2.4-2:i386 (= 2.4.7) but it is not going to 
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).


root# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libldap-2.4-2:i386
The following NEW packages will be installed:
  libldap-2.4-2:i386
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
297 not fully installed or removed.
Need to get 0 B/186 kB of archives.
After this operation, 515 kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 25353 files and directories currently installed.)
Unpacking libldap-2.4-2:i386 (from 
.../libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb (--unpack):
 conffile './etc/ldap/ldap.conf' is not in sync with other instances of the 
same package
No apport report written because MaxReports is reached already
  Processing 
triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libldap-2.4-2_2.4.28-1.1ubuntu4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

root# lsb_release -rd 
Description:Ubuntu 12.04 LTS
Release:12.04

root@# uname -a
Linux eduroam1 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 10:17:19 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: ia32-libs (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/994533

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/994533/+subscriptions

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


[Bug 907790] [NEW] gthumb ignores locale and cannot handle non-ASCII filenames

2011-12-22 Thread Ulli Horlacher
Public bug reported:

gthumb (version 2.10.11) ignores locale settings and cannot display images 
with non-ASCII filenames.

framstag@diaspora:~: locale
LANG=en_US.iso885915
LANGUAGE=en_US:en
LC_CTYPE=en_US.iso885915
LC_NUMERIC=en_US.iso885915
LC_TIME=en_US.iso885915
LC_COLLATE=en_US.iso885915
LC_MONETARY=en_US.iso885915
LC_MESSAGES=en_US.iso885915
LC_PAPER=en_US.iso885915
LC_NAME=en_US.iso885915
LC_ADDRESS=en_US.iso885915
LC_TELEPHONE=en_US.iso885915
LC_MEASUREMENT=en_US.iso885915
LC_IDENTIFICATION=en_US.iso885915
LC_ALL=

framstag@diaspora:~: set | grep ^G_
G_BROKEN_FILENAMES=en_US.iso885915
G_FILENAME_ENCODING=@locale

framstag@diaspora:~: ls -l x*png
-rw-r--r-- 1 framstag users 302561 2011-12-22 11:37 xöx.png

framstag@diaspora:~: gthumb x*png
(gthumb:24659): Pango-WARNING **: Invalid UTF-8 string passed to 
pango_layout_set_text()


... and gthumb does not display the image, though other image viewers like
eog have no problem with it!

framstag@diaspora:~: lsb_release -rd
Description:Ubuntu 10.04.3 LTS
Release:10.04

framstag@diaspora:~: apt-cache policy gthumb 
gthumb:
  Installed: 3:2.11.2.1.is.2.10.11-0ubuntu1
  Candidate: 3:2.11.2.1.is.2.10.11-0ubuntu1
  Version table:
 *** 3:2.11.2.1.is.2.10.11-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

** Affects: gthumb (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/907790

Title:
  gthumb ignores locale and cannot handle non-ASCII filenames

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

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

[Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-06 Thread Ulli Horlacher
** Also affects: lxc
   Importance: Undecided
   Status: New

** Patch added: xinetd.patch
   
https://bugs.launchpad.net/lxc/+bug/868538/+attachment/2516322/+files/xinetd.patch

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


Re: [Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-06 Thread Ulli Horlacher
On Thu 2011-10-06 (09:41), Robie Basak wrote:
 Setting Importance to Low as this bug applies only to an unusual
 configuration and there is a workaround available.

LXC is not unusual, because it is part of LTS!
A LTS package should not break another package!
And what workaround?


-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


[Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-06 Thread Ulli Horlacher
** Also affects: lxc
   Importance: Undecided
   Status: New

** Patch added: xinetd.patch
   
https://bugs.launchpad.net/lxc/+bug/868538/+attachment/2516322/+files/xinetd.patch

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


Re: [Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-06 Thread Ulli Horlacher
On Thu 2011-10-06 (09:41), Robie Basak wrote:
 Setting Importance to Low as this bug applies only to an unusual
 configuration and there is a workaround available.

LXC is not unusual, because it is part of LTS!
A LTS package should not break another package!
And what workaround?


-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


[Bug 868538] [NEW] /etc/init.d/xinetd kills LXC container's xinetd

2011-10-05 Thread Ulli Horlacher
Public bug reported:

I have an Ubuntu LXC host with several containers running internet  
services via xinetd.

Sometimes the container services die without any reason and no logfile
entry.  First, I thought LXC is not that stable as I hoped, but now I
found the bug inside /etc/init.d/xinetd !

The problem is: when I stop xinetd on the host with command
/etc/init.d/xinetd stop
this stops all LXC container xinetd processes, too!

/etc/init.d/xinetd contains bad code which does not respect the xinetd
pidfile. See man start-stop-daemon:

  Note: unless --pidfile is specified, start-stop-daemon behaves similar
  to killall(1).  start-stop-daemon will scan the process table looking
  for any processes which match the process name (...)

The following patch prevents this unwanted behaviour and let the
container's xinetd untouched:


--- /tmp/xinetd 2011-10-05 18:08:13.0 +0200  
+++ xinetd  2011-10-05 18:23:19.0 +0200
@@ -17,7 +17,7 @@
 DAEMON=/usr/sbin/$NAME
 PIDFILE=/var/run/$NAME.pid

-test -x $DAEMON || exit 0
+test -x $DAEMON || exit 0

 test -e /etc/default/$NAME  . /etc/default/$NAME
 case $INETD_COMPAT in
@@ -47,18 +47,20 @@
 start)
 checkportmap
 log_daemon_msg Starting internet superserver $NAME
-start-stop-daemon --start --quiet --background --exec $DAEMON -- \
--pidfile $PIDFILE $XINETD_OPTS
+start-stop-daemon --start --pidfile $PIDFILE --quiet --background \
+  --exec $DAEMON -- -pidfile $PIDFILE $XINETD_OPTS
 log_end_msg $?
 ;;
 stop)
 log_daemon_msg Stopping internet superserver $NAME
-start-stop-daemon --stop --signal 3 --quiet --oknodo --exec $DAEMON
+start-stop-daemon --stop --pidfile $PIDFILE --signal 3 --quiet \
+  --oknodo --exec $DAEMON
 log_end_msg $?
 ;;
 reload)
 log_daemon_msg Reloading internet superserver configuration $NAME
-start-stop-daemon --stop --signal 1 --quiet --oknodo --exec $DAEMON
+start-stop-daemon --stop --pidfile $PIDFILE --signal 1 --quiet \
+  --oknodo --exec $DAEMON
 log_end_msg $?
 ;;
 restart|force-reload)
@@ -66,7 +68,7 @@
 $0 start
 ;;
 status)
-   status_of_proc -p $PIDFILE $DAEMON xinetd  exit 0 || exit $?
+   status_of_proc -p $PIDFILE $DAEMON xinetd  exit 0 || exit $?
;;
 *)
 echo Usage: /etc/init.d/xinetd 
{start|stop|reload|force-reload|restart|status}

--
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

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

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


[Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-05 Thread Ulli Horlacher
Sorry, forgot to mention: this is on Ubuntu 10.04

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


[Bug 868538] [NEW] /etc/init.d/xinetd kills LXC container's xinetd

2011-10-05 Thread Ulli Horlacher
Public bug reported:

I have an Ubuntu LXC host with several containers running internet  
services via xinetd.

Sometimes the container services die without any reason and no logfile
entry.  First, I thought LXC is not that stable as I hoped, but now I
found the bug inside /etc/init.d/xinetd !

The problem is: when I stop xinetd on the host with command
/etc/init.d/xinetd stop
this stops all LXC container xinetd processes, too!

/etc/init.d/xinetd contains bad code which does not respect the xinetd
pidfile. See man start-stop-daemon:

  Note: unless --pidfile is specified, start-stop-daemon behaves similar
  to killall(1).  start-stop-daemon will scan the process table looking
  for any processes which match the process name (...)

The following patch prevents this unwanted behaviour and let the
container's xinetd untouched:


--- /tmp/xinetd 2011-10-05 18:08:13.0 +0200  
+++ xinetd  2011-10-05 18:23:19.0 +0200
@@ -17,7 +17,7 @@
 DAEMON=/usr/sbin/$NAME
 PIDFILE=/var/run/$NAME.pid

-test -x $DAEMON || exit 0
+test -x $DAEMON || exit 0

 test -e /etc/default/$NAME  . /etc/default/$NAME
 case $INETD_COMPAT in
@@ -47,18 +47,20 @@
 start)
 checkportmap
 log_daemon_msg Starting internet superserver $NAME
-start-stop-daemon --start --quiet --background --exec $DAEMON -- \
--pidfile $PIDFILE $XINETD_OPTS
+start-stop-daemon --start --pidfile $PIDFILE --quiet --background \
+  --exec $DAEMON -- -pidfile $PIDFILE $XINETD_OPTS
 log_end_msg $?
 ;;
 stop)
 log_daemon_msg Stopping internet superserver $NAME
-start-stop-daemon --stop --signal 3 --quiet --oknodo --exec $DAEMON
+start-stop-daemon --stop --pidfile $PIDFILE --signal 3 --quiet \
+  --oknodo --exec $DAEMON
 log_end_msg $?
 ;;
 reload)
 log_daemon_msg Reloading internet superserver configuration $NAME
-start-stop-daemon --stop --signal 1 --quiet --oknodo --exec $DAEMON
+start-stop-daemon --stop --pidfile $PIDFILE --signal 1 --quiet \
+  --oknodo --exec $DAEMON
 log_end_msg $?
 ;;
 restart|force-reload)
@@ -66,7 +68,7 @@
 $0 start
 ;;
 status)
-   status_of_proc -p $PIDFILE $DAEMON xinetd  exit 0 || exit $?
+   status_of_proc -p $PIDFILE $DAEMON xinetd  exit 0 || exit $?
;;
 *)
 echo Usage: /etc/init.d/xinetd 
{start|stop|reload|force-reload|restart|status}

--
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

** Affects: xinetd (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/868538

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


[Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-05 Thread Ulli Horlacher
Sorry, forgot to mention: this is on Ubuntu 10.04

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

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

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

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


Re: [Bug 764278] Re: interface name eth1 does not come back after lxc-stop

2011-07-28 Thread Ulli Horlacher
On Thu 2011-07-28 (14:49), Serge Hallyn wrote:

 Thanks for reporting this bug.  Unfortunately, lxc is not supported on
 lucid, and no longer works with lucid's kernel at all.

Why is it in Ubuntu 10.04 universe repository?

http://packages.ubuntu.com/lucid/lxc

A software which does not work at all should be removed.


 What you are seeing is fixed in newer kernels.  If you update to a
 backported natty or oneiric kernel, it should be fixed.  

Yes, this workaround works, but should be at least documented in
http://packages.ubuntu.com/lucid/lxc


-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

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

Title:
  interface name eth1 does not come back after lxc-stop

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

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


[Bug 811849] [NEW] ripit 3.8.0 bug and patch

2011-07-17 Thread Ulli Horlacher
Public bug reported:


When ripit (from Ubuntu 10.04) does not find a CD within freedb it gives an 
error:

RipIT version 3.8.0.

Will create a playlist file.

Checking for a DB entry @ freedb.freedb.org...
Odd number of elements in hash assignment at /tmp/ripit line 1137.
Use of uninitialized value in list assignment at /tmp/ripit line 1137.


This patch fixes the bug:


--- ripit   2011-07-17 12:46:18.0 +0200
+++ /usr/bin/ripit  2011-07-17 12:58:10.0 +0200
@@ -1134,7 +1134,11 @@

print \nChecking for a DB entry \@ $config{CDDB_HOST}...\n
   if($verbose = 1);
-   eval {%cd = get_cddb(\%config);};
+   eval {
+ %cd = ();
+ my @cd = get_cddb(\%config);
+ %cd = @cd if scalar(@cd)/2 == int(scalar(@cd)/2);
+   };
if($@) {
   $@ =~ s/db:\s/db:\n/;
   $@ =~ s/at\s\//at\n\//;

** Affects: ripit (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/811849

Title:
  ripit 3.8.0 bug and patch

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

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


[Bug 790863] Re: Unable to start lxc container after update to 2.6.32-32

2011-06-01 Thread Ulli Horlacher
I have the same problem. A workaround for me was:

apt-get install linux-image-server-lts-backport-maverick

Nevertheless the default linux kernel should not break other packages on
a LTS system!

My server is a virtualization host for many LXC VMs and after a
aptitude upgrade I was not able any more to boot them. This is a VERY
bad situation in a production environment!

On LTS the maintainers should not change the kernel ABI! It's ok for a
testing, unstable, experimental, etc version, but NOT FOR LTS!

And yes, I am angry!

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

Title:
  Unable to start lxc container after update to 2.6.32-32

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


[Bug 783332] [NEW] audacity kills X session

2011-05-16 Thread Ulli Horlacher
Public bug reported:

Binary package hint: audacity

Bug report for audacity 1.3.12-beta in Ubuntu 10.04.02 with all patches
applied.

When I am in a directory (xterm with bash) which name contains a non-ASCII
character and I start audacity it kills my X session without any warning
or error message. I get logged out imediatelly. It is like an X11 crash.

audacity 1.3.5beta from Ubuntu 8.04 did not have this bug. I can run
audacity 1.3.5beta with Ubuntu 10.04 flawlessly, too (with an apropriate
LD_LIBRARY_PATH). This is my current workaround: using audacity from
Ubuntu 8.04 in Ubuntu 10.04.


My locale is:

LANG=en_US.ISO-8859-15
LANGUAGE=en_US
LC_CTYPE=en_US.ISO-8859-15
LC_NUMERIC=en_US.ISO-8859-15
LC_TIME=en_US.ISO-8859-15
LC_COLLATE=en_US.ISO-8859-15
LC_MONETARY=en_US.ISO-8859-15
LC_MESSAGES=en_US.ISO-8859-15
LC_PAPER=en_US.ISO-8859-15
LC_NAME=en_US.ISO-8859-15
LC_ADDRESS=en_US.ISO-8859-15
LC_TELEPHONE=en_US.ISO-8859-15
LC_MEASUREMENT=en_US.ISO-8859-15
LC_IDENTIFICATION=en_US.ISO-8859-15
LC_ALL=

** Affects: audacity (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/783332

Title:
  audacity kills X session

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


[Bug 764278] [NEW] interface name eth1 does not come back after lxc-stop

2011-04-18 Thread Ulli Horlacher
Public bug reported:

Binary package hint: lxc

This bug-report is for lxc 0.6.5-1 on Ubuntu 10.04.2.

I (must) use lxc with physical interface configuration (eth1 in my
example). 

Inside the container there is a Ubuntu 10.04.2, too.

I can start the container, connect to it, networking works, etc.
Everything looks ok. But when I stop the container and try to restart it,
eth1 is no more available and restarting fails. I must reboot the host to
have eth1 back.


root@zoo:/lxc# grep network ubuntu.cfg   
lxc.network.type = phys
lxc.network.link = eth1
lxc.network.flags = up
lxc.network.name = eth0
lxc.network.mtu = 1500
lxc.network.ipv4 = 129.69.1.219/24

root@zoo:/lxc# ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes:  Not reported
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Current message level: 0x0007 (7)
Link detected: yes


root@zoo:/lxc# l /proc/sys/net/ipv4/conf/
dRWX   - 2011-04-13 08:15 /proc/sys/net/ipv4/conf/all
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/br0
dRWX   - 2011-04-13 08:15 /proc/sys/net/ipv4/conf/default
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth0
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth1
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth2
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth3
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth4
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth5
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth6
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth7
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth8
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth9
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/lo
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/virbr0

root@zoo:/lxc# lxc-start -d -f ubuntu.cfg -n ubuntu

root@zoo:/lxc# lxc-console -n ubuntu

Type Ctrl+a q to exit the console
root@ubuntu:~# ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:50:56:8e:00:22
  inet addr:129.69.1.219  Bcast:129.69.1.255  Mask:255.255.255.0
  inet6 addr: fe80::250:56ff:fe8e:22/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:98 errors:0 dropped:0 overruns:0 frame:0
  TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:6675 (6.6 KB)  TX bytes:1386 (1.3 KB)


root@zoo:/lxc# lxc-stop -n ubuntu  

root@zoo:/lxc# lxc-start -f ubuntu.cfg -n ubuntu   
lxc-start: failed to retrieve the index for eth1
lxc-start: failed to create netdev
lxc-start: failed to create the network
lxc-start: failed to spawn 'ubuntu'
lxc-start: No such file or directory - failed to remove cgroup '/cgroup/ubuntu'

root@zoo:/lxc# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available


root@zoo:/lxc# l /proc/sys/net/ipv4/conf/
dRWX   - 2011-04-13 08:15 /proc/sys/net/ipv4/conf/all
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/br0
dRWX   - 2011-04-13 08:15 /proc/sys/net/ipv4/conf/default
dRWX   - 2011-04-13 08:20 /proc/sys/net/ipv4/conf/dev3
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth0
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth2
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth3
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth4
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth5
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth6
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth7
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth8
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/eth9
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/lo
dRWX   - 2011-04-13 08:17 /proc/sys/net/ipv4/conf/virbr0

As you can see: eth1 is now dev3 and lxc does 

Re: [Bug 235200] Re: cannot upload files greater than 4 GB

2011-04-18 Thread Ulli Horlacher
On Thu 2011-04-07 (14:28), rued...@gmail.com wrote:

 I found further data, I am uncertain of the upload status.   However,
 all related download bugs included are fixed.
 
 I have downloaded a very large number of 4.7GB by HTTP in firefox files since 
 this release.
 However, my biggest uploads have never hit the 4GB limit yet.

Download was never a problem with firefox, but the upload (HTTP POST) was.
And the bug is still there with firefox 3.6.16 (tested on Ubuntu 8.04.4).


 issues with upload.  The standard workaround is to use an external
 program for file-specific transfers when handling uploads over 4GB.

This workaround does not work for user who are not allowed to install
software. Besides this, fixing bugs by substituting the software with
other software is a bad idea.


 Many server advanced server software has limitations of 2GB or 4GB.
 This usually isn't related to the HTTP server software itself, but the
 additional programs and libraries used by the PHP or other CGI .
 
 Since many servers don't support the upload of large files by HTTP, this
 could be an issue.  You need to verify that it can function.

I have written an own webserver for this kind of file transfer, which
already is an ubuntu package, see 
http://packages.ubuntu.com/lucid/fex


 Here is an outline for test of verification of presence of bug.
 1. Set up on your controlled home network, loopback device, or VM, an HTTP 
 server verified to handle large files that does not utilize external programs 
 for any file transfer handling.
 
 2. Set it up to have a Forms based page that simply tells the server to
 upload the specific file from the client without having any external
 programs handle the file.  (External programs may handle the filename
 and forms to process them and relay them back to the server.)
 
 3. Try to upload of large file to said local server utilizing Firefox.
 
 4. Check the file in directory of server, to see if it uploaded
 properly.

I have testet it with a 2 GB file and in the fexserver log I see no
connect at all. Uploading files  2 GB are ok:

CONNECT:8080 2011-04-18 11:58:28 diaspora.rus.uni-stuttgart.de 129.69.13.139 
[26471_0]
POST /fup HTTP/1.1
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 
Ubuntu/8.04 (hardy) Firefox/3.6.16
Referer: http://fex.rus.uni-stuttgart.de:8080/fup
Content-Length: 2,098,221


You can test it by yourself with:
http://fex.rus.uni-stuttgart.de:8080/fup?skey=57e5ae9d103e4f19622bf4322f1a8609



-- 
Ullrich Horlacher  Server- und Arbeitsplatzsysteme
Rechenzentrum  E-Mail: horlac...@rus.uni-stuttgart.de
Universitaet Stuttgart Tel:++49-711-685-65868
Allmandring 30 Fax:++49-711-682357
70550 Stuttgart (Germany)  WWW:http://www.rus.uni-stuttgart.de/

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

Title:
  cannot upload files greater than 4 GB

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


[Bug 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-05 Thread Ulli Horlacher
I get an error on step  6 of
http://wiki.ubuntu.com/DebuggingProgramCrash :

r...@diaspora:~# apt-cache policy yelp  
yelp:   
  Installed: (none) 
  Candidate: 2.22.1-0ubuntu2.8.04.4 
  Version table:
 2.22.1-0ubuntu2.8.04.4 0   
500 http://de.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages 
 2.22.1-0ubuntu2 0  
500 http://de.archive.ubuntu.com hardy/main Packages

r...@diaspora:~# apt-get install yelp-dbgsym=2.22.1-0ubuntu2.8.04.1 
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
E: Version '2.22.1-0ubuntu2.8.04.1' for 'yelp-dbgsym' was not found 
r...@diaspora:~# apt-get install yelp-dbgsym=2.22.1-0ubuntu2.8.04.4 
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
E: Version '2.22.1-0ubuntu2.8.04.4' for 'yelp-dbgsym' was not found 

r...@diaspora:~# apt-get install yelp-dbgsym=2.22.1-0ubuntu2.8.04.4 
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
E: Version '2.22.1-0ubuntu2.8.04.4' for 'yelp-dbgsym' was not found 

r...@diaspora:~# apt-get install yelp-dbgsym
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
Some packages could not be installed. This may mean that you have   
requested an impossible situation or if you are using the unstable  
distribution that some required packages have not yet been created  
or been moved out of Incoming.

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-05 Thread Ulli Horlacher
I tried it also with a fresh firefox config :

frams...@diaspora:~: mv .mozilla .mozilla.  

frams...@diaspora:~: firefox http://swr1.de 
Segmentation fault

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-05 Thread Ulli Horlacher
I have found a solution for this bug!

I also was not able (any more) to few videos from youtube.com. 
I found this document:
http://firefox-tutorials.blogspot.com/2010/06/flash-issues-solutions.html
which says different flash installation may interfere and handicap each
other. So I uninstalled everything with:

apt-get purge lightspark
apt-get purge swfdec-mozilla
apt-get purge mozilla-plugin-gnash
apt-get purge adobe-flashplugin
apt-get purge libflash-mozplugin
apt-get purge libflash0c2
apt-get purge flashplugin-nonfree
apt-get purge flashplugin-installer

and reinstalled :

apt-get install flashplugin-nonfree

After this not only firefox shows youtube flash videos again, but it can
can also display http://swr1.de with activated javascript and without
crash!

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-04 Thread Ulli Horlacher

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/654458/+attachment/1671028/+files/Dependencies.txt

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-04 Thread Ulli Horlacher
firefox does not crash on http://swr1.de when I disable javascript

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] Re: firefox 3.6.10 crashes on URL http://swr1.de

2010-10-04 Thread Ulli Horlacher

when I run firefox via shell I get:

frams...@diaspora:~: firefox 
Segmentation fault

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 654458] [NEW] firefox 3.6.10 crashes on URL http://swr1.de

2010-10-04 Thread Ulli Horlacher
Public bug reported:

Binary package hint: firefox-3.0


Every time  I enter the URL http://swr1.de firefox crashes without any error
message. 

frams...@diaspora:~: uname -a
Linux diaspora 2.6.24-28-server #1 SMP Thu Sep 16 15:43:17 UTC 2010 i686 
GNU/Linux

frams...@diaspora:~: lsb_release -rd
Description:Ubuntu 8.04.4 LTS
Release:8.04


frams...@diaspora:~: apt-cache policy firefox
firefox:
  Installed: 3.6.10+build1+nobinonly-0ubuntu0.8.04.1
  Candidate: 3.6.10+build1+nobinonly-0ubuntu0.8.04.1
  Version table:
 *** 3.6.10+build1+nobinonly-0ubuntu0.8.04.1 0
500 http://de.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages
100 /var/lib/dpkg/status
 3.0~b5+nobinonly-0ubuntu3 0
500 http://de.archive.ubuntu.com hardy/main Packages

ProblemType: Bug
Architecture: i386
Date: Mon Oct  4 10:54:24 2010
DistroRelease: Ubuntu 8.04
Package: firefox 3.6.10+build1+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
ProcEnviron:
 LANGUAGE=en_US:en
 
PATH=/home/username/bin:/usr/local/bin:/client/bin:/opt/bin:/opt/burn/bin:/opt/dvd+rw-tools/bin:/opt/vmware/bin:/bin:/usr/bin:/sbin:/usr/sbin:.:/client/bin
 LANG=en_US.ISO-8859-15
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-28-server i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
firefox 3.6.10 crashes on URL http://swr1.de
https://bugs.launchpad.net/bugs/654458
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 294156] [NEW] [needs-packaging] F*EX

2008-11-05 Thread Ulli Horlacher
Public bug reported:

F*EX is a service to send big (large, huge, giant, ...) files from a user
A to a user B.

F*EX is the successor of sendfile, which is already there in Ubuntu:
http://packages.ubuntu.com/hardy/net/sendfile

URL: http://freshmeat.net/projects/fffex/
License: GPL
Notes: download and history: http://fex.rus.uni-stuttgart.de/fex.html

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] F*EX
https://bugs.launchpad.net/bugs/294156
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 133257] Re: DVD Recorder hangs after recording (only with K3B = 1.0)

2008-10-26 Thread Ulli Horlacher
This bug is not related to k3b.

I have the same symptoms and syslog error messages as described above with
wodim (cdrecord successor) on ubuntu 8.0.4.1 :

I can burn 1 to 4 DVDs but then the drive is not accesible any more and I
have to reboot. Burning CDs works ok so far.

It is really annoying, some kind of windows feeling: if it does not work,
reboot. GRMPF.

-- 
DVD Recorder hangs after recording (only with K3B = 1.0)
https://bugs.launchpad.net/bugs/133257
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 213444] Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

2008-06-04 Thread Ulli Horlacher

See https://bugs.launchpad.net/ubuntu/+bug/213444/comments/6

-- 
Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS
https://bugs.launchpad.net/bugs/213444
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


  1   2   >