miKe wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle 11:40, sabato 25 gennaio 2003, Gaetano ha scritto:

Alle 22:53, venerdì 24 gennaio 2003, miKe ha scritto:

correggi fstab e
facci sapere...

Grazie mille miKe,
ho fatto quelle modifiche e adesso tutto ok, ovviamente
ci sono anche le cartelle degli user con relative
sottocartelle e file! Stavo gia pensando di reinstallare
Linux.
Ma secondo te quale può essere stato il problema che ha
causato tutto questo scombussolamento di fstab?

guarda, mandrake non la uso da un bel pò,
non vorrei che avessero incluso qualche tool sul tipo di kudzu o harddreke, che rigenerano, oltre a modules.conf anche fstab...

in quel caso un problemino nell'identificare la tabella delle partizioni potrebbe generare il caos che avevi nel tuo..

ora hai modificato,
se dovesse ricaitare una cosa del genere,
annota data e ora di modifica di fstab

per ora puoi solo spulciare i log alla ricerca di qualche indizio...

certo, è strano (e pericoloso)


Cmq. l'importante che si è risolto non ti rompo + con queste
domande :-),

l'importante è che hai risolto..


grazie ancora e ciao



bye

miKe

- --
________________________________________
Slackware 8.1 GNU/Linux 2.4.20 @ hp Xe3
R.U.#219755 -- S.R.U.#705 -- R.M.#110932
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+MvPxF/9fksDJ4y0RAlmfAJ4gbxHREi33+aT584Ze+4oSN/WCEwCfRyA1
GKQHT5XemuuUw9+JhXyJ6RQ=
=SncV
-----END PGP SIGNATURE-----




harddrake inserisce di default un " harddrake on boot "
che , come faceva kudzu verifica che non ci sia nuovo hardware installato o che non sia stato cmabiato
è di norma attivato come servizio .

ciao francesco

ps
forse può servire


#!/bin/bash
#
# harddrake This scripts runs the harddrake hardware probe.
#
# chkconfig: 345 05 95
# description: This runs the hardware probe, and optionally configures \
# changed hardware.

# This is an interactive program, we need the current locale

[[ -f /etc/profile.d/lang.sh ]] && . /etc/profile.d/lang.sh

# Source function library.
. /etc/rc.d/init.d/functions


SUBSYS=/var/lock/subsys/harddrake

case "$1" in
start)
# We (mdk) don't support updfstab (yet)
# action "Updating /etc/fstab" /usr/sbin/updfstab

gprintf "Checking for new hardware"
/usr/share/harddrake/service_harddrake 2>/dev/null
RETVAL=$?
if [ "$RETVAL" -eq 0 ]; then
action "" /bin/true
else
action "" /bin/false
fi
# We don't want to run this on random runlevel changes.
touch $SUBSYS
# [ /etc/modules.conf -nt /lib/modules/$(uname -r)/modules.dep ] && touch /lib/modules/$(uname -r)/modules.dep 2>/dev/null >/dev/null || : &
exit $RETVAL
;;
status)
if [ -f $SUBSYS ]; then
gprintf "Harddrake service was run at boot time"
else gprintf "Harddrake service was not run at boot time"
fi
;;
reload)
;;
stop)
# dummy
rm -f $SUBSYS
;;
*)
gprintf "Usage: %s {start|stop}\n" "$0"
exit 1
;;
esac

ciaooooooooooooooo




Rispondere a