From: Bruce Hill <daddy@happypenguincomputers.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] LVM2 compile error. Clock_gettime
Date: Sat, 29 Jun 2013 08:11:28 -0500 [thread overview]
Message-ID: <20130629131128.GB3387@server> (raw)
In-Reply-To: <51CEAEAB.4060002@gmail.com>
On Sat, Jun 29, 2013 at 04:53:47AM -0500, Dale wrote:
>
> Now that you mention it, it may have been when the separate /usr init
> thingy was going on that I had to add it. That could be it. Well, if I
> have to upgrade before they have a fix, I'll give it a shot and see what
> happens. I suspect it will be fixed at some point and most likely in
> the next update anyway.
>
> Dale
You need to get over that "it will be fixed at some point", and believe it
when every one tells you that separate /usr without an initrd is working fine
with present stable udev. Here's proof on a wee fileserver, which has neavuh
had an initrd and always had a separate /usr:
mingdao@server ~ $ eix sys-fs/udev
[I] sys-fs/udev
Available versions: 197-r8^t 200^t 204^t **9999^t {{acl doc +firmware-loader gudev hwdb introspection keymap +kmod +openrc selinux static-libs}}
Installed versions: 204^t(02:40:22 PM 06/26/2013)(acl firmware-loader kmod openrc -doc -gudev -hwdb -introspection -keymap -selinux -static-libs)
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Description: Linux dynamic and persistent device naming support (aka userspace devfs)
[I] sys-fs/udev-init-scripts
Available versions: 23^t 25^t 26^t **9999^t
Installed versions: 26^t(02:40:36 PM 06/26/2013)
Homepage: http://www.gentoo.org
Description: udev startup scripts for openrc
Found 2 matches.
mingdao@server ~ $ df -hT
Filesystem Type Size Used Avail Use% Mounted on
rootfs rootfs 2.0G 109M 1.9G 6% /
/dev/root xfs 2.0G 109M 1.9G 6% /
devtmpfs devtmpfs 3.0G 4.0K 3.0G 1% /dev
tmpfs tmpfs 3.0G 592K 3.0G 1% /run
shm tmpfs 3.0G 0 3.0G 0% /dev/shm
/dev/mapper/system-var xfs 10G 717M 9.3G 8% /var
/dev/mapper/system-usr xfs 10G 4.4G 5.7G 44% /usr
/dev/mapper/system-home xfs 6.0G 5.8G 251M 96% /home
/dev/mapper/storage-photos xfs 500G 19G 482G 4% /photos
/dev/mapper/storage-backups xfs 500G 262G 239G 53% /backups
/dev/mapper/storage-offload fuseblk 300G 234G 67G 78% /offload
/dev/mapper/storage-peter xfs 25G 1.7G 24G 7% /peter
/dev/mapper/storage-jeremiah xfs 10G 3.6G 6.5G 36% /jeremiah
mingdao@server ~ $ ls -l /boot/
total 25156
lrwxrwxrwx 1 root root 17 Jan 10 13:26 System.map -> System.map-3.4.24
-rw-r--r-- 1 root root 2205716 Jan 10 13:25 System.map-3.4.24
-rw-r--r-- 1 root root 1812882 Sep 6 2012 System.map-3.4.9-gentoo
-rw-r--r-- 1 root root 1823240 Aug 9 2012 System.map-3.5.0
-rw-r--r-- 1 root root 1823619 Aug 16 2012 System.map-3.5.2
lrwxrwxrwx 1 root root 23 Dec 28 2012 System.map.old -> System.map-3.4.9-gentoo
-rw-r--r-- 1 root root 512 Feb 21 2012 boot.0800
-rw-r--r-- 1 root root 512 Feb 21 2012 boot.0810
-rw-r--r-- 1 root root 512 Feb 21 2012 boot.0820
-rw-r--r-- 1 root root 512 Feb 21 2012 boot.0830
lrwxrwxrwx 1 root root 13 Jan 10 13:26 config -> config-3.4.24
-rw-r--r-- 1 root root 62528 Jan 10 13:25 config-3.4.24
-rw-r--r-- 1 root root 63522 Sep 6 2012 config-3.4.9-gentoo
-rw-r--r-- 1 root root 64644 Aug 9 2012 config-3.5.0
-rw-r--r-- 1 root root 64644 Aug 16 2012 config-3.5.2
lrwxrwxrwx 1 root root 19 Dec 28 2012 config.old -> config-3.4.9-gentoo
lrwxrwxrwx 1 root root 14 Jan 10 13:25 vmlinuz -> vmlinuz-3.4.24
-rw-r--r-- 1 root root 4671120 Jan 10 13:24 vmlinuz-3.4.24
-rw-r--r-- 1 root root 4349568 Sep 6 2012 vmlinuz-3.4.9-gentoo
-rw-r--r-- 1 root root 4388464 Aug 9 2012 vmlinuz-3.5.0
-rw-r--r-- 1 root root 4390672 Aug 16 2012 vmlinuz-3.5.2
lrwxrwxrwx 1 root root 20 Dec 28 2012 vmlinuz.old -> vmlinuz-3.4.9-gentoo
mingdao@server ~ $ cat /etc/lilo.conf
# Faster, but won't work on all systems:
compact
# Should work for most systems, and do not have the sector limit:
lba32
default = Gentoo
# MBR to install LILO to:
boot = /dev/md0
raid-extra-boot = mbr-only
map = /boot/.map
install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
# do not need boot-{text,menu,bmp}.b in
# /boot, as they are linked into the lilo
# binary.
menu-scheme=Wb
prompt
# If you always want to see the prompt with a 15 second timeout:
timeout=50
append="panic=10 nomce dolvm domdadm rootfstype=xfs"
#
# End LILO global section
#
#
# Linux bootable partition config begins
#
image = /boot/vmlinuz
root = /dev/md0
label = Gentoo
read-only # Partitions should be mounted read-only for checking
image = /boot/vmlinuz.old
root = /dev/md0
label = Gentoo-def
read-only # Partitions should be mounted read-only for checking
#
# Linux bootable partition config ends
#
mingdao@server ~ $
Get over it and go back to udev :-)
Bruce
--
Happy Penguin Computers >')
126 Fenco Drive ( \
Tupelo, MS 38801 ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
next prev parent reply other threads:[~2013-06-29 13:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 4:58 [gentoo-user] LVM2 compile error. Clock_gettime Dale
2013-06-26 5:20 ` Samuli Suominen
2013-06-26 6:31 ` Dale
2013-06-26 6:49 ` Samuli Suominen
2013-06-27 12:39 ` Dale
2013-06-29 1:59 ` Walter Dnes
2013-06-29 2:44 ` Dale
2013-06-29 9:27 ` Neil Bothwick
2013-06-29 9:53 ` Dale
2013-06-29 13:11 ` Bruce Hill [this message]
2013-06-30 2:45 ` Dale
2013-06-29 13:07 ` Bruce Hill
2013-06-30 5:32 ` Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130629131128.GB3387@server \
--to=daddy@happypenguincomputers.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox