Cygwin might be a reasonable workaround, too. On Fri, Nov 18, 2016 at 9:50 AM, Eduard Cabanas <[email protected]> wrote:
> ok!! thank's but unfortunately I do not have this machine > > regards from Barcelona > > *Eduard Cabanas* > > [email protected] > Mov: 676 452 016 > Tel: *900 803 646* > > > www.ulabox.com > facebook.com/ulabox > @ulabox <http://twitter.com/#!/ulabox> > > *Aviso Legal LOPD/LSSICE > <https://www.ulabox.com/s/lopd-correo-electronico>* > > 2016-11-18 17:42 GMT+01:00 Sean Beckett <[email protected]>: > >> The Admin UI has been deprecated for a reason, it's not entirely reliable >> due to browser issues. InfluxDB is also only experimentally supported on >> Windows. I recommend installing it on a POSIX machine for the best >> experience. That will allow you to use the CLI as well, which is a superior >> interface to the Admin UI. >> >> On Fri, Nov 18, 2016 at 9:18 AM, Eduard Cabanas <[email protected]> >> wrote: >> >>> still not working, maybe I can install a previous version that runs?? >>> >>> thank's for your patience >>> >>> *Eduard Cabanas* >>> >>> [email protected] >>> Mov: 676 452 016 >>> Tel: *900 803 646* >>> >>> >>> www.ulabox.com >>> facebook.com/ulabox >>> @ulabox <http://twitter.com/#!/ulabox> >>> >>> *Aviso Legal LOPD/LSSICE >>> <https://www.ulabox.com/s/lopd-correo-electronico>* >>> >>> 2016-11-18 17:08 GMT+01:00 <[email protected]>: >>> >>>> On Friday, November 18, 2016 at 9:35:11 AM UTC-6, Eduard Cabanas wrote: >>>> > Hi, >>>> > >>>> > >>>> > Maybe I did not understand, I erase all # in the line (uncomented) >>>> but still with the same error >>>> > >>>> > >>>> > :-((((( >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > Eduard Cabanas >>>> > [email protected] >>>> > Mov: 676 452 016 >>>> > Tel: 900 803 646 >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > www.ulabox.com >>>> > >>>> > facebook.com/ulabox >>>> > @ulabox >>>> > >>>> > >>>> > Aviso Legal LOPD/LSSICE >>>> > >>>> > >>>> > 2016-11-18 16:30 GMT+01:00 <[email protected]>: >>>> > >>>> > >>>> > On Friday, November 18, 2016 at 9:23:44 AM UTC-6, [email protected] >>>> wrote: >>>> > >>>> > > On Friday, November 18, 2016 at 9:14:52 AM UTC-6, Eduard Cabanas >>>> wrote: >>>> > >>>> > > > With this >>>> > >>>> > > > http://localhost:8083 >>>> > >>>> > > > >>>> > >>>> > > > I received an answer like >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > the page http://localhost:8083 has rejected the connection, >>>> why??? >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > many thank's >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > Eduard Cabanas >>>> > >>>> > > > [email protected] >>>> > >>>> > > > Mov: 676 452 016 >>>> > >>>> > > > Tel: 900 803 646 >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > www.ulabox.com >>>> > >>>> > > > >>>> > >>>> > > > facebook.com/ulabox >>>> > >>>> > > > @ulabox >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > Aviso Legal LOPD/LSSICE >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > 2016-11-18 16:08 GMT+01:00 <[email protected]>: >>>> > >>>> > > > On Friday, November 18, 2016 at 8:44:34 AM UTC-6, >>>> [email protected] wrote: >>>> > >>>> > > > >>>> > >>>> > > > > Hi, >>>> > >>>> > > > >>>> > >>>> > > > > >>>> > >>>> > > > >>>> > >>>> > > > > I installed Influx in a windows server, everything goes ok, but >>>> when i promt localhost:8086 appears 404 error, anybody knows why? >>>> > >>>> > > > >>>> > >>>> > > > > >>>> > >>>> > > > >>>> > >>>> > > > > Thank's >>>> > >>>> > > > >>>> > >>>> > > > > >>>> > >>>> > > > >>>> > >>>> > > > > Eduard >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > The ui admin is on 8083, 8086 is default port for line protocol >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > >>>> > >>>> > > > http://localhost:8083 >>>> > >>>> > > >>>> > >>>> > > oh, you must have install 1.1, in 1.1 it is turned off by default. >>>> > >>>> > > >>>> > >>>> > > you can use command line tool, at a command prompt type >>>> > >>>> > > >>>> > >>>> > > >influx >>>> > >>>> > > >>>> > >>>> > > or you can turn it back on by editing the influxdb.conf. (fyi- >>>> They plan to remove it all together in a future release) >>>> > >>>> > > >>>> > >>>> > > sudo vi /etc/influxdb/influxdb.conf >>>> > >>>> > > >>>> > >>>> > > then restart your service >>>> > >>>> > > >>>> > >>>> > > sudo service influxdb restart >>>> > >>>> > >>>> > >>>> > opps, the line is commented out so you just have to uncomment out the >>>> line, just search for 8083 and you should find it >>>> >>>> you have to uncomment these 2 lines >>>> >>>> # [admin] >>>> # Determines whether the admin service is enabled. >>>> enabled = false >>>> >>>> # The default bind address used by the admin service. >>>> bind-address = ":8083" >>>> >>>> # Whether the admin service should use HTTPS. >>>> # https-enabled = false >>>> >>>> # The SSL certificate used when HTTPS is enabled. >>>> # https-certificate = "/etc/ssl/influxdb.pem" >>>> >>> >>> -- >>> Remember to include the version number! >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "InfluxData" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/influxdb. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/influxdb/CAGfgMTiVRePYXa2zwKC5cQMvO0t6WA2JSePXjfyKT%2BG- >>> Zyne-w%40mail.gmail.com >>> <https://groups.google.com/d/msgid/influxdb/CAGfgMTiVRePYXa2zwKC5cQMvO0t6WA2JSePXjfyKT%2BG-Zyne-w%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Sean Beckett >> Director of Support and Professional Services >> InfluxDB >> >> -- >> Remember to include the version number! >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "InfluxData" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/influxdb/H4O5nrwDm6I/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/influxdb. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/influxdb/CALGqCvPJiq%2BcXWz%2BE0nSoz%3DVn%3DmBjeok%3Dup- >> 2wWdPdt37RKNqQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/influxdb/CALGqCvPJiq%2BcXWz%2BE0nSoz%3DVn%3DmBjeok%3Dup-2wWdPdt37RKNqQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > Remember to include the version number! > --- > You received this message because you are subscribed to the Google Groups > "InfluxData" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/influxdb. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/influxdb/CAGfgMTgpW1Ru2nP0RwxAe%3D1MtdhiepJo% > 3DcxyPeZRiHSA5eOzyw%40mail.gmail.com > <https://groups.google.com/d/msgid/influxdb/CAGfgMTgpW1Ru2nP0RwxAe%3D1MtdhiepJo%3DcxyPeZRiHSA5eOzyw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Sean Beckett Director of Support and Professional Services InfluxDB -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/CALGqCvP6Q3TdgSCvTDj%3Di-Tjk5afkWwCmNHhRWdmsi2YiL%3D2Vg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
