OpenVZ Forum


Home » General » Support » Debian 6 = vzquota + insserv errors
Debian 6 = vzquota + insserv errors [message #42133] Wed, 02 March 2011 22:58 Go to next message
hack is currently offline  hack
Messages: 6
Registered: February 2011
Location: hjfg
Junior Member
Hi.
Template: debian-6.0-i386-minimal.tar.gz (2011-02-18 01:54:43)
On fresh build container i trying to install for example 'nginx':
root@new:~# apt-get install nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  geoip-database libgeoip1 libpcre3
Suggested packages:
  geoip-bin
The following NEW packages will be installed:
  geoip-database libgeoip1 libpcre3 nginx
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3540 kB of archives.
After this operation, 7471 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 [link] squeeze/main libpcre3 i386 8.02-1.1 [231 kB]
Get:2 [link] squeeze/main geoip-database all 1.4.7~beta6+dfsg-1 [2846 kB]
Get:3 [link] squeeze/main libgeoip1 i386 1.4.7~beta6+dfsg-1 [124 kB]
Get:4 [link] squeeze/main nginx i386 0.7.67-3 [338 kB]
Fetched 3540 kB in 0s (5627 kB/s)
Selecting previously deselected package libpcre3.
(Reading database ... 9620 files and directories currently installed.)
Unpacking libpcre3 (from .../libpcre3_8.02-1.1_i386.deb) ...
Selecting previously deselected package geoip-database.
Unpacking geoip-database (from .../geoip-database_1.4.7~beta6+dfsg-1_all.deb) ...
Selecting previously deselected package libgeoip1.
Unpacking libgeoip1 (from .../libgeoip1_1.4.7~beta6+dfsg-1_i386.deb) ...
Selecting previously deselected package nginx.
Unpacking nginx (from .../nginx_0.7.67-3_i386.deb) ...
Processing triggers for man-db ...
Setting up libpcre3 (8.02-1.1) ...
Setting up geoip-database (1.4.7~beta6+dfsg-1) ...
Setting up libgeoip1 (1.4.7~beta6+dfsg-1) ...
Setting up nginx (0.7.67-3) ...
insserv: warning: script 'S10vzquota' missing LSB tags and overrides
insserv: warning: script 'vzquota' missing LSB tags and overrides
insserv: There is a loop between service vzquota and stop-bootlogd if started
insserv:  loop involving service stop-bootlogd at depth 2
insserv:  loop involving service vzquota at depth 1
insserv:  loop involving service rsyslog at depth 1
insserv: Starting vzquota depends on stop-bootlogd and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service vzquota and stop-bootlogd if started
insserv: Starting vzquota depends on stop-bootlogd and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on stop-bootlogd and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on stop-bootlogd and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on stop-bootlogd and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing nginx (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
                                      Errors were encountered while processing:
 nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@new:~#


How can i fix this? It happens not only with nginx.
Thanks, Kris.

[Updated on: Thu, 03 March 2011 02:21]

Report message to a moderator

Re: Debian 6 = vzquota + insserv errors [message #42139 is a reply to message #42133] Sat, 05 March 2011 10:54 Go to previous messageGo to next message
nelela is currently offline  nelela
Messages: 1
Registered: March 2011
Junior Member
I have the same problem.
Has someone already found a solution?
Re: Debian 6 = vzquota + insserv errors [message #42357 is a reply to message #42139] Tue, 05 April 2011 19:03 Go to previous messageGo to next message
pug123 is currently offline  pug123
Messages: 22
Registered: July 2008
Junior Member
Hello,

I have the same problem.
Re: Debian 6 = vzquota + insserv errors [message #42378 is a reply to message #42133] Fri, 08 April 2011 15:51 Go to previous messageGo to next message
IcyTexx is currently offline  IcyTexx
Messages: 1
Registered: April 2011
Junior Member
I have "solved" this error, but the next one appears:
insserv: can not symlink(../init.d/vzquota, ../rc0.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc1.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc2.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc3.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc4.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc5.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc6.d/S01vzquota): File exists


Can anyone help?
Re: Debian 6 = vzquota + insserv errors [message #42584 is a reply to message #42133] Tue, 03 May 2011 17:05 Go to previous messageGo to next message
ltns is currently offline  ltns
Messages: 1
Registered: May 2011
Junior Member
I've encountered the sample error.
insserv: warning: script 'S10vzquota' missing LSB tags and overrides

After searching within google I added the following lines in /etc/init.d/vzquota, then it works. Smile
#!/bin/sh
### BEGIN INIT INFO
# Provides: vzquota
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start vzquota at the end of boot
# Description: This command is used to configure and see disk quota statistics for Containers.
### END INIT INFO

Re: Debian 6 = vzquota + insserv errors [message #42585 is a reply to message #42584] Tue, 03 May 2011 19:42 Go to previous messageGo to next message
hack is currently offline  hack
Messages: 6
Registered: February 2011
Location: hjfg
Junior Member
Add this lines, or replace?
Re: Debian 6 = vzquota + insserv errors [message #42875 is a reply to message #42378] Mon, 13 June 2011 17:29 Go to previous messageGo to next message
nurofen is currently offline  nurofen
Messages: 2
Registered: June 2011
Location: russia
Junior Member

IcyTexx wrote on Fri, 08 April 2011 11:51
I have "solved" this error, but the next one appears:
insserv: can not symlink(../init.d/vzquota, ../rc0.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc1.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc2.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc3.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc4.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc5.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc6.d/S01vzquota): File exists


Can anyone help?



How to fix???????????????

insserv: can not symlink(../init.d/vzquota, ../rc0.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc1.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc2.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc3.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc4.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc5.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc6.d/S17vzquota): File exists
Re: Debian 6 = vzquota + insserv errors [message #52338 is a reply to message #42875] Sat, 27 February 2016 09:55 Go to previous message
Sookie is currently offline  Sookie
Messages: 1
Registered: February 2016
Junior Member
nurofen wrote on Mon, 13 June 2011 17:29
IcyTexx wrote on Fri, 08 April 2011 11:51
I have "solved" this error, but the next one appears:
insserv: can not symlink(../init.d/vzquota, ../rc0.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc1.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc2.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc3.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc4.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc5.d/S01vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc6.d/S01vzquota): File exists


Can anyone help?



How to fix???????????????

insserv: can not symlink(../init.d/vzquota, ../rc0.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc1.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc2.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc3.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc4.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc5.d/S17vzquota): File exists
insserv: can not symlink(../init.d/vzquota, ../rc6.d/S17vzquota): File exists


I'm getting the same exact errors. Is there a solution to fix this?


I am blown away by Hydrow rower and how well it works.
Previous Topic: Error: Package: vzkernel-2.6.32-042stab113.11.x86_64 (openvz-kernel-rhel6)
Next Topic: cannot login after installing XFCE desktop remotely in Fedora 22
Goto Forum:
  


Current Time: Sun Jul 14 19:20:50 GMT 2024

Total time taken to generate the page: 0.02310 seconds