<OscarL>
BrunoSpr: See the "Example" section on that link.
<OscarL>
you have to use "BlockedEntries" not "EntryBlackList" as in your image.
<OscarL>
and no need for the ''
<BrunoSpr>
I blacklisted the 'hda' driver, but no sound so far...
<BrunoSpr>
Was working with nighties, but not working now with R1Beta5 test 64bit
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
BrunoSpr has joined #haiku
<OscarL>
BrunoSpr: if your hardware uses the hda driver, black-listing it won't make it work, on the contrary... you're telling the system "do NOT use this driver at all".
<OscarL>
unless you're black-listing it so it doesn't interferes with some other driver you're trying... or if that driver causes system crashes... not sure it makes sense for you to black list it.
<nipos>
OscarL: Do you mean this window for your issue?
nephele_xmpp has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
<nipos>
On my computer it changes colors perfectly fine. It's running a rather recent Nightly, but probably not the latest
<OscarL>
waddlesplash: I haven't yet, sorry. Will update both VBox and the Atom netbook, and report back.
<waddlesplash>
very good
_-Caleb-_ has joined #haiku
<OscarL>
nipos: yes, that window. and I tried on a nightly too. Mmmm, I might have been using the Flat control look thou (due to the bad gradients on buttons with the default one).
<nipos>
Ah yes, that gradient bug is quite annoying. I fixed it a while ago, but it's still not merged
itaipu has quit [Ping timeout: 480 seconds]
<nipos>
Maybe try again with the normal HaikuControlLook then. I guess it should work no different with the Flat, but it's worth a try, maybe a bug there?
zardshard has left #haiku [Error from remote client]
zardshard has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
<OscarL>
waddlesplash: updating from hrev57937+104 to +105 now... no idea if that includes your mixer change or not. Would it be possible to add more tags on the beta branches to keep track of things?
<OscarL>
nipos: will double check as soon as possible, and report back.
<nipos>
My hrev is 58067 btw, but I can update and try again
<OscarL>
+105 appears to be the "mixer delay" change. good.
<OscarL>
(had to compare commit sha1 with the one from concourse build page... wish we had some "+NN" tags instead thou :-)
<nipos>
Now it's broken. Must be a recent change that broke it
itaipu has joined #haiku
<OscarL>
waddlesplash: updated, rebooted, media_addon_server crashed right away.
<nipos>
OscarL: In the hrevs in the range where it broke, this is the only one that I think could cause this: https://cgit.haiku-os.org/haiku/commit/?id=42df4f9689991c413d701d07577a5b2986b63778 And setting the HighUIColor of the view may hopefully fix it, but still compiling. And then, trying out Tracker changes is difficult, since you need to first somehow stop the running Tracker process and then start the new. Don
<waddlesplash>
humdinger: I don't think you can use HTML formatting in {{}}
nosycat has quit [Quit: Leaving]
<humdinger>
cool. the markdown formatting didn't work either
<waddlesplash>
humdinger: yep. 2:13:58 AM: Error: Error building site: "/opt/build/repo/content/get-haiku/r1beta4/_index.md:21:280": unrecognized character in shortcode action: U+003A ':'. Note: Parameters with non-alphanumeric args must be quoted
<waddlesplash>
so you can't use the shortcode here
<waddlesplash>
if you want a link in it anyway
<OscarL>
nipos: you can use "launch_daemon stop <tracker-signature>", and then start Tracker from Terminal.
<waddlesplash>
this is how the shortcode is expanded
<OscarL>
nipos: cool!
<waddlesplash>
so, clearly you can just do the same inline
rexbinary_ has joined #haiku
rexbinary has quit [Ping timeout: 480 seconds]
rexbinary_ is now known as rexbinary
<nipos>
It would be cool if anyone could fix the Tor package, btw
<nipos>
Normally I fall back to using the one installed on my OpenIndiana PC, but since I only powered on the Haiku one today, I don't have internet which is... well... not ideal
<Skipp_OSX>
To see the bug in question here with AdoptSystemColors() set your document color to something non-default like red, open HaikuDepot, then immediately close it, you'll get the shutdown warning, and the text will be red (or whatever you set for document text color).
<Skipp_OSX>
This is because text views have document colors by default, but we called AdoptSystemColors() and that sets panel colors, (maybe it shouldn't though for a text view because it uses document colors?), but this doesn't update the text color, just the background, so you get document text color on panel bg color... fail.
<waddlesplash>
yes, it shouldn't set panel colors
<waddlesplash>
Adopt*Colors on the text view should continue to use document colors
<Skipp_OSX>
ok well. then there's two bug! :)
<waddlesplash>
fair enough!
mmlr has joined #haiku
<OscarL>
note to self... use "-Wno-address-of-packed-member" when compiling tor to avoid a flood of warnings (all related to the same macro).
* phschafft
wonders why someone uses a packed struct.
<humdinger>
leaving y'all with:
<humdinger>
PSA: You can help adding/updating translations for the next releases of
<waddlesplash>
see what's returning ENOENT specifically from the kernel
<Skipp_OSX>
hmmmm i wonder if I should set panel color if not editable...
<OscarL>
will try.
<OscarL>
(rebuilding tor ATM to get a cleaner build log)
nephele_xmpp has left #haiku [Error from remote client]
MisthaLu has quit [Quit: Leaving]
nephele_xmpp has joined #haiku
janoz has joined #haiku
janus has quit [Ping timeout: 480 seconds]
janoz is now known as janus
nephele_xmpp has left #haiku [Error from remote client]
<OscarL>
waddlesplash: strace of tor. it was waiting for a bit, till I asked Web+ to refresh a page, then it exited: https://bpa.st/XQWDS
* OscarL
notices "$HOME./tor". bad tor, bad!
<waddlesplash>
[ 26684] event_queue_select(0x3, [{fd=0xc, events=0}], 0x1) = 0xffffffff General system error ([{fd=0xc, events=No such file or directory}]) (844 us)
<waddlesplash>
well that all makes sense
gouchi has joined #haiku
<waddlesplash>
the only way we return the ENOENT from kevent is if nevents == 0
<waddlesplash>
yeah I'm not seeing how this could happen
<OscarL>
unrelated but... no idea where that repeated "get_timezone((nil))" comes from (can't find it with TextSearch).
<waddlesplash>
tzset() probably
<waddlesplash>
well, guess I'll have to debug this myself
<OscarL>
sorry for not being more helpful.
<waddlesplash>
nah, these bugs are tricky
<waddlesplash>
let me know when you post the recipe so I can download and test
<OscarL>
k, let me do just that.
<Skipp_OSX>
hmmm now I don't know what I should do
<Skipp_OSX>
I could tint the background instead of using panel...
<Anarchos>
jmairboeck i uninstall all my texlive related package, and reinstall texlive_full
<Anarchos>
jmairboeck now all is in order
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
DKnoto_W2 has quit [Ping timeout: 480 seconds]
erysdren has quit [Quit: Konversation terminated!]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
DKnoto_W2 has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
nephele_xmpp has left #haiku [Error from remote client]
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
nephele_xmpp has joined #haiku
Forza_ has joined #haiku
Forza has quit [Ping timeout: 480 seconds]
<waddlesplash>
"Sep 09 16:46:41.000 [notice] We were built to run on a 64-bit CPU, with OpenSSL 1.0.1 or later, but with a version of OpenSSL that apparently lacks accelerated support for the NIST P-224 and P-256 groups. Building openssl with such support (using the enable-ec_nistp_64_gcc_128 option when configuring it) would make ECDH much faster."
<waddlesplash>
this is an interesting message
<waddlesplash>
why don't we enable that option, I wonder?
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<Forza_>
Some think the nist curves are not entirely safe?
Forza_ is now known as Forza
nephele_xmpp has left #haiku [Error from remote client]
<waddlesplash>
well, actually they might, but the package set they are using doesn't
<waddlesplash>
without it, libevent hangs forever on startup
<waddlesplash>
guess we need to update the builder package set...
flag has quit [Ping timeout: 480 seconds]
<mmlr>
the builders are at hrev57936 so they don't even have it on the host
<waddlesplash>
wouldn't matter since it's a fix to libbsd
<mmlr>
yeah, killed the hung conftests
tuaris has quit [Read error: Connection reset by peer]
tuaris has joined #haiku
<waddlesplash>
mmlr: I paged kallisti5[m]
<waddlesplash>
hopefully we'll get the package sets updated before too long
<mmlr>
are these beta5 branch or master?
<waddlesplash>
beta5
<waddlesplash>
the commit I linked above was cherry-picked to b5
<waddlesplash>
in the meantime I think PulkoMandy's issue isn't worth delaying the release over? considering nobody else seems to have encountered it
<waddlesplash>
so I will work on exporting the userguide and getting that into the release, because AFAIK that's the only remaining thing
<waddlesplash>
and maybe a mesa rebuild to properly disable broken EGL
<mmlr>
the crashes are definitely edge cases, memory exhaustion in massive parallel builds
<waddlesplash>
right. and more to the point we haven't seen the like on the buildmasters
<mmlr>
I haven't seen them either on my vms while building massive amounts of ports
<mmlr>
these are all vms with a pretty slim interface though, all virtio mostly
<mmlr>
I thought about the buildmaster storage migration some more
<mmlr>
doing it after the release is somewhat unfortunate as well I fear
<mmlr>
if something breaks, or generally while moving stuff, the haikuports repos will be broken for all the new beta5 users
<mmlr>
which isn't great right after a release
<waddlesplash>
that shouldn't happen?
<waddlesplash>
if we turn the buildmasters off and then do the sync we can test the new repos work
<waddlesplash>
and only turn them on when they work
<waddlesplash>
and if the new haikuporter doesn't work properly at least the migrated repos will still work
<mmlr>
yeah, but then we have to manually do it
<mmlr>
it would indeed automigrate if we just let it run
<mmlr>
but yeah, we can just copy everything up front and then test and switch
<OscarL>
from "hp openssl3_x86" with added ec_nistp* flag: "your compiler doesn't appears to support 128-bits integer types". Guess just for x86_64 then.
Jixt has quit [Ping timeout: 480 seconds]
x3msk8er has joined #haiku
Halian has joined #haiku
x3msk8er has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
stickman68 has quit [Quit: Vision[]: i've been blurred!]
<dovsienko>
in DataTranslations JPEG has default output quality of 95 and JPEG2000 has 25, is this intentional?
<OscarL>
waddlesplash: openssl3 build on 32 bits, without "no-asm" seemed to go well until: https://bpa.st/FQBWA
<OscarL>
crypt586.S seems to be generated from a perl script.
<OscarL>
(equally readable to me :-P)
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser is now known as stickman68
Coldfirex has quit [Remote host closed the connection]
<x512[m]>
waddlesplash: > and maybe a mesa rebuild to properly disable broken EGL
<x512[m]>
I think its building should be disabled in current active HaikuPorts version, including libEGL/headers.
<OscarL>
dovsienko: as far as I can see "quality = 25" has been there at least since 2005. And from the "original" README...
<OscarL>
"There is a scale from 1 to 100 but from i've seen so far 25-35 is superb quality, more percent only will make output file bigger without any noticable image quality changes."
<dovsienko>
it is certainly not urgent then, but perhaps it would not be a bad idea to verify the claim using a good monitor and some good quality pictures
owad has quit [Ping timeout: 480 seconds]
<OscarL>
.... and a pair of eyes younger than mine :-)
owad has joined #haiku
Coldfirex has joined #haiku
OscarL has quit [Quit: Gone with the wind]
HaikuUser has joined #haiku
HaikuUser has quit []
henesy has quit [Remote host closed the connection]