Ubuntu 14.10 is the next-to-last release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.10. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.
Questions tagged [ubuntu-14.10]
50 questions
2
votes
1 answer
Errors in newly created GTK# project
I just installed Monodevelop 5.7.0 in Ubuntu 14.10 in a 32bit machine. I created some console C# applications for testing and everything works fine. But when I tried to create a GTK# project and execute it, I have the following 3 errors in the…

CyborgNinja23
- 290
- 12
- 33
2
votes
1 answer
Docker Redis container orderly shutdown
I am running redis-server in a Docker container on Ubuntu 14.10 x64. If I access the redis database via phpRedisAdmin, do a few edits and then get them to be saved to disk, shutdown the container and then restart it everything is fine - the edited…

DroidOS
- 8,530
- 16
- 99
- 171
2
votes
0 answers
libGL error: Ubuntu 14.10 (GNU/Linux 3.16.0-31-generic x86_64)
I'm trying to run android emulator - AVD via Eclipse, but error occurred:
libGL error: No matching fbConfigs or visual found
libGL error: failed to load driver: swrast
Although I've looked up the existing Q&As and followed them, it doesn't work…

Y L
- 21
- 2
2
votes
1 answer
Not starting NFS kernel daemon: no exports
As a note, when setting up the development server on Ubuntu 14.10, I am giving the command:
-3000-N200:/# sudo service nfs-kernel-server restart
It shows me
* Not starting NFS kernel daemon: no exports.
Can any one tall me what does this mean?

Vishwajeet Singh Rana
- 73
- 2
- 12
2
votes
2 answers
OpenCV Ubuntu installation Error
I'm Trying to install OpenCV on Ubuntu 14.10 but i'm facing this error again and again :(
/usr/bin/ld: /usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object;…

AmrWinter
- 21
- 1
2
votes
2 answers
Clang++ 3.5.0 -rdynamic
I'm compiling c++ code and I'm trying to add in the -rdynamic option so I can print out a meaningful stack trace for debugging my c++ program, but clang throws back a warning saying "argument unused during compilation: '-rdynamic'".
As a test, on…

KKK
- 125
- 1
- 7
2
votes
1 answer
How can I install wxPython 3.0.1.1 in Python 2.7 virtualenv on Ubuntu 14.10?
The following procedure fails. Am I missing something?
Install various Ubuntu packages (prerequisites for compilation)
Get http://downloads.sourceforge.net/wxpython/wxPython-src-3.0.1.1.tar.bz2
Uncompress to wxPython-src-3.0.1.1/
Create new…

lofidevops
- 15,528
- 14
- 79
- 119
1
vote
1 answer
Decrypting the openssl library generated cipher on the terminal and vice versa
I have made an implementation using the OpenSSL library to encrypt a password.
I am able to successfully encrypt and decrypt the password using the library in the code.
However, if I try to decrypt the cipher generated by the Library on a linux…

moonking1863
- 29
- 2
1
vote
1 answer
sudo apt-get update error on Ubuntu 14.10
I've just got a fresh server running Ubuntu 14.10 in a data center. I tried to install FTP with sudo apt-get install vsftpd this gave me an error that it couldn't fetch and it told me to run sudo apt-get update. So I tried to do that and then I got…

Roy Berris
- 1,502
- 1
- 17
- 40
1
vote
1 answer
How do I fix 32bit dependencies on Ubuntu 14.10 installing pharo?
I'm having trouble installing Pharo on Ubuntu 14.10:
Following those instructions here:
sudo add-apt-repository ppa:pharo/stable
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install pharo-vm-core
And the last one say there is…

SJuhel
- 182
- 1
- 9
1
vote
1 answer
sbt/sbt : no such file or directory error
I'm trying to install spark in my ubuntu machine. I have installed sbt and scala. I'm able to view their versions. But, when I try to install spark using 'sbt/sbt assembly' command, i get the below error.
'bash: sbt/sbt: No such file or…

SSD0113
- 11
- 1
- 2
1
vote
2 answers
Configuring SQLCipher on Ubuntu 14.10
i have a problem in configuring SQLCipher:
in dynamic linking
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
i receive this error:
checking whether the C compiler works... no
and in static…

Amir
- 1,250
- 18
- 22
1
vote
2 answers
phpmyadmin complains about permissions and open_basedir - but they all appear correct
phpmyadmin has been installed and working fine for months, installed via this repo:
deb http://ppa.launchpad.net/tuxpoldo/phpmyadmin/ubuntu utopic main
Suddenly, I couldn't login; no in-page errors but the logs showed:
PHP message: phpmyadmin:…

digitaltoast
- 659
- 7
- 23
1
vote
1 answer
Boto GCS authentication setup failure: no such file
I am trying to set Boto to work with GCS with Oauth2 authentication. Gsutil config -e begins the authentication process, but when it asks "What is the full path to your private key file?" I get OSError: No such file or directory.
Why would this…

ian-campbell
- 1,605
- 1
- 20
- 42
0
votes
3 answers
error while installing mongodb or postfix in ubuntu
when i try to install mongodb at that time i found below error in command line please help me to install it.
dpkg: error processing package mongodb (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin…

sunil
- 195
- 1
- 3
- 11