Heus-Sueh
Heus-Sueh
BBlueBuild
Created by Yokai on 9/3/2024 in #questions
Virt Manager: Failed to connect socket to '/var/run/libvirt/virtnetworkd-sock'
Have you tried enabling virt-manager services?
systemctl enable virtnetworkd.socket virtstoraged.socket virtnodedevd.socket

systemctl start --now virtnetworkd.socket virtstoraged.socket virtnodedevd.socket
systemctl enable virtnetworkd.socket virtstoraged.socket virtnodedevd.socket

systemctl start --now virtnetworkd.socket virtstoraged.socket virtnodedevd.socket
8 replies
BBlueBuild
Created by Heus-Sueh on 9/2/2024 in #questions
Questions about firstboot scripts
# Check if the script has already run
if [[ ! -f "$FIRSTBOOT_FILE" ]]; then
echo "First boot detected. Running setup script..."
run_modules

# Create the file to indicate that the script has run
touch "$FIRSTBOOT_FILE"

# Generate and store the hash in the firstboot file
generate_hash

# Disable the systemd service after successful execution
echo "Disabling firstboot systemd service..."
sudo systemctl disable firstboot.service

else
echo "First boot script has already run. Nothing to do."
fi
# Check if the script has already run
if [[ ! -f "$FIRSTBOOT_FILE" ]]; then
echo "First boot detected. Running setup script..."
run_modules

# Create the file to indicate that the script has run
touch "$FIRSTBOOT_FILE"

# Generate and store the hash in the firstboot file
generate_hash

# Disable the systemd service after successful execution
echo "Disabling firstboot systemd service..."
sudo systemctl disable firstboot.service

else
echo "First boot script has already run. Nothing to do."
fi
9 replies
BBlueBuild
Created by Heus-Sueh on 9/2/2024 in #questions
Questions about firstboot scripts
I was thinking about making a systemd service and at the end of the script it deactivates itself:
9 replies
BBlueBuild
Created by Heus-Sueh on 9/2/2024 in #questions
Questions about firstboot scripts
I don't think any of their images support what I want, they use a .desktop file to call yafti and nothing else. https://github.com/ublue-os/bluefin/blob/main/system_files/shared/etc/skel/.config/autostart/bluefin-firstboot.desktop they don't use the firstboot directory, at least not in bluefin: https://github.com/ublue-os/bluefin/blob/main/system_files/shared/etc/yafti.yml
9 replies
BBlueBuild
Created by Heus-Sueh on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
the problem solved itself, I made some changes to the image like changing nautilus to nemo and updated it and it solved it. It seems like it pulled the entire image instead of changing just one package or another apparently
12 replies
BBlueBuild
Created by Heus-Sueh on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
but the base-image: ghcr.io/ublue-os/base-nvidia installs this akmod? Because I made two images, one normal and one nvidia and I'm using the nvidia image
12 replies
BBlueBuild
Created by Heus-Sueh on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
Is there no way to do this directly from the system with some rpm-ostree command?
12 replies
BBlueBuild
Created by Heus-Sueh on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
> vulkaninfo
wp_linux_drm_syncobj_manager_v1#19: error 0: Surface already has a syncobj attached
ERROR at /builddir/build/BUILD/Vulkan-Tools-vulkan-sdk-1.3.290.0/vulkaninfo/./vulkaninfo.h:887:vkCreateWaylandSurfaceKHR failed with ERROR_OUT_OF_HOST_MEMORY
> vulkaninfo
wp_linux_drm_syncobj_manager_v1#19: error 0: Surface already has a syncobj attached
ERROR at /builddir/build/BUILD/Vulkan-Tools-vulkan-sdk-1.3.290.0/vulkaninfo/./vulkaninfo.h:887:vkCreateWaylandSurfaceKHR failed with ERROR_OUT_OF_HOST_MEMORY
12 replies
BBlueBuild
Created by Heus-Sueh on 8/23/2024 in #questions
Problems with NVIDIA on Hyprland
"This problem is often caused by a faulty installation of the Vulkan driver" - that's what I found on the forum, how can I reinstall the nvidia drivers?
12 replies
BBlueBuild
Created by Heus-Sueh on 8/22/2024 in #questions
my recipe-vm is not being built successfully
Thanks, I just saw now that several files are also missing the dash
6 replies