Closed borzel closed 6 years ago
Can you provide a link to the ISO you've used?
Of course:
openssh server
to install on package selectionYou also installed curl, as it's not included in this ISO by default.
Whatever this package is for, it seems to still be unstable, https://launchpad.net/ubuntu/+source/cmdtest
I'm not sure if us addressing it by checking for and removing it is ideal as this currently only affects the mini iso that is provided above.
Simply removing the one package sudo apt remove cmdtest
before running the installation script works without issue but could cause future issues if this package is pulled into the main server distro.
@borzel have you tried with the normal server iso and see if the issue persists?
For what it's worth this appears to be an issue from last year at least as far as I can tell. https://github.com/yarnpkg/yarn/issues/3189
Also worth noting it appears that this package is set to be removed, so that adds more to the case of should it be something that needs to be addressed by us or the upstream team?
I did not try with the normal server iso. Use the mini.iso for years, so servers are small and light.
Hi Borzel,
This isn't an issue we should be "fixing" the debian/ubuntu team appear to already know about this issue and have it planned to remove it.
This particular issue isn't one that should be corrected by the installation script provided here.
Please remove the package manually if you wish to use this particular ISO and then install as outlined in the above information. Alternatively please use a different ISO that doesn't contain this package.
Ok, thats fine :-)
Expected Behavior
XOCE is installed and functional
Actual Behavior
XOCE is not installed, but no error message in final output
Problem
yarn
can not be installed/used because the packagecmdtest
provides also binary calledyarn
http://www.openmutual.org/2017/10/yarn-install-fails-as-it-is-using-cmdtest-package-and-not-yarn/Solution
remove package
cmdtest
so that yarn can be installed, maybe check at start ifcmdtest
is installed and display some error message