#[solved] Can't get into arch something about xorg I think
2204 messages · Page 3 of 3 (latest)
Do you use wifi or Ethernet
i connected to wifi
And everything works?
wait nvm
error: failed to add/activate new connection: not authorized to controll networking
run it as sudo ig? Iirc to do it as user you need to add yourself to some group
so now you need to just install i3 and w/e else you want I guess
you can copy your config from the backup we made
before or after installing i3?
after
so pacman -S i3
if I was you, I would do a sudo pacman -Syyuu and reboot to check shit
since it's a fresh install
hmm I'm confused what you mean by that
gaps and wm conflict i think
btw what login manager would you recommend
i want lightweight and customizable
lightdm
ok
yeah gaps conflights with i3wm
i3 is installed
do u know how to install lightdm
yeah you got to start it
Don't Syyuu, it just wastes time and bandwidth
Just do Syu
The difference is that Syyuu fully refreshes mirrors and everything cached about them
You also need lightdm-gtk-greeter (or any other greeter)
yes
You'd also need to create a custom entry for i3 but that's easy
I don't think you have to do that, I don't remember doing that
you just make a file in /usr/share/xsessions/
Maybe arch does create it but I doubt that's the case for standalone window managers
Nvm yeah I'm stupid, it lists it under the package
ok now how put backup thing
it should be the default in lightdm, since you don't have any other wm or de
the backup
you need to mount it
and find the files you want and cp them over
to where they belong
like your i3 config
I don't remember how we made the backup, rsync or cp?
you can rsync the whole thing back if you want
i think in the end we used rsync
but I recommend picking and choosing what you want
why
because some config might have broke it to begin with
well i want all the config files lol
well then you can rsync it back
sdb or sdb1
sdb1
mount /dev/sdb1 /home?
o
or /mnt is an option
best bet here imo
do you remember what flags we used for rsync?
no
idk
can you cd into the mount
maybe you can just cp the .config file over
cp -r /mnt/ ~/.config
I did this
and i did cd into .config and there is nothing there
My bad wrong file path on my part
Okay hold on let me scroll up and see what we did
Probably need to rsync it back
@haughty perch are you familiar with rsync? Can you help here?
I just set up an rsync cron job on my desktop to backup daily but I'm not a pro about rsync
can you cd into /mnt?
and ls and see if the shit is there
empty
wtf
are you sure it's the right usb?
maybe the backup didn't work man
sorry
at least you got into the system
wait why would it be in /mnt
/home/user/backup
all the stuff is there
well its in /home/user/backup/user i guess
okay so you need to move the stuff from .config there to .config here
kinda thing
sorry distracted irl
can i just move the whole thing
yeah
it's not root so cp should do
sorry I'm super distracted now
just glad you got your shit working again
so like cp /home/user/backup/user /home?
maybe Jodi can help you here
then ill prob get duplicates right
I don't know much about rsync, I used it at some point but all I did was read the ArchWiki for backups, it tells you a sane default
Though idk, it's kinda useless imo
You might as well just make snapshots at that point, they're easier to restore and take up less space
Personally I just back up my config files, my programming projects, etc to a git repo and the rest I don't care about since it's not unique to me
so anyway with cp -r or rsync you shouldn't get duplicates, it should overwrite w/e is there
Idk what you want me to help with, it seems like you already backed everything up and just need to restore it now
It's as simple as just moving the files
he has a backup
that we made with rsync
for his home dir, user
wants to copy it back over
his system was borked before, he doesn't know how to copy it back
Well do you have access to the files
so do I cp -r /home/user/backup/user /home/ or cp -r /home/user/backup/user /home/user
and it will like replace the user
what does it show in your backup
with user with all the stuff
user
and if i cd into user thers like downloads etc
it won't delete anything that wasn't in the backup, just what is already there with the same name will be overwritten
well ideally you just wanna override configs or w/e you wanna save
anyway it should be fine
might need to fix permissions later, but I doubt it
is the copying gona take as long as the rsync
Probably
Probably longer
If I can remember how to rsync it back, would be faster
Probably the same command but backwards
With th3 file path
Check rsync man page
Or search this thread for rsync
ima just wait for the cp
and see what happens
ok its done
the config files arnt there
wait no they are
i think they duplicated tho
if i do ls there is backup and user
within backup there is user again
hmm
and within that user is also all the stuff
need to get the file path right
well now you just need to backup but your system is working, you should mark this as solved imo
you can figure that part out surely
all your files are still there in the usb
just need to move them to your laptop
[solved] Can't get into arch something about xorg I think
I dont have wifi rn but I will try to copy the files in the right place
thank you so much for your time
Sorry, I missed a lot. Did you reinstall Arch? I'm confused