Questions tagged [ubuntu-13.04]

Ubuntu 13.04 was released on schedule on 25 April 2013.

Ubuntu 13.04 was released on schedule on 25 April 2013.

Code name: Raring Ringtail

56 questions
124
votes
8 answers

Qt: can't find -lGL error

I just reinstalled QtCreator, created new project (Qt Application) an got this after compilation: /usr/bin/ld: **cannot find -lGL** collect2: error: ld returned 1 exit status make: *** [untitled1] Error 1 18:07:41: The process "/usr/bin/make"…
Hofmn
  • 1,343
  • 2
  • 9
  • 4
103
votes
10 answers

'Failed to unlink socket file" error in MongoDB 3.0

I am new to MongoDB. I am trying to install MongoDb 3.0 on Ubuntu 13.0 LTS, which is a VM on Windows 7 Host. I have installed MongoDB successfully (packages etc.), but when I execute the command sudo service mongod start, I get the following error…
KurioZ7
  • 6,028
  • 13
  • 46
  • 65
32
votes
4 answers

Can't use uuid and create an extension to use it

I want to use uuid in Postgresql 9.2 on Ubuntu 13. So when I tried to check whether is available or not, I did: select uuid_generate_v4() as one; And it gave me ERROR: function uuid_generate_v4() does not exist Then I did CREATE EXTENSION…
Incerteza
  • 32,326
  • 47
  • 154
  • 261
13
votes
4 answers

Trying to remove git repo on ubuntu guest

I am trying to remove whole git repository from my local machine, but git prohibits to delete several files. I've tried: rm -r folder It asked me do I want to delete some write-protected files? I've asked y. Following message appeared: rm: cannot…
Danny Ocean
  • 1,081
  • 2
  • 14
  • 30
9
votes
3 answers

High server load caused by mysql

We are running a VPS and experience a high load caused by the mysql server. Currently we are unable to find the cause of this problem and therefore I hope someone can point me in the right direction. The VPS has 4 cpus and 4GB (18/11 EDIT: now 8GB)…
Sander
  • 99
  • 1
  • 1
  • 5
8
votes
3 answers

new to Bash - keep getting Illegal option error

I'm quite new to ubuntu and bash scripting and wanted to know why I might be getting this error when using GETOPTS. here is the code I use to run it. sh /home/ubuntu/Desktop/test.sh -f /home/u/Desktop/ -p 'TEST' I think i'm calling the script…
Duenna
  • 2,186
  • 2
  • 14
  • 17
6
votes
2 answers

Troubleshooting Latex table from pandas dataframe to_latex()

I am unable to visualize the Latex table generated using dataframe.to_latex() from pandas in my IPython notebook. It shows the exact string with the "\begin.." line in a box. I am also curious why the table is formatted {lrrrrr} and how I can change…
4
votes
2 answers

npm install not installing things at /usr/bin

I am trying to install SailsJS with: $ sudo npm install -g sails It works, install everything at /home/brunoluiz/npm/lib/node_modules/sails with the following log: /home/brunoluiz/npm/bin/sails ->…
Bruno Luiz
  • 188
  • 1
  • 1
  • 8
4
votes
1 answer

Retrieve SQL table row count with C++

I am new to C++ with sqlite3 on Ubuntu. I would like to get the row count of the SQL tables so I want to execute this command "SELECT COUNT(*) FROM Table" in C++ so that I can use that row counts in another methods.
Vera Aung
  • 85
  • 1
  • 1
  • 10
4
votes
1 answer

Identify with services-IRC

I used to hangout at #RubyOnRails in freenode. i have no previous experience with IRC ,michael hartl's tutorial lead me there.For past few weeks when i try to join the channel ,i get this issue NickServ- This nickname is registered. Please choose a…
ashkar
  • 300
  • 1
  • 9
3
votes
1 answer

Cannot find sip.h when installing pyQt4

I'm trying to install PyQt-x11-gpl-4.11 in my ubuntu 13.04 Linux vm, configure-ng.py ran well but when using make, it prompts below error message,** root@ubuntu:/home/yanwang/Downloads/PyQt-x11-gpl-4.11# make cd QtCore/ && make -f Makefile…
user3803631
  • 31
  • 1
  • 2
3
votes
3 answers

Running a Docker image command in a mounted folder

I'm trying to execute lein run in a Clojure Docker image out of a mounted folder that is not /, but when I try to cd into a folder, Docker complains with unable to locate cd: docker run -v /root/chortles:/test -i jphackworth/docker-clojure cd /test…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
3
votes
1 answer

How to hide the verbose of "find" command in ubuntu?

I executed following command: find . name "myfile.txt" but this shows verbose information. How to unshow this verbose ?
user3181411
  • 135
  • 1
  • 5
  • 11
2
votes
2 answers

CoffeeScript: No output after installation

I'm running Ubuntu 13.04, after installing using: $ sudo npm install -g coffee-script ..with output.. npm http GET https://registry.npmjs.org/coffee-script npm http 304 https://registry.npmjs.org/coffee-script /usr/local/bin/coffee ->…
mikabytes
  • 1,818
  • 2
  • 18
  • 30
2
votes
3 answers

OpenNI SDK2, can't find Kinect device (Ubuntu 13.04)

I downloaded OpenNI SDK2 sources x64, compiled and tried to run Samples, but wasnt successful. 100 INFO New log started on 2013-10-27 00:03:47 130 INFO --- Filter Info --- Minimum Severity: VERBOSE 166 VERBOSE No override device…
svope
  • 31
  • 1
  • 8
1
2 3 4