OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Hiltjo Posthuma
Hi, I have a question how OpenBSD ftp and session resumption works and can be enabled or used using the option -S session=somepath . If I remember correctly this option was added at the time to improve the performance of TLS handshakes for fetching OpenBSD packages from HTTPS mirrors. I'd also

Re: Howto do "a detailed cleanup with the aid of the sysclean package"?

2022-05-05 Thread David Rinehart
To Nobody in particular: Confucius is attributed with stating: "The beginning of wisdom is to call things by their proper name" I suggest that "sysclean" is not the name of the code inside this utility. The sysupgrade utility actually upgrades my system and fw_update updates my firmware. 

Two minor issues with GNOME (autologin/night light)

2022-05-05 Thread David Demelier
Hi there, Enjoying GNOME 41 on 7.1 (and on an other machine GNOME 42 on - current), I have encountered two minor issues: 1. The night light seems to have no effect. I don't think it's due to the use of X.Org rather than wayland, on my Linux machine I also use GNOME on Xorg without no issue.

Re: Two minor issues with GNOME (autologin/night light)

2022-05-05 Thread Antoine Jacoutot
On Thu, May 05, 2022 at 10:27:37AM +0200, David Demelier wrote: > Hi there, > > Enjoying GNOME 41 on 7.1 (and on an other machine GNOME 42 on - > current), I have encountered two minor issues: > > 1. The night light seems to have no effect. I don't think it's due to > the use of X.Org rather

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Hiltjo Posthuma
On Thu, May 05, 2022 at 02:32:04PM +0200, Theo Buehler wrote: > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > > Hi, > > > > I have a question how OpenBSD ftp and session resumption works and can be > > enabled or used using the option -S session=somepath . > > > > If I

Re: relayd blocking by IP

2022-05-05 Thread Marcus MERIGHI
Hello Stuart, Hello Fabio, thanks for reading and suggesting! fosf...@gmail.com (Fabio Martins), 2022.05.04 (Wed) 22:29 (CEST): > On Wednesday, May 4, 2022, Stuart Henderson > wrote: > > On 2022-05-04, Marcus MERIGHI wrote: > > > I need to block http/s traffic, but only for some Host: header

Re: relayd blocking by IP

2022-05-05 Thread Fabio Martins
On Thursday, May 5, 2022, Marcus MERIGHI wrote: > Hello Stuart, Hello Fabio, > > thanks for reading and suggesting! > > > Exactly, though it is going to be relayd that is listening and > forwarding to the application (or not, in case of geoblocking). > > Marcus > This way you are only blocking

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Theo Buehler
On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > Hi, > > I have a question how OpenBSD ftp and session resumption works and can be > enabled or used using the option -S session=somepath . > > If I remember correctly this option was added at the time to improve the > performance

Re: Two minor issues with GNOME (autologin/night light)

2022-05-05 Thread Stuart Henderson
On 2022-05-05, David Demelier wrote: > 2. The autologin feature does not seem to work. Even though enabled in > the GNOME users settings and it has edited the /etc/gdm/custom.conf the > file to add: > > AutomaticLoginEnable=True > AutomaticLogin=markand > > It still goes to the GDM login

Re: relayd blocking by IP

2022-05-05 Thread Stuart Henderson
On 2022-05-05, Fabio Martins wrote: > On Thursday, May 5, 2022, Marcus MERIGHI wrote: > >> Hello Stuart, Hello Fabio, >> >> thanks for reading and suggesting! >> >> >> Exactly, though it is going to be relayd that is listening and >> forwarding to the application (or not, in case of

QT App & CWM

2022-05-05 Thread David Anthony
Hello, I've recently installed 7.1 on a machine and run CWM. I noticed certain QT applications appear with distorted resolution - nearly take up my entire screen. Is there a configuration change I can make or package which addresses this? The app in question is KeepassXC FWIW.

Re: relayd blocking by IP

2022-05-05 Thread Fabio Martins
On Thursday, May 5, 2022, Stuart Henderson wrote: > > > not quite, PF is looking up the IP in the table to decide which port > number to use > > then the different port number is handled in relayd to pick between > two contexts: > > one does not inspect Host (for those requests coming from >

Re: QT App & CWM

2022-05-05 Thread Ilya
On 5/6/22 07:00, David Anthony wrote: Hello, I've recently installed 7.1 on a machine and run CWM. I noticed certain QT applications appear with distorted resolution - nearly take up my entire screen. Is there a configuration change I can make or package which addresses this? The app in

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Ted Unangst
On 2022-05-05, Ted Unangst wrote: > On 2022-05-05, Theo Buehler wrote: > > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > > > Is this option currently enabled and working? I haven't been able to see > > > session resumption being used when testing uses OpenBSD ftp. > > > >

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Ted Unangst
On 2022-05-05, Theo Buehler wrote: > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > > Is this option currently enabled and working? I haven't been able to see > > session resumption being used when testing uses OpenBSD ftp. > > Yes, it works, but only with TLSv1.2. For TLSv1.3

Re: QT App & CWM

2022-05-05 Thread Okan Demirmen
On Thu 2022.05.05 at 17:00 -0400, David Anthony wrote: > Hello, > > I've recently installed 7.1 on a machine and run CWM. I noticed certain QT > applications appear with distorted resolution - nearly take up my entire > screen. > > Is there a configuration change I can make or package which

Re: QT App & CWM

2022-05-05 Thread kelly
I had this issue awhile back and was able to resolve it by setting xrandr --dpi 96. I added it to my xsession. Not sure if this is a great solution, but it worked for me. Best, Kelly On Thu, May 05, 2022 at 05:00:24PM -0400, David Anthony wrote: Hello, I've recently installed 7.1 on a

Re: OpenBSD ftp and libtls: how to use session resumption with -S

2022-05-05 Thread Theo Buehler
On Thu, May 05, 2022 at 08:36:36PM -0400, Ted Unangst wrote: > On 2022-05-05, Ted Unangst wrote: > > On 2022-05-05, Theo Buehler wrote: > > > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote: > > > > Is this option currently enabled and working? I haven't been able to see > > > >