[Samba] R: Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)

2010-10-27 Thread Alex
I answer myself. I hope this can be useful. 1) create with a text editor the file config.site and write into it: --config.site--- samba_cv_CC_NEGATIVE_ENUM_VALUES=yes (I've tested the C code and sh4-linux-gcc supports negative enum)

[Samba] Samba 3.5.6 jumbo patch

2010-10-27 Thread Derek Lewis
I have cloned the samba git file and selected the version with the tag: release-3-5-6. I tested the patch with git apply -check, and I get the following error: Error: patch failed: source3/smbd/posix_acls.c:3856 Error: source3/smbd/posix_acls.c: patch does not apply. I am new to compiling so

Re: [Samba] Samba 3.5.6, Solaris 10, pam_winbind.so will not link

2010-10-27 Thread Christopher Chan
On Wednesday, October 27, 2010 09:50 PM, Robert M. Martel - CSU wrote: Greetings, Still no progress trying to get Samba 3.5.6 built on Solaris 10, using gcc 3.4.6. Isn't it bad to use gcc for this? pam_winbind and nss_winbind would be using gcc ABI while the rest of the system using Sun Stud

Re: [Samba] Samba 3.5.6, Solaris 10, pam_winbind.so will not link

2010-10-27 Thread Jeremy Allison
On Wed, Oct 27, 2010 at 09:50:44AM -0400, Robert M. Martel - CSU wrote: > Greetings, > > Still no progress trying to get Samba 3.5.6 built on Solaris 10, > using gcc 3.4.6. > > Maybe fresh eyes will see something? Been having issues building > samba since 3.4.9 (and anything greater than 3.2.15

[Samba] SOLVED -- Re: Domain user printing

2010-10-27 Thread Robert Moskowitz
Thanks to the help here and hints over on the SME forum, I got printing working. Basically you have to be logged in on the domain with an admin user and THEN install the printer drivers. So first I had to unistall the drivers, using a local admin user account. Then I had to log in to the dom

Re: [Samba] Cannot browse domain user list with 3.3.9 (and higher)

2010-10-27 Thread henri
Hi Well, I finally fixed the problem on my own. For some reason, I had some badly encoded accentuated characters in the passdb.tdb in the description field of some accounts. They probably come from a samba 2.x smbpasswd file that was used in the past before upgrading to 3.x and tdb backend. I

[Samba] Samba 3.5.6, Solaris 10, pam_winbind.so will not link

2010-10-27 Thread Robert M. Martel - CSU
Greetings, Still no progress trying to get Samba 3.5.6 built on Solaris 10, using gcc 3.4.6. Maybe fresh eyes will see something? Been having issues building samba since 3.4.9 (and anything greater than 3.2.15 on Solaris 9 where samba will build, but winbind will not work properly for user

[Samba] "server string" ignored by Windows 7?

2010-10-27 Thread terry+samba
I'm upgrading the desktops on my LAN from Windows XP to Windows 7 (x64 Ultimate, if that matters). The samba version is 3.5.6 on FreeBSD 8.1 amd64. I can successfully map the samba shares on both XP and 7, but while XP shows the expected description which includes the server string (for ex- am

[Samba] cannot set right file's group after group mapping?

2010-10-27 Thread 王涛
Hi All, when i did testing with group mapping, i mapped a Unix Group(domadm) with Windows Domain Group(domain users). then i access a samba share from Windows Domain User(administrator), and create a file. but the file's group is still Windows Domain Group(domain user), not Unix Group(domadm).

[Samba] Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)

2010-10-27 Thread Alex
I need to generate a minimal Samba working in a SH4 cpu in a STLinux 2.3 environment. The goal is to have very very simple Samba server running in a STLinux environment. STLinux Kernel has included the CIFS support. Really I'm a newbie in Samba cross-compilation. And obviously I've problems :-(

Re: [Samba] Strange access problem after changing grout id number - SOLVED

2010-10-27 Thread Götz Reinicke - IT-Koordinator
Hey again, I found the error: I changed the GID nuber for the group most users belong to, but did not assigned that new GID to the users Everything is working again. /Götz Am 27.10.10 09:44, schrieb Götz Reinicke - IT-Koordinator: > Hi, > > I do have a strange problem: > > I chan

[Samba] Strange access problem after changing grout id number

2010-10-27 Thread Götz Reinicke - IT-Koordinator
Hi, I do have a strange problem: I changed the group ID number for a user group and changed all files and directories on the filesystem too, so it maches the new ID. Now I - as a member of that group - can only access some shares, e.g. my home share, but no other share belonging to that group li