Questions tagged [ubuntu-16.10]
24 questions
34
votes
5 answers
Cannot install postgres on Ubuntu (E: Unable to locate package postgresql)
So I'm having this problem where for some reason I can't install any package on my ubuntu system.
I'm currently on Ubuntu 16.10.
terminal install logs
Update:
I've done entered those commands and got this.
after update and apt-cache
What should I…

Lucas Perry
- 361
- 1
- 4
- 7
4
votes
2 answers
Postgresql : can't connect with new created users
Here's the error :
$ psql -h localhost -U kMbjQ6pR9G -d fzvqFILx0d
Password for user kMbjQ6pR9G:
psql: FATAL: password authentication failed for user "kMbjQ6pR9G"
FATAL: password authentication failed for user "kMbjQ6pR9G"
I'm probably…

David
- 755
- 1
- 9
- 22
1
vote
0 answers
Docker not naming images Meteorup
I am trying to deploy an application to a server. I am using Meteorup for deployment. This deployment config on this post is what I use Meteor-up terminates after running deploy.
This is part of the questions I have raised and yet none have solved…

ken4ward
- 2,246
- 5
- 49
- 89
1
vote
3 answers
Rails + PostgreSQL + rbenv-vars: fe_sendauth: no password supplied using environment variables
I'm working on a Rails project which uses PostgreSQL and I want to store the database login details in a file and access them with environment variables using rbenv-vars. I'm running Ubuntu 16.10.
Considering the following files:
pg_hba.conf
#…
user2126359
1
vote
1 answer
SDL not rendering (Linux, i3wm)
Im trying to just render some pixels to the screen, the window appears but its just all black. (My guess is that it's i3-wm doing something weird with X11/SDL?). Also im using Ubuntu 16.10, SDL 2.2, compiling with gcc, debugging with gbd.
Maybe I'm…

Piero Marini
- 131
- 1
- 11
1
vote
1 answer
Ubuntu 16.10 : get recent docker & docker compose version?
I'm looking to use Docker compose with v2 docker-compose.yml syntax.
When I'm following the documentation (https://store.docker.com/editions/community/docker-ce-server-ubuntu?tab=description) old docker and docker-compose version has installed :
$…

David
- 755
- 1
- 9
- 22
1
vote
1 answer
PhpStorm 2017.1 freezes on Ubuntu 16.10
I had no problem with PhpStorm on Windows 10 for almost 2 years. Now, when I installed Ubuntu 16.10, there is some strange magic going over here.
I've got a project which I've newly created from existing sources. Everything went fine for that…

Jazi
- 6,569
- 13
- 60
- 92
1
vote
1 answer
Install latest MongoDB on Ubuntu 16.10
I am trying to install MongoDB on Ubuntu 16.10, I have followed the steps in the MongoDB official website.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
echo "deb [ arch=amd64,arm64 ]…

Thabo
- 1,303
- 2
- 19
- 40
0
votes
1 answer
Installed Opencv 3.4 with Anaconda Env Python Path - "No Module found"
I installed opencv 3.4.2 from source using this guide
One major change i did was point the python-executable to my anaconda3 env python3.6.
The configuration was passed successfully. However, when I activate the anaconda environment and try to…

lamo_738
- 440
- 1
- 5
- 15
0
votes
1 answer
Can't start MongoDB on Ubuntu 16.10
I am trying to install mongodb on ubuntu 16.10, though it's not listed in supported versions.
I first got this error trying to start the mongo shell:
MongoDB shell version v4.0.0
connecting to: mongodb://127.0.0.1:27017
2018-07-12T11:15:00.464+0200…

noran
- 1
- 2
0
votes
0 answers
debian -bash: ./program: cannot execute binary file: exec format error
I am compiling a c++ program using Eclipse in Ubuntu 16.10. When I try to run the executable file in my beaglebone black with OS debian 8.7 jessie the system gives me the following error:
-bash: ./program: cannot execute binary file: Exec format…

ClaudiaGR
- 11
- 6
0
votes
0 answers
How to install tensorflow on ubuntu 16.10 having python2.7
Can someone will help me to install tensorflow on ubuntu 16.10 having python version 2.7?

Tony Stark
- 1
- 1
0
votes
0 answers
npm ERR! Linux 4.4.0-31-generic
what's the cause of this error, and how do I fix it. I'm trying to install NPM and Nodejs. Please, quick response needed. This is truly pulling my hairs. I never knew it is this hard to deploy a meteor app because of all the dependencies.
npm ERR!…

ken4ward
- 2,246
- 5
- 49
- 89
0
votes
1 answer
How to overcome this compilation(Nuitka) error for python
I'm just starting to know about python language, and i just know the basics.
I am finding problem when trying to compile a small command in ubuntu using nuitka.
Note : The python version i'm using here is python 3.6
Here is my $ sample.py $.
…

Karthikeyan S
- 669
- 3
- 11
0
votes
1 answer
Unicorn service failing to start on Ubuntu 16.10
I'm working on a project which requires Unicorn to run. I have set up a service which will start on boot. However, it fails to start. Here is an excerpt from the log with the errors:
jul 05 08:21:04 ubuntu3 su[1255]: pam_systemd(su:session): Failed…
user2126359