Questions tagged [ubuntu-server]

Ubuntu Server is a flavour of the Ubuntu operating system. It is the same core product as the Desktop version, but with certain differences that make it more suitable as a server. Most notably, it's missing a GUI. is a free desktop and server operating system based on Debian GNU/Linux. Note that https://askubuntu.com is specifically dedicated to Ubuntu questions.

Philosophy

The goal of the Ubuntu project is to provide a free computer environment, centered on a Linux distribution and complemented by online services.

Releases

Ubuntu includes a small amount of non-free software such as drivers. Ubuntu offers a large amount of packages directly taken from Debian's unstable distribution, in the form of the universe repository.

There is a release of Ubuntu every six months. One in four is a long-term support (LTS) release.

Links

Common tasks

812 questions
2
votes
2 answers

Make & make install in Asterisk config not complete

I config with ./configure and make menuconfigcurrently. but when I run the make command: root@ubuntu:~/asterisk-15.0.0# make CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent"…
Hamed Keshavarz M
  • 476
  • 2
  • 13
  • 27
2
votes
3 answers

Getting error when connecting Nifi to Elasticsearch

I have Nifi 1.4.0 and Elasticsearch 5.6.2 installed on a VM instance of Ubuntu 16.04.3 LTS. My aim is to use Nifi to pull some data from Twitter, have that stored in Elasticsearch and ultimately I'll be playing around with the data in Kabana. The…
2
votes
1 answer

MySQL Cluster Auto Installer Error: DLL Load Failed: The specified module could not be found

I am trying to install MySQL cluster. I installed mysql cluster gpl auto installer on windows with msi installer. mysql-cluster-gpl-7.5.7-winx64 I installed 3 ubuntu servers to use as nodes. I allow remote ssh connection permission for ubuntu…
2
votes
2 answers

what is the use of parentheses in linux command

I run following command in Linux terminal. Can anyone tell me what is the use of parentheses in Linux terminal and following command also ? $(echo "GET / HTTP/1.0";echo "Host: www.google.com"; echo) | nc www.google.com 80
njoe
  • 39
  • 1
  • 2
2
votes
1 answer

Android emulator with Google API not starting with Jenkins on Ubuntu Server 16.04

Using Jenkins on Ubunut Server 16.04 with Android Emulator Plugin, I managed to get it working when I set the OS Version to "android-19". Below a short screenshot from the settings: While this works for the plugin and the emulator, my application…
Fabiano Araujo
  • 876
  • 6
  • 19
2
votes
3 answers

Error loading oci8.so with Ubuntu server 17.04 php 7 and apache2

I have gone through the whole process of downloading Oracle instant client, SDK, etc. in a Ubuntu Server 17.04. Then converted rpm packages to deb with alien, installed, set the paths, downloaded pecl oci8, compiled and installed (w/o errors), etc.…
Enrique
  • 1,015
  • 4
  • 27
  • 54
2
votes
3 answers

no mdadm -D output in crontab

I have the following script: #!/bin/bash # wait, just in case hdd md0 in not mountet yet sleep 30 # write Raid state in log-file mdadm -D /dev/md0 > /home/main_usr/myScripts/raidHealth.log #just check if it writes to the file echo "just a Test"…
Mac Jo
  • 41
  • 6
2
votes
3 answers

Java, rJava install on AWS EC2 for R (xlsx and other packages)

I have reactivated my dormant Amazon EC2 microinstance with Ubuntu 16.04.LTS and RStudio (see sessionInfo() output below) running (thanks to AMI by Louis Aslett). After ssh-ing to the AWS instance first I've run sudo apt-get update. When I tried…
mmatt
  • 23
  • 4
2
votes
2 answers

Can't connect to Cassandra remote host using cqlsh

I have cassandra running on single node in Ubuntu Server 14.04 (with IP 10.3.2.92 and I am connected via VPN to the same network of the server). The following parameters in the file cassandra.yaml were changed: listen_address: 10.3.2.92 rpc_address:…
joao-prg
  • 97
  • 1
  • 2
  • 11
2
votes
1 answer

Vagrant: PHP7.0-fpm.service failed because the control process exited with error code

I have a new ubuntu/xenial64 box based Vagrant installation. Unfortunately the PHP7.0 service does not running If I running the following systemctl status php7.0-fpm.service command this will be the result: ubuntu@Project-Yii-Shop:~$ systemctl…
stecker
  • 149
  • 1
  • 1
  • 9
2
votes
0 answers

Wrong time since posted

I found this as an example for a time elapsed string. I have a weird thing going on, when I post it from my local web server it goes to my remote database, It will show the time since on my local webserver correctly, but when you post from my live…
Morgan Green
  • 1,012
  • 2
  • 10
  • 22
2
votes
1 answer

Flask application cannot find gpg

I'm interfacing gpg in a flask application with python-gnupg. The module is installed in a virtualenv together with the rest of my application. When running I receive a 500 internal server error, and the exception is: File…
Sindre Smistad
  • 139
  • 1
  • 11
2
votes
1 answer

Server Error After OpenEdx installation

I just installed OpenEDX script on a Ubuntu Server following this tutorial,I get no error while installation but after it finished and when I tried to visit it I'm getting Server Error
2
votes
1 answer

Script to start command in byobu tab

I have used screen to start a server process, to witch I can later attach if needed and deatach again to carry on with other things. It worked fine but I have found byobu recently and I really love it. I want to use the same kind of scripts to run…
P. Károlyi
  • 21
  • 1
  • 4
2
votes
1 answer

CakePHP Connection Refused in Browser

I'm working on setting up/learning CakePHP for the first time and I am struggling to figure out why I cannot reach my server over the default port 8765. I like to develop on an ubuntu machine and work on the code remotely. The server is hosted on a…
Allen Butler
  • 337
  • 3
  • 12