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
2
votes
1 answer

Compiling a program from 1988

I am trying to compile a program from 1988. This program computes two-dimensional reconstructions from computerized-tomography-type experiments - only it takes into account first order diffraction of light. I uploaded the archive…
Paul
  • 85
  • 5
1
vote
1 answer

Node is installed during provisioning on vagrant but disappears upon connecting to ssh

I am really getting sick of this and I don't know what is wrong. I am using Vagrant 1.7.2 , Ubuntu 13.04 , Virtual Box 4.3 12 r93733 My host machine is Windows 8.1 Here is my node bootstrap script found on my bootstrap.sh echo "--- Installing…
bman
  • 3,740
  • 9
  • 34
  • 40
1
vote
1 answer

C++ stdlib.h system() command wont work after allocating 8GB memory

Im running the following sample code under ubuntu 13.04 64bit having 16 GB mem installed using intel compiler 14 toolchain. Im having an issue regarding the system("do something bashy..") wont work after my application allocting at a certein…
HundiaE
  • 13
  • 2
1
vote
1 answer

Unknown driver type "mpio"

I would appreciate if anyone could guide me towards a solution/understanding for the following error message : f = h5py.File(filename, 'w', driver='mpio', comm=comm) File "/usr/lib/python2.7/dist-packages/h5py/_hl/files.py", line 149, in…
imranal
  • 656
  • 12
  • 35
1
vote
1 answer

How to install driver of Huwaei Modem E303C in ubuntu 13.04?

I extracted the linux driver tar file in my desktop directory and the run following commands: cd Desktop/driver ./install /home//Desktop/driver and i got following errors: DRIVER COPY…
user3181411
  • 135
  • 1
  • 5
  • 11
1
vote
1 answer

server version mismatch postgresql pg_dump

I'm getting the following error when I'm trying to export my database... pg_dump: server version: 9.3.1; pg_dump version: 9.1.11 pg_dump: aborting because of server version mismatch The problem is I cannot update from 9.1.11 to 9.3.1 because of my…
akruspe
  • 141
  • 1
  • 14
1
vote
2 answers

kernel panic - not syncing: attempted to kill the idle task on Vmware workstation 7

I am trying to install ubuntu through vmware Work Station.The process is halting after throwing the error "kernel panic - not syncing: attempted to kill the idle task", I searched for the solution in forums, but they are of little help. Here is the…
1
vote
0 answers

Is it possible to fix the font rendering/font smoothing on Ubuntu 13.04 for Matlab R2013a?

Hello everyone I have an issue with the R2013a version of Matlab on Linux. This issue pertains to the awful font rendering when writing scripts in the Matlab Editor. This bad font rendering is not conducive to programming and is a problem when…
vortexh
  • 11
  • 2
1
vote
0 answers

JavaFX buttons doesn't work on Ubuntu with touch screen

Some weird things happened with JavaFX-application, working good on non-touchscreen Ubuntu 13.04. OnMouseClickedListener and any others, like onAction or onTouch don't catch Events , but CSS-styled buttons changes to selected while we touch it.. so…
Vadym Tretyak
  • 43
  • 1
  • 5
0
votes
1 answer

Intel Edison + Ubilinux + USB to UART = USB Device not created

Dear community members, We are working in the development of a robot autonomous control system running inside an Intel Edison, which -in turn- runs in a PixHawk automatic pilot module . This system uses ROS (Robot Operating System) and therefore we…
0
votes
1 answer

locale-gen on ubuntu 13.04 server doesn't work

As I need my locale which is fa_IR.UTF-8 on my Ubuntu 13.04 Server, I'm trying to install it through (sudo) locale-gen "fa_IR.UTF-8" but I don't get any output: user@s1:~# sudo locale-gen "fa_IR.UTF-8" user@s1:~# AND IT DOESN'T ADD ANY LOCALE to my…
AbdolHosein
  • 528
  • 4
  • 15
0
votes
1 answer

Java Running at close to 100% CPU

Too much logging activity over the weekend led to the following error being thrown by ColdFusion: Message: No space left on device StackTrace: java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native…
PeterKA
  • 24,158
  • 5
  • 26
  • 48
0
votes
1 answer

Printf causes Segment fault

I am trying to compile an assembly code in linux ubuntu 32-bit. But when I compile it with nasm -felf32 assembly.asm && gcc assembly.o && ./a.out I face with Segmentation fault (core dumped). I understood that the problem is with printf. I have…
Linda
  • 251
  • 1
  • 6
  • 16
0
votes
1 answer

Alternate to print greater than (>) symbol in Ubuntu

May be this question is too easy but it took a lot my time but I could not figure out. I am trying to execute echo command in which I am trying to append some data in a text file. Everything works when run in terminal but when I try to run it…
Tauqeer Ahmad
  • 43
  • 1
  • 11
0
votes
1 answer

Mysql workbenck can't start in ubuntu

I have recently installed lamp on my ubuntu 13.04. I also installed mysql workbench 32bit. First time i tried workbench it worked perfectly. Then I closed it and when i tried to open it, it just showed me the logo of workbench and then it was…
a_user
  • 207
  • 3
  • 13