question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install problem recurred in Ubuntu 14.04

See original GitHub issue

Description

Running paket.boostrapper.exe no longer works in Ubuntu 14.04. This seems to be the same or similar to the issue raised in #1072 but the suggested solution added by #1091 also no longer works.

Repro steps

$ mkdir .paket
$ cd .paket
$ wget "https://github.com/fsprojects/Paket/releases/download/3.6.1/paket.bootstrapper.exe"
$ mono paket.bootstrapper.exe
Checking Paket version (downloading latest stable)...
'Github - cached' download failed. If using Mono, you may need to import trusted certificates using the 'mozroots' tool as none are contained by default. Trying fallback download from 'Nuget - cached'.
Checking Paket version (downloading latest stable)...
Unable to look up the latest version online, the cache contains version 0.
Object reference not set to an instance of an object (Nuget - cached)
Error getting response stream (Write: The authentication or decryption has failed.): SendFailure (Github - cached)

The issue thread and error message suggest using mozroots to import missing certificates. That fails thusly:

$ mozroots --import --sync
Mozilla Roots Importer - version 3.2.8.0
Download and import trusted root certificates from Mozilla's MXR.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Downloading from 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'...
Couldn't retrieve the file using the supplied information.

Expected behavior

Bootstrapper downloads paket.exe and/or the suggested mozroots solution solves the certificate problem allowing bootstrapper to download paket.exe.

Actual behavior

Bootstrapper does not download paket.exe. Mozroots does not import any certificates.

Known workarounds

I’d like to hear of any.

Related information

  • Operating system: Ubuntu 14.04.4 LTS
  • Branch: (of paket?) 3.6.1 release
  • Mono version: 3.2.8

It seems like the only issue in paket itself is that the moztools suggestion in the error message isn’t terribly helpful. The old version of mono probably adds many problems in its own right but I haven’t been able to find a statement in paket’s documentation about a minimum supported version.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:3
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
daz10000commented, Dec 5, 2016

FWIW, this seems to be a low level mono bug. I’ve filed a bug report and not a paket problem, although paket could probably use the nameresolutionfailure as a cue that it’s not a certificate issue. That’s was a little misleading.

1reaction
mclangcommented, Feb 9, 2018

I encountered this same problem on Solus running mono 5.4.1.6 when running paket.bootstrapper.exe or paket.exe. The latter one I can download manually, but how to fix e.g mono paket.exe update?

Strange thing is that it works on CentOS 7.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error during installation of Ubuntu 14.04 (LTS) in windows ...
I want to use ubuntu side by side with windows 8.1, therefore I was trying to install ubuntu in a different drive than...
Read more >
Installation problems (Ubuntu 14.04) - ROOT Forum
I was trying to install root (version 5.34.23) on my computer when this error occurred: g++ -shared -Wl,-soname,libGX11TTF.so -m64 -O2 -Wl ...
Read more >
Installation problem on Ubuntu 14.04 LTS - Manager Forum
Hello, I am trying to install manager.io on my Ubuntu 14.04 LTS but although the file is installed it does not open. I...
Read more >
Ubuntu 14.04 install problem - LWKS Forum - Lightworks
I just downloaded lwks 14.5 deb from the official website. When I try to install it in my Ubuntu 14.04, it fails with...
Read more >
How To Fix System Program Problem Detected In Ubuntu
In this post we are going to see what to do with “system program problem detected” report in Ubuntu 14.04 and 16.04.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found