Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
ag:/home# apt-get install sysv-rc-bootsplash
Czytanie list pakietów... Gotowe
Budowanie drzewa zale¿no¶ci... Gotowe
sysv-rc-bootsplash jest ju¿ w najnowszej wersji.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 10 nieaktualizowanych.
1 nie w pe³ni zainstalowanych lub usuniêtych.
Konieczne pobranie 0B archiwów.
Po rozpakowaniu zostanie dodatkowo u¿yte 0B miejsca na dysku.
Konfigurowanie sysv-rc-bootsplash (1.0.0-5) ...
Testing if patches apply cleanly...
4 out of 5 hunks FAILED -- saving rejects to file /etc/init.d/rcS.rej
Patches would not apply cleanly.
dpkg: b³±d przetwarzania sysv-rc-bootsplash (--configure):
podproces post-installation script zwróci³ kod b³êdu 1
Wyst±pi³y b³êdy podczas przetwarzania:
sysv-rc-bootsplash
E: Sub-process /usr/bin/dpkg returned an error code (1)
ag:/home#
to najepiej opisuje problem :)
wywołane jest to chyba przez splashy które usunełem wraz z plikami konfiguracyjnymi za to :)
przeinstalowywałem sysv-rc sysvinit nie pomogło
Offline
Coś nałożenie patcha na skrypty startowe sie nie udało. Zdarzają sie różne rzeczy przy używaniu paczek nie z dystrybucji. W pliku /etc/init.d/rcS.rej chyba powinieneś mieć co sie nie udało nałożyć. Może jakoś ręcznie pozmieniasz patrząc na patcha, sam nie wiem.
Offline
może to coś da
ręcznie nakładane patche z postinstalla
ag:/etc# patch /etc/init.d/rcS --dry-run -bfs /usr/share/sysv-rc-bootsplash/rcS-bootsplash.patch || print_error
5 out of 5 hunks FAILED — saving rejects to file /etc/init.d/rcS.rej
bash: print_error: command not found
ag:/etc# patch /etc/init.d/rc --dry-run -bfs /usr/share/sysv-rc-bootsplash/rc-bootsplash.patch || print_error
3 out of 7 hunks FAILED — saving rejects to file /etc/init.d/rc.rej
bash: print_error: command not found
ag:/etc# patch /etc/init.d/rcS -b /usr/share/sysv-rc-bootsplash/rcS-bootsplash.patch
patching file /etc/init.d/rcS
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 1 with fuzz 1.
Hunk #2 FAILED at 27.
Hunk #3 FAILED at 40.
Hunk #4 FAILED at 54.
Hunk #5 FAILED at 70.
4 out of 5 hunks FAILED — saving rejects to file /etc/init.d/rcS.rej
ag:/etc# patch /etc/init.d/rcS -b /usr/share/sysv-rc-bootsplash/rcS-bootsplash.patch
patching file /etc/init.d/rcS
Hunk #1 succeeded at 1 with fuzz 1.
Hunk #2 FAILED at 29.
Hunk #3 FAILED at 85.
Hunk #4 FAILED at 101.
Hunk #5 FAILED at 118.
4 out of 5 hunks FAILED — saving rejects to file /etc/init.d/rcS.rej
ag:/etc# patch /etc/init.d/rcS -b /usr/share/sysv-rc-bootsplash/rcS-bootsplash.patch
patching file /etc/init.d/rcS
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] y
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 29.
Hunk #3 FAILED at 85.
Hunk #4 FAILED at 101.
Hunk #5 FAILED at 118.
5 out of 5 hunks FAILED — saving rejects to file /etc/init.d/rcS.rej
ag:/etc# patch /etc/init.d/rc -b /usr/share/sysv-rc-bootsplash/rc-bootsplash.patch
patching file /etc/init.d/rc
Hunk #2 FAILED at 12.
Hunk #3 succeeded at 85 with fuzz 1 (offset 31 lines).
Hunk #4 succeeded at 97 (offset 31 lines).
Hunk #5 succeeded at 125 with fuzz 2 (offset 46 lines).
Hunk #6 FAILED at 192.
Hunk #7 FAILED at 219.
3 out of 7 hunks FAILED — saving rejects to file /etc/init.d/rc.rej
ag:/etc#
Offline