>>301 んと、それって >ssh -debug localhost でしょうか? それだと、 $ ssh --debug localhost Last login: Mon Oct 21 01:42:02 2002 from localhost Fanfare!!! You are successfully logged in to this server!!! Connection to localhost closed by remote host. Connection to localhost closed. としかでないんですよ。 んで、 $/sshd --debug Bad owner or mode for /var/empty ってな感じです。
と、 サービスとして立ち上げてる場合に、 ssh -v localhost とした結果は OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Reading configuration data /etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/yamashiro/.ssh/identity type 0 debug1: identity file /home/yamashiro/.ssh/id_rsa type 1 debug1: identity file /home/yamashiro/.ssh/id_dsa type 2 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 debug1: match: OpenSSH_3.4p1 pat OpenSSH* Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.4p1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received
コンパイルできなかったんですが、 どうすればいいでしょう。ソースをいじるしかないのでしょうか? In file included from src/ipc/semtool.c:38: /usr/include/sys/sem.h:93: field `sem_perm' has incomplete type src/ipc/semtool.c:42: redefinition of `union semun' src/ipc/semtool.c: In function `createsem': src/ipc/semtool.c:129: `IPC_CREAT' undeclared (first use in this function)
いちおう、ログっす。 --------------- my-room@V:$ mount E:\v\bin on /usr/bin type system (binmode) E:\v\lib on /usr/lib type system (binmode) E:\v on / type system (binmode) c: on /cygdrive/c type user (binmode,exec) d: on /cygdrive/d type user (binmode,exec) e: on /cygdrive/e type user (binmode,exec) f: on /cygdrive/f type user (binmode,exec) j: on /cygdrive/j type user (binmode,exec) k: on /cygdrive/k type user (binmode,exec) t: on /cygdrive/t type user (binmode,exec)
$ mount (略) c: on /c type system (binmode,noumount) (略) $ cygpath -u `cygpath -d "c:\Program Files\Microsoft Office\Office"` /c/PROGRA~1/MICROS~2/Office
-------------------- cygpath.exe: unknown option -- d Usage: cygpath.exe [-p|--path] (-u|--unix)|(-w|--windows [-s|--short-name]) filename -a|--absolute output absolute path -c|--close handle close handle (for use in captured process) -f|--file file read file for path information -u|--unix print Unix form of filename -w|--windows print Windows form of filename -s|--short-name print Windows short form of filename -W|--windir print `Windows' directory -S|--sysdir print `system' directory -p|--path filename argument is a path -i|--ignore ignore missing argument
$ csc.exe Microsoft (R) Visual C# .NET Compiler version 7.00.9466 for Microsoft (R) .NET Framework version 1.0.3705 Copyright (C) Microsoft Corporation 2001. All rights reserved.
fatal error CS2008: 入力が指定されていません。 (が,実行はできる)
$ which csc.exe /cygdrive/c/WINNT/Microsoft.NET/Framework/v1.0.3705/csc.exe (もちろんwhichもできる)