Displaying 3 results from an estimated 3 matches for "a_serv".
Did you mean:
adserv
2018 Apr 11
2
Logs size and rotate log
Hi!
I enabled Audit log um my samba dc.
But i want configuration log size and rotation.
my config :
log size:
max log size = 5000
https://wiki.samba.org/index.php/Configuring_Logging_on_a_Samba_Server#Setting_the_Maximum_Log_File_Size
for rotation I did not find anything
But option "max log size" dont work ..
Any ideia ?
samba v
4.8.0
Ubuntu 16.04
My conf:
log level = 1 auth_audit:3 auth_json_audit:3
max log size = 5000
Regards;
2008 Jul 08
0
Bug with serialized columns in console ?
...er and my application and everything works as
expected : Excel exports following the "visa" Hash or "appli" Array
are ok.
But since I added the visa Hash, I can''t load the record with such a
serialized column in the console window :
>> s=Server.find_by_nom "a_server"
ActiveRecord::SerializationTypeMismatch: visa was supposed to be a
Hash, but was a String
from D:/InstantRails-2.0-win/ruby/lib/ruby/gems/1.8/gems/
activerecord-2.0.2/lib/active_record/attribute_methods.rb:244:i
n `unserialize_attribute''
from D:/InstantRails-2.0-win...
2000 Jun 16
0
Memory usage in reload_services()
...ocess
#
# Contributor: Tine Smukavec <valentin.smukavec@hermes.si>
# Updated: June 16, 2000
#==============================================================
#
# customize following variables to match your environment
#
conf_file=#path of smb.conf file
user=#a_user
password=#a_password
server=#a_server
ps_opts=#'-e -o pid -o ppid -o rss -o vsz -o comm'
smb_port=#'-p 10206'
max=1000
i=1
processID=$1
while [ $i -le $max ]
do
echo Pass: $i
echo '===================================='
ps $ps_opts | grep $processID
touch $conf_file
kill -1 $processID...