Re: LLDB step over command

2021-05-14 Thread Masato Asou
From: misc@abrakadabra.systems Subject: LLDB step over command Date: Wed, 12 May 2021 21:58:31 +0300 > Hello > > Im on 6.9 release amd64. Switched to clang and lldb since gcc and gdb are not > in base anymore. My problem is during debugging for some functions > command "next/step-over" behaves l

Re: 6.9 on VMware Workstation networking issues

2021-05-12 Thread Masato Asou
I've also tried VMware Workstation 16 Player on Windows10 Pro and the netowrk is working fine. -- ASOU Masato From: Masato Asou Date: Wed, 12 May 2021 12:51:48 +0900 (JST) > Hi Moritz, > > I upgraded with the following command on my OpenBSD 6.8 release, and > the networ

Re: 6.9 on VMware Workstation networking issues

2021-05-11 Thread Masato Asou
Hi Moritz, I upgraded with the following command on my OpenBSD 6.8 release, and the network is working fine. $ doas sysupgrade I am using ESXi 6.7 and VMware Fusion 12.1.1 and em0 both environment, and network is working fine both environment. Isn't it a VMware Workstation problem? Can you try

Re: Happy Hacking keyboard not working anymore

2021-02-15 Thread Masato Asou
Hi, From: Norman Golisz Date: Fri, 12 Feb 2021 10:21:05 +0100 > Hi, > > after upgrading to the latest snapshot my keyboard (Happy Hacking > Keyboard) stopped working. I am useing Happy Hacking keyboard model:PD-KB400B and upgraded OpenBSD current by http://ftp.riken.jp/pub/OpenBSD/snapshots/am

Re: compiling pmacct on obsd6.8

2021-01-11 Thread Masato Asou
Hi, From: Salvatore Cuzzilla Date: Mon, 11 Jan 2021 17:40:21 +0100 > I'm having some troubles with compiling the latest version of pmacct > (https://github.com/pmacct/pmacct) on obsd6.8 . > > I just wanted to know if someone was successful with it ... You can use /usr/ports/net/pmacct. -- ASOU

hostctl -q print no infomation

2020-08-25 Thread Masato Asou
A am using OpenBSD-current on VMware ESXi. The hostinfo command print no information with -q option. Is this a expected behavior? $ hostctl guestinfo.ip 172.19.200.100 $ hostctl -q guestinfo.ip $ The following is an extract from man hostctl. -q Don't ask for confirmation of any defa

Re: mount dir over another dir

2020-04-16 Thread Masato Asou
Hi, From: Ono Caritofilaxy Date: Thu, 16 Apr 2020 10:13:51 +0300 > Hello. > > I want to mount /usr/local/srcdir /usr/local/dstdir/subdir > > answer was "no" 3 years ago > https://marc.info/?l=openbsd-misc&m=149743861203607&w=2 > > Can I do this now? > If not - why? Is it dangerous? I have no