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
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
smoku has quit [Ping timeout: 480 seconds]
Tekktonic has quit [Quit: Vision[]: i've been blurred!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
netpositive has joined #haiku
tuaris has joined #haiku
netposit1ve has quit [Ping timeout: 480 seconds]
tuaris has quit [Quit: Leaving.]
rennj has quit [Ping timeout: 480 seconds]
tuaris has joined #haiku
<andreasdr[m]> Waddlesplash: Will do it in an hour.
smalltalkman has joined #haiku
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
andreasdr has joined #haiku
<andreasdr> Hi
<andreasdr> I really have a 8125
<andreasdr> vendor 10ec: Realtek Semiconductor Co., Ltd. device 8125: RTL8125 2.5GbE Controller
<andreasdr> But
<andreasdr> the link in the ticket does not contain a img file to test.
<andreasdr> waddlesplash: how to test then?
<waddlesplash> really? it should
<waddlesplash> if it doesn't you can build yourself
<waddlesplash> or, if you don't have a build setup I can send a driver binary I suppose
<andreasdr> Driver binary is very fine.
<andreasdr> andreas@drewke.net
rennj has joined #haiku
<andreasdr> I am now updating to the latest beta4 via "pkgman update"
<andreasdr> haiku-r1~beta4_hrev56693-1 to r1~beta4_hrev56737-1 from repository Haiku
<andreasdr> If that is working all is fine
<andreasdr> Need to reboot, see you in 5 mins
andreasdr has quit []
andreasdr has joined #haiku
<waddlesplash> andreasdr[m]: attached at https://dev.haiku-os.org/attachment/ticket/17835/rtl8125
<andreasdr> Nice!
<andreasdr> Thank you.
<waddlesplash> just put this into /system/non-packaged/add-ons/kernel/drivers/bin
<waddlesplash> it will only stay active for the current boot, which is good because it could cause KDLs if I wasn't careful :)
Reinhilde is now known as AmyMalik
<andreasdr> Ok. I guess I need to reboot now after placing the file?
<andreasdr> Ok let me reboot
andreasdr has quit []
<waddlesplash> no, you don't
<waddlesplash> ...
x10z has joined #haiku
andreasdr has joined #haiku
<andreasdr> Hmm. Did not get loaded
<waddlesplash> you don't need to reboot
<andreasdr> ls /system/non-packaged/add-ons/kernel/drivers/bin/
<waddlesplash> in fact it won't be loaded on reboot at all
<andreasdr> rtl8125
<waddlesplash> it will be loaded the instant you put it into that folder
<andreasdr> Ok. Coool. But nothing did happen.
<waddlesplash> check your syslog
<waddlesplash> you should see a "driver 'rtl8125' loaded/modified/added" message if nothing else
<andreasdr> No message like this
<waddlesplash> you can try deleting the file, and then copying it back in
<andreasdr> I did
<waddlesplash> then check your syslog, there should be *some* message
<andreasdr> Let me repeat
<waddlesplash> use a Terminal if you aren't already
<waddlesplash> and use "mv" not "cp" if you aren't already, too
<andreasdr> The problem is that my syslog gets spammed with "KeyboardDevice: error when opening /dev/input/keyboard/at/0: No error..."
<waddlesplash> how spammed?
<andreasdr> Tons of those messages
<waddlesplash> just search for "KERN: driver"
<andreasdr> I grepped
<waddlesplash> strange
<waddlesplash> and it doesn't appear in ifconfig?
<andreasdr> Nope
<andreasdr> But i see "KERN: driver "rtl8125" added"
<andreasdr> pci_reserve_device(3, 0, 0, rtl8125)
<waddlesplash> yes, that's what we want, good
<andreasdr> [rtl8125] (rge) bus_alloc_resource(3, [24], 0x0, 0xffffffffffffffff, 0x1,0x2)
<waddlesplash> so, what happens after that
<andreasdr> KERN: pci_unreserve_device(3, 0, 0, rtl8125)
<waddlesplash> ouch!
<waddlesplash> so, something's going wrong between alloc_resource and final init
<waddlesplash> let me see
<andreasdr> Ok. Afk 3 mins. Cool.
<andreasdr> Maybe there are more messages but they dont appear in grep?
<waddlesplash> probably not
<waddlesplash> oh
<waddlesplash> well, maybe, actually, yes. So please open your syslog
<waddlesplash> and see if there's messages
<andreasdr> its gone due to the spammming
<waddlesplash> then delete and do it again
<waddlesplash> and open the syslog this time right after doing it
<andreasdr> Ok
<andreasdr> KERN: set MTRRs to: KERN: mtrr: 0: base: 0x2537e000, size: 0x1000, type: 0 KERN: mtrr: 1: base: 0x9d000000, size: 0x1000000, type: 0 KERN: mtrr: 2: base: 0x9ee00000, size: 0x200000, type: 0 KERN: mtrr: 3: base: 0xa0000000, size: 0x10000000, type: 0 KERN: mtrr: 4: base: 0xc0000000, size: 0x40000000, type: 0 KERN: mtrr: 5: base: 0xa0000000, size: 0x20000000, type: 1 KERN: pci_unreserve_device(3, 0, 0, rtl8125
<andreasdr> Thats all.
<waddlesplash> nothing else?
<waddlesplash> ugh
<waddlesplash> oh, it might be intrs
<andreasdr> Only those 2 lines I posted before are additionally here.
<andreasdr> BTW: 80w in idle here (linux uses 50w) on this machine
<andreasdr> I enabled "Power Saving" in Process Controller and now I have 70w
<waddlesplash> andreasdr[m]: new version uploaded at https://dev.haiku-os.org/attachment/ticket/17835/rtl8125
<andreasdr> Ok one mibn
<andreasdr> min
<andreasdr> KERN: : couldn't map interrupt
<andreasdr> Directly after "set MTRRs to: ..."
<waddlesplash> yes, ok, so this is valuable
<andreasdr> And now if beeing more idle I am at 60w
<andreasdr> Nice
<waddlesplash> can you get a syslog from right after boot containing the "PCI: " readout?
<waddlesplash> for this device specifically
<waddlesplash> if not, it may be possible to get the same info via Linux, not sure
<andreasdr> Hmmm. I can reboot and check. Let me try.
<andreasdr> Give me 10 mins max
andreasdr has quit [Quit: Vision[]: i've been blurred!]
andreasdr has joined #haiku
<andreasdr> [dom 0, bus 3] bus 3, device 0, function 0: vendor 10ec, device 8125, revision 04 KERN: PCI: class_base 02, class_function 00, class_api 00 KERN: PCI: vendor 10ec: Realtek Semiconductor Co., Ltd. KERN: PCI: device 8125: RTL8125 2.5GbE Controller KERN: PCI: info: Network controller (Ethernet controller) KERN: PCI: line_size 10, latency 00, header_type 00, BIST 00 KERN: PCI: ROM base host 00000000, pci 00000000, size
<andreasdr> 00000000 KERN: PCI: cardbus_CIS 00000000, subsystem_id 7c86, subsystem_vendor_id 1462 KERN: PCI: interrupt_line 0b, interrupt_pin 01, min_grant 00, max_latency 00 KERN: PCI: base reg 0: host 00003000, pci 00003000, size 00000100, flags 01 KERN: PCI: base reg 1: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: base reg 2: host 00000000a0200000, pci 00000000a0200000, size 00010000, flags 04 00 KERN: PCI: b
<andreasdr> reg 4: host 00000000a0210000, pci 00000000a0210000, size 00004000, flags 04 00 KERN: PCI: Capabilities: PM, MSI, PCIe, MSI-X, VPD KERN: PCI: Extended capabilities: Advanced Error Reporting, Virtual Channel, Serial Number, TPH Requester, Latency Tolerance Reporting, L1 Power Management Substates, Vendor Unique
<andreasdr> Does this help?
<waddlesplash> yes, exactly what I needed
<andreasdr> Nice.
<waddlesplash> so, we have "MSI" feature
<andreasdr> Do you want a nicer message with pastebin?
<waddlesplash> sure, why not
<andreasdr> Moment
<andreasdr> I also have a screenshot of PCI information and a KDL that I have every 5th boot.
<andreasdr> I can create a ticket for that KDL later today.
<waddlesplash> hmm let me try a hack
<andreasdr> Ok. Right here for your service Sir :)
<waddlesplash> andreasdr[m]: new driver at https://dev.haiku-os.org/attachment/ticket/17835/rtl8125
<andreasdr> ok one moment
<waddlesplash> this contains a hack I'm not going to include when merging
<waddlesplash> but if it works, we'll know the driver does at least
<andreasdr> msi enabled: 0x0181 KERN: : <NULL>KERN: , address 2c:f0:5d:85:af:fd KERN: if_attach 0xffffffffd4bef720 KERN: if_attach 0xffffffffd4bef520 KERN: rtl8125: init_driver(0xffffffffadbabfd0) KERN: pci_unreserve_device(3, 0, 0, rtl8125)
<andreasdr> Yes. Cool.
<andreasdr> I am happy to help.
<waddlesplash> err .. that's it?
<waddlesplash> weird
<andreasdr> Yes
<waddlesplash> we got to attach...
<waddlesplash> actually ... how'd this fail
<waddlesplash> if we got to attach then it can only succeed after that
<andreasdr> ifconfig does not show the eth yet
<waddlesplash> it won't, we still got "unreserve device" and it quit
<andreasdr> :(
<andreasdr> Oh the power saving setting in Process Controller is not yet saved. Need to recheck.
<andreasdr> After boot
<waddlesplash> oho I forgot if_initname, maybe
<waddlesplash> andreasdr: you should reboot before this next test
<andreasdr> I am here to try again and again and again :)
<andreasdr> Ok Ill do
<waddlesplash> I'll have a driver in a min
<andreasdr> Nice
<andreasdr> So Ill reboot right now
<andreasdr> ?
<waddlesplash> yes
<andreasdr> Ok
andreasdr has quit [Quit: Vision[]: i've been blurred!]
andreasdr has joined #haiku
<waddlesplash> andreasdr: new driver again at https://dev.haiku-os.org/attachment/ticket/17835/rtl8125
<andreasdr> RE
<andreasdr> 2 mins
<andreasdr> And there it is
<andreasdr> So it got loaded and shown in ifconfig
<andreasdr> Should I check if it works?
<waddlesplash> yes please
andreasdr has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
<waddlesplash> "Ping timeout: 480 seconds"
<waddlesplash> that's not good
andreasdr has joined #haiku
<andreasdr> Hi
<waddlesplash> bad news?
<andreasdr> Maybe it did not cope with eth change from WIFI to rtl8125
<waddlesplash> ah
<andreasdr> Should be much better now
<waddlesplash> is it working, though?
<andreasdr> I mean Vision
<andreasdr> Its working 100% now
<waddlesplash> :D
<waddlesplash> hooray!
<andreasdr> Downloaded FreeBSD image
<waddlesplash> let me patch and then merge
<andreasdr> Listened to YT
<andreasdr> All works
<andreasdr> Still listening to YT. Works 100% I would say
<andreasdr> Let me test some more
<andreasdr> GIT does work
<andreasdr> Looks very good
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56739] - https://git.haiku-os.org/haiku/log/?qt=range&q=78eb4676ab7c+%5E0ab42081b5f2
<nekobot> [haiku/haiku] 78eb4676ab7c - freebsd_network: NULL-check if_init before calling.
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev56740] - https://git.haiku-os.org/haiku/log/?qt=range&q=da49d61cb74e+%5E78eb4676ab7c
<nekobot> [haiku/haiku] 4a50966655db - rtl8125: Import (rge from OpenBSD.)
<nekobot> [haiku/haiku] f8a90df5fd34 - openbsd_network: New additions for rtl8125.
<nekobot> [haiku/haiku] da49d61cb74e - rtl8125: Modifications and additions to make it compile.
<waddlesplash> :)
<andreasdr> Means this get into next BETA4 build?
<waddlesplash> no, master branch only for now
<andreasdr> Ok.
<waddlesplash> a bunch of changes would have to be backported to get it on b4
<andreasdr> Ah Ok.
<waddlesplash> you can continue to use the non-packaged driver if you want tho
<andreasdr> Good point!
<andreasdr> Actually I should be on nightly. Due to RadeonGfx
<andreasdr> How can I find out?
<waddlesplash> what hrev you on?
<waddlesplash> all betas will be hrevXXXX+<something>
<andreasdr> hrev56737
<waddlesplash> if you don't have "+something" you're on nightly
<andreasdr> Nice.
<andreasdr> Thank you!
<andreasdr> Then I am on nightly. Cool.
<andreasdr> Nice. Thank you!
<andreasdr> Waddlesplash: So we are done now? Need to work for some money next now :)
<waddlesplash> yes
<andreasdr> Nice.
LinuxUser has joined #haiku
illwieckz_ has joined #haiku
<andreasdr> Cool. Lets check Audacity
<andreasdr> Nice! Works!!!
<andreasdr> Haiku gets usable for me more and more :)
<andreasdr> I love it
illwieckz has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
andreasdr has quit [Quit: Vision[]: i've been blurred!]
kikadf_ has joined #haiku
kikadf is now known as Guest2966
kikadf_ is now known as kikadf
rennj has joined #haiku
Guest2966 has quit [Ping timeout: 480 seconds]
LinuxUser has quit [Remote host closed the connection]
kinkinkijkin is now known as Guest2968
Guest2968 has quit [Remote host closed the connection]
kinkinkijkin has joined #haiku
floof58 has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
floof58 has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
<botifico> [haiku/website] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haiku/website/compare/a12435b39db6...fa90714ef1d5
<botifico> [haiku/website] waddlesplash fa90714 - disable-package-entries: Major cleanup.
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
dby has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rennj has quit [Ping timeout: 480 seconds]
Blendie has joined #haiku
<waddlesplash> bbjimmy: is https://dev.haiku-os.org/ticket/17964 still a problem?
rennj has joined #haiku
illwieckz_ has quit []
illwieckz has joined #haiku
x10z has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
kinkinkijkin has quit [Remote host closed the connection]
rennj has joined #haiku
bbjimmy_64 has joined #haiku
dby has quit [Quit: Vision[]: i've been blurred!]
smoku has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
x10z has quit [Read error: Connection reset by peer]
x10z_ has joined #haiku
rennj has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
ablyss has quit [Ping timeout: 480 seconds]
ablyss has joined #haiku
mazz has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
freddietilley has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
mazz has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
x10z_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rennj has joined #haiku
x10z has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
tuaris has quit [Quit: Leaving.]
rennj has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
mazz has joined #haiku
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
x10z has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
doppler_ has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
doppler has quit [Ping timeout: 480 seconds]
raymondmendoza has quit [Ping timeout: 480 seconds]
raymondmendoza has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
x10z has joined #haiku
raymondm1ndoza has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
raymondmendoza has quit [Ping timeout: 480 seconds]
nephele has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
freddietilley has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
nephele has quit [Read error: Connection reset by peer]
mazz has left #haiku [https://quassel-irc.org - Chat comfortably. Anywhere.]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
matt3 has joined #haiku
smalltalkman has quit []
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
matt3 has left #haiku [#haiku]
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
choulth has joined #haiku
choulth has quit [Remote host closed the connection]
choulth has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
choulth has quit [Read error: Connection reset by peer]
rennj has joined #haiku
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
DragonMaus[m] has joined #haiku
nephele has joined #haiku
mmu_man has joined #haiku
x10z has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
X512 has joined #haiku
rennj has joined #haiku
Miyu has joined #haiku
hackkitten has quit [Read error: Connection reset by peer]
BrunoSpr has joined #haiku
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
BrunoSpr has joined #haiku
Miyu is now known as hackkitten
BrunoSpr has quit []
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
smalltalkman has joined #haiku
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
rennj has joined #haiku
raymondm1ndoza is now known as raymondmendoza
tqh has joined #haiku
Tekk__ has quit [Read error: Connection reset by peer]
rennj has quit [Ping timeout: 480 seconds]
nephele has quit [Read error: Connection reset by peer]
rennj has joined #haiku
nephele has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
mmu_man has quit [Ping timeout: 480 seconds]
_0xdd has quit [Ping timeout: 480 seconds]
_0xdd has joined #haiku
BrunoSpr has joined #haiku
BrunoSpr has quit []
<bbjimmy> waddlesplash https://dev.haiku-os.org/ticket/17964 can be closed :)
tuaris has joined #haiku
mmu_man has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
X512 has quit [Quit: Vision[]: i've been blurred!]
X512 has joined #haiku
floof58 is now known as Guest3026
floof58 has joined #haiku
Guest3026 has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/9c3f1bb1de7c...744f221b1fb5
<botifico> [haikuports/haikuports] nielx 744f221 - Rust: update to 1.67.0 (#7816)
rennj has joined #haiku
tqh has quit [Quit: Leaving]
Anarchos has joined #haiku
ClaudioM has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
X512 has quit [Quit: Vision[]: i've been blurred!]
bjorkintosh has quit [Quit: Leaving]
bjorkintosh has joined #haiku
gouchi has joined #haiku
rennj has joined #haiku
tqh has joined #haiku
smalltalkman has quit []
nephele has quit [Quit: Vision[]: i've been blurred!]
Anarchos has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
AlienSoldier has joined #haiku
jmairboeck has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
DragonMaus[m] has quit [Read error: Connection reset by peer]
DragonMaus[m] has joined #haiku
rennj has joined #haiku
lkw has joined #haiku
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/744f221b1fb5...ab932d0a16a3
<botifico> [haikuports/haikuports] davidkaroly ab932d0 - filezilla: update to 3.63.1 (#7819)
rennj has quit [Ping timeout: 480 seconds]
<bjorkintosh> is there any material describing the design concepts behind BeOS?
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
x10z has joined #haiku
rennj has joined #haiku
BrunoSpr has joined #haiku
smoku has quit [Ping timeout: 480 seconds]
BrunoSpr has quit [Remote host closed the connection]
BrunoSpr has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 480 seconds]
switching has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev56741] - https://git.haiku-os.org/haiku/log/?qt=range&q=7a6ef4c87d6f+%5Eda49d61cb74e
<nekobot> [haiku/haiku] 1e860e07eee8 - BPrivate::WeakReferenceable: Move implementation to a .cpp.
<nekobot> [haiku/haiku] 7a6ef4c87d6f - WeakReferenceable: Add reference-count assertion just like BReferenceable.
mmu_man has joined #haiku
<switching> I have haiku on its own hard drive. i have a second hard drive as exfat. Am i better off with ext3 or ext4 (or no differnce). It would be an everyday drive ... i dont have hard drive space to move it all to bfs since the fs doesnt support shrink/expand from what i understand.
HaikuUser has joined #haiku
HaikuUser is now known as nintendo1889
<switching> or did exfat get commited in a recent nightly?
<nintendo1889> Does BeAM and haiku mail share the same files and accounts?
<waddlesplash> switching: Haiku can read exFAT but not write it
<waddlesplash> we should be able to read and write both ext3 and ext4
<waddlesplash> switching: also, there's a huge patchset which adds shrink/expand to BFS, but it hasn't been merged since it's very invasive and we don't have a lot of FS experts around to debug the inevitable regressions
<waddlesplash> probably it would be better to add shrink/expand to something that's more of a "known quantity" first, like FAT or NTFS
<waddlesplash> nintendo1889: no
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
<PulkoMandy> the bfs resize patch doesn't just need review, I think it's unfinished
tqh has quit [Quit: Leaving]
<PulkoMandy> also one part was commited then reverted so it's now missing from the patch series, I guess
jmairboeck has quit [Quit: Konversation terminated!]
nintendo1889 has quit [Quit: Vision[]: i've been blurred!]
lkw has quit [Quit: leaving]
DKnoto has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/ab932d0a16a3...554a65cbce52
<botifico> [haikuports/haikuports] davidkaroly 554a65c - qputty: fix build on 32-bit Haiku (#7820)
DKnoto has joined #haiku
gouchi has quit [Remote host closed the connection]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
vdamewood has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
bbjimmy has joined #haiku
bbjimmy_64 has joined #haiku
bbjimmy_64 has quit []
bbjimmy_64 has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56742] - https://git.haiku-os.org/haiku/log/?qt=range&q=8654ab710ccc+%5E7a6ef4c87d6f
<nekobot> [haiku/haiku] 8654ab710ccc - kernel/vfs: Use new/delete for advisory_lock structures.
rennj has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev56743] - https://git.haiku-os.org/haiku/log/?qt=range&q=d891ca1119fc+%5E8654ab710ccc
<nekobot> [haiku/haiku] e05876e25fef - makebootable: Include Drivers.h only for TARGET_PLATFORM_HAIKU.
<nekobot> [haiku/haiku] d891ca1119fc - headers/build: Drop Drivers.h and Select.h.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56744] - https://git.haiku-os.org/haiku/log/?qt=range&q=61ed1470447f+%5Ed891ca1119fc
<nekobot> [haiku/haiku] 61ed1470447f - keyboard: Store errno right after calling open() if an error occurred.
<waddlesplash> andreasdr[m]: ^^ tomorrow, once you upgrade to that version or higher, please see what the error being spammed into your syslog is
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56745] - https://git.haiku-os.org/haiku/log/?qt=range&q=6f7201128cda+%5E61ed1470447f
<nekobot> [haiku/haiku] 6f7201128cda - Drop "play" command.
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
jason123santa has left #haiku [Error from remote client]