Strona 1 z 1
Ureadahead-other (838) terminated by status 4 - oraz inne błędy terminated with status ...
: 22 kwie 2011, 20:13
autor: neiN.
Wyświetla mi się błąd taki jak temacie. Jak to naprawić?
Re: Ureadahead-other (838) terminated by status 4.
: 23 kwie 2011, 08:53
autor: e X t 7 3
Dałem już rozwiązanie. Wątek o optymalizacji. Po świętach zrobię skrypt.
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4.
: 25 kwie 2011, 14:09
autor: neiN.
W tym wątku nie ma rozwiązana do other i status 4.
Re: Ureadahead-other (838) terminated by status 4.
: 25 kwie 2011, 21:00
autor: e X t 7 3
a co to jest (
rozwiązanie) ? ... to ten sam błąd - tylko na innym etapie proces został "ubity".
a tu
skrypt - dodam do łatku ze stabilnymi krenelami. Nadajemy prawo wykonalności i klikamy - "uruchom w terminalu".
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4.
: 27 kwie 2011, 14:44
autor: neiN.
skrypt nie naprawił problemu. Zajrzałem w treść, i chyba pomylił Pan pliki. To jest błąd z ureadahead-OTHER
Re: Ureadahead-other (838) terminated by status 4.
: 27 kwie 2011, 22:30
autor: e X t 7 3
Witaj, racja ... cóż przyjże się temu.
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4.
: 07 maja 2011, 20:33
autor: neiN.
Refresh. Problem dalej występuje.
Re: Ureadahead-other (838) terminated by status 4.
: 07 maja 2011, 23:34
autor: Garrappachc
Status 4 to nie jest błąd, tylko informacja, że na danej partycji nie ma plików wymaganych do załadowania.
http://ubuntuforums.org/showthread.php?t=1434502
Re: Ureadahead-other (838) terminated by status 4.
: 20 maja 2011, 17:03
autor: eloaders
Ja mam błąd:
mounted-proc terminated witch status 1. Nie wiem teraz czy to było mounted czy mount.
Nigdzie nic na ten temat nie znalazłem ani na tym forum.
Ubuntu 11.04
Re: Ureadahead-other (838) terminated by status 4.
: 20 maja 2011, 18:15
autor: e X t 7 3
Tak ten błąd też miałem ... znowu Canonical dało ciała ... Oki zanim zrobię skrypt, który to automatycznie naprawi (dam go do skryptów instalacyjnych kernel) - problem występuje w 80 % przypadków na Ubuntu 11.04. Teraz rozwiązanie "ręczne".
zatem jest tak - katalog
/etc/init - plik
mounted-proc.conf:
Kod: Zaznacz cały
# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.
description "Fix-up sensitive /proc filesystem entries"
start on mounted MOUNTPOINT=/proc TYPE=proc
env MOUNTPOINT=/proc
task
script
chmod 0400 "${MOUNTPOINT}"/slabinfo
end script
Aby było oki, powinno być tak:
Kod: Zaznacz cały
# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.
description "Fix-up sensitive /proc filesystem entries"
start on mounted MOUNTPOINT=/var
env MOUNTPOINT=/proc
task
script
chmod 0400 "${MOUNTPOINT}"/slabinfo
end script
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4 - oraz inne błędy terminated with status ...
: 27 maja 2011, 15:35
autor: e X t 7 3
Zatem poniżej link do skryptu, który zrobi to co powyżej automatycznie. Nadajemy mu prawo wykonalności, klikamy jak na program i wykonujemy w konsoli. W najbliższym czasie dodam go do skryptów z kernelami.
Aby się upewnić, czy błąd występuje w trakcie bootowania - wciśnijcie Esc ... jeśli widać komunikat o wskazanym błędzie, proszę wykonać poniższy skrypt:
usunięcie-błędu-mounted-proc_process_(xxx)_terminated_with_status_x
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4 - oraz inne błędy terminated with status ...
: 15 cze 2011, 13:11
autor: e X t 7 3
UWAGA - przy najbliższym kernelu który udostępnię (testowy - v.15.5) nie należy stosować tego skryptu. Jeśli już zastosowaliście zrobię skrypt przywracający w/w ustawienia.
Pozdrawiam
Re: Ureadahead-other (838) terminated by status 4 - oraz inne błędy terminated with status ...
: 20 cze 2011, 18:08
autor: pingwin114
to jak z tym skryptem ? będzie ten na przywrócenie ustawień, czy nie potrzeba ?