ubuntu-16.04 Questions
2
Solved
A couple weeks a go I moved from Ubuntu 14.04 to 16.04 and found my Upstart script no longer worked, so feeling adventurous I managed to create a Systemd script that worked instead.
But I'm having...
Mistook asked 6/7, 2016 at 9:47
3
Solved
I'm trying to use ImageMagick to create thumbnail images that are 3840 x 2160.
I need the image to have a black background and white text. The text should be centered vertically and horizontally.
I...
Feme asked 22/7, 2020 at 20:32
1
Today I was prompted to upgrade my OS from Ubuntu 14.04 LTS to 16.04 LTS. Generally speaking, it went smoothly. However, I did receive error messages indicating that the upgrade of PostgreSQL from ...
Nu asked 1/8, 2016 at 3:16
4
Solved
running Ubuntu 16.04.5 LTS 4.4.0-108-generic on a virtual private server
My aim is to deploy a meteor application with mup.js,
but it fails because of dockerd not being launched. The problem is, i...
Angola asked 2/10, 2018 at 23:27
4
Solved
My client created a ubuntu server 16.04 to deploy a web app. And I have been getting difficulties the get the app deployed properly ...
So is there a way for me to reset the server back to its ori...
Drunkard asked 19/8, 2017 at 11:40
3
Solved
I want to start node with pm2 and environment variables like --nouse-idle-notification or --max-old-space-size=2048.
However, whatever I do, it is not passing the node variables. I start my app wit...
Yogi asked 8/12, 2016 at 2:3
8
Solved
I Installed Redis Server on ubuntu 16.04. but when I try to start the redis service using
$ sudo systemctl start redis
I receive message:
Failed to start redis.service: Unit redis-server.service i...
Chromite asked 29/10, 2016 at 7:44
9
After running the command
mysql -v in Ubuntu, I am getting the following error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Inglebert asked 14/12, 2016 at 16:33
5
I want to install tensorflow-gpu on my linux machine on google cloud platform. I am not using an deep learning vm gcp provide. So I installed anaconda on my linux instance and now i want to install...
Temperament asked 25/3, 2020 at 13:5
10
I am getting Permission denied (publickey) error when doing ssh by ssh username@ip while ssh working when we are doing vagrant ssh
VagrantFile :
Vagrant.configure("2") do |config|
config.vm.box ...
Crackup asked 10/5, 2018 at 10:47
4
I cannot uninstall serverless. I have tried npm uninstall -g serverless but entering serverless -v after prints the version. I'm on Ubuntu Server 16.04.
Running which serverless prints /usr/bin/se...
Colbert asked 7/5, 2019 at 2:5
39
I am using Laravel 4.2 with docker. I setup it on local. It worked without any problem but when I am trying to setup online using same procedure then I am getting error:
pull access denied for <...
Fidelity asked 10/2, 2018 at 10:49
8
Got this error when compiled java code in ubuntu.
![Got this error][1]
error: illegal character: '\ufeff'
import java.net.*;
^
error: class, interface, or enum expected
import java.net.*;
^...
Chinoiserie asked 15/8, 2017 at 17:1
4
Solved
I created a Dockerfile to run Docker inside Docker:
FROM ubuntu:16.04
RUN apt-get update && \
apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-co...
Stannary asked 6/1, 2019 at 14:9
7
Solved
I am trying to connect to MS SQL Server using pyodbc from a remote machine running Ubuntu 16.04.
import pyodbc
conn = pyodbc.connect(r'DRIVER=ODBC Driver 17 for SQL Server; SERVER=xxxTest-SRV; P...
Mcripley asked 26/4, 2018 at 14:55
4
In Google Cloud Platform's Ubuntu 16.04.1 instance, the output of my startup script was written to /var/log/startupscript.log.
Since they upgraded to 16.04.02 I can't find the logs anymore.
Any...
Undies asked 14/3, 2017 at 12:57
3
Solved
I'm using the following guide to install MSSQL server on my ubuntu 16.04 machine
https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017
when I'm running...
Resinate asked 1/4, 2019 at 13:14
5
Scanning folders for symlinks in /home/sino/Desktop/we-clone/node_modules (4ms)
Starting JS server...
Building and installing the app on the device (cd android && ./gradlew installDebug)......
Assignee asked 31/12, 2017 at 0:57
4
Solved
I'm on Ubuntu 16.04LTS, and I'm trying to install MonoDevelop through the Flatpak package.
I am almost done, only thing missing is the runtime. When I run the following command I get an error:
fl...
Cassaundra asked 12/12, 2016 at 10:53
5
Solved
Currently, I have IntelliJ IDEA 2016.3 installed in my Ubuntu 16.04 for Java programming. I have installed it through the IntelliJ website and not the ppa. Upon launching it, I get an update availa...
Mammillary asked 1/5, 2017 at 23:24
3
I am trying to debug a simple "hello world" C++ program on Ubuntu 16.04 but gdb is not able to recognize the executable file format. However, I am able to successfully run the executable on the com...
Dockage asked 4/12, 2017 at 18:27
6
Solved
After an upgrade from Ubuntu Server 14.04 to 16.04 I had to also upgrade my Postgres clusters from 9.3 to 9.5. The normal way to do that is to first drop the (empty) 9.5 cluster that the upgrade cr...
Sorcery asked 19/11, 2016 at 11:46
2
Solved
I am working with a Nginx server.
I want to copy a configuration file to /etc/nginx/conf.d with the Vagrantfile.
The command I use is:
config.vm.provision "file", source: "./bolt.local.conf", de...
Sewan asked 7/1, 2019 at 0:24
5
Solved
I tried to install "scholarly" package, but I keep receiving this error:
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIF...
Reprove asked 5/1, 2017 at 19:13
10
Solved
I'm running Ubuntu 16.04, trying to connect to mysql in python:
import mysql
username = 'root'
cnx = mysql.connector.connect(user=username, database='db')
cnx.close()
But I get an error:
...
Coreycorf asked 30/9, 2017 at 14:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.