rskallies

Results 4 comments of rskallies

I build their example https://github.com/lucas-clemente/quic-go/blob/master/example/echo/echo.go and tested it on mips, it does not work either: ``` root@GL-E750:~# ./echo panic: timeout: no recent network activity goroutine 1 [running]: main.main() ./echo.go:30 +0x84...

Can be fixed by running `ln -s ~/.bash_profile ~/.profile` when logged in

Yes for me it also did not work as expected. I then just changed the root user shell /etc/passwd from /bin/sh to /bin/zsh and now it works until the add-on...

Indeed. The commit 629ed2041233b1916ad54fd89ee2afe62b28d2c3 updated the base image to Alpine 3.20.0. In this Alpine base image there is no /bin/ash in the password file entry for the root user anymore....