Displaying 12 results from an estimated 12 matches for "fassberg".
Did you mean:
alsberg
2004 Jul 21
1
ssh and root on 4.10 = password discovery (maybe)
Hello. I'm not 100% sure if this is a configuration error on my side or
a 'bad idea' on sshd/FreeBSD sides.
A remote root ssh connection to a FreeBSD 4.10 server (with no remote
root access) will allow you to 'work out' the root password. However, if
you try the same against 5.2.1 FreeBSD, you have little chance. The
following are pretty clear examples.
If this is a config
2005 Jun 10
1
Make PXElinux beep
Hi all
We are using some old SUN Monitors which won't display anything until
the OS is up and running, supplying the correct sync.
To let users know, when to select from the (unvisible, but known) menu,
i would like to output a beep when pxelinux is waiting for input.
Googling shows that this question has been raised several times and the
proposed solution was to insert a CTRL/G in the
2010 Feb 03
1
limiting the number of connections per client
Hello All,
We have a very high utilization rsync server. We can handle large
number of connections at a time, but would like to limit to one
connection per client. we don't want multiple connections from the
same client. Is that possible?
Thanks
Saqib
http://enterprise20.squarespace.com
2010 Jun 06
3
rsync sleep
Is it possible to sleep 1 second after each file is rsynced?
Ofcourse, I can put this in a for loop and do a sleep after each file
is done, I was wondering if there was anything native in rsync for
this type of operation.
TIA
1998 Jul 22
0
Q: How 2 Override Domain?
...-DOMAIN
password server = NT-Box
security = server
wins server = NT-Box
I'd greatly appreciate any hint or help since I've no idea any more after
a lot of experimenting.
Konrad Heuer
// Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH
// Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany
//
// kheuer@gwdu60.gwdg.de
2004 Jun 02
1
xdm security hole
Hi everyone,
every comment about this:
http://xforce.iss.net/xforce/xfdb/16264
Didn't find any hint or patch on http://www.xfree86.org/security/.
Best regards
Konrad Heuer (kheuer2@gwdg.de) ____ ___ _______
GWDG / __/______ ___ / _ )/ __/ _ \
Am Fassberg / _// __/ -_) -_) _ |\ \/ // /
37077 Goettingen /_/ /_/ \__/\__/____/___/____/
Germany
2008 Sep 25
2
Rsync 3
Hi Everyone,
We want to use the rsync 3 for incremental file transfer of our File system
from one box to another, however there are about a million files
to be copied, so just wanted to know by any one of your's previous
experience with rsync 3, will these many files get copied at first time and
incrementally in the subsequent run of the crontab.
Replies will be much appreciated.
Thanks in
2008 Jan 25
2
rsyncd performance when handling multiple clients in parallel
Hi:
I use rsync to transfer multiple files from several clients to a server in
parallel. I am wondering how many concurrent connections the server should
handle to maximize the throughput (number of bytes written to server). In
an extreme case, if only one connection allowed, the disk IO speed of
server will not be fully utilized. On the other hand, if the server allows
too many connections, the
2009 Dec 30
3
rsync email notification on success and failure + Log
Hi,
I have a bash script for rsync that should tranfer all my filer from one drive to the other.
I would like to know how I can make the script sending me an email after the script is run and be able to know if it was a success or not and also if possible to include the log file.
This is my script:
!/bin/bash
rsync -av --delete --log-file=/home/duffed/RSyncLog/$(date
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync
gives me below error. Am I doing anything wrong?
#ls -l /tmp/test\ file
-rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file
# /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/
rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2)
Number of files: 0
Number of
2011 Jul 11
3
Feature request, or HowTo? State-full resume rsync transfer
I am looking to do state-full resume of rsync transfers.
My network environment is is an unreliable and slow satellite
infrastructure, and the files I need to send are approaching 10 gigs in
size. In this network environment often times links cannot be maintained
for more than a few minutes at a time. In this environment, bandwidth is at
a premium, which is why rsync was chosen as ideal for the
2010 Feb 16
5
Rsync / ssh high cpu load
Hi everybody,
I am using Cygwin rsync/ssh to synchronize my files from my home computer to
my server. I raised a question on the Cygwin list as well, but thought this
list would be appropriate too.
The issue is that the CPU on the sending side is fully allocated by
rsync/ssh (both taking 50%) during a file transfer. This is the command I
use:
rsync -e ssh * <user>@<server>:/data