<br><br>On Thu, Nov 15, 2012 at 4:09 AM, Everett Toews <<a href="mailto:everett.toews@rackspace.com">everett.toews@rackspace.com</a>> wrote:<br>><br>> From: Johannes Baltimore <<a href="mailto:johannes.btmr@gmail.com">johannes.btmr@gmail.com</a>><br>

> Date: Wednesday, November 14, 2012 8:34 AM<br>> To: "<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>

> Subject: [Openstack] Couldn't find stack-screenrc<br>><br>> Hi.<br>><br>> I got devstack today, but I've been going through a problem. Whenever i turn<br>> on the machine, I cannot run the rejoin-stack.sh script, even though I've<br>

> ran stack.sh before. It says the stack-screenrc file couldn't be found, and<br>> then asks me to run stack.sh again. Does anyone knows why does this happen?<br>><br>> Thanks in advance<br>><br>> ---<br>

><br>> Did you run stack.sh as root?<br><br>Not sure why the screenrc was not created but how do you run stack.sh as root? There is a mechanism in the script to avoid that :<br><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

if [[ $EUID -eq 0 ]]; then<br>    ROOTSLEEP=${ROOTSLEEP:-10}<br>    echo "You are running this script as root."<br>    echo "In $ROOTSLEEP seconds, we will create a user 'stack' and run as that user"<br>

    sleep $ROOTSLEEP</blockquote><div><br></div><div>Chmouel.</div><br>><br>> I've noticed that when you start as root the stack-screenrc file doesn't get<br>> created. You can copy over an old stack-screenrc or just start it as a new<br>

> user.<br>><br>> Everett<br>><br>> _______________________________________________<br>> Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>

> Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>> More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br>><br>