Re: ifconfig AF

2019-02-19 Thread Jason McIntyre
On Tue, Feb 19, 2019 at 09:42:17PM -0600, Alfred Morgan wrote: > I ran the command ifconfig re0 autoconf and found an error message saying > "autoconf not allowed for this AF" and it took me some time searching to > figure out what "AF" meant. After I found out that it meant "address > family" I us

Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Henry Bonath
That was actually how I noticed it in the first place. I was running a highstate and it kept wanting to change my rc.conf.local and put the ospf2d_flags line back in. I do not run any salt states automatically, that would be an obvious workaround. I was just hoping to get some clarification as

Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Scott Reese
- Original Message - > From: "Henry Bonath" > To: "misc" > Sent: Tuesday, February 19, 2019 2:03:31 PM > Subject: Multiple instances of OSPFD in different RDomains - rcctl behavior > Hello, I am seeing some strange behavior with my /etc/rc.conf.local > regarding my configuration for runn

ifconfig AF

2019-02-19 Thread Alfred Morgan
I ran the command ifconfig re0 autoconf and found an error message saying "autoconf not allowed for this AF" and it took me some time searching to figure out what "AF" meant. After I found out that it meant "address family" I used the inet6 syntax. I think it would be useful to change the error mes

Re: Research and OpenBSD: How can I help?

2019-02-19 Thread Frank Beuth
On Thu, Feb 14, 2019 at 04:22:05AM +, Paul Swanson wrote: I have some general areas of interest, such as embedded computing, but nothing is set in stone yet, so I thought it'd be fun to hear from those in know about areas of priority need within the OpenBSD community. Are there particular pr

Re: Research and OpenBSD: How can I help?

2019-02-19 Thread Paul Swanson
Hi Ingo, Yes, I realise my question was quite vague but it was deliberately very general in the hope of netting the broadest range of opinions. I do have specialisations and specific interests, and the nature of my studies will largely be self directed and primarily code generating. I am simpl

Re: video(1) Unable to use webcam

2019-02-19 Thread Alexandre Ratchov
On Tue, Feb 19, 2019 at 06:16:42PM +0200, Vitaly Kovalyshyn wrote: > I have disabled USB3.0 in the BIOS and my camera now works. > Thank you. > > Is it posible to use USB3.0 and webcam at the same time in OpenBSD? Not yet on all machines and webcam combinations.

Re: Is there a fix for stock vi's bug-for-bug compatible ESC-equals-return feature?

2019-02-19 Thread Ted Unangst
I think the answer is, you want traditional vi, you get traditional vi. If you want something else, try ports.

Re: Is there a fix for stock vi's bug-for-bug compatible ESC-equals-return feature?

2019-02-19 Thread ropers
> On 2019-02-18 09:04, ropers wrote: > [...] >> vi(1) has a feature where pressing ESC while in command-line mode >> (i.e. entering an ex command in command mode) will sometimes cancel >> the current line of ex input, but other times will have the same >> effect as if the user had pressed return.

Re: keeping track of MAC addresses

2019-02-19 Thread Adam Thompson
On 2019-02-14 02:01, mailingli...@dotbit.ro wrote: I would like to keep tabs on the MAC/IP addresses in my secure net. I do know how to do this, but keeping track of ethernet MAC addresses seems quite cumbersome in OpenBSD, not that it is more convenient in any other general purpose operating s

Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Henry Bonath
Hello, I am seeing some strange behavior with my /etc/rc.conf.local regarding my configuration for running two instances of OSPFD in different RDomains. The way I have this configured, is I have a symlink: /etc/rc.d/ospf2d -> /etc/rc.d/ospfd so that the ospfd that runs in rdomain 2 has its own ent

Re: Research and OpenBSD: How can I help?

2019-02-19 Thread Ingo Schwarze
Hi Paul, Short answer: Shut up and hack. The same answer in more verbose form: Research is often regarded as equally valuable as cheap and useless talk in the OpenBSD community - unless it is accompanied by source code patches actually making things better. (That's an oversimplificati

Re: wscons API question: input handling?

2019-02-19 Thread Leonid Bobrov
On Tue, Feb 19, 2019 at 04:01:08PM +, tfrohw...@fastmail.com wrote: > Is the package x11/xbindkeys what you are looking for? > No, I need a direct access to keyboard outside X11. If I understand wscons, I might help to port libinput to OpenBSD (and send patches to upstream) to have usable Wayl

Re: video(1) Unable to use webcam

2019-02-19 Thread Vitaly Kovalyshyn
I have disabled USB3.0 in the BIOS and my camera now works. Thank you. Is it posible to use USB3.0 and webcam at the same time in OpenBSD? On Tue, Feb 19, 2019 at 05:32:04PM +0200, Mihai Popescu wrote: > https://marc.info/?l=openbsd-misc&m=155050320512916&w=2 >

Re: wscons API question: input handling?

2019-02-19 Thread tfrohw...@fastmail.com
On February 19, 2019 2:16:04 PM UTC, Leonid Bobrov wrote: >Hi! > >I want to write a program that executes a particular code at key press, >where can I find documentation about that? I have example program which >doesn't work: > >int >main(void) >{ >int kbdfd = open("/dev/wskbd", O_RDWR, 0)

Re: video(1) Unable to use webcam

2019-02-19 Thread Mihai Popescu
https://marc.info/?l=openbsd-misc&m=155050320512916&w=2

Re: wscons API question: input handling?

2019-02-19 Thread Leonid Bobrov
I don't know why, but my includes were not sent:

wscons API question: input handling?

2019-02-19 Thread Leonid Bobrov
Hi! I want to write a program that executes a particular code at key press, where can I find documentation about that? I have example program which doesn't work: int main(void) { int kbdfd = open("/dev/wskbd", O_RDWR, 0); if (errno != 0) { printf("%s\n", strerror(

Re: Is there a fix for stock vi's bug-for-bug compatible ESC-equals-return feature?

2019-02-19 Thread Alessandro DE LAURENZIS
Hello, On 2019-02-18 09:04, ropers wrote: [...] vi(1) has a feature where pressing ESC while in command-line mode (i.e. entering an ex command in command mode) will sometimes cancel the current line of ex input, but other times will have the same effect as if the user had pressed return. I'm n

video(1) Unable to use webcam

2019-02-19 Thread Vitaly Kovalyshyn
Hi misc@ Can anyone help me with a webcam on OpenBSD 6.4 (dmesg below) ThinkPad X240? ktrace(1) has: recvfrom -1 errno 35 Resource temporarily unavailable samael@x240:~$ video -q -f /dev/video0 video device /dev/video0: encodings: yuy2 frame sizes (width x height, in pixels) and rates (in fr