Displaying 20 results from an estimated 12000 matches similar to: "Log rotation issue"
2017 Dec 02
2
Log rotation issue
On Sat, 2017-12-02 at 11:58 +0530, Anantha Raghava wrote:
> Hello Andrew,
>
> Thanks for proper explanation.
>
> To overcome this, also as we need to store logs for long, now we
> have written a shell script, executed as a crop every three minutes
> that checks the file size. If the file size is 1 GB or above, it
> moves the log file to
2017 Dec 02
2
Log rotation issue
On Fri, 2017-12-01 at 16:06 +0530, Anantha Raghava via samba wrote:
> Hi,
>
> Continuing on the same subject, the VARIABLE SUBSTITUTIONS are not
> working. for example, I want to have the date & time attached to the
> samba log file. Hence I modified the smb.conf
>
> log file = /var/log/samba/samba.%T.log
>
> The file with name "samba.%T.log" gets
2017 Dec 01
0
Log rotation issue
Hi,
Continuing on the same subject, the VARIABLE SUBSTITUTIONS are not
working. for example, I want to have the date & time attached to the
samba log file. Hence I modified the smb.conf
log file = /var/log/samba/samba.%T.log
The file with name "samba.%T.log" gets created in /var/log/samba folder
and %T will not get substituted with current date & time.
I request for your
2018 Jan 22
2
DNS issues after upgrade
Hi Anantha,
> The upgrade from 4.6.5 broke all the servers. Although the services were
> running and there is no error message, DNS resolution failed. Even from
> inside the domain controllers, DNS queries failed.
>
> Samba Version 4.7.1 and Named Version 9.9.4. The same issue happened
> with samba version 4.7.3 and 4.7.4
>
> We had to revert back to 4.6.5 to bring the
2017 May 03
2
Samba Active Directory Domain Controller
Hello,
I have implemented Samba as Active Directory Domain Controller with
Version 4.6.3 on CentOS 7.3, el-514. We have 4 domain controllers named
as DC1, DC2, DC3 and DC4. DC1 & 2 are in one location and DC3 & 4 are in
a different location. DNS is SAMBA INTERNAL. All 4 servers are properly
synchronizing and even GPO updates are working properly with rsync process.
However, off late
2018 Jan 06
3
Export authentication & authorisation logs to Windows Event Viewer
Hi,
Can we export the samba audit logs (Authentication & Authorisation Logs)
to Windows Event Viewer?
I am trying to export the authentication & authorisation logs to a
Windows Server to be shown in Windows Event Viewer. I read the link -
https://wiki.samba.org/index.php/Event_Logging. But couldn't follow much.
Can someone throw more light on the procedure, if it is possible?
--
2007 Apr 20
1
Mongrel cluster log rotation best practices
OK, maybe not even best practices, but at least, tested practices.
>From my reading thus far, it is evident I shouldn''t use Rails to
handle mongrel log rotation. Fine, I''m sold on that. The advice I''m
seeing says that that one should use an external script to do this.
So my question is, what are people using? What''s working well?
Simple bash scripts or
2018 Jul 20
2
Continued Group Policy issues
Hi,
On Mon, 16 Jul 2018 17:37:21 +0530
> Anantha Raghava via samba <samba at lists.samba.org> wrote:
>
>> Hi,
>>
>> Thanks for clarification.
>>
>> However, we held back from implementing your suggestion and observed
>> that after about 40 odd hours from the initial publishing of the
>> policies, all clients connecting to any of the Domain
2017 May 05
2
Evenlt Logging with AD DC
Hi,
I have installed the Samba AD DC Version 4.6.3 and we are trying to
enable Event Logging. We have followed the procedure given in
https://wiki.samba.org/index.php/Event_Logging. But I am unable to get
the Samba AD DC to write the events into Log. Also I am not able to
figure out where the directory and files are created.
We need to generate audit logs of Users and AD DC administrator
2009 Jan 16
5
Manually rolling logfiles over
How can I do this w/o restarting services or rebooting?
Thanks!
jlc
2014 Apr 09
3
Logrotate errors
Hi all,
I have a problem with logrotate and I don't know why. In
/var/log/messages appears these errors:
Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8 18:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8
2017 May 04
2
Samba Active Directory Domain Controller
Hello James,
Thanks for your quick response.
Find attached smb.conf file from DC1 and DC2. Also attached the screen
shot of the event viewer from the workstation.
At the moment, we have brought down the DC3 and DC4 in another location
and observed that DC2 is unable to replicate get the information from
DC1 or send the information to DC1. It appears replication is working in
background but
2018 Jan 22
2
DNS issues after upgrade
On Mon, 22 Jan 2018 20:49:59 +0530
Anantha Raghava via samba <samba at lists.samba.org> wrote:
> Hi Rowland / Denis,
>
> Thanks for your quick reply. Find below smb.conf and named.conf for
> your reference.
>
I would change the 'options' part of named.conf to this:
options {
directory "/var/named";
dump-file
2018 Jan 20
3
DNS issues after upgrade
Hi,
Last evening we upgraded one of our 4 Domain Controllers from 4.6.5 to
4.7.1 and all of a sudden the DNS resolution issue started. We are using
BIND9_DLZ back end.
This server we had upgraded has all 7 FSMO Roles. Some time back we
upgraded the other 3 servers from version 4.6.5 to 4.7.1 and there was
no issue at all.
I have also observed a very peculiar behaviour that is all of a
2016 Jul 28
2
ElasticSearch Logrotate not working
Hey guys,
I have this log rotation script setup in my /etc/logrotate.d folder
/var/log/elasticsearch/*.log {
daily
rotate 100
size 50M
copytruncate
compress
delaycompress
missingok
notifempty
create 644 elasticsearch elasticsearch
}
And I notice that log files are still being generated that are upwards of 7
or 8 GBs. Can anyone point out to me where the
2009 Nov 09
3
Sort logfiles at rotation time
Hi,
I want to be certain that my apache and varnish logfiles are in strict
date order when rotated. I'd like to run a sort command against them
before they're compressed.
I've had a look at the logrotate man page, and it looks like I can use
a postrotate/endscript to do this. However, I can see any reference
in the documentation for how to operate on the file. All the examples
2018 Jul 16
2
Continued Group Policy issues
Hi,
Thanks for clarification.
However, we held back from implementing your suggestion and observed
that after about 40 odd hours from the initial publishing of the
policies, all clients connecting to any of the Domain Controllers
started to get the policies. No client was throwing any error while
applying the policies from any of the 4 Domain Controllers.
Does it mean that
2017 Aug 04
3
Not enough storage space error
Hai,
Im joining this one if you dont mind.
My setup:
Debian 8 (Jessie)
ADDC's : samba 4.6.6
Member with profiles : samba 4.6.6
This problem is here seen also on a Windows7 Pro 64bit client.
The client here, is related to the user profile, this one is having a corrupted user profile in my case.
Due to this, my GPO fails and i see event id: 4098 , error code : 0x8007000E insufficions
2017 Aug 04
3
Not enough storage space error
Hello Andrew,
From the day one, we set the log level to 3. Log size is really huge.
However, I did not see some thing very interesting and related to this
error. It is all to do with user login, information, etc. Should I have
to increase the log level to get more info?
One thing we noticed. When we restart the samba-ad-dc service, it allows
us to add new users, add new computers to domain,
2017 Aug 08
6
Not enough storage space error
Hello Andrew & Louis,
Yesterday by around 1:30 PM we had the same issue. Samba AD kicked all
of us out and RSAT did not connect to any domain controllers.
/*Incidentally the RSAT that caused this error was running on Windows 7
Professional 64 Bit edition.*/
When I restarted the samba-ad-dc service, all started working well
again. However, as mentioned again, I could not trace the error