LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 12-12-2012, 03:20 PM   #1
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Rep: Reputation: 15
How to show services that is starting at boot? CentOS 6.3


Hi all,
how can I set my boot to show services that is starting.

Do you know the dear old boot screen that show,
Quote:
iptables: Applying firewall rules: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]
Starting system logger: [ OK ]
Starting system message bus: [ OK ]
Retrigger failed udev events[ OK ]
Starting snmpd: netlink: 12 bytes leftover after parsing attributes.
[ OK ]
Starting snmptrapd: [ OK ]
Starting sshd: [ OK ]
Starting mysqld: [ OK ]
Starting Dovecot Imap: [ OK ]
Starting postfix: [ OK ]
Starting mailgraph: [ OK ]
Starting httpd: [ OK ]
Starting crond: [ OK ]
Starting squid: .[ OK ]
Starting fail2ban: [ OK ]
Starting atd: [ OK ]
etc.

When my centos boot I can't see any information on the services that is starting.
this is my grub.conf

cat /boot/grub/grub.conf

Quote:
# 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)
# kernel /boot/vmlinuz-version ro root=/dev/xvda
# initrd /boot/initrd-version.img
#boot=/dev/xvda
default=0
timeout=5
title CentOS (2.6.21-279.14.1.el6)
root (hd0)
kernel /boot/vmlinuz-2.6.32-279.14.1.el6.x86_64 root=/dev/xvda
initrd /boot/initramfs-2.6.32-279.14.1.el6.x86_64.img
Any idea?
Thanks.

At boot I only see this:
Quote:
I don't have graphical boot no, I see only this.

rtc_cmos: probe of rtc_cmos failed with error -16
cpuidle: using governor ladder
cpuidle: using governor menu
EFI Variables Facility v0.08 2004-May-17
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
XENBUS: Device with no driver: device/vbd/51712
XENBUS: Device with no driver: device/vbd/51728
XENBUS: Device with no driver: device/vbd/51744
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/console/0
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Initalizing network drop monitor service
Freeing unused kernel memory: 1260k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 972k freed
Freeing unused kernel memory: 1732k freed
dracut: dracut-004-284.el6_3.1
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel@redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
xlblk_init: register_blkdev major: 202
blkfront: xvda: barriers disabled
xvda:
unknown partition table
blkfront: xvdb: barriers disabled
xvdb: unknown partition table
blkfront: xvdc: barriers disabled
xvdc: unknown partition table
kjournald starting. Commit interval 5 seconds
EXT3-fs (xvda): mounted filesystem with ordered data mode
dracut: Remounting /dev/xvda with -o noatime,errors=remount-ro,ro
kjournald starting. Commit interval 5 seconds
EXT3-fs (xvda): mounted filesystem with ordered data mode
dracut: Mounted root filesystem /dev/xvda
SELinux: Disabled at runtime.
type=1404 audit(1355345079.063:2): selinux=0 auid=4294967295 ses=4294967295
dracut:
dracut: Switching root
readahead: starting
udev: starting version 147
Initialising Xen virtual ethernet driver.
microcode: CPU0 sig=0x106a5, pf=0x1, revision=0x11
platform microcode: firmware: requesting intel-ucode/06-1a-05
microcode: CPU1 sig=0x106a5, pf=0x1, revision=0x11
platform microcode: firmware: requesting intel-ucode/06-1a-05
microcode: CPU2 sig=0x106a5, pf=0x1, revision=0x11
platform microcode: firmware: requesting intel-ucode/06-1a-05
microcode: CPU3 sig=0x106a5, pf=0x1, revision=0x11
platform microcode: firmware: requesting intel-ucode/06-1a-05
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
EXT3-fs (xvda): using internal journal
kjournald starting. Commit interval 5 seconds
EXT3-fs (xvdc): using internal journal
EXT3-fs (xvdc): mounted filesystem with ordered data mode
Adding 262136k swap on /dev/xvdb. Priority:-1 extents:1 across:262136k SS
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (3915 buckets, 15660 max)
NET: Registered protocol family 10
lo: Disabled Privacy Extensions

CentOS release 6.3 (Final)
Kernel 2.6.32-279.14.1.el6.x86_64 on an x86_64

dasdsa.org login:

Last edited by sblantipodi; 12-12-2012 at 03:21 PM.
 
Old 12-12-2012, 04:45 PM   #2
larvel
LQ Newbie
 
Registered: Jun 2012
Posts: 29

Rep: Reputation: Disabled
chkconfig --list
 
Old 12-13-2012, 01:46 AM   #3
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by larvel View Post
chkconfig --list
I don't want to display services after boot with a command I want to display services while the system is booting.
As I explained in then first post the "starting servic e xxx"

Last edited by sblantipodi; 12-13-2012 at 01:47 AM.
 
Old 12-13-2012, 02:02 AM   #4
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Normally you (temporary) remove the rhgb and/or quiet options from the grub kernel /boot/.... line, but I don't see those 2 options in the grub entry you posted.

Using the up/down arrow keys might work. Have a look here (one of the comments): Making the CentOS 6 Boot Splash Screen More Verbose
 
Old 12-20-2012, 06:35 AM   #5
wstewart
Member
 
Registered: Dec 2012
Location: Tampa, FL
Distribution: Slackware, FreeBSD, CentOS
Posts: 41

Rep: Reputation: 1
Quote:
Originally Posted by sblantipodi View Post
I don't want to display services after boot with a command I want to display services while the system is booting.
As I explained in then first post the "starting servic e xxx"
Those services you showed in the first quote are all started with chkconfig unless you were posting that for a different reason that I'm not catching on to. If you just want to see the information displayed at boot then use "tail /var/log/boot.log -n <however man lines you want to view>" Otherwise chkconfig --list will give you the services you mentioned below along with the runlevels they start running at.

Quote:
Originally Posted by sblantipodi View Post
iptables: Applying firewall rules: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]
Starting system logger: [ OK ]
Starting system message bus: [ OK ]
Retrigger failed udev events[ OK ]
Starting snmpd: netlink: 12 bytes leftover after parsing attributes.
[ OK ]
Starting snmptrapd: [ OK ]
Starting sshd: [ OK ]
Starting mysqld: [ OK ]
Starting Dovecot Imap: [ OK ]
Starting postfix: [ OK ]
Starting mailgraph: [ OK ]
Starting httpd: [ OK ]
Starting crond: [ OK ]
Starting squid: .[ OK ]
Starting fail2ban: [ OK ]
Starting atd: [ OK ]

Last edited by wstewart; 12-20-2012 at 06:37 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to boot linux without starting services? linux_linux Linux - Newbie 3 03-15-2008 08:52 PM
Stop services from starting at boot augu2000 Slackware 6 11-04-2005 07:24 PM
Starting different services at boot mjjzf Slackware 2 05-21-2005 01:46 PM
Starting services at boot bionikxtc Solaris / OpenSolaris 1 03-12-2004 09:27 PM
starting services at boot-time noisybastard Linux - Newbie 2 11-09-2003 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 11:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration