You are not logged in.

#1 2012-06-26 13:10:07

eshizhan
Member
Registered: 2012-03-26
Posts: 25

[SOLVED] I remove filesystem package

I run pacman -Rdd filesystem, now i didn't do anything, help me!

Last edited by eshizhan (2012-06-26 17:13:53)

Offline

#2 2012-06-26 13:19:17

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: [SOLVED] I remove filesystem package

You can try to chroot into your root directory/partition using a LiveCD, then reinstall the filesystem package.  After you've reinstalled, run mkinitcpio for good measure.

Offline

#3 2012-06-26 15:24:45

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] I remove filesystem package

eshizhan wrote:

I run pacman -Rdd filesystem, now i didn't do anything, help me!

and why did you do that ??


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2012-06-26 15:40:03

eshizhan
Member
Registered: 2012-03-26
Posts: 25

Re: [SOLVED] I remove filesystem package

because filesystem update error. I try reinstall force, and rm -rf /var/run /var/lock, still error. So...try remove it and reinstall.

P.S.
everytime filesystem package upgrade, you need manual intervention required. have a good idea do that?

Offline

#5 2012-06-26 15:41:26

Pres
Member
Registered: 2011-09-12
Posts: 423

Re: [SOLVED] I remove filesystem package

You should really get in the habit of reading the front page news...

Offline

#6 2012-06-26 17:12:22

eshizhan
Member
Registered: 2012-03-26
Posts: 25

Re: [SOLVED] I remove filesystem package

thanks all. it's solved.

i try do that:

reinstall the filesystem package by chroot, and have some prolems

error: could not determine root mount point /
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

and do this to solved:

sudo rm /etc/mtab
sudo ln -s /proc/self/mounts /etc/mtab

and i recovery /etc/passwd /etc/group ... from *.pacsave *.pacoirg backup files.

reboot, OK, OK, OK, \o/

Offline

#7 2012-06-26 17:14:36

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] I remove filesystem package

eshizhan wrote:

thanks all. it's solved.

i try do that:

reinstall the filesystem package by chroot, and have some prolems

error: could not determine root mount point /
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

and do this to solved:

sudo rm /etc/mtab
sudo ln -s /proc/self/mounts /etc/mtab

and i recovery /etc/passwd /etc/group ... from *.pacsave *.pacoirg backup files.

reboot, OK, OK, OK, \o/

Please do not remove files without understanding what you are doing. Removing files which are important might screw up your system as you already got a taste of by removing filesystem.

Consider yourself warned.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#8 2012-06-27 07:54:18

eshizhan
Member
Registered: 2012-03-26
Posts: 25

Re: [SOLVED] I remove filesystem package

Yeah, I'm playing with fire at this time, but i learn a lot about chroot.

Offline

Board footer

Powered by FluxBB