Nitesh Divecha
2010-Mar-14 17:32 UTC
[asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile
Hello All, I'm trying to do a fresh installation on Ubuntu Server 9.10 (Karmic) 64-bit but I am getting error when "make config" is trying to install the init script... Here is the output: - Can anyone help me please... Thanking in advance... Cheers, Nitesh ################################################### ### ### DAHDI tools installed successfully. ### If you have not done so before, install init scripts with: ### ### make config ### ################################################### make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' make -C tools config make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' install -D dahdi.init /etc/init.d/dahdi /sbin/chkconfig --add dahdi insserv: warning: script 'S20theserver' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). insserv: warning: script 'dbus' missing LSB tags and overrides insserv: warning: script 'apport' missing LSB tags and overrides insserv: warning: script 'udev-finish' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). insserv: warning: script 'failsafe-x' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). insserv: warning: script 'udevtrigger' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). insserv: warning: script 'udevmonitor' missing LSB tags and overrides insserv: warning: script 'udev' missing LSB tags and overrides insserv: warning: script 'atd' missing LSB tags and overrides insserv: warning: script 'dmesg' missing LSB tags and overrides insserv: warning: script 'rsyslog-kmsg' missing LSB tags and overrides insserv: warning: script 'procps' missing LSB tags and overrides insserv: warning: script 'module-init-tools' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). insserv: warning: script 'ufw' missing LSB tags and overrides insserv: warning: script 'hwclock' missing LSB tags and overrides insserv: warning: script 'theserver' missing LSB tags and overrides insserv: warning: script 'cron' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). insserv: warning: script 'rsyslog' missing LSB tags and overrides insserv: warning: script 'hwclock-save' missing LSB tags and overrides insserv: There is a loop between service rsyslog and apache2 if stopped insserv: loop involving service apache2 at depth 3 insserv: loop involving service rsyslog at depth 2 insserv: loop involving service udev at depth 1 insserv: There is a loop between service rsyslog and apache2 if stopped insserv: loop involving service mysql at depth 2 insserv: loop involving service hwclock at depth 3 insserv: exiting without changing boot order! /sbin/insserv failed, exit code 1 dahdi 0:off 1:off 2:off 3:off 4:off 5:off 6:off make[1]: *** [config] Error 1 make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' make: *** [config] Error 2
tjoen
2010-Mar-14 18:39 UTC
[asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile
On Sun, 2010-03-14 at 13:32 -0400, Nitesh Divecha wrote:> make[1]: Entering directory...> /sbin/chkconfig --add dahdi > insserv: warning: script 'S20theserver' missing LSB tags and overrides[snip other warnings]> insserv: There is a loop between service rsyslog and apache2 if stopped > insserv: loop involving service apache2 at depth 3 > insserv: loop involving service rsyslog at depth 2 > insserv: loop involving service udev at depth 1 > insserv: There is a loop between service rsyslog and apache2 if stopped > insserv: loop involving service mysql at depth 2 > insserv: loop involving service hwclock at depth 3The error?> insserv: exiting without changing boot order! > /sbin/insserv failed, exit code 1 > dahdi 0:off 1:off 2:off 3:off 4:off 5:off 6:off > make[1]: *** [config] Error 1 > make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' > make: *** [config] Error 2Edit /usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools/Makefile so it doesn't run /sbin/chkconfig
Tzafrir Cohen
2010-Mar-14 18:58 UTC
[asterisk-users] dahdi-linux-complete-2.2.1+2.2.1 failed to compile
On Sun, Mar 14, 2010 at 01:32:09PM -0400, Nitesh Divecha wrote:> Hello All, > > I'm trying to do a fresh installation on Ubuntu Server 9.10 (Karmic) > 64-bit but I am getting error when "make config" is trying to install > the init script... Here is the output: - Can anyone help me please... > Thanking in advance...The dahdi-tools Makefile tries to use chkconfig first before update-rc.d . On your system chkconfig actually exists, but it uses insserv (with service dependencies) and aparantly you have many services on your system without proper depdendencies declared. Unless those are old and unpurged ifles from obsolete packages. In short: I'm not sure what's the proper fix here (as opposed to the workaround of avoiding chkconfig . -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Apparently Analagous Threads
- what does this squid related error/message during setup mean?
- Upgraded > Samba no longer listening on 192.168.0.x
- Question Wiki Setup a Samba Active Directory Domain Controller
- Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
- Re: [PATCH] sysprep: handle distro specific sysv scripts