Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13065 - files go missing after periods of idle in chroot jail
Summary: files go missing after periods of idle in chroot jail
Status: RESOLVED DUPLICATE of bug 12819
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 21:05 UTC by ebnf
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ebnf 2003-01-01 21:05:34 UTC
I'm not sure of the cause of this but after letting a large install go
overnight, I come back in the morning and files are missing, new started builds
complain of gcc being missing and other components are not found.  I can get the
files to be found again by doing the following:

1. exit the chroot jail
2. redo the jail by doing 'chroot /mnt/gentoo/ /bin/bash'
3. running env-update

Now all the files are found again, doing just env-update before exiting and
redoing the jail doesn't seem to restore the missing files, so I'm not sure
where the problem comes from.  Let me know if you need any more info.
Comment 1 SpanKY gentoo-dev 2003-01-01 22:09:07 UTC
the gcc missing could be an issue with the colorgcc script ...
what other files go missing ?
Comment 2 ebnf 2003-01-01 23:16:25 UTC
I'll leave this new install overnight and I'll let you know what is missing in
the morning.  It's after an `emerge system` that this occurs, only extra thing I
install is vim.  It seems to happen faster if I let something build outside of
the jail; would make sense if something crucial is getting pushed out of the
jails memory and isn't reloaded.
Comment 3 Brad Cowan (RETIRED) gentoo-dev 2003-01-02 00:18:47 UTC
I'll add that this happened to me with the rc2 stage1 iso...I had to run
ldconfig and env-update after emerge system to get portage to recognize that
ncurses and gcc were actually there. After asking in #gentoo-dev drobbins
informed me that this is known, and is a portage thing, that portage used to run
ldconfig and update after each emerge, but doesn't currently. I guess needs
passed on to carpaski
Comment 4 ebnf 2003-01-02 10:58:31 UTC
yup, gcc and ncurses are the main things, trying a `make menuconfig` of the
kernel fails with those two being gone.
Comment 5 SpanKY gentoo-dev 2003-01-26 23:00:19 UTC

*** This bug has been marked as a duplicate of 12819 ***