Displaying 20 results from an estimated 9000 matches similar to: "make "rsync -N" == "rsync --numeric-ids" ?"
2016 Nov 23
5
[Bug 12440] New: make "rsync -N" == "rsync --numeric-ids" ?
https://bugzilla.samba.org/show_bug.cgi?id=12440
Bug ID: 12440
Summary: make "rsync -N" == "rsync --numeric-ids" ?
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at
2020 Feb 10
6
question about pubkey and passphrase
Hi folks,
Since Docker can bind-mount every .ssh directory I am looking for
some way to forbid unprotected private keys.
AFAICS it is currently not possible on the sshd to verify that
the peer's private key was protected by a passphrase. Can you
confirm?
Regards
Harri
2019 Apr 01
2
IdentityFile vs IdentitiesOnly
Hi folks,
I've got a moderate number of keys in my ssh config file.
Problem: Very often I get an error message like
Received disconnect from 2001:db8::8077 port 999:2: Too many authentication failures
Authentication failed.
AFAIU the ssh-agent is to blame here, trying out all keys
he has ever seen. This conflicts with MaxAuthTries 6, set by
default on the peer.
The solution seems to be to
2019 Jul 03
5
using RedHat binary packages?
Hi folks,
AFAIK CentOS uses RedHat's source RPMs for building the next CentOS
release. I am not sure about the bootstrap procedure and the infra-
structure packages, so lets put these corner cases aside.
RedHat's "regular" binary and source packages are based on open source
(GPL2, GPL3, Apache license, whatever). For building the binary RPMs
other open source RPMs with
2019 Apr 02
2
IdentityFile vs IdentitiesOnly
Hi Darren,
On 4/1/19 10:41 AM, Darren Tucker wrote:
> On Mon, 1 Apr 2019 at 08:12, Harald Dunkel <harald.dunkel at aixigo.de> wrote:
>> I've got a moderate number of keys in my ssh config file.
>> Problem: Very often I get an error message like
> [...]
>> The solution seems to be to set IdentitiesOnly, e.g.:
> [...]
>> Shouldn't an explicit
2011 Mar 26
1
xiph for ipad?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
Looking at xbmc playing *.ogg files on the ipad I wonder if it would be
possible to port Xiph to ios?
Regards
Harri
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk2Nt2MACgkQUTlbRTxpHjeKCwCeKrJysjJ5k0pdPQFef0Bzz2uQ
2020 Sep 13
1
metaflac --show-all-tags (patch)
Hi folks,
I always wondered why there is no "metaflac --show-all-tags", in
parallel to --remove-all-tags. Attached you can find a patch for
your consideration. Sample output:
% metaflac --show-all-tags *.flac
01 Pigs on the wing (Part One).flac:ARTIST=Pink Floyd
01 Pigs on the wing (Part One).flac:TRACKNUMBER=01
01 Pigs on the wing (Part One).flac:ALBUM=Animals
01 Pigs on the wing
2010 Jan 07
1
dovecot refuses to remove folders
Hi folks,
I've got a problem between Thunderbird 3.0 and Dovecot imapd
version 1.2.9. Configuration:
# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32.2 x86_64 Debian squeeze/sid
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s managesieve
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap):
2012 Jul 16
4
incremental backups of maildir via rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I would like to do incremental backups of the users' maildir
directories to a dedicated backup host (using "rsync -SHa"
and rsnapshot).
Problem is: Dovecot bloats the incremental backup by changing
the file names again and again.
Is there some way to tell Dovecot to keep meta information
separate from the file names?
Any
2005 Feb 04
2
rsync huge tar files
Hi folks,
Are there any tricks known to let rsync operate on huge tar
files?
I've got a local tar file (e.g. 2GByte uncompressed) that is
rebuilt each night (with just some tiny changes, of course),
and I would like to update the remote copies of this file
without extracting the tar files into temporary directories.
Any ideas?
Regards
Harri
2016 Dec 09
2
HashKnownHosts vs @cert-authority
Hi folks,
maybe I am too blind to see, but would it be possible to
avoid extra entries in known_hosts, if the remote host
has a signed public key matching a @cert-authority line?
Something like
Host *
HashKnownHosts unsigned
This could help to keep the known_hosts file small and
yet get all the unsigned public keys in.
Just a suggestion, of course. Regards
Harri
2010 Jan 03
2
imap default separator ignored?
Hi folks,
I have configured the imap folder separator to '/' (see below).
AFAIU the separator character does not affect the internal
folder representation managed by Dovecot, but just the
communication between client and imap server. Question is:
What is supposed to happen if I try to create a folder named
"a.b" in this configuration? Since '.' is not a separator
2017 Jun 26
1
mirror block devices
Hi folks,
I have to migrate a set of iscsi backstores to a new target via network.
To reduce downtime I would like to mirror the active volumes first, next
stop the initators, and then do a final incremental sync.
The backstores have a size between 256 GByte and 1 TByte each. In toto
its about 8 TByte.
Of course I have found the --copy-devices patch, but I wonder if this
works as expected? Is
2016 Dec 12
2
deduplicate mode?
Have you considered to introduce a "deduplicate mode" for
rsync, replacing duplicate files in the destination directory
by hard links?
Of course there might be a lot of problems together with
this feature, but on creating backups it could help to
save a lot of disk space.
--link-dest might be interesting in this context, too.
Regards
Harri
2020 Mar 14
2
congested/busy on trunk?
greetings asterisk users :)
ive just deployed version 17 and migrated as best I can to pjsip. I can
receive calls, and get to my mailbox prompt, however placing calls seems
impossible with the following error on dial:
Connected to Asterisk GIT-master-0cde95ec89 currently running on dunkel (pid = 517890)
dunkel*CLI>
dunkel*CLI>
== Setting global variable 'SIPDOMAIN' to
2018 Jul 03
2
upgrade 7.4 --> 7.5: dbus broken
Hi folks,
after upgrading a Centos container (LXC) from 7.4 to 7.5 I got
this:
# systemctl status
Failed to get D-Bus connection: Connection refused
# busctl
Failed to connect to bus: Connection refused
# ps -ef | grep db[u]s
dbus 55 1 0 Jul02 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
# lsof -p 55
COMMAND PID
2019 Jul 03
0
using RedHat binary packages?
On July 3, 2019 1:43:40 AM CDT, Harald Dunkel <harald.dunkel at aixigo.com> wrote:
>Hi folks,
>
>AFAIK CentOS uses RedHat's source RPMs for building the next CentOS
>release. I am not sure about the bootstrap procedure and the infra-
>structure packages, so lets put these corner cases aside.
>
>RedHat's "regular" binary and source packages are based on
2005 Feb 07
2
tiny patch for klibc 0.198
Hi folks,
attached you can find a tiny patch for klibc-0.198
to get rid of the symbolic link pointing to the
kernel sources, and to get rid of some obsolete
rebuilds during incremental.
Feel free to include it.
Regards
Harri
-------------- next part --------------
diff -ur old/klibc-0.198/MCONFIG klibc-0.198/MCONFIG
--- old/klibc-0.198/MCONFIG 2004-10-14 06:32:24.000000000 +0200
+++
2007 Jul 13
1
Cygwin: store authorized_keys in /etc/ssh/user/authorized_keys?
Hi folks,
If I try to login on a Cygwin host via ssh, then my
.ssh on a network drive is unaccessible until I login.
I have to enter my password, even if my authorized_keys
would allow me to login without. This is fatal, since it
forces me to use an interactive session for working on a
Windows host. Unusable for automatic builds and tests
managed from a central machine, for example.
There is no
2015 Mar 06
3
How to get rid of misspelled DNA entry?
Dear list,
I have a strange problem. In RSAT is had a typo when
adding a reverse lookup entry, i.e. I added something
like "host.samdo.com" instead of "host.samdom.com".
No a reverse lookup yields to entries, the correct one
and the misspelled one. :-(
Deleting it in RSAT is impossible, as the misspelled
entry doesn't show up here. Deleting in by samba-tool
is