Questions tagged [ubuntu-15.04]

Ubuntu 15.04 is the latest release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 15.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.

Installation instructions

140 questions
0
votes
2 answers

make .py file executable in ubuntu 15.04

I am running ubuntu 15.04. I have a simple python programme test.py #!/user/bin/python print "hello, python" I want to make test.py file executable. Currently when i try to run the file using ./test.py commant its showing bash: ./test.py:…
0
votes
1 answer

Linux path/dependencies handling

I am a --user(no sudo access) on a ubuntu 15.04 server. I have to type this command every time I login to the 15.04 ubuntu server: >> export PATH="/usr/local/cuda/bin:$PATH" >> export LD_LIBRARY_PATH="/usr/local/cuda/lib64:$LD_LIBRARY_PATH" Can I…
user3711518
  • 253
  • 1
  • 3
  • 14
0
votes
1 answer

MouseAdapter not working

I have a problem with java 7/8 under Ubuntu 15.04. I participate on a project, that's been up for 4 years now, so fixing things in there might be a bigger problem. Nevertheless: When I started using Ubuntu 15.04 the MouseListener stopped working. I…
Poehli
  • 307
  • 4
  • 16
0
votes
0 answers

DjangoCMS Install Error

Trying to install django cms on a Ubuntu 15.04 machine. I think I have most of the dependencies worked out, but every time I try to create a new project I get the following error message: Command "/usr/bin/python3 -c "import setuptools,…
Blind Fish
  • 998
  • 4
  • 14
  • 25
0
votes
0 answers

Performance issues with TeamCity after Ubuntu upgrade to 15.04

After upgrading the Ubuntu to 15.04 we have encountered huge performance issues with TeamCity CI-server. It's taking 10-20% of CPU load and huge amounts of file reading. TeamCity takes over 5 minutes to start (most of time spent on Initializing…
Matias Sundberg
  • 141
  • 1
  • 6
0
votes
2 answers

Eclipse Mars Not Running After Software Update

I am running Eclipse Mars on Ubuntu 15.04. It has been running fine for months. I did a typical software update on Eclipse yesterday and it has not started since. It runs the splash screen and then quits. When I try to run Eclipse from the command…
rdw
  • 1
  • 2
0
votes
1 answer

DataStax opscenterd won't start on Ubuntu 15.04 x64

Issue: sudo service opscenterd start Failed to start opscenterd.service: Unit opscenterd.service failed to load: No such file or directory. (ERROR)-(Exit Code 6)-(Unknown error code) sudo service opscenterd status opscenterd.service …
Fedir Petryk
  • 497
  • 3
  • 16
0
votes
1 answer

Can not install Ruby 2.2.3 on Ubuntu 15.04

I have the following problem with installation Ruby on Ubuntu via RVM: http://pastebin.com/VikBZmwR Can anybody help me? I am trying to install Ruby 2.2.3 using rbenv on ubuntu 14.04 32 bit. but i got different error. I am attaching screen shot of…
Entry Guy
  • 425
  • 1
  • 7
  • 18
0
votes
1 answer

.php file won't read styles from .css file

I am making a .php website (text editor, on Ubuntu) and I'm trying to include style.css with html code which is between tags. For some reason it won't work…
mt_had
  • 1
  • 1
  • 5
0
votes
1 answer

Linux kernel recompilation issue

I successfully recompiled and installed linux kernel 4.2.0 on my ubuntu 15, I for the learning purposes tried to install another kernel 4.1.7 on my machine. I followed the exact same procedure to recompile and install it. I become successful to…
Shahjahan KK
  • 91
  • 1
  • 3
  • 12
0
votes
1 answer

can't read /usr/lib/jvm/jdk1.8.0_60/jre/lib/rj.jar proguard netbeans

i am using Ubuntu x64 15.04 and in netbeans ide i am trying to use proguard so created proguard.pro file: -libraryjars /usr/lib/jvm/jdk1.8.0_60/jre/lib/rj.jar -libraryjars libs/json-simple-1.1.1.jar -libraryjars libs/sqlite-jdbc-3.8.10.1.jar -injars…
noobdeveloper99
  • 113
  • 1
  • 10
0
votes
1 answer

(build) gcc/g++ with 32 bits libraries under ubuntu 15.04 (64-bits PC (AMD64) desktop image)

I installed Ubuntu 15.04 64-bits from the 64-bits PC (AMD64) desktop image in a VMWare image (I am under win7 64 bits), and I tried to build gcc 5.2 on it. At the configure step I had a couple of errors, like : /usr/bin/ld: cannot find crt1.o: No…
Olórin
  • 3,367
  • 2
  • 22
  • 42
0
votes
2 answers

Kubuntu 15.04 how to permanently edit dolphin or yakuake profile

The problem is the same in yakuake and dolphin. In the previous versions of kubuntu, I changed yakuake colors. To do so I had to close yakuake, edit my profile in a konsole window and restart yakuake. With kubuntu 15.04 the modifications are only…
Zach
  • 600
  • 5
  • 16
0
votes
0 answers

Access denied for user 'root'@'localhost' (using password: YES) After Install Ubuntu 15.04

I have Just setup Ubuntu 15.04 and Install mysql-server with following command >sudo apt-get install mysql-server It ask me for password for root user .. I set '123456' as password... it ask me again for confirm password again I type '123456'…
Amit Rana
  • 1,117
  • 1
  • 10
  • 32
0
votes
0 answers

Strange Segfault on Ubuntu 15.04

I'm in a Comp Sci class and my teacher uses a testing framework to grade our homeworks. I can build my assignments, but when I attempt to run, I get a segmentation fault. In LLDB, I get this backtrace: * thread #1: tid = 11993, 0x00007ffff796e990…
skycoop
  • 311
  • 1
  • 3
  • 7