Re: Ntpd(8) in current: server (IP numerical) not used

2015-10-31 Thread Christian Weisgerber
Gerald Hanuer: > Ntpd(8) in current: server ("IP numerical") not being used, FQDN works. > > ### Works as expected. > server time1.google.com > > ### This does not. ( Numerical of above ) > server 216.239.32.15 I can confirm this. The bug was introduced with this commit: ---

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-31 Thread Dewey Hylton
On Sat, Oct 31, 2015 at 12:49 AM, Jonathan Gray wrote: > On Fri, Oct 30, 2015 at 11:32:16AM -0400, Dewey Hylton wrote: > > > > > didn't have -current onhand, but was able to perform this function on a > 5.8 > > system ... i have 3 of these devices i'd really like to get going on > > openbsd. THAN

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-31 Thread Dewey Hylton
2015-10-31 10:56 GMT-04:00 Dewey Hylton : > On Sat, Oct 31, 2015 at 12:49 AM, Jonathan Gray wrote: > >> On Fri, Oct 30, 2015 at 11:32:16AM -0400, Dewey Hylton wrote: >> > > >> > didn't have -current onhand, but was able to perform this function on a >> 5.8 >> > system ... i have 3 of these device

Re: Ntpd(8) in current: server (IP numerical) not used

2015-10-31 Thread Reyk Floeter
I tested and verified your fix, thanks! OK reyk@ On Sat, Oct 31, 2015 at 02:00:08PM +0100, Christian Weisgerber wrote: > Gerald Hanuer: > > > Ntpd(8) in current: server ("IP numerical") not being used, FQDN works. > > > > ### Works as expected. > > server time1.google.com > > > > ### This

error compiling -current kernel if_em.c

2015-10-31 Thread Sonic
Hello, I'm getting this error during -current kernel compile, x64: ci/if_em.c cc1: warnings being treated as errors ../../../../dev/pci/if_em.c: In function 'em_ioctl': ../../../../dev/pci/if_em.c:674: warning: implicit declaration of function 'arp_ifinit' *** Error 1 in /usr/src/sys/arch/amd64/co

follow current by KVM

2015-10-31 Thread Tuyosi Takesima
Hi all . i decide to follow [curent openbsd ] by KVM on linux . how to send virtual space's openbst to real space ? - regards

pledge(2) and pselect(2)

2015-10-31 Thread Juha Erkkilä
Hi, Is there any reason pselect() is omitted from /usr/src/sys/kern/kern_pledge.c? There is poll(), ppoll(), kevent(), kqueue() and select() for PLEDGE_STDIO. Juha Index: sys/kern/kern_pledge.c === RCS file: /home/cvs/OpenBSD/src/s

PF rules block some websites (?)

2015-10-31 Thread Piotr Kubaj
Hi, I'm using OpenBSD 5.8 on a Ubiquiti Edgerouter Lite. It works great, apart from my customers reported that some websites don't work for them (I've verified that it's true). My /etc/pf.conf is: int_if="{ vether0 cnmac1 cnmac2 }" broken="224.0.0.22 127.0.0.0/8 192.168.0.0/16 172.16.0.0/12 \

Re: error compiling -current kernel if_em.c

2015-10-31 Thread Ossi Herrala
On Sat, Oct 31, 2015 at 05:00:51PM -0400, Sonic wrote: > Hello, I'm getting this error during -current kernel compile, x64: > > ci/if_em.c > cc1: warnings being treated as errors > ../../../../dev/pci/if_em.c: In function 'em_ioctl': > ../../../../dev/pci/if_em.c:674: warning: implicit declaration

Re: compulab fitlet, non-working intel i211 ethernet, help requested

2015-10-31 Thread Jonathan Gray
On Sat, Oct 31, 2015 at 11:20:40AM -0400, Dewey Hylton wrote: > > > > THANKS for your time and assistance. > > > > i now have enough networking to commence an installation, which is in > > progress. i'll have to build > > and copy in a new kernel of course to use the booted system afterward. > > as

Re: error compiling -current kernel if_em.c

2015-10-31 Thread Sonic
it was due to the fact that I backed out revision 1.305 that caused annoying watchdog timeouts and loss of network connectivity with em0 earlier this month ok now, thanks On Sat, Oct 31, 2015 at 5:52 PM, Ossi Herrala wrote: > On Sat, Oct 31, 2015 at 05:00:51PM -0400, Sonic wrote: >> Hello, I'm

Error on man Tmux(1) page?

2015-10-31 Thread steven
hello, On the tmux(1) man page in the section: *WINDOWS AND PANES* - the part where: *Functionvi emacs ... ... ... *Copy selection Enter *M-w* - that *M-w* should be a *C-w* to copy the text? regards Steven

Re: Error on man Tmux(1) page?

2015-10-31 Thread Michael Seyfert
On Sat, Oct 31, 2015 at 11:30:29PM +, steven wrote: > hello, > > On the tmux(1) man page in the section: *WINDOWS AND PANES* > - the part where: > > *Functionvi emacs > ... > ... > ... > *Copy selection Enter *M-w* > > > - that *M-w* should be a *C-w* to copy th