Displaying 20 results from an estimated 4000 matches similar to: "close then select of stderr fd in client (openssh)"
2002 Jun 26
2
why fd passing?
If I understand privsep correctly, and I'm not sure I do as there
are some ambiguities in the illustration of what processes are
doing what, there is a way to avoid doing fd passing. What I see
is that fd passing is done to send the PTY to the user privileged
process after the monitor process was requested to set one up.
Why not go ahead and have the monitor set one up before it forks
the
2012 Nov 26
5
Missing template pages/layout only occasionally
I have my app email me errors when they occur. I get this about 2-3
times a week with thousands of hits a day to the site. pages/show is a
.html.erb file that renders the partial
_strategicrelationshipacademy.html.erb essentially. Or whatever partial
it calls for. I get this on many different ''pages''. Obviously the
partial exists if it renders it fine most of the time. What
2002 Jun 22
0
-z and -B65536 causing file corruption in 2.5.5 w/zlib 1.1.4
When using the -z and -B65536 options together, sometimes there is file
corruption. Client and server are both compiled against zlib 1.1.4, so
the gzip corruption shouldn't be there, right?
With -z and -B32768 there is an error, but it is detected in a different
way.
With -B65536 and without -z all seems to be going OK.
With -B16384 and with -z all seems to be going OK.
I'm guessing
2004 Jan 03
1
rsync 2.6.0: ./configure goes into a loop
After doing a fresh extraction of the source for 2.6.0, I execute ./configure
and it enters a loop with no output before or during. I let run 20 minutes
just to see if it would ever do anything and it did nothing else.
Host system has:
Linux: 2.4.23
Slakcware: 9.0
bash: 2.05b.0
gcc: 3.2.2
glibc: 2.3.1
I have a big (huge) strace of it here:
2002 May 18
1
OpenSSH 3.2.2p1 sshd: fatal: xfree: NULL pointer given as argument
Server host config:
Slackware 8.0 (custom boot scripts)
glibc-2.2.3
gcc-2.95.3
Linux-2.4.18
Client host config:
(same as server)
Symptom:
session disconnects with no message to client:
=============================================================================
phil at antares:/home/phil 153> ssh -V
OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
phil at antares:/home/phil 154>
2011 Aug 31
0
problem installing
Last year I put together a script that did a combined kernel header
export from a pristine kernel tarball, then a build of klibc from a
pristine klibc tarball. One of the intentions for this was to be
independent of the host kernel and its headers, so I could build klibc
for other targets of the same architecture. I even did this for a
wide range of klibc and kernel version combinations to see
2016 Jan 26
1
[PATCH] daemon: improve debugging for "stdout on stderr" flag
When the COMMAND_FLAG_FOLD_STDOUT_ON_STDERR flag is passed to
command*(), indicate that as stdout=e in debugging message.
---
daemon/command.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/daemon/command.c b/daemon/command.c
index 73fce56..2423a4e 100644
--- a/daemon/command.c
+++ b/daemon/command.c
@@ -185,6 +185,7 @@ commandrvf (char **stdoutput, char **stderror,
2010 Jul 05
5
version compatibility between linux and klibc
Are there any version compatibilities between linux and klibc? I tried to
compile the latest klibc (1.5.18) with the latest linux (2.6.32.15) and
there is miserable compile failures. It looks like klibc wants some headers
to be in include/asm (linked in my case to include/asm-x86) but they are
instead in include/asm-generic (it seems all headers but one are in there).
I put together this script
2002 Jan 27
3
option --delete still not completely working (2.5.2)
This problem has persisted for as long as I've used rsync. When
the --delete option is used, not all files are deleted from the
target, even though said files are not present in the source.
The particular cases that cause this are when the target has a
directory with files, and the source is something else, at least
a symlink (this is the case I have seen). I'm taking a guess to
say that
2002 May 19
1
exclude vs include
My understanding of the man page description of --exclude vs. --include
is that the list of these is kept in order, and file names are searched
against these parameters in that order for the first that matches and
that one makes the decision. It doesn't seem to be working exactly as
expected. But there is a factor involved that's making it unclear,
which is whether or not *'s should
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching
patterns in the order given, and whichever matched first, whether that was
an include or exclude determined the action for that file. I have a big
directory from which I am attempting to transfer selected files. I want
all files where the first level directory is anything, the second level
directory is "2005"
2014 Apr 28
1
[Bug 10571] New: Fails to work from machine to machine after upgrade to Kubuntu 14.01
https://bugzilla.samba.org/show_bug.cgi?id=10571
Summary: Fails to work from machine to machine after upgrade to
Kubuntu 14.01
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2004 Aug 07
1
multiple instances of NSD
I'm trying to set up a machine which will be running multiple instances
of NSD to serve different sets of zones from different interfaces. What
I'm running into is that I can't specify different PID files to refer to
on the command line.
Are there any shortcuts or do I need to go write a patch?
Any other implications of multiple instances?
--
2003 Oct 23
2
Large bin files when compiling
Hi...
I have just installed Linux Slackare 9.1 with Gcc 3.2.... Then I decieded to try out Samba 3 insted of 2 wich I have been using for a while now...
I did this when compiling...
./configure --prefix=/usr
make
Then when I checked the source/bin dir there was about 400mb of files there... It was the correct bin files but they were so huge that ther has to be something wrong.. Smbd was about
2002 Jun 26
1
�����M�~�W���q������-- �����q
[garbage in Chinese snipped]
Is there any way to set up a post-confirmation system for non-subscribers
so that their posts do not get distributed unless they confirm first?
--
-----------------------------------------------------------------
| Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ |
| phil-nospam at ipal.net | Texas, USA | http://phil.ipal.org/ |
2001 Sep 14
1
rsync and SSL
I'm finding even less on rsync and SSL. I would have imagined someone
would have done something with this already, but apparently not. So
I guess I need to ask and see for sure: has anyone worked on issues of
using rsync via SSL, such as with stunnel? I want to have encrypted
access, either anonymous or authenticated, but without granting any SSH
access to anyone (e.g. the rsync
2002 Mar 08
1
building openssh executeables mostly statically
Is there a configure option to build OpenSSH mostly statically?
I want to have openssl libraries statically linked. I'd prefer
libc (and related) not be, and libz could go either way.
--
-----------------------------------------------------------------
| Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ |
| phil-nospam at ipal.net | Texas, USA | http://phil.ipal.org/ |
2002 Jun 27
0
/var/empty and r/o filesystem
Since nothing is to be written into /var/empty (or whatever the
path de jour is) I would assume it would be safe to make it be
a read-only filesystem.
--
-----------------------------------------------------------------
| Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ |
| phil-nospam at ipal.net | Texas, USA | http://phil.ipal.org/ |
2001 Sep 14
1
rsync transfers of data from Windows to Unix
Are there any clients and/or servers for Windows (clients only
for Win98/ME) which can use the rsync protocol, or especially
rsync over SSL (e.g. like stunnel, not ssh), which would allow
setting up some well controlled and secure bulk file exchanging
between Windows an Unix? SMB is not going to be an option and
a VPN may not be an option, either (there are technical reasons
for that but they are
2002 Apr 25
1
limiting metadata updates
Is there a way to specify to rsync that metadata should NOT be updated
unless the object was created, or the contents of a file was modified.
Specifically, what I want to do is use rsync to "install" a file tree
of a few changes (a package being replicated to multiple machines after
it has been compiled). The problem is that the file tree created to
hold the files from the install does