search for: dh_installinit

Displaying 11 results from an estimated 11 matches for "dh_installinit".

2013 Aug 16
3
Bug#688308: installing some additional docs
...t; Tue, 23 Jul 2013 12:45:27 +0200 xen (4.2.2-1) unstable; urgency=low diff --git a/xen/debian/rules.real b/xen/debian/rules.real index 2265551..12fc4ae 100644 --- a/xen/debian/rules.real +++ b/xen/debian/rules.real @@ -247,6 +247,10 @@ install-utils-common: $(STAMPS_DIR)/install-utils-common dh_installinit --name xend dh_installinit --name xendomains --no-start -- defaults 21 20 dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/* + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-disk-configuration.txt + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-network-configuration.txt + dh_insta...
2006 Aug 26
3
Bug#384739: ImportError: No module named xen.xend.server
Package: xen-utils-3.0 Version: 3.0.2+hg9697-2 Severity: grave Justification: renders package unusable Below you find the output of apt-get install xen-utils-3.0 . /usr/sbin/xend tries tom import the python scripts from /usr/lib/python as well as from /usr/lib64/python ; both directories do not exist on my system, I have python2.4 installed. (With both python2.3 and python2.4 installed I had the
2013 Aug 16
0
Bug#688308: Bug#688308: installing some additional docs
...t; Tue, 23 Jul 2013 12:45:27 +0200 xen (4.2.2-1) unstable; urgency=low diff --git a/xen/debian/rules.real b/xen/debian/rules.real index 2265551..3b610ea 100644 --- a/xen/debian/rules.real +++ b/xen/debian/rules.real @@ -247,6 +247,13 @@ install-utils-common: $(STAMPS_DIR)/install-utils-common dh_installinit --name xend dh_installinit --name xendomains --no-start -- defaults 21 20 dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/* + dh_installman $(SOURCE_DIR)/tools/xenstat/xentop/xentop.1 + dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace.8 + dh_installman $(SOURCE_DIR)/tools/xen...
2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
Now, looking at this, we can make a bug report at debian. # Automatically added by dh_installinit if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then if [ -x "/etc/init.d/winbind" ]; then update-rc.d winbind defaults >/dev/null invoke-rc.d winbind start || exit $? fi fi The pr...
2017 Jun 23
2
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
On Fri, 23 Jun 2017 12:40:35 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > Better to fire up a bug in debian BTS? > > > Which version of samba did you upgrade to ? > > Where did it come from, a Debian repo or Louis's ? > > Louis's repo.
2017 Jun 23
0
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
...? Louis's repo. 2:4.5.8+dfsg-2~bpo8+1 . > Which package is the postinst script in ? 'winbind'. > If I can get this info, I will check just what the script is trying to > do. Looking at /var/lib/dpkg/info/winbind.postinst there's at the end: # Automatically added by dh_installinit if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then if [ -x "/etc/init.d/winbind" ]; then update-rc.d winbind defaults >/dev/null invoke-rc.d winbind start || exit $? fi fi # End au...
2006 Aug 30
0
Bug#384739: Just hit that too
I just hit the problem too, but in digging into it I found that the post-inst script was running the dh_installinit bit which tries to start the daemon, before the dh_pycentral bit, which makes the python modules available. I manually ran "pycentral pkginstall xen-utils-3.0" then xend would start and the postinst script could finish. - Nick Lopez nlopez@espri.arizona.edu
2012 Oct 29
1
Bug#691734: xen-utils-common should install successfully even if xen cannot be started
...patch is not applied xen-utils-common must be removed to allow a sane package management state. The root cause of the issue appears to be an implicit dependency on the starting of the xen init script in the following section of /var/lib/dpkg/info/xen-utils-common.postinst: # Automatically added by dh_installinit if [ -x "/etc/init.d/xen" ]; then update-rc.d xen defaults 20 21 >/dev/null invoke-rc.d xen start || exit $? fi # End automatically added section Commenting out the 'invoke-rc.d' line and running "apt-get -f install" resolves the installation issue....
2017 Jan 25
2
Feedback on merge of Xen-4.8.0
...to be unmounted. 2.5 Part of those script split is some adjustments to the LSB headers. Most importantly the reference to libvirtd. The became important because in Ubuntu (maybe now also true in Debian) the helpers that create the sysv init S/K-script links ignore the numbers passed in by dh_installinit and now re-number everything based purely on the dependencies defined. So we had the problem that libvirtd would potentially be starting in parallel with Xen, leading to cases where libvirt would not detect the hypervisor. -Stefan -------------- next part -------------- A non-text attac...
2017 Jun 22
3
Upgrading samba from jessie (4.2) to stretch (4.5) in AD mode...
On Thu, 22 Jun 2017 12:23:15 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > > > For any debian samba 4.1.x and debian samba 4.2.x upgrades to 4.5 > > > and up > > I've seend that (on list archive, or in some debian bugs, i don't > > remember) but seems not relevant to me bacause i've had just do > > 'classic
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...efault. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_movefiles - -# dh_installdebconf - dh_installdocs -A README TODO - dh_installexamples - dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit - dh_installcron - dh_installman - dh_installinfo -# dh_undocumented - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean...