Displaying 2 results from an estimated 2 matches for "samba_name".
2014 Sep 25
1
launching samba and having logs
...t to launch it via an init script (centos6)
# ....
SMBDOPTIONS=" -d3 -M single "
# ....
start() {
echo -n $"Starting Samba services: "
daemon samba $SMBDOPTIONS
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$SAMBA_NAME || \
RETVAL=1
return $RETVAL
}
# ...
I dont get the same verbose output in any log file in "/var/log/samba/"
How to get the same verbosity in a log file when launching samba from an
init script?
BTW, I dont understand what is the difference between
/var/log/s...
2014 Sep 25
1
launching samba and having logs
...t to launch it via an init script (centos6)
# ....
SMBDOPTIONS=" -d3 -M single "
# ....
start() {
echo -n $"Starting Samba services: "
daemon samba $SMBDOPTIONS
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$SAMBA_NAME || \
RETVAL=1
return $RETVAL
}
# ...
I dont get the same verbose output in any log file in "/var/log/samba/"
How to get the same verbosity in a log file when launching samba from an
init script?
BTW, I dont understand what is the difference between
/var/log/s...