As a hack ... try editing the file
/usr/local/etc/pcp/netmounts.conf
and change the NETMOUNTPASS setting to have quotes around it and escape
the (
e.g.
change

Code:
--------------------
    
  NETMOUNTPASS=my(secret
  
--------------------

to

Code:
--------------------
    
  NETMOUNTPASS="my\(secret"
  
--------------------


then backup and reboot (like above)
I suspect that this will get it through that phase of the startup but I
don't know if it will still work when it get to performing the mount.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=112456

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to