* [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
@ 2012-10-15 18:33 Jarry
2012-10-15 19:18 ` Michael Hampicke
0 siblings, 1 reply; 6+ messages in thread
From: Jarry @ 2012-10-15 18:33 UTC (permalink / raw
To: gentoo-user
Hi,
I'm installing new host, following Gentoo Linux AMD64 Handbook.
Right now I am in the chapter "5.d Configuring Compile Options".
It says:
"...Fire up your favorite editor (in this guide we use nano) so we
can alter the optimization variables we will discuss hereafter..."
So I fired up my favourite editor:
livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
nano: error while loading shared libraries: libmagic.so.1:
cannot open shared object file: No such file or directory
livecd gentoo #
So what am I supposed to do now? Seems to me nano is broken...
Jarry
--
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
2012-10-15 18:33 [gentoo-user] nano in install-amd64-minimal-20121013.iso broken? Jarry
@ 2012-10-15 19:18 ` Michael Hampicke
2012-10-15 19:29 ` Jarry
0 siblings, 1 reply; 6+ messages in thread
From: Michael Hampicke @ 2012-10-15 19:18 UTC (permalink / raw
To: gentoo-user
Am 15.10.2012 20:33, schrieb Jarry:
> Hi,
> I'm installing new host, following Gentoo Linux AMD64 Handbook.
> Right now I am in the chapter "5.d Configuring Compile Options".
>
> It says:
>
> "...Fire up your favorite editor (in this guide we use nano) so we
> can alter the optimization variables we will discuss hereafter..."
>
> So I fired up my favourite editor:
>
> livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
> nano: error while loading shared libraries: libmagic.so.1:
> cannot open shared object file: No such file or directory
> livecd gentoo #
>
> So what am I supposed to do now? Seems to me nano is broken...
Use another editor - like vi(m) - or just chroot into /mnt/gentoo and
run nano from there. It does not matter if you edit make.conf before or
after chrooting.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
2012-10-15 19:18 ` Michael Hampicke
@ 2012-10-15 19:29 ` Jarry
2012-10-15 21:41 ` Michael Hampicke
0 siblings, 1 reply; 6+ messages in thread
From: Jarry @ 2012-10-15 19:29 UTC (permalink / raw
To: gentoo-user
On 15-Oct-12 21:18, Michael Hampicke wrote:
>> livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
>> nano: error while loading shared libraries: libmagic.so.1:
>> cannot open shared object file: No such file or directory
>> livecd gentoo #
>>
>> So what am I supposed to do now? Seems to me nano is broken...
>
> Use another editor - like vi(m) - or just chroot into /mnt/gentoo and
> run nano from there. It does not matter if you edit make.conf before or
> after chrooting.
I already chrooted. So it means nano in stage3 is broken?
Concerning vi, it is 10 years since I used it for the last time!
Do not even remember how to save file after editing... :-(
Jarry
--
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
2012-10-15 19:29 ` Jarry
@ 2012-10-15 21:41 ` Michael Hampicke
2012-10-20 15:30 ` AleiPhoenix (A.K.A Areverie)
0 siblings, 1 reply; 6+ messages in thread
From: Michael Hampicke @ 2012-10-15 21:41 UTC (permalink / raw
To: gentoo-user
Am 15.10.2012 21:29, schrieb Jarry:
> On 15-Oct-12 21:18, Michael Hampicke wrote:
>
>>> livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
>>> nano: error while loading shared libraries: libmagic.so.1:
>>> cannot open shared object file: No such file or directory
>>> livecd gentoo #
>>>
>>> So what am I supposed to do now? Seems to me nano is broken...
>>
>> Use another editor - like vi(m) - or just chroot into /mnt/gentoo and
>> run nano from there. It does not matter if you edit make.conf before or
>> after chrooting.
>
> I already chrooted. So it means nano in stage3 is broken?
> Concerning vi, it is 10 years since I used it for the last time!
> Do not even remember how to save file after editing... :-(
I just downloaded stage3-amd64-20121013.tar.bz2 and tried it. nano
inside the chroot works just fine here. Maybe you should check your
stage3 / iso file. See section 2.c of the gentoo handbook [1].
If the checksums don't match, just downloaded the files again, if the
checksums are ok, just try emerge --sync && emerge nano inside the chroot.
[1] http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
2012-10-15 21:41 ` Michael Hampicke
@ 2012-10-20 15:30 ` AleiPhoenix (A.K.A Areverie)
2012-10-21 5:17 ` Jarry
0 siblings, 1 reply; 6+ messages in thread
From: AleiPhoenix (A.K.A Areverie) @ 2012-10-20 15:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]
same issue here,
even /run is missing (which /var/run symlinked to ), causing dhcpcd cannot
work properly
already checked sha512 , matched with the hash on the server
# SHA512 HASH
e3fc90222e30163729a91e203cad6cc742c098e81332396c4aa1a87a8e79e221eb8f75d232173cbe6fb550cfd73af807ffcc0d40c9d4925584028a4eaff5ce48
install-amd64-minimal-20121013.iso
what's wrong with it :(
On Tue, Oct 16, 2012 at 5:41 AM, Michael Hampicke <gentoo-user@hadt.biz>wrote:
> Am 15.10.2012 21:29, schrieb Jarry:
> > On 15-Oct-12 21:18, Michael Hampicke wrote:
> >
> >>> livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
> >>> nano: error while loading shared libraries: libmagic.so.1:
> >>> cannot open shared object file: No such file or directory
> >>> livecd gentoo #
> >>>
> >>> So what am I supposed to do now? Seems to me nano is broken...
> >>
> >> Use another editor - like vi(m) - or just chroot into /mnt/gentoo and
> >> run nano from there. It does not matter if you edit make.conf before or
> >> after chrooting.
> >
> > I already chrooted. So it means nano in stage3 is broken?
> > Concerning vi, it is 10 years since I used it for the last time!
> > Do not even remember how to save file after editing... :-(
>
> I just downloaded stage3-amd64-20121013.tar.bz2 and tried it. nano
> inside the chroot works just fine here. Maybe you should check your
> stage3 / iso file. See section 2.c of the gentoo handbook [1].
> If the checksums don't match, just downloaded the files again, if the
> checksums are ok, just try emerge --sync && emerge nano inside the chroot.
>
> [1] http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1
>
>
--
Silence is gold.
twitter: @areverie
wikipedia: AleiPhoenix
blog: weblog.areverie.org
wiki: wiki.areverie.org
[-- Attachment #2: Type: text/html, Size: 2702 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?
2012-10-20 15:30 ` AleiPhoenix (A.K.A Areverie)
@ 2012-10-21 5:17 ` Jarry
0 siblings, 0 replies; 6+ messages in thread
From: Jarry @ 2012-10-21 5:17 UTC (permalink / raw
To: gentoo-user
I downloaded again, checked hash, but still the same.
Apparently broken, so let's wait for this week's autobuild...
Jarry
On 20-Oct-12 17:30, AleiPhoenix (A.K.A Areverie) wrote:
> same issue here,
> even /run is missing (which /var/run symlinked to ), causing dhcpcd
> cannot work properly
> already checked sha512 , matched with the hash on the server
>
> # SHA512 HASH
> e3fc90222e30163729a91e203cad6cc742c098e81332396c4aa1a87a8e79e221eb8f75d232173cbe6fb550cfd73af807ffcc0d40c9d4925584028a4eaff5ce48
> install-amd64-minimal-20121013.iso
>
> what's wrong with it :(
>
>> livecd gentoo # nano -w /mnt/gentoo/etc/portage/make.conf
>> nano: error while loading shared libraries: libmagic.so.1:
>> cannot open shared object file: No such file or directory
>> livecd gentoo #
--
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-21 5:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 18:33 [gentoo-user] nano in install-amd64-minimal-20121013.iso broken? Jarry
2012-10-15 19:18 ` Michael Hampicke
2012-10-15 19:29 ` Jarry
2012-10-15 21:41 ` Michael Hampicke
2012-10-20 15:30 ` AleiPhoenix (A.K.A Areverie)
2012-10-21 5:17 ` Jarry
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox