[galaxy-dev] change in paster.py?

2012-01-17 Thread Ryan Golhar
So I just tried restarting Galaxy and it downloaded a bunch of new eggs then errored out. My run.sh script didn't change so how do I start Galaxy now??? [galaxy@bic galaxy-dist]$ ./run.sh --start-daemon Some eggs are out of date, attempting to fetch... Fetched

Re: [galaxy-dev] change in paster.py?

2012-01-17 Thread Dannon Baker
That should be ./run.sh --daemon, not --start-daemon. The error is just that --start-daemon is an unknown option. -Dannon On Jan 17, 2012, at 9:25 AM, Ryan Golhar wrote: So I just tried restarting Galaxy and it downloaded a bunch of new eggs then errored out. My run.sh script didn't

Re: [galaxy-dev] change in paster.py?

2012-01-17 Thread Ryan Golhar
ah yes. Thanks. On Tue, Jan 17, 2012 at 12:30 PM, Dannon Baker dannonba...@me.com wrote: That should be ./run.sh --daemon, not --start-daemon. The error is just that --start-daemon is an unknown option. -Dannon On Jan 17, 2012, at 9:25 AM, Ryan Golhar wrote: So I just tried