Re: inet6 ff02::1:ff routes leaking?

2016-07-05 Thread Martin Pieuchot
Hello Aaron, On 24/06/16(Fri) 06:25, Aaron Riekenberg wrote: > I am running an OpenBSD 5.9 box as a firewall/router on a Comcast cable > connection. My box has 2 interfaces: em0 on external network (cable modem) > and em1 on internal network. I have applied all available patches for 5.9. > >

Audio problems, 5.9 -release, Thinkpad Carbon X1 Gen3

2016-07-05 Thread Alexander Judge
Hi, Audio playback behaves as if muted except for roughly periodic short, sub-second bursts. I’ve observed this playing audio files using Firefox, Chromium, VLC, and mplayer. When playing video the picture is likewise affected, but disabling audio in VLC fixes it. mplayer complains about the

Re: Silly library path debug question. Also, is /usr/local/lib/ in the default search path for library files?

2016-07-05 Thread Tinker
On 2016-07-05 19:26, Stuart Henderson wrote: On 2016-07-05, Tinker wrote: Philip covered the rest in the other thread, but this remains: Why does not the OS load the dependency (libpthread and C) automatically, how do I make it do that, and on this topic, to your

Re: [Q] Thinkpad x230, softraid crypto and ZZZ

2016-07-05 Thread Joerg Jung
> On 03 Jul 2016, at 20:30, Mike Larkin wrote: > > On Sun, Jul 03, 2016 at 01:40:39PM -0400, Bryan Everly wrote: >> Hi, >> >> I have suspend to RAM working just fine on this system but when I try to >> suspend to disk (ZZZ) it just hangs the system (I thought it might just

Re: How make "pkg_add" auto-choose some package version for me when same package is available in more versions?

2016-07-05 Thread Stuart Henderson
On 2016-07-05, Nick Holland wrote: > Think about it. If someone is MAINTAINING multiple versions of a > package, they are doing it because they feel there is some REASON that > multiple versions. Even in those cases, there is often one particular version which is

Re: How make "pkg_add" auto-choose some package version for me when same package is available in more versions?

2016-07-05 Thread bytevolcano
On Tue, 05 Jul 2016 10:12:01 +0800 Tinker wrote: > Wait, can "%" be used to install the latest version for unimportant > packages? > > Or at least make pkg_add choose *some* version for me because I > totally don't care, this would just be a trick to automate system >

Re: Silly library path debug question. Also, is /usr/local/lib/ in the default search path for library files?

2016-07-05 Thread Stuart Henderson
On 2016-07-05, Tinker wrote: Philip covered the rest in the other thread, but this remains: > Why does not the OS load the dependency (libpthread and C) > automatically, how do I make it do that, and on this topic, to your > perception is there anything I not

Re: How make "pkg_add" auto-choose some package version for me when same package is available in more versions?

2016-07-05 Thread Marc Espie
How about you go read ports archive ? I posted a whole explanation of the branch mechanism in current. Plus you've got nicely documented stuff inside pkg_add(1) and the things it links to, for instance, packages-specs(7)

Re: libpthread on OpenBSD: Any particular requirement about HOW/WHEN to load it - is via shlib and dlopen() OK?

2016-07-05 Thread Philip Guenther
On Mon, Jul 4, 2016 at 11:49 PM, Tinker wrote: ... > I guess it's not practically relevant but one last question, what did you > mean by "noopen marking" in this context? (Can't find any documentation > mentioning this. Just want to understand what you meant.) There are

Re: libpthread on OpenBSD: Any particular requirement about HOW/WHEN to load it - is via shlib and dlopen() OK?

2016-07-05 Thread Tinker
On 2016-07-05 14:42, Philip Guenther wrote: On Mon, Jul 4, 2016 at 11:00 PM, Tinker wrote: ... That thread touched on a secondary question which is if there is any particular requirement on HOW/WHEN to load libpthread : A) Must libpthread be [dynamic object dependency]

Re: libpthread on OpenBSD: Any particular requirement about HOW/WHEN to load it - is via shlib and dlopen() OK?

2016-07-05 Thread Philip Guenther
On Mon, Jul 4, 2016 at 11:00 PM, Tinker wrote: ... > That thread touched on a secondary question which is if there is any > particular requirement on HOW/WHEN to load libpthread : > > A) Must libpthread be [dynamic object dependency] linked to the executable > file

Re: Silly library path debug question. Also, is /usr/local/lib/ in the default search path for library files?

2016-07-05 Thread Tinker
Dear Philip / Janne / list, So this turns out to be a fairly nooby dependency loading question. Maybe combined with a totally intricate libpthread loading question, which I split off to a separate thread for clarity. So here we go: Context: Process A dlopen():s shared library B. B has a

libpthread on OpenBSD: Any particular requirement about HOW/WHEN to load it - is via shlib and dlopen() OK?

2016-07-05 Thread Tinker
(Sorry for the spam.) This is a fork from the "Silly library path debug question" thread where I am figuring how to make auto-loading of dependencies work. That thread touched on a secondary question which is if there is any particular requirement on HOW/WHEN to load libpthread : A) Must