==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
https://bugs.contribs.org/show_bug.cgi?id=9512
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Bug ID: 9512
Summary: If set Learn Verbose disabled, /dev/null is
overwritten
Classification: Contribs
Product: SME Contribs
Version: 9.1
Hardware: ---
OS: ---
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: smeserver-learn
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If you set Learn Verbose disabled, /dev/null is overwritten.
requires /dev/null to be recreated.
rm -rf /dev/null
mknod -m 666 /dev/null c 1 3
chown root:root /dev/null
Changing Learn.pl script #Verbose line; "> /dev/null" appears to resolve.
my $outputfile=($verbose eq "disabled")? "> /dev/null": '/tmp/LearnLog.txt';
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/