Neo-Oli / termux-ubuntu

Ubuntu chroot on termux
863 stars 312 forks source link

adduser doesn't work #42

Open zcatav opened 6 years ago

zcatav commented 6 years ago

Hi, I've following error when I trying install firebird.

Cannot open audit interface - aborting. adduser: '/usr/sbin/groupadd -g 101 firebird' returned error code 1. Exiting. dpkg: error processing packagefirebird3.0-server (--configure) ....

How can I solve this problem? Thanks in advance.

zcatav commented 6 years ago

I had tried to install Firebird on stubs branch of code. The following error was thrown.

chfn: user 'firebird' does not exist adduser: `/usr/bin/chfn -f Firebird Database Administator firebird' returned error code 1. Exiting. dpkg: error processing package firebird3.0-server (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: firebird3.0-server E: Sub-process /usr/bin/dpkg returned an error code (1)

fontypete commented 4 years ago

I get the same problem installing systemd and dbus. Did anyone ever find a solution?