Re: [Samba] Host Cannot Access Samba

2013-10-13 Thread Hicks, Amanda
64cb3580
[2013/09/30 09:40:01.256742, 10] smbd/process.c:683(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(deadtime) (nil) called
[2013/09/30 09:40:01.256785, 10] smbd/process.c:694(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(deadtime) (nil) rescheduled
[2013/09/30 09:40:01.256816, 10] lib/events.c:131(run_events)
  Running timed event "smbd_idle_event_handler" 0x7fa864d197f0
[2013/09/30 09:40:01.256839, 10] smbd/process.c:683(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(housekeeping) (nil) called
[2013/09/30 09:40:01.256860,  3] smbd/sec_ctx.c:310(set_sec_ctx)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2013/09/30 09:40:01.256881,  5] auth/token_util.c:525(debug_nt_user_token)
  NT user token: (NULL)
[2013/09/30 09:40:01.256901,  5] auth/token_util.c:551(debug_unix_user_token)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2013/09/30 09:40:01.256943,  5] smbd/uid.c:369(change_to_root_user)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2013/09/30 09:40:01.256970, 10] smbd/process.c:694(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(housekeeping) (nil) rescheduled


from log.smdb

[2013/09/30 09:35:16.212233,  6] param/loadparm.c:7158(lp_file_list_changed)
  lp_file_list_changed()
  file /etc/samba/smb.conf -> /etc/samba/smb.conf  last mod_time: Mon Sep 30 
09:28:42 2013

[2013/09/30 09:35:16.212303, 10] smbd/process.c:694(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) rescheduled
[2013/09/30 09:36:16.272015, 10] lib/events.c:131(run_events)
  Running timed event "smbd_idle_event_handler" 0x7fa864d27820
[2013/09/30 09:36:16.272082, 10] smbd/process.c:683(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) called
[2013/09/30 09:36:16.272108,  5] smbd/server.c:547(parent_housekeeping_fn)
  houskeeping
[2013/09/30 09:36:16.272129, 10] smbd/process.c:694(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) rescheduled
[2013/09/30 09:37:16.331785, 10] lib/events.c:131(run_events)
  Running timed event "smbd_idle_event_handler" 0x7fa864d28690
[2013/09/30 09:37:16.331848, 10] smbd/process.c:683(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) called
[2013/09/30 09:37:16.331883,  5] smbd/server.c:547(parent_housekeeping_fn)
  houskeeping
[2013/09/30 09:37:16.331916, 10] smbd/process.c:694(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) rescheduled
[2013/09/30 09:38:16.391454, 10] lib/events.c:131(run_events)
  Running timed event "smbd_idle_event_handler" 0x7fa864d31400
[2013/09/30 09:38:16.391532, 10] smbd/process.c:683(smbd_idle_event_handler)
  smbd_idle_event_handler: idle_evt(parent_housekeeping) (nil) called
[2013/09/30 09:38:16.391559,  5] smbd/server.c:547(parent_housekeeping_fn)
  houskeeping
[2013/09/30 09:38:16.391609,  6] param/loadparm.c:7158(lp_file_list_changed)
  lp_file_list_changed()
  file /etc/samba/smb.conf -> /etc/samba/smb.conf  last mod_time: Mon Sep 30 
09:28:42 2013


Amanda Hicks

Systems Analyst - Systems Engineering
NAV CANADA
280 Hunt Club Road
Ottawa, ON. K1V 1C1
[email protected]<mailto:[email protected]>
613-248-6568

From: Nico Kadel-Garcia [mailto:[email protected]]
Sent: September-29-13 12:07 PM
To: Marc Muehlfeld
Cc: Hicks, Amanda; [email protected]
Subject: Re: [Samba] Host Cannot Access Samba

And which Linux client are you trying to use? Very old versions of Samba can 
still work, somewhat, but be very difficult to integrate. Very new versions of 
Samba have a lot of features that your old CIFS server, whatever it is, may not 
know about and may not support.
Give basic information like what OS or Samba version your file server is, and 
what Linux version and what Samba version your Linux client are. And did your 
friend compile Samba from source, or use an OS provided verson? The "smb.conf" 
provided by most releases is a very good template to work with, and even better 
explored with the "testparm" tool to find out all the options that are being 
set by default.


On Sat, Sep 28, 2013 at 3:02 AM, Marc Muehlfeld 
mailto:[email protected]>> wrote:
Hello Amanda,


Am 27.09.2013 21:56, schrieb Hicks, Amanda:
Answers as follows:

- The linux VB is on a different network than the server

Does the VB host do NAT for his guest?


- I have a log file generated for that VB ipaddress with errors:

getpeername failed. Error was Transport endpoint is not connected
   read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
closed connection to service

This message isn't a problem: 
http://lists.samba.org/archive/samba/2011-March/161477.html

But is this everything that appears in the moment you try connecting? And on 
which loglevel? What appears in the log if you increase the loglevel and re

Re: [Samba] Host Cannot Access Samba

2013-10-13 Thread Hicks, Amanda
Hi Marc,

Answers as follows:

- The linux VB is on a different network than the server

- I have a log file generated for that VB ipaddress with errors:

getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
closed connection to service

-No firewalls between server and host or on host

Thanks,

Amanda Hicks
 
Systems Analyst - Systems Engineering
NAV CANADA 
280 Hunt Club Road 
Ottawa, ON. K1V 1C1 
[email protected]
613-248-6568

-Original Message-
From: Marc Muehlfeld [mailto:[email protected]] 
Sent: September-27-13 1:37 PM
To: Hicks, Amanda
Cc: [email protected]
Subject: Re: [Samba] Host Cannot Access Samba

Hello Amanda,

Am 25.09.2013 19:57, schrieb Hicks, Amanda:
> Our windows clients can access samba but we have
 > a user using linux in a virtual box that is getting  > permission errors 
 > when trying to access the share.
 > Can someone give direction to samples with Linux  > client smb.conf?

You are giving to less information, to provide any help.

- Is the Linux in VB in the same network than the server? Or maybe the VB 
network is using NAT to connect?

- Anything in the logfiles on the Samba server? At least you should see the 
connection try. If not, increase the loglevel to 2 or 3.

- Any firewall on the VB Linux or on it's host? Or between them and the server?

- 



Regards,
Marc


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


Re: [Samba] Host Cannot Access Samba

2013-09-29 Thread Nico Kadel-Garcia
And which Linux client are you trying to use? Very old versions of Samba
can still work, somewhat, but be very difficult to integrate. Very new
versions of Samba have a lot of features that your old CIFS server,
whatever it is, may not know about and may not support.

Give basic information like what OS or Samba version your file server is,
and what Linux version and what Samba version your Linux client are. And
did your friend compile Samba from source, or use an OS provided verson?
The "smb.conf" provided by most releases is a very good template to work
with, and even better explored with the "testparm" tool to find out all the
options that are being set by default.




On Sat, Sep 28, 2013 at 3:02 AM, Marc Muehlfeld wrote:

> Hello Amanda,
>
>
> Am 27.09.2013 21:56, schrieb Hicks, Amanda:
>
>> Answers as follows:
>>
>> - The linux VB is on a different network than the server
>>
>
> Does the VB host do NAT for his guest?
>
>
>
>  - I have a log file generated for that VB ipaddress with errors:
>>
>> getpeername failed. Error was Transport endpoint is not connected
>>read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
>> closed connection to service
>>
>
> This message isn't a problem: http://lists.samba.org/**
> archive/samba/2011-March/**161477.html
>
> But is this everything that appears in the moment you try connecting? And
> on which loglevel? What appears in the log if you increase the loglevel and
> re-try to connect?
>
>
>
>
> Please be a bit more generous with information. :-)
>
> - Is this an AD or NT4 domain?
> - Is the VB guest is joined to the domain?
>
> - 
>
>
>
>
> Regards,
> Marc
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  
> https://lists.samba.org/**mailman/options/samba
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Host Cannot Access Samba

2013-09-28 Thread Marc Muehlfeld

Hello Amanda,


Am 27.09.2013 21:56, schrieb Hicks, Amanda:

Answers as follows:

- The linux VB is on a different network than the server


Does the VB host do NAT for his guest?




- I have a log file generated for that VB ipaddress with errors:

getpeername failed. Error was Transport endpoint is not connected
   read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
closed connection to service


This message isn't a problem: 
http://lists.samba.org/archive/samba/2011-March/161477.html


But is this everything that appears in the moment you try connecting? 
And on which loglevel? What appears in the log if you increase the 
loglevel and re-try to connect?





Please be a bit more generous with information. :-)

- Is this an AD or NT4 domain?
- Is the VB guest is joined to the domain?
- 




Regards,
Marc



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


Re: [Samba] Host Cannot Access Samba

2013-09-27 Thread Marc Muehlfeld

Hello Amanda,

Am 25.09.2013 19:57, schrieb Hicks, Amanda:

Our windows clients can access samba but we have

> a user using linux in a virtual box that is getting
> permission errors when trying to access the share.
> Can someone give direction to samples with Linux
> client smb.conf?

You are giving to less information, to provide any help.

- Is the Linux in VB in the same network than the server? Or maybe the 
VB network is using NAT to connect?


- Anything in the logfiles on the Samba server? At least you should see 
the connection try. If not, increase the loglevel to 2 or 3.


- Any firewall on the VB Linux or on it's host? Or between them and the 
server?


- 



Regards,
Marc


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