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
0
votes
2 answers

MonoDevelop ValaBinding install failed

I installed monodevelop in ubuntu 13.04 from git with the help of README.md, but I received an error checking for LIBVALA... no configure: error: Package requirements (libvala-0.12 >= 0.12) were not met: No package 'libvala-0.12' found Consider…
jincheng
  • 1
  • 4
0
votes
2 answers

Nothing happens when trying to call python script from a PHP file on my localhost

This are the lines in question in my php file: $eventid_arg = $_REQUEST['eventid']; $pyresponse_str = system('python s_scrape.py $eventid_arg', $retval); And I have done the following for s_scrape.py: 1- placed it in the same localhost folder as…
Lawrence DeSouza
  • 984
  • 5
  • 16
  • 34
0
votes
1 answer

Read some bytes via serial port

I can't read byte 0x11 and 0x13 via serial port. Source: int fd; /* File descriptor for the port */ fd = open(PORT_PATH, O_RDWR | O_NOCTTY);// ); | O_NDELAY if (fd == -1){//Could not open the port. fprintf(stderr, "open_port:…
0
votes
1 answer

Linux - system call not using all available CPU resources

I'm performing mv dir1 dir2/ and dir1 has hundreds of thousands of files, so it's taking a while. Parallelization aside, the corresponding kernel thread is only using 15% of a CPU core, although there's virtually nothing else running on that core.…
Alexandre Holden Daly
  • 6,944
  • 5
  • 25
  • 36
0
votes
0 answers

There was an error launching the application while executing .Desktop file in ubuntu

I have written a desktop script but when i try to execute the .desktop file as executable file then it's showing an error There was an error launching the application. I think, i have written the desktop file in correct format. Here is the .desktop…
Harsh Pratap
  • 53
  • 3
  • 14
0
votes
0 answers

Installing GoGui in Ubuntu

I tried installing GoGui using the instructions found here I did not have Java installed already, so I did a fresh install and modified the code to: sudo bash ./install.sh -p /usr/local -j /usr/lib/jvm/java-7-openjdk-i386 It didn't throw any…
0
votes
1 answer

Display menu in omnetpp

I'm using omnetpp-4.3.1 and ubuntu 13.4, my problem is I can't display the menu in my omnetpp, so there is anyway to make my menu visible?
Nadya Nux
  • 519
  • 1
  • 5
  • 17
0
votes
1 answer

OpenCV/NDK - zlib compiling issues in android makefile

I have been trying to compile my shared library which includes OpenCV libraries. My sample android make files is as below: LOCAL_PATH := (call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libopencvXXX LOCAL_SRC_FILES :=…
pree
  • 2,297
  • 6
  • 37
  • 55
0
votes
3 answers

How to compile and run .java files in ubuntu?

I have Ubuntu 13.04 32-bit installed on my system. I downloaded Java SE Development Kit 7 from here with the extention .tar.gz I used the command tar xvfz Downloads/jdk-7u51-linux-i586.tar.gz to uncompress the downloaded file in my home directory…
rainu
  • 733
  • 2
  • 12
  • 26
0
votes
2 answers

Error in installing packages from RStudio

I have been trying to install the package "doby" from RStudio (ver 0.98.501 ) on ubuntu 13.04 but it keeps throwing the following warning and the package does not get installed. Warning in install.packages : package ‘doBy’ is not available (for R…
ping localhost
  • 479
  • 3
  • 22
0
votes
1 answer

Ruby on Rails: Will updating from Ubuntu 13.04 to 13.10 cause issues?

I have RVM installed, I'm just curious if updating will force me into debug mode for hours, or if I would have to reinstall RoR. Thank you for your time.
Ian Ellis
  • 541
  • 6
  • 19
0
votes
0 answers

How to export environment variable from .bashrc for ubuntu terminal?

Tried following things: 1) added "export OSTYPE=linux" in .bashrc closed the terminal opened the terminal echo $OSTYPE o/p - linux-gnu 2) added "export OSTYPE=linux" in .profile closed the terminal opened the terminal echo $OSTYPE o/p - linux-gnu
user3181411
  • 135
  • 1
  • 5
  • 11
0
votes
1 answer

Demonstrate buffer overflow in C in Ubuntu 13.04

As part of my assignment i have to demonstrate stackoverflow in my linux box. My Box Config: OS: Ubuntu 13.04 GCC version: 4.6.3 I tried to compile the program with the flag -fno-stack-protector, the program complies successfully but Segmentation…
3lokh
  • 891
  • 4
  • 17
  • 39
0
votes
0 answers

OpenGL crash at glTexBuffer(...)

I am trying to program a particle system for my 2D opengl game. Therefore, geometry instancing seems to be good together with a TBO holding the data of each particle. The problem is, at initialization, the function glTexBuffer(GL_TEXTURE_BUFFER,…
0
votes
1 answer

My php project is not running on local ubuntu machine

Php project is working still yesterday.today when i open it shows 404 error. in /etc/apache2/sites-available/ new swap file is appeared i removed and started the apache2 server again still it is not working. When i open logs it shows:…
Anusha
  • 15
  • 1
  • 4