Re: [x11/slock] Does not unlock - Set-group-ID on exec and setting group to 'auth' fixes it.

2020-05-06 Thread rsiddharth
Stuart Henderson writes: >> I tried re-installing it, currently I'm getting an error from pkg_add: >> >> cygnus# pkg_add slock >> https://cdn.openbsd.org/pub/OpenBSD/6.7/packages/amd64/: no such dir >> Can't find slock >> cygnus# cat installurl >> https://cdn.openbsd.org

Re: [x11/slock] Does not unlock - Set-group-ID on exec and setting group to 'auth' fixes it.

2020-05-06 Thread rsiddharth
Jeremie Courreges-Anglas writes: > I just tested it and it works fine. The perms look correct: > > shannon ~$ ls -l /usr/local/bin/slock > -rwxr-sr-x 1 root auth 23304 May 5 09:08 /usr/local/bin/slock > > >> I was able to fix this issue with: >> >> # chmod 2755 slock >> # chown :auth

[x11/slock] Does not unlock - Set-group-ID on exec and setting group to 'auth' fixes it.

2020-05-05 Thread rsiddharth
. ps: I'm running openbsd snapshots. - rsiddharth

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-02-03 Thread rsiddharth
Juan Francisco Cantero Hurtado writes: > Here is a simple workaround: > > # cd /etc/fonts/conf.d > # cat 71-no-ghostscript.conf > > > > > > /usr/local/share/fonts/ghostscript/* > > > > # > Thanks for the work around! It works. - rsiddharth.

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-02-03 Thread rsiddharth
Stuart Henderson writes: > It's because new pango doesn't support type1 or pcf bitmap fonts, such > as the ones pulled in by installing ghostscript. So, is this an upstream issue that needs to be reported to racket developers?

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-02-02 Thread rsiddharth
explain why this is happening. It would be great if someone looks into this. - rsiddharth.

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
rsiddharth writes: > I tried creating a new user (via adduser(8)) and ran DrRacket as > the new user; the text did rendered properly in the REPL and for my > version of the hello function[1]. > > [1]: https://ricketyspace.net/tmp/text.rkt Oops, typo. It is &

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
seems to be specific to my current installation, I'm going to re-install OpenBSD over the weekend. That will most probably solve the issue. Thank you very much for your help Juan. I appreciate it. - rsiddharth.

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
://ricketyspace.net/tmp/cygnus.pkgs Packages diff generated by daily insecurity output after I had ran the `pkg_add -Dinstalled -Viu` and `pkg_delete -a` you suggested: https://ricketyspace.net/tmp/cygnus.pkgs.diff The diff tells adobe-source-code-pro and cantarell-fonts were removed. I added them back and did `xset fp+ ...` and `fc-cache -fv` both as root and as a user. It didn't seem to solve the issue. - rsiddharth

[lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-11 Thread rsiddharth
utton in the top right. In the REPL that opens at the bottom, do: (hello) It would be great if this issue can be fixed in OpenBSD. Let me know if more information is needed from my end. - rsiddharth