I noticed there were some changes to the files so I went ahead and started another build. First error was in building the sandbox... it's defined as 2 dir's deep. You need to use the -p option with mkdir to allow it to be created or it'll fail.
#line 689 mkdir -p $SANDROOT Running in background, replied 'yes' Would you like to create a linked sandbox? (yes, no) y/[n] : Running in background, replied 'no' Creating Copied sandbox: /opt/qmt-sandbox ... (coffee anyone?) Creating /opt/qmt-sandbox/backup ... find: /backup: No such file or directory Creating /opt/qmt-sandbox/bin ... Creating /opt/qmt-sandbox/command ... find: /command: No such file or directory Creating /opt/qmt-sandbox/etc ... Creating /opt/qmt-sandbox/lib ... Creating /opt/qmt-sandbox/sbin ... Creating /opt/qmt-sandbox/usr/bin ... versus: Running in background, replied 'yes' Would you like to create a linked sandbox? (yes, no) y/[n] : Running in background, replied 'no' Creating Copied sandbox: /opt/qmt-sandbox ... (coffee anyone?) mkdir: cannot create directory `/opt/qmt-sandbox': No such file or directory mkdir: cannot create directory `/opt/qmt-sandbox/boot': No such file or directory touch: cannot touch `/opt/qmt-sandbox/boot/.qmt-sandbox': No such file or directory mkdir: cannot create directory `/opt/qmt-sandbox/usr': No such file or directory Creating /opt/qmt-sandbox/backup ... find: /backup: No such file or directory Creating /opt/qmt-sandbox/bin ... mkdir: cannot create directory `/opt/qmt-sandbox/bin': No such file or directory I'll let it run and check on it this weekend a couple of times for you. George. ----- Original Message ----- From: "Eric "Shubes"" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, August 27, 2006 1:24 AM Subject: Re: [qmailtoaster] Eric - upgrade script test qmt-newmodel.sh George Sweetnam wrote: > Just got home and checked my screen session for the build messages and it > ended with this: > =================== > All Done :) > > > =================== > The earlier build without the random ability failed and exited. > (> RPM build errors: Bad exit status from /var/tmp/rpm-tmp.51382 > (%install) ) > > It most likely didn't fail on upgrades because there was an existing cert > to > use on failure (just a guess). > > I'll use Jake's remove tool and then re-install with your updated scripts > again next week too. > > George > > Thanks George. That'd be great. Before you try again, please shoot me a note. I'm thinking of splitting out the sandbox building into a separate script. If I get a chance to do that before you re-install, I'd like you to use the newer scripts. -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
