On Fri, 3 Oct 1997, Daniel Feenberg wrote:> Gosh, you are doing well at a project that I gave up on about a year > ago. I only wish you were close enough to do some consulting for us.I guess so do I ;-) Using the new approach I posted to samba-list earlier today, it is not really all that tricky any more. Watch for my reports on the list, you may be able to implement what I've done at your site without too much hassle. It may even be possible for me to provide consultancy services to assist you in those issues which you are not able to resolve. There may be some changes required for whatever hardware you run Windows 95 on, or for the particular applications you run under Windows 95. (the latter especially shouldn't be so much of a problem, using this technique - as vastly opposed to the Microsoft way) Regards ---------------------------------------------------------------|-----|-- Louis Mandelstam Tel +27 83 227-0712 Symphony /|\ /|\ Linux systems integration http://sr.co.za Research { } { } Johannesburg, South Africa mailto:louis@sr.co.za (Pty)Ltd {___} {___}
Hi, W'll have a problem on our SUN Sparc server. A lot of clients mounts a drive on this machine. That normaly goes well. But since a copple off days w'll have a problem with the internel memory (48 Mb). I think that the problem occurs while the Samba processes did not killed when a mount will disappeared. So, the result is that it is not possible anymore for the O.S. to start new processes because swap and internal memory are full. Can anyone tell me of this is right and is there a way of configure Samba that this problem solved?? Thank you, Jan den Elzen
HO un problema grandissimo. Tutte le volte che il server sul quale e' configurato samba reboostrappa, non si riesce piu' a stampare dalle stampanti condivise con samba. Basta fare /etc/init.d/sambaserver stop /etc/init.d/sambaserver start e tutto rifunziona. Ho gia' messo nel crontab questo comando per far restartare i processi un minuto dopo che il server e' salito...ma non server...Deve prorpio essere fatto a mano. I processi partono nel /etc/rc3.d con il seguente script : #!/bin/sh #ident "@(#)samba.server 1.0 96/06/19 TK" /* SVr4.0 1.1.13.1*/ # # Please send info on modifications to knuutila@cs.utu.fi # # This file should have uid root, gid sys and chmod 744 # killproc() { # kill the named process(es) pid=`/usr/bin/ps -e | /usr/bin/grep -w $1 | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'` [ "$pid" != "" ] && kill $pid } # Start/stop processes required for samba server case "$1" in 'start') # # Edit these lines to suit your installation (paths, workgroup, host) # awk -F: ' $1 ~ /^[A-z]+/ { printf ( "%s|", $1)} END { printf ("\n")}' /etc/pr intcap > /opt/samba/printcap 2>/dev/null /opt/samba/bin/smbd -D -s/opt/samba/smb.conf /opt/samba/bin/nmbd -D -H /opt/samba/hosts -n LMserver-vc -l/opt/samba/log - s/opt/samba/smb.conf ;; 'stop') killproc nmbd killproc smbd ;; *) echo "Usage: /etc/init.d/samba.server { start | stop }" ;; esac VI prego....AIUTATEMI !!!!!!!!!! Non so piu' cosa fare per risolvere questo DRAMMA..... Grazie Franca Vercellone email: Vercellone@csi.it
I have a big problem. All the time that the server on which I have configured samba made reboot, it can not print by printers shared with samba. If I made /etc/init.d/sambaserver stop /etc/init.d/sambaserver start all work correctly. I have olready put in the corntab 's root file this command for made restart of the process exacly one minute later than the reboot , but is non sufficently It must be do by hand . The processes start in /etc/rc3.d whit the following script : #!/bin/sh #ident "@(#)samba.server 1.0 96/06/19 TK" /* SVr4.0 1.1.13.1*/ # # Please send info on modifications to knuutila@cs.utu.fi # # This file should have uid root, gid sys and chmod 744 # killproc() { # kill the named process(es) pid=`/usr/bin/ps -e | /usr/bin/grep -w $1 | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'` [ "$pid" != "" ] && kill $pid } # Start/stop processes required for samba server case "$1" in 'start') # # Edit these lines to suit your installation (paths, workgroup, host) # awk -F: ' $1 ~ /^[A-z]+/ { printf ( "%s|", $1)} END { printf ("\n")}' /etc/pr intcap > /opt/samba/printcap 2>/dev/null /opt/samba/bin/smbd -D -s/opt/samba/smb.conf /opt/samba/bin/nmbd -D -H /opt/samba/hosts -n LMserver-vc -l/opt/samba/log - s/opt/samba/smb.conf ;; 'stop') killproc nmbd killproc smbd ;; *) echo "Usage: /etc/init.d/samba.server { start | stop }" ;; esac PLEASE , HELP ME , is very important.... Thank's Franca Vercellone email: Vercellone@csi.it
I've been trying to use Samba to replace my Novell 3.2 server. I'm using a Paradox Database. Everthing seems to work but alas VERY SLOWLY. Any database operation (i.e. queries) takes forever and is unusable. My users and my boss are accustomed to a certain level of performance that I have been unable to achieve with Samba using better/faster hardware. Can Samba be configured to operate as fast as N3.2 for database operations? I amm using Linux 5.2 and I assume Samba 2.0 Thanks Jim Suber
Hi all samba world. I want to install 3 Linux Red Hat 5.2 with Samba. 1) One server for Authentication and Printing Only, this server will have all users into. (AUT) 2) One server for Applications only without users into.(APP) 3) One server for Data only without users into.(DAT) I want to add users only into Authentication Server. I want to use users profiles to map drives automatically to server 2) and 3) . (I have tested this and It works fine). Is it possible to get connected W95 clients with networks drives to servers, APP & DAT only putting one only login & password for server AUT ? I want to connect to domain LINUX, put a login and password and connect drives to another servers into the same Domain with only one login & password input and of course I don't want to use PUBLIC sections .... I have tested, but I need to keep the same /etc/passwd & /etc/group into all servers or get the same login/password for each network drive ... Is there any form to perform this without put the same passwd & group in all servers ??? Could you help me, please? Thanks a lot in advance .... Santos Ramirez sramirez@dimetronic.es
Help!!!! O processo do samba smbd n?o consegue inicializar, enquanto o processo do nmbd consegue sem nenhum problema, agrade?o a aten??o dos senhores. Obrigado Eduardo jfaia@abeunet.com.br
Hi there.... Im running Samba 2.0.0-prealpha... It works real fine, but i wonder if there's a way to log the disk activity.. For instance, who removes what, and when an so on... Best Regards Daniel Nilsson SysAdmin Gislaveds Gymnasium dan@gisgym.gislaved.se http://gisgym.gislaved.se Mvh. //Daniel
We have install samba in our Sun Solaris environment, and we are able to add one client, however, adding more has not been a success. smb.conf has the changes and when I tried to add one more user and mount my pc [client] drive to my server \\anyname\thenamegiveninsmb.conf it says that name of server doesn't match. Also, I tried to add another co-worker and he gets connected to the point it asks for his password, but it gives an error message that his password is not correct. We tried to keep the logins and passwords consistent on the server and on the PC. Can you please help? Thanks, Fabiola
Hi, I installed the new version of samba on RedHatr's update sight and now I cannot mount my volumes on my win machine. I use to use this set of commands that worked perfectly. /usr/bin/smbmount //sknebel/Mac sknebel -c 'mount /home/samba/Mac' /usr/bin/smbmount //aknebel/c ann -c 'mount /home/samba/winC' /usr/bin/smbmount //aknebel/e ann -c 'mount /home/samba/winE' /usr/bin/smbmount //aknebel/d ann -c 'mount /home/samba/winD' Now it tells me unknown command ann which was my password and unknow option -c. I looked at the list of options and syntax when I just typed smbmount and hit return and tried this smbmount //aknebel/d mount /home/samba/winD -N This now tells me that It couldnot resolve the mount point. I would appreciate any help. Thanks Rick -- Rick Knebel rknebel@uplink.net
Hello, I am using samba-2.0.3-8. I want to get the lattest version ok Samba. Currently I am unable to connect to Internet and download any things. I am only able to work with Email. Please send me Samba's lattest version and lattest Stable version too. Send me as an Email attachment. I am using Linux RedHat 6.0. Please send the attachment to goni@goni.lww.org I shall be waiting for your reply. Thanks Naseer Bhatti
I have installed samba during installation of freebsd. It turned out not to install as the samba man pages suggest, nor did the freebsd ports collection. Does this create any particular changes in the smb.conf file or other configuration parameters, that I need to take care of. Does anyone have a smb.conf for the following simple situation. I am setting up a local network of 4 to 8 Win95 machines, a printer hooked to the ethernet, and a freebsd running samba to function as a printserver for the PC's. The freebsd machine can print fine at the moment. I like to get an example of how to configure the win95's and samba. Please, send me advice on how to set this up including explicit example smb.conf fiel and setup of the win95 network controllpanel that work together. Do I need to create a particular user in the unix system for the pc-ursers. Normally, they will not have their own account on the freebsd machine. -- Per Arve Fysik avd. Lule? tekniska universitet 971 87 Lule? tel. 0920 91136 fax. 0920 91074 (Address: Physics department, Lule? university of technology, S-971 87 Lule?, Sweden, tel. +46 920 91136, fax. +46 920 91074)
To whom it may concern I have installed samba 2.0 beta 5 and have it running succesfully in our production environment. May I ask you to help me figure out how to run the executable ../samba/bin/addtosmbpasswd. Is its function to add users to the smbpasswd file. I also tried to run the program ./addtopasswd < user id > and recieved several syntax errors. I also contacted Mr. Michal Jagermann who wrote this script and he emailed me the following: " It is written for nawk (which was "new awk" some 20 years ago), which also means that implementations like gawk, mawk or any other POSIX conformant one should work. If you happen to have some ancient version as 'awk' then probably you have also separate 'nawk' executables. Try these. The script also may need small adjustments depending on a presence or absence of NIS on your network. " " It seems to me that the current versions of Samba have much better utilities to deal with passwords. This script was written years ago when versions 1.6.x, or whereabouts, were current. I am sort of surprised that it still stuck to Samba distributions. " I am sorry, but I do not quite understand his suggestion in the first paragraph. May I ask you for some help.How do I use nawk to implement the addtosmbpasswd script. In other words how do you run it?. I usually enter users to ../private/smbpasswd via the followng methods; 1. The command ../bin/smbpasswd -add < user id > 2. I import the passwd file on nis via the command: ypcat passwd | mknissmbpasswd.sh > ../samba/private/smbpasswd 3. I cut and paste within the smbpasswd file. Thanks Anthony Deligia, email: adeligia@dkb.com
I just wanted to know if there was an easy way to map a windows 98 box drive on a network machine with my linux system. I can map my linux drives with windows but I can't do the reverse. I can see the windows machines threw web admin but when I try to see the shares it says there isnt any. Any help would be greatly appreciated. Mike - Get Family Friendly Free Email at www.popmail.com
I am very fond of Samba. In fact, I intend on using it to connect the server to windows 95/98 clients in a small business situation. It is the ideal for home/small business setups.Thought I'd let you know. Tony Sandoval Omaha, NE -------------- next part -------------- HTML attachment scrubbed and removed
To the SAMBA Team You have done a remarkable job. With limited support you have done what very large organizations have only attempted. Like so few others the rewards you receive are in the use of the product and the faire praise of just a few. SAMBA works and we have it on a number of networks. It would appear that a lot of folks are using SAMBA and have networks working quite well. There are a number of things it must do to provide full networkability. One is NT domain controlling. It would appear that, in some respects, there is a loss of direction. I certainly hope it is professional disagreements rather than issues of personality that are causing the visible problems in this effort. I will assume that the underlying issues are that there is a lot of ways SAMBA can go and limited resources to get there. If that assumption is valid, are you interested in a discussion with the "user" community? That discussion may well include setting priorities as well as meaningful support from the user community. You have a real opportunity to make a difference. A product that will not just replace the current commercial products, but improve on them. A product that help prevent the subjugation of all networking to just one vendor. I for one hope SAMBA will continue to grow and provide all the services necessary to successfully implement a network albeit small or large. Mike Westkamper
As I mentioned in earlier messages, the SSCOTT login works from the notebook, but not the desktop computer. I can login from the desktop computer as SSCOTT2 and then everything is okay. I can login as SSCOTT2 on the notebook and share everything properly as well. I have deleted the .PWL from C:\WINDOWS without any effect, and I did restart everything, including Samba. I am currently trying to remove the SSCOTT user from Linux and Samba, then I will re-add the user to see if this clears up anything. The user will also be removed from both Windows computers as well. Steven Scott Solution Consultants Inc. Email: mailto:steven_scott@solutionconsultantsinc.com ----- Original Message ----- From: rbnemo@bayan.pinoycentral.com To: steven_scott@solutionconsultantsinc.com Sent: Monday, October 23, 2000 7:38 PM Subject: Re: Samba Steven, Actually, you shouldn't have any problem with your setup. I also run RH6.2 and sharing is really out of the box. Just try to delete all .pwl files on windows directory. Re-login and make sure that you entered the same password to your linux box. one thing more... check your smbpasswd file if said users are included. I recommend that you use os level = 65 this could be useful if you have os election... I will try to examine your smb.conf further... "Steven Scott" <steven_scott@solutionconsultantsinc.com> on 10/23/2000 11:48:22 PM To: Ramon B. Nemo/CS/BAYANTEL@BAYANTEL cc: Subject: Samba Received: from hvmta03-stg.us.psimail.psi.net ([38.202.36.27]) by ln.bayantel.com.ph (Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) with SMTP id 48256981.00562F32; Mon, 23 Oct 2000 23:41:22 +0800 Received: from neon ([64.229.48.66]) by hvmta03-stg.us.psimail.psi.net (InterMail v4.01.01.00 201-229-111) with SMTP id <20001023154634.NNQG24415.hvmta03-stg@neon> for <rbnemo@bayan.pinoycentral.com>; Mon, 23 Oct 2000 11:46:34 -0400 Message-ID: <007201c03d08$ac5bbd60$5000a8c0@anewstore.com> From: "Steven Scott" <steven_scott@solutionconsultantsinc.com> To: <rbnemo@bayan.pinoycentral.com> Subject: Samba Date: Mon, 23 Oct 2000 11:48:22 -0400 Organization: Solution Consultants Inc. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006F_01C03CE7.24DDC700" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 I do not know if this matters for what you are doing, but my Linux is RedHat 6.2, and Samba 2.0.6, Windows 98 with current patches on the desktop, but not fully patched on the Notebook. Steven Scott Solution Consultants Inc. Email: mailto:steven_scott@solutionconsultantsinc.com - att1.htm -------------- next part -------------- HTML attachment scrubbed and removed
Dear Sir. I setup my samba well , I installed it then I added it into start up , it work probably , I can see other computer in network and browse it , they can see my computer , but they can't browse it , it requested for password , they can see my localhost name , in Network Neighborhood , so I want to add a user , I don't want security . please advice I have the following network :- computer 1 : pcwin , OS : MS.Windows 98SE , GroupName : MDKGROUP , IP : 192.178.168.1 computer 2 : pclinux , OS : Linux Mandrake V7.2 , GroupName : MDKGROUP , IP :192.178.168.2 -------------- next part -------------- HTML attachment scrubbed and removed
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 7885 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20010420/5a7c486d/attachment.gif
is there an unsintall? We're trying to upgrade our version to 2.2.1.1 and we're currently running an older version. Everytime we try to run the install for any other version of the samba install(exe) file, we receive a file header too long error, run dump -Hv. Any help would be very appreciated Thanks
hi, i'm from one educational institute which choose to use samba. but for now some of the PC's cannot log onto this samba. down here we have 2 NT server, 4 Linux and clients are on windows. all i wanted to ask is why are some of these PC's cannot log onto this samba. the users cannot be identified by the server. thankyou, regards zuhairi abdullah
Hi, I'm using SAMBA 2.0.7 and managed to get it fired up and share between my Windows environment. I discovered that whenever I enable firewall under lokkit, all my access from Windows to Samba was denied. So I got to set 'No' firewall to allow access. I wanted to enable my firewall, pls advise me what should I do. Using IPchain? If yes, how? Very much appreciate. Rgds K.A -------------- next part -------------- HTML attachment scrubbed and removed
Hi! Just wanted to drop you a line to tell you that I like your software. I'm an NT veteran that's crossing over into the Linux/Solaris world, and I'm working on getting Samba on my RedHat 7.1 box right now. I just read your readme file. I don't have the luxury of sending you pizza vouchers (3 kids on a Desktop Support Tech's salary, nuff said :)), but I will hopefully be able to contribute soon! Keep up the good work! Thanks! Mike
Samba is the SHIT You are the MAN D9 -------------- next part -------------- HTML attachment scrubbed and removed
Hello I am trying to configure SAMBA on a UNIX box. I want to join the SAMBA server to my WINDOWS 2000 domain. I've added the samba server NETBIOS name to windows 2000. When I run the command smbpasswd -j (domain) -r (pdc name) I get the following error message. NT_STATUS_ACCESS_DENIED. Can you tell me if I am missing something. I have the instructions but they are not working. Thanks for your help Donna Smith Lockheed Martin 703-453-3208
Hi Donna, Should work; Try removing the netbios name from you win2k domain, and re-adding it, MAKING SURE that you check the box that says "Allow pre-Windows 2000 computers to use this account". Then try your smbpasswd join again. You might want to change your log level = 10 so that if it fails you can peruse the resultant log file to get a better picture of what's failing at that point... Hope this helps, Don -----Original Message----- From: Smith, Donna G [mailto:donna.g.smith@lmco.com] Sent: Tuesday, January 29, 2002 8:00 AM To: 'samba@lists.samba.org' Subject: [Samba]SAMBA Hello I am trying to configure SAMBA on a UNIX box. I want to join the SAMBA server to my WINDOWS 2000 domain. I've added the samba server NETBIOS name to windows 2000. When I run the command smbpasswd -j (domain) -r (pdc name) I get the following error message. NT_STATUS_ACCESS_DENIED. Can you tell me if I am missing something. I have the instructions but they are not working. Thanks for your help Donna Smith Lockheed Martin 703-453-3208 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Lester Lim.vcf Type: text/x-vcard Size: 709 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20020129/0523c4c3/LesterLim.vcf
Do you have httpd running? Can you point your browser to http://localhost? If you can, try http://localhost:901. Lester Lim wrote:> > it prompted 'the connection have been refused when trying to connect > 192.0.0.2:901 > > wat should i do? > > Regards, > > Lester Lim (IT Department) > E-mail: lesterlim@bdo.com.sg > -------------------------------------------------------- > Chia,Wong & Partners / BDO International (Singapore) > www.chiawong.com / www.bdo.com.sg > 135 Middle Road #05-13/14 > Bylands Building, Singapore 188975 > Tel: (65) 3372033 Fax: (65) 3385633 > > ----- Original Message ----- > From: "Hidong Kim" <kim@emeraldbiostructures.com> > To: "Lester Lim" <lesterlim@bdo.com.sg> > Sent: Wednesday, January 30, 2002 11:27 AM > Subject: Re: [Samba] samba > > > Follow this link > > http://lists.samba.org/pipermail/samba-binaries/2001-May/000216.html. > > Good luck, > > > > > > > > > > Lester Lim wrote: > > > > > > hi, can u teach me how to modified the xinetd conf? > > > n how to create SWAT? > > > > > > Regards, > > > > > > Lester Lim (IT Department) > > > E-mail: lesterlim@bdo.com.sg > > > -------------------------------------------------------- > > > Chia,Wong & Partners / BDO International (Singapore) > > > www.chiawong.com / www.bdo.com.sg > > > 135 Middle Road #05-13/14 > > > Bylands Building, Singapore 188975 > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > > > > > > > > > > >
Did you do everything in that link sent earlier? I had problems starting swat until I followed that link. What operating system are you running Samba on? If it's Red Hat 7.x, you have to set that link for swat. Lester Lim wrote:> > yes the httpd is runing > i can access http://localhost but not http://localhost:901 > > Regards, > > Lester Lim (IT Department) > E-mail: lesterlim@bdo.com.sg > -------------------------------------------------------- > Chia,Wong & Partners / BDO International (Singapore) > www.chiawong.com / www.bdo.com.sg > 135 Middle Road #05-13/14 > Bylands Building, Singapore 188975 > Tel: (65) 3372033 Fax: (65) 3385633 > > ----- Original Message ----- > From: "Hidong Kim" <kim@emeraldbiostructures.com> > To: <samba@lists.samba.org> > Sent: Wednesday, January 30, 2002 12:24 PM > Subject: Re: [Samba] samba > > > Do you have httpd running? Can you point your browser to > > http://localhost? If you can, try http://localhost:901. > > > > > > > > > > > > Lester Lim wrote: > > > > > > it prompted 'the connection have been refused when trying to connect > > > 192.0.0.2:901 > > > > > > wat should i do? > > > > > > Regards, > > > > > > Lester Lim (IT Department) > > > E-mail: lesterlim@bdo.com.sg > > > -------------------------------------------------------- > > > Chia,Wong & Partners / BDO International (Singapore) > > > www.chiawong.com / www.bdo.com.sg > > > 135 Middle Road #05-13/14 > > > Bylands Building, Singapore 188975 > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > ----- Original Message ----- > > > From: "Hidong Kim" <kim@emeraldbiostructures.com> > > > To: "Lester Lim" <lesterlim@bdo.com.sg> > > > Sent: Wednesday, January 30, 2002 11:27 AM > > > Subject: Re: [Samba] samba > > > > > > > Follow this link > > > > http://lists.samba.org/pipermail/samba-binaries/2001-May/000216.html. > > > > Good luck, > > > > > > > > > > > > > > > > > > > > Lester Lim wrote: > > > > > > > > > > hi, can u teach me how to modified the xinetd conf? > > > > > n how to create SWAT? > > > > > > > > > > Regards, > > > > > > > > > > Lester Lim (IT Department) > > > > > E-mail: lesterlim@bdo.com.sg > > > > > -------------------------------------------------------- > > > > > Chia,Wong & Partners / BDO International (Singapore) > > > > > www.chiawong.com / www.bdo.com.sg > > > > > 135 Middle Road #05-13/14 > > > > > Bylands Building, Singapore 188975 > > > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > >
I'm out of ideas now. What happens when you do 'smbclient -L localhost'? You should post to the Samba list samba@lists.samba.org. You'll get a lot more replies than if you just post to me. Good luck, Lester Lim wrote:> > yes i did create netbios-nss, netbios-ns n swat inside the /etc/xinetd.d/ > and i also do > > login (or su) as root > cd /usr/share > mkdir samba > cd samba > ln -s ../swat swat > > Regards, > > Lester Lim (IT Department) > E-mail: lesterlim@bdo.com.sg > -------------------------------------------------------- > Chia,Wong & Partners / BDO International (Singapore) > www.chiawong.com / www.bdo.com.sg > 135 Middle Road #05-13/14 > Bylands Building, Singapore 188975 > Tel: (65) 3372033 Fax: (65) 3385633 > > ----- Original Message ----- > From: "Hidong Kim" <kim@emeraldbiostructures.com> > To: <samba@lists.samba.org> > Sent: Wednesday, January 30, 2002 1:44 PM > Subject: Re: [Samba] samba > > > Did you do everything in that link sent earlier? I had problems > > starting swat until I followed that link. What operating system are you > > running Samba on? If it's Red Hat 7.x, you have to set that link for > > swat. > > > > > > > > > > > > Lester Lim wrote: > > > > > > yes the httpd is runing > > > i can access http://localhost but not http://localhost:901 > > > > > > Regards, > > > > > > Lester Lim (IT Department) > > > E-mail: lesterlim@bdo.com.sg > > > -------------------------------------------------------- > > > Chia,Wong & Partners / BDO International (Singapore) > > > www.chiawong.com / www.bdo.com.sg > > > 135 Middle Road #05-13/14 > > > Bylands Building, Singapore 188975 > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > ----- Original Message ----- > > > From: "Hidong Kim" <kim@emeraldbiostructures.com> > > > To: <samba@lists.samba.org> > > > Sent: Wednesday, January 30, 2002 12:24 PM > > > Subject: Re: [Samba] samba > > > > > > > Do you have httpd running? Can you point your browser to > > > > http://localhost? If you can, try http://localhost:901. > > > > > > > > > > > > > > > > > > > > > > > > Lester Lim wrote: > > > > > > > > > > it prompted 'the connection have been refused when trying to connect > > > > > 192.0.0.2:901 > > > > > > > > > > wat should i do? > > > > > > > > > > Regards, > > > > > > > > > > Lester Lim (IT Department) > > > > > E-mail: lesterlim@bdo.com.sg > > > > > -------------------------------------------------------- > > > > > Chia,Wong & Partners / BDO International (Singapore) > > > > > www.chiawong.com / www.bdo.com.sg > > > > > 135 Middle Road #05-13/14 > > > > > Bylands Building, Singapore 188975 > > > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > > > > > ----- Original Message ----- > > > > > From: "Hidong Kim" <kim@emeraldbiostructures.com> > > > > > To: "Lester Lim" <lesterlim@bdo.com.sg> > > > > > Sent: Wednesday, January 30, 2002 11:27 AM > > > > > Subject: Re: [Samba] samba > > > > > > > > > > > Follow this link > > > > > > > http://lists.samba.org/pipermail/samba-binaries/2001-May/000216.html. > > > > > > Good luck, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Lester Lim wrote: > > > > > > > > > > > > > > hi, can u teach me how to modified the xinetd conf? > > > > > > > n how to create SWAT? > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > Lester Lim (IT Department) > > > > > > > E-mail: lesterlim@bdo.com.sg > > > > > > > -------------------------------------------------------- > > > > > > > Chia,Wong & Partners / BDO International (Singapore) > > > > > > > www.chiawong.com / www.bdo.com.sg > > > > > > > 135 Middle Road #05-13/14 > > > > > > > Bylands Building, Singapore 188975 > > > > > > > Tel: (65) 3372033 Fax: (65) 3385633 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > 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 > > > >
Create a file /etc/xinetd.d/swat with the following contents: # default: on # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port 901 with your favorite web browser. service swat { port = 901 socket_type = stream wait = no #only_from = localhost user = root server = /usr/sbin/swat log_on_failure += USERID #disable = yes } You might want to check to make sure that /etc/pam.d/samba exists with at least the following contents: auth required /lib/security/pam_stack.so service=system-auth account required /lib/security/pam_stack.so service=system-auth A lot of the samba are built with pam enable. -----Original Message----- From: Lester Lim [mailto:lesterlim@bdo.com.sg] Sent: Tuesday, January 29, 2002 7:21 PM To: Samba Subject: [Samba] samba hi, can u teach me how to modified the xinetd conf? n how to create SWAT? Regards, Lester Lim (IT Department) E-mail: lesterlim@bdo.com.sg <mailto:lesterlim@bdo.com.sg> -------------------------------------------------------- Chia,Wong & Partners / BDO International (Singapore) www.chiawong.com <http://www.chiawong.com> / www.bdo.com.sg <http://www.bdo.com.sg> 135 Middle Road #05-13/14 Bylands Building, Singapore 188975 Tel: (65) 3372033 Fax: (65) 3385633 -------------- next part -------------- HTML attachment scrubbed and removed
Hello Donna, This sounds like a browsing/name resolution issue to me, possibly. What is the ipaddress/subnetmask of the samba server, and what is the ipaddress/subnetmask of the win2k server you are using. And I am assuming that you mean that you rightclick on the samba server icon, and choose properties, and that this is when you receive the error message, right? Thanks, Don -----Original Message----- From: Smith, Donna G [mailto:donna.g.smith@lmco.com] Sent: Thursday, January 31, 2002 10:20 AM To: 'MCCALL,DON (HP-USA,ex1)' Subject: RE: [Samba]SAMBA Hi Don I just wanted to thank you for all your help. Everything you told me to do worked. I have another question though. I have joined my SAMBA server to my W2k domain. On the W2k server, when I go to network neighborhood I do not see my SAMBA server in the list. When I explicitly share the server it comes up. But when I try to get properties on the shared SAMBA server it gives me the following error: Ther server mysvr1 does not accept remote requests. Could this be the reason I see it right away in network neighborhood? Is there another parameter that needs to be set in SAMBA? I put in the broadcast address in the "accounce as" parameter in SAMBA. Thanks again for your help Donna Smith 70-453-3208 -----Original Message----- From: MCCALL,DON (HP-USA,ex1) [mailto:don_mccall@hp.com] Sent: Tuesday, January 29, 2002 12:57 PM To: 'Smith, Donna G'; MCCALL,DON (HP-USA,ex1) Subject: RE: [Samba]SAMBA Hi Donna, Yes, security=domain,workgroup=<win2k domain name>, password server=<win3k domain controller> and encrypt passwords=yes in your smb.conf should take care of this for you - you shouldn't need an smbpasswd file. The UNIX users comming in via telnet and ftp will authenticate against the /etc/passwd database, and the NT /WIN2K clients accessing your Samba shares will authenticate against the WIN2K PDC (ie they will use their win2k passwords). YOU WILL need a /etc/passwd entry that matches the username for each NT/WIN2k user that needs to access your samba shares (or do a man on smb.conf and look at the username map parameter, if you want to map the NT usernames to different UNIX usernames), but this is strictly for uid/gid ownership and access of unix files thru samba; the authentication will be done against the Win2k domain controller. Hope this helps, Don -----Original Message----- From: Smith, Donna G [mailto:donna.g.smith@lmco.com] Sent: Tuesday, January 29, 2002 12:36 PM To: 'MCCALL,DON (HP-USA,ex1)' Subject: RE: [Samba]SAMBA OK, that worked. Now my question is, I am trying to eliminate using smbpasswd to create password accounts on the samba server. Will joining my samba server to the W2k domain do that for me? I only want to have to worry about a unix password and a w2k password. Not a smbpasswd. Donna Smith Lockheed Martin 703-453-3208 -----Original Message----- From: MCCALL,DON (HP-USA,ex1) [mailto:don_mccall@hp.com] Sent: Tuesday, January 29, 2002 10:39 AM To: 'Smith, Donna G'; 'samba@lists.samba.org' Subject: RE: [Samba]SAMBA Hi Donna, Should work; Try removing the netbios name from you win2k domain, and re-adding it, MAKING SURE that you check the box that says "Allow pre-Windows 2000 computers to use this account". Then try your smbpasswd join again. You might want to change your log level = 10 so that if it fails you can peruse the resultant log file to get a better picture of what's failing at that point... Hope this helps, Don -----Original Message----- From: Smith, Donna G [mailto:donna.g.smith@lmco.com] Sent: Tuesday, January 29, 2002 8:00 AM To: 'samba@lists.samba.org' Subject: [Samba]SAMBA Hello I am trying to configure SAMBA on a UNIX box. I want to join the SAMBA server to my WINDOWS 2000 domain. I've added the samba server NETBIOS name to windows 2000. When I run the command smbpasswd -j (domain) -r (pdc name) I get the following error message. NT_STATUS_ACCESS_DENIED. Can you tell me if I am missing something. I have the instructions but they are not working. Thanks for your help Donna Smith Lockheed Martin 703-453-3208 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
I have a Sco Open Server v5.0.4 run with Foxpro Aplications and I have installed Samba samba-2.0.3-sco-os5.tar . I use Samba for shared a directory , the performance of Server increased , can Samba to make very slow the server or can parameters i need for a Server mas fast Thanks -------------- next part -------------- HTML attachment scrubbed and removed
Nobody felt like answering any of my questions in a loooong time. I still use a passwd wrapper, which is risky at best (need to make it in c so u can't cancel out of it). It seems to me that unless they stop using nsswitch.conf or get with sun to include winbindd as a valid nsswitch.conf option, it will not work...or, use nsswitch.conf for operating systems that can use it and some other file for those that can't... David -----Original Message----- From: Thamara Wanigatunga [mailto:thamara@jkcs.slt.lk] Sent: Monday, March 18, 2002 4:13 AM To: David.Edward.Shapiro@btitele.com Subject: Samba Hi David, Got Y'r e-mail add from the samba ng. Did U manage to clear the prob U had with nsswitch.conf?. Let me know how. Cos i have the same prob;em...thanks in advance!
hi is it possible to mount nt4.0 or 98 shares(cd drive) to solaris 7/8 systems if it is possible ,how to do pl let me know by janimiya email id : janimiya@rediffmail.com
Please continue to develop and release new versions of this software. We are using it in production. Thank you, Tom Ochoa Information Systems Manager. Information Systems Laboratories, Signal Processing Systems Div. tochoa@islinc.com (858) 535-9680 x4704
And a DNS-SERVER is also impossible ???? -------------- next part -------------- HTML attachment scrubbed and removed
Hi, My name is Marcos and I'm needing help for a problem what I meet when installing of the Samba in NetWork, Does some exist sorts things out of to recover or to move files excluded by the stations Windows? Did I already research in some documentations and didn't I find nothing by chance a way already exists of doing that in the SAMBA for such problem? If it doesn't exist here it is going my tip. Marcos Amorim
Dear All, I have a question. I have installed samba 2.2.5 to a compaq DS20 (.OSF1 V4.0 1530 alpha) It is working. I want to share a folder and want to access from windows while doing this authentication must be from PDC. As a summary the groups or users that I want , must be able to access my sharing. I have added unix machine to domain but not able to configure as I want. Please help me by step step to configure smb.conf for this issue. What can I do ? Thanks, # /usr/local/samba/bin/smbpasswd -j RUMELI_TELEKOM -r RUMELI_NT -U hakan Password: Joined domain RUMELI_TELEKOM. Ihave also installed samba with # /usr/local/samba/bin/wbinfo -u Error looking up domain users [global] security = domain workgroup = RUMELI_TELEKOM password server = 172.25.1.15 netbios name = compaqds20 encrypt passwords = yes winbind separator = / winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes template homedir = /home/winnt/%D/%U template shell = /bin/bash [compaq] comment = compaq path = /compaq public = Yes read only = Yes writable = Yes writelist = @test [hakan] comment = Hakan YASTI path = /hakan browseable = Yes valid users = @test, root, RUMELI_TELEKOM/hakan http://www.telsim.com.tr -------------------------------------- Bu e-posta sadece yukarida isimleri belirtilen kisiler arasinda ozel haberlesme amacini tasimaktadir. Size yanlislikla ulasmissa lutfen mesaji geri gonderiniz ve sisteminizden siliniz. Telsim Mobil Telekomunikasyon Hizmetleri A.S. bu mesajin icerigi ile ilgili olarak hic bir hukuksal sorumlulugu kabul etmez. This e-mail communication is intended for the private use of the persons named above. If you received this message in error, please immediately notify the sender and delete it from your system. The Telsim Mobil Telekomunikasyon Hizmetleri A.S. does not accept legal responsibility for the contents of this message. --------------------------------------
Are you running smbd, nmbd, & winbind ?? Have you updated the nsswitch.conf and pam.d/samba files ?? I need more info before I can help. Josh> -----Original Message----- > From: HAKAN YASTI [mailto:hakan.yasti@telsim.com.tr] > Sent: Friday, July 26, 2002 9:19 AM > To: samba > Subject: [Samba] samba > Importance: High > > > > Dear All, > > I have a question. I have installed samba 2.2.5 to a compaq > DS20 (.OSF1 > V4.0 1530 alpha) It is working. I want to share a folder and > want to access > from windows while doing this authentication must be from > PDC. As a summary > the groups or users that I want , must be able to access my > sharing. I have > added unix machine to domain but not able to configure as I want. > Please help me by step step to configure smb.conf for this > issue. What can > I do ? > Thanks, > > # /usr/local/samba/bin/smbpasswd -j RUMELI_TELEKOM -r > RUMELI_NT -U hakan > Password: > Joined domain RUMELI_TELEKOM. > > Ihave also installed samba with > # /usr/local/samba/bin/wbinfo -u > Error looking up domain users > > > [global] > > security = domain > workgroup = RUMELI_TELEKOM > password server = 172.25.1.15 > netbios name = compaqds20 > encrypt passwords = yes > > winbind separator = / > winbind uid = 10000-20000 > winbind gid = 10000-20000 > winbind enum users = yes > winbind enum groups = yes > template homedir = /home/winnt/%D/%U > template shell = /bin/bash > > [compaq] > comment = compaq > path = /compaq > public = Yes > read only = Yes > writable = Yes > writelist = @test > > [hakan] > comment = Hakan YASTI > path = /hakan > browseable = Yes > valid users = @test, root, RUMELI_TELEKOM/hakan > > > > > http://www.telsim.com.tr > > > -------------------------------------- > Bu e-posta sadece yukarida isimleri belirtilen kisiler > arasinda ozel > haberlesme amacini tasimaktadir. Size yanlislikla ulasmissa > lutfen mesaji > geri gonderiniz ve sisteminizden siliniz. Telsim Mobil > Telekomunikasyon > Hizmetleri A.S. bu mesajin icerigi ile ilgili olarak > hic bir hukuksal > sorumlulugu kabul etmez. > > This e-mail communication is intended for the private use > of the persons > named above. If you received this message in error, > please immediately > notify the sender and delete it from your system. > The Telsim Mobil > Telekomunikasyon Hizmetleri A.S. does not accept legal > responsibility for > the contents of this message. > -------------------------------------- > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
samba Vjwc address=claude@pc0312a.rz.unibw-muenchen.de
Hi I am new user of redhat 7.3 and i have problem to connect to windows NT 4.0. I try to install samba but i dont know how to open the network icon that can see all the workstation PC is connected. Where to find the local pc that connected to my redhat and how to configure this samba network. can you please tell me on this matter as soon as possible because i have problem now. Thanks elango
Gostaria de saber como autenticar XP no Samba Noriberto -------------- next part -------------- HTML attachment scrubbed and removed
Mister, Is it possible to exchange files between unix system to Windows and Windows to Unix System. The Client is Unix and the server is Windows? Tank you for your answer. M. BUGADA -------------- next part -------------- HTML attachment scrubbed and removed
I am running Redhat 7.4 and Samba to run the Windows PDC. Because of someone else setting up the Linux box, I have no room on the /home directory. Can I set a path other than home for Samba to save profiles on? I really don't want to reinstall lnux and have to set up partitions differently. Or resize the partitions to a larger size. We want roaming profiles. Mark Dierks csdierks@hotmail.com if I got the wrong person, could you tell me where I should have sent a question. thanks -------------- next part -------------- HTML attachment scrubbed and removed
howdie all i hope you enjoyed your xmass and new year well i was just wondering if this is possible i would like to use samba pdc with a acl, binded to 3 aliases for 3 c class networks with dhcp is this possible thanks Ryan Oberto ryan@computersmith.co.za ryan.oberto@dig.co.za +27 82 877 3002 "Live the life you love Love the life you live" Escape the "Gates" of hell run linux
On Thu, 2 Jan 2003, Ryan oberto wrote:> howdie all i hope you enjoyed your xmass and new year > > well i was just wondering if this is possible > > i would like to use samba pdc with a acl, binded to 3 aliases > for 3 c class networks with dhcp is this possibleYes.> > thanks > > > Ryan Oberto > ryan@computersmith.co.za > ryan.oberto@dig.co.za > +27 82 877 3002 > > "Live the life you love > Love the life you live" > > Escape the "Gates" of hell run linux > > >-- John H Terpstra Email: jht@samba.org
howdie all how would i create a samba share that is accessable to everyone but doesnt require a password or for you even to have to log on to the box i have a 2000 and XP network and all the shares i make available asks for a password any ideas thanks Ryan Oberto ryan@computersmith.co.za ryan.oberto@dig.co.za +27 82 877 3002 "Live the life you love Love the life you live" Escape the "Gates" of hell run linux
howdie all sorry the other didnt make sense how would i create a samba share that is accessable to everyone a share that doesnt ask for username or passwd just gives everyone the same rights on it but only for that share i have a 2000 and XP network and all the shares i make available asks for a username adn password any ideas thanks Ryan Oberto ryan@computersmith.co.za ryan.oberto@dig.co.za +27 82 877 3002 "Live the life you love Love the life you live" Escape the "Gates" of hell run linux
Look into guest users. Joel On Fri, Jan 03, 2003 at 08:39:38AM +0200, Ryan oberto wrote:> howdie all > sorry the other didnt make sense > > how would i create a samba share that is accessable to everyone > a share that doesnt ask for username or passwd just gives everyone the same rights on it but only for that share > i have a 2000 and XP network and all the shares i make available asks for a username adn password > > any ideas > thanks > > > Ryan Oberto > ryan@computersmith.co.za > ryan.oberto@dig.co.za > +27 82 877 3002 > > "Live the life you love > Love the life you live" > > Escape the "Gates" of hell run linux > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
This is what worked for me with out the computer being a member in my domain. create a unix user called pcguest, use strict permissions (the default is nobody in SAMBA) create the samba password for pcguest create a directory public2 on / $ su pcguest $ cd /public2 $ exit # want to make sure that pcguest has access to /public2 [global] guest account = pcguest map to guest = bad password [public2] comment = Public2 path = /public2 browseable = yes writable = yes create mode = 0777 directory mode = 0777 ;guest = ok public = yes only guest = yes create mode = 0777 directory mode = 0777 force group = @pcguest force user = pcguest # # guest = ok gave me an error so I used public #Have fun - SAMBA rules -----Original Message----- From: Joel Hammer [mailto:Joel@HammersHome.com] Sent: Friday, January 03, 2003 6:20 AM To: Ryan oberto; samba@lists.samba.org Subject: Re: [Samba] samba Look into guest users. Joel On Fri, Jan 03, 2003 at 08:39:38AM +0200, Ryan oberto wrote:> howdie all > sorry the other didnt make sense > > how would i create a samba share that is accessable to everyone > a share that doesnt ask for username or passwd just gives everyone thesame rights on it but only for that share> i have a 2000 and XP network and all the shares i make available asks fora username adn password> > any ideas > thanks > > > Ryan Oberto > ryan@computersmith.co.za > ryan.oberto@dig.co.za > +27 82 877 3002 > > "Live the life you love > Love the life you live" > > Escape the "Gates" of hell run linux > > > -- > 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
I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence
Lawrence: This may be a stupid question but did you already create a machine account on the Windows domain? If I remember right that's what this error looks like but I could be wrong. Den Henrickson Network Administrator Van Meter Industrial 319-368-2822 -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 2:44 AM To: 'samba@lists.samba.org' Subject: [Samba] samba I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Den, In my mail I said I've already created the domain name in the NT. Also I created root as an account in NT and I used Smbpasswd -j DYLNET -r PRIMARYDC -U root%password But the error still appear. Lawrence -----Original Message----- From: Henrickson, Den [mailto:HenrickD@vmind.com] Sent: Monday, March 03, 2003 3:40 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence: This may be a stupid question but did you already create a machine account on the Windows domain? If I remember right that's what this error looks like but I could be wrong. Den Henrickson Network Administrator Van Meter Industrial 319-368-2822 -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 2:44 AM To: 'samba@lists.samba.org' Subject: [Samba] samba I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence -- 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
Thanks Andy I also want to know if I can log into linux machine with any of the usernames in NT. Lawrence -----Original Message----- From: Mitchell, Andy [mailto:Andy.Mitchell@delta.com] Sent: Monday, March 03, 2003 3:58 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence - No, you did not specify that the machine account had been created in your email. I believe Den is correct. This error is the result of a username/password mismatch on the NT PDC you are talking to (PRIMARYDC). So, you could try a few different things: 1. Smbpasswd -j DYLNET -r PRIMARYDC -U <user> Supply a <user> that is valid in the domain and supply the password when prompted 2. create a machine account in the domain and just run the 'smbpasswd -j DYLNET -r PRIMARYDC' command without a user or password specified. 3. Failing either of those, use tcpdump (on your Linux box) or Ethereal to watch the traffic between your client and the PDC. Hope that helps. Andy -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 9:42 AM To: 'Henrickson, Den'; 'samba@lists.samba.org' Subject: RE: [Samba] samba Den, In my mail I said I've already created the domain name in the NT. Also I created root as an account in NT and I used Smbpasswd -j DYLNET -r PRIMARYDC -U root%password But the error still appear. Lawrence -----Original Message----- From: Henrickson, Den [mailto:HenrickD@vmind.com] Sent: Monday, March 03, 2003 3:40 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence: This may be a stupid question but did you already create a machine account on the Windows domain? If I remember right that's what this error looks like but I could be wrong. Den Henrickson Network Administrator Van Meter Industrial 319-368-2822 -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 2:44 AM To: 'samba@lists.samba.org' Subject: [Samba] samba I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence -- 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 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Lawrence - No, you did not specify that the machine account had been created in your email. I believe Den is correct. This error is the result of a username/password mismatch on the NT PDC you are talking to (PRIMARYDC). So, you could try a few different things: 1. Smbpasswd -j DYLNET -r PRIMARYDC -U <user> Supply a <user> that is valid in the domain and supply the password when prompted 2. create a machine account in the domain and just run the 'smbpasswd -j DYLNET -r PRIMARYDC' command without a user or password specified. 3. Failing either of those, use tcpdump (on your Linux box) or Ethereal to watch the traffic between your client and the PDC. Hope that helps. Andy -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 9:42 AM To: 'Henrickson, Den'; 'samba@lists.samba.org' Subject: RE: [Samba] samba Den, In my mail I said I've already created the domain name in the NT. Also I created root as an account in NT and I used Smbpasswd -j DYLNET -r PRIMARYDC -U root%password But the error still appear. Lawrence -----Original Message----- From: Henrickson, Den [mailto:HenrickD@vmind.com] Sent: Monday, March 03, 2003 3:40 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence: This may be a stupid question but did you already create a machine account on the Windows domain? If I remember right that's what this error looks like but I could be wrong. Den Henrickson Network Administrator Van Meter Industrial 319-368-2822 -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 2:44 AM To: 'samba@lists.samba.org' Subject: [Samba] samba I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence -- 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
Not sure I understand your question. Samba won't have anything to do with logins to the Unix box. How you do authentication for login to a Unix box is way off topic for this list (perhaps that's not really what you are asking?) In truth, my comments were based on *very* recent experience (last week) testing samba in an HP-UX/Solaris and Win2k/WINNT domain setup. (Some big differences in auth and access). I just learned this stuff myself. I'm good with Unix sysadmin. I'm an idiot with Windows sysadmin. Good luck! Andy -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 9:57 AM To: Mitchell, Andy; 'samba@lists.samba.org' Subject: RE: [Samba] samba Thanks Andy I also want to know if I can log into linux machine with any of the usernames in NT. Lawrence -----Original Message----- From: Mitchell, Andy [mailto:Andy.Mitchell@delta.com] Sent: Monday, March 03, 2003 3:58 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence - No, you did not specify that the machine account had been created in your email. I believe Den is correct. This error is the result of a username/password mismatch on the NT PDC you are talking to (PRIMARYDC). So, you could try a few different things: 1. Smbpasswd -j DYLNET -r PRIMARYDC -U <user> Supply a <user> that is valid in the domain and supply the password when prompted 2. create a machine account in the domain and just run the 'smbpasswd -j DYLNET -r PRIMARYDC' command without a user or password specified. 3. Failing either of those, use tcpdump (on your Linux box) or Ethereal to watch the traffic between your client and the PDC. Hope that helps. Andy -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 9:42 AM To: 'Henrickson, Den'; 'samba@lists.samba.org' Subject: RE: [Samba] samba Den, In my mail I said I've already created the domain name in the NT. Also I created root as an account in NT and I used Smbpasswd -j DYLNET -r PRIMARYDC -U root%password But the error still appear. Lawrence -----Original Message----- From: Henrickson, Den [mailto:HenrickD@vmind.com] Sent: Monday, March 03, 2003 3:40 PM To: 'samba@lists.samba.org' Subject: RE: [Samba] samba Lawrence: This may be a stupid question but did you already create a machine account on the Windows domain? If I remember right that's what this error looks like but I could be wrong. Den Henrickson Network Administrator Van Meter Industrial 319-368-2822 -----Original Message----- From: Lawrence Okpoho [mailto:egolaw@siotel.net] Sent: Monday, March 03, 2003 2:44 AM To: 'samba@lists.samba.org' Subject: [Samba] samba I tried to join my samba to wins NT so that win NT will be the authenticating server and I can log into linux with the wins NT accounts. But I cannot, though I tried this command Smbpasswd -j DYLNET -r PRIMARYDC And it gave me the following error cli_net_auth2:Error NT_STATUS_ACCESS_DENIED cli_nt_Setup_creds:auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine PRIMARYDC Error was : NT_STATUS_ACCESS_DENIED 2003/02/24 07:25:24 :change_trust_account_password:Failed to change password unable to join domain DYLNET Pls I need help Lawrence -- 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 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, i?m having a problem with samba, i?n running winxp and i have mapped upp units in winxp from my linux using samba. But its unstable and its losing the connection from time to time. Need help:) thanks /Erik
On Sun, 16 Mar 2003, Erik wrote:> Hi, i?m having a problem with samba, i?n running winxp and i have mapped > upp units in winxp from my linux using samba. But its unstable and its > losing the connection from time to time. Need help:)Sorry. Your need is recognosed but perhaps if you explained a little more about your installation and how it is configured then we might be able to help you. - John T. -- John H Terpstra Email: jht@samba.org
I am not saying that this is the solution, however, if you were to post a copy of your smb.conf file, it may allow us to shed some light on your problem. It may have something to do with your hosts allow parameter. My line looks like this: hosts allow = 192.168.1. 192.168.2. 127. This allows hosts from the specified class c networks and localhost to use the smb/nmb services. Here is the guidance from the smb.conf man page: hosts allow (S) A synonym for this parameter is allow hosts. This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service. If specified in the [global] section then it will apply to all services, regardless of whether the individual service has a different setting. You can specify the hosts by name or IP number. For example, you could restrict access to only the hosts on a Class C subnet with something like allow hosts = 150.203.5. . The full syntax of the list is described in the man page hosts_access(5). Note that this man page may not be present on your system, so a brief description will be given here also. Note that the localhost address 127.0.0.1 will always be allowed access unless specifically denied by a hosts deny option. You can also specify hosts by network/netmask pairs and by net- group names if your system supports netgroups. The EXCEPT key- word can also be used to limit a wildcard list. The following examples may provide some help: Example 1: allow all IPs in 150.203.*.*; except one hosts allow = 150.203. EXCEPT 150.203.6.66 Example 2: allow hosts that match the given network/netmask hosts allow = 150.203.15.0/255.255.255.0 Example 3: allow a couple of hosts hosts allow = lapland, arvidsjaur Example 4: allow only hosts in NIS netgroup "foonet", but deny access from one particular host hosts allow = @foonet Don Zajic -----Original Message----- From: samba-bounces+donald.zajic=verizon.net@lists.samba.org [mailto:samba-bounces+donald.zajic=verizon.net@lists.samba.org] On Behalf Of vinod Sent: Thursday, July 24, 2003 10:29 AM To: samba@lists.samba.org Subject: [Samba] samba I have configured samba server on my Red Hat Linux 8.0 Samba server is visible in the network neighbour hood of windows 9* based machines. IP of samba server is 192.168.17.199 netmask is 255.255.255.0 on eth0. This samba server is visible in network 192.168.17.0 and working fine. My problem is I can not see the samba server in other subnetworks like 192.168.1.0 or 192.168.3.0 etc. (in network neighbourhood). Whereas other windows95 based machines of 192.168.17.0 network are browsable from the network neighbourhood of 192.168.1.0 sunetwork. Only samba server 192.168.17.199 is not browsable rom 192.168.1.0 subnet. Kindly guide what to do. Thanks Vinod Garg vinod@pu.ac.in -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
I have configured samba server on my Red Hat Linux 8.0 Samba server is visible in the network neighbour hood of windows 9* based machines. IP of samba server is 192.168.17.199 netmask is 255.255.255.0 on eth0. This samba server is visible in network 192.168.17.0 and working fine. My problem is I can not see the samba server in other subnetworks like 192.168.1.0 or 192.168.3.0 etc. (in network neighbourhood). Whereas other windows95 based machines of 192.168.17.0 network are browsable from the network neighbourhood of 192.168.1.0 sunetwork. Only samba server 192.168.17.199 is not browsable rom 192.168.1.0 subnet. Kindly guide what to do. Thanks Vinod Garg vinod@pu.ac.in
I've compiled samba this way: ./configure --prefix=/usr/local/samba3-ldap --with-ldap --with-ldapsam --with-tdbsam --with-syslog --with-quotas --with-acl-support --with-winbind because i want support for ldap. When i tried to change the password the system returned the follow message: smbpasswd root New SMB password: Retype new SMB password: Error loading module '/usr/local/samba3-ldap/lib/pdb/ldapsam_compat.so': /usr/local/samba3-ldap/lib/pdb/ldapsam_compat.so: cannot open shared object file: No such file or directory No builtin nor plugin backend for ldapsam_compat found Loading ldapsam_compat failed! Failed to find entry for user root. Failed to modify password entry for user root -- Luis Flavio Dias Vecina luis.vecina@ima.sp.gov.br Analista de Suporte IM@ - Inform?tica de Munic?pios Associados
WINS settings? On Fri, 25 Jul 2003 04:17:35 +0000 (GMT) samba-request@lists.samba.org wrote:> From: samba-bounces+donald.zajic=verizon.net@lists.samba.org > [mailto:samba-bounces+donald.zajic=verizon.net@lists.samba.org] On > Behalf Of vinod > Sent: Thursday, July 24, 2003 10:29 AM > To: samba@lists.samba.org > Subject: [Samba] samba > > > > > I have configured samba server on my Red Hat Linux 8.0 > Samba server is visible in the network neighbour hood of windows 9* > based > machines. > IP of samba server is 192.168.17.199 netmask is 255.255.255.0 on eth0. > This samba server is visible in network 192.168.17.0 and working fine. > > My problem is I can not see the samba server in other subnetworks like > 192.168.1.0 or 192.168.3.0 etc. (in network neighbourhood). Whereas > other windows95 based machines of 192.168.17.0 network are browsable > from the network neighbourhood of 192.168.1.0 sunetwork. Only samba > server 192.168.17.199 is not browsable rom 192.168.1.0 subnet. Kindly > guide what to do.
There is a patch here: https://bugzilla.samba.org/show_bug.cgi?id=82 that I would like to install for my samba server but I do not see anywhere documentining how to patch my server. Can anyone shed some light on this for me please? Cheers
I have set up a basic smb.conf file workgroup=sambagroup netbios name=samba encrypt passwords=yes [homes] The testparm test passes ok and the smbclient -NL samba also passes. the problem is when i check local accessiablty with the smbclient //samba/homes/ -Uusername. After typing the password I received error tree conect failed:NT_STATUS_BAD_NETWORK_NAME. Thank you for your time. Andrew Anderson
My question is: how can I configure Samba as a timer? Take an example, that a user uses it for 1 hour per day for 1 month. Thank you. George
Dear sir/Madam, I understand that SAMBA is used when converting UNIX systems - Microsoft systems. I am currently studying at university and as part of my module, we were given a hypothetical situation which we were to solve.This hypothetical company are currently using the UNIX operating system and we were wanting to change them to Microsoft. We understand that they could lose their work due to this change. Could you please inform me of the cost of this transversion for one PC and any training that would be required. Yours faithfully Gillian Hay --------------------------------- BT Yahoo! Broadband - Save ?80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be.
Gillian Hay wrote:> Dear sir/Madam, > > I understand that SAMBA is used when converting UNIX systems - > Microsoft systems. I am currently studying at university and as part of my module, we were given a> hypothetical situation which we were to solve.This hypothetical company are currently using the UNIX operating> system and we were wanting to change them to Microsoft. We understand that they could lose their work due to> this change. Even hypothetical, a company that *WANTS* to switch to MS....does this not make sense to anyone else? ;)> Could you please inform me of the cost of this transversion for one > PC and any training that would be required.Samba is really used to integrate a UNIX system into an existing MS network. If you are moving to an all MS network, there is no reason for Samba. You could use Samba if you planned a slow transition and wanted to still store your data on UNIX servers and have it accessible by people using Windows workstations. The cost of this transition on one PC would be about $300 for the Windows license ;) As for training, the only people that would need to learn to use Samba are the System Administrators. -- Andrew Gaffney