Re: no valid ntpd peers

2018-01-09 Thread x9p
On Wed, January 10, 2018 12:43 am, Maximilian Pichler wrote: > I should probably mention that this is OpenBSD 6.2 running under > VirtualBox on MacOS. > > On Mon, Jan 8, 2018 at 10:02 PM, Stuart Henderson > wrote: >> How does "rdate -nvp pool.ntp.org" look? > > $ doas

Re: Where to get Loongson hardware?

2018-01-09 Thread x9p
On Mon, January 8, 2018 9:29 pm, Diana Eichert wrote: > On Mon, 8 Jan 2018, ti...@openmailbox.org wrote: > SNIP >> https://en.wikipedia.org/wiki/Loongson also says http://www.topstartech.cn/ >> offers two >> models by the names TEB-6040M and TEB-5040 however those are not listed on >> their web

Re: OpenBSD and virtual machines

2018-01-09 Thread Ve Telko
Edgar, Consus ... are you jealous? ;) 08.01.2018, 21:28, "ed...@pettijohn-web.com" : > On Jan 8, 2018 2:07 PM, Consus wrote: >>  On 16:37 Mon 08 Jan, Galaxy Júpiter wrote: >>  > Why OpenBSD now have their own native virtualisation layer? >>  > Why Theo

Re: no valid ntpd peers

2018-01-09 Thread Maximilian Pichler
I should probably mention that this is OpenBSD 6.2 running under VirtualBox on MacOS. On Mon, Jan 8, 2018 at 10:02 PM, Stuart Henderson wrote: > How does "rdate -nvp pool.ntp.org" look? $ doas rdate -nvp pool.ntp.org rdate: Unable to receive NTP packet from server: No

Re: OpenBSD and virtual machines

2018-01-09 Thread Steve Litt
On Tue, 9 Jan 2018 08:11:11 -0700 Andrew wrote: > >Virtual machines are pretty much necessary, because no matter what > >distribution of what OS you run, there are always those one or two > >apps you can't get from the package manager and can't compile, so > >you need to

Re: 4G modems for OpenBSD?

2018-01-09 Thread Roderick
On Tue, 9 Jan 2018, Israel Brewster wrote: > Yep, that's the page. Not sure why I would want to write a script using > expect to talk to the modem directly though, unless smstools doesn't work > for some reason. Using smstools, all you have to do is call the command-line > "sendsms" with the

Re: 4G modems for OpenBSD?

2018-01-09 Thread Israel Brewster
On Jan 9, 2018, at 9:47 AM, Roderick wrote: > > > > On Tue, 9 Jan 2018, Israel Brewster wrote: > >> Well, as I said I'm using SMSTools - it's in ports - comms/smstools. >> No special program or extended AT commands, at least not on my end. >> I just call the command line

Re: Kindly support this initiative for a public git repository of OpenBSD source code located at Germany!

2018-01-09 Thread Ingo Schwarze
Hi, Lari Rasku wrote on Tue, Jan 09, 2018 at 09:58:04PM +0200: > (Surprising to see that the average OpenBSD Git object is almost > thrice the size of a Linux one, though.) Comparing apples with oranges: Linux is a kernel, OpenBSD src contains userland. Linux-land stuff is famous for excessive

Re: Kindly support this initiative for a public git repository of OpenBSD source code located at Germany!

2018-01-09 Thread Lari Rasku
On 01/06/18 18:23, Lari Rasku wrote: > The Linux kernel repo is multiple times the size of OpenBSD-src [1], > [1]: Naive estimate based on comparing object counts when cloning from > GitHub: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ - > 5,779,337 objects, >

Re: decrementing Uninitialized ttl value

2018-01-09 Thread bijan
definitely a more clean diff diff --git a/sys/netmpls/mpls_input.c b/sys/netmpls/mpls_input.c index 34fe7314d..fff3564c8 100644 --- a/sys/netmpls/mpls_input.c +++ b/sys/netmpls/mpls_input.c @@ -76,13 +76,15 @@ mpls_input(struct ifnet *ifp, struct mbuf *m) } shim = mtod(m, struct

decrementing Uninitialized ttl value

2018-01-09 Thread bijan
Hi, while reading the changes in OpenBSD source code (hopefully to learn more), I've notice the usage of Uninitialized variable. Looks like the latest commit unintentionally removed the assignment line:

Re: 4G modems for OpenBSD?

2018-01-09 Thread Roderick
On Tue, 9 Jan 2018, Israel Brewster wrote: > Well, as I said I'm using SMSTools - it's in ports - comms/smstools. > No special program or extended AT commands, at least not on my end. > I just call the command line "sendsms" that smstools provides. > Easy peasy. I haven't looked at the

Re: 4G modems for OpenBSD?

2018-01-09 Thread Israel Brewster
On Jan 9, 2018, at 12:07 AM, Daniel Gracia wrote: > > Maybe this is not exactly the solution you're looking for, but have you > considered using a 4G gateway? In the past I've had great success with > Sierra Wireles AirLink family. It's pretty easy to send SMS commands >

Re: 4G modems for OpenBSD?

2018-01-09 Thread Israel Brewster
> On Jan 8, 2018, at 10:58 PM, Kirill wrote: > > Try huawei e3276 with patch. > (http://openbsd-archive.7691.n7.nabble.com/Trouble-with-Huawei-e3276-td241825.html) > Works for me, but I dont use smstools, just ppp. As long as it shows up as a comm/serial port, it should

Re: 4G modems for OpenBSD?

2018-01-09 Thread Israel Brewster
On Jan 9, 2018, at 3:16 AM, Christoph R. Murauer wrote: > > Hello ! > >> Could anyone suggest a USB 4G cell modem ... >> I do need a direct USB connection for the purposes of sending SMS >> messages directly from the system, ... > > I don't know, if it is what you are looking for

Re: 4G modems for OpenBSD?

2018-01-09 Thread Israel Brewster
On Jan 9, 2018, at 3:20 AM, Roderick wrote: > > > On Mon, 8 Jan 2018, Israel Brewster wrote: > >> Could anyone suggest a USB 4G cell modem model that will work well with >> OpenBSD, specifically SMSTools? I've looked over most of the list in "man >> umsm", but those all

Re: OpenBSD and virtual machines

2018-01-09 Thread Andrew
Virtual machines are pretty much necessary, because no matter what distribution of what OS you run, there are always those one or two apps you can't get from the package manager and can't compile, so you need to use a VM. The first six months I used Void Linux I ran LyX on a Ubuntu VM to compile

Re: OpenBSD and virtual machines

2018-01-09 Thread Consus
On 22:14 Mon 08 Jan, Sterling Archer wrote: > Trolls. High-fat food is no good for one's health!

help understanding ikectl error messages

2018-01-09 Thread Andreas Thulin
Hi! Following the example on https://man.openbsd.org/ikectl, I # ikectl ca test create ...and then # ikectl ca test certificate sub.domain.com create ...filled out "the form", but after that... Using configuration from /etc/ssl/test/sub.domain.com-ssl.cnf Check that the request matches the

Re: 4G modems for OpenBSD?

2018-01-09 Thread Roderick
On Mon, 8 Jan 2018, Israel Brewster wrote: > Could anyone suggest a USB 4G cell modem model that will work well with > OpenBSD, specifically SMSTools? I've looked over most of the list in "man > umsm", but those all appear to be 3G. That said, I haven't checked every > model on the list, so

Re: 4G modems for OpenBSD?

2018-01-09 Thread Christoph R. Murauer
Hello ! > Could anyone suggest a USB 4G cell modem ... > I do need a direct USB connection for the purposes of sending SMS > messages directly from the system, ... I don't know, if it is what you are looking for but have a look at man 4 cdce. I use the listet ZTE MF831. Yes, it is connected

Re: ucom not attached to umsm at boot

2018-01-09 Thread Roderick
On Tue, 9 Jan 2018, Mihai Popescu wrote: > Dmesg is _fully_ displayed at boot time with a reason. Can you guess it? Thanks that you want to examine thoroughly the whole dmesg. I put it at the end of the post. I am eager to hear your oppinion. I didnt want to disturb the list and post whole

when GNU and LLVM disagree

2018-01-09 Thread yuuko
Hello misc, I've just gone into /usr/src and done "TARGET=arm64 make cross-gcc" on 6.2 with a 6.2 source tree installed. This shell session describes what I'm running into better than I could in words: $ cd /tmp $ ed hello.c hello.c: No such file or directory a #include int main() {

Re: 4G modems for OpenBSD?

2018-01-09 Thread Kirill
Try huawei e3276 with patch. (http://openbsd-archive.7691.n7.nabble.com/Trouble-with-Huawei-e3276-td241825.html) Works for me, but I dont use smstools, just ppp. On 01/09/18 03:35, Israel Brewster wrote: > Could anyone suggest a USB 4G cell modem model that will work well with > OpenBSD,

Re: OpenBSD and virtual machines

2018-01-09 Thread Stuart Henderson
On 2018-01-09, Steve Litt wrote: > So, does this new OpenBSD virtual machine system have hardware > acceleration? Yes.

i7 vs Xeon forwarding performance

2018-01-09 Thread Kapetanakis Giannis
Hi, Has anyone tested newer i7 vs Xeon E5 performance comparison on forwarding? All tests I've seen (mainly by Hrvoje Popovski) are on Xeon cpus. I know that things are a moving target with UNLOCKing taking place but it would be interesting to share any results if there are available.

Re: fsck: CANNOT READ: BLK 4235468160

2018-01-09 Thread Boudewijn Dijkstra
Op Sun, 07 Jan 2018 03:45:06 +0100 schreef Maximilian Pichler : If the disk is damaged, shouldn't the problematic blocks be consistent? If you mean the actual platters, then probably yes, but there are other components that can damage. If for instance the bearings

Re: 4G modems for OpenBSD?

2018-01-09 Thread Daniel Gracia
Maybe this is not exactly the solution you're looking for, but have you considered using a 4G gateway? In the past I've had great success with Sierra Wireles AirLink family. It's pretty easy to send SMS commands through IP with them, so a local Ethernet connection to the gateway should do the