Questions tagged [ubuntu-14.04]

Ubuntu 14.04 is a support release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 14.04 is twenth release of Ubuntu operating system and released on 17th April 2014 and is dubbed "Trusty Tahr"..

Features

  • Smaller Unity Launcher
  • Raise Volume Past 100%
  • Locally Integrated Menus
  • Full Menus
  • Antialiased Windows
  • Faster Lock Screen Shortcut
  • Live Window Resizing

Useful Links

4861 questions
1
vote
1 answer

WxPython 3.0 installation in Ubuntu 14.04

I am trying to build KiCad on Ubintu 14.04 where i need to install wxPython 3.0 . But the problem is that I am not able to install wxPython 3.0. Moreover, i am unable to find any help to install this package. Plese help me to sortout this issue.…
1
vote
2 answers

Cannot download ROS Gazebo 7 packages for Indigo

I'm having some trouble with installing gazebo7_ros_packages for ROS Indigo and Gazebo 7.9 on Ubuntu 14.04 LTS. I followed this tutorial. I typed this sudo apt-get install ros-indigo-gazebo7-ros-pkgs The apt installer says the following Unable to…
1
vote
0 answers

Docker container has no dns configured with custom network

I'm running Docker version 17.12.0-ce, build c97c6d6 on ubuntu 14.04. If I do docker run -it busybox ping -c 1 www.google.com It's working. Now if I try docker network create mynetwork docker run -it --network mynetwork busybox ping -c 1…
tweetysat
  • 2,187
  • 14
  • 38
  • 75
1
vote
0 answers

Can't execute 32bit on 64bit Ubuntu 14.04 and newer

Up through Ubuntu 11 I have been able to successfully execute 32bit files on 64bit os with the 32bit libraries in place. With Ubuntu 14.04 however I get seg fault errors. Originally I thought it could be vm.mmap_min_addr which for the newer kernels…
Mickjazz
  • 19
  • 1
1
vote
2 answers

Docker Insecure registry , ubuntu 14.0.4 trusty , request canceled time out awaiting headers

i created a registry using below command - docker run -d -p 5000:5000 --restart=always --name registry registry if i use command Docker pull localhost:5000/… everything works but if i use Docker pull ipaddress:5000/… everything fails i tried…
ankush
  • 949
  • 2
  • 14
  • 33
1
vote
1 answer

Finding a filetype in current directory and subdirectory, including hidden files. (Homework)

With bash, I am needing to find all gifs in my current directory and subdirectories, and display them in a specific way. I have to include hidden files as well, and I am not allowed to use grep (or its subsidiaries - fgrep and such) or basename. I…
1
vote
0 answers

mongod on Ubuntu 14.04LTS autostart on reboot

This is crazy - I've gone around-and-around on this. From the command line, I can call the following successfully: sudo service mongod --dbpath "/var/lib/mongodb" --auth I have tried at least a dozen variations of trying to get mongo to auto-start…
Jolly
  • 349
  • 1
  • 2
  • 9
1
vote
1 answer

Ubuntu installation error parsing PCC subspaces from PCCT

I get an error while trying to install ubuntu in my lenovo thinkpad laptop. I have made a bootable pen drive of ubuntu iso image [UEFI] using rufus tool.Please help me, to get out from this error. I want to install ubuntu only in single boot. Here…
1
vote
1 answer

Pentaho Kettle Process won't finish in Ubuntu

I am running Pentaho Data Integration on an Ubuntu server. I have multiple jobs that run at different times using Jenkins as the orchestrator. I have noticed that sometimes a PDI Job never ends (I get no exit code and the logs freeze in the middle…
1
vote
1 answer

How to run the tomcat 8 as a service

I have installed the tomcat v8.5.23 as client on my ubuntu14.04 machine.Now I want to run it as a service.Please tell me how to run tomcat8 as service from the tomcat8 client.
1
vote
1 answer

Install python caffe with anaconda2 (pycaffe)

I'm trying to to be able to run this demo https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation I'm running ubuntu 14.04 I have installed Anaconda, and after installing many many many dependencies another one pops. It also requires python…
サルバドル
  • 379
  • 1
  • 6
  • 12
1
vote
0 answers

MySQL: can't connect to 127.0.0.1 but localhost works

In an Ubuntu 14.04 with mysql 5.5.58-0ubuntu0.14.04.1 when trying to connect to mysql with this: mysql -u root -h 127.0.0.1 ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) Although if I connect without the host it works…
David
  • 1,147
  • 4
  • 17
  • 29
1
vote
0 answers

Can`t connect to another PC via Python sockets

I'm trying to make communication via Internet between client and server, both written in Python. I have the next code for server: def handle_client(clnt): while True: data = clnt.recv(1024) if data: print data, …
Emelien
  • 55
  • 6
1
vote
1 answer

FFmpeg forward iptv .ts remote stream returned (401 Unauthorized authorization failed)

My problem is when i try to forward remote iptv channel .ts file from remote server using this command Local Windows : ffmpeg -i http://ip_tv_server.com:_port_/live/user/user/ts_file.ts -vcodec libx264 -vb 500k -vprofile baseline -level 2.1 -acodec…
Yassine Qoraiche
  • 1,077
  • 14
  • 32
1
vote
1 answer

Unable to install ffmpeg on CircleCi 2.0

I have Ruby on Rails project which uses CircleCi to run tests. In the past I was using CircleCi 1.0 but now I migrated to CircleCi 2.0. I have problem with installing ffmpeg. CircleCi 2.0 uses Ubuntu 14.04. I install ffmpeg like this: # ffmpeg…
Mateusz Urbański
  • 7,352
  • 15
  • 68
  • 133
1 2 3
99
100