RE: [Samba] XP Pro and Samba 3.0-alpha1.9
I believed this was enough to add a machine: add user script = /usr/sbin/useradd -d /dev/null -g 502 -s /bin/false -M %u in my smb.conf -Message d'origine- De : Irving Carrion [mailto:[EMAIL PROTECTED]] Envoyé : mardi 1 octobre 2002 19:52 À : 'Kalkoul Morad'; [EMAIL PROTECTED] Objet : RE: [Samba] XP Pro and Samba 3.0-alpha1.9 I think you need to add the "add machine script" command in your smb.conf. check man smb.conf for more info. Hope this helps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kalkoul Morad Sent: Tuesday, October 01, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: [Samba] XP Pro and Samba 3.0-alpha1.9 Hi everybody, I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a Primary Domain Controller. Below , my smb.conf: # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/10/01 09:04:58 # Global parameters [global] ;Nom du domaine workgroup = MOMODOM ;Nom netBios de la machine netbios name = SRV2000 ;Commentaires qui sera affiche dans le vouisinage réseau server string = Samba Server Beta Test 3.0 encrypt passwords = Yes password server = bin/passwd passwd program = /usr/bin/passwd %u unix password sync = No log file = /var/log/samba/SMB%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain admin group = root@SRV2000 ; add user script = /usr/sbin/useradd -d /dev/null -g 502 -s /bin/false -M %u logon script = logon.cmd logon path = \\%N\%u\profiles logon drive = H: logon home = \\SRV\%U domain logons = Yes domain admin group = @admin os level = 64 preferred master = True domain master = True dns proxy = No wins server = 172.25.4.12 default service = export\samba\test printing = lprng [homes] comment = Home Directories valid users = %S read only = No create mask = 0664 directory mask = 0775 browseable = No writable = Yes [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [export\samba\test] comment = Partage de test path = /tmp guest ok = Yes browsable = Yes writeable = Yes [netlogon] comment = Network Logon Services path = /home/netlogon writeable = no browseable = no write list = root And I create a Machine Trust Account, like this; #useradd -g admin -d /dev/null -c "Samba Test Machine" -s /bin/false SRV2000$ #passwd -l SRV2000$ #smbpasswd -a -m SRV2000$ (I found some docs with $ to put here and other without, What do I put) For me, my Machine trust account is OK. To create a samba manager #smbpasswd -a root and I use it to join the domain. But when I try to join the Domain MOMODOM , it is refused because "user unknown or incorrect password" And in the samba log file : rpc_server/srv_netlog_nt.c:get_md4pw(154) get_md4pw: Workstation SRV2000$: no account in domain Someone has an Idea? Thanks in advance, Mo -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] problem Samba-Win NT 4.0 (sp 6a)
Hello, I have a problem with Linux servers in a workgroup. We have running the Samba from SUSE Linux 7.0 and 7.2 Samba is running great for more than a year include been browsed by the Windows machines. For test, we connected another Linux computer which was running a domain server. This computer now is offline. Since this time, the Windows computers cannot see the Samba servers into the workgroup, only the Windows members. What can I do to correct this? Thanks! Best Regards Rudolf -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Different HGH products
Warning Unable to process data: multipart/mixed;boundary="=_NextPart_000_00C3_00D12D8D.E8421C13"
[Samba] Fw: Question for Samba list
- Original Message - From: "Betty Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 10:41 PM Subject: Question for Samba list The version of Samba that is with Mandrake 9 is 2.2.6pre2 or something like that. It does a much better job of recognizing ntfs partitions and it automatically mounts my ntfs half on the laptop. Really nice. What I would like to find out, if possible, is if anyone has had any problems connecting Mac OS X (10.2 or Jaguar) to a Samba server, what sort of problems, what version of Samba they were running, and what did they do to fix it. Thanks! -- The real art of conversation is not only to say the right thing in the right place, but also to leave unsaid the wrong thing at the tempting moment. Betty Johnson -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] Samba Installation
Titus: If you are using Redhat, it would be much easier to install there latest rpm. However if you want the latest Samba, when you unzip the one you have, there will be instructions. It is usually in a file called INSTALL or something similar. Hope that helps. Stu.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Titus Syengo Sent: October 1, 2002 10:30 PM To: [EMAIL PROTECTED] Subject: [Samba] Samba Installation I am a newbie in Linux and I wish to install Samba but Red hat looks so different from MS products that I have no idea how applications can be installed in Linux. i have downloaded the .tar.gz samba file but now I am stuck. How do i go about installing Samba? Titus, -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Prevent NULL Session
M Maki wrote: > > I have a couple of Samba (2.0.7 & 2.2.0) servers I scanned with Nessus and > they reported a security hole of "Possible to login to the remote host using > a NULL session" I have a couple of NT servers I disabled with a registry > edit. Is there a way to prevent this on the Samba servers or is it evan a > valid issue? Samba HEAD starts to add some of this, but the manpage is compleatly inaccurate... Set 'restrict anonymous = 1' should get you the start. I'm looking into how to best implement 'restrict anonymous = 2'. In the meantime, if you set 'auth methods = sam' (for standalone servers) then it will skip the 'guest' module, and deny all anonymous connections. However, this will break browsing and other services. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] password and case sensitivity
Joseph Kezar wrote: > > We are using samba as our fileserver. And we have a Windows 2000 PDC in > place here as well. The PDC is our password server. > > we have these directives: > password server = ip_address_of_win_PDC > encrypt passwords = yes > > And when we use pam_smb to authenticate it is not case sensitive. if I > have a password of dOpTog6, doptog6 is just fine. How can I make samba > more strict. I tried password level = 24. and that didnt seem to do > anything. pam_smb uses lanman passwords, which are not case sensitive. Install winbind and use pam_winbind instead. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Password Expiry
Hi guys... I setup samba 2.2.5 as a PDC ... I have w2k clients. It seems that now I am prompted to change my password because it is going to expire Could you guys tell me how and where to disable password expiry? cheers` -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Profiles
Hi. I'm new to the list and I hope I'm not boring anyone with old news. I did grep through the archives and I came up dry. I have two problems that I'm trying to solve. The first problem is that some of my users have "My Documents" folders that are measured in tonnage. How can I make Windows not save this directory? I believe that the fault is with windows because whenever I change anything to prevent it from saving, windows barks a warning. I don't want these files on my server, and my laptop users are crying because it takes so long to shut down. The second problem is thumbs.db & desktop.ini. I believe these are produced by windows explorer and are usually hidden/system files or something. Well, when they're copied back to the workstation from the profile it seems that they lose their magical properties. I'd like to get these to work properly. Everyone keeps complaining about "desktop" icons averywhere and the art director always has to select thumbnail view on every directory. Again, I apologize if this is covered ground, but I did search though the archives, and "Samba Unleashed" isn't being very forthcoming. Thanks - Mark _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Samba error log
Hi, Are there any tools which can separate between error and information logs? I need for any tools that can view only error logs of samba. Thank you.Get a bigger mailbox -- choose a size that fits your needs.
[Samba] printers + windows XP
I have samba set up on slackware linux. I have a printer set up on the same machine. It shows up on the windows XP machine and even lets me install and everything. It keeps saying access denied though. I have tried all sorts of stuff to get it to work with the XP machine but I keep gettting the same error. This is my smb.conf: [global] printing = bsd printcap name = /etc/printcap load printers = yes log file = /var/log/samba-log.%m lock directory = /var/lock/samba encrypt passwords = yes security = user null passwords = yes [printers] comment = All Printers path = /var/spool/lpd/Lexmark browseable = no printable = yes public = yes writable = no inherit permissions = yes create mode = 0700 guest ok = yes [homes] comment = home directory browseable = no read only = no create mode = 0750 [tmp] comment = Temporary file space path = /tmp read only = no public = yes any suggestions will be greatly appreciated Robin -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Acceso a sus datos.
Recibe este mensaje porque su dirección figura suscrita en este momento a una de las listas de correo gratuitas alojadas en pc-portatil.com. Su e-mail está suscrito a la siguiente lista: PC-PORTATIL3 En previsión del Proyecto de Ley de Servicios de la Sociedad de la Información y de Comercio Electrónico (la LSSI-CE) recientemente aprobado por el parlamento español (http://www.setsi.mcyt.es/lssi/lssi_txtproyecto.htm) y de la vigente Ley Orgánica 15 13/12/1999 de Protección de Datos española, estamos obligados a comunicarle que su dirección de correo figura en este momento suscrita a una de las listas de correo gratuitas alojadas en www.pc-portatil.com, formando parte de un fichero automatizado al objeto de continuar ofreciendole dichos servicios, así como comunicarle su opción de cancelación o modificación de estos datos, siendo este el principal motivo de este comunicado. En virtud de las Leyes antes mencionadas, usted tiene derecho de oposición, acceso, rectificación y cancelación de sus datos. Es por ello que le comunicamos el mecanismo que ponemos a su alcance para ejercer sus derechos: Como el único dato que guardamos es el e-mail, solamente caben dos acciones a realizar sobre este dato: eliminarlo de nuestra base de datos o modificarlo. * Para ELIMINAR su e-mail de nuestra base de datos solamente tiene que pinchar, hacer click en el link que va a continuación: http://www.pc-portatil.com/cgi-bin/mojo/mojo.cgi?f=u&l=pcportatil%33&[EMAIL PROTECTED]&p=4410 - Si no puede pinchar el link en su cliente de correo, cópielo y péguelo en su navegador web. - Si no puede ver el link o no funciona por cualquier motivo, mándenos un e-mail a [EMAIL PROTECTED] y lo eliminaremos nosotros manualmente. * Para CAMBIAR su e-mail debe dar de baja su e-mail actual y acto seguido dar de alta su nuevo e-mail, para hacerlo puede suscribirse directamente en nuestra página web http://www.pc-portatil.com * Si por cualquier motivo se decide por NO HACER NADA, su dirección de correo electrónico continuará suscrita a la lista mas arriba mencionada. PC-PORTATIL.COM URL: http://www.pc-portatil.com/ -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] quick question about the wins database.
Version 2.2.5 on 2.4.18-6mdk ive got the following in my smb.conf [global] add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine Account' -s /bin/false -M %u workgroup = ARCHANGEL netbios aliases = CYBERCENTER PARISHCENTER netbios name = PENGUIN server string = Samba Server %v security = SERVER guest account = nobody map to guest = bad user #security = user os level = 33 domain master = No domain logons = No encrypt passwords = Yes password server = 10.10.10.99 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = lpstat dns proxy = No wins support = Yes hosts allow = hosts allow = 10.10.10.0/255.255.255.0 printing = cups print command = /usr/bin/lp -d%p -oraw %s; rm %s lpq command = /usr/bin/lpstat -o%p lprm command = /usr/bin/cancel %p-%j queuepause command = /usr/bin/disable %p queueresume command = /usr/bin/enable %p my question is, ive got wins turned on, smbd and nmbd are running, but there is no wins.dat in /usr/local/samba/var/locks I know there is something simple im missing, but what? Jason -- | Jason Welsh [EMAIL PROTECTED] | |http://monsterjam.org | -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Autoreply to samba digest, Vol 1 #1678 - 28 msgs
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-152 zu erreichen. Mit freundlichen Grüßen Michael Müller G. Umbreit GmbH & Co.KG -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Printer settings problem 2.2.6pre2
> On Wed, 25 Sep 2002, Philip T Burrow wrote: > > > I am trying to apply some settings to a printer shared by Samba, > > including installing the drivers. I notice that I must be in printer > > admin or be root in order to do this, and I am. The logs say that I'm > > "logged in as admin user (root privileges)" which I assume is correct. > > an "admin user" is different from actually connecting as root or > as a "printer admin" Regardless, I was in both in smb.conf when I experienced the problem. P. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Is this a DOS behavior, or a bug?
I have a parent directory /foo with permission as 0777, which is a samba share. As root on Unix, I created a sub-directory /foo/bar, and a file /foo/bar2, both with permission as 0400. Now login to samba as Unix user nobody, I can delete the directory bar but not the file bar2. Is this a bug, or an expected behavior? Chere -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Re: force user
On Tue, 1 Oct 2002, info wrote: > Yes I had the Admin useres set as well as the valid users. I had > entered a number of usernames in both. Should this make a difference? By definition, a user in the "admin users" list will operate as root. > I deleted the entries in admin users and then created a new file but the > owner was still set to root.!?!? Did you restart Samba after the config change? Or at least get it to reread its configuration file and reboot the client machine? cheers, jerry -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Printer settings problem 2.2.6pre2
On Wed, 25 Sep 2002, Philip T Burrow wrote: > I am trying to apply some settings to a printer shared by Samba, > including installing the drivers. I notice that I must be in printer > admin or be root in order to do this, and I am. The logs say that I'm > "logged in as admin user (root privileges)" which I assume is correct. an "admin user" is different from actually connecting as root or as a "printer admin" cheers, jerry - Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org --http://www.plainjoe.org "SAMS Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca-- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Please help to add a machine to a domain
Hello, could you please help me to solve the following problem: When I try to add a machine to a domain from winNT, I get the following error: Unable to add or change accounts on the domain. The account information entered does not grant sufficient privilage to create or change accounts. The whole process create an unix account (machinename$ in /etc/passwd) as well as samba account (machinename$ in /etc/samba/smbpasswd) but samba accont has password "NO PASSWORD". Do you have some idea where is a problem or how to get around it? Thank you. Pavel Stulik -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Prevent NULL Session
I have a couple of Samba (2.0.7 & 2.2.0) servers I scanned with Nessus and they reported a security hole of "Possible to login to the remote host using a NULL session" I have a couple of NT servers I disabled with a registry edit. Is there a way to prevent this on the Samba servers or is it evan a valid issue? Thanks Mike -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] MS-Access Application very slow (Solved ?)
Hi, I have got the solution: I upgraded hardware: P4 - 2.4GHz RAM 1 GB LVD-SCSI Seagate 18GB - about 10,000 rpm and now it works nearly as good as the winpc 5% slower still, o.k. - but therefor the "?" after solved - what else could I do ? The whole lock-things I tried already, they do not have much inflence on speed, as far as I tested. Thanks Martin -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] ÖÐ-¹ú-Æó-Òµ-Ãû-¼
×îÐÂÊý¾Ý¿âÃû¼£º ÆóÒµÃû¼¹âÅÌ£º ÖйúÆóÒµÃû¼¹âÅÌ£¬ÏêϸµÄ˵Ã÷ÁË¡°µ¥Î»Ãû³Æ¡¢·¨ÈË´ú±í»ò¸ºÔðÈË¡¢¸ºÔðÈËְλ¡¢ ͨѶµØÖ·¡¢µç»°¡¢µç»°·Ö»ú¡¢´«Õæ¡¢ÓÊÕþ±àÂë¡¢¾¼ÃÐÔÖÊ¡¢ÐÐÒµÐÔÖÊ¡±¡£ÆóÒµÃû¼ ¹âÅÌΪһ¸öAccessµÄÊý¾Ý¿âÎļþ£¬¹²4,390,659¸öÆóÒµ£¬°üº¬100¶à¸öÐÐÒµ¡£ ±¨¼Û£ºÕûÌ×2000ÔªÈËÃñ±Ò °´ÐÐÒµ³öÊÛ£ºÃ¿¸öÐÐÒµ£º100ÔªÈËÃñ±Ò °´µØÇø³öÊÛ£ºÃ¿¸ö³ÇÊÐ100Ôª£¬Ã¿¸öÊ¡·Ý300Ôª£¬Ã¿¸öֱϽÊÐ200Ôª¡£ ÎÒÃǵÄÍøÕ¾½éÉܸü¶àµÄÆóÒµ·þÎñÏîÄ¿£¬ÏêϸÇë²é¿´£ºhttp://www.e137.com Ò»ÈýÆßÍøÂç·þÎñÓÐÏÞ¹«Ë¾ ÒµÎñÁªÏµ£º[EMAIL PROTECTED] ÁªÏµµç»°£º0592-8834438 ¶ÏÈÉú ÍøÖ·£ºhttp://www.e137.com http://www.e137.net Èç¹û´ËÓʼþ¸øÄú´øÀ´²»±ã£¬±íʾǸÒ⣡ -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] setting a printer driver problem.
I am having a problem setting a printer driver for and existing printer on a windows client. I have a cups (1.1.15-6) server running on a redhat 7.2 machine. I added a printer with the web admin tool. I set up samba (2.2.5) on this server as well. These are how my shares are set up: [printers] comment = All Printers path = /var/spool/samba browseable = no public = yes guest ok = yes writable = no printable = yes [print$] comment = Printer Drivers path = /etc/samba/drivers browseable = yes guest ok = yes read only = yes write list = $ntadmin,root /etc/samba/drivers/W32X36 exists and is completely open. When I log onto a WindowsNT client and browse to \\samba-server and go into the printers folder I can see the printer that I set up with cups. I enter the properties and choose "New Driver" to upload the driver to the samba server. When I choose the correct driver from the list it start to copy but errors out because it is looking for a somthing.DLL file. I do a search for it and find it in c:\winnt\system32. I click ok and this file copys fine but the next file is where I am having a problem. The next file it wants to copy is PSCRIPT.DL_. I do a search for this file and find it in c:\ntw32k\i386. When I choose this it says that it cant perform the copy because the file is not in that location. But I know that it is. Is this even the right way to do what I am trying to do (trying to set a windows driver for a cups printer)? Does anybody have any ideas. I have used cupsadsmb, which added the drivers fine, but the printers still errored out trying to print. So I'm trying to add the drivers without using cupsaddsmb. Thanks for your time. -Ben -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] RE: using samba over AT@T broadband (Barry deFreese)
AT&T Broadband blocks ports 137,138, and 139. They want to protect those Windows users that install File and Print Sharing from viruses and attacks. Mason Kidd > > Message: 2 > Reply-To: <[EMAIL PROTECTED]> > From: "Barry deFreese" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: [Samba] using samba over AT@T broadband > Date: Mon, 30 Sep 2002 21:05:05 -0700 > > This is a multi-part message in MIME format. > > --=_NextPart_000_0036_01C268C5.0D575B30 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: 7bit > > James, > > You do realize what a security hole this is correct? > > Barry deFreese > Newbie > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of James T Prejsnar > Sent: Monday, September 30, 2002 8:42 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Samba] using samba over AT@T broadband > > > Hello. I'm a Graduate Student, and I'm trying to set up Samba on my > Solaris 2.8 box so that my team members can network map their home accounts > from my Solaris box onto their PC. > > > > Everything works great within my home. (i.e. I have a home network, and > all my PC's can mount my UNIX home directory.) > > > > My problem: I can't network map my Home Directory outside my local > subnet. (i.e. I get the following Windows error message: Can't find > location or something in effect that it can't find my Solaris box) I can > ping and telnet to my Solaris box outside AT&T's subnet, but I can't use > samba. There are no logs created in /usr/local/samba/var for the PC > connecting. I even tried to create a lmhosts file on the PC outside my > subnet, but that didn't help > > > > I've been reading the samba news-groups and using google.com, but nothing > is helping me. I just want to map my home directory by doing the following > within the map network drive dialog: \\65.96.xxx.xxx\username outside my > subnet. > > > > Information: > > 1.. Samba Version: 2.2.2 > 2.. OS: Solaris 2.8 with all the recommended OS patch from SUN - SunOS > unknown 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-1 > 3.. /etc/services file contains: > netbios-ns 137/tcp # NETBIOS Name Service > > netbios-ns 137/udp # NETBIOS Name Service > > netbios-dgm 138/tcp # NETBIOS Datagram Service > > netbios-dgm 138/udp # NETBIOS Datagram Service > > netbios-ssn 139/tcp # NETBIOS Session Service > > netbios-ssn 139/udp # NETBIOS Session Service > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] passwords and case sensitivity
We are using samba as our fileserver. And we have a Windows 2000 PDC in place here as well. The PDC is our password server. we have these directives: password server = ip_address_of_win_PDC encrypt passwords = yes And when we use pam_smb to authenticate it is not case sensitive. if I have a password of dOpTog6, doptog6 is just fine. How can I make samba more strict. I tried password level = 24. and that didnt seem to do anything. Thanks, Joe Kezar -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] password and case sensitivity
We are using samba as our fileserver. And we have a Windows 2000 PDC in place here as well. The PDC is our password server. we have these directives: password server = ip_address_of_win_PDC encrypt passwords = yes And when we use pam_smb to authenticate it is not case sensitive. if I have a password of dOpTog6, doptog6 is just fine. How can I make samba more strict. I tried password level = 24. and that didnt seem to do anything. Thanks, Joe Kezar -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] W9x print driver download problems with Samba 2.2.5 and CUPS 1.1.15
Greetings, Similar to the other CUPS thread, but not the same. Samba 2.2.5 built on a Sparc Solaris 9 box with Cups 1.1.5. I've set up Samba to print with Cups as outlined in the docs. I am able to download the generic Adobe print driver to my Windows 2000 clients but the Windows 98 clients are asking for a local driver to be installed. Looking at verbose output from cupsaddsmb, that looks as if it ran correctly (I did not see smbclient being used where rpcclient should be). Logs generated for the client while trying to add the printer include the following: --- ... [2002/10/01 13:53:16, 3] smbd/lanman.c:api_reply(3344) Got API command 70 of form (tdscnt=0,tpscnt=30,mdrcnt=1024,mprcnt=6) [2002/10/01 13:53:16, 3] smbd/lanman.c:api_reply(3348) Doing DosPrintQGetInfo [2002/10/01 13:53:16, 3] smbd/lanman.c:api_DosPrintQGetInfo(884) api_DosPrintQGetInfo: uLevel=52 name=UR26 [2002/10/01 13:53:16, 3] smbd/lanman.c:get_printerdrivernumber(836) Can't determine number of printer driver files [2002/10/01 13:53:16, 3] smbd/lanman.c:api_DosPrintQGetInfo(918) api_DosPrintQGetInfo: Driver files count: 0 [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(656) printerdriver:ur26: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(657) Driver:ADOBEPS4.DRV: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(658) Data File:ur26.PPD: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(659) Language Monitor:PSMON.DLL: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(661) lp_driverlocation:\\TECHOPS\print$\WIN40\0: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(664) Data Type:RAW: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(665) Help File:ADOBEPS4.HLP: [2002/10/01 13:53:16, 3] smbd/lanman.c:fill_printq_info_52(679) fill_printq_info on gave 0 entries ... I'm wondering about the "Can't determine number of printer driver files" and the "fill_printq_info on gave 0 entries" messages - sounds like something is NOT set up correctly. Any ideas on what it might be? Thanks, Bob Martel ** Speaking only for myself - CSU pays better people than me to speak for them. Bob Martel - System Administrator | I met someone who looks Maxine Goodman Levin College of Urban Affairs |a lot like you Cleveland State University | She does the things you do (216) 687-2214 |But she is an IBM [EMAIL PROTECTED] | -Jeff Lynne ** -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Drop down slowness on mapped drives
Hello, We have a Windows 2000 Network with a few FreeBSD boxes running Samba. We have a share on one box specifically that we map to everyone’s workstations. Ever since this day the file drop down box in applications such as word or excel goes incredibly slow. If we remove the drive mapping, the speed returns to normal. I’ve searched and browsed newsgroups and mailing lists and haven’t found a clear cut answer, but if I missed it I apologize. I do have the tcp_nodelay option uncommented in the config file. If anyone has any ideas, I’d appreciate some help. Thanks! -James
Re: [Samba] default for 'writeable ='
Mac wrote: > > Hi all, > > 'Using Samba' (and it's companion 'Pocket Reference') both say > that the default for the 'writable' option in smb.conf is 'YES'. > > But, http://ie.samba.org/samba/docs/man/smb.conf.5.html says the default > is 'no'. Which is right? > You can run the following command to find the defaults. testparm -s /dev/null writable is actually a misspelled synonym for writeable which in turn is an inverted synonym for read only (the man page says that "read only" is the synonym and writeable is the actual parameter but this is wrong). The default for "read only" is yes which makes the default for writable no. > testparm -s /dev/null | grep "read only" read only = Yes -- == Herb Lewis Silicon Graphics Networking Engineer 1600 Amphitheatre Pkwy MS-510 Strategic Software Organization Mountain View, CA 94043-1351 [EMAIL PROTECTED] Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 == -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] XP Pro and Samba 3.0-alpha1.9
I think you need to add the "add machine script" command in your smb.conf. check man smb.conf for more info. Hope this helps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kalkoul Morad Sent: Tuesday, October 01, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: [Samba] XP Pro and Samba 3.0-alpha1.9 Hi everybody, I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a Primary Domain Controller. Below , my smb.conf: # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/10/01 09:04:58 # Global parameters [global] ;Nom du domaine workgroup = MOMODOM ;Nom netBios de la machine netbios name = SRV2000 ;Commentaires qui sera affiche dans le vouisinage réseau server string = Samba Server Beta Test 3.0 encrypt passwords = Yes password server = bin/passwd passwd program = /usr/bin/passwd %u unix password sync = No log file = /var/log/samba/SMB%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain admin group = root@SRV2000 ; add user script = /usr/sbin/useradd -d /dev/null -g 502 -s /bin/false -M %u logon script = logon.cmd logon path = \\%N\%u\profiles logon drive = H: logon home = \\SRV\%U domain logons = Yes domain admin group = @admin os level = 64 preferred master = True domain master = True dns proxy = No wins server = 172.25.4.12 default service = export\samba\test printing = lprng [homes] comment = Home Directories valid users = %S read only = No create mask = 0664 directory mask = 0775 browseable = No writable = Yes [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [export\samba\test] comment = Partage de test path = /tmp guest ok = Yes browsable = Yes writeable = Yes [netlogon] comment = Network Logon Services path = /home/netlogon writeable = no browseable = no write list = root And I create a Machine Trust Account, like this; #useradd -g admin -d /dev/null -c "Samba Test Machine" -s /bin/false SRV2000$ #passwd -l SRV2000$ #smbpasswd -a -m SRV2000$ (I found some docs with $ to put here and other without, What do I put) For me, my Machine trust account is OK. To create a samba manager #smbpasswd -a root and I use it to join the domain. But when I try to join the Domain MOMODOM , it is refused because "user unknown or incorrect password" And in the samba log file : rpc_server/srv_netlog_nt.c:get_md4pw(154) get_md4pw: Workstation SRV2000$: no account in domain Someone has an Idea? Thanks in advance, Mo -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] W9x print driver download problems with Samba 2.2.3a and CUPS
Found the thread on the CUPS ng, applied the patch at http://www.cups.org/newsgroups.php?s1+gcups.bugs+v3. Now 9x errors out with 'No more files (error #12)' while copying the ppd. Oddly, it seems to get to the end of the list of files while copying. I think this is the last stumbling block before everything works, any ideas? David Morel ([EMAIL PROTECTED]) wrote: > of CUPS are you using (and which platform?) if you see > > this? > > > > Could you post this to the CUPS mailing list at www.cups.org, please, > > if it still prevails after upgrading CUPS (or ripping off a "cupsaddsmb" > > binary from a more current CUPS installation)? > > > > > > checked the cups ng, it says it'll be fixed for 1.1.16 > > David > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Adam Glasgall Disobedience was Man's Original Virtue msg05345/pgp0.pgp Description: PGP signature
[Samba] default for 'writeable ='
Hi all, 'Using Samba' (and it's companion 'Pocket Reference') both say that the default for the 'writable' option in smb.conf is 'YES'. But, http://ie.samba.org/samba/docs/man/smb.conf.5.html says the default is 'no'. Which is right? Mac Assistant Systems Adminstrator @nibsc.ac.uk [EMAIL PROTECTED] Work: +44 1707 641000 x285 Everything else: +44 7956 237670 (anytime) -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] file permission problem
I have Samba 2.2.1a installed on RedHat 7.2, using RedHat's rev 4 RPMs (samba-common, samba-client, samba, and samba-swat 2.2.1a-4). I have the PDC part working. But there is one file share giving me problems. I have a folder, /export0, which I want all the domain users to be able to use. I have a group, unboundtech, which all the domain users are a member of. The /export0 is owned by root:unboundtech, with mode 775. The folders under this one which they can write to are the same (group is unboundtech, mode is 775). Users can create files/folders, but they can't change the permissions on them (for example, to let other people modify them). In some cases, I also want to have folders in /export0 which are owned by another group which is a subset of the domain users. I'm having the same problems here. I create a folder owned by the group in question, and group writeable. Members of the group can write folders to it (I haven't checked if non-group members can), but they can't change the permissions. Can services be subpaths of existing services? like [/some/folder] . [/some/folder/beneath] . That way I could maybe force a particular group ownership for different sub trees. -- Justin Georgeson UnBound Technologies, Inc. http://www.unboundtech.com Main 713.329.9330 Fax713.460.4051 Mobile 512.789.1962 5295 Hollister Road Houston, TX 77040 Real Applications using Real Wireless Intelligence(tm) # Samba config file created using SWAT # from localhost.localdomain (127.0.0.1) # Date: 2002/10/01 10:04:25 # Global parameters [global] workgroup = UNBOUNDTECH netbios name = MOLEHILL server string = Domain controller interfaces = eth1 192.168.1.0/24 localhost bind interfaces only = Yes encrypt passwords = Yes passwd program = /usr/bin/passwd unix password sync = Yes log file = /var/log/samba/%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain admin group = root sysadm @domainadmin add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u logon path = \\%N\profiles\%U logon drive = Z: domain logons = Yes os level = 33 preferred master = True domain master = True wins support = Yes [profiles] comment = Windows Home Directories path = /home/profiles read only = No create mask = 0775 [export0] path = /export0 write list = @unboundtech read only = No create mask = 0775 directory mask = 0775 [netlogon] path = /usr/share/samba/netlogon write list = administrator browseable = No
Re: [Samba] file quotas
I solved the problem. Apparently Linux quotacheck creates new format of quota files. "quotacheck -F vfsold" did the trick. Yura Pismerov wrote: > > Hi all, > > I've compiled samba --with-quotas, turned on user and group quotas on > ext3, > assigned quotas, BUT it does not seem to be working. Windows client > always shows all available space instead of showing the quota. Do I miss > something ? > > P.S. I run Debian with 2.4.19 kernel patched for ext3 ACL support (from > acl.bestbits.at). > > -- > > Yuri Pismerov, Sr. System Administrator, > TUCOWS.COM INC. (416) 535-0123 ext. 1352 > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] XP Pro and Samba 3.0-alpha1.9
On Tue, 2002-10-01 at 12:37, Kalkoul Morad wrote: > > Hi everybody, > > I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a > Primary Domain Controller. > Below , my smb.conf: > # Samba config file created using SWAT > # from 0.0.0.0 (0.0.0.0) > # Date: 2002/10/01 09:04:58 > > # Global parameters > [global] > ;Nom du domaine > workgroup = MOMODOM > > ;Nom netBios de la machine > netbios name = SRV2000 > > ;Commentaires qui sera affiche dans le vouisinage réseau > server string = Samba Server Beta Test 3.0 > > encrypt passwords = Yes > > password server = bin/passwd nope - this should be the name of the machine - probably just leave it out... > > passwd program = /usr/bin/passwd %u > > unix password sync = No > > log file = /var/log/samba/SMB%m.log > > max log size = 0 > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > > domain admin group = root@SRV2000 you don't need this (and i don't know if it works in samba3) instead you should use the group mapping tool smbgroupedit to set up a mapping between "Domain Admins" and the unix group "root" > > ; add user script = /usr/sbin/useradd -d /dev/null -g 502 -s > /bin/false -M %u > > logon script = logon.cmd > > logon path = \\%N\%u\profiles > > logon drive = H: > > logon home = \\SRV\%U > > domain logons = Yes > > domain admin group = @admin you certainly shouldn't have two of these... > > os level = 64 > > preferred master = True > > domain master = True > > dns proxy = No > > wins server = 172.25.4.12 > > default service = export\samba\test what are you trying to do with this... it's not needed for a PDC > > printing = lprng > > [homes] > comment = Home Directories > valid users = %S you don't need this line... > read only = No > create mask = 0664 > directory mask = 0775 > browseable = No > writable = Yes > > [printers] > comment = All Printers > path = /var/spool/samba > printable = Yes > browseable = No > > [export\samba\test] > comment = Partage de test > path = /tmp > guest ok = Yes > browsable = Yes > writeable = Yes > > [netlogon] > comment = Network Logon Services > path = /home/netlogon > writeable = no > browseable = no > write list = root > > And I create a Machine Trust Account, like this; > #useradd -g admin -d /dev/null -c "Samba Test Machine" -s /bin/false > SRV2000$ > #passwd -l SRV2000$ > #smbpasswd -a -m SRV2000$ (I found some docs with $ to put here and other > without, What do I put) the $ sign needs to be there in the files. I think some versions of smbpasswd add the $ sign automatically just make sure that the files look right.. best wishes! brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE : RE : [Samba] ACL support
Maybe they should put it in a brighter red ;) But thanks now it works! Jean-Rene Cormier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Yura Pismerov Envoyé : 1 octobre, 2002 13:03 À : Jean-Rene Cormier Cc : [EMAIL PROTECTED] Objet : Re: RE : [Samba] ACL support Jean-Rene Cormier wrote: > > That must be it, I didn't see that mentioned anywhere. It is right here in red (almost) colour :) http://acl.bestbits.at/download.html#Kernel > > Thanks a lot > > Jean-Rene Cormier > > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De > la part de Yura Pismerov > EnvoyИ : 1 octobre, 2002 10:32 > ю : Jean-Rene Cormier; [EMAIL PROTECTED] > Objet : Re: [Samba] ACL support > > Jean-Rene Cormier wrote: > > > > Anybody got the latest version of ACL from acl.bestbit.at to work? > I've > > compiled the packages, then installed them from the RPM but I had no > > luck at all. I compiled a kernel with ACL support but when I try to > set > > a new permission it says permission not supported or something like > > that. I currently have a box with ACL working but it's the libacl.so.0 > > lib and the new version is libacl.so.1 but I can't get that to work at > > all. Is there something I missed somewhere? > > Did you mount your fs with -o acl ? > Lates version of the kernel patch requires it... > > > > > Jean-Rene Cormier > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > -- > > Yuri Pismerov, Sr. System Administrator, > TUCOWS.COM INC. (416) 535-0123 ext. 1352 > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Authentication problem
Hello, we have only a problem with samba in our Solaris 8 server and it is with IIS 5 in Windows 2000. We want to use a shared samba folder to put our html pages in, to use IIS how our web server and to use that shared samba folder how our web document root in IIS. But it doesn´t work, there is always a "Netlogon failure" in the web broser when I'm trying to access http://localhost in the web server. We can use that shared folder in Windows and we can use "net use t: \\solarisserver\sharedfolder" and all working fine, but when I use a web browser there is a authentication problem. What's the problem??? Thank you very much, Carlos Ufano González
[Samba] XP Pro and Samba 3.0-alpha1.9
Hi everybody, I set up Samba 3.0alpha1.9 on a RH7.2 and I want to configure it as a Primary Domain Controller. Below , my smb.conf: # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/10/01 09:04:58 # Global parameters [global] ;Nom du domaine workgroup = MOMODOM ;Nom netBios de la machine netbios name = SRV2000 ;Commentaires qui sera affiche dans le vouisinage réseau server string = Samba Server Beta Test 3.0 encrypt passwords = Yes password server = bin/passwd passwd program = /usr/bin/passwd %u unix password sync = No log file = /var/log/samba/SMB%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain admin group = root@SRV2000 ; add user script = /usr/sbin/useradd -d /dev/null -g 502 -s /bin/false -M %u logon script = logon.cmd logon path = \\%N\%u\profiles logon drive = H: logon home = \\SRV\%U domain logons = Yes domain admin group = @admin os level = 64 preferred master = True domain master = True dns proxy = No wins server = 172.25.4.12 default service = export\samba\test printing = lprng [homes] comment = Home Directories valid users = %S read only = No create mask = 0664 directory mask = 0775 browseable = No writable = Yes [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [export\samba\test] comment = Partage de test path = /tmp guest ok = Yes browsable = Yes writeable = Yes [netlogon] comment = Network Logon Services path = /home/netlogon writeable = no browseable = no write list = root And I create a Machine Trust Account, like this; #useradd -g admin -d /dev/null -c "Samba Test Machine" -s /bin/false SRV2000$ #passwd -l SRV2000$ #smbpasswd -a -m SRV2000$ (I found some docs with $ to put here and other without, What do I put) For me, my Machine trust account is OK. To create a samba manager #smbpasswd -a root and I use it to join the domain. But when I try to join the Domain MOMODOM , it is refused because "user unknown or incorrect password" And in the samba log file : rpc_server/srv_netlog_nt.c:get_md4pw(154) get_md4pw: Workstation SRV2000$: no account in domain Someone has an Idea? Thanks in advance, Mo -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Reconnect problem to samba drives after reboot on XP/2000
Hi, After we upgraded our PC from windows 98 to win2000 , we are not able to reconnect to samba drive after reboot. That is after every reboot we have to enter the password again. It was working fine while we are having win98. Is there any fix to it. Moe Hans Network Administrator Information & Education Technology Kwantlen University College , BC , Canada Phone 604-599-2115 www.kwantlen.bc.ca | -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] SAMBA WIN XP Sp1
On Tue, 2002-10-01 at 11:09, Serhan Sevim wrote: > > DON'T, I mean literally uninstall SP1 from your computer immediately. It's bugged >very bad and causes many computers to crash. My XP completely crashed and couldn't >EVEN BOOT. Thank god, my backups rescued me. Formatted it and reinstall everyting but >SP1. > MS forums going crazy, just take a look at it, you'll understand better what I mean. > Serhan. > I've applied SP1 and, aside from the samba problem, I've not been able to detect any problems... Keep in mind that I applied SP1 to a clean system image and i distribute a sysprepped version of XPSP1+apps to the clients so it's probably not the usual case... brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: RE : [Samba] ACL support
Jean-Rene Cormier wrote: > > That must be it, I didn't see that mentioned anywhere. It is right here in red (almost) colour :) http://acl.bestbits.at/download.html#Kernel > > Thanks a lot > > Jean-Rene Cormier > > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De > la part de Yura Pismerov > Envoyé : 1 octobre, 2002 10:32 > À : Jean-Rene Cormier; [EMAIL PROTECTED] > Objet : Re: [Samba] ACL support > > Jean-Rene Cormier wrote: > > > > Anybody got the latest version of ACL from acl.bestbit.at to work? > I've > > compiled the packages, then installed them from the RPM but I had no > > luck at all. I compiled a kernel with ACL support but when I try to > set > > a new permission it says permission not supported or something like > > that. I currently have a box with ACL working but it's the libacl.so.0 > > lib and the new version is libacl.so.1 but I can't get that to work at > > all. Is there something I missed somewhere? > > Did you mount your fs with -o acl ? > Lates version of the kernel patch requires it... > > > > > Jean-Rene Cormier > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > -- > > Yuri Pismerov, Sr. System Administrator, > TUCOWS.COM INC. (416) 535-0123 ext. 1352 > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Autoreply to samba digest, Vol 1 #1677 - 17 msgs
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-152 zu erreichen. Mit freundlichen Grüßen Michael Müller G. Umbreit GmbH & Co.KG -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] config.pol
Hi Fernando, I'm sorry. I forgot to mention all the workstations are Win98. Fortunatly, there are only 10. I have already changed the selection to "All users of this computer use the same preferences and desktop settings." in Passwords Properties/User Profiles. Thanks Your english is so good I didn't even hear an accent. ;^) Fernando Casas ([EMAIL PROTECTED]) wrote*: > >Hi BOB. >This solution is tedius, but works. I´m sure there is a better one out >there. =) > >You must go to each workstation, logon as Administrator, or a user with >Administrator privileges. > >Righ-click on MyComputer icon. >Click on Properties. >Then go to the User Profiles tab. >Select the user that you want to change de profile type. >Then click on the CHANGE TYPE button. >Select LOCAL PROFILE. >Then click on OK. >Click on OK again. > >And thats all. Then logoff, and logon again. The user profile will be local >type instead of roaming. >If this doesn´t work for you, let me know. >Greetings. > >Fernando > >PD: excuse my terrible english. =( > >- Original Message - >From: "Bob Crandell" <[EMAIL PROTECTED]> >To: "Samba List" <[EMAIL PROTECTED]> >Sent: Tuesday, October 01, 2002 12:20 PM >Subject: [Samba] config.pol > > >> Hi, >> >> I just installed a new Samba server to replace an old dying Novell box for >a client. >> It works well and they are happy. The one problem I'm having is when any >user logs >> in, they get a message saying it can't find \\master\netlogon\config.pol. >This is >> coming from a messed up roaming profiles configuration on the Novell box, >which is >> off. I don't have any experience with roaming profiles and I don't want >any. >> >> My question is can you either >> 1) tell me how to turn it off on each workstation or >> 2) send and empty/do nothing config.pol? >> >> This would be a great product if it wasn't for Windoze. :^/ >> >> Thanks >> -- >> Bob Crandell >> Assured Computing >> When you need to be sure. >> Voice 541-689-9159 >> FAX 240-371-7237 >> [EMAIL PROTECTED] >> www.assuredcomp.com >> Eugene, Or. 97402 >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: http://lists.samba.org/mailman/listinfo/samba >> > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Roaming profiles and Win2K
On Tue, 2002-10-01 at 09:06, Keith Dickinson wrote: > I've been all through the Samba in 24 hours book as well as the > How-To-Collection.pdf file and several other resources. I've got samba > doing file sharing and authentication as a PDC for a couple of Win2K boxes > (95/98 to come later). > > The machines can authenticate just fine. Problem is that when they log off, > I get the following error: Windows cannot update your roaming profile. > Contact your network administrator. > are you sure you've got the permissions correct on the profile share? what do your logs say? my config works with win2k machines ... here are the relevant excerpts domain logons = Yes os level = 64 preferred master = True domain master = True note i have an external wins server - you'll probably want to set up your own. [netlogon] path = /etc/samba/netlogon write list = root [profiles] path = /home/xp_profiles read only = No create mask = 0600 directory mask = 0700 csc policy = disable share modes = No -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] SAMBA WIN XP Sp1
I nearly missed your message since you replied to an unrelated message... (my mail reader threads according to message id) you need to make a change on the client in the gpedit.msc program set computer configuration->administrative templates->system->user profiles-> do not check for user ownership of roaming profile folders to enabled Iff your pdc and your profile server share the same SID another possibility is to modify your server's profiles share to have nt acl support = yes brad On Tue, 2002-10-01 at 04:18, Jörg Nissen wrote: > Hello, > With Win XP I can Connect to Samba. But after I had Installed Win XP SP1 I > coudn´t connect to my PDC. It comes an Error Message that my Profile coudn´t > load. > > Can anyone help me ?. > > > > > > > Jörg Nissen > > > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] quick question about the wins database.
Version 2.2.5 on 2.4.18-6mdk ive got the following in my smb.conf [global] add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine Account' -s /bin/false -M %u workgroup = ARCHANGEL netbios aliases = CYBERCENTER PARISHCENTER netbios name = PENGUIN server string = Samba Server %v security = SERVER guest account = nobody map to guest = bad user #security = user os level = 33 domain master = No domain logons = No encrypt passwords = Yes password server = 10.10.10.99 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = lpstat dns proxy = No wins support = Yes hosts allow = hosts allow = 10.10.10.0/255.255.255.0 printing = cups print command = /usr/bin/lp -d%p -oraw %s; rm %s lpq command = /usr/bin/lpstat -o%p lprm command = /usr/bin/cancel %p-%j queuepause command = /usr/bin/disable %p queueresume command = /usr/bin/enable %p my question is, ive got wins turned on, smbd and nmbd are running, but there is no wins.dat in /usr/local/samba/var/locks I know there is something simple im missing, but what? Jason -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] config.pol
Hi BOB. This solution is tedius, but works. I´m sure there is a better one out there. =) You must go to each workstation, logon as Administrator, or a user with Administrator privileges. Righ-click on MyComputer icon. Click on Properties. Then go to the User Profiles tab. Select the user that you want to change de profile type. Then click on the CHANGE TYPE button. Select LOCAL PROFILE. Then click on OK. Click on OK again. And thats all. Then logoff, and logon again. The user profile will be local type instead of roaming. If this doesn´t work for you, let me know. Greetings. Fernando PD: excuse my terrible english. =( - Original Message - From: "Bob Crandell" <[EMAIL PROTECTED]> To: "Samba List" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 12:20 PM Subject: [Samba] config.pol > Hi, > > I just installed a new Samba server to replace an old dying Novell box for a client. > It works well and they are happy. The one problem I'm having is when any user logs > in, they get a message saying it can't find \\master\netlogon\config.pol. This is > coming from a messed up roaming profiles configuration on the Novell box, which is > off. I don't have any experience with roaming profiles and I don't want any. > > My question is can you either > 1) tell me how to turn it off on each workstation or > 2) send and empty/do nothing config.pol? > > This would be a great product if it wasn't for Windoze. :^/ > > Thanks > -- > Bob Crandell > Assured Computing > When you need to be sure. > Voice 541-689-9159 > FAX 240-371-7237 > [EMAIL PROTECTED] > www.assuredcomp.com > Eugene, Or. 97402 > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] winbind trouble under load?
I forgot to mention that I "connect" winbind to the W2K DC not as an anonymous account but with a normal user account. I use the wbinfo -A user%password [EMAIL PROTECTED] skriver: >testparm now (2.2.6pre2) has an option to only display non-default >values. That makes it easier to figure out what you have actually >changed... [global] workgroup = SKOLA server string = Trustix Samba Server interfaces = br0 security = DOMAIN encrypt passwords = Yes password server = * log level = 0 log file = /var/log/samba/log.%I name resolve order = wins host lmhosts bcast socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 load printers = No os level = 32 preferred master = True domain master = False wins server = 193.180.x.y winbind uid = 1-4 winbind gid = 1-4 template homedir = /dev/null winbind enum users = No winbind enum groups = No printer admin = @"SKOLA\Support",@"SKOLA\Administrators" > >I would avoid the exec on open, just becouse I see Win2k doing a *lot* >of tree connects/disconnects. I would instead suggest using >pam_mkhomdir (or a modified varient) becouse they occour per session, >not per tree. It is only for testing so I don't give much about speed now, on to get it working. I'll look into the pam_mkhomedir later. > >> --- >> >> Error on W2K DC >> >> Event Type: Error >> Event Source: Srv >> Event Category: None >> Event ID: 2006 >> Date: 2002-09-30 >> Time: 12:28:58 >> User: N/A >> Computer: DC01 >> Description: >> The server received an incorrectly formatted request from \\193.180.x.y >> Data: >> : 00 00 34 00 02 00 7c 00 ..4...|. >> 0008: 00 00 00 00 d6 07 00 c0 Ö..À >> 0010: 00 00 00 00 01 20 98 c0 . ?À >> 0018: 00 00 00 00 00 00 00 00 >> 0020: 00 00 00 00 00 00 00 00 >> 0028: b3 06 00 00 ff 53 4d 42 ³...ÿSMB >> 0030: 25 00 00 00 00 08 01 c0 %..À >> 0038: 00 00 00 00 00 00 00 00 >> 0040: 00 00 00 00 00 d0 6d 38 .Ðm8 >> 0048: 02 50 01 00 10 00 00 48 .P.H >> 0050: 00 00 00 48 00 00 00 00 ...H >> 0058: 00 00 00 00 > >Now *this* is interesting. I've only heard of it once, and it was not >reproducable. Can you reproduce this error, and try to get a packet >sniff of it? I would be interested to see what it actually is. Can't reproduce it. I have a few of these every week in my log files, both from this server (2.2.6cvs) and the other samba servers (2.2.5). I'll examine the logs and see if I can find anything that happend at the same time. > >> >> [2002/10/01 13:21:50, 0] smbd/sec_ctx.c:initialise_groups(244) >> Unable to initgroups. Error was Input/output error >> >> The logs are full of those message. However I think the are due to >> the fact that I have winbind enum groups = no in /etc/samba/smb.conf > >That should not be. That error is probably somthing else... Yes, could it be this: [print$] path = /samba/printers write list = @"SKOLA\Support" @"SKOLA\Administrators" guest ok = Yes root@xx-proxy /var/log/samba# testparm | grep guest map to guest = Never domain guest group = guest account = nobody guest only = No guest ok = No guest ok = Yes When the computer/user tries to connect to the share as a guest it fails since the guest account (nobody) is not allowed to use samba? OR could the fact that im using a normal account to connect to w2k account for the errors? (wbinfo -A user%pass) > >In any case, one course of action might be (assuming you are running an >Active Directory setup) to move to Samba 3.0. If the Win2k clients get >kerberos credentials, then Samba doesn't need to contact the DC at all >for authenticaion. (It might need to contact it for other things >however, but these can be cached too) Also, Samba 3.0 uses an LDAP >client on AD, which I suspect will cope much better with 1 users. > >Samba 3.0 also has a 'dual deamon' mode where it can opearate out of >it's cache while waiting for new answers from the DC, which might help >avoid a blocking winbind call backloging the entire system. > >Finally, Samba 3.0 has *much* better error reporting, so you might get a >meaningful error message too! But isn't samba 3.0 in alpha or beta? Is it really recommended/safe to run it in production? -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] config.pol
Hi, I just installed a new Samba server to replace an old dying Novell box for a client. It works well and they are happy. The one problem I'm having is when any user logs in, they get a message saying it can't find \\master\netlogon\config.pol. This is coming from a messed up roaming profiles configuration on the Novell box, which is off. I don't have any experience with roaming profiles and I don't want any. My question is can you either 1) tell me how to turn it off on each workstation or 2) send and empty/do nothing config.pol? This would be a great product if it wasn't for Windoze. :^/ Thanks -- Bob Crandell Assured Computing When you need to be sure. Voice 541-689-9159 FAX 240-371-7237 [EMAIL PROTECTED] www.assuredcomp.com Eugene, Or. 97402 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] SAMBA WIN XP Sp1
DON'T, I mean literally uninstall SP1 from your computer immediately. It's bugged very bad and causes many computers to crash. My XP completely crashed and couldn't EVEN BOOT. Thank god, my backups rescued me. Formatted it and reinstall everyting but SP1. MS forums going crazy, just take a look at it, you'll understand better what I mean. Serhan. -- Original Message -- From: Jörg Nissen <[EMAIL PROTECTED]> Date: Tue, 1 Oct 2002 10:18:48 +0200 >Hello, >With Win XP I can Connect to Samba. But after I had Installed Win XP SP1 I >coudn´t connect to my PDC. It comes an Error Message that my Profile coudn´t >load. > >Can anyone help me ?. > > > > > > >Jörg Nissen > > > > > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Solaris, winbind and console login
Hi, I 'm running : bash-2.03# uname -a SunOS kdejenssamfs 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R and Samba 2.2.5 with winbind and PAM module. I do not need local domain users anymoure as expected. But I have two remaining problems: 1. "console" logins are no longer possible. I get the follwoing error in /var/adm/messages: ... Oct 1 16:41:07 kdejenssamfs pam_winbind[817]: [ID 507189 auth.error] request failed, PAM error was 13, NT error was NT_STATUS_NO_SUCH_USER .. 2. ftp doesn't work even if telnet works. My "/etc/pam.conf" is: # #ident "@(#)pam.conf 1.1601/01/24 SMI" # # Copyright (c) 1996-2000 by Sun Microsystems, Inc. # All rights reserved. # # PAM configuration # # Authentication management # login auth required /usr/lib/security/pam_winbind.so.1 debug login auth required /usr/lib/security/$ISA/pam_unix.so.1 try_first_pass login auth required /usr/lib/security/$ISA/pam_dial_auth.so.1 # rlogin auth sufficient /usr/lib/security/pam_winbind.so.1 rlogin auth sufficient /usr/lib/security/$ISA/pam_rhosts_auth.so.1 rlogin auth required /usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # dtlogin auth sufficient /usr/lib/security/pam_winbind.so.1 dtlogin auth required /usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # rsh auth required /usr/lib/security/$ISA/pam_rhosts_auth.so.1 other auth sufficient /usr/lib/security/pam_winbind.so.1 debug other auth required /usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # # Account management # login account sufficient /usr/lib/security/pam_winbind.so.1 debug login account requisite /usr/lib/security/$ISA/pam_roles.so.1 login account required/usr/lib/security/$ISA/pam_projects.so.1 login account required/usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # dtlogin account sufficient /usr/lib/security/pam_winbind.so.1 dtlogin account requisite /usr/lib/security/$ISA/pam_roles.so.1 dtlogin account required/usr/lib/security/$ISA/pam_projects.so.1 dtlogin account required/usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # other account sufficient /usr/lib/security/pam_winbind.so.1 debug other account requisite /usr/lib/security/$ISA/pam_roles.so.1 other account required/usr/lib/security/$ISA/pam_projects.so.1 other account required/usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # # Session management # other session required/usr/lib/security/$ISA/pam_unix.so.1 try_first_pass # # Password management # other password required /usr/lib/security/$ISA/pam_unix.so.1 dtsession auth required /usr/lib/security/$ISA/pam_unix.so.1 smb.conf is: workgroup = KRZ netbios name = kdejenssamfs #netbios aliases = proxy2 djian server string = Samba %v %h interfaces = 10.2.39.204/23 bind interfaces only = true socket address = 10.2.39.204/23 map to guest = Bad user log level = 1 syslog = 0 log file = /usr/local/samba/var/log.%m max log size = 10 deadtime = 5 os level = 31 domain master = no local master = no wins server = 10.2.39.67 name resolve order = lmhosts wins hosts bcast # make sure you 've domain account for samba server to NT domain # and typed "smbpasswd -j DOM -r DOMPDC" before security = domain password server = kdejenskrzads1.krz.ads kdejenskrzads2.krz.ads encrypt passwords = true username map = /usr/local/samba/private/users.map winbind separator = + winbind uid = 1-2 winbind gid = 1-2 winbind enum users = yes winbind enum groups = yes winbind use default domain = yes template homedir = /export/home/%D/%U template shell = /bin/bash ... Any help is appreciated. Best regards Uwe walther -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE : [Samba] ACL support
Yes everything is compiled against the latest version of the libraries, since all utilities came from acl.bestbit.at, also I was getting errors while I was trying to set an acl manually so Samba wasn't the problem. So to add the acl option I just add acl in the option field in fstab right? Also what does user_xattrs will do? And are there other options that I can put with ACL? Jean-Rene Cormier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Crosby, Scott F. Envoyé : 1 octobre, 2002 11:23 À : 'Jean-Rene Cormier'; Samba List Objet : RE: [Samba] ACL support A few things you may try. First, make sure your ACL utilities and samba are compiled against the equivalent version of the libaries; make sure your versions line up as best as possible. Second, make sure you've mounted the filesystem with the acl option set. user_xattrs may also be useful. Scott F. Crosby -Original Message- From: Jean-Rene Cormier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 8:08 AM To: Samba List Subject: [Samba] ACL support Anybody got the latest version of ACL from acl.bestbit.at to work? I've compiled the packages, then installed them from the RPM but I had no luck at all. I compiled a kernel with ACL support but when I try to set a new permission it says permission not supported or something like that. I currently have a box with ACL working but it's the libacl.so.0 lib and the new version is libacl.so.1 but I can't get that to work at all. Is there something I missed somewhere? Jean-Rene Cormier -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] binaries corrupted when transferred
I have searched around quite a bit for help regarding this issue, but it seems that when I transfer a binary from Windows to a UNIX share, that binary is corrupted. I have installed samba-2.2.6.p2_1 through FreeBSD 4.6-STABLEs Ports Collection because the error existed with the version prior to that. I have uninstalled, reinstalled, reconfigured, etc., but whenever I transfer a binary it gets corrupted. When I read binary files from the FreeBSD share, such as an MP3, the file plays fine. When moving an MP3 of other binary file to the FreeBSD share, and then listening to it through samba, the file is distorted. I most often find myself transferring binaries through FTP or sFTP because they are corrupted when I transfer using SMB. Id like to say that the binary files are being transferred as ASCII files, but Im not certain. When I transfer ASCII files, they are fine and are not corrupted or altered as binary files are. Where can I find documentation regarding the subject or how can I fix the problem? Thanks, Taylor --- Taylor Basilio ([EMAIL PROTECTED]) _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE : [Samba] ACL support
That must be it, I didn't see that mentioned anywhere. Thanks a lot Jean-Rene Cormier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de Yura Pismerov Envoyé : 1 octobre, 2002 10:32 À : Jean-Rene Cormier; [EMAIL PROTECTED] Objet : Re: [Samba] ACL support Jean-Rene Cormier wrote: > > Anybody got the latest version of ACL from acl.bestbit.at to work? I've > compiled the packages, then installed them from the RPM but I had no > luck at all. I compiled a kernel with ACL support but when I try to set > a new permission it says permission not supported or something like > that. I currently have a box with ACL working but it's the libacl.so.0 > lib and the new version is libacl.so.1 but I can't get that to work at > all. Is there something I missed somewhere? Did you mount your fs with -o acl ? Lates version of the kernel patch requires it... > > Jean-Rene Cormier > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] PAM - Winbind help needed.
Thanks to all the info I've gathered that people have posted here I've got a lot further and can now login to the local machine using a Domain account :) I'm still having problems with PAM though, no pam.d/samba file was created on installation, I did install with-pam and the login part of pam works with pam_winbind.so, but when I change the obey pam restrictions to yes I get prompted when trying to access even Public and Temp shares. I am trying to get this to work so I can utilise the pam_mkhomedir.so to autocreate the home directories for users. Without the pam option enabled I can access things fine and login through SSH using DOMAIN+user. I have tried a couple of different pam.d/samba files including these: # /etc/pam.d/samba #%PAM-1.0 auth required pam_nologin.so authrequired pam_stack.so service=system-auth accountrequired pam_stack.so service=system-auth sessionrequired pam_mkhomedir.so skel=/etc/sambaskel umask=0022 # /etc/sambaskel is a dir I made specific for homedirs for domain users sessionrequired pam_stack.so service=system-auth password required pam_stack.so service=system-auth And auth required pam_winbind.so auth required pam_pwdb.so nullok shadow account required pam_winbind.so account required pam_pwdb.so I'm probably doing something really basic wrong, but I'm so close to getting this right now. I'm using Debian 3.0 and Samba 2.2.5. Any ideas are appreciated. Shaolin - IT Systems WB Ltd. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] ACL support
Title: RE: [Samba] ACL support A few things you may try. First, make sure your ACL utilities and samba are compiled against the equivalent version of the libaries; make sure your versions line up as best as possible. Second, make sure you've mounted the filesystem with the acl option set. user_xattrs may also be useful. Scott F. Crosby -Original Message- From: Jean-Rene Cormier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 8:08 AM To: Samba List Subject: [Samba] ACL support Anybody got the latest version of ACL from acl.bestbit.at to work? I've compiled the packages, then installed them from the RPM but I had no luck at all. I compiled a kernel with ACL support but when I try to set a new permission it says permission not supported or something like that. I currently have a box with ACL working but it's the libacl.so.0 lib and the new version is libacl.so.1 but I can't get that to work at all. Is there something I missed somewhere? Jean-Rene Cormier -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] W9x print driver download problems with Samba 2.2.3a and CUPS
On Sun, 29 Sep 2002 14:09:19 -0400, Adam Glasgall <[EMAIL PROTECTED]> wrote: >I've set up Samba and CUPS on our testing server here, and used >smbcupsadd to upload the Adobe PS drivers to the server as directed in >Win9x is another story altogether. It's clearly trying to get the >drivers from the server, but at the beginning of the process, it pops up run cupsaddsmb with "-v". You'll probably see that it mistakenly uses smbclient in place of rpcclient when setting up win9x drivers and fails. You can do it by hand seeing what's trying to do or wait for release of cups-1.1.16 which solves this. -- [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Autoreply to samba digest, Vol 1 #1676 - 26 msgs
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-152 zu erreichen. Mit freundlichen Grüßen Michael Müller G. Umbreit GmbH & Co.KG -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] file quotas
Hi all, I've compiled samba --with-quotas, turned on user and group quotas on ext3, assigned quotas, BUT it does not seem to be working. Windows client always shows all available space instead of showing the quota. Do I miss something ? P.S. I run Debian with 2.4.19 kernel patched for ext3 ACL support (from acl.bestbits.at). -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] winbind trouble under load?
Samba Samba /pers wrote: > > We have a large W2K domain with numerous terminalservers at the local > sites. Those sites also have a linux-2.2.20 server with samba-2.2.5. > The samba is used to store the profiles for both the terminalservers > and for the windows 2000/xp clients. > > I use winbind and have joined the server to the domain without problem. I > can set rights on directories and so on. However from time to time when the > users login to the W2K terminalserver they get a popup-message: > > " > Windows cant locate your roaming profile and is attempting to log you on > with your local profile. Changes to the profile will not be propagated to > the server. > > DETAIL - The specified network password is not correct. > " > > However since the user can login there is nothing wrong with their > password. One of > my teories is that there is something wrong when samba tries to auth the > user to > the W2K domain. Either it has lost the connection (and can't reconnect > automatically) > or there is some other error. The user does get a logon but are of course > missing their > profiles and such. Since this is a school environment the users login much > at the same > time and another idea I have is that the problem seems to show up when > many users > login at the same time. Yes, well Samba can do nasty things to a DC when it has to hit it like that. That's one connection to the DC per authenticaion. :-( > I have tried both samba-2.2.5 and currently samba-2.2.6cvs (020926). The > problem still persists. This is leading me to the maillist in search for > an answer. > > I have disable the "winbind enum user/groups" since if I enable them > winbind goes > into a nonresponsive state, probably due to that we have 10K users and > more. Yes, that would be 'a good idea' :-). > Im also testing to let samba create the users profile directory but that > didn't effect > the problem. > > Samba also seems to loose the ability to lookup the users name in the > domain and display the > as this: > > drwx--4 10283 SKOLA\Do 4096 Aug 22 23:30 dla0826 > > instead of: > drwx--4 SKOLA\dla0826 SKOLA\Do 4096 Aug 22 23:30 dla0826 This would happen when winbind get's itself stuck. > I have enclosed all my logs and the configuration. > > This is turning into a major problem with the users and if I cant get this > fixed then my only other option is to move the profiles back to the > windows2000 fileservers. However that option would leave me with needing > to transfer the profiles over the WAN to the users site. > > smb.conf (from testparm) testparm now (2.2.6pre2) has an option to only display non-default values. That makes it easier to figure out what you have actually changed... I would avoid the exec on open, just becouse I see Win2k doing a *lot* of tree connects/disconnects. I would instead suggest using pam_mkhomdir (or a modified varient) becouse they occour per session, not per tree. > - > /usr/local/bin/crehome.sh > #!/bin/sh > > # 1.0.1 (2002-09-23) > > SMBUSER=$1 > > if [ ! -d /samba/profiler/$SMBUSER ]; then > echo creating $SMBUSER >> /tmp/crehome.txt > mkdir /samba/profiler/$SMBUSER >> /tmp/crehome.txt > mkdir /samba/profiler/$SMBUSER/nt >> /tmp/crehome.txt > mkdir /samba/profiler/$SMBUSER/ts >> /tmp/crehome.txt > chgrp -R "SKOLA\Domain Users" /samba/profiler/$SMBUSER >> > /tmp/crehome.txt > chmod 700 /samba/profiler/$SMBUSER >> /tmp/crehome.txt > echo "-" >> /tmp/crehome.txt > fi > > - > > Error on terminalserver: > > Event Type: Error > Event Source: Userenv > Event Category: None > Event ID: 1000 > Date: 2002-10-01 > Time: 09:26:03 > User: SKOLA\llu0731 > Computer: KA-WTS01 > Description: > Windows cannot locate your roaming profile and is attempting to log you on > with your local profile. Changes to the profile will not be propagated to > the server. > > DETAIL - The specified network password is not correct. > > Event Type: Error > Event Source: Userenv > Event Category: None > Event ID: 1000 > Date: 2002-10-01 > Time: 09:26:04 > User: NT AUTHORITY\SYSTEM > Computer: KA-WTS01 > Description: > Windows cannot find the local profile and is logging you on with a > temporary profile. Changes you make to this profile will be lost when you > log off. > > > > "The specified network password is not correct" is however bullshit. Well, that very much depends on what Samba told Win2k. > --- > > Error on W2K DC > > Event Type: Error > Event Source: Srv > Event Category: None > Event ID: 2006 > Date: 2002-09-30 > Time: 12:28:58 > User: N/A > Computer: DC01 > Description: > The server received an incorrectly formatted request from \\193.180.x.y > Data: > : 00 00 34 00 02 00 7c 00 ..4...|. > 0008: 00 00 00 00 d6 07 00 c0 Ö..À
Re: [Samba] ACL support
Jean-Rene Cormier wrote: > > Anybody got the latest version of ACL from acl.bestbit.at to work? I've > compiled the packages, then installed them from the RPM but I had no > luck at all. I compiled a kernel with ACL support but when I try to set > a new permission it says permission not supported or something like > that. I currently have a box with ACL working but it's the libacl.so.0 > lib and the new version is libacl.so.1 but I can't get that to work at > all. Is there something I missed somewhere? Did you mount your fs with -o acl ? Lates version of the kernel patch requires it... > > Jean-Rene Cormier > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- Yuri Pismerov, Sr. System Administrator, TUCOWS.COM INC. (416) 535-0123 ext. 1352 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
RE: [Samba] 2.2.5 and NIS question
thanks for your answer the point is - we don't have an ms-domain - and i don't want to set it up we have some citrix metaframe (single) servers that actually connect to Novell Netware 3.20 (!) the commercial applications run on AIX (via telnet) the plan is to move the Novell structure directly to an linux box using samba Each user has a login/password on the AIX (NIS-based) I just want to use this (very fine working) system to authenticate the users of the samba on the linux box any help is appreciated best regards Udo E. Foth - Systemingenieur - REIFF - Management- + Service- GmbH Tuebinger Str. 2 - 6 D-72762 Reutlingen Tel.07121/323-283 Mobil 0179/2670262 Fax 07121/323-6283 Mail[EMAIL PROTECTED] Web http://www.reiff-rms.de -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Roaming profiles and Win2K
I've been all through the Samba in 24 hours book as well as the How-To-Collection.pdf file and several other resources. I've got samba doing file sharing and authentication as a PDC for a couple of Win2K boxes (95/98 to come later). The machines can authenticate just fine. Problem is that when they log off, I get the following error: Windows cannot update your roaming profile. Contact your network administrator. If anyone has an example config that works with Win2k machines, I'd appreciate it if they'd throw this dog a bone. Thanks Keith -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] winbind trouble under load?
We have a large W2K domain with numerous terminalservers at the local sites. Those sites also have a linux-2.2.20 server with samba-2.2.5. The samba is used to store the profiles for both the terminalservers and for the windows 2000/xp clients. I use winbind and have joined the server to the domain without problem. I can set rights on directories and so on. However from time to time when the users login to the W2K terminalserver they get a popup-message: " Windows cant locate your roaming profile and is attempting to log you on with your local profile. Changes to the profile will not be propagated to the server. DETAIL - The specified network password is not correct. " However since the user can login there is nothing wrong with their password. One of my teories is that there is something wrong when samba tries to auth the user to the W2K domain. Either it has lost the connection (and can't reconnect automatically) or there is some other error. The user does get a logon but are of course missing their profiles and such. Since this is a school environment the users login much at the same time and another idea I have is that the problem seems to show up when many users login at the same time. I have tried both samba-2.2.5 and currently samba-2.2.6cvs (020926). The problem still persists. This is leading me to the maillist in search for an answer. I have disable the "winbind enum user/groups" since if I enable them winbind goes into a nonresponsive state, probably due to that we have 10K users and more. Im also testing to let samba create the users profile directory but that didn't effect the problem. Samba also seems to loose the ability to lookup the users name in the domain and display the as this: drwx--4 10283 SKOLA\Do 4096 Aug 22 23:30 dla0826 instead of: drwx--4 SKOLA\dla0826 SKOLA\Do 4096 Aug 22 23:30 dla0826 I have enclosed all my logs and the configuration. This is turning into a major problem with the users and if I cant get this fixed then my only other option is to move the profiles back to the windows2000 fileservers. However that option would leave me with needing to transfer the profiles over the WAN to the users site. smb.conf (from testparm) root@ka-proxy /var/log/samba# testparm Load smb config files from /etc/samba/smb.conf Processing section "[tftp$]" Processing section "[installZone]" Processing section "[profiler$]" Processing section "[printers]" Processing section "[print$]" Processing section "[datasal]" No path in service datasal - using /tmp Processing section "[bravo]" No path in service bravo - using /tmp Processing section "[media]" No path in service media - using /tmp Processing section "[axet]" No path in service axet - using /tmp Processing section "[orion]" No path in service orion - using /tmp Loaded services file OK. WARNING: You have some share names that are longer than 8 chars These may give errors while browsing or may not be accessible to some older clients Press enter to see a dump of your service definitions # Global parameters [global] coding system = client code page = 850 code page directory = /etc/samba/codepages workgroup = SKOLA netbios name = netbios aliases = netbios scope = server string = Trustix Samba Server interfaces = br0 bind interfaces only = No security = DOMAIN encrypt passwords = Yes update encrypted = No allow trusted domains = Yes hosts equiv = min passwd length = 5 map to guest = Never null passwords = No obey pam restrictions = No password server = * smb passwd file = /etc/samba/smbpasswd root directory = pam password change = No passwd program = /usr/bin/passwd passwd chat = *new*password* %n\n *new*password* %n\n *changed* passwd chat debug = No username map = password level = 0 username level = 0 unix password sync = No restrict anonymous = No lanman auth = Yes use rhosts = No ssl = No ssl hosts = ssl hosts resign = ssl CA certDir = ssl CA certFile = ssl server cert = ssl server key = ssl client cert = ssl client key = ssl egd socket = ssl entropy file = ssl entropy bytes = 256 ssl require clientcert = No ssl require servercert = No ssl ciphers = ssl version = ssl2or3 ssl compatibility = No admin log = No log level = 0 syslog = 1 syslog only = No log file = /var/log/samba/log.%I max log size = 5000 timestamp logs = Yes debug hires timestamp = No debug pid = No debug uid = No protocol = NT1 large readwrite = No max protocol = NT1 min protocol = CORE read bmpx = No
[Samba] ACL support
Anybody got the latest version of ACL from acl.bestbit.at to work? I've compiled the packages, then installed them from the RPM but I had no luck at all. I compiled a kernel with ACL support but when I try to set a new permission it says permission not supported or something like that. I currently have a box with ACL working but it's the libacl.so.0 lib and the new version is libacl.so.1 but I can't get that to work at all. Is there something I missed somewhere? Jean-Rene Cormier -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] (no subject)
http://samba.mirror.ac.uk/samba/docs/Samba-HOWTO-Collection.html http://hr.uoregon.edu/davidrl/samba.html ftp://ftp.stratus.com/pub/vos/customers/samba/ http://asia.cnet.com/itmanager/netadmin/0,39006400,39050042,00.htm http://www.sin.khk.be/~dj/ http://fre-ks.greatplains.net/samba/winbind.html http://ranger.dnsalias.com/mandrake/muo/connect/csamba5.html#winbind HTH Shaolin - IT Systems WB Ltd. - Original Message - From: Mina Jafarijoo To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 11:41 AM Subject: [Samba] (no subject) I am new in Samba. I install Red hat 7.2 and smb server and I can start smbd and nmbd services but there are many problems to authentication when I want to connect to Samba server over a MS client. How do I go about configuring Samba? Mina -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] (no subject)
I am new in Samba. I install Red hat 7.2 and smb server and I can start smbd and nmbd services but there are many problems to authentication when I want to connect to Samba server over a MS client. How do I go about configuring Samba? Mina
RE: [Samba] Swat & Samba-3.0alpha20
Same problem. Sure, password has correct. v2.2.6pre2 Everything is running fine as far as samba and windows sharing but I getthese errors when trying to access swat401 Bad Authorizationusername or password incorrectAny clues...I noticed some issues with earlier versions of samba and certainthings to change before compling, but I was unsure if those issues stilledapplied to this release...Thanks in advance for any helpClay
[Samba] Won't see entire space on hard drive
Good Morning, I have a Mandrake 9.0 machine with a shared folder configured for public LAN access, with no special permissions on the folder. It is on a RAID 5 array, and I have 36+ GB available on the disks. The folder is located in the /usr partition. I am only able to see 4 GB max space with this folder. Is there a space limitation with the /usr partition, and if so, is this true of the other partitions as well? Thank you in advance. - Robert Dempsey Atlantic Dominion Solutions -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] SAMBA WIN XP Sp1
Hello, With Win XP I can Connect to Samba. But after I had Installed Win XP SP1 I coudn´t connect to my PDC. It comes an Error Message that my Profile coudn´t load. Can anyone help me ?. Jörg Nissen
[Samba] 2.2.5 and DOS file transfers
Hi All, I looked for this in the archive, couldn't immediately find it so apologies if this has been asked before. I have some dos machines access samba shares, copying files to/from them on a regular basis. For some reason, the transfer rate is very slow, and I can't track down why. The dos machines are actually win95/98 in dos mode, using msclient. All machines transferred great when the fileserver was windows-based. I don't know enough about the guts of samba to know what to tweak...any ideas? Thanks, Michael
[Samba] SAMBA 2.2.5 and quotas (Linux SuSE 7.3)
Hello Group, I tried this one at the newsgroup linux.samba but got no response. Now I hope the somebody here can help me. What I want is simple (IMHO ;-) - working quotas with SAMBA What have I done: - compiled SAMBA with qouta. - set user level security (made smbpasswd for my users) - applied SuSE's quota (tools) update - set up user quotas for an ext2fs file system. - turned quota on. results in: accessible resources from Windows boxes but: [NT4 SP6] - quota limit is correct reported as disk size. - if I am over the soft limit, in Windows there appears a box saying that there is not enough space available at the filesystem, but I am able to continue. I can write the file and up to the hard limit everything is O.K., - if I am over the hard limit the same box appeas, I can continue too, the reported size fits (the content of course not). - a 'df' within the filesystem shows no growing beyond the hard limit. - but an ls -l shows a "correct" value for the size - and I can write and write and write. - repqouta shows an incresing inode count, the block count remains at hard limit. [Win XP] - behaves just like NT [W98 SE] - correct behavior (message box, cant write beyond limit) - for files smaller 2kB I get an network error (not O.K. but O.K.;-) [Linux itself] - from the shell everything is fine, I am not able to write over the limit. does anybody know something how to solve this or where the problem is? thanks Thomas -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Swat & Samba-3.0alpha20
> Clay Kinney wrote: > > I have compiled samba with the defaults on a Slackware8.1 box. > > Everything is running fine as far as samba and windows sharing but I > get > these errors when trying to access swat > > 401 Bad Authorization > username or password incorrect > > Any clues...I noticed some issues with earlier versions of samba and > certain > things to change before compling, but I was unsure if those issues > stilled > applied to this release... Try current HEAD, if you were having problems with shadow passwords. (We just fixed some bugs a day or so ago) Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Semaphore timeout
> > Hi > > > > I'm getting a "semaphore timeout period has expired" error trying to > connect a WinXP desktop to out linuxbox. (Redhat 7.1 / samba-2.0.7-36) > I can't seem to find help about this in the documentation. Has > anyone had any experience with this? I would upgrade to a current release of Samba. Some older versions were liable to get 'stuck', causing this kind of message. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] W9x print driver download problems with Samba2.2.3a and CUPS
of CUPS are you using (and which platform?) if you see > this? > > Could you post this to the CUPS mailing list at www.cups.org, please, > if it still prevails after upgrading CUPS (or ripping off a "cupsaddsmb" > binary from a more current CUPS installation)? > > checked the cups ng, it says it'll be fixed for 1.1.16 David -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] problem saving word documents
Johan Coenen wrote: > > At 23:21 11/09/2002 +1000, Andrew Bartlett wrote: > >Johan Coenen wrote: > > > > > > Sep 10 16:14:55 ls-aiv-03 smbd[15088]: [2002/09/10 16:14:55, 0] > > > lib/util_sec.c:assert_gid(111) > > > Sep 10 16:14:55 ls-aiv-03 smbd[15088]: Failed to set gid privileges to > > > (-1,7999) now set to (0,0) uid=(0,0) > > > >Find out what's got that -1 gid. That is your issue, I think. Or it > >might be that your set regid doesn't like that large a group. Either > >way, chase this down before you play silly games with irrelevent > >paramaters (strict sync etc are not relevent to your issue) > > Well, > > Spent the last couple of weeks trying a few things. > > On our servers, we're running > RedHat 7.1 > Linux version 2.4.3-SGI_XFS_1.0.1 > Samba 2.2.5 > > Upgraded the kernel on some of our servers, and did a rebuild of Samba: > RedHat 7.1 > Linux version 2.4.9-31SGI_XFS_1.1 > Samba 2.2.5 > > Problem still occurred. > > After changing all our gid's to lower values (>1) everything seems to > work normal. > Users aren't having any problems with saving word-documents anymore. And no > panic messages in the log files. > > Am I right here to conclude that our problem with large gid's is due to a > bug in Samba? More likaly a bug in your system libs/kernel or the interation between the two. Samba is making a call to change effective GID, and your system didn't do that (acording to geteuid). This is what assert_gid() is about - given the range of platforms that Samba runs on, we take the performance hit to ensure we don't get nasty security bugs (like this could have been). Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
[Samba] Semaphore timeout
Hi I’m getting a “semaphore timeout period has expired” error trying to connect a WinXP desktop to out linuxbox. (Redhat 7.1 / samba-2.0.7-36) I can’t seem to find help about this in the documentation. Has anyone had any experience with this? Thanks Stuart
Re: [Samba] W9x print driver download problems with Samba2.2.3a and CUPS
Le lun 30/09/2002 à 15:07, Kurt Pfeifle a écrit : > David Morel wrote: > > > Le lun 30/09/2002 à 12:53, Kurt Pfeifle a écrit : > > > >>Glasgall wrote on samba-digest: > >> > >> > >>>Message: 3 > >>>Date: Sun, 29 Sep 2002 14:09:19 -0400 > >>>From: Adam Glasgall <[EMAIL PROTECTED]> > >>>To: [EMAIL PROTECTED] > >>>Subject: [Samba] W9x print driver download problems with Samba 2.2.3a and CUPS > >>> > >>> > >>>--JgQwtEuHJzHdouWu > >>>Content-Type: text/plain; charset=us-ascii > >>>Content-Disposition: inline > >>>Content-Transfer-Encoding: quoted-printable > >>> > >>>I've set up Samba and CUPS on our testing server here, and used > >>>smbcupsadd to upload the Adobe PS drivers to the server as directed in > >>>the HOWTO (The CUPS and Samba HOWTOs differ on this point, by the way - > >>>the latter claims that PSMON.DLL is needed in addition to the eight > >>>other files. > >>> > > > > would it be related to : > > > > http://bugs.samba.org/cgi-bin/samba-bugs/incoming?id=25090 > > > > by any chance ? > > I guess so. > > You mean the *wrong* command > > rpcclient localhost -N -U'root%pass' -c 'adddriver "Windows 4.0" > "printer_name:ADOBEPS4.DRV:printer_name.PPD: > NULL:ADOBEPS4.HLP:PSMON.DLL:RAW: > ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL" > > is sent for you instead of the *right* one > > rpcclient localhost -N -U'root%pass' -c 'adddriver "Windows 4.0" > "printer_name:ADOBEPS4.DRV:printer_name.PPD: > NULL:ADOBEPS4.HLP:PSMON.DLL:RAW: > ADOBEPS4.DRV: > ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL" > > But this looks not like a Samba bug; it is rather "cupsaddsmb" > duing the wrong thing. "cupsaddsmb" is basing itself on "rpcclient" > and the sole responsible source for issuing the parameters which are > handed to "rpcclient". > > Anyway, I am *not* seeing this with my last few versions of cupsaddsmb. > Likely, this is fixed *long* ago. not that long : versions where samba 2.2.5 and cups 1.1.15 > Which version of CUPS are you using (and which platform?) if you see > this? > > Could you post this to the CUPS mailing list at www.cups.org, please, > if it still prevails after upgrading CUPS (or ripping off a "cupsaddsmb" > binary from a more current CUPS installation)? > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Re: [Samba] problem saving word documents
At 23:21 11/09/2002 +1000, Andrew Bartlett wrote: >Johan Coenen wrote: > > > > Sep 10 16:14:55 ls-aiv-03 smbd[15088]: [2002/09/10 16:14:55, 0] > > lib/util_sec.c:assert_gid(111) > > Sep 10 16:14:55 ls-aiv-03 smbd[15088]: Failed to set gid privileges to > > (-1,7999) now set to (0,0) uid=(0,0) > >Find out what's got that -1 gid. That is your issue, I think. Or it >might be that your set regid doesn't like that large a group. Either >way, chase this down before you play silly games with irrelevent >paramaters (strict sync etc are not relevent to your issue) Well, Spent the last couple of weeks trying a few things. On our servers, we're running RedHat 7.1 Linux version 2.4.3-SGI_XFS_1.0.1 Samba 2.2.5 Upgraded the kernel on some of our servers, and did a rebuild of Samba: RedHat 7.1 Linux version 2.4.9-31SGI_XFS_1.1 Samba 2.2.5 Problem still occurred. After changing all our gid's to lower values (>1) everything seems to work normal. Users aren't having any problems with saving word-documents anymore. And no panic messages in the log files. Am I right here to conclude that our problem with large gid's is due to a bug in Samba? Cause we tried different kernels, and the problem only occurred with Word and Excel documents. And with word, it was very strange: saving as txt-document: no problem, saving as rtf-document: no problem saving as doc-document: no way. Saving a doc-document in wordpad: no problem. Johan -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba