PacketFence - BTS - PacketFence
View Issue Details
0000743PacketFencedocpublic2009-07-03 15:572011-10-25 09:05
fgaudreault 
fgaudreault 
normaltextN/A
closedfixed 
 
2.2.02.2.0 
c234f00faa7489bebfac0b96e3303466d7ae9819
0000743: Wrong my.cnf configs in our admin guide
Need to find a way to limit the size of this file
No tags attached.
Issue History
2009-07-03 15:57rbalzardNew Issue
2009-07-14 09:19obilodeauNote Added: 0001290
2009-07-14 09:19obilodeauStatusnew => acknowledged
2009-07-14 09:19obilodeauCategory1.8.4 => 1.8.5
2009-07-14 10:19obilodeauCategory1.8.5 => future
2011-01-18 12:02obilodeauTarget Version => 2.1.0
2011-03-03 15:15obilodeauTarget Version2.1.0 => +1
2011-03-03 15:19obilodeauTarget Version+1 => +2
2011-03-23 13:08fgaudreaultNote Added: 0001979
2011-03-23 13:53obilodeauNote Added: 0001980
2011-03-23 14:16fgaudreaultNote Added: 0001982
2011-03-23 14:19fgaudreaultReporterrbalzard => fgaudreault
2011-03-23 14:19fgaudreaultSeverityminor => text
2011-03-23 14:19fgaudreaultReproducibilityhave not tried => N/A
2011-03-23 14:19fgaudreaultCategoryfuture => doc
2011-03-23 14:19fgaudreaultSummary/var/lib/mysql/ON is getting bigger and bigger => Wrong my.cnf configs in our admin guide
2011-03-23 14:20fgaudreaultStatusacknowledged => assigned
2011-03-23 14:20fgaudreaultAssigned To => fgaudreault
2011-03-23 14:23fgaudreaultmtn revision => c234f00faa7489bebfac0b96e3303466d7ae9819
2011-03-23 14:23fgaudreaultNote Added: 0001983
2011-03-23 14:23fgaudreaultStatusassigned => resolved
2011-03-23 14:23fgaudreaultFixed in Version => +1
2011-03-23 14:23fgaudreaultResolutionopen => fixed
2011-05-04 11:32obilodeauFixed in Version+1 => 2.2.0
2011-05-04 11:40obilodeauStatusresolved => closed
2011-10-25 09:05obilodeauTarget Version+2 => 2.2.0

Notes
(0001290)
obilodeau   
2009-07-14 09:19   
pushed to +1 release
(0001979)
fgaudreault   
2011-03-23 13:08   
Whats that file?
(0001980)
obilodeau   
2011-03-23 13:53   
Probably Innodb binary log or some other MySQL log crap.. I have to admit I have no idea what's this ON about.. it seems its not a default file anyway...

Haha looking at our 'suggested' mysql config in the admin guide I think I found what it is:

# enable log 
log=ON 


Could this be a mistake and instead of enabling logs it would log to the ON file?!
(0001982)
fgaudreault   
2011-03-23 14:16   
Yes :
http://dev.mysql.com/doc/refman/5.0/en/query-log.html [^]

This enable the general query log to the "ON" filename... :S
(0001983)
fgaudreault   
2011-03-23 14:23   
Removed log=ON from the my.cnf config snippet in the guide, we do not need to enable the query log.