[Mozilla Enterprise] Running Java - was Re: Firefox auto updating issue

2018-10-08 Thread Andrew C Aitchison

On Thu, 4 Oct 2018, Robert Stallknecht wrote:


Hello,

My company, GDC Technics, has been having issues with Firefox auto 
updating to version 60+ for the last few weeks. When this happens our 
entire organization is unable to launch Java functionality in Oracle and 
they are unable to work.


1. Oracle recommend that java aps are run with Java Web Start, rather than 
directly in a browser

https://java.com/en/download/faq/java_webstart.xml

Java Web Start has been available since Java 5, and Java 8 is the last 
version which can be run in a browser.


2. Oracle are dropping free commercial support for Java 8 in January 2019
https://blogs.oracle.com/java-platform-group/end-of-public-updates-is-a-process%2c-not-an-event
(non-free commercial and free non-commercial support will continue for two and 
five years ...)

Java 9 is dead and Java 10 went EOL last month
https://www.oracle.com/technetwork/java/eol-135779.html

I trust that you are looking at your java strategy further ahead,
ad well as solving the immediate problem with Firefox 60.

--
Andrew C. Aitchison Cambridge, UK
and...@aitchison.me.uk
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to enterprise-requ...@mozilla.org with a subject of 
"unsubscribe"


Re: [Mozilla Enterprise] automatic download latest versions

2018-10-08 Thread Stephen Dowdy

On 10/8/18 11:50 AM, Thomas Seeling wrote:

Hallo,


I'm using some scripts to automate FF and TB download.
I noticed that my script does not get the latest TB - it would retrieve
60.0, not the current 60.2.1.
What am I doing wrong?

curl --head --silent
'https://download.mozilla.org/?product=thunderbird-latest=win=de'

The same script logic works for FF:

curl --head --silent
'https://download.mozilla.org/?product=firefox-esr-latest=win=de'

Tschau...Thomas


___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to enterprise-requ...@mozilla.org with a subject of 
"unsubscribe"



https://bugzilla.mozilla.org/show_bug.cgi?id=1496980

Andrei Hajdukewycz [:sancus] changed Bug 1496980 at 2018-10-06 13:09:56 PDT:

WhatRemoved Added
Last Resolved   2018-10-06 20:09:56
Resolution  --- DUPLICATE
Status  UNCONFIRMED RESOLVED

Comment # 2 on Bug 1496980 from Andrei Hajdukewycz [:sancus] at 2018-10-06 
13:09:56 PDT

We should decide whether supporting external update scripts is worth it or 
not,
but this is a dupe of the other bug. We do not use these bouncer aliases
internally.

*** This bug has been marked as a duplicate of bug 1481198 ***

My Comment about the possible removal of this functionality:

https://bugzilla.mozilla.org/show_bug.cgi?id=1481198#c10

--stephen
--
Stephen Dowdy  -  Systems Administrator  -  NCAR/RAL
303.497.2869   -  sdo...@ucar.edu-  http://www.ral.ucar.edu/~sdowdy/

___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to enterprise-requ...@mozilla.org with a subject of 
"unsubscribe"


[Mozilla Enterprise] automatic download latest versions

2018-10-08 Thread Thomas Seeling
Hallo,


I'm using some scripts to automate FF and TB download.
I noticed that my script does not get the latest TB - it would retrieve 
60.0, not the current 60.2.1.
What am I doing wrong?

curl --head --silent 
'https://download.mozilla.org/?product=thunderbird-latest=win=de'

The same script logic works for FF:

curl --head --silent 
'https://download.mozilla.org/?product=firefox-esr-latest=win=de'

Tschau...Thomas
-- 
"Do you wanna be a legend or a passing footprint on the sands of time?"
--
IBM Deutschland, Am Weiher 24, 65451 Kelsterbach
Phone: Home: +49-6036-9826010, Mobile: +49-170-5600731
E-Mail: tseel...@de.ibm.com
--
IBM Deutschland Business & Technology Services GmbH
Geschäftsführung: Sven Schooß, Dr. Thomas Wolter
Sitz der Gesellschaft: Ehningen
Registergericht: Amtsgericht Stuttgart, HRB 17122


smime.p7s
Description: S/MIME Cryptographic Signature
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"


Re: [Mozilla Enterprise] Firefox auto updating issue

2018-10-08 Thread Kris Lou
>
> 1.   Is there a new version that we can roll to that will not make
> Oracle stop functioning?


No.  https://support.mozilla.org/en-US/kb/how-allow-java-trusted-sites


2.   If not, can you help me in keeping it on an older version that
> does work?


You'll have to disable the updater, and the manual update check.  I believe
that this is the Mozilla Maintenance service, but you'll also have to make
sure that it doesn't DL when the user goes to "About Firefox."  There are a
few different ways to do this -- but I use CCK2/Autoconfig.

Edge won't run Java either so you're probably stuck on IE 11.  At this
point, you're only choice for running "current" web browsers and Java is
some sort of IE emulation (IE Tab, etc.)


Kris Lou
k...@themusiclink.net
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"


Re: [Mozilla Enterprise] Firefox auto updating issue

2018-10-08 Thread Mike Kaply
You can turn off autoupdates in Firefox.

Are you currently doing any Firefox management via Autoconfig or something
similar?

Mike Kaply

On Thu, Oct 4, 2018 at 11:10 AM, Robert Stallknecht <
robert.stallkne...@gdctechnics.com> wrote:

> Hello,
>
>
>
> My company, GDC Technics, has been having issues with Firefox auto
> updating to version 60+ for the last few weeks. When this happens our
> entire organization is unable to launch Java functionality in Oracle and
> they are unable to work.
>
>
>
> We then have to roll the user back to version 52.9 ESR for them to be able
> to work. I have tried various fixes to prevent it from updating again but
> it keeps auto updating to newer versions that do not work.
>
>
>
> 1.   Is there a new version that we can roll to that will not make
> Oracle stop functioning?
>
> 2.   If not, can you help me in keeping it on an older version that
> does work?
>
>
>
> If not we will have to swap the whole company over to IE and will be
> uninstalling Firefox to avoid further issues.
>
>
>
> Best Regards,
>
> *Robert Stallknecht*
>
> Senior Systems Administrator
>
> O. +1. 817.541.8600 C. +1.210.884.4911
>
> [image:
> http://www.gdctechnics.com/images/uploads/GDCTechnicsLinearBlack.png]
>
>
>
> ___
> Enterprise mailing list
> Enterprise@mozilla.org
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit https://mail.mozilla.org/
> listinfo/enterprise or send an email to enterprise-requ...@mozilla.org
> with a subject of "unsubscribe"
>
>
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"


[Mozilla Enterprise] Firefox auto updating issue

2018-10-08 Thread Robert Stallknecht
Hello,

My company, GDC Technics, has been having issues with Firefox auto updating to 
version 60+ for the last few weeks. When this happens our entire organization 
is unable to launch Java functionality in Oracle and they are unable to work.

We then have to roll the user back to version 52.9 ESR for them to be able to 
work. I have tried various fixes to prevent it from updating again but it keeps 
auto updating to newer versions that do not work.


1.   Is there a new version that we can roll to that will not make Oracle 
stop functioning?

2.   If not, can you help me in keeping it on an older version that does 
work?

If not we will have to swap the whole company over to IE and will be 
uninstalling Firefox to avoid further issues.

Best Regards,
Robert Stallknecht
Senior Systems Administrator
O. +1. 817.541.8600 C. +1.210.884.4911

[http://www.gdctechnics.com/images/uploads/GDCTechnicsLinearBlack.png]

___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"


Re: [Mozilla Enterprise] Where WebExtensions settings are?

2018-10-08 Thread Marco Gaiarin
Mandi! Mike Kaply
  In chel di` si favelave...

> Right now we don't have a way to preset extension preferences.

Ok.


> I'm working on that right now.

Cool! Thanks!

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''  http://www.lanostrafamiglia.it/
  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)
  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797

Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
  http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000
(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"