Displaying 20 results from an estimated 200 matches similar to: "Using --link-dest= multiple times - performance?"
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys!
I'm doing a middle scale backup job using ccollect [0], which uses
rsyn, with about 50 servers, each about 1-10 GiB changes per day and have
some problems, that servers do not finish their backup completly:
[host1.backup] Read from remote host host1.backup: Connection reset by peer
[host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils
Version: 1.5.15-1
Hello!
I'm trying to boot Debian from a different nic than the first one.
After some digging into klibc and initramfs, it seems like DEVICE=all
in /etc/initramfs-tools/initramfs.conf is near a solution
(I cannot reliable tell, which name the nic has, it may be eth0, eth1,
eth2, eth3, ...; as I've machines with one to four nics).
/scripts/functions
2006 Oct 20
2
pseudo incremental backup solution
Hello dear list!
Just wanted to tell you that there's a simple and somehow smart
backup solution using rsync named ccollect [0].
It uses the hardlink feature of rsync to create fullbackups with only
minor size differences (it uesd cp -al and pax before).
I would be happy for any critic about the software, the documentation
the configuration style (cconfig [1]) and the idea itself.
Sincerly
2006 Apr 09
1
Boot loader problems and some tests
Hello guys!
I tested several boot loaders (
- windos 95 boot loader (works)
- Smart Boot Manager (sbm)
- syslinux (some versions)
- grub1
- netbsd on the g4u boot-cd
- lilo
)
on a old pc machine.
You can find my problems and results at [0].
What is really strange for me is that syslinux worked once, but
not anymore.
Perhaps you can give me you comment on
2007 Nov 18
2
post transfer script for forcing perms
I'm looking to see of it is practical to have an rsync server run a script after
a transfer finishes. I am moving files (python source) from windows (common
point of development) to a few linux machines. big problem being
owner/group/perms are always wrong and python's module install process is
fragile with respect to OGP. Therefore, I want to run a script after
transferring a set
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
Good evening gentlemen,
the attached patch against openssh 6.2p1 exposes remote
forwarding ports to the remote shell:
targethost % ssh -R 1234:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
1234
targethost % ssh -R 0:localhost:22 controlhost
controlhost % echo $SSH_REMOTE_FORWARDING_PORTS
54294
targethost % ssh -R 0:localhost:22 -R
2020 Jan 12
3
Adding SNI support to SSH
Hey Thorsten,
Thorsten Glaser <t.glaser at tarent.de> writes:
> On Sun, 12 Jan 2020, Nico Schottelius wrote:
>
>> I was wondering what you think about SNI (server name indication)
>> support to OpenSSH?
>
> Oh, please absolutely not. SNI is a privacy violation in HTTP, and
> otherwise just a poor excuse to continue running NAT and/or IPv4.
you might have
2011 Nov 29
1
[Bug 43323] New: GPU lockup - X does not start on MacMini4, 1 on 3.2.0-rc3-gf2d092a
https://bugs.freedesktop.org/show_bug.cgi?id=43323
Bug #: 43323
Summary: GPU lockup - X does not start on MacMini4,1 on
3.2.0-rc3-gf2d092a
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority:
2020 Jan 12
4
Adding SNI support to SSH
Good morning,
I was wondering what you think about SNI (server name indication)
support to OpenSSH?
Background: SSH is one of the rare protocols in the data center that
cannot be easily load balanced, proxied or made highly available.
If the ssh client would indicate to which host it wants to connect to, a
proxy or load balancer could easily be implemented.
While this is an obvious feature for
2020 Jan 13
3
Adding SNI support to SSH
Ciao Luca,
Luca Filipozzi <lfilipoz at emyr.net> writes:
>> [ ... ]
> Neat. I do something similar: in order to circumvent obnoxious airport /
> coffee shop firewalls that block non-HTTPS traffic, I configured haproxy
> to offer 'SSH over HTTPS'. haproxy terminates the HTTPS connection
> (which is SNI-aware) while sshd on the target machine terminates the
>
2011 May 02
0
Puppet bootstrap: via cdist
Good morning puppets,
as stated for reallife, "one always meets more than one time",
this is true for puppet and me: Although I''m migrating away from
puppet [0] to cdist [1], a customer requests a new puppet installation.
This brings me again to the question on how to bootstrap a new puppet
infrastructure, which we did with a shell script or a Debian package
and then running
2020 Jan 13
2
Adding SNI support to SSH
Hey Jochen,
Jochen Bern <Jochen.Bern at binect.de> writes:
> On 01/13/2020 11:10 AM, Nico Schottelius wrote:
>> The problem I am trying to solve is: there are thousands of users on
>> IPv4 only networks who I cannot all communicate with. And they need to
>> access resources on IPv6 only systems.
>>
>> The typical jump host / proxy command approach surely
2010 Jan 28
10
Anyone successfully setup Continous Backup of mailboxes using rsync ?
Hi All..
Am working on continous backup of mailboxes using rsync(for e.g by running rsync every 2 min)
Things gets more complicated when users create Subfolders in INBOX , SENT , etc..
If anyone among you did that plz guide & advise.
Thanks
CoolAtt
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
2012 Apr 11
1
CentOS 5 - problem with kernel/process: task blocked for more than 120 seconds.
Hi All.
I have a server which hanged two times because we could not connect to the
box, it was not responding. In /var/log/messages I saw:
Apr 11 10:13:29 server kernel: INFO: task imap:5855 blocked for more than
120 seconds.
Apr 11 10:13:29 server kernel: "echo 0 >
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 11 10:13:29 server kernel: imap D
2020 Jan 13
4
Adding SNI support to SSH
Christian Weisgerber <naddy at mips.inka.de> writes:
> On 2020-01-12, Dustin Lundquist <dustin at null-ptr.net> wrote:
>
>> I think the intended application is to proxy through a proxy host provided by the service provider. If SSH had a SNI like feature where a host identifier was passed in plain text during the initial connection. This way the user would just need to
2010 Apr 22
0
Bug#552554: ipconfig does not time out (klibc-utils)
hello,
sorry for late reply, bin digging through klibc backlog
and this seems the only unawswered one. thanks for patience. :)
On Tue, 27 Oct 2009, Nico Schottelius wrote:
> Package: klibc-utils
> Version: 1.5.15-1
hmm, unstable got newer klibc innbetwen, 1.5.17 should fix most of
the listed pain, although 1.5.18-1 would be recommended, just uploaded.
:)
>
> I'm trying to
2017 Feb 13
2
First SIP-registering succeeds, second doesn't
Hi all,
I have a strange issue, with a some kind complicate architecture...
A router of our internet provider is in front of another bintec rs353j
router, at which my freepbx installation is located. However, NAT etc.
seems to work fine.
BUT: Something is not working...:
When registering my sip-trunk towards my provider (3 different
providers, all behave comparable), everything works at first.
2020 Jan 20
4
Security implications of using ControlMaster
Dear Mailing List
We are using a ControlMaster with a short ControlPersist to access the
bastion host which then gives access to customer hosts.
Our Information Security Manager would like to disallow the
ControlMaster. His attack scenario is an admin workstation with a
compromised root account. An attacker can then use the ControlMaster to
trivially get shell access on the bastion host
2011 Jun 29
33
Re: Mis-Design of Btrfs?
On 06/27/2011 07:46 AM, NeilBrown wrote:
> On Thu, 23 Jun 2011 12:53:37 +0200 Nico Schottelius
> <nico-lkml-20110623@schottelius.org> wrote:
>
>> Good morning devs,
>>
>> I''m wondering whether the raid- and volume-management-builtin of btrfs is
>> actually a sane idea or not.
>> Currently we do have md/device-mapper support for raid
>>