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
AKEmily has joined #haiku
AlaskanEmily has quit [Read error: Connection reset by peer]
^Hakuchi^ is now known as hakuchi
hakuchi is now known as Hakuchi
bitigchi has quit [Ping timeout: 480 seconds]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
ablyss has joined #haiku
x10z has quit [Read error: Connection reset by peer]
x10z_ has joined #haiku
Jupp_S has quit [Remote host closed the connection]
<micken> managed to get arm64 to mount my bootvoume, unfortunatly with wrong content :D
<waddlesplash> lol
<waddlesplash> virtio-mmio via fdt I suppose?
<waddlesplash> or did you get pci somehow
<micken> yea
bitigchi has joined #haiku
<micken> but I need to change that
<micken> moving to hw soon , maybe tomorrow
<micken> plan is A64 -> Rockchip
<micken> A64 inits the display in uboot and hopefully stil does that when efi is loaded
<micken> both tragets uses same mmc controller
<waddlesplash> I think for mmc we are stuck on pci for now
<waddlesplash> i.e. we have sdhci_pci, but nothing else
<micken> well
<waddlesplash> in fact most of the system is unfortunately tied to pci. the usb stack expects it and doesn't do anything else
<micken> fdt
<micken> we will see
<waddlesplash> yeah, thanks to the rv64 port there is a FDT bus manager
<waddlesplash> but virtio-mmio is basically its only consumer atm
<waddlesplash> the XHCI driver is hardwired to PCI at present
<micken> ehci is sufficent to start with , if that is easier
<waddlesplash> and unfortunately fixing that isn't going to be easy, because the FDT is a new-style bus and XHCI probes via old-style PCI
<waddlesplash> nope, EHCI has the exact same problem
<waddlesplash> in fact XHCI at least when I was refactoring it I had in mind that someday it'd work off something besides PCI
<waddlesplash> so XHCI should be the easiest to resolve here. dunno how easy that is, however
<waddlesplash> I haven't looked into it at all
<micken> ok
<micken> I go with baby steps
<micken> so
<micken> I think I will try booting first!
<micken> it doesn't exit efi before kernel , right?
<micken> I mean is the kernel in ram before exit?
<waddlesplash> yes
<micken> good
<waddlesplash> no working drivers means you should get "PANIC no boot partitions" or "PANIC get boot partitions failed"
bitigchi has quit [Ping timeout: 480 seconds]
<waddlesplash> which occurs after virtual memory, thread contexts, and quite a lot of other inits
<micken> ok
<micken> thats fine
<micken> the only A64 kit I have is Pinebook
<micken> and keyboard mousepad hangs on ehci
nhtello has quit [Quit: Vision[]: i've been blurred!]
<micken> But ..
<micken> I want to see a successful kernel load in quemu before I go to hw
<micken> qemu even
<waddlesplash> ok it seems like adding fdt support to the xhci driver probably won't be so bad
<waddlesplash> the main hurdle may be getting things wired in to the system device manager properly
<waddlesplash> maybe x512[m] is right and the big device manager rewrite should go higher on my prio list :-p
Jupp_S has joined #haiku
<micken> :)
<micken> In riscos we have seen moving from ancient -> pci -> something else
<waddlesplash> well Haiku is x86 primary, and then in the past there was a lot of work on PPC
<micken> something else is HAL based probing , and the driver modules get the right probing model from HAL
<micken> (by swi)
<waddlesplash> and also now and again m68k, and sparc; so all PCI-based things
<micken> Haiku for Vampire?
<waddlesplash> I think that was one of mmu_man's ideas, yes
<micken> can be really nice
<micken> I Have a V4sa
<waddlesplash> anyway
<waddlesplash> [net/realtekwifi/0] ieee80211_notify_scan_done
<waddlesplash> usb wifi now displays scan results
<waddlesplash> however I broke xattrs on this test build so I can't connect to networks ...
mmu_man has quit [Ping timeout: 480 seconds]
<waddlesplash> time to switch VMs and see what happens
<waddlesplash> if it works, then I clean this up and make like a ~dozen commits merging it
ablyss has quit [Quit: Leaving]
masoudd has joined #haiku
<waddlesplash> PANIC: _mutex_unlock() failure: thread 6804 is trying to release mutex 0xfffffffffb02f0d8 (current holder -1)
<waddlesplash> darn
ablyss has joined #haiku
<micken> Is haiku image building always "all or nothing"?
<waddlesplash> sort of, unfortunately
<waddlesplash> jam isn't smart enough to know when packages changed so it always re-makes all packages and then the final image
<waddlesplash> if you are updating a running system, you can build just a single package and take that, which is often simpler and faster
<waddlesplash> you can also use slimmer build profiles and disable packages you don't need
<waddlesplash> via UserBuildConfig and friends
<micken> ok need to investigate that
<waddlesplash> jam -q -jN @minimum-raw # usually has enough in it for qemu (omits wifi drivers, media stack, etc.)
<waddlesplash> jam -q -jN @nightly-raw haiku.hpkg # builds only the main package, not a full image, for the @nightly target
<micken> ok
<micken> I recently got script errors
<micken> rebuilding now , will seee if it happens again
<waddlesplash> pastebin?
<micken> yea , when I get the error
<waddlesplash> PING 8.8.8.8 (8.8.8.8): 56 data bytes
<waddlesplash> 64 bytes from 8.8.8.8: icmp_seq=0 ttl=116 time=28.885 ms
<waddlesplash> success!! we've got USB WiFi support
<micken> cool
<waddlesplash> I should have done this years ago ... but admittedly I would have fumbled around in the dark and gotten lost back then
<waddlesplash> well, let's clean it up and merge it
ClaudioM has quit [Quit: leaving]
<waddlesplash> well, that's a new one
<waddlesplash> never seen anything like that before :/
bitigchi has joined #haiku
<micken> its like I take a script and doing cp on the script :D
<waddlesplash> it's probably something going wrong in the build script generation code
bitigchi has quit [Ping timeout: 480 seconds]
x10z_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nekobot> [haiku/haiku] waddlesplash pushed 10 commits to master [hrev55907] - https://git.haiku-os.org/haiku/log/?qt=range&q=711ff0cf423a+%5Ef1b2d3ba9564
<nekobot> [haiku/haiku] 6711786ccc4b - XHCI: Fix a TRACE statement.
<nekobot> [haiku/haiku] 7c97a7846f6f - XHCI: Handle fragmented transfers failing to submit the next fragment.
<nekobot> [haiku/haiku] eeec7ed477d7 - USB: Change from an instant to an unlimited timeout in ControlPipe::SendRequest.
<nekobot> [haiku/haiku] ba641651b4c8 - freebsd_network: Implement cv_destroy.
<nekobot> [haiku/haiku] d6e2a3156a21 - freebsd_network: Mutex handling cleanup.
<nekobot> [haiku/haiku] a8523a21b57b - freebsd_network: PCI handling cleanup in preparation for USB support.
<nekobot> [haiku/haiku] 2e9f01f60d1c - freebsd_network: Introduce USB-handling code.
<nekobot> [haiku/haiku] 423ee7c66999 - freebsd_network: Adjust and rewrite attach code for USB support.
<nekobot> [haiku/haiku] 05216554a404 - realtekwifi: Compile with USB support and expose the necessary structures.
<nekobot> ...
x10z has joined #haiku
<augiedoggie> funny that the bot printed ... instead of just printing the final commit info
<augiedoggie> bad bot :P
<waddlesplash> heh, yeah
<micken> fileName=`"$package" info -f "%fileName%" "$packageFile"`
<micken> that line
<micken> is generating the error
<waddlesplash> micken: right, but why? it works "most of the time"
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55908] - https://git.haiku-os.org/haiku/log/?qt=range&q=a40b421ac7e7+%5E711ff0cf423a
<nekobot> [haiku/haiku] a40b421ac7e7 - freebsd_network: Restore include of sys/pcpu.h in sys/mutex.h.
<DHowett> augiedoggie: i always find it funny when apps hit their limits like that -- like an in-car media display saying "Rush - Signal..." instead of "Signals", or "Dustin & 1 more person liked this photo" (1 more person? like, "Ashwini"? That's, uh, shorter)
<augiedoggie> heh, yeah
linearcannon has quit [Read error: Connection reset by peer]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
<x512[m]> waddlesplash: Yes, devices manager give many benefits: support of complex device and busses relations, faster boot by not loading and starting unneeded drivers, power management etc..
dby has joined #haiku
<x512[m]> Hotplugging also including PCI hotplugging.
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
ablyss has quit [Quit: Leaving]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
<augiedoggie> bah, falkon and otter both fail to load, looks like they need a rebuild
<augiedoggie> i'm amused that my ancient dirt cheap usb-wifi adapter works in haiku
dby has quit [Quit: Leaving]
freddietilley1 has joined #haiku
freddietilley1 has quit [Ping timeout: 480 seconds]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
bitigchi has joined #haiku
eroux has joined #haiku
eroux has quit []
MrSunshine has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
eroux has joined #haiku
ablyss has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kokito has joined #haiku
bitigchi has joined #haiku
MrSunshine has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
MrSunshine has joined #haiku
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
Diver has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
Diver has joined #haiku
<Not-c620> [haiku/website] pulkomandy pushed 1 commit to master [+0/-0/±1] https://github.com/haiku/website/compare/2c07130b061e...d869c73c0d3a
<Not-c620> [haiku/website] pulkomandy d869c73 - GSoC: add project duration and difficulty info.
zuckerberg[m] has quit [Quit: Bridge terminating on SIGTERM]
Niklas[m] has quit [Quit: Bridge terminating on SIGTERM]
ZorPrime[m] has quit [Quit: Bridge terminating on SIGTERM]
<Not-c620> [haiku/website] pulkomandy pushed 1 commit to master [+0/-0/±1] https://github.com/haiku/website/compare/d869c73c0d3a...275acf15d619
n0toose[m] has quit [Quit: Bridge terminating on SIGTERM]
extravert34[m] has quit [Quit: Bridge terminating on SIGTERM]
<Not-c620> [haiku/website] pulkomandy 275acf1 - GSoC ideas: remove FreeBSD network USB support
scott_puopolo[m] has quit [Quit: Bridge terminating on SIGTERM]
ilzu[m] has quit [Quit: Bridge terminating on SIGTERM]
dcavalca has quit [Quit: Bridge terminating on SIGTERM]
valera[m] has quit [Quit: Bridge terminating on SIGTERM]
anomalous_creator[m] has quit []
M3dEyes[m] has quit [Quit: Bridge terminating on SIGTERM]
vazub[m] has quit [Quit: Bridge terminating on SIGTERM]
mull[m] has quit [Quit: Bridge terminating on SIGTERM]
massn00b[m] has quit [Quit: Bridge terminating on SIGTERM]
janSwedneck[m] has quit []
kestermckinney[m] has quit [Quit: Bridge terminating on SIGTERM]
fut10[m] has quit [Quit: Bridge terminating on SIGTERM]
mbrumbelow[m] has quit [Quit: Bridge terminating on SIGTERM]
yann64[m] has quit [Quit: Bridge terminating on SIGTERM]
tar[m] has quit [Quit: Bridge terminating on SIGTERM]
hexagon[m] has quit [Quit: Bridge terminating on SIGTERM]
lovetocode999[m] has quit [Quit: Bridge terminating on SIGTERM]
hive[m] has quit [Quit: Bridge terminating on SIGTERM]
DinsRozentals[m] has quit [Quit: Bridge terminating on SIGTERM]
AniketRaj[m] has quit [Quit: Bridge terminating on SIGTERM]
samchi70[m] has quit [Quit: Bridge terminating on SIGTERM]
EnriqueMedinaGremaldos[m] has quit [Quit: Bridge terminating on SIGTERM]
hamoko[m] has quit [Quit: Bridge terminating on SIGTERM]
SwagatSBhuyan[m] has quit [Quit: Bridge terminating on SIGTERM]
AhmedAlhojairat[m] has quit [Quit: Bridge terminating on SIGTERM]
psydroid has quit []
shaka444[m] has quit [Quit: Bridge terminating on SIGTERM]
Leandro[m] has quit [Quit: Bridge terminating on SIGTERM]
p10r[m] has quit [Quit: Bridge terminating on SIGTERM]
grossjonas[m] has quit [Quit: Bridge terminating on SIGTERM]
Kartikkeyankant[m] has quit [Quit: Bridge terminating on SIGTERM]
m[m] has quit [Quit: Bridge terminating on SIGTERM]
chaoticbob[m] has quit [Quit: Bridge terminating on SIGTERM]
kallisti5[m] has quit []
jmc-88[m] has quit [Quit: Bridge terminating on SIGTERM]
andrea[m]12 has quit [Quit: Bridge terminating on SIGTERM]
YungJudas[m] has quit [Quit: Bridge terminating on SIGTERM]
paxsov[m] has quit [Quit: Bridge terminating on SIGTERM]
NorthwoodsNEKO[m] has quit [Quit: Bridge terminating on SIGTERM]
GriffintheFolf[m] has quit [Quit: Bridge terminating on SIGTERM]
timkack[m] has quit [Quit: Bridge terminating on SIGTERM]
Grumbleduke[m] has quit [Quit: Bridge terminating on SIGTERM]
Kai[m] has quit [Quit: Bridge terminating on SIGTERM]
sweetginger[m] has quit []
evantaylor[m] has quit [Quit: Bridge terminating on SIGTERM]
divyansh_747[m] has quit [Quit: Bridge terminating on SIGTERM]
DirkOlmes[m] has quit [Quit: Bridge terminating on SIGTERM]
bronzie94[m] has quit [Quit: Bridge terminating on SIGTERM]
return0e[m] has quit []
nonetrix[m] has quit [Quit: Bridge terminating on SIGTERM]
TarunArora[m] has quit [Quit: Bridge terminating on SIGTERM]
zxyz[m] has quit [Quit: Bridge terminating on SIGTERM]
NisargThakkar[m] has quit [Quit: Bridge terminating on SIGTERM]
SamuraiCrow[m] has quit [Quit: Bridge terminating on SIGTERM]
qyzz[m] has quit [Quit: Bridge terminating on SIGTERM]
codysseus[m] has quit [Quit: Bridge terminating on SIGTERM]
ritz[m] has quit [Quit: Bridge terminating on SIGTERM]
a32bitmint[m] has quit [Quit: Bridge terminating on SIGTERM]
rjzak[m] has quit [Quit: Bridge terminating on SIGTERM]
x[m]1 has quit []
happy-dude[m] has quit [Quit: Bridge terminating on SIGTERM]
IoannisCherouvim[m] has quit [Quit: Bridge terminating on SIGTERM]
jt15s[m] has quit [Quit: Bridge terminating on SIGTERM]
britishgeekguy[m] has quit [Quit: Bridge terminating on SIGTERM]
dfergfla[m] has quit [Quit: Bridge terminating on SIGTERM]
aa55[m] has quit [Quit: Bridge terminating on SIGTERM]
xmeadow[m] has quit []
Dhruvagole[m] has quit []
fabs[m] has quit [Quit: Bridge terminating on SIGTERM]
the_sudoer[m] has quit [Quit: Bridge terminating on SIGTERM]
andreasdr[m] has quit [Quit: Bridge terminating on SIGTERM]
nielx[m] has quit [Quit: Bridge terminating on SIGTERM]
pleimer[m]1 has quit [Quit: Bridge terminating on SIGTERM]
aladds[m] has quit [Quit: Bridge terminating on SIGTERM]
x512[m] has quit []
NutmegMan[m] has quit [Quit: Bridge terminating on SIGTERM]
WoC-Matrix[m] has quit []
KrishnaNarayanan[m] has quit [Quit: Bridge terminating on SIGTERM]
jryans has quit []
bitigchi[m] has quit [Quit: Bridge terminating on SIGTERM]
kniffy1 has quit [Quit: Bridge terminating on SIGTERM]
turb0x[m] has quit [Quit: Bridge terminating on SIGTERM]
GautamAgrawal[m] has quit [Quit: Bridge terminating on SIGTERM]
legarts[m] has quit [Quit: Bridge terminating on SIGTERM]
enick_406 has quit [Quit: Bridge terminating on SIGTERM]
Soft[m] has quit [Quit: Bridge terminating on SIGTERM]
NovaForte[m] has quit [Quit: Bridge terminating on SIGTERM]
cmeerw[m] has quit []
Stefan[m] has quit [Quit: Bridge terminating on SIGTERM]
Fs[m] has quit [Quit: Bridge terminating on SIGTERM]
AndersonTorres[m] has quit [Quit: Bridge terminating on SIGTERM]
x86corez has quit [Quit: Bridge terminating on SIGTERM]
barrakudarain[m] has quit [Quit: Bridge terminating on SIGTERM]
amayas[m] has quit [Quit: Bridge terminating on SIGTERM]
owl4ce[m] has quit [Quit: Bridge terminating on SIGTERM]
Phil[m] has quit [Quit: Bridge terminating on SIGTERM]
Sivaram[m] has quit [Quit: Bridge terminating on SIGTERM]
win8linux[m] has quit [Quit: Bridge terminating on SIGTERM]
bestonecrazy[m] has quit [Quit: Bridge terminating on SIGTERM]
RaghavSharma[m] has quit [Quit: Bridge terminating on SIGTERM]
JeremyF[m] has quit [Quit: Bridge terminating on SIGTERM]
yodamatrix[m] has quit [Quit: Bridge terminating on SIGTERM]
Saijin_Naib has quit [Quit: Bridge terminating on SIGTERM]
klarre[m] has quit [Quit: Bridge terminating on SIGTERM]
melek89[m] has quit [Max SendQ exceeded]
VulphereintheMatrix[m] has quit [Quit: Bridge terminating on SIGTERM]
jonathan[m]12345 has quit []
sixecho has quit [Quit: Bridge terminating on SIGTERM]
fridericus[m] has quit [Quit: Bridge terminating on SIGTERM]
js has quit [Quit: Bridge terminating on SIGTERM]
yaponamat[m] has quit [Quit: Bridge terminating on SIGTERM]
arnavbhatt288[m] has quit [Quit: Bridge terminating on SIGTERM]
johnolinda[m] has quit [Quit: Bridge terminating on SIGTERM]
mika_f[m] has quit [Quit: Bridge terminating on SIGTERM]
weda[m] has quit [Quit: Bridge terminating on SIGTERM]
MrSunshine has quit [Ping timeout: 480 seconds]
tuaris has quit [Read error: Connection reset by peer]
<Not-c620> [haikuports/haikuports] korli pushed 2 commits to master [+3/-2/±0] https://github.com/haikuports/haikuports/compare/0ab7ff9e46a0...2b9299b95386
<Not-c620> [haikuports/haikuports] korli 79da641 - leptonica: bump version
<Not-c620> [haikuports/haikuports] korli 2b9299b - leveldb: bump version
tuaris has joined #haiku
M3dEyes[m] has joined #haiku
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+2/-1/±0] https://github.com/haikuports/haikuports/compare/2b9299b95386...eaac6ea7b5a8
<Not-c620> [haikuports/haikuports] korli eaac6ea - jsoncpp: bump version
Kokito has quit [Quit: Vision[]: i've been blurred!]
bitigchi has joined #haiku
Kokito has joined #haiku
Kokito has quit []
bitigchi has quit [Ping timeout: 480 seconds]
<Not-c620> [haikuports/haikuports] korli pushed 2 commits to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/eaac6ea7b5a8...be272bda900e
<Not-c620> [haikuports/haikuports] korli 8da2bf9 - libass: bump version
<Not-c620> [haikuports/haikuports] korli be272bd - libavif: bump version
Vitto has joined #haiku
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/be272bda900e...85a80fac5574
<Not-c620> [haikuports/haikuports] korli 85a80fa - libavif: build with libpng 1.6
<Not-c620> [haikuports/haikuports] korli pushed 2 commits to master [+1/-1/±1] https://github.com/haikuports/haikuports/compare/85a80fac5574...e56ff69bee47
<Not-c620> [haikuports/haikuports] korli 4a0fef2 - libpng: remove devel package
<Not-c620> [haikuports/haikuports] korli e56ff69 - libjxl: bump version
bitigchi has joined #haiku
MajorBiscuit has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
<Not-c620> [haikuports/haikuports] korli pushed 3 commits to master [+4/-3/±0] https://github.com/haikuports/haikuports/compare/e56ff69bee47...d9f48aba148f
<Not-c620> [haikuports/haikuports] korli 4c2a6e3 - libebur128: bump version
<Not-c620> [haikuports/haikuports] korli d9479e6 - libpsl: bump version
<Not-c620> [haikuports/haikuports] korli d9f48ab - libjpeg_turbo: bump version
AKEmily has quit [Remote host closed the connection]
<Not-c620> [haikuports/haikuports] korli pushed 3 commits to master [+6/-6/±0] https://github.com/haikuports/haikuports/compare/d9f48aba148f...65c40f121862
<Not-c620> [haikuports/haikuports] korli fb6a2c8 - libraw: bump version
<Not-c620> [haikuports/haikuports] korli 4f29eb9 - libvpx: bump version
<Not-c620> [haikuports/haikuports] korli 65c40f1 - libwebp: bump version
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
freddietilley1 has joined #haiku
lelldorin has joined #haiku
acidsys has quit [Server closed connection]
acidsys has joined #haiku
<Not-c620> [haikuports/haikuports] korli pushed 2 commits to master [+4/-4/±0] https://github.com/haikuports/haikuports/compare/65c40f121862...0752a204af2a
<Not-c620> [haikuports/haikuports] korli a498b46 - lmdb: bump version
<Not-c620> [haikuports/haikuports] korli 0752a20 - libvncserver: bump version
<micken> waddlesplash: ok so fp16 will cause heavy problems , (also discussed on gerrit) I need to get a new dev board for it. It is also impossible to run it on qemu < 5
freddietilley1 has quit [Ping timeout: 480 seconds]
lelldorin has quit [Quit: Vision[]: i've been blurred!]
<Not-c620> [haikuports/haikuports] korli pushed 3 commits to master [+6/-6/±0] https://github.com/haikuports/haikuports/compare/0752a204af2a...8f0b48810079
<Not-c620> [haikuports/haikuports] korli fd91279 - lzip: bump version
<Not-c620> [haikuports/haikuports] korli 4e049e8 - meson: bump version
<Not-c620> [haikuports/haikuports] korli 8f0b488 - python310: bump version
lesderid has quit [Server closed connection]
lesderid has joined #haiku
<micken> waddlesplash: PackageVolumeInfo::LoadOldStates(): failed to open administrative directory: No such file or directory
_Dario_ has joined #haiku
Kokito has joined #haiku
<Kokito> USB wifi working now in Haiku. Nice!
roptat has joined #haiku
Guest155 has quit [Read error: Connection reset by peer]
roptat is now known as Guest495
_orealis has joined #haiku
<micken> aha
<micken> load kernel kernel_arm64...
<micken> loading kernel failed: 80000010!
<micken> Couldn't find both text and data segment!
<micken> didn't see that
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
MrSunshine has joined #haiku
Guest495 has quit [Quit: ZNC 1.8.2 - https://znc.in]
roptat_ has joined #haiku
countryboy has joined #haiku
<micken> wowow splashscreen!
x512[m] has joined #haiku
<x512[m]> micken: ARM 64 is almost not implemented. ARM 32 is near to be functional.
<micken> I know
<x512[m]> Splash screen is painted by boot loader.
<micken> yes
<micken> The kernel loaded , and I haven't seen that before
<micken> x512[m]: From my point of view arm64 is the only valid option , since aarch32 mode is soon not to be found
<micken> and the 32 bit port seems to be doing well
<x512[m]> Isn't ARM 64 backward compatible with ARM 32?
<micken> no
<micken> not on newer cpus
<micken> A53/72 is compatible
<x512[m]> Even RISC-V has 32 bit mode, but I haven't tried.
countryboy has left #haiku [#haiku]
<micken> so it is probably better to do 32 bit for the cpus that support it
<Not-c620> [haikuports/haikuports.cross] pulkomandy pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports.cross/compare/f7b4d912cd0c...7860d3a544cf
<Not-c620> [haikuports/haikuports.cross] davidkaroly 7860d3a - mark icu-67.1 as broken on arm
<micken> they (the 32 bit compatible) lacks ,from my understanding ,fp16
<micken> in aarch64 mode
<x512[m]> pulkomandy: On RISC-V icu-67 is broken too.
<kallisti5> we probbably should try icu 70
<kallisti5> it builds after the fix to argument lengths
Kokito has quit [Quit: Vision[]: i've been blurred!]
Gaspare has joined #haiku
masoudd_ has joined #haiku
masoudd has quit [Ping timeout: 480 seconds]
blabber has quit [Server closed connection]
blabber has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
<waddlesplash> micken: loadoldstates error is normal and harmless on freshly generated images
jmairboeck has joined #haiku
Vitto has quit [Ping timeout: 480 seconds]
lorglas has joined #haiku
lorglas has quit [Remote host closed the connection]
<micken> is the mmu mapping 1:1? Looks like so from uart
<nekobot> [haiku/haiku] tqh pushed 1 commit to master [hrev55909] - https://git.haiku-os.org/haiku/log/?qt=range&q=1b895c8371ef+%5Ea40b421ac7e7
<nekobot> [haiku/haiku] 1b895c8371ef - kernel/arm: implement syscall handler
lorglas has joined #haiku
milek7_ has quit [Server closed connection]
milek7 has joined #haiku
B2IA has quit [Ping timeout: 480 seconds]
euandreh has joined #haiku
B2IA has joined #haiku
<Not-c620> [haiku/infrastructure] kallisti5 pushed 1 commit to master [+0/-0/±2] https://github.com/haiku/infrastructure/compare/3ac813734ae2...1eeb0a1946b5
<Not-c620> [haiku/infrastructure] kallisti5 1eeb0a1 - deployments/ingress: Fix ssh ingress by dropping ProxyProtocol
skirst has joined #haiku
VulphereintheMatrix[m] has joined #haiku
Soft[m] has joined #haiku
a32bitmint[m] has joined #haiku
aa55[m] has joined #haiku
aladds[m] has joined #haiku
Guest456 has joined #haiku
amayas[m] has joined #haiku
AndersonTorres[m] has joined #haiku
andrea[m]12 has joined #haiku
andreasdr[m] has joined #haiku
AniketRaj[m] has joined #haiku
anomalous_creator[m] has joined #haiku
arnavbhatt288[m] has joined #haiku
barrakudarain[m] has joined #haiku
bestonecrazy[m] has joined #haiku
x86corez has joined #haiku
hive[m] has joined #haiku
bitigchi[m] has joined #haiku
britishgeekguy[m] has joined #haiku
bronzie94[m] has joined #haiku
Leandro[m] has joined #haiku
chaoticbob[m] has joined #haiku
IoannisCherouvim[m] has joined #haiku
cmeerw[m] has joined #haiku
codysseus[m] has joined #haiku
dcavalca has joined #haiku
dfergfla[m] has joined #haiku
Dhruvag2000[m] has joined #haiku
DinsRozentals[m] has joined #haiku
DirkOlmes[m] has joined #haiku
divyansh_747[m] has joined #haiku
Stefan[m]12345678 has joined #haiku
p10r[m] has joined #haiku
evantaylor[m] has joined #haiku
extravert34[m] has joined #haiku
fabs[m] has joined #haiku
NorthwoodsNEKO[m] has joined #haiku
fridericus[m] has joined #haiku
Fs[m]1 has joined #haiku
fut10[m] has joined #haiku
GautamAgrawal[m] has joined #haiku
GriffintheFolf[m] has joined #haiku
grossjonas[m] has joined #haiku
Grumbleduke[m] has joined #haiku
hamoko[m] has joined #haiku
happy-dude[m] has joined #haiku
Kai[m]12 has joined #haiku
ilzu[m] has joined #haiku
JeremyF[m] has joined #haiku
jmc-88[m] has joined #haiku
johnolinda[m] has joined #haiku
jonathan[m] has joined #haiku
JRyanStinnett[m] has joined #haiku
js has joined #haiku
jt15s[m] has joined #haiku
AhmedAlhojairat[m] has joined #haiku
kallisti5[m] has joined #haiku
Kartikkeyankant[m] has joined #haiku
kestermckinney[m] has joined #haiku
klarre[m] has joined #haiku
kniffy has joined #haiku
KrishnaNarayanan[m] has joined #haiku
legarts[m] has joined #haiku
lovetocode999[m] has joined #haiku
EnriqueMedinaGremaldos[m] has joined #haiku
m[m]12345678 has joined #haiku
RaghavSharma[m] has joined #haiku
massn00b[m] has joined #haiku
mbrumbelow[m] has joined #haiku
melek89[m] has joined #haiku
mika_f[m] has joined #haiku
mull[m] has joined #haiku
nielx[m] has joined #haiku
n0toose[m] has joined #haiku
Niklas[m]12 has joined #haiku
NisargThakkar[m] has joined #haiku
nonetrix[m] has joined #haiku
NovaForte[m] has joined #haiku
hexagon[m] has joined #haiku
M4[m] has joined #haiku
paxsov[m] has joined #haiku
pleimer[m] has joined #haiku
NutmegMan[m] has joined #haiku
psydroid[m]1 has joined #haiku
qyzz[m] has joined #haiku
return0e[m] has joined #haiku
ritz[m] has joined #haiku
rjzak[m] has joined #haiku
Saijin_Naib has joined #haiku
samchi70[m] has joined #haiku
WoC-Matrix[m] has joined #haiku
SamuraiCrow[m] has joined #haiku
scott_puopolo[m] has joined #haiku
tar[m] has joined #haiku
shaka444[m] has joined #haiku
sixecho has joined #haiku
YungJudas[m] has joined #haiku
x[m] has joined #haiku
SwagatSBhuyan[m] has joined #haiku
Movedtoswedneckmatrixorg[m] has joined #haiku
sweetginger[m] has joined #haiku
TarunArora[m] has joined #haiku
the_sudoer[m] has joined #haiku
timkack[m] has joined #haiku
Sivaram[m] has joined #haiku
turb0x[m] has joined #haiku
Phil[m]12 has joined #haiku
valera[m] has joined #haiku
vazub[m] has joined #haiku
weda[m] has joined #haiku
win8linux[m] has joined #haiku
xmeadow[m] has joined #haiku
yann64[m] has joined #haiku
yaponamat[m] has joined #haiku
yodamatrix[m] has joined #haiku
ZorPrime[m] has joined #haiku
zuckerberg[m] has joined #haiku
zxyz[m] has joined #haiku
Gaspare has quit [Ping timeout: 480 seconds]
<PulkoMandy> the mapping set by the bootloader is mostly 1:1, then the kernel takes it from there and starts moving things around as needed
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/8f0b48810079...00f28c38aa5e
<Not-c620> [haikuports/haikuports] korli 00f28c3 - scribus: bump version
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
B2IA has quit [Quit: Vision[]: i've been blurred!]
Forza has joined #haiku
B2IA has joined #haiku
doomquak1keen has quit [Ping timeout: 480 seconds]
nephele-test has quit [Server closed connection]
tuaris has joined #haiku
MajorBiscuit has quit [Ping timeout: 480 seconds]
BrunoSpr has joined #haiku
MajorBiscuit has joined #haiku
x10z has joined #haiku
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
dby has joined #haiku
MajorBiscuit has quit [Ping timeout: 480 seconds]
eroux has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<skirst> what is the state of usb audio on haiku? i'm getting very nice performance from my synth app using the built-in HDA sound but would prefer to use my usb interface for audio i/o.
doomquakekeen has joined #haiku
lelldorin has joined #haiku
<lelldorin> hi all
johndrinkwater has quit [Server closed connection]
johndrinkwater has joined #haiku
<nephele> aww, ths wifi stick i used wasnt recognized it seems, i hope a different one will work, i have high hopes to have haiku on my kitchen media computer with wifi
<lelldorin> how to get and install the wifi script? i want to test mz wifi usb adapter
<nephele> hi lelldorin
<nephele> what script?
<lelldorin> i want the realtek of waddlesplash to test
<nephele> build the image or wait for the nightly builder
<Niklas[m]12> You need a recent Nightly version of Haiku.
<Niklas[m]12> USB Wifi support is included
<lelldorin> ok is running the nightlz here, update todaz
<nephele> needs hrev55907 atleast
<lelldorin> here 55908
<lelldorin> but no wifi settings in network preferences
<nephele> sounds like you are all sorted then
<Niklas[m]12> Did you plug in the Wifi stick before booting?
<lelldorin> zes i do
<lelldorin> yes
<nephele> it may be unsuported then (or buggy)
<Niklas[m]12> Then your stick is probably not supported.
<Niklas[m]12> Does it work with FreeBSD?
<lelldorin> i have no freebsd
<lelldorin> it is a realtek 8812BU
<Niklas[m]12> Try it,it's free ;)
<nephele> Niklas: what does the 12 mean?
<Niklas[m]12> Which 12?
<waddlesplash> lelldorin: post listusb output pls
<nephele> in your name
<Niklas[m]12> There is no 12 in my name?
<nephele> yes there is
banananana has joined #haiku
<lelldorin> 0bda:b812 /dev/bus/usb/0/2 "Realtek Semiconductor Corp." "RTL88x2bu [AC1200 Techkey]" ver. 0210
<lelldorin> 1bcf:0005 /dev/bus/usb/0/3/0 "Sunplus Innovation Technology Inc." "Optical Mouse" ver. 0014
<lelldorin> 046d:c328 /dev/bus/usb/0/3/1 "Logitech, Inc." "Corded Keyboard K280e" ver. 8600
<lelldorin> 1a40:0101 /dev/bus/usb/0/3/hub "Terminus Technology Inc." "Hub" ver. 0111
<lelldorin> 0000:0000 /dev/bus/usb/0/hub "HAIKU Inc." "XHCI RootHub" ver. 0300
<lelldorin> 8087:8008 /dev/bus/usb/1/0/hub "Intel Corp." "Integrated Rate Matching Hub" ver. 0005
<lelldorin> 0000:0000 /dev/bus/usb/1/hub "HAIKU Inc." "EHCI RootHub" ver. 0200
<lelldorin> 534d:2109 /dev/bus/usb/2/0/5 "MacroSilicon" "" ver. 2100
<lelldorin> 8087:8000 /dev/bus/usb/2/0/hub "Intel Corp." "Integrated Rate Matching Hub" ver. 0005
<lelldorin> 0000:0000 /dev/bus/usb/2/hub "HAIKU Inc." "EHCI RootHub" ver. 0200
<banananana> hi
<Niklas[m]12> My account is @nipos:ggc-project.de and my display name is Niklas.Where do you see a 12 there?
<lelldorin> hier niklas> <Niklas[m]12>
<nephele> Your nickname is Niklas[m]12
<augiedoggie> Niklas[m]12: you can see it in the logs https://oftc.irclog.whitequark.org/haiku/2022-02-25#30666460
<banananana> I figured out how to get Haiku running on a Raspberry pi
<Niklas[m]12> Hm,the bridge may be doing something weird.It isn't shown here.Even in the mentions there's only "Niklas" without a 12
<nephele> lol
<banananana> I see your nickname as Niklas[m]12
woffs has quit [Server closed connection]
<banananana> It's quite simple to run Haiku on a Raspberry pi
<banananana> even though there are no arm ports yet
<banananana> ???
<Niklas[m]12> That's what I see.It's quite funny how you all try to send my name with the 12 but it's simply not shown here
<lelldorin> Niklas[m]12< zou see a white screen like me?
<Niklas[m]12> Did the Wonderbrush export go wrong again?Let me try on the phone...
<nephele> Niklas m 12: yes... it's very fun how the matrix bridge justs mtims messages
<Niklas[m]12> Ah yes,it did go wrong it seems.Loads infinitely
<nephele> waddlesplash: heh, tried two random sticks... both ralink :D
<lelldorin> its security, so good the user does his name not too
<waddlesplash> nephele: does the FreeBSD driver support them
<waddlesplash> if so I can look at portinf
<nephele> I have not checked yet, i will in a bit
<Niklas[m]12> That one should work now?
<lelldorin> Niklas[m]12 ah ok it is the browser, we use vision
<nephele> it's not a browser
<Niklas[m]12> It's not the browser
<nephele> I am amazed that the matrix bridge manages to become worse every day :D
<banananana> this is what mine looks like (prepare for HUGE link)
<banananana> data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABU8AAAJlCAYAAADqywO9AAAAAXNSR0IArs4c6QAAIABJREFUeJzs3XdYFNfCwOHfLr33KipFUVGavWAh9q4xGkuMMc30m+Sm3JvypffEmERjbDHW2DW22EBBxYaK2BGkF+l1gd1l9/tjZRXYXUAxmtzzPk+eyJQzZ+a0mbPnzEjSi+RqHlAKuZzSkhKqqypRqx/YaCKRSDAzt8DWzg4TU9MG69VKBeVlxZRXVKJSPbjn0VKkUgnWVhZY29gjMTa539ERBEEQBEEQBEEQBEEQhDsieVA7TxVyOXk3crBzcMDSygqJRHq/o6SXWq1CVlFBSVERLm7udTpQ1UoFOTnZtPFwwtnBBiPpg3seLaVGpSK/qIy07ALc3T1EB6ogCIIgCIIgCIIgCILwt
<nephele> waddlesplash: We do have a ralink driver generally, i guess i could check what the specitic images are?
<Niklas[m]12> It's Quaternion,a Qt-based Matrix client which looks quite native (but isn't,unfortunately)
<banananana> oops
<nephele> banananana: that's not a link, it's literally base64 encoded
<waddlesplash> nephele: different driver for USB nics in FreeBSD
B2IA has quit [Quit: Vision[]: i've been blurred!]
<banananana> it didn't all paste
<banananana> yes i know, it's a uri
lelldorin has quit [Quit: Vision[]: i've been blurred!]
<waddlesplash> most USB drivers are separate actually. the realtek one is a bit unique for supporting both in one driver
<Niklas[m]12> banananana: If you want to share a image and don't use Matrix,you can upload it to https://transfer.sh and share the link ;)
lelldorin has joined #haiku
vdamewood has quit [Read error: Connection reset by peer]
vdamewood has joined #haiku
<banananana> Niklas, this is what my screen looks like: https://u.cubeupload.com/Spaceboy1010/Screenshot2022022513.png
<Niklas[m]12> F*ck Cloudflare -.-
B2IA has joined #haiku
<banananana> for me it says, "Niklas[m]12"
<Niklas[m]12> It only shows me a stupid captcha and I know that it will crash my browser if I try to solve it
<banananana> oh
<banananana> i guess cubeupload doesn't like haiku
<Niklas[m]12> No,it doesn't like Tor
<Niklas[m]12> Because all people who care about their privacy are criminals!1!11!!!
<Niklas[m]12> You get the same shit on OpenIndiana or FreeBSD or Linux if you connect over the Tor network,the OS doesn't matter.
<nephele> waddlesplash: okay
<nephele> i can send you listusb -v with both included if you want?
<banananana> what's the strangest device somebody got haiku to run on?
<nephele> Intel computers
<banananana> ok
<skirst> lol
<Niklas[m]12> I did it on a GPD Win,which is a laptop with the size of a average smartphone
<Niklas[m]12> But it didn't run well :/
<nephele> Anybody made a replicant that does calculatortions in reverse polish notation?
<banananana> i've heard about gpd wins, they are very underpowered from what i hear
<Niklas[m]12> Absolutely not
<banananana> so they were lying! >:(
<banananana> now i regret not buying one!
<Niklas[m]12> They are very powerful for their size.I mean,they can't compete with a big desktop computer,but you won't have fun with heavy tasks on that little screen anyway
Ropexu has joined #haiku
<Niklas[m]12> Surfing,Office stuff and so on runs pretty well
<nephele> tell that to apple :D
<nephele> waddlesplash: https://termbin.com/vixum
<banananana> do you think haiku would run on the netbsd toaster?
<Niklas[m]12> The NetBSD Toaster isn't x86 I guess,so no.
<Niklas[m]12> And NetBSD is even more lightweigt than Haiku afaik,at least if you don't run graphical applications on it.Haiku always comes with a GUI,which is too heavy for a toaster.
<nephele> banananana: No, most likely it will not. NetBSD is basically the most portable OS around, and haiku has... at best 2 supported archictures, and they are both extremely similar (amd64 and x86)
<banananana> if haiku is x86, ca it run on the busicom 141-pf?
<nephele> we have some more or less ports to some other arches but nothing user useable by far
<banananana> ok
<nephele> Depends, is that thing behaving like a desktop? :D
<nephele> it looks like a big calculator, then no, haiku will not run on it
<banananana> well, it is a desktop calculator
<nephele> (what would you do with it without a screen?)
<banananana> tape
<banananana> paper tape
<nephele> sounds like a job for unix terminals, not a gui operating system
<banananana> oh i forgot haiku cant play youtube yet
<nephele> Not sure how you can forget something that wasn't true in the first place?
<Not-c620> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/00f28c38aa5e...c30007578aca
<Not-c620> [haikuports/haikuports] Sylvain78 c300075 - rlwrap, a command line wrapper adding readline capabilities to command tools (#6590)
<Niklas[m]12> In my opinion it doesn't make much sense to try running Haiku on something other than a desktop computer or laptop.That's what it's made for and also what it supports best.On other devices you should better use Unix-based systems,which are more flexible (at the cost of optimization for one specific task)
<banananana> last haiku review video i saw, it couldn't play youtube without kernel panicing
dby has quit [Ping timeout: 480 seconds]
<Niklas[m]12> Try invidious if you want your videos to play better.
<nephele> If one instance of a video failing to play is enough to claim that it therefore cannot do it at all, than by that measure no OS can play videos either :P
<banananana> but of course they were using 2008 hardware
<nephele> that is perfectly fine, we support 2008 hardware too
<banananana> the 2nd time they tried, the whole system just locked up
<Niklas[m]12> The Youtube website is just badly programmed.So much Javascript nonsense for obfuscating the actual video file and for spying on you.If you access the videos by other means (Invidious or offline players like Qmplay or first downloading with Youtube-DL and then using the native media player) you'll have much more fun viewing it ;)
<banananana> ok
<nephele> The youtube website is shitty, and google hardly cares about non-chromium browsers, yes. But then the webpositive streaming code needs improvements regardless
<nephele> even if you use normal html5 video elements :)
<banananana> i'm iffy about using beta/alpha software for daily work, but it seems like haiku has gotten a long way the past couple years. do you think it would be a good daily driver in its current state?
<nephele> it's a beta ;)
<banananana> yes, beta 3
x10z has joined #haiku
<nephele> Yes, don't expect everything to work, there are certainly people that do use it as a daily driver (like me), but then i also know how to fix bugs myself :g
Ropexu has quit [Ping timeout: 480 seconds]
<banananana> ok
lelldorin has quit [Quit: Vision[]: i've been blurred!]
Robson has joined #haiku
<Niklas[m]12> I'm not using Haiku for everything,but I use it for important stuff that I need for work,which proves that I trust it more than Linux :D
<banananana> i do everything on chromeos (barf) right now
<banananana> very buggy, kinda slow, and crashes a lot
<Niklas[m]12> Ugh,Google crap :'(
<nephele> I sometimes use Ubuntu for the stuff i can't on Haiku... but i really dislike doing that
<banananana> do you think it would run fine on an AMD E1-1500 w/ 6GB DDR3 RAM?
<banananana> haiku
<Niklas[m]12> Better use Intel if you have the choice,but yes,it may work
<nephele> I don't see why intel or amd would matter... i have machines by both and all work fine
<banananana> i have an O L D laptop that has some Intel Celeron with 256MB DDR RAM
<nephele> 256mb may be a bit tight
<Niklas[m]12> Haiku sometimes crashes on pre-Ryzen AMD cpus.That has been a known issue for years and still nobody knows why
<banananana> hmm
<Niklas[m]12> I have two AMD computers and both have those crashes,but I need the more powerful Intel for other stuff so I have to live with the crashes
<nephele> There are specific processors haiku triple faults on, it is in errata in the processors *shrug*
<nephele> Niklas: maybe you can figure out if you get FreeBSD10 if it crashes, and if it does whether FreeBSD11 does and so on
<nephele> and then maybe ask FreeBSD how they fixed that stuff
<Niklas[m]12> The older one (AMD Athlon II X3) only crashes when compiling stuff.If you're not a developer,you can live with that quite good (I am a dev,so it gets annoying over time) but the newer one (AMD A4) really crashes randomly for no actual reason
<banananana> i have another machine that has a Zilog z80 w/ 256KB of RAM
<nephele> sounds like seperate issues
<nephele> why not make tickets for those niklas?
<banananana> 16Mhz
<nephele> heh, that definetely won't work with haiku :P
<Niklas[m]12> It's one issue and there is a ticket already
<nephele> ... That ticket is about a specific processor
<Niklas[m]12> I recently replied to it,asking for the current state but it seems nothing changed.
<Niklas[m]12> It's about a whole series of processors.
<nephele> make a ticket for your processor, how should a dev smell you ask on it for a completely different processor? :=)
<nephele> the impact is different, so it may very well be a different issue
<banananana> the one i'm on has an Intel Celeron-N4020 with 4(?)GB DDR4
<Niklas[m]12> There are lots of tickets for those crashes already.I read a lot tickets when I had to move back to AMD and it crashed again :/
<nephele> I only know of one
<waddlesplash> if you can figure out when/how freebsd fixed the problem then that is a major path toward a solution
<waddlesplash> I've yet to find anyone else on any OS describing similar symptoms, so if FreeBSD dealt with this and fixed it then that is a big deal
<Niklas[m]12> I doubt I'll find out more than you did ;)
<nephele> waddlesplash: maybe i should just send you the board :P
<waddlesplash> no thanks lol
<waddlesplash> I have no idea how to debug this kind of thing
<nephele> I'm fairly certain freebsd had the same issue
<nephele> on my computer, and it was no longer an issue later on
<waddlesplash> ok, then please try to track down when/where they fixed it :)
<waddlesplash> if you have literally any reference to a bugzilla or even what they called the problem, I can likely track it down from there
<Niklas[m]12> When I first tried FreeBSD,the issue was gone already
<nephele> Somewhere after freeBSD10 i think
<banananana> Is Haiku supposed to open a terminal window as soon as you book?
<banananana> *boot
<nephele> I don't know if they even fixed it deliberately honestly, the board is in my storage... maybe one of these days i can try it out
<Niklas[m]12> I also used OpenIndiana on this machine,it also didn't crash.Maybe someone can find a fix in the Illumos kernel?
<nephele> banananana: no
<nephele> niklas: ask them
<waddlesplash> it does that in safe mode
<banananana> oh
<Niklas[m]12> I'll do.I'm in their Matrix already
<banananana> bye!
banananana has quit [Quit: Page closed]
<Not-c620> [haiku/infrastructure] kallisti5 pushed 1 commit to master [+4/-4/±1] https://github.com/haiku/infrastructure/compare/1eeb0a1946b5...110fb5a17e23
<Not-c620> [haiku/infrastructure] kallisti5 110fb5a - containers/persistsync: rebrand pvbackup, add optional S3_MAX_AGE
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/c30007578aca...05e2ae7fbbbe
<Not-c620> [haikuports/haikuports] korli 05e2ae7 - qtwebkit: rebuild
mattmoose[m] has joined #haiku
<mattmoose[m]> hello, i am trying to boot haiku from usb and getting a panic at the fourth boot icon. "panic: did not find any boot partitions" under that the syslog tail shows it trying a bunch of file systems with a return -1 and then udf_recognize: Invalid sequence.
<mattmoose[m]> any ideas?
<mattmoose[m]> i tried holding down the shift key to get logs but i couldnt get it to work
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/05e2ae7fbbbe...2c03aa4c1241
<Not-c620> [haikuports/haikuports] korli 2c03aa4 - scribus: x86 patch
<waddlesplash> mattmoose[m]: are you using a nightly build?
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mattmoose[m]> no, should i be?
<waddlesplash> yes, please try one and see if it works
<waddlesplash> there were a number of usb and other fixes since the last release
<mattmoose[m]> that worked!
mmu_man has joined #haiku
woffs has joined #haiku
<Not-c620> [haiku/infrastructure] kallisti5 pushed 1 commit to master [+10/-9/±1] https://github.com/haiku/infrastructure/compare/110fb5a17e23...70e3adba0e18
<Not-c620> [haiku/infrastructure] kallisti5 70e3adb - docs: Reorganize documentation
thelounge4920 has quit [Server closed connection]
thelounge4920 has joined #haiku
Robson has quit [Quit: Leaving]
arti_ has quit [Server closed connection]
arti has joined #haiku
bitigchi has joined #haiku
<mattmoose[m]> waddlesplash: thank you for the help, I am up and running!
<waddlesplash> :)
extrowerk has quit [Server closed connection]
extrowerk has joined #haiku
<Not-c620> [haikuports/haikuports] korli pushed 1 commit to master [+2/-1/±0] https://github.com/haikuports/haikuports/compare/2c03aa4c1241...9d3bda17b225
<Not-c620> [haikuports/haikuports] korli 9d3bda1 - snappy: bump version
<nekobot> [haiku/haiku] waddlesplash pushed 3 commits to master [hrev55910] - https://git.haiku-os.org/haiku/log/?qt=range&q=0463bae558b1+%5E1b895c8371ef
<nekobot> [haiku/haiku] 9467237d2514 - freebsd_network: Update usbdevs.
<nekobot> [haiku/haiku] 4e02cb0d8786 - freebsd_network: Add stub epoch.h.
<nekobot> [haiku/haiku] 0463bae558b1 - realtekwifi/rtwn: Synchronize with FreeBSD trunk as of today.
<Not-c620> [haiku/infrastructure] kallisti5 pushed 2 commits to master [+0/-0/±2] https://github.com/haiku/infrastructure/compare/70e3adba0e18...0f4d36276247
<Not-c620> [haiku/infrastructure] kallisti5 75871d0 - docs/architecture: Bigger diagram
<Not-c620> [haiku/infrastructure] kallisti5 0f4d362 - README: Add some crash-course kubernetes
MrSunshine has quit [Ping timeout: 480 seconds]
lelldorin has joined #haiku
lorglas has quit [Quit: Vision[]: i've been blurred!]
lelldorin has quit [Quit: Vision[]: i've been blurred!]
jmairboeck has quit [Quit: Konversation terminated!]
HaikuUser has joined #haiku
HaikuUser has quit []
AlienSoldier has joined #haiku
AlienSoldier has quit []
Scarecrow has left #haiku [Disconnected: Received SIGTERM]
Scarecrow has joined #haiku
anomalous_creator[m] has quit [Server closed connection]
anomalous_creator[m] has joined #haiku
AlienSoldier has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
<Not-c620> [haiku/infrastructure] kallisti5 pushed 1 commit to master [+0/-0/±2] https://github.com/haiku/infrastructure/compare/0f4d36276247...fb56d64d60a7
<Not-c620> [haiku/infrastructure] kallisti5 fb56d64 - docs: Cleanup design
B2IA has joined #haiku
B2IA has quit []
DKnoto has quit [Ping timeout: 480 seconds]
B2IA has joined #haiku
gouchi has joined #haiku
B2IA has quit []
B2IA has joined #haiku
gouchi has quit []
js has quit [Server closed connection]
js has joined #haiku
js is now known as Guest557
skirst has quit []
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
DKnoto has joined #haiku
lelldorin has joined #haiku
x10z has joined #haiku
<micken> sigh
<micken> if I set ttbr0 I can't get past mmu on...
<micken> I wonder if the format of the list is correct
<micken> one thing that is odd, is ,, I can print to uart after mmu is activated
<micken> without ttbr0
dby has joined #haiku
_Dario_ has joined #haiku
lelldorin has quit [Quit: Vision[]: i've been blurred!]
tuaris has quit [Read error: Connection reset by peer]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
masoudd_ has quit [Server closed connection]
dby has quit [Quit: Leaving]
masoudd_ has joined #haiku
Vidrep_64 has joined #haiku
<Vidrep_64> I'm getting this error when attempting to do an upgrade:
<Vidrep_64> problem 1: package haiku_datatranslators-r1~beta3_hrev55908-1 requires lib:libavif>=9.0.0, but none of the providers can be installed
<waddlesplash> possibly due to korli's recent changes bumping versions
<waddlesplash> open a ticket at haikuports