[Bug 217711] New: telnet should either work without or depend on krb5-server
https://bugzilla.novell.com/show_bug.cgi?id=217711 Summary: telnet should either work without or depend on krb5- server Product: openSUSE 10.2 Version: Beta 1 Platform: Other OS/Version: SuSE Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jigish.gohil@gmail.com QAContact: qa@suse.de On SLE10, SUSE 10.1 and openSUSE 10.2, installing and activating telnet service works, however it gives out this error when trying to connect: telnetd: /usr/lib/mit/sbin/login.krb5: No such file or directory So if telnet depends on the package krb5-server for working, that package should be installed along with telnet, and if it doesnt depend on it, then it should work without that file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217711 cthiel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |mskibbe@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217711 mskibbe@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal ------- Comment #2 from mskibbe@novell.com 2006-11-05 23:56 MST ------- i think this is not a major bug => normal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217711 ------- Comment #3 from tpatzig@novell.com 2006-11-07 05:44 MST ------- on openSUSE 10.2 everything works fine, i can not reproduce the error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217711 tpatzig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jigish.gohil@gmail.com ------- Comment #4 from tpatzig@novell.com 2006-11-07 06:14 MST ------- also on SLES10 everything works fine. After starting the the telnet server, the telnet client could connect: telnet xxxx Trying xxx.xxx.xxx.xxx... Connected to xxxx. Escape character is '^]'. Welcome to SUSE Linux Enterprise Server 10 (x86_64) - Kernel 2.6.16.21-0.8-default (1). xxxx login: Password: Maybe, you've used the additional option -f/-F in the telnet client for forwarding the kerberos authentication and the client can't find your kerberos files...? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217711 jigish.gohil@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Component|Basesystem |Basesystem Info Provider|jigish.gohil@gmail.com | Product|openSUSE 10.2 |SUSE Linux 10.1 Resolution| |INVALID ------- Comment #5 from jigish.gohil@gmail.com 2006-11-07 08:11 MST ------- Apologies for marking it for 10.2, here is the sequence of test I ran on SLES10. There could have been error at this end, would try on a fresh install of SLES10 and reopen if it persists. CRG:~ # telnet 192.168.0.4 Trying 192.168.0.4... Connected to 192.168.0.4. Escape character is '^]'. linux-bck7 (Linux release 2.6.16.21-0.8-default #1 Mon Jul 3 18:25:39 UTC 2006) (3) login: geeko Password for geeko: login: Cannot resolve network address for KDC in requested realm while getting initial credentials Last login: Tue Nov 7 20:19:56 from linux-bck7 geeko@linux-bck7:~> sux - Password: linux-bck7:~ # cat /etc/SuSE-release SUSE Linux Enterprise Server 10 (i586) VERSION = 10 linux-bck7:~ # cat /etc/xinetd.d/telnet service telnet { socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/in.telnetd disable = no } linux-bck7:~ # rpm -e krb5-server linux-bck7:~ # exit logout geeko@linux-bck7:~> exit logout Connection closed by foreign host. CRG:~ # telnet 192.168.0.4 Trying 192.168.0.4... Connected to 192.168.0.4. Escape character is '^]'. linux-bck7 (Linux release 2.6.16.21-0.8-default #1 Mon Jul 3 18:25:39 UTC 2006) (3) telnetd: /usr/lib/mit/sbin/login.krb5: No such file or directory . Connection closed by foreign host. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com