discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

openscad-nightly

WW
William W Martin
Fri, Dec 2, 2016 1:27 AM

mintUpdate 4.9.3.3 is complaining about the latest openscad update being
"not authenticated". Anyone else seeing this?

openscad-nightly (version 20161125T013427.gitf560510-1729.1) will be
upgraded to version 20161130T003602.gitb942e96-1733.1

Thanks,
Bill m

mintUpdate 4.9.3.3 is complaining about the latest openscad update being "not authenticated". Anyone else seeing this? openscad-nightly (version 20161125T013427.gitf560510-1729.1) will be upgraded to version 20161130T003602.gitb942e96-1733.1 Thanks, Bill m
TP
Torsten Paul
Fri, Dec 2, 2016 7:44 AM

On 12/02/2016 02:27 AM, William W Martin wrote:

mintUpdate 4.9.3.3 is complaining about the latest openscad
update being "not authenticated". Anyone else seeing this?

openscad-nightly (version 20161125T013427.gitf560510-1729.1)
will be upgraded to version 20161130T003602.gitb942e96-1733.1

Yes, the old OBS signing key expired. This is now extended
but needs to be re-imported to the local key chain.

See note at http://www.openscad.org/downloads.html#snapshots

ciao,
Torsten.

On 12/02/2016 02:27 AM, William W Martin wrote: > mintUpdate 4.9.3.3 is complaining about the latest openscad > update being "not authenticated". Anyone else seeing this? > > openscad-nightly (version 20161125T013427.gitf560510-1729.1) > will be upgraded to version 20161130T003602.gitb942e96-1733.1 > Yes, the old OBS signing key expired. This is now extended but needs to be re-imported to the local key chain. See note at http://www.openscad.org/downloads.html#snapshots ciao, Torsten.
WW
William W Martin
Fri, Dec 2, 2016 4:18 PM

Hi Torsten,

Ok, I followed the script, still not working. I tried 'su root' before
the wget, made no difference. Already had the
*/etc/apt/sources.list.d/openscad.list *file, with correct contents,
re-wrote it anyway, still no luck. This is on Ubuntu 14.04 LTS system.
Any ideas?

Regards,

Bill m

On 12/01/2016 11:44 PM, Torsten Paul wrote:

On 12/02/2016 02:27 AM, William W Martin wrote:

mintUpdate 4.9.3.3 is complaining about the latest openscad
update being "not authenticated". Anyone else seeing this?

openscad-nightly (version 20161125T013427.gitf560510-1729.1)
will be upgraded to version 20161130T003602.gitb942e96-1733.1

Yes, the old OBS signing key expired. This is now extended
but needs to be re-imported to the local key chain.

See note at http://www.openscad.org/downloads.html#snapshots

ciao,
Torsten.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Hi Torsten, Ok, I followed the script, still not working. I tried 'su root' before the wget, made no difference. Already had the */etc/apt/sources.list.d/openscad.list *file, with correct contents, re-wrote it anyway, still no luck. This is on Ubuntu 14.04 LTS system. Any ideas? Regards, Bill m On 12/01/2016 11:44 PM, Torsten Paul wrote: > On 12/02/2016 02:27 AM, William W Martin wrote: >> mintUpdate 4.9.3.3 is complaining about the latest openscad >> update being "not authenticated". Anyone else seeing this? >> >> openscad-nightly (version 20161125T013427.gitf560510-1729.1) >> will be upgraded to version 20161130T003602.gitb942e96-1733.1 >> > Yes, the old OBS signing key expired. This is now extended > but needs to be re-imported to the local key chain. > > See note at http://www.openscad.org/downloads.html#snapshots > > ciao, > Torsten. > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
TP
Torsten Paul
Fri, Dec 2, 2016 5:08 PM

On 12/02/2016 05:18 PM, William W Martin wrote:

Hi Torsten,

Ok, I followed the script, still not working. I tried
'su root' before the wget, made no difference. Already
had the */etc/apt/sources.list.d/openscad.list *file,
with correct contents, re-wrote it anyway, still no
luck. This is on Ubuntu 14.04 LTS system. Any ideas?

The important part is:

NOTE: If you get errors about an expired key valid
till 2016-11-28, please re-import via the following
command.

wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key add -

You can do that also in separate steps by just downloading
the file via web browser and then just run the command
"apt-key add OBS-Repository-Key.pub" as root.

After this, a call to "apt update" should not get errors
about the expired key anymore.

ciao,
Torsten.

On 12/02/2016 05:18 PM, William W Martin wrote: > Hi Torsten, > > Ok, I followed the script, still not working. I tried > 'su root' before the wget, made no difference. Already > had the */etc/apt/sources.list.d/openscad.list *file, > with correct contents, re-wrote it anyway, still no > luck. This is on Ubuntu 14.04 LTS system. Any ideas? > The important part is: NOTE: If you get errors about an expired key valid till 2016-11-28, please re-import via the following command. wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key add - You can do that also in separate steps by just downloading the file via web browser and then just run the command "apt-key add OBS-Repository-Key.pub" as root. After this, a call to "apt update" should not get errors about the expired key anymore. ciao, Torsten.
WW
William W Martin
Fri, Dec 2, 2016 5:14 PM

Well....now it is magically working again. May be an Update Manager
issue, it started working when a new update for something else was added
to the list of updates.

Bill m

On 12/02/2016 08:18 AM, William W Martin wrote:

Hi Torsten,

Ok, I followed the script, still not working. I tried 'su root' before
the wget, made no difference. Already had the
*/etc/apt/sources.list.d/openscad.list *file, with correct contents,
re-wrote it anyway, still no luck. This is on Ubuntu 14.04 LTS system.
Any ideas?

Regards,

Bill m

On 12/01/2016 11:44 PM, Torsten Paul wrote:

On 12/02/2016 02:27 AM, William W Martin wrote:

mintUpdate 4.9.3.3 is complaining about the latest openscad
update being "not authenticated". Anyone else seeing this?

openscad-nightly (version 20161125T013427.gitf560510-1729.1)
will be upgraded to version 20161130T003602.gitb942e96-1733.1

Yes, the old OBS signing key expired. This is now extended
but needs to be re-imported to the local key chain.

See note athttp://www.openscad.org/downloads.html#snapshots

ciao,
Torsten.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Well....now it is magically working again. May be an Update Manager issue, it started working when a new update for something else was added to the list of updates. Bill m On 12/02/2016 08:18 AM, William W Martin wrote: > > Hi Torsten, > > Ok, I followed the script, still not working. I tried 'su root' before > the wget, made no difference. Already had the > */etc/apt/sources.list.d/openscad.list *file, with correct contents, > re-wrote it anyway, still no luck. This is on Ubuntu 14.04 LTS system. > Any ideas? > > Regards, > > Bill m > > > On 12/01/2016 11:44 PM, Torsten Paul wrote: >> On 12/02/2016 02:27 AM, William W Martin wrote: >>> mintUpdate 4.9.3.3 is complaining about the latest openscad >>> update being "not authenticated". Anyone else seeing this? >>> >>> openscad-nightly (version 20161125T013427.gitf560510-1729.1) >>> will be upgraded to version 20161130T003602.gitb942e96-1733.1 >>> >> Yes, the old OBS signing key expired. This is now extended >> but needs to be re-imported to the local key chain. >> >> See note athttp://www.openscad.org/downloads.html#snapshots >> >> ciao, >> Torsten. >> >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org