Re: [gentoo-user] Tailing compressed build logs

2023-03-08 Thread Bryan Gardiner
On Wed, 8 Mar 2023 14:13:35 +0100 Andreas Stiasny wrote: > On 07.03.23 05:35, Bryan Gardiner wrote: > > > but the following hangs with no output: > > > > tail -c +1 -f build.log.gz | gunzip > > I think you should either use gunzip -f --stdout instead of just > gunzip or use zcat. > >

Re: [gentoo-user] Tailing compressed build logs

2023-03-08 Thread Bryan Gardiner
Hi, On Tue, 07 Mar 2023 09:01:34 + Michael wrote: > On Tuesday, 7 March 2023 07:52:01 GMT Mickaël Bucas wrote: > > Le mar. 7 mars 2023 à 05:36, Bryan Gardiner a > > écrit : > > > Hi folks, > > > > > > How can I follow Portage's compressed build logs in real time as > > > they are

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Security
On Wed, 8 Mar 2023 12:30:55 -0600 Dale wrote: > Michael wrote: > > On Tuesday, 7 March 2023 18:11:01 GMT Dale wrote: > >> Michael wrote: > >>> On Sunday, 5 March 2023 18:41:10 GMT Dale wrote: > Howdy, > This is from the messages file.  I don't see it logged anywhere else.  > > It starts

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Dale
Michael wrote: > On Wednesday, 8 March 2023 18:30:55 GMT Dale wrote: > >> It starts at about 13:54. It seems to try to reconnect but can't. I got this >> by using tail -n and then grep openvpn on the end. >> >> >> Mar 1 13:53:32 fireball openvpn[27908]: >> [us-hou-v029.prod.surfshark.com]

Re: [gentoo-user] Trying to get my ME936 LTE/HSDPA+ 4G modem running

2023-03-08 Thread Security
On Wed, 8 Mar 2023 15:31:02 +0100 hitachi303 wrote: > Hello everyone, > > I am trying to get my Huawei ME936 LTE/HSDPA+ 4G modem running. It is > build in the laptop. > > #lsusb | grep -i huawei > Bus 003 Device 002: ID 12d1:15bb Huawei Technologies Co., Ltd. ME936 > LTE/HSDPA+ 4G modem > >

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Michael
On Wednesday, 8 March 2023 18:30:55 GMT Dale wrote: > It starts at about 13:54. It seems to try to reconnect but can't. I got this > by using tail -n and then grep openvpn on the end. > > > Mar 1 13:53:32 fireball openvpn[27908]: > [us-hou-v029.prod.surfshark.com] Inactivity timeout

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Dale
Michael wrote: > On Tuesday, 7 March 2023 18:11:01 GMT Dale wrote: >> Michael wrote: >>> On Sunday, 5 March 2023 18:41:10 GMT Dale wrote: Howdy, I use Surfshark and every once in a while, my VPN loses its connection. I sent the info from messages to Surfshark but the info they

[gentoo-user] Trying to get my ME936 LTE/HSDPA+ 4G modem running

2023-03-08 Thread hitachi303
Hello everyone, I am trying to get my Huawei ME936 LTE/HSDPA+ 4G modem running. It is build in the laptop. #lsusb | grep -i huawei Bus 003 Device 002: ID 12d1:15bb Huawei Technologies Co., Ltd. ME936 LTE/HSDPA+ 4G modem #lspci | grep -i huawei - nothing - #dmesg | grep -i huawei [

Re: [gentoo-user] Setting a fixed nameserver for openvpn

2023-03-08 Thread Michael
On Tuesday, 7 March 2023 18:11:01 GMT Dale wrote: > Michael wrote: > > On Sunday, 5 March 2023 18:41:10 GMT Dale wrote: > >> Howdy, > >> > >> I use Surfshark and every once in a while, my VPN loses its connection. > >> I sent the info from messages to Surfshark but the info they sent back > >> on

Re: [gentoo-user] Tailing compressed build logs

2023-03-08 Thread Andreas Stiasny
On 07.03.23 05:35, Bryan Gardiner wrote: but the following hangs with no output: tail -c +1 -f build.log.gz | gunzip I think you should either use gunzip -f --stdout instead of just gunzip or use zcat. Andreas