#[SOLVED] corrupted systen files
136 messages ยท Page 1 of 1 (latest)
corrupted pacman?
this cant be good...
yay -S pacman
Sync Dependency (1): pacman-7.0.0.r3.g7736133-1
warning: pacman-7.0.0.r3.g7736133-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) pacman-7.0.0.r3.g7736133-1
Total Installed Size: 4.82 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [####################################################################################################] 100%
(1/1) checking package integrity [####################################################################################################] 100%
(1/1) loading package files [####################################################################################################] 100%
(1/1) checking for file conflicts [####################################################################################################] 100%
(1/1) checking available disk space [####################################################################################################] 100%
:: Processing package changes...
(1/1) reinstalling pacman [####################################################################################################] 100%
ldconfig: File /usr/lib/libxmlsec1-openssl.so.1 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gnutls.so.1 is empty, not checked.
ldconfig: File /usr/lib/libnfsidmap.so.1 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-nss.so.1.3.6 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gcrypt.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-openssl.so.1.3.6 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1.so.1.3.6 is empty, not checked.
ldconfig: File /usr/lib/libmysofa.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gcrypt.so.1 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-openssl.so is empty, not checked.
ldconfig: File /usr/lib/libnfsidmap.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-nss.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gcrypt.so.1.3.6 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gnutls.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-gnutls.so.1.3.6 is empty, not checked.
ldconfig: File /usr/lib/libmysofa.so.1 is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1.so.1 is empty, not checked.
ldconfig: File /usr/lib/libmysofa.so.1.3.3 is empty, not checked.
ldconfig: File /usr/lib/libnfsidmap.so is empty, not checked.
ldconfig: File /usr/lib/libxmlsec1-nss.so.1 is empty, not checked.
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
(2/3) Reloading system manager configuration...
(3/3) Arming ConditionNeedsUpdate...
cant even get compile pacman ๐
corrupted systen files
Try switching mirrorlist maybe
how can i do that?
comment the first one out?
i switched
but
i get these errors trying to download nfs-utils
huh..
Use force install option and reinstall nfs.
sudo Pacman -S nfs --overwrite "*"
If this doesn't work, you can reinstall the whole system from TTY using --overwrite flag. Check out arch wiki for that
@fluid relic
It usually can be fixed by reinstalling certain parts/ missing files using overwrite, but often the dependency cycle is so weird you better of reinstall the whole system.
This is just an internet or mirror issue.
says that --overwrite requiremes a argument
yea use "*"
okay figured how to, cant download anything still
try changing mirrorlist
i did that to fix the network issue one
btw did u use archinstall script to install your system? I got this error in the past when I used archinstall script.
i do not remember, but i think i did
yeah i did
yea, thats why. That script is very broken. It misconfigures things a lot.
I fixed the error you are getting, but soon after some days, something other broke.
I then reinstalled my system the proper way without any scripts. And it is working fine now
huh
i see
surprised my pc been working fine for 6 months then lol
so
i have to re install?
no, for now just reinstall nfs package with overwrite, if that fixes it, then its fine
cant
just press enter for this prompt
send a screenshot if u can of what you getting when trying to install
used that overwrite flag?
it just reinstalls the libraries and stuff an application required again, even if it is present on the system
pacman -S application --overwrite "*"
if that doesnt work, try reinstalling the .so file it says. It usually corresponds to some package. (Also use --overwrite flag here). You will have to google for the packages for corresponding .so files
usually .so file and package name are the same.
Command:
sudo pacman -Ss libxmlsec1-openssl
Output:
extra/xmlsec 1.3.5-1
XML Security Library is a C library based on LibXML2
You can use this find packages faster
i just had to re run it
huh
still have one to try to find
try reinstalling arch keyrings again first. (It takes sometime tho maybe 10mins+)
AA
how can i do it?
this was for the one i said bruh
https://bbs.archlinux.org/viewtopic.php?id=233480
Here, the first post
You can also try this after u refresh keyrings
pacman -Syyu --overwrite="*"
Upgrades whole system with overwrite flag
okie
some sort of C library
i will
yee, pacman -Ss sofa shows me
but it says package not found when i try to isntall it
the package name is libmysofa
Thats an internet problem, your top mirrors in your mirrorlist is probably blocked by your isp
they weren't before
try removing some top mirrors.
Probably that mirror is having issue today. Delete maybe like top 4 lines
okie
its still refreshing
btw, thank you so much for helping me. i cant frekankly thank you enough
ldconfig errors is one heck of a mess to get out of ๐
Had my brain completely destroyed when I had this.
welcome ๐
lol
when i first seen it, i didn't dare to restart incase it wont start up again lol, then i was like "i'll just use my other kernal, ...... wait that wouldn't work, its a file error not a kernal error"
that fixed it, i just commented them out instead though
how can i up grade every package?
so if something is broken it could just get a new one
well... bruh
my internet is 700 mpbs.
now it speed up
but nothing then the less, everything is working again!
I forgot that command. It was somewhere in arch wiki or forum. Try to find otherwise I'll find and write it here after a short while since ... dinner
B)
okie
i do have to go to work, which is going to be "fun" so, ill look when i get back, if you didn't send it or dont want to be bothered doing so, its okie:3
and again, i cant be thankful enough for you helping!
Here
pacman -Syyu $(pacman -Qnq) --overwrite '*'
Have "fun" hehe ๐
wait, you run commands with commands?
Yep
huh.
That $ probably will replace the output thier
you learn something new every day XD
Yea
gets replaced by the user your running under
Bugs good way to learn xD
yup lol
something when i was learning assembly, make sure you do your pointers right, or you'll get binary folder names XD
or file
overwrite="*"? not overwrite '*'
both would work I guess.
Do this in tty btw, as it will also reinstall xorg and stuff, so graphical environment will crash
why do you wanna remove nfs utils when just reinstalling it would suffice?
just reinstall the main parts like how you would in the install guide
or reinstall all packages for sanity
i did re install it
doesn't this re installs all packages?
yes
thought so