Displaying 8 results from an estimated 8 matches for "lanz".
Did you mean:
land
2008 Jun 30
2
Smbd internal error and panic with nfs-mounted share
...smbclient -L pangea
Domain=[PANGEA] OS=[Unix] Server=[Samba 3.0.30]
Sharename Type Comment
--------- ---- -------
scratch Disk sesfs scratch directory
IPC$ IPC IPC Service (Samba 3.0.30 File
Server)
lanz Disk Home Directories
There are two complications to all this:
1. The Linux "box", sesfs, that exports the scratch directory is
actually
an ExaStore NAS system, comprising a 2-node linux cluster connected to
a big RAID. The NFS code may have been customized for that en...
2011 May 13
0
Winbindd can't convert between SIDs and uid/gid
...OpenSolaris (SunOS 5.11) Intel platform; gcc 4.2.3;
built with "configure --with-winbind --with-krb5 --with-ldap --with-ads"
Samba is joined to our Windows-2008 AD domain. Pretty much everything
works,
except that winbindd can't convert between SIDs and uid/gid:
1. wbinfo -r WIN\\lanz
(Returns nothing -- no output)
First I obtain my SID from "wbinfo -n WIN\\lanz", then:
2. wbinfo -S <my_SID>
Could not convert <my_SID> to uid
3. wbinfo -U 2104 <-- That's my correct Unix numerical uid
Could not convert uid 2104 to sid
4. wbinfo -G 37 <...
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
...e previously built 3.0.25 successfully on this same Alpha box.
But when I was trying to build 3.0.28 after it came out, I hit the same
"unsafe_string_function_usage" error as I'm now seeing with 3.0.30. At
that time I just gave up; this time I'd like to solve the problem.
--
Kai Lanz Stanford University School of Earth Sciences
2011 May 17
1
How can I confirm that idmap_ad is being used?
...e only
errors
from winbindd_util.c, add_trusted_domain():
[2011/05/16 16:57:11.442318, 1] winbindd/winbindd_util.c:
204(add_trusted_domain)
invalid range syntax in idmap config SU: 1 -
Have I missed out on some crucial bit of configuration that's required
to
enable idmap_ad?
--
Kai Lanz Stanford University School of Earth Sciences
2011 Jun 28
1
Porting CTDB to Solaris
...CTDB source from the Samba git
repository,
I discovered that it won't build on Solaris -- the configure script
supports
only Linux and AIX.
Is there a Solaris port for CTDB, or is somebody working on one? (If
not,
I might take a crack at it; would it be a straightforward port?)
--
Kai Lanz Stanford University School of Earth Sciences
2004 Jan 28
0
A Message you sent has not been delivered
...To: dominic.lowndes@telecomfinance.com
Subject: Jay
This is due to automatic rules that have determined that the
intended recipient is not authorised to receive messages with
Executable file(s) attached.
If you believe the message was business related please send a
message to postmaster@lanz.co.uk and request that the message be
released to it's intended recipient. If no contact is
made within 5 days the message will automatically be deleted.
MailMarshal Rule: Inbound Messages : Block EXECUTABLE Files
NB You can Release this message, send a reply
without editing this mail to...
2008 Aug 05
2
Leopard Macs using Kerberos: Failed to parse negTokenTarg
...0#.......0...cif
00d0 73 1b 12 73 65 73 66 73 2e 73 74 61 6e 66 6f 72 s..sesfs.stanfor
00e0 64 2e 65 64 75 a3 82 07 f7 30 82 07 f3 a0 03 02 d.edu....0......
<snip>
I've posted the full text of the log files and packet displays on the
web at:
http://www.stanford.edu/~lanz/leopard-samba/
Does this analysis look correct? And if so, is this something that
can be
patched in Samba?
--
Kai Lanz Stanford University School of Earth Sciences
2004 Aug 02
0
mount with uid does not give correct local uid (kernel 2.6)
Hi,
I'm running smbd 3.0.5 with kernel 2.4.26. I connect with a Linux-client (also
samba 3.0.5 installed) on kernel 2.6.7 with this directive:
mount -t smbfs -o uid=1005,username=joe,workgroup=lanz //prim/joe /mnt/test
As a result, the directory /mnt/test is owned by uid=1005 but all the
subdirectories and files in this directory are owned by uid 1001. This uid
(1001) is that of joe on the remote server.
I tried the same directive on another host running kernel 2.4.24 and there
everythin...