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

Re: Packages for Debian



Am 02.11.2017 um 22:05 schrieb meberhardt@xxxxxxxxxx:
> Hi all,
> 
> I've tried to install OpenARC on a Debien 9 Server, but I get the following error:
> 
> /var/lib/dpkg/info/openarc.postinst: 20: .: Can't open /usr/share/dv-baseconfig/account-management.sh

Oops,
that's indeed a private dependency that should not happen. I'll see if I could fix that next week(s)

for short you could create such file with this content:

	_dv_check_or_create_group() {
	  :
	}
	_dv_check_or_create_user() {
	  :
	}

also make sure you create a user+group both named "openarc" before installing this package.
usually that's the job of the missing script ...

Andreas

References:
Packages for Debianmeberhardt@xxxxxxxxxx