Displaying 2 results from an estimated 2 matches for "squidlog".
2008 May 09
1
samba shares and active directory
...g level = 3
log file = /var/log/samba/%m
max log size = 50
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
winbind nested groups = Yes
winbind separator = +
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
[squidlog]
comment = squid logs
path = /var/log/squid
valid users = @GLCC+squid
read only = No
browsable = yes
wbinfo -u && wbinfo -g shows the domain user and group information and
getent group shows the squid group with my user as a member
any help would be...
2003 Apr 24
1
Trailing slash in destination
...ess_* ${LOG_REPOSITORY}/${site}/
Each site usually holds about 8 files with the prefix "access_". Some
machines however only have one, and this is where my problem arises.
When the script attempts to collect the logs from one of these machines, I
get the following error:
open /home/test/squidlogs//site1/.JQRG86 : No such file or directory
The problem is caused by the way rsync ignores trailing slashes in the
destination.
In the above, instead of creating the site1 directory and saving the
access_0.gz file in it as site1/access_0.gz, rsync tries to write
(temporarily) to site1/.JQRG86.
Sin...