hi
I am new at CentOS.I am not able to install webmin at Centos.if there is no problem at webmin installing at Cent .where I will get the webmin rpm for Cent.
Thanks shahriar
Quoting centos-request@centos.org:
Send CentOS mailing list submissions to centos@centos.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos or, via email, send a message with subject or body 'help' to centos-request@centos.org
You can reach the person managing the list at centos-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS digest..."
Today's Topics:
- How to connect to a Windows PC in LAN (Ha Thai Duong)
- Re: How to connect to a Windows PC in LAN (MrKiwi)
- creating script for init.d (Linux Man)
- Re: Intel 965 Chipset on 4.4 ? (Angel Marin)
- Re: How to connect to a Windows PC in LAN (MikeW)
- command line with < > and not wanting to redirect (Jerry Geis)
- Upgrading Server Motherboard (Matt)
- Re: command line with < > and not wanting to redirect (Diaa Radwan)
- Re: Upgrading Server Motherboard (Kevan Benson)
- Re: command line with < > and not wanting to redirect (Aleksandar Milivojevic)
Message: 1 Date: Sun, 17 Dec 2006 22:10:19 +0000 From: Ha Thai Duong duongthaiha@gmail.com Subject: [CentOS] How to connect to a Windows PC in LAN To: centos@centos.org Message-ID: 4585C04B.4070406@gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi I am a new bee to Linux in general. Please accept my apologies if the question is not appropriate.
I have a LAN with 2 computers: One is CentOS and one is Windows XP. I am trying to transfer file between 2 computers using LAN. Can you please tell me how to do it?
I have tried Samba from the Applications menu. Add a directory in there. Set it to Read only and Allow access to everyone. I couldn't see the CentOS from Windows computer.
I have tried the Network Servers. There is Windows Network there. When i click to see inside that, there is nothing.
I tried to see the all the services are running. The winbind status is winbindd dead but subsys locked.
Thanks a lot for your help. I do appreciate that.
Message: 2 Date: Mon, 18 Dec 2006 11:45:11 +1300 From: MrKiwi mrkiwi@gmail.com Subject: Re: [CentOS] How to connect to a Windows PC in LAN To: CentOS mailing list centos@centos.org Message-ID: 4585C877.3060106@gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Ha Thai Duong wrote:
Hi I am a new bee to Linux in general. Please accept my apologies if the question is not appropriate.
I have a LAN with 2 computers: One is CentOS and one is Windows XP. I am trying to transfer file between 2 computers using LAN. Can you please tell me how to do it?
I have tried Samba from the Applications menu. Add a directory in there. Set it to Read only and Allow access to everyone. I couldn't see the CentOS from Windows computer.
I have tried the Network Servers. There is Windows Network there. When i click to see inside that, there is nothing.
I tried to see the all the services are running. The winbind status is winbindd dead but subsys locked.
Thanks a lot for your help. I do appreciate that. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
"service smb status" will tell you if the services (smbd, nmbd) are running but ...
Maybe your firewall is active and blocking your requests;
From a root prompt type # service iptables status
If the response is "Firewall is stopped" then this is not the problem - however if you get a list of the firewall entries, then try # service iptables status|egrep "445|137|138|139" You should see 4 or so entries listed for the various services related to samba sharing.
If you see none, you need to either ; A. stop the firewall (not recommended, but you may want to stop it to confirm that the firewall is the issue) using # service iptables stop (restart it with # service iptables start) B. config the firewall to allow these ports (recommended solution)
try /usr/sbin/s
set Security Level to "Enabled", Customize, under "Other ports" type "445:tcp 137:udp 138:udp 139:tcp"
This should allow all the samba services to ba accessed.
Regards,
MrKiwi
Message: 3 Date: Sun, 17 Dec 2006 23:29:46 -0200 From: "Linux Man" linuxman.uru@gmail.com Subject: [CentOS] creating script for init.d To: centos@centos.org Message-ID: cd66ad610612171729x16eb868egdfb3c50ce39d29bb@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
Hello. I'm moving from a very old Fedora Core 1 to CentOS 4.4, what a change!! Three year ago, I wrote some script (network related) and worked very well. Now, I can put into init.d by means of chkconfig and I restarted the system, but always hang when executing my srcipt (in my new centos 4.4). There a manual for making scripts for init.d? there is some new requirement by which it does not work anymore? Thanks a lots!!!!
Shahriar Akther wrote:
I am new at CentOS.I am not able to install webmin at Centos.if there is no problem at webmin installing at Cent .where I will get the webmin rpm for Cent.
webmin is available from the rpmforge repository. See http://wiki.centos.org/Repositories.
And next time *DO NOT* quote the *COMPLETE* digest you are answering to.
There is something like a mail etiquette, you know?
Ralph