Software :: Can't Download And Install Openoffice In RedHat Enterprise System / Done This Successfully?

Jul 3, 2010

I am new user in RedHat Enterprise 5 Linux. I want to install openoffice. But i can't download & install it. Have any solution to done this successfully?

View 2 Replies


ADVERTISEMENT

General :: Where To Download Redhat Enterprise.system.ES.V4.0?

Jan 31, 2011

Where can i download Redhat Enterprise.Linux.ES.V4.0?

View 5 Replies View Related

General :: Download RedHat Enterprise System 5?

Mar 22, 2011

Wish to download RedHat Enterprise Linux 5

View 2 Replies View Related

General :: Steps To Install Nokia Pcsuite In Redhat Enterprise System 6?

Feb 14, 2011

I don't know about how to install nokia pcsuite in redhat enterprise linux 6.

View 5 Replies View Related

General :: Difference Between Redhat Enterprise System 5 And 9?

Jan 10, 2011

I would like to know the difference between redhat enterprise linux 5.4 and redhat linux 9.0. Also, if redhat linux 9.0 could be used as a server os.

View 2 Replies View Related

Networking :: Configure Dynamic DNS In Redhat Enterprise System 5.2?

Dec 14, 2010

I am using RHEL 5.2. I want to configure Dynamic DNS on it. Can anyone tell me how to configure Dynamic DNS on RHEL 5.2

View 1 Replies View Related

General :: Access Usb Drive In Redhat Enterprise System?

Jun 10, 2010

Want to access usb drive in redhat enterprise linux

View 2 Replies View Related

General :: Wireless Unable On My Redhat Enterprise System 5 Box / Enable It?

Jan 27, 2011

I;m using RHEL5, i have a problem with my wireless lan card, my laptop wireless cant be enable , i always show a inactive in the network configuration property, i know it detect in my box code...

View 10 Replies View Related

Networking :: Activate Connection Into Laptop With Redhat Enterprise System 5?

Jun 6, 2010

I m using redhat enterprise linux 5 desktop
i hav a broadband connection through bsnl dna-a211-1 modem
how to activate the connection into my laptop with redhat enterprise linux5?

View 1 Replies View Related

Software :: Install Openldap 2.4.21 In Redhat Enterprise 5 Version?

Mar 10, 2010

I am trying to install openldap 2.4.21 in redhat enterprise 5 version and I am having some issues. When I ran the configure command, I had the following error.

checking for Berkeley DB major version in db.h... 4
checking for Berkeley DB minor version in db.h... 3
checking if Berkeley DB version supported by BDB/HDB backends... no
configure: error: BerkeleyDB version incompatible with BDB/HDB backends

So I downloaded and installed Berkeley DB 4.8.26 version. But my problem is how do I make openldap to point to this.

View 3 Replies View Related

General :: Red Hat Enterprise System AS 4 ISO Free For Download / Where To Get It?

Mar 23, 2011

Does the Red Hat Enterprise Linux AS 4 (x86 and x86-64) iso free for download?
Where can i get them?

View 2 Replies View Related

OpenSUSE Install :: Can't Successfully Download 11.4

Mar 29, 2011

I've tried downloading 11.4 64-bit about a dozen times, and it always failed to checksum comparison. I've tried downloading it directly using Mozilla. I've tried that from a mirror (several actually). I've tried using Download Them All to get it and is failed both the MD5 and SHA1. BTW, those fail the checksum as soon as the Download Them All window opens. I've tried bitTorrent. I've tried it on two different machines. I've tried it from linux through Mozilla and Download Them All just to be sure it's not my anti-virus or software firewall.

BTW, in the process of installing a new HD on my desktop, somehow my OpenSUSE linux install has gotten corrupted (or something), so I don't have access to a linux install. Any suggestions how I can get a good download? I'm hoping I can use it to repair my existing install, and to install openSUSE on my laptop.

View 9 Replies View Related

Red Hat / Fedora :: Install Redhat Enterprise 4 4 On Laptop Acer Aspire 4736?

Jun 18, 2010

I newing to utilize linux I want to ask I install redhat enterprise 4 4 on laptop acer aspire 4736, and all hadware I am not detected comprise wifi card and lan card. how detects my hadware that? one again of making ad-hoc at ubuntu 7.10

View 2 Replies View Related

General :: Successfully Boot And Install Centos If Download 3rd Disc From Net?

Aug 13, 2010

if i download 3 disc from here [URL] will i be able to sucessfuly boot and install centos?

View 11 Replies View Related

OpenSUSE Install :: Successfully Installed 11.2 On Dell PowerEdge 1850 System?

Apr 19, 2010

Has anyone successfully installed openSUSE 11.2 on a Dell PowerEdge 1850 system?Undoubtedly, it wasn't wise to attempt to upgrade from 10.2 to 11.2 but I was forced into it by a security audit of DMZ systems.It didn't go as smoothly as the jump from 9.3 to 10.2.I've spent the better part of a week getting an openSUSE 11.2 system installed.I went back to reiserfs and managed to get through and apply all the updates to openSUSE 11.2 today.When I got to the final reboot, it failed when I attempted to log into the system.Basically, the keyboard and mouse became inoperable.The only way out of this situation is to mash the reset button.

Rebooting into safe-mode and adding level 3 to the safe mode boot options, I get to the point of starting sshd when the lock-up occurs.It looks like X11 is the culprit.Booting a forensics DVD, I find that there is an xorg.conf.installation but no xorg.conf file.The ATI Radeon VE chip set is used on the PowerEdge.From another openSUSE system that I haven't upgraded, I see that X11 was configured for VESA mode. This is, probably, the mode that is needed as console access is, normally, through a KVM.Can anyone provide a way to get past this problem with a workable keyboard and mouse?

View 9 Replies View Related

Server :: CVS Configuration On Redhat Enterprise ?

May 11, 2009

Installation of CVS on Redhat linux

Installing CVS on Redhat Linux Redhat Enterprise 4.0

The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.

1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
"tar -xvf cvs-1.11.1p1.tar".
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command "./configure."
7) Build it using the command "make".
8) Install binaries/documentation using command "make install".
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command " services xinted restart "
13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".

It doesn't output like "2401/tcp open cvspserver"

View 1 Replies View Related

Server :: VNC Connection To REDHAT Enterprise 4?

Sep 26, 2009

I have a problem in connecting from windows xp OS to the REDHAT LINUX through vncviewer. The first connection works fine. However, if I want to add more than one connection by establishing the hostname:2 through vncviewer, it stops working. I have tried modifying the file /etc/sysconfig/vncservers to add more than one allowable connections. It still fails...

View 4 Replies View Related

Fedora :: Install GCC Onto Red Hat Enterprise System?

Jul 1, 2011

Does anyone know where to get gcc and how to install it to a Red Hat Enterprise system?

View 7 Replies View Related

Red Hat :: Install Sendmail 8.13.8 On Red Hat Enterprise System 5?

Jan 8, 2010

I would like to know where i can find a step-by-step guide to install sendmail 8.13.8 in my Red Hat Enterprise Linux 5.1, the rpm packages of sendmail are included on the DVD instalation disc, but it was not instaled when the OS was instaled, and when i tried to use the manual on the Red Hat Web i discovered that it is for a different version (of Red Hat and sendmail) and there are not the same packages, (it's missed the sendmail-*.src.rpm package but there's a sendmail-devel-8.13.8-2.el5.i386.rpm package instead). So i don't know what to do, because the first thing that that guide installs is that source package, besides, when i make "rpm -qpil package.rpm" i found that the others packages have not the same things inside (it's missed /etc/aliases and /etc/aliases.db files). Please help. I haven't found anything to install this version of sendmail, and i have never done this before.

View 3 Replies View Related

General :: Can Use Redhat Enterprise After 30 Days Evaluation ?

Jul 5, 2010

Actually i want to know if i don't want any support or software update from redhat, can i continue to use RHEL after 30 days evaluation ?

View 3 Replies View Related

General :: Restoring RedHat Enterprise Server X64 5.4?

Jul 11, 2011

at work place I have an HP ProLiant DL580 with RedHat Enterprise Server 5.4 x64. Today I cloned this machine using clonezilla. What I would like to do is restore the image to VMWare machine for personal purpose (I cannot perform tests on production machine). But after restoring on VMWare I got "Kernel Panic". That's normal due to different hardware.

Now, is there a way to remove the Kernel Panic and correctly boot the machine? I ask our tech department for the RedHat CD1 to enter the "linux rescue" enviromnent, then try to re-read the hardware list with

# chroot /mnt/sysimage
# kudzu

View 3 Replies View Related

Red Hat :: Steps To Create Simple DNS In Redhat Enterprise?

Jan 5, 2010

What is the step by step procedure of creating simple DNS in redhat enterprise linux?
or by using simply named.conf,resolve.conf, with forward zone & reverse zone.

View 4 Replies View Related

General :: RedHat Enterprise 6 And Windows 7 Dual Boot?

Mar 2, 2011

I have currently Windows 7 running and installed on partition C.I have partition D empty , and I would like to install Red Hat on it without affecting Windows seven ( i.e., dual boot Windows 7 & Red Hat6 ).

View 2 Replies View Related

General :: Ftp Missing In Redhat Enterprise Release 5.1 - Tikanga

Oct 26, 2010

I want to enable ftpd, but there is none in /etc/init.d/vsftpd, /etc/init.d/wuftpd...in Redhat Entierprise Linux release 5.1 (Tikanga)

Also I could not find yum in this version --- to be able to install ftp pkg if there is non-exist.

How could I have ftp or enable ftp in the Redhat 5.1 version: Redhat Entierprise Linux release 5.1 (Tikanga)

Also I could not run : "service vsftpd start" <--- it seems the service is not existing.

View 8 Replies View Related

General :: Redhat Enterprise 5 Doesn't See The Network Card?

Mar 2, 2011

The message I get when I try and activate is "3c501 device eth0 does not seem to be present. delaying initialization."

Does anybody know what cards are compatible without downloading drivers and other such exercises?

View 1 Replies View Related

Security :: Controlling User Access On Redhat Enterprise?

Mar 15, 2011

Im am working on a system which runs on RedHat Enterprise I have been asked by superiors to see if the following is possible. (sudoers file config change i guess)

Example
User1 has root access
user2 has root access, but must not be able to access ctmag (user account)

I know the obvious here is that if user2 can switch to root then it won't work. But i just need to prevent user2 from su - ctmag. A password is set on the account ctmag, but as user2 has root access it switches without a password prompt

Is there anyway i can prevent user2 from switching to ctmag but still have access to root?

View 6 Replies View Related

General :: How To Install Icecast On Red Hat Enterprise System ES Release 4

Feb 13, 2011

I'm starting an online Internet radio station and my server Linux Distro is Red Hat Enterprise Linux ES release 4 (Nahant Update 4) and I want to install icecast so I can stream music and video onto my website. I already check the package manger to see if it was there and it was not so how do I install icecast?

View 3 Replies View Related

Networking :: Cannot Unload Or Blacklist Bcm43xx On Redhat Enterprise Server?

Jan 21, 2010

I installed Redhat nash version 5.1.19.6 with kernel 2.6.18-128.el5-xen-i686 on a Dell Inspiron 1300 with Broadcom BCM4401 (eth0/LAN) and BCM4318 (eth1/WLAN). eth0 is working fine, but eth1 was causing trouble. After some difficulties with missing packages I managed to install ndiswrapper, blacklisted module bcm43xx in /etc/modprobe.d/blacklist and removed it, loaded module ndiswrapper and had connection. But after reboot module bcm43xx was again loaded. So blacklisting does not seem to work.And additionally strange to me, I cannot unload module bcm43xx anymore. And if I load ndiswrapper driver bcm43xx is still used as the terminal command 'dmesg' is showing me in the system log, while ndiswrapper was used when the connection was once and only once established

View 13 Replies View Related

General :: Postfix 2.0.16 On Redhat Enterprise 3.0AS Does Not Deliver Mail To Outlook

Mar 16, 2011

I am a first timer in setting up a mail server. As I heard that Postfix is a very simple mail server to configure I decided to use it on the same server where we have our squid. It seems that it is really simple enough because immediately after configuring,I can send and receive internal e-mails and send external emails. As I replied to the external emails that I received myself I found out that all of them just landed on the mail queue and this is where my problem starts. I cannot make Postfix deliver the messages to my outlook mailbox. By the way, I am sending the emails the through outlook also.

View 109 Replies View Related

General :: Redhat 4.0 Enterprise Edition Installation - Prompting For Drivers?

Apr 6, 2010

I am trying to install Redhat linux 4.0 Enterprise edition in my system. The system starts booting from CD-ROM and starts installation. It prompts for language selection(By default English) and then key board type ( By default US type). After this it is prompting to select the drivers with the following options.

" SELECT DRIVERS", "CHOOSE DRIVERS FROM LOCATION", "BACK". Why it is prompting for drivers?. what type of drivers it is looking for? what is the solution? My system mother board type is Intel 80865.

View 2 Replies View Related







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