similar to: Control NT Services

Displaying 20 results from an estimated 10000 matches similar to: "Control NT Services"

2002 May 16
7
Name Resolution, Pinging
I am running redhat 7.3 with Samba 2.2.4. I was wondering if there was a way to use Samba to resolve my IPs instead of having to add all the entries to my /etc/hosts file? For instance, I would like to be able to do `ping acormany` instead of `ping <IP Address>`. We are currently using WINS on a Windows box to resolve the IPs. As of right now, I can `ping acormany` on a Windows system, but
2002 May 10
3
Samba 2.2.4 on s/390
I have just compiled Samba 2.2.4 with the following configure. ./configure --with-pam --with-winbind I used the same instructions as I did go get Samba 2.2.2 working. I noticed the winbind daemon dies after about a minute. I set the debug to 10 for it and I found some confusing things. Why is it trying to connect to GIGDC1 with a null username? Is this why the connection is refused?
2002 Aug 19
2
embedded spaces in group names
Hello, Many of our NT domain groups have names that contain embedded spaces, like "Domain Admins". When I attempt to use winbind and assign rights via those groups the granting fails. Group names without embedded spaces, like "Domain_Admins" work fine. In smb.conf I've tested specifying the name as: "DOMAIN+Domain Admin" DOMAIN+Domain\ Admin and
2002 May 21
2
LPR or LPRng or CUPS
I'm converting my NT 4.0 Print Servers to Samba Print Servers. Which printing system should I be using? LPR, LPRng or CUPS. I would love to have some feedback on the advantages and disadvantages or what the Samba Team recommends as a standard for working wih Samba. In case you need it, my system is SuSE 7 kernel 2.2.16 running under VM on s/390. Thanks, Josh Konkol, CNE MCSE Senior
2002 Aug 01
5
Authenticate against NT Domain Group Membership
Hola folks, How do I configure a share under Samba 2.2 using DOMAIN security to allow all members of a specified NT domain group access to a particular share? For example, something like: [test] comment = Test Share path = /mnt/share/test nt group = Nice-users, Wonderful Users Where Nice-users and Wonderful Users are NT domain groups? So if User X is a member of Nice-users, she would be
2002 Oct 23
3
How do I permit NT Administrator to manage ACL's on s amba file server
It has been my experience that only the owner of the file and root change change ACLS on that file. Since you've stated that Administrator IS the owner, maybe there's something else. Are you getting any errors ? Who is the owner of the diretory that the folder resides in. Is the Administrator given write permissions at the share level? My work-around for modifying ACL's was to
2002 Jul 30
4
Samba 2.2.5 update process
I recently downloaded the samba 2.2.5 update. I ran GZIP and tar. next i did the configuration according to Using Samba by Robert Eckstein, David Collier-Brown, Peter Kelly 1st edition Nov. 1999. Steps were as follows: ./configure make make install added swat to /etc/services swat 901/tcp after all of this it does not appear that samba was actually updated. I looked in samba.org for
2001 Nov 12
3
Samba with Winbind
I am running Samba with Winbind to authenticate against an NT 4.0 domain. Everything appears to be working fine. Problem is when I do response time comparison between file services on NT vs Samba, NT is twice as fast. The testing was a simple program that created 200 directories then deleted them, copied a 145 meg file then deleted it and then copied 779 files and then deleted them. Timestamps
2002 Jul 30
1
Eric Thorsnes: Samba 2.2.5 update process
Eric, I started as you instructed and when I get to this command, ./bin/update-packageinfo 2.2.6pre 20020730 I receive the error: no such file or directory next I changed to the RedHat dir. and executed sh makerpms.sh...this appeared to work fine. i could not execute rpm -Uvh samba-2.2.6pre-20020730.i386.rpm what I did execute is: rpm -Uvh samba-2.2.5-1i386.rpm and received the
2002 Aug 22
7
a "hidden" setting for a samba server
does anyone know how to hide a samba server in SMB terms? on an NT machine the command "net config server /hidden:yes" will make the machine vanish from the network neighbourhood but i cant figure out how to do this for a samba server many thanks sincerely, bob reven
2005 Feb 22
2
Corrupt Database and couldn't map SID.
I'm running Samba 3.0.11. Compiled with: ./configure '--with-ads' '--with-pam' '--with-winbind' '--with-smbmount' '--with-shared-modules=idmap_rid' It configured, make and make installed fine. I configured the idmap_rid using the following directives in the smb.conf. ; IDMap Stuff idmap backend = idmap_rid:<DOMAINNAME>=500-100000000
2004 Mar 16
1
Problems Compiling Samba 3.0.2a on SLES8 SP3
I'm trying to get Samba to compile on SLES8 SP3 (Linux under z/VM) and I'm getting the following error. Configure ran fine with "./configure --with-ads --with-winbind --with-krb5", but when I run make I get the following output and error. Using FLAGS = -O -I/usr/local/include -I./popt -Iinclude -I/usr/local/downloads/samba-3.0.2a/source/include
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all, after FOMS I decided to take a look at the opus library and I found that I could improve a bit the build system and cleanup the code a little bit. Most of the changes to the code has been suggested by my two tools cowstats and missingstatic (part of the ruby-elf gem if you care). HTH, Diego
2002 Jun 13
3
error: "printing subsystem unavailable" when trying t o print test page to samba server
I had that happen to me on w2k. Your spooler service is stopped. I had an invalid print driver entry in Samba and when I printed to any of the printers on my Samba server it would cause the service to stop. To fix it I replaced the printer tdb's and re-installed the drivers. Josh -----Original Message----- From: Klopf, Tom [mailto:Tom.Klopf@mms.gov] Sent: Wednesday, June 12, 2002
2002 May 02
3
Samba 2.2.4 Released
The Samba Team is proud to announce the release of Samba 2.2.4. This is the latest stable release of Samba. This is the version that all production Samba servers should be running for all current bug-fixes. There have been several fixes and internal enhancements which include: * More/better SPOOLSS printing functionality for Windows NT/2k/XP clients. * Several fixes relating to serving PC
2013 May 01
2
[PATCH] stream.c needs sys/types.h
For definition of off_t type, stream.c needs including sys/types.h. I hit this requirement at least once when compiling against Mac OSX 10.4 SDK. Trivial patch inlined below. --- opusfile/src/stream.c~ +++ opusfile/src/stream.c @@ -14,6 +14,7 @@ last mod: $Id: vorbisfile.c 17573 2010-10-27 14:53:59Z xiphmont $ ********************************************************************/ +#include
2002 Jul 25
15
Changing ACLs as administrator
One work-around would be to create a hidden share that only Domain Admins can access. The use "force user=root" on that share. Then you'll be able to change ACL's and not be root. Josh > -----Original Message----- > From: Tanstaafl [mailto:tanstaafl_bh@netzero.net] > Sent: Thursday, July 25, 2002 1:36 PM > To: 'Samba List' > Subject: Re: [Samba] Changing
2002 Aug 14
1
Samba 2.2.5 and ACL
Hi, I've a problem in running configure for samba 2.2.5. I'm using redhat 7.3, with ACL support from http://acl.bestbits.at/. I've tested that the ACL is working on the filesystem, and samba can find it too. Here's the error: checking if large file support can be enabled... yes checking whether to support ACLs... checking for acl_get_file in -lacl... yes checking for ACL
2001 Nov 07
2
rebooted windows , now can't login to samba
Hello, I am using unencrypted passwords with and have updated my Win2k registry for plain text passwords. Before I rebooted I was able to logon to our windows domain and then access Samba shares with the same username and password. Now, after I have rebooted I am presented with a logon screen but my username and password are not accepted. Any ideas? Seth -------------- next part
2002 Feb 21
3
Windows changes file ownership & ACL's - any solution ?
I thought I had read a response to this. Went something like this: Word (and lots of others such apps) do not actually deal with the original file. They create a temporary file which overwrites the original when you save the new document. The 'new' file of course inherits the new editor's ownership. Hope this helps you. Noel -----Original Message----- From: Josh Konkol