search for: logtypes

Displaying 3 results from an estimated 3 matches for "logtypes".

Did you mean: logtype
2004 Jul 15
3
slight simplification to firewall log_rule_limit code
I think you can change the existing firewall logging code for log_rule_limit (where you have one case for for LOGRULENUMBERS and another almost identical case without) down to this slightly shorter version with no duplication (excerpt): if [ -n "$LOGRULENUMBERS" ]; then eval rulenum=\$${chain}_logrules [ -z "$rulenum" ] && rulenum=1 fi case
2020 Mar 19
0
smbclient(samba-4.10.4) cannot log data in log.smbclient while samba-3.6.23 can
Any updates .. On 3/18/20 18:04, Amit Kumar wrote: > > Hello, > > smbclient cannot create log file when log-basename is specified in > samba-master. > > ?????? -l|--log-basename=logdirectory > ?????????? Base directory name for log/debug files. The extension > ".progname" will > ?????????? be appended (e.g. log.smbclient, log.smbd, etc...). The log >
2007 Jul 05
2
undefined method `original_filename' for "random.jpg":String
...9;'list'' redirect_to :controller => ''log'', :action => ''show'', :id => @journal.log_id else render :action => ''new'' end end ... controllers/log_controller.rb: ... def new @log = Log.new @logtypes = Type.find(:all).collect { |l| [l.name, l.id] } @systems = System.find(:all).collect { |s| [s.name, s.id] } @subsystems = Subsystem.find(:all).collect { |s| [s.name, s.id] } @clients = Client.find(:all).collect { |c| [c.name, c.id] } @companies = Company.find(:all).collect { |c| [c...