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

2016-01-19 Thread Erling Westenvik
On Tue, Jan 19, 2016 at 01:26:15AM -0600, Luke Small wrote: > I made a small 500 line program I call pkg_ping that calls uname -rm, > ftp, sed, on openbsd.org/ftp.html. A "program"? In what language? Is your code available somewhere? > then it changes all the parsed http and ftp mirrors into

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

2016-01-19 Thread Peter N. M. Hansteen
> 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 61.xxx.xx.xx, > > then, i make a pf.conf with contents

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

2016-01-19 Thread Eric Furman
FOR GOD'S SAKE STOP TALKING. Submit your code to tech@ and it will be considered on its merits. The OpenBSD team is very open to good code. If it's shite you will get no response. If it has potential you will get comments. But NOTHING will happen until they see CODE. On Tue, Jan 19, 2016, at

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

2016-01-19 Thread bian
Mouse, both in xfce and awesome. With the checkboxes 'Hide content of windows [when moving] or [when resizing]' ticked in xfce muting occurs when (a) pressing keycomb alt+F7 (for moving) and any arrowkey, or (b) alt+F8 (for resizing). As before, this applies regardless of using smplayer or

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

2016-01-19 Thread dan mclaughlin
On Mon, 18 Jan 2016 10:09:14 +0900 Joel Rees wrote: > Trying to put some scripts together so I can set an update going one > night, check it in the morning, reboot, and finish the update while > I'm at work. > > So I want to do something like > >cd /usr/src && cvs

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

2016-01-19 Thread Luciano Rottava da Silva
Indeed Matthew, *muting* happens as a consequence of *pausing*. I've tried in a FreeBSD 10.1 amd64 machine and exactly the same things happens. Hence, it must be related to X.org rather than to OpenBSD. No big deal, I certainly can live with that. Regards, Luciano. On 19 January 2016 at 13:03,

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

2016-01-19 Thread Stuart Henderson
On 2016-01-19, Michael Wilson wrote: > On Tue, 19 Jan 2016 09:14:08 +0100 > "Peter N. M. Hansteen" wrote: > >> > 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 >> > >

Re: Quoting ${CC} expansion in libiberty Makefile

2016-01-19 Thread Stuart Henderson
On 2016-01-18, Andreas Kusalananda Kähäri wrote: > 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

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

2016-01-19 Thread Stuart Henderson
On 2016-01-19, Eric Furman wrote: > FOR GOD'S SAKE STOP TALKING. > Submit your code to tech@ and it will be considered on its merits. Code without listening to the feedback which has already been given based on the design isn't very useful either. Whether it's good code

Puzzling broadband issue

2016-01-19 Thread gsowww
(i) a. With both Linux or Windows all downloads tend to hover around 100 KB/s on a 50 Mb/s cable Internet connection b. if I run a processor intensive program while downloading (typically at the moment a video of a burning fireplace) then the download rate starts to return to normal c. if I am

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

2016-01-19 Thread Michael Wilson
On Tue, 19 Jan 2016 09:14:08 +0100 "Peter N. M. Hansteen" wrote: > > 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

Re: issue with xnf running 15th jan snapshot on Xen v. 4.5.1

2016-01-19 Thread Mike Belopuhov
Hi, Thanks for taking your time to test and write a report. I've fixed a few issues since then and was going to ask you to test a -current kernel. Could you also please send bug reports like this to bugs@ rather than misc@. Thank you! Cheers, Mike On Sat, Jan 16, 2016 at 20:56 +0200, Imre

Re: Puzzling broadband issue

2016-01-19 Thread Daniel Melameth
On Tue, Jan 19, 2016 at 11:36 AM, wrote: > a. With both Linux or Windows all downloads tend to hover around 100 KB/s on > a 50 Mb/s cable Internet connection > b. if I run a processor intensive program while downloading (typically at the > moment a video of a burning

Re: permanent ARP being overwritten by ISP

2016-01-19 Thread Stuart Henderson
On 2016-01-20, Doug Moss wrote: > Second - per other reply. I upgraded from OpenBSD 5.7 amd64 to OpenBSD 5.8 > amd64 yesterday > This broke other things/packages > (OpenLDAP 2.4 to OpenLDAP 3.0, doesn't seem to like slapd.conf > password-hash={CRYPT} ) > setting me back a

Re: permanent ARP being overwritten by ISP

2016-01-19 Thread Doug Moss
>On Sunday, January 17, 2016 2:23 PM, Vijay Sankar wrote: >Not clear from your message so I was wondering if you have all the following >on the same switch >ISP interface >External interface of your firewall >Internal interface of your firewall >Interfaces of your other

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

2016-01-19 Thread Luke Small
here you go! Enjoy! -Luke On Tue, Jan 19, 2016 at 2:57 AM, Erling Westenvik < erling.westen...@gmail.com> wrote: > On Tue, Jan 19, 2016 at 01:26:15AM -0600, Luke Small wrote: > > I made a small 500 line program I call pkg_ping that calls uname -rm, > > ftp, sed, on openbsd.org/ftp.html. > > A

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

2016-01-19 Thread Christoph R. Murauer
> here you go! Enjoy! > > -Luke > > On Tue, Jan 19, 2016 at 2:57 AM, Erling Westenvik < > erling.westen...@gmail.com> wrote: [ ... ] > > [demime 1.01d removed an attachment of type text/x-csrc which had a > name of pkg_ping.c] Luke RTFM. http://www.openbsd.org/mail.html *The only mailing list

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

2016-01-19 Thread Luke Small
Go to: *I have a mirror testing program for you.* in the tech mailing list. It copied there. -Luke On Tue, Jan 19, 2016 at 11:18 PM, Luke Small wrote: > here you go! Enjoy! > > -Luke > > On Tue, Jan 19, 2016 at 2:57 AM, Erling Westenvik < >

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

2016-01-19 Thread Luke Small
wrote: > On Tue, Jan 19, 2016 at 01:26:15AM -0600, Luke Small wrote: > > I made a small 500 line program I call pkg_ping that calls uname -rm, > > ftp, sed, on openbsd.org/ftp.html. > > A "program"? In what language? Is your code available somewhere? > > > then it changes all the parsed http and

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

2016-01-19 Thread chohag
Luciano Rottava da Silva writes: > 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

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

2016-01-19 Thread Birger Andersson
Hi Matthew Good point. Sound is muted and indeed playback is paused. Maybe it's the pause that cause the muting. On further investigation in xfce, under the condition that the checkboxes 'Hide content of windows [when moving] or [when resizing]' are ticked muting and pausing occurs when

Re: Puzzling broadband issue

2016-01-19 Thread Brent Cook
On Tue, Jan 19, 2016 at 12:36 PM, wrote: > (i) a. With both Linux or Windows all downloads tend to hover around 100 KB/s > on a 50 Mb/s cable Internet connection > b. if I run a processor intensive program while downloading (typically at the > moment a video of a burning