Re: Trouble running 4.1

2013-03-06 Thread Mike Tutkowski
Interestingly, with master, I am able to run the management server. It gets to the password place, then times out and moves on. I can then log in via the GUI. Is this different behavior expected from 4.1 to master? On Wed, Mar 6, 2013 at 11:00 PM, Mike Tutkowski < mike.tutkow...@solidfire.com>

Re: Trouble running 4.1

2013-03-06 Thread Mike Tutkowski
Hey Marcus, Is this what you're thinking? # Runas alias specification # User privilege specification root ALL=(ALL) ALL %admin ALL=(ALL) ALL cloud ALL=(ALL) NOPASSWD: ALL # Uncomment to allow people in group wheel to run all commands # %wheel ALL=(ALL) ALL # Same thing without a password # %w

Re: Trouble running 4.1

2013-03-06 Thread Marcus Sorensen
You need to either create a certificate for yourself, or set up the cloud user for passwordless sudo by adding "cloud ALL =NOPASSWD : ALL" to /etc/sudoers (this latter thing used to be what the setup would do, but was recently removed). On Wed, Mar 6, 2013 at 9:21 PM, Mike Tutkowski wrote: > Hi,