Displaying 20 results from an estimated 10000 matches similar to: "name too long problem?"
2014 Feb 14
2
problem with rsync-daemon via ssh
I'm trying to transfer something to another machine launching a
once-only "daemon" through ssh with this command:
rsync -avv -e "ssh -l user" ./orig/ machine::module/
where "module" is the name of a file in the home dir of user with the
following:
path = /path/to/home/transfer
The ssh connection works without passphrase. This is the error:
opening connection
2011 Jul 03
2
inefficient: --checksum calculation shouldn't be done for new files
When --checksum is used they're calculated in both ends to see if the
file should be transfered. This is of course not necessary if the file
doesn't exist in the destination. However, the checksum is still
calculated by the sender, which is often a very large overhead.
Would it be possible to avoid it?
2009 Oct 29
2
exit status 13 in version 3.1
Got this in the log:
rsync error: errors with program diagnostics (code 13) at log.c(340) [generator=
3.1.0dev]
What could it be? I suspect it's triggered by a timeout or disconnect
from the server side but I had never seen it.
2014 Jun 04
3
MultiFS syntax definition
On Wed, Jun 4, 2014 at 5:21 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 06/04/2014 11:09 AM, Raphael S Carvalho wrote:
>> Before proceeding with the MultiFS patchset, let's discuss the MultiFS syntax.
>>
>> It's currently as follows:
>> (hd[disk number]:[partition number])/path/to/file
>>
>> Any objections?
>>
>
> As others
2014 Jul 05
1
duplicated --itemize-changes hangs since 3.1.1pre1
One of our rsync updates has been getting stuck at the download point.
It gets the incremental list, deletes stuff but when it tries to
download new/updated files it gets stuck and aborts after the timeout;
it doesn't even create the temporary. Experimentation shows that it
happens because the --itemize-changes option is repeated (on purpose);
putting it only once works normally. Apparently
2019 Jan 10
3
repo.dovecot.org expired certificate
Yup, that did the trick.
Thanks!
Filipe
On 1/10/19 7:47 AM, Aki Tuomi wrote:
>
>
> On 10.1.2019 9.42, Filipe Carvalho wrote:
>>
>> Hello,
>>
>> Not sure if this is the right place to post this, but the ssl
>> certificate of the repo.dovecot.org server expired on the 9th of January.
>>
>> It's giving an error via the browser and via the apt
2019 Jul 24
1
Writing files with long paths on Windows fails even after enabling long paths
Hello all,
We now can have long file paths on Windows by setting the LongPathsEnabled
key to 1 at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
in the Registry Editor. I can successfully rename files to have long paths
in File Explorer.
R still isn't able to take advantage of the change, however:
write(1, paste0(paste(sample(letters, 265, TRUE), collapse = ''),
2014 May 29
4
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
On 05/29/2014 07:36 AM, Raphael S Carvalho wrote:
> On Thu, May 29, 2014 at 11:30 AM, H. Peter Anvin <hpa at zytor.com> wrote:
>> On 05/29/2014 07:20 AM, Raphael S.Carvalho wrote:
>>> +static int ufs_readlink(struct inode *inode, char *buf)
>>> +{
>>> + ufs_debug("ufs_readlink\n");
>>> + return inode->size;
>>> +}
2003 Jul 10
2
Administrative Share
Hi everybody,
I've been looking for information on "how to create administrative
shares", but I didn't find... Can you help me on this matter?
Regards,
--
Benilton Carvalho
DE / IMECC / UNICAMP
Red Hat Linux i18n Team
2005 Sep 23
3
Default font used by WINEPS
Hi,
I want to know if somebody knows how to change the default font used by
WINEPS.
Andr? Carvalho
2014 Jun 04
2
MultiFS syntax definition
It would be good to clean it up so out can be used for both. Just teach it that ) ends the parse.
On June 4, 2014 2:06:22 PM PDT, Raphael S Carvalho <raphael.scarv at gmail.com> wrote:
>On Wed, Jun 4, 2014 at 5:36 PM, Raphael S Carvalho
><raphael.scarv at gmail.com> wrote:
>> On Wed, Jun 4, 2014 at 5:21 PM, H. Peter Anvin <hpa at zytor.com> wrote:
>>> On
2008 Oct 01
4
Pxelinux freezed
Some time ago, I sent a email to list. With my perfect english, wasn't
possible explain my problem, then I recorded a video, end upload to
youtube.
Please watch the video.
http://www.youtube.com/watch?v=z1KJ8sA4_5w
Samuel Rios Carvalho
2006 Apr 23
5
Codec G729 / x86_64 bits.
Hello All,
I always used a compiled version for a x86 system
>From http://kvin.lv/pub/Linux/Asterisk/ , and
Works fine.
At this time , I'm using a Pentium IV Dual core,
Running Centos 4.3. I tried to install the 64 bits
Compiled version but has a translation time > 20ms.
Is it correct ?
I also tried to make my self compilation and apply
The patch but the patch doesn't work on ICC
2015 Jul 10
2
RES: Can I use PJSIP_HEADER to read the SIP 183 message header?
Ok Mark Michelson.
Thank you very much! You answer tells me that I was in the wrong path trying to access information from SIP 183 message.
I need to find a way to let the callee pass information/data to the caller, even before accepting the call. That is, send data during the ringing time. And in my case, there will be more than one callee ringing at same time. As ASTERISK will not forward each
2020 Apr 08
4
Join new DC to domain - advice to upgrade Samba 4.
Hi Louis,
I installed the acl and edited resolv.conf as you suggested, but the error
persist, unfortunately.
This weekend I'll take a snapshot of the working DC and try to update
Debian and Samba.
If there is some other thing to do before the update, let me know, please.
Thanks and best regards
On Wed, Apr 8, 2020 at 4:09 AM L.P.H. van Belle via samba <
samba at lists.samba.org>
2019 Jan 10
2
repo.dovecot.org expired certificate
Hello,
Not sure if this is the right place to post this, but the ssl
certificate of the repo.dovecot.org server expired on the 9th of January.
It's giving an error via the browser and via the apt command in Debian:
W: Failed to fetch
https://repo.dovecot.org/ce-2.3-latest/debian/jessie/dists/jessie/main/binary-amd64/Packages?
server certificate verification failed. CAfile:
2014 May 29
2
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
On 05/29/2014 08:29 AM, Raphael S Carvalho wrote:
> On Thu, May 29, 2014 at 11:40 AM, H. Peter Anvin <hpa at zytor.com> wrote:
>> On 05/29/2014 07:36 AM, Raphael S Carvalho wrote:
>>> On Thu, May 29, 2014 at 11:30 AM, H. Peter Anvin <hpa at zytor.com> wrote:
>>>> On 05/29/2014 07:20 AM, Raphael S.Carvalho wrote:
>>>>> +static int
2013 Sep 30
2
[PATCH v2] core: Check size of ldlinux.sys at building time.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
v2: Extract ADV_SIZE automatically from libinstaller/setadv.h.
Calc the size of ldlinux.sys from ldlinux.bin, and check if it exceeds the limit.
ldlinux.sys must fit between the bootsector and two copies of ADV whose size may vary.
Thus, the size of ldlinux.sys can be at most: 65536 - 2 * ADV_SIZE - 512 (limit).
Certain file systems
2004 Sep 01
2
Help Me - SIP Phones ( No Voice) !!!!
Hello list,
I've posted my problem on BSD list and i still have the
problem.
The remote side receives the call , but there's no voice
on the call.
I tried everything about possible NAT problems ..
but ther're on same net.
My platform:
FreeBSD 5.2.1-Release
Asterisk 1.0-RC2
soft phones : X-Lite
>>>>
-- Executing Dial("SIP/1260-a7ae", "SIP/1262|20")
2015 Jul 07
4
What database should I use, for simple data storing? SQLite or the buitin one?
Hi.
I was studying about how to use databases in Asterisk, accessing it from the dial plan.
In my project, my dial plan will have to store simple data (ex: IP number, port number, device name, etc) in a persistent way, so that it will be possible to retrieve such information in future moments, still via dial plan.
For this case, I would like to know?
1. What is the best choice for storing and