RE: [Samba] Is Samba running?

2005-02-06 Thread rmgsantos
Ok... samba was not running.

If I run the following line  '/etc/rc.d/init.d/smb start' the Samba share
appears in the XP box network browser.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: domingo, 6 de Fevereiro de 2005 3:12
To: samba@lists.samba.org
Subject: RE: [Samba] Is Samba running?


I think I'm running samba 3 because I installed it with Fedora 3 setup.

Smbstatus  gives me the following:

Sessionid.tdb not initialized
/var/cach/samba/connection.tdb not initialized
...
...
Failed to open byte range locking database
ERROR: Failed to initialize locking database

ps -wuax | grep -E smb|nmb gives me the following:

Warning: bad syntax, perhaps a bogus '-'? see.

My 'smb.conf' goes like this:

global]
workgroup = WORKGROUP
netbios name = HOBBIT
security = share

[data]
comment = Data
path = /export
read only = Yes
guest ok = Yes


thaks
Rui




-Original Message-
From: Jeff [mailto:[EMAIL PROTECTED] 
Sent: domingo, 6 de Fevereiro de 2005 2:49
To: [EMAIL PROTECTED]
Cc: samba@lists.samba.org
Subject: Re: [Samba] Is Samba running?

[EMAIL PROTECTED] wrote:
 I'm trying to see my Fedora box with a samba share in the XP Network
browser
 but no luck so far and I don't know where to start to solve the problem.
So
 I thought Samba was not running... but do not know how to check it...

What version of samba are you running?
How did you install it? configure or rpm?

What errors are you getting when you try to map a drive?

You'll have to supply some more information

first, run those two commands from the shell, on your Fedora box.  and tell
us 
what they output.  Do you know that samba is started?  the command `ps -wuax
| 
grep -E smb|nmb` should return two differnt processes - smbd and nmbd.
Also 
the command `smbstatus` will give you info about samba shares.

are you seeing anything in your log files on Fedora from the xp box, which
would 
be log.machinename or log.ip.address and are most likely stored in /var/log
or 
/var/log/samba.  If so what do they say?


HTH
Jeff
 
 
 -Original Message-
 From: Jeff [mailto:[EMAIL PROTECTED] 
 Sent: domingo, 6 de Fevereiro de 2005 2:13
 To: [EMAIL PROTECTED]
 Cc: samba@lists.samba.org
 Subject: Re: [Samba] Is Samba running?
 
 [EMAIL PROTECTED] wrote:
 
Hi all,

How can I know if Samba is running properly?
 
 
 What exactly are you trying to determine?
 ps -wuax | grep -E smb|nmb
   - will show you if/what the processes are running
 
 what does smbstatus show?
   - this will show the status of all things samba
 
 Jeff
 
 
 
Thanks
Rui


 
 
 
 
 



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



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


[Samba] how can I run samba in Startup?

2005-02-06 Thread rmgsantos
Hi,

How can I put Samba to start in the FC3 boot?

Thanks
Rui


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


[Samba] Samba share not working

2005-02-05 Thread rmgsantos
Hi,

I'm following the configuration examples and I can't see a samba share from
my XP box can you help me?

My smb.conf goes like this

[global]
workgroup = MIDEARTH
netbios name = HOBBIT
security = share

[data]
comment = Data
path = /export
read only = Yes
guest only = Yes


Regards
Rui


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


[Samba] Is Samba running?

2005-02-05 Thread rmgsantos
Hi all,

How can I know if Samba is running properly?

Thanks
Rui


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


RE: [Samba] Is Samba running?

2005-02-05 Thread rmgsantos
I'm trying to see my Fedora box with a samba share in the XP Network browser
but no luck so far and I don't know where to start to solve the problem. So
I thought Samba was not running... but do not know how to check it...


-Original Message-
From: Jeff [mailto:[EMAIL PROTECTED] 
Sent: domingo, 6 de Fevereiro de 2005 2:13
To: [EMAIL PROTECTED]
Cc: samba@lists.samba.org
Subject: Re: [Samba] Is Samba running?

[EMAIL PROTECTED] wrote:
 Hi all,
 
 How can I know if Samba is running properly?

What exactly are you trying to determine?
ps -wuax | grep -E smb|nmb
  - will show you if/what the processes are running

what does smbstatus show?
  - this will show the status of all things samba

Jeff


 
 Thanks
 Rui
 
 




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


RE: [Samba] Is Samba running?

2005-02-05 Thread rmgsantos

I think I'm running samba 3 because I installed it with Fedora 3 setup.

Smbstatus  gives me the following:

Sessionid.tdb not initialized
/var/cach/samba/connection.tdb not initialized
...
...
Failed to open byte range locking database
ERROR: Failed to initialize locking database

ps -wuax | grep -E smb|nmb gives me the following:

Warning: bad syntax, perhaps a bogus '-'? see.

My 'smb.conf' goes like this:

global]
workgroup = WORKGROUP
netbios name = HOBBIT
security = share

[data]
comment = Data
path = /export
read only = Yes
guest ok = Yes


thaks
Rui




-Original Message-
From: Jeff [mailto:[EMAIL PROTECTED] 
Sent: domingo, 6 de Fevereiro de 2005 2:49
To: [EMAIL PROTECTED]
Cc: samba@lists.samba.org
Subject: Re: [Samba] Is Samba running?

[EMAIL PROTECTED] wrote:
 I'm trying to see my Fedora box with a samba share in the XP Network
browser
 but no luck so far and I don't know where to start to solve the problem.
So
 I thought Samba was not running... but do not know how to check it...

What version of samba are you running?
How did you install it? configure or rpm?

What errors are you getting when you try to map a drive?

You'll have to supply some more information

first, run those two commands from the shell, on your Fedora box.  and tell
us 
what they output.  Do you know that samba is started?  the command `ps -wuax
| 
grep -E smb|nmb` should return two differnt processes - smbd and nmbd.
Also 
the command `smbstatus` will give you info about samba shares.

are you seeing anything in your log files on Fedora from the xp box, which
would 
be log.machinename or log.ip.address and are most likely stored in /var/log
or 
/var/log/samba.  If so what do they say?


HTH
Jeff
 
 
 -Original Message-
 From: Jeff [mailto:[EMAIL PROTECTED] 
 Sent: domingo, 6 de Fevereiro de 2005 2:13
 To: [EMAIL PROTECTED]
 Cc: samba@lists.samba.org
 Subject: Re: [Samba] Is Samba running?
 
 [EMAIL PROTECTED] wrote:
 
Hi all,

How can I know if Samba is running properly?
 
 
 What exactly are you trying to determine?
 ps -wuax | grep -E smb|nmb
   - will show you if/what the processes are running
 
 what does smbstatus show?
   - this will show the status of all things samba
 
 Jeff
 
 
 
Thanks
Rui


 
 
 
 
 



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