update-rc.d isc-dhcp-server defaults error

Konfiguracja serwerów, usług, itp.
xyz666
Posty: 16
Rejestracja: 02 stycznia 2013, 19:19

update-rc.d isc-dhcp-server defaults error

Post autor: xyz666 »

Uszanowanie.

P
rzy próbie wykonania polecenia:

Kod: Zaznacz cały

update-rc.d isc-dhcp-server defaults
dostaję błąd:

Kod: Zaznacz cały

update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
Może mi ktoś rozjaśnić o co dokładnie chodzi?
Awatar użytkownika
Yampress
Administrator
Posty: 6422
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

A tworzyłeś sam jakiś skrypt uruchomieniowy?
xyz666
Posty: 16
Rejestracja: 02 stycznia 2013, 19:19

Post autor: xyz666 »

Nie, myślałem że mogę zrobić to w ten sposób.
mariaczi
Member
Posty: 1343
Rejestracja: 08 lutego 2008, 12:58
Lokalizacja: localhost@śląskie

Post autor: mariaczi »

Nie masz czasem pomieszanych wersji?
Pokaż wynik poleceń:

Kod: Zaznacz cały

cat /etc/debian_version
cat /etc/apt/sources.list
xyz666
Posty: 16
Rejestracja: 02 stycznia 2013, 19:19

Post autor: xyz666 »

Kod: Zaznacz cały

cat /etc/debian_version
6.0.7

Kod: Zaznacz cały

cat /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 NETINST Binary-1 2                                                                                                  0120930-15:55]/ squeeze main

# deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 NETINST Binary-1 2                                                                                                  0120930-15:55]/ squeeze main

deb http://ftp.pl.debian.org/debian/ squeeze main
deb-src http://ftp.pl.debian.org/debian/ squeeze main

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

# squeeze-updates, previously known as 'volatile'
deb http://ftp.pl.debian.org/debian/ squeeze-updates main
deb http://ftp.pl.debian.org/debian/ squeeze-proposed-updates main
deb-src http://ftp.pl.debian.org/debian/ squeeze-proposed-updates main
deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main

#zrodla SARGA do analizy logow squida
deb http://backports.debian.org/debian-backports squeeze-backports main contrib     
mariaczi
Member
Posty: 1343
Rejestracja: 08 lutego 2008, 12:58
Lokalizacja: localhost@śląskie

Post autor: mariaczi »

Próbowałeś zaktualizować system?

Kod: Zaznacz cały

apt-get/aptitude update
apt-get/aptitude upgrade
w zależności, którego menadżera pakietów korzystasz.
Jaki wynik powyższych poleceń?
xyz666
Posty: 16
Rejestracja: 02 stycznia 2013, 19:19

Post autor: xyz666 »

Polecenie:

Kod: Zaznacz cały

apt-get upgrade

wyświetla problemami z zależnościami:

Kod: Zaznacz cały

insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: current stop runlevel(s) (1) of script `cups' overwrites defaults (0 1 6).
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania cups (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      Konfigurowanie dbus (1.2.24-4+squeeze2) ...
Reloading system message bus config...done.
insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania dbus (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie dbus-x11:
 dbus-x11 zale\u017cy od dbus; jednak\u017ce:
  Pakiet dbus nie jest jeszcze skonfigurowany.
dpkg: b\u0142\u0105d przetwarzania dbus-x11 (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
Konfigurowanie isc-dhcp-server (4.1.1-P1-15+squeeze8) ...
configured to not write apport reports
                                      insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania isc-dhcp-server (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie libapache2-mod-php5:
 libapache2-mod-php5 zale\u017cy od apache2-mpm-prefork (>> 2.0.52) | apache2-mpm-itk; jednak\u017ce:
  Pakiet apache2-mpm-prefork nie jest jeszcze skonfigurowany.
  Pakiet apache2-mpm-itk nie jest zainstalowany.
 libapache2-mod-php5 zale\u017cy od apache2.2-common; jednak\u017ce:
  Pakiet apache2.2-common nie jest jeszcze skonfigurowany.
dpkg: b\u0142\u0105d przetwarzania libapache2-mod-php5 (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
Konfigurowanie openssh-server (1:5.5p1-6+squeeze4) ...
configured to not write apport reports
                                      insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania openssh-server (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      Konfigurowanie openvpn (2.1.3-2+squeeze1) ...
Restarting virtual private network daemon.:.
insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania openvpn (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      Konfigurowanie samba (2:3.5.6~dfsg-3squeeze9) ...
insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `samba' overwrites defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `samba' overwrites defaults (0 1 6).
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania samba (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
configured to not write apport reports
                                      dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie squidguard:
 squidguard zale\u017cy od squid | squid3; jednak\u017ce:
  Pakiet squid nie jest jeszcze skonfigurowany.
  Pakiet squid3 nie jest zainstalowany.
dpkg: b\u0142\u0105d przetwarzania squidguard (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
configured to not write apport reports
                                      dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie swat:
 swat zale\u017cy od samba (= 2:3.5.6~dfsg-3squeeze9); jednak\u017ce:
  Pakiet samba nie jest jeszcze skonfigurowany.
dpkg: b\u0142\u0105d przetwarzania swat (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
Konfigurowanie udhcpd (1:1.17.1-8) ...
configured to not write apport reports
                                      insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between service umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania udhcpd (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
Konfigurowanie winbind (2:3.5.6~dfsg-3squeeze9) ...
configured to not write apport reports
                                      insserv: warning: script 'K02network-manager' missing LSB tags and overrides
insserv: warning: script 'K01bluetooth' missing LSB tags and overrides
insserv: warning: script 'K01saned' missing LSB tags and overrides
insserv: warning: script 'K01nxsensor' missing LSB tags and overrides
insserv: warning: script 'K01gdm3' missing LSB tags and overrides
insserv: warning: script 'K06portmap' missing LSB tags and overrides
insserv: warning: script 'K01nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'K06nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nxserver' missing LSB tags and overrides
insserv: warning: script 'S04bootlogs' missing LSB tags and overrides
insserv: warning: script 'K01cups' missing LSB tags and overrides
insserv: warning: script 'S04rc.local' missing LSB tags and overrides
insserv: warning: script 'S04rmnologin' missing LSB tags and overrides
insserv: warning: script 'S16cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'S04stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'bootlogs' missing LSB tags and overrides
insserv: warning: script 'gdm3' missing LSB tags and overrides
insserv: warning: script 'nfs-kernel-server' missing LSB tags and overrides
insserv: warning: script 'bluetooth' missing LSB tags and overrides
insserv: warning: script 'nxserver' missing LSB tags and overrides
insserv: warning: script 'rmnologin' missing LSB tags and overrides
insserv: warning: script 'saned' missing LSB tags and overrides
insserv: warning: script 'rc.local' missing LSB tags and overrides
insserv: warning: script 'nfs-common' missing LSB tags and overrides
insserv: warning: script 'cpufrequtils' missing LSB tags and overrides
insserv: warning: script 'network-manager' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: warning: script 'portmap' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'nxsensor' missing LSB tags and overrides
insserv: There is a loop between service portmap and mountnfs if started
insserv:  loop involving service mountnfs at depth 4
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service alsa-utils at depth 2
insserv:  loop involving service mountall at depth 6
insserv: There is a loop between service mountnfs and portmap if started
insserv:  loop involving service rsyslog at depth 10
insserv:  loop involving service fuse at depth 11
insserv:  loop involving service nfs-common at depth 9
insserv: There is a loop between service mountnfs and nfs-common if started
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service portmap at depth 3
insserv:  loop involving service umountnfs at depth 2
insserv:  loop involving service network-manager at depth 1
insserv: There is a loop between serconfigured to not write apport reports
                                                                          configured to not write apport reports
                                                                                                                configured to not write apport reports
                                                                                                                                                      vice umountnfs and nfs-common if stopped
insserv:  loop involving service nfs-common at depth 3
insserv:  loop involving service networking at depth 4
insserv:  loop involving service rsyslog at depth 2
insserv: There is a loop between service umountnfs and portmap if stopped
insserv:  loop involving service network-manager at depth 22
insserv:  loop involving service sendsigs at depth 5
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: b\u0142\u0105d przetwarzania winbind (--configure):
 podproces zainstalowany skrypt post-installation zwróci\u0142 kod b\u0142\u0119du 1
dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie dhcp3-server:
 dhcp3-server zale\u017cy od isc-dhcp-server; jednak\u017ce:
  Pakiet isc-dhcp-server nie jest jeszcze skonfigurowany.
dpkg: b\u0142\u0105d przetwarzania dhcp3-server (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
dpkg: problemy z zale\u017cno\u015bciami uniemo\u017cliwiaj\u0105 skonfigurowanie ssh:
 ssh zale\u017cy od openssh-server; jednak\u017ce:
  Pakiet openssh-server nie jest jeszcze skonfigurowany.
dpkg: b\u0142\u0105d przetwarzania ssh (--configure):
 problemy z zale\u017cno\u015bciami - pozostawiony nieskonfigurowany
Konfigurowanie libxslt1.1 (1.1.26-6+squeeze3) ...
Konfigurowanie xsltproc (1.1.26-6+squeeze3) ...
Wyst\u0105pi\u0142y b\u0142\u0119dy podczas przetwarzania:
 squid
 apache2.2-common
 apache2-mpm-prefork
 apache2
 libapache2-mod-perl2
 bind9
 cups
 dbus
 dbus-x11
 isc-dhcp-server
 libapache2-mod-php5
 openssh-server
 openvpn
 samba
 squidguard
 swat
 udhcpd
 winbind
 dhcp3-server
 ssh
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@SerwerPlikow:/home/pawel_zdalny# ^C
root@SerwerPlikow:/home/pawel_zdalny# 

mariaczi
Member
Posty: 1343
Rejestracja: 08 lutego 2008, 12:58
Lokalizacja: localhost@śląskie

Post autor: mariaczi »

Coś mi się wydaje, że pomieszałeś wersje systemu.
Zmieniałeś wpisy w

Kod: Zaznacz cały

/ets/apt/sources.list
?
Wykonałeś po tych zmianach:

Kod: Zaznacz cały

aptitude update
aptitude dist-upgrade
?
xyz666
Posty: 16
Rejestracja: 02 stycznia 2013, 19:19

Post autor: xyz666 »

Tak, mogę to jakoś odkręcić?
mariaczi
Member
Posty: 1343
Rejestracja: 08 lutego 2008, 12:58
Lokalizacja: localhost@śląskie

Post autor: mariaczi »

Zrobiłeś to

Kod: Zaznacz cały

aptitude dist-upgrade
czy nie? Uściślij swoją odpowiedź, co dokładnie i w jakiej kolejności zrobiłeś nim pojawiły się błędy.
ODPOWIEDZ