thaleous
thaleous
Explore posts from servers
BBlueBuild
Created by thaleous on 8/23/2024 in #questions
yafti not showing anything in console
No description
9 replies
UBUniversal Blue
Created by thaleous on 8/21/2024 in #🛟bazzite-help
does bazzite change hostname at runtime?
or during build time?
29 replies
BBlueBuild
Created by thaleous on 8/21/2024 in #questions
how to make a dconf correctly
moved convo to here
9 replies
BBlueBuild
Created by thaleous on 8/21/2024 in #questions
Build failed error too general
44 replies
BBlueBuild
Created by thaleous on 8/21/2024 in #questions
Is gschema overrides not working
https://github.com/m3m3-0s/meme-os/blob/main/files/gschema-overrides/zz1-memeos.gschema.override for some reason when I rebase a freshly installed bazzite, nothing changes except for the login screen icon, wallpaper doesn't get added, nor the themes, I've tried installing and reinstalling and testing a lot but nothing worked
30 replies
BBlueBuild
Created by thaleous on 8/20/2024 in #questions
Yafti configuration
applications:
source: yafti.screen.package
values:
title: Application Installer
show_terminal: true
package_manager: yafti.plugin.flatpak
package_manager_defaults:
user: false
system: true
groups:
Core GNOME Apps:
...
System Apps:
...
Development Tools:
description: Install essential development tools.
default: false
actions:
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# Add Rust to the system path
source $HOME/.cargo/env
- run: |
ZIG_VERSION="0.11.0"
wget https://ziglang.org/download/$ZIG_VERSION/zig-linux-x86_64-$ZIG_VERSION.tar.xz
tar -xf zig-linux-x86_64-$ZIG_VERSION.tar.xz
sudo mv zig-linux-x86_64-$ZIG_VERSION /opt/zig
sudo ln -s /opt/zig/zig /usr/local/bin/zig
applications:
source: yafti.screen.package
values:
title: Application Installer
show_terminal: true
package_manager: yafti.plugin.flatpak
package_manager_defaults:
user: false
system: true
groups:
Core GNOME Apps:
...
System Apps:
...
Development Tools:
description: Install essential development tools.
default: false
actions:
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# Add Rust to the system path
source $HOME/.cargo/env
- run: |
ZIG_VERSION="0.11.0"
wget https://ziglang.org/download/$ZIG_VERSION/zig-linux-x86_64-$ZIG_VERSION.tar.xz
tar -xf zig-linux-x86_64-$ZIG_VERSION.tar.xz
sudo mv zig-linux-x86_64-$ZIG_VERSION /opt/zig
sudo ln -s /opt/zig/zig /usr/local/bin/zig
18 replies
BBlueBuild
Created by thaleous on 8/15/2024 in #questions
unable to auth to rebase my image
podman login ghcr.io
Authenticating with existing credentials for ghcr.io
Existing credentials are valid. Already logged in to ghcr.io
thaleous@bazzite:~$ rpm-ostree rebase ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os
Pulling manifest: ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: unable to retrieve auth token: invalid username/password: unauthorized
podman login ghcr.io
Authenticating with existing credentials for ghcr.io
Existing credentials are valid. Already logged in to ghcr.io
thaleous@bazzite:~$ rpm-ostree rebase ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os
Pulling manifest: ostree-unverified-registry:ghcr.io/m3m3-0s/meme-os
error: Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: unable to retrieve auth token: invalid username/password: unauthorized
7 replies
BBlueBuild
Created by thaleous on 8/12/2024 in #questions
a snippet cloning from a repo is failing
Running snippet mkdir -p /tmp/orchis-theme/ && cd /tmp/orchis-theme/ && git clone https://github.com/vinceliuice/Orchis-theme.git && cd Orchis-theme && ./install.sh -d /usr/share/themes/
Cloning into 'Orchis-theme'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 40 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Error: building at STEP "RUN --mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw --mount=type=bind,from=stage-modules,src=/modules,dst=/tmp/modules,rw --mount=type=bind,from=ghcr.io/blue-build/cli:4f235be4f7ec2aa1a462565f4ba797554ac62edb-build-scripts,src=/scripts/,dst=/tmp/scripts/ --mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-meme-os-latest,sharing=locked /tmp/scripts/run_module.sh 'script' '{"type":"script","snippets":["curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --transform='s/.*/urbit/g' -C /usr/bin && chmod +x /usr/bin/urbit","mkdir -p /tmp/orchis-theme/ && cd /tmp/orchis-theme/ && git clone https://github.com/vinceliuice/Orchis-theme.git && cd Orchis-theme && ./install.sh -d /usr/share/themes/"],"scripts":["initramfs.sh","remove-wp.sh"]}' && ostree container commit": while running runtime: exit status 128
ERROR => Failed to build oci-archive:/etc/bluebuild/meme-os.tar.gz
Running snippet mkdir -p /tmp/orchis-theme/ && cd /tmp/orchis-theme/ && git clone https://github.com/vinceliuice/Orchis-theme.git && cd Orchis-theme && ./install.sh -d /usr/share/themes/
Cloning into 'Orchis-theme'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 40 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Error: building at STEP "RUN --mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw --mount=type=bind,from=stage-modules,src=/modules,dst=/tmp/modules,rw --mount=type=bind,from=ghcr.io/blue-build/cli:4f235be4f7ec2aa1a462565f4ba797554ac62edb-build-scripts,src=/scripts/,dst=/tmp/scripts/ --mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-meme-os-latest,sharing=locked /tmp/scripts/run_module.sh 'script' '{"type":"script","snippets":["curl -L https://urbit.org/install/linux-x86_64/latest | tar xzk --transform='s/.*/urbit/g' -C /usr/bin && chmod +x /usr/bin/urbit","mkdir -p /tmp/orchis-theme/ && cd /tmp/orchis-theme/ && git clone https://github.com/vinceliuice/Orchis-theme.git && cd Orchis-theme && ./install.sh -d /usr/share/themes/"],"scripts":["initramfs.sh","remove-wp.sh"]}' && ostree container commit": while running runtime: exit status 128
ERROR => Failed to build oci-archive:/etc/bluebuild/meme-os.tar.gz
8 replies
BBlueBuild
Created by thaleous on 8/11/2024 in #questions
change the system name
let's say im building on top of bazzitee, i dont want the word bazzite in the terminal or any other place, even in boot menu
14 replies
BBlueBuild
Created by thaleous on 8/11/2024 in #questions
github failed to build
ERROR: failed to solve: process "/bin/sh -c /tmp/scripts/run_module.sh 'script' '{"type":"script","snippets":["curl -L https://urbit.org/install/linux-x86_64/latest | sudo tar xzk --transform='s/.*/urbit/g' -C /usr/bin && sudo chmod +x /usr/bin/urbit"],"scripts":["initramfs.sh","remove-wp.sh"]}' && ostree container commit" did not complete successfully: exit code: 1 [13:53:14 ERROR] => Failed to build image Error: Process completed with exit code 1. github fails to build even tho it build successfully locally
16 replies
BBlueBuild
Created by thaleous on 8/10/2024 in #questions
why when installing rust build fails
sudo: unable to send audit message: Operation not permitted Running snippet curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | sh info: downloading installer rustup: Unable to run interactively. Run with -y to accept defaults, --help for additional options Error: building at STEP "RUN --mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw --mount=type=bind,from=stage-modules,src=/modules,dst=/tmp/modules,rw --mount=type=bind,from=ghcr.io/blue-build/cli:4f235be4f7ec2aa1a462565f4ba797554ac62edb-build-scripts,src=/scripts/,dst=/tmp/scripts/ --mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-meme-os-latest,sharing=locked /tmp/scripts/run_module.sh 'script' '{"type":"script","snippets":["curl -L https://urbit.org/install/linux-x86_64/latest | sudo tar xzk --transform='s/.*/urbit/g' -C /usr/bin && sudo chmod +x /usr/bin/urbit","curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"],"scripts":["initramfs.sh","remove-wp.sh"]}' && ostree container commit": while running runtime: exit status 1 ERROR => Failed to build oci-archive:/etc/bluebuild/meme-os.tar.gz
81 replies
BBlueBuild
Created by thaleous on 8/4/2024 in #questions
Pub Key Issues
for some reasaon whenever GitHub builds i get this issue [23:25:57 ERROR] => Failed to run cosign public-key: Error: decrypt: encrypted: decryption failed main.go:74: error during command execution: decrypt: encrypted: decryption failed Error: Process completed with exit code 1. i made sure to follow the guide on how to manually sign
12 replies