* [gentoo-embedded] glibc fails in upgrade
@ 2017-01-10 21:49 Herminio Hernandez, Jr.
2017-01-10 22:51 ` Anthony G. Basile
0 siblings, 1 reply; 4+ messages in thread
From: Herminio Hernandez, Jr. @ 2017-01-10 21:49 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
I just ran emerge -avuND @world my RPI3 and my build crashed when it tried
to merge glibc with this error "structure needs cleaning".I found some
instructions on how to fix it *here
<https://www.reddit.com/r/linuxquestions/comments/4b47r2/has_anyone_ever_gotten_structure_needs_cleaning/>*.
However, when I got to the part where I needed to fsck I received an error
that the filesystem is mounted. Do I need to turn off the pi and place the
SD card on my laptop to fix?
Thanks
Herminio
[-- Attachment #2: Type: text/html, Size: 570 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] glibc fails in upgrade
2017-01-10 21:49 [gentoo-embedded] glibc fails in upgrade Herminio Hernandez, Jr.
@ 2017-01-10 22:51 ` Anthony G. Basile
2017-01-10 22:59 ` Herminio Hernandez, Jr.
2017-01-19 21:49 ` herminio.hernandezjr
0 siblings, 2 replies; 4+ messages in thread
From: Anthony G. Basile @ 2017-01-10 22:51 UTC (permalink / raw
To: gentoo-embedded
On 1/10/17 4:49 PM, Herminio Hernandez, Jr. wrote:
> I just ran emerge -avuND @world my RPI3 and my build crashed when it tried
> to merge glibc with this error "structure needs cleaning".I found some
> instructions on how to fix it *here
> <https://www.reddit.com/r/linuxquestions/comments/4b47r2/has_anyone_ever_gotten_structure_needs_cleaning/>*.
> However, when I got to the part where I needed to fsck I received an error
> that the filesystem is mounted. Do I need to turn off the pi and place the
> SD card on my laptop to fix?
>
> Thanks
> Herminio
>
1. The error has nothing to do with the glibc upgrade.
2. You can't run fsck on a mounted filesystem. You can force an fsck on
reboot with ` touch /forcefsck` but its probably safer to do it via your
laptop as you can control just how you run fsck.
--
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail : basile@freeharbor.net
GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA
GnuPG ID : F52D4BBA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] glibc fails in upgrade
2017-01-10 22:51 ` Anthony G. Basile
@ 2017-01-10 22:59 ` Herminio Hernandez, Jr.
2017-01-19 21:49 ` herminio.hernandezjr
1 sibling, 0 replies; 4+ messages in thread
From: Herminio Hernandez, Jr. @ 2017-01-10 22:59 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]
I kinda figured it had nothing to do with glibc. Thanks for the advice. I
will do it later and report.
Thanks for the feedback!
On Tue, Jan 10, 2017 at 3:51 PM, Anthony G. Basile <basile@freeharbor.net>
wrote:
> On 1/10/17 4:49 PM, Herminio Hernandez, Jr. wrote:
> > I just ran emerge -avuND @world my RPI3 and my build crashed when it
> tried
> > to merge glibc with this error "structure needs cleaning".I found some
> > instructions on how to fix it *here
> > <https://www.reddit.com/r/linuxquestions/comments/
> 4b47r2/has_anyone_ever_gotten_structure_needs_cleaning/>*.
> > However, when I got to the part where I needed to fsck I received an
> error
> > that the filesystem is mounted. Do I need to turn off the pi and place
> the
> > SD card on my laptop to fix?
> >
> > Thanks
> > Herminio
> >
>
> 1. The error has nothing to do with the glibc upgrade.
>
> 2. You can't run fsck on a mounted filesystem. You can force an fsck on
> reboot with ` touch /forcefsck` but its probably safer to do it via your
> laptop as you can control just how you run fsck.
>
> --
> Anthony G. Basile, Ph.D.
> Gentoo Linux Developer [Hardened]
> E-Mail : basile@freeharbor.net
> GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA
> GnuPG ID : F52D4BBA
>
>
>
[-- Attachment #2: Type: text/html, Size: 2034 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] glibc fails in upgrade
2017-01-10 22:51 ` Anthony G. Basile
2017-01-10 22:59 ` Herminio Hernandez, Jr.
@ 2017-01-19 21:49 ` herminio.hernandezjr
1 sibling, 0 replies; 4+ messages in thread
From: herminio.hernandezjr @ 2017-01-19 21:49 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]
I took the SD card out of the PI and ran fsck from my laptop. This
fixed the partition.
Thanks for the advice!Herminio
On Tue, 2017-01-10 at 17:51 -0500, Anthony G. Basile wrote:
> On 1/10/17 4:49 PM, Herminio Hernandez, Jr. wrote:
> > I just ran emerge -avuND @world my RPI3 and my build crashed when
> > it tried
> > to merge glibc with this error "structure needs cleaning".I found
> > some
> > instructions on how to fix it *here
> > <https://www.reddit.com/r/linuxquestions/comments/4b47r2/has_anyone
> > _ever_gotten_structure_needs_cleaning/>*.
> > However, when I got to the part where I needed to fsck I received
> > an error
> > that the filesystem is mounted. Do I need to turn off the pi and
> > place the
> > SD card on my laptop to fix?
> >
> > Thanks
> > Herminio
> >
>
> 1. The error has nothing to do with the glibc upgrade.
>
> 2. You can't run fsck on a mounted filesystem. You can force an fsck
> on
> reboot with ` touch /forcefsck` but its probably safer to do it via
> your
> laptop as you can control just how you run fsck.
>
[-- Attachment #2: Type: text/html, Size: 1357 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-19 21:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10 21:49 [gentoo-embedded] glibc fails in upgrade Herminio Hernandez, Jr.
2017-01-10 22:51 ` Anthony G. Basile
2017-01-10 22:59 ` Herminio Hernandez, Jr.
2017-01-19 21:49 ` herminio.hernandezjr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox