Samba as a gateway to OpenAFS

2002-05-23 Thread Toens Bueker
Hi *, in order to make an easy migration from SMB-based fileservers to an OpenAFS-filesystem (in order to support various branch offices), I'd like to setup Samba as a gateway to OpenAFS. For unknown reasons documentation on this topic is a little thin. Furthermore the AFS-patches for Samba

smbmount segmentation fault

2002-05-23 Thread Marco Tizzoni
Hi all, this what I received executing smbmount on my linux machine: Samba_Version: 2.2.4 (on all machine) Client_OS: Linux Slackware Kernel 2.4.18 Server_OS: Linux Mandrake Kernel 2.4.18 Submission from: (NULL) (212.75.5.8) Command I executed as root on the client machine: # smbmount

SMB Connection failed

2002-05-23 Thread Abdij Bhat
Hi, I get the following error when i try to mount a windows share on my embedded target 93: session setup failed: SUCCESS - 0 SMB connection failed. I am using the command smbmount //win-mac-netbios-name/share-name /mnt/sambashare Samba then complains about some codepages missing, but moves

Re: SMB Connection failed

2002-05-23 Thread Pranay Tembhekar
Hi, First thing u've to do is check the username password on the windows machine by which u usually do a login. Try to create same account in ur Samba machine with same passwd. Login from the new username passwd. then try to give the same command if it asks for the passwd give the

FW: [AmigaSamba] Re: copying 2Gb files

2002-05-23 Thread Ulf Bertilsson
Any comments in proper way to handle this. In the next release of Amiga OS, OS will have hardcoded not to support larger files than 2G. Any best practice in god way to handle this with SMB ? -- On 21-Mai-02, Ulf Bertilsson wrote: [..] But back to current version of Amiga Samba, is it

Re: Proposed code cleanup

2002-05-23 Thread Andrew Bartlett
Jeremy Allison wrote: On Thu, May 23, 2002 at 01:01:05AM +1000, Andrew Bartlett wrote: (I was going to commit this, but decided that I should get some comment first) More code cleanup - this lot a bit more dodgy than the last: The aim is to trim pwd_cache down to size. Its overly

zero size of mapped drives on samba2.2.4 with quotas

2002-05-23 Thread Michail Vidiassov
Dear Guru, I am running samba 2.2.4 on FreeBSD 4.5 The size of mapped drives with quota enabled is always shown as 0 by W2k. There was no such problem with samba 2.2.3a. As far as I undestand, th esource of the problem is the following change of source/smbd/trans2.c (it was intended to fixe

Re: smbmount segmentation fault

2002-05-23 Thread Urban Widmark
On Thu, 23 May 2002, Marco Tizzoni wrote: Unable to handle kernel paging request at virtual address c800 Strictly speaking not a samba-technical issue (linux-kernel because it is about the linux kernel or samba because tridge put that list as the list for smbfs questions). The thing that

[PATCH] Various

2002-05-23 Thread Jelmer Vernooij
Hi, Here's the patch that includes this afternoon's fix for current CVS, together with some other things: - fix passdb, don't loop when loading all backends fails - passdb fails when loading of at least one backend fails - convert net to popt - convert status to popt - adapt examples/pdb/ to

Re: Thanks for fixing oplock.c for Linux 2.0 in 2_2 CVS

2002-05-23 Thread Jeremy Allison
On Thu, May 23, 2002 at 02:56:05PM -0400, Richard Bollinger wrote: Much thanks and praises to whomever diagnosed and fixed the timing problems with linux 2.0 and oplocks. On one busy 2.0.38 server, I had seen consistent oplock timeouts... especially when running an executable DOS program

Re: Thanks for fixing oplock.c for Linux 2.0 in 2_2 CVS

2002-05-23 Thread Jeremy Allison
On Thu, May 23, 2002 at 03:18:04PM -0400, Richard Bollinger wrote: I only ran a quick functionality test ... a very old version of Netbench (2.10). It always hung for 30 seconds when starting netbench.exe... until the oplock timed out. Seems fine now. Great ! Thanks - good news. This will

Re: SMB Connection failed

2002-05-23 Thread Urban Widmark
On Thu, 23 May 2002, Abdij Bhat wrote: This was working fine a few weeks ago when we were using the full blown Red-Hat distribution built for our embedded target (MIPS). Now we have scaled down the linux to minimal files ( to fit to our flash ) and i beleive something is missing; which

Re: Samba as a gateway to OpenAFS

2002-05-23 Thread Steve Langasek
On Thu, May 23, 2002 at 11:17:41AM +0200, Toens Bueker wrote: in order to make an easy migration from SMB-based fileservers to an OpenAFS-filesystem (in order to support various branch offices), I'd like to setup Samba as a gateway to OpenAFS. For unknown reasons documentation on this topic

Re: zero size of mapped drives on samba2.2.4 with quotas

2002-05-23 Thread Jeremy Allison
On Thu, May 23, 2002 at 10:39:45PM +0400, Michail Vidiassov wrote: Dear Guru, I am running samba 2.2.4 on FreeBSD 4.5 The size of mapped drives with quota enabled is always shown as 0 by W2k. There was no such problem with samba 2.2.3a. As far as I undestand, th esource of the problem

Re: Proposed code cleanup

2002-05-23 Thread Tim Potter
On Thu, May 23, 2002 at 01:01:05AM +1000, Andrew Bartlett wrote: This allowed me to remove cli_pipe_util.c, which was calling cli_establish_connection. tpot: I'm not sure what direction you were going with the client stuff, and you may well have been wanting the init functions. If

DCERPC dissecting and srvsvc_srv_get_get_info ...

2002-05-23 Thread Richard Sharpe
Hi, I am trying to dissect some SRVSVC RPCs, and am running into a small problem with the info 101 etc structs. The structure goes like this ... LONG level Ptr to structure Structure { LONG Platform ID Ptr to name LONG Version Major LONG Version Minor LONG Server

Re: Proposed code cleanup

2002-05-23 Thread Tim Potter
On Fri, May 24, 2002 at 11:17:59AM +1000, Andrew Bartlett wrote: Anyway - that looks like a good patch. I've been dying to get rid of all those silly make_nmb_name() calls everywhere but was not brave enough. I'll proabably add a cli_pipe_connection() function (feel free to suggest a

Re: Proposed code cleanup

2002-05-23 Thread abartlet
On Fri, May 24, 2002 at 11:27:39AM +1000, Tim Potter wrote: On Fri, May 24, 2002 at 11:17:59AM +1000, Andrew Bartlett wrote: Anyway - that looks like a good patch. I've been dying to get rid of all those silly make_nmb_name() calls everywhere but was not brave enough. I'll