CentOS 5 :: Rebuilding PHP With Easy Apache

May 27, 2010

It appears the liblphp.so and liblpssl.so files that have been added to /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ and the php.ini are 32 bit libraries. This is preventing them from loading as PHP and it's other modules are all built as 64 bit libraries. To resolve this error, I would recommend re-building the libraries as 64bit. Most likely this can be done using Easyapache to re-build PHP (and Apache) to support these modules. Additionally, libcrypto and libssl are on the server in /usr/lib/ folder. However, they are 64bit libraries which may not work on the 32bit .so files you have provided.

View 3 Replies


ADVERTISEMENT

CentOS 5 :: 32 Bit To 64bit Without Rebuilding Computer

Aug 18, 2010

so i built my computer with a 32 bit system and I was wondering if it might run on a 64bit. how can i tell and how do you upgrade to a 64?in aix i can just relink the /unix file to a 64bit file and reboot.oh ya do i gain that much by going to a 64bit system? this will be a mail and www and may be a spacewalk system may be use it as a media system too to serve up my mp3/dvd or store them. home system not work related.

View 8 Replies View Related

Ubuntu Servers :: Apache Forbidden 403 Easy Fix?

Jun 14, 2010

I am using the Desktop Version of Ubuntu Lucid Lynx, but I am posting here because I think all of you server guru's can help me. I am setting up my desktop as a mobile development server. I am hoping to eventually have it work with an intranet. Anyways I am trying to configure this and I hit a snag.

I have a 403 forbidden error. I've read around and I thought it might have something to do with SELinux

Here is my Virtualhost file

Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName starace
DocumentRoot /home/chris/public_html

[Code]...

View 5 Replies View Related

CentOS 5 Hardware :: HDD Dma _intr Errors After Rebuilding Raid1 Array

Sep 2, 2009

I've got a mailserver set up in a raid1 array.I shut down the system to install a CD-ROM drive but forgot to change the master/slave settings (I know, don'tt say anything) and didn't realize it before Centos started booting up, so it booted the hdc drive from the array.I rebuilt the array using mdadm without any apparant issues but on subsequent bootup, I get the following error :

kernel: hdc: dma_intr: status=0x51 { DriveReady SeekCompleteError }
kernel: hdc: dma_intr: error=0x84 { DriveStatusError BadCRC }
kernel: ide: failed opcode was: unknown

[code]....

There doesn't seem to be any side effects to this but since that didn't happen prior, I figure there's probably something I didn't do properly since I'm fairly new to the linux world.My raid array was originally set up by the Centos instal software and is set up like this :

hda1 + hdc1 = md0 (boot)
Hda3 + hdc3 = md2 (/)

The other partitions are of the same size on each drive and are swap partitions.

PS : The drive is SMART capable and no errors appear during a self-test.

edit : Clonezilla also fails to boot properly although I don't know if its due to a software raid array in the first place or the errors in the filesystem. When only one drive was detected because of the jumpers, it booted properly.

View 2 Replies View Related

CentOS 5 Server :: Easy Install From Usb To Hard Drive?

Jul 8, 2011

By using ISO2USB for CentOS/RedHat I installed with out having to burn A single cd or dvd. Super easy and free from source forge. Link[URL]... Unplug the USB drive and take it to the machine to be installed.Reboot the machine and choose USB boot option in the BIOS boot menu. Choose Hard drive installation method and select /dev/sdb1 as partition that holds ISO images. Use sda drive for installation and choose to review the partitioning layout. In advanced bootloader options, change drive order to "sda sdb". Proceed with the installation.

So easy it should be a tool in every admins box. I hope I saved you some time and headaches.

View 1 Replies View Related

CentOS 5 :: Compaq Evo N800w Mobile Workstation - Easy Access Buttons

May 10, 2009

I've installed CentOS 5.3 on my Compaq Evo N800w mobile workstation (laptop). I was able to map the volume up and volume down buttons to the proper function using System - Preferences - Keyboard Shortcuts. I need to map the Internet Browser, Email, Search, and Media Player to the other Easy Access Buttons that Compaq has on this keyboard. Has anyone had success using programs like keyTouch to get this accomplished? Should I be considering other solutions?

View 1 Replies View Related

CentOS 5 :: Apache Error 403 - "Forbidden You Don't Have Permission To Access /bb/ On This Server" - 5.2 With Apache 2.2.3

Jan 20, 2011

I am installing Big Brother on a CentOS 5.2 running the default Apache 2.2.3. When I try to access any web page I get the following error: Forbidden You don't have permission to access /bb/ on this server. Apache/2.2.3 (CentOS) Server at fmsubbnix Port 80 So far I have:

1) Set the Directory options to FollowSymLinks
2) Verified all directory and file permissions are at 755
3) Set permissions temporarily to 777 and received same error so I am assuming the issue is in a config file somewhere
4) in hhtpd.conf verified <Files ~ "^.ht"> is correct
5) verified the "default" directory is correct (/var/www/html)

I have read and tried several ideas in posts listed on the web but to no avail and am at a loss as to what to look for next..

View 3 Replies View Related

CentOS 5 Server :: Apache 'server-status' 404 Not Found + Munin Apache Stats?

Oct 14, 2010

I am trying to solve a problem where Apache stats aren't displaying correctly in Munin. I've ran through quite a bit of checks and tests regarding Munin setup, but I think my issue is related to Apache, but my skill set there is lacking.

first, system info:
monitored server:
CentOS 5.3 2.6.18-128.1.1.el5

[code]....

View 7 Replies View Related

CentOS 5 :: Apache 2 Test Page Powered By Centos..what Is It Get On My Computer In The First Place ?

Jul 2, 2010

i opened up my browser to surf the web and a page popped up i had never seen before.Apache 2 Test page powered by centos. Any address i put into my firefox browser won't come up and i'm stuck on this test page and,i can't locate it on my computer to remove it.How do i get rid of it and more importantly how did it get on my computer in the first place?

View 10 Replies View Related

CentOS 5 :: Apache Not Working With New Centos 5 Installation?

Jul 5, 2009

U have spent 4 days trying to configure my router thinking that it is my router that is not working but when I go to my dynamic dns or my static ip address it takes me to my admin router on the local computers.when I type httpd it says it cannot bind to port 0.0.0.0:80 i checked it is set up to listen to port 80 this is really confusing me i am beginning to think the people who built my server did not set it up properly if i go to localhost or 0.0.0.127 it goes to the apache default page fine.I have not changed anything since it wad installed except the centos 5 updates any ideas?When i login my password is root and the password is the default I have changed nothing else on the system as I still have no clue about it.Just to clarify on my router I have port 80 and port 443 set to my static ip address is this correct or should it be the eth0 Bcast ip address?Can anyone give me an idea of what i need to check? On my router I have set up port 80 and port 443 and dynamic dns and static ip address.Sorry I am totally new to linux never used it before would be nice if anyone has any ideas how i can proceed with this.

View 1 Replies View Related

OpenSUSE :: Failing To Get KDE To Run - Rebuilding KDE Menus

Nov 25, 2010

After installing openSUSE 11.3 (retaining my old /home) and attempting to upgrade to KDE 4.5, failing to get KDE to run, downgrading to 4.4 I've now got nothing in the KDE Application menu.

[Code]...

View 5 Replies View Related

General :: RAID5 Array Intermittently Rebuilding?

Jul 17, 2009

I have a 9x320G RAID5 array that I am migrating over to a 3x1.5T RAID5 array.Intermittently, a drive would drop out of the older array and it would automatically start rebuilding. I thought it was a bad cable or controller somewhere, so when I bought the three new drives, I bought a new controller for them all, too. I'm running both arrays side by side until I'm happy the new hardware is stable (one drive was DOA). Then I noticed one morning that both arrays were rebuilding themselves. This was in /var/log/messages:

Quote: Jul 5 00:30:19 mnemosyne -- MARK --
Jul 5 00:50:19 mnemosyne -- MARK --
Jul 5 01:06:02 mnemosyne kernel: md: syncing RAID array md0

[code]....

View 4 Replies View Related

Fedora :: Rebuilding Kernel Without Recompiling Eveything

Dec 24, 2009

If I compile the kernel once fully and if I wan't to make a minor change how do I do that without having to go through the whole recomiliation? Commands like "rpmbuild -bb" and "make rpm" seem to recompile everything but it should just compile the changes I made.I'm using Fedora 12 with the latest stable kernel.

View 11 Replies View Related

Ubuntu :: Trouble Rebuilding Kernel Module

Jan 6, 2011

I need to rebuild a kernel module and I'd like the module to be compatible with the ubuntu distributed kernel.I tried something along these lines:

* get the sources via: apt-get source linux-image-2.6.35-24-generic
* cd to the unpacked (and patched, I believe) directory: cd linux-2.6.35
* take kernel config that I'm currently running (I'm running 2.6.35-24-generic): cp /boot/config-2.6.35-24-generic .config
* build the module I care about: make drivers/usb/class/usblp.ko

The module is built, but when I try to load it, insmod fails and I see this in dmesg: usblp: no symbol version for module_layoutI tried to generate the kernel config via debian/rules genconfigs, which resulted in the same config file (with the exception of the local version string). I tried building some other modules and loading them, but I always get that error on loading.

View 4 Replies View Related

Ubuntu Servers :: 10mins To Boot After Rebuilding A R5 Partition?

Jan 19, 2010

I have/had a working system that took maybe 20seconds to boot. However due to an oops with hardware (power cable fell out) I lost 2 disks in a raid5...so I had to rebuild it, now the new partition wont mount on boot and it takes 180seconds Plus to get a control-d prompt. If I remove the mount from fstab and reboot and then mount manually after a normal boot its perfect and works....so it appears something in the boot/mount process is confused....

The q is where do I start looking to fix this?

I suspect its the LVM looking at the ext4 system and getting upset that its isnt LVM'd? Is that possible? The original partiton was /dev/i2o/hda1 and was not lvm'd and neither is the new....so i dont see why.. multiple 180 second timeouts!

View 2 Replies View Related

Ubuntu :: Raid Array Won't Mount Since Rebuilding - Bad Geometry?

Jun 15, 2010

I had run out of space on a 30GB raid1 partition so I rebuilt it as I had three 30GB partitions on a pair of 120GB drives. I stopped the array and used gparted to create a single 120GB partition on one of the disks. I then copied the data from all three partitions on the other drive onto this newly cleared space, before zapping that too. So I now had two drives with identical single partitions, one of which had all my data and lots of space. I used mdadm to create a new array from the two disks, which looked good. It immediately started to resync the data onto the second drive. However, when I tried to mount the new array this is what I get:

Code:

bob@zaphod:~$ sudo mount -t ext4 /dev/md0 /media/raid/
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or helper program, or other error

[code]....

I can mount the drives independently and GOOD NEWS the data is there! However, how can I get round this problem and mount the raid array.

View 7 Replies View Related

Ubuntu :: Rebuilding RAID5 Array From Failed Appliance?

Sep 16, 2010

This isn't exactly Ubuntu specific, but I do plan on using Ubuntu to try to recover this array. I've been using a Freedom9 freestor 4020 for the past few years and other than it totally blowing up last week it's been pretty good. I was on vacation for almost a month and a few days after I returned my NAS (freestor 4020) started acting up. I tried a few power cycles, but was dismayed to see that I could not log in via browser or SSH (SMB shares were no accessible either). A drive failure light is supposed to illuminate if a disk fails, but no dice.

I plugged all 4 drives from the NAS into an Ubutnu 9.04 Desktop system and one started throwing out all kinds of errors. Thinking that it would be a simple rebuild, I went to my local computer shop and picked up another 500GB drive (same manufacturer/part #), replaced the failed drive, and powered up the NAS again... Nothing. I left it for 12 hours then powered it down, plugged the new drive into my linux box again to see if it rebuilt... the drive was a virgin. What gives me hope that I can still recover the data is Ubuntu sees "RAID components" on the drives (through disk manager and parted), and gives me the option of initializing the array.

My plan of attack is to plug all of the drives back into my Ubuntu box, initialize the RAID array via LVM, and pretty much hope for the best. The data is not uber critical, but it would be a pretty big pain in the behind to rip/upload all the software that was on it (ripping hundreds of DVD/CD images is not fun). If my Ubuntu box can make sense of this newly initialized/mounted RAID set... I'll plug in a 2TB external drive, copy the data over, and rebuild the NAS from scratch, then put my data back on (perhaps a different unit, or something running openfiler).

View 2 Replies View Related

Ubuntu Installation :: Unable To Boot - Rebuilding GRUB

Nov 21, 2010

through a series of mistakes i have managed to take a working system and make it unable to boot. my two objectives right now are to back up my data, and to make my system bootable. here's how i got here. i used the Upgrade Manager to upgrade to 10.04 thinking it would solve a problem i was having with my previous installation. when that had completed i found I was unable to boot into 10.04. The system would hang after echoing the message "checking battery state." I attempted to rebuild my grub file, thinking this would solve the 'battery state' problem. this was a mistake. I ended up deleting it, and now there's no menu.lst file in its place.

currently when i boot up normally (i.e., with no Live CD) I automatically go into the rescue mode. so far i haven't managed to enter a command that rescue mode recognizes. alternatively, i can boot from the installation CD for Ubuntu 10.04. per this page: [URL] I take these steps:

1. boot from the installation CD.
2. go into terminal
3. type these commands:

[Code]....

View 9 Replies View Related

General :: Adding Custom Files And Rebuilding Live CD

Jul 13, 2011

I have been able to successfully build a live Linux CD, the problem is during the course of setting up my new linux instance on my latop I had to install a few items (intel drivers). So got all the files and everything worked after manually installing, but wanted to try to rebuild the CD with all the files in the CD, rather than having to use a USB drive to put the file onto my laptop. When I made the changes to the configuration that I previously used(just edited the chroot file and did lh_build again) nothing happened the binary was no rebuilt. So some questions: If I am wanting to add files into a live CD build how do I do this? How do I rebuild a CD? or Is it possible? (i.e. I have to continually start from scratch each time).

View 2 Replies View Related

Debian Installation :: How Long Takes Rebuilding Official Kernel ?

Jan 2, 2011

Here are 2 questions

1.In the last line of the debian kernel handbook 4.2.2 Applying patches

It is possible to apply extra patches to the source before starting the build. First, you should apply the existing patches by running:

You will then find the patched source in the subdirectories debian/build/source_arch_none (default) and debian/build/source_arch_featureset (featuresets added).

You should apply the extra patches in the appropriate subdirectory. where can I find the "extra patchies" and how to do?

2.Even though More than 8 hours have passed, 4.2.3 Building many packages

To build all possible packages for this architecture, run:

To build all architecture-dependent packages, run:

To build all architecture-independent packages, run:

The 1st command still working. what is the all possible packages? and what I am doing?

I am just trying to rebuild debian linux kernel 2.6.26-2, Did I misunderstand?

View 3 Replies View Related

Ubuntu Installation :: RAID 0 & 9.10 - Rebuilding Grub And Wouldn't Work

Feb 1, 2010

I started out with a RAID 0 of 3x 500GB drives. Partitioned to a 200gb Windows 7 install (plus the 100mb partition), a 50gb partition I was going to use for Ubuntu 9.10, and the around 1081GB NTFS storage partition. It wouldn't work, I tried a bunch of things, EasyBCD, ect, rebuilding grub, and everything else... wouldn't work for me. So I gave up, backed up everything and then rebuilt my RAID into to "separate" drives so that I could just change the booting drive depending on the flavour of frustration I was looking for at the time. Installed W7 back, installed Ub9.10 back. Windows loaded through it's drive fine. Ubuntu will not freaking load. So I ran a script I found laying around on one of the many.... MANY posts I read and will attach the outcome.

[Cide]...

View 4 Replies View Related

Ubuntu :: Corrupted LVM Device - Rebuilding Fileserver Volume Group?

Jul 11, 2011

I'm hoping, now that I've recovered my partition tables, how to rebuild my LVM volume group. The trouble is that one of the volumes lost its partition table, and after rebuilding the table, LVM can no longer identify the drive. I'm trying to rebuild the 'fileserver' volume group.

pvscan produces the following:
Couldn't find device with uuid 'jsZAMq-LSa1-87Zb-WoGs-oi6v-u1As-h7YZMl'.
PV /dev/sdc5 VG dev lvm2 [232.64 GiB / 0 free]
PV unknown device VG fileserver lvm2 [1.36 TiB / 556.00 MiB free]
PV /dev/sda1 VG fileserver lvm2 [1.36 TiB / 556.00 MiB free]
Total: 3 [2.96 TiB] / in use: 3 [2.96 TiB] / in no VG: 0 [0 ]

View 2 Replies View Related

Ubuntu :: Way To Test 'health' Of Drive Before Spend Hours Rebuilding Filesystem?

Jan 17, 2010

I was unable to boot my computer because bad blocks in my drive 'appeared' over my current and most used partition, for 9.10. I discovered there were 101 bad blocks on the drive, so I called western digital and had them send me a new one. In the meantime, running fsck on the drive managed to sort out the bad blocks for the time being. The replacement drive arrived on Friday, and since then, I've been trying to clone my current drive to the replacement. Using Clonezilla, I kept getting the error "bad partition table on /dev/sdb". Alright, I tried a bit-by-bit transfer using dd, but for some reason, the transfer fails on the last partition, leaving the replacement drive unbootable. What do you think I should do? Does it sound likethet sent me another faulty drive, or am I just doing something stupid? I've copied my drive before, but ive never had these problems- i just popped in Clonezilla and away it went.

I'm really leary about this drive, I have many important files for school and TONS of music. The school files, I can back up, and the music could be shuffled to another external drive, but I reallydo no want to go through all of the time and effort to move it to a new drive that may already be failing. Does anyone know what I should do? Is there some way to test the 'health' of the drive before I spend hours rebuilding my filesystem?

View 3 Replies View Related

Slackware :: Wicd In Current Won't Connect To Wireless Network - Fixed It With Rebuilding?

Mar 5, 2010

After I upgraded to current(Tue Mar 2 19:07:31 UTC 2010), I could not connect to any wireless network. It will always failed in obtaining IP address. When I rebuild the package and upgrade with the new one, the problem gone. Also I notice that the package I rebuild is different with the one on the stock tree:

Code:

..ckware-mirrors/slackware64-current% md5sum /tmp/wicd-1.7.0-x86_64-1.txz
446ff631eee4c862263ad0488e3a38be /tmp/wicd-1.7.0-x86_64-1.txz
grissiom 2010-03-05 17:21 @darkstar

[code]....

View 6 Replies View Related

OpenSUSE Hardware :: Rebuilding Array (Intel Matrix) - Device Failure And Disconnected One Of The Drives

Jul 3, 2009

I got opensuse 11 running on a dedicated HDD and got another 4 HDDs created as RAID 10 via the Intel Matrix RAID Controller of the ICH10 southbridge. I simulated a device failure and disconnected one of the drives and during POST the controller simply says that I need to rebuilt the array from the OS. So how am I supposed to do that since there were no usable raid utitlities for openSuSe delivered out of the box.

View 8 Replies View Related

CentOS 5 :: Using Mono Under Apache On 5.2?

Mar 27, 2009

I have developed a web application written in c# I'm using:

O.S. : CentOS 5.2
WebServer: Apache (2.19)
Mod Mono (1.9)
DB server: MySql

Some Configuration parameters:

Max Connection number: 200

When the site receives more than 50 simultaneous connections, it becomes unreachable even thought Apache seems to work. I attach:

- Apache server status when the service falls down

- Apache configuration file

View 3 Replies View Related

CentOS 5 :: Installing NFS On Apache

Apr 22, 2009

I am trying to setup a simple Linux Virtual System (LVS). The 1st layer is two Virtual Servers, the 2nd layer is two Real Servers and the 3rd layer is one PostgreSQL Server. All data is on the third layer (PostgreSQL). The Apache Server is running on the 2nd layer but it is supposed to retrieve data (Folders) from the 3rd layer servers (PostgreSQL). I like to setup NFS server on the 3rd layer and NFS client on the 2nd (Apache) layer. I can't figure out how to do it! I have searched the Internet with no luck. I am sure many people on the CentOS community have done it. Can somebody point me to a Howto.. or email me a procedure they have.

View 3 Replies View Related

CentOS 5 :: Removing Apache From Yum's DB

May 7, 2009

If I wanted to update Apache manually, instead of having Yum update it, how would I remove apache from Yum's database? What else would be involved if I download Apache source; and then configured, built, and installed it?

View 2 Replies View Related

CentOS 5 :: Getting Apache Up And Running?

Jun 25, 2009

I've just installed latest verion of centos and am having trouble getting Apache to work or even knowing how to test it's working.

When I open up firefox and type 'http://localhost/' I am getting the message "failed to connect" firefox can't establish a connection to server localhost.

View 2 Replies View Related

CentOS 5 :: Cannot Get Apache To Work?

Aug 5, 2009

Or rather I can't reach it when I try to reach it in my web browser, I get a "network link timed out" error.I start it by issueing "/usr/sbin/apachectl -k start", and i know its running b/c i can see it in the process list "ps auxf".The request isn't showing up in httpd's access_log, which lead me to think this is a SELinux issue, perhaps not allowing httpd to bind to port 80, idk.I'm remotely administering this machine from the command line

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved