B
blendOSโ€ข7mo ago
Thomas

Plasma track is broken

I chrooted in my system disk, edited system.yaml but akshara fails to verify the checksum
No description
Solution:
he said the package repo was rebuilt, just update
Jump to solution
55 Replies
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
weird
Thomas
ThomasOPโ€ข7mo ago
I did it from a BlendOS ISO. So I suppose the checksum that akshara has is not up-to-date.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
it's possible, lemme see
Thomas
ThomasOPโ€ข7mo ago
But on the other hand, akshara runs from the system disk.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
it pulls the correct sums from the mirror so this is impossible it's possible it just doesn't work in a chroot or it's looking in the wrong place
if exec('bash', '-c', 'sha256sum -c --ignore-missing <(wget -qO- https://geo.mirror.pkgbuild.com/iso/latest/sha256sums.txt | sed "s/archlinux-bootstrap-x86_64\\.tar\\.zst/.update.tar.zst/g") 2>/dev/null') != 0:
error('failed checksum verification')
print()
info('trying download again...')
exec('rm', '-f', '/.update.tar.zst')
if exec('wget', '-q', '--show-progress', 'https://geo.mirror.pkgbuild.com/iso/latest/archlinux-bootstrap-x86_64.tar.zst', '-O', '/.update.tar.zst') != 0:
error('failed download')
print()
error('update failed')
sys.exit(50)
return
if exec('bash', '-c', 'sha256sum -c --ignore-missing <(wget -qO- https://geo.mirror.pkgbuild.com/iso/latest/sha256sums.txt | sed "s/archlinux-bootstrap-x86_64\\.tar\\.zst/.update.tar.zst/g") 2>/dev/null') != 0:
error('failed checksum verification')
print()
error('update failed')
sys.exit(25)
return
if exec('bash', '-c', 'sha256sum -c --ignore-missing <(wget -qO- https://geo.mirror.pkgbuild.com/iso/latest/sha256sums.txt | sed "s/archlinux-bootstrap-x86_64\\.tar\\.zst/.update.tar.zst/g") 2>/dev/null') != 0:
error('failed checksum verification')
print()
info('trying download again...')
exec('rm', '-f', '/.update.tar.zst')
if exec('wget', '-q', '--show-progress', 'https://geo.mirror.pkgbuild.com/iso/latest/archlinux-bootstrap-x86_64.tar.zst', '-O', '/.update.tar.zst') != 0:
error('failed download')
print()
error('update failed')
sys.exit(50)
return
if exec('bash', '-c', 'sha256sum -c --ignore-missing <(wget -qO- https://geo.mirror.pkgbuild.com/iso/latest/sha256sums.txt | sed "s/archlinux-bootstrap-x86_64\\.tar\\.zst/.update.tar.zst/g") 2>/dev/null') != 0:
error('failed checksum verification')
print()
error('update failed')
sys.exit(25)
return
Thomas
ThomasOPโ€ข7mo ago
What do I do with this code?
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
just for reference this is the checksum verification code
Thomas
ThomasOPโ€ข7mo ago
Ok
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
@Rudra
Thomas
ThomasOPโ€ข7mo ago
He, does not notice you are pinging him. (Or does he?)
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
he starts to notice more now
Thomas
ThomasOPโ€ข7mo ago
ok The plasma track still does not work. Thats why my system is broken.
Thomas
ThomasOPโ€ข7mo ago
@Rudra said he fixed it.
Solution
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
he said the package repo was rebuilt, just update
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
where does systemd fail? you might be able to get into tty2 to avoid a chroot entirely
Thomas
ThomasOPโ€ข7mo ago
idk And i dont think tty2 works, because its asking for a password for the user blend. But I can try.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
right you could try root but I mean in your main system not the liveCD
Thomas
ThomasOPโ€ข7mo ago
Root has no password.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
can you get into tty2 on your main system
Thomas
ThomasOPโ€ข7mo ago
Maybe.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
alt+f2 when systemd freezes
Thomas
ThomasOPโ€ข7mo ago
But im chatting with you in the livecd.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
use your phone
Thomas
ThomasOPโ€ข7mo ago
ok see you in 120 seconds. Tty doesnt work.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
you can't get into tty2? it might be ctrl+alt+f2 you can also use f3, f4, f5, etc for tty3 and onwards
Thomas
ThomasOPโ€ข7mo ago
Already tried
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
๐Ÿ˜ž and akshara doesn't work in a chroot apparently
Thomas
ThomasOPโ€ข7mo ago
Im gonna install Windows 11. Im sick of this.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
:( if you reinstalled it'd probably be fine if you're gonna go to that extreme and why windows
Thomas
ThomasOPโ€ข7mo ago
So I can play Roblox.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
sad
Thomas
ThomasOPโ€ข7mo ago
IK
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
dualboot troll~1
Thomas
ThomasOPโ€ข7mo ago
Id want to. Im installing BlendOS again. Since I have no other option. But... how do you add other languages to BlendOS? My primary language is Dutch. Hello?
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
they should be provided in settings
Thomas
ThomasOPโ€ข7mo ago
Dutch is not there.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
can you not add it I don't use gnome
Thomas
ThomasOPโ€ข7mo ago
No, what do you use?
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
No description
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
KDE
Thomas
ThomasOPโ€ข7mo ago
HOW?
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
kde settings I'm not on blend
Thomas
ThomasOPโ€ข7mo ago
KDE IS BROKEN! oh.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
it's also an option during setup at that gnome welcome window
Thomas
ThomasOPโ€ข7mo ago
why not
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
after you do partitioning I don't like immutability I prefer being able to do whatever I want
Thomas
ThomasOPโ€ข7mo ago
I get it.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
I use endeavourOS
Thomas
ThomasOPโ€ข7mo ago
Ooh nice! ๐Ÿ™‚
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
immutable may be the future but I still don't want it
Thomas
ThomasOPโ€ข7mo ago
Imma reboot now, blendos finished installing.
๐ŸŽ„ Asterisk
๐ŸŽ„ Asteriskโ€ข7mo ago
gotta use better titles, remember these come up on Google
Want results from more Discord servers?
Add your server