tom
BBlueBuild
•Created by Jany on 12/10/2024 in #questions
After updating the github action to 1.8.0 the recipe fails to validate
You should replace this in your recipe:
7 replies
BBlueBuild
•Created by tom on 12/10/2024 in #questions
Recipe.yml not refreshing after upgrade to bluebuild 1.8
Marking this as done. Thank you for the help as always
10 replies
BBlueBuild
•Created by tom on 12/10/2024 in #questions
Recipe.yml not refreshing after upgrade to bluebuild 1.8
I had accidentally duplicated the main recipe.yml into a nested recipe.yml that was inside
./recipes/yum/recipe.yml
instead of it being a very small module.10 replies
BBlueBuild
•Created by tom on 12/10/2024 in #questions
Recipe.yml not refreshing after upgrade to bluebuild 1.8
You're right. This was another issue, which I have fixed
10 replies
BBlueBuild
•Created by tom on 11/29/2024 in #questions
Ollama tips?
nice tool. indeed i improved the ollama-install.sh file since this commit https://github.com/mecattaf/zen/blob/main/files/scripts/install-ollama.sh
20 replies
BBlueBuild
•Created by tom on 11/29/2024 in #questions
Ollama tips?
first attempt at making this work as described above: https://github.com/mecattaf/zen/commit/1cba65a3f8e65f744ab7a67c63a3a60f0cc70065
20 replies
BBlueBuild
•Created by tom on 11/29/2024 in #questions
Ollama tips?
i will attempt to go the
scripts
module approach. The script will draw from the official ollama install.sh script, along with with a usermod
script and systemd service file that also gets created. Drawing maximum inspiration from the SDDM method shown by wayblue:
https://github.com/wayblueorg/wayblue/blob/live/files/systemd/system/sddm-boot.service
https://github.com/wayblueorg/wayblue/blob/live/files/system/etc/sddm/sddm-useradd
Should get to that next week. Will keep you in the loop, and close this issue when I get it working.20 replies
BBlueBuild
•Created by tom on 11/29/2024 in #questions
Ollama tips?
so @xyny actually youre right! you can access the ollama WITHIN the alpaca flatpak by doing:
flatpak run --command=ollama com.jeffser.Alpaca serve
and then from another terminal window:
flatpak run --command=ollama com.jeffser.Alpaca list
but strangely this internal ollama server is NOT the same as the one used by the alpaca GUI - it's a separate instance. This meanst hat you the models you pull from alpaca gui do not appear in this ollama instance, and the reverse is also true...
Alpaca makes it dead simple to access ollama. I mean on paper it's basically the same as setting up a docker/distrobox container manually. This is indeed a good alternative in terms of simplicity.. but not the best way for power users.20 replies
BBlueBuild
•Created by tom on 11/29/2024 in #questions
Ollama tips?
thank you for sharing @Virt-io . In fact a user on the ollama thread recommended a similar approach, and made me aware of https://containrrr.dev/watchtower/ to keep the docker containers up to date (i had complained this approach was annoying to maintain)
20 replies
BBlueBuild
•Created by tom on 11/19/2024 in #questions
Build failing after upgrade to f41?
thanks for checking @fiftydinar , I did the rawhide chroot for both COPR repos I own. But the build is still failing at rpm-ostree step. Not sure how you inferred the issue last time but hopefully you can do it this time as well?
Logs attached below
11 replies
BBlueBuild
•Created by tom on 8/27/2024 in #questions
Entering emergency mode on boot
I have no idea how this could have happened. The weird thing is that I rebased to the exact same ostree version as the one that worked previously but it only get the Emergency mode reboot when I select the new one.
How would you suggest I proceed? Will probably wait until F41 hoping that the linux kernel 6.11 and new firmware gets fixed for my Asus Zenbook Duo, and then reinstall silverblue from scratch and reinstall my files. I am terrified of playing around more on my device as I need it for work..
23 replies
BBlueBuild
•Created by tom on 8/27/2024 in #questions
Entering emergency mode on boot
the output of
journalctl -b -1 --since today -p3 | grep -v "Refusing to set permissions on hardlinked file" > boot_logs_filtered.txt
23 replies
BBlueBuild
•Created by tom on 8/27/2024 in #questions
Entering emergency mode on boot
@xyny any pointers on what to look for in journalctl logs? it s a HUGE file
23 replies
BBlueBuild
•Created by elGabo on 7/30/2024 in #questions
Fsync kernel replacement?
@elGabo this is how I do it https://github.com/mecattaf/zen/blob/main/files/scripts/fsync-kernel-override.sh
In recipe i call this script with:
20 replies