[Samba] Somebody HELP (wrong uid in lock database)

2008-01-31 Thread Marcel Mulder
Hi,

 

Two weeks (18-01-2008) ago I posted a message with uid problems in the
lock database, but none seems to care or understand

I truly can't understand that I am the only one in the whole world with
this problem

 

I have a standard setup of my server running Ubuntu gutsy 7.10 on the
amd64 platform using winbind (ADS) for authentication

My feeling is that it has to do with the amd64 version of samba but I am
not sure.

 

Can someone tell me what is needed or what I have to do to get some
answers or hints.

 

Marcel

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


Re: [Samba] Somebody HELP (wrong uid in lock database)

2008-01-31 Thread Gary Dale
Try setting the samba log level to 10 and restarting Samba to see what 
is happening.


Also, when posting here, give a clear description of the problem, your 
setup, and any other relevant information - including exactly what you 
expected to see, what you actually got and if you can reproduce the 
problem. People who answer posts don't like asking for additional 
information just to figure out what the problem really is.


If this had been a repost of the original message, you may have gotten 
some extra advice, but I don't think people are going to track down your 
post from two weeks ago. Remember, no one is getting paid to respond to 
requests here. People respond when they think they can help out. If 
they're not sure what the problem is or how to solve it, they won't answer.


Good luck!

Marcel Mulder wrote:

Hi,

 


Two weeks (18-01-2008) ago I posted a message with uid problems in the
lock database, but none seems to care or understand

I truly can't understand that I am the only one in the whole world with
this problem

 


I have a standard setup of my server running Ubuntu gutsy 7.10 on the
amd64 platform using winbind (ADS) for authentication

My feeling is that it has to do with the amd64 version of samba but I am
not sure.

 


Can someone tell me what is needed or what I have to do to get some
answers or hints.

 


Marcel

  


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


Re: [Samba] Somebody HELP (wrong uid in lock database)

2008-01-31 Thread Doug VanLeuven

Marcel Mulder wrote:

Hi,

 


Two weeks (18-01-2008) ago I posted a message with uid problems in the
lock database, but none seems to care or understand

I truly can't understand that I am the only one in the whole world with
this problem

 


I have a standard setup of my server running Ubuntu gutsy 7.10 on the
amd64 platform using winbind (ADS) for authentication

My feeling is that it has to do with the amd64 version of samba but I am
not sure.
  
Nope.  I'm running Suse 10.3-64 on an amd.  By the way, I love this 
system.   45watt BE-2350, low power 1 Terabyte drive,  running 2 Vmware 
machines and all the energy consumed is 49watts using powernow-k8 and 
ondemand frequency control with 80+ power supply and it yields 40MB/s 
samba file transfers on Gigabyte eth.

Can someone tell me what is needed or what I have to do to get some
answers or hints.
  
This may not be it.  But I found nagging little inconsistencies until I 
got the new idmap syntax down perfect for my environment.  This started 
in 3.0.25 according to the docs.  Your smb.conf relies on the defaults 
which would translate out this way, again according to the docs - I use 
a different idmap backend.


[global]

idmap domains = MICROKEY
idmap config MICROKEY:default = yes
idmap config MICROKEY:backend = tdb
idmap config MICROKEY:range   = 1 - 2

idmap alloc backend = tdb
idmap alloc config:range = 1 - 2

I also didn't see any add user script.  So if all your users are added 
ahead of time, maybe you should consider using a different backend, like 
idmap_rid or idmap_nss.  I use the idmap_ad backend myself.


Learn something every day.  I didn't know one could use valid users = 
realm\\user syntax, but it works.


Regards, Doug

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