[Samba] Problem with Everyone SID (S-1-1-0)

2007-07-05 Thread Patrick Rynhart
Hi, I'm running Samba 3.0.25b as a PDC. In log.smbd (at Debug level 10) I have noticed: log.smbd: Could not convert SID S-1-1-0 to gid, ignoring it This problem occurs in function sid_to_gid in lookup_sid.c. An attempt is made for winbind to then resolve the group, but this results in log.wi

Re: [Samba] Miserable read performance (factor ~60 too slow)

2007-07-05 Thread Steve Platt
I'm curious - do you see an unusually high TCP retransmission rate during these slow transfers? You may need to look on the "Server" first ... I think the command is something like "netstat -s" and look in the TCP section. Steve -- To unsubscribe from this list go to the following URL and read t

Re: [Samba] Execute on file access

2007-07-05 Thread Volker Lendecke
On Thu, Jul 05, 2007 at 08:29:47AM +0200, [EMAIL PROTECTED] wrote: > I'd like to store images on a samba server, and from each image stored a > thumbnail should be calculated. Thus, after a file is created/modified, I > need to call a program passing the path name of the stored/modified file > as a

Re: [Samba] Execute on file access

2007-07-05 Thread spam
>> I'd like to store images on a samba server, and from each image stored a >> thumbnail should be calculated. Thus, after a file is created/modified, >> I >> need to call a program passing the path name of the stored/modified file >> as a parameter. > > Write a VFS module that connects to the clos

Re: [Samba] Miserable read performance (factor ~60 too slow)

2007-07-05 Thread Denis Vlasenko
On Thursday 05 July 2007 00:48, Arno Schäfer wrote: > - copying a 700MB file from the CIFS share of the Windows XP box to a > different Windows PC starts immediately and takes about two minutes. > > - copying the same file via HTTP from the new Samba server takes a > little more than one minute

[Samba] Excel - share Access Denied after opening file

2007-07-05 Thread leonardo616
I have a strange problem with Excel + Word from an XP Pro (SP2) PC to a Linux Samba share (HOME). If I 1 - open Excel, 2 - then open a file on my Samba share HOME, 3 - any subsequent attempts to save or open a file on the HOME share immediately result in an 'Access Denied'

Re: [Samba] Execute on file access

2007-07-05 Thread Volker Lendecke
On Thu, Jul 05, 2007 at 12:22:57PM +0200, [EMAIL PROTECTED] wrote: > >> I'd like to store images on a samba server, and from each image stored a > >> thumbnail should be calculated. Thus, after a file is created/modified, > >> I > >> need to call a program passing the path name of the stored/modifi

[Samba] winbind rpc only

2007-07-05 Thread Thorkil Olesen
I have sat the parameter in smb.conf: winbind rpc only = Yes Testparm says: Unknown parameter encountered: "winbind rpc only" Ignoring unknown parameter "winbind rpc only" The man-page for smb.conf do document it. Is that wrong? Samba 3.0.25b. -- Thorkil Olesen, Hanstholm, Denmark. -- To

Re: [Samba] Samba 3.0.25 & OpenLDAP 2.3 issues

2007-07-05 Thread Ingo Steuwer
Am Mittwoch, 4. Juli 2007 18:13 schrieb Eric Masson: > Hi, > [..] > smbd then complains about accounts it can't create. > > I've already opened the acl in slapd.conf with no result : > > access to dn.subtree="ou=Domains,dc=interne,dc=example,dc=org"" > by self write >

[Samba] Custom "Windows Welcome message"

2007-07-05 Thread Ralf Wiegand
Hello - I running Samba as a PDC on FC6 with roaming profiles. I need to setup a custom Windows logon/welcome message... to tell users want they can expect using this domain. Is it also possible to place different PDF files on the users desktop when he or she logs on, but only referencing one so

Re: [Samba] winbind rpc only

2007-07-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thorkil, > I have sat the parameter in smb.conf: > > winbind rpc only = Yes > > Testparm says: > > Unknown parameter encountered: "winbind rpc only" > Ignoring unknown parameter "winbind rpc only" > > The man-page for smb.conf do document it. Is

[Samba] Problem jioning domain using "net rpc join"

2007-07-05 Thread Tony Molloy
Hi, I have a samba PDC running on Centos4 with several hundred Windows PS's using it for authentication. I've just upgraded the fileserver which serves the users home directories to Centos5. The problem is how to get the upgraded fileserver to join the existing domain. On the server JANUS I

Re: [Samba] Problem jioning domain using "net rpc join" SOLVED

2007-07-05 Thread Tony Molloy
On Thursday 05 July 2007 14:15, Tony Molloy wrote: > Hi, > > > I've just upgraded the fileserver which serves the users home directories > to Centos5. The problem is how to get the upgraded fileserver to join the > existing domain. > > On the server JANUS I have an account for the upgraded fileserv

[Samba] Files rename problem

2007-07-05 Thread Pol Hallen
Hi folks i using debian stable (with samba v3.0.24-6) When I try to rename (from windows host) a file in the sharing of samba, the file isn't renamed :-/ Example: readme.txt to Readme.txt (i renamed only the letter R) I press enter (and f5 to refresh) but the file is always readme.txt Instead

Re: [Samba] Samba Problem With Big File Transfer on Windows Client

2007-07-05 Thread Nuno Pissarra
Hi After your sugestion i have been testing samba with the options keepalive, dead time, debug level = 4, but the final result was the same apparently, even the logs dont show any useful information. During the test i notice a peak in the CPU usage bye the process "pdflush" and "smbd". I think pdf

Re: [Samba] Custom "Windows Welcome message"

2007-07-05 Thread Natxo Asenjo
On 7/5/07, Ralf Wiegand <[EMAIL PROTECTED]> wrote: Hello - I running Samba as a PDC on FC6 with roaming profiles. I need to setup a custom >Windows logon/welcome message... to tell users want they can expect using this >domain. I am sorry to ask you to stfw: http://www.google.nl/search?q=wind

Re: [Samba] Custom "Windows Welcome message"

2007-07-05 Thread Ralf Wiegand
Thanks for the tip. In a windows AD domain, this is accomplished by using a group policy... so how do you do this in samba. I don't want to added each XP box. If it is done via a logon script, do you have an example? Ralf - Original Message From: Natxo Asenjo <[EMAIL PROTECTED]> To:

Re: [Samba] Custom "Windows Welcome message"

2007-07-05 Thread Adam Tauno Williams
> Thanks for the tip. In a windows AD domain, this is accomplished by using a > group policy... so how do you do this in samba. I don't want to added each > XP box. > If it is done via a logon script, do you have an example? Through NT domain policies (ntconfig.pol). This isn't a Samba relat

Re: [Samba] Miserable read performance (factor ~60 too slow)

2007-07-05 Thread Oliver Schulze L.
Could it be the disk? Can you do a: hdparm -t /dev/sda Then benchmark your XP disk with www.hdtune.com HTH Oliver Arno Schäfer wrote: Hi, I am trying to migrate my files from a Windows XP Pro box to a new server running OpenSuSE 10.2/Linux 2.6.18 (x86_64) and Samba 3.0.25b. The Server is a

Re: [Samba] Big problem with USERIDs

2007-07-05 Thread Oliver Schulze L.
Have you tried reparing the .tdb files? Look at the howto, I the command is tdbbackup HTH Oliver -- Oliver Schulze L. | http://tinymailto.com/oliver Asuncion - Paraguay | http://www.solojuegos.mobi -- To unsubscribe from this list go to the following URL and read the instructions: h

Re: [Samba] Problem with Everyone SID (S-1-1-0)

2007-07-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Rynhart wrote: > Hi, > > I'm running Samba 3.0.25b as a PDC. > > In log.smbd (at Debug level 10) I have noticed: > log.smbd: Could not convert SID S-1-1-0 to gid, ignoring it There are a couple of well known sids added to the user's NT toke

Re: [Samba] Execute on file access

2007-07-05 Thread Jeremy Allison
On Thu, Jul 05, 2007 at 12:22:57PM +0200, [EMAIL PROTECTED] wrote: > >> I'd like to store images on a samba server, and from each image stored a > >> thumbnail should be calculated. Thus, after a file is created/modified, > >> I > >> need to call a program passing the path name of the stored/modifi

Re: [Samba] Miserable read performance (factor ~60 too slow)

2007-07-05 Thread Andrew Morgan
On Thu, 5 Jul 2007, Arno Schäfer wrote: Hi, I am trying to migrate my files from a Windows XP Pro box to a new server running OpenSuSE 10.2/Linux 2.6.18 (x86_64) and Samba 3.0.25b. The Server is a new Athlon 64 X2 4000+/1GB with two 400GB SATA disks in a software RAID1 configuration. The sh

[Samba] Re: winbind rpc only

2007-07-05 Thread Thorkil Olesen
Gerald (Jerry) Carter samba.org> writes: > The parameter is only supported in the upcoming 3.0.26 > series and later. Which is also why is is not mentioned in > the release notes. So the documentation in the man-page is a little ahead ;-) Thanks for the answer! -- Thorkil Olesen, Hanstholm,

[Samba] Promoting BDC to PDC

2007-07-05 Thread Ivan Ordonez
Hi, Does someone know how will all my client machines find the BDC when the PDC is stopped. Both PDC and BDC are running Samba with LDAPSAM backend replicated on both the PDC with master LDAP database and BDC with replicated LDAP database. But when I stop PDC the clients are not detecting the

Re: [Samba] OS/2 Warp 4 Access Issues

2007-07-05 Thread Michael Powell
OK, here are the versions: OS/2 Warp 4.50 Debian Etch Samba 3.0.24-6etch4 linux kernel 2.6.18 I actually started having problems before upgrading to etch. Then, I was on a 2.4 kernel, and had upgraded to what was then the latest security fix for samba for the debian "stable" version previous to

[Samba] error when trying to execute net join.."

2007-07-05 Thread justin ehrlichman
I get this error after executing the net join ads command: ads_connect: Invalid or incomplete multibyte or wide character anybody have any idea what that means? -- 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 LDAP HowTo 4 U

2007-07-05 Thread Linux Guy
Chris Smart wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I've written a HowTo for 'Samba domain with LDAP back end' and am looking for people to test it and tell me the stupid things I did. I also wanted to put the HowTo out there in case others wanted to do something similar an

[Samba] gosa web gui

2007-07-05 Thread Linux Guy
Any comments on gosa for management? Looks pretty.. Haven't tried it yet though. :) -- This message has been scanned for viruses and dangerous content by RCRnet, and is believed to be clean. -- To unsubscribe from this list go to the following URL and read the instructions: https://lis

Re: [Samba] Promoting BDC to PDC

2007-07-05 Thread Gary Dale
Ivan Ordonez wrote: Hi, Does someone know how will all my client machines find the BDC when the PDC is stopped. Both PDC and BDC are running Samba with LDAPSAM backend replicated on both the PDC with master LDAP database and BDC with replicated LDAP database. But when I stop PDC the clients a

Re: [Samba] OS/2 Warp 4 Access Issues

2007-07-05 Thread Guenter Kukkukk
Am Donnerstag, 5. Juli 2007 22:38 schrieb Michael Powell: > OK, here are the versions: > > OS/2 Warp 4.50 > Debian Etch > Samba 3.0.24-6etch4 > linux kernel 2.6.18 > > I actually started having problems before upgrading to etch. Then, I was on > a > 2.4 kernel, and had upgraded to what was the

Re: [Samba] Custom "Windows Welcome message"

2007-07-05 Thread Natxo Asenjo
On 7/5/07, Ralf Wiegand <[EMAIL PROTECTED]> wrote: Thanks for the tip. In a windows AD domain, this is accomplished by using a group policy... so how do you do this in samba. I don't want to added each XP box. with the old nt policy editor. If it is done via a logon script, do you have an

[Samba] SAMBA ADS to NIS mapping

2007-07-05 Thread Barry Dowell
I am working in an environment with an HP-UX NIS that my Red Hat ES 4.x system is using for Unix access controls. My Red Hat system is serving as an NFS server for the HP-UX users who also could be Windows users coming from a Windows Server 2003 active directory. I have tested some configurations

RE: [Samba] SAMBA ADS to NIS mapping

2007-07-05 Thread Barry Dowell
D'oh! I think I have things figured out actually, but have a remaining issue to unburden if someone is able to help. First, the username mapping (without winbind in effect) seems to be working for me now. I had thought it wasn't functioning properly because when I browsed to \\sambaserver I wo