The following issue has been RESOLVED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=422 ====================================================================== Reported By: lkneschke Assigned To: paul ====================================================================== Project: DBMail Issue ID: 422 Category: installation scripts Reproducibility: always Severity: major Priority: normal Status: resolved target: Resolution: fixed Fixed in Version: 2.2 branch ====================================================================== Date Submitted: 06-Oct-06 10:49 CEST Last Modified: 04-Nov-06 13:00 CET ====================================================================== Summary: Automatic installation fails under ubuntu Description: I finally found the problem, why the the installation of ubuntu fails, when we integrate dbmail with the installation cd-rom. Just have a look at the attached dbmail.preinst file. I copied the code from the mysql-server preint file.
Currently i have no idea if there is some standard way, how to get that working for both ubuntu and debian in one dbmail.preinst file. It should not be so hard to detect ubuntu or debian. ====================================================================== ---------------------------------------------------------------------- paul - 06-Oct-06 11:25 ---------------------------------------------------------------------- Lars, what's wrong with the dbmail.preinst I use for debian? ---------------------------------------------------------------------- lkneschke - 06-Oct-06 12:38 ---------------------------------------------------------------------- it does not create a user with a id under 1000. See the parameter --system. And ubuntu is using adduser instead of useradd. The --system parameter is ubuntu specific. ---------------------------------------------------------------------- paul - 04-Nov-06 13:00 ---------------------------------------------------------------------- Fixed in 2.2 branch Issue History Date Modified Username Field Change ====================================================================== 06-Oct-06 10:49 lkneschke New Issue 06-Oct-06 10:49 lkneschke File Added: dbmail.preinst 06-Oct-06 11:25 paul Note Added: 0001469 06-Oct-06 12:38 lkneschke Note Added: 0001470 04-Nov-06 13:00 paul Note Added: 0001529 04-Nov-06 13:00 paul Assigned To => paul 04-Nov-06 13:00 paul Status new => resolved 04-Nov-06 13:00 paul Resolution open => fixed 04-Nov-06 13:00 paul Fixed in Version => 2.2 branch ======================================================================
