ikectl ca and subjectAltName for IKEv2 VPNs

2021-03-03 Thread David Newman
Apparently Apple iOS and iPadOS VPN clients now require a subjectAltName in the client cert, not just the CN, to set up IKEv2 VPN tunnels.* The subjectAltName can be the same as the CN; it just has to be present. Questions about this: 1. Does the 'ikectl ca certificate create' command support c

Re: GCC only on OpenBSD adds -L/usr/lib as prefix, why? Re: OpenBSD: Failing to link custom libpng to custom libz, any thoughts how fix?

2021-03-03 Thread Bob
On Wednesday, 3 March 2021 19:20, Marc Espie wrote: > On Wed, Mar 03, 2021 at 06:10:22PM +, Bob wrote: > > > Does that -L/usr/lib really need to be in the leading position??? > > I have zero idea how to do that purely in specs. Have fun tinkering. > > This is probably something we'll adopt but

Re: GCC only on OpenBSD adds -L/usr/lib as prefix, why? Re: OpenBSD: Failing to link custom libpng to custom libz, any thoughts how fix?

2021-03-03 Thread Bob
On Wednesday, 3 March 2021 16:21, Marc Espie wrote: > Do you have some actual reason to use gcc for that project instead of > clang ?... ... > But again: why gcc ? Hi Marc, Thank you very much for responding. I am in a special code project that is centered around unique GCC features and I can a

Re: GCC only on OpenBSD adds -L/usr/lib as prefix, why? Re: OpenBSD: Failing to link custom libpng to custom libz, any thoughts how fix?

2021-03-03 Thread Marc Espie
On Wed, Mar 03, 2021 at 06:10:22PM +, Bob wrote: > Does that -L/usr/lib really need to be in the leading position??? I have zero idea how to do that purely in specs. Have fun tinkering. This is probably something we'll adopt but low priority. > * Where is GCC's default specs file say fo

Re: 6.8 with gnome boots to xterm after upgrade

2021-03-03 Thread Ed Gray
Hi Sivan, I think you need to provide more details on your problem if you want some help at least a log from X and what is in your .xsession file. You also mentioned errors but don't say what they are. Did you upgrade the packages each time you upgraded the system? Regards Ed Gray On Wed, 3 Mar

Re: 6.8 with gnome boots to xterm after upgrade

2021-03-03 Thread Sivan !
On Wed, Mar 3, 2021, 22:38 Sivan ! wrote: > After sysupgrade -s, during which there were two or more automatic > reboots, freebsd, > OpenBSD. Sorry upgraded to 6.9 booted after asking password for ssh key, and started with > xvterm console. Startx attempted to switch to gui, but returned error

Re: Window Manager performance impact on applications

2021-03-03 Thread Ed Gray
Hi Mihai, What do you mean by slow moving? Are window operations like moving the window, maximizing, iconify slow or is Firefox slow performing? If it's Firefox, I have not had any issues on 6.8 but perhaps check the pkg-readme file if you haven't already for Cwm and Firefox. I don't know any se

6.8 with gnome boots to xterm after upgrade

2021-03-03 Thread Sivan !
After sysupgrade -s, during which there were two or more automatic reboots, freebsd, upgraded to 6.9 booted after asking password for ssh key, and started with xvterm console. Startx attempted to switch to gui, but returned errors. Please advise. Thank you

Window Manager performance impact on applications

2021-03-03 Thread Mihai Popescu
Hello, Technically speaking, is it possible for a window manager to have a performance impact on running applications in the GUI area? Real case: i had to run firefox very fast on a fresh snapshot install, so i used the default fvwm instead of cwm. The graphical response is instant, much much bet

Re: GCC only on OpenBSD adds -L/usr/lib as prefix, why? Re: OpenBSD: Failing to link custom libpng to custom libz, any thoughts how fix?

2021-03-03 Thread Marc Espie
Do you have some actual reason to use gcc for that project instead of clang ?... as far as -L goes you've got a lot of choices, between linking directly to the .so, linking with --nostdlib and putting back the pieces manually. it's been a long time since I've last looked at gcc, we've moved to