All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Telnet server in target file system
@ 2015-08-18 14:04 Ran Shalit
  2015-08-18 15:34 ` Baruch Siach
  2015-08-19  4:30 ` Jonathan Ben Avraham
  0 siblings, 2 replies; 3+ messages in thread
From: Ran Shalit @ 2015-08-18 14:04 UTC (permalink / raw)
  To: buildroot

Hello,

I would like to ask how is best to add telnet support in target file system.
Is it required to add NETKITTELNET package
Symbol: BR2_PACKAGE_NETKITTELNET

Or is it suffecient to add TELNETD option in busybox.

Regards,
Ran

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Telnet server in target file system
  2015-08-18 14:04 [Buildroot] Telnet server in target file system Ran Shalit
@ 2015-08-18 15:34 ` Baruch Siach
  2015-08-19  4:30 ` Jonathan Ben Avraham
  1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2015-08-18 15:34 UTC (permalink / raw)
  To: buildroot

Hi Ran,

On Tue, Aug 18, 2015 at 05:04:26PM +0300, Ran Shalit wrote:
> I would like to ask how is best to add telnet support in target file system.
> Is it required to add NETKITTELNET package
> Symbol: BR2_PACKAGE_NETKITTELNET
> 
> Or is it suffecient to add TELNETD option in busybox.

The netkittelnet package is not in Buildroot since the 2014.02 release[1]. For 
more recent Buildroot versions your only option is to modify the Busybox 
.config to add TELNETD.

[1] http://git.buildroot.net/buildroot/commit/?id=560fe85bf7fb81956e80848c8bb28d7a6d00a2a2

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Telnet server in target file system
  2015-08-18 14:04 [Buildroot] Telnet server in target file system Ran Shalit
  2015-08-18 15:34 ` Baruch Siach
@ 2015-08-19  4:30 ` Jonathan Ben Avraham
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Ben Avraham @ 2015-08-19  4:30 UTC (permalink / raw)
  To: buildroot

Hi Ran,
See reply below...

On Tue, 18 Aug 2015, Ran Shalit wrote:

> Date: Tue, 18 Aug 2015 17:04:26 +0300
> From: Ran Shalit <ranshalit@gmail.com>
> To: buildroot at busybox.net
> Subject: [Buildroot] Telnet server in target file system
> 
> Hello,
>
> I would like to ask how is best to add telnet support in target file system.
> Is it required to add NETKITTELNET package
> Symbol: BR2_PACKAGE_NETKITTELNET
>
> Or is it suffecient to add TELNETD option in busybox.
>
> Regards,
> Ran
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

Quoting Arnaud Aujon arnaud.aujon on this list from Fri Dec 13 17:51:45 
UTC 2013:

"The 'netkittelnet' package has been removed, since it has been deprecated 
since 2012.11. 'busybox' provides a telnet client and should be used 
instead."

See also in the menuconfig top level menu "Legacy config options  --->" 
"netkittelnet has been removed". If you select a legacy option, or you try 
to build a rootfs using a new Buildroot version with an old .config file 
that has the BR2_PACKAGE_NETKITTELNET set, then the Buildroot make will 
fail with

Makefile.legacy:12: *** "You have legacy configuration in your .config! 
Please check your configuration.".  Stop.
make[1]: Leaving directory `/home/yba/x86_64/buildroot'
make: *** [all] Error 2

So yes, use the BusyBox telnetd server.

Best regards,

  - yba


-- 
  9590 8E58 D30D 1660 C349  673D B205 4FC4 B8F5 B7F9  ~. .~  Tk Open Systems
=}-------- Jonathan Ben-Avraham ("yba") ----------ooO--U--Ooo------------{=
mailto:yba at tkos.co.il tel:+972.52.486.3386 http://tkos.co.il skype:benavrhm

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-19  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 14:04 [Buildroot] Telnet server in target file system Ran Shalit
2015-08-18 15:34 ` Baruch Siach
2015-08-19  4:30 ` Jonathan Ben Avraham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.