Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread Paul Vixie
C. L. Martinez wrote: > >> `pkg install rtty` >> > Thanks Paul. But, do I need to start some daemon? the rtty documentation explains how to start it up. > And what options do > I need in bhyve command line?? Something like: "bhyve -A -H -P -W -c > 1 -u -l com1,/dev/rtty0..."?? you'll connec

Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread Harry Schmalzbauer
Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 15:29 (localtime): > On Fri, Feb 17, 2017 at 01:36:52PM +0100, Harald Schmalzbauer wrote: >> Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 09:50 (localtime): … >>> I have tried to add vnc channel, but it doesn't works ..:( >> I haven't ha

Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread C. L. Martinez
On Fri, Feb 17, 2017 at 01:36:52PM +0100, Harald Schmalzbauer wrote: > Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 09:50 (localtime): > > Hi all, > > > > How can I use more than one serial console for several bhyve guests? > > According to nmdm(4) man page only two nullmodem devices can

Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread Harald Schmalzbauer
Bezüglich C. L. Martinez's Nachricht vom 17.02.2017 09:50 (localtime): > Hi all, > > How can I use more than one serial console for several bhyve guests? > According to nmdm(4) man page only two nullmodem devices can be created: > nmdm0A and nmdm0B (and only nmdm0A can be assigned to one bhyve

Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread Boris Samorodov
Hi! 17.02.2017 11:50, C. L. Martinez пишет: How can I use more than one serial console for several bhyve guests? According to nmdm(4) man page only two nullmodem devices can be created: nmdm0A and nmdm0B (and only nmdm0A can be assigned to one bhyve guest). Then, how can I access to these bhyve

Re: Providing serial consoles to multiple bhyve guests

2017-02-17 Thread Paul Vixie
C. L. Martinez wrote: > Hi all, > > How can I use more than one serial console for several bhyve guests? `pkg install rtty` > According to nmdm(4) man page only two nullmodem devices can be > created: nmdm0A and nmdm0B (and only nmdm0A can be assigned to one > bhyve guest). Then, how can I acc

Providing serial consoles to multiple bhyve guests

2017-02-17 Thread C. L. Martinez
Hi all, How can I use more than one serial console for several bhyve guests? According to nmdm(4) man page only two nullmodem devices can be created: nmdm0A and nmdm0B (and only nmdm0A can be assigned to one bhyve guest). Then, how can I access to these bhyve guests? I have tried to add vnc