public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Down By The River I Shot My Gentoo
@ 2009-09-01 14:46 Nick Khamis
  2009-09-01 15:05 ` Frank Steinmetzger
  2009-09-01 15:15 ` Florian Philipp
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Khamis @ 2009-09-01 14:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

Hello Everyone.

Long time user not the first time fu_ _ up. I "emerge --umerrge e2fsprogs"
because I was trying to emerge gnome-light. Anyhow I forgot to
"emerge e2fsprogs" now I am recieving the libbkid.s0.1 cannot open error
message. proc mounting proc [oops] at bootup. Can I fix this without
reinstall. I trying to login under maintenance and under rescue, I am in a
read only environment and extremly stuck. I am trying to emerge e2fsprogs
but having a hard time in read only

Yhanks In Advnaced,
Ninus.

[-- Attachment #2: Type: text/html, Size: 607 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Down By The River I Shot My Gentoo
  2009-09-01 14:46 [gentoo-user] Down By The River I Shot My Gentoo Nick Khamis
@ 2009-09-01 15:05 ` Frank Steinmetzger
  2009-09-01 15:14   ` Frank Steinmetzger
  2009-09-01 15:15 ` Florian Philipp
  1 sibling, 1 reply; 4+ messages in thread
From: Frank Steinmetzger @ 2009-09-01 15:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]

Am Dienstag, 1. September 2009 schrieb Nick Khamis:
> Hello Everyone.
>
> Long time user not the first time fu_ _ up. I "emerge --umerrge e2fsprogs"
> because I was trying to emerge gnome-light. Anyhow I forgot to
> "emerge e2fsprogs" now I am recieving the libbkid.s0.1 cannot open error
> message. proc mounting proc [oops] at bootup. Can I fix this without
> reinstall. I trying to login under maintenance and under rescue, I am in a
> read only environment and extremly stuck. I am trying to emerge e2fsprogs
> but having a hard time in read only
>
> Yhanks In Advnaced,
> Ninus.

You could try sysresccd¹, it's gentoo based. Boot into it and do a quickpkg 
e2fsprogs. Now mount your system partition and copy the package from your 
live cd environment to your system. Chroot into it and emerge -k1 e2fsprogs

Footnoty stuff:
¹ http://sysresccd.org/
-- 
Gruß | Greetings | Qapla'
If you have a problem, call your system-administrator.
If you are the system-administrator, you have a problem.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Down By The River I Shot My Gentoo
  2009-09-01 15:05 ` Frank Steinmetzger
@ 2009-09-01 15:14   ` Frank Steinmetzger
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Steinmetzger @ 2009-09-01 15:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

Am Dienstag, 1. September 2009 schrieb Frank Steinmetzger:

> You could try sysresccd¹, it's gentoo based. Boot into it and do a quickpkg
> e2fsprogs. Now mount your system partition and copy the package from your
> live cd environment to your system. Chroot into it and emerge -k1 e2fsprogs

I correct myself - once you're in your own system environment¹, you don't need 
sysresccd's e2fsprogs, you can install e2fsprogs the normal way. Actually, 
then you can use any live cd for that, as long as it gives you network 
access.

mount /dev/yoursystempartition /mnt/gentoo
mount -o bind /proc /mnt/gentoo/proc
chroot /mnt/gentoo
env-update && source /etc/profile
emerge e2fsprogs
-- 
Gruß | Greetings | Qapla'
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Down By The River I Shot My Gentoo
  2009-09-01 14:46 [gentoo-user] Down By The River I Shot My Gentoo Nick Khamis
  2009-09-01 15:05 ` Frank Steinmetzger
@ 2009-09-01 15:15 ` Florian Philipp
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Philipp @ 2009-09-01 15:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

Nick Khamis schrieb:
> Hello Everyone.
>  
> Long time user not the first time fu_ _ up. I "emerge --umerrge
> e2fsprogs" because I was trying to emerge gnome-light. Anyhow I forgot
> to "emerge e2fsprogs" now I am recieving the libbkid.s0.1 cannot open
> error message. proc mounting proc [oops] at bootup. Can I fix this
> without reinstall. I trying to login under maintenance and under rescue,
> I am in a read only environment and extremly stuck. I am trying to
> emerge e2fsprogs but having a hard time in read only
>  
> Yhanks In Advnaced,
> Ninus. 

Look at the gentoo handbook and follow it (of course except of
extracting tar balls and formatting disks) until you have a chroot into
your system. You should then be able to emerge again.

Don't forget to use a 64bit live cd if your system is AMD64.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-01 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-01 14:46 [gentoo-user] Down By The River I Shot My Gentoo Nick Khamis
2009-09-01 15:05 ` Frank Steinmetzger
2009-09-01 15:14   ` Frank Steinmetzger
2009-09-01 15:15 ` Florian Philipp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox