Software :: RHGB On CentOS Minimal (Console)?

May 6, 2011

I have installed a CentOS server with no GUI. I am trying to get RHGB work on startup. I did:
yum install rhgb

It installed rhgb and vte. I added 'rhgb' to the line in my /boot/grub/menu.lst :
Code:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-238.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-238.el5 ro root=LABEL=/ quiet rhgb
initrd /boot/initrd-2.6.18-238.el5.img

View 4 Replies


ADVERTISEMENT

CentOS 5 :: Install Absolutely Minimal Gnome On Centos 5.5?

Apr 28, 2011

How to install absolutely minimal Gnome without gnome-games, any cdrecord, dvd rw-tools, dialup modem tools, gnome-screensaver, festival etc. on Centos 5.5? If I try to remove these software separately then Gnome is gone.

View 2 Replies View Related

CentOS 5 Server :: Way To Have CentOS Installation Very Minimal?

Sep 25, 2010

There is a way to have a CentOS installation very very minimal?Not like Damn Small Linux, but similar (as footprint)My need is create some Virtual Machine that only have BIND and SSH on it.

View 2 Replies View Related

OpenSUSE Install :: Install Gnome After The Minimal Server ( Console Based ) Install?

Feb 2, 2011

Tried to install Gnome after the minimal server (console based) install.I would like to install a graphical GUI now What to do? wich packages? tried zypper gnome-desktop (or something similar) but it wasn't enough.

View 3 Replies View Related

Ubuntu Servers :: Create A New Server Package And Leave Minimal Minimal?

Feb 17, 2010

After a long time I tried ubuntu(9.10) again on my fileserver, I have some remarks; why does a minimal server installation include X/openoffice? I don't need document conversion on a fileserver and I bet a lot of people don't. Wouldn't it be better to create a new server package and leave minimal minimal? low memory installs (64mb) don't work unless you configure swap by hand in between things, 64mb ram is a lot in my eyes. I mean, not to be rude but if I wanted all this I could've better installed Solaris.

That said it's stable and running fine. Since it's my home fileserver I tried to convert my previously created raid10 mirror on an adaptec 1200 card to a softraid 5 solution. This is wat I did:

[Code]...

View 6 Replies View Related

CentOS 5 :: Getting Down To A Minimal Install?

Apr 12, 2010

I use CentOS as a host for VMWare virtual machines. I like the CentOS install to be as minimal as possible. However, if I try to remove stuff I don't want at the install stage, the install invariably crashes. So I just accept the defaults, and it works fine.

So I would like to know the best way to get rid all the stuff I don't want (which is pretty well everything except Gnome, vi, samba and an email reader).

View 8 Replies View Related

CentOS 5 :: Install A 5.x Centos Minimal Box?

Oct 22, 2009

There is a way to install a 5.x centos minimal Box? Only sshd required.

View 2 Replies View Related

CentOS 5 :: Packages To Need For A Minimal Install?

Jan 15, 2010

I basically just want to be able to run XFree86 on one of my clients and have networking support. Does anyone know what packages I need to add in my ks.cfg to meet this requirement?

View 4 Replies View Related

CentOS 5 :: Minimal Package List For Asterisk?

Jan 7, 2010

We would like to install Asterisk with a minimal centos build. We are writing kick-starts to install packages, does anyone know or have to hand a packages list which installs minimum system requirements for asterisk? Preferably this will not exceed the contents of disk 1

View 4 Replies View Related

CentOS 5 :: Minimal Installation To Run SOGO And Some Extras?

Jan 20, 2010

I thinking about running SOGO on a separate server. The server should be in a Raid1 configuration and running backups to another server. Firewall??My background is the Windows world and I'm having difficulties understanding exactly what to do, to get everything up and runningTried bits and pieces from the Perfect Server Guide ( Reading the documentation and forums. But I didn't get the big picture.

Objective
-A Centos server up and running with all the software that SOGO needs installed, configured and running

[code]....

View 1 Replies View Related

CentOS 5 :: Minimal 5.5 X86_64 Install To Run OpenVZ

Jan 27, 2011

Looking at the various OS image download options, I see that I need to download/burn 8 ISO images for CentOS5.5 x86_64. Trying to see if it is at-all possible to avoid downloading/burning all 8 CD's, and make-do with the 1st one alone. My target platform is a commodity desktop running AMD AthlonII X2 250, with dual-channel 4GB DDR3 @1333MHz, and 500GB 7200rpm SATA (no RAID, SW or HW).

I read in another forum post that for minimal install without X, the 1st CD should suffice. Is this correct ? While I do not expect this forum to answer OpenVZ questions, but if someone happens to have experience in installing OpenVZ on such a system, how much extra I might have to download online, to get the system functional.

The guestOS in the OpenVZ partitions would be a mix of CentOS5.5 64-bit and 32-bit, and few running Ubuntu 10.04.1 32-bit. I am told that this is possible. Effectively it means I'd need the (pseudo?) 32-bit library support.

View 2 Replies View Related

CentOS 5 :: Remove Packages To Make Minimal System?

Apr 2, 2009

Continuing on my quest to build a system with sole purpose of being a LAMP server, I am trying to have the bare minimum number of packages installed. I'm not trying to disable as many deamons as possible, but actually remove any package that is not required. It might sound a bit extreme but each package that is installed that is not needed is using valuable space on the expensive (and small) 36GB 15krpm SAS disk.

Also it is a damage control approach, in that assuming a cracker finds an exploit in Apache or PHP that allows them to run executables on the filesystem then taking away as many tools as possible will help in damage limitation. For example I don't want an SSH client installed on the system as it has no purpose for me but could be used by a cracker to access other systems on the network, if they compromise that system.

I have installed the absolute minimum from the 5.3 install by deselecting everything during install but that still leaves a great deal of unnecessary packages installed. Seeing as how the system is a 64bit installation and will have no 32bit apps running on it I have first uninstalled all the i386 versions of various libraries. I presume their only function is to provide compatibility for 32bit apps.

I have been looking for information about removing other packages but I don't seem to be able to find information on real dependancies. For example I believe I have no need for dmraid as it is for managing software RAID arrays that I have no intention using. but if I attempt to remove it the dependancies include kernel and mkinitrd. What I can't figure out though is if these are hard dependancies in that those packages will fail to work or soft ones that simply mean without dmraid it will not be possible to configure the software raid module that is loaded into the kernel.

What packages would people recommend to remove, anyone seen a good guide to reducing down CentOS/RHEL to the absolute minimum ? python-elementtree-1.2.6 : Is this really required by YUM ? m2crypto-0.16 x86_64 : Is this really used by YUM, I didn't think YUM connected via SSL ?

View 3 Replies View Related

Fedora Hardware :: Monitor Sleep During Rhgb Since 2.6.35.9-64

Dec 23, 2010

I'm not sure, but I think this is hardware. Anyway, I have two different boxen running FC14. One has a Nvidia 9800, the other a Nvidia NV96. The former I use as a desktop, the latter a server. I've let the server go with whatever the system autodetects for video, but the desktop I've played with a ton: nouveau, nvidia, etc.

Anyway, since I upgraded both to 2.6.35.9-64, both go to sleep at some point during rhgb. I can't find anything in boot.log, messages, or what have you to try. This happens even if I go to runlevel 3, so unless I'm misunderstanding the boot sequence, this is way before X starts.

Now, just upgraded to 2.6.35.10-72 tonight, and the behavior slightly changed. Before, it would show the rhgb loading screen for a few, but then the monitor would sleep before it completed. As of this kernel, it just goes to sleep right away.

The only quirky thing I can think is that I'm running DVI out into a KVM. I have been making sure to have the machine as the active video when it boots, so it should still be able to feed EDID info to the machine, but I did notice when trying to track down nouveau/nvidia problems on the desktop that X was having trouble reading my EDID all the sudden.

I'm assuming there's some automagic default now that's putting my monitor out of range. The only way I've been able to keep the desktop running is to not have the nvidia driver installed, but also not have a driver type specified in xorg.conf. If I do that *and* specify a modelines, I can boot with rhgb off at runlevel 3, then manually start X. From the Xorg.0.log, it appears to be falling back to vesa, which is the only thing that works.

How can I debug this? If the monitor sleeps but there are no messages in boot.log, messages, or Xorg.0.log, how can I even figure out what rhgb is doing?

View 1 Replies View Related

CentOS 5 Server :: Ready To Use Kickstart Template For Minimal Installation (KVM)?

Feb 13, 2010

Does anyone have a ready to deploy kickstart file for creating KVM images? I don't have access to a CentOS machine or a spare computer and would need to create images for a machine on the other side of the Atlantic.I would need something that would create an absolute minimal CentOS installation. I tried to search for something online, but couldn't find anything.

View 1 Replies View Related

Fedora Installation :: F11 Missing Background Image During RHGB

Oct 6, 2009

I just upgraded a F9 to F11 using the network install. After the successful install message, I rebooted to find the boot stuck on a grub prompt. After determining that somehow grub had not been installed properly, I used the rescue mode to re-install grub. When I then rebooted, I saw a blank (black) screen during the rhgb sequence, with just the multicolor progress bar moving from left to right. As the bar reached the right side, the standard F11 login screen appeared. The system is an old Omnibook 8000 laptop. Here is my grub.conf

Code:
# grub.conf generated by anaconda
Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.8-64.fc11.i586)
root (hd0,0)
kernel /vmlinuz-2.6.30.8-64.fc11.i586 ro root=UUID=9b55f5fd-a5d3-4408-8db7-0c64b0f6a7fa rhgb quiet
initrd /initrd-2.6.30.8-64.fc11.i586.img

View 2 Replies View Related

General :: Information Each Of /rhgb And /vmlinuz Sub Directors Include?

Jan 1, 2011

One question /vmlinuz-2.6.9-34.EL ro root=LABEL=/ rhgb quiet 3 and boot the system. what kind of information each of the /rhgb and /vmlinuz subdirectoris include

View 1 Replies View Related

CentOS 5 :: X-Window For CentOS 5.1 \ Work With Console Only In Text Mode?

Dec 17, 2009

I`m looking for a a X-Window in CentOS. At the moment I work with console only in text mode

View 2 Replies View Related

CentOS 5 :: Manual Non "Group Install" For Minimal GUI

May 2, 2010

1. How can I manually install a minimum GUI without using the 'Group Install' or 'Desktop' install options?

2. Where can I get a list of programs installed for the "Server GUI" ?

I'm used to doing this in Debian from a non gui system like this;

3. Is there a CentoOS equivalent method available ?

View 8 Replies View Related

Fedora Installation :: Removing "rhgb" From The Bootline - Not Worked Xdriver=vesa

Jan 26, 2009

I am unable to install fedora 10 (both Live_CD and DVD) as the screen freezes at the Login page in LIVE_CD and in the welcome page in the DVD installation. Anyway i have narrowed down the issue by goin via the forum. Issue is with the graphics card only. I have tried the following steps to get around this issue,try removing "rhgb" from the bootline - not worked xdriver=vesa - Worked, i got via the Login page in Live_CD but the desktop is not completely visible and its freezes. vga=ask - not worked as i dont know which option to choose try removing "rhgb" from the bootline I am using 845GV motherboard, onboard Graphics card.

View 1 Replies View Related

CentOS 5 :: Is There Configuration File For Console?

Mar 21, 2009

I wonder if there is a file containing configuration parameters of linux console.Currently I have to manually config console parameters every time.

View 6 Replies View Related

CentOS 5 :: Can't Type Parantheses () In Console?

Dec 6, 2009

I have CentOS 5.4 installed within a Virtual machine using VMware 6.5. After my install I found that I couldn't type parentheses by pressing SHIFT+9 or SHIFT+0.

View 1 Replies View Related

CentOS 5 :: Start A Xen Domain From Console With Xm Command

Apr 14, 2009

I need to start a xen domain from console with xm command but the 'new' sub command is missing?

[root@sambie xen]# xm new CENTOS-5.3-PDC
Error: Sub Command new not found!

View 1 Replies View Related

CentOS 5 Server :: Serial Console Does Not Work?

Apr 16, 2009

I configured the serial consol on centos5 as follows

# dmesg |grep tty
Kernel command line: ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS0,9600n8
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A[code]......

But I could not consol Centos server from my labtop (win xp) Is there missing or wrong configurations ?

View 3 Replies View Related

CentOS 5 Hardware :: Displaying Error On Console ?

Feb 13, 2010

linux console always displaying the following error, is harddisk problem? it is using 1TB Seagate harddisk.

View 2 Replies View Related

CentOS 5 :: Prevent Certain Errors From Displaying On Console / Set That Up?

Jan 26, 2011

We are currently troubleshooting the following error, which was repeatedly being displayed on the console:

kernel: Northbridge Error, node 2<0>K8 ECC error."

After replacing all of the memory, the error remained, so we tried updating to the latest kernel. (Currently having to use centos-plus because we are using XFS)

After the kernel update the error disappeared fro 5 days (previously UNHEARD of - would often repeat several times a day), it appeared again and hasn't appeared since.

It does not seem like any real damage is done here - and I would like to suppress this error somehow. Optimally I would like it to only be forwarded to the log files - and NOT be displayed on the console.

Could someone point me to an easy way to set that up?

View 7 Replies View Related

CentOS 5 :: Setting Wide Text Console 1440x900?

Aug 8, 2010

Where can I set the 1440x900 wide screen text console on my laptop?

View 1 Replies View Related

CentOS 5 Server :: Xen Dom0 Console Display Is Scrambled?

Dec 29, 2010

I just install xen and kernel-xen version 2.6.18-194.26.1.el5xen, booting into the xen kernel dom0 shows me continous colorful scrambling and scrolling. I can ssh to dom0 and get correct display but the dom0 console is where it shows the colorful garbage scrolling. i have the Supermicro X7DC motherboard with a XGI Z9 graphics card. GUI is not installed and I don't have the rhgb parameter in my grub.conf. My grub.conf is plain and unmodified.

#boot=/dev/md0
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu

[Code].....

View 5 Replies View Related

CentOS 5 :: Unable To Login To The Console With The New User Created

Feb 25, 2011

I had successfully installed centOS,i am able to login as root.I created local users.But unable to login via console and FTP.As per the logs there were some LDAP issue,so i disabled LDAP and disabled PAM config as well.Now i am able to login to the FTP with the local users created.unable to login to the centOS console with the local user.

View 2 Replies View Related

General :: Installing CentOS X86_64 On VMware Server Console

Feb 23, 2011

I am very new to this site. Is there a good tutorial on installing CentOS X86_64 on VMware Server Console?

View 2 Replies View Related

Server :: CentOS: Set Font Size/ Resolution On Main Console?

Mar 3, 2010

I use CentOS and i need to set resolution or font size so that i can see more lines of logs at a time on the main console of my CentOS box.

View 3 Replies View Related







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