Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-18 Thread Claus Assmann
On Mon, Jan 18, 2016, Joel Rees wrote: >cd /usr/src && cvs -d$CVSROOT up -Pd | tee /var/log/build/cvssrc.log > except the 2>&1 is, I think the book says, too late to collect both Which book? > output streams into buildsys.log . cd /usr/src && cvs -d$CVSROOT up -Pd 2>&1 | tee

Quoting ${CC} expansion in libiberty Makefile

2016-01-18 Thread Andreas Kusalananda Kähäri
Hi, I tried running the base system build with CC="ccache cc" and it broke while compiling libiberty due to an unquoted expansion of ${CC} in the Makefile ("${MAKE} ${GNUCFLAGS} CC=${CC} needed-list"). I know I won't save much time by using ccache since the compiler is rebuilt during the

3D acceleration in Xenocara on GCN Radeon GPUs, specifically PITCAIRN

2016-01-18 Thread Håvard Farberg
Is it the case that 3D acceleration does not work for AMD PITCAIRN-based GPUs in X on OpenBSD 5.8? Is there any documents describing what features work on what GPUs? Thanks! -- Håvard Farberg

Re: 3D acceleration in Xenocara on GCN Radeon GPUs, specifically PITCAIRN

2016-01-18 Thread Jonathan Gray
On Mon, Jan 18, 2016 at 10:41:43AM +0100, Hvard Farberg wrote: > Is it the case that 3D acceleration does not work for AMD > PITCAIRN-based GPUs in X on OpenBSD 5.8? > > Is there any documents describing what features work on what GPUs? Everything should work on northern islands cards and below.

5.9-beta upgrade stalled at base59.tgz 98% fetched, 51072 KB on first try, retry succeeds

2016-01-18 Thread Peter N. M. Hansteen
For about the last week, I've been seeing this oddity with the amd64 installer when doing snap to snap upgrades on my laptop. My routine for quite a while has been to fetch snapshots off the local mirror whenever I notice there's a new one, recently about once a day, then installing by booting

Re: smplayer 14.9 gets muted when moving or resizing windows in xfce 4.12

2016-01-18 Thread Birger Andersson
Hi Jan, I can (almost) confirm the behaviour you describe. Logging into awesome and starting mplayer in xterm muting occurs when *resizing* the xterm window (or any other window). Moving a window does not seem to affect sound output. Best regards /birger On 2016-01-18 06:56, Jan Lambertz

Re: ftp-proxy man page out of date?

2016-01-18 Thread Harald Dunkel
On 01/05/2016 04:35 PM, Sonic wrote: > > Divert-to is the proper way to send the packets to the proxy, but the > dynamic rules that the proxy creates use rdr-to which is why the man > page may appear a bit confusing at first reading. > I see, my mistake. Thanx very much for your support. Harri

FAQ 5.7 question

2016-01-18 Thread ropers
Is there a reason why the list of platform-specific configuration files under does not (directly) include amd64?

Re: 3D acceleration in Xenocara on GCN Radeon GPUs, specifically PITCAIRN

2016-01-18 Thread Håvard Farberg
On Mon, Jan 18, 2016 at 11:48 AM, Jonathan Gray wrote: > On Mon, Jan 18, 2016 at 10:41:43AM +0100, Hvard Farberg wrote: >> Is it the case that 3D acceleration does not work for AMD >> PITCAIRN-based GPUs in X on OpenBSD 5.8? >> >> Is there any documents describing what features

smplayer 14.9 gets muted when moving or resizing windows in xfce 4.12

2016-01-18 Thread Jan Lambertz
what Input devices are you useing to resize/move the window ? usb/ps2, Keyboard/mouse ?

Re: a problem with pf's NAT...

2016-01-18 Thread Marcus MERIGHI
Moving topic to misc@. Or do you think NAT is broken? zje.net...@foxmail.com (zje.net.cn), 2016.01.19 (Tue) 03:37 (CET): > Hi, i'm tesing the NAT with the pf on OpenBSD 5.8, but i can not make it > successful.There is a server with pf having a internal IP 10.0.11.200 and > external IP

Re: if I were to make a pkg-add diff

2016-01-18 Thread Luke Small
I made a small 500 line program I call pkg_ping that calls uname -rm, ftp, sed, on openbsd.org/ftp.html. then it changes all the parsed http and ftp mirrors into http and ftp downloads and changes them to non redundant http mirrors (it has to to easily call ftp on it). It takes them and downloads

Re: mongodb

2016-01-18 Thread Sonic
On Fri, Nov 22, 2013 at 5:18 PM, Chris Smith wrote: > Wondering if mongodb is operational with -current? Reviving old thread. Mongodb, yes, no? Thanks, Chris

Re: 5.9-beta upgrade stalled at base59.tgz 98% fetched, 51072 KB on first try, retry succeeds

2016-01-18 Thread Stefan Wollny
Am 01/18/16 um 18:39 schrieb Peter N. M. Hansteen: > Is anybody else seeing this Yes. But not with every snapshot. I haven't recorded which one showed this kind of behaviour. But every time the second attempt was OK. The last upgrade didn't come up with any irregularities. Best, STEFAN OpenBSD

Minor faq6.html updates...

2016-01-18 Thread Adam Jeanguenat
Updated to use rcctl(8) where applicable. Thanks, --avj Index: faq6.html === RCS file: /home/cvsync/www/faq/faq6.html,v retrieving revision 1.343 diff -u -p -r1.343 faq6.html --- faq6.html 13 Jan 2016 21:55:55 -

pledge(2) proc and id syscall changes

2016-01-18 Thread Carlin Bingham
`proc' lists a few syscalls that it doesn't provide now and misses a few that it does, and `id' is missing a couple. Index: lib/libc/sys/pledge.2 === RCS file: /cvs/src/lib/libc/sys/pledge.2,v retrieving revision 1.23 diff -u -p -u

Re: smplayer 14.9 gets muted when moving or resizing windows in xfce 4.12

2016-01-18 Thread Luciano Rottava da Silva
Hello, Same here with fvwm2-2.6.5 (installed via pkg) and 5.8-release. But in my case it happens when moving or *resizing* any window (xterm, firefox, etc.) if I keep mouse pressed doing any of above event "long enough". Looks like this issue is not directly related to wm or desktop