search for: squidlogs

Displaying 2 results from an estimated 2 matches for "squidlogs".

Did you mean: squidlog
2008 May 09
1
samba shares and active directory
I'm hoping someone can point me in the right direction. I know I'm very close but I'm missing one little piece. I have added a samba machine to my domain using net ads and winbind and it's working lovely. I can log into the linux server with my active directory credentials but I am unable to access shares on the samba server from windows using active directory credentials.
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. Sinc...