CentOS 5 :: RPM Install Assistance?

May 15, 2009

I tried to install PHP today on my CentOS 5 machine and it appeared to work however I don't think for whatever reason it properly installed.I am attempting to install PHP 5.2 so I downloaded the RPM's and placed them in /tmp:

[root@ideweb1 x86_64]# rpm -ivh php-common-5.2.9-1.el5.x86_64.rpm
Preparing... ########################################### [100%]
1:php-common [code]............

View 2 Replies


ADVERTISEMENT

OpenSUSE Install :: 11.3 Took 5 Goes To Install - Doesn't Boot Without Assistance And Can't Upgrade

Oct 10, 2010

I had a working setup of opensuse 11.0, dual booting using grub installed on the home partition. I tried to install 11.3 from the coverdisc of linux format (LXFDVD136). It took 5 goes before the install succeeded. Mostly stopping at the "boot installed system" stage. I put 11.3 on a formatted partition in the same place as 11.0, and put grub there too.

The system will not boot without assistance. I have to use a supergrub disc and tell it which partition to boot. If I use boot linux from supergrub I get the Grub error message 15 file not found. Supergrub CAN find windows and it boots with the win command. Automatic and yast initiated attempts to check for software upgrades are blocked by the application with pid 4587.

View 4 Replies View Related

Ubuntu :: Multiple Currently And Would Like Some Assistance?

Dec 7, 2010

Well first I'll give you some background info. I have Ubuntu 10.10 x64 8 gigs of ram AMD 64 X2 Dual Core Processor 5000+ ATI graphics card I just installed Ubuntu on my second HDD yesterday and am using my BIOS to switch between the OSes (basically just staying in Ubuntu in other words. I have had no issues installing Ubuntu what-so-ever.

Heres where my issues come in. Firstly every time I restart my computer it doesn't allow my bluetooth devices (mouse + keyboard. Both made by mircosoft. Dongle is a microsoft product as well) to connect right away. I have to go into the BT settings and click "Make my computer visible" (or something to that effect). After I do this (all on my wired keyboard and mouse) and i hit a button on my keyboard and mouse they are then able to operate my computer. Does anyone know how to fix this problem? Another issue that I am having is that my computer WILL NO LONGER recognize the names nor the demintions of either of my monitors (a visio 42 inch connected via HDMI and a acer 22 inch connected via VGA. both going to an ati graphics card). On top of this my computer will not switch the default monitor from my 42 inch to my 22 inch and this is the larger of the two issues in this section due to the fact that I dont always use my TV -> thats usually when I'm watching movies Does anyone know how to fix this problem?

I am extremely new to Ubuntu and Linux as a whole. I have greatly enjoyed the learning experiences that I have had in the past two days. Also I just prefer Ubuntu to windows. Its sleek its fast and its fun to tinker with . If it would not be a problem please explain the reasoning behind any solutions. And PLEASE feel free to ask any questions, Im here to help you help me! Just kidding. If i can ever return the favor just let me know!

View 5 Replies View Related

Ubuntu :: Assistance Mount DVD Rom Drive

Sep 15, 2010

I was just trying to open a CD for the first time and when I try to open the DVD-rom drive, it says that it is unable to mount. I saw in some other forums that I should open up a terminal and use "su" to switch over to root. However, when it asks for my password, I put in my password for logon and says Authentication Failure. So I try to put in the Ubuntu disk I have to reload the system, but when I restart the machine, it doesn't read my DVD-rom drive.

View 4 Replies View Related

Fedora Installation :: Assistance With X_86, 64 Usb.iso F9 Load?

Feb 1, 2009

extremely new to computing, learned about linux in computer class and wanted to try it out. Got a copy of live usb creator, worked fine. Got fedora 10 then 9 on my 8Gb stick. I am getting the "Could not find Kernal image: linux" error. I have looked all over and have found the same line of code:

/isolinux/vmlinuz initrd=/isolinux/initrd.img. I enter this and get nothing. I review the config file and while I think it is in order, i must admit that i am woefully ignorant of much of what i see there.

The only difference in my config file from the fix is that vmlinz is listed as vmlinuz0, the same with the initrd.img. (initrd0.img) I am running an amd 64 x2 3800 processor, with a G of ram. I have Xp installed and nvidia gforce 6150 on board graphics. ( i have read that this may be a problem)

View 2 Replies View Related

Ubuntu Servers :: Apache2 Link To FTP Assistance?

Jun 22, 2010

I have an apache2 web server running on ubuntu server (Ver 2.6.27-7-server) running just a basic Mediawiki site for our group internally. It's just a basic info wiki, and it also hosts a bunch of large .iso files for the group to download if they need them. The latter part is where my latest issue has come up, and I'll try to keep it brief.

We moved all the .iso files to a FTP server that we just got up and running, since the FTP site has goads more space available on it's NAS shared drive than my wiki server whose hard disk is rapidly shrinking with all the .iso files on it. Now, the FTP server is outward facing unlike the wiki server, so obviously it has to have user/password authentication unlike the wiki, which is only internal.

I want to be able to link from the wiki server directly to the files on the FTP server without the user being prompted for a password, while still keeping a decent transfer speed.

So far I've tried 2 methods that have "worked".

First, I mounted a local folder on the wiki to the FTP server using CurlFTPfs by adding a line in the /etc/fstab file.

Code:
curlftpfs#iso:ftpiso@172.17.12.19 /var/www/downloads fuse allow_other,uid=www-data,gid=www-data 0 0

This actually works perfectly, I can link to the files and never get prompted for credentials, however the transfer rate is abysmal. under 100kb/s over a gigabit connection, rather than 10MB/s I can get if using an FTP client directly.

The other method I used was enabling the mod_proxy_ftp and simply redirecting to the FTP using the wiki server as a proxy.

In the virtual host file:

Code:
ProxyPass /download ftp://iso:ftpiso@172.17.12.19
ProxyPassReverse /download ftp://iso:ftpiso@172.17.12.19

This speeds things up a little ~230kb/s however I still get prompted for credentials.

Is there any way possible to get it to work like the CurlFTPfs method but still get decent network xfer rates?

View 1 Replies View Related

Ubuntu :: Assistance With 3 Monitors And New Sound Card

Jun 27, 2010

My tech level is intermediate (I know my way around basic bash and such) I'm a somewhat long time ubuntu user (since 6.06) and I've run into a problem I can't really get around.

I have an intel on-board video card as well as an nvidia geforce 8400. I'm using the nvidia (binary) drivers. I'd like to be able to use all three monitors (2 connected to the geforce, 1 to the onboard). I'd like to just say this worked flawlessly on windows so it is not a bios/hardware issue. I'm pretty clueless on how to get this done...

Also, I got a new EMU 1212m sound card and I'd like to know if there is a way other than compiling alsa from source in order to get this sound card working, this is the only option I found when searching the forums.

View 6 Replies View Related

Ubuntu :: Tried Turning Off Visual Assistance From Start-up?

Mar 14, 2011

I have this computer that loads up a magnifying glass sort of application on the right half of the screen during the log in. ie. when choosing accounts and typing in the password screen. So far: I tried turning off visual assistance from start-up. I also uninstalled compiz from the installed software.

Neither have seemed to have disabled it. The Computer is running Ubuntu 10.04.1 with the latest updates.Does anybody have any suggestions for me? I will try to post a screen shot of it when I get time to.

View 3 Replies View Related

Ubuntu :: Assistance With ATI Catalyst Control Center

Mar 26, 2011

Today is my sort of third day with the OS and I'm still loving it. I've been able to get the hang of quite a few things in Maverick but there is one thing that I really need help with.Back in Win7, I had the very same situation and after a week of messing around I was able to get it working; it was sheer luck, but hey, who cares?

I'm running an ASUS M4A785-M motherboard with an integrated ATI 4200 video card and using a 32" Toshiba TV with HDMI video and sound, which Ubuntu was kind enough to download the proper drivers for all on its own; Win7 didn't. Problem is, the best resolution I can use is 1920x1080, but at that point some of the text looks just too small, so I use the 1776x1000 resolution instead. Still, the grand majority of websites don't fill the browser. I have to manually zoom in each time so they can look properly. I know that after a week of tinkering in Win7 I got it working just fine without the need to zoom in on pages. I can't remember for the life of me how I did it and I had accidentally formatted the entire HDD once and all those settings got lost.Lower resolutions make it worse too. On some of them, the actual computer window won't even fill the TV unless I change certain settings, and then it still looks horrible because everything gets stretched out sideways and gets squashed and even if the PC screen doesn't fill the whole tv, it overcasts itself in the middle; as if I was using a much smaller monitor and it was overcasting.

View 1 Replies View Related

General :: Fedora Installation Assistance Request For DVR

Jan 19, 2011

i'm new in linux world....i need a tips on installing fedora 11 for my dvr also basic tips on formatting and mounting drives.

View 9 Replies View Related

General :: Fedora NS2 Installation Assistance Request

Jan 6, 2011

On what version of fedora, ns2.31 can be installed?

View 14 Replies View Related

General :: Assistance To Change A User Password On Sql?

May 3, 2010

Cannot change a user password om mysql Trying to change the cactiuser password but no luck so farThis is what I did:

mysql> use mysql;
Database changed
mysql> SELECT host,user,password FROM user where user='cactiuser';

[code]....

View 1 Replies View Related

General :: Remote Assistance Between Machine And VISTA?

May 18, 2011

My cousin needs some help with his computer (I know a bit more about MS then Linux at this point). He has VISTA HOME EDITION, Which as far as the internet tells me ... cannot do RA without a third party software. But he says he found it and sent the invite to my email. I have already download rdesk (I think that's what I want) so I can initiate a RA from terminal with IP or server URL, But everytime I try to access his through IP it says:

Code:
me@linux:$ rdesk ip.cous.comp.here
!!--'DISPLAY FAILED TO LAUNCH'
me@linux:$

I was going to also look at getting tightVNC, but am not 100% sure it does what I want...
Other then this I have no idea what to do. I have never done remote with a Linux and a MS system ...

(By the way, I am running Dreamlinux which is Debian based. It is the latest -far as I know- which is 3.5 built on Lenny stable. My desktop session is Xfce, but I can enable KDE or GNOME for applications that may need it. My cousin and I are 100 miles apart at the moment so this seems to be our only option.

View 4 Replies View Related

Programming :: SED Assistance: Add Character In The Middle Of A String?

Oct 20, 2010

I have a folder of MP3s, where some have <artist>- <song> and others have <artist> - <song>. I wanted to make all of them say <artist> - <song>

The command that works for me was

for i in *[a-Z]-*; do mv "$i" "`echo $i | sed 's/-/ -/g'`"; done

but if I -hadn't- used ls with my parameters to filter out the valid results, how would I have done this with sed? I got close with:

ls | sed -e 's/(.*)[a-Z]-(.*)/1 - 2/'

but with the above I lose the [a-Z] character that I used to match with (and I need to keep that).

View 4 Replies View Related

OpenSUSE Network :: Remote Assistance Another Country - Windows Xp

Jan 24, 2010

i am suing SUSE 10.00 and i need remote assistance from friend in another country. I think this can be done in windows xp using "remote assistance". How can i do this using linux suse?

View 2 Replies View Related

Ubuntu :: Assistance With Designjet 5000 Printer Installation?

Feb 20, 2011

I am pretty new to Ubuntu 10.10 and have been unable to successfully print to a HP Designjet 5000 42inch non Postscript printer that uses hpgl/2. I have installed other types of printers with no problem but this one has me beat so far. I will primarily want to print banners from Inkscape that will average 3 x 12 feet in size, and at least 150 dpi, so will need to be able to define custom size sheets. Currently I develop a project in Inkscape then print to file as a pdf, open the pdf from a windows xp machine on the same network with Adobe Reader and print to the Designjet from Adobe. This worked fine until I upgraded Adobe Reader to 10.01, it won't print very large files to the Designjet, iether. It would be very nice if I could print directly from Inkscape in Ubuntu to the Designjet printer. I do not print from Inkscape in Windows XP because the large files put both the program and operation system into a permanent non responsive state if they do not crash outright. I am able to print large files on the XP machine from Corel Draw 12 with no problem, but have not been able to get Corel Draw to accept any of the svg files that Inkscape produces.

View 1 Replies View Related

Networking :: Ubuntu Iptables - Restricting Access Assistance

Jan 14, 2010

I have a small home network with a router to the outside world and an ubuntu server through which traffic passes first.My ISP limits my download usage during the day, which traditionally has not been an issue, but now the children come in from school, boot up the internet and up goes my usage!Ideally I would like to be able to restrict them to IM and maybe certain specified URLs (I think the latter probably needs to use Squid though?). Once the download limits are lifted, I would like my iptables to allow HTTP, etc, but pretty much block most other things.

I have two sets of iptables currently to approach this issue, with a cron job that runs to swap between one and the other.Chains run in order, so if rule A says allow x, and rule B says drop all, then X should still be allowed. However, try as I may, this is not what happens in practice. I have even tried changing the overall order from ALLOW to DROP in FORWARD and then approach from the other angle. That didn't work either. *IS* it actually possible to block all but http / https and IM? These are myrules:

Code:

# Generated by iptables-save v1.4.4 on Sat Jan 9 19:15:49 2010
*nat
:PREROUTING ACCEPT [583:45175]
:POSTROUTING ACCEPT [694:60887]
:OUTPUT ACCEPT [143:18642]

[code]....

View 14 Replies View Related

Programming :: Scipting Assistance To Search For Servlets In Xml File?

Jul 18, 2011

We're migrating from Tomcat on Linux to Glassfish on Windows and I'm trying to make it easier to find the servlets that we don't currently have implicitly mapped in the Tomcat web.xml files for contexts. What I've done is copy all our contexts to a temp directory and written a script so that I can loop through each context, find the files that are not mapped inside a package then check if the java file is a servlet or not. From there I store each java file that matches, strip off the extension and then search in the context web.xml for a match then output to the screen.

The problem that I'm running into is that I know there are class files that should be returned and yet they are not being displayed. I'm not a Linux guy, so I'm just looking for a little help to see if I'm missing something obvious. I've attached the code for the script below.

Code:
# for all contexts
for context in `ls "/var/tomcat/temp/script/" | grep -v servletmap.sh`
do
echo $context
# for all java files without a package

[Code]...

View 6 Replies View Related

Fedora Installation :: Assistance On Installing Adobe Flash Player In 64-bit F15?

Jul 6, 2011

I have installed Fedora 15 on my Desktop. My desktop is a 64-bit AMD Athlon Processor. I'm having some problem installing Adobe flash player in my Desktop. due to this I'm unable to view any ..... videos.

I went to the website get.adobe.com/flashplayer/ site and there is a note that 64-bit users: Download a preview release of Flash Player with native support for 64-bit Linux from Adobe Labs. On following this link it redirected me to [URL]...10_square.html where I could find a tar.gz file Download plug-in for 64-bit Linux (TAR.GZ, 4.1 MB) I tried untarring this file but could not find configure, read me files with installation steps.

Has any one installed Adobe flash player on Fedora 15 64 bit? if so can you please point me to the rpm? or the file which has the proper installation procedure. I'm a new bie to linux. so would prefer a rpm over tar.gz files.

View 9 Replies View Related

Server :: Req Assistance W/script To Move Uploaded Data Elsewhere After Upload?

Nov 25, 2010

i need your help for executing an script to copy data from upload folder to some other after successful upload. Do you have any idea for this?

View 1 Replies View Related

CentOS 5 :: Kernel Panic Not Syncing No Init After Fresh Install Centos 5.3 Iscsi?

Jul 9, 2009

The first server I installed installed fine. The second server, installed with the same config, went to "kernel panic not syncing no init found try passing init= option in kernel" error. I tried reinstalling but it keeps going to that error after install reboot. The storage is ISCSI connected via Intel Server Adapter, which allows it to boot from ISCSI. Not sure if that's the cause for the problem, but the first server is connected to the same ISCSI and installed just fine.

Is there a way that I can make sure ISCSI module installs during installation? Although I think it is installed since it's able to copy the files and setup /dev/sda. I just wana make sure that it installs during setup.

View 1 Replies View Related

CentOS 5 Server :: Can't Install Debian Xen Guest With Virt-installer [Centos 5.3]?

May 3, 2009

I have tried to install debian 5.0 and 4.0 without any luck. I have both tried virt-manager and virt-install with both debian-501-i386-netinst.iso, and full dvd. I't always gives me the same error:Starting install.Could not find an installable distribution at '/xen/debian-501-i386-netinst.iso'

[Code]...

View 2 Replies View Related

CentOS 5 Hardware :: Fresh Install Of Centos Doesnt Display On Whole Screen?

Jun 8, 2009

i didnt find a solution to a display problem im having. my server mobo is an asus k8n-dre with built in video. after the install(using built in video) the screen dosnt display fully as in black sections on the left and top of the screen. from the searching i did i found something about an "xrandr" command that would let me change the video settings but it didnt do anything with the black areas when i tried it. i also have a nvidia geforce 9500gt video card so i changed the jumper to boot from it and tried again. the black sections are still there but the centos display covers much more of the screen now. theres still about a third of an inch gap on the left hand side and about 1/4 of an inch on the top. ive also tried updating the software to see if it may be a driver issue but no luck. anyone know how or if it can fit to full sceen? the screen displays up to 1440x900 if im not mistaken but with the built in video it gave me lots of display options including the 1440x900. after changing to the nvidia card it only shows 800x600 and 640x480.

View 5 Replies View Related

CentOS 5 :: Install CentOS 5.2, And The Installation Ran Out Of Disk Space After Running For About 2 Hours?

Feb 18, 2010

I am trying to install CentOS 5.2, and the installation ran out of disk space after running for about 2 hours.I checked the FAQ, and it said 1.2 GB. The disk is 3 GB. The default install was selected, and I think that it checks for sufficient available disk space before installing. Still, it ran for quite a while before announcing that it was out of disk space.The Installation Guide is not very helpful, since there is a blank page where the disk space requirement is supposed to be. I just picked the default installation. A search of the forums on "not enough disk space" did not return much.

View 13 Replies View Related

CentOS 5 Hardware :: CentOS Won't Boot After Fresh Install [Proliant DL160 G6]?

Mar 23, 2010

I have successfully installed CentOS 5.4, and after choosing it from the GRUB menu, I am getting the following error message:1706-Smart Array Controller Extended BIOS Data Area Memory Corrupted. Int 13h BIOS Cannot Continue - System Halted.I'm using two SAS disks that came along with the server, left the default RAID configuration (1+0) on a P410 controller

View 5 Replies View Related

CentOS 5 :: Newbie To CentOS Seeks Advice On New Install / Hardware / Partitioning

May 10, 2010

I've got a box (prev used for WinXP) with 2GB Ram and a new 500GB HD to throw in there.Noticed on the Wiki CreatingUpdateMedia and reading as much as I can ramping up for this.I'm curious how I should partition this disk, and what other decisions I'll need to make on install.I see quite a bit of interest also in virtualization, and if I find a need, this could be useful too.Kernel upgrades?how to do? Does the disk have to be wiped or just use an alternate boot device to replace K on HD? I have a tech background in programming and some solaris, but *nix has grown up in the last 5 years.Hopefully devices will function and networking connectivity can be acheived without too much troubleshooting.

I'm doing this in part to be more educated, especially in the new world of web-hosting where you have a virtualized box, root and shell access, and need to manage it yourself. Beyond that even, my goal is to be able to work on my web-host by setting up a remote linux desktop, and I'll be looking for ways to configure that. There are clients out there (VNC, etc), but I'm not sure on the host-server configuration, and also the port-forwarding setup on my local router.

View 2 Replies View Related

CentOS 5 :: Succeed To Install Vmware Workstaion 7.1 On Centos 5.5, But Have Run-time Error?

Jul 2, 2010

[URL]VMware Workstation 7.0.1 Release Notes has a list of supported OS:[URL]According to that, RHEL 5.4 is listed as supported for both host andguest but CentOS 5.4 is only for guest. This is quite strange and, ifit is true, that could be a serious issue.I succeed to install vmware workstaion 7.1 on centos 5.5, but have run-time error:

[root@ ~]# /etc/init.d/vmware start
Starting VMware services:
VMware USB Arbitrator [ OK ]

[code]....

View 7 Replies View Related

CentOS 5 Networking :: Install CentOs On Dell PowerEdge 2900

Feb 25, 2009

I'm new on Dell PowerEdge 2900. I dont know how to install centOS 5.2 on it. whice OS type that I should select. at first I select RH enterprise 5 and it format HDD. already and I put centOS 5.2 in, but it was deny and eject that cd. when I power off it shown that

"root(hd0,1)filesystem type is ext2f2,partition type0x83
kernel/linux/vmlinz%(ksLocations)
Error is : file not found
press any key to continue"

View 5 Replies View Related

CentOS 5 :: Cannot Install CentOS 5.4 On Embedded System Anaconda Exception?

May 1, 2010

I am trying to do a basic install of CentOS 5.4 on my embedded computer. It is a Linutop 2 system with a AMD Geode 800MHz CPU and 512Mb Ram. Have installed an IBM 40Gb 2.5" HD for OS storage. I am doing the install procedure in text mode. Everything goes as planned until I get to the package selection.

1. Booting from (i386) DVD with "linux text" parameter.
2. Skipping media check.
3. Selecting "English" install language.
4. Selecting "DK-latin1" as keyboard layout.
5. Selecting "Remove all partitions and create default layout" and selecting "no" to modifying partition layout.
6. Selecting "yes" to configure "eth0" and mark to enable "IPv4" on boot.
7. Selecting DHCP for IP configuration and Manual host name.
8. Setting time zone to "Europe/Copenhagen".
9. Setting root password to a 16 digit alphanumeric pass-phrase.
10. De-selecting "Desktop - Gnome" (no other entries selected).

When the system is checking for dependencies, an exception

Traceback (most recent call first):
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 426, in returnNewestByName
raise PackageSackError, 'No Package Matching %s' % ui_pats
File "/tmp/treedir.22057/instimage/usr/lib/anaconda/yuminstall.py", line 1072, in getBestKernelByArch
pkgs = ayum.pkgSack.returnNewestByName(pkgname)

[Code]...

View 1 Replies View Related

CentOS 5 :: Install An Icecast Server On Centos 5 VPS Hosted Through Phurix?

Jul 1, 2010

I've been trying for the past week to install an icecast server on my centos 5 VPS hosted through phurix.

I've tried compiling it, installing it from RPM. but im getting nowhere. Has anybody had any luck installing it, who wouldn't mind explaining how they went about it?

I've searched google for hours on end and all I can come up with is generic cent os 4 guides that just wont work. Im not the best when in comes to linux. I do a great job of copying and pasting to a shell prompt and can use ftp etc.

if this is any use.. heres the last output from my last attempt and compiling it...

[root@vps613 icecast-2.3.2]# ./configure --prefix=/usr/local/icecast
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no

[Code]...

View 1 Replies View Related







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