Tagged Questions

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

12
votes
22answers
2k views

What are the pros and cons of using a Mac for web development?

I have been using Fedora Linux for quite some time now for web development (and for other dev stuff as well). But just recently, someone told me that since I'm doing web development, I might as well ...
11
votes
6answers
5k views

How does an Amazon EC2 instance select its kernel?

I have an Amazon EC2 instance using the Amazon-supplied Fedora 8 64-bit AMI, which I would like to upgrade to Fedora 10. I tried doing this by running "yum update" to upgrade the kernel and all ...
9
votes
10answers
12k views

What does “zend_mm_heap corrupted” mean

All of the sudden I've been having problems with my application that I've never had before. I decided to check the Apache's error log, and I found an error message saying "zend_mm_heap corrupted". ...
7
votes
4answers
162 views

How to access a data structure from a currently running Python process on Linux?

I have a long-running Python process that is generating more data than I planned for. My results are stored in a list that will be serialized (pickled) and written to disk when the program completes ...
6
votes
1answer
63 views

Accessing stdin during systemd boot

I have a script which solicits a numeric input from the user while booting the computer. The computer is running Fedora 16. It used work, on Fedora 13, but after the upgrade read INTEGER returns ...
6
votes
4answers
3k views

Possible to assign a new IP address on every http request?

Is it possible for me to change or assign my server a new IP address every time it needs to make a http request with commands such as wget? Thanks all Update The reason for this is exactly what the ...
5
votes
4answers
147 views

Eclipse hangs while debugging

I searched lot about this topics but can't find a proper solution. I am using eclipse 3.6 Helios version with operating system fedora15.In my application I am using GWT2.4 for front end development. ...
5
votes
3answers
252 views

rpm installing an icon to the desktop

In Fedora Gnome... Using a .desktop file in my rpm, I have successfully put my gui software into the gnome application menu. I am wondering if there is a way to also put the icon onto the gnome ...
5
votes
5answers
516 views

mmap fails when length is larger the 4G

(The correct code in in 'Update 5') I tried to map a range of memory from 0x100000000 to 0x200000000 in this example C code: #include <stdio.h> #include <stdlib.h> #include ...
5
votes
3answers
3k views

What is wrong with my ant configuration?

I installed Ant on a Fedora 5 machine using yum, but Ant does not launch. I get this error message: [bash]# ant Exception in thread "main" java.lang.NoClassDefFoundError: ...
5
votes
3answers
13k views

Creating core dumps on Linux

Duplicate: generate a core dump in linux I am trying to create a core dump in my "Fedora Core release 3 (Heidelberg)". [root@testserver test_core_dump]# uname -a Linux testserver ...
5
votes
6answers
5k views

How can I find the version of the Fedora I use?

sudo find /etc | xargs grep -i fedora > searchFedora gives: /etc/netplug.d/netplug: # At least on Fedora Core 1 ... But see the Fedora version in the /etc/netplug.d/netplug file. Is it ...
4
votes
1answer
230 views

Restarting / Autorepairing Mongodb in Production

What I want to achieve is to have an /etc/init.d script which more reliably starts Mongodb, even if it went down hard -- it should attempt an auto-repair in case the system is in a locked state. Yes, ...
4
votes
3answers
276 views

D programming on Fedora 16

I've recently installed Fedora 16 (which is great), mostly because I wanted to try LDC2 but also because Gnome Shell runs much smoother on Fedora than Ubuntu 11.10 (at least on my hardware). LDC2 ...
4
votes
3answers
109 views

Can I mix text with binary in linux?

I want to simplify installation of the app on Linux system, to make it sort of one click. To do that I hope to combine bash script with compressed tar. So I have install.sh and some_app.tar.gz files. ...
4
votes
1answer
287 views

How to deploy web service on two different system within a LAN?

I have created a web service using Netbeans in Fedora which is working fine in local host. But I want to deploy client on different computer and server on different computer. I could also connect two ...
4
votes
4answers
281 views

How to compile a program to make it capable to use >4GB memory on 32-bit Linux?

The whole code is written in C, C++, and Fortran. Is it possible to make it to use more than 4GB memory. Now it is always crashed when it reaches 3GB memory. If it is possible, how to set up the ...
4
votes
1answer
371 views

.apk signing fails even with Sun JDK (java.lang.NoClassDefFoundError: com.android.jarutils.DebugKeyProvider)

I'm having an interesting problem signing my Android application, whether or not I'm using a debug key. Regardless of the JDK I have installed to /usr/bin/{java,keytool,jarsigner} (OpenJDK or Sun's ...
4
votes
1answer
3k views

Eclipse startup error in Fedora 12

I am using Fedora12. I have downloaded eclipse-cpp-galileo-SR1-linux-gtk. I am using java version "1.6.0_18" When I start eclipse, I get the following error dialog. What might be the issue? ...
4
votes
4answers
3k views

Passenger/mod_rails fails to initialize in Fedora 12 when starting Apache

I am in the process of setting up a server to run a Ruby on Rails application on Fedora 12, using Passenger. I am at the stage where I've installed Passenger, set it up as prescribed, but get the ...
4
votes
4answers
30k views

Server Tomcat v6.0 Server at localhost failed to start

I have actually figured this problem out, but it took me days, so I thought I would paste my solution here to aide others. I am using Fedora 11, and in Eclipse I tried adding a Tomcat 6 server and ...
4
votes
2answers
3k views

Startup script on EC2

I've created a custom Amazon AMI (Fedora) runs a few scripts and then shuts down. The problem with AMI's is that if my code changes there has to be a way for the AMI instance to get the latest ...
4
votes
7answers
3k views

OpenGl with Python

I am currently in a course that is using OpenGL and I have been using C for all the programs so far. I have Python installed on Fedora as well as OpenGL however the minute I call an OpenGL command in ...
3
votes
2answers
543 views

Disable Gnome 3 notifications/pop-ups/integrated notifications

I would like to disable the Gnome 3 notifications/pop-ups/integrated notifications (if that's even the right term for them). For example, they're the notifications that appear when your receive an IM ...
3
votes
1answer
289 views

Specifying alternatives in RPM dependencies

I've got a Java app that I am packaging as an RPM. Ideally I would like to specify Java as a dependency. I need to install in both Fedora and RHEL environments. The problem is RHEL java is called ...
3
votes
3answers
206 views

How to provide OAuth services from website.?

OAuth allows the you the User to grant access to his private resources on one site to another site. But how exactly does this happen. And if I want to provide OAuth features in my site, (both as ...
3
votes
1answer
134 views

How to catch SIGSEGV of any program?

There are program named abrt (https://fedorahosted.org/abrt/) in Fedora and Fedora based distributions. It catches fatal signals system wide, saves coredump and analyzes it. How can abrt catch ...
3
votes
2answers
165 views

Creating a new file with group permissions

This seems straight forward enough , but i have not been able to identify how i could achive this in C++. I am creating a file as ofstream logfile(LOG_FILE, ios::out | ios::app); The file is ...
3
votes
4answers
3k views

Latest ant in Fedora 14 is 1.7 but I need ant 1.8

So I run the Android SDK on my Fedora 14 PC. Before yesterday I had everything working - Ant 1.7, Eclipse 3.6.1 (Helios), and I was building my Android apps no problem. Then I went into eclipse and ...
3
votes
1answer
1k views

How do I enable mbstring extension on PHP 5, Fedora server

I need to add the mbstring extension to an install of PHP 5.2.6 on Apache/2.2.11 (Fedora). We have dynamic extensions enabled so I really think all I need is the .so file and .ini files, correct? Can ...
3
votes
2answers
167 views

OpenGL Problems When Compiling Across Linux Distributions

I recently wrote a maze game in opengl (using freeglut) that works fine when built in Ubuntu or Cygwin, but when built on Fedora Core 12 with freeglut, the game falls apart, and my professor can't see ...
3
votes
1answer
185 views

How else might a PHP CLI script determine its memory limit?

I need to run a PHP CLI script and give it a LOT of memory (it's an automatic documentation generator that needs to cover a large code base). I have a powerful machine and have allocated 5GB to php, ...
3
votes
10answers
8k views

How to automatically add user account *and* password with a Bash script

I need to have the ability to create user accounts on my Linux ( Fedora 10 ) and automatically assign a password via a bash script ( or otherwise, if need be ). It's easy to create the user via ...
3
votes
2answers
4k views

Requires GLIBCXX_3.4.9 if I've already installed GLIBCXX_4.1.2?

I'm installing the last version of MediainfoDLL on Fedora 8/9 64bits (http://mediainfo.sourceforge.net/es/Download/Fedora). I downloaded libmediainfo-0.7.20 and libzen0-0.4.3 files. When I tried to ...
3
votes
8answers
402 views

Distributing a program in linux without the source

I want to be able to distribute a program in Linux without distributing the source with it. The current solution is distributing a tar.gz with a precompiled binary. What is the easiest way to have ...
3
votes
4answers
3k views

Can a makefile update the calling environment?

Is it possible to update the environment from a makefile? I want to be able to create a target to set the client environment variables for them. Something like this: AXIS2_HOME ?= ...
2
votes
0answers
66 views

JSON-RPC PHP cannot connect to local bitcoind server

I try to follow this PHP developer intro for bitcoin https://en.bitcoin.it/wiki/PHP_developer_intro I make this steps on virtual dedicated server and everything works fine. But when I tried to ...
2
votes
3answers
76 views

is there any option to run and remove virus (spyware trojan malware ) in linux? [closed]

By title,This question may be crazy.. Still I am using linux (fedora 16) at my laptop and another my friend using windows 7. We use share files using USB. so would like to check with you guys ...
2
votes
1answer
62 views

Run script on Fedora screen lock

I'm looking for a way to run a program when locking the screen in Fedora 15 linux. Basically I want to start running a motion detection program when the screen locks, or I manually hit Ctrl+Alt+L, but ...
2
votes
1answer
165 views

Error #2032: Stream Error occurring on Fedora but not on Ubuntu

This error has been faced by many people, as seen via internet, but none of the solutions given worked for me. Problem: I have a flex application which I am trying to run on a Linux machine. On ...
2
votes
1answer
128 views

Cross-compiling GTK on Fedora using MinGW

I have Fedora (latest) installed as well as mingw32 and gtk packages. I wrote simple Hello world: #include <gtk/gtk.h> int main(int argc, char* argv[]){ GtkWidget *window; ...
2
votes
2answers
67 views

Executing yum installer using java Runtime.exec() and capturing its download progress

I'm facing a problem from past few months. I have tried hard to find a solution. I'm using Java over Fedora 14 The problem is, I'm trying to download and install a package using Runtime.exec("yum -y ...
2
votes
1answer
37 views

Are the libraries OS-specific or compiler-specific?

I am learning C using gcc on fedora 16. I have several questions about libraries. third party libraries (outside the OS and compiler) are OS-specific or compiler-specific or programming ...
2
votes
4answers
986 views

How to run BASH script in my Android?

My same BASH script is working in Fedora/CentOS. But I am testing one Android eee pad transformer. Where i have terminal access and i wrote a small test script. But its not working, how can i fix ...
2
votes
1answer
52 views

How do I find out w/YUM or RPM what files it installed?

I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a yum install nx and it says it installed correctly, but for the life of me I can't find the .service or ...
2
votes
0answers
65 views

How to replace file from existing RPM package? [closed]

Possible Duplicate: How do I use rpm to update/replace existing files? Suppose I have an already installed RPM package on my system. I want create another package which can overwrite some ...
2
votes
2answers
86 views

How do i cut section with start and end using Bash?

When i am doing pactl list i get lot of information. Out of those information, i am trying to only get the part start with Sink #0 till end of that section. 1) Information's Sink #0 State: ...
2
votes
3answers
145 views

“Permission denied” when trying to send verification email

I'm running a django website on a fedora server (Fedora release 15 (Lovelock)) using Apache and mod_wsgi. recently I tried to add a registration system using the django-registration app (version 0.7), ...
2
votes
1answer
53 views

Why a method main.replay() is not getting executed in Java? But exactly the same code works in Fedora not in Archlinux

I have a simple player i am using third party libraries. Exactly the same code is working in my Fedora desktop. But when i am using exactly the same code in Archlinux it does not work to do ...
2
votes
1answer
814 views

Server drops to dracut debug shell after upgrading from Fedora 14 to 15

I have just upgraded to Fedora 15 using PreUpgrade. In particular, I did sudo yum update sudo yum install preupgrade sudo preupgrade-cli "Fedora 15 (Lovelock)" When it told me to do so, I have ...

1 2 3 4 5 8