[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] scripts/clvmd_fix_conf.sh
- From: Guochun Shi <gshi ncsa uiuc edu>
- To: linux-lvm redhat com
- Subject: [linux-lvm] scripts/clvmd_fix_conf.sh
- Date: Tue, 20 Jul 2004 14:57:39 -0500
hi,
in this script line 47-48
SCRIPTFILE=`mktemp -t lvmscript.XXXXXXXXXX`
TMPFILE=`mktemp -t lvmtmp.XXXXXXXXXX`
but mktemp does not have -t option. It complains when I run the script
[LVM2]# scripts/clvmd_fix_conf.sh /lib
mktemp: invalid option -- t
Usage: mktemp [-d] [-q] [-u] template
mktemp: invalid option -- t
Usage: mktemp [-d] [-q] [-u] template
scripts/clvmd_fix_conf.sh: line 127: $SCRIPTFILE: ambiguous redirect
scripts/clvmd_fix_conf.sh: line 128: $TMPFILE: ambiguous redirect
sed failed, /etc/lvm/lvm.conf not updated
please help, thanks
-Guochun
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]