On 03/10/2011 05:18 PM, Dan McAllister wrote:
Greetings all... once again, I am being dumbfounded by qtp-newmodel. I
must just be missing something (been a long time since I've felt this
stupid about something!)

Here's the lastest output from my log file -- clearly it's looking for
qtp-overlay in /etc/mtab and it's not finding it... I thought for a
while it was a dkms-fuse error, but even after I found a copy of that
package, it still won't run...

Any ideas anyone???

Oh... and PLEASE don't quote this entire file when you reply!

Thanks in advance for any help or direction!

Dan McAllister
IT4SOHO

+ for branch in '$branches'
+ b55_mount_each_branch
+ mkdir -p /mnt/qtp-sandbox/var
+ mkdir -p /opt/qtp-overlay/var
+ '[' var == boot ']'
+ '[' -d /var ']'
+ /usr/bin/unionfs -o cow,nonempty,suid,dev -o
fsname=/opt/qtp-overlay/var /opt/qtp-overlay/var=rw:/var=ro
/mnt/qtp-sandbox/var
+ b57_mount_tmpfs_workarounds
+ mount -t tmpfs /opt/qtp-overlay/var /mnt/qtp-sandbox/var/lib/rpm
+ cp /var/lib/rpm/Basenames /var/lib/rpm/Conflictname
/var/lib/rpm/__db.000 /var/lib/rpm/__db.001 /var/lib/rpm/__db.002
/var/lib/rpm/__db.003 /var/lib/rpm/Dirnames /var/lib/rpm/Filemd5s
/var/lib/rpm/Group /var/lib/rpm/Installtid /var/lib/rpm/Name
/var/lib/rpm/Packages /var/lib/rpm/Providename
/var/lib/rpm/Provideversion /var/lib/rpm/Pubkeys
/var/lib/rpm/Requirename /var/lib/rpm/Requireversion
/var/lib/rpm/Sha1header /var/lib/rpm/Sigmd5 /var/lib/rpm/Triggername
/mnt/qtp-sandbox/var/lib/rpm
+ mv /tmp/mtab.old /mnt/qtp-sandbox/etc/mtab
+ echo U
++ grep '^/opt/qtp-overlay' /etc/mtab
+ mtab_entry=
+ '[' 1 '!=' 0 ']'
+ echo 'qtp-mount-sandbox: sandbox was not mounted successfully'
qtp-mount-sandbox: sandbox was not mounted successfully
+ exit 1




Hey, Dan.

Sorry for the delay. I've been trying to get to the point where I can test this. Perhaps that's not necessary.

I agree that "it's looking for qtp-overlay in /etc/mtab and it's not finding it". This is a (admittedly rather crude) sanity check to be sure the previous mounts all did as intended.

So what's in your /etc/mtab? Please post contents.

The script should probably be checking the return code from /usr/bin/unionfs. Can you run a test doing so, and see if that program is returning something other than zero? Might be meaningful.

Thanks.
--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to