Questions tagged [fedora-21]

Version 21 of the Fedora Linux distribution.

Version 21 of the Fedora Linux distribution.

68 questions
39
votes
7 answers

How to solve "Unable to run mksdcard SDK tool" when installing Android Studio on Fedora 21?

I'm trying to install Android Studio on a 64-bit Fedora 21 system. I got the JRE and JDK pre-requisites installed, unpacked the Android Studio installation, and from its "bin" directory issued "sh studio.sh" to complete the installation. The Setup…
mcduffee
  • 1,237
  • 1
  • 10
  • 14
29
votes
2 answers

Official Fedora package for 'xxd' command?

I need to use a script based upon xxd, but it's not installed on my Fedora 21: $ xxd bash: xxd: command not found So I tried without success to search and install it: $ yum install xxd (fails) $ yum search xxd (fails) $ yum search all xxd (fails -…
Bludzee
  • 2,733
  • 5
  • 38
  • 46
21
votes
7 answers

pip fails with AttributeError: 'module' object has no attribute 'wraps'

I'm on Fedora. I recently upgraded my system from F20 to F21. Pip was working fine on F20 but after the upgrade to F21 something must have gone wrong. Pip stopped working, every time I enter the command pip the error below…
Theja
  • 2,448
  • 3
  • 14
  • 18
19
votes
3 answers

Docker container can reach DNS but not resolve hosts

I'm having an interesting problem running docker containers: out of the blue, I'm not able to resolve DNS from within the container. Here's a rundown: Nothing is resolving; apt-get, pip, one-off ping containers, etc. Running docker run -it…
dakota
  • 771
  • 1
  • 7
  • 15
17
votes
2 answers

systemd user journals not being created

Several identical machines all running Fedora 21 in a cluster are all exhibiting identical issues: Attempting to pull a user journal with journalctl -r gives: No journal files were opened due to insufficient permissions. Trying journalctl --user -r…
Winston Messer
  • 187
  • 1
  • 1
  • 5
10
votes
1 answer

fedora 21 javafx not creating mediaplayer

I recently upgraded to fedora 21. I really like it, however, javafx MediaPlayer doesn't work. As per the JavaFX System Requirements Site, for a Linux distro to create A MediaPlayer I need: libavcodec53 libavformat53 I couldn't find any of these…
randomlinuxmod
  • 327
  • 4
  • 12
5
votes
4 answers

mosquitto_pub: error while loading shared libraries: libmosquitto.so.1: cannot open shared object file: No such file or directory

I encountered this problem when I compiled mosquitto on my Fedora 21 box from source. mosquitto_pub: error while loading shared libraries: libmosquitto.so.1: cannot open shared object file: No such file or directory The clients (i.e…
user1048839
  • 938
  • 3
  • 9
  • 24
4
votes
2 answers

Openmpi on Fedora 21

I am trying to compile some code in Fedora 21 using 'mpif90'. First I install openmpi with 'yum': [root@localhost Inversion]# yum install openmpi Loaded plugins: langpacks Package openmpi-1.8.3-2.fc21.x86_64 already installed and latest…
Trkmrc
  • 41
  • 1
  • 3
4
votes
1 answer

How to disable edge touchpanel gestures in gnome 3.14

I am writing Qt app, and I want to make left screen edge gestures, but it is conflicting with gnome touch screen gestures. I have tried all posible gnome extensions, tweak tools... I need to disable it, anyone knows how to disable these…
jendkers
  • 68
  • 6
3
votes
1 answer

log4cxx: Segmentation fault in apr_pool_create_ex

I need to use log4cxx for a C++ project. However I fail to understand the basic setup of this library. Here is my minimal attempt: $ cat logger.cpp #include #include #include…
malat
  • 12,152
  • 13
  • 89
  • 158
3
votes
1 answer

Fedora 21 with clang, without gcc

Can you (reasonably) get Fedora 21 to where it only has llvm/clang/libc++/libc++abi? (I found some things suggesting no, but they were all about 3 years old, and llvm/clang has come a long way since then.) With a fresh install, I tried yum install…
user1902689
  • 1,655
  • 2
  • 22
  • 33
2
votes
1 answer

Supply *.pc file for pkg-config

Hi I got a problem with my newly installed Fedora linux distribution. pkg-config is supposed to provide linker flags, something like pkg-config --cflags libboost-dev. But pkg-config cannot find most of the library packages. pkg-config --list-all…
yu quan
  • 161
  • 1
  • 1
  • 14
2
votes
2 answers

unable use any installed npm packages

I'm trying to use node on my fedora 21 installation. However whenever I install a package via npm I am not able to to call that package such as gulp. npm install -g gulp then : gulp run error: zsh: command not found: gulp
Antarr Byrd
  • 24,863
  • 33
  • 100
  • 188
2
votes
2 answers

Python not able to show output for few libraries

I'm running the code below. From terminal I'm putting python test.py. But it's giving me nothing. ###test.py### Version 2 from threading import Timer def hello(): print "Hello" t=Timer(5, hello) t.start() I tried the same code in a different…
RatDon
  • 3,403
  • 8
  • 43
  • 85
2
votes
1 answer

GLSL Compiler Error error C0000: syntax error, unexpected identifier, expecting "::" at token

My system configuration is as follows: SDL2, Fedora 21, Nvidia GTX Drivers. [mhoggan@localhost build]$ glxinfo | grep version server glx version string: 1.4 client glx version string: 1.4 GLX version: 1.4 OpenGL core profile version string: 4.4.0…
Matthew Hoggan
  • 7,402
  • 16
  • 75
  • 140
1
2 3 4 5