Re: cmp(1) '-s' flag ignoring byte offset argument?

2021-01-08 Thread Otto Moerbeek
On Fri, Jan 08, 2021 at 07:09:01PM -0800, Jordan Geoghegan wrote: > Hey folks, > > I've noticed some surprising behaviour from cmp(1) when using the '-s' flag. > > It appears that cmp -s is ignoring the byte offset arguments I'm giving it. > > I don't want to waste time babbling, so here's an

Clang sanitizer support

2021-01-08 Thread Joe Nelson
Hi all, I'd like to use Clang's AddressSanitizer and ThreadSanitizer on my OpenBSD development machine. However, the Clang 10 documentation lists OpenBSD support for only the UndefinedBehaviorSanitizer. Does anyone know how hard it would be to port them? Are they absent because nobody really

cmp(1) '-s' flag ignoring byte offset argument?

2021-01-08 Thread Jordan Geoghegan
Hey folks, I've noticed some surprising behaviour from cmp(1) when using the '-s' flag. It appears that cmp -s is ignoring the byte offset arguments I'm giving it. I don't want to waste time babbling, so here's an example snippet to show what I'm talking about: #!/bin/sh echo 'my line' >

Fw: ospf question

2021-01-08 Thread Mark
I'll try this message one more time. I have a question regarding the use of ospf with OpenBSD 6.8. > I have a network that consists of 23 OpenBSD 6.8 based routers (created, > within a virtualbox environment on a GNU/Linux server, to match the physical > network I manage - the only different

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Weaver
Hullo Jan, It might be worth your while to involve yourself with LaTeX. The TexMaker package is available in OpenBSD and it's almost trivial via that. There are plenty of resources around, including a very comprehensive work on Wikibooks - downloadable as a .pdf. Just load the package `tipa' into

Re: Fw: ospf question

2021-01-08 Thread Tom Smyth
Hello Mark you need to give more detail on the IP address types are you using b roadcast networks or point to point / tunnel type addresses are you seeing anything in also can you be certain your hypervisor switches (real switches in the datacentre allow for vm -vm communication and dont filter

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Sebastian Benoit
Mihai Popescu(mih...@gmail.com) on 2021.01.08 23:00:44 +0200: > > I mostly use macOS for that now [...] > > I think it's better to stay on that system only, and avoid spamming misc > with your cross-breeding experiments. Seriously now. He asked a perfectly valid question. If you don't know the

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Christian Weisgerber
On 2021-01-08, Jan Stary wrote: > How do I install a font that has glyphs for those symbols? > Is there anything for that in ports? The Dejavu font that is included by default covers IPA. It's unlikely that you need to install anything else. And if you do, just install the Noto fonts and be

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Bryan Linton
On 2021-01-08 20:42:20, Jan Stary wrote: > Is there anyone doing phonetics on OpenBSD? > > [...] > > If there are actualy phoneticians running on OpenBSD, > how do you do it? > > Thank you > > Jan > Hello, I wrote about my setup in an email to misc@ about a year ago.

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Mihai Popescu
> I mostly use macOS for that now [...] I think it's better to stay on that system only, and avoid spamming misc with your cross-breeding experiments. Seriously now.

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Chris Bennett
On Fri, Jan 08, 2021 at 08:42:20PM +0100, Jan Stary wrote: > Is there anyone doing phonetics on OpenBSD? > > I suppose the first thing to figure out is transcription. > I mostly use macOS for that now, having installed an IPA keyboard > and the Charis and Doulos fonts (as recommended on the Praat

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Anthony J. Bentley
Hi Jan, Jan Stary writes: > Assigning the keysymbols for IPA symbols to the keycodes > (in some way I choose, preferably compatible to the existing > IPA keyboards out there) would amount to writing a layout > such as those in /usr/X11R6/share/X11/xkb/symbols/, right? > > A quick search for 'xkb

Re: adding user to a group

2021-01-08 Thread Rudolf Sykora
Todd C. Miller writes: > You need to login in again. Logging in via ssh, a virtual console, > X11 or running su will set the groups list. Setting groups is a > privileged operation so simply starting a new shell or opening a > new xterm is not sufficient. Thanks, su helped. (Although I do

phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Jan Stary
Is there anyone doing phonetics on OpenBSD? I suppose the first thing to figure out is transcription. I mostly use macOS for that now, having installed an IPA keyboard and the Charis and Doulos fonts (as recommended on the Praat page). Now I'm looking to do that on OpenBSD. As far as I

Re: npppd - problem with simultaneous sessions

2021-01-08 Thread Radek
Hi, > When the problem is happening, is the counter "dropped due to missing > IPsec protection" incremented? Yes, it is. No VPN session: $ netstat -sp udp udp: 360413 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum

adding user to a group

2021-01-08 Thread Rudolf Sykora
Dear list, I tried to add myself to the "dialer" group: #usermod -G dialer ruda But when I write $groups in a terminal I still do not see the new group. Not even if I open a new login shell (by writing "ksh -l"). However, when I log in in a text console (ctrl-alt-1), I see the new group

Re: adding user to a group

2021-01-08 Thread Bodie
On 8.1.2021 16:21, Rudolf Sykora wrote: Dear list, I tried to add myself to the "dialer" group: #usermod -G dialer ruda But when I write $groups in a terminal I still do not see the new group. Not even if I open a new login shell (by writing "ksh -l"). However, when I log in in a text

Re: adding user to a group

2021-01-08 Thread Ian Darwin
On Fri, Jan 08, 2021 at 05:20:36PM +0100, Rudolf Sykora wrote: > > Todd C. Miller writes: > > > You need to login in again. Logging in via ssh, a virtual console, > > X11 or running su will set the groups list. Setting groups is a > > privileged operation so simply starting a new shell or

Re: 4G mini PCI-e modem support?

2021-01-08 Thread Stefan Sperling
On Fri, Jan 08, 2021 at 05:13:52PM +0100, Patrick Wildt wrote: > Am Fri, Jan 08, 2021 at 02:29:02PM + schrieb Peter Kay: > > There appear to be no 4G modem support at the moment, specifically a > > mini PCI-e one so I can stick it in a PC engines apu4d4 and have a > > backup connection. > > >

Re: 4G mini PCI-e modem support?

2021-01-08 Thread Patrick Wildt
Am Fri, Jan 08, 2021 at 02:29:02PM + schrieb Peter Kay: > There appear to be no 4G modem support at the moment, specifically a > mini PCI-e one so I can stick it in a PC engines apu4d4 and have a > backup connection. > > Presuming a driver would need to be written, but just checking if I've >

Re: M2 SSD in a PCI-E adapter

2021-01-08 Thread Patrick Wildt
Am Fri, Jan 08, 2021 at 08:46:20AM -0700 schrieb Todd C. Miller: > On Fri, 08 Jan 2021 16:19:02 +0100, Jan Stary wrote: > > > I know the disk itself works: this is the disk plugged into > > an M.2 slot in a Dell Latitude E5570 (full dmesg below): > > sd0 at scsibus1 targ 0 lun 0: > >

Re: adding user to a group

2021-01-08 Thread Martijn van Duren
User and group information is set during login. When running a new shell with -l it only reads the shell profile: -l Login shell. If the basename the shell is called with (i.e. argv[0]) starts with ‘-’ or if this option is used, the shell is assumed to be a

Re: M2 SSD in a PCI-E adapter

2021-01-08 Thread Todd C . Miller
On Fri, 08 Jan 2021 16:19:02 +0100, Jan Stary wrote: > I know the disk itself works: this is the disk plugged into > an M.2 slot in a Dell Latitude E5570 (full dmesg below): > sd0 at scsibus1 targ 0 lun 0: naa.5001b448b85325 > 30 > sd0: 238475MB, 512 bytes/sector, 488397168 sectors, thin That

Re: adding user to a group

2021-01-08 Thread Todd C . Miller
On Fri, 08 Jan 2021 16:21:08 +0100, Rudolf Sykora wrote: > I tried to add myself to the "dialer" group: > > #usermod -G dialer ruda > > But when I write > > $groups > > in a terminal I still do not see the new group. Not even if I open a new logi > n > shell (by writing "ksh -l"). However, when I

Re: [new] sysutils/obsdpkgup - tools for creating and using a package index

2021-01-08 Thread Jeremy O'Brien
> On 2021/01/06 12:03, Stuart Henderson wrote: > Looking at this it's better than I thought it would be, there are some > problems though - > Hey thanks! > - The version number comparison using mcuadros/go-version is wrong, > it doesn't match packages-specs(5). > I took the time to learn some

4G mini PCI-e modem support?

2021-01-08 Thread Peter Kay
There appear to be no 4G modem support at the moment, specifically a mini PCI-e one so I can stick it in a PC engines apu4d4 and have a backup connection. Presuming a driver would need to be written, but just checking if I've missed anything?

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-08 Thread Jacqueline Jolicoeur
On Jan 07 21:30, Christian Weisgerber wrote: > A new build is running now and will take another 24h to complete > if all goes well. Thanks for the ETA. You build ports faster than I can. I appreciate your service.

Re: msdos partition is too small in arm64/miniroot68.img

2021-01-08 Thread Stuart Henderson
On 2021-01-07, tech-lists wrote: > What I wanted to do was to write latest firmwares from > https://github.com/pftf/RPi4 as described in OpenBSD/6.8/arm64/INSTALL.arm64 > into the (mdconfig-mounted) msdos partition of miniroot68.img prior to writing > it to the sdcard as I didn't have an

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-08 Thread Jan Stary
On Jan 07 16:40:37, ch...@nmedia.net wrote: > For those trying to use the latest snap and the latest ports, try link > libc++.so.4.0 to libc++.so.5.0 and libc++abi.so.2.1 to libc++abi.so.3.0 > for now. Frankenstein, indeed. You'll feel dirty just doing it. While at it, link /bin/ls to /bin/rm

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-08 Thread Paul de Weerd
On Thu, Jan 07, 2021 at 09:30:13PM +0100, Christian Weisgerber wrote: | Steve Williams: | | > I hesitate to send this because perhaps I'm just too impatient, but then | > again, perhaps not.  This is not critical/time sensitive. | > | > I just thought I'd check if there a problem with the

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-08 Thread Stuart Henderson
On 2021-01-07, Patrick Wildt wrote: > Maybe I should have asked ports to run with the build first, so that > base and packages would be aligned. We (package builders) don't really do that - and in the majority of cases it's not much of a problem anyway, it normally only affects people that have

Re: npppd - problem with simultaneous sessions

2021-01-08 Thread YASUOKA Masahiko
Hi, It seems that only last person can use the tunnel. This reminds me problems through NAT. True. Can it be caused by wrong PF rules? No, I don't think so. I suppose I could repeat the problem. When the problem is happening, is the counter "dropped due to missing IPsec protection"