Update for the new error messages.
This commit is contained in:
@@ -1 +1 @@
|
||||
gpasswd: can't get lock
|
||||
gpasswd: cannot lock /etc/group; try again later.
|
||||
|
||||
@@ -1 +1 @@
|
||||
gpasswd: can't get shadow lock
|
||||
gpasswd: cannot lock /etc/gshadow; try again later.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
unknown group: usersss
|
||||
gpasswd: group 'usersss' does not exist in /etc/group
|
||||
gpasswd: Permission denied.
|
||||
|
||||
@@ -1 +1 @@
|
||||
gpasswd: unknown user foooo
|
||||
gpasswd: user 'foooo' does not exist
|
||||
|
||||
@@ -1 +1 @@
|
||||
gpasswd: unknown user foooo
|
||||
gpasswd: user 'foooo' does not exist
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
gpasswd: unknown member foo
|
||||
gpasswd: user 'foo' is not a member of 'users'
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupadd: unable to lock group file
|
||||
groupadd: cannot lock /etc/group; try again later.
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupadd: unable to lock shadow group file
|
||||
groupadd: cannot lock /etc/gshadow; try again later.
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupadd: foo:bar is not a valid group name
|
||||
groupadd: 'foo:bar' is not a valid group name
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupadd: group foo exists
|
||||
groupadd: group 'foo' already exists
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Can't get unique GID (no more available GIDs)
|
||||
groupadd: Can't get unique GID (no more available GIDs)
|
||||
groupadd: can't create group
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Can't get unique GID (no more available GIDs)
|
||||
groupadd: Can't get unique GID (no more available GIDs)
|
||||
groupadd: can't create group
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupadd: GID 1000 is not unique
|
||||
groupadd: GID '1000' already exists
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupdel: cannot remove user's primary group.
|
||||
groupdel: cannot remove the primary group of user 'bar'
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupdel: group foo does not exist
|
||||
groupdel: group 'foo' does not exist
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupdel: unable to lock group file
|
||||
groupdel: cannot lock /etc/group; try again later.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupdel: unable to lock shadow group file
|
||||
groupdel: cannot lock /etc/gshadow; try again later.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupmod: group bar does not exist
|
||||
groupmod: group 'bar' does not exist
|
||||
|
||||
@@ -1 +1 @@
|
||||
groupmod: 1001 is not a unique GID
|
||||
groupmod: GID '1001' already exists
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupmod: bar is not a unique name
|
||||
groupmod: group 'bar' already exists
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupmod: to:to is not a valid group name
|
||||
groupmod: invalid group name 'to:to'
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupmod: unable to lock group file
|
||||
groupmod: cannot lock /etc/group; try again later.
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
groupmod: unable to lock shadow group file
|
||||
groupmod: cannot lock /etc/gshadow; try again later.
|
||||
|
||||
Reference in New Issue
Block a user