LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-08-2017, 02:12 PM   #16
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3

Quote:
Originally Posted by michaelk View Post
As a reference I installed 6.9 in a virtual machine using the netinstall ISO. I setup a static IP address during the install process and selected desktop installation.

After first boot configuration was complete ssh and NetworkManager was running. I modified the /etc/sysconfig/ifcfg-eth0 and since bootproto=static was already configured all I changed was:

NM_CONTROLLED=no
and added nameservers. I don't know why the original DNS entry added during the install was not added to the /etc/resolv.conf on first reboot.
DNS1=XX.XX.XX.XX
DNS2=XX.XX.XX.XX

I disabled networkmanager service from automatically starting and rebooted the VM (again). Since ssh was automatically configured to start by the install process and the firewall allowed ssh traffic those were the only changes. I could login from another computer successfully on my LAN.

CentOS 6 does not use persistent naming so ethernet adapters are still eth0 etc. Explicitly enabling eth0 is automatically performed by the network service.

My only proof is..
Code:
ssh user@192.168.0.30
user@192.168.0.30's password: 
Last login: Mon May  8 11:19:44 2017 from 192.168.0.215
You disabled NetworkManager by NM_CONTROLLED=no or with chkconfig?

I made each of those changes. The only error I get is when I issue ifup eth0 or eth1 is:

RTNETLINK: File Exists

Here's the file:

[root@hw001 network-scripts]# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static <<== changed to static
IPADDR=77.43.220.11
BROADCAST=77.43.221.255
DNS1=8.8.4.4
DNS2=8.8.8.8 <<== added
GATEWAY=77.43.220.1
HWADDR=00:30:48:5b:32:16
NETMASK=255.255.254.0 <<== note /23
NM_CONTROLLED=yes <<== changed from yes
ONBOOT=yes <<== added
TYPE=Ethernet
IPV6INIT=no
USERCTL=no

We did the same for the 192.168.200.1/23
THANK YOU for testing.
 
Old 05-08-2017, 03:30 PM   #17
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,984

Rep: Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678
Quote:
You disabled NetworkManager by NM_CONTROLLED=no or with chkconfig?
Both

I restarted the network i.e.
service network restart.
 
Old 05-08-2017, 09:34 PM   #18
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,160

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
FWIW: while I believe every expression of observation here, I was unable to replicate the problem in a fresh install of CentOS 6 (Or CentOS 7).

Just so you know.
 
Old 05-08-2017, 09:59 PM   #19
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,984

Rep: Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678
Yep, I am inclined to believe the OP has left out some details.
 
Old 05-09-2017, 08:59 AM   #20
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by michaelk View Post
Yep, I am inclined to believe the OP has left out some details.
I have left NOTHING out. Straight install. Not rocket science. I installed first by not selecting Configure Network and then manually changing the ifcfg files and then by selecting Configure Network.

The only manual changes were changing

BOOTPROTO=static // defaults to none
NM_CONTROLLED=no // defaults to yes
ONBOOT=yes // defaults to no

Since you're now questioning that I haven't given you everything...

http://controlservers.net/images/centos1.jpg
http://controlservers.net/images/centos2.jpg
http://controlservers.net/images/centos3.jpg
http://controlservers.net/images/centos4.jpg
http://controlservers.net/images/centos5.jpg

AFTER enabling the port:
/
http://controlservers.net/images/centos6.jpg
http://controlservers.net/images/centos7.jpg
 
Old 05-09-2017, 10:46 AM   #21
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,984

Rep: Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678Reputation: 5678
Post the contents of ifcfg-eth1
 
Old 05-09-2017, 01:11 PM   #22
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by michaelk View Post
Post the contents of ifcfg-eth1
Already done so. View the images.
 
Old 05-11-2017, 04:59 AM   #23
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
I guess you're as stumped as I am... or you've left something out.
 
Old 05-11-2017, 01:38 PM   #24
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052Reputation: 6052
Quote:
Originally Posted by krazybob View Post
Already done so. View the images.
the fact that you posted arbitrarily named screenshots, where simple code output would have sufficed, shows me that you aren't taking all this very seriously.
also one should never "just bump" the thread - always provide new insights and developments with every post.
otherwise it might look like you're trying to make us do all the work for you ;-)
 
Old 05-11-2017, 07:50 PM   #25
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,160

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
Quote:
Originally Posted by ondoho View Post
the fact that you posted arbitrarily named screenshots, where simple code output would have sufficed, shows me that you aren't taking all this very seriously.
also one should never "just bump" the thread - always provide new insights and developments with every post.
otherwise it might look like you're trying to make us do all the work for you ;-)
No argument, but .. In his defense, you might note that he has posted 95 times since 2009. I have posted nearly 2000 times since 2010 and am not that active, and you have posted over 5000 since 2013. This guy is not terribly active in Linux and may not have taken opportunity to learn the more effective ways to interact here. We might need to guide him a bit.

karzybob FYI: screenshots are effective for examples of gui things or when that information needed is pictorial. Linking to images, or any external file, is a bit disruptive of the reading process and makes extra work for the people who are trying to help. Capturing text is easy, and pasting it into quote or code blocks is very effective. This is the preferred technique when the information is presented terminal based or as a small text file. In this case all of the information could have been presented in quote blocks without using external files. Less work for you AND us.

I tried to go look at those images, and cannot even resolve the hostname now.
Can you summarize the results.
On boot, was that interface up or down? Was sshd listening on port 22 at address 0.0.0.0 or not?

After you manually ifup that interface it does respond and sshd permits connection: is that correct?
 
Old 05-12-2017, 08:16 PM   #26
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by wpeckham View Post
No argument, but .. In his defense, you might note that he has posted 95 times since 2009. I have posted nearly 2000 times since 2010 and am not that active, and you have posted over 5000 since 2013. This guy is not terribly active in Linux and may not have taken opportunity to learn the more effective ways to interact here. We might need to guide him a bit.

karzybob FYI: screenshots are effective for examples of gui things or when that information needed is pictorial. Linking to images, or any external file, is a bit disruptive of the reading process and makes extra work for the people who are trying to help. Capturing text is easy, and pasting it into quote or code blocks is very effective. This is the preferred technique when the information is presented terminal based or as a small text file. In this case all of the information could have been presented in quote blocks without using external files. Less work for you AND us.

I tried to go look at those images, and cannot even resolve the hostname now.
Can you summarize the results.
On boot, was that interface up or down? Was sshd listening on port 22 at address 0.0.0.0 or not?

After you manually ifup that interface it does respond and sshd permits connection: is that correct?
I used screen shots from my KVM because in order to show you TEXT I'd have to use ifup and bring the port up. I was specifically asked for before and after. I'm really not trying to be a butt and I HAVE tried learning Linux. I know my fair share but this appears to be a bug. I have left nothing out. I installed the first time by breezing through and then edited the ifcfg-eth0 and 1 files manually to ONBOOT=yes, BOOTPROTO=static NM_MANAGER=no. That should have worked but did not. The broadcast address was automatically calculated correctly for our /23. When the ports would not come up through SSH I used ifup eth0 and ifup eth1. THEN I could copy text AFTER the failure. I can view the graphics clearly. I'm sorry that you cannot. Really. I do hesitate to publicly post the IP or hostname because someone knowing the OS version could also know how to get root access. My second installation I used Configure Network and it created the ifcfg files but did not change BOOTPROTO to static. FWIW, I know how to use quote and code. I've run vBulletin for 15 years on a personal site. Not that it mattered (it doesn't) we sit behind an enterprise firewall with a 1Gbs connection. Port 22 is open but restricted to our IP's. We can get into older servers just fine. The fact that ifup remedies the issue says it isn't the firewall. It's a setting or a bug or older hardware. I know that a hacker can use Plesk and a malformed URL to upload a file and then execute it in /tmp even though we've taken steps. Not related.

Our first servers were Cobalt's. It may not seem like it but I've setup many servers going back to CentOS 3 and Virtuozzo 3. Virtuozzo IS NOT YET on this server so that has no bearing. I really need help but my experience using message boards and Facebook is one often gets sarcastic replies like, "You should already know..." or as I've already read elsewhere, "Why are you using version... It was a sub release that can be easily rooted!" Good point but I am trying to rescue files. I am trying to be humble and open to learning.

To answer your question the ports are UP but not accessible via ssh. Reading CentOS they tell you that by default ssh access is off. Not the port - ssh. If I place a text file in /var/www/html and apache is running (it is) the text file comes up. I just cannot ssh into the box until using ifup. I WAS trying to answer the questions presented. My KVM (Avocent 3100) does not allow me to highlight text. I tried adding a line to rc.local and it did not work. I removed it (ifup eth0)

I manage a TRUE 501(c)(3) hosting company that used to have a Sys Admin. He left the state and I became the guy because I've been a prolific programmer for more than 35 years. I was a Windows/DOS guy. I have learned Linux based on need, Virtuozzo and Plesk. I even took an online course with live interaction. We are moving to managed servers at a server farm but our billing/DNS server crashed without warning. Nothing but machine code on /sda1. I wasn't aware that server had RAID active and expected /hda1. The servers are 10 year old Super Micro dual AMD Opteron 279's with 3Ware RAID (except the failed server I think.) The backup files are OS specific and the reason we're trying to install an older version - to rescue orphaned files. Virtuozzo 4 and below have a known issue with consistency and failed backups not reporting errors. No repo's available but trying anyway. I can copy ez-templates from another server with rsync but only after using ifup or the KVM. I put it in a screen. I mention these things to show that I am not a blundering idiot.

I asked at Centos and was ridiculed. "Use 6.9..." It also has the same SSH limitation. I sincerely apologize that I cannot articulate the issue any better. But I am not trying to be rude or difficult. I am asking for help.
 
Old 05-13-2017, 07:04 PM   #27
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,160

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
Did you try running
Code:
chkconfig sshd on
to make ssh start on boot?
This should work on any version 6 of RHEL or CentOS. Version 7 is a little different, I believe.
No matter how service sshd becomes disabled (manual or by default) this sets it to start on boot.

Nothing I see on your provided information indicates that the port is down. IT appears up in the before and after. The only other thing I can think might cause the symptoms is if sshd is not really listening. Setting it to autostart using the above technique will not hurt anything. If it is already starting nothing will change. If it is NOT starting, this will force the issue and make things work.

Last edited by wpeckham; 05-13-2017 at 07:11 PM.
 
Old 05-14-2017, 02:08 AM   #28
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
No, I ran:

Code:
[root@hw001 ~]# chkconfig --list | grep sshd
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
 
Old 05-14-2017, 02:11 PM   #29
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,660

Rep: Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197Reputation: 2197
[QUOTE=wpeckham;5710283]The only other thing I can think might cause the symptoms is if sshd is not really listening. /QUOTE]
A good thought...

For krazybob:
Code:
netstat -tnlp | grep sshd
will show you if sshd is really listening.
 
Old 05-15-2017, 09:12 AM   #30
krazybob
Member
 
Registered: Oct 2009
Location: Los Angeles, CA
Distribution: Centos 5.x
Posts: 133

Original Poster
Rep: Reputation: 3
This is absolutely bizarre! I decided that instead of screen caps that aren't helpful to some I would pipe the text files BEFORE USING IFUP to other text files that would not be changed AFTER USING IFUP. I named them

ifcfg-eth0-start.txt
ifcfg-eth1-start.txt
ifcfg-lo-start.txt

I turned off the progress bar for CentOS booting and could then see that it was stalling at ntpdate even though it says that the interface is up. But pinging yahoo.com or any other site fails as if there is no NIC. Oddly enough I could ssh into the box on the private 192.168.220.0 network used for backups. But that is from behind the firewall. I have all of my IP's in the firewall (/29) and can access any server behind it in the /23 including this server before it failed and got new drives. CFS is not running or any other software based firewall. Virtuozzo is specific about this and even SELINUX must be off. I can also login from our proxy server at my home that allows emergency SSH access via tablet/cellphone/laptop with a dynamic IP.

I am stumped.

Quote:
On running "ifup eth0" (or eth1) I got the following error:"RTNETLINK answers: File exists"

[root@hw001 ~]# netstat -rn AFTER IFUP
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.220.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
65.44.220.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 65.44.220.1 0.0.0.0 UG 0 0 0 eth0

The interface DOES ANSWER from outside of the server.

PING 65.44.220.11 (65.44.220.11) 56(84) bytes of data.

--- 65.44.220.11 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms

[root@hw002 cgi-bin]# ping hw001.controlservers.net <<== DNS is working and finds the hostname
PING hw001.controlservers.net (65.44.220.11) 56(84) bytes of data.
64 bytes from 65.44.220.11: icmp_seq=0 ttl=64 time=0.819 ms
64 bytes from 65.44.220.11: icmp_seq=1 ttl=64 time=0.098 ms
64 bytes from 65.44.220.11: icmp_seq=2 ttl=64 time=0.122 ms
64 bytes from 65.44.220.11: icmp_seq=3 ttl=64 time=0.106 ms

--- hw001.controlservers.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.098/0.286/0.819/0.307 ms, pipe 2


BEFORE issuing ifup eth0

[root@hw001 network-scripts]# cat netstatbefore.txt
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1475/sshd
tcp 0 0 :::22 :::* LISTEN 1475/sshd

[root@hw001 network-scripts]# cat ifcfgeth0before.txt
DEVICE=eth0
BOOTPROTO=static
IPADDR=65.44.220.11
BROADCAST=65.44.221.255
DNS1=8.8.4.4
DNS2=8.8.8.8
GATEWAY=65.44.220.1
HWADDR=00:30:48:5b:32:16
NETMASK=255.255.254.0
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no

[root@hw001 network-scripts]# cat ifconfigbefore.txt
eth0 Link encap:Ethernet HWaddr 00:30:48:5B:32:16
inet addr:65.44.220.11 Bcast:65.44.221.255 Mask:255.255.254.0
inet6 addr: fe80::230:48ff:fe5b:3216/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5587 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:357604 (349.2 KiB) TX bytes:1128 (1.1 KiB)
Interrupt:29

eth1 Link encap:Ethernet HWaddr 00:30:48:5B:32:17
inet addr:192.168.220.101 Bcast:192.168.220.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fe5b:3217/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:6878 (6.7 KiB)
Interrupt:30

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5876 (5.7 KiB) TX bytes:5876 (5.7 KiB)



AFTER issuing ifup eth0

[root@hw001 network-scripts]# netstat -tnlp | grep sshd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1443/sshd
tcp 0 0 :::22 :::* LISTEN 1443/sshd

[root@hw001 network-scripts]# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static // NOTE: changed to static
IPADDR=65.44.220.11
BROADCAST=65.44.221.255
DNS1=8.8.4.4
DNS2=8.8.8.8 // NOTE: added 2nd DNS address
GATEWAY=65.44.220.1
HWADDR=00:30:48:5b:32:16
NETMASK=255.255.254.0
NM_CONTROLLED=no // NOTE: chnaged to NM_CONTROLLED=no
ONBOOT=yes // NOTE: chnaged to ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no

[root@hw001 network-scripts]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:30:48:5B:32:16
inet addr:65.44.220.11 Bcast:65.44.221.255 Mask:255.255.254.0
inet6 addr: fe80::230:48ff:fe5b:3216/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3200603 errors:0 dropped:0 overruns:0 frame:0
TX packets:337394 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:209586802 (199.8 MiB) TX bytes:30659117 (29.2 MiB)
Interrupt:29

eth1 Link encap:Ethernet HWaddr 00:30:48:5B:32:17
inet addr:192.168.220.101 Bcast:192.168.220.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fe5b:3217/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:503 errors:0 dropped:0 overruns:0 frame:0
TX packets:105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:32192 (31.4 KiB) TX bytes:6878 (6.7 KiB)
Interrupt:30

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:940292 errors:0 dropped:0 overruns:0 frame:0
TX packets:940292 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:78985700 (75.3 MiB) TX bytes:78985700 (75.3 MiB)


[root@hw001 log]# cat boot.log
GG Welcome to CentOS
Starting udev: G [ OK ]
Setting hostname hw001.controlservers.net: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
/dev/sda1: clean, 47659/960992 files, 495320/3840000 blocks
/dev/sda3: clean, 11/59555840 files, 3789064/238200576 blocks
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling /etc/fstab swaps: [ OK ]
Entering non-interactive startup
Calling the system activity data collector (sadc):
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1: [ OK ]
fgrep: ifcfg-ifcfgeth0before.txt: No such file or directory <<=== ???
fgrep: ifcfg-ifcfgeth0before.txt: No such file or directory <<=== ???
fgrep: ifcfg-ifcfgeth0before.txt: No such file or directory <<=== ???
Bringing up interface ifcfgeth0before.txt: [ OK ] <<===
Starting auditd: [ OK ]
Starting portreserve: [ OK ]
Starting system logger: [ OK ]
Starting irqbalance: [ OK ]
Starting rpcbind: [ OK ]
Starting NFS statd: [ OK ]
Starting RPC idmapd: [ OK ]
Starting mcelog daemon
Starting kdump: [ OK ]
Starting system message bus: [ OK ]
Mounting other filesystems: [ OK ]
Starting acpi daemon: [ OK ]
Starting HAL daemon: [ OK ]
Retrigger failed udev events [ OK ]
Loading autofs4: [ OK ]
Starting automount: [ OK ]
Starting sshd: [ OK ]
ntpdate: Synchronizing with time server: [ OK ]
Starting postfix: [ OK ]
Starting abrt daemon: [ OK ]
Starting Qpid AMQP daemon: [ OK ]
Starting crond: [ OK ]
Starting atd: [ OK ]
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Cant connect to Centos via Putty using ssh. Error name unable to resolve Uva18 Linux - Newbie 7 08-10-2013 12:06 PM
Unable to get NIC to initialize in CentOS 5 zer0signal Linux - Hardware 4 07-04-2011 05:49 AM
Unable to Start X in Centos - VPS - SSH mselvaprakash Linux - General 1 10-19-2010 08:40 AM
Error: Unable to initialize punkbuster Bong-Master Linux - Server 3 12-03-2007 06:11 AM
su: unable to initialize groups bertolez Red Hat 3 04-12-2007 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:38 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