Displaying 20 results from an estimated 400 matches similar to: "scp: write stdout: Broken pipe error (Tru64 UNIX)"
2000 May 03
2
SIA support patches for Tru64 UNIX
I think I'm ready with the SIA (Security Integration Architecture) patches
for Tru64 UNIX. All of the code was written by Tom Woodburn, an engineer
at Compaq. I've only performed integration and testing of the patches with
more help from Tom. Tom's original patches were included in the "other"
ssh. We'd both like to see SIA support get into OpenSSH.
SIA provides PAM-like
2009 Mar 12
0
scp hangs
Hello!
scp hangs while copying file over a certain size. Here's the output of
scp in verbose mode:
scp -v test.pdf pc:
Executing: program /usr/bin/ssh host pc, user (unspecified), command
scp -v -t .
OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009
debug1: Reading configuration data /home/user/.ssh/config
debug1: Applying options for pc
debug1: Reading configuration data
2000 Jul 05
0
openssh compile error on TRU64 4.0D
L.S
We have a problem compiling the latest ssh (openssh2.1.1p2) on TRU64 Unix
4.0D
we got the following error message
...
auth1.c:507: `saved_argv' undeclared (first use in this function)
....
auth1.c:509: warning: passing arg 4 of `sia_validate_user' discards
qualifiers from pointer target type
*** Exit 1
where line 509 ===>
(sia_validate_user(NULL, saved_argc, saved_argv,
2000 Jan 18
1
Tru64 UNIX plans?
Is anyone currently working on adding support for Tru64 UNIX's enhanced
security to OpenSSH?
2000 Apr 26
1
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=95669367427640&w=2 (fwd)
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
---------- Forwarded message ----------
Date: Tue, 25 Apr 2000 19:55:56 -0600 (MDT)
From: Theo de Raadt <deraadt at cvs.openbsd.org>
To: djm at cvs.openbsd.org, markus at cvs.openbsd.org, provos at
2006 Oct 20
1
skipping growing files?
Is there a way to instruct rsync to ignore a file that is currently
growing in size? For example, a file is currently being uploaded to
the source machine while another client is using rsync to pull down
files. Can rsync detect and skip said file instead of copying
whatever is there already?
I suppose a -mtime like feature would also solve this problem for me
in that the client could
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
SuperRedCloth v1.160 and svn rev 163 don''t work the textile commands
that specify table headers instead of table data.
Here''s a simple test:
require ''superredcloth''
w = "|_. a|_. b|_. c|\n|1|2|3|"
h = SuperRedCloth.new(w).to_html
puts h
<table>
<tr>
<td>_. a</td>
2009 Mar 04
4
Again: Next libvorbis release?
Hi there,
I maintain the libvorbis, libogg and vorbis-tool package for Fink <http://finkproject.org/
>. Recently I had time to wonder about those again. In particular,
since I was informed libsndfile self-tests fails with 1.2.0, but not
with a version dubbed 1.2.1rc1 somebody sent me. Also trunk seems to
contain security fixes.
In https://trac.xiph.org/browser/trunk/vorbis/CHANGES
2016 Oct 18
6
CyberPower SX650G no driver.
Got the:
git clone git://github.com/networkupstools/nut.git
To work. Had to all so do this:
apt-get install autoconf
apt-get install libtool
Did put driver = usbhid-ups in the /etc/nut/ups.conf file like you said.
Here is what I got for it all:
root at odroid-u2:~/nut# ./autogen.sh
Calling autoreconf...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying
2000 Oct 15
1
Patch for Digital Unix SIA authentication
A while back, I sent in a patch that added Digital Unix SIA
authentication to OpenSSH. Well, I just figured out that it didn't
handle everything correctly (locked accounts could still log in). I
thought I had checked that, but I guess I missed it.
Anyway, here is a patch against OpenSSH 2.2.0p1 that fixes this.
--
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator
2007 Feb 07
0
log to stdout?
Hello,
I have mongrel_rails supervised via runit, and it would be helpful if it could
log everything to stdout so it can be captured with svlogd.
Is it possible to tell mongrel to log everything to stdout? What about rails?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius -
2007 Jan 21
1
logging to stdout
Hey,
I''m using mongrel supervised via runit. I''d like to capture mongrel logs with
svlogd, which just requires logging to stdout/stderr. But, the Rails app is
logging in its own log directory.
Is there a way to make both mongrel and Rails log to stdout/stderr?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things
2007 Aug 16
0
Redirect STDOUT?
If I''m not mistaken, BackgroundRB itself redirect STDOUT. Daemons
redirects STDOUT to dev/null. What are your thoughts on re-re-
directing STDOUT? I''d like to use an existing library within
BackgroundRB that has extensive use of puts, and I''m not sure of the
best way to get that output back in a useful place. Your thoughts are
appreciated.
Erik
2007 Sep 22
1
Runing a script under cron. Append stdout and stderr to a log file, propagate stderr back to cron for email reporting
Dear List,
I want to run a rsync-ing script in cron, generating a very verbose
-vv rsync log in a log file. The log file should combine both stderr
and stdin, which is easy:
backup.sh >>/var/log/backup.log 2>&1
However, I would like to propagate only stderr to cron - in case there
has been an error, cron will mail me the assembled stderr output.
I tried the following:
$
2007 Sep 23
0
Runing a script under cron. Append stdout and, stderr to a log file, propagate stderr back to cron for email, reporting
"Alexander Georgiev" <alexander.georgiev at gmail.com> wrote:
> I want to run a rsync-ing script in cron, generating a very verbose
> -vv rsync log in a log file. The log file should combine both stderr
> and stdin, which is easy:
>
> backup.sh >>/var/log/backup.log 2>&1
>
> However, I would like to propagate only stderr to cron - in case
2008 Mar 15
1
How to get the stdout of linux process
I noted that when using createprocess, it is possible to get the output of a dos
batch file. However if a linux script or program is called instead, it run but
the stdout of linux processing can not be read by wine. Does anyone know how to
do it?
regards,
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
I'm doing some work with hpda-tftpd--0.48.
All output is to syslog -- this is inconvenient when running interctivitly.
tftpd has a no daemonize flag -- this is not used either started it normally or from the sample inetd...
I'm thinking of doing:
my_syslog(int priority, const char *format, ...)
{
va_list ap;
va_start(ap, format);
if(use_tty == TRUE)
2006 Feb 15
0
$stderr and $stdout are send as part of http response
I am stuck with this issue for some time and I need your help/thoughts.
I am using Ruby 1.8.3 and Rails 0.14.2, running on Linux (Fedora) and
lighttpd.
When ever there is an exception while parsing RSS feeds or Webservice
call,error messages and logs are shown on the browser. This happens only
when there is an exception thrown and on Linux.
lighttpd has write access to the log files. Am I
2004 Jun 16
0
Send login messages to stderr not stdout
Hi all.
The old (~3.6.x) PAM code used to send PAM messages to stderr, whereas
the new generic loginmsg code sends them to stdout, and it sends an
extra newline. I think stderr is probably right, but the extra \n
should probably be removed either way.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with
2011 Sep 13
1
Heroku failed to push: fatal: sha1 file '<stdout>' write error: Invalid argument
When I try to push my app to Heroku I get this error:
OCA@OCA-PC /c/rails/oca (master)
$ git push heroku master
Enter passphrase for key ''/c/Users/OCA/.ssh/id_rsa'':
Counting objects: 913, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (797/797), done.
Read from remote host heroku.com: Connection reset by peer
fatal: sha1 file