I ran truss on both cvs and ssh and they stop at the following points: cvs: open("/home/avatar/.cvsignore",0x0,0666) ERR#2 'No such file or directory' access("/home/avatar/.cvswrappers",0) ERR#2 'No such file or directory' pipe() = 3 (0x3) pipe() = 5 (0x5) vfork() = 14645 (0x3935) close(3) = 0 (0x0) close(6) = 0 (0x0) fcntl(0x4,0x2,0x1) = 0 (0x0) fcntl(0x5,0x2,0x1) = 0 (0x0) getdtablesize() = 7322 (0x1c9a) fcntl(0x4,0x3,0x0) = 2 (0x2) fcntl(0x5,0x3,0x0) = 2 (0x2) __sysctl(0xbfbffa08,0x2,0x281cb29c,0xbfbffa04,0x0,0x0) = 0 (0x0) break(0x80d5000) = 0 (0x0) fstat(4,0xbfbff850) = 0 (0x0) break(0x80d9000) = 0 (0x0) write(4,0x80d5000,372) = 372 (0x174) fstat(5,0xbfbff8a0) = 0 (0x0) break(0x80dd000) = 0 (0x0)
ssh: socket(0x2,0x1,0x0) = 3 (0x3) . . . open("/home/avatar/.ssh/known_hosts",0x0,0666) = 4 (0x4) fstat(4,0xbfbfca00) = 0 (0x0) read(0x4,0x8076000,0x1000) = 4096 (0x1000) read(0x4,0x8076000,0x1000) = 4096 (0x1000) read(0x4,0x8076000,0x1000) = 1212 (0x4bc) close(4) = 0 (0x0) write(3,0x8070000,16) = 16 (0x10) write(3,0x8070000,48) = 48 (0x30) select(0x4,0x806c360,0x0,0x0,0x0) = 1 (0x1) read(0x3,0xbfbfd900,0x2000) = 48 (0x30) write(3,0x8070000,64) = 64 (0x40) select(0x4,0x806c360,0x0,0x0,0x0) = 1 (0x1) read(0x3,0xbfbfd8f0,0x2000) = 80 (0x50) stat("/home/avatar/.ssh/identity",0xbfbff6d0) ERR#2 'No such file or directory' stat("/home/avatar/.ssh/id_rsa",0xbfbff6d0) ERR#2 'No such file or directory' stat("/home/avatar/.ssh/id_dsa",0xbfbff6d0) ERR#2 'No such file or directory' write(3,0x8070000,96) = 96 (0x60) //David On Sunday 15 December 2002 22:44, David Holm wrote: > Hi, > after updating my -CURRENT today (sun dec 15) I can no longer connect to my > local cvs and sshd. > cvs returns: > > Connection closed by 217.208.105.23 > cvs [commit aborted]: end of file from server (consult above messages if > any) > > and ssh returns: > > Connection closed by 217.208.105.23 > > Both these worked flawlessly before the update, the previous version I was > running on was about 2 weeks old. > The thing is, if I try to connect from remote I have no problems accessing > both cvs and ssh. And apache seems unaffected, I can access my webserver > both locally and remotely. > > I have not modified my fiewall since the upgrade, but just in case, it > looks like this: > > 00050 divert 8668 ip from any to any via rl0 > 00100 allow ip from any to any via lo0 > 00200 deny ip from any to 127.0.0.0/8 > 00300 deny ip from 127.0.0.0/8 to any > 01050 deny ip from any to any dst-port 139 via rl0 > 01100 deny ip from any to any dst-port 587 via rl0 > 01150 deny ip from any to any dst-port 783 via rl0 > 01200 deny ip from any to any dst-port 901 via rl0 > 01250 deny ip from any to any dst-port 1024 via rl0 > 65000 allow ip from any to any > 65535 deny ip from any to any > > > //David Holm > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message