search for: _before

Displaying 10 results from an estimated 10 matches for "_before".

Did you mean: before
2016 Mar 27
1
[Bug 11812] New: rsync without --verbose still writes "(new) backup_dir is ..." to STDOUT
...Component: core Assignee: wayned at samba.org Reporter: mi.lists.bugzilla at alma.ch QA Contact: rsync-qa at samba.org rsync always writes "(new) backup_dir is ..." to STDOUT. Is this really necessary? rsync -a --delete --backup --backup-dir="_before-$(date +%F)" $source $dest (new) backup_dir is _before-2016-03-27 This seems to have appeared in 3.1.1, which created the directory even if it was not needed (see bug #11423). Version 3.1.2 doesn't create useless backup-dirs any more, but if it does it reports it to STDOUT which is a...
2020 May 22
3
What causes mails to get striked-over only, and not deleted?
..._mailbox1_after = file:/etc/dovecot/sieve/sent.sieve and this sieve file (sent.sieve): discard; This should clearly cause the mail to be deleted right? But whats happen, is that the mail is not deleted, its just marked for deletion (gets a strike-through in Microsoft Outlook). (have tried with _before too, but it wont help). What can I do to ensure the mail actually gets deleted (completely, not moved to trash) and not just flagged for deletion? -------------- next part -------------- A non-text attachment was scrubbed... Name: discard.png Type: image/png Size: 2579 bytes Desc: not available U...
2015 Nov 05
3
Install R on Ubuntu with libcurl support
...-3ubuntu2 amd64 development files an > edd at max:~$ > > Now, I happen to deploy a fair number of similar machines also usuing Ubuntu > 15.04 and work and _not one had issues_ when we switched to https for CRAN > repos. But one critical thing you may be overlooking with R _before version > 3.2.2_ is that you had to turn it on via options(): > > ?download.file.method?: Method to be used for ?download.file?. > Currently download methods ?"internal"?, ?"wininet"? (Windows > only), ?"libcurl"?, ?"wget&qu...
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind listing your packages and greping for libcurl entries. Perhaps I need some libcurl debs installed when I install r-base? On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:11, Michael Coyne wrote: > | Hello, > | > | I'm install R from a package off of
2004 Aug 31
0
Streaming an audio file to a Zap channel before answer
...20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) Everything works as expected, but there is one thing missing. The called person picks up the phone and hears silence until they press the # key to answer. This will really confuse my users. I therefore want to play a helpful message _before the called person confirms answer, along the lines of 'you have an incoming call. Press the hash key to accept or hangup.' and loop this until either the person presses the # key to accept the call, or the dial command times out and the call goes to voicemail. I have tried to work aro...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
...url4-openssl-dev: 7.38.0-3ubuntu2 amd64 development files an edd at max:~$ Now, I happen to deploy a fair number of similar machines also usuing Ubuntu 15.04 and work and _not one had issues_ when we switched to https for CRAN repos. But one critical thing you may be overlooking with R _before version 3.2.2_ is that you had to turn it on via options(): ?download.file.method?: Method to be used for ?download.file?. Currently download methods ?"internal"?, ?"wininet"? (Windows only), ?"libcurl"?, ?"wget"? and ?"curl&quo...
2015 Nov 05
0
Install R on Ubuntu with libcurl support
...development files an >> edd at max:~$ >> >> Now, I happen to deploy a fair number of similar machines also usuing Ubuntu >> 15.04 and work and _not one had issues_ when we switched to https for CRAN >> repos. But one critical thing you may be overlooking with R _before version >> 3.2.2_ is that you had to turn it on via options(): >> >> ?download.file.method?: Method to be used for ?download.file?. >> Currently download methods ?"internal"?, ?"wininet"? (Windows >> only), ?"libcurl&qu...
2006 Mar 21
3
Rsync 4TB datafiles...?
I need to rsync 4 TB datafiles to remote server and clone to a new oracle database..I have about 40 drives that contains this 4 TB data. I would like to do rsync from a directory level by using --files-from=FILE option. But the problem is what will happen if the network connection fails the whole rsync will fail right. rsync -a srchost:/ / --files-from=dbf-list and dbf-list would contain this:
2013 Apr 17
10
xl network-attach SEGV in 4.2 and 4.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, 4.2 and 4.1 suffers from SEGV during xl network-attach in libxl__device_nic_add. In 4.3-unstable it is fixed by: 5420f2650 libxl: Set vfb and vkb devid if not done so by the caller So either the patch need to be backported to 4.1 and 4.2, or fixed by this one: - ------ libxl: Fix SEGV in network-attach When "device/vif" directory
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...xen_hvm_param_t, value); + break; + } +#undef __POST_XEN_HVMOP_WRITE +#undef POST_XEN_HVMOP_WRITE +} + +typedef + struct { + SyscallTableEntry entry; + int nr_args; + } + XenHypercallTableEntry; + +#define HYPX_(const, name, nr_args) \ + [const] = { { vgSysWrap_xen_##name##_before, NULL }, nr_args } +#define HYPXY(const, name, nr_args) \ + [const] = { { vgSysWrap_xen_##name##_before, \ + vgSysWrap_xen_##name##_after }, \ + nr_args } + +static XenHypercallTableEntry hypercall_table[] = { + // __HYPERVISOR...