Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







How To Install FFMPEG On Fedora Core 4


i want to install FFMPEG on my server , i tried to install from here http://vexxhost.com/blog/category/ffmpeg/

but i got error in step no. 6 , put in your consideration i didn't do the step no. 5
coz my OS is Fedora core 4.

plz any one have the right way to install , tell me.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
How To Install Ffmpeg, Ffmpeg-PHP, Mplayer, Mencoder, Flv2tool, LAME MP3 Encoder
When i try to install all those things i am getting error...i am following the things given in below link but i am not to excute this svn command

[url]

View Replies!   View Related
Upgrading To Fedora Core 11
I have a linux server that has active clients on it, its running Fedora Core 4 and I beleive its time to upgrade to the latest Fedora Release.

The server is running cPanel, has anyone here done an upgrade to a box running Fedora before? Any tips or tricks?

I'm hoping its a simple attend data center, reboot server with new Fedora DVD, boot off DVD select upgrade and away we go. . .

View Replies!   View Related
PHP 5.1 To 5.2 On Fedora Core 5
I have a Fedora Core 5 VPS currently running PHP 5.1.6, and wish to upgrade to 5.2 so I can run Magento eCommerce software.

I've managed to install yum, and after running yum update php, it just updates to 5.1.x still

My understanding of it currently is I need to point it to new repositories with 5.2 in?

View Replies!   View Related
Fedora Core 6 Compatibility
I have bought a
PowerEdge 2900 Quad-Core Xeon E5345 2.33 Ghz Processor
2GB FB 667MHz Memory
146 GB SAS hard drive
PERC 5/i integrated RAID Controller Card

I have installed Fedora Core 6 on this.But somehow it fails to work.It keeps hanging anytime anywhere.

Can anybody help me know whether this is compatible with each other?

I tried closing some services and work it,but the attempt was in vane.

I have googled alot over this and cant get it worked.

I also tried to install from different CDs,but no luck.

View Replies!   View Related
Setup Ispconfig On Fedora Core 6
i try to install ispconfig panel con my vps fedora core 6

but i see this error

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
configure: error: Cannot find MySQL header files under /usr/local/lib/mysql.
Note that the MySQL client library is not bundled anymore!
ERROR: Could not configure PHP
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
mv: cannot stat `binaries/aps.tar.gz': No such file or directory
mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
mv: cannot stat `binaries/cronolog': No such file or directory
mv: cannot stat `binaries/cronosplit': No such file or directory
mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
mv: cannot stat `binaries/zip': No such file or directory
mv: cannot stat `binaries/unzip': No such file or directory
tar: spamassassin.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `spamassassin': No such file or directory
tar: uudeview.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `uudeview': No such file or directory
tar: clamav.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `clamav': No such file or directory
tar: aps.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
./setup2: line 860: ispconfig_tmp/php/bin/php: No such file or directory
ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
[root@vps198 install_ispconfig]#

how i fix this problem and install the ispconfig?

View Replies!   View Related
Kernel Upgrade On Fedora Core 4 Server
I have a server running Fedora 4 and WHM/cPanel. I would like to upgrade the linux kernel to the latest version, so mosey in via SSH and type "yum -y upgrade". It downloads a few things and tells me everything is hunky dory.

Now, the version it says it is currently running is: 2.6.17-1.2142_FC4 #1 Tue Jul 11 22:41:14 EDT 2006

Is that the really the newest version available? Maybe I'm confused as to how this works, but if I go to kernel.org it tells me the most recent stable version of the kernel is 2.6.24.3. Is this because I am running FC4?

View Replies!   View Related
Difference Between Fedora Core & CentOS
Whats the Difference between Fedora Core & CentOS?

I think my host installed the wrong OS, but just wondering to see if it's worth changing the OS if they're both the same.

View Replies!   View Related
DNS Is Down On Fedora Core 5 & Rndc
I have a problem with one of the servers since the morning, DNS is down and trying to start it giving failed message.

I'm using Fedora 5
CPanel 10.9.0-S119
named (9.3.3rc2) with installed Packages: bind-9.3.3-0.2.rc2.fc5 / bind-devel-9.3.3-0.2.rc2.fc5 / bind-libbind-devel-9.3.3-0.2.rc2.fc5 / bind-libs-9.3.3-0.2.rc2.fc5 / bind-utils-9.3.3-0.2.rc2.fc5 / binutils-2.16.91.0.6-5
kernel-2.6.18-1.2257.fc5

Error Message:

Quote:

root@server [~]# service named start
Starting named:
Error in named configuration:
zone alexaian-d.com/IN: loaded serial 2006040201
zone al-jan.org/IN: loaded serial 2006073101

named.conf file

Quote:

root@server [~]# cat /etc/named.conf
include "/etc/rndc.key";

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};

options {
};

zone "alexaian-d.com" {
type master;
file "/var/named/ahmed-d.com.db";
};

zone "al-jan.org" {
type master;
file "/var/named/al-jinan.org.db";
};

rndc: connect failed: 127.0.0.1#953: connection refused

Quote:

root@server [~]# service named status, I'm getting the error:
rndc: connect failed: 127.0.0.1#953: connection refused

View Replies!   View Related
Fedora (Core 6) And Creating Partions For CPanel
I am doing a FRESH install of Fedora Core 6 onto a brand new server. I have 2 questions about partitions on there..

1. Should all the partitions (/home, /backup, /var etc..) be of file system type "ext3?" I could not find any documentation on this anywhere.

2. A question about about LVM (Logical Volume Management). Are you supposed to create a different LVM for each partition? Or just for /tmp?

View Replies!   View Related
Which Operating System Fedora Core, CentOS, FreeBSD
I currently run a dedicated with redhat 9 and am looking at a new server with either Fedora Core, CentOS, or FreeBSD.

I'd like your opinions on the best o/s to go with overall and also bearing in mind I'm coming from redhat and will be running cpanel on it...

View Replies!   View Related
Installation Zend Optimizer & Ioncube On Fedora Core 4 Using Plesk 8.2
i got plesk 8.2 installed on my fedora core 4 server. I would like to install ioncube & zend optimizer.

Anyone can explain me stepwise how to do..

i read many post on the forum about it but i have not succeded in..

here is the infos of my server system info:

CPU:GenuineIntel, Intel(R) Xeon(TM) CPU 2.80GHz
Version: psa v8.2.0_build82070706.15 os_FedoraCore 4
OS: Linux 2.6.9-023stab033.9-enterprise
Key number: PLSK.00000000.000

component info:
awstats6.6-0.060916beta.swsoft bind9.3.1-20.FC4 coldfusionComponent was not installed coldfusion-supportComponent was not installed courier-imap3.0.8-fc4.build82070706.15 drweb4.33-rh5_psa drweb-qmail4.33-fc4.build82070706.15 frontpage5.0.2.2635-1.fc4.swsoft httpd2.0.54-10.4.1.swsoft mailman2.1.8-0.FC4.1 mod_perl2.0.1-1.fc4 mod_python3.1.4-2 mysql4.1.20-1.FC4.1 perl-Apache-ASP2.59-fc4.build82070706.15 php5.0.4-10.5.1.swsoft postgresql-serverComponent was not installed psa8.2.0-fc4.build82070706.15 psa-api-rpc8.2.0-fc4.build82070706.15 psa-autoinstaller3.2.0-build32070705.20 psa-backup-manager8.2.0-fc4.build82070706.15 psa-horde3.1.4-fc4.build82070706.15 psa-imp4.1.4-fc4.build82070706.15 psa-logrotate3.7-fc4.build82070706.15 psa-manual-custom-skin-guide8.2.0-fc4.build82070706.15 psa-migration-manager8.2.0-fc4.build82070706.15 psa-mivaComponent was not installed psa-mod-fcgid-configurator1.0-13 psa-proftpd1.3.0-fc4.build82070706.15 psa-qmail1.03-fc4.build82070706.15 psa-qmail-rblsmtpd0.70-fc4.build82070706.15 psa-rubyrails-configuratorComponent was not installed psa-spamassassin8.2.0-fc4.build82070706.15 psa-tomcat-configurator8.2.0-fc4.build82070706.15 psa-turba2.1.4-fc4.build82070706.15 rubyComponent was not installed samba3.0.23a-1.fc4.1 spamassassin3.0.6-1.fc4 SSHTerm0.2.2-fc4.build82070706.15 tomcat5.0.30-5jpp_6fc webalizer2.01_10-28

info when doing uname -a:

Linux xxx.xxxxx.xx 2.6.9-023stab033.9-enterprise #1 SMP Tue Dec 5 14:40:57 MSK 2006 i686 i686 i386 GNU/Linux

info when doing php -v:

PHP 5.0.4 (cli) (built: Nov 9 2005 09:19:53)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies

Info when doing httpd -v:
Server version: Apache/2.0.54
Server built: Jul 31 2006 15:02:04

I struggled many times to be able to set up the ioncube & zend optimizer but in vain..

View Replies!   View Related
How Do I Setup A Ubuntu DomU Guest On A CentOS / Fedora Core XEN Server
how to install Ubuntu (either 7.10 or 8.04) as a XEN domU guest on a CentOS 5 / Fedora Core 8 XEN dom0 server?

I have tried installing Ubuntu as a fully virtualized guest, but the Ubuntu CD doesn't even bootup. I get the Linux bootloader, and that's it,it doesn't continue to boot. Odd.

When trying to install a Paravirtualized guest, I had to use the debootstrap method, but can't get it to boot up.

Quote:

xm create anya_zanet
Using config file "/etc/xen/anya_zanet".
Error: (2, 'Invalid kernel', 'xc_dom_find_loader: no loader found
')

This is the xen configuration:

Code:
kernel = "/boot/vmlinuz-2.6.23.1-42.fc8"
ramdisk = "/boot/initrd-2.6.23.1-42.fc8.img"
builder='linux'
memory = 256
name = "anya_zanet"
vcpus = 1
vif = [ 'bridge=xenbr0' ]
disk = [ 'phy:/dev/System/anya_zanet,hda1,w' , 'phy:/dev/System/anya_zanet,hda2,w' ]
root = "/dev/hda1 ro"
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'

how to get Ubuntu working on a CentOS / Fedora Core XEN server?

View Replies!   View Related
CentOS, Debian, Fedora Core 3 & 4, Gentoo, Opensuse, Suse, Unbuntu?
Gazzin.com offers so many OSs on their VPS deals - CentOS, Debian, Fedora Core 3, Fedora Core 4, Gentoo, Opensuse, Suse, Unbuntu. Which one would you advise me to start from?

View Replies!   View Related
Install Cpanel On Fedora
i have fedora core 4

i run sh latest

but take me error :

____ _
___| _ __ _ _ __ ___| |
/ __| |_) / _` | '_ / _ |
| (__| __/ (_| | | | | __/ |
\___|_| \__,_|_| |_|\___|_|

Installer Version 11.4.0

grep: /etc/yum.conf: No such file or directory
grep: /etc/yum.conf: No such file or directory
Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.

View Replies!   View Related
HOWTO Install FFMPEG
FFMPEG INSTALLATION FROM SOURCE
FFMPEG INSTALLATION FROM SOURCE
installed by:
Robertas Dereskevicius
Edited by Jon Nikolakakis
OS/ Fedora Core 5

Summary
download and install:
libffac
libffad2
xvid
libogg,libvorbis
mp3lame
ffmpeg

Setting Up Install Folder, Logging and download Packages
1)Log into ssh
2) cd /usr/src && mkdir install && cd install
3) Download faad2 and faac
from http://faac.sourceforge.net/oldsite/download.php get Faad2 and faac (new versions)

wget http://prdownloads.sourceforge.net/f...ar.gz?download
wget http://prdownloads.sourceforge.net/f...ar.gz?download

4) Verify that you have these components are installed
rpm -qa automake
rpm -qa autoconf
rpm -qa libtool
rpm -qa m4
rpm -qa gcc-c++

If any are missing than simply yum install (packagename), if you dont have a package manager than get one, it will save you alot of time
and headaches.

Installing Faac
5)tar -zxvf faac-1.24.tar.gz && cd faac
6) sh bootstrap
7) ./configure
8) make
9) make install
10) cd ..

Installing Faad2
11) tar -zxvf faad2-2.0.tar.gz
12) cd faad2 && less README.linux
13) There is 2 bugs with this package, so need to manually edit these files
14) nano Makefile.am
Edit the file to look like this
SUBDIRS = libfaad common frontend plugins
EXTRA_DIST = faad2.spec

15) cd common/mp4ff && nano mp4ffint.h
16) Comment out this line
//void mp4ff_track_add(mp4ff_t *f);

17)Save file and cd ../..
18)autoreconf -vif
19) ./configure
20) make
21) make install

Installing Libogg and Libvorbis
22)cd .. and then Check to see if libogg and libvorbs
rpm -qa libogg-devel
rpm -qa libvorbis-devel
rpm -qa libncurses-devel

If not installed then simply Package Install (replace yum and install settings with your package manager)
yum install libogg-devel
yum install libvorbis-devel
yum install libncurses-devel

Installing LAME (for audio)
23)go into lame sourceforge - http://sourceforge.net/project/showf...package_id=309
24)wget http://mesh.dl.sourceforge.net/sourc...me-3.97.tar.gz
25)tar -zxvf lame-3.97.tar.gz
26)cd lame*
27) ./configure; make;make install

Installing Xvid
28) cd .. && wget http://downloads.xvid.org/downloads/...e-1.1.2.tar.gz
29)tar -zxvf xvidcore-1.1.2.tar.gz && cd xvid*/build/generic/
30) ./configure; make; make install;
31) cd ../../..

Installing ffmpeg
32) rpm -q subversion If not install, then install subversion
33)svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg && cd ffmpeg
34) ./configure --enable-shared --enable-xvid --enable-vorbis --enable-libogg --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-a52
35)make
36)make install

If Installation went ok, run
ldd ./ffmpeg
If Path to Lib Libraries are not ok

37)Check to see if /usr/local/lib exists on this file
cat /etc/ld.so.conf

If not
echo /usr/local/lib >>/etc/ld.so.conf

38) cat/etc/ld.so.conf Now check to see if (/usr/local/lib exist)
39) save file
40) ldconfig
41) run ldd ./ffmpeg

FFmpeg should be complete and installed. On some servers you may need to add Disable Shared and enable flags.

View Replies!   View Related
FFMPEG And FLVTOOL2 Install
I just got a brand new server, its a centOS 5 box with cPanel installed, compiled with suPHP and the latest version of Apache. I was trying to install FFMPEG, Flvtool2, flvtool, mplayer, etc etc, and I had some issues, so I paid serverwizards to install it, and they tried to install it, but it seems they installed a broken version of flvtool2, or didnt install it right, and their best response up to date is "we are googling this", then they blow me off for 12 hours. This has been going on for 3 days so far.

Here is a test I ran.

Quote:

root@svr3 [~]# /usr/bin/flvtool2 -UDs /home/rbetvcom/public_html/amphosted/uploads/CSb3k1pZcsi4BtyuOhx3.flv
^XERROR:
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `index'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `collect'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:270:in `framerate'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:131:in `add_meta_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:184:in `add_meta_data_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:137:in `update'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `send'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:239:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:44:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:168:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:228
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/bin/flvtool2:2
ERROR: /usr/bin/flvtool2:19:in `load'
ERROR: /usr/bin/flvtool2:19
root@svr3 [~]#

View Replies!   View Related
Steps To Install FFMPEG On Centos5
Can someone please provide me steps to install FFMPEG on centos5.

View Replies!   View Related
FFmpeg-Php Phpize Install Issue
I'm trying to install ffmpeg-php on fedora c4

When trying to phpize i get this error:

Configuring for:

PHP Api Version: 20031224
Zend Module Api No: 20041030
Zend Extension Api No: 220040412
/usr/bin/phpize: line 105: aclocal: command not found

I found a similar thread and tried their solution (yum install automake)

Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for autoconf-2.59-5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is already installed


The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

.. I'm pretty new to linux and have no idea whats going on/how I can resolve it - does anyone have any suggestions? If theres any more info I should post that would help let me know.

View Replies!   View Related
How To Install FFMPEG Packages On CentOS 5 64-Bit
to install the complete FFMPEG package onto my VPS which includes, FFMPEG, Mplayer, Mencoder, Lame, etc.

I generally use the following script which works as a charm, but doesn't work very well on CentOS 64-Bit.

View Replies!   View Related
How To Install Ffmpeg, Mencoder & Flvtool2
How do I install the following in these locations?

ffmpeg
/usr/bin/ffmpeg

mencoder
/usr/bin/mencoder

flvtool2
/usr/bin/flvtool2

View Replies!   View Related
How To Install Ffmpeg On Centos/rhel, The Simple Way
I seen where a lot of server management companies are charging big bucks for this, so this might save you some time and money.
First

Code:
nano -w /etc/yum.repos.d/dag.repo
Insert

Code:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then yum update and search for ffmpeg and install all ffmpeg packages including devel.
Seems there is some lib problems along the way so in /etc/ld.so.conf
add
/usr/local/lib
then
ldconfig -v
To install the php extension follow the simple directions on [url]
Then you should be all set!

Tried and tested on 2 different centos server, works fine.

View Replies!   View Related
Install Ffmpeg, Mplayer & Liboog On CentOS 5
I want to install the following on CentOS 5.2

FFmpeg
FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis
LAME MP3 Encoder CentOS

View Replies!   View Related
[How Install ]FFmpeg And Strem Program In CENTOS Enterprise 5.2 I686
* FFmpeg [url]
* FFmpeg-PHP [url]
* Mencoder and Mplayer [url]
* LAME MP3 Encoder [url]
* Libogg [url]
* FLVtool2 [url]
to install the up program in vps hes worked with CENTOS Enterprise 5.2 i686

because im try but not working like Mencoder and Mplayer he cant connect with me in ssh

View Replies!   View Related
Hosting With FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support
The hosting with FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support is necessary.

It was pleasant downtownhost.com,
But cost 4.95 only at payment of 36 months! It is a lot of ((

There are similar variants?

View Replies!   View Related
Xeon 3220 Quad Core 2.4 Or 3070 Dual Core 2.66 For DB
Shall I chose the xeon quad core 2.4 GHZ or the dual core 2.66 GHZ for an adserver's database?

View Replies!   View Related
Quad Core Xeon Or 2X AMD Opteron Dual Core
Which is the better performer?

(1x) Quad Core Intel Xeon X3220 2.40GHz 2x4M Cache

OR

(2x) Dual Core AMD Opteron 2216 2.4GHz 2X1MB Cache 1Ghz HyperTransport

This is for a web/application server running, Windows 2003 Server Professional, IIS, MySQL, MSSQL 2005 Express, Plesk 8.5. The price is about the same.

View Replies!   View Related
Quad Core Processor Vs Intel Xeon 3060 Dual Core Conroe Processor
quad core processor vs Intel Xeon 3060 Dual Core Conroe Processor which is better any why?

View Replies!   View Related
Dual Xeon3ghz 1mb Dual Core Vs Quadcore 6600 2.4ghzx4 Core 8mb
Which one you suggest for running database server and VPS's?

Dual Xeon3ghz 1mb dual core vs Quadcore 6600 2.4ghzx4 core 8mb.

View Replies!   View Related
Intel Quad Core Xeon X3210 Vs Dual Core 3040 Xeon
can someone give a comparison betwen this two
Intel Quad Core Xeon X3210 vs Dual-Core 3040 Xeon

View Replies!   View Related
What To Chose Intel Core 2 Quad+Intel Core 2 Duo Or Harpertown
We are hosting our software system which do calculation and file manipulation.
Now we have Intel Core 2 Duo E6750 and would like to get Intel Core 2 Quad Q6600 to increase our system performance.

Also we have other choice, get Intel Xeon E5405 Harpertown 2.0GHz
to replace two above.

I think it is better to have one server box because one box easy to manage than two. Also Harpertown is much faster than these two together.

What is your opinion?

View Replies!   View Related
AMD X4 Quad Core 9500 Vs Intel Quad Core Q9300
3i want to buy new erver and i have choice of the fallowing

AMD X4 Quad Core 9500
RAM : 4096 MB
Disk Drives: 2 X 250 GB SATA

and

Intel Quad Core Q9300 4x2.5 GHz
RAM : 2048 MB
Disk Drives: 2 X 250 GB SATA

both in the same price . so i need some advice for who are the best performance and the ideal for webhosting service.

View Replies!   View Related
Fedora
i have some problems regarding fedora

1/How to change the language of fedora, for example from france to english

2/how to bring out the post installation configuration screen? any commmands? i want to change the firewall setting

View Replies!   View Related
Directadmin On Fedora 9
Anybody having problems installing directadmin on Fedora 9?

Right after I run the install, it does start downloading the packages but experiencing this issue after numerous tries:

100%[=====================================================================>] 2,769 --.-K/s in 0.07s

2008-09-03 13:47:29 (40.2 KB/s) - `/var/named/named.ca' saved [2769/2769]

Installation didn't pass, halting install.

View Replies!   View Related
Fedora 5 Server
i have problem in my linux server that i have aserver with 5.2.4 apache and many scripts not working after that i upgraded to php 4.4.7 so all scipts all over my server are working but not loging with any user and pass just as u make refresh to the page
this problem in all forums and scripts in my server i need quickly solution please
my customers are confused

View Replies!   View Related
Fedora 9 Vs Centos 5
Fedora 9 vs Centos 5? which is good for running a server? Is both more or less the same?

View Replies!   View Related
Yum Problem On Fedora 5
I am having a problem with YUM on Fedora 5, for a long time it has not worked saying there is nothing to update when I know there is, I have tried to correct this by following a forum post of someone having the same problem, now I have really messed things up...

When I type any yum command (yum, yum --version, yum check-update etc) I get the following error:

Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 29, in ?
from yum import logginglevels
ImportError: cannot import name logginglevels

perhaps removing it and installing the latest version of Yum would help however tried that and it seems to make no difference, perhaps I am doing it wrong?

View Replies!   View Related
Fedora, FreeBSD, Or CentOS
I am about to sign up for a dedicated server, and I have three options to choose from... actally, 6 options:

FEDORA C7 BASIC
FEDORA C7 PLESK 8.3

FREEBSD 6.3 BASIC
FREEBSD 6.3 PLESK 8.3

CENTOS 5.1 BASIC
CENTOS 5.1 PLESK 8.3

Which one should you pick and (most importantly) why?

View Replies!   View Related
MySQL Not Installing On Fedora
Here is where I stand..

OS: FRESH install of Unix Fedora Core 6
Kernel Version: Kernel 2.6.18-1/2798.fc6 on an i686
Hardware Information: Brand new Dell SC1435 Server
Software Version: MySQl 5
Control Panel: cPanel

A few things I did already..

#yum install mysql-server && service mysqld start
Nothing to do
mysqld: unrecognized service

#rpm -qa | grep mysql
libdbi-dbd-mysql-0.8.1a-1.2.2
mysql-connector-odbc-3.51.12-2.2

#ps -ef | grep -i mysql
root 15299 15114 0 16:55 pts/0 00:00:00 grep -i mysql

I don't see the mysql.sock file. What I can do to further troubleshoot this issue?

View Replies!   View Related
Editor In Fedora Code 6
My server was just upgraded to FC6 and now I do not have pico for a editor. I found nano but there is problems. Screen does not refresh correctly and when I type in charaters sometimes extra charaters show up.

Are there any other screen editors built in to FC6 (not vi)

View Replies!   View Related
Setting Up LAMP (Fedora 7)
get my development box set up running LAMP. I have Fedora 7 currently installed but don't really know much about setting up the environment to host multiple sites (development purposes only), getting Phpmyadmin set up, etc. I'm used to typically doing my dev with with apache2triad on Windows but would much rather be working on a Linux box for development as i do my hosting in a Linux environment as well.

View Replies!   View Related
4 G RAM Not Detected By Fedora 7
We recently setup a server with 4 gigs of RAM and installed Fedora core 7 32-bit version in it. After installing the OS, I have found that Fedora is able to detect only 2 GB and not 4 GB of RAM. I installed the kernel-PAE and kernel-PAE-devel modules and restart the server and made sure that the the OS with the PAE switch starts at boot time. However, the OS still does not detect the 4 GB RAM. Any idea what else can be done apart from installing the 64-bit OS in the system?

View Replies!   View Related
Settings Environment Variable In Fedora
I have a Fedora Linux server and I am trying to set:
PEAR=/home/pear/bin/pear

but when I try to set it under env or in a .profile file under home it still doesn't work. I even log off and log back in and I can't just run
PEAR

View Replies!   View Related
Might I Change From Fedora To CentOS In My New Servers
My hosting service doesn't provide Fedora servers anymore, and they offer only CentOS servers.

I'm now a real Fedora expert , and I don't know if I must change to CentOS in the new servers I acquire.

- Does it take too much time to learn CentOS?
- Is CentOS very similar to Fedora?
- Is CentOS more stable than Fedora?

View Replies!   View Related
Suse, Debian, Fedora Or CentOS
I will be dropping my shared-hosting plan and ordering a small VPS as soon as I can decide on which operating sytem to use. It seems that most companies offer the following choices: Suse, Debian, Fedora and CentOS.

I freely admit that I am a full-fledged n00b when it comes to linux and will be learning as I go, the problem is I just don't know where to start because I'm not familiar with any of them. I have at least heard of Suse, Debian and Fedora before, but didn't even know this CentOS existed until yesterday... and yet, it seems to be one of the more popular choices.

So I was wondering if some of you seasoned VPS veterans here could recommend an OS, tell me what the differences are, or otherwise share any experience you might have with any of them.

View Replies!   View Related
Probs Upgrading To Fedora 5 From 4--Yes, I Know I Am Late In Doing So
I tried to upgrade to fedora 5 and then to whatever is next, but I am having problems. After running yum -y update I get this:

Error: hwdata conflicts with pcmcia-cs
Error: Missing Dependency: hotplug >= 2001_04_24-9 is needed by package pcmcia-cs
Error: Missing Dependency: howl = 0.9.8 is needed by package howl-libs
Error: Unable to satisfy dependencies
Error: Package hal needs kernel < 2.6.15, this is not available.
Error: Package hwdata needs pcmcia-cs, this is not available.
Error: Package howl-libs needs howl = 0.9.8, this is not available.
Error: Package pcmcia-cs needs hotplug >= 2001_04_24-9, this is not available.
Error: Package kudzu needs kernel < 2.6.13, this is not available.
Error: Package glibc needs kernel < 2.6.9, this is not available.
Error: Package initscripts needs kernel < 2.6.12, this is not available.

View Replies!   View Related
Core 2 Quad 6700 [ OR ] Core 2 Quad Q9450 |
we are planning to have 1 more dedicated server and also planning to collocate.

Core 2 Quad 6700 [ OR ] Core 2 Quad Q9450 | Which is better

View Replies!   View Related
How To Upgrade Fedora Release On Old OpenVZ Vps?
On my desktop I keep up with the Fedora life cycle by upgrading via DVD every six months or so, and I am currently running Fedora 9. By contrast, my hosted VPS based on OpenVZ/CentOS is still providing me with a Fedora Core 5 virtual environment. I used to keep up with FC5 updates via yum until FC5 maintenance ended, long ago. Question: is it possible to upgrade from Fedora Core 5 to Fedora 9 via yum and without any intervention on the current underlying VE by the VPS host? If so, how would I do that?

View Replies!   View Related
To Take Data From Mounted 2 Disk Fedora Cpanel
I've got a problem with one of my servers, and i dont now how to do it. I need to find a technical service that I could hire for a job.

It's a small job. I've got one server that was compromised by D.O.S. atack and taken down by hosting company they did a clean instal fedora and cpanel and said that the data would be mounted on a old drive I need to restore the webs about 30 small sites
Would anyone suggest a person that could do that?

View Replies!   View Related
Installing Httpd-devel Module On Fedora Updates Apache
to install mod_evasive module on our Apache2 that runs on Fedora server. However, for that we need Apache's apxs to compile it. We found out that we can do that by running the

yum install httpd-devel
However, when we run that, we get the following:

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
httpd-devel i386 2.2.8-1.fc7 updates 144 k
Updating:
httpd i386 2.2.8-1.fc7 updates 1.0 M
openldap i386 2.3.34-7.fc7 updates 291 k
Installing for dependencies:
apr-devel i386 1.2.8-6 fedora 170 k
apr-util-devel i386 1.2.10-1.fc7 updates 54 k
cyrus-sasl-devel i386 2.1.22-8.fc7 updates 351 k
db4-devel i386 4.5.20-5.fc7 fedora 2.3 M
expat-devel i386 1.95.8-9 fedora 129 k
openldap-devel i386 2.3.34-7.fc7 updates 1.5 M
Updating for dependencies:
httpd-manual i386 2.2.8-1.fc7 updates 821 k
mod_ssl i386 1:2.2.8-1.fc7 updates 85 k
openldap-clients i386 2.3.34-7.fc7 updates 179 k

Transaction Summary
==========================================
Install 7 Package(s)
Update 5 Package(s)
Remove 0 Package(s)

Total download size: 7.0 M
We're kind of cautios, because we have never updated Apache on our live server. We'd prefer if we could download and install just the httpd-devel module. Is this possible?

If not, would this mess up any of our existing configuration? Could we expect any problems? And do we need to shut Apache down, then run the updates and only then restart it?

View Replies!   View Related
Fedora (realtek Rtl8139/810x Family Fast Ethernet Nic)
I am testing FEDORA on my localhost server, with dual partition with windows 2003 server,

The problem is, that FEDORA can not install NETWORK CARD driver by default or by selection.

In my Windows device manager i see i am using (realtek rtl8139/810x family fast ethernet Nic), but i can not find its driver to use on linux (fedora)

Can someone guide me how can i make (realtek rtl8139/810x family fast ethernet Nic) use on FEDORA installation.

i have tried searching google ... but can not find linux driver for same...

View Replies!   View Related
Dual Proc Single Core Or Single Proc - Quad Core?
I cant decide between

Dual Processor Single Core
Dual Processor Single Core Xeon - 3.00GHz (Irwindale)

Or

Single Processor - Quad Core?
Single Processor Quad Core Xeon 3220 - 2.40GHz (Kentsfield)

My site needs "raw" processing power due to the applications it runs. ram (over 2 gb) and hdd are not that important to me.

could someone point me in the right direction.

View Replies!   View Related
Quad Core Xeon 3220 Vs Quad Core Xeon 5310
Which is a better option? Both priced same, I know with the Xeon 5310 the possibility of upgrading to dual cpu's.

Quote:

Single Processor Quad Core Xeon 3220 - 2.40GHz (Kentsfield) - 2 x 4MB cache

Single Processor Quad Core Xeon 5310 - 1.60GHz (Clovertown) - 1 x 8MB cache

Which would give higher performance in a shared web hosting environment?

View Replies!   View Related
1X Opteron Dual Core 2.4GHZ OR 2X Opteron Dual Core 2.0GHZ
I am going to buy a new server and I am unsure of which route to take.

Basically the cost is identical for a Dell server with:

1 AMD Operton Dual Core 2.4Ghz

OR

2 AMD Operton Dual Core 2.0Ghz

What is the felling? Does the 4 cores out weight the extra 400 mhz per processor, but only having 2 cores?

The server will be running:

Windows 2003 Standard x32
Plesk 8.2
IIS 6.0 [ Application Pools Setup ]
MySQL
Microsft SQL Express 2005 [ONLY CAN USE 1 CPU/CORE]
MailEnable

Can my applications even handle/utilize four cores?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved