Displaying 20 results from an estimated 10000 matches similar to: "Samba/Winbind on Solaris 9"
2003 May 16
4
XP Joining Samba Domain - Cry For Help
It is way too late to be wrestling with this, but being the obsessive
compulsive I am.....
I can not get an XP machine to join a samba-ldap domain
The machine account has been made
The XP registry and local policies have been set
I continue to get 'specified domain does not exist'
I have gone in circles nad can't figure a thing out!
If anyone is out there right now (3:49 CST) and
2003 Jun 02
2
Any LARGE production Sambas?
Hi list,
A customer was asking - is anyone doing LARGE Samba servers in production -
in the range of 10-20TB or more?
If so, what type of issues come up as the data sizes grow large? What
architectures work well? Is there a recommended maximum TB/server?
Thanks.
-Mike MacIsaac, IBM mikemac at us.ibm.com (845) 433-7061
2003 May 22
2
Samba and Cups.
Listers,
I encountered a problem with samba (2.2.7a) when I was setting CUPS (1.1.14)
up.
I set it up through the web interface, setting the appropriate values in
smb.conf:
[global]
<snip>
printing = cups
load printers = yes
printcap name = cups
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
2001 Sep 19
6
Winbind authentication
Hi everyone,
First of all, could you please CC me, I am not (yet) subscribed to this
list.
Now my problem:
I created a test setup at my office that uses winbind to authenticate linux
users to a Windows NT server (they log in with DOMAIN+username), as described
in the winbindd manpage. I followed their setup completely.
(at my work I am using RedHat 7.1 and the winbindd daemon found in the
2003 Jun 06
3
Accepting Time Server
If samba and xntpd are running, you're done! Samba is a time server.
Setting the smb.conf parameter "time server = yes" will cause Samba to
advertise itself as a time server in the browse list through nmbd.
Regardless of this setting, clients can still set their time with the "net
time" command.
-Mike MacIsaac, IBM mikemac at us.ibm.com (845) 433-7061
2003 Jun 03
1
New samba connection will not work
I'm fairly new to samba but I've spent too long on this - can anyone help?
This system was previously working on another domain. Now I have tried to register it on the
production domain (it has been removed from the test domain and I've deleted the secrets file and
then added it to the live (OASIS) domain and I get
C:\WINNT\SYSTEM32>net use * \\confasr1\midas
System error 53 has
2003 Jun 07
3
First beta of Samba 3.0.0 available for download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the availability of the
first beta release of the Samba 3.0.0 code base. While
we are significantly closer to the final release, I will
remind you that this is a non-production release provided for
testing only.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/beta/
The
2003 Jun 07
3
First beta of Samba 3.0.0 available for download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Samba Team is proud to announce the availability of the
first beta release of the Samba 3.0.0 code base. While
we are significantly closer to the final release, I will
remind you that this is a non-production release provided for
testing only.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/beta/
The
2003 May 22
3
SAMBA 2.2.8 and W98/NT
Hi,
With WXP it's fine but with W98 or NT I don't see services.
Here is an extract of the "log.machine"
[2003/05/22 10:51:13, 1] smbd/service.c:make_connection(636)
pcvideo (141.115.16.24) connect to service rieux as user rieux (uid=902,
gid=900) (pid 956)
[2003/05/22 10:51:29, 0] smbd/service.c:make_connection(252)
pcvideo (141.115.16.24) couldn't find service
2003 Jun 04
5
Retry: RedHat, XFS, and ACL Support
Purpose: Create a File Server that can replace our windows file server.
System Details:
RedHat 8
Kernel 2.4.18-18 SGI XFS 1.2.0
2 disks
1 for the filesystem ext3
1 for the shares using xfs
Most of the threads and articles I read about doing this told me that I
had to recompile the kernel for acl support. Then I found a post that
mention that XFS has built in ACL support. Which
2003 Jun 10
4
Outlook .pst on a samba share; do or don't?
Hi listers.
People here are trying to push me into moving the Outlook .psts on a samba
share for back-up reasons. I'd like to hear your experience about this: is
it feasible in the size of 20 users with 400...800MB each .pst? Any special
settings on samba side? Something special that I should pay attention to? Or
is just "NO"?
2002 Sep 26
2
valid users and groups with winbind
Hi,
Just starting on this list.
I have samba (2.2.5a) on Linux/s390 and winbind authenticating and
providing shares.
I add the global to smb.conf:
valid users = '@Domain Users'
After that, I can no longer get the share even though I am in the 'Domain
Users' group.
# id poklcc+mikem
uid=10001(POKLCC+mikem) gid=10000(POKLCC+Domain Users)
groups=10000(POKLCC+Domain Users)
2003 May 15
9
big file server
Hi
I plan to set up a big file server, something like motherboard with 4 ide
ports and an additional 4 ide daughter card, a PIV proc and 512 or 1024 MB
ram, a 100 or 1000 MB NIC, with 6 or 7 200 GB ide HDDs in a sigle box. I
don't need lightning performance, just disk space. Of course this would be
served by some linux os and samba
questions (relative to samba configuration and behaviour) :
2001 Apr 29
4
Rgui crash (PR#926)
Full_Name: Byron Ellis
Version: 1.2.3
OS: Windows 2000 Server
Submission from: (NULL) (140.247.105.95)
In Rgui when attempting to resize the console the system locks for a second
(cursor locks up, etc) and then either returns to normal for a second before
crashing or just crashes when we start moving again (the former happens more
often when making things bigger, the latter when the console is
2001 Apr 07
2
silent extern error (PR#898)
Full_Name: Byron Ellis
Version: 1.2.2
OS: all
Submission from: (NULL) (140.247.105.95)
R_ext/Arith.h
#ifdef MAIN
#define extern
#endif
#ifdef __cplusplus
extern "C" {
#endif
these two should be reversed. Its never a problem because builds aren't done
against C++ compilers, but its still an error (just a low priority one).
also, you could change that to
#ifdef __cplusplus
extern
2004 Jan 06
1
Spam in the list.
There is an inordinate amount of spam going to the Samba list lately.
Is there anything that can be done about that?
-Brent
2002 Jun 19
1
Anon CVS updates?
Is the anonymous CVS repository for R presently broken? There haven't been
many updates coming through and the repository files seem to differ
significantly from the rsync version of R-devel...
Byron Ellis (bellis@hsph.harvard.edu)
"Oook" - The Librarian
Please finger bellis@hsph.harvard.edu for PGP keys
2002 May 17
1
PCRE in development code?
So PCRE dropped into R-devel recently, I tried just dropping 3.9 (latest
version) into src/extra/pcre and compiling on Win32 but its dying during
the final link (undefined reference to 'pcre_free') is there some special
magic I'm missing or do I get to hunt this one down on my own?
Byron Ellis (bellis@hsph.harvard.edu)
"Oook" - The Librarian
Please finger
2002 Jul 19
1
R-devel Mac OSX build wierdness...
I encountered some wierdness when building R-devel (latest rsync) on OSX
using commandline tools (as opposed to the Carbon GUI and
whatnot...probably just laziness on my part but it generally works :-)).
At any rate, sometime between 2002-07-05 and the present the configure
scripts started setting INSTALL_DATA to ${R_HOME}/bin/install -c in
Makeconf...which causes wierdness for the Mac OSX
2003 Sep 14
2
Problem building methods package?
For the last, I dunno, week or so I've been unable to build R... I
finally took the time to investigate and the crash is in building
'methods':
all.R is unchanged
../../../library/methods/man/methods.Rd is unchanged
make[2]: `Makedeps' is up to date.
../../../../library/methods/libs/methods.so is unchanged
make[1]: Nothing to be done for `Rfiles'.
Any clues to where this