Re: [Samba] oplock problem - how to fix?

2002-09-27 Thread Joel Hammer
Well, not sure what is causing that problem. Post the appropriate parts of the samba log file, maybe some guru will see some clues in it. BTW, if you just want to transfer a few big files, ftp works fine. Joel On Fri, Sep 27, 2002 at 09:41:07PM -0700, Sean Noonan wrote: > Ok, some clarification.

RE: [Samba] oplock problem - how to fix?

2002-09-27 Thread Sean Noonan
Ok, some clarification. By "same error message" I mean the message box that pops up still says "Cannot copy MoldFE: The specified network name is no longer available", same as before. The /var/log/messages file now doesn't show anything, though... -- Sean > -Original Message- > From:

[Samba] Autoreply to samba digest, Vol 1 #1665 - 29 msgs

2002-09-27 Thread samba
Vielen Dank für Ihre e-mail. Da ich vom 30.09.-06.10 in Urlaub bin, kann ich sie leider erst danach bearbeiten bzw. beantworten. In dringenden Fällen, können Sie sich gerne an meinen Kollegen Herrn Lamotte wenden. Er hat die email-Adresse [EMAIL PROTECTED] und ist telefonisch unter 07142/596-

Re: [Samba] oplock problem - how to fix?

2002-09-27 Thread Joel Hammer
How can you get an oplock error when you have turned off oplocks? Getting the same error message is even stranger. Are you are editing the right smb.conf file? If you installed samba from sources on top of a prevous installation, there might be more than one copy of smb.conf on your machine. Jo

[Samba] ADS not compiled in, but configure says yes

2002-09-27 Thread Donald Saltarelli
Hello- with alpha20 I'm getting the "ADS support not compiled in" error when trying to do 'net ads join'. I double checked everything before doing the make. I'm no hacker, but i sniffed around in the code and discovered that configure is putting '#define WITH_ADS 1' into includes/config.h and al

RE: [Samba] oplock problem - how to fix?

2002-09-27 Thread Sean Noonan
Joel, Added oplocks = no to the smb.conf file under [rootpart] service definition. Same error message occured. Ran testparm for the heck of it and it told me that I couldn't have oplocks = no and level2 oplocks = yes. So I changed level2 oplocks to no, too. _Still_ get same error message (yes,

Re: [Samba] oplock problem - how to fix?

2002-09-27 Thread Joel Hammer
man smb.conf / oplocks Essentially, turn off oplocks. Joel On Fri, Sep 27, 2002 at 06:33:29PM -0700, Sean Noonan wrote: > Hi everyone, > > Trying to copy a 3.5MB file from a Windows 2000 workstation to a FreeBSD > 4.6.2 server running samba-2.2.6.p2. The 3.5MB file is an MS Access file > c

[Samba] oplock problem - how to fix?

2002-09-27 Thread Sean Noonan
Hi everyone, Trying to copy a 3.5MB file from a Windows 2000 workstation to a FreeBSD 4.6.2 server running samba-2.2.6.p2. The 3.5MB file is an MS Access file called MoldFE.mdb. After a few seconds of copying the file, a message box pops up on the W2K workstation that states "Cannot copy MoldFE

Re: [Samba] Listing Domain controllers, Local and Master Browsersrunning in your network

2002-09-27 Thread John Benedetto
--On Saturday, September 28, 2002 12:51 AM +0200 Martin MOKREJ? <[EMAIL PROTECTED]> wrote: > Hi, > when trying to configure my samba server, I was curious if there's any > Domain controller running on our subnet. I could only find notes in > documentation of samba, that there has to be only on

[Samba] Listing Domain controllers, Local and Master Browsers running inyour network

2002-09-27 Thread Martin MOKREJŠ
Hi, when trying to configure my samba server, I was curious if there's any Domain controller running on our subnet. I could only find notes in documentation of samba, that there has to be only one Domain Controller running, otherwise weird things would happen ... Btw what are those weird things?

[Samba] nmblookup -A accepts groupname

2002-09-27 Thread Martin MOKREJŠ
Hi, I'm using samba-2.2.5 and I found, when user executed mistakenly "nmblookup -A GROUPNAME" instead of "nmblookup -A HOSTNAME", he receives same result as "nmblookup -A localhost", but with 0.0.0.0 as an ip address: $ nmblookup -A KNIHOVNA-CH Looking up status of 0.0.0.0 PF-I400

[Samba] Windows 2000 user profiles and Samba PDC

2002-09-27 Thread Carter Braxton
Although I've been using Samba with Linux and Windows 9x for some time, now I need to deal with integrating Windows 2000 workstations into the mix and I'm having a lot of aggravation with user profiles. I don't know if this trouble is specific to Samba or whether it's another "This behavior is by

[Samba] smbpasswd gives 2 "Password changed for user " message

2002-09-27 Thread Bruno Gimenes Pereti
Hi,   I´m worried about a strange behave of smbpasswd. It´s doubling the response of the command. When I change a password it gives me this answer:   [root@srv03 /]# smbpasswd testNew SMB password:Retype new SMB password:Password changed for user test.Password changed for user test.   I´m us

Re: [Samba] ugh, continued ldap madness, cont'd

2002-09-27 Thread Derek J. Balling
I couldn't do it with smbpasswd, I could only do it with the smbldap-tools package's smbldap-passwd tool, which appears to do it by manually creating the lmpassword/ntpassword entries as an ldif and putting them up. If I try with smbpasswd, I get: $ smbpasswd -D 99 dballing New SMB password:

Re: AW: AW: [Samba] About SOCKET options

2002-09-27 Thread Chris Smith
On Fri, 2002-09-27 at 15:15, Benjamin Weber wrote: > My samba help file says: > > large readwrite (G) > > This parameter determines wheather or not smbd supports [...]. > [...] > Can improve performance by 10% with Windows 2000 clients. Defaults to on. > Not as tested as some o

RE: [Samba] ugh, continued ldap madness, cont'd

2002-09-27 Thread Michael Nenishkis - List ID
I see you were able to add smbpasswd to the user dballing (?) Can you try to login as root and do a smbpasswd -a dballing -D256 (?) If smbpasswd works, then Samba should be able to pickup the objects.. would like to see a little more info. -Original Message- From: [EMAIL PROTECTED] [mai

AW: AW: [Samba] About SOCKET options

2002-09-27 Thread Benjamin Weber
My samba help file says: large readwrite (G) This parameter determines wheather or not smbd supports [...]. [...] Can improve performance by 10% with Windows 2000 clients. Defaults to on. Not as tested as some other Samba code paths. Default: large readwrite=yes I am u

Re: [Samba] browserd

2002-09-27 Thread Eric Maquiling
On Fri, Sep 27, 2002 at 09:07:49PM +0100, Destroy Dav wrote: > The goal of this solution is to hidde the shares in the LAN.. Will hidden shares work? [hiddenshare$] path=/path/to/files etc etc -- Eric -- To unsubscribe from this list go to the following URL and read the instruct

[Samba] browserd

2002-09-27 Thread Destroy Dav
anyone know if the master browser can send only list of the ip and the netbios name and don't send the shares of the LAN... Thanks for you futur answer. The goal of this solution is to hidde the shares in the LAN.. Destroy Dav

[Samba] Network breaking down after a while

2002-09-27 Thread Carsten Fischer
Hy Samba-specialists On my Suse 8.0 Machine with Samba 2.2.3a I've the following Problem: When I have a connection to the Server from a Windows Client (NT / 2000) the connection to the server is breaking after a few minutes. It is not possible to work with files on the server or to copy larg

Re: [Samba] ugh, continued ldap madness, cont'd

2002-09-27 Thread Derek J. Balling
After a brief stint offlist (thanks Bradley), I'm closer to getting SMB/LDAP working but now am encountering something very odd, which he suggested I bring back to the list for "further evaluation". :-) > $ smbclient //TESTBOX/testshare -U dballing > added interface ip=10.15.49.142 bcast=10.15

Re: AW: [Samba] About SOCKET options

2002-09-27 Thread Chris Smith
On Fri, 2002-09-27 at 13:24, Benjamin Weber wrote: > Yep I am using "large readwrite=yes" as it is set on by default. That might > have anything to do with it? Just checked my docs for 2.2.5 claim that the default is "large readwrite = no". Maybe it's just the way your distribution set up the smb

Re: [Samba] Problem, help please!

2002-09-27 Thread linux power
What happen if u type smbclient -Lwoody --- [EMAIL PROTECTED] skrev: > Hi > > I'm trying to get samba fileserver going on a RedHat > 7.2 box. This what I > get when test with smbclient. > > [root@woody samba]# smbclient '\\woody\Test\' > added interface ip=192.168.7.31 bcast=192.168.7.255 >

Re: AW: [Samba] About SOCKET options

2002-09-27 Thread Chris Smith
On Fri, 2002-09-27 at 13:24, Benjamin Weber wrote: > Yep I am using "large readwrite=yes" as it is set on by default. That might > have anything to do with it? Not sure. I didn't think that was the default, maybe I'm mistaken or that it changed at a certain release. -- To unsubscribe from this

AW: [Samba] About SOCKET options

2002-09-27 Thread Benjamin Weber
Yep I am using "large readwrite=yes" as it is set on by default. That might have anything to do with it? -- Benjamin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Chris Smith Gesendet: Freitag, 27. September 2002 19:05 An: [EMAIL PROTECTED] B

Re: [Samba] About SOCKET options

2002-09-27 Thread Chris Smith
On Thu, 2002-09-26 at 10:50, David Morel wrote: > Le jeu 26/09/2002 à 14:47, Benjamin Weber a écrit : > > Ok, as some of you read I was the guy who experimented with SOCKET options. > > > > In my last post, where I figured that I needed to use the right syntax I > > found out that SO_SNDBUF=4096

[Samba] locking issue with solidworks

2002-09-27 Thread Tony McGrew
I have a samba share set up for 3 engineers.  The software they are using on w2k clients is solidworks.  It is a modelling program that uses sometimes hundreds of files at once, and these files have to be shared.  Occasionally the solidworks program will crash with an unhandled error.  The s

[Samba] [Please help] Domain migration

2002-09-27 Thread Aurelien Requiem
Hello Here is my problem. I have a PDC samba on a server and i need to move it onto another server. I have tried copy all files /etc/samba/private to my new server but it doesn't seems to work :-( What's wrong ? Is there a special procedure or a limitation to achieve this ? Thanks a lot to help

[Samba] File corruption using samba

2002-09-27 Thread Irfan . Syed
Hello everyone, I am running Compaq/Dec Unix 4.0e with samba 2.0.0-beta1. The shares are being used for Lotus Domino 5.0, and every now and then we are getting file I/O errors and the mail files are getting corrupted. Has anyone seen this before or knows where I can go to get some informat

[Samba] 2.2.5 LDAP/smbpasswd -L problem help.

2002-09-27 Thread Michael Joseph Nenishkis
Guru's, I humbly ask you for help. I ran into a problem in which I cannot find the reason/fix. System: redhat 7.3 samba 2.2.5 --withldapsam nss_ldap configured to route the Unix UID/GID from same LDAP server. It is running well and am able to authenticate off the LDAP servers. One problem I am h

[Samba] "incorrect password length" when trying to domain-logon from XP to 2.2.3a

2002-09-27 Thread Helge Jung (ECO-Logic)
I'm trying to set up Samba 2.2.3a as a logon server for my Win2k/XP network. But when I try to join the domain with a XP Professional client (the SignOrSeal-Patch is installed, the other option in the management console is also set up) I get the error message "Login failed: unkown user name or wro

[Samba] samba cups install

2002-09-27 Thread PJourdan
Gentlemen, First, I want to thank all those who helped me figure out my problem. Installation is FreeBSD 4.6.2; A standard installation of cups, followed by an immediate upgrade refused to install properly. A direct install of the latest version from the ports collection (on 3rd clean install of

Re: [Samba] Problem with samba

2002-09-27 Thread Jelmer Vernooij
On Fri, Sep 27, 2002 at 03:17:04PM +0200, Grzegorz Madajczak wrote about '[Samba] Problem with samba': > Could anyone help me? I can't configure my samba. I work on RH 7.3, KDE > 3.0, kernel 2.4.18-10. > When I'd like to use smbclient I've got message: > "tdb_open_ex: could not open file /var/ca

[Samba] SAMBA and SNAP Server

2002-09-27 Thread Irving Carrion
We recently migrated our PDC away from Microsoft to SAMBA and have nearly completed the migration except for 1 little annoyance.  Our SNAP server is unable to view the users on the SAMBA PDC.  I have RTFM’s, googled for awhile, and I’ve called quantum tech support with no luck.  Is there so

Re: [Samba] Problem, help please!

2002-09-27 Thread Frank Matthieß
Freitag den 27.09.2002 um 16:21 CEST +0200, schrieb [EMAIL PROTECTED]: > Hi > > I'm trying to get samba fileserver going on a RedHat 7.2 box. This what I > get when test with smbclient. > > [root@woody samba]# smbclient '\\woody\Test\' ^^ ^^ It's a qu

[Samba] great thx

2002-09-27 Thread Helas, Stephan
for your answers to my questions Stephan Helas -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] Problem, help please!

2002-09-27 Thread SarelT
Hi   I'm trying to get samba fileserver going on a RedHat 7.2 box. This what I get when test with smbclient.   [root@woody samba]# smbclient '\\woody\Test\' added interface ip=192.168.7.31 bcast=192.168.7.255 nmask=255.255.255.0 session request to WOODY failed (Not listening for calli

Re: [Samba] Bag in 3.0alpha20 downloaded via CVS

2002-09-27 Thread Andrew Bartlett
Jelmer Vernooij wrote: > > On Fri, Sep 27, 2002 at 02:08:49PM +1100, [EMAIL PROTECTED] wrote about >'[Samba] Bag in 3.0alpha20 downloaded via CVS': > > In file ../src/utils/smbgroupedit.c > > symbol ';' not exist in end of 56'th line. > Compiles fine here... update cvs and try again.. I think t

Re: [Samba] DOS ACCESS TO SAMBA SERVER

2002-09-27 Thread Christopher Barry
On Friday 27 September 2002 08:31 am, peter wagner wrote: > HALLO, > HOW IT IS POSSIBLE TO ACCESS FROM A DOS-BOOTDISK (VER.7.0) RUNNING ON > A WINDOWS95-MACHINE TO A SAMBA-SERVER (WITHOUT STARTING > WINDOWS). IF WIN95 IS RUNNING THE CONNECTION WITH THE SAMBA- > NETWORK SERVER IS OK. (MS-NETWARE CL

Re: [Samba] DOS ACCESS TO SAMBA SERVER

2002-09-27 Thread Frank Matthieß
Freitag den 27.09.2002 um 15:31 CEST +0200, schrieb peter wagner: > HALLO, > HOW IT IS POSSIBLE TO ACCESS FROM A DOS-BOOTDISK (VER.7.0) RUNNING ON > A WINDOWS95-MACHINE TO A SAMBA-SERVER (WITHOUT STARTING > WINDOWS). IF WIN95 IS RUNNING THE CONNECTION WITH THE SAMBA- > NETWORK SERVER IS OK. (MS

[Samba] DOS ACCESS TO SAMBA SERVER

2002-09-27 Thread peter wagner
HALLO, HOW IT IS POSSIBLE TO ACCESS FROM A DOS-BOOTDISK (VER.7.0) RUNNING ON A WINDOWS95-MACHINE TO A SAMBA-SERVER (WITHOUT STARTING WINDOWS). IF WIN95 IS RUNNING THE CONNECTION WITH THE SAMBA- NETWORK SERVER IS OK. (MS-NETWARE CLIENT AND TCP/IP) WHICH PARTS OF DRIVER, MANAGER, CLIENTS, PROTOCOL

[Samba] Problem with samba

2002-09-27 Thread Grzegorz Madajczak
Could anyone help me? I can't configure my samba. I work on RH 7.3, KDE 3.0, kernel 2.4.18-10. When I'd like to use smbclient I've got message: "tdb_open_ex: could not open file /var/cache/samba/unexpected.tdb: No such file or directory" What should I do? -- To unsubscribe from this list go to

Re: Weekly machine password changes (RE: RE: [Samba] odd: everything SHOULD work... winbind)

2002-09-27 Thread Wolfram Quester
Hi Nir, I think the password changing is initiated by the client. Perhaps these two articles from MS knowledge base are of interest: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q154501 http://support.microsoft.com/default.aspx?scid=kb;en-us;Q154501 I hope this helps, Wolfi On W

RE: [Samba] How to automate SMBMNT

2002-09-27 Thread Buchan Milne
> Message: 21 > Date: Thu, 26 Sep 2002 22:20:08 +0200 (CEST) > From: Urban Widmark <[EMAIL PROTECTED]> > To: Michael Marano <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: RE: [Samba] How to automate SMBMNT > > On Tue, 24 Sep 2002, Michael Marano wrote: > > >> I have a tangential questio

[Samba] "Password expires today" error on WinXP & 2000 with Samba PDC

2002-09-27 Thread danfry
Hi I'm running Samba 2.2.5 on Red Hat Linux 7.3, set up as a PDC. Logging in from Windows 95, 98 and ME all work fine; 2000 and XP give a "Password expires today" error every time, even if the password is changed. I have been through the archives several times and found a couple of instances o

[Samba] Winbind and SAMBA, what next?

2002-09-27 Thread Gareth Davies
Hi all, I've had a long ride setting up SAMBA and Winbind, essentially whatI'm trying to do at the moment is transfer the file server from the Win2kserver to a Linux machine to east the strain and spread the network trafficout over different switches.I am using SAMBA 2.2.5 and Debian 3.0.I

Re: [Samba] Compile Samba

2002-09-27 Thread Francesc Guasch
tin tinny wrote: > Hi, > > What any options was samba***.rpm was compiled? > > ( when type ./configure ??? => I want to know about ??? in package rpm.) > I guess you have some redhat. find the samba-??-src.rpm file and install it. Inspect the file /usr/src/redhat/SPECS/samba.spec You don't a

[Samba] Cannot Browse Windows Network:

2002-09-27 Thread Stewart Thompson
Hi All: I have scoured the archives and done a Google search with no answers. I set up Samba on Redhat 7.2 Samba 2.2.1a-4 on a friends network. He is running 2 Windows 98 machines. They can't browse network neighbourhood. Sometimes rebooting the machines will fix it temporarily. Shutting

[Samba] Compile Samba

2002-09-27 Thread tin tinny
Hi, What any options was samba***.rpm was compiled? ( when type ./configure ??? => I want to know about ??? in package rpm.) Thank you.Get a bigger mailbox -- choose a size that fits your needs.