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!


pgpcL87NbpmIu.pgp
Description: OpenPGP digital signature


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 instance to base services. Make its 
tty optional.

... "fixes" the problem here.





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. Then I tried ...

(define %my-services
  (modify-services %base-services
   (agetty-service-type config =>
(agetty-configuration
 (tty "ttyS1")
 (baud-rate "115200")

I can confirm that ...

root@g1 /home/g1# sudo echo 123 > /dev/ttyS1

... produces "123" on the serial line.

guix (GNU Guix) 0.14.0.2487-58246

config attached (my G54)

TIA - George

sys.scm
Description: Binary data