Re: [Samba] NFS quotas on Solaris 10

2012-04-26 Thread Christian Manal
On 26.04.2012 22:08, Gaiseric Vandal wrote: > I have one share on my samba server which is on top of an autofs mount > point. This is solaris 10 with bundled samba 3.5.10 and zfs. It also > shows 0 free space. I had the same problem with samba 3.4.x compiled > from source code. I think this i

Re: [Samba] select periodically returns 0 then read ETIMEDOUT

2012-04-26 Thread Volker Lendecke
On Fri, Apr 27, 2012 at 12:20:58PM +0800, 赵培 wrote: > I used strace to trace an issue that the session hold the file lock for > about 20 mins after the client disconnected from the network. Then the > session was terminated by Samba. We need a bit more context. 28 -- that's the client connection?

[Samba] select periodically returns 0 then read ETIMEDOUT

2012-04-26 Thread 赵培
Hi Experts, I used strace to trace an issue that the session hold the file lock for about 20 mins after the client disconnected from the network. Then the session was terminated by Samba. In the strace output, I found select was being called periodically in a loop, returning 0. After minutes, 1 w

Re: [Samba] Semantics of "smb ports = 0"

2012-04-26 Thread Jeremy Allison
On Wed, Apr 25, 2012 at 10:04:30AM -0400, Nikolaus Rath wrote: > Hello, > > The qemu emulator has a feature to fork a samba instance for file > sharing with the emulated hosts. It communicates with smbd over stdin. > The generated configuration file contains a "smb ports = 0" directive to > preven

Re: [Samba] Semantics of "smb ports = 0"

2012-04-26 Thread Jeremy Allison
On Wed, Apr 25, 2012 at 10:04:30AM -0400, Nikolaus Rath wrote: > Hello, > > The qemu emulator has a feature to fork a samba instance for file > sharing with the emulated hosts. It communicates with smbd over stdin. > The generated configuration file contains a "smb ports = 0" directive to > preven

Re: [Samba] Solaris 10 Samba share will not show all directories

2012-04-26 Thread Jerome Yanga
Thank you for all the suggestions. I think I will need to recreate this issue with a test environment as I cannot run all these test from the production environment. I will keep you guys posted. Regards, j On Wed, Apr 25, 2012 at 11:50 AM, Gaiseric Vandal wrote: > Presumably neither the solari

Re: [Samba] android cifsmanager requires group read permissions on samba server

2012-04-26 Thread Chris Weiss
not at all. Server side is translating POSIX file modes and ACL's to cifs ACL's, then the client is again translating cifs acl's to posix. Unless you have unix extensions on, which can cause some file ownership issues if your systems UID's aren't synced. On Thu, Apr 26, 2012 at 3:45 PM, illum wr

Re: [Samba] android cifsmanager requires group read permissions on samba server

2012-04-26 Thread illum
Wouldn't the permissions issue be completely server side? Considering that both normal clients and cifsmanager are using the same user login and the server logs show the same login information except for a different ip address, what could cifsmanager be doing differently that would require other pe

Re: [Samba] NFS quotas on Solaris 10

2012-04-26 Thread Gaiseric Vandal
I have one share on my samba server which is on top of an autofs mount point. This is solaris 10 with bundled samba 3.5.10 and zfs. It also shows 0 free space. I had the same problem with samba 3.4.x compiled from source code. I think this is just a fundamental Samba issue that you won't easi

Re: [Samba] mutex.tdb locking errors on Solaris 10

2012-04-26 Thread Gaiseric Vandal
I am using Samba 3.5.10 bundled with Solaris 10 (with one of the more recent patch clusters.)I have a samba PDC so I can't speak to AD issues. I have never tried joining samba to an AD domain. autofs mounts mount on demand, but they also unmount when inactive. This, I find, can make samba

Re: [Samba] Printer support in Samba4

2012-04-26 Thread Lukasz Zalewski
On 26/04/12 16:49, Adnan Kunic wrote: Dear all, I have installed configured and running Samba4 version 4.0.0alpha20-GIT-5b5b696 as domain controller. I'm wondering is there a print server support in this alpha release? If not, what is a workaround. OS Platform is CenOS 6.2. Kind reagards, Hi

[Samba] Printer support in Samba4

2012-04-26 Thread Adnan Kunic
Dear all, I have installed configured and running Samba4 version 4.0.0alpha20-GIT-5b5b696 as domain controller. I'm wondering is there a print server support in this alpha release? If not, what is a workaround. OS Platform is CenOS 6.2. Kind reagards, -- To unsubscribe from this list go to the

[Samba] Printer support in Samba4

2012-04-26 Thread Adnan Kunic
Dear all, I have installed configured and running Samba4 version 4.0.0alpha20-GIT-5b5b696 as domain controller. I'm wondering is there a print server support in this alpha release? If not, what is a workaround. OS Platform is CenOS 6.2. Kind reagards, -- To unsubscribe from this list go to the

Re: [Samba] mutex.tdb locking errors on Solaris 10

2012-04-26 Thread Kirk S.
Hi, This is a member server. We also already have nscd running on our Solaris systems. We are using autofs to mount the filesytems. The main reason this was implemented originally is that we had a performance problem when all of these clients were served from a single a machine. I'm not 100% s

Re: [Samba] NFS quotas on Solaris 10

2012-04-26 Thread Christian Manal
On 26.04.2012 16:07, Gaiseric Vandal wrote: > Are these autofs mounts? > > Are the nfs v4 mounts - I think Solaris 10 will automatically default > to NFS v4 when mounting from another Solaris 10 server. Yes to both. > Can you run "smbd -b" on the new and old version and see if the new > buil

Re: [Samba] NFS quotas on Solaris 10

2012-04-26 Thread Gaiseric Vandal
Are these autofs mounts? Are the nfs v4 mounts - I think Solaris 10 will automatically default to NFS v4 when mounting from another Solaris 10 server. Can you run "smbd -b" on the new and old version and see if the new build omits any crucial modules? On 04/26/12 06:07, Christian Manal wrote:

Re: [Samba] mutex.tdb locking errors on Solaris 10

2012-04-26 Thread Gaiseric Vandal
Is this machine a member server or DC? THis looks like an authentication issue.You could try enabling the solaris nscd (name service caching daemon) on member servers to help with flaky authentication connections to a DC. Do you have the same problem with non-NFS mounted directories? Are yo

[Samba] mutex.tdb locking errors on Solaris 10

2012-04-26 Thread Kirk S.
Hi, We are experiencing a problem with Samba 3.6.4 on Solaris 10 update 10. This problem has only recently started since an upgrade to v3.6.3 and was still present after rebuilding to 3.6.4. We are using the version of samba packaged by OpenCSW. >From a client perspective, the issue is manife

Re: [Samba] android cifsmanager requires group read permissions on samba server

2012-04-26 Thread Chris Weiss
You've asked the cifsmanager support too? maybe they've done something odd in their client. On Thu, Apr 26, 2012 at 1:05 AM, illum wrote: > I checked the logs on the samba server, and the cifsmanager entries are > the same as other samba clients that don't have this problem. So what > could be c

Re: [Samba] SAMBA-FREERADIUS-LDAP

2012-04-26 Thread Helmut Hullen
Hallo, stefano, Du meintest am 26.04.12: > I'll do some questions: > I need that after the power-on of the client, will appear the login > screen. Is this like your solution also? No - that's at least impossible for private machines. Our school machines can show such a screen via autostart (or

[Samba] NFS quotas on Solaris 10

2012-04-26 Thread Christian Manal
Hi list, I'm running Samba 3.6.4 on Solaris 10 x86. Underlying filesystem is ZFS. Since updating from 3.6.0, free space on NFS mounted ZFS filesystem, without a userquota set for the user, is always reported zero. 'quota -v' and the perl module 'Quota' both report no quota for such file systems.

Re: [Samba] SAMBA-FREERADIUS-LDAP

2012-04-26 Thread stefano malini
Wow, this is a good idea. I'll think about a change. I'll do some questions: I need that after the power-on of the client, will appear the login screen. Is this like your solution also? I found many manuals and guide but everyone explain samba configuration with windows, hosts, winbind, etc.

Re: [Samba] SAMBA-FREERADIUS-LDAP

2012-04-26 Thread Helmut Hullen
Hallo, stefano, Du meintest am 26.04.12: > The LAN has a computer room with 30 pc Ubuntu. > In addition to these there are others computers will can connect to > the LAN using wireless connection and they can have differents > operating systems (Mac, Windows, Ubuntu). > I want that every user can

[Samba] SAMBA-FREERADIUS-LDAP

2012-04-26 Thread stefano malini
Hi, this is my first e-mail on this list and am newbie of samba also. I'll explain you what i'd like to do with my lan and i ask you some advices. I've got a Debian Squeeze server. I installed an LDAP server with some groups and users. The LAN has a computer room with 30 pc Ubuntu. In additio