Re: [Server-devel] [XSCE] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Tim Moody
sorry, I may have seemed to imply that ansible needs to be 2.2. I think just 2.2 or greater. stick with 2.3 see below From: xsce-de...@googlegroups.com on behalf of Reno McDonald Sent: Sunday, January 15,

Re: [Server-devel] [XSCE] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Anish Mangal
Thx. got past that, now hitting the error in the previous email I sent. On Sun, Jan 15, 2017 at 8:15 PM, Tim Moody wrote: > > > > -- > *From:* xsce-de...@googlegroups.com on > behalf of Anish Mangal

Re: [Server-devel] [XSCE] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Tim Moody
From: xsce-de...@googlegroups.com on behalf of Anish Mangal Sent: Sunday, January 15, 2017 7:52 AM To: xsce-devel; server-devel Subject: [XSCE] xsce on rpi georgehunt's base-6.2 Hi, now setting up xsce on rpi3

Re: [Server-devel] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Anish Mangal
Okay, used pip to upgrade ansible to 2.2 Now failing at: TASK [network : Add location section to config file] *** fatal: [127.0.0.1]: FAILED! => {"failed": true, "msg": "'xsce_network_mode' is undefined"} On Sun, Jan 15, 2017 at 6:30 PM, Anish Mangal

Re: [Server-devel] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Anish Mangal
some more log, after looking at http://etherpad.mit.edu/p/XSCE_on_RPi3 # git remote add upstream https://github.com/XSCE/xsce # git pull upstream raspbian-6.1 # git checkout --track remotes/upstream/raspbian-6.1 # ./runansible *./install-init: line 11: [: 0: unary operator expectedERROR:

[Server-devel] xsce on rpi georgehunt's base-6.2

2017-01-15 Thread Anish Mangal
Hi, now setting up xsce on rpi3 from scratch [trying on 2017-01-11-raspbian-jessie-lite.img as base] log of commands follows # # sudo apt-get update [success] # sudo apt-get upgrade [success] # apt-get install vim git ansible [success] # mkdir /opt/schoolserver # cd /opt/schoolserver # git clone