Samba rlimit on OpenBSD 6.5

2019-05-22 Thread Stephane HUC "PengouinBSD"
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, all. How resolve 'rlimit' in Samba on OpenBSD 6.5? $ testparm rlimit_max: increasing rlimit_max (512) to minimum Windows limit (16384) Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (512) to minimum Windows

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Janne Johansson
Den ons 22 maj 2019 kl 12:52 skrev Roderick : > Hallo! > As far as I read in WWW, OpenBSD do run on VMware ESXi out of the box. > What does run better on amd64 virtual machine? i386 or amd64? > Are there reasons to preffer one to the other? > The ESX template for 64-bit comes with more recent

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Reyk Floeter
On Wed, May 22, 2019 at 01:43:35PM +0200, Janne Johansson wrote: > Den ons 22 maj 2019 kl 12:52 skrev Roderick : > > > Hallo! > > As far as I read in WWW, OpenBSD do run on VMware ESXi out of the box. > > What does run better on amd64 virtual machine? i386 or amd64? > > Are there reasons to

CGI scripts 500 internal server error during concurrent post operation.

2019-05-22 Thread Kihaguru Gathura
Hi, While testing, concurrent posting to a cgi script from two separate browsers causes an 500 internal server error on one browser but successful submission on the other. That indicates that the more users one has, the higher the chance that more people would be accessing the script at the same

[patch] use acme-client to sign certificated with ecdsa keys

2019-05-22 Thread Renaud Allard
Hello, This is a short patch to let acme-client accept ECDSA keys now that letsencrypt accepts signing certificates with those keys. This functionality is present in certbot, so it might be a good idea to let acme-client accept that too. The key needs to be generated manually i.e.: openssl

OpenBSD on VMware ESXi

2019-05-22 Thread Roderick
Hallo! As far as I read in WWW, OpenBSD do run on VMware ESXi out of the box. What does run better on amd64 virtual machine? i386 or amd64? Are there reasons to preffer one to the other? Any recommendations in general? Current or stable? I have a virtual server, just for testing, at the

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Tom Smyth
Hi Roderick, use amd64 ... as it offers better mitigation's and has better support overall also if your hypervisor / machine offers nested virtualisation you would be able to run vmm inside your machine... i386 does not have support for vmm anymore use stable if you want to run in production,

Re: OpenBSD on VMware ESXi

2019-05-22 Thread R0me0 ***
Vmware ESXI detects as FreeBSD 32bit. Set network interface to vmxnet3. Also you can use pvscsi driver ( I had some issues with filesystem corruption, there is a weird bug, but there is a workaround.) In general buslogic is more resilient. Regards, Em qua, 22 de mai de 2019 às 14:26, mxb

Re: OpenBSD on VMware ESXi

2019-05-22 Thread mxb
I think FreeBSD or any Linux template will work just fine and add vmxnet3. However, last I checked (1year ago) vmxnet3 been less stable than e1000 under pressure. Sent from my iDevice > 22 мая 2019 г., в 13:47, Reyk Floeter написал(а): > >> On Wed, May 22, 2019 at 01:43:35PM +0200, Janne

Re: sh : COMMAND LINE EDITING when relevant?

2019-05-22 Thread Ingo Schwarze
Hi Rudolf, hi Jason, Rudolf Sykora wrote on Wed, May 22, 2019 at 02:34:31PM +0200: > Ingo Schwarze writes: >> Rudolf Sykora wrote: >>> after reading the sh man page I have been wondering: >>> When is the line editing mode described just after the >>> 'COMMAND HISTORY AND COMMAND LINE EDITING'

Re: sh : COMMAND LINE EDITING when relevant?

2019-05-22 Thread Jason McIntyre
On Wed, May 22, 2019 at 04:32:00PM +0200, Ingo Schwarze wrote: > Hi Rudolf, hi Jason, > > Rudolf Sykora wrote on Wed, May 22, 2019 at 02:34:31PM +0200: > > Ingo Schwarze writes: > >> Rudolf Sykora wrote: > > >>> after reading the sh man page I have been wondering: > >>> When is the line

Re: sh : COMMAND LINE EDITING when relevant?

2019-05-22 Thread Rudolf Sykora
Dear Ingo, Ingo Schwarze writes: >> after reading the sh man page I have been wondering: >> When is the line editing mode described just after the >> 'COMMAND HISTORY AND COMMAND LINE EDITING' heading relevant? > > Near the beginning, the sh(1) manual page contains this paragraph: > > This

Re: sh : COMMAND LINE EDITING when relevant?

2019-05-22 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Wed, May 22, 2019 at 03:53:39PM +0100: > i'd prefer > > When > .Cm vi > command line editing mode is enabled > .Pq set -o vi , i see your point that fat clumps of markup are not always better, in particular when the text marked up only

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Roderick
Of course never booted: /var/log/messages is empty. :) I was too sleepy and optimistic.

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Rudy Baker
There's a bug in ESXI 6.5 specifically with vmxnet 3. We we're using Linux when it was noticed but anytime one of our floating ips (haproxy, keepalived) would switch to the node with vmxnet 3, instant kernel panic. I wonder if the problem is happening to you.

Re: OpenBSD on Soekris net4801

2019-05-22 Thread Alberto Mijares
> What kernel did you install? I know I'm running i386 on mine, and I'm > also sure I'd be running amd64 if I could, so I'd say the 4801 can't > handle amd64 kernels. I installed i386, of course. Are you running 6.5 on yours? > > I never had any trouble booting from a serial console. The

Re: OpenBSD on Soekris net4801

2019-05-22 Thread Chris Zakelj
When I set my 4801 up years and years ago, I did it by using an IDE>CF adapter on an old Athlon system I had hanging around rather than messing around with virtual images, PXE booting, or the like. The Geode processor is roughly equivalent to a Pentium II, so use i386 images. Past that, from my

Re: OpenBSD on Soekris net4801

2019-05-22 Thread Edgar Pettijohn
On May 22, 2019 6:05 PM, Chris Zakelj wrote: > > When I set my 4801 up years and years ago, I did it by using an IDE>CF > adapter on an old Athlon system I had hanging around rather than messing > around with virtual images, PXE booting, or the like.  The Geode processor > is roughly equivalent

Re: OpenBSD on Soekris net4801

2019-05-22 Thread Alberto Mijares
> > I tried doing the virtual image thing with mine and couldn't get it to work. > I ended up doing the same. You can get cf to USB adapters fairly cheap. And > did the initial install with my laptop then logged in and fixed the > networking stuff. I later did a fresh install over pxe using the

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Igor Podlesny
On Wed, 22 May 2019 at 23:06, Stuart Henderson wrote: [...] > vmxnet3 suffers kernel panics under some conditions, e1000 is rock solid > for me. Any known similarities in regards of vio -- VirtIO network device (bhyve, KVM, QEMU, and VirtualBox)? -- End of message. Next message?

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Stuart Henderson
No idea, I don't run those. -- Sent from a phone, apologies for poor formatting. On 22 May 2019 17:20:16 Igor Podlesny wrote: On Wed, 22 May 2019 at 23:06, Stuart Henderson wrote: [...] vmxnet3 suffers kernel panics under some conditions, e1000 is rock solid for me. Any known

OpenBSD on Soekris net4801

2019-05-22 Thread Alberto Mijares
Hi guys, I'm new on this list. Greetings everyone. Here is my case: I installed OpenBSD on a 4GB Flash Card by attaching the card to a Bhyve VM as a "ahci-hd" custom drive. Then, booted the VM and disabled a few of services. Also disabled kernel and libs randomization, since it's not needed and

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Stuart Henderson
On 2019-05-22, Reyk Floeter wrote: > > But unfortunately, there is no openbsd template. So use "Other 64bit" > and enable vmxnet3 manually, as mentioned in vmx(4): > > The following entry must be added to the VMware configuration file to > provide the vmx device: > >

Re: Samba rlimit on OpenBSD 6.5

2019-05-22 Thread Stuart Henderson
On 2019-05-22, Stephane HUC "PengouinBSD" wrote: > > Hi, all. > > How resolve 'rlimit' in Samba on OpenBSD 6.5? > > $ testparm > > rlimit_max: increasing rlimit_max (512) to minimum Windows limit (16384) > Load smb config files from /etc/samba/smb.conf > rlimit_max: increasing rlimit_max (512) to

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Adam Thompson
On 2019-05-22 09:25, mxb wrote: I think FreeBSD or any Linux template will work just fine and add vmxnet3. However, last I checked (1year ago) vmxnet3 been less stable than e1000 under pressure. Don't use the Linux templates. I would recommend against using the FreeBSD templates, and go

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Roderick
I thanks a lot! I need a litle more help, I do not want to give up. :) I use now the terms of the provider, I do not like virtual machines and have no experience with them. I loaded cd65.iso in the providers platform as "other 64-bit OS image". Then I loaded it in the (virtual) DVD rom and

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Steven Shockley
On 5/22/2019 6:46 AM, Roderick wrote: > Any recommendations in general? Current or stable? I've had bad luck with softupdates and OpenBSD on ESXi when the ESXi datastore is on nfs. (Encountered on ESX 5.0, 5.1, and 5.5; I must not learn from my mistakes.) From what I can tell, if the nfs

amdgpu report on rx460

2019-05-22 Thread Peter Piwowarski
I've tried the new amdgpu driver on my RX460 (4G VRAM), and it seems to work reasonably. KMS picks up the appropriate console resolution, and X appears to work. There is some strange behavior with xrandr when setting rotation on one of my displays (1920x1200->1200x1920) that I don't quite

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Roderick
On Wed, 22 May 2019, Roderick wrote: The installed system seems to boot. Or perhaps not. I put in /etc/hostname.vmx0 with the help of cd65.iso: dhcp. But got no connection. Dificult to know without console. In the rescue disk was "dhclient vmx0" enough for getting connection. I did MBR,

Re: OpenBSD on Soekris net4801

2019-05-22 Thread Monah Baki
Have you tried boot> stty com0 38400 boot> set tty com0 On Wed, May 22, 2019 at 2:14 PM Alberto Mijares wrote: > Hi guys, > > I'm new on this list. Greetings everyone. > > Here is my case: > > I installed OpenBSD on a 4GB Flash Card by attaching the card to a > Bhyve VM as a "ahci-hd" custom