Re: [Samba] How can I restart samba?

2003-01-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 Jan 2003, Gareth Davies wrote: > ps aux | grep smb > > kill -9 PID > > ps aux | grep nmb > > kill -9 PID > > Or just make a script for stop/start/restart :) Better to use the -TERM signal and let Samba gracefully shutdown. cheers,

Re: [Samba] Installing manpages?

2003-01-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Jan 2003, Beast wrote: > At 08:18 PM 1/14/2003 -0800, you wrote: > >Hiya! How do I, from a source install, make the manpages install? I've > >got 2.2.5, and have hand-compiled for ages, but have no idea how to, as > >part of the build pro

Re: [Samba] Samba BDCs and machine trust account passwords

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Jan 2003, Mikko Kortelainen wrote: > Here's (what I think is) the essential part from my SLAVE smb.conf: > > security = user > domain logons = yes > domain master = no > os level = 64 > local master = yes > preferred master = y

Re: [Samba] Profiles on Samba share

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Jan 2003, Christopher Odenbach wrote: > [profiles] > path= %H/ntdata/%a Should work fine. [global] logon path = \\%L\profile\%a\%U [profile] path = /export/smb/ntprofile works as well che

Re: [Samba] Tuning for a large environment

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 8 Jan 2003, Donovan, Chris wrote: > Additionally, from looking in netstat, we have noticed that there are a > large number of TCP sockets in a "CLOSE_WAIT" state. There are also a > large number of UDP sockets open but they are only listening

Re: [Samba] Re: Can't add print drivers for existing printers

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 14 Jan 2003, D. Aaron McCaleb wrote: > >Browse to the Samba server > >Open the Printers folder > >Right-click a printer, select "Properties" > >Click "No" when asked if I want to install a print driver > >Advanced tab > >"New Driver" button >

Re: [Samba] user names containing @

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 7 Jan 2003, Roman Manz wrote: > Hi, > > we are running Samba 2.2.2 on Solaris8; one client (MS 2000) is not able > to map a drive: The tcpdump shows the correct user name @. > smbd -d 3 shows _ and thus the authentication on the PDC > fails.

Re: [Samba] problem adding printer driver

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 6 Jan 2003, John Helms wrote: > Hi, > > I am attempting to configure our samba server for print > driver download. The server itself was installed from > RedHat 7.3 and has been configured to used cups instead > of lpd/lprng. After studying

Re: [Samba] smbd using alot of cpu on HP-UX 11.11

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 7 Jan 2003, P Ranjit Kumar wrote: > Hello Danny Travis, > > I am assuming you are using generic Samba 2.2.3a version. We came across the > problem and you can fix it by setting the cache variable on the devnm() > system cal to 1. > > Just se

Re: [Samba] Samba 2.2.7 Session setup fails with NetApp filer (F850).

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 11 Jan 2003, Stanley Hopcroft wrote: > Dear Ladies and Gentlemen, > > I would dearly like to access CIFs directories on a NetApp filer > (850) with Linux/*ix SMB clients. > > Unfortunately, smbclient from Samba 2.2.7 fails with a session set

Re: [Samba] Compiling python_ext ?

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 11 Jan 2003, Brendan F. Dolan-Gavitt wrote: > Using samba-2.999+3.0.alpha21 (debian unstable source package), I can't > get the python modules to compile correctly. The problem seems to be > that py_common.c and py_smb.c declare global_myname

Re: [Samba] pam_smbpass Guidance

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 Jan 2003, Ryan Novosielski wrote: > ...my assumption is that in this case, the password change will take > care of the creation/password changing of the smbpasswd entry. However, > what about accounts that are in our /etc/passwd already? Do

Re: [Samba] Samba 2.2.7a & CUPS 1.1.18, Win2k is not downloadingcups windows drivers

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 14 Jan 2003, Lex Onderwater wrote: > Only installing the printer on a W2K Pro SP3 machine is not working. > According to the W2K the drivers are not on the server. Which is very > strange because I am able to copy the specific files from the s

Re: [Samba] Why ADS if I can join the ADS domain as an NT 4 server?

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003, Chere Zhou wrote: > Hello, all, > > I can not easily find an answer to this question: why do we need samba 3.0 to > join an ADS, if samba 2.x can join the ADS domain just as well, even though > the PDC is in native mode? What'

Re: [Samba] Postscript printer PS-Logfile

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Jan 2003, Andre Dieball wrote: > Hello > > I have the following strage problem here. > > I have the following smb.conf: > > ---cut--- > > the following happens "sometimes", which means approximately 3 - 5 times > a day: > > A user prin

[Samba] Re: How do I enable groupname map functionality?

2003-01-17 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003, Eric Boehm wrote: > I can see code in Samba 2.2.7a in source/smbd/groupname.c to do > "groupname map" functionality. I see > > #ifdef USING_GROUPNAME_MAP This is all removed in Samba 3.0. It has probably bit rotted since I th

Re: [Samba] File Creation Dates Question

2003-01-18 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 18 Jan 2003, Mike McMullen wrote: > Hi all, > > I searched the archives for a solution to this issue > but didn't find any thing. > > I have an office with a mix of PCs running ME and XP > that use Samba 2.2.7 under RH Linux 7.3 as an archi

Re: [Samba] Domain member in a Windows 2003 .NET network ?

2003-01-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 Jan 2003, Martin Thole wrote: > Is it possible with samba 2.2.7 or samba 3.0 to join a domain with Windows > 2003 (.NET server) domain ? > > I have try to connect a samba hosts (2.2.7a) to a Windows 2003 PDC, but the > shares are not liste

Re: [Samba] Known error - missing user directories

2003-01-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003, Jim wrote: > I know this is a well known problem but I would dearly love to know what > causes it. I mess with the ldap (I'm using an ldap backend) settings > and I wind up without any user directories. > > Anybody? Could the

Re: [Samba] IIS, ASP, and File Change Notification

2003-01-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Jan 2003, Hal Roberts wrote: > I'm running IIS5 on windows 2000 with the root web directory mapped to a > samba directory. Everything works great except for IIS's asp caching. > Unless I explicitly disable asp script file caching, IIS re

Re: [Samba] spoolss.exe

2003-01-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 20 Jan 2003, Jesper Claus Christensen wrote: > Problem Two - and more Important : Some of my users are getting a > "spoolss.exe" error. As far as I can tell it's only the win2000 and NT4 > workstations there have this problem - and not all of

Re: [Samba] Samba 2.2.7a discards LDAP attributes

2003-01-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 25 Jan 2003, Andrew Bartlett wrote: > > get_single_attribute: [scriptPath] = [lfogel.bat] > > > So, it looks like Samba 2.2.7a ignores all LDAP > > attributes after authentication succeeds. > > > > Please, if someone can figure out what the

Re: [Samba] Samba 2.2.7a discards LDAP attributes

2003-01-25 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 26 Jan 2003, Andrew Bartlett wrote: > > News to me. It should be working in 2.2 for the basic attributes like > > profile path and logon script. I'll check on it Monday. > > It's the lanman.c stuff for Win9X. This should read the informat

RE: [Samba] Does 3MB/sec seem as fast as

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003 [EMAIL PROTECTED] wrote: > > See https://www.cifs2002.org/conference/program/presentations > > Might help you a bit. Check out the presentations on performance > > measurement. > > Great link! > > However this one is a 404 >

Re: [Samba] Samba Encrypted Passwords

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003, Robert Adkins wrote: > What I need to know is what files MUST I copy over from the main > to the backup server in order to preserve the network services all the > users are comfortable with? I would recommend reading the Sa

Re: [Samba] xp doesnt log out

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20 Jan 2003, Sebastian Schinzel wrote: > Problem: > 1. school1 logs into the server with username=school1, gets its > /home/schoo1 on the server, does its work and logs out of the client > > 2. school2 logs into the same client, connects to the se

Re: [Samba] confusing windows terms?

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003, akshaysalkar wrote: > Netbios Name Servers - NBNS > Primary Domain Controler - PDC > Domain Master Browser - DMB > > well what i wanted is to know if > > NBNS is the same as PDC No. > > what bout DMB > is DMB the same as

Re: [Samba] 12 Charakter Sharename

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 23 Jan 2003 [EMAIL PROTECTED] wrote: > > I'm using Samba 2.2.1a in a NT Network as a Domain Member. Everything > works fine. But the size of Share Names from Samba is limited to 12 > Charakters. > > Why can´t use longer Sharenames ??? Bug i

Re: [Samba] SWAT port change

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003, Eric wrote: > I have a conflict on port 901 which is the default for SWAT. I tried to > reassign it to port 902 in /etc/services and this did not work. Does > any one know how to re-assign the port number for SWAT? (We use AIX)

Re: [Samba] Can't get Win 95 to see SMB

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 23 Jan 2003, Steve Branston wrote: > I think your problem is that you don't have a path= statement in your > [homes] defininition. > > You need a :- > > path=/home/%u > > or similar otherwise samba won't know what to share!! The path f

Re: [Samba] (no subject)

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I used to have a novell print server; at the moment we consider to > migrate to a samba (2.2.5-124) controlled printserver using cups > (1.1.15-69) on Suse 8.1. > > Problem is: Using Novell the print queue you see on the (win-) client is > automatica

Re: [Samba] Samba-to-samba migration

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003, Chris Nolan wrote: > Additionally, does anyone have any experience in setting up an entirely > Samba-driven solution for fail-over? This place has two servers, and I > was hoping to be able to setup Samba on both so that if the ma

Re: [Samba] winbind LOGON_FAILURE

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003, Daniel Fenwick wrote: > Can anyone tell me what the following error in my log. files > means? It is new since upgrading to 227a. > > rpc_server/srv_samr_nt.c:_samr_query_aliasmem(2626) _samr_query_aliasmem: > Not yet implement

Re: [Samba] winbind withoutt PAM

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003 [EMAIL PROTECTED] wrote: > As I understood from Samba documentation winbind can run without PAM > installed; PAM is needed only if I need interactive login in the Unix > box of NT domain users. Am I correct? Yes. Pam is optiona

Re: [Samba] password server is not connected

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003, David Bear wrote: > I have installed samba 2.2.7a on FreeBSD from the ports collection. I > have used an existing samba config file which worked with samba 2.0.x. > > I am using security = server Use security = domain and your

Re: [Samba] Connection refused - port 445

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 25 Jan 2003, Dezider Gora wrote: > Connecting to host=PRINTSERVER share=IPC$ > Connecting to 10.223.11.1 at port 445 > error connecting to 10.223.11.1:445 (Connection refused) Samba 2.2 does not service port 445 by default (Samba 3.0 will). J

Re: [Samba] security = 'domain' and 'server'

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003, akshaysalkar wrote: > i would like to know > whats the difference between > security = server i.e. Win9x pass through authentication > security = domain i.e. Windows NT 4.0 domain member server (uses RPC for authentication).

Re: [Samba] Remove the infected user

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 27 Jan 2003, John P Santos wrote: > Would someone please do the list a favor and remove the infected user from > the mailing list? We're working on it. > > At 14:11 27/1/2003, you wrote: > >Symantec Email Proxy deleted the following email m

Re: [Samba] Q'n for HOWTO - setting ldap ssl = off

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 25 Jan 2003, Jim wrote: > Just to be sure, will setting 'ldap ssl = off' affect anything other > than the communications between the samba and ldap servers? No. cheers, jerry --

Re: [Samba] Removing Print Driver?

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 Jan 2003, Jeff Marcille wrote: > > Is it possible to remove a printer driver with Samba? I can update one > and install them through the add/remove wizard but can not remove one. Goto the drivers tab of the Server properties window (printers f

Re: [Samba] samba pdc smbpasswd error

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 27 Jan 2003, Kyle Loree wrote: > I have gotten samba to allow an xp client to logon to the domain server > before, my problem now is doing exactly that on a different machine. > I can browse files, but I get an access is denied error upon join

Re: [Samba] FW: Microsoft Security Bulletin MS02-070: Flaw in SMBSigning Could Enable Group Policy to be Modified (309376)

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 22 Jan 2003, Barry, Christopher wrote: > All, > Could this patch in any way cause problems with samba? Anything is possible. However, we don't do smb signing in 2.2 so theorietically, this would not affect Samba (unless it did somethi

Re: [Samba] re: website samba.org is missing most of the documentation?

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jan 2003 [EMAIL PROTECTED] wrote: > Except for some reason, in his/her infinite wisdom, your webmaster has > apparently decided not to put most of your documentation on your website > - where is it? Why is it not online? I cannot belive I a

Re: [Samba] Samba 3.0 help

2003-01-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 27 Jan 2003 [EMAIL PROTECTED] wrote: > Is there a place that has all the options that you can add to the > smb.conf file in verion 3. How to set up as a domain controller and how > the acl's work. The documentation for verion 2.x on the samb

RE: [Samba] %windows_version?

2003-01-28 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 28 Jan 2003, Kaleb Pederson wrote: > Hmm... I looked through the docs and saw that but wasn't and still am > not sure that is what I want. It looks like it will probably work, but > what happens with the next version of Windows? I presume it

Re: [Samba] can't create user entries in smbpasswd

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 27 Jan 2003, Hans Graudenz wrote: > Hi all, > > after installing samba 2.2.5 (on Solaris8 running NIS+) it is not > possible to create user entries in smbpasswd. unless you are storing the smbpasswd file in NIS+, don't use - --with-nisplussa

Re: [Samba] smbpasswd flag X ?

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 28 Jan 2003, [EMAIL PROTECTED] wrote: > > What does the X flag mean in the smbpasswd file flags field? > I know whgat the U, D N W means, but what about X ? > > [UX ]:LCT-3E367D48: password never expires. cheers, jerry -

Re: [Samba] [nsswitch/pam_winbind.po] Error 1 With Compiling 3.0

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 25 Jan 2003, Micah Powell wrote: > Greetings, > ***Warning: New to compiling and use RPMs whenever I can :-)*** > > When trying to compile I get the above error. It is preceded by: > > Compiling nsswitch/pam_winbind.c with -fPIC > nsswitc

Re: [Samba] Error was : NT_STATUS_OK

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003, Andreas Hasenack wrote: > What kind of error is "NT_STATUS_OK"? 0x0 (probably a bad error code from zero'd out memory) > [2003/01/29 15:30:46, 3] libsmb/namequery.c:resolve_lmhosts(768) > resolve_lmhosts: Attempting lmhosts lo

Re: [Samba] CUPs and Samba and XP

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003 [EMAIL PROTECTED] wrote: > Printing works, cancelling jobs via the web interface works after the > spooling is done. What doesn't work. Pausing jobs (though that's not > as important as the next trouble) and cancelling jobs from

Re: [Samba] Logon script never runs in 2.2.7a, but does in 2.2.4

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28 Jan 2003, Peter Schuller wrote: > Hello, > > we tried upgrading from 2.2.4 to 2.2.7a in order to fix a problem. We > believe it fixes it, BUT, 2.2.7a causes logon scripts to never run. > > That is, we have 2.2.4 installed and the logon procedu

Re: [Samba] Samba LDAP user adding

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003, Jim Wharton wrote: > I just installed samba 2.2.7 on Mandrake 9 with OpenLDAP support. I have set > up OpenLDAP and everything is cool. When I try to add a user I get: > > [root@luna openldap]# smbpasswd -a jim > New SMB password

Re: [Samba] Having a problem ...

2003-01-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 23 Jan 2003, Eric Stewart wrote: > Running a Windows 2000 domain; recently we've made some security > changes to deny anonymous users from being able to get at our user list. > It would appear that one of my Domain Controllers hadn't bee

Re: [Samba] Problems making use of 2K PDC

2003-01-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003, Kenny Mann wrote: > Smb.conf is > [global] > security = domain > encrypt passwords = yes > netbios name = Datasrv > workgroup = CDROBOT > log file = /var/log/samba/%m.log > password server = mainsrv > domain master

Re: [Samba] Having problems getting RH72 Samba to join a W2K Domain

2003-01-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29 Jan 2003, Ben Keepper wrote: > I actually did it successfully on a test network > (the Win2K is mixed-mode), but when I took the same Samba server > and plugged it into the real network, I could't get > "smbpasswd -j bottlerocket.com" to fly.

Re: [Samba] Re: winbind and enum groups

2003-01-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30 Jan 2003, Rene Brask Soerensen wrote: > Rene Brask Soerensen <[EMAIL PROTECTED]> writes: > > > Hi All > > > > I have been struggling with winbind for over to weeks now. I have > > searched nearly the whole Internet for info on my problems ;)

Re: [Samba] Samba LDAP user adding

2003-01-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Jan 2003, Buchan Milne wrote: > > ldap ssl default to "on" which implies LDAPS. if you want clear text > > communication, you need to set "ldap ssl = off" > > Preferred option would be to fix ssl or tls, which requires that you > generat

Re: [Samba] Samba LDAP user adding

2003-01-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Jan 2003, Buchan Milne wrote: > ~ timeframe for 2.2.8 final? I have one or two small packaging changes I > would like to get in before you cut final, but can you apply this one in > the meantime? No specific timeframe. We'll see how the p

Re: [Samba] So SAMBA no longer supports print driver downloads

2003-01-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003, Robert M. Martel wrote: > So SAMBA no longer supports print driver downloads. That is about the > only conclusion that I can come to at this point. I've not been able to > get Windows printer driver downloads to work right since

Re: [Samba] PAM Module for SMB-LDAP

2003-01-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Jan 2003, Buchan Milne wrote: > "This module authenticates a local smbpasswd user database. If you require > support for authenticating against a remote SMB server, or if you're > concerned about the presence of suid root binaries on your

Re: [Samba] Use client driver

2003-01-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 30 Jan 2003, Darin Bawden wrote: > Good day everyone, Just a quick question. When using Samba 2.2.7a and > Cups 1.17 or 1.18, is it good or bad to use "Use client driver" as a > share setting on the Printers share? I used it with LPD, but I'

Re: [Samba] help Error with Cli_spoolss_notify.c in CUPS

2003-01-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003, Karl Banasky wrote: > Hello, I am getting this error when Win XP machines print to my SAMBA > server. I think it is a compile issue, if so how do I recompile or get > it in place. I used RPM to 'install' SAMBA. Anyone have any sug

Re: [Samba] Using working devmode from windows clients on sambaserver?

2003-02-01 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Jan 2003 [EMAIL PROTECTED] wrote: > Samba 2.2.7a (built from samba RPM's) with LPRng print subsystem. > > I've been having troubles with some print drivers which fail to work > properly when uploaded to the samba server whether devmode get

Re: [Samba] So SAMBA no longer supports print driver downloads

2003-02-01 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 1 Feb 2003, Dr. Hansjoerg Maurer wrote: > Hi, > > could it be a problem with the operating system, samba runs on? > > On Solaris 2.8 I have the same problems, decribed above, but not on > linux (both running samba 2.2.7a and cups-1.1.18).

Re: [despammed] [Samba] Samba - winXP lookup

2003-02-01 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 1 Feb 2003, Gabriele Carioli wrote: > Hi > > > from time to time I get a ~30 second lockup > > Same for me! Rumour has is that you should make sure that XP's web dave client is disabled. cheers, jerry

Re: [Samba] passwd: Authentication token manipulation error

2003-02-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 2 Feb 2003, John H Terpstra wrote: > On Sun, 2 Feb 2003, Thorsten D. Marsen wrote: > > > Hi John, > > > > > The smbpasswd utilitiy only changes the password in /etc/samba/smbpasswd. > > > It does NOT use PAM at all. > > > > > > The system too

Re: [Samba] Re: So SAMBA no longer supports print driver downloads

2003-02-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Feb 2003, Hansjoerg Maurer wrote: > we have solaris 2.8 here (I initially described the problem at our > site), and I can help testing to. Could there be any connections to the > Solaris fcntl bug, described in other E-Mails, or is this a co

Re: [Samba] So SAMBA no longer supports print driver downloads

2003-02-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Jan 2003, Brian Johnson wrote: > Would you mind pointing us to a howto that works? I'm partial to the one in the Samba-HOWTO-Collection. See my other posts about an unconfirmed bug with Samba on Solaris wrt to driver downloads... cheers

Re: [Samba] Hashing for short pathnames

2003-02-03 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Feb 2003, Holger Biber wrote: > using samba 2.2.5-UL (on a SuSE-SLOX-System) we have to mangle long > pathnames to short ones. We need this for some of our apps which > generate batch-files (*.bat) for compilation. Normally this works > cor

[Samba] Samba-2.2.8pre1 available on samba.org mirrors

2003-02-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We've just posted a preview release of Samba 2.2.8 on samba.org. This is a non-production release provided for testing only. The final 2.2.8 will only include bug fixes for the 2.2.7a release. The source code can be downloaded from : http://downl

Re: [Samba] Which .tdb files are safe to remove?

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 9 Feb 2003, Peter Schüller wrote: > Hello, > > which .tdb files in /var/lib/samba are safe to remove (rebuilt > automatically)? This is for Samba 2.2: * nt*.tdb. * winbindd_idmap.tdb * share_info.tdb I thinks that's it. cheers, je

Re: [Samba] Mangling problem

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, John H Terpstra wrote: > On Mon, 10 Feb 2003, Ivan Gustin wrote: > > > Hi, > > > > I have a strange problem with Samba on RedHat 7.2. In one directory > > there is many files with similar long file name (10+ digit file name > > f

Re: [Samba] Network Chatter!

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Ferris, Chris wrote: > One of our Samba servers seem to be doing a significant amount of > crosstalk with a couple of our other Windows NT servers, I haven't been > able to pinpoint what the chatter is but it's chewing up signific

Re: [Samba] Re: password expire time

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Feb 2003, Georg Glas wrote: > to be some troubles with it .. the user is forced to change the password > but smbd has some problem when trying to get the gid of the use (always > returns -1, and then smbd dies) until the profile is not load

re[2]: [Samba] help Error with Cli_spoolss_notify.c in CUPS

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Karl Banasky wrote: > First my apology, I am still learning SAMBA, Windows and computers. I am > not sure if it can look up CFO. I do not quite know how to check that. > I think I read that Windows XP, which are the machines th

RE: [Samba] Which .tdb files are safe to remove?

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Nir Soffer wrote: > > This is for Samba 2.2: > > > > * nt*.tdb. > > * winbindd_idmap.tdb > > > * share_info.tdb > > > > I thinks that's it. > > I wouldn't remove the idmap if any users had fil

Re: [Samba] is CVS server up?

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Leonardo Fogel wrote: > Hi. > Please, is the CVS server up? I cannot connect it: > cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot login It's fine. Firewall in front of you maybe? cheers, jerry --

Re: [Samba] To the webmaster

2003-02-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Feb 2003, George Herson wrote: > I'd like to d/l the redhat rpms. But when I click on "RedHat/" at > http://master.samba.org/samba/ftp/Binary_Packages/, I get "Forbidden You > don't have permission to access /samba/ftp/Binary_Packages/RedHa

Re: [Samba] Samba as PDC

2003-02-11 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003, Titus Syengo wrote: > I have just joined this list and I am sure this question may have been > answered earlier. I am a newbie in Linux but with strong redmond skills, the > reason I am here is that I want to migrate to Linux. >

Re: [Samba] Windows 2000 printing to public printer

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10 Feb 2003, Etienne Tourigny wrote: > Hmmm. found the solution myself. > > The best solution is to add the following line to the [printer] section > in smb.conf: > >use client driver = yes > > This forces the Windows 2000 (and XP?) to prope

Re: [Samba] Samba / OpenLDAP and groups

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003, Gregory Chagnon wrote: > I'm using Samba with OpenLDAP and was wondering how to add a user to > multiple groups, for instance 'Domain Users' and 'Marketing'. Is this > stored in the gid field? Do I just add more than one gid fil

Re: [Samba] general questions about samba 302alpha

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Pouchoulon Jean-Marc wrote: > I have the same question with smbgroupedit. Group_mapping.tdb must be > the same on the two PDC ? fyi...We are working on being able to store this information in LDAP as well. cheers, jerry -

[Samba] Please include Samba release or CVS branch name in posting

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Couple of comments that might help things run smoother on the list. * Please post the Samba release or CVS branch runngin on your server where reporting an issue (or asking a question). This removes the first round trip of email. * I've posted so

Re: [Samba] Samba Machine Domain Registration

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Feb 2003, Triebwasser, Mark wrote: > Both the PDC and BDC are not listening on port 445 so when I do a: > smbpasswd -D 100 -r -j > it fails to connect. It should fail back to port 139. Does it not? cheers, jerry --

Re: [Samba] Strange "username map" behaviour with "security=user"

2003-02-12 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Feb 2003, Vladimir Yumashev wrote: > I use Samba 2.2.0 on small network. I use "security = user" and > "username map" to map some Win-users to unix users. I have simple > testing file with username mapping: > root = vlad > It is suppos

Re: [Samba] Cpu Usage in Solaris

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 13 Feb 2003, Fallsen, Tommy wrote: > Hi > > Im wondering if this is normal for samba to have such a high usage,with > this type of HW and only between 150-200 users on it. I tough the SF280 > would be better at this job. Anyone got similar se

Re: [Samba] Samba PDC - XP login problem

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Feb 2003, Alecsandru CHIROSCA wrote: > [2003/02/07 11:12:04, 2] rpc_parse/parse_samr.c:samr_io_userinfo_ctr(5824) > samr_io_userinfo_ctr: unknown switch level 0x1a > [2003/02/07 11:12:04, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(672) >

Re: [Samba] Samba, AD Server, possibilities?

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8 Feb 2003, Diego Rivera wrote: > Thus, the question is not only can it be done, but also will it be done > eventually, and what functionality is required to achieve it? Work is already in progress. Better to start you discussion on samba-techni

RE: [Samba] Using working devmode from windows clients on sambaserver?

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 13 Feb 2003 [EMAIL PROTECTED] wrote: > Any luck with this? Not yet. Sorry. Give me till Monday. > Also, "remote Samba printer" means the actual samba printer, not one > installed on the client, right? So I could give the remote Samba > pr

Re: [Samba] Different preferences when printing through Samba

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Pieter wrote: > Would there be any reason that my HP Laserjet 6L has a totally different > preference panel when i attach it to my Linux host in stead of on the > local Windows machine? For example, all setting for multiple pages

Re: [Samba] Samba LDAP - bug in ldapsync.pl

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2003, Jim C wrote: > In the course of correcting directory references for Mandrake in > smbldap-tools I came acrossed the following: > > samba-2.2.7a/examples/LDAP/ldapsync.pl > > on line 72 we have: > > > $ntpwd = `/usr/loc

Re: [Samba] user in two groups - acl problem

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003 [EMAIL PROTECTED] wrote: > I have samba, winbind, w2k domain. Everything works fine BUT > > User "test" is member of group "ALL" and group "MARKETING" > Group ALL have all permission on folder COMPANY, and group MARKETING > doesn

Re: [Samba] printers and faxes

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003 [EMAIL PROTECTED] wrote: > Hi, > > Ok, I've been able to create a Samba PDC for XP and 2K > logins as well as several Samba file servers for > MacOSX, XP, 2K and Linux clients. All this with very > good performance and authentica

Re: [Samba] Problems loading printer list using Samba 2.2.7a withCUPS

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Feb 2003, Sean Millichamp wrote: > I am using Samba to successfully load the printer list directly from > CUPS with one fairly significant caveat. > > If a printer is added to CUPS while Samba is running there is apparently > nothing I can do t

Re: [Samba] 2.2.7a panic with VFS Audit when writing file (readingis ok)

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003, Chris Shenton wrote: > === > [2003/02/11 10:19:47, 0] lib/fault.c:fault_report(39) > INTERNAL ERROR: Signal 11 in pid 6357 (2.2.7a) > Please read the file BUGS.txt

Re: [Samba] Problems loading printer list using Samba 2.2.7a withCUPS

2003-02-13 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 13 Feb 2003, Kurt Pfeifle wrote: > > Gerald (Jerry) Carter wrote on Samba-Digest: > > > On 11 Feb 2003, Sean Millichamp wrote: > > > >> I am using Samba to successfully load the printer list directly

Re: [Samba] Re: So SAMBA no longer supports print driver downloads

2003-02-18 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Feb 2003, Christopher Odenbach wrote: > Have you already found any time to look into this? Any efforts? I think > there are quite a lot of people waiting for this. I'm working on it today. compiling SAMBA_2_2 as i write. jerry -BE

Re: [Samba] Samba as printserver for XP clients

2003-02-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 18 Feb 2003, Bryant, Phillip -AES wrote: > I've got samba 2.27 on a RH8 system > Running as windows print server and doing the print spooling for clients > > I've got a corrupted driver installed on the server but cannot remove it > using the

Re: [Samba] domain group map

2003-02-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 14 Feb 2003, Jim Wharton wrote: > Does the param domain group map still exist? if not, what has replaced > it? It was removed a while ago actually. Samba 3.0 will replace this with a tdb managed by the smbgroupedit tool. Work is also under

Re: [Samba] Windows 2000 printing to public printer

2003-02-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Feb 2003, Etienne Tourigny wrote: > Humm.. I see. In the smb.conf man page it explains that the "Access > Denied; Unable to connect" error occurs when the printer is considered a > local one (because of local drivers) and the user trying to acc

<    5   6   7   8   9   10   11   12   13   14   >