
mcgruff wrote:I can't promise to be civil.
pjp wrote:The greater evil is voting for the "lesser evil."

Code: Select all
bandit@rockchuck ~ $ ls -ld /
drwxr-xr-x 21 root root 1024 2008-02-11 11:53 /Code: Select all
# dumpe2fs $(df / | awk '/^\//{print $1}') | grep creat
dumpe2fs 1.41.9 (22-Aug-2009)
Filesystem created: Sun Jun 25 23:29:59 2006
Code: Select all
ls -ld /mcgruff wrote:I can't promise to be civil.
pjp wrote:The greater evil is voting for the "lesser evil."
Code: Select all
ls -ld /Code: Select all
last
Right-o, I realized about a minute after I posted that the mtime on the root directory will change when there is any change to its contents.BonezTheGoon wrote:has the date wrong on my system, and I cannot think what would have modified the date there, but it is newer than the date listed for my /etc/hosts. Just FYI.Code: Select all
ls -ld /

Nope. The first entries in that are for the builds that Catalyst does when making the stages.ppurka wrote:Look at the first few hundred lines of your /var/log/emerge.log? (as long as this file contains all the emerges till date)
Also "genlop -l | less" will show you all the emerges in a more readable format.
On my newer laptop, this shows the correct date -- the first package being emerged was gentoo-sources. Perhaps you can look down in the list and see when you emerged your kernel sources.john_r_graham wrote:Nope. The first entries in that are for the builds that Catalyst does when making the stages.ppurka wrote:Look at the first few hundred lines of your /var/log/emerge.log? (as long as this file contains all the emerges till date)
Also "genlop -l | less" will show you all the emerges in a more readable format.
- John
Code: Select all
awk -F: '{print strftime("%D %X %Z", $1),$2}' /var/log/emerge.log | lessThat is why i said "the first few hundred lines"john_r_graham wrote:Nope. The first entries in that are for the builds that Catalyst does when making the stages.ppurka wrote:Look at the first few hundred lines of your /var/log/emerge.log? (as long as this file contains all the emerges till date)
Also "genlop -l | less" will show you all the emerges in a more readable format.
- John

Code: Select all
qlop -l | lessCode: Select all
last wtmpCode: Select all
...
up 1335 days, 04:47:4 | since Thu Nov 3 18:33:14 2005
down 199 days, 17:19:46 | since Thu Nov 3 18:33:14 2005
Huh. Looks like recent stage3 tarballs clean that out. On older ones the log of the catalyst build is present. I think the suggestion of the time of the first emerge of gentoo-sources is a good one. Something likemikegpitt wrote:On my newer laptop, this shows the correct date -- the first package being emerged was gentoo-sources. Perhaps you can look down in the list and see when you emerged your kernel sources.
Code: Select all
qlop -l | grep gentoo-sources | head -n1
Code: Select all
qlop -l gentoo-sources | head -n1