Displaying 20 results from an estimated 500 matches similar to: "symlinks?"
2002 Jun 21
1
small security-related rsync extension
Included below is a shar archive containing two patches that together:
1) make backup files get their setuid and setgid bits stripped by
default
2) add a "-s" option that allows backup files to continue to have
these privileges
This means that if you update a collection of binaries with rsync, and
one or more of them has a local-root security problem, the backup
file(s) created when
2004 Jun 02
7
Advice on converting from Mbox to Maildir?
Does anyone have advice or pointers on good documentation on how to
convert a system from using the Mbox format to using Maildir?
I recently upgraded to Fedora Core 2 from Fedora Core 1 and discovered
that UW-IMAP was gone. So I switched over to using Dovecot. So far so
good.
But I would like to convert my system to start using the Maildir format.
How easy is this to accomplish?
Can I keep
2004 Jun 03
1
0.99.10.5 imap flag update issues
Hi,
there is an issue left in 0.99.10.5 which (I think) is a problem with
imap status flags. It shows up in two places:
(1) When new mail is delivered to the inbox, the last read mail changes
to "unread".
(2) When you move mails from the inbox to another folder with Mozilla
(1.6 on win32, Linux, NetBSD), they are not removed from the inbox,
effectively performing a copy instead of a
2004 Jun 15
1
flat file mailbox formats
I've tried to write the new mbox code in a way that it could be moved
into generic flat-file library with mbox-specific code being implemented
on top of that.
The code would be useful for all formats that require modifying message
headers to store the metadata. How many such are there?
I suppose all such formats could be implemented by separating mails into
3 logical parts:
- header
2004 Oct 14
2
mbox and maildir
Is it possible to mix maildir and mbox formats with dovecot? For
example, I would like ~/mail to be in maildir format yet keep the inbox
(/var/mail/%u) in mbox format. If so, how may I go about this? Or am
I stuck not being able to create subdirectories in ~/mail?
Cheers,
Shane
2003 Sep 26
2
On purpose slow copy support?
I'd like to use rsync on a production box that has a great deal of
memory-cached filesystem in use at all times. Is there any way, or any
other tool, that will do a "slow" copy? purposefully not busting the
cache by copying things as fast as possible?
"nice" does not work, of course, as that is a cpu scheduling control.
What I want is basically lowest-priority or
2002 Jul 09
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
>
> > never seen a file created with a newline in the filename
> > (except, perhaps as a test). The newline in filename issue
>
> And in security exploits :-) Given a newline-based format, one *must*
> quote or deny newlines in filenames, not assume they're rare. (No
> obvious reason not to use URL-style %-quoting, or mime-style
> =-quoting, if you want to
2002 Jul 09
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
> > This brings up an issue that I believe can be solved in a simpler way than
> > with brute force C code. I suspect some of you will cringe when you hear
> > this, but a taintperl log parsing program would be best for this. rsync
> > could generate a verbose log file that is not human readable, designed to
> > be read by a perl postprocessing script. I think this
2019 Aug 03
2
Samba generating wrong ipv6 and ipv4 address
Hey!
How are you?
I have two interfaces (192.168.78.20 /
*2001:470:1f1b:5b3:21b:21ff:fea6:ce93* and 192.168.81.20 /
*2001:470:1f1b:5b5:21b:21ff:fea6:ce92*)
I have interfaces disabled i mean that i bind on everything on samba
ac-dc...
What here is what is weird, (via bind9 DLZ i am using it and is working),
but on my clients i am getting some weird ipv6 addresses:
patrikx3 at bitang:~$ ping
2002 Jul 09
1
strip setuid/setgid bits on backup (was Re: small security-related rsync extension)
I vote for the consistent, complete log format as a solution to this sort
of thing, and those who need to take non-rsync related actions based on
what rsync did can write their own applications to do so.
People keep coming up with some particular thing they need done for their
own application, and want rsync to do that too. rsync is a tool to make
one thing exactly like another. It is not
2017 Nov 27
3
Reg an issue with smoothing factor in VAD implementation
Hi,
Can anyone let me know if this is a bug?
Thank you,
Chandrakala
----- Original Message -----
From: "Logan Stromberg" <loganstromberg at gmail.com>
To: "Chandrakala Madhira" <chandrakala.madhira at soctronics.com>
Cc: opus at xiph.org
Sent: Wednesday, November 22, 2017 12:12:39 PM
Subject: Re: [opus] Reg an issue with smoothing factor in VAD
2018 Mar 25
4
Rsync between 2 datacenters not working
You could try using an automounter, like autofs, in combination with
sshfs. It'll be slower, possibly a lot slower, but it should be more
reliable over an unreliable connection.
I've been using:
remote -fstype=fuse,allow_other,nodev,noatime,reconnect,ServerAliveInterval=15,ServerAliveCountMax=40,uid=0,gid=0,ro,nodev,noatime
:sshfs\#root at remote.host.com\:/
BTW, I'm not sure
2017 Nov 20
4
Reg an issue with smoothing factor in VAD implementation
Just for fun, I tried to reproduce such an overflow. I turned on all debug
macros, assertions, and checked arithmetic and then encoded 2 hours of
mixed speech/audio with these parameters:
Sample rate = 48000
Channels = 1
Application = OPUS_APPLICATION_AUDIO
Bitrate = 24 KB/s
Force Mode = MODE_SILK_ONLY
Signal Type = OPUS_SIGNAL_AUTO
Complexity = 10
Frame size = 480 samples (10ms)
No errors came
2004 Nov 19
1
[Fwd: Re: [Evolution] evo confused when searching message bodies on large folders?]
Is this possibly a problem with dovecot 0.99.10.9?
Maybe it's been fixed in a later release?
Might it be a security issue?
Thanks!
-------------- next part --------------
An embedded message was scrubbed...
From: Not Zed <notzed at ximian.com>
Subject: Re: [Evolution] evo confused when searching message bodies on large folders?
Date: Fri, 19 Nov 2004 08:11:15 +0800
Size: 3444
URL:
2004 May 28
1
dovecot and nfs
I configured dovecot on a Fedora Core 2 system - the version that comes
with FC2. I was using it with a RHEL 3 NFS server.
Dovecot would again and again get stuck trying to grab an fcntl lock,
even though I specified that it should only use dotlocks in
dovecot.conf. Sometimes it would segfault (leaving things locked?).
Often there would be two dovecot imapd processes for the same user.
2004 Sep 07
1
large blocksize for transferring files from one filesystem to another on the same disk?
Is there any way of increasing rsync's block transfer size for when you
need to transfer data from one filesystem to another on the same disk?
Using a large blocksize tends to decrease track to track seeks. If I
put a large dd or something in between two tar's in such a situation, I
see over double the throughput on an AIX system (1M vs 64K).
Thanks.
--
Dan Stromberg DCS/NACS/UCI
2004 Oct 24
1
rsync recopying files it shouldn't?
We've been using this version of rsync:
rsync version 2.6.2 protocol version 28
Copyright (C) 1996-2004 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks,
batchfiles,
no IPv6, 64-bit system inums, 64-bit internal inums
...with these options:
/usr/local/bin/rsync -a --stats --progress --block-size
2018 Feb 16
1
Reg an issue with smoothing factor in VAD implementation
Hi Chandrakala, Logan,
Can you confirm that the attached patch fixes the overflow problem?
Koen, can you confirm the fix makes sense?
Cheers,
Jean-Marc
On 11/27/2017 12:10 PM, Logan Stromberg wrote:
> Sorry, long holiday weekend in America.
> I can say with pretty high certainty that there is an overflow occurring
> and it is flipping smooth_coef_Q16 to be negative when it probably
2002 May 08
1
controlling what happens to old executables?
We're hoping to switch to updating a large software collection with
rsync.
Sometimes, we'll be using rsync to push security updates, say for setuid
binaries with a security hole. In this case, we want rsync to get rid
of the old executable, instead of creating a ~ file or whatever.
Sometimes, we'll be using rsync to push updates to programs that people
want to leave running a long
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi
Does Sangoma 8-port card A108 support PCIe version 2.0 ?
The card is here
http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html
And we want to use 3 such cards in this motherboard because it has 3 PCIe
slots of version 2.0
http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm
Is this a good idea ? Do you have any experience