OpenBSD 6.9

2021-05-01 Thread Oliver Marugg
Hi @Developers: Many thanks for this new release. @all others and me: Before upgrading your boxes, this is a good moment to donate some bucks to this project again. Have a smooth upgrade. -oliver

Merci 6.7

2020-05-20 Thread Oliver Marugg
Hi To all devs: Many thanks for your time and expertise for this new release. Upgrading my handful servers and thinkpad went through fine. As a user I am not really able to commit fancy tech diffs (just 1 typo;-). But yesterday I have already donated some bucks to support/appreciate the projec

Re: Server 5 SSD/best practice

2020-03-02 Thread Oliver Marugg
2020-02-20 11:22, Oliver Marugg wrote: Hi I’ve got a Supermicro 5028D desktop server with 5 identical SATA SSDs, there is no HBA no RAID card in. The purpose of the server is intended as web/smtp and some vmm vms (os plus /home & /var storage). What are your suggestions or best pract

Server 5 SSD/best practice

2020-02-20 Thread Oliver Marugg
Hi I’ve got a Supermicro 5028D desktop server with 5 identical SATA SSDs, there is no HBA no RAID card in. The purpose of the server is intended as web/smtp and some vmm vms (os plus /home & /var storage). What are your suggestions or best practices configuring the device arrangement (eg. sofr

Re: Tools for writers

2019-11-05 Thread Oliver Marugg
Hi Ingo Many thanks for your inputs concerning older, but interesting tools g/t-roff and refer(1). I didnt know them before. -oliver On 3 Nov 2019, at 16:41, Ingo Schwarze wrote: Hello, Xianwen Chen wrote on Sun, Nov 03, 2019 at 04:16:43PM +0100: I am interested in giving _groff_ and _gp

Ergonomic USB wired mouse

2019-08-19 Thread Oliver Marugg
Hi I am preparing switching my desktop from another OS to OpenBSD. Is anyone using an Evoluent USB Wired Mouse (C/4 or 4 small) with OpenBSD? Or any other great ideas about an ergonomic mouse working with OpenBSD? Many thanks. -oliver

Boot stops after probing vga0 failed

2019-06-28 Thread Oliver Marugg
Hi Trying to install OpenBSD 6.5 on a HP Microserver Gen10 with AMD X3421 via stick miniroot65.fs. I booted verbose 6.5-release and also snapshot from 28th June 2019, both with same result on that HW. During the legacy and UEFI boot process it stops, verbose in legacy bootload. I also tried d

Re: IPsec bandwidth perf on APU4C4

2019-06-13 Thread Oliver Marugg
On 13 Jun 2019, at 22:46, Stuart Henderson wrote: On 2019/06/13 20:08, mabi wrote: ‐‐‐ Original Message ‐‐‐ On Wednesday, June 12, 2019 10:26 PM, Stuart Henderson wrote: If you're on an old BIOS revision for the APU (more than a couple of months old), try updating, they have enable

Re: u-boot loader edgerouter

2018-10-15 Thread Oliver Marugg
upgrading uboot to newer version. On 10 Oct 2018, at 6:27, Holger Glaess wrote: hi did you upgrade the bootloader as well ? take a look at https://community.ubnt.com/t5/EdgeMAX-Updates-Blog/EdgeMAX-EdgeRouter-software-release-v1-10-6/ba-p/2466640 holger Am 08.10.2018 um 13:40 schrieb Oliver

Re: u-boot loader edgerouter

2018-10-08 Thread Oliver Marugg
Hi Did the test on my ERLs also: I upgraded to ubnts rel 1.10.7 and installed new firmware image via CLI. USB Stick Rebooted for installing OpenBSD snapshot in uboot: --- reset usb reset fatload usb 0 $loadaddr bsd.rd bootoctlinux rootdev=sd0 numcores=2 -- Installing octeon current snapshot of

Re: linux under vm on openbsd tutorial

2018-07-16 Thread Oliver Marugg
Hi Did you enable VT/Extendend Mem64 Technology and Excute Disable Bit support in BIOS? -oliver

Re: Installing a snapshot to a USB key using bsd.rd

2018-03-17 Thread Oliver Marugg
On 17 Mar 2018, at 4:59, Rodney Polkinghorne wrote: Hi This is my first post here, I appreciate how much work you all do, please be gentle. :-) Could someone please tell me how to install the latest snapshot, or point me at some instructions that work? I tried the following: 1. Download

Re: Trying to use OpenBSD as webserver, inside home network (ADSL internet connection)

2018-01-19 Thread Oliver Marugg
hi check: which device does nat for you. On that device configure portforwarding from external to internal, eg external ip:port to your internal host:port. test it from outside. ip forwarding on your OpenBSD laptop isnt necessary here, your laptop doesnt act as a router in your homesetup.

Re: Community-driven OpenBSD tutorials wiki?

2018-01-04 Thread Oliver Marugg
Hi In general an community driven openbsd wiki would be a good idea, for users like me (not developers). I would participate as far I am able to. But do not forget the OpenBSD FAQ and man pages are really well documented (thanks devs). -oliver On 4 Jan 2018, at 15:17, Andreas Thulin wrote:

Re: sysctl(8) didnt add parameter to sysctl.conf(5)

2017-12-27 Thread Oliver Marugg
On 27 Dec 2017, at 21:30, Theo de Raadt wrote: >> By entering as su/doas sysctl kern.bufcachepercent=80 shows me the >> change from default=20 to 80 as expected, but after a reboot the value >> is set again/still to 20 (%). > > sysctl changes the running state. It does not change that file > for

sysctl(8) didnt add parameter to sysctl.conf(5)

2017-12-27 Thread Oliver Marugg
Hi I installed 6.2-release/syspatched on new PC with a NVMe disk, via USB Stick made from miniroot62.fs. It works fine, but something is different from other 6.2 installs on other PC/server I've installed: By entering as su/doas sysctl kern.bufcachepercent=80 shows me the change from default=2

Re: Suggestions home server

2017-12-17 Thread Oliver Marugg
On 15 Dec 2017, at 10:24, Alex Waite wrote: I am considering buying a not so expensive home server. [snip] This might be a bit above "not so expensive" (~1,200), but I've been running this at home for just under a year and have been very pleased: http://www.supermicro.com/products/system/midto

Re: Suggestions home server

2017-12-17 Thread Oliver Marugg
On 15 Dec 2017, at 9:11, Noth wrote: On 14/12/17 20:40, Peter N. M. Hansteen wrote: On Thu, Dec 14, 2017 at 07:23:51PM +0100, Oliver Marugg wrote: The HPE Gen10 MicroServer (but BIOS only with contract or under warranty) could be as a possible solution (does anyone using it with OpenBSD

Re: Suggestions home server

2017-12-17 Thread Oliver Marugg
On 14 Dec 2017, at 20:40, Peter N. M. Hansteen wrote: On Thu, Dec 14, 2017 at 07:23:51PM +0100, Oliver Marugg wrote: The HPE Gen10 MicroServer (but BIOS only with contract or under warranty) could be as a possible solution (does anyone using it with OpenBSD?). The Gen8 works fine once you

Re: Re : Suggestions home server

2017-12-17 Thread Oliver Marugg
On 14 Dec 2017, at 20:24, gro...@grompf.net wrote: Bonjour, For my own personal purpose, i'm using coolermaster 110, 120, 130 cases with some asrock low cost and low power mini-itx boards.All other parts are common ones. It's not the «best & most power full setup» but it's silent and my sma

Suggestions home server

2017-12-14 Thread Oliver Marugg
Hi I am considering buying a not so expensive home server. Intended not for big storage, for some private webpresences, mail, spamd, and own/-nextcloud, a bit of DB, some 16+ RAM and space for 2-3 disks (softraid) would be enough, no number cruncher. And it should be a quiet and energy effici

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-15 Thread Oliver Marugg
On 13 Oct 2017, at 0:11, Mike Larkin wrote: On Thu, Oct 12, 2017 at 10:36:42PM +0200, Michał Koc wrote: On Thu, Oct 12, 2017 at 01:23:36PM +0200, Michał Koc wrote: On Sun, Oct 08, 2017 at 11:59:52PM +0200, Oliver Marugg wrote: On 7 Oct 2017, at 22:01, Mike Larkin wrote: On Sat, Oct 07

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-11 Thread Oliver Marugg
On 8 Oct 2017, at 23:59, Oliver Marugg wrote: Thanks Mike, will do so. The proxmox guys have also the idea that it could be a bug in kvm hypervisor (which is the hypervisor part for proxmox) and will affect OpenBSD since 4.9, they wrote me in their public forum. As far as I understood they

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-08 Thread Oliver Marugg
On 7 Oct 2017, at 22:01, Mike Larkin wrote: On Sat, Oct 07, 2017 at 02:19:58PM +0200, Oliver Marugg wrote: Just to add a 4th situation of hangs: Login via proxmox (pve)/kvm serial console (via noVNC), login successful: Vm guest in pve hangs, cpu usage at above 102%. Only way is to hard stop

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-07 Thread Oliver Marugg
Just to add a 4th situation of hangs: Login via proxmox (pve)/kvm serial console (via noVNC), login successful: Vm guest in pve hangs, cpu usage at above 102%. Only way is to hard stop the Vm guest. -oliver

Re: Openbsd 6.1 and Current Console Freezes and lockup Proxmox PVE5.0

2017-10-07 Thread Oliver Marugg
On 6 Oct 2017, at 20:21, Mike Larkin wrote: Every one of these images shows a panic on halt/reboot. Does this only happen to you on halt and reboot scenarios? -ml The images show in fact the only freeze/hangs I was able to catch with ddb and traces during a reboot after freshly builded 6.1-

Re: 6.1 amd64 errata 30_xrstor patch fails

2017-10-03 Thread Oliver Marugg
sorry for my previous markdown formatted mail: I entered the commands correctly: ... # KK=`sysctl -n kern.osversion | cut -d# -f1` # cd /usr/src/sys/arch/`machine`/compile/$KK # make obj # make config make: don't know how to make config Stop in /usr/src/sys/arch/amd64/compile/GENERIC.MP ...

6.1 amd64 errata 30_xrstor patch fails

2017-10-03 Thread Oliver Marugg
Just wanted to update one of my servers (6.1-stable) with erata 30 xrstor # signify -Vep /etc/signify/openbsd-61-base.pub -x 030_xrstor.patch.sig \ -m - | (cd /usr/src && patch -p0) Hmm... Looks like a unified diff to me... The text leading up to this was: --

6.1 -release syspatched or -stable

2017-09-10 Thread Oliver Marugg
Hi I am not a dev, just a user, so I use -release and -stable. On amd64/i386 a fresh installed 6.1-release can be patched by syspatch or with -stable is patched by compiling kernel and userland as mentioned in FAQ (CVS and so on). Currently I use both ways on separate servers. For 6.1 amd64/

Re: octeon: ksyms: Symbol table not valid

2017-03-18 Thread Oliver Marugg
On 18 Mar 2017, at 17:09, Visa Hankala wrote: >> Does my Edgerouter Lite have two cores? ;-) > > It does because the firmware lets you use coremask=0x3. If there was > only one core, the system should refuse to boot the kernel with > that parameter. > > Note that U-Boot loads the kernel from a sep

Re: octeon: ksyms: Symbol table not valid

2017-03-18 Thread Oliver Marugg
On 18 Mar 2017, at 11:43, Visa Hankala wrote: On Fri, Mar 17, 2017 at 10:16:59PM +0100, Oliver Marugg wrote: Understood about ksyms. 3. I set coremask=0x3 to boot mp, in dmseg only 1 cpu is shown, but its Are you sure you tried the correct kernel? Octeon ubnt_e100# bootoctlinux rootdev

octeon: ksyms: Symbol table not valid

2017-03-17 Thread Oliver Marugg
Hi Just installed 6.1-beta from snapshot Mar 14 on Edgerouter Lite 3 with original U-Boot. Loaded bootcmd 'usb reset; fatload usb 0 $loadaddr bsd; bootoctlinux rootdev=sd0 coremask=0x3' 1. Installation just went through with the new installion routine as described in INSTALL.octeon. Many thanks

Re: Running OpenBSD on Hypervisor

2017-03-08 Thread Oliver Marugg
I use Proxmox for VMs, it is KVM based with possibility for LXC. OpenBSD, BSDs in general works as proxmox vms. I use it mainly for education purposes. On 8 Mar 2017, at 16:07, Markus Rosjat wrote: Hi there, just like to get opinions or examples of OpenBSd as guest on a hypervisor. I had it

Re: Fresh install ftp SSL handshake failed

2016-11-28 Thread Oliver Marugg
Superb, many thanks. On 28 Nov 2016, at 22:02, Janne Johansson wrote: > Fix the clock so its not 7th of March? > > > 2016-11-28 21:55 GMT+01:00 Oliver Marugg : > >> Hi >> >> I did a complete new install of OpenBSD 6.0-current today. >> >> After fi

Fresh install ftp SSL handshake failed

2016-11-28 Thread Oliver Marugg
Hi I did a complete new install of OpenBSD 6.0-current today. After first boot I followed FAQ, sent dmesg, and read afterboot(8) but I am running in some trouble downloading the initial ports.tar.gz, packages install and DNS works fine. Just found out that Ntpd in /var/log/messages shows the s