Displaying 20 results from an estimated 1000 matches similar to: "Authenticating the rsync server"
2008 Jul 16
3
openssh 5.0p1: Solaris - Failed to allocate internet-domain X11 display socket.
On Solaris 10 (SPARC & x86), I'm seeing the following error:
error: Failed to allocate internet-domain X11 display socket.
I tracked this down to this code change between openssh 4.7p1 and
5.0p1:
*** openssh-4.7p1/channels.c Mon Jun 25 03:04:47 2007
--- openssh-5.0p1/channels.c Wed Apr 2 15:43:57 2008
***************
*** 1,4 ****
! /* $OpenBSD: channels.c,v 1.270 2007/06/25 08:20:03
2007 Mar 22
1
ChallengeResponseAuthentication defaults to no?
Hello,
I have just installed OpenSSH 4.6p1 and it appears that ChallengeResponseAuthentication is not allowed unless I explicitly set it to "yes" in the sshd_config file. I am using the same config file as I did with 4.5p1 where it was allowed by default. Also, this is OpenSSH package from sunfreeware, but I believe that both versions were compiled with the same options.
Is this the
2014 Feb 21
3
[Bug 907] New: please include systemd service file
https://bugzilla.netfilter.org/show_bug.cgi?id=907
Summary: please include systemd service file
Product: nftables
Version: unspecified
Platform: x86_64
URL: https://github.com/zabbal/nftables-systemd
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
2015 Jan 22
2
[PATCH] increase fd_limit to max_client_limit automatically
Hi, with a low soft limit on file descriptors, dovecot 2.2.15 warns on
startup:
Warning: fd limit (ulimit -n) is lower than required under max. load
(256 < 1000), because of default_client_limit
It could try increasing the limit first, and only report the warning if that
fails. I'm attaching a patch that does just this.
Without the patch, the soft fd limit is kept at whatever it
2000 Jul 20
3
scp over 2 hosts
Hi folks,
I have the that I must copy some through a Plag-Gateway of a Firewall over 2 host. A secure connection via "ssh - t hosta ssh -t hostb" works fine, but does this work with scp too? Icould not realize it either with scp (1.2.27 of ssh.com) or scp from openssh. Do you have any ideas?
Thanks
Stephan
2002 Sep 11
2
limit of 256 characters in pathname
Hi,
We use rsync on NT (server and client) and we get errors on filenames with
a path that has in total more than 256 characters. This seems to be caused
by a limit in rsync, not in NT. Is there a way to break this limit withuo
having to manually shorten all this filenames?
Thx already!
Rgds,
Bart Coninckx
Network Administrator
CNE, ASE
*************************************
Watco ICT Services
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote:
> Of course, whether O_TEXT is defined or not does not
> necessarily imply the availability of "t", but I
> can't think of better alternative.
Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We
have the options defined in ANS C and in POSIX. I'm at home and don't have
my reference
2001 Mar 13
1
sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
A simple opengl app that used to work quite fine with wine.
Newest CVS, has been like this for some time:
============================================================================
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
Could not stat /mnt/teapot/movies (Input/output error), ignoring drive H:
Warning: the temporary directory '/mnt/fat/temp' (specified in wine
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
>I'm thinking of how to backup an entire server ("server A") to a
>remote area ("server B") using rsync.
>
>My initial thought was to have a shell account on server B, then have a
>cronjob running as root on server A that uses rsync to send all the files
>over to the shell account on server B.
>
>Then I thought that this is not reliable against
2000 Oct 07
2
[PATCH]: Add tcp_wrappers protection to port forwarding
Hi,
attached is a patch by Chris Faylor <cgf at cygnus.com> relative to
2.2.0p1.
Description:
OpenSSH does not allow port gatewaying by default. This means that only
the local host can access forwarded ports. Adding "GatewayPorts yes" to
.ssh/config usually does this job.
Unfortunately, OpenSSH does not recognize the same hosts.allow/
hosts.deny options as ssh.com's sshd
2011 Sep 30
1
need help on forest plot with ggplot
Dear R users,
I am trying to do the forest plot follow the function given on web. However,
the order of the tests has been sorted alphabetically. I would prefer
keeping the order as data frame input so that I can group and compare (from
the graph) the target immune NS1, IgG and IgM (where SD, BioRad, Pb etc are
the brand names)
> d
x y ylo yhi
SD.NS1
2002 Jan 10
1
Error message when a file moves in the middle
I have a nightly cronjob that uses rsync to back up the files on
another machine. Sometimes, I see error messages like this:
send_files failed to open usr/home/setsuna/Maildir/new/1010573771.27924.lina.aaanime.net: No such file or directory
It seems that the file existed at the moment rsync started, but as it
was running that file (it's a file that stores an e-mail message;
presumably the
2001 Dec 30
2
--owner --group without root access?
Is there a way to preserve the owner and group permissions without having
root access?
Well, this is not possible on the filesystem level of course, but what
about storing the owner/group information in a supplementary file that can
be read by rsync to later reconstruct this information?
I'm using rsync to perform a server-to-server backup of a machine's hard
drive. If the hard drive
2000 Dec 05
2
openssh problems
Hi everyone:
I am new so I hope so that this list will be the correct place for my
question.
I install openssh-2.3.0p1 yesterday on a machine with Red Hut Linux
6.2 and it was fine as client but not as server in other words I can
use openssh from my machine to get in the other machines but when I try
to do from another machines to the machine that I mentioned above, I got
a error that said
2002 Apr 17
6
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220
------- Additional Comments From markus at openbsd.org 2002-04-18 06:01 -------
i think i've seen this before and it was related to
the realpath() implementation....
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2011 Mar 30
1
[LLVMdev] Bignums
Hello all!
I'm working on a library with bignum support, and I wanted to try LLVM
as an apparently simpler and more portable system to my current design
(a Haskell script which spits out mixed C and assembly). Porting the
script to use the LLVM bindings instead of the current hack was pretty
easy. But I have a few remaining questions:
(1) Are bignums exposed to any higher-level
2007 Sep 08
3
Configure extension by software
Before an IP Phones can be registered to an Asterisk server, the extension for it must be configured in Asterisk. Usually, Asterisk adminintor must add the extension by hand. Is there any library, API to do this by software???
For example, i want to develope a software that add new extensions to Asterisk system, sothat, any IP Phones can use that extensions to establish a call.
I'm digging
2000 Jul 07
0
Patch to add scp -L option
Here is a patch to scp made against openssh-2.1.1p2 that adds the -L option to
scp. The -L option tells scp to use nonprivilaged ports (by passing ssh the -P
option). The non-free ssh's scp has this option, and it is required under some
firewall setups (like mine) for scp to function.
Please let me know if there are any problems with this patch, or if there is
anything I can do to help get
2004 Jul 22
2
A script to convert existing video files to Ogg
(Theora/Vorbis) available.
Message-ID: <410011E4.2040904@hut.fi>
Hello,
I noticed that it's quite difficult currently to create Ogg format files
(Ogg Theora for video and Ogg Vorbis for audio). There's only the
encoder_example-program, which is included in the libtheora source
packages, but seemingly not in any libtheora/libtheora-devel packages
that are around the web for e.g.
2005 Jul 13
14
[Patch] Fix IDLE issue with sedf scheduler on IA64
Hi, Dan,
This patch fixes strange behavior on IA64, that IDLE is
scheduled more than Dom0 with default sEDF scheduler.
The key point is reprogram_ac_timer at the end of ac_timer
dispatcher, which programs local apic timer with expire of next ac_timer
on x86. Higher precision lapic timer can trigger ac_timer more precisely
than simply done in PIT interrupt handler. That works perfectly on x86