From: Joel Becker <Joel.Becker@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] A patch for ocfs2 source configuration process.
Date: Thu Aug 3 15:20:50 2006 [thread overview]
Message-ID: <20060803222046.GA23246@ca-server1.us.oracle.com> (raw)
In-Reply-To: <44D1B373.7020107@oracle.com>
On Thu, Aug 03, 2006 at 04:27:31PM +0800, tao.ma wrote:
> After do the configuration I find a strange thing. Although my
> kernel is "2.6.9-11.19AX"(Asianux2.0 on a vmware server with a single
> processor configured), the configuration find that it is
> 2.6.9-11.19AX-smp. So after I make and install, those *.ko went to the
> wrong place.
Interesting.
> The reason is:
> 1. When vendor/ax2/vendor.guess runs.
> The script is :if [ "`rpm -qf /etc/asianux-release --qf '%{VERSION}'
> 2>/dev/null`" != "8AX" ]
> while in my machine it is "2.0", not "8AX".
Hmm, I wonder where we got 8AX (from someone with Aisianux, I'm
sure, I'm going to check...). Hm, the logs don't say where I got it
from. Can someone on this list verify what that should be? Anyone with
Asianux, please respond with the output of:
# rpm -qf /etc/asianux-release --qf '%{VERSION}'
> I also modify the script in vendor.guess. In asianux2.0, In /etc, you
> can find
> redhat-release and asianux-release. So the vendor.guess will get the
> wrong string
> "ax2
> rhel4".
>
> Attachment is my patch. Hope it can help.
NAK. The entire point of ./vendor.guess is that it has
absolutely ZERO vendor-specific knowledge. We're not adding
vendor-specific knowledge to the generic script.
That said, Asianux also keeping /etc/redhat-release is really
broken. Bad Asianux. _That_ said, we have to deal with the real world.
I suspect that the sort order solves it. If we exit with our first
successful vendor, we win (it will find asianux before redhat).
Joel
--
Life's Little Instruction Book #452
"Never compromise your integrity."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker@oracle.com
Phone: (650) 506-8127
next prev parent reply other threads:[~2006-08-03 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 1:27 [Ocfs2-devel] A patch for ocfs2 source configuration process tao.ma
2006-08-03 15:20 ` Joel Becker [this message]
2006-08-03 19:16 ` tao.ma
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=20060803222046.GA23246@ca-server1.us.oracle.com \
--to=joel.becker@oracle.com \
--cc=ocfs2-devel@oss.oracle.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.