Re: Installation of openssh-client stops with error in groupadd

2016-04-27 Thread Michael Luecke
Hi, On 04/26/2016 09:03 PM, Michael Luecke wrote: My gut feeling tells me that one should blame filesystem (btrfs) implementation in cases such as this. It's nothing to blame btrfs for, the same thing happens at this system with ext4. Sent a bug-report. Bug#822808 Best regards Michael

Re: Installation of openssh-client stops with error in groupadd

2016-04-26 Thread Michael Luecke
Hello, On 04/26/2016 08:54 PM, Reco wrote: For the sake of the purity of the experiment, it would be nice to reboot the system with "init=/bin/sh" added to kernel commandline (to exclude systemd interference), but I foresee that the result would be the same. I'll try this if I have a little bit

Re: Installation of openssh-client stops with error in groupadd

2016-04-26 Thread Reco
Hi. On Tue, 26 Apr 2016 20:14:38 +0200 Michael Luecke wrote: > Hi, > > I've done your commands: > > On 04/26/2016 08:04 PM, Reco wrote: > > unshare -m /bin/bash > > mount -o bind / /mnt > > mount -o bind /proc /mnt/proc > > mount -o bind /dev /mnt/dev > > chroot /mnt > Without fai

Re: Installation of openssh-client stops with error in groupadd

2016-04-26 Thread Michael Luecke
Hi, I've done your commands: On 04/26/2016 08:04 PM, Reco wrote: > unshare -m /bin/bash > mount -o bind / /mnt > mount -o bind /proc /mnt/proc > mount -o bind /dev /mnt/dev > chroot /mnt Without failure until here. > strace groupadd -g 1234 test The known failure again: rename("/etc/group+", "/

Re: Installation of openssh-client stops with error in groupadd

2016-04-26 Thread Reco
Hi. On Tue, 26 Apr 2016 19:25:48 +0200 Michael Luecke wrote: > Hi, > > as I restarted my computer today. I wanted to install lsof via apt-get > and at least it configured openssh-client without failure. So I thought > that problem fixed itself, but it didn't. > > I tried to add anoth

Re: Installation of openssh-client stops with error in groupadd

2016-04-26 Thread Michael Luecke
Hi, as I restarted my computer today. I wanted to install lsof via apt-get and at least it configured openssh-client without failure. So I thought that problem fixed itself, but it didn't. I tried to add another group manually so I typed as root: # groupadd -g 1234 test groupadd: failure whi

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Reco
Hi. On Mon, 25 Apr 2016 22:38:47 +0200 Michael Luecke wrote: So, it all goes well, until it hits the wall: > > Please post the output of: > ... > > rename("/etc/group+", "/etc/group") = -1 EBUSY (Device or resource busy) And this is another thing that could be useful to the futur

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Michael Luecke
> Please post the output of: ... ++ # strace /usr/sbin/groupadd -g 117 ssh execve("/usr/sbin/groupadd", ["/usr/sbin/groupadd", "-g", "117", "ssh"], [/* 25 vars */]) = 0 brk(0) = 0x7f17b521 access("/etc/ld.so.nohwcap", F_OK) =

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Apr 25, 2016 at 09:33:45PM +0200, Michael Luecke wrote: > Hello, > > I have a fresh installation of Debian jessie. As I wanted to install > 'openssh-client' it stops with an error in groupadd [...] [...] > groupadd: failure while writing chang

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Reco
Hi. On Mon, 25 Apr 2016 21:33:45 +0200 Michael Luecke wrote: > Hello, > > I have a fresh installation of Debian jessie. As I wanted to install > 'openssh-client' it stops with an error in groupadd. It seems that I > cannot add any groups, because I get the error also when I try to add

Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Michael Luecke
Hello, I have a fresh installation of Debian jessie. As I wanted to install 'openssh-client' it stops with an error in groupadd. It seems that I cannot add any groups, because I get the error also when I try to add the group manually. In /etc there are two files, group and group+. Their diffe