Displaying 20 results from an estimated 7000 matches similar to: "rsync 3.0.7 - error deleting directory"
2010 Jun 16
2
How dangerous is --inplace
Hello list!
How dangerous is acctually the --inplace option if you want to run
rsync to update files that are only read and not written to? What is
the worst that can happen? The file is not readable, the reader gets
half the file of an old version and the rest is from the new version?
There is not a simple way to make it update the file in the standard
way and then change the ownership
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129
Summary: rsync 3.0.7 - unlink failed (21) - unable to delete
directory
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2011 Jun 23
2
Chicken and egg question: passwd and cronjob
Hi all,
Let's say I activate password expiration for every account (including
root) for every 90 days.
I understand that cronjob for root will fail when the password expires.
The question is, if I setup a cronjob every 90 days to renew the root
password like: echo diFficulT123 | passwd --stdin root
will it work?
I mean at second 1 on the 90th day, which will run first?
- The cronjob to renew
2019 Aug 30
3
backup AD content
On 30.08.19 11:01, Andrew Bartlett wrote:
> On Fri, 2019-08-30 at 10:56 +0200, Stefan G. Weichinger via samba
> wrote:
>> I happily and trustfully use Louis' backup-script from
>>
>> https://github.com/thctlo/samba4
>>
>> to dump AD content via cronjob.
>>
>> Is it necessary/recommended to do that on *each* samba DC? Is there
>> something
2009 Sep 03
6
rsync
Hi
?
I put the rsync in cronjob
but it won't work
?
in root user cron
?
*/30? * * * *? /home/chloe/rsy.sh >/dev/null 2>&1
?
1/ why it needs pw when I run this rsy.sh in root?
but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe
?
2/ why this root cronjob is not working? what wrong? I can't see this cron in message
?
the rsy.sh is
2019 Aug 30
2
backup AD content
On Fri, 2019-08-30 at 10:20 +0100, Rowland penny via samba wrote:
> On 30/08/2019 10:14, Stefan G. Weichinger via samba wrote:
> > On 30.08.19 11:01, Andrew Bartlett wrote:
> > > On Fri, 2019-08-30 at 10:56 +0200, Stefan G. Weichinger via samba
> > > wrote:
> > > > I happily and trustfully use Louis' backup-script from
> > > >
> > >
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi,
When no MTA is installed, How to send an email with a cronjob?
I have below entrty in my cronjob?
my /etc/cron.d/backup file looks like this.
MAILTO=myemail at example.com
15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?
Hope to hear from you.
--
Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
Dear Marc,
Thanks for your feedback!
1. I store it in MySQL.
2. I will add a cronjob to run Solr if I can figure out why its not working
on test runs. Maybe I might try to setup a cronjob for solr to avoid having
to manually start it everytime.
3. Will turn on the mail_debug in dovecot.conf . Where will it log the
problems?
Thanks
Kevin
On Sat, Jan 3, 2015 at 4:45 PM, Marc St?rmer <mail at
2017 Dec 01
1
Do we really need Solr commit as cronjob?
I am testing Solr FTS on dovecot. Read online that some suggested to run
cronjob commit every minute, and optimize once a day.
I am using Solr 7.1.0 and I see some configurations:
In /etc/default/solr.in.sh:
#SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000"
#SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000"
Also in solrconfig.xml:
??? <autoCommit>
2006 Jun 08
8
Trash expire plugin
Dovecot will soon have a plugin which allows running a nightly cronjob
to expunge mails from configured mailboxes which have been in there for
a configurable amount of time. For example the configuration could be:
plugin {
# Trash 7d, Spam 30d
expire = Trash 7 Spam 30
}
It also supports using Dovecot's lib-dict to keep track of the mailboxes
and their oldest mail's timestamp, so that
2018 Sep 06
2
icecast ssl and letsencrypt renewal
That’s what I have been looking for, thanks !
From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Tycho Eggen
Sent: donderdag 6 september 2018 22:21
To: Icecast streaming server user discussions
Subject: Re: [Icecast] icecast ssl and letsencrypt renewal
You can add a posthook to your certbot cronjob:
certbot renew —post-hook “/etc/init.d/icecast restart”
Or however you restart
2012 Jan 20
1
Setting From address for cronjob mails (because Gmail rejects)
Hello,
I have two identical CentOS 6.2 machines with
stock Postfix package and unchanged config:
# rpm -qa|grep post
postfix-2.6.6-2.2.el6_1.x86_64
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
2008 Sep 30
2
how to set term environment for cronjobs?
Hi,
I'm running a crontjob on CentOS 5.2 server, which then connects to a
webpage to run some stuff. It has to run this way, since the webpage
is on a Windows server, and the Windows scheduled tasks doesn't work
as well.
It seems like the cronjob is working fine, except that the email
output worries me a bit.
This is what I get on email,
Your Terminal type is unknown!
Enter a
2012 Mar 18
1
mdbox and filesystem quota
http://wiki2.dovecot.org/MailboxFormat/dbox
"Expunging a message only decreases the message's refcount. The space is later
freed in "purge" step. This is typically done in a nightly cronjob when
there's less disk I/O activity. "
What happens if there is filesystem hard quota that is exceeded? Will dovecot
allow to delete mails to free space without a need to wait
2002 Apr 22
1
remote to remote sync
Hi all...
Sorry if this has been covered before, I'm new to the list and couldn't find anything in the archives.
Aside from the authentication issues, is it possible to run a rsync cronjob from a local box that sync's two remotes boxes ?
...something like...
rsync -avg -em ssh user@123.456.678.123:path/to/some/files user@345.456.567.667:/path/to/backup/files
I have worked out the
2010 Jan 22
2
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
Hi,
I just started with LLVM so I'm not sure who's responsible for
portability. Anyways, I found the following problems trying to compile
llvm rev 94074 with the solution generated using cmake 2.8 (including
the clang front end) on 32bit vista:
lib/system
Errno.cpp : had to add "#undef HAVE_STRERROR_R"
raw_ostream.cpp: had to add "#undef HAVE_UNISTD_H"
2018 Sep 15
1
icecast ssl and letsencrypt renewal
Install letsencrypt and request a certificate specifying the webroot of your Icecast server and the host.domain:
certbot-auto certonly --webroot --webroot-path /usr/share/icecast2/web/ -d icecast.domain.name
Now you should have a certificate for your server, it's only in the wrong format for Icecast, copy the key and the certificate to 1 file with the following cmd:
cat
2012 Jun 07
1
Problems since upgrading to 2.1.6 from 2.0.20
Hello Everyone,
I saw the text about the change and needing to define an inbox namespace. Everything seems to work fine except doveadm. I get the following from a cronjob that has worked well for years now.
doveadm(account at example.com): Error: Syncing mailbox TRASH failed: Mailbox doesn't exist: TRASH
doveadm(account at example.com): Error: Syncing mailbox TRASH failed: Mailbox
2002 Apr 22
2
Fw: remote to remote sync
I forgot to mention the error I keep getting with the below rsync script...
receiving file list ... done
cannot create user@123.456.678.123:path/to/some/files...HjBwqT : No such file or directory
wrote 32 bytes read 192 bytes 149.33 bytes/sec
total size is 178 speedup is 0.79
All the files and directories exist.
Any suggestions ?
How can I rsync to remote boxes from a third ?
Hi all...
2010 Oct 19
3
[LLVMdev] pass case sensitive information to a llvm target backend
Hi,
we use the llvm to lower c++ code to c code which can be run through our
abstract interpretation framework
(based on CIL). Along with the c code we emit some structured text files
that contain the "lost" information
(class hierarchy, private/public attributes etc). In order to output
this information in a sensible way we need to pass unix paths and some
more case sensitive