Fedora is an RPM-based, general purpose collection of software, including an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat.

learn more… | top users | synonyms

0
votes
1answer
18 views

How launch new window below current window using xulrunner

I have situation that I'm calling mplayer every x minutes from xulrunner application and it always gets focus and comes on top, in front of other windows. But I need it to be behind xulrunner which ...
0
votes
0answers
11 views

Pam Modules in eclipse

I wanted to create a Pam module. I am using Eclipse as my IDE, and making the pam module in C/C++. When I tried to include the 2 pam modules needed #include <security/pam_modules.h> #include ...
0
votes
0answers
8 views

How to create swap partition in fedora, post installation [closed]

I have recently installed Fedora 18. While creating partioning disks, I removed the swap partition, assuming that it will later be automatically be created. But unfortunately, it wasn't created. So ...
0
votes
0answers
12 views

rake not working in Fedora 18

I installed rubygems from repository and then from gems installed rails... After create new rails project, when i use rake command it doesnt work for me ... the event trace is here, [root@localhost ...
0
votes
2answers
30 views

preg_match_all suddenly ceased to find occurrences in text

I have code that find occurences in email body by using preg_match_all. Something like this: $sHrefPattern = "<(a|area)\s*.*(unsubscribe_url\s*=\s*?)([\"\']??)([^\" >]*?)"; if ...
-1
votes
0answers
6 views

I am running the command of Fedora Linux : rpm -Uvh <package name>, but getting an error as “Failed Dependencies bin\sh needed” [closed]

I am running the command of Fedora Linux : rpm -Uvh but getting an error as "Failed Dependencies bin\sh needed". Kindly help
-1
votes
0answers
17 views

how to create initrd image for linux kernel version 3.4.* on fedora 8? [closed]

I have compiled 3.4.35 version Linux kernel on fedora 8. Fedora 8 provide mkinitrd to create initrd image but new kernel uses initramfs. So how can i create initramfs for fedora 8 for 3.4.25.
0
votes
0answers
19 views

New window not on top of others [migrated]

I have situation that I'm calling mplayer every x minutes from xulrunner application and it always gets focus and comes on top, in front of other windows. But I need it to be behind xulrunner which ...
0
votes
1answer
32 views

i get “bash: keytool: command not found.” when Obtaining Google Map Key on linux fedora

i would like to use Google maps in my android application, and i knew that firstly i have to Obtain Google Map Key I'm using Linux fedora OS and i typed this in my terminal [dinareda@localhost ...
0
votes
0answers
41 views

How do I resolve a Kernel panic on Fedora 18 Arch Linux? [closed]

EDIT: I only receive a kernel panic whenever I try to boot up using Fedora (3.9.4-200.fc18.1686) from the grub panel, which I had been using up until this point. I still receive the error when loading ...
0
votes
1answer
21 views

Apache on Fedora Running Lampp

I can't think of what else to do with this. For three days i've been trying to get this virtual host to work. I got it on my windows 7 my windows 8 at work but for some reason fedora is giving me a ...
0
votes
0answers
34 views

Pasting into emacs but moving cursor first gets wrong text pasted

In Emacs, when I have text selected and use the keyboard or left-mouse-button Emacs de-selects my text, and I suspect that is when it copies it into the paste buffer. This prevents me from pasting ...
-1
votes
0answers
31 views

Install php 5.4 on Fedora 14? [closed]

How can I install php 5.4 on Fedora Core 14? Is there any way?
0
votes
1answer
21 views

linux permission move_uploaded_file

i work on linux-fedora 18 and the function move_uploaded_file show warning: error: [Wed Jun 05 18:41:21.731524 2013] [:error] [pid 11502] [client 127.0.0.1:40340] PHP Warning: ...
0
votes
0answers
17 views

Fedora 18 boot to XDMCP Host Menu GUI [migrated]

I was wondering if it is possible to make a clean installation of FEDORA 18 boot to a XDMCP Host Menu GUI? I have a small workstation with default Fedora 18 installed into it. I have one user define: ...
0
votes
0answers
63 views

“php artisan” doesn't recognise “list” and “help” in Fedora

I successfully installed a fresh copy of Laravel using Composer. I then used the php artisan key:generate command which inserted a key into my application.php config. Although everything works like ...
-2
votes
0answers
25 views

why my sshd_config is empty? [closed]

I'm using fedora 17. And I try to Setup Password-less SSH. I use: ssh-keygen -t rsa -P "" cat $HOME/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys Then tried "ssh localhost", but I still need to ...
0
votes
0answers
51 views

fedora linux — compiling first linux module

Getting error while compiling my first kernel module in Fedora linux. Source code :-- #include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* ...
0
votes
2answers
43 views

CMake Error try_compile pthreads of type executable

-- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads ...
0
votes
0answers
98 views

How to run bootable media on Asus S550CM ultrabook while preserving existing pre-installed Windows 8?

I recently bought an Asus S550CM ultrabook with Windows 8 pre-installed on it. However, I need to also install Fedora 19 beta on the same machine simultaneously as a dual boot option for my work, ...
0
votes
0answers
45 views

How to set the Java version [migrated]

I'm using fedora, and I manually installed java in /usr/java/jdk1.6.0_45/jre, using command "rpm". While there is a default java version in /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java. If I type ...
1
vote
1answer
28 views

Unable to build pdftk from source on fedora machine

I am trying to build pdftk from source on fedora machine. I have unzip pdftk jar and trying to execute make -f Makefile.Redhat But i am getting following error on my console. gcjh-4.7.2 -force ...
0
votes
0answers
4 views

Run Vino on Fedora 18 from boot [migrated]

I've installed Fedora 18 and Vino (for VNC) and I would like to be able to connect via VNC even before the user is logged in. I've tried SSHing into the machine (which I can do before logging in) and ...
-1
votes
0answers
20 views

Fedora 18 desktop keyboard issue [closed]

When I type keys in fedora it will take some time say some millisecods to come on screen. if I can type fast it misses keys in between. Can anybody knows how to increase time so that normal speed ...
-1
votes
1answer
45 views

How do I install Ruby from source code on Fedora 16? [closed]

I am trying to compile Ruby form source code on my Fedora 16 system. These are the steps I followed: Compile the source code and install to my home directory: /home/gongzhen/program/ruby. When I ...
-2
votes
0answers
14 views

systemd sshd sshkey fail while manualy sshd works [closed]

I have a weird issue with my sshd on my Fedora 17. First, sshd works fine with sshkey auth with my main user "bob" on my server. I created a new user "git" but I failed to ssh on it. So a largely ...
0
votes
0answers
11 views

why update-alternatives --config java shows nothing? [migrated]

I install oracle java JDK.rmp.bin on fedora. And installing by ". /jdk.rmp.bin", JDK is installed under /usr/java/jdk folder. I could compile java files using command "javac" and "java". I could also ...
0
votes
0answers
20 views

installing komozer on fedora 18 ?

i have download kompozer and installed by following step: ~> sudo yum install compat-libstdc++-33 ~> sudo cp ~/Download/kompozer-077-i686.tgz /usr/local/src/kompozer/ ~> cd /usr/local/src/kompozer ...
-1
votes
0answers
13 views

How to disable sleep mode in Fedora 18 [migrated]

After every 10 minutes my laptop go to sleep mode. I can't find an option to disable this. Please help.
-2
votes
0answers
22 views

how to install flashplayer with rpm in Linux [closed]

when I installed it to this step in the official readme guide: Installing the plugin using RPM: o As root, enter in terminal: + # rpm -Uvh + Click Enter key and follow prompts ...
-1
votes
0answers
30 views

Is the livna repo still used? [closed]

I have been typing on fedora 18 debuginfo-install glibc-2.16-31.fc18.x86_64 and the answer I am getting is Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist-debug error was 14: ...
0
votes
0answers
17 views

Teamviewer 8 closing automatically in Fedora15, when i login via vnc viewer

when i login via vncviewer to fedora 15 for using teamviewer8, teamviewer8 is closing automatically with in seconds.But when i login to system directly,teamviewer8 is working without any problems. ...
0
votes
0answers
52 views

two subdirectories named 'sys' under /usr/lib64/perl5 [closed]

Anybody's got an idea why there are two subdirectories named 'sys' under /usr/lib64/perl5 ? Different inodes, but anyway... Here's the output (Fedora18): ls -li /usr/lib64/perl5/ [...] ...
0
votes
1answer
40 views

boost exception with RCF on linux

i am having this problem with boost , C++ , i installed a new boost on fedora14 (boost 1.44), i am linking with RCF library which uses boost , and i am also linking with boost , the compilation ...
2
votes
1answer
74 views

Enable shared libraries

On my new linux distro(Fedora) if I try to compile something that I have written with glfw I get the following error: :-1: error: note: 'XF86VidModeQueryExtension' is defined in DSO ...
0
votes
0answers
52 views

Linux Fedora fstab mounted nfs share force timeout after X minutes

Background. Using yum update from central server. Tested autofs too many gotchas So have the server /etc/exports (/var/cache/yum) On the clients want to set a time-out on: cat /etc/fstab (snipped) ...
2
votes
1answer
58 views

How to install NDK in Fedora?

I want to install and configure NDK in my System which is having Linux operating system. I have study this link about NDK. http://developer.android.com/tools/sdk/ndk/index.html, from which i have got ...
0
votes
1answer
31 views

i wonder about linux memory alignment and layout

two strange looks from the code example below does not make sense. Why is the distance between foo and argv[0] is always different? Why are not aligned to 4? Although the expected result is a ...
0
votes
1answer
193 views

Cross compile on Fedora 18 for Centos 6.4

I am working on a Project, which uses classes from the C++11 standard, on a Fedora 18 machine and want to deploy it on a Centos 6.4 server. I was able to resolve all loader errors except for the libc ...
0
votes
1answer
85 views

Could not create directory

I am using Fedora 18 gnome3. After trying to install a new plugin on wordpress, I change the owner and the premissions on /var/www/html/ and all other work fine. But when I select a plugin, wordpress ...
2
votes
2answers
60 views

Access Django devserver from another machine same network

I'm using django's builtin server to develop a site and I want other computers in the same network I'm on to be able to access the server using the local IP address. I have seen many posts about this ...
0
votes
1answer
39 views

Installation issue while packaging for Fedora

I'm currently packaging my program (roboJournal) for Fedora 18. When I start rpmbuild, my app compiles correctly but the process always fails at the installation step and no RPM packages are created. ...
0
votes
0answers
41 views

gnome-sound-applet in Fedora 18 hangs [closed]

I just did the fedup upgrade from Fedora 17 to Fedora 18. [N.B., fedup is a great name for the upgrade tool I think, heh] Most things seem to be working fine. But oddly, when I go into system ...
0
votes
0answers
73 views

Fedora 18: OpenSSL compilation issues

I need to build my own OpenSSL binary (because binary supplied with FC18 don't have elliptic curve cryptography). I execute these commands: ./config --prefix=/home/USERNAME/bin/ssl ...
0
votes
1answer
50 views

scp folder structure and only files with a specific extension

I have a huge folder structure with deep subfolders, and inside these folders there is files with different extensions (.txt, .pdf, ...). what i want to do is to copy the whole folder structure along ...
0
votes
1answer
72 views

Can't use Xen entry on Grub2

recently I installed Xen in my new computer then created the grub entry with the command sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg The problem is that when I load Fedora with Xen ...
0
votes
0answers
27 views

nothin appears in the window created from basic C code using glut library on fedora 15

I am trying to create a basic window with black background using glut library on fedora 15. when execute the code, i simply get a window which has taken background as a screenshot of my original ...
0
votes
0answers
79 views

Communication between Android emulator and Fedora 18 VM

I have problem interconnecting an Android emulator with a Fedora 18 running on a virutal machine. Both run on the same host and I'm trying to create a socket connection between these. I'read several ...
0
votes
0answers
23 views

I can't find Xen item on Grub menu or Xen kernel

I installed Xen on my Fedora 17 machine by the document at http://wiki.xen.org/wiki/Fedora_Host_Installation. After I finished running yum install xen and grub2-mkconfig -o /boot/grub2/grub.cfg, I ...
3
votes
2answers
119 views

Bash date command invalid date

In linux bash when I enter date -d "1986-01-01" it shows error date: invalid date "1986-01-01" when date -d "1986-01-02" it works when date -d "1987-01-01" it also works Why date -d "1986-01-01" ...

1 2 3 4 5 17