Karl_R Tux's lil' helper
Joined: 21 Mar 2004 Posts: 118 Location: Sydney
|
Posted: Mon May 16, 2005 10:17 pm Post subject: Automount excessive logging |
|
|
H all,
Ive searched the forums for automount logging issues but found nothing like what I'm suffering. (they are mainly peoblems getting it working, but mine seems fine)
I've recently been tail'ing my /var/log/messages file to dbug a usb hotplugging script, but the log is constantly being filled with messages from the automounter like this:-
Code: |
May 16 22:56:24 myhost automount[12451]: sigchld: exp 7253 finished, switching from 2 to 1
May 16 22:56:24 myhost automount[12451]: get_pkt: state 2, next 1
May 16 22:56:24 myhost automount[12451]: st_ready(): state = 2
May 16 22:56:36 myhost automount[12447]: sig 14 switching from 1 to 2
May 16 22:56:36 myhost automount[12447]: get_pkt: state 1, next 2
May 16 22:56:36 myhost automount[12447]: st_expire(): state = 1
May 16 22:56:36 myhost automount[7254]: expire_proc: 1 remaining in /home
May 16 22:56:36 myhost automount[12447]: expire_proc: exp_proc=7254
May 16 22:56:36 myhost automount[12447]: handle_child: got pid 7254, sig 0 (0), stat 1
May 16 22:56:36 myhost automount[12447]: sigchld: exp 7254 finished, switching from 2 to 1
May 16 22:56:36 myhost automount[12447]: get_pkt: state 2, next 1
May 16 22:56:36 myhost automount[12447]: st_ready(): state = 2
May 16 22:56:39 myhost automount[12451]: sig 14 switching from 1 to 2
May 16 22:56:39 myhost automount[12451]: get_pkt: state 1, next 2
May 16 22:56:39 myhost automount[12451]: st_expire(): state = 1
May 16 22:56:39 myhost automount[12451]: expire_proc: exp_proc=7255
May 16 22:56:39 myhost automount[12451]: handle_child: got pid 7255, sig 0 (0), stat 0
May 16 22:56:39 myhost automount[12451]: sigchld: exp 7255 finished, switching from 2 to 1
May 16 22:56:39 myhost automount[12451]: get_pkt: state 2, next 1
May 16 22:56:39 myhost automount[12451]: st_ready(): state = 2
May 16 22:56:51 myhost automount[12447]: sig 14 switching from 1 to 2
May 16 22:56:51 myhost automount[12447]: get_pkt: state 1, next 2
May 16 22:56:51 myhost automount[12447]: st_expire(): state = 1
May 16 22:56:51 myhost automount[7256]: expire_proc: 1 remaining in /home
May 16 22:56:51 myhost automount[12447]: expire_proc: exp_proc=7256
May 16 22:56:51 myhost automount[12447]: handle_child: got pid 7256, sig 0 (0), stat 1
|
etc. etc. ad infinitum
Automount seems to be working fine. Are these messages normal?
If so can I turn down the verbosity, or is something wrong with my automount setup?
Cheers for any advice
Karl |
|