Re: [Samba] Samba PDC: Vmware Problem

2008-07-01 Thread Go Wow
Okay found the solution for this one. run the vmware-config.pl file and when
it asks for configure networking say yes. During this wizard it asks
whether NAT and Host-Only should be left enable or disable say disable and
everything will work fine.

Actually I have only one VMware machine which is connected to internet
through bridge so I have no problem disabling the NAT and Host-Only as I
don't even use it.

Thanks for your support people.

Regards
Misbah

2008/6/28 Go Wow [EMAIL PROTECTED]:

 Yeah I have the entry in global section

 interface = eth0 lo
 bind interfaces = yes

 But that doesnt work for me.



 2008/6/28 Chris Jeter [EMAIL PROTECTED]:

 would

 interfaces = eth0 x.x.x.x
 hosts deny = ALL
 hosts allow = x.x.x.x 127.0.0.1

 in your smb.conf work?



 On Sat, 28 Jun 2008 00:21:20 +0530
 Go Wow [EMAIL PROTECTED] wrote:

  Heya All
 
I'm having a Samba PDC on Centos machine from past 4-5 months
  everything went one coolly untill I installed vmware on this same
  machine to put a new server, as the hardware of the computer was very
  good to support it. No worried with the vmware even both the servers
  are running properly.
 
  My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
  installation the Vmware installed two new interface called vmnet0
  having the ip 192.168.219.1  and vmnet8 having the ip 172.16.237.1.
  Now when my client computers try to contact the samba server there
  are requesting either of these 2 interfaces for replies. Which I dont
  want them to do. I want the client computers to request all the samba
  stuff requests to 192.168.50.56and not to anyother IP's. How do I
  achieve this?
 
  As a solution to the problem I tried to add in hosts file of the
  client computer (WINXP) the domain name and the ip of the samba
  server  ( 192.168.50.56) but it didnt work. Anyone any idea to how to
  make it it.
 
  Because of this sometimes the roaming profiles are getting loaded and
  sometimes there are not. Thats a big risk I'm facing.
 
  Please help. Thanks for your support.
 
  Regards
  Misbah


 --
 
 Chris Jeter
 Senior IT Technician
 The World Company
 785.312.6911
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba




 --
 Those that make the rule don't play the game!!




-- 
Those that make the rule don't play the game!!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba PDC: Vmware Problem

2008-06-28 Thread Go Wow
Yeah I have the entry in global section

interface = eth0 lo
bind interfaces = yes

But that doesnt work for me.



2008/6/28 Chris Jeter [EMAIL PROTECTED]:

 would

 interfaces = eth0 x.x.x.x
 hosts deny = ALL
 hosts allow = x.x.x.x 127.0.0.1

 in your smb.conf work?



 On Sat, 28 Jun 2008 00:21:20 +0530
 Go Wow [EMAIL PROTECTED] wrote:

  Heya All
 
I'm having a Samba PDC on Centos machine from past 4-5 months
  everything went one coolly untill I installed vmware on this same
  machine to put a new server, as the hardware of the computer was very
  good to support it. No worried with the vmware even both the servers
  are running properly.
 
  My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
  installation the Vmware installed two new interface called vmnet0
  having the ip 192.168.219.1  and vmnet8 having the ip 172.16.237.1.
  Now when my client computers try to contact the samba server there
  are requesting either of these 2 interfaces for replies. Which I dont
  want them to do. I want the client computers to request all the samba
  stuff requests to 192.168.50.56and not to anyother IP's. How do I
  achieve this?
 
  As a solution to the problem I tried to add in hosts file of the
  client computer (WINXP) the domain name and the ip of the samba
  server  ( 192.168.50.56) but it didnt work. Anyone any idea to how to
  make it it.
 
  Because of this sometimes the roaming profiles are getting loaded and
  sometimes there are not. Thats a big risk I'm facing.
 
  Please help. Thanks for your support.
 
  Regards
  Misbah


 --
 
 Chris Jeter
 Senior IT Technician
 The World Company
 785.312.6911
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba




-- 
Those that make the rule don't play the game!!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba PDC: Vmware Problem

2008-06-27 Thread Go Wow
Heya All

  I'm having a Samba PDC on Centos machine from past 4-5 months everything
went one coolly untill I installed vmware on this same machine to put a new
server, as the hardware of the computer was very good to support it. No
worried with the vmware even both the servers are running properly.

My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
installation the Vmware installed two new interface called vmnet0 having the
ip 192.168.219.1  and vmnet8 having the ip 172.16.237.1. Now when my client
computers try to contact the samba server there are requesting either of
these 2 interfaces for replies. Which I dont want them to do. I want the
client computers to request all the samba stuff requests to
192.168.50.56and not to anyother IP's. How do I achieve this?

As a solution to the problem I tried to add in hosts file of the client
computer (WINXP) the domain name and the ip of the samba server  (
192.168.50.56) but it didnt work. Anyone any idea to how to make it it.

Because of this sometimes the roaming profiles are getting loaded and
sometimes there are not. Thats a big risk I'm facing.

Please help. Thanks for your support.

Regards
Misbah
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba PDC: Vmware Problem

2008-06-27 Thread Chris Jeter
sorry typed that on the phone, you wouldn't need the hosts allow and
hosts deny entries.



On Sat, 28 Jun 2008 00:21:20 +0530
Go Wow [EMAIL PROTECTED] wrote:

 Heya All
 
   I'm having a Samba PDC on Centos machine from past 4-5 months
 everything went one coolly untill I installed vmware on this same
 machine to put a new server, as the hardware of the computer was very
 good to support it. No worried with the vmware even both the servers
 are running properly.
 
 My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
 installation the Vmware installed two new interface called vmnet0
 having the ip 192.168.219.1  and vmnet8 having the ip 172.16.237.1.
 Now when my client computers try to contact the samba server there
 are requesting either of these 2 interfaces for replies. Which I dont
 want them to do. I want the client computers to request all the samba
 stuff requests to 192.168.50.56and not to anyother IP's. How do I
 achieve this?
 
 As a solution to the problem I tried to add in hosts file of the
 client computer (WINXP) the domain name and the ip of the samba
 server  ( 192.168.50.56) but it didnt work. Anyone any idea to how to
 make it it.
 
 Because of this sometimes the roaming profiles are getting loaded and
 sometimes there are not. Thats a big risk I'm facing.
 
 Please help. Thanks for your support.
 
 Regards
 Misbah


-- 

Chris Jeter
Senior IT Technician
The World Company
785.312.6911

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba PDC: Vmware Problem

2008-06-27 Thread Chris Jeter
would 

interfaces = eth0 x.x.x.x
hosts deny = ALL
hosts allow = x.x.x.x 127.0.0.1

in your smb.conf work?



On Sat, 28 Jun 2008 00:21:20 +0530
Go Wow [EMAIL PROTECTED] wrote:

 Heya All
 
   I'm having a Samba PDC on Centos machine from past 4-5 months
 everything went one coolly untill I installed vmware on this same
 machine to put a new server, as the hardware of the computer was very
 good to support it. No worried with the vmware even both the servers
 are running properly.
 
 My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
 installation the Vmware installed two new interface called vmnet0
 having the ip 192.168.219.1  and vmnet8 having the ip 172.16.237.1.
 Now when my client computers try to contact the samba server there
 are requesting either of these 2 interfaces for replies. Which I dont
 want them to do. I want the client computers to request all the samba
 stuff requests to 192.168.50.56and not to anyother IP's. How do I
 achieve this?
 
 As a solution to the problem I tried to add in hosts file of the
 client computer (WINXP) the domain name and the ip of the samba
 server  ( 192.168.50.56) but it didnt work. Anyone any idea to how to
 make it it.
 
 Because of this sometimes the roaming profiles are getting loaded and
 sometimes there are not. Thats a big risk I'm facing.
 
 Please help. Thanks for your support.
 
 Regards
 Misbah


-- 

Chris Jeter
Senior IT Technician
The World Company
785.312.6911

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba Debian Vmware Vista problem

2007-03-08 Thread Abu Mats

I know the subject reads like a recipe for desaster :-)

I run debian within a vmware virtual machine on an xp system, with samba,
and all is fine.

I am now trying to replicate this setup on a new machine I bought, that came
with Vista. I have no idea whether  Vista has anything to do with it, but I
am having problems, i.e. sometimes don't see the virtual machine on vista,
and sometimes I see it but cannot browse into it (or ping it by
computername, IP always works).

On the virtual debian machines (both the one on XP and the one on
Vista) I used these simple steps to install samba:
- get-apt  samba 3.0.14a-Debian (as reported by smbstatus)
- put info into the installed smb.conf (identical, except for 'encrypt
passwords = true' vs. 'encrypt password = yes' no idea why that
difference)
-  cat /etc/passwd | /usr/sbin/mksmbpasswd  /etc/samba/smbpasswd
- smbpasswd myuser (the username is the same on windows, as is the
password)
- /etc/init.d/samba restart

At this point, I can go do these things with the virtual debian machine
that's running on XP:
- see the machine in the network neighborhood, click on it, and browse the
directory on the debian machine
- get into the machine using putty by using the name of the debian machine
- ping the machine by name from XP

On the virtual debian machine that's running on Vista,
- sometimes I can do all I can do on XP
- sometimes the machine is visible in network neighborhood, but when I click
on it, it's not accessible
- sometimes the machine isn't even visible in network neighborhood
- HOWEVER, all along I can ping the machine by IP, and I can putty into the
machine by IP

I am sure this is something real simple, but not simple for me!

Abu Mats

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-25 Thread Gémes Géza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tglahn17 írta:
| Thanks, Geza,
|
| When I run vmware-config.pl and it asks if I want to
| set up host-only networking, should I say yes or no?
| Thanks,
|
|
|
If you intend to develop a virtual network consisting of guest oses and
the host os definitely yes, if not it is up to you, but answering yes
wouldn't harm.
Cheers,

Geza
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAYsi6/PxuIn+i1pIRAm4bAJ923n+71KGoZPDqiajWdBaXAeaMHACgtG2k
bK9NFeptoceBKqV4TnSn3Lc=
=yt82
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-24 Thread Gémes Géza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tglahn17 írta:
| Hi, Geza and Jaimie,
|
| Thanks for the replies.  I did ps auxwww | grep smb,
| and I get:
|
| root  1966  0.0  0.2  2568 1192 ?S
| Mar22   0:00 /usr/bin/vmware-nmbd -D -l /dev/null -s
| /etc/vmware/vmnet1/smb/smb.conf -f
| /var/run/vmware-nmbd-vmnet1.pid
| root  1976  0.0  0.2  3568 1376 ?S
| Mar22   0:00 /usr/bin/vmware-smbd -D -l /dev/null -s
| /etc/vmware/vmnet1/smb/smb.conf -f
| /var/run/vmware-smbd-vmnet1.pid
| root  2987  0.0  0.1  3572  628 pts/2S
| 16:46   0:00 grep smb
|
|
| It appears that the VMware-installed Samba is running.
|  Is this correct?  I wasn't aware that I had installed
| Samba with VMware.  I just chose all of the default
| options when I installed VMware.  When I do smbd -V,
| I get:
|
| Version 2.2.7a
|
|
| This is not the regular Samba version which I
| installed after installing VMware.  That version was
| 3.0.2a.  I replaced /etc/vmware/vmnet1/smb/smb.conf
| with an smb.conf with my Linux host shares.  The Linux
| host still doesn't show up on the Windows XP guest.
| And I still can't run smbclient on the Linux host.
| smbclient -L localhost gives:
|
| added interface ip=192.168.230.17
| bcast=192.168.230.255 nmask=255.255.255.0
| added interface ip=172.16.105.1 bcast=172.16.105.255
| nmask=255.255.255.0
| added interface ip=172.16.214.1 bcast=172.16.214.255
| nmask=255.255.255.0
| error connecting to 127.0.0.1:139 (Connection refused)
| Error connecting to 127.0.0.1 (Connection refused)
| Connection to localhost failed
|
|
| Is there a way to delete the Samba  3.0.2a
| installation that I put on after I installed VMware?
| I figure if I can at least know which Samba I'm
| running, I can follow the appropriate documentation on
| the VMware site.  Thanks,
|
|
|
| Hidong
|
|
If you want to use your regular (3.0.2a) samba you need to rerun
vmware-config.pl and choose no, when it asks you if you want to allow
your guest operating systems, to allow access to the hosts filesystem.
BTW. recent (4.x) vmware has the feature called shared folders, by which
if the guest os supports it (Win 2k and XP I think) you can give its
access to the hosts filesystem. This support has nothing to do with
samba, and thus it will not interfere with your Samba installation.
Cheers,

Geza
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAYZok/PxuIn+i1pIRArCiAJ4yhfLI7xdSfK92XMtla16q7yum4QCgnwXd
G51ECmGRxzxvcF6irLYNvgI=
=Vh9h
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-24 Thread tglahn17
Thanks, Geza,

When I run vmware-config.pl and it asks if I want to
set up host-only networking, should I say yes or no? 
Thanks,



Hidong


 |
 If you want to use your regular (3.0.2a) samba you
 need to rerun
 vmware-config.pl and choose no, when it asks you if
 you want to allow
 your guest operating systems, to allow access to the
 hosts filesystem.
 BTW. recent (4.x) vmware has the feature called
 shared folders, by which
 if the guest os supports it (Win 2k and XP I think)
 you can give its
 access to the hosts filesystem. This support has
 nothing to do with
 samba, and thus it will not interfere with your
 Samba installation.
 
 Cheers,
 
 Geza
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 Comment: Using GnuPG with Mozilla -
 http://enigmail.mozdev.org
 

iD8DBQFAYZok/PxuIn+i1pIRArCiAJ4yhfLI7xdSfK92XMtla16q7yum4QCgnwXd
 G51ECmGRxzxvcF6irLYNvgI=
 =Vh9h
 -END PGP SIGNATURE-
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions: 
 http://lists.samba.org/mailman/listinfo/samba
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-24 Thread L. Mark Stone
On Wed, 2004-03-24 at 18:16, tglahn17 wrote:
 Thanks, Geza,
 
 When I run vmware-config.pl and it asks if I want to
 set up host-only networking, should I say yes or no? 

Say no.

Saying yes is what triggers VMware to set up its own version of Samba.

-- 
__
L. Mark Stone
President
Reliable Networks of Maine, LLC
477 Congress Street, 5th Floor
Portland, ME 04107

Tel: (207) 772-5678
Cell: (917) 597-2057
Email: [EMAIL PROTECTED]
Web: http://www.RNoME.com


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-24 Thread tglahn17
Thanks, Geza and Mark!

I ran vmware-config.pl and specified no host
networking.  Now I'm running the Red Hat host's Samba
3.0.2a, and I can see its shares on the Windows XP
guest.  Thanks,



Hidong




--- L. Mark Stone [EMAIL PROTECTED] wrote:
 On Wed, 2004-03-24 at 18:16, tglahn17 wrote:
  Thanks, Geza,
  
  When I run vmware-config.pl and it asks if I want
 to
  set up host-only networking, should I say yes or
 no? 
 
 Say no.
 
 Saying yes is what triggers VMware to set up its own
 version of Samba.
 
 -- 

__
 L. Mark Stone
 President
 Reliable Networks of Maine, LLC
 477 Congress Street, 5th Floor
 Portland, ME 04107
 
 Tel: (207) 772-5678
 Cell: (917) 597-2057
 Email: [EMAIL PROTECTED]
 Web: http://www.RNoME.com
 
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions: 
http://lists.samba.org/mailman/listinfo/samba


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-23 Thread tglahn17
Hi, Geza and Jaimie,

Thanks for the replies.  I did ps auxwww | grep smb,
and I get:

root  1966  0.0  0.2  2568 1192 ?S   
Mar22   0:00 /usr/bin/vmware-nmbd -D -l /dev/null -s
/etc/vmware/vmnet1/smb/smb.conf -f
/var/run/vmware-nmbd-vmnet1.pid
root  1976  0.0  0.2  3568 1376 ?S   
Mar22   0:00 /usr/bin/vmware-smbd -D -l /dev/null -s
/etc/vmware/vmnet1/smb/smb.conf -f
/var/run/vmware-smbd-vmnet1.pid
root  2987  0.0  0.1  3572  628 pts/2S   
16:46   0:00 grep smb


It appears that the VMware-installed Samba is running.
 Is this correct?  I wasn't aware that I had installed
Samba with VMware.  I just chose all of the default
options when I installed VMware.  When I do smbd -V,
I get:

Version 2.2.7a


This is not the regular Smaba version which I
installed after installing VMware.  That version was
3.0.2a.  I replaced /etc/vmware/vmnet1/smb/smb.conf
with an smb.conf with my Linux host shares.  The Linux
host still doesn't show up on the Windows XP guest. 
And I still can't run smbclient on the Linux host. 
smbclient -L localhost gives:

added interface ip=192.168.230.17
bcast=192.168.230.255 nmask=255.255.255.0
added interface ip=172.16.105.1 bcast=172.16.105.255
nmask=255.255.255.0
added interface ip=172.16.214.1 bcast=172.16.214.255
nmask=255.255.255.0
error connecting to 127.0.0.1:139 (Connection refused)
Error connecting to 127.0.0.1 (Connection refused)
Connection to localhost failed


Is there a way to delete the Samba  3.0.2a
installation that I put on after I installed VMware? 
I figure if I can at least know which Samba I'm
running, I can follow the appropriate documentation on
the VMware site.  Thanks,



Hidong




--- Gémes_Géza [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Jaimie Livingston írta:
 | VMWare has and requires it's own version of Samba
 for sharing files
 between
 | the host and virtual machines. It is an optional
 component during install
 | and can be read about in the online help or online
 at VMWare.com.
 |
 That was with VMWare 3.0, now you can use your
 normal samba for doing
 that.
 B.T.W if you compiled samba from source you could
 have a running samba,
 and /etc/init.d/smb says it is stopped convince
 yourself with
 ps auxwww | grep smb.
 I would recommend to use the SRPM and rebuild it. In
 this way you could
 do the least possible harm to your system.
 
 Cheers,
 
 Geza

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba with vmware

2004-03-22 Thread Gémes Géza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jaimie Livingston írta:
| VMWare has and requires it's own version of Samba for sharing files
between
| the host and virtual machines. It is an optional component during install
| and can be read about in the online help or online at VMWare.com.
|
That was with VMWare 3.0, now you can use your normal samba for doing
that.
B.T.W if you compiled samba from source you could have a running samba,
and /etc/init.d/smb says it is stopped convince yourself with
ps auxwww | grep smb.
I would recommend to use the SRPM and rebuild it. In this way you could
do the least possible harm to your system.
Cheers,

Geza
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAXs7k/PxuIn+i1pIRAjXlAKCR/xWjzaih9LILLLosUzT46l/WygCfUveV
TMVeZ1Z26Zn0olZZxFWk/EE=
=21Aw
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba with vmware

2004-03-21 Thread tglahn17
Hi,

I just installed Red Hat 9 on a Dell Latitude D600
laptop.  Then I installed VMware 4 and installed
Windows XP as the guest operating system.  I want to
run Samba on the Red Hat 9 host to share files with
the Windows XP guest.  Each OS individually is running
fine.  I compiled Samba 3.0.2 on the Red Hat host, but
I can't start Samba.  I try starting it with
/usr/sbin/smbd -D, but /etc/rc.d/init.d/smb status
always shows that it's stopped.  When I do smbclient
-L starsky, I get:

added interface ip=192.168.230.17
bcast=192.168.230.255 nmask=255.255.255.0
added interface ip=172.16.105.1 bcast=172.16.105.255
nmask=255.255.255.0
added interface ip=172.16.214.1 bcast=172.16.214.255
nmask=255.255.255.0
error connecting to 127.0.0.1:139 (Connection refused)
Error connecting to 127.0.0.1 (Connection refused)
Connection to starsky failed


starsky is the name of the Red Hat host.  I also can't
connect to starsky:901 to run SWAT.  httpd is running
on the host.  Thanks for any suggestions,



Hidong

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] samba with vmware

2004-03-21 Thread Jaimie Livingston
VMWare has and requires it's own version of Samba for sharing files between
the host and virtual machines. It is an optional component during install
and can be read about in the online help or online at VMWare.com.

Jaimie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
tglahn17
Sent: Sunday, March 21, 2004 7:55 PM
To: [EMAIL PROTECTED]
Subject: [Samba] samba with vmware


Hi,

I just installed Red Hat 9 on a Dell Latitude D600
laptop.  Then I installed VMware 4 and installed
Windows XP as the guest operating system.  I want to
run Samba on the Red Hat 9 host to share files with
the Windows XP guest.  Each OS individually is running
fine.  I compiled Samba 3.0.2 on the Red Hat host, but
I can't start Samba.  I try starting it with
/usr/sbin/smbd -D, but /etc/rc.d/init.d/smb status
always shows that it's stopped.  When I do smbclient
-L starsky, I get:

added interface ip=192.168.230.17
bcast=192.168.230.255 nmask=255.255.255.0
added interface ip=172.16.105.1 bcast=172.16.105.255 nmask=255.255.255.0
added interface ip=172.16.214.1 bcast=172.16.214.255 nmask=255.255.255.0
error connecting to 127.0.0.1:139 (Connection refused) Error connecting to
127.0.0.1 (Connection refused) Connection to starsky failed


starsky is the name of the Red Hat host.  I also can't
connect to starsky:901 to run SWAT.  httpd is running
on the host.  Thanks for any suggestions,



Hidong

__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba