Turns out that it boots! 🎉
Notices by Natanael Copa (ncopa@fosstodon.org), page 3
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Tuesday, 03-Dec-2024 06:19:08 JST
Natanael Copa
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Tuesday, 03-Dec-2024 05:52:09 JST
Natanael Copa
The #AlpineLinux linux-lts kernel finally has #riscv64 enabled https://git.alpinelinux.org/aports/commit/?id=d106e5949469
It might work on VisionFive v2, but I have no idea if it actually does.
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Tuesday, 03-Dec-2024 05:52:09 JST
Natanael Copa
Protip: if you ask a volunteer to test a kernel build for riscv64, make sure that you have actually built it before you ask
🤦♂️
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Saturday, 30-Nov-2024 07:02:37 JST
Natanael Copa
#AlpineLinux 3.21.0 Release Candidate 1 is finally out!
Please test and report back!
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Saturday, 30-Nov-2024 07:02:36 JST
Natanael Copa
I really hope that gcc 15 does not break as much.
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Saturday, 30-Nov-2024 07:02:36 JST
Natanael Copa
The amount of work that has been done is insane. mio was kind enough to track most of the build breakages.
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16335
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16361 -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 29-Nov-2024 01:57:52 JST
Natanael Copa
The not so good:
We got a bug report that was something like: "why don't you backport security fixes for some of the packages in community?"
us: "ok, which package is it?"
them: "I won't tell you. Its your job to know and its your job to fix".
And we had to deal with a violation of the Code of Conduct. Not fun at all.
Would have been so much nicer if we could get help find a solution for the problem instead of demanding complaints.
Don't be that person.
Fortunately, most people are nice
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 29-Nov-2024 01:57:43 JST
Natanael Copa
More of the good:
I took the time to register an account at kde bug tracker (I was surprised I didn't already have one! - or I just forgot the email address I used last time) - and file a bug. Within hours the fix was pointed to me and we could properly solve it.
I had the privilege to report back that the fix indeed works.
Feels good! Open Source can be very nice
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 29-Nov-2024 01:57:23 JST
Natanael Copa
This week I have experienced both the good and the bad with working with open source.
The good: Today I asked in gcc IRC channel about build failure of cross compiler. They were able the help me in the right direction and I found out it must be a bug in busybox awk. Feels so good to find that out, after banging my head into this for a couple of days. Ask for help early!
(still don't know exactly how busybox awk is broken 😨 )
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Thursday, 28-Nov-2024 00:05:36 JST
Natanael Copa
Got a SiFive HiFive Premiere P550 dev board today. Thank you riscv.org!
In conversation from fosstodon.org permalink Attachments
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Monday, 25-Nov-2024 04:14:06 JST
Natanael Copa
@danct12
I replaced the fan with heatsink on my Banana Pi BPI-F3 to reduce noise. From my measurements of the CPU temp it seems to work better than the fan.In conversation from fosstodon.org permalink Attachments
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 22-Nov-2024 05:13:36 JST
Natanael Copa
I just pushed linux-lts 6.12 to #AlpineLinux edge and this will be the kernel for Alpine 3.21.
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Thursday, 07-Nov-2024 15:36:04 JST
Natanael Copa
@navi probably a good idea to avoid typedefs.
Linux kernel code style guide explains why
https://www.kernel.org/doc/html/v6.11/process/coding-style.html#typedefsIn conversation from fosstodon.org permalink Attachments
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Wednesday, 23-Oct-2024 22:52:18 JST
Natanael Copa
@dalias I git bisected it to this:
https://git.busybox.net/busybox/commit/libbb/dump.c?h=1_37_stable&id=e2287f99fe6f21fd6435ad04340170ad4ba5f6b3The place where it fails in kernel build is here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/firmware/efi/libstub/Makefile.zboot?h=v6.6#n9I have sent a patch for a testcase that reproduces it to busybox mailing list
In conversation from fosstodon.org permalink Attachments
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 11-Oct-2024 22:24:26 JST
Natanael Copa
@sertonix or we could rename the standard iso to «netinst» or similar
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 11-Oct-2024 22:23:40 JST
Natanael Copa
I know I shouldn’t laugh but I can’t help it.
I’m open to ideas how to prevent it happening again.
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Friday, 11-Oct-2024 01:44:50 JST
Natanael Copa
I am trying to balance "don't break things" vs "move forward" in #AlpineLinux. Right now it feels like everything is broken, but at least we are moving forward(?).
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Wednesday, 09-Oct-2024 19:24:54 JST
Natanael Copa
@atomicthumbs
Congrats! you discovered the PID 1 zombie problem in Docker.It is the responsibility of PID 1 to reap zombies. (see NOTES under wait(2). https://man7.org/linux/man-pages/man2/wait.2.html#NOTES)
You solve this with `--init`
https://docs.docker.com/reference/cli/docker/container/run/#initIn conversation from fosstodon.org permalink Attachments
-
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Tuesday, 01-Oct-2024 04:52:46 JST
Natanael Copa
Unit tests, yes.
I had a struggle to get local ipv6 working in docker in github actions. I got it working eventually, but it would have been so much easier if it was enabled and just worked by default.
In conversation from fosstodon.org permalink -
Embed this notice
Natanael Copa (ncopa@fosstodon.org)'s status on Tuesday, 01-Oct-2024 04:50:42 JST
Natanael Copa
@weirdtreething @domi @resingm
Imagine how helpful it would be for you to be able to test it in CI, even if you cannot test it locally!
In conversation from fosstodon.org permalink