Displaying 2 results from an estimated 2 matches for "errors_log".
Did you mean:
error_log
2003 Jan 05
0
Problem with Samba and Cups
Hello,
I have a Debian SID (Server) and a Win2000 (client). When i tried to print from the Win2000 Client a have this log message in cups' errors_log :
E [05/Jan/2003:21:42:44 +0100] [Job 8] Connection failed with error NT_STATUS_UNSUCCESSFUL
E [05/Jan/2003:21:42:44 +0100] [Job 8] Unable to connect to SAMBA host, will retry in 60 seconds...: Success
Thank you for any help.
__________________________________________________________________
Th...
2024 Dec 06
1
DNS update fails after samba domain controller is restarted
...is increased using
// rndc while the server is running, extra information will be logged about
// failing queries. Other debug information for other categories will be
// sent to the channel default_debug (which is also dynamic), but without
// affecting the regular logging.
//
channel query-errors_log {
file "/var/log/bind/query-errors.log" versions 3 size 20m;
print-time yes;
print-category yes;
print-severity yes;
severity dynamic;
};
//
// This is the default syslog channel, defined here for clarity. You don?t
// have to use it...