Re: Shared roaming profiles for all users (XP)?

2002-11-22 Thread Andrew Bartlett
On Sat, 2002-11-23 at 15:57, John H Terpstra wrote: > On Sat, 23 Nov 2002, xfesty wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hiya. > > > > Is there anyway to make non changable roaming profiles for all users > > with XP workstations, and Samba 3.0HEAD from CVS acting as

Re: Shared roaming profiles for all users (XP)?

2002-11-22 Thread Andrew Bartlett
On Sat, 2002-11-23 at 14:46, xfesty wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hiya. > > Is there anyway to make non changable roaming profiles for all users > with XP workstations, and Samba 3.0HEAD from CVS acting as a PDC? > > I'm setting up a bunch of workstations for an i

Re: Shared roaming profiles for all users (XP)?

2002-11-22 Thread John H Terpstra
On Sat, 23 Nov 2002, xfesty wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hiya. > > Is there anyway to make non changable roaming profiles for all users > with XP workstations, and Samba 3.0HEAD from CVS acting as a PDC? I documented the exact process for you earlier today. Please

Shared roaming profiles for all users (XP)?

2002-11-22 Thread xfesty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hiya. Is there anyway to make non changable roaming profiles for all users with XP workstations, and Samba 3.0HEAD from CVS acting as a PDC? I'm setting up a bunch of workstations for an internet cafe, and all users need to basically have the same

Re: Possible bug (memory leak) in serving return code from tdb_fetch( ).

2002-11-22 Thread jra
On Fri, Nov 22, 2002 at 04:28:22PM -0800, Arcady Chernyak wrote: > Hi. > I have analyzed code of the function: > > static struct printjob *print_job_find(int jobid) > { > static struct printjob pjob; > TDB_DATA ret; > > ret = tdb_fetch(tdb, print_key(jobid)); > if (!ret.dptr || r

Re: Fixed: OpLocks caused the corruptions/slowness (Was: How Samba let us down)

2002-11-22 Thread David W. Chapman Jr.
> David> Duplex problems are a simple example like setting full-duplex > David> on a half-duplex switch might. > > David> A bad cable or NIC could cause intermitten problem as well. > David> Yes packets would get retransmitted, but who's to say the > David> retransmitted packets won't get dropped

Re: Fixed: OpLocks caused the corruptions/slowness (Was: How Samba let us down)

2002-11-22 Thread Russell Senior
> "David" == David W Chapman <[EMAIL PROTECTED]> writes: jra> Clients commonly ignore oplock breaks because of network problems jra> (borderline hubs etc.). Many people are suffering from network jra> hardware that performs adequately in light use situations and jra> fails under heavy load. I

Possible bug (memory leak) in serving return code from tdb_fetch().

2002-11-22 Thread Arcady Chernyak
Hi. I have analyzed code of the function: static struct printjob *print_job_find(int jobid) { static struct printjob pjob; TDB_DATA ret; ret = tdb_fetch(tdb, print_key(jobid)); if (!ret.dptr || ret.dsize != sizeof(pjob)) return NULL; memcpy(&pjob, ret.dptr, sizeof(pjob));

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Tim Potter
On Fri, Nov 22, 2002 at 01:21:21PM +0100, Jelmer Vernooij wrote: > > here's a patch that added the 'modules path' parameter. > > > > lp_modules_path() is prefixed to all lp_modules() witch are not start with > > '/' (not absolute pathes) > > > > the default for lp_modules_path() is selectable b

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
On 22 Nov 2002, Steve Langasek <[EMAIL PROTECTED]> wrote: > On Fri, Nov 22, 2002 at 03:16:09PM -0600, David W. Chapman Jr. wrote: > > On Fri, Nov 22, 2002 at 01:08:39PM -0800, Martin Pool wrote: > > > Yeah, sure, but: > > > > What does this all mean? Why should I care? > > > > Where do I get G

reload smb.conf & terminate connections

2002-11-22 Thread Martin Rasp
Hi. I'm developing a command line tool (a GUI is following) for easily sharing local directories as an unprivileged user. I've almost finished it, but there is one thing that's still bothering me. After adding shares smbd reloads its config file (via SIGHUP). Under Windows new shares appear im

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Steve Langasek
On Fri, Nov 22, 2002 at 02:31:21PM -0800, Martin Pool wrote: > According to samba.html, the distribution key is > http://us1.samba.org/samba/ftp/samba-pubkey.asc > gpg: key 2F87AF6F: public key "Samba Distribution Verification Key ><[EMAIL PROTECTED]>" Then perhaps this should be refreshed

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or linkto) how to verify your distributions

2002-11-22 Thread Paul Robertson
On Sat, 23 Nov 2002, Richard Sharpe wrote: > Hackers don't have the intelligence to think of that :-) (tongue firmly in > cheek :-) The ones that do probably have more intelligence than to sign the hack with a key they've put on a key server. Evidentairy bonuses like that are the things an in

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
Incidentally, this form is pretty useful when trying to establish the validity of a key. It would be nice if it were available from a GUI. gpg --list-sig A0B3E88B|awk '/id not found/ { print $2 }' |sort -u |xargs gpg --recv-key -- Martin msg04563/pgp0.pgp Description: PGP signature

Re: Fixed: OpLocks caused the corruptions/slowness (Was: How Samba let us down)

2002-11-22 Thread Bryan J. Smith
Quoting Russell Senior <[EMAIL PROTECTED]>: > I *still* don't understand how flaky hardware could be the problem. > TCP connections are supposed to be reliable. If flaky hardware is > eating packets, then surely the sender, failing to get a timely ACK > will resend? Yes, you've begun to understa

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
On 22 Nov 2002, Steve Langasek <[EMAIL PROTECTED]> wrote: > Hmm. I see nine signatures already, and I have a full trust relationship > to the key which traverses multiple paths through the keyring, the > shortest of which is only three hops long, despite never having met a > member of the Samba T

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Steve Langasek
On Sat, Nov 23, 2002 at 08:29:57AM +1100, Tim Potter wrote: > On Fri, Nov 22, 2002 at 03:16:09PM -0600, David W. Chapman Jr. wrote: > > > Where do I get the samba codesigning key? How do I import it? How > > > do I know I got the right one? > > > > > > What do I do if it doesn't verify? >

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or linkto) how to verify your distributions

2002-11-22 Thread Richard Sharpe
On Fri, 22 Nov 2002, David W. Chapman Jr. wrote: > On Fri, Nov 22, 2002 at 01:08:39PM -0800, Martin Pool wrote: > > Yeah, sure, but: > > > > What does this all mean? Why should I care? > > > > Where do I get GPG? > > > > Where do I get the samba codesigning key? How do I import it? How >

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Steve Langasek
On Fri, Nov 22, 2002 at 03:16:09PM -0600, David W. Chapman Jr. wrote: > On Fri, Nov 22, 2002 at 01:08:39PM -0800, Martin Pool wrote: > > Yeah, sure, but: > > What does this all mean? Why should I care? > > Where do I get GPG? > > Where do I get the samba codesigning key? How do I import it?

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Tim Potter
On Fri, Nov 22, 2002 at 03:16:09PM -0600, David W. Chapman Jr. wrote: > > Where do I get the samba codesigning key? How do I import it? How > > do I know I got the right one? > > > > What do I do if it doesn't verify? > > I always wondered if someone uploaded a tarball with a trojan, what'

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
On 22 Nov 2002, Martin Pool <[EMAIL PROTECTED]> wrote: > On 22 Nov 2002, Steve Langasek <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 22, 2002 at 12:56:39PM -0800, Martin Pool wrote: > > > I'll write up a short page describing how to use them, unless Jerry > > > particularly wants to do it. > > > > I

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread David W. Chapman Jr.
On Fri, Nov 22, 2002 at 01:08:39PM -0800, Martin Pool wrote: > Yeah, sure, but: > > What does this all mean? Why should I care? > > Where do I get GPG? > > Where do I get the samba codesigning key? How do I import it? How > do I know I got the right one? > > What do I do if it doesn't

(fwd from jerry@theashergroup.com) security suggestion continued...

2002-11-22 Thread Martin Pool
- Forwarded message from [EMAIL PROTECTED] - From: [EMAIL PROTECTED] Subject: security suggestion continued... Date: Fri, 22 Nov 2002 21:01:35 GMT To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Following up my prior message, I actually found a nice reference on how to verify samba distributi

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
On 22 Nov 2002, Steve Langasek <[EMAIL PROTECTED]> wrote: > On Fri, Nov 22, 2002 at 12:56:39PM -0800, Martin Pool wrote: > > I'll write up a short page describing how to use them, unless Jerry > > particularly wants to do it. > > In five words or less, from the gpg manpage: > > $ gpg --verify sam

Re: (fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Steve Langasek
On Fri, Nov 22, 2002 at 12:56:39PM -0800, Martin Pool wrote: > I'll write up a short page describing how to use them, unless Jerry > particularly wants to do it. In five words or less, from the gpg manpage: $ gpg --verify samba-2.2.7.tar.gz.asc samba-2.2.7.tar.gz -- Steve Langasek postmodern pr

(fwd from jerry@theashergroup.com) Suggestion: describe (or link to) how to verify your distributions

2002-11-22 Thread Martin Pool
I'll write up a short page describing how to use them, unless Jerry particularly wants to do it. - Forwarded message from [EMAIL PROTECTED] - From: [EMAIL PROTECTED] Subject: Suggestion: describe (or link to) how to verify your distributions Date: Fri, 22 Nov 2002 20:21:38 GMT To: [EMAIL

Re: Samba 2.7 and SNAP Server

2002-11-22 Thread Andrew Bartlett
On Sat, 2002-11-23 at 02:15, Irving Carrion wrote: > I hope someone can extend some advice to help us solve our problem. > > A couple of months ago we were told to upgrade to SAMBA 3.0 so that the > SNAP server could read the domain users in SAMBA PDC. It works... it > worked GREAT!! > > The p

Re: Fixed: OpLocks caused the corruptions/slowness (Was: How Samba let us down)

2002-11-22 Thread David W. Chapman Jr.
On Fri, Nov 22, 2002 at 08:44:34AM -0800, Russell Senior wrote: > > "jra" == jra <[EMAIL PROTECTED]> writes: > > jra> Clients commonly ignore oplock breaks because of network problems > jra> (borderline hubs etc.). Many people are suffering from network > jra> hardware that performs adequatel

Re: [Samba] Bug ?

2002-11-22 Thread jra
On Fri, Nov 22, 2002 at 02:22:03PM -, Goncalo Ramos wrote: > Hi > I'm using samba 2.0.7, on Solaris 8. > I'm having problems with samba. On the log file under > /usr/local/samba/var/log.pcname, I have the following error: > > [2002/11/22 14:15:12, 0] smbd/files.c:file_new(85) > ERROR! Out o

Re: Fixed: OpLocks caused the corruptions/slowness (Was: How Samba let us down)

2002-11-22 Thread Russell Senior
> "jra" == jra <[EMAIL PROTECTED]> writes: jra> Clients commonly ignore oplock breaks because of network problems jra> (borderline hubs etc.). Many people are suffering from network jra> hardware that performs adequately in light use situations and jra> fails under heavy load. I myself have e

Re: trusted domains n+4 and related stuff

2002-11-22 Thread Rafal Szczesniak
On Thu, Nov 21, 2002 at 07:48:48PM -0500, [EMAIL PROTECTED] wrote: > Mimir, > > Thanks for the patch! > > A few comments: > > - in ipstr_list_add you try to be too fancy. I suspect the chunking > stuff is to try to second guess the malloc implementation and > allocate in bigger lumps? Don't

Samba 2.7 and SNAP Server

2002-11-22 Thread Irving Carrion
I hope someone can extend some advice to help us solve our problem. A couple of months ago we were told to upgrade to SAMBA 3.0 so that the SNAP server could read the domain users in SAMBA PDC. It works... it worked GREAT!! The problem lies that there are some basic functionalities that don't

Modify location of printerdriverfiles

2002-11-22 Thread "Kätzler, Ralf"
Hello, Samba-Team, hello samba-freaks! Hey! World-Hello-Day was yesterday, but today is although a good day to say "hello"! My question/problem: I like to use a samba-server as printer-server for about >500 users with ~ 40 different printers. The client OS is NT4 or XP. The problem I encountered

Bug ?

2002-11-22 Thread Goncalo Ramos
Title: Bug ? Hi I’m using samba 2.0.7, on Solaris 8. I’m having problems with samba. On the log file under /usr/local/samba/var/log.pcname, I have the following error: [2002/11/22 14:15:12, 0] smbd/files.c:file_new(85)   ERROR! Out of file structures [2002/11/22 14:15:12, 0] smbd/files.

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Stefan Metzmacher
At 13:21 22.11.2002 +0100, Jelmer Vernooij wrote: On Fri, Nov 22, 2002 at 11:36:48AM +0100, Stefan (metze) Metzmacher wrote: > Hi Jelmer, > > here's a patch that added the 'modules path' parameter. > > lp_modules_path() is prefixed to all lp_modules() witch are not start with > '/' (not absolute p

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Jelmer Vernooij
On Fri, Nov 22, 2002 at 11:36:48AM +0100, Stefan (metze) Metzmacher wrote: > Hi Jelmer, > > here's a patch that added the 'modules path' parameter. > > lp_modules_path() is prefixed to all lp_modules() witch are not start with > '/' (not absolute pathes) > > the default for lp_modules_path() is

Re: [PATCH] handle configure --with-configdir right

2002-11-22 Thread Stefan (metze) Metzmacher
At 11:39 22.11.2002 +0100, Stefan (metze) Metzmacher wrote: Hi Jelmer, here's the part of my previeus patch for 3_0 it fixes the configure --with-configdir I'll send a new patch latter witch fixes a bit more But we have to discuss on IRC... metze

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Stefan (metze) Metzmacher
At 12:00 22.11.2002 +0100, Stefan (metze) Metzmacher wrote: If you want me to send a new patch tell me. anyway I'll send a new patch with a few more fixes. But we have to discuss on IRC... metze - Stefan "metze" Metzm

Re: [PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Stefan (metze) Metzmacher
the patch doesn't compile fine. - I forgot to add dyn_MODULESDIR to include/dynconfig.h - in param/loadparm.c szModulesPath shold be char * not char ** - add a warning to modules/Makefile.ext_modules.in : that the users should be careful with editing this file If you want me to send a new

[PATCH] handle configure --with-configdir right

2002-11-22 Thread Stefan (metze) Metzmacher
Hi Jelmer, here's the part of my previeus patch for 3_0 it fixes the configure --with-configdir metze - Stefan "metze" Metzmacher <[EMAIL PROTECTED]> diff -Npur --exclude=CVS --exclude=*.bak --exclude=*.o --exclude=*.po

[PATCH] add 'modules path' and handle 'configure --with-configdir' right

2002-11-22 Thread Stefan (metze) Metzmacher
Hi Jelmer, here's a patch that added the 'modules path' parameter. lp_modules_path() is prefixed to all lp_modules() witch are not start with '/' (not absolute pathes) the default for lp_modules_path() is selectable by ./configure --with-modulesdir=/modules or $(LIBDIR)/samba (when --with-fh

Re: witch dialect i can use

2002-11-22 Thread Simo Sorce
On Fri, 2002-11-22 at 04:50, Christopher R. Hertel wrote: > Ick. > > A server? Pocket PC doesn't come with server software? How odd... > > > I want to run this server on raw TCP/IP at port 445,I want this server to > > have the following > > > > Function: > > > > 1 It can announce itself in