similar to: connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused

Displaying 20 results from an estimated 1000 matches similar to: "connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused"

2001 May 09
1
OpenSSH 2.9p1 on 4.3BSD based system
Dear developpers, I successfully compiled OpenSSH 2.9p1 which I get via CVS with a little modification. Patch is available at http://www.rc.tutrp.tut.ac.jp/~nakaji/install/NEWS/utils/ref/openssh_cvs-news4.diff.gz But one problem remains. In config.h.in, there is a definition about strftime function /* Define if you have the `strftime' function. */ #undef HAVE_STRFTIME but this
2000 Aug 30
1
[Need help] sshd cannot work on mips-sony-bsd
Hi, I tried openssh on my SONY NEWS-OS 4.2.1R which is 4.3BSD based system. I modified a little(*) to compile openssh and the compilation was successful. Ssh worked but sshd didn't work. I checked the output of 'sshd -d'. It says error: open /dev/tty failed - could not set controlling tty: No such device or address when connected from remote host (FreeBSD 5-current) with ssh. And
2001 Jun 28
1
`_POSIX_VDISABLE' undeclared
Dear developpers, I'm using OpenSSH_2.9p1 with prngd on my Sony NEWS-OS 4.2.1R. NEWS-OS 4.x is based on 4.3BSD and lack of many POSIX and ANSI features. Today I tried to make the latest openssh_cvs and got the following error, gcc -g -O2 -Wall -O -I. -I.. -I. -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c readpassphrase.c readpassphrase.c: In function `readpassphrase':
2001 Dec 07
1
CVS server not responding
Hi, the anonymous CVS server for portable OpenSSH does not want to talk to me: > % cvs upd -Pd > cvs [update aborted]: connect to bass.directhit.com:2401 failed: Connection refused Looking at http://www.openssh.com/portable.html, ":pserver:cvs at bass.directhit.com:/cvs" is still the recommended repository. Is this a known problem? -- Kent Engstr?m, Link?ping University
2001 Dec 17
1
What's the problem with the CVS repository?
Hi, at least for three days now I can't update my sources from CVS. When connecting to the CVS server I'm getting a cvs [update aborted]: connect to bass.directhit.com:2401 failed: Connection refused message. I'd like to make a `cvs diff' since I have an important patch related to a SEGV in the Cygwin sshd. What's the problem with bass.directhit.com? Corinna -- Corinna
2000 Dec 13
1
Anonymous CVS, Snapshot mirrors available
Thanks to the generosity of Rob Hagopian <rob at hagopian.net>, portable OpenSSH now has a public anonymous CVS tree and a mirror of the snapshots on a fast (colocated) machine. The nightly snapshots are now available from: http://bass.directhit.com/openssh_snap/ Please use these instead of the mindrot.org ones (which will be going away soon). To checkout the CVS tree, issue the
2000 Dec 13
1
Anonymous CVS, Snapshot mirrors available
Thanks to the generosity of Rob Hagopian <rob at hagopian.net>, portable OpenSSH now has a public anonymous CVS tree and a mirror of the snapshots on a fast (colocated) machine. The nightly snapshots are now available from: http://bass.directhit.com/openssh_snap/ Please use these instead of the mindrot.org ones (which will be going away soon). To checkout the CVS tree, issue the
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/ Starting tonight I plan on tracking changes very closely with the OpenBSD tree. I need people to test the latest snapshot (9/14 at of right now) and report success or failure on compiling. I am starting this now because we are looking at a code freeze soon and I really want to ensure it compiles and runs on all existing platforms. So we (the portable
2000 Mar 16
0
Compilation and solving problem on mips-sony-bsd.
Hello, I'm trying samba-2.0.6 on my Sony NEWS-OS 4.2.1aRD which is based on 4.3BSD, having trouble with compilation. Also I have question and want be helped to solve the problem. Yes, I can compile it with dirty hack which is found at ftp://ftp.tutrp.tut.ac.jp/pub/sony-news/samba/samba-news4.diff There are some problems about this old and specific system. 1. It does not have setvbuf(). 2.
2001 Feb 06
16
sftp client
As of Sunday evening, OpenSSH has an interactive sftp client. It should be in the more recent snapshots. It would be appreciated if you could test new client and find all the bugs :) Please also have a read of the manpage and ensure that it matches what is implemented. I am working on fixing the ones that I know about, so please try to stay up to date with the snapshots. Thanks, Damien
2002 Mar 15
0
OpenSSH on mips-sony-bsd
Dear developpers, I have some problem with the latest openssh available via CVS. The target host is detected as mips-sony-bsd, SONY NEWS-OS 4.2.1R, which is an old type OS based on 4.3BSD. At first, this system has VSTATUS defined but no _POSIX_VDISABLE which both are used in openbsd-compat/readpassphrase.c. Second, some header files on this OS do not include <sys/types.h> and it causes
2005 May 26
0
vid%203b3676be-52e1-11d9-a9e7-0001020eed82
Dear Security Team, Ports/japanese/samba is updated to ja-samba-2.2.12-j1.0beta1, which fixes CAN-2004-1154. Please update the portaudit database. >>>>> In <200505242242.j4OMglSA099193@repoman.freebsd.org> >>>>> Pav Lucistnik <pav@FreeBSD.org> wrote: > pav 2005-05-24 22:42:47 UTC > FreeBSD ports repository > Modified files: >
2001 Feb 08
5
Daily snapshots...
All, How can I get at the daily snapshots? When I go to the website, www.openssh.com, and follow the Linux link to portable.html and then go to request the daily snapshot from http://bass.directhit.com/openssh_snap/, I get prompted for a user id and password. Needless to say, I ain't got. That's real useful. Use to be, I could get the snapshots from the ftp site. Then things
2001 Jan 08
2
openssh-2.3.0p1 fails to transport rsync
Hi, I had previously noticed some peculiar log entries of the form error: error: channel 0: internal error: we do not read, but chan_read_failed for istate 8 in my logs. They were harmless as far as I was concerned. I checked the list archives, where the same logs have been reported and no solution was presented. Recently I tried to use rsync over ssh for backup purposes. The remote end
2001 Jan 07
1
[PATCH] Caching passphrase in ssh-add.
The patch below does two things. 1. If invoked with no arguments, attempt to add both RSA and DSA keys. 2. Remember the last successful passphrase and attempt to use it on subsequent key files which are added. Note that the latter part of the patch extends the period of time during which the passphrase is held in clear text in the ssh-add process, but doesn't introduce any _new_
2001 Apr 24
10
Call for testing for coming 2.9 release.
If we can get people to test their platforms against the last snapshot/cvs tree I'd be greatful. (http://www.openssh.com/portable.html) I know NeXT platform has problems. I'm going to spend tonight looking at it. Also, take a moment to see what manpage type ./configure decided for your system and if it's 'cat' please let us know. Thanks. - Ben
2001 Oct 05
1
Bass response with Ogg Vorbis
I'm a bass player, I admit it. I came across a number of people talking about bass response with Ogg Vorbis and it piqued my interest, I live for this stuff. I am using the Ogg files to distribute songs as converted right from the 32 bit masters. This is a much different thing than ripping a 16 bit CD audio file that has been mushed and compressed much before it winds up as an Ogg file. When
2001 Dec 13
0
3.0.2p1 on mips-sony-bsd
Hi, A little change of openbsd-compat/readpassphrase.c is needed for the target mips-sony-bsd, which has VSTATUS defined in termios.h but not have _POSIX_VDISABLE nor VDISABLE in termios.h. -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.0.2p1.diff Type: application/octet-stream Size: 597 bytes Desc: not available Url :
2008 Dec 07
1
Issue with signals with lots of bass
Hi, We've just found an issue when encoding signals that have very powerful bass (e.g. a loud 40 Hz tone). Turns out that was a combination of the MDCT leakage with some inefficiency in the VQ search. There's a tentative fix for that in git, which I'm encouraging everyone to test. To enable the fix, look for these lines in alg_quant() (vq.c): #if 0 if (K > (N>>1)) Just
2001 Nov 02
3
RC2 and bass
Well, this may not be unique to RC2. I believe this is the first time I have noticed it. It is definitely the first time I have vorbis encoded this song. Try encoding They Might Be Giants - Istanbul. Go to offset around 50 seconds. It should say "Maybe people just like it better that way." However, the maybe is pretty bassy (low pitch) and is just gone. Anyway, RC2 is so much