<andreasdr[m]>
You can install the glfw development package
<HaikuUser>
I installed the glfw package from the depot... but, unlike the glm package, it didn't create any headers.. guess I'll try downloading them from glfw.org as you suggest
<HaikuUser>
thanks
<rennj>
threedeyes improved the GLFW port substantially
mtsfz2 has quit [Remote host closed the connection]
mtsfz2 has joined #haiku
<BarmenduChakraborty[m]>
Could a - "kill all running programs" option for the BeDead be implemented?
rennj has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
Barmendu has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has left #haiku [#haiku]
rennj has joined #haiku
DarkHorse has joined #haiku
<DarkHorse>
thanks for the help earlier regarding the missing glfw headers files. I built and installed a glfw_devel package that included and it compiled
<DarkHorse>
but now, when linking, it says it cannot find gl.pc. Makefile has LIBS=`pkg-config --libs glfw3 gl`
<rennj>
packageconfig ftw hehe
<rennj>
.pc
<DarkHorse>
actual error is Perhaps you should add the directory containing `gl.pc'
<DarkHorse>
mesa_devel package has a egl.pc but no gl.pc
<rennj>
no libgl1 foo?
<rennj>
libgl1-mesa-dev
<DarkHorse>
I apologize, new to BeOS... I can't find libgl1-mesa-dev anywhere...
HaikuUser has joined #haiku
HaikuUser is now known as tallest
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
x10z has quit []
tallest has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
HaikuUser has joined #haiku
HaikuUser is now known as tallest
HaikuUser has joined #haiku
HaikuUser has quit []
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DarkHorse has quit [Quit: Vision[]: i've been blurred!]
ffffff has quit [Quit: Vision[]: i've been blurred!]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
x10z has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kokito has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
x10z has quit []
frkzoid has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
freakazoid332 has quit [Ping timeout: 480 seconds]
tallest has quit [Ping timeout: 480 seconds]
freakazoid332 has joined #haiku
rennj has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
OscarL has joined #haiku
<OscarL>
Not sure which "HaikuUser" was having this error: "fatal error: GLFW/glfw3.h: No such file or directory"
<OscarL>
but you may be just missing the "_devel" package for glfw... as in: "> pkgman install glfw_devel"
<OscarL>
For the record.. most, if not all, library package are that way: one package only for the libs (.so) needed for program execution, and a "_devel" package that includes the headers and such.
<OscarL>
(duh... he found out already anyway... I should get a coffee before reading the logs :-D)
<OscarL>
Begasus: I was reading waddlesplash comment regarding the naming of "libevent21"... and I was thinking... maybe we should really clean up that mess and just call it what it is "libevent".
<OscarL>
So... I intend to test the three recipes that require "lib:libevent" against the latest "lib:libevent_2.1" I have in the PR... and see what's what.
tuaris has quit [Ping timeout: 480 seconds]
<Begasus>
from what I saw in the archives all of them are using libevent21 OscarL
<Begasus>
so far haven't seen anything using libevent (the old one)
<Begasus>
for that matter I renamed the lua recipes also
<OscarL>
(feels to me like the "libevent2" vs "libevent" naming distinction is not relevant/needed any longer)
<OscarL>
having a "kill all", with that list of process the screenshot has... sounds like a perfect recipe to be forced to hit the Reset button :-D
<BarmenduChakraborty[m]>
Oops
<BarmenduChakraborty[m]>
Sounds bad
<OscarL>
In any case... first you should figure out how to kill one of those, then add a loop, and then add a button that calls the loop.
<OscarL>
You want to "kill" kill, or you just want them to quit?
<BarmenduChakraborty[m]>
Okay
<BarmenduChakraborty[m]>
Quit
<OscarL>
That's healthier... not a nice thing being a killer :-P
<Begasus>
Rrrr ... dogs :)
<OscarL>
For BeOS/Haiku apps, there are ways to send apps a message requiesting them to quit.
<augiedoggie>
woof
<OscarL>
for more general programs.... posix signals also exist.
<OscarL>
(I know that these things exists, but I'm not experience enough as to guide you.... at best I could find some docs for you to read, BarmenduChakraborty[m])
<Begasus>
We do have ProcessControler you know? ;)
<OscarL>
I.... I try Begasus! But...
<BarmenduChakraborty[m]>
Begasus: Top right?
<OscarL>
I thought the objective was he wanting to learn how to do it :-)
<Begasus>
Yep BarmenduChakraborty[m] (if you still have Deskbar there)
<Begasus>
Right there OscarL
<OscarL>
maybe he just want to kill some crazy app, and I'm talking nonsense.
<OscarL>
wouldn't be the first time... nor the last one :-D
<Begasus>
meantime R builds fine here
<OscarL>
Speaking of side-tracks :-P
<BarmenduChakraborty[m]>
OscarL: Nah nah. I am thinking about features to add in third party apps (as a part of PRs before i put in my GSoC proposal)
<Begasus>
also with xlibe (although I fail to see what it needs it for)
<OscarL>
BarmenduChakraborty[m]: that's nice. Then the links I gave you should be good I think.
<BarmenduChakraborty[m]>
Ok. I'll get started
<OscarL>
I would recomend a first read at that "Learning to program with Haiku", even if its just a fast one... but it will help you get the "bigger picture" of how things play together, BarmenduChakraborty[m].
<OscarL>
You then can always search for particular functions/terms you have problems later on.
<OscarL>
(or ask here... and get even more confused by my crazy talk :-P)
<BarmenduChakraborty[m]>
I will. I will. Thanks a lot OscarL:
<Begasus>
that's about 20% OscarL , the other part is usefull :P
<OscarL>
heh, I like those numbers! :-D
<Begasus>
;)
<n0toose[m]>
oh, someone sent in haiku-related patches for the audacity fork
<n0toose[m]>
would probably have to go the wxGTK way as wxQT builds are a mess
<n0toose[m]>
which is what prevented a port the first time around, iirc
<OscarL>
good luck there!
<OscarL>
ARCHITECTURES="?all !x86_gcc2 x86" <<< does that means only builds on x86 ?
<OscarL>
(as in... untested for the rest)
<Begasus>
Threre is no x86 primary anymore
<OscarL>
ah, I'll remove that then.
<Begasus>
so basicly probably only for secondary? _x86
<OscarL>
SECONDARY_ARCHITECTURES="x86" yup
<Begasus>
yeah, doesn't belong in the primary anymore
<Begasus>
at one point there was a pure x86 primary (not like the hybrid x86_gcc2)
Begasus_32 has joined #haiku
<OscarL>
I see, I think I've see that mentioned in passing, but wasn't really "around" at the time.
<Begasus>
Didn't last very long too I think
* OscarL
fires up a "torrentor" build (trying to link to libevent2_1)
<OscarL>
"failed updating 12 target(s)"
<Begasus>
jam?
<OscarL>
Doesn't seems to like 64 bits.
<OscarL>
a HaikuArchive app.
<Begasus>
well, most of them are written over 20 years ago :) fix them!
<Begasus>
;)
<OscarL>
Skipping for now, because if I switch to 32... I'll want to fix it :-D
<Begasus>
hehe
<OscarL>
Sadly... the skills do not match the needs.
<OscarL>
(except for some random Holliday miracles)
<OscarL>
"libbitcoinconsensus" recipe also disabled, skipping that one... only one possible user of old libevent then...
<OscarL>
"> cd `hp -p package_name`" I'm aliasing the crap out of that one.
<Begasus>
yeah, was some part of GCI iirc
<OscarL>
*"> cd `hp -o package_name`" I meant.
<extrowerk>
Begasus: hi
<extrowerk>
Would you please try to delete the /boot/home/config/settings/musikcube folder (if exists) then start musikcube in terminal using the "musikcube" command? (the other executable, called musikcubeD is a daemon, it is not needed to start that)
<Begasus>
hi extrowerk !
<Begasus>
sec
<extrowerk>
i have managed to set-up the correct routing/firewall rules, so now my Haiku machine can see into the VPN tunnel which managed by my router. Nice. I can aceess my NAs from my parents :)
<Begasus>
still crash
<Begasus>
so you need a report?
<Begasus>
grrr ... waiting for ...
<extrowerk>
I am not sure i can understand the crash log, but still pls paste it into github comment, maybe the author can say something about that.
AD_Anime2 has quit [Quit: Leaving]
AD_MOS has joined #haiku
Ivan[m]123456 has joined #haiku
<Begasus>
extrowerk, added
freddietilley has quit [Read error: Connection reset by peer]
freddietilley has joined #haiku
Ivan[m]123456 has left #haiku [#haiku]
<extrowerk>
Begasus: i tried to put the binaries into the $binDir and the other resources into $dataDir, but then musikcube can't find its resources.
<extrowerk>
it seems the resources needs to be placed alongside the binaries. but i do not want to place data files into $binDir ,thats why i placed them in appsDir.
<Begasus>
ah, thought it would be something like that, you can resolve the comments given regarding that then
<extrowerk>
not ideal, i know.
<Begasus>
right, that's correct too, data shouldn't be in $binDir
<Begasus>
but I stand with $appsDir/MusikCube :)
<extrowerk>
ok, i can do that.
<Begasus>
it looks a bit "odd" when I look into $appsDir now :)
<extrowerk>
btw it seems (to my eyes) your musikcube crashes in the libtheora lib. thats not provided by musikcube. could you please try to rebuild libtheora via haikuporter?
<extrowerk>
i am not sure which package provides it. ogg maybe.
<extrowerk>
or vorbis
floof58 is now known as Guest121
<Begasus>
it's a standalone library
floof58 has joined #haiku
<extrowerk>
media-libs/libtheora
<extrowerk>
could you please rebuild it, maybe there is something wrong with that lib.
<Begasus>
think I only recently pushed a change to remove the static library there
<Begasus>
let me check
<extrowerk>
Begasus: musikcube should look like this when it runs: http://0x0.st/oROU.png
Guest121 has quit [Ping timeout: 480 seconds]
<Begasus>
yep
<Begasus>
ah, kind of like modplayer, good to know
choulth has joined #haiku
<Begasus>
already got an uptodate libtheora
choulth_ has joined #haiku
choulth has quit [Remote host closed the connection]
<Begasus>
extrowerk, can you check? libtheora-1.1.1-8
OscarL has quit [Remote host closed the connection]
bjorkint0sh has quit [Read error: Connection reset by peer]
bjorkint0sh has joined #haiku
OscarL has joined #haiku
<Begasus>
thought you left us OscarL :P
<OscarL>
bad connection :-)
<OscarL>
or rage quit... you never know :-D
<OscarL>
this "seeks" is not building on modern Haiku.
<Begasus>
also from haikuarchives?
<OscarL>
Has conflicting "if defined()" it seems... I *might* be able to figure it out.. maybe not :-)
<OscarL>
not sure I'm expressing myself right then.
<Begasus>
;)
<OscarL>
this code alsso has that type of "#if defined(HAVE_GETHOSTBYADDR_R)",,, but it conflicts with other defines it has... and I intend to test if undefining HAVE_GETHOSTBYADDR_R actually solves it cleanly or further patching is needed.
<OscarL>
guess I'll just "sed" the resulting "config.h" and try it that way :-D
<Anarchos>
OscarL yes autotools will pick it from libnetwork/gethostbyname.c
<OscarL>
Anarchos: without a prototype even? (sorry if this is a silly question.... silly newbie here)
* OscarL
keeps tripping over C and C++ things.
<Anarchos>
OscarL yes, if i remember autotools can check the presence of a symbol in the .text section of a shared library
<OscarL>
ouch (in this case, at least :-( ). Thanks for the data Anarchos.
choulth_ has quit [Remote host closed the connection]
Begas_32 has joined #haiku
rennj has joined #haiku
LinuxUser has joined #haiku
DragonMaus[m] has quit [Ping timeout: 480 seconds]
matt3 has joined #haiku
matt3 has left #haiku [#haiku]
km[m] has left #haiku [#haiku]
DragonMaus[m] has joined #haiku
jmairboeck has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
rennj has quit [Ping timeout: 480 seconds]
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
tuaris has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
rennj has joined #haiku
DrachenMaus[m] has joined #haiku
<OscarL>
Patching "seeks"... from a 1.84 KB file... to a 44+ KB file due to C++11/17 changes.... oh so much fun! (this better ends up working, or else...!!! :D)
DrachenMaus[m] has quit [Read error: Connection reset by peer]
DrachenMaus[m] has joined #haiku
<Begasus>
lol
<Begasus>
well I can tell you the error I'm getting there is not related to libevent :)
<OscarL>
"yet"
<Begasus>
error: '_resolver_mutex' is not a member of 'sp::seeks_proxy'
<OscarL>
that's the one I was trying to fix earlier, master Begasus :-D
<Begasus>
ah, you got past that already then :)
<OscarL>
add this before "make $jobArgs"...
<OscarL>
sed -i '/#define HAVE_GETHOSTBYADDR_R 1/d' ./config.h
MajorBiscuit has joined #haiku
<OscarL>
but then you'll need the 43 KB of the rest of the patch...
<OscarL>
only to get greeted by YET ANOTHER set of errors :-D
<OscarL>
This thing is trolling me :-D
DragonMaus[m] has quit [Ping timeout: 480 seconds]
<Begasus>
is it worth the effort?
DragonMaus[m] has joined #haiku
<OscarL>
now I curious about what the heck this thing does :-D
<Begasus>
I did that one back then to get rid of the old bep files
<Begasus>
heh
<OscarL>
I think it need and older version of Haiku... AND and older GCC.
<OscarL>
(not GCC2, but less than GCC11... GCC8 perhaps?)
<OscarL>
CXXLAGS vs CXXFLAGS, sigh... /me starts another build.
<Begasus>
whoops!
<Begasus>
and NOW you tell me :)
<OscarL>
is OK for those exports to be there? I mean... ABOVE the autoreconf call?
<OscarL>
doesn't seems to make any difference anyway :-(
<Begasus>
maybe they can be moved befor runConfigure?
<OscarL>
tried that... but the compiler lines of the output do not show the adde flag.
* OscarL
surely wish he knew what he's doing.
<Begasus>
I have that all the time :P
<OscarL>
yay... now it has picked them up... lets see how far it progresses. (I might have had another typo... or forgotten to save the recipe between builds :-D)
<Begasus>
haven't patched anything here (aside from the sed thing you mentioned, and fixed the typo, and add jmairboeck suggestion)
<Begasus>
Uchar doesn't name a type ...
<OscarL>
yup...
kinkinkijkin has joined #haiku
<OscarL>
and the funny: "/boot/system/develop/headers/unicode/umachine.h:376:13: error: 'char16_t' does not name a type"
freddietilley has quit [Quit: WeeChat 3.5]
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit [Remote host closed the connection]
<Begasus_32>
~> R-x86 --version
<Begasus_32>
R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
<Begasus>
;)
<Anarchos>
OscarL char16_t, isn't it defined in wchar.h ?
<x512[m]>
Why R-x86?
<Begasus_32>
~> R --version
<Begasus_32>
R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
<Begasus>
That was the old one x512[m] :)
<Begasus>
biab
Anarchos has quit [Quit: going home]
mooes has joined #haiku
mooes has quit []
<OscarL>
I'm suspecting yet another header guard collition.
ADS_Sr has quit [Read error: Connection reset by peer]
ADS_Sr has joined #haiku
<Begasus_32>
~> R --slave --vanilla -e 'print("Hello, world!")'
<Begasus_32>
[1] "Hello, world!"
<Begasus>
that test seem to work ok too :)
<OscarL>
jmairboeck: thanks again for the "-std=c++98" suggestion! I totally dropped the ball there trying to patch it, heh :-D
<OscarL>
nice Begasus!
<OscarL>
at lease *something* is working today :-D
DrachenMaus[m] has joined #haiku
<OscarL>
*least
<Begasus>
it already did yesterday, doing some finetuning (the shared library isn't build/installed for instance, so maybe add into a seperate package as some do) :)
<Begasus>
make -j1
<Begasus>
make -j1 -C src/nmath/standalone
<OscarL>
meanwhile... I just added "sed -i '/#define FEATURE_ICU 1/d' ./config.h"... only to get: "../x86_64-unknown-haiku/bin/ld: cannot find -lseekscli" in the end :-(
<Begasus>
oh joy :D
DragonMaus[m] has quit [Ping timeout: 480 seconds]
<Begasus>
mentioned earlier, is it worth the effort? ;)
<OscarL>
I thought there was a package, as the recipe is not disabled :-(
<Begasus>
maybe just nuke it with the laser from jmairboeck :)
<OscarL>
tempting :-D
DragonMaus[m] has joined #haiku
<Begasus>
from pkgman: No matching packages found
<OscarL>
same on 64 bits.
<Begasus>
I don't think anyone is missing it
<OscarL>
Switching to 32 bits to see what that "torrentor" is all about.
<OscarL>
(at least that's from the HaikuArchives :-D
<Begasus>
If you let go of seeks I'll push a change marking it as broken/obsolete
<Begasus_32>
grabbing r_x86-4.2.2-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/r_x86-4.2.2-1-x86_gcc2.hpkg
<Begasus_32>
grabbing r_x86_devel-4.2.2-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/r_x86_devel-4.2.2-1-x86_gcc2.hpkg
<Begasus_32>
grabbing r_x86_mathlib-4.2.2-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/r_x86_mathlib-4.2.2-1-x86_gcc2.hpk
<Begasus>
so far good :)
<OscarL>
I was thinking in adding at least the "-std=c++98" flag, and maybe the sed lines, just in case a future masochits wants to give it another spin...
DrachenMaus[m] has quit [Ping timeout: 480 seconds]
<OscarL>
I mean.. adding those things... and disabling it for good :-D
<Begasus>
ah, fine by me, just push a change to mark it as broken then :)
<Begasus>
for history it could be kept
<OscarL>
yup.
<Begasus>
and fix the typo :)
<OscarL>
yeah :-D
<OscarL>
Rebooting into 64 bits again to push those changes before I forget.
<Begasus>
ps, on torrentor I had conflicting int types :)
<OscarL>
ARCHITECTURES="!all !x86_gcc2" and SECONDARY_ARCHITECTURES="!x86" should be enough, right? (to mark it as disabled?)
<Begasus>
yep
<Begasus>
that marks it as broken (which it is) :)
<OscarL>
ready. heh, I forgot to hit save once more before the last commit --amend :-D
<Begasus>
:P
<Begasus>
cleaning and rebuilding R
<mooes>
heya Begasus: I finally got everything to compile with X11 enabled, although it doesn't actually work since the X11 support is missing some features. waddlesplash has added something to xlibe which might help, but that would require bulding xlibe from the git repo.
<mooes>
in any case, thanks again for your help in giving me the right hints to get this working at all
<Begasus>
if waddlesplash is ready and something needs to be changed I'll guess he will update the package on haikuports
<Begasus>
nice seeing teamwork :)
<Begasus>
got the latest build ready I guess, added the mathlib and a devel package there
<mooes>
yeah, I assume sooner or later this will trickle into the released version, so I can try again at that point
<Begasus>
for now it will be fine to use the current one (no X involved prior)
<mooes>
the next challenge will be building RStudio :) but I think that will be miles more problematic and maybe even impossible
<mooes>
yes, I rebuild without X11 support since with it, I actually got some crashes with R. to me, it's really not a big issue if graphs are created as pdfs.
<mooes>
I actually don't use RStudio myself, but the vast majority of R users do. For me, a simpler text editor will do, so maybe something like Geany
<mooes>
Geany def has R syntax support
<Begasus>
well Geany has been ported, I just don't see any R example in there :)
<mooes>
will give it a try
matt3 has joined #haiku
matt3 has left #haiku [#haiku]
Begas_32 has quit [Quit: Vision[]: i've been blurred!]
<botifico>
[haikuports/haikuports] OscarL 90c989f - seeks: mark as disabled. (#7720)
benjismithx has joined #haiku
<OscarL>
"torrentor" is really broken too. But seems that what's broken is the bundled copies of "libtransmission" and "libudp". Tempted to do "hp -b transmission", and copy the resulting patched files over to torrentor, to see if it helps, heh.
systwi has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
systwi has joined #haiku
<Begasus>
stepping out in a bit again :)
<Begasus>
OscarL, there is a reason it's called Haiku"Archives" ;)
<OscarL>
maybe another recipe to disable then :-D
<BarmenduChakraborty[m]>
<OscarL> ""torrentor" is really broken too..." <- Anything a "newbie" can fix?
<OscarL>
This one looks a bit complicated BarmenduChakraborty[m] :-(
<BarmenduChakraborty[m]>
okay :(
<BarmenduChakraborty[m]>
I'll keep looking for easier issues, but if you find something relatively simple to fix, do hit me up OscarL (baby steps :) )
<OscarL>
(I would hate that you get frustrated dealing with old code that has issues left and right.)
<OscarL>
BarmenduChakraborty[m]: will keep that in mind!
<OscarL>
did any search for "(easy)" over the issue tracker yet?.... let me see...
<BarmenduChakraborty[m]>
* reads learning to program with Haiku meanwhile
ADS_Sr has quit [Read error: Connection reset by peer]
<OscarL>
too old to build the "micro" editor at least :-(
ADS_Sr has joined #haiku
nephele has joined #haiku
nephele has quit []
<mooes>
win8linux[m]: thanks for the tip -- will also check it out
<mooes>
installing Haiku for the first time directly on a laptop (T410S) ...
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
<mooes>
so far so good; boot fine; wifi works
<bjorkintosh>
mooes, it's predecessor was very well designed, that's why haiku works nicely.
<bjorkintosh>
*its.
<mooes>
yeah, i figured that it would run on something like a t410 very smoothly
<mooes>
unfortunately, this one only has a regular hdd. getting hold of one of those 1,8'' ssds is tricky, so might have to do something with an adaptor.
benjismithx has quit [Quit: Vision[]: i've been blurred!]
<mooes>
still runs smooth as butter
floof58 is now known as Guest145
floof58 has joined #haiku
Guest145 has quit [Ping timeout: 480 seconds]
<mooes>
and sound works as well, nice.
x10z has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
<OscarL>
jmairboeck: seems like 8.6.12 could be removed as well when updating to 8.6.13, no?
freddietilley has joined #haiku
<bjorkintosh>
mooes, also the old games work too. I replayed prince of persia after so many years.
<OscarL>
thanks for the info (and link) return0e[m]!
mmu_man has quit [Ping timeout: 480 seconds]
<OscarL>
"The one problem is the use of fork/exec for go compilation which requires a good swap on Haiku." <<< see bbjimmy? some use case for the swap file :-P
<OscarL>
(from a comment by korli on the link shared by return0e[m])
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
moooes has joined #haiku
<andreasdr[m]>
x512: will try cocobeans hpkg first and if this is not working Ill build it myself.
<x512[m]>
That HPKG is probably obsolete.
freddietilley has quit [Quit: WeeChat 3.5]
<andreasdr[m]>
Ok I see.
<andreasdr[m]>
From yesterdays night?
<andreasdr[m]>
Let me check this later today. Need to work for money first.
<andreasdr[m]>
Bills Bills Bills.
<andreasdr[m]>
Ill try the next days at latest. Ill come back to you.
<x512[m]>
It need some assistance to run.
bbjimmy has joined #haiku
<andreasdr[m]>
Oh I see.
DrachenMaus[m] has joined #haiku
DragonMaus[m] has quit [Ping timeout: 480 seconds]
<bbjimmy>
I just had to reboot after loosing my keyboard from a low memory instance. I could kill Web, but the keyboard never came back.
ClaudioM has joined #haiku
mmu_man has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
<bbjimmy>
Is there a stamp in the syslog for use of the swap file?
<Skipp_OSX>
I would imagine not since it is meant to be transparent
<bbjimmy>
I never see the swap file modified date change
<bbjimmy>
It looks like the swap file is never being used.
<bbjimmy>
The modified and created date are identical
<OscarL>
bbjimmy: you could use ActivityMonitor to... well, monitor, the swap usage.
rennj has joined #haiku
<OscarL>
in case it is not showing that stat for you... right click on any graph and select "Swap space" (makes more sense to add it to the memory graph but you can use any other)
<OscarL>
The VirtualMemory preflet also seems to show its current stats.
<bbjimmy>
Virtual mermory always shows 0.
<bbjimmy>
I'll try again to see of I can detect swap usage.
<OscarL>
See if ActivityMonitor is more accurate, might uncover a bug on the preflet.
<OscarL>
The slider on the VirtualMemory preflet is really infuriating,ç
<OscarL>
You can't control it with the keyboard, and good luck trying to hit a particular value with the mouse.
<OscarL>
1 -> 32 -> 93 -> 154 (MB) <<< that's doing the smallest movements I can :-D
<OscarL>
found a couple inbetween 62 and 123...
smalltalkman has quit []
<OscarL>
I would expect it to both let you write a value, and for the slider to use more regular increments (128/256/512/etc)
<Begasus>
k, preparing fo tomorrow, what's the best IRC client there? ;)
<Begasus>
This laptop will be replaced tomorrow with another one, so IRC is a NEED to HAVE :)
<jmairboeck>
I used ChatZilla in SeaMonkey before, but that is a bit of a legacy thing nowadays
<Begasus>
Out again ...
<Begasus>
cu l8r
<OscarL>
adieu!
<andreasdr[m]>
x512: I need a casing for my new TinkerPC and then place it on my desk. Then I have easy access. Will grab a casing soon.
<andreasdr[m]>
Arrrr.
bbjimmy has quit [Remote host closed the connection]
bbjimmy has joined #haiku
<bbjimmy>
system re-booted without a request from me.
<bbjimmy>
swap space is finally showing used after 99% or fam is used and cache space is doen to 1%. Swap is never used more than 750mib per activity monitos, but Virtual memory applet always displays 0 bytes.
<bbjimmy>
*of ram
<bbjimmy>
*down
<bbjimmy>
*monitor
<andreasdr[m]>
I also noticed with 16GB RAM crashes due to high memory usage with Epiphany.
<andreasdr[m]>
With BETA4
<OscarL>
bbjimmy: Was the reboot a "clean reboot" (apps closing, system shuting down, etc) or just a harsh reset?
<andreasdr[m]>
Now I have 32GB of RAM in my TinkerPC and everything worked OK.
<bbjimmy>
harsh reset
<OscarL>
might have been an out-of-memory situation.
<x512[m]>
Epiphany works for me with 8 GB of RAM.
<andreasdr[m]>
Ok. Strange.
<bbjimmy>
I have 3583Mib
<OscarL>
Regarding the VirtualMemory preflet showing always zero... would be nice if you opened a ticket for that.
<andreasdr[m]>
Maybe it was a early BETA4 issue that I had. I had this with BETA4 on my new laptop.
<andreasdr[m]>
With 16GB of RAM
<andreasdr[m]>
I can reproduce. I am pretty sure.
<andreasdr[m]>
Ephiphany is nice. Dont get us wrong x512.
<andreasdr[m]>
Thanks for all your efforts.
<andreasdr[m]>
The first really usable browser on Haiku.
<x512[m]>
Some heavy web site? A lot of tabs?
<andreasdr[m]>
Hmm. Maybe like 4-8 tabs. Not really something strange. If it helps I can try to reproduce.
<andreasdr[m]>
Sure Twitter is heavy for sure.
<bbjimmy>
Epiphany needs to close completed WebKitProcess taske
<bbjimmy>
I was trying to uswe all memory, swap should have been used to reduce the pressure of low memory and keep the system running although maybe slower than normal instread of hard crashing.
<OscarL>
heh, RAM FS shows it is using "-1.67 GB" of RAM :-)
<x512[m]>
ramfs statistics are probably bogus.
<x512[m]>
ramfs also have no clear concept of free space. Its free space if free RAM.
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<OscarL>
Makes sense... but its also funny :-)
* OscarL
prentends he got some free ram instead.
<x512[m]>
ramfs is introdused mostly for Wayland and Epiphany, it use file descriptors for shared memory.
DrachenMaus[m] has quit [Ping timeout: 480 seconds]
<OscarL>
Copying a folder with some files there and asking for the "Get Info" dialog also shows "0 bytes", but Tracker displays the correct file sizes for the files.
ADS_Sr has quit [Remote host closed the connection]
x10z has joined #haiku
ADS_Sr has joined #haiku
gouchi has joined #haiku
moooes has quit [Quit: Vision[]: i've been blurred!]
kinkinkijkin has quit [Remote host closed the connection]
<win8linux[m]>
By any chance, have you also looked into Intel GPU acceleration (especially ANV)?
AD_MOS2 has joined #haiku
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus>
heading down here, g'night peeps!
Begasus has quit [Quit: Leaving]
AD_Anime2 has joined #haiku
AD_MOS has quit [Ping timeout: 480 seconds]
moooes has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AD_MOS2 has quit [Ping timeout: 480 seconds]
<x512[m]>
Intel GPU hardware acceleration may be difficult because open source drivers are very Linuxish.
Anarchos has joined #haiku
<x512[m]>
Supporting Nvidia seems easier.
lkw has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
x10z has joined #haiku
<Blendie>
i've installed haiku on my thinkpad x240, after a short while of using networking stops to work
<Blendie>
is there a fix to that?
<Blendie>
i've installed beta4
<Skipp_OSX>
ipro220?
<Blendie>
not sure
<Skipp_OSX>
x240 can take a couple different cards
<Blendie>
i think it's intel
<Blendie>
any fix to that?
<Skipp_OSX>
yeah usually is Intel from factory I thinkl
<Skipp_OSX>
that is the Intel Pro 220 (ipro220)
<Blendie>
so is there a fix to that
<Blendie>
?
<Skipp_OSX>
So no way to fix but it should already be working
<Skipp_OSX>
ok one fix that is possible, is that if you turn 2.4ghz on your wifi router that usually works better than 5ghz for whatever reason
<Skipp_OSX>
you want WPA2 on as well but that's usually on so I would imagine you already have that.
<moooes>
okay, tried geany - but it doesn't seem to support piping commands from a script to the terminal. then tried kate - it crashes when trying to configure it (settings).
<moooes>
wait, now it doesn't crash ...
<Blendie>
i'm disappointed
<Blendie>
well what could you expect
kinkinkijkin has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<moooes>
okay, it stopped crashing for some mysterious reason ...
vdamewood has quit [Quit: Life beckons.]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
KapiX has quit [Quit: KapiX]
mmu_man has joined #haiku
<moooes>
okay, so with kate, I can pipe commands from an R script to the terminal (need to install konsole for that), where I have R running. This comes pretty close to a workable workflow for R.
OscarL has quit [Remote host closed the connection]
x10z has joined #haiku
choulth_ has joined #haiku
kyle[m]1 has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
kyle[m]1 is now known as ambroff[m][m]
choulth_ has quit [Remote host closed the connection]