Re: requesting help working around boot failures with supermicro atom board

2015-10-05 Thread Sonic
On Mon, Oct 5, 2015 at 1:18 PM, dewey.hyl...@gmail.com wrote: > but their non-support of this brand-new motherboard When the other OS's work fine is does seem to point to an OpenBSD issue, but that's not always a reliable conclusion to arrive at. Either way it would be

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Martin Pieuchot
On 05/10/15(Mon) 10:35, Sonic wrote: > On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson > wrote: > > I'm hoping it isn't this, but please try backing out the last commits to > > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > > see if it makes a

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Nicholas Marriott
On Mon, Oct 05, 2015 at 10:07:21AM -0700, Philip Guenther wrote: > On Mon, Oct 5, 2015 at 6:54 AM, Kim Zeitler wrote: > > I am trying to transfer a new firmware to a switch using cu(1) with XMODEM > > using a USB-to-RS232 adapter and running on -current. > > > >

Re: IKED and encapsulated peers

2015-10-05 Thread Jason Tubnor
On 5 October 2015 at 22:00, Jason Tubnor wrote: > > Solved! > > > I have attached a man 5 iked.conf patch that clears up an example used in > the man page. > The gz diff was stripped by demime, here is the flat text patch file. Cheers, Jason. [demime 1.01d removed an

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Jiri B
> Index: command.c > === > RCS file: /cvs/src/usr.bin/cu/command.c,v > retrieving revision 1.14 > diff -u -p -r1.14 command.c > --- command.c 5 Oct 2015 17:53:56 - 1.14 > +++ command.c 5 Oct 2015 17:56:14 - > @@ -51,6

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread STeve Andre'
You obviously never lived through the sendmail era. The smtpd code is very good. Bugs happen, and how the creators of a program react to them is what matters. The qualsys results were promptly dealt with. I don't think there is much to discuss other than diffs that further the project. STeve

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Nicholas Marriott
Do you have the other side waiting for the file? You should be able to use lrx from lrzsz. On Mon, Oct 05, 2015 at 02:25:39PM -0400, Jiri B wrote: > > Index: command.c > > === > > RCS file: /cvs/src/usr.bin/cu/command.c,v > >

rdomain 0 and dafault route

2015-10-05 Thread Holger Glaess
hi just a simple question how can i setup an kind of "default route" in rdomain 0 to , for example , rdomain 2. i have 3 rdomain the default one one with the internet connection ( rdomain 1 ) one for my wlan ( rdomain 2 ) the routing between wlan to internet is still working( test "route -n

Re: rdomain 0 and dafault route

2015-10-05 Thread Claudio Jeker
On Tue, Oct 06, 2015 at 06:49:29AM +0200, Holger Glaess wrote: > hi > > just a simple question > > how can i setup an kind of "default route" in rdomain 0 > to , for example , rdomain 2. > > i have 3 rdomain > > the default one > one with the internet connection ( rdomain 1 ) > one for my wlan

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread Gilles Chehade
On Mon, Oct 05, 2015 at 06:47:18PM +0200, Jason A. Donenfeld wrote: > Hi folks, > Hi, I initially didn't intend to answer but I feel insulted by your comments and some facts need to be set straight. > It has been, therefore, to my extreme dismay to discover in recent > months the sheer number

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread Артур Истомин
On Mon, Oct 05, 2015 at 01:07:24PM -0400, STeve Andre' wrote: > The smtpd code is very good. static void filter_tx_io(struct io *io, int evt) { struct filter_session *s = io->arg; size_t len, n; char*data; char

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Sonic
dmesg OpenBSD 5.8-current (GENERIC.MP) #2: Mon Oct 5 10:49:41 EDT 2015 r...@stargate.grizzly.bear:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4277665792 (4079MB) avail mem = 4143898624 (3951MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0:

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Ingo Schwarze
Hi Mikael, Mikael wrote on Mon, Oct 05, 2015 at 01:44:36PM +0800: > Hi, > > Where can I see a complete list of disklabel fs types? https://en.wikipedia.org/wiki/Partition_type But note that such a list can never be authoritative, never complete, and by definition of the concept, almost all of

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Mikael
Dear Dusan and Ingo, I meant disklabel's fs type, not fdisk's partition type; Disklabel filesystem type is different altogether from fdisk partition type, isn't it? And, the disklabel filesystem type is requested as a string (unlike the fdisk partition type which is an 8-bit unsigned integer

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Dusan Sukovic
Yes, but beside ffs HEX id inside fdisk prompt you have also ffs partition id values in plain English.. Regards, Dusan 2015-10-05 9:28 GMT+02:00 Mikael : > > And, the disklabel filesystem type is requested as a string (unlike the > fdisk partition type which is an 8-bit

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Mikael
Right, I am fully aware of that (i.e. that you can type in MBR partition type as HEX code in the fdisk tool) - please correct me if I'm wrong, but that is specific to the FDISK (and the MBR partition table only), and the BSD disklabel and hence what you're working with in the disklabel tool, is

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Dusan Sukovic
man fdisk # fdisk -e sd0 Enter 'help' for information fdisk: 1> p Disk: sd0 geometry: 60801/255/63 [976773168 Sectors] Offset: 0 Signature: 0xAA55 Starting Ending LBA Info: #: id C H S - C H S [ start:size ]

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Dusan Sukovic
Sure, there are many FS types, you get list of them inside fdisk -e prompt, but AFAK in the disklabel tool FS that are available are only those which you choose in fdisk -e prompt for the partition on your hd. Maybe I'm somewhere wrong, but these are just my thoughts on topic. It helps off course

Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Mikael
VNC KVM install means some keypresses will be interpreted as seconds-long, ordinarily leading to multiple unintended "enter" or character key presses which easily seriously breaks things, when the connection is not perfect, which it many times is not. I believe there is no way to disable keyboard

Re: OpenBSD sendfile

2015-10-05 Thread Bogdan Andu
Most likely... I tried to apply the patches from yaws ports dirbut the version 2.0 of yaws  is to new and the patches failed. I'll send a report to Yaws people. Thanks for help. Bogdan On Friday, October 2, 2015 9:14 PM, Rob wrote: On Fri, 2 Oct 2015 07:38:28 +

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Eric Furman
Its been explained to you already. You're just being a troll now. On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > Right, I am fully aware of that (i.e. that you can type in MBR partition > type as HEX code in the fdisk tool) - please correct me if I'm wrong, but > that is specific to the FDISK

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Benny Lofgren
On 2015-10-05 10:18, Eric Furman wrote: > Its been explained to you already. > You're just being a troll now. Hey, give the guy a break. You have *all* so far misunderstood him, despite his question being correctly worded and clear enough. He *is* talking about disklabel, and the file system

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Raimo Niskanen
On Mon, Oct 05, 2015 at 04:18:02AM -0400, Eric Furman wrote: > Its been explained to you already. > You're just being a troll now. I, like the OP, can not find that explanation so far in this thread. All that has been explained is about fdisk's MBR partitions which is not what the OP:s asked

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Ingo Schwarze
Hi, Eric Furman wrote on Mon, Oct 05, 2015 at 04:18:02AM -0400: > Its been explained to you already. > You're just being a troll now. Eric, please don't insult users. Just because i misunderstand a question doesn't mean it's a stupid question. Repeating an unanswered question is not trolling.

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Ted Unangst
Benny Lofgren wrote: > Personally, I think it would be a good thing to bring back slices to the > vocabulary. That would emphasize the distinction between physical disk > partitions as they appear in the PC-centric hardware world and logical > partitions/slices that are a subdivision *within* a

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Theo de Raadt
> Benny Lofgren wrote: > > Personally, I think it would be a good thing to bring back slices to the > > vocabulary. That would emphasize the distinction between physical disk > > partitions as they appear in the PC-centric hardware world and logical > > partitions/slices that are a subdivision

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Nick Holland
On 10/05/15 06:47, Benny Lofgren wrote: ... Personally, I think it would be a good thing to bring back slices to the vocabulary. That would emphasize the distinction between physical disk partitions as they appear in the PC-centric hardware world and logical partitions/slices that are a

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Kapetanakis Giannis
On 05/10/15 16:26, laudarch wrote: I made a custom implementation and a diff to authpf, will share that later just in case anyone wants it. I hope this helps you, it pretty simple http://bastienceriani.fr/?p=70 That's nice, but how do you log-out inactive users/IPs? There is no such option in

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Abel Abraham Camarillo Ojeda
On Mon, Oct 5, 2015 at 4:47 PM, Kapetanakis Giannis wrote: > On 05/10/15 16:26, laudarch wrote: >> >> I made a custom implementation and a diff to authpf, will share that >> later just in case anyone wants it. >> >> I hope this helps you, it pretty simple >>

Reading certain files from external ext2fs drive fails

2015-10-05 Thread Matej Nanut
Hello, I'm trying to access files on my Seagate 2TB external USB drive, formatted ext2, but reading some files fails. I'm running -current. It works with a live image of Ubuntu 15.04. I'm running md5 as an example program, but others, like cp, fail as well. For example: # ls -l

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Jiri B
On Mon, Oct 05, 2015 at 07:34:59PM +0100, Nicholas Marriott wrote: > Do you have the other side waiting for the file? You should be able to > use lrx from lrzsz. Thanks, I thought it won't work just without a help on remote host :) It works now. - previous `cu' # lrz -v -b -X /tmp/fstab lrz:

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Jiri B
On Mon, Oct 05, 2015 at 05:15:28PM -0400, Jiri B wrote: > It works now. Unfortunatelly I can't transfer bigger files: --->%--- $ ./cu -d -l /dev/cuaU0 -115200 Connected to /dev/cuaU0 (speed 115200) # lrz -v -b -X /tmp/bsd lrz: ready to receive /tmp/bsd Local file? /bsd cu: /bsd:

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread Ted Unangst
Jason A. Donenfeld wrote: > But I think it's time we take a step back and reassess the situation. > There are some critical questions that need to be answered. What > accounts for the high proportion of security vulnerabilities in a > project renowned for its brilliant developers and stringent

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Nicholas Marriott
printf "'\122\145\164\162\171\040\060\072'\n" 'Retry 0:' Does it work without -v? On Mon, Oct 05, 2015 at 05:36:49PM -0400, Jiri B wrote: > On Mon, Oct 05, 2015 at 05:15:28PM -0400, Jiri B wrote: > > It works now. > > Unfortunatelly I can't transfer bigger files: > > --->%--- > $ ./cu -d -l

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Kapetanakis Giannis
On 06/10/15 01:04, Abel Abraham Camarillo Ojeda wrote: That's nice, but how do you log-out inactive users/IPs? There is no such option in pf a) expire after a certain amount of time and/or pfctl -t loggedusers -T expire 3600 # expire after one hour, regardless of activity you're right on

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-10-05 Thread Brian Conway
(Re-adding misc@ for the thrilling conclusion.) Success! It boots to installer without issue. EFI-enabled dmesg follows. Thanks again for your work. Brian OpenBSD 5.8-current (RAMDISK_CD) #1254: Tue Sep 22 19:46:40 MDT 2015

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Abel Abraham Camarillo Ojeda
On Mon, Oct 5, 2015 at 5:18 PM, Kapetanakis Giannis wrote: > On 06/10/15 01:04, Abel Abraham Camarillo Ojeda wrote: >> >> >> That's nice, but how do you log-out inactive users/IPs? >> There is no such option in pf >> a) expire after a certain amount of time and/or >>

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-10-05 Thread YASUOKA Masahiko
Thank you for your report and test. Next snapshot will include the fix. On Mon, 5 Oct 2015 15:35:34 -0500 Brian Conway wrote: > (Re-adding misc@ for the thrilling conclusion.) > > Success! It boots to installer without issue. EFI-enabled dmesg follows. > > Thanks

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread Kimmo Paasiala
On Mon, Oct 5, 2015 at 10:52 PM, Артур Истомин wrote: > On Mon, Oct 05, 2015 at 01:07:24PM -0400, STeve Andre' wrote: >> The smtpd code is very good. > > static void > filter_tx_io(struct io *io, int evt) > { > struct filter_session *s = io->arg; > size_t

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Otto Moerbeek
On Mon, Oct 05, 2015 at 10:57:51AM +0059, Jason McIntyre wrote: > On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: > > > > > On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > > > > >> which FS types are available in the disklabel tool? > > > > The list is in the header file

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Benny Lofgren
On 2015-10-05 11:58, Jason McIntyre wrote: > On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: >> >>> On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: >> which FS types are available in the disklabel tool? >> >> The list is in the header file /usr/include/sys/disklabel.h, >>

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Mikael
First peripherally: 2015-10-05 17:58 GMT+08:00 Jason McIntyre : > we're not talking about the list in fstab(5)? > http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/fstab.5?query=fstab=i386 Nice but it misses the 4.2BSD and RAID types. Then centrally: 2015-10-05

Re: Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Ted Unangst
Mikael wrote: > VNC KVM install means some keypresses will be interpreted as seconds-long, > ordinarily leading to multiple unintended "enter" or character key presses > which easily seriously breaks things, when the connection is not perfect, > which it many times is not. > > I believe there is

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Raimo Niskanen
On Mon, Oct 05, 2015 at 10:57:51AM +0059, Jason McIntyre wrote: > On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: > > > > > On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > > > > >> which FS types are available in the disklabel tool? > > > > The list is in the header file

Re: OpenBGPd SNMP

2015-10-05 Thread Stuart Henderson
On 2015-10-04, Mike Hammett wrote: > Are there any packages out there that expose OpenBGPd or other OpenBSD > parameters via SNMP? Would like to check generic health of the system, > number of routes, number of peers, number of routes per peer, etc. System sensors

Captive portal with OpenBSD as a hostap

2015-10-05 Thread C.L. Martinez
Hi all, I have installed an openbsd vm to works as a hostap for tablets and smartphones (android and iOS). All it is working ok: pf, hostapd and dhcpd server. All tablets and smartphones that I have tested works ok, connects and surfs Internet. But now I am thinking to use some type of

Re: Web Filtering with the Blowfish

2015-10-05 Thread Stefan Wollny
Am 10/02/15 um 21:45 schrieb Predrag Punosevac: > > 3. Block some websites (Facebook come first to mind). > > Thank you for your advise. > > Predrag > Hi Predrag, I have raised that question 2 years ago and received some pretty helpful information from the kind people here. I started with

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread David Coppa
On Mon, Oct 5, 2015 at 1:18 PM, C.L. Martinez wrote: > Hi all, > > I have installed an openbsd vm to works as a hostap for tablets and > smartphones (android and iOS). > > All it is working ok: pf, hostapd and dhcpd server. All tablets and > smartphones that I have tested

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Jason McIntyre
On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: > > > On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > > >> which FS types are available in the disklabel tool? > > The list is in the header file /usr/include/sys/disklabel.h, > static char *fstypenames[] > > I don't think this

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Ted Unangst
Jason McIntyre wrote: > On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: > > > > > On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > > > > >> which FS types are available in the disklabel tool? > > > > The list is in the header file /usr/include/sys/disklabel.h, > > static char

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread Kapetanakis Giannis
On 05/10/15 14:35, David Coppa wrote: On Mon, Oct 5, 2015 at 1:18 PM, C.L. Martinez wrote: Hi all, I have installed an openbsd vm to works as a hostap for tablets and smartphones (android and iOS). All it is working ok: pf, hostapd and dhcpd server. All tablets and

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread David Coppa
On Mon, Oct 5, 2015 at 2:49 PM, C.L. Martinez wrote: > On 10/05/2015 12:29 PM, Kapetanakis Giannis wrote: >> >> On 05/10/15 14:35, David Coppa wrote: >>> >>> On Mon, Oct 5, 2015 at 1:18 PM, C.L. Martinez >>> wrote: Hi all, I have

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread C.L. Martinez
On 10/05/2015 12:29 PM, Kapetanakis Giannis wrote: On 05/10/15 14:35, David Coppa wrote: On Mon, Oct 5, 2015 at 1:18 PM, C.L. Martinez wrote: Hi all, I have installed an openbsd vm to works as a hostap for tablets and smartphones (android and iOS). All it is

Re: Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Mikael
Neat, yes !! (Getting all kinds of unintended behavior just because a network lag happens to incur an extra couple of \n:s or other chars of keyboard console input for you is such a PITA.) (As it is right now, it cannot be disabled in the installer right?) 2015-10-05 18:28 GMT+08:00 Ted

Re: IKED and encapsulated peers

2015-10-05 Thread Jason Tubnor
On 3 October 2015 at 14:40, Jason Tubnor wrote: > Hi, > > Based on man 5 iked.conf the following should setup technically 4 flows > (reversing and setting active on the corresponding peer): > > > Solved! Main gateway: # cat /etc/iked.conf ikev2 esp from 192.168.232.128 to

Re: OpenBSD sendfile

2015-10-05 Thread Sebastian Benoit
Bogdan Andu(bo...@yahoo.com) on 2015.09.29 14:16:51 +: > Hi, > > I have a piece o software to install that requires > sendfile functionality . is your piece of software a haskell program? > I installed hs-sendfile from ports, which should provide > sendfile, but now sendfile library or

Re: disklabel fs types, where can I find the whole list of supported types?

2015-10-05 Thread Otto Moerbeek
On Mon, Oct 05, 2015 at 06:25:56AM -0400, Ted Unangst wrote: > Jason McIntyre wrote: > > On Mon, Oct 05, 2015 at 11:14:09AM +0200, Ingo Schwarze wrote: > > > > > > > On Mon, Oct 5, 2015, at 03:53 AM, Mikael wrote: > > > > > > >> which FS types are available in the disklabel tool? > > > > > >

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Theo de Raadt
> > On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson > > wrote: > > > I'm hoping it isn't this, but please try backing out the last commits to > > > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > > > see if it makes a difference. > > > > Same

Re: Captive portal with OpenBSD as a hostap

2015-10-05 Thread laudarch
I made a custom implementation and a diff to authpf, will share that later just in case anyone wants it. I hope this helps you, it pretty simple http://bastienceriani.fr/?p=70 On 2015-10-05 11:18, C.L. Martinez wrote: Hi all, I have installed an openbsd vm to works as a hostap for tablets

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Josh Grosse
On 2015-10-05 10:41, Theo de Raadt wrote: On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson wrote: > I'm hoping it isn't this, but please try backing out the last commits to > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > see if it makes a

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Sonic
On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson wrote: > I'm hoping it isn't this, but please try backing out the last commits to > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > see if it makes a difference. Same issue here. Reverting now and

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Theo de Raadt
> On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson > wrote: > > I'm hoping it isn't this, but please try backing out the last commits to > > if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29 if_em*") to > > see if it makes a difference. > > Same issue here.

cu with XMODEM won't transfer file

2015-10-05 Thread Kim Zeitler
Hello, I am trying to transfer a new firmware to a switch using cu(1) with XMODEM using a USB-to-RS232 adapter and running on -current. Connection works fine, but for the XMODEM resulting in 'Resource temporarily unavailable' $cu -d -l /dev/ttyU0 ... ~X Local file? /tmp/fw.swi cu:

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Mattieu Baptiste
On Mon, Oct 5, 2015 at 4:35 PM, Sonic wrote: > On Sun, Oct 4, 2015 at 12:00 PM, Stuart Henderson > wrote: >> I'm hoping it isn't this, but please try backing out the last commits to >> if_em.c and if_em.h ("cd /sys/dev/pci; cvs up -D 2015/09/29

ntpd constraints and RFC4193 IPv6 addresses

2015-10-05 Thread Mike
Using OpenBSD 5.8-current (GENERIC) #0, amd64 I have a simple ntpd.conf: server 10.20.1.1 constraints from "https://www.google.com; The ifconfig for the NIC in question is: % ifconfig em0 em0: flags=8843 mtu 1500 lladdr 00:22:68:99:41:8e

Re: OpenBSD sendfile

2015-10-05 Thread Bogdan Andu
Yeah, I realized that after I posted the issue.. On Monday, October 5, 2015 3:29 PM, Sebastian Benoit wrote: Bogdan Andu(bo...@yahoo.com) on 2015.09.29 14:16:51 +: > Hi, > > I have a piece o software to install that requires > sendfile functionality .

Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-05 Thread Jason A. Donenfeld
Hi folks, Like many others, when I learned that OpenBSD was creating from scratch an SMTP daemon, I was thrilled. The OpenBSD name has for a long time been connected with security, stability, and reliability. I was excited to see an extremely easy to configure yet powerful SMTP daemon coming from

Re: cu with XMODEM won't transfer file

2015-10-05 Thread Philip Guenther
On Mon, Oct 5, 2015 at 6:54 AM, Kim Zeitler wrote: > I am trying to transfer a new firmware to a switch using cu(1) with XMODEM > using a USB-to-RS232 adapter and running on -current. > > Connection works fine, but for the XMODEM resulting in 'Resource temporarily >

Re: /bsd: em0: watchdog timeout -- resetting

2015-10-05 Thread Sonic
On Mon, Oct 5, 2015 at 10:54 AM, Josh Grosse wrote: > I'm using the em(4) NIC as a vlandev, which may be a contributing factor. Nothing special here, using OpenBSD as a simple IPV4 firewall/router, no VLAN's etc. Last -current update was on the 3rd (October) and it

Re: Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Miod Vallat
> do people need autorepeat in the installer? (for what?) i think it'd be > simpler to just disable it in all ramdisks. Not all keyboards support disabling autorepeat, and for those which can, this would add more badly tested code path to their drivers.

Re: Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Miod Vallat
> VNC KVM install means some keypresses will be interpreted as seconds-long, > ordinarily leading to multiple unintended "enter" or character key presses > which easily seriously breaks things, when the connection is not perfect, > which it many times is not. > > I believe there is no way to

Re: requesting help working around boot failures with supermicro atom board

2015-10-05 Thread dewey.hyl...@gmail.com
unfortunately, not on my end. i have hopes that mike larkin may find something when he gets a chance to look, but i am past the limit of my capabilities and supermicro support has discontinued responding to me. their last suggestion was to switch to linux or windows, and their last message was of

Re: requesting help working around boot failures with supermicro atom board

2015-10-05 Thread Sonic
Any progress on this issue? On Thu, Sep 17, 2015 at 1:26 PM, Mike Larkin wrote: > On Thu, Sep 17, 2015 at 12:40:12PM +, Dewey Hylton wrote: >> Dewey Hylton gmail.com> writes: >> >> > >> > Mike Larkin azathoth.net> writes: >> > >> > > >> > > On Tue, Sep 15, 2015 at

Re: Include "wsconsctl" on installer CD so keyboard repeat can be disabled = make VNC KVM install smooth on laggy connection?

2015-10-05 Thread Theo de Raadt
> > VNC KVM install means some keypresses will be interpreted as seconds-long, > > ordinarily leading to multiple unintended "enter" or character key presses > > which easily seriously breaks things, when the connection is not perfect, > > which it many times is not. > > > > I believe there is no