Re: touchpad input driver: testing needed

2017-07-31 Thread Josh Grosse
Feedback report --- Hardware: Thinkpad X220. Results:Excellent! wsconsctl configuration changes:None. mouse.type=synaptics mouse.rawmode=0 mouse.scale=1472,5768,1408,5062,0,65,136 mouse.tp.tapping=0 mouse.tp.scal

Re: touchpad input driver: testing needed

2017-07-31 Thread Bryan Vyhmeister
On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > for you. As always, a dmesg would be appreciated. The output of > # wsconsctl | grep 'mouse' > could also be of interest here (you must run it as root). Here is another report from a Lenovo N22. This system has a Synaptics to

Re: touchpad input driver: testing needed

2017-07-31 Thread Bryan Vyhmeister
On Mon, Jul 31, 2017 at 08:09:31PM -0400, Ted Unangst wrote: > Bryan Vyhmeister wrote: > > On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > > > for you. As always, a dmesg would be appreciated. The output of > > > # wsconsctl | grep 'mouse' > > > could also be of interest he

Re: touchpad input driver: testing needed

2017-07-31 Thread Ted Unangst
Bryan Vyhmeister wrote: > On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > > for you. As always, a dmesg would be appreciated. The output of > > # wsconsctl | grep 'mouse' > > could also be of interest here (you must run it as root). > > This report is from a MacBookAir7,2

Re: Calculate the frequency of the tsc timecounter

2017-07-31 Thread Adam Steen
On Tue, Aug 1, 2017 at 7:26 AM, Adam Steen wrote: > Mike Belopuhov wrote: > >> To be able to use TSC as a timecounter source on OpenBSD or Solo5 >> you'd have to improve the in-kernel measurement of the TSC frequency >> first. I've tried to perform 10 measurements and take an average and >> it doe

Re: Calculate the frequency of the tsc timecounter

2017-07-31 Thread Adam Steen
Mike Belopuhov wrote: > To be able to use TSC as a timecounter source on OpenBSD or Solo5 > you'd have to improve the in-kernel measurement of the TSC frequency > first. I've tried to perform 10 measurements and take an average and > it does improve accuracy, however I believe we need to poach ano

Re: touchpad input driver: testing needed

2017-07-31 Thread Bryan Vyhmeister
On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > for you. As always, a dmesg would be appreciated. The output of > # wsconsctl | grep 'mouse' > could also be of interest here (you must run it as root). This report is from a MacBookAir7,2 which is a 2015 13-inch MacBook Air.

Re: touchpad input driver: testing needed

2017-07-31 Thread Bryan Vyhmeister
On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > for you. As always, a dmesg would be appreciated. The output of > # wsconsctl | grep 'mouse' > could also be of interest here (you must run it as root). Here is another report. This one is from a Lenovo LaVie Z with an Elante

Re: touchpad input driver: testing needed

2017-07-31 Thread Bryan Vyhmeister
On Mon, Jul 31, 2017 at 11:02:28PM +0200, Ulf Brosziewski wrote: > for you. As always, a dmesg would be appreciated. The output of > # wsconsctl | grep 'mouse' > could also be of interest here (you must run it as root). This is from a Lenovo ThinkPad X1 Carbon (4th Gen) which has a Synaptics

touchpad input driver: testing needed

2017-07-31 Thread Ulf Brosziewski
In the long run the synaptics driver, which handles touchpad inputs in X, may be a dead end of the input framework, and it's time to prepare an alternative. The kernel contains an internal touchpad input driver now, it's a part of wsmouse(4). It provides standard features - two-finger/edge scroll

Re: permission denied local nfs mount

2017-07-31 Thread Kenneth Gober
On Fri, Jul 28, 2017 at 7:36 PM, Allan Streib wrote: > $ cat /etc/exports > /home/astreib/work/new-site.org -ro -network=127.0.0.1 > > Everyhing works if I remove the "-network=" from /etc/exports, i.e.: > > /home/astreib/work/new-site.org -ro 127.0.0.1 > > I don't really understand why? If you d

Re: Split zone DNS?

2017-07-31 Thread Kenneth Gober
On Fri, Jul 28, 2017 at 9:58 AM, Steve Williams wrote: > I would like to run a local resolver on my internal network that will > resolve all my hosts on my local network to IP addresses on my local > network(s) rather than resolving to their public IP addresses. > > What is the best tool to accomp

Re: starting cwm and terminal font

2017-07-31 Thread Mike Burns
On 2017-07-30 23.37.07 -0700, jungle boogie wrote: > $ cat .xinitrc > xsetroot -solid gray40 (does the 40 actually do anything? I've seen a few > examples with numbers after it) That color name comes from /usr/X11R6/share/X11/rgb.txt : $ grep gray40 /usr/X11R6/share/X11/rgb.txt 102 102 102

Re: Question about pf tables and limitation of addresses 0.0.0.0/0 or 0/0

2017-07-31 Thread Kenneth Gober
On Thu, Jul 27, 2017 at 12:52 PM, Donald Clark Jackson wrote: > table const { !10/8 !172.16/12 !192.168/16 0/0 } > guest_hq_if = "em3" > guest_hq_net = $guest_hq_if:network > pass log (matches) from $guest_hq_net to keep state > > match out log (matches) on $external_if inet from $guest_hq_net n

Re: Changing default compiler for usr/ports buiding

2017-07-31 Thread Marc Espie
On Mon, Jul 31, 2017 at 05:47:59PM +0300, Denis wrote: > I'm trying to change default compiler to build some ports. > Tried to do it using bsd.port.mk and by system variables CXX=eg++ > CPP=egcc, but nothing changes while building a port. > > How can I force the default gcc 4.2 to egcc (gcc 4.9)?

Opensmtpd-extras documentation

2017-07-31 Thread Markus Rosjat
Hi there, Is there some documentation on the ldapFilter ? It's kinda frustrating to see a 535 Auth failed even you are sure you got the right credentials.  I have openldap running but without some basic info on how to pass looked  up information  on to smtpd I'm lost here Regards  Markus V

Re: Calculate the frequency of the tsc timecounter

2017-07-31 Thread Mike Larkin
On Mon, Jul 31, 2017 at 07:19:36AM +0800, Adam Steen wrote: > Sorry, i sent that before i had finished. > > I am trying to find an equivalent of the following code for FreeBSD > > size_t outsz = sizeof bi->cpu.tsc_freq; > int ret = sysctlbyname("machdep.tsc_freq", &bi->cpu.tsc_freq, &outs

Re: permission denied local nfs mount

2017-07-31 Thread Allan Streib
Todd writes: > Is there anything in the logs? Can you try adding the IP of your > network adapter to exports? I don't see anything in logs. Would they be anywhere other than in /var/log? I didn't try adding the network IP but really only want this "exported" on localhost. Essentially I want t

Changing default compiler for usr/ports buiding

2017-07-31 Thread Denis
I'm trying to change default compiler to build some ports. Tried to do it using bsd.port.mk and by system variables CXX=eg++ CPP=egcc, but nothing changes while building a port. How can I force the default gcc 4.2 to egcc (gcc 4.9)? Thanks

Re: syspatch question

2017-07-31 Thread Fabio Scotoni
On 07/31/2017 03:56 PM, Marko Cupać wrote: > Hi, > > first of all, thanx for syspatch. One-liner to apply all the errata > patches instead of syncing source and rebuilding stuff are welcomed on > my fleet of geographically remote OpenBSD firewalls running on PC > Engines' apu2d4, not only because

syspatch question

2017-07-31 Thread Marko Cupać
Hi, first of all, thanx for syspatch. One-liner to apply all the errata patches instead of syncing source and rebuilding stuff are welcomed on my fleet of geographically remote OpenBSD firewalls running on PC Engines' apu2d4, not only because of its speed and simplicity, but also because of SDcard

Re: starting cwm and terminal font

2017-07-31 Thread GSO
xterm popup menus: Ctrl + left mouse button Ctrl + right mouse button The latter gives font size options. On 31 July 2017 at 00:06, jungle boogie wrote: > Hello, > > > I have some cwm questions for you folks. > > cwm is launching, but it's not setting my background to gray. > I thought I made t

Re: after update imput/output error when I run terminal

2017-07-31 Thread Leo Unglaub
Hey, On 07/31/17 06:57, Krzysztof Strzeszewski wrote: I update openbsd 6.1-current end is error. When I update, when I run terminal imput/output error on xfce. after upgrading to a clang snapshot you have to force pkg_add to reinstall all packages on your computer. pkg_add -D installed -uV

Re: smtpd vs. uw-imap locking

2017-07-31 Thread Gilles Chehade
On Sun, Jul 30, 2017 at 07:47:15PM -0400, gwes wrote: > smtpd locks user mailboxes in /var/mail using lockspool(1) > uw-imapd locks using its own dotfile locker mlock(not the syscall) > Actually, it is mail.local that does the locking, smtpd knows nothing at all regarding /var/mail as it is an MD

Re: starting cwm and terminal font

2017-07-31 Thread Alexander Hall
On July 31, 2017 8:37:07 AM GMT+02:00, jungle boogie wrote: >Thus said Jungle Boogie on Sun, 30 Jul 2017 16:06:06 -0700 >> Hello, >> >> >> I have some cwm questions for you folks. >> >> cwm is launching, but it's not setting my background to gray. >> I thought I made the change correctly. >>

Re: Calculate the frequency of the tsc timecounter

2017-07-31 Thread Mike Belopuhov
On Mon, Jul 31, 2017 at 09:48 +0800, Adam Steen wrote: > Ted Unangst wrote: > > we don't currently export this info, but we could add some sysctls. there's > > some cpufeatures stuff there, but generally stuff isn't exported until > > somebody finds a use for it... it shouldn't be too hard to add

Re: starting cwm and terminal font

2017-07-31 Thread Muhammad Kaisar Arkhan
>xsetroot -solid gray40 (does the 40 actually do anything? I've seen a >few examples with numbers after it) I think you can pass an 8-bit color value \ (the ones you see on HTML/CSS, like "#EE") Thanks, Muhammad Kaisar Arkhan

Re: OpenBSD 6.1 installation, on dedicated server, using qemu not working.

2017-07-31 Thread Mxher
On 07/28/2017 08:47 PM, Stefan Fritsch wrote: > On Tuesday, 25 July 2017 21:30:08 CEST Mxher wrote: >> I'm renting a dedicated server from a web host that unfortunately does >> not propose OpenBSD installation. >> >> So I'm installing OpenBSD using qemu from my host rescue mode (which use >> FreeBS