Software :: Error While Installation Of Vnc On RHEL 5
Dec 13, 2010I am trying to install vnc on RHEL 5. but while installation i am getting below error:
View 1 RepliesI am trying to install vnc on RHEL 5. but while installation i am getting below error:
View 1 RepliesI have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.
View 1 Replies View RelatedI tried to install eugene software on RHEL-6 64 bit server. After extracting (tar -zxvf eugene-3.6.tar.gz) compilation files from eugene.tar.gz, I used ./configure to compile. Since I already installed gd (>=2.0), compilation error comes in need of gd lib (>=2.0). Again I removed the software & installed newly downloaded. But still it showing same error. What's the exact error in this?
Code:
[root@localhost eugene-3.6]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/eugene/eugene-3.6/config/missing: Unknown `--run' option
Try `/usr/local/eugene/eugene-3.6/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing .....
[root@localhost eugene-3.6]# yum install gd
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
Package gd-2.0.35-10.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost eugene-3.6]#
i had faced error like "select driver diskette" after language selection option. i am using acer laptop having 32 bit windows 7 os.
View 2 Replies View RelatedI am trying to do secure VNC over SSH to a remote linux server from my windows PC, but running into this error.
Error: Unable to connect to host: Connection refused (10061)
I am doing the DNS configuration for the first time. Error in named configuration:
zone localdomain/IN: loaded serial 42
zone localhost/IN: loaded serial 42
zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
file1:9: unknown RR type 'example.com.'
file1:11: unknown RR type 'red.exmple.com.'
zone example.com/IN: loading master file file1: unknown class/type
[Code]....
Brand new build of RHEL 6.1. Registered with RHN and then ran yum update. Everything completed fine, but now when I try to use yum in any fashion I get: Options Error: need more than 1 value to unpack Anyone else ran into this error? I have a support ticket open with RH but haven't heard back as of yet.
View 5 Replies View Relatedshut down my RHEL 4 system with an error still present in the /etc/fstab file. Current symptom: When I now try to boot, everything hangs when "Enabling swap space". Highly likely, the reason is the failure to "Mount local filesystems" in the previous step (i.e. "mount point 0 does not exist" = error due to my incorrect line in the /etc/fstab file).Question: Is there any way that I can still boot my system, such that I can remove the incorrect line in the /etc/fstab file?
View 6 Replies View Relatedwe are facing the problem related to Kernel panic in linux . Could u send me details of kernel panic . Why the kernel panic occur and how to resolve this problen
View 2 Replies View RelatedI created LVM and formatted it. But at the time of mounting it getting this error message ".....not a block device".
View 3 Replies View RelatedWhile installing gcc 4.4, I get an error during "make" which says
Code:
Code:
Here are the steps I followed:
Code:
Code:
My kernel version is 2.6.18-164 and am running RHEL 5.3 on X86_64
Logwatch has been showing me there is kernal errors present on my server.Below is the full report from logwatch, please let me know if there is anything I should be aware of and fix.
View 1 Replies View RelatedI'm trying to update Red hat but am getting an when running transaction test. Heres what I get after running "yum update"
Transaction Summary
=============================================================================
Install 28 Package(s)
Update 358 Package(s)
Remove 0 Package(s)
[code]....
Transaction Check Error: file /usr/share/man/man2/remap_file_pages.2.gz from install of man-pages-2.39-17.el5 conflicts with file from package eal3-certification-doc-1.1-2 file /usr/lib/cups/filter/textonly from install of cups-1.3.7-26.el5 conflicts with file from package redhat-config-printer-0.6.47.3.23-1
Introduction : We have a C++ application in RHEL 5.4 platform. We are using TCP/IP socket programming as well to send and receive some sort of messages. We are using socket write and read command for this purpose and we are getting some run-time write issues in between. By doing various debugging and strace operations, we came to the conclusion that issue happens in some write attempts as follows.
Detailed Description : In the simplest case, consider I have a server and a client. Server writes some messages using write command and client is supposed to read the same data.Major code snippets in Server side is as follows [It is not feasible to extract the actual files and application codes as a whole, below are just the major commands used in server side]:
sockfd = socket(AF_INET, SOCK_STREAM, 0);
int reuse=1;
setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR,& reuse, sizeof(reuse));
[code]....
Recently I came across this error while booting up our RHEL 5 server:
Starting send mail:/ user/ sbin/sendmail:error while loading shared libraries libdb-4.3.so cannot open shared object. error-27
sm-client:/ user/ sbin/sendmail:error while loading shared libraries libdb-4.3.so cannot open shared object. error-27
Also, while creating a new squid user, I get the same error: htpasswd /etc/squid/squid_passwd alok
htpasswd: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: Error 27
The libdb-4.3.so file exists in my /usr/lib. When I looked up for error code 27, it says " File too large ". I thought maybe its because of the number of users. But even after removing some duplicate user accounts, I still can't figure out why the error remains.
We installed 3 new rhel 5.5 systems yesterday; each of which are generating this error " Error: certificate verify failed" in response to a basic "yum update". From what I can gather, via a general search, this may be isolated to x86_64 -- however the references I found were specific to Satellite Server (which we are not using). Never the less, I checked the PATHs for the cert and they are correct. All of our 32 bit systems are running RHEL 5.5 and this is not a problem on any of them.
View 6 Replies View Relatedinstalling swi-prolog on RHEL 5.4 64bit. during the make it returns the error
[code]...
From what I understand -fPIC is something that is only a concern on 64bit operating systems. I tried this on RHEL 5.4 32bit and it worked fine. How do I get past this error? I've tried disabling SElinux as recommended on the swi-prolog website, but that had no effect. I also tried compiling with "CFLAGS=-fPIC" but still the same issue. This happens on all my RHEL 5.4 64bit machines.
is possible to edited the default RHEL CD to have it automatically install RHEL based off of a kickstart file that I will store locally on the CD. My plan would be to put a cd in a server and have the OS automatically being installed.
View 3 Replies View RelatedWe are planning to migrate our LINUX server from RHEL 3to RHEL 5. What are the configuration difference between RHEL 3 to RHEL 5 for webserver installations?
View 1 Replies View RelatedI have Red Hat Enterprise 5 and am trying to resize a partition. I am using the resize command within "parted" and am getting the following error - Error: File system has an incompatible feature enabled.
View 3 Replies View Relatedcan not ping from host (RHEL 6) to RHEL 5 in (virtual)? I have stopped iptables on both machines. But still not able to ping from host machine to virtual.
View 1 Replies View RelatedI have RHEL 3 and Win XP Installed in my P.C?I want to uninstall RHEL 3 and install RHEL 9 without affecting XP.how can i do this and also where can i download free RHEL 9 version or any other latest linux distribution for free?
View 1 Replies View RelatedA client has sent me an RHEL 5.1 box for me to do some work on, but it's not registered with Red Hat. This is causing me problems, because it's a minimal installation, and I need some more dev software.My immediate reaction was to install various bits (emacs, and so on) from my Centos 5(.0) DVD.The base RHEL system only had one (disabled) repo entry,so I added a yum DVD repo entry in yum.conf.d.
This looked good to start with, but it doesn't work. Something in RHEL's pirut/yum/rpm/whatever is getting confused, and can't work out what is/isn't installed.
Question - how do you maintain an unregistered RHEL box? Has RH done something to make life difficult? Is my problem simply that I'm using a Centos 5.0 DVD, instead of Centos 5.1? Am I stuck with downloading lots of rpms from the net and doing everything manually? I really don't want to do that.
I have installed RHEL-5 on a 64-bit machine recently, and want to install java. Earlier when I did "java -version", it showed jre1.4.0. But for my application , I need jre 1.5.0 or later, so I decided to download jre1.6. I am the root user here and I downloaded the jre1.6 as rpm.bin as well as simple .bin format.
But the problem is that when I tried executing any of them, I am getting below error message :
" ./jre-6u16-linux-x64-rpm.bin: line 368: ./install.sfx.20520: cannot execute binary file"
Moreover, now when I tried "java -version", it is not showing any thing.
Could anybody suggest me how can I resolve this deadlock situation, as I need to install my other application at the earliest.
I am trying to download RHEL 5.4 AS version for testing..But under [URL] There is no specific link for AS version or ES version..How can I detect which iso is for AS and which one for ES..? There are separate links for AS and ES version for RHEL 4.x version but why is it not available for RHEL 5.x versions?
View 3 Replies View Relatedwhat are the major differences between rhel 5.2 and rhel 5.4
View 2 Replies View RelatedI have a database server running RHEL 5.1 32 bit that suffered some catastrophic failures about 6 months ago. We were able to patch it back together and keep it running, but now the manufacturing site it supports is going to shut down for two weeks and I would like to replace it permenantly. Does anyone have any guidance for that sort of thing? I'd like to have the new server up and running before hand, basically changing the hostname/ip and restoring the databases only on conversion day. I've done this in the past with HP UX - Red Hat conversions, but this is my first red hat to red hat move. Any advice or shortcuts?I forgot to add the other wrinkle. The new server will be running 64bit linux.
View 1 Replies View RelatedI have RHEL 4, RHEL 3, i need install dmidecode RPM packet and procinfo packet... exist this packets for this linux versions?
View 11 Replies View RelatedHow to find rhel installation type like is it workstation,basic server,web server etc.I have installed but not getting what kind of installtion tye.
View 4 Replies View RelatedWe have a client that is currently running Ultramonkey on their RHEL4.5 server (these are oracle application servers) for load balancing. We are currently busy with a project whereby we are upgrading their systems and one of the upgrades is to take their operating systems to RHEL5.4. I have downloaded the Ultramonkey rpm's from the website however this is specifically for RHEL 3. I am trying to get hold of the correct rpm's and installation process for RHEL5.4.
View 3 Replies View Related