Ich habe vor kurzem einen neuen FreeBSD-Rechner eingerichtet und kann nicht scheinen, über Emacs Tramp zu verbinden. Es bleibt bei "Tramp: gefunden Remote Shell-Eingabeaufforderung auf 'broken.example.com'". (Hostnamen für Anonymität geändert)Emacs Tramp stecken bei 'Remote-Shell-Eingabeaufforderung gefunden' während Dateiabruf
Ich habe das Debugging auf 10 erhöht, wie ich vorgeschlagen habe, und es wird bei diesem Befehl stecken bleiben.
stty icanon erase ^H cols 32767
Dieser Befehl wird kontinuierlich in einer Schleife ausgeführt. Das vollständige Protokoll kann unter http://depht.com/temp/emacs-tramp-broken.example.com.txt
'stty -a' von broken.example.com heruntergeladen werden.
speed 9600 baud; 65 rows; 32767 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl tab0 -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
-dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^@; eof = ^D; eol = <undef>;
eol2 = <undef>; erase = ^H; erase2 = ^T; intr = ^C; kill = ^U;
lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;
Ich habe eine etwas ältere OpenBSD-Maschine, dass diese gleiche Emacs Tramp Client funktioniert gut mit, working.example.com. Das Protokoll einer Verbindung zu dieser Maschine ist bei http://depht.com/temp/emacs-tramp-working.example.com.txt
‚stty -a‘ von working.example.com
speed 9600 baud; 65 rows; 166 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
-extproc -xcase
iflags: -istrip icrnl -inlcr -igncr -iuclc ixon -ixoff ixany imaxbel
-ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -onocr -onlret -olcuc oxtabs -onoeot
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
cchars: discard = ^O; dsusp = ^@; eof = ^D; eol = <undef>;
eol2 = <undef>; erase = ^H; intr = ^C; kill = ^U; lnext = ^V;
min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
stop = ^S; susp = ^Z; time = 0; werase = ^W;
ich mit stty Einstellungen auf broken.example.com messed haben diejenigen arbeiten zu imitieren .example.com, aber ohne Erfolg. Ich verstehe nicht wirklich alle Einstellungen. Ein möglicher Angriffsweg ist 'sty pendin', was die Manpage von stty mit icanon in Verbindung bringt. Ich kann jedoch nicht auf broken.example.com festlegen. 'stty -dependin' ausgeführt entweder über Login-Skript oder nach der Anmeldung manuell führt nicht zu '-pendin' gesetzt werden.
An diesem Punkt bin ich völlig verloren, und jede Hilfe wäre sehr geschätzt. Vielen Dank im Voraus!!