ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
mittwerk has joined #haiku
mittwerk has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
OrngBomb has joined #haiku
OrangeBomb is now known as Guest6589
OrngBomb is now known as OrangeBomb
Guest6589 has quit [Ping timeout: 480 seconds]
mittwerk has joined #haiku
mittwerk has quit [Quit: mittwerk]
cptaffe` has quit []
cptaffe has joined #haiku
mittwerk has joined #haiku
rexbinary has quit [Quit: ZNC - https://znc.in]
janking has joined #haiku
rexbinary has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
rexbinary has quit [Quit: ZNC - https://znc.in]
rexbinary has joined #haiku
janking has joined #haiku
chilledfrogs has quit [Quit: connection reset by purr]
chilledfrogs has joined #haiku
deneel has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser is now known as blaupunkt
blaupunkt has quit []
xet7 has joined #haiku
blaupunkt has joined #haiku
dby has joined #haiku
linuxmaster has joined #haiku
deneel has joined #haiku
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
<Skipp_OSX> Begasus[m] still around?
<Skipp_OSX> nvm
tuaris1 has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
tuaris1 has quit []
janking has joined #haiku
blaupunkt has quit [Quit: Vision[]: i've been blurred!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Coldfirex has quit [Remote host closed the connection]
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
frkzoid has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
<Begasus[m]> I am now Skipp_OSX but doesn't seem to be required anymore :)
<Begasus[m]> morning peeps
dby has quit [Quit: Vision[]: i've been blurred!]
<janking> morning
<Begasus[m]> morning janking
<janking> :)
Begasus has joined #haiku
mittwerk has quit [Quit: mittwerk]
<Begasus> k, that worked :) grabbing cutter-2.3.4-1-x86_64.hpkg and moving it to /Share/haikuports/packages/cutter-2.3.4-1-x86_64.hpkg (without patching to find rizin) :)
freddietilley has joined #haiku
DKnoto_W2 has quit [Quit: Leaving]
mittwerk has joined #haiku
DKnoto has joined #haiku
diver has joined #haiku
diver has quit [Ping timeout: 480 seconds]
JakeSays1 has joined #haiku
JakeSays has quit [Ping timeout: 480 seconds]
janking has quit [Quit: Vision[]: i've been blurred!]
rakka has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
mittwerk has quit [Quit: mittwerk]
mittwerk has joined #haiku
mittwerk has quit []
mittwerk has joined #haiku
janking has joined #haiku
diver has joined #haiku
vdamewood_ has joined #haiku
vdamewood has quit [Read error: No route to host]
_yn0ga_ has joined #haiku
__Yn0ga__ has joined #haiku
diver has quit [Ping timeout: 480 seconds]
nephele has joined #haiku
<nephele> we should port pledge()
<phschafft> em?
<nephele> from OpenBSD phschafft
<phschafft> yes, yes.
<phschafft> but I think that is like far out in terms of a security concept. ;)
<nephele> Depends. I think it is a relatively cheap investment ;)
mmu_man has joined #haiku
<nephele> for all those "but haiku apps run as root" issues, if the only thing those permissions affect is filesystem perms, and your app pledges it can't use any fs apis :D
<nephele> add to that some apis like "I want to invoke a file picker", which are allowed can already massively cut down on the ammount of apps that even have the ability to screw over your FS
<nephele> add another api for the settings, etc
<phschafft> I think it's a bit more complicated than you think.
<phschafft> I mean sure there are a few easy ones that can actually improve the situation.
<phschafft> but e.g. filesystem access is complicated topic.
<phschafft> and calling other code is as well.
<nephele> sure. but there is no easier case than "block everything" in that regard
mittwerk has quit [Remote host closed the connection]
<phschafft> have you also had a look at Linux's capabilities?
<nephele> You mean SELinux or something else?
<phschafft> no, standard Linux capabilities
<nephele> then no
<phschafft> they are there to allow processes to do operation that is normally only for the superuser as other users, or restrict the superuser.
<phschafft> basically they replaced the concept of 'root has all permissions' to 'root has all capabilities set by default'
<nephele> Is that usefull? I don't know if "root has all permissions/capabilities" is even a usefull concept. but besides that, the main thing i want to protect is user data, what is on the filesystem, from intrusion or accidental corruption
<phschafft> there is also AppArmor, which is more like a superset of pledge().
<phschafft> nephele: my point is that capabilities are another related concept and should be had a look at if you build something similar.
<nephele> Sure
<phschafft> plus it is more targeted towards more powerfull processes. which sounds like a good idea on a system that basically runs everything as root. ;)
<nephele> apparmor, or any other things you can just turn off don't seem that usefull
<phschafft> the point is that you can't turn things off once you're under their control. exactly like with pledge()
<nephele> phschafft: well, I think there are severall things that should probably change. For example to not load translators into your adress space, run trackers desktop in it's own process (with the replicants) etc
<nephele> from a users POV, something doesn't quite work, just turn off apparmor, delete some settings files with policies etc
<nephele> sure the app itself can't turn it off, but that is beside the point
mittwerk has joined #haiku
<phschafft> I don't think it's beside the point.
<phschafft> if your argument is 'if the user can bypass it, it is useless' then everything is useless on a system with the user having access to things like a super user account, the sources, and a compiler.
<phschafft> no matter how bad or complicated it is, you will always find that one article on the net that tells people to just turn it off.
<phschafft> and that article will always be the second highest ranked on google (after sponsored stuff).
<nephele> if you want to recompile haiku without it's security systems that is fine, for you. But patching out pledge is not really feasible for users
<nephele> just deleting some config files certainly is
<nephele> so, capabilities sure, make sense, something like pledge also makes sense.
<nephele> after the fact security like selinux or apparmor not so much
<phschafft> so looking at what AppArmor does is useless as you cannot learn anything for it for Haiku as you think it's useless on Linux?
<nephele> strawman much?
vdamewood has joined #haiku
<phschafft> all I said was that AppArmor on Linux is what pledge() (and friends) are on OpenBSD. and that it is worth a look at.
<nephele> I never said you can't learn anything from it.
<phschafft> and you responded with: na, useless!
<nephele> No, i said not usefull
<nephele> as in: "does creating something with an equivalent workflow on haiku seem usefull" answered with "no"
<phschafft> now it's half full or half empty, eh?
<phschafft> and nobody suggested that!
<nephele> And i already explained why i don't consider it usefull
<nephele> i didn't suggest we should burn it to the ground
vdamewood_ has quit [Ping timeout: 480 seconds]
<phschafft> so by your own standards I could also say pledge() is useless as it cannot be turned on by the user.
<phschafft> so let's not implement something like that on Haiku!
<nephele> When did i say that...?
<phschafft> you said that if the user has direct control of the switch it's 'not usefull'.
<phschafft> I'll now start my day with something productive: help my flatmate out the door.
<nephele> No, i said it is not usefull if the user can turn it off
<nephele> pledge can't be turned off by the user
<nipos> Maybe also interesting to take a look at: SerenityOS also implements pledge() inspired by OpenBSD.Not sure if it's API-compatible with the OpenBSD one,but probably it is since that would make porting stuff that already supports pledge() easier.
<phschafft> nephele: so can the user turn of pledge() if they enjoy that. shouldn't be too complicated.
<phschafft> and also there is way more about AppArmor then one bit of a switch.
<nephele> Where are you going with this?
<phschafft> that the situation is the same for all three things. and that you should be equally open minded.
<nephele> you seem to argue against bledge on the basis that apparmor exists. that makes no sense to me
<phschafft> just because you hate everything linux should not result in not learning from it.
<nephele> pledge*
<nephele> Okay... so, pointing out flaws in systems in a discussion is "hating everything linux". I will remember that for future reference
<phschafft> I argue that it's doing the same thing and is similar in many ways. too similar to reject one without also applying the same arguments to the other.
<phschafft> nephele: let's face it. you enjoy ranting about Linux based systems. ;)
<phschafft> anyway. time to hold someone the door open!
<phschafft> (again to the ops: if you feel so, feel free to kick me for my statements.)
mittwerk has quit [Remote host closed the connection]
<nephele> I don't enjoy linux because it is a mess of different projects loosely bolted together, and all the complexity that comes with it. I don't see how you derive from that that I must hate it, or think there are no good ideas in the system
<nephele> just as a user it is hard and complicated to use
<nephele> Anyhow, if you think you deserve to be kicked maybe check if your discussion style was that usefull today...
<phschafft> I don't think I deserve to be kicked. I just understand that my style is not enjoyed by all of people. _as I explained to you before_.
<nephele> Sure, I can understand that. But then this did not seem like a typical communication style for you :) Sometimes I think voice communication is just easier
<phschafft> nephele: if it is of any help to you: from my perspective you also seem to switch between two styles.
<phschafft> so maybe this is kind of a feedback effect between the two of us.
* Begasus[m] doesn't think linux is that hard to use ... (putting gasoline on the fire) ... :)
<Begasus[m]> just stay away from plasma for a while (reading the matrix channel on the topic there) :)
<phschafft> I would say if your ship is Haiku it's not the best plan of war to attack the ship labled GNU/Linux ;)
<nephele> Begasus[m]: what about plasma?
<Begasus[m]> seem to be plenty of issues with plasma latest updates nephele
<Begasus[m]> 6.2.0 was just released and 6.2.1 (bugfix) followed very fast
<nephele> *shrug* I guess, it happens. Especially if you keep re-doing stuff because of constant framework updates
<Begasus[m]> plasma has seem more updates then the kde frameworks
<Begasus[m]> atleast in the 6.* range that I have seen
<Begasus[m]> kde frameworks 6.7.0 is pretty good, brought some new features for the gear24 updates
<nephele> I've used plasma6 briefly on manjoro linux, but other than that everything i use (including the steam deck) still has plasma5
<nephele> hmm, webpositive has trouble scrolling the KDE site, i wonder why
<Begasus[m]> Installed kubuntu the other day, at first also had plasma5, after upgrade it had plasma6, and already had issues boot it :)
<Begasus[m]> kde-apps?
arjen has quit [Ping timeout: 480 seconds]
<Begasus[m]> well, don't use much browsing in the VM here, tends to take away too much cpu power, so I copy/paste between the host and client
<Begasus[m]> on that note, got rzghidra also build (but Cutter can't seem to find the plugin) :P
<Begasus[m]> at least progress on: https://github.com/rizinorg/rizin/issues/3877 :)
mmu_man has quit [Ping timeout: 480 seconds]
mittwerk has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<phschafft> on a totally different page of the book: we need Haiku themed cookies!
nephele has quit [Quit: Vision[]: i've been blurred!]
<phschafft> speaking of cookies and nephele drops from the channel.... hm...
<phschafft> maybe some manufactor of alphabet biscuits could come in and make packages with only the letters 'H', 'A', 'I', 'K', and 'U'.
<Begasus> +1 :)
ebruce613 has left #haiku [Error from remote client]
<phschafft> somehow it looks like they work on a giant punchcard
<nephele_xmpp> phschafft: i turned off my haiku machine since im heading out
<phschafft> nephele_xmpp: have the best of all possible days!
ebruce613 has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
arjen has joined #haiku
arjen_ has joined #haiku
<Begasus> another plugin for Iaito :) https://0x0.st/XI1b.png
janking has quit [Quit: Vision[]: i've been blurred!]
arjen_ has quit []
ebruce613 has left #haiku [Error from remote client]
diver has joined #haiku
Coldfirex has joined #haiku
mmu_man has joined #haiku
janking has joined #haiku
<janking> hi all
deneel has quit [Ping timeout: 480 seconds]
deneel has joined #haiku
ebruce613 has joined #haiku
BrunoSpr has joined #haiku
BrunoSpr has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
BrunoSpr has joined #haiku
BrunoSpr has quit []
BrunoSpr has joined #haiku
BrunoSpr has quit []
janking has quit [Quit: Vision[]: i've been blurred!]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/40b66b68882c...4a5d90e4fe4c
<botifico> [haikuports/haikuports] Begasus 4a5d90e - rizin, bump version (#11221)
dovsienko has quit [Quit: Leaving]
diver has quit [Ping timeout: 480 seconds]
mittwerk has quit [Quit: mittwerk]
zard has joined #haiku
CRThaze_ has joined #haiku
deneel has quit [Quit: deneel]
CRThaze has quit [Ping timeout: 480 seconds]
imrahil has joined #haiku
CRThaze_ has quit [Quit: WeeChat 4.3.6]
CRThaze has joined #haiku
diver has joined #haiku
imrahil has left #haiku [Disconnected: Hibernating too long]
diver has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
<Begasus> thanks Monni! now I need to do a full rebuild for rizin :)
<Monni> Begasus: Eh... Just woke up ;)
<Begasus> WAT! :P sleepy head! :)
<Begasus> You're not "that" old :P
<Monni> Begasus: My body just doesn't like winter ;)
<Begasus> heh, not there yet ;)
<Monni> Begasus: I hope so... Need to buy winter clothes before it gets too cold...
Begasus_32 has joined #haiku
<Begasus> k, had the build still in order (not cleaned)
<Begasus> doesn't fix the path Monni :( set_and_check(rz_core_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")
<Monni> then fixCMake is broken like I expected...
<Begasus> or needs more strings for cases like this
<Begasus> jmairboeck not around ...
<Monni> Begasus: Maybe... On my own recipes I don't use it... just use sed to do the same...
<Begasus> the pkgconfig file is correct: libdir=${prefix}/develop/lib
<Begasus> 27 files in there with their own subdirectory
nephele_xmpp has left #haiku [Error from remote client]
<Monni> Begasus: Looking at the latest version of fixCMake, only thing that smells funny is that the sed invocation doesn't use "g" modifier...
<Begasus[m]> might want to take that up with jmairboeck Monni
tuaris has joined #haiku
<Monni> Begasus[m]: First I need to check with one recipe that changing that actually makes a difference...
<Begasus> "inrecipe fixCMake" ? :)
<Monni> Begasus: Most of the recipes wouldn't use fixCMake, just sed ;)
<Begasus> yeah, for now :)
<Begasus> the idea would be to not have to do it I think :)
<Monni> Begasus: "g" modifier makes sed replace all occurences of the string, not just first...
<Begasus> it should only change "PACKAGE_PREFIX_DIR}/lib"
<Monni> Begasus: Depends on exact contents of ${libDir} (when using fixCMake)
HaikuUser has joined #haiku
<Begasus> should be developLibDir in this case
HaikuUser is now known as Ponciferus
<Monni> Begasus: But that is what it searches for ;)
<Begasus> no it searches for $libDir atm
_-Caleb-_ has left #haiku [#haiku]
diver has joined #haiku
linuxmaster has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
_-Caleb-_ has joined #haiku
<Begasus> set_and_check(rz_core_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/develop/lib")
<Begasus> looks better
<Monni> Begasus: It should only search for "/lib", not full path of $libDir... That's why it doesn't work...
janking has joined #haiku
<Monni> Begasus: The issue is that different configuration files use different variable name for the "base" directory...
<Begasus> it's looking for the *.so libraries, those are not saved in $libDir
freddietilley has quit [Quit: WeeChat 4.4.2]
<Monni> Begasus: Exactly... That's why it is doing the replacement ;)
<Begasus> "-Drz_core_LIBRARY=$rzLibDir/librz_core.so"
<Monni> Begasus: Only few recipes use fixCMake() currently, some of them also use sed manually to fix the result...
<Begasus> yeah, mostly for the headers
<Begasus> and fixCMake has only recently been added, so no wonder it's not used much yet ;)
<Monni> Begasus: I'm not 100% confident searching for "}/lib" and replacing it with "}/develop/lib" is safe alternative...
imrahil has joined #haiku
<Begasus> then it should look for "librz_core.so.0.7.3"
diver has quit [Ping timeout: 480 seconds]
<Monni> Begasus: Maybe warrants creating an issue on Haikuporter repository, or if there already is, updating it with the details why it doesn't currently work...
<Begasus> Monni, so far this is the only one I've been fighting with for years
<Monni> Begasus: Something is always the first... I think there is at least 7 recipes that might be affected with fixCMake not working correctly...
<Begasus> could be, but haven't tackled/tripped over them recently I think ;)
<Begasus> Monni :) sed -i 's,\${PACKAGE_PREFIX_DIR}/lib,${PACKAGE_PREFIX_DIR}/develop/'${relativeLibDir}'',g
<Begasus> haven't checked on 32bit though
<Begasus> but seems to work, launching a build for Cutter is fine with installed packages for rizin
<Begasus> $libDir/cmake/rz_*/rz_*Config.cmake
<Begasus> time to take it for a spin on 32bit
vdamewood has quit [Read error: No route to host]
vdamewood has joined #haiku
<Begasus> jikes ... 1477 objects for rizin, this could take some time
<Begasus> removed the local strings for cmake in cutter, build still launched fine :)
<Monni> Begasus: Something in that sed line doesn't look correct...
<Begasus> could be, no sed magician here :)
<Begasus> the ''?
<Monni> Begasus: Last few characters...
<Begasus> ke?
<Begasus> :)
<Begasus> ,g?
<Monni> Begasus: More like ',g should be ,g'
<Begasus> ah, will run a next check in a bit :)
<Monni> Begasus: Coffee break here... Maybe tomorrow I will wake up before 5 PM... lol...
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58246] - https://git.haiku-os.org/haiku/log/?qt=range&q=72d9beca78de+%5Ef21cc2bfb0fd
<nekobot> [haiku/haiku] 72d9beca78de - bootloader/bios_ia32: Restore split between kernel and identity map allocation.
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
<Begasus> lol
<Begasus> enjoy :)
xet7 has quit [Quit: Leaving]
san2ban has joined #haiku
<Monni> One less bug in bootloader... re hrev58246
mmu_man has joined #haiku
<Begasus> maybe should give it another spin, is it in nighlies already? (like in available)
<Begasus> nicey!! grabbing cutter-2.3.4-1-x86_64.hpkg and moving it to /Share/haikuports/packages/cutter-2.3.4-1-x86_64.hpkg
<Monni> I just build nightly from sources... takes only 2-5 minutes
<Begasus> can't access the sources here :)
<Monni> I just build the sources on Linux and use network boot to start the ISO ;)
<Monni> For some hrevs it works, others try to boot from hard disk instead...
<Monni> Fun thing I noticed was that I can redirect serial port on Haiku to another PC while Haiku is still booting...
diver has joined #haiku
deneel has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus> I'm not even attempting to setup something like this on Windows :)
san2ban has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58247] - https://git.haiku-os.org/haiku/log/?qt=range&q=16ecdb595b0b+%5E72d9beca78de
<nekobot> [haiku/haiku] 16ecdb595b0b - kernel: Drop base, length parameters from block_cache...etc methods.
<Skipp_OSX> Sorry was looking for OscarL
<Begasus> no prob, haven't seen him yet
arjen_ has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58248] - https://git.haiku-os.org/haiku/log/?qt=range&q=fc7456e9b1ec+%5E16ecdb595b0b
<nekobot> [haiku/haiku] a2cf217f8f0b - kernel/vm: Add #include <team.h> to vm_debug.cpp.
<nekobot> [haiku/haiku] fc7456e9b1ec - fix typo in "Update keyboard.dox"
<Monni> Begasus: Windows can load Haiku bootloader without even rebooting...
<Begasus> not even attempting Monni :)
<Monni> Begasus: I do it every time I need to switch between Windows, Linux, FreeBSD, NetBSD and Haiku...
<Begasus> meanwhile, this works on 32bit "sed -i 's,\${PACKAGE_PREFIX_DIR}/lib,${PACKAGE_PREFIX_DIR}/develop/lib,g'" (the x86 was already added, so no need to further sed that)
<Monni> Begasus: That looks more "normal" ;)
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58249] - https://git.haiku-os.org/haiku/log/?qt=range&q=8fbb86269540+%5Efc7456e9b1ec
<nekobot> [haiku/haiku] 8fbb86269540 - fs_shell: Adjust following block_cache API change.
_yn0ga_ has quit [Quit: Vision[]: i've been blurred!]
__Yn0ga__ has quit [Quit: Vision[]: i've been blurred!]
<Begasus> it's more like what I started out with Monni :) just fidled a bit for 32bit (should've checked the config files there first) :)
<Monni> Begasus: It's all about learning... Even for me...
<Begasus> I never get those sed stuff (understand a bit more then in the beginning, but still) :)
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58250] - https://git.haiku-os.org/haiku/log/?qt=range&q=406f30c6163c+%5E8fbb86269540
<nekobot> [haiku/haiku] 8f97570f6a26 - Tracker: Style changes related to Shortcuts update
<nekobot> [haiku/haiku] 406f30c6163c - Tracker: Commands.h (and tracker_private.h) updates
arjen_ has quit [Quit: Vision[]: i've been blurred!]
<Begasus> grabbing rzghidra-0.7.0-1-x86_64.hpkg and moving it to /Share/haikuports/packages/rzghidra-0.7.0-1-x86_64.hpkg fine too! :D
arjen_ has joined #haiku
<Begasus> packaging directory for that is almost 500MB, package itself about 13MB :)
<Skipp_OSX> heyo
<Monni> Nothing like some of my packages for other operating systems... 20 GB in, 7 MB out...
<Begasus> heh
Begasus has quit [Quit: Vision[]: i've been blurred!]
<Skipp_OSX> trying to get up to Tracker: Bail out before cleanup if popup window is already open but we'll see if but is completely fixed now
janking has quit [Quit: Vision[]: i've been blurred!]
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> OK, 32bit Cutter build without patching also :)
<Begasus[m]> k, time to head off to dogschool, cu peeps!
janking has joined #haiku
arjen_ has quit [Quit: Vision[]: i've been blurred!]
arjen_ has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
DKnoto has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58251] - https://git.haiku-os.org/haiku/log/?qt=range&q=fbc0153a97d4+%5E406f30c6163c
<nekobot> [haiku/haiku] fbc0153a97d4 - bootloader: Display the system package version with the latest state.
HaikuUser has joined #haiku
tqh has joined #haiku
HaikuUser has quit []
yann64-1 has joined #haiku
yann64-1 has quit []
yann64-1 has joined #haiku
yann64-1 has quit []
yann64-1 has joined #haiku
yann64-1 has quit []
yann64 has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58252] - https://git.haiku-os.org/haiku/log/?qt=range&q=9c0dced16e23+%5Efbc0153a97d4
<nekobot> [haiku/haiku] b3731f13abd1 - Support Kit: Add ZSTD_error_memory_allocation to _TranslateZstdError.
<nekobot> [haiku/haiku] 9c0dced16e23 - kernel/low_resource_manager: Don't decrease the low-resource state in low_resource().
janking has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58253] - https://git.haiku-os.org/haiku/log/?qt=range&q=724227e01779+%5E9c0dced16e23
<nekobot> [haiku/haiku] 724227e01779 - intel_cstates: Rename to x86_cstates.
JulesEnriquez[m] has joined #haiku
<JulesEnriquez[m]> Was about to start porting LibreSprite to Haiku, only to find out that someone did it already.
<JulesEnriquez[m]> Well, sort of.
<JulesEnriquez[m]> Begasus: Is this error also appearing on your end with LibreSprite?
yann64 has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
diver has quit [Ping timeout: 480 seconds]
SLema has joined #haiku
deneel has quit [Quit: deneel]
scantysnax has quit [Read error: No route to host]
mmlr has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58254] - https://git.haiku-os.org/haiku/log/?qt=range&q=46e4cc614fa5+%5E724227e01779
<nekobot> [haiku/haiku] aa49539d5f73 - x86_cstates: Call arch_cpu_pause() if wait is disabled.
<nekobot> [haiku/haiku] 46e4cc614fa5 - kernel/condition_variable: Use cpu_wait in one of the spin-loops.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58255] - https://git.haiku-os.org/haiku/log/?qt=range&q=e3dc9757d277+%5E46e4cc614fa5
<nekobot> [haiku/haiku] e3dc9757d277 - Terminal: Implement clearing scrollback with ANSI control sequence
zard has quit [Quit: leaving]
vdamewood has joined #haiku
jmairboeck has joined #haiku
gouchi has joined #haiku
diver has joined #haiku
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
AGMS has quit []
jmairboeck has quit [Quit: Konversation terminated!]
mmlr has quit [Quit: Vision[]: i've been blurred!]
diver has quit [Ping timeout: 480 seconds]
mmlr has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58256] - https://git.haiku-os.org/haiku/log/?qt=range&q=8e300ef227fb+%5Ee3dc9757d277
<nekobot> [haiku/haiku] 8e300ef227fb - USB: Destroy the default pipe last, and put our ID before it.
AlaskanEmily3 has quit [Read error: Connection reset by peer]
AlaskanEmily3 has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58257] - https://git.haiku-os.org/haiku/log/?qt=range&q=6260a00f0098+%5E8e300ef227fb
<nekobot> [haiku/haiku] 6260a00f0098 - kernel/debug: Add CTRL-D shortcut to exit KDL.
mittwerk has joined #haiku
mittwerk has quit []
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58258] - https://git.haiku-os.org/haiku/log/?qt=range&q=5f4e982ea8d3+%5E6260a00f0098
<nekobot> [haiku/haiku] 5f4e982ea8d3 - kernel/cache: Acquire store references in PrecacheIO.
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
janking has quit []
diver has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
mmu_man has joined #haiku
Coldfirex has quit [Quit: Page closed]
nephele_xmpp has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev58259] - https://git.haiku-os.org/haiku/log/?qt=range&q=91f94b828f6c+%5E5f4e982ea8d3
<nekobot> [haiku/haiku] c8958f4e0c90 - network/arp: Add assertion that the cache is empty upon uninit.
<nekobot> [haiku/haiku] 91f94b828f6c - network/stack: Add assertion that interface is not UP when deleting.
tqh has quit [Quit: Leaving]
imrahil has left #haiku [Disconnected: Hibernating too long]
diver has quit [Ping timeout: 480 seconds]
ebruce613 has left #haiku [Error from remote client]
dovsienko has joined #haiku
<dovsienko> waddlesplash: in the AMD triple fault bug are you asking to try reproducing the bug using the current nightly or the one from tomorrow?
<waddlesplash> might as well wait for the one tomorrow
<waddlesplash> a few more minor fixes in there
<dovsienko> fine, let me know when ready then, reproducing is a matter of less than an hour typically
ebruce613 has joined #haiku
DigitalBox98 has joined #haiku
<dovsienko> this AMD box is quirky: it does not boot or even power on with my test PCIe cards made a couple years before the box
<Habbie> waddlesplash, saw your note (then read your text here), what hrev would you like me to AMD?
<waddlesplash> hrev58246+
<Habbie> cool
<waddlesplash> if it still crashes, I want a syslog from the x64 build
<Habbie> i saw that
<Habbie> got a 5 word tutorial for that?
<Habbie> (like "it's in /boot/log/syslog" or whatever)
<dovsienko> in /var/log/syslog
<Habbie> oh that obvious, good
<Habbie> (don't have a Haiku running right now, couldn't check)
<dovsienko> alright, see you later then
dovsienko has quit [Quit: Leaving]
janking has joined #haiku
gouchi has quit [Remote host closed the connection]
arjen_ has quit [Quit: Vision[]: i've been blurred!]
DigitalBox98 has quit [Quit: Vision[]: i've been blurred!]
janking has quit [Quit: Vision[]: i've been blurred!]
diver has joined #haiku
mmu_man is now known as Guest6667
mmu_man has joined #haiku
Guest6667 has quit [Ping timeout: 480 seconds]
blaupunkt has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
mmlr has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
The_Ringmaster has joined #haiku
blaupunkt has quit [Quit: Vision[]: i've been blurred!]
<The_Ringmaster> what's the terminal command on haiku to show tcp/ip information?
<The_Ringmaster> similar to ip a on linux or ipconfig all on windows
<waddlesplash> ifconfig
<waddlesplash> and the usual netstat
<The_Ringmaster> ah thank you.. just as you replied I found ifconfig in the full list of commandline applications listed in the userguide
ebruce613 has left #haiku [Error from remote client]
ebruce613 has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]