Dpkg was interrupted

Hi there

Have a brand new Olimex machine here, which arrived earlier this week.

I am unable to install /any/ application: the error for each of the three I tried is:

Error installing application: Error during installation E: dpkg was interrupted, you must manually run ‘sudo dpkg --configure -a’ to correct the problem.

I would not know how to do that: I can’t seem to access the machine via SSH. I have created a default user/password, but ssh that-first-user@192.168.1.44 keeps giving access denied.

When setting up this that-first-user, I got a “success” message (but also something about a failed LDAP).

Here is the log that I get when changing the password for that-first-user

Home
Apps
System

that-first-user

×
Changing LDAP user password failed.
×
Password changed successfully.
Status Log

These are the last 100 lines of the status log for this web interface. If you want to report a bug, please use the bug tracker and attach this status log to the bug report.

Caution: Please remove any passwords or other personal information from the log before submitting the bug report.

– Logs begin at Thu 2019-05-09 06:50:56 UTC, end at Thu 2019-05-09 07:10:48 UTC. –
May 09 06:51:54 freedombox sudo[857]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/pagekite get-kite
May 09 06:51:54 freedombox sudo[857]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:51:57 freedombox sudo[857]: pam_unix(sudo:session): session closed for user root
May 09 06:51:57 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/cockpit’, ‘add-domain’, None]
May 09 06:51:57 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/letsencrypt’, ‘get-status’]
May 09 06:51:57 freedombox sudo[860]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/letsencrypt get-status
May 09 06:51:57 freedombox sudo[860]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:52:00 freedombox sudo[860]: pam_unix(sudo:session): session closed for user root
May 09 06:52:00 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/letsencrypt’, ‘manage_hooks’, ‘status’]
May 09 06:52:00 freedombox sudo[866]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/letsencrypt manage_hooks status
May 09 06:52:00 freedombox sudo[866]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:52:04 freedombox sudo[866]: pam_unix(sudo:session): session closed for user root
May 09 06:52:04 freedombox /usr/bin/plinth[335]: Running regular setup.
May 09 06:52:04 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/packages’, ‘is-package-manager-busy’]
May 09 06:52:04 freedombox /usr/bin/plinth[335]: Started new thread for D-Bus services
May 09 06:52:04 freedombox /usr/bin/plinth[335]: Setting up CherryPy server
May 09 06:52:04 freedombox sudo[871]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/packages is-package-manager-busy
May 09 06:52:04 freedombox sudo[871]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:52:04 freedombox /usr/bin/plinth[335]: D-Bus connection acquired: org.freedombox.Service
May 09 06:52:04 freedombox /usr/bin/plinth[335]: D-Bus connection lost: org.freedombox.Service
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Listening for SIGTERM.
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Listening for SIGHUP.
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Listening for SIGUSR1.
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Bus STARTING
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Started monitor thread ‘_TimeoutMonitor’.
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Serving on http://127.0.0.1:8000
May 09 06:52:04 freedombox /usr/bin/plinth[335]: [09/May/2019:06:52:04] ENGINE Bus STARTED
May 09 06:52:05 freedombox sudo[871]: pam_unix(sudo:session): session closed for user root
May 09 06:52:06 freedombox /usr/bin/plinth[335]: Running setup for modules, essential - True, selected modules - None
May 09 06:52:06 freedombox /usr/bin/plinth[335]: Setup thread finished.
May 09 06:53:41 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘set-user-password’, ‘that-first-user’]
May 09 06:53:41 freedombox sudo[910]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/users set-user-password that-first-user
May 09 06:53:41 freedombox sudo[910]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:53:43 freedombox ldapsearch[951]: DIGEST-MD5 common mech free
May 09 06:53:43 freedombox sudo[910]: pam_unix(sudo:session): session closed for user root
May 09 06:53:43 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘set-user-password’, ‘that-first-user’], , Traceback (most recent call last):
File “/usr/share/plinth/actions/users”, line 392, in
main()
File “/usr/share/plinth/actions/users”, line 388, in main
subcommand_method(arguments)
File “/usr/share/plinth/actions/users”, line 278, in subcommand_set_user_password
set_user_password(arguments.username, read_password())
File “/usr/share/plinth/actions/users”, line 273, in set_user_password
_run([‘ldapsetpasswd’, username, password])
File “/usr/share/plinth/actions/users”, line 378, in _run
return subprocess.run(arguments, env=env, **kwargs)
File “/usr/lib/python3.7/subprocess.py”, line 487, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘ldapsetpasswd’, ‘that-first-user’, ‘{SSHA}vPhXieR4/hn9eYsijelKvvaS8C323w5C’]’ returned non-zero exit status 1.
May 09 06:53:43 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/ssh’, ‘get-keys’, ‘–username’, ‘that-first-user’]
May 09 06:53:43 freedombox sudo[955]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/ssh get-keys --username that-first-user
May 09 06:53:43 freedombox sudo[955]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:53:44 freedombox sudo[955]: pam_unix(sudo:session): session closed for user root
May 09 06:53:44 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/ssh’, ‘get-keys’, ‘–username’, ‘that-first-user’], Username not found
,
May 09 06:53:44 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘get-group-users’, ‘admin’]
May 09 06:53:44 freedombox sudo[957]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/users get-group-users admin
May 09 06:53:44 freedombox sudo[957]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:53:45 freedombox ldapsearch[998]: DIGEST-MD5 common mech free
May 09 06:53:45 freedombox sudo[957]: pam_unix(sudo:session): session closed for user root
May 09 06:53:45 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘get-group-users’, ‘admin’], , Traceback (most recent call last):
File “/usr/share/plinth/actions/users”, line 392, in
main()
File “/usr/share/plinth/actions/users”, line 388, in main
subcommand_method(arguments)
File “/usr/share/plinth/actions/users”, line 358, in subcommand_get_group_users
stdout=subprocess.PIPE)
File “/usr/share/plinth/actions/users”, line 378, in _run
return subprocess.run(arguments, env=env, **kwargs)
File “/usr/lib/python3.7/subprocess.py”, line 487, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘ldapgid’, ‘-P’, ‘admin’]’ returned non-zero exit status 1.
May 09 06:53:46 freedombox /usr/bin/plinth[335]: Internal Server Error: /plinth/sys/users/that-first-user/edit/
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/usr/lib/python3/dist-packages/django/core/handlers/base.py”, line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File “/usr/lib/python3/dist-packages/django/core/handlers/base.py”, line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/base.py”, line 68, in view
return self.dispatch(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 104, in dispatch
return super().dispatch(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/base.py”, line 88, in dispatch
return handler(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 236, in get
return super(BaseUpdateView, self).get(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 174, in get
return self.render_to_response(self.get_context_data())
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 132, in get_context_data
context = super(UserUpdate, self).get_context_data(**kwargs)
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 49, in get_context_data
context = super(ContextMixin, self).get_context_data(**kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 93, in get_context_data
kwargs[‘form’] = self.get_form()
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 45, in get_form
return form_class(**self.get_form_kwargs())
File “/usr/lib/python3/dist-packages/plinth/modules/users/forms.py”, line 179, in init
self.is_last_admin_user = get_last_admin_user() == self.username
File “/usr/lib/python3/dist-packages/plinth/modules/users/init.py”, line 115, in get_last_admin_user
‘users’, [‘get-group-users’, ‘admin’]).strip().split(’\n’)
File “/usr/lib/python3/dist-packages/plinth/actions.py”, line 118, in superuser_run
log_error=log_error)
File “/usr/lib/python3/dist-packages/plinth/actions.py”, line 208, in _run
raise ActionError(action, output, error)
plinth.errors.ActionError: (‘users’, ‘’, ‘Traceback (most recent call last):\n File “/usr/share/plinth/actions/users”, line 392, in \n main()\n File “/usr/share/plinth/actions/users”, line 388, in main\n subcommand_method(arguments)\n File “/usr/share/plinth/actions/users”, line 358, in subcommand_get_group_users\n stdout=subprocess.PIPE)\n File “/usr/share/plinth/actions/users”, line 378, in _run\n return subprocess.run(arguments, env=env, **kwargs)\n File “/usr/lib/python3.7/subprocess.py”, line 487, in run\n output=stdout, stderr=stderr)\nsubprocess.CalledProcessError: Command ‘[‘ldapgid’, ‘-P’, ‘admin’]’ returned non-zero exit status 1.\n’)
May 09 06:53:50 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/help’, ‘get-logs’]
May 09 06:53:50 freedombox sudo[1001]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/help get-logs
May 09 06:53:50 freedombox sudo[1001]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:53:50 freedombox sudo[1001]: pam_unix(sudo:session): session closed for user root
May 09 06:55:13 freedombox /usr/bin/plinth[335]: Not Found: /plinth/help/images/note.gif
May 09 06:55:14 freedombox /usr/bin/plinth[335]: Not Found: /plinth/help/images/caution.gif
May 09 06:55:14 freedombox /usr/bin/plinth[335]: Not Found: /plinth/help/images/tip.gif
May 09 06:55:14 freedombox /usr/bin/plinth[335]: Not Found: /plinth/help/images/important.gif
May 09 06:57:52 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘get-user-groups’, ‘that-first-user’]
May 09 06:57:52 freedombox sudo[1021]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/users get-user-groups that-first-user
May 09 06:57:52 freedombox sudo[1021]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:57:53 freedombox ldapsearch[1062]: DIGEST-MD5 common mech free
May 09 06:57:53 freedombox sudo[1021]: pam_unix(sudo:session): session closed for user root
May 09 06:58:23 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/packages’, ‘is-package-manager-busy’]
May 09 06:58:23 freedombox sudo[1068]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/packages is-package-manager-busy
May 09 06:58:23 freedombox sudo[1068]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:58:24 freedombox sudo[1068]: pam_unix(sudo:session): session closed for user root
May 09 06:58:33 freedombox /usr/bin/plinth[335]: Running module setup - mumble
May 09 06:58:33 freedombox /usr/bin/plinth[335]: Running install for module - mumble, packages - [‘mumble-server’]
May 09 06:58:33 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/packages’, ‘update’]
May 09 06:58:33 freedombox sudo[1077]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/packages update
May 09 06:58:33 freedombox sudo[1077]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:58:47 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/packages’, ‘install’, ‘mumble’, ‘mumble-server’]
May 09 06:58:47 freedombox sudo[1365]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/packages install mumble mumble-server
May 09 06:58:47 freedombox sudo[1365]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:58:51 freedombox sudo[1365]: pam_unix(sudo:session): session closed for user root
May 09 06:58:51 freedombox /usr/bin/plinth[335]: Error running setup - PackageException(error_string=“Error during installation”, error_details="E: dpkg was interrupted, you must manually run ‘sudo dpkg --configure -a’ to correct the problem.
")
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/plinth/setup.py”, line 92, in run
self.module.setup(self, old_version=current_version)
File “/usr/lib/python3/dist-packages/plinth/modules/mumble/init.py”, line 85, in setup
helper.install(managed_packages)
File “/usr/lib/python3/dist-packages/plinth/setup.py”, line 127, in install
transaction.install(skip_recommends, force_configuration)
File “/usr/lib/python3/dist-packages/plinth/package.py”, line 107, in install
[self.module_name] + self.package_names)
File “/usr/lib/python3/dist-packages/plinth/package.py”, line 139, in run_apt_command
raise PackageException(
(‘Error during installation’), self.stderr)
plinth.package.PackageException: PackageException(error_string=“Error during installation”, error_details="E: dpkg was interrupted, you must manually run ‘sudo dpkg --configure -a’ to correct the problem.
")
May 09 06:58:52 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/packages’, ‘is-package-manager-busy’]
May 09 06:58:52 freedombox sudo[1371]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/packages is-package-manager-busy
May 09 06:58:52 freedombox sudo[1371]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 06:58:53 freedombox sudo[1371]: pam_unix(sudo:session): session closed for user root
May 09 07:10:40 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘set-user-password’, ‘that-first-user’]
May 09 07:10:40 freedombox sudo[1460]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/users set-user-password that-first-user
May 09 07:10:40 freedombox sudo[1460]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 07:10:41 freedombox ldapsearch[1502]: DIGEST-MD5 common mech free
May 09 07:10:41 freedombox sudo[1460]: pam_unix(sudo:session): session closed for user root
May 09 07:10:41 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘set-user-password’, ‘that-first-user’], , Traceback (most recent call last):
File “/usr/share/plinth/actions/users”, line 392, in
main()
File “/usr/share/plinth/actions/users”, line 388, in main
subcommand_method(arguments)
File “/usr/share/plinth/actions/users”, line 278, in subcommand_set_user_password
set_user_password(arguments.username, read_password())
File “/usr/share/plinth/actions/users”, line 273, in set_user_password
_run([‘ldapsetpasswd’, username, password])
File “/usr/share/plinth/actions/users”, line 378, in _run
return subprocess.run(arguments, env=env, **kwargs)
File “/usr/lib/python3.7/subprocess.py”, line 487, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘ldapsetpasswd’, ‘that-first-user’, ‘{SSHA}CN8R4laYj3mBxcoMcQGKu3ok4UiydZE8’]’ returned non-zero exit status 1.
May 09 07:10:41 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/ssh’, ‘get-keys’, ‘–username’, ‘that-first-user’]
May 09 07:10:41 freedombox sudo[1505]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/ssh get-keys --username that-first-user
May 09 07:10:41 freedombox sudo[1505]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 07:10:42 freedombox sudo[1505]: pam_unix(sudo:session): session closed for user root
May 09 07:10:42 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/ssh’, ‘get-keys’, ‘–username’, ‘that-first-user’], Username not found
,
May 09 07:10:42 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘get-group-users’, ‘admin’]
May 09 07:10:43 freedombox sudo[1507]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/users get-group-users admin
May 09 07:10:43 freedombox sudo[1507]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 07:10:44 freedombox ldapsearch[1548]: DIGEST-MD5 common mech free
May 09 07:10:44 freedombox sudo[1507]: pam_unix(sudo:session): session closed for user root
May 09 07:10:44 freedombox /usr/bin/plinth[335]: Error executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/users’, ‘get-group-users’, ‘admin’], , Traceback (most recent call last):
File “/usr/share/plinth/actions/users”, line 392, in
main()
File “/usr/share/plinth/actions/users”, line 388, in main
subcommand_method(arguments)
File “/usr/share/plinth/actions/users”, line 358, in subcommand_get_group_users
stdout=subprocess.PIPE)
File “/usr/share/plinth/actions/users”, line 378, in _run
return subprocess.run(arguments, env=env, **kwargs)
File “/usr/lib/python3.7/subprocess.py”, line 487, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘ldapgid’, ‘-P’, ‘admin’]’ returned non-zero exit status 1.
May 09 07:10:44 freedombox /usr/bin/plinth[335]: Internal Server Error: /plinth/sys/users/that-first-user/edit/
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/usr/lib/python3/dist-packages/django/core/handlers/base.py”, line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File “/usr/lib/python3/dist-packages/django/core/handlers/base.py”, line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/base.py”, line 68, in view
return self.dispatch(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 104, in dispatch
return super().dispatch(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/base.py”, line 88, in dispatch
return handler(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 236, in get
return super(BaseUpdateView, self).get(request, *args, **kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 174, in get
return self.render_to_response(self.get_context_data())
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 132, in get_context_data
context = super(UserUpdate, self).get_context_data(**kwargs)
File “/usr/lib/python3/dist-packages/plinth/modules/users/views.py”, line 49, in get_context_data
context = super(ContextMixin, self).get_context_data(**kwargs)
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 93, in get_context_data
kwargs[‘form’] = self.get_form()
File “/usr/lib/python3/dist-packages/django/views/generic/edit.py”, line 45, in get_form
return form_class(**self.get_form_kwargs())
File “/usr/lib/python3/dist-packages/plinth/modules/users/forms.py”, line 179, in init
self.is_last_admin_user = get_last_admin_user() == self.username
File “/usr/lib/python3/dist-packages/plinth/modules/users/init.py”, line 115, in get_last_admin_user
‘users’, [‘get-group-users’, ‘admin’]).strip().split(’\n’)
File “/usr/lib/python3/dist-packages/plinth/actions.py”, line 118, in superuser_run
log_error=log_error)
File “/usr/lib/python3/dist-packages/plinth/actions.py”, line 208, in _run
raise ActionError(action, output, error)
plinth.errors.ActionError: (‘users’, ‘’, ‘Traceback (most recent call last):\n File “/usr/share/plinth/actions/users”, line 392, in \n main()\n File “/usr/share/plinth/actions/users”, line 388, in main\n subcommand_method(arguments)\n File “/usr/share/plinth/actions/users”, line 358, in subcommand_get_group_users\n stdout=subprocess.PIPE)\n File “/usr/share/plinth/actions/users”, line 378, in _run\n return subprocess.run(arguments, env=env, **kwargs)\n File “/usr/lib/python3.7/subprocess.py”, line 487, in run\n output=stdout, stderr=stderr)\nsubprocess.CalledProcessError: Command ‘[‘ldapgid’, ‘-P’, ‘admin’]’ returned non-zero exit status 1.\n’)
May 09 07:10:48 freedombox /usr/bin/plinth[335]: Executing command - [‘sudo’, ‘-n’, ‘/usr/share/plinth/actions/help’, ‘get-logs’]
May 09 07:10:48 freedombox sudo[1551]: plinth : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/share/plinth/actions/help get-logs
May 09 07:10:48 freedombox sudo[1551]: pam_unix(sudo:session): session opened for user root by (uid=0)