On Mon, 2013-10-07 at 12:45 -0700, Anish Mangal wrote: > Hi, > > > I got this email for an error log of a xsce-0.4, 64 bit installation. > Any ideas? > > > (I've asked the person concerned to join server-devel, so he can ask > questions directly in the future). > > > Best, > Anish > > ---------- Forwarded message ---------- > From: John Lillis <johnmichael...@gmail.com> > Date: Fri, Oct 4, 2013 at 12:09 PM > Subject: XS-CE Setup Issue > To: Anish Mangal <an...@activitycentral.com> > > > Hey Anish, > > > I am trying to setup a small testing server for XS-CE 0.4, but I'm > getting an error after running xs-setup. I am using Fedora 18 XFCE > 64-bit within a VM. The error can be seen > here: http://pastebin.com/0H2BNAk7. > > > Thanks in advance, > >
./startup.sh: line 233: [: sysadmin:x:1000:1000:System: unary operator expected chown: invalid user: ‘admin:admin’ line 233: # make a non privileged user, and give her remote access if [ ! `grep $DEFAULTUSER /etc/passwd` ]; then adduser $DEFAULTUSER echo "$DEFAULTPASSWORD" | passwd $DEFAULTUSER --stdin The code needs to be re-done to prevent a string being returned when the test is expecting a number to be returned. This doesn't address the fact that you can have a 'sysadmin' user and a 'admin' user at the same time. Maybe a better test would be to see if the 'admin' user has a home directory created already before creating the 'admin' user account. Jerry > -- > - John > > > _______________________________________________ > Server-devel mailing list > Server-devel@lists.laptop.org > http://lists.laptop.org/listinfo/server-devel _______________________________________________ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel