[Server-devel] [XSCE] Re: Vanilla XSCE install on NUC/el7 fails!

Tim Moody tim at timmoody.com
Thu Jan 21 09:56:13 EST 2016


agreed

 

From: xsce-devel at googlegroups.com [mailto:xsce-devel at googlegroups.com] On Behalf Of Anish Mangal
Sent: Thursday, January 21, 2016 7:43 AM
To: Jerry Vonau <me at jvonau.ca>
Cc: xsce-devel <xsce-devel at googlegroups.com>; server-devel <server-devel at lists.laptop.org>
Subject: Re: [XSCE] Re: Vanilla XSCE install on NUC/el7 fails!

 

Today, the test is passing no matter what. This seems to be a flakey issue :-/ 

I'd be in favor of including your change. It cannot harm.

 

On Tue, Jan 19, 2016 at 8:49 PM, Jerry Vonau <me at jvonau.ca <mailto:me at jvonau.ca> > wrote:


Think this might work:

- name: Test for internet access
  shell: wget "{{ xsce_download_url }}/heart-beat.txt" &> /dev/null ; echo
$?
  register: internet_access_test
  async: 10
  poll: 2

hold off for a total of 10 seconds while checking every 2 seconds for
response.

Thoughts?


> On January 19, 2016 at 4:58 AM Jerry Vonau <me at jvonau.ca <mailto:me at jvonau.ca> > wrote:
>
>
> From Amish's fpaste:
> 2016-01-19 13:29:26,561 p=2842 u=root |  TASK: [1-prep | Add location
> section to config file] **************************
> 2016-01-19 13:29:26,830 p=2842 u=root |  changed: [127.0.0.1] =>
> (item={'option': 'gateway_active', 'value': u'True'})
> 2016-01-19 13:29:27,036 p=2842 u=root |  changed: [127.0.0.1] =>
> (item={'option': 'internet_accessible', 'value': u'False'})
> 2016-01-19 13:29:27,242 p=2842 u=root |  changed: [127.0.0.1] =>
> (item={'option': 'gateway_ifcfg', 'value': u'none'})
> 2016-01-19 13:29:27,448 p=2842 u=root |  changed: [127.0.0.1] =>
> (item={'option': 'detected_gateway', 'value': u'enp0s20u1'})
>
> Note that "internet_accessible" is False while testing from my location
> records True.
>
> Not waiting long enough to complete or proxy issue maybe?
>
>
> > On January 19, 2016 at 4:50 AM Anish Mangal <anishmg at umich.edu <mailto:anishmg at umich.edu> > wrote:
> >
> >
> > Apparently, most/all of these issues were being caused by the
> > internet_accessible flag incorrectly being set to false even though
> > internet access is present .. _everytime_.
> >
> > Setup is still running so will report any further failures.
> >
> > Maybe the internet detection logic needs to be more robust/failsafe.
> >
> > On Tue, Jan 19, 2016 at 3:46 PM, Anish Mangal <anishmg at umich.edu <mailto:anishmg at umich.edu> >
> > wrote:
> >
> > > Sorry for the rolling log.
> > >
> > > It now failed at the step of installing hostapd. It first complained
> > > about
> > > the directory /etc/hostapd not being there. I created it, and it
> > > complained
> > > of hostapd service not being present. I installed it and the setup
> > > moved to
> > > the next failure...
> > >
> > > pip install of xsce-authserver.
> > >
> > > Basically, wherever a pip package is involved, setup fails - aside
> > > from
> > > other errors.
> > >
> > > On Tue, Jan 19, 2016 at 2:09 PM, Anish Mangal <anishmg at umich.edu <mailto:anishmg at umich.edu> >
> > > wrote:
> > >
> > >> More...
> > >> Exact same error while trying to install speedtest-cli
> > >>
> > >> Is this an issue with pip version (and if so, should that be updated
> > >> as
> > >> part of install)?
> > >>
> > >> On Tue, Jan 19, 2016 at 1:56 PM, Anish Mangal <anishmg at umich.edu <mailto:anishmg at umich.edu> >
> > >> wrote:
> > >>
> > >>> More errors...
> > >>>
> > >>> I manually pip installed pyzmq, and the setup proceeds, and the
> > >>> next
> > >>> error happens...
> > >>>
> > >>> xsce-admin | Install php binding for zeromq
> > >>> pecl install zmq*tgz
> > >>> invalid package name "zmq*tgz" in "zmq*tgz"
> > >>>
> > >>> I probably haven't encountered this before.
> > >>>
> > >>> Am running from latest master... should I not??
> > >>>
> > >>>
> > >>> On Tue, Jan 19, 2016 at 1:43 PM, Anish Mangal <anishmg at umich.edu <mailto:anishmg at umich.edu> >
> > >>> wrote:
> > >>>
> > >>>> Hi,
> > >>>>
> > >>>> Just thought I should report this. I've probably encountered this
> > >>>> error
> > >>>> a few times before as well.
> > >>>>
> > >>>> Intel NUC. Centos 7. Fully updated
> > >>>>
> > >>>> After running ansible, setup FAILS at step:
> > >>>>
> > >>>> xsce-admin | Install zeromq and python binding
> > >>>> Could not find a version that satisfies the requirement pyzmq
> > >>>> (from
> > >>>> versions: )
> > >>>>
> > >>>> This is probably a bug that needs fixing.
> > >>>>
> > >>>> --
> > >>>> Anish
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >>>
> > >>> --
> > >>> Anish
> > >>>
> > >>>
> > >>>
> > >>
> > >>
> > >> --
> > >> Anish
> > >>
> > >>
> > >>
> > >
> > >
> > > --
> > > Anish
> > >
> > >
> > >
> >
> >
> > --
> > Anish




-- 

Anish

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.laptop.org/pipermail/server-devel/attachments/20160121/c9c5b6f7/attachment.html>


More information about the Server-devel mailing list