#Can't open anything, when I ctrl alt f2 and try run something like discord gives crash log

245 messages · Page 1 of 1 (latest)

dusky root
#

It gives an error "The futex facility returned an unexpected error code.
Cannot upload crash dump: cannot exec /usr/bin/wget

Kinda new to arch and not super knowledgeable about Linux as a whole (I know enough to use it normally and install stuff) so I have no clue what's going on here

This is a fresh install, file system is btrfs

#

Also it's KDE plasma X11

feral sand
#

what's giving that error?

dusky root
#

Discord, not sure what it's called but I'm in the ctrl alt f2 screen

feral sand
#

sounds like an electron error but you're in x11

dusky root
#

Only option is X11, my friend helped me through the install as archinstall wasnt working

#

On nvidia

feral sand
#

also ctrl alt (2-6) are called tty2-6

dusky root
#

Ah alright thanks

#

Wayland iirc doesn't work on nvidia so

feral sand
#

all apps not opening or just discord

dusky root
#

All apps

#

Discord I used as an example

#

Only thing that opens is the configure application launcher thing

feral sand
#

i found this similar error online. do you know if you're using the snap version of discord?

dusky root
#

Not sure

#

I did sudo pacman -S discord

#

And proceeded

#

How do I check tho, I can't open anything

feral sand
#

ok you're not using the snap version then

#

snap is a universal package format made by canonical

#

it sucks

#

dont use it

dusky root
#

Ye I've heard

#

Also the boot loader fucked up while I was restarting

#

Had to reinstall

#

And do some mkconfig something idk my friend gave me the commands lol

#

He's asleep rn tho so

feral sand
#

i dont know if the discord issue and the everything else not working issue are correlated

dusky root
#

I forgot lmao, been a while since I've last used arch

feral sand
#

sudo pacman -Rns discord

dusky root
#

Rebooting I'll see if it's fine now

feral sand
#

can you post the output of cat /etc/hostname and cat /etc/locale.conf

dusky root
#

1 sec

#

Host name is user right?

#

Entered it and didn't work

#

No such file for directory

feral sand
#

thats it

#

what about the locale file

#

btw your friend doesnt know what he's doing

dusky root
dusky root
#

More than I do

feral sand
#

well he doesn't know how to install a functional arch installation

#

well anyway

dusky root
#

Yea well uh not the first time this has happened 🙂

feral sand
#

run these commands to fix it

#

touch /etc/hostname

dusky root
#

Permission denied

feral sand
#

sudo !!

dusky root
#

Lmao I'm dumb mb

feral sand
#

yeah if you need to run sudo with something you already tried run sudo !!

#

then echo "(your system hostname)" >> /etc/hostname

dusky root
#

Run sudo with this too right?

feral sand
#

yes

dusky root
feral sand
#

no wait

dusky root
#

Shit wait I realise now

feral sand
#

and no little ` thingy there

#

my bad

dusky root
#

-bash permission denied

#

Ran it with sudo

#

Wait nvm I put file thing

feral sand
#

what

dusky root
#

Ok still permission denied

feral sand
#

ah i love when i put file thing

dusky root
#

File system name

#

Btrfs

#

Misread I think

#

Sorry I'm really shit at this XD

feral sand
#

ok wait

#

no parenthesis

#

and don't substitute /etc/hostname for your hostname

#

just /etc/hostname

dusky root
#

So sudo echo "yhiz" >> /etc/hostname

feral sand
#

yes

#

wait

#

before that run sudo rm /etc/yhiz && sudo touch /etc/hostname

dusky root
#

Permission denied still

feral sand
#

you sure sudo is set up correctly?

#

something's seriously wrong with your system

dusky root
#

Very

#

Might just run archinstall again and use ext4 instead of btrfs

#

Worked fine for me last time with ext4

#

I don't know the advantages tho

feral sand
#

might wanna go with another distro

#

no offense

dusky root
#

I like arch

#

Used manjaro, it sucks

feral sand
dusky root
#

The install is just a pain

feral sand
#

how about something like arco or endeavouros

dusky root
#

I've never had huge trouble past the install

#

What DE does Arco and endeavouros have

#

Also I think it's a little late now my windows install gone

#

Wasn't planning on any other distro

#

I personally don't see the point in "starter distro's" I don't mind searching because in the end I'll usually end up finding a fix and I'll learn from it ig

feral sand
#

alr then

#

its not btrfs causing the issues though feel free to try it again

#

i use btrfs

dusky root
#

It good?

#

What does it do differently to ext4

#

Also does Linux support rebar?

feral sand
#

hold on i'll have a chatbot summarize what btrfs does differently

dusky root
#

Btw do you know a guide on how to uninstall the forced universal vsync thing on KDE

#

Idk what it's specifically called

#

But it adds a fair bit of input lag which is a little annoying

feral sand
#

search for compositor, select compositor settings for desktop effects, and select the drop down for vsync and disable it

#

btrfs and ext4 are both file systems for storing and organizing data on a storage device (such as a hard drive or solid-state drive). They have some similarities, but there are also some key differences between the two. One of the main differences between btrfs and ext4 is that btrfs is a "copy-on-write" (CoW) file system, while ext4 is a "journaling" file system. This means that when you make changes to a file on a btrfs file system, the file system creates a new copy of the file with the changes, rather than modifying the existing file in place. This allows btrfs to provide features like snapshotting, which allows you to create point-in-time copies of your file system. ext4, on the other hand, makes changes to files in place and uses a journal to keep track of those changes, which helps to prevent data loss in case of a system crash. Another difference between the two file systems is that btrfs supports features like transparent compression, which allows you to compress files on the fly to save space. ext4 does not have this capability. Finally, btrfs is a relatively new file system compared to ext4, which has been around for much longer. As a result, btrfs may not be as widely supported or as well-tested as ext4.

#

damn chatgpt is so cool

dusky root
#

True

#

Looks like something my english teachers would pull out as a peak exam answer lmao

#

It's way too structured but it gets the point across very well

feral sand
#

i just copied and pasted it from chatgpt

#

there

dusky root
#

Nice

feral sand
#

well yeah the best course of action would probably be to reinstall and dont go to that friend for computer help

dusky root
#

Lmao

#

Alr ty

feral sand
#

yep np

dusky root
#

@feral sand sorry to pain you again butb

feral sand
#

dont worry about it

dusky root
#

Archinstall

#

I select drive this shows

feral sand
#

try an older iso i heard this was an issue

dusky root
#

I mean uh

#

I can't

feral sand
dusky root
#

I read up just now that older ones worked fine but

#

I wrote my iso to my old ssd

#

And have no spare pc

feral sand
#

well there's nothing else you can really do

#

you sure you don't have a flash drive lying around somewhere?

dusky root
#

I do i can't find it lmao

#

I hate this

#

I tried searching but I can't find

ruby mortar
dusky root
#

He woke uip

#

I'm a special case of tech support gone wrong

ruby mortar
#

i was way too tired and I could barely speak so I might have said some dumb stuff lmao

feral sand
#

and you also messed up write permissions on /etc

ruby mortar
#

they're set

ruby mortar
dusky root
#

I didn't

feral sand
ruby mortar
#

my brain

#

does not work when i am very tired

#

im so fucking dumb

feral sand
#

ah whatever i feel you

dusky root
#

You sounded like a heroin addict LOL

#

Sorry it's just too close

ruby mortar
#

you were the one that forced me to do an arch install while half asleep

dusky root
#

SORRY

ruby mortar
#

anyways

feral sand
#

gasp plot twist

ruby mortar
#

have you figured out why archinstall was so horribly broken btw

dusky root
#

No

#

It just is

ruby mortar
#

and why it wanted to use /dev/sda instead of /dev/sdb

dusky root
#

Everything crashes when booting

feral sand
#

something messed up with the new iso i think

dusky root
#

Fuck

ruby mortar
#

oh

dusky root
#

I'm screwed

ruby mortar
#

use an older version then

dusky root
#

I need my USB but I can't find

ruby mortar
#

actually no hold on

#

which iso version are you using

dusky root
#

Latest

ruby mortar
#

2023.01?

#

huh

#

I used that one to install arch on a thinkpad like a few days ago

feral sand
#

hold on ive got that iso ill try it in a vm and see if it's that

ruby mortar
#

worked perfectly fine

#

to be fair I didn't use archinstall but yeah

#

but yeah the hostname and locale are definitely gonna break shit

#

im really surprised plasma didn't refuse to do anything without a proper locale

ruby mortar
feral sand
#

no i tried archinstall on the iso and it worked just fine

dusky root
#

Root what's the command to view drives and mounting and stuff

ruby mortar
# feral sand yeah

they're not broken
sudo doesn't pass through pipes and he was still logged in as his normal user account

sudo echo something > /etc/hostname
     ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
     run as root    part of normal shell process, gets opened with the current user
dusky root
#

Root

dusky root
#

Anything wrong here?

ruby mortar
#

frick

ruby mortar
dusky root
#

Ye cuz I wiped it

ruby mortar
#

if thats what you were going for thats good

dusky root
#

I'm doing archinstall

ruby mortar
#

older iso?

dusky root
#

And now archinstall gives the error

#

No

feral sand
dusky root
#

HUHG

#

WHAT LOL

feral sand
#

wait nvm

#

of course just that not outputting an error

dusky root
#

I'll try older iso

ruby mortar
dusky root
#

U recommend a date?

#

My laptop downloads at 300kb/s

ruby mortar
#

functional examples:

echo something | sudo tee /etc/hostname

sudo sh -c "echo something > /etc/hostname"
dusky root
#

Wifi card half world

#

Work

feral sand
#

dangit

ruby mortar
#

arch install at 3am (gone wrong)

dusky root
#

It's 3am forme

ruby mortar
#

anyways @dusky root up for another manual install
this time without me forgetting basic system configuration KEKW

#

or just read the arch wiki

dusky root
#

Or archinstall with older iso

feral sand
#

yeah see if another iso works

dusky root
#

Maybe my mouse pad broke arch

#

Too much game radiation

#

Where do I download older versions lol

ruby mortar
feral sand
#

oh wait

ruby mortar
#

btw

#

also they said 2022.09.03 worked fine for them

#

a bit old but as long as you update archlinux-keyring you should be fine

#

otherwise pacman may complain about packages being untrusted

feral sand
#

alr ima go you got this

dusky root
#

Yes yes

#

Holy shit the laptop is actually downloading it at acceptable speeds wtf

#

The arch iso

ruby mortar
#

nice

dusky root
#

This shit randomly restarts tho

digital grove
feral sand
#

imo not daily driver ready though

digital grove
feral sand