praganj wrote: 
> Tried to install soa on small Zotac with quad atom running with Linux
> Arch. User aur was not there, so i created /aur and just copied
> /etc/passwd, shadow, group and sudo users from existing soa on Pi, than
> i have copied soa installation with git, than i am doing "su - aur", but
> for some reason i am still root ??? and soa install script is not
> working.
> Any details how to properly set up aur user ?

Triode does this in his install scripts:


Code:
--------------------
    
  useradd -r -m -d /aur -G wheel -c 'Soa Aur' -s /bin/false aur
  sed -i -e "/%wheel ALL=(ALL) NOPASSWD: ALL/c %wheel ALL=(ALL) NOPASSWD: ALL" 
/etc/sudoers
  
--------------------


The files you copied need to be removed before executing these commands.


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to