From: NeilBrown <neilb@suse.de>
To: Sean Harris <sean@backblaze.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Converting a .90 raid superblock to version 1.0 and whether--size parameter is needed
Date: Thu, 19 Mar 2015 12:03:45 +1100 [thread overview]
Message-ID: <20150319120345.0d27542e@notabene.brown> (raw)
In-Reply-To: <DDB9AAD7-E69F-4D82-9A4D-2200E1D4C81D@backblaze.com>
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]
On Wed, 18 Mar 2015 17:58:05 -0700 Sean Harris <sean@backblaze.com> wrote:
> Thanks Neil,
> I'd like to try this but I'm having trouble installing it on Debian 5 (lenny).
>
> When I try to make install, it complains:
>
> ***** Parent of /run/mdadm does not exist. Maybe set different RUN_DIR=
> ***** e.g. make RUN_DIR=/dev/.mdadm
> ***** or set CHECK_RUN_DIR=0
> make: *** [check_rundir] Error 1
>
> cat /etc/debian_version
> 5.0.10
>
> The default run directory apparently is not there ie: /run/mdadm
> That directory exists on Debian 7 but not Debian 5.
>
> I admittedly do not know what to set that variable to on Lenny. Can you point me to what to look for?
Does /dev/.mdadm exist? If it does, try
make RUN_DIR=/dev/.mdadm
If not, just use
make CHECK_RUN_DIR=0
You don't need access to the rundir to assemble some devices.
And don't "make install". Just "make", and then run
./mdadm ....
or copy mdadm to some where (e.g. /sbin/mdadm-new) and only use mdadm-new
when you particularly want the new features.
NeilBrown
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
prev parent reply other threads:[~2015-03-19 1:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <21CFD7CC-7A05-4298-BD77-E1287B9F78D5@backblaze.com>
2015-03-17 22:49 ` Converting a .90 raid superblock to version 1.0 and whether--size parameter is needed Sean Harris
2015-03-18 1:10 ` NeilBrown
2015-03-19 0:58 ` Sean Harris
2015-03-19 1:03 ` NeilBrown [this message]
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=20150319120345.0d27542e@notabene.brown \
--to=neilb@suse.de \
--cc=linux-raid@vger.kernel.org \
--cc=sean@backblaze.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).