Re: python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
On Sun, Oct 13, 2024 at 04:39:05PM +0200, bi...@iscarioth.org wrote: > > Have you tried to do `pkg_add -U python-tkinter` ? I just did and it worked, thank you. However, here's what happened: # pkg_add -U python-tkinter quirks-7.50 signed on 2024-10-12T15:08:24Z python-tkinter-3.11.10p0:python-3

Re: Mouselaggingandstopping;

2024-10-13 Thread Isaac Meerleo
Confirmed working in latest snapshot. Thank you! On Sat, Oct 12, 2024 at 5:43 PM Michael Joy wrote: > Resolved in the latest snapshot > > > > > Sent with Proton Mail secure email. > > On Friday, October 11th, 2024 at 5:31 PM, Isaac Meerleo < > spritskills...@gmail.com> wrote: > > > > Running cur

python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
Hi, Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To date, it can't be installed. Best, -- Robert

Re: python-tkinter in 7.6

2024-10-13 Thread Kirill A . Korinsky
On Sun, 13 Oct 2024 09:54:50 +0200, Robert Alessi wrote: > > Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To > date, it can't be installed. > I just suceffuly installed python-tkinter on 7.6/amd64: $ doas pkg_add -a python-tkinter quirks-7.50 signed on 2024-10-12T15:

Re: 7.6 - pinentry-qt* crashes my X session

2024-10-13 Thread Rafael Sadowski
On Thu Oct 10, 2024 at 08:13:52PM GMT, Piotr K. Isajew wrote: > On Thu, Oct 10, 2024 at 05:15:59PM +0200, Rafael Sadowski wrote: > > > I have no use-case for it but I built it from ports and started > > without any options: > > > > # pinentry > > Loading the "qt_" catalog failed for locale QLocal

Re: python-tkinter in 7.6

2024-10-13 Thread Jon Tibble
On 13/10/2024 10:02, Kirill A. Korinsky wrote: On Sun, 13 Oct 2024 09:54:50 +0200, Robert Alessi wrote: Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To date, it can't be installed. I just suceffuly installed python-tkinter on 7.6/amd64: $ doas pkg_add -a python-tki

Re: Memory upgrade

2024-10-13 Thread Christian Schulte
On 10/12/24 18:33, Philip Guenther wrote: > On Sat, Oct 12, 2024 at 3:58 AM Christian Schulte wrote: >> >> On 10/11/24 15:05, Claudio Jeker wrote: >>> On Fri, Oct 11, 2024 at 03:00:23PM +0200, Christian Schulte wrote: On 10/11/24 13:57, Stuart Henderson wrote: > On 2024-10-09, obs...@loop

NASM ELF Issues

2024-10-13 Thread ramonaz...@icloud.com
Hi!  I'm having some issues with the NASM port ( 2.16.03 ) or if its the linking process. When running the linked ELF, It'll write some sort of garbage / corrupted ELF on the filesystem with question marks that can't be deleted, along with an error about the ELF. I was thinking it was maybe m

Re: python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
On Sun, Oct 13, 2024 at 11:02:29AM +0200, Kirill A. Korinsky wrote: > I just suceffuly installed python-tkinter on 7.6/amd64: > > $ doas pkg_add -a python-tkinter > python-tkinter-3.11.10p0: ok p0? Strange. Thanks, I'll look into it.

Re: python-tkinter in 7.6

2024-10-13 Thread bilal
On 2024-10-13T14:11:24.000+02:00, Jon Tibble wrote: > On 13/10/2024 10:02, Kirill A. Korinsky wrote: > > >On Sun, 13 Oct 2024 09:54:50 +0200, > > Robert Alessi wrote: > > > > > > > > Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To > > > date, it can't be installe

clever grep..

2024-10-13 Thread Dan
Hello, "Nicely reengineering" my webserver settings I got into a mistake filling the nginx conf of my personal website, that likely last for one nice day..only: http://mydeeds.orghttp://mydeeds.orghttp://mydeeds.orghttp://mydeeds.orghttp://mydeeds.orghttp://mydeeds.orghttp://mydeeds.orghttp://myd

patches in snapshots (Re: CVS: cvs.openbsd.org: src)

2024-10-13 Thread Lorenz (xha)
hi, i'd like to kindly ask if the patches that are included in snapshots could somehow be provided to the people running the snapshots, in some way, like source-changes@? one part of free and open source software is that i know which code i am running. and i am obviously totally fine with testing

Re: IPv6 static host address inside dynamic network

2024-10-13 Thread Chris Ross
> On Sep 3, 2024, at 16:48, Chris Ross wrote: >> On Sep 3, 2024, at 10:28, Mike Fischer wrote: >> >> There are two parts to this: >> - The IPv6 prefix. >> - The IID. >> >> The changes of the IPv6 prefix are generally triggered from the outside >> (Internet provider). So here some mechanism t

Re: clever grep..

2024-10-13 Thread Mike Fischer
> Am 14.10.2024 um 04:35 schrieb Dan : > > grep "return 301 $host$request_uri" *.conf The shell will interpret any $… sequences in double quotes as variables. Use single quotes or try to escape the $ characters. HTH Mike

Re: IPv6 static host address inside dynamic network

2024-10-13 Thread Mike Fischer
> Am 14.10.2024 um 04:58 schrieb Chris Ross : > > > >> On Sep 3, 2024, at 16:48, Chris Ross wrote: >>> >>> >>> On Sep 3, 2024, at 10:28, Mike Fischer wrote: >>> >>> There are two parts to this: >>> - The IPv6 prefix. >>> - The IID. >>> >>> The changes of the IPv6 prefix are generally tri

Temporary Windows10 install to update firmware causes later OpenBSD installer 'failed to install bootblocks'

2024-10-13 Thread Chris Billington
(Panasonic CF-SZ6 Let's Note laptop, AMD64, UEFI) In an effort to isolate the cause of Touchpad detection failure on 7.5/7.6, I temporarily installed Windows 10 on the disk to update the UEFI and EC firmwares, as the existing versions were very old and I couldn't find another way to update them.

Re: Temporary Windows10 install to update firmware causes later OpenBSD installer 'failed to install bootblocks'

2024-10-13 Thread Jane Doe
On Monday, October 14th, 2024 at 05:32, Chris Billington wrote: > (Panasonic CF-SZ6 Let's Note laptop, AMD64, UEFI) > > In an effort to isolate the cause of Touchpad detection failure on > 7.5/7.6, I temporarily installed Windows 10 on the disk to update the > UEFI and EC firmwares, as the exis