bug#30589: serial login not working

2018-03-08 Thread Danny Milosavljevic
Hi George, On Thu, 08 Mar 2018 09:04:24 -0500 George myglc2 Clemmer wrote: > On 03/08/2018 at 12:16 Danny Milosavljevic writes: > > > Please try current master now. > > Hi Danny, Yes that fixed it here, thanks. - George Great! Thanks for your patience!

bug#30589: serial login not working

2018-03-08 Thread George myglc2 Clemmer
On 03/08/2018 at 12:16 Danny Milosavljevic writes: > Please try current master now. Hi Danny, Yes that fixed it here, thanks. - George guix (GNU Guix) 0.14.0.3087-3e25d

bug#30589: serial login not working

2018-03-08 Thread Danny Milosavljevic
Yeah, there was a discussion about how the reading of the Linux command line in shepherd was too early. I've now changed the agetty service to read it later. Please try current master now.

bug#30589: serial login not working

2018-03-07 Thread myglc2
On 02/23/2018 at 21:19 George myglc2 Clemmer writes: > The recent move of agetty-service into #base-services caused serial > login to stop working here. I can confirm that reverting ... 7e0a6fac0 * services: mingetty: Move tty optionality to agetty. 5a9902c8a * services: agetty: Add agetty

bug#30589: serial login not working

2018-02-23 Thread George myglc2 Clemmer
The recent move of agetty-service into #base-services caused serial login to stop working here. Previously this worked ... (agetty-service (agetty-configuration (tty "ttyS1") (baud-rate "115200"))) First I tried removing the lines above.