[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822808: linux-image-3.16.0-4-amd64: groupadd ends in EBUSY on /etc/group



Package: src:linux
Version: 3.16.7-ckt25-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
	I wanted to install the 'openssh-client' package.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
	I typed 'sudo apt-get install openssh-client'.
   * What was the outcome of this action?
	apt-get ended with the error 'groupadd: failure while writing changes to /etc/group'
   * What outcome did you expect instead?
	Faultless installation of the 'openssh-client' package.

*** End of the template - remove these template lines ***

* As i wanted to install the 'openssh-client' i got the following output:
michael@michael-wst:~/Desktop$ sudo apt-get install openssh-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  ssh-askpass libpam-ssh keychain monkeysphere
The following NEW packages will be installed:
  openssh-client
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 691 kB of archives.
After this operation, 3,765 kB of additional disk space will be used.
Get:1 http://security.debian.org/ jessie/updates/main openssh-client amd64 1:6.7p1-5+deb8u2 [691 kB]
Fetched 691 kB in 0s (2,664 kB/s)      
Selecting previously unselected package openssh-client.
(Reading database ... 57645 files and directories currently installed.)
Preparing to unpack .../openssh-client_1%3a6.7p1-5+deb8u2_amd64.deb ...
Unpacking openssh-client (1:6.7p1-5+deb8u2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up openssh-client (1:6.7p1-5+deb8u2) ...
groupadd: failure while writing changes to /etc/group
addgroup: `/usr/sbin/groupadd -g 117 ssh' returned error code 10. Exiting.
dpkg: error processing package openssh-client (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 openssh-client
E: Sub-process /usr/bin/dpkg returned an error code (1)

* Then I tried to install the same package as root:
root@michael-wst:~# apt-get install openssh-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
openssh-client is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
#Setting up openssh-client (1:6.7p1-5+deb8u2) ...
groupadd: failure while writing changes to /etc/group
addgroup: `/usr/sbin/groupadd -g 117 ssh' returned error code 10. Exiting.
dpkg: error processing package openssh-client (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 openssh-client
E: Sub-process /usr/bin/dpkg returned an error code (1)

* Then I tried to add the group manually:
root@michael-wst:~# /usr/sbin/groupadd -g 117 ssh
groupadd: failure while writing changes to /etc/group

* strace of the command:
root@michael-wst:~# strace -o/tmp/strace /usr/sbin/groupadd -g 117 ssh
execve("/usr/sbin/groupadd", ["/usr/sbin/groupadd", "-g", "117", "ssh"], [/* 25 vars */]) = 0
brk(0)                                  = 0x7f9a70948000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7c000
access("/etc/ld.so.preload", R_OK)      = 0
open("/etc/ld.so.preload", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=43851, ...}) = 0
mmap(NULL, 43851, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9a6ea71000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libaudit.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20*\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=113024, ...}) = 0
mmap(NULL, 2249344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6e429000
mprotect(0x7f9a6e443000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6e642000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f9a6e642000
mmap(0x7f9a6e645000, 37504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9a6e645000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20c\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=142728, ...}) = 0
mmap(NULL, 2246896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6e204000
mprotect(0x7f9a6e225000, 2097152, PROT_NONE) = 0
mmap(0x7f9a6e425000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f9a6e425000
mmap(0x7f9a6e427000, 6384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9a6e427000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1738176, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea70000
mmap(NULL, 3844640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6de59000
mprotect(0x7f9a6dffb000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6e1fa000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7f9a6e1fa000
mmap(0x7f9a6e200000, 14880, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9a6e200000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\27\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=448440, ...}) = 0
mmap(NULL, 2543976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6dbeb000
mprotect(0x7f9a6dc57000, 2097152, PROT_NONE) = 0
mmap(0x7f9a6de57000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c000) = 0x7f9a6de57000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6d9e7000
mprotect(0x7f9a6d9ea000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6dbe9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9a6dbe9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137440, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea6f000
mmap(NULL, 2213008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9a6d7ca000
mprotect(0x7f9a6d7e2000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6d9e1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9a6d9e1000
mmap(0x7f9a6d9e3000, 13456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9a6d9e3000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea6e000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea6c000
arch_prctl(ARCH_SET_FS, 0x7f9a6ea6c800) = 0
mprotect(0x7f9a6e1fa000, 16384, PROT_READ) = 0
mprotect(0x7f9a6d9e1000, 4096, PROT_READ) = 0
mprotect(0x7f9a6dbe9000, 4096, PROT_READ) = 0
mprotect(0x7f9a6de57000, 4096, PROT_READ) = 0
mprotect(0x7f9a6e425000, 4096, PROT_READ) = 0
mprotect(0x7f9a6e642000, 8192, PROT_READ) = 0
mprotect(0x7f9a6ea7e000, 4096, PROT_READ) = 0
mprotect(0x7f9a6e86f000, 4096, PROT_READ) = 0
munmap(0x7f9a6ea71000, 43851)           = 0
set_tid_address(0x7f9a6ea6cad0)         = 5384
set_robust_list(0x7f9a6ea6cae0, 24)     = 0
rt_sigaction(SIGRTMIN, {0x7f9a6d7d09f0, [], SA_RESTORER|SA_SIGINFO, 0x7f9a6d7d98d0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f9a6d7d0a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f9a6d7d98d0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
statfs("/sys/fs/selinux", 0x7ffe8bd14240) = -1 ENOENT (No such file or directory)
statfs("/selinux", 0x7ffe8bd14240)      = -1 ENOENT (No such file or directory)
brk(0)                                  = 0x7f9a70948000
brk(0x7f9a70969000)                     = 0x7f9a70969000
open("/proc/filesystems", O_RDONLY)     = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 355
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1607712, ...}) = 0
mmap(NULL, 1607712, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9a6e8e3000
close(3)                                = 0
socket(PF_NETLINK, SOCK_RAW, NETLINK_AUDIT) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4)                                = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4
connect(4, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(4)                                = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=497, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
read(4, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 497
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=43851, ...}) = 0
mmap(NULL, 43851, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f9a6ea71000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\23\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=31632, ...}) = 0
mmap(NULL, 2126976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9a6d5c2000
mprotect(0x7f9a6d5c9000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6d7c8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000) = 0x7f9a6d7c8000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`A\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=89104, ...}) = 0
mmap(NULL, 2194072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9a6d3aa000
mprotect(0x7f9a6d3bf000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6d5be000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14000) = 0x7f9a6d5be000
mmap(0x7f9a6d5c0000, 6808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9a6d5c0000
close(4)                                = 0
mprotect(0x7f9a6d5be000, 4096, PROT_READ) = 0
mprotect(0x7f9a6d7c8000, 4096, PROT_READ) = 0
munmap(0x7f9a6ea71000, 43851)           = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=43851, ...}) = 0
mmap(NULL, 43851, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f9a6ea71000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240!\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=43592, ...}) = 0
mmap(NULL, 2139560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9a6d19f000
mprotect(0x7f9a6d1a9000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6d3a8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9000) = 0x7f9a6d3a8000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\"\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=47712, ...}) = 0
mmap(NULL, 2144392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f9a6cf93000
mprotect(0x7f9a6cf9e000, 2093056, PROT_NONE) = 0
mmap(0x7f9a6d19d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7f9a6d19d000
close(4)                                = 0
mprotect(0x7f9a6d19d000, 4096, PROT_READ) = 0
mprotect(0x7f9a6d3a8000, 4096, PROT_READ) = 0
munmap(0x7f9a6ea71000, 43851)           = 0
open("/etc/group", O_RDONLY|O_CLOEXEC)  = 4
lseek(4, 0, SEEK_CUR)                   = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
mmap(NULL, 813, PROT_READ, MAP_SHARED, 4, 0) = 0x7f9a6ea7b000
lseek(4, 813, SEEK_SET)                 = 813
fstat(4, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
munmap(0x7f9a6ea7b000, 813)             = 0
close(4)                                = 0
open("/etc/group", O_RDONLY|O_CLOEXEC)  = 4
lseek(4, 0, SEEK_CUR)                   = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
mmap(NULL, 813, PROT_READ, MAP_SHARED, 4, 0) = 0x7f9a6ea7b000
lseek(4, 813, SEEK_SET)                 = 813
fstat(4, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
munmap(0x7f9a6ea7b000, 813)             = 0
close(4)                                = 0
access("/etc/gshadow", F_OK)            = 0
open("/etc/.pwd.lock", O_WRONLY|O_CREAT|O_CLOEXEC, 0600) = 4
rt_sigaction(SIGALRM, {0x7f9a6df46da0, ~[], SA_RESTORER, 0x7f9a6de8e0e0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ALRM], [], 8) = 0
alarm(15)                               = 0
fcntl(4, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
alarm(0)                                = 15
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGALRM, {SIG_DFL, [], SA_RESTORER, 0x7f9a6de8e0e0}, NULL, 8) = 0
open("/etc/group.5384", O_WRONLY|O_CREAT|O_EXCL, 0600) = 5
write(5, "5384\0", 5)                   = 5
close(5)                                = 0
link("/etc/group.5384", "/etc/group.lock") = 0
stat("/etc/group.5384", {st_mode=S_IFREG|0600, st_size=5, ...}) = 0
unlink("/etc/group.5384")               = 0
open("/etc/gshadow.5384", O_WRONLY|O_CREAT|O_EXCL, 0600) = 5
write(5, "5384\0", 5)                   = 5
close(5)                                = 0
link("/etc/gshadow.5384", "/etc/gshadow.lock") = 0
stat("/etc/gshadow.5384", {st_mode=S_IFREG|0600, st_size=5, ...}) = 0
unlink("/etc/gshadow.5384")             = 0
open("/etc/group", O_RDWR|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW) = 5
fcntl(5, F_GETFL)                       = 0x28802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE|O_NOFOLLOW)
fstat(5, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
lseek(5, 0, SEEK_CUR)                   = 0
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
read(5, "root:x:0:\ndaemon:x:1:\nbin:x:2:\ns"..., 4096) = 813
read(5, "", 4096)                       = 0
open("/etc/login.defs", O_RDONLY)       = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=10478, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7a000
read(6, "#\n# /etc/login.defs - Configurat"..., 4096) = 4096
read(6, " issuing \n# the \"mesg y\" command"..., 4096) = 4096
read(6, "It supports passwords of unlimit"..., 4096) = 2286
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7f9a6ea7a000, 4096)            = 0
open("/etc/gshadow", O_RDWR|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW) = 6
fcntl(6, F_GETFL)                       = 0x28802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE|O_NOFOLLOW)
fstat(6, {st_mode=S_IFREG|0640, st_size=689, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7a000
lseek(6, 0, SEEK_CUR)                   = 0
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
read(6, "root:*::\ndaemon:*::\nbin:*::\nsys:"..., 4096) = 689
read(6, "", 4096)                       = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
umask(077)                              = 022
open("/etc/group-", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
umask(022)                              = 077
lseek(5, 0, SEEK_SET)                   = 0
read(5, "root:x:0:\ndaemon:x:1:\nbin:x:2:\ns"..., 4096) = 813
fstat(7, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea79000
read(5, "", 4096)                       = 0
write(7, "root:x:0:\ndaemon:x:1:\nbin:x:2:\ns"..., 813) = 813
fsync(7)                                = 0
close(7)                                = 0
munmap(0x7f9a6ea79000, 4096)            = 0
utime("/etc/group-", [2016/04/27-19:24:27, 2016/04/27-19:24:27]) = 0
close(5)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
umask(0777)                             = 022
open("/etc/group+", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
umask(022)                              = 0777
fchown(5, 0, 0)                         = 0
fchmod(5, 0644)                         = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
write(5, "root:x:0:\ndaemon:x:1:\nbin:x:2:\ns"..., 824) = 824
fsync(5)                                = 0
close(5)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
lstat("/etc/group", {st_mode=S_IFREG|0644, st_size=813, ...}) = 0
rename("/etc/group+", "/etc/group")     = -1 EBUSY (Device or resource busy)
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2492, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
read(5, "# Locale name alias data base.\n#"..., 4096) = 2492
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
open("/usr/share/locale/en_US/LC_MESSAGES/shadow.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/shadow.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "groupadd: failure while writing "..., 54) = 54
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9a6ea7b000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 2309
lseek(5, -1467, SEEK_CUR)               = 842
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 1467
close(5)                                = 0
munmap(0x7f9a6ea7b000, 4096)            = 0
socket(PF_LOCAL, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 5
connect(5, {sa_family=AF_LOCAL, sun_path="/dev/log"}, 110) = 0
sendto(5, "<83>Apr 27 19:44:02 groupadd[538"..., 75, MSG_NOSIGNAL, NULL, 0) = 75
readlink("/proc/self/exe", "/usr/sbin/groupadd", 4096) = 18
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/0", 31) = 10
stat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
lstat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
sendto(3, "\200\0\0\0\\\4\5\0\1\0\0\0\0\0\0\0op=adding group "..., 128, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 128
poll([{fd=3, events=POLLIN}], 1, 500)   = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "$\0\0\0\2\0\0\0\1\0\0\0\10\25\0\0\0\0\0\0\200\0\0\0\\\4\5\0\1\0\0\0"..., 8988, MSG_PEEK|MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
recvfrom(3, "$\0\0\0\2\0\0\0\1\0\0\0\10\25\0\0\0\0\0\0\200\0\0\0\\\4\5\0\1\0\0\0"..., 8988, MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
sendto(5, "<83>Apr 27 19:44:02 groupadd[538"..., 73, MSG_NOSIGNAL, NULL, 0) = 73
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/0", 31) = 10
stat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
lstat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
sendto(3, "\200\0\0\0\\\4\5\0\2\0\0\0\0\0\0\0op=adding group "..., 128, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 128
poll([{fd=3, events=POLLIN}], 1, 500)   = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "$\0\0\0\2\0\0\0\2\0\0\0\10\25\0\0\0\0\0\0\200\0\0\0\\\4\5\0\2\0\0\0"..., 8988, MSG_PEEK|MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
recvfrom(3, "$\0\0\0\2\0\0\0\2\0\0\0\10\25\0\0\0\0\0\0\200\0\0\0\\\4\5\0\2\0\0\0"..., 8988, MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
sendto(5, "<83>Apr 27 19:44:02 groupadd[538"..., 59, MSG_NOSIGNAL, NULL, 0) = 59
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
readlink("/proc/self/fd/0", "/dev/pts/0", 31) = 10
stat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
lstat("/dev/pts/0", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
sendto(3, "d\0\0\0\\\4\5\0\3\0\0\0\0\0\0\0op= acct=\"ssh\" e"..., 100, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 100
poll([{fd=3, events=POLLIN}], 1, 500)   = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "$\0\0\0\2\0\0\0\3\0\0\0\10\25\0\0\0\0\0\0d\0\0\0\\\4\5\0\3\0\0\0"..., 8988, MSG_PEEK|MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
recvfrom(3, "$\0\0\0\2\0\0\0\3\0\0\0\10\25\0\0\0\0\0\0d\0\0\0\\\4\5\0\3\0\0\0"..., 8988, MSG_DONTWAIT, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 36
close(6)                                = 0
munmap(0x7f9a6ea7a000, 4096)            = 0
unlink("/etc/gshadow.lock")             = 0
unlink("/etc/group.lock")               = 0
close(4)                                = 0
exit_group(10)                          = ?
+++ exited with 10 +++

* fuser
root@michael-wst:~# fuser /etc/group
[ no output ]

* lsof
root@michael-wst:~# lsof /etc/group
[ no output ]

* dmesg
root@michael-wst:~# dmesg | tail
[   42.109789] FS-Cache: Netfs 'cifs' registered for caching
[   42.109999] Key type cifs.spnego registered
[   42.110011] Key type cifs.idmap registered
[   42.206876] loop: module loaded
[   42.409256] EXT4-fs (loop0): recovery complete
[   42.409830] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[  723.142040] systemd-fstab-generator[4434]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.062692] systemd-fstab-generator[4476]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.119205] systemd-fstab-generator[4489]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.179832] systemd-fstab-generator[4502]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.

* mount
root@michael-wst:~# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=1006803,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=1614284k,mode=755)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,relatime)
/dev/sdb1 on /home type ext4 (rw,relatime,data=ordered)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
/etc/auto.qnapnas on /media/qnapnas type autofs (rw,relatime,fd=6,pgrp=461,timeout=600,minproto=5,maxproto=5,indirect)
tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=807144k,mode=700,uid=108,gid=114)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=807144k,mode=700,uid=1000,gid=1000)
//qnapnas.lan/michael on /media/qnapnas/michael type cifs (rw,relatime,vers=1.0,cache=strict,username=michael,domain=QNAPNAS,uid=1000,forceuid,gid=1000,forcegid,addr=192.168.0.102,file_mode=0600,dir_mode=0700,nounix,serverino,rsize=61440,wsize=65536,actimeo=1)
/media/qnapnas/michael/Container/backup_wst.bin on /media/misc/backup type ext4 (rw,nosuid,relatime,data=ordered)

* lsattr
root@michael-wst:~# lsattr /etc/group
-------------e-- /etc/group

For me the problem seems to be that the syscall 'rename' ends in EBUSY on /etc/group.


-- Package-specific info:
** Version:
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=08b29ad3-b2f6-4810-ad3b-bbfcd6126dc7 ro quiet

** Not tainted

** Kernel log:
[    1.067893] [drm] Memory usable by graphics device = 2048M
[    1.067895] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    1.067896] fb: switching to inteldrmfb from simple
[    1.067908] Console: switching to colour dummy device 80x25
[    1.067939] [drm] Replacing VGA console driver
[    1.076023] EFI Variables Facility v0.08 2004-May-17
[    1.079603] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    1.085645] pstore: Registered efi as persistent store backend
[    1.089234] alg: No test for crc32 (crc32-pclmul)
[    1.089799] i915 0000:00:02.0: irq 45 for MSI/MSI-X
[    1.089808] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.089809] [drm] Driver supports precise vblank timestamp query.
[    1.089830] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.093664] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    1.093666] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.093667] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    1.093668] sound hdaudioC0D0:    mono: mono_out=0x0
[    1.093669] sound hdaudioC0D0:    inputs:
[    1.093670] sound hdaudioC0D0:      Front Mic=0x19
[    1.093671] sound hdaudioC0D0:      Rear Mic=0x18
[    1.093672] sound hdaudioC0D0:      Line=0x1a
[    1.109527] iTCO_vendor_support: vendor-support=0
[    1.109854] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.109881] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    1.109977] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.112703] intel_rapl: Found RAPL domain package
[    1.112705] intel_rapl: Found RAPL domain core
[    1.112707] intel_rapl: Found RAPL domain uncore
[    1.112708] intel_rapl: Found RAPL domain dram
[    1.112711] intel_rapl: RAPL package 0 domain package locked by BIOS
[    1.112720] intel_rapl: RAPL package 0 domain dram locked by BIOS
[    1.114392] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    1.114429] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    1.114465] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    1.114496] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    1.114528] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    1.133998] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    1.134001] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.134146] hub 2-1:1.0: USB hub found
[    1.134245] hub 2-1:1.0: 6 ports detected
[    1.158148] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    1.164295] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    1.165792] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    1.170742] systemd-journald[158]: Received request to flush runtime journal from PID 1
[    1.202085] fbcon: inteldrmfb (fb0) is primary device
[    1.219219] Console: switching to colour frame buffer device 240x67
[    1.222283] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.222284] i915 0000:00:02.0: registered panic notifier
[    1.258499] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.258827] acpi device:60: registered as cooling_device8
[    1.258877] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[    1.259158] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.276704] r8169 0000:02:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
[    1.276729] r8169 0000:02:00.0: Direct firmware load failed with error -2
[    1.276730] r8169 0000:02:00.0: Falling back to user helper
[    1.277031] r8169 0000:02:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-12)
[    1.287818] r8169 0000:02:00.0 eth0: link down
[    1.287847] r8169 0000:02:00.0 eth0: link down
[    1.287859] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    1.301716] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.329815] RPC: Registered named UNIX socket transport module.
[    1.329818] RPC: Registered udp transport module.
[    1.329818] RPC: Registered tcp transport module.
[    1.329819] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.331559] FS-Cache: Loaded
[    1.335063] FS-Cache: Netfs 'nfs' registered for caching
[    1.339396] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.357714] tsc: Refined TSC clocksource calibration: 3199.998 MHz
[    1.431255] random: nonblocking pool is initialized
[    1.432733] usb 3-3: New USB device found, idVendor=046d, idProduct=c52b
[    1.432735] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.432736] usb 3-3: Product: USB Receiver
[    1.432737] usb 3-3: Manufacturer: Logitech
[    1.442891] hidraw: raw HID events driver (C) Jiri Kosina
[    1.450570] usbcore: registered new interface driver usbhid
[    1.450572] usbhid: USB HID core driver
[    1.454443] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    1.511153] input: Logitech Unifying Device. Wireless PID:101b as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input12
[    1.511237] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101b] on usb-0000:00:14.0-3:1
[    1.545716] usb 3-4: new low-speed USB device number 3 using xhci_hcd
[    1.739800] usb 3-4: New USB device found, idVendor=046a, idProduct=0011
[    1.739803] usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.739874] usb 3-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.753568] input: HID 046a:0011 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046A:0011.0005/input/input13
[    1.753714] hid-generic 0003:046A:0011.0005: input,hidraw2: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:14.0-4/input0
[    2.357900] Switched to clocksource tsc
[    2.809874] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    4.271216] r8169 0000:02:00.0 eth0: link up
[    4.271224] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   42.104195] Key type dns_resolver registered
[   42.109789] FS-Cache: Netfs 'cifs' registered for caching
[   42.109999] Key type cifs.spnego registered
[   42.110011] Key type cifs.idmap registered
[   42.206876] loop: module loaded
[   42.409256] EXT4-fs (loop0): recovery complete
[   42.409830] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[  723.142040] systemd-fstab-generator[4434]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.062692] systemd-fstab-generator[4476]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.119205] systemd-fstab-generator[4489]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.
[  734.179832] systemd-fstab-generator[4502]: Checking was requested for "/media/qnapnas/michael/Container/backup_wst.bin", but it is not a device.

** Model information
sys_vendor: MSI
product_name: MS-7817
product_version: 1.0
chassis_vendor: MSI
chassis_version: 1.0
bios_vendor: American Megatrends Inc.
bios_version: V1.4
board_vendor: MSI
board_name: H81M-P33 (MS-7817)
board_version: 1.0

** Loaded modules:
loop
arc4
ecb
md4
hmac
cifs
dns_resolver
hid_generic
hid_logitech_dj
usbhid
hid
nfsd
auth_rpcgss
oid_registry
nfs_acl
nfs
lockd
fscache
sunrpc
nls_utf8
nls_cp437
vfat
fat
x86_pkg_temp_thermal
intel_powerclamp
intel_rapl
coretemp
iTCO_wdt
iTCO_vendor_support
mxm_wmi
evdev
kvm_intel
snd_hda_codec_realtek
kvm
snd_hda_codec_generic
efi_pstore
crc32_pclmul
cryptd
pcspkr
serio_raw
efivars
shpchp
lpc_ich
i2c_i801
mfd_core
i915
snd_hda_intel
snd_hda_controller
wmi
battery
drm_kms_helper
intel_smartconnect
snd_hda_codec
snd_hwdep
drm
snd_pcm
tpm_infineon
tpm_tis
i2c_algo_bit
snd_timer
tpm
i2c_core
snd
video
soundcore
mei_me
button
mei
processor
fuse
autofs4
ext4
crc16
mbcache
jbd2
sg
sd_mod
crc_t10dif
sr_mod
cdrom
crct10dif_generic
crct10dif_pclmul
crct10dif_common
crc32c_intel
psmouse
fan
thermal
thermal_sys
r8169
mii
ahci
libahci
ehci_pci
xhci_hcd
ehci_hcd
libata
scsi_mod
usbcore
usb_common

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: hsw_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0402] (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 45
	Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at f7d00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at f7d1a000 (64-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: mei_me

00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f7d18000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:d817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 44
	Region 0: Memory at f7d10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: df200000-df3fffff
	Prefetchable memory behind bridge: 00000000df400000-00000000df5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: f7c00000-f7cfffff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at f7d17000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge [0601]: Intel Corporation C220 Series Chipset Family H81 Express LPC Controller [8086:8c5c] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 42
	Region 0: I/O ports at f0b0 [size=8]
	Region 1: I/O ports at f0a0 [size=4]
	Region 2: I/O ports at f090 [size=8]
	Region 3: I/O ports at f080 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at f7d16000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f7d15000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7817]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 40
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at f7c00000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at f0000000 (64-bit, prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169


** USB devices:
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-3.16.0-4-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.56
ii  initramfs-tools [linux-initramfs-tool]  0.120+deb8u1
ii  kmod                                    18-3
ii  linux-base                              3.5

Versions of packages linux-image-3.16.0-4-amd64 recommends:
pn  firmware-linux-free  <none>
pn  irqbalance           <none>

Versions of packages linux-image-3.16.0-4-amd64 suggests:
pn  debian-kernel-handbook         <none>
pn  grub-pc | grub-efi | extlinux  <none>
pn  linux-doc-3.16                 <none>

Versions of packages linux-image-3.16.0-4-amd64 is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.16.0-4-amd64/postinst/depmod-error-initrd-3.16.0-4-amd64: false
  linux-image-3.16.0-4-amd64/postinst/mips-initrd-3.16.0-4-amd64:
  linux-image-3.16.0-4-amd64/prerm/removing-running-kernel-3.16.0-4-amd64: true


Reply to: