[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question about pty,agetty for an intermediate virtual server image
From: |
ng0 |
Subject: |
question about pty,agetty for an intermediate virtual server image |
Date: |
Fri, 31 Mar 2017 12:59:56 +0000 |
Hi,
before I go ahead and create an intermediate image - I'd like to explore
the option of getting IN-Berlin closer into the creation of the 'deploy'
process of Guix which is being worked on - I need to find out how the
redirection to "/sbin/agetty --keep-baud 115200 38400 9600 ttyS0 vt102"
can be honored.
As far as I understand, we use mingetty which according to the mingetty
manpages is not suited for tasks agetty can do.
IN-Berlin runs a Consoleserver which redirects ssh logins to it via
"virsh console $vserver" to the /sbin/agetty (on debian vservers) on
your server. The KVM configuration can be seen below.
How can I achieve this (the agetty part) with GuixSD?
----- Forwarded message from Andreas Herrmann -----
Date: Fri, 31 Mar 2017 14:26:25 +0200
From: Andreas Herrmann
To: ng0, Kontakt fuer neue Teilnehmer
Subject: Re: [info] server image format?
Hallo,
On 31.03.2017 13:39, ng0 wrote:
> Ich glaube als vorrübergehende, individuelle Lösung würde das
> funktionieren. Das "aber" folgt weiter unten.
> Da stellt sich mir jetzt nur die Frage zu dem Konsolenserver. Muss ich
> da irgendwas besonderes beachten damit ich nicht versehentlich ein Image
> generiere was gar nicht mehr ansprechbar ist? Könnt ihr mir da die Daten
> geben welche ich beachten muss, oder hängt das nur von normalen,
> unspezifizierten virtuellen konsolen ab? Da haben wir standardmäßig die
> services 'term-tty1' bis 'term-tty6' welches soweit ich weiss über mingetty
> kommt
> (https://www.gnu.org/software/guix/manual/guix.html#index-mingetty_002dconfiguration).
>
> man mingetty sagt allerdings:
> mingetty is a minimal getty for use on virtual consoles. Unlike
> agetty(8), mingetty is not suitable for serial lines. I recommend using
> mgetty(8) for this purpose.
>
Der "Konsolenserver" ist ein direkte Umleitung auf ein
"/sbin/agetty --keep-baud 115200 38400 9600 ttyS0 vt102"
auf deinem VServer via
virsh console $vserver
Die VServer haben in dazu KVM folgendes konfiguriert:
<console type='pty'>
<target type='serial' port='0'/>
</console>
Gruß, Andreas
----- End forwarded message -----
- question about pty,agetty for an intermediate virtual server image,
ng0 <=