Ik had een probleem met om autofs aan de praat te krijgen. zat ergens een foutje in. Om autofs in debug mode te starten kan het het volgende doen.
Ubuntu / Debian
pas de de volgende file aan. /etc/default/autofs, uncomment de OPTIONS regel en plaats tussen de “–debug”. na de aanpassingen uiteraard autofs herstarten.
$ cat /etc/default/autofs # # Init syatem options # # If the kernel supports using the autofs miscellanous device # and you wish to use it you must set this configuration option # to "yes" otherwise it will not be used. # USE_MISC_DEVICE="yes" # # Use OPTIONS to add automount(8) command line options that # will be used when the daemon is started. # OPTIONS="--debug" #
Redhat / Suse
Bij Redhat gaat het eigenlijk op de zelfde manier alleen staat de default option file op een andere locatie. namelijk /etc/sysconfig/autofs ik heb zelf op dit moment geen suse systeem. maar ik meen dat de variable daar anders genoemd word namelijk AUTOFS_OPTIONS=”–debug”
Recente reacties