help

Raju Ranjan raju at yack.com
Tue Sep 26 17:48:38 GMT 2000



samba-request at lists.samba.org wrote:

> Send samba mailing list submissions to
>         samba at lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.samba.org/mailman/listinfo/samba
> or, via email, send a message with subject or body 'help' to
>         samba-request at lists.samba.org
>
> You can reach the person managing the list at
>         samba-admin at lists.samba.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of samba digest..."
>
> Today's Topics:
>
>   1. Re: Out of file structures (Peter Samuelson)
>   2. Re: errors from ./configure (Peter Samuelson)
>   3. Re: CRLF / LF Conversion (Peter Samuelson)
>   4. Re: cannot see systems in network. (Peter Samuelson)
>   5. HP-UX 10.20 (Ehrke, Christian)
>   6. Re: how to mount a samba shared file system ? (Peter Samuelson)
>   7. Problems with w2K (Gabriel Zamprogna)
>   8. RE: Slow Mappings with NIS and large groups (Scott Lawson)
>   9. Re printing (freeman at popmail.com)
>   10. Samba 2.0.7 users not able to map drives (Enrico Payne)
>   11. Mulitple domains (Enrico Payne)
>   12. Re: Use PC printers from IRIX? (Mike Brodbelt)
>   13. Samba 2.0.7 Sol 251: nmbd and smbd - start/stop independently? (dennis)
>   14. Compilation problems (Maurice Lafleur)
>   15. Re: Use PC printers from IRIX? (Herb Lewis)
>   16. Re: Samba 2.0.7 Sol 251: nmbd and smbd - start/stop independently? (Gerald Carter)
>   17. HI! Im am having a few problems (Beriah Dutcher)
>
> --__--__--
>
> Message: 1
> From: Peter Samuelson <peter at cadcamlab.org>
> Date: Tue, 26 Sep 2000 06:00:30 -0500 (CDT)
> To: Eduard Kumer <eduard.kumer at rbg42.siemens.de>
> Cc: samba at us4.samba.org
> Subject: Re: Out of file structures
>
> [Eduard Kumer <eduard.kumer at rbg42.siemens.de>]
> > awaiting the community answers ;)
>
> According to Google your questions/answers ratio on newsgroups and
> mailing lists appears to be NaN.  Not that this is unusual,
> unfortunately, it's the classic tragedy of the commons, but I just
> thought I'd point it out. (:
>
> Peter
>
> --__--__--
>
> Message: 2
> From: Peter Samuelson <peter at cadcamlab.org>
> Date: Tue, 26 Sep 2000 06:12:18 -0500 (CDT)
> To: Neil Hoggarth <neil.hoggarth at physiol.ox.ac.uk>
> Cc: Peter Bouton <pbouton at mediabolic.com>, samba at us4.samba.org
> Subject: Re: errors from ./configure
>
> [Neil Hoggarth <neil.hoggarth at physiol.ox.ac.uk>]
> > If the source tree is on NFS, but you *don't* plan to re-export NFS
> > filesystems using Samba, then move the Samba source tree to a local
> > filesystem and try re-running ./configure.
>
> No need to move the source tree.  Just mkdir a build tree, cd into it
> and run /yoursrcdir/samba/source/configure.  Works great, as with many
> autoconf-ified packages.
>
> Peter
>
> --__--__--
>
> Message: 3
> From: Peter Samuelson <peter at cadcamlab.org>
> Date: Tue, 26 Sep 2000 06:21:25 -0500 (CDT)
> To: cybrgeek at xmission.com
> Cc: Jacob Eisinger <jthg at usa.net>, samba at us4.samba.org
> Subject: Re: CRLF / LF Conversion
> <39C938B5.9126.2262AF at localhost>
>
> [cybrgeek at xmission.com <cybrgeek at xmission.com>]
> > > It is my understanding that Samba cannot do CRLF / LF Conversion
> > > when needed (from CRLF-LF-Conversions.txt).
>
> Correct, and for very good reasons.
>
> > > I am currently sharing my html directory which had be edited via
> > > pico.  Assuming that all my html files are either .html or .htm,
> > > what would be the best way to convert them to the windows end
> > > lines?
>
> > Look into the dos2unix and unix2dos programs. They do the CR/LF<->NL
> > translations very well.
>
> Note also that if you don't have the utilities handy, use
>
>   unix2dos-in-place == perl -pi -e 's/$/\015/' filename(s)
>   dos2unix-in-place == perl -pi -e 's/\015$//' filename(s)
>
> or similar with tr, sed, mv, rm and redirecting.
>
> Peter
>
> --__--__--
>
> Message: 4
> From: Peter Samuelson <peter at cadcamlab.org>
> Date: Tue, 26 Sep 2000 06:31:40 -0500 (CDT)
> To: Eric Windisch <ewindisc at fit.edu>
> Cc: samba at us4.samba.org
> Subject: Re: cannot see systems in network.
>
> [Eric Windisch <ewindisc at fit.edu>]
> > I am at Uni and cannot see the majority of the users on the network..
> > someone told me this may be because of NetBeui.
>
> NetBEUI is a very simple transport-level protocol, almost NetBIOS over
> raw ethernet.  It's good for plug-n-play instand Windows networking
> where the admin doesn't have to set up TCP/IP infrastructure including
> annoying things like routing.  (Because NetBEUI has *no* routing.)
> It's also rather network-unfriendly in that it generates a lot of
> mandatory broadcast traffic unlike using TCP/IP where you at least have
> the option of using WINS.
>
> Samba has no support for NetBEUI (yet -- there were rumors that Jeremy
> Allison received a patch from someone to add such support), so if the
> Windows clients converse using that, Samba is left out.  This is a more
> general problem with having multiple protocols on your network -- not
> everyone will see the whole conversation and the browse lists ("seeing"
> users on the network, as you put it) will be unpredictable.
>
> On your Windows clients (if you have any control over them) it is
> almost always a good idea to uninstall NetBEUI and use only TCP/IP for
> windows networking.  This used to come at a cost because not everyone
> wanted the complexity of setting up TCP/IP, but these days almost
> everyone has already done so because they want the use of a web
> browser, so it's usually a sunk cost.
>
> As for the other popular Windows networking transport, IPX/SPX, you can
> leave it on the machine if it's being used for other things (networked
> Diablo, for instance), but disable the bindings between IPX/SPX and the
> "workstation" and "server" services.
>
> Peter
>
> --__--__--
>
> Message: 5
> From: "Ehrke, Christian" <C.Ehrke at allweiler.de>
> To: "'samba at lists.samba.org'" <samba at lists.samba.org>
> Subject: HP-UX 10.20
> Date: Tue, 26 Sep 2000 13:34:40 +0200
> charset="iso-8859-1"
>
> Hello,
>
> I tried to complie Samba 2.0.7 on HP-UX 10.20 (HP Visualize C3000
> Workstation).
> After unpacking the sources I started ./configure in the source directory.
> The following message appears:
> ....
> ....
> checking if large file support can be enabled
> no
> checking configure summary
> ERROR: No locking available. Running Samba would bu unsafe.
> configure: error: summary failure. Aborting config.
>
> If somebody can help, please send a mail to C.Ehrke at allweiler.de
>
> Christian Ehrke
>
> --__--__--
>
> Message: 6
> From: Peter Samuelson <peter at cadcamlab.org>
> Date: Tue, 26 Sep 2000 06:38:20 -0500 (CDT)
> To: Eric Acqueberge <eric.acqueberge at wanadoo.fr>
> Cc: samba at us4.samba.org
> Subject: Re: how to mount a samba shared file system ?
>
> [Eric Acqueberge <eric.acqueberge at wanadoo.fr>]
> > I want to do something like a "nfs mounting" with samba, to share
> > file system between a linux and a solaris os.
>
> While possible, this is usually not recommended, because NFS is really
> a better Unix-to-Unix solution.  (Both protocols are pretty ugly but at
> least NFS was designed with Unix semantics.)  Solaris is known to have
> a good NFS server (Sun after all invented NFS); if you need your Linux
> box to be the server you will probably want to use kernel 2.2.18pre9 or
> newer, thanks to its vastly improved NFS server code.  You probably
> also want to synchronize your UID numbers (via NIS, NIS+ or manually)
> or, failing that, run 'ugidd' (which I don't know if Solaris supports)
> which allows NFS to transmit usernames symbolically instead of
> numerically.
>
> Note that NFS is largely a trusted-client design; if you don't trust
> your clients you will have to take measures such as squashing all the
> client users to 'nobody' or something.  But then, neither NFS nor SMB
> is all that *great* for security, if you're really serious.
>
> Peter
>
> --__--__--
>
> Message: 7
> From: "Gabriel Zamprogna" <gabriel.zamprogna at digitro.com.br>
> To: <samba at us4.samba.org>
> Subject: Problems with w2K
> Date: Tue, 26 Sep 2000 08:46:27 -0300
> boundary="----=_NextPart_000_0018_01C02796.41F496E0"
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0018_01C02796.41F496E0
> Content-Type: text/plain;
>         charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
>     Hi!
>     I am experiencing some problems here... when I want to print in a =
> windows printer, the server let me the following:
> =20
> [2000/09/26 06:01:14, 0] smbd/nttrans.c:call_nt_transact_ioctl(2516)
>   call_nt_transact_ioctl: Currently not implemented.
> =20
>     I don't know what is happenning, but if you can help me, I really =
> thanks.
> =20
>         Gabriel Zamprogna < gabriel.zamprogna at digitro.com.br >
>         Computer Scientist - Digitro Tecnologia Ltda
>
>  PS: Sorry my poor English...
>
> ------=_NextPart_000_0018_01C02796.41F496E0
> Content-Type: text/html;
>         charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#fffcf0>
> <DIV><FONT face=3DArial size=3D2>
> <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Hi!</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I am experiencing =
> some problems=20
> here... when I want to print in a windows printer, the server let me the =
>
> following:</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>[2000/09/26 06:01:14, 0]=20
> smbd/nttrans.c:call_nt_transact_ioctl(2516)<BR>&nbsp; =
> call_nt_transact_ioctl:=20
> Currently not implemented.</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I don't know what is =
> happenning,=20
> but if you can help me, I really thanks.</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
> Gabriel=20
> Zamprogna &lt; <A=20
> href=3D"mailto:gabriel.zamprogna at digitro.com.br">gabriel.zamprogna at digitr=
> o.com.br</A>=20
> &gt;</FONT></DIV>
> <DIV><FONT face=3DArial=20
> size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computer =
> Scientist -=20
> Digitro Tecnologia Ltda</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2><BR>&nbsp;PS: Sorry my poor=20
> English...</DIV></FONT></FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_0018_01C02796.41F496E0--
>
> --__--__--
>
> Message: 8
> Date: Tue, 26 Sep 2000 14:20:30 +0100
> From: Scott Lawson <s.lawson at sghms.ac.uk>
> To: lee.cashmore at tcat.ac.uk
> Cc: samba at samba.org
> Subject: RE: Slow Mappings with NIS and large groups
>
> Lee,
>
> We use Samba 2.07 and Solaris 7, but essentially to do what you do.
> I notice that you are explicitly telling Samba to use NIS groups, we use
>
> NIS but I use a stright compile of Samba and list the groups just as
> groups. (no plus sign)
>
> I let the Unix (Linux) resolving routines do the lookups outside of the
> Samba software.
> We have a similiar setup to yours here and experience no delays with
> mass logon's.
>  We have around a housand PC's hanging off one server and we have very
> few problems.
>
> Anyway I would suggest to try and remove the plus signs and see if it
> speeds things up,
> the other thing is are you doing a build of Samba with NIS enabled?
>
> Are the usual thing's OK with the system? Memory etc..... I allow around
> 4 Mb per Samba
> session. Have you checked the system with all the available tools while
> this is happening?
>
> Scott.
>
> Message: 11
> Date: Sun, 24 Sep 2000 13:53:48 +0100
> From: Lee Cashmore <lee.cashmore at tcat.ac.uk>
> To: samba at lists.samba.org
> Subject: Slow Mappings with NIS and large groups
>
> Does anyone have any experiance of these problems
>
> OS Redhat 6.2
> Samba version 2.0.7
>
> Machine runs a slave NIS server and has 2 sets of groups one for staff
> and
> one for students e.g.
>
> staff0:x:staffuser1,staffuser6,staffuser11,staffuser16,staffuser21,staffuse
>
> r26......etc
> staff1:x:staffuser2,staffuser7,staffuser12,staffuser17,staffuser22,staffuse
>
> r27......etc
> staff2:x:staffuser3,staffuser8,staffuser13,staffuser18,staffuser23,staffuse
>
> r28......etc
> staff3:x:staffuser4,staffuser9,staffuser14,staffuser19,staffuser24,staffuse
>
> r29......etc
> staff4:x:staffuser5,staffuser10,staffuser15,staffuser20,staffuser25,staffus
>
> er30......etc
>
> Student groups follow the same format but are groups  stud0 to stud9
>
> all the groups for each user are correctly reported by linux and I can
> find
> no other problems and logon speed under linux is fine. The problem we
> have
> is that we have upto 550 pc's mapping to a share which runs off this box
>
> (Details of share below). All the main logons happen within a short
> period
> of time i.e. when the students login in a morning and after breaks, for
> some reason it is taking a long time for any windows NT machine to map a
>
> drive to this particular share.
>
> Samba is doing Domain Authentication and after doing various amounts of
> testing and debuging I can find no way of improving the speed of the
> drive
> mapping process. We are thus experiancing 2 problems, firstly a lot of
> the
> drive mappings will fail (with a 240 error) when lots of people are
> logging
> on and secondly the box is put under so much load due to the exessive
> amounts of time samba spends checking against the groups. If I copy the
> password, shadow and group files off the primary nis server and put them
> on
> the local machine the drive mappings are almost immediate. We presently
> have 1000 or so students in the groups and this will double if not
> tripple
> by the end of the year, There are also around 300 staff accounts.
>
> This share is a specific one which allows students Read only access and
> staff read/write access. the files in the share are owned by the
> user/group
> shares/shares respectivly.
>
> Any help or ideas would be greatly appreciated
>
> Lee Cashmore
>
> P.S. Relavant sections of configs and log files listed below
>
> Share config from smb.conf
>
> [qdrive]
>     comment = Staff/Student Share
>     path = /var/exports/qdrive
>     browseable = yes
>     writable = yes
>     available = yes
>     public = no
>     admin users = leec
>     read list = +staff0, +staff1, +staff2, +staff3, +staff4, +stud0,
> +stud1, +stud2, +stud3, +stud4, +stud5, +stud6, +stud7, +stud8, +stud9
>     valid users = +staff0, +staff1, +staff2, +staff3, +staff4, +stud0,
> +stud1, +stud2, +stud3, +stud4, +stud5, +stud6, +stud7, +stud8, +stud9
>     write list = +staff0, +staff1, +staff2, +staff3, +staff4
>     force user = shares
>     force group = shares
>     force create mode = 770
>     force directory mode = 770
>
> Section of Log file of NT 4 Wks Mapping to the samba server
>
> [2000/09/24 13:10:19.810779, 5] lib/util.c:show_msg(446)
>   smb_bcc=22
> [2000/09/24 13:10:19.810825, 10] lib/util.c:dump_data(2918)
>   [000] 00 5C 5C 49 4E 54 52 41  4E 45 54 5C 51 44 52 49  .\\INTRA
> NET\QDRI
> [2000/09/24 13:10:19.810925, 10] lib/util.c:dump_data(2926)
>   [010] 56 45 00 41 3A 00                                 VE.A:.
> [2000/09/24 13:10:19.811011, 3] smbd/process.c:switch_message(448)
>   switch message SMBtconX (pid 15697)
> [2000/09/24 13:10:19.811075, 4] smbd/reply.c:reply_tcon_and_X(311)
>   Got device type A:
> [2000/09/24 13:10:27.032062, 3] smbd/password.c:authorise_login(759)
>   ACCEPTED: validated uid ok as non-guest  <<------- PROBLEM HERE TIME
> DIFF
> OF 8 seconds ???
> [2000/09/24 13:10:28.810178, 3] smbd/service.c:make_connection(380)
>   Forced user shares
> [2000/09/24 13:10:28.810741, 3] smbd/service.c:make_connection(428)
>   Forced group shares
> [2000/09/24 13:10:28.810813, 3] smbd/service.c:make_connection(441)
>   Connect path is /var/exports/qdrive
> [2000/09/24 13:10:28.869361, 3] smbd/password.c:setup_groups(192)
>   shares is in 1 groups: 1004
> [2000/09/24 13:10:28.869495, 5] smbd/connection.c:claim_connection(137)
>   trying claim /var/lock/samba STATUS. 100000
> [2000/09/24 13:10:28.869607, 8] lib/util.c:fcntl_lock(2672)
>
> ------------------------------------------------------------------------
>
> Lee Cashmore                              Telephone : +44 (0)1952 642286
>
> Network Administrator (Postmaster)
> Telford College of Arts & Technology    Web Site : http://www.tcat.ac.uk
>
> ------------------------------------------------------------------------
>
> --
>
> __________________________________________________________________
>
> Scott Lawson
> Systems Manager
> Department Of Information Services
> St. George's Hospital Medical School
> Tooting
> London SW17 0RE
> UK
>
> P: 44 (0)208 725 2896
> F: 44 (0)208 725 3583
>
> mailto:s.lawson at sghms.ac.uk
>
> http://www.sghms.ac.uk
>
> Quote of the week :
>
> "The difference between 'involvement' and 'commitment' is like a
> bacon-and-eggs breakfast: the chicken was 'involved' - the pig was
> 'committed'."
>
> __________________________________________________________________
>
> --__--__--
>
> Message: 9
> Date: Tue, 26 Sep 2000 08:22:58 -0500 (CDT)
> From: freeman at popmail.com
> To: samba at lists.samba.org
> Subject: Re printing
>
> I have been using samba for serveral months with gret success.  I have even gone so far as to just pick up a older laser printer off a friend of mine. I installed in in linux mandrake it work great so I set it up on my samba network.  Now in win 9X when I go to add printer (it is there) it says I have the wrong driver loaded and asks to install the right one (this I do, cuae if I don't it exits) and all goes right (so I thought).  Now when I print it says its printig on the win9X box but nothing ever comes across the network.  The wierd thing is that there is no error posted.  Win9x thinks all went well ?  below is my smb.conf any help trouble shooting this would be great.
>
>  # Samba config file created using SWAT
> # from 192.168.0.5 (192.168.0.5)
> # Date: 2000/09/09 10:38:54
>
> # Global parameters
> [global]
>         workgroup = 1
>         encrypt passwords = Yes
>         hosts allow = 192.168.0.4,192.168.0.5,192.168.0.9,192.168.0.12
>
> [public]
>         comment = public files
>         path = /mnt/winblows
>         read only = No
>
> [private]
>         comment = personnal folders
>         path = /home
>         read only = No
>
> [hp]
>         path = /tmp
>         guest account =
>         guest ok = Yes
>         print ok = Yes
>         printer driver = HP LaserJet 4/5/6 series, non-PostScript
>
> ....................................
> Get your own free email account from
> http://www.popmail.com
>
> --__--__--
>
> Message: 10
> Reply-To: "Enrico Payne" <enricop at pharma.co.za>
> From: "Enrico Payne" <enricop at pharma.co.za>
> To: <samba at samba.org>
> Subject: Samba 2.0.7 users not able to map drives
> Date: Tue, 26 Sep 2000 16:08:01 +0200
> Organization: Pharma Natura
> charset="iso-8859-1"
>
> Hi,
>
> My Samba 2.0.7 servers (3 of them) have been running happily for a few
> months, and have not been rebooted for 15 days now.
>
> My problem is that suddenly users (Win9x) clients started losing their
> connections to drives, and when they tried to reconnect, they got Err: 53 on
> all the smb shares. I checked the number of smbd daemons running on the main
> server (163 in total).
>
> I was not sure what was causing the problem, but restarting samba with samba
> restart seems to have solved the problem.
>
> Does anyone have an idea as to what causes this? Is there perhaps a limit to
> the number of services running on the process table, or is there a limit to
> the number of smbd daemons that a server can have?
>
> Any help in this regard would be appreciated.
>
> Regards
> Enrico Payne
>
> --__--__--
>
> Message: 11
> Reply-To: "Enrico Payne" <enricop at pharma.co.za>
> From: "Enrico Payne" <enricop at pharma.co.za>
> To: <samba at samba.org>
> Subject: Mulitple domains
> Date: Tue, 26 Sep 2000 16:40:39 +0200
> Organization: Pharma Natura
> charset="iso-8859-1"
>
> Hi, just a quick question. Is it possible to have a PC on one domain visible
> in other domains on the same network? If so, where do I set this up? I
> assume under WINS on the SAMBA server, but what would the setting be?
>
> Regards
> Enrico Payne
>
> --__--__--
>
> Message: 12
> Date: Tue, 26 Sep 2000 16:00:39 +0100
> From: Mike Brodbelt <m.brodbelt at acu.ac.uk>
> To: Meinrado Samala <samala at wam.umd.edu>
> Cc: samba at samba.org
> Subject: Re: Use PC printers from IRIX?
>
> Meinrado Samala wrote:
> >
> > Hello.
> >
> >        I understand that Samba allows PC's running Windows OS to see
> > Unix computers (files and printers) as part of its network
> > neighborhood.   My question is whether Samba will also allow UNIX
> > systems to see and use Windows files and printers as well.
> >       We mostly have WindowsNT computers in our lab and we have one SGI
> > Octane. Since we already have set up and mainly use our PC resources (HP
> > deskjets and laserjet) we'd rather not buy another printer (and a more
> > expensive postscript printer at that) for local connection to the SGI
> > computer if we can print over the local network.  We have so far been
> > forced to FTP image files from SGI to PC.
> >       Thanks very much.
>
> Samba provides some utilities that can be used to achieve what you want
> - the smbclient program can be used as part of a Unix print filter, to
> transfer jobs to an SMB shared printer. However, this is not the
> approach that I would recommend for this.
>
> Your SGI will produce output to print in PostScript format. Simply
> transferring the job via SMB won't solve the underlying problem that
> your printers will then throw up an "invalid personality" error. With
> network connected HP equipment, I'd get and install LPRng and it's
> associated print filter, ifhp. With these, you can set up a print spool
> on the SGI that will receive PostScript, convert it into PCL suitable
> for your printer, and than transfer it directly across the network to
> the printer.
>
> The ifhp HOWTO has information on how to chain ifhp and ghostscript to
> translate PostScript -> PCL, and the LPRng HOWTO has information on
> setting up LPRng to talk to a networked HP printer (they simply listen
> for jobs on port 9100).
>
> Check out www.lprng.com for more info.
>
> HTH
>
> Mike
>
> --__--__--
>
> Message: 13
> Date: Tue, 26 Sep 2000 08:14:45 -0700
> From: dennis <dennis.moreno at pop.safetran.com>
> To: samba at us4.samba.org
> Subject: Samba 2.0.7 Sol 251: nmbd and smbd - start/stop independently?
>
> Hi
>
> Does anyone know of problems with starting/stopping nmbd and smbd
> independently of each other?
>
> I need to stop smbd, to ensure that users are not accessing shares,
> while I do a
> backup of the file system, but I need to continue running nmbd to
> provide WINS services.
>
> Are there any problems with stopping smbd and then starting it after the
> backup while
> allowing nmbd to run uninterrupted?
>
> Dennis
>
> --__--__--
>
> Message: 14
> Date: Tue, 26 Sep 2000 11:05:41 -0400
> From: Maurice Lafleur <mlafleur at ux.cegep-heritage.qc.ca>
> To: samba at samba.org
> Subject: Compilation problems
>
> Hi everyone,
> I am trying to compile the latest samba package (2.0.17) following the
> usual steps ./configure --with-smbmount --with-pam
>  make
>
> And make reports errors when compiling smbmount. It is complainign about
> missing .h files and symbols redefinition. I am running RH 5.2 with
> kernel 2.0.36. Is there somthing I am missing?
>
> --
> MGL
> --
> Maurice G. Lafleur  +------------------------------------------------+
> Teacher             + Voice: +1(819).778.2270 X1412                  +
> Heritage College    + Fax:   +1(819).776.7364                        +
> 325 Cite des Jeunes + mailto: mlafleur at ux.cegep-heritage.qc.ca       +
> Hull. Qc.           + Web:  http://ux.cegep-heritage.qc.ca/~ommadawn +
> Canada              +------------------------------------------------+
> J8Y 6T3
> /"\
> \ /
>  X  ASCII RIBBON CAMPAIGN
> / \ AGAINST HTML MAIL
>
> --__--__--
>
> Message: 15
> Date: Tue, 26 Sep 2000 08:17:31 -0700
> From: Herb Lewis <herb at chomps.engr.sgi.com>
> Organization: Silicon Graphics Inc.
> To: Meinrado Samala <samala at wam.umd.edu>
> Cc: samba at samba.org
> Subject: Re: Use PC printers from IRIX?
>
> Meinrado Samala wrote:
> >
> > Hello.
> >
> >        I understand that Samba allows PC's running Windows OS to see
> > Unix computers (files and printers) as part of its network
> > neighborhood.   My question is whether Samba will also allow UNIX
> > systems to see and use Windows files and printers as well.
> >       We mostly have WindowsNT computers in our lab and we have one SGI
> > Octane. Since we already have set up and mainly use our PC resources (HP
> > deskjets and laserjet) we'd rather not buy another printer (and a more
> > expensive postscript printer at that) for local connection to the SGI
> > computer if we can print over the local network.  We have so far been
> > forced to FTP image files from SGI to PC.
> >       Thanks very much.
>
> You can use any printer that is postscript directly using the smbprint
> script (see the comments on how to use it). If you want to use a non-
> postscript printer, you must have a driver on IRIX for that printer.
>
> Install the printer as a local parallel printer. I then modified the
> interface file to use smbclient. If you want specific details of the
> mods send me email. I have this working for a DeskJet 850C in my lab.
>
> --
> ======================================================================
> Herb Lewis                               Silicon Graphics
> Networking Engineer                      1600 Amphitheatre Pkwy MS-510
> Strategic Software Organization          Mountain View, CA  94043-1351
> herb at sgi.com                             Tel: 650-933-2177
> http://www.sgi.com                       Fax: 650-932-2177
> ======================================================================
>
> --__--__--
>
> Message: 16
> Date: Tue, 26 Sep 2000 10:18:11 -0500
> From: Gerald Carter <gcarter at valinux.com>
> Organization: VA Linux Systems
> To: dennis <dennis.moreno at pop.safetran.com>
> Cc: samba at us4.samba.org
> Subject: Re: Samba 2.0.7 Sol 251: nmbd and smbd - start/stop independently?
>
> dennis wrote:
> >
> > Hi
> >
> > Does anyone know of problems with starting/stopping nmbd and smbd
> > independently of each other?
> >
> > I need to stop smbd, to ensure that users are not accessing shares,
> > while I do a
> > backup of the file system, but I need to continue running nmbd to
> > provide WINS services.
> >
> > Are there any problems with stopping smbd and then
> > starting it after the backup while allowing nmbd to
> > run uninterrupted?
>
> Should be fine.
>
> Cheers, jerry
> ----------------------------------------------------------------------
>    /\  Gerald (Jerry) Carter                     Professional Services
>  \/    http://www.valinux.com  VA Linux Systems    gcarter at valinux.com
>        http://www.samba.org       SAMBA Team           jerry at samba.org
>        http://www.eng.auburn.edu/~cartegw
>
>        "...a hundred billion castaways looking for a home."
>                                 - Sting "Message in a Bottle" ( 1979 )
>
> --__--__--
>
> Message: 17
> Reply-To: <beriah at webuildpcs.com>
> From: "Beriah Dutcher" <beriah at webuildpcs.com>
> To: <samba at us4.samba.org>
> Subject: HI! Im am having a few problems
> Date: Tue, 26 Sep 2000 10:26:45 -0500
> charset="iso-8859-1"
>
> Ok I instllaed samba about a week ago and go it all working.  Everything was
> working fine until yesterday. Our DSL went out and I noiticed are network
> was having problems. I also noticed that I couldnt get to our FreeBSD box
> via our windows machines.  SO i went over to the box and ran 'ps -ax'  and
> samba wasnt running. I then checked a few things. (logs, locks, conf) and
> tried to restart it. Well when i './smbd -D' './nmbd -D' it will create the
> lock, and log entries, but will not RUN. It shows that it recieved a PID #
> but it doesnt show up int he ps -ax at all. ANy ideas? I have removed and
> reinstalled a couple of times
>
> Beriah
>
> --__--__--
>
> _______________________________________________
> samba mailing list
> samba at lists.samba.org
> http://lists.samba.org/mailman/listinfo/samba
>
> End of samba Digest
-------------- next part --------------
A non-text attachment was scrubbed...
Name: raju.vcf
Type: text/x-vcard
Size: 170 bytes
Desc: Card for Raju Ranjan
Url : http://lists.samba.org/archive/samba/attachments/20000926/07439aed/raju.vcf


More information about the samba mailing list