FVWM2 and alternatives [was Re: When will be created a great desktop experience for OpenBSD?]

2019-10-30 Thread Stuart Longland
On 29/10/19 7:43 pm, Walter Alejandro Iglesias wrote: > Another long term fvwm2 user here. > > I move my hands off the keyboard (to reach arrows, Pg*, Home, End, keys > or the mouse) only when I'm forced to. That's why the first feature I > test in a window manager is its switch focus behavior

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread tom ryan
On 2019-10-29 20:19, PJ wrote: > Am 28.10.19 um 23:52 schrieb Stuart Henderson: >> On 2019-10-28, Andy Lemin wrote: >>> Hi guys, >>> >>> Does anyone know if it is possible to completely disable ftp in the package >>> management utilities; pkg_add, syspatch, sysupgrade etc? >>> >>> My PKG_PATH

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread PJ
Am 30.10.19 um 07:32 schrieb tom ryan: > On 2019-10-29 20:19, PJ wrote: >> Am 28.10.19 um 23:52 schrieb Stuart Henderson: >>> On 2019-10-28, Andy Lemin wrote: Hi guys, Does anyone know if it is possible to completely disable ftp in the package management utilities; pkg_add,

Re: OpenBSD VM on ESXi: uvn_flush: obj=0xfffffd813ee78298, offset=0x33f000. error during pageout.

2019-10-30 Thread Jurjen Oskam
On Tue, Oct 29, 2019 at 01:25:10PM -0700, Mike Larkin wrote: > On Tue, Oct 29, 2019 at 09:16:42PM +0100, Jurjen Oskam wrote: [...] > > uvn_flush: obj=0xfd813ee78298, offset=0x33f. error during pageout. > > uvn_flush: WARNING: changes to page may be lost! > > uvn_flush: obj=0x0,

Re: Will future programmers probably warn people not to use high-level programming languages just as most programmers today warn people not to use assembler?

2019-10-30 Thread Stuart Longland
On 30/10/19 3:17 am, Nathan Hartman wrote: > On Tue, Oct 29, 2019 at 7:41 AM Clark Block wrote: > >> Just as most programmers today warn people not to use assembler, probably >> future programmers will warn people not to use high-level programming >> languages. > > In the future, computers will

Re: Will Theo de Raadt and other OpenBSD developer answer this topic (https://marc.info/?l=openbsd-misc=157234932505571=2)?

2019-10-30 Thread Dmitry O
Why should they answer ? It is philosophy and not related to OpenBSD. On Wed, Oct 30, 2019 at 5:52 AM Clark Block wrote: > Will Theo de Raadt and other OpenBSD developer answer this topic ( > https://marc.info/?l=openbsd-misc=157234932505571=2)? >

Re: Display flickers after upgrade to 6.6

2019-10-30 Thread Jeff
On Sat, 19 Oct 2019 17:59:41 +0200 Federico Giannici wrote: > On 2019-10-19 16:17, Andre Stoebe wrote: > > Hi, > > > > I ran into the same issue this morning. Disabling the compositor > > worked for me, but I noticed later that this is also documented in > > the package readme: > > > > Screen

Re: Will future programmers probably warn people not to use high-level programming languages just as most programmers today warn people not to use assembler?

2019-10-30 Thread Jeff
On Tue, 29 Oct 2019 14:12:12 -0400 Mike wrote: > On 10/29/2019 1:17 PM, Nathan Hartman wrote: > > On Tue, Oct 29, 2019 at 7:41 AM Clark Block > > wrote: > >> Just as most programmers today warn people not to use assembler, > >> probably future programmers will warn people not to use high-level

Re: Will Theo de Raadt and other OpenBSD developer answer this topic (https://marc.info/?l=openbsd-misc=157234932505571=2)?

2019-10-30 Thread Nick Holland
On 2019-10-29 23:50, Clark Block wrote: > Will Theo de Raadt and other OpenBSD developer answer this topic ( [...link to drivel deleted...] What, are you looking for someone to provide comments on your term paper? Ok, You did cite a reference, not proper bibliography format. It's been a long

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2019-10-30 Thread prx
* List le [29-10-2019 21:44:43 +0100]: > On Sun, 27 Oct 2019 21:29:41 -0700 > Jordan Geoghegan wrote: > > > On 2019-10-27 17:29, Chris Narkiewicz wrote: > > > Rspamd stop rc script doesn't work in OpenBSD 6.6. > > > > > > 1. Fresh OpenBSD 6.6 installation > > > 2. pkg_add rspamd > > > 3. rcctl

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread Andrew Lemin
Hi gents, Sorry for the slow reply, and thank you for all your responses! :D Raf, you are correct. It seems that the ftp client is performing an http(s) downloads. To me this seems unusual (was expecting 'curl' or 'wget' etc to avoid code duplication) and confusing? What do you think? Stuart,

[6.6] PostgreSQL server: fail to auth

2019-10-30 Thread PengouinBSD
Hi, On my OpenBSD server, run with 6.6, I installed Postgresql server. I have a problem with auth. solene@ is informed of this problem; but I'll tell you about it. Perhaps you have a solution? FYI: I start completely with Postgresql. Usually I use MySQL* Postgresql has just been installed.

Re: How can I contribute code to openbsd

2019-10-30 Thread Jeff
On Mon, 30 Sep 2019 08:32:57 -0400.449998863 Nick Holland wrote: > while ! dead; do > DoSomething. > submission="sucks" # Accept this. It's probably true. > while [[ $submission == "sucks" ]]; do > SubmitIt > AcceptCriticism > learn > if [[

Re: Strong Host Model in OpenBSD network stack

2019-10-30 Thread Bastian Kanbach
Hello all, thank you very much for your insights. Indeed I did not intend to start discussions whether the OpenBSD default makes sense or not. Actually I'd agree that using the Weak Model is beneficial since it wouldn't break routing functionality. My question was mainly about what the default

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread Theo de Raadt
Andrew Lemin wrote: > To me this seems unusual (was expecting 'curl' or 'wget' etc to avoid code > duplication) and confusing? What do you think? curl is not in openbsd wget is not in openbsd Maybe we should rename our downloading software to lemin, which is obviously a randomly chosen name

Re: How can I contribute code to openbsd

2019-10-30 Thread Chris Bennett
On Wed, Oct 30, 2019 at 12:28:35PM -0400, Jeff wrote: > P.S. Are there any urgent areas where the OpenBSD operating system > project is short-handed? > Yes! Just look under /usr/src, /usr/xenocara and /usr/ports Can't go wrong with that plan. :-) Chris Bennett

Re: [6.6] PostgreSQL server: fail to auth

2019-10-30 Thread PengouinBSD
Hi, and thanks. With your reply and lower letter is better. it seems not necessary to set at 'trust', just 'md5' into file pg_hba.conf. (gitea need 'md5') :D Le 30/10/2019 à 21:25, ch...@qatland.com a écrit : >> Hi, >> >> On my OpenBSD server, run with 6.6, I installed Postgresql server. >> >>

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-30 Thread Stuart Henderson
On 2019-10-30, Andrew Lemin wrote: > - But throws errors when I try and use flavours which is critical for > installing python for example (NB; This is a different error to before, > where I was getting 'timeout' instead of 'Invalid argument'); > [HOME]root@testbsd1:/local#pkg_add python%2 py-pip

Re: [6.6] PostgreSQL server: fail to auth

2019-10-30 Thread chuck
> Hi, > > On my OpenBSD server, run with 6.6, I installed Postgresql server. > > I have a problem with auth. solene@ is informed of this problem; but > I'll tell you about it. Perhaps you have a solution? > > FYI: I start completely with Postgresql. Usually I use MySQL* > Postgresql has just been

Thinkpad E585 usage report

2019-10-30 Thread Stefmorino
For those unaware, the E585 is a 2017 AMD Ryzen Thinkpad with Vega mobile graphics (similar to the A485 but cheaper). Due to its newness, I wasn't even sure if it was going to boot when I ordered it, but for the most part, everything works decently well. There are a few major problems, but