LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2013, 09:37 AM   #1
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Rep: Reputation: Disabled
Installing CentOS 64 bit on window machine


Hello Friends

I am new to LinuxQuestions.org forum. I want to build 64 bit linux machine with centOS distribution. I have a machine with windows 7 which I want to clean and instal centOS on it. Can any one suggest me where I can find centOS 64 bit OS and some instruction how to clean and download centOS.

Thanks and highly appreciate your help.
 
Old 01-27-2013, 09:43 AM   #2
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi

Will this help
http://www.tecmint.com/centos-6-3-st...h-screenshots/
 
Old 01-27-2013, 10:11 AM   #3
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks for your quick reply and highly appreciated. I will follow the procedure as given.
 
Old 01-27-2013, 08:53 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
how about the cent os web site ??????
http://centos.org/
at the top of the page is a link called " Download"
click "mirrors" and the "http" link for say " Arctic Network Mirrors"
http://centos.arcticnetwork.ca/
for the current Centos 6.3 64 bit
http://centos.arcticnetwork.ca/6.3/isos/x86_64/

as to the install guide
cent is a rebiuld of RHEL6.3
cent uses the red hat documentation
https://access.redhat.com/knowledge/...erprise_Linux/
-- the install guide---
https://access.redhat.com/knowledge/...ide/index.html
 
Old 01-27-2013, 09:04 PM   #5
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks John for your valuable input. Appreciated.
 
Old 01-28-2013, 11:13 AM   #6
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hello Friends

I have successfully installed CentOS6.3 into my machine. I am trying to access this machine through my Laptop using putty. But it is not working. Before that, I set the following in etc/init.d.
1. First restarted init.d # ./sshd restart and then entered iptables -F and uncommented port 22 in the sshd_config file. Remember I am in the same LAN.

Any suggestion please. Your help is highly appreciated.

Thanks
 
Old 01-28-2013, 06:42 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Server: Show the content of /etc/ssh/sshd_confg and /etc/sysconfig/iptables.
Client: Also, exactly what error msgs did you get.
Server: check /var/log/messages, /var/log/secure log files
 
Old 01-28-2013, 06:58 PM   #8
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks for your quick reply. When I try to connect to my linux machine through my laptop which has window 7 by using PUTTY. I am getting 'Network error: permission denied'.

Can you please suggest me if I miss anything during my connection through putty?

Thanks
 
Old 01-28-2013, 07:05 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
You need to answer my other 2 qns about the server setup.
 
Old 01-28-2013, 07:20 PM   #10
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hello

On the server side, I have following in the file.

On serverside - sshd_config file has following info.
port 22 (uncommented)
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
#activation of protocol 1
Protocol 2 (uncommented)

In the /etc/sysconfig/iptables file:
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state -- state ESTABLISHED, RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject with icmp-host-prohibited
COMMIT

Thanks for your help. Appreciated.
 
Old 01-28-2013, 07:32 PM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Linux is normally case sensitive, so try 'Port 22' & restart sshd service.
What about the logfiles?
 
Old 01-28-2013, 08:09 PM   #12
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hello Chris,

Here is the other details.

I didn't change anything on port 22. It is as it. I just uncomment it.
Here are other two files.
var/log/message
an 27 14:17:05 localhost kernel: imklog 5.8.10, log source = /proc/kmsg started.
Jan 27 14:17:05 localhost rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="1486" x-info="http://www.rsyslog.com"] start
Jan 27 14:17:05 localhost kernel: Initializing cgroup subsys cpuset
Jan 27 14:17:05 localhost kernel: Initializing cgroup subsys cpu
Jan 27 14:17:05 localhost kernel: Linux version 2.6.32-279.el6.x86_64 (mockbuild@c6b9.bsys.dev.centos.org) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Fri Jun 22 12:19:21 UTC 2012
Jan 27 14:17:05 localhost kernel: Command line: ro root=/dev/mapper/VolGroup-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=VolGroup/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup/lv_root KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
Jan 27 14:17:05 localhost kernel: KERNEL supported cpus:
Jan 27 14:17:05 localhost kernel: Intel GenuineIntel
Jan 27 14:17:05 localhost kernel: AMD AuthenticAMD
Jan 27 14:17:05 localhost kernel: Centaur CentaurHauls
Jan 27 14:17:05 localhost kernel: BIOS-provided physical RAM map:
Jan 27 14:17:05 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
Jan 27 14:17:05 localhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

security log

Jan 27 14:17:39 localhost sshd[8119]: Server listening on 0.0.0.0 port 22.
Jan 27 14:17:39 localhost sshd[8119]: Server listening on :: port 22.
Jan 27 19:21:37 localhost sshd[8119]: Received signal 15; terminating.
Jan 27 19:22:47 localhost sshd[8051]: Server listening on 0.0.0.0 port 22.
Jan 27 19:22:47 localhost sshd[8051]: Server listening on :: port 22.
Jan 27 19:22:53 localhost polkitd(authority=local): Registered Authentication Agent for session /org/freedesktop/ConsoleKit/Session1 (system bus name :1.30 [/usr/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 27 19:25:15 localhost pam: gdm-password[8421]: pam_unix(gdm-password:session): session opened for user rafi by (uid=0)
Jan 27 19:25:15 localhost polkitd(authority=local): Unregistered Authentication Agent for session /org/freedesktop/ConsoleKit/Session1 (system bus name :1.30, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jan 27 19:25:21 localhost polkitd(authority=local): Registered Authentication Agent for session /org/freedesktop/ConsoleKit/Session2 (system bus name :1.54 [/usr/libexec/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
Jan 27 19:28:26 localhost su: pam_unix(su:session): session opened for user root by rafi(uid=500)
Jan 27 19:30:01 localhost su: pam_unix(su:session): session closed for user root
@
"secure" 142L, 17806C

Thanks
 
Old 01-29-2013, 08:07 AM   #13
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Hello Chris

Do you get a chance to take a look at log which I sent yesterday. Thanks for your valuable time.
 
Old 01-29-2013, 07:24 PM   #14
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,358

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Ensure ssh is listening, then do (on Linux)
Code:
tail -f /var/log/secure
and try to log in. You should see new msgs appearing in the log when you do this.
 
Old 01-29-2013, 08:54 PM   #15
mohamed_rafi
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
I tried this, but I still get the same error message when I try to remote by using PUTTY.
Thanks
 
  


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
Problem installing 32-bit application on 64-bit CentOS jjscott Linux - Software 3 12-31-2012 12:55 PM
segmantation fault on a 64 bit machine caused by binary compiled on a 32 bit machine ninofattore Linux - Newbie 1 10-13-2011 01:48 PM
Installing PF_RING on CentOS 6 64-bit vip2442 Linux - Security 1 09-22-2011 03:20 AM
re: Installing 32bit linux to 64-bit machine? pslim123 Linux - General 2 05-21-2009 06:55 AM
Installing 32 bit SUSE 10 in 64 bit machine me4linux Linux - General 2 01-22-2007 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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