fedora

How to install php-gtk in the Acer Aspire One?

I have an application that works pretty well in Ubuntu, Windows and the Xandros that come with the Asus EeePC. Now we are moving to the Acer Aspire One but I'm having a lot of trouble making php-gtk to compile under the Fedora-like (Linpus Linux Lite) Linux that come with it. ...

Why won't my package upgrade with yum?

I'm trying to upgrade a package using yum on Fedora 8. The package is "elfutils". Here's what I have installed locally: $ yum info elfutils Installed Packages Name : elfutils Arch : x86_64 Version: 0.130 Release: 3.fc8 Size : 436 k Repo : installed Summary: A collection of utilities and DSOs to handle compiled objects There's ...

How to get FGLRX on Fedora while Livna migrates to RPMFusion?

So it appears that Livna isn't releasing any drivers for 2.6.26+.* while they become part of RPMFusion, which is now an issue as I can't seem to get previous versions of the kernel after Fedora changed their signing keys - specifically 2.6.25.14-69 which yum tries to bump me up to: [root@twoodles ~]# yum install kmod-fglrx-2.6.25.6-27* ...

Creating a local mailbox for NIS account

What is the way of creating a local mailbox for a user that have a NIS account, but doesn't have any local one? ...

How do I find the DHCP assigned IP address via bash on Fedora?

Is there a command within the bash shell of fedora that will give me the currently assigned IP address? ...

How do I add support for a USB-based wireless adapter to an existing Fedora 9 installation?

Here is the situation: the customer machine is a Dell Inspiron 6400 running Fedora Core 9 installed from the i686 Live CD (not x86_64 as the T2400 Core Duo did not have 64-bit support). The customer wireless adapter is a ENCORE ENUWI-N USB 2.0 802.11n Wireless Adapter. My question is, how do I make this USB-wireless work with this lapt...

How do I make my default (or any static) route permanent on Linux (Fedora 9 specifically)?

I've just performed a new installation of the very latest (Fall, 2008) version of Fedora 9 Linux and am perplexed that it never set the default route properly and that even traveling the labyrinthine ways of this OS, there's no obvious way. Of course, it's clear that one can do it on a one-off basis like this: route add default gw g...

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 my Python code I get a segmentation fault. I have no idea why this is. Just to avoid the "just use C" comments heres why I want to use Pyt...

Open ports under Fedora Core 8 (for VMWare Server)

I have just installed VMWare Server 2.0 on a fresh Fedora Core 8 install. The ports for the web access console of VMWare are 8222 and 8333 (like the defaults). When I try a remote http access to myserver:8222 it fails. But when I run /sbin/service iptables stop access becomes possibles (although not very satisfactory). Thus, I have u...

Cron Job - Command to delete all .flv files everyday

Hello all, I have this command that I run everyday via cron: find /home/get/public_html/videos -daystart -maxdepth 0 -mtime +1 -type f -name "*.flv" |xargs rm -f The problem is that it doesn't delete the .flv files in a directory that are 1 or more days old. How can I correct the above command? EDIT: Paul - the command "ls -l /ho...

Fedora 9 Address Resolution Issue

I have Fedora 9 installed on my PC. I used to have problems hooking on to the broadband (over ethernet). In a forum someone had suggested that I could disable NetworkManager and have a ifup eth0 entry in my /etc/rc.d/rc.local script. After I did that things have been ok to browse from the browsers. However, when I tried to run a yum upda...

Change command to one that does not fork and use up resources

Hello all, I have the following command which deletes files that are one day old and that are of mp3 file type. find /home/get/public_html/audio -daystart -maxdepth 1 -mtime +1 -type f -name "*.mp3" |xargs rm -f The problem with this is when i run it, it sometimes says "fork": resource xargs not available. Does this mean, t...

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 packages. This seemed to work fine and I see that I now have the fc10 kernel installed, and all of my installed packages have also been updated...

phpMyAdmin - Did the Config files change?

I have just installed phpMyAdmin on my new Fedora Core 10 dedicated server. I downloaded the phpMyAdmin-3.1.2-english.tar.gz. I extracted it and placed it in this folder /opt/phpMyAdmin-3.1.2-english and i created a symbolic link in the /var/www/html directory so that I can access it like this: http://www.mydomainname.com/webdb. When I...

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 serious? ...

yum install subversion1.4.3

How can I reach/install an old subversion package (v1.4.3) without build any sources ? In fact, the distrib I use is not a FC1 but a "Red Hat Enterprise Linux AS release 4 (Nahant Update 5)". Do you know some "subversion binaries repositories" where such a configuration may be available for download ? ...

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 scripts before it executes them. I wrote a shell script & put it in /etc/init.d/nt_startup To keep the code up to date, I execute a "git pull...

Monitoring Bandwidth on your server

Hello all, I use to be on a shared host and I could use there standard tools to look at bandwidth graph. I now have my sites running on a dedicated server and I have no idea whats going on :P sigh I have installed webmin on my Fedora core 10 machine and I would like to monitor bandwidth. I was about to setup the bandwidth module and i...

Fedora 8 howto rebuild custom PHP?

Hello, I am running a wiki server for my group at work and recently moved it to a Fedora 8 OS. Everything works great except that an extension I wrote that contacts an MsSql server fails because the function mssql_connect is not there. On my old server I used "Free TDS" (with ./configure --prefix=/usr/local/freetds --enable-msdblib) an...

Best way to do automated clean install for Fedora Linux server ?

I have a Fedora 10 64-bit server where I want to set up a nightly fresh install. The server is an exact clone of our customer's hardware and is used for running acceptance tests. I would have liked to set this up using a virtual machine, but that's prohibited due to problems we've had with the different video and network drivers on t...