[Bug 5306] busybox 1.19.4 telnetd won't allow logins.

bugzilla at busybox.net bugzilla at busybox.net
Thu Jun 14 15:35:44 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5306

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> 2012-06-14 15:35:44 UTC ---
Do you have FEATURE_DEVPTS enabled?

Does bug go away if you flip it and rebuild?


config FEATURE_DEVPTS
        bool "Use the devpts filesystem for Unix98 PTYs"
        default y
        help
          Enable if you want BusyBox to use Unix98 PTY support. If enabled,
          busybox will use /dev/ptmx for the master side of the pseudoterminal
          and /dev/pts/<number> for the slave side. Otherwise, BSD style
          /dev/ttyp<number> will be used. To use this option, you should have
          devpts mounted.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list