bug#58290: guile ssh error on guix deploy

2023-01-30 Thread Ludovic Courtès
Hi, The bug should be fixed with the upgrade to Guile-SSH 0.16.3 in commit e6f557dd23fbb298afa92dba3133ed985e560699. Thanks Artyom for the prompt fix & release! Ludo’.

bug#58290: guile ssh error on guix deploy

2023-01-24 Thread Andrew Tropin
On 2023-01-23 22:50, Ludovic Courtès wrote: > Hi Artyom, > > "Artyom V. Poptsov" skribis: > >> I figured out how to fix Guile-SSH channel "leak", so to say, that lead >> to the OpenSSH "no more sessions" problem. >> >> Please run your tests with this branch and let me know if it works for >> you

bug#58290: guile ssh error on guix deploy

2023-01-23 Thread Ludovic Courtès
Hi Artyom, "Artyom V. Poptsov" skribis: > I figured out how to fix Guile-SSH channel "leak", so to say, that lead > to the OpenSSH "no more sessions" problem. > > Please run your tests with this branch and let me know if it works for > you (including all the edge cases): > https://github.com/a

bug#58290: guile ssh error on guix deploy

2023-01-23 Thread Artyom V. Poptsov
Hello, I figured out how to fix Guile-SSH channel "leak", so to say, that lead to the OpenSSH "no more sessions" problem. Please run your tests with this branch and let me know if it works for you (including all the edge cases): https://github.com/artyom-poptsov/guile-ssh/tree/wip-fix-channel-l

bug#58290: guile ssh error on guix deploy

2023-01-22 Thread Artyom V. Poptsov
Hello Ludovic, Andrew and all, thank you for reporting the bug! The code for reproducing the bug was very helpful indeed, I just slightly modified the it: --8<---cut here---start->8--- (use-modules (ssh session) (ssh popen) (ssh auth)

bug#58290: guile ssh error on guix deploy

2023-01-12 Thread Ludovic Courtès
A simpler reproducer: --8<---cut here---start->8--- (use-modules (ssh session) (ssh popen) (ssh auth) (rnrs io ports)) (define session (make-session #:host "HOST-OF-YOUR-CHOICE")) (session-parse-config! session) (connec

bug#58290: guile ssh error on guix deploy

2023-01-12 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Nov 3 21:50:28 capella sshd[26115]: debug1: server_input_channel_open: ctype > session rchan 66 win 64000 max 32768 > Nov 3 21:50:28 capella sshd[26115]: debug1: input_session_request > Nov 3 21:50:28 capella sshd[26115]: debug1: channel 10: new [server-session] >

bug#58290: guile ssh error on guix deploy

2022-11-10 Thread Andrew Tropin
On 2022-11-04 00:47, Marius Bakke wrote: > Ludovic Courtès skriver: > >> Hi, >> >> Marius Bakke skribis: >> >>> I have the same problem. Log messages around failure look something >>> like this (extracted from above message): >>> >>> Oct 4 11:51:49 localhost shepherd[1]: Service sshd-2 has b

bug#58290: guile ssh error on guix deploy

2022-11-03 Thread Marius Bakke
Ludovic Courtès skriver: > Hi, > > Marius Bakke skribis: > >> I have the same problem. Log messages around failure look something >> like this (extracted from above message): >> >> Oct 4 11:51:49 localhost shepherd[1]: Service sshd-2 has been started. >> Oct 4 11:51:50 localhost sshd[250

bug#58290: guile ssh error on guix deploy

2022-10-18 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > I have the same problem. Log messages around failure look something > like this (extracted from above message): > > Oct 4 11:51:49 localhost shepherd[1]: Service sshd-2 has been started. > Oct 4 11:51:50 localhost sshd[250]: Accepted publickey for bob from >

bug#58290: guile ssh error on guix deploy

2022-10-17 Thread Marius Bakke
Ludovic Courtès skriver: > Hi, > > Andrew Tropin skribis: > ice-9/boot-9.scm:1685:16: In procedure raise-exception: Throw to key `guile-ssh-error' with args `("channel-open-session" "Channel opening failure: channel 67 error (2) open failed" #>>> (closed) 7f7d1af9e140> #f)'. >>>

bug#58290: guile ssh error on guix deploy

2022-10-17 Thread Ludovic Courtès
Hi, Andrew Tropin skribis: >>> ice-9/boot-9.scm:1685:16: In procedure raise-exception: >>> Throw to key `guile-ssh-error' with args `("channel-open-session" "Channel >>> opening failure: channel 67 error (2) open failed" #>> (closed) 7f7d1af9e140> #f)'. >> >> Are there any hints from sshd in th

bug#58290: guile ssh error on guix deploy

2022-10-13 Thread Andrew Tropin
On 2022-10-08 14:39, Ludovic Courtès wrote: > Hi! > > Andrew Tropin skribis: > >> From time to time I get the following error, the only thing I change is >> IPv6 config in static-networking service. Sometimes it fails, but after >> a few more attempts with the same config it deploys sucessfully.

bug#58290: guile ssh error on guix deploy

2022-10-08 Thread Ludovic Courtès
Hi! Andrew Tropin skribis: > From time to time I get the following error, the only thing I change is > IPv6 config in static-networking service. Sometimes it fails, but after > a few more attempts with the same config it deploys sucessfully. > > -*- mode: compilation; default-directory: "~/work

bug#58290: guile ssh error on guix deploy

2022-10-04 Thread Andrew Tropin
From time to time I get the following error, the only thing I change is IPv6 config in static-networking service. Sometimes it fails, but after a few more attempts with the same config it deploys sucessfully. --8<---cut here---start->8--- -*- mode: compilation;