<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="IncrediMail 1.0" name=GENERATOR></HEAD>
<BODY style="BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt; MARGIN: 5px 10px 10px; FONT-FAMILY: Arial" bgColor=#ffffff background="" scroll=yes ORGYPOS="0">
<TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD id=INCREDITEXTREGION style="FONT-SIZE: 12pt; CURSOR: auto; FONT-FAMILY: Arial" width="100%">
<DIV>I can't run mysql  it is already installed can any 1 hepl me?</DIV>
<DIV> </DIV>
<DIV id=IncrediOriginalMessage><I>-------Original Message-------</I></DIV>
<DIV> </DIV>
<DIV id=receivestrings>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>From:</B></I> <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>Date:</B></I> 11/24/04 23:00:42</DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>To:</B></I> <A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>Subject:</B></I> Redhat-install-list Digest, Vol 9, Issue 26</DIV></DIV>
<DIV> </DIV>
<DIV>Send Redhat-install-list mailing list submissions to</DIV>
<DIV>  <A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A></DIV>
<DIV> </DIV>
<DIV>To subscribe or unsubscribe via the World Wide Web, visit</DIV>
<DIV>  <A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>or, via email, send a message with subject or body 'help' to</DIV>
<DIV>  <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV> </DIV>
<DIV>You can reach the person managing the list at</DIV>
<DIV>  <A href="mailto:redhat-install-list-owner@redhat.com">redhat-install-list-owner@redhat.com</A></DIV>
<DIV> </DIV>
<DIV>When replying, please edit your Subject line so it is more specific</DIV>
<DIV>than "Re: Contents of Redhat-install-list digest..."</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Today's Topics:</DIV>
<DIV> </DIV>
<DIV>   1. RE: RPMBuild error (<A href="mailto:roger@audiblefaith.com">roger@audiblefaith.com</A>)</DIV>
<DIV>   2. RE: Samba setup on RH8.0 (Francisco Ruiz)</DIV>
<DIV>   3. Re: Seagate STT3401A on FC2 (Rick Stevens)</DIV>
<DIV>   4. Re: Seagate STT3401A on FC2 (Rick Stevens)</DIV>
<DIV>   5. Re: RPMBuild error (Rick Stevens)</DIV>
<DIV>   6. Re: Samba setup on RH8.0 (Rick Stevens)</DIV>
<DIV>   7. Re: Seagate STT3401A on FC2 (Jeff Kinz)</DIV>
<DIV>   8. Re: Seagate STT3401A on FC2 (Chris Hewitt)</DIV>
<DIV>   9. Re: Seagate STT3401A on FC2 (Rick Stevens)</DIV>
<DIV>  10. Re: Seagate STT3401A on FC2 (Rick Stevens)</DIV>
<DIV>  11. Re: input/output errors (Rick Stevens)</DIV>
<DIV>  12. RE: Samba setup on RH8.0 (Francisco Ruiz)</DIV>
<DIV>  13. Re: Samba setup on RH8.0 (Rick Stevens)</DIV>
<DIV>  14. Samba XP Domain question (Ken Scott)</DIV>
<DIV>  15. RE: Samba setup on RH8.0 (Francisco Ruiz)</DIV>
<DIV>  16. RE: Samba XP Domain question (Otto Haliburton)</DIV>
<DIV>  17. Re: Camera Help (<A href="mailto:brad.mugleston@comcast.net">brad.mugleston@comcast.net</A>)</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 1</DIV>
<DIV>Date: 23 Nov 2004 18:30:08 -0000</DIV>
<DIV>From: <A href="mailto:roger@audiblefaith.com">roger@audiblefaith.com</A></DIV>
<DIV>Subject: RE: RPMBuild error</DIV>
<DIV>To: <A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A></DIV>
<DIV>Message-ID: <<A href="mailto:20041123183008.27272.qmail@mail.audiblefaith.com">20041123183008.27272.qmail@mail.audiblefaith.com</A>></DIV>
<DIV> </DIV>
<DIV>>> /usr/bin/ld: cannot find -lgcc_s</DIV>
<DIV>></DIV>
<DIV>>That line looks way wrong.  I can understand "cannot find libgcc_s.so",</DIV>
<DIV>>but not one with the "-l" in front.</DIV>
<DIV>>Uh, check the Makefile.  It looks like somewhere in there it's doing</DIV>
<DIV>>an "-l -lgcc_s".  It may be from a macro, so check those, too.  Check</DIV>
<DIV>>for "EXTRALIBS" or something like that and make sure it just has "gcc_s"</DIV>
<DIV>>in it, not preceeded by "-l".  A quick check would be by going to the</DIV>
<DIV>>top level directory of the source and:</DIV>
<DIV>></DIV>
<DIV>>    grep -r "-lgcc" *</DIV>
<DIV>></DIV>
<DIV>>If you find such a beast, make sure you squawk it via bugzilla.</DIV>
<DIV> </DIV>
<DIV>Only thing grep came up with was in the BUILD/php-4.2.2/configure file:</DIV>
<DIV>  LIBS="$LIBS -lgcc"</DIV>
<DIV> </DIV>
<DIV>  on line 9391</DIV>
<DIV> </DIV>
<DIV>The rpmbuild gets through the build stage, but can't configure.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Roger</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 2</DIV>
<DIV>Date: Tue, 23 Nov 2004 11:30:28 -0600</DIV>
<DIV>From: "Francisco Ruiz" <<A href="mailto:fruiz@tsitrucks.com">fruiz@tsitrucks.com</A>></DIV>
<DIV>Subject: RE: Samba setup on RH8.0</DIV>
<DIV>To: "'Getting started with Red Hat Linux'"</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:001e01c4d182$206d1570$5c08a8c0@tsidomain.com">001e01c4d182$206d1570$5c08a8c0@tsidomain.com</A>></DIV>
<DIV>Content-Type: text/plain; charset="US-ASCII"</DIV>
<DIV> </DIV>
<DIV>Sorry to but in, but I have a question.  I configured samba to</DIV>
<DIV>authenticate with winbindd to a pdc and after that I wasn't able to</DIV>
<DIV>login into SWAT any suggestions?</DIV>
<DIV> </DIV>
<DIV>-----Original Message-----</DIV>
<DIV>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>Stevens</DIV>
<DIV>Sent: Friday, November 19, 2004 12:23 PM</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>Subject: Re: Samba setup on RH8.0</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Jared L. Black wrote:</DIV>
<DIV>> On Thu, 2004-11-18 at 16:27, Rick Stevens wrote:</DIV>
<DIV>></DIV>
<DIV>>>Rick Stevens wrote:</DIV>
<DIV>>></DIV>
<DIV>>>>Jared L. Black wrote:</DIV>
<DIV>>></DIV>
<DIV>>>[snip]</DIV>
<DIV>>></DIV>
<DIV>>>>>>The easiest way to administer samba is to use swat.  Run "service</DIV>
<DIV>>>>>>swat start", then point your web browser to "http://localhost:901".</DIV>
<DIV> </DIV>
<DIV>>>>>>Once you log in as the root user with the root user's password,</DIV>
<DIV>>>>>>you'll be given a GUI that you can manage the whole thing.  The</DIV>
<DIV>>>>>>on-line help is good and can explain a lot of stuff.  When you're</DIV>
<DIV>>>>>>done, disable swat by running "service swat stop" (you don't want</DIV>
<DIV>>>>>>outsiders to get at your swat config) or you can set up iptables to</DIV>
<DIV> </DIV>
<DIV>>>>>>block outside incoming access to port 901 and leave swat running.</DIV>
<DIV>>>>>>It's up to you (I tend to stop swat when not using it).</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>I also recommend you get a copy of the O'Reilly book "Using Samba"</DIV>
<DIV>>>>>>by Eckstein, Collier-Brown and Kelly.  I consider it essential for</DIV>
<DIV>>>>>>Samba users--especially when you start using domain security or a</DIV>
<DIV>>>>>>Windows PDC for authentication.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Rick:</DIV>
<DIV>>>>>Thanks for the reply.  I'll take your advice and get the Using Samba</DIV>
<DIV> </DIV>
<DIV>>>>>book.  In the meantime, I couldn't find a directory where the</DIV>
<DIV>>>>>"service swat start" command would work (command not found). Any</DIV>
<DIV>>>>>suggestions?</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>Uh, oops!  My bad.  Sorry about that.  It's an xinetd-spawned</DIV>
<DIV>>>>program. Do this as root:</DIV>
<DIV>>>></DIV>
<DIV>>>>    # vi /etc/xinetd.d/swat</DIV>
<DIV>>>></DIV>
<DIV>>>>Find the line that says "disable = yes" and change it to "disable =</DIV>
<DIV>>>>no". Save the file, then enter:</DIV>
<DIV>>>></DIV>
<DIV>>>>    # killall -HUP xinetd</DIV>
<DIV>>>></DIV>
<DIV>>>>Then you can point your browser to "http://localhost:901" and have at</DIV>
<DIV> </DIV>
<DIV>>>>it.  To disable swat, change the line back to "disable = yes" and do</DIV>
<DIV>>>>the "killall" again.</DIV>
<DIV>>>></DIV>
<DIV>>>>Again, sorry about that.</DIV>
<DIV>>></DIV>
<DIV>>>I forgot one other thing...you may have to install the RPM for it. The</DIV>
<DIV> </DIV>
<DIV>>>RPM is called "samba-swat" and it's on one of your CDs.  If you're</DIV>
<DIV>>>running yum, you can "yum install samba-swat".</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>>>-                                                                    -</DIV>
<DIV>>>-                    I doubt, therefore I might be.                  -</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>></DIV>
<DIV>>>_______________________________________________</DIV>
<DIV>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>Subject: unsubscribe</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> My distribution disks have only samba-2.2.5-10, samba-client-2.2.5-10</DIV>
<DIV>> and samba-common-2.2.5-10.  I don't see a samba-swat listed.</DIV>
<DIV>></DIV>
<DIV>> The samba suite I installed was samba-8.0.1, which downloaded.  I just</DIV>
<DIV> </DIV>
<DIV>> now downloaded the samba-swat-8.0.1 version and did an install, but it</DIV>
<DIV> </DIV>
<DIV>> failed because I don't have libcrypto.so.4 and libssl.so.4.  Am I</DIV>
<DIV>> having problems because I've mixed versions?</DIV>
<DIV> </DIV>
<DIV>It's possible.  Which Red Hat or Fedora are you using?</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-        God is real...........unless declared integer or long       -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV>_______________________________________________</DIV>
<DIV>Redhat-install-list mailing list</DIV>
<DIV><A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV><A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>Subject: unsubscribe</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 3</DIV>
<DIV>Date: Tue, 23 Nov 2004 09:40:17 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A37601.6060208@vitalstream.com">41A37601.6060208@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Ken & Joy Carr wrote:</DIV>
<DIV>></DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>> [<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick Stevens</DIV>
<DIV>> Sent: Monday, November 22, 2004 12:54 PM</DIV>
<DIV>> To: Getting started with Red Hat Linux</DIV>
<DIV>> Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>></DIV>
<DIV>> Bob McClure Jr wrote:</DIV>
<DIV>></DIV>
<DIV>>>On Sat, Nov 20, 2004 at 12:20:51PM -0500, Ken Carr wrote:</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>We're running FC2 (recently upgraded from FC1) on a Dell Power Edge</DIV>
<DIV>>>>400SC. We have just started trying to use the tape drive. The hardware</DIV>
<DIV>>>>browser identifies the drive as Seagate STT3401A, /dev/hdd</DIV>
<DIV>>>></DIV>
<DIV>>>>With a tape installed, we get the following:</DIV>
<DIV>>>>[root@flclxserver root]# mt -f /dev/hdd rewind</DIV>
<DIV>>>>/dev/hdd: Input/output error</DIV>
<DIV>>>></DIV>
<DIV>>>>What things should we check before suspecting bad hardware?</DIV>
<DIV>>>></DIV>
<DIV>>>>Thanks for any help you can provide.</DIV>
<DIV>>>></DIV>
<DIV>>>>Ken Carr</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>You may need to use a more tape-like device name.  I have a Seagate</DIV>
<DIV>>>STT8000A on /dev/hdd and I call it /dev/nht0.  Check this:</DIV>
<DIV>>></DIV>
<DIV>>>  cat /proc/ide/ide1/hdd/name</DIV>
<DIV>>></DIV>
<DIV>>>It may say something like "ht0".  Normally, the non-rewinding version</DIV>
<DIV>>>is used, /dev/nht0.</DIV>
<DIV>>></DIV>
<DIV>>>If it doesn't respond to that try</DIV>
<DIV>>></DIV>
<DIV>>>  modprobe ide-tape</DIV>
<DIV>>></DIV>
<DIV>>>then try again.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Thanks, Bob. -- ht0 it is! We're now safely backed up.</DIV>
<DIV> </DIV>
<DIV>Woo hoo!  Good news!</DIV>
<DIV> </DIV>
<DIV>> I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>> Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV> </DIV>
<DIV><blush!>  Thanks, Ken.</DIV>
<DIV> </DIV>
<DIV>[snip]</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-           This message printed using recycled bandwidth            -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 4</DIV>
<DIV>Date: Tue, 23 Nov 2004 09:47:22 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A377AA.9070504@vitalstream.com">41A377AA.9070504@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Bob McClure Jr wrote:</DIV>
<DIV>> On Mon, Nov 22, 2004 at 08:03:20PM -0500, Ken & Joy Carr wrote:</DIV>
<DIV>></DIV>
<DIV>>></DIV>
<DIV>>>-----Original Message-----</DIV>
<DIV>>>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>>>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick Stevens</DIV>
<DIV>>>Sent: Monday, November 22, 2004 12:54 PM</DIV>
<DIV>>>To: Getting started with Red Hat Linux</DIV>
<DIV>>>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>>></DIV>
<DIV>>>Bob McClure Jr wrote:</DIV>
<DIV>>></DIV>
<DIV>>>>On Sat, Nov 20, 2004 at 12:20:51PM -0500, Ken Carr wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>We're running FC2 (recently upgraded from FC1) on a Dell Power Edge</DIV>
<DIV>>>>>400SC. We have just started trying to use the tape drive. The hardware</DIV>
<DIV>>>>>browser identifies the drive as Seagate STT3401A, /dev/hdd</DIV>
<DIV>>>>></DIV>
<DIV>>>>>With a tape installed, we get the following:</DIV>
<DIV>>>>>[root@flclxserver root]# mt -f /dev/hdd rewind</DIV>
<DIV>>>>>/dev/hdd: Input/output error</DIV>
<DIV>>>>></DIV>
<DIV>>>>>What things should we check before suspecting bad hardware?</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Thanks for any help you can provide.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Ken Carr</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>You may need to use a more tape-like device name.  I have a Seagate</DIV>
<DIV>>>>STT8000A on /dev/hdd and I call it /dev/nht0.  Check this:</DIV>
<DIV>>>></DIV>
<DIV>>>>  cat /proc/ide/ide1/hdd/name</DIV>
<DIV>>>></DIV>
<DIV>>>>It may say something like "ht0".  Normally, the non-rewinding version</DIV>
<DIV>>>>is used, /dev/nht0.</DIV>
<DIV>>>></DIV>
<DIV>>>>If it doesn't respond to that try</DIV>
<DIV>>>></DIV>
<DIV>>>>  modprobe ide-tape</DIV>
<DIV>>>></DIV>
<DIV>>>>then try again.</DIV>
<DIV>>></DIV>
<DIV>>>Thanks, Bob. -- ht0 it is! We're now safely backed up.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Glad to hear you are rolling tape.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>>>Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> You are quite welcome.  Rick does more than I, though.  I take the</DIV>
<DIV>> easy ones and he (and Jeff Kinz and other experts) catches the hard</DIV>
<DIV>> ones.</DIV>
<DIV> </DIV>
<DIV>Now you're being modest, Bob.  You're a huge help to a lot of people,</DIV>
<DIV>and you don't just take the "easy" ones.  You've been involved in a lot</DIV>
<DIV>of toughies, too.</DIV>
<DIV> </DIV>
<DIV>>       Someone who manages a few hundred machines has learned a lot.</DIV>
<DIV>> Fortunately, he's willing to share it.</DIV>
<DIV> </DIV>
<DIV>I actually have a server count that's current (well, as of Halloween):</DIV>
<DIV> </DIV>
<DIV>  Company-owned servers: 1,365</DIV>
<DIV>  Client-owned servers, managed by us:   457</DIV>
<DIV>  Colocated servers:   854</DIV>
<DIV>       _____</DIV>
<DIV>  Total 2,676</DIV>
<DIV> </DIV>
<DIV>That's not counting storage arrays, routers, switches, NAS, SAN or any</DIV>
<DIV>of the other ancillary stuff necessary to make it go.  We've added</DIV>
<DIV>another 60 or so servers since those counts.  As far as sharing my</DIV>
<DIV>experience...why should I suffer alone?  ;-)</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-  Jimmie crack corn and I don't care...what kind of lousy attitude  -</DIV>
<DIV>-                 is THAT to have, huh?   -- Dennis Miller           -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 5</DIV>
<DIV>Date: Tue, 23 Nov 2004 10:00:50 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: RPMBuild error</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A37AD2.7010803@vitalstream.com">41A37AD2.7010803@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV><A href="mailto:roger@audiblefaith.com">roger@audiblefaith.com</A> wrote:</DIV>
<DIV>>>>/usr/bin/ld: cannot find -lgcc_s</DIV>
<DIV>>></DIV>
<DIV>>>That line looks way wrong.  I can understand "cannot find libgcc_s.so",</DIV>
<DIV>>>but not one with the "-l" in front.</DIV>
<DIV>>>Uh, check the Makefile.  It looks like somewhere in there it's doing</DIV>
<DIV>>>an "-l -lgcc_s".  It may be from a macro, so check those, too.  Check</DIV>
<DIV>>>for "EXTRALIBS" or something like that and make sure it just has "gcc_s"</DIV>
<DIV>>>in it, not preceeded by "-l".  A quick check would be by going to the</DIV>
<DIV>>>top level directory of the source and:</DIV>
<DIV>>></DIV>
<DIV>>>   grep -r "-lgcc" *</DIV>
<DIV>>></DIV>
<DIV>>>If you find such a beast, make sure you squawk it via bugzilla.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Only thing grep came up with was in the BUILD/php-4.2.2/configure file:</DIV>
<DIV>>   LIBS="$LIBS -lgcc"</DIV>
<DIV>></DIV>
<DIV>>  on line 9391</DIV>
<DIV> </DIV>
<DIV>Well, that doesn't appear to be it, since it's only "-lgcc" and not</DIV>
<DIV>"-lgcc_s".  I can see how the error might be caused by that if $LIBS</DIV>
<DIV>is empty.  I suspect the ld line in Makefile is something like:</DIV>
<DIV> </DIV>
<DIV>  ld -o something -l $LIBS object1.o object2.o...</DIV>
<DIV> </DIV>
<DIV>If $LIBS was empty at the configure, the line would end up something</DIV>
<DIV>like:</DIV>
<DIV> </DIV>
<DIV>  ld -o something -l -lgcc object1.o object2.o...</DIV>
<DIV> </DIV>
<DIV>And the "-l -lgcc" would cause an error.  But again, the line you cite</DIV>
<DIV>above is "-lgcc" and not "-lgcc_s".   Hmmmmm.</DIV>
<DIV> </DIV>
<DIV>> The rpmbuild gets through the build stage, but can't configure.</DIV>
<DIV> </DIV>
<DIV>I'm not sure exactly how you mean.  Usually the configure step is before</DIV>
<DIV>the build.  I think you mean it gets past the "prep" stage (untarring</DIV>
<DIV>and patching source).  In a nutshell, an rpmbuild goes like this:</DIV>
<DIV> </DIV>
<DIV>%prep</DIV>
<DIV>  untar</DIV>
<DIV>  patch</DIV>
<DIV>%build</DIV>
<DIV>  configure</DIV>
<DIV>  make</DIV>
<DIV>%install</DIV>
<DIV>  make install</DIV>
<DIV>  ...</DIV>
<DIV> </DIV>
<DIV>Can you clue me in again on which source RPM this is again?  I'll</DIV>
<DIV>probably need to try to do it myself to see what's going on.</DIV>
<DIV> </DIV>
<DIV>Don't worry, we'll get this licked somehow, Roger.</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-      Always remember you're unique, just like everyone else.       -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 6</DIV>
<DIV>Date: Tue, 23 Nov 2004 10:02:42 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Samba setup on RH8.0</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A37B42.10205@vitalstream.com">41A37B42.10205@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Francisco Ruiz wrote:</DIV>
<DIV>> Sorry to but in, but I have a question.  I configured samba to</DIV>
<DIV>> authenticate with winbindd to a pdc and after that I wasn't able to</DIV>
<DIV>> login into SWAT any suggestions?</DIV>
<DIV> </DIV>
<DIV>Try logging in as the Windows "Administrator" login, since I think the</DIV>
<DIV>default setup maps the Unix user "root" to the Windows user</DIV>
<DIV>"Administrator".  That means you must use Administrator's password as</DIV>
<DIV>well.</DIV>
<DIV> </DIV>
<DIV>></DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>> [<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>> Stevens</DIV>
<DIV>> Sent: Friday, November 19, 2004 12:23 PM</DIV>
<DIV>> To: Getting started with Red Hat Linux</DIV>
<DIV>> Subject: Re: Samba setup on RH8.0</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Jared L. Black wrote:</DIV>
<DIV>></DIV>
<DIV>>>On Thu, 2004-11-18 at 16:27, Rick Stevens wrote:</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>Rick Stevens wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>Jared L. Black wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>>[snip]</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>>>The easiest way to administer samba is to use swat.  Run "service</DIV>
<DIV>>>>>>>swat start", then point your web browser to "http://localhost:901".</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>Once you log in as the root user with the root user's password,</DIV>
<DIV>>>>>>>you'll be given a GUI that you can manage the whole thing.  The</DIV>
<DIV>>>>>>>on-line help is good and can explain a lot of stuff.  When you're</DIV>
<DIV>>>>>>>done, disable swat by running "service swat stop" (you don't want</DIV>
<DIV>>>>>>>outsiders to get at your swat config) or you can set up iptables to</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>block outside incoming access to port 901 and leave swat running.</DIV>
<DIV>>>>>>>It's up to you (I tend to stop swat when not using it).</DIV>
<DIV>>>>>>></DIV>
<DIV>>>>>>>I also recommend you get a copy of the O'Reilly book "Using Samba"</DIV>
<DIV>>>>>>>by Eckstein, Collier-Brown and Kelly.  I consider it essential for</DIV>
<DIV>>>>>>>Samba users--especially when you start using domain security or a</DIV>
<DIV>>>>>>>Windows PDC for authentication.</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Rick:</DIV>
<DIV>>>>>>Thanks for the reply.  I'll take your advice and get the Using Samba</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>book.  In the meantime, I couldn't find a directory where the</DIV>
<DIV>>>>>>"service swat start" command would work (command not found). Any</DIV>
<DIV>>>>>>suggestions?</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>Uh, oops!  My bad.  Sorry about that.  It's an xinetd-spawned</DIV>
<DIV>>>>>program. Do this as root:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>   # vi /etc/xinetd.d/swat</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Find the line that says "disable = yes" and change it to "disable =</DIV>
<DIV>>>>>no". Save the file, then enter:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>   # killall -HUP xinetd</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Then you can point your browser to "http://localhost:901" and have at</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>it.  To disable swat, change the line back to "disable = yes" and do</DIV>
<DIV>>>>>the "killall" again.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Again, sorry about that.</DIV>
<DIV>>>></DIV>
<DIV>>>>I forgot one other thing...you may have to install the RPM for it. The</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>RPM is called "samba-swat" and it's on one of your CDs.  If you're</DIV>
<DIV>>>>running yum, you can "yum install samba-swat".</DIV>
<DIV>>>>----------------------------------------------------------------------</DIV>
<DIV>>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>>>>-                                                                    -</DIV>
<DIV>>>>-                    I doubt, therefore I might be.                  -</DIV>
<DIV>>>>----------------------------------------------------------------------</DIV>
<DIV>>>></DIV>
<DIV>>>>_______________________________________________</DIV>
<DIV>>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>My distribution disks have only samba-2.2.5-10, samba-client-2.2.5-10</DIV>
<DIV>>>and samba-common-2.2.5-10.  I don't see a samba-swat listed.</DIV>
<DIV>>></DIV>
<DIV>>>The samba suite I installed was samba-8.0.1, which downloaded.  I just</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>now downloaded the samba-swat-8.0.1 version and did an install, but it</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>failed because I don't have libcrypto.so.4 and libssl.so.4.  Am I</DIV>
<DIV>>>having problems because I've mixed versions?</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> It's possible.  Which Red Hat or Fedora are you using?</DIV>
<DIV>> ----------------------------------------------------------------------</DIV>
<DIV>> - Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>> - VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>> -                                                                    -</DIV>
<DIV>> -        God is real...........unless declared integer or long       -</DIV>
<DIV>> ----------------------------------------------------------------------</DIV>
<DIV>></DIV>
<DIV>> _______________________________________________</DIV>
<DIV>> Redhat-install-list mailing list</DIV>
<DIV>> <A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV>> <A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>> To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>> <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>> Subject: unsubscribe</DIV>
<DIV>></DIV>
<DIV>> _______________________________________________</DIV>
<DIV>> Redhat-install-list mailing list</DIV>
<DIV>> <A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV>> <A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>> To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>> <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>> Subject: unsubscribe</DIV>
<DIV>></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-          Consciousness: that annoying time between naps.           -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 7</DIV>
<DIV>Date: Tue, 23 Nov 2004 13:06:21 -0500</DIV>
<DIV>From: Jeff Kinz <<A href="mailto:jkinz@kinz.org">jkinz@kinz.org</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:20041123130621.A4186@redline.comcast.net">20041123130621.A4186@redline.comcast.net</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii</DIV>
<DIV> </DIV>
<DIV>On Mon, Nov 22, 2004 at 08:14:32PM -0600, Bob McClure Jr wrote:</DIV>
<DIV>> On Mon, Nov 22, 2004 at 08:03:20PM -0500, Ken & Joy Carr wrote:</DIV>
<DIV>> > I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>> > Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV>></DIV>
<DIV>> You are quite welcome.  Rick does more than I, though.  I take the</DIV>
<DIV>> easy ones and he (and Jeff Kinz and other experts) catches the hard</DIV>
<DIV> </DIV>
<DIV>Unexpected flattery!</DIV>
<DIV> </DIV>
<DIV>Gee, Bob, is there anything I can do for you?</DIV>
<DIV> </DIV>
<DIV>Really though, I'm not contributing anywhere near the level of</DIV>
<DIV>the immortal (or is that immoral? :-) ) and infamous Rick Stevens.</DIV>
<DIV> </DIV>
<DIV>> ones.  Someone who manages a few hundred machines has learned a lot.</DIV>
<DIV>> Fortunately, he's willing to share it.</DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>Linux/Open Source.  Your base belongs to you, free, forever.</DIV>
<DIV>Idealism:  "Realism applied over a longer time period"</DIV>
<DIV><A href="http://www.scaled.com/projects/tierone/">http://www.scaled.com/projects/tierone/</A></DIV>
<DIV><a href=<A href="http://kinz.org">http://kinz.org</A>><A href="http://kinz.org">http://kinz.org</A></a></DIV>
<DIV><a href=<A href="http://www.quotedb.com/quotes/2763">http://www.quotedb.com/quotes/2763</A>></DIV>
<DIV><A href="http://www.quotedb.com/quotes/2763">http://www.quotedb.com/quotes/2763</A></a></DIV>
<DIV> </DIV>
<DIV>Jeff Kinz, Emergent Research, Hudson, MA.</DIV>
<DIV>~</DIV>
<DIV>~</DIV>
<DIV>~</DIV>
<DIV>~</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 8</DIV>
<DIV>Date: Tue, 23 Nov 2004 18:15:15 +0000</DIV>
<DIV>From: Chris Hewitt <<A href="mailto:rhil@manordata.uklinux.net">rhil@manordata.uklinux.net</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:1101233714.13902.1.camel@amdk63.homemanordata.nodom">1101233714.13902.1.camel@amdk63.homemanordata.nodom</A>></DIV>
<DIV>Content-Type: text/plain</DIV>
<DIV> </DIV>
<DIV>On Tue, 2004-11-23 at 18:06, Jeff Kinz wrote:</DIV>
<DIV>> On Mon, Nov 22, 2004 at 08:14:32PM -0600, Bob McClure Jr wrote:</DIV>
<DIV>> > On Mon, Nov 22, 2004 at 08:03:20PM -0500, Ken & Joy Carr wrote:</DIV>
<DIV>> > > I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>> > > Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV>> ></DIV>
<DIV>> > You are quite welcome.  Rick does more than I, though.  I take the</DIV>
<DIV>> > easy ones and he (and Jeff Kinz and other experts) catches the hard</DIV>
<DIV>></DIV>
<DIV>> Unexpected flattery!</DIV>
<DIV>></DIV>
<DIV>> Gee, Bob, is there anything I can do for you?</DIV>
<DIV>></DIV>
<DIV>> Really though, I'm not contributing anywhere near the level of</DIV>
<DIV>> the immortal (or is that immoral? :-) ) and infamous Rick Stevens.</DIV>
<DIV> </DIV>
<DIV>The fact that you are all on this list is terrific, thank you and please</DIV>
<DIV>keep it up.</DIV>
<DIV> </DIV>
<DIV>Chris</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 9</DIV>
<DIV>Date: Tue, 23 Nov 2004 11:30:04 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A38FBC.9010909@vitalstream.com">41A38FBC.9010909@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Jeff Kinz wrote:</DIV>
<DIV>> On Mon, Nov 22, 2004 at 08:14:32PM -0600, Bob McClure Jr wrote:</DIV>
<DIV>></DIV>
<DIV>>>On Mon, Nov 22, 2004 at 08:03:20PM -0500, Ken & Joy Carr wrote:</DIV>
<DIV>>></DIV>
<DIV>>>>I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>>>>Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV>>></DIV>
<DIV>>>You are quite welcome.  Rick does more than I, though.  I take the</DIV>
<DIV>>>easy ones and he (and Jeff Kinz and other experts) catches the hard</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Unexpected flattery!</DIV>
<DIV>></DIV>
<DIV>> Gee, Bob, is there anything I can do for you?</DIV>
<DIV>></DIV>
<DIV>> Really though, I'm not contributing anywhere near the level of</DIV>
<DIV>> the immortal (or is that immoral? :-) ) and infamous Rick Stevens.</DIV>
<DIV> </DIV>
<DIV>If you must know, I prefer "The Infamous and Original, All-Knowing,</DIV>
<DIV>All-Seeing, Godlike, Bow-Before-Him-Or-He-May-Smite-Thee Rick Stevens".</DIV>
<DIV> </DIV>
<DIV>Of course, most people (and you know who you are, cretins!) call me</DIV>
<DIV>things we can't put on a family-oriented list such as this.  :-D</DIV>
<DIV> </DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-         If this is the first day of the rest of my life...         -</DIV>
<DIV>-                        I'm in BIG trouble!                         -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 10</DIV>
<DIV>Date: Tue, 23 Nov 2004 11:30:29 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Seagate STT3401A on FC2</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A38FD5.8000700@vitalstream.com">41A38FD5.8000700@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Chris Hewitt wrote:</DIV>
<DIV>> On Tue, 2004-11-23 at 18:06, Jeff Kinz wrote:</DIV>
<DIV>></DIV>
<DIV>>>On Mon, Nov 22, 2004 at 08:14:32PM -0600, Bob McClure Jr wrote:</DIV>
<DIV>>></DIV>
<DIV>>>>On Mon, Nov 22, 2004 at 08:03:20PM -0500, Ken & Joy Carr wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>>>I have learned a lot from this list. It's good to have gurus like you and</DIV>
<DIV>>>>>Rick and others to help us newbies along. Thanks for being there.</DIV>
<DIV>>>></DIV>
<DIV>>>>You are quite welcome.  Rick does more than I, though.  I take the</DIV>
<DIV>>>>easy ones and he (and Jeff Kinz and other experts) catches the hard</DIV>
<DIV>>></DIV>
<DIV>>>Unexpected flattery!</DIV>
<DIV>>></DIV>
<DIV>>>Gee, Bob, is there anything I can do for you?</DIV>
<DIV>>></DIV>
<DIV>>>Really though, I'm not contributing anywhere near the level of</DIV>
<DIV>>>the immortal (or is that immoral? :-) ) and infamous Rick Stevens.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> The fact that you are all on this list is terrific, thank you and please</DIV>
<DIV>> keep it up.</DIV>
<DIV> </DIV>
<DIV>We'll try, Chris.</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-        Brain:  The organ with which we think that we think.        -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 11</DIV>
<DIV>Date: Tue, 23 Nov 2004 11:36:53 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: input/output errors</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A39155.5020407@vitalstream.com">41A39155.5020407@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Benjamin Hornberger wrote:</DIV>
<DIV>> Hi all,</DIV>
<DIV>></DIV>
<DIV>> we have a machine (RHEL AS 3) on which last night suddenly a lot of input /</DIV>
<DIV>> output errors occured. Basically, two partitions are unusable.</DIV>
<DIV>></DIV>
<DIV>> Both of these partitions are RAID 1 devices which share the same two IDE</DIV>
<DIV>> hard disks (/dev/hda and /dev/hdc are two 250 GB drives, and /dev/md0 and</DIV>
<DIV>> /dev/md1 are two RAID 1 devices which take 70 and 180 GB from each drive,</DIV>
<DIV>> respectively).</DIV>
<DIV>></DIV>
<DIV>> Any hints? I looked into fsck, but I am not sure what is the right thing to</DIV>
<DIV>> do.</DIV>
<DIV> </DIV>
<DIV>Ben,</DIV>
<DIV> </DIV>
<DIV>fsck is a tool that will (hopefully) fix filesystem inconsistencies.</DIV>
<DIV>You should boot up in single user mode and run fsck against the two</DIV>
<DIV>filesystems that have issues.  Note that you may lose some data when</DIV>
<DIV>you do that.  Data that can't be reattached to their files will end up</DIV>
<DIV>in the "lost+found" directory of the filesystem being fsck'd and given</DIV>
<DIV>filenames that refer to their inode number.  You may be able to rebuild</DIV>
<DIV>the file by looking at those files, but it's a tedious, error-fraught</DIV>
<DIV>process.</DIV>
<DIV> </DIV>
<DIV>Since you set up RAID 1, you should first split the RAIDs into two disks</DIV>
<DIV>and see if either disk has clean versions of the data.  If so, you may</DIV>
<DIV>be able to purge the bad drive and recreate the RAID.</DIV>
<DIV> </DIV>
<DIV>The most important thing to figure out is why you started getting I/O</DIV>
<DIV>errors in the first place.  Is one of the drives dying?  Did you have</DIV>
<DIV>a power glitch?  Did a RAM stick start acting weird?  You must fix the</DIV>
<DIV>underlying issue or you're just going to get a repeat of this event.</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-        Brain:  The organ with which we think that we think.        -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 12</DIV>
<DIV>Date: Tue, 23 Nov 2004 14:46:42 -0600</DIV>
<DIV>From: "Francisco Ruiz" <<A href="mailto:fruiz@tsitrucks.com">fruiz@tsitrucks.com</A>></DIV>
<DIV>Subject: RE: Samba setup on RH8.0</DIV>
<DIV>To: "'Getting started with Red Hat Linux'"</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:002c01c4d19d$8a05e7d0$5c08a8c0@tsidomain.com">002c01c4d19d$8a05e7d0$5c08a8c0@tsidomain.com</A>></DIV>
<DIV>Content-Type: text/plain; charset="US-ASCII"</DIV>
<DIV> </DIV>
<DIV>Nope nothing. Any other ideas?</DIV>
<DIV> </DIV>
<DIV>-----Original Message-----</DIV>
<DIV>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>Stevens</DIV>
<DIV>Sent: Tuesday, November 23, 2004 12:03 PM</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>Subject: Re: Samba setup on RH8.0</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Francisco Ruiz wrote:</DIV>
<DIV>> Sorry to but in, but I have a question.  I configured samba to</DIV>
<DIV>> authenticate with winbindd to a pdc and after that I wasn't able to</DIV>
<DIV>> login into SWAT any suggestions?</DIV>
<DIV> </DIV>
<DIV>Try logging in as the Windows "Administrator" login, since I think the</DIV>
<DIV>default setup maps the Unix user "root" to the Windows user</DIV>
<DIV>"Administrator".  That means you must use Administrator's password as</DIV>
<DIV>well.</DIV>
<DIV> </DIV>
<DIV>></DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>> [<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>> Stevens</DIV>
<DIV>> Sent: Friday, November 19, 2004 12:23 PM</DIV>
<DIV>> To: Getting started with Red Hat Linux</DIV>
<DIV>> Subject: Re: Samba setup on RH8.0</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Jared L. Black wrote:</DIV>
<DIV>></DIV>
<DIV>>>On Thu, 2004-11-18 at 16:27, Rick Stevens wrote:</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>Rick Stevens wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>Jared L. Black wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>>[snip]</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>>>The easiest way to administer samba is to use swat.  Run "service</DIV>
<DIV>>>>>>>swat start", then point your web browser to</DIV>
<DIV>"http://localhost:901".</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>Once you log in as the root user with the root user's password,</DIV>
<DIV>>>>>>>you'll be given a GUI that you can manage the whole thing.  The</DIV>
<DIV>>>>>>>on-line help is good and can explain a lot of stuff.  When you're</DIV>
<DIV>>>>>>>done, disable swat by running "service swat stop" (you don't want</DIV>
<DIV>>>>>>>outsiders to get at your swat config) or you can set up iptables</DIV>
<DIV>to</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>block outside incoming access to port 901 and leave swat running.</DIV>
<DIV>>>>>>>It's up to you (I tend to stop swat when not using it).</DIV>
<DIV>>>>>>></DIV>
<DIV>>>>>>>I also recommend you get a copy of the O'Reilly book "Using Samba"</DIV>
<DIV>>>>>>>by Eckstein, Collier-Brown and Kelly.  I consider it essential for</DIV>
<DIV> </DIV>
<DIV>>>>>>>Samba users--especially when you start using domain security or a</DIV>
<DIV>>>>>>>Windows PDC for authentication.</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Rick:</DIV>
<DIV>>>>>>Thanks for the reply.  I'll take your advice and get the Using</DIV>
<DIV>>>>>>Samba</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>book.  In the meantime, I couldn't find a directory where the</DIV>
<DIV>>>>>>"service swat start" command would work (command not found). Any</DIV>
<DIV>>>>>>suggestions?</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>Uh, oops!  My bad.  Sorry about that.  It's an xinetd-spawned</DIV>
<DIV>>>>>program. Do this as root:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>   # vi /etc/xinetd.d/swat</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Find the line that says "disable = yes" and change it to "disable =</DIV>
<DIV>>>>>no". Save the file, then enter:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>   # killall -HUP xinetd</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Then you can point your browser to "http://localhost:901" and have</DIV>
<DIV>>>>>at</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>it.  To disable swat, change the line back to "disable = yes" and do</DIV>
<DIV>>>>>the "killall" again.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>Again, sorry about that.</DIV>
<DIV>>>></DIV>
<DIV>>>>I forgot one other thing...you may have to install the RPM for it.</DIV>
<DIV>>>>The</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>RPM is called "samba-swat" and it's on one of your CDs.  If you're</DIV>
<DIV>>>>running yum, you can "yum install samba-swat".</DIV>
<DIV>>>>---------------------------------------------------------------------</DIV>
<DIV>-</DIV>
<DIV>>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A></DIV>
<DIV>-</DIV>
<DIV>>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A></DIV>
<DIV>-</DIV>
<DIV>>>>-</DIV>
<DIV>-</DIV>
<DIV>>>>-                    I doubt, therefore I might be.</DIV>
<DIV>-</DIV>
<DIV>>>>---------------------------------------------------------------------</DIV>
<DIV>-</DIV>
<DIV>>>></DIV>
<DIV>>>>_______________________________________________</DIV>
<DIV>>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>My distribution disks have only samba-2.2.5-10, samba-client-2.2.5-10</DIV>
<DIV>>>and samba-common-2.2.5-10.  I don't see a samba-swat listed.</DIV>
<DIV>>></DIV>
<DIV>>>The samba suite I installed was samba-8.0.1, which downloaded.  I just</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>now downloaded the samba-swat-8.0.1 version and did an install, but it</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>failed because I don't have libcrypto.so.4 and libssl.so.4.  Am I</DIV>
<DIV>>>having problems because I've mixed versions?</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> It's possible.  Which Red Hat or Fedora are you using?</DIV>
<DIV>> ----------------------------------------------------------------------</DIV>
<DIV>> - Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>> - VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>> -                                                                    -</DIV>
<DIV>> -        God is real...........unless declared integer or long       -</DIV>
<DIV>> ----------------------------------------------------------------------</DIV>
<DIV>></DIV>
<DIV>> _______________________________________________</DIV>
<DIV>> <A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>> <A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>> To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>> <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>> Subject: unsubscribe</DIV>
<DIV>></DIV>
<DIV>> _______________________________________________</DIV>
<DIV>> <A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>> <A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>> To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>> <A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>> Subject: unsubscribe</DIV>
<DIV>></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-          Consciousness: that annoying time between naps.           -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV>_______________________________________________</DIV>
<DIV>Redhat-install-list mailing list</DIV>
<DIV><A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV><A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>Subject: unsubscribe</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 13</DIV>
<DIV>Date: Tue, 23 Nov 2004 12:57:17 -0800</DIV>
<DIV>From: Rick Stevens <<A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A>></DIV>
<DIV>Subject: Re: Samba setup on RH8.0</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:41A3A42D.9050309@vitalstream.com">41A3A42D.9050309@vitalstream.com</A>></DIV>
<DIV>Content-Type: text/plain; charset=us-ascii; format=flowed</DIV>
<DIV> </DIV>
<DIV>Francisco Ruiz wrote:</DIV>
<DIV>> Nope nothing. Any other ideas?</DIV>
<DIV> </DIV>
<DIV>We prefer bottom-posting here, Francisco.  However,</DIV>
<DIV> </DIV>
<DIV>You do get the login screen, right?  And logging in as the Windows</DIV>
<DIV>"Administrator" doesn't work?  Did you try various permutations</DIV>
<DIV>("Administrator", "administrator", etc.).</DIV>
<DIV> </DIV>
<DIV>Which security model are you using?  Have you checked the</DIV>
<DIV>/var/log/swat.log file to see if there are any clues there?</DIV>
<DIV> </DIV>
<DIV>></DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>> [<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>> Stevens</DIV>
<DIV>> Sent: Tuesday, November 23, 2004 12:03 PM</DIV>
<DIV>> To: Getting started with Red Hat Linux</DIV>
<DIV>> Subject: Re: Samba setup on RH8.0</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Francisco Ruiz wrote:</DIV>
<DIV>></DIV>
<DIV>>>Sorry to but in, but I have a question.  I configured samba to</DIV>
<DIV>>>authenticate with winbindd to a pdc and after that I wasn't able to</DIV>
<DIV>>>login into SWAT any suggestions?</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Try logging in as the Windows "Administrator" login, since I think the</DIV>
<DIV>> default setup maps the Unix user "root" to the Windows user</DIV>
<DIV>> "Administrator".  That means you must use Administrator's password as</DIV>
<DIV>> well.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>-----Original Message-----</DIV>
<DIV>>>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>>>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>>>Stevens</DIV>
<DIV>>>Sent: Friday, November 19, 2004 12:23 PM</DIV>
<DIV>>>To: Getting started with Red Hat Linux</DIV>
<DIV>>>Subject: Re: Samba setup on RH8.0</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>Jared L. Black wrote:</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>On Thu, 2004-11-18 at 16:27, Rick Stevens wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>Rick Stevens wrote:</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>>Jared L. Black wrote:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>[snip]</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>>>>The easiest way to administer samba is to use swat.  Run "service</DIV>
<DIV>>>>>>>>swat start", then point your web browser to</DIV>
<DIV>></DIV>
<DIV>> "http://localhost:901".</DIV>
<DIV>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>>Once you log in as the root user with the root user's password,</DIV>
<DIV>>>>>>>>you'll be given a GUI that you can manage the whole thing.  The</DIV>
<DIV>>>>>>>>on-line help is good and can explain a lot of stuff.  When you're</DIV>
<DIV>>>>>>>>done, disable swat by running "service swat stop" (you don't want</DIV>
<DIV>>>>>>>>outsiders to get at your swat config) or you can set up iptables</DIV>
<DIV>></DIV>
<DIV>> to</DIV>
<DIV>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>>block outside incoming access to port 901 and leave swat running.</DIV>
<DIV>>>>>>>>It's up to you (I tend to stop swat when not using it).</DIV>
<DIV>>>>>>>></DIV>
<DIV>>>>>>>>I also recommend you get a copy of the O'Reilly book "Using Samba"</DIV>
<DIV>>>>>>>>by Eckstein, Collier-Brown and Kelly.  I consider it essential for</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>>Samba users--especially when you start using domain security or a</DIV>
<DIV>>>>>>>>Windows PDC for authentication.</DIV>
<DIV>>>>>>></DIV>
<DIV>>>>>>>Rick:</DIV>
<DIV>>>>>>>Thanks for the reply.  I'll take your advice and get the Using</DIV>
<DIV>>>>>>>Samba</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>book.  In the meantime, I couldn't find a directory where the</DIV>
<DIV>>>>>>>"service swat start" command would work (command not found). Any</DIV>
<DIV>>>>>>>suggestions?</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Uh, oops!  My bad.  Sorry about that.  It's an xinetd-spawned</DIV>
<DIV>>>>>>program. Do this as root:</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>  # vi /etc/xinetd.d/swat</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Find the line that says "disable = yes" and change it to "disable =</DIV>
<DIV>>>>>>no". Save the file, then enter:</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>  # killall -HUP xinetd</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Then you can point your browser to "http://localhost:901" and have</DIV>
<DIV>>>>>>at</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>>it.  To disable swat, change the line back to "disable = yes" and do</DIV>
<DIV>>>>>>the "killall" again.</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Again, sorry about that.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>I forgot one other thing...you may have to install the RPM for it.</DIV>
<DIV>>>>>The</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>RPM is called "samba-swat" and it's on one of your CDs.  If you're</DIV>
<DIV>>>>>running yum, you can "yum install samba-swat".</DIV>
<DIV>>>>>---------------------------------------------------------------------</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A></DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A></DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>-</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>-                    I doubt, therefore I might be.</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>---------------------------------------------------------------------</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>_______________________________________________</DIV>
<DIV>>>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>>>Subject: unsubscribe</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>My distribution disks have only samba-2.2.5-10, samba-client-2.2.5-10</DIV>
<DIV>>>>and samba-common-2.2.5-10.  I don't see a samba-swat listed.</DIV>
<DIV>>>></DIV>
<DIV>>>>The samba suite I installed was samba-8.0.1, which downloaded.  I just</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>now downloaded the samba-swat-8.0.1 version and did an install, but it</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>failed because I don't have libcrypto.so.4 and libssl.so.4.  Am I</DIV>
<DIV>>>>having problems because I've mixed versions?</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>It's possible.  Which Red Hat or Fedora are you using?</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>>>-                                                                    -</DIV>
<DIV>>>-        God is real...........unless declared integer or long       -</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>></DIV>
<DIV>>>_______________________________________________</DIV>
<DIV>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>>>_______________________________________________</DIV>
<DIV>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-         Microsoft Windows:  Proof that P.T. Barnum was right       -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 14</DIV>
<DIV>Date: Tue, 23 Nov 2004 15:07:42 -0500</DIV>
<DIV>From: Ken Scott <<A href="mailto:kens@geodax.com">kens@geodax.com</A>></DIV>
<DIV>Subject: Samba XP Domain question</DIV>
<DIV>To: <A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV>Message-ID: <<A href="mailto:1101240462.3770.74.camel@KENS02L">1101240462.3770.74.camel@KENS02L</A>></DIV>
<DIV>Content-Type: text/plain</DIV>
<DIV> </DIV>
<DIV>Hi all,</DIV>
<DIV>I am getting ready to set up a network which includes two XP PRO</DIV>
<DIV>workstations,a Linux server, and 2 XP Home workstations.  I know that XP</DIV>
<DIV>home cannot connect to a DOMAIN while XP Pro Can.  What I am not sure</DIV>
<DIV>about is where and how Samba/Linux fits into that picture.</DIV>
<DIV>1) Does Samba become the DOMAIN controller (I think yes)</DIV>
<DIV>2) Can the XP Home and PRO stations connect to SAMBA equivalently?</DIV>
<DIV>3) If answer to 2 is No,what must I do?</DIV>
<DIV>4) Lastly can Samba be part of a standard Windows workgroup?</DIV>
<DIV>The Samba stuff I have been looking at doesn't clearly differentiate</DIV>
<DIV>between connections to XP Home vs Pro systems (or possibly I have</DIV>
<DIV>Early-Onset Turkey-Induced Concentration Disorder).  :)</DIV>
<DIV>Thanks in advance for your help.</DIV>
<DIV>Ken Scott</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 15</DIV>
<DIV>Date: Tue, 23 Nov 2004 15:15:21 -0600</DIV>
<DIV>From: "Francisco Ruiz" <<A href="mailto:fruiz@tsitrucks.com">fruiz@tsitrucks.com</A>></DIV>
<DIV>Subject: RE: Samba setup on RH8.0</DIV>
<DIV>To: "'Getting started with Red Hat Linux'"</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <<A href="mailto:003101c4d1a1$8acb36d0$5c08a8c0@tsidomain.com">003101c4d1a1$8acb36d0$5c08a8c0@tsidomain.com</A>></DIV>
<DIV>Content-Type: text/plain; charset="US-ASCII"</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>-----Original Message-----</DIV>
<DIV>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>Stevens</DIV>
<DIV>Sent: Tuesday, November 23, 2004 2:57 PM</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>Subject: Re: Samba setup on RH8.0</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Francisco Ruiz wrote:</DIV>
<DIV>> Nope nothing. Any other ideas?</DIV>
<DIV> </DIV>
<DIV>We prefer bottom-posting here, Francisco.  However,</DIV>
<DIV> </DIV>
<DIV>You do get the login screen, right?  And logging in as the Windows</DIV>
<DIV>"Administrator" doesn't work?  Did you try various permutations</DIV>
<DIV>("Administrator", "administrator", etc.).</DIV>
<DIV> </DIV>
<DIV>Which security model are you using?  Have you checked the</DIV>
<DIV>/var/log/swat.log file to see if there are any clues there?</DIV>
<DIV> </DIV>
<DIV>Using security domain.</DIV>
<DIV> </DIV>
<DIV>Here is tail from log.swat I hope you can make sense out of it.</DIV>
<DIV>  smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User</DIV>
<DIV>administrator !</DIV>
<DIV>[2004/11/23 15:29:41, 0] auth/pampass.c:smb_pam_auth(535)</DIV>
<DIV>  smb_pam_auth: PAM: UNKNOWN ERROR while authenticating user</DIV>
<DIV>Administrator</DIV>
<DIV>[2004/11/23 15:29:41, 0] auth/pampass.c:smb_pam_passcheck(810)</DIV>
<DIV>  smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User</DIV>
<DIV>Administrator !</DIV>
<DIV>[2004/11/23 15:29:57, 0] auth/pampass.c:smb_pam_auth(535)</DIV>
<DIV>  smb_pam_auth: PAM: UNKNOWN ERROR while authenticating user root</DIV>
<DIV>[2004/11/23 15:29:57, 0] auth/pampass.c:smb_pam_passcheck(810)</DIV>
<DIV>  smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User root !</DIV>
<DIV>[root@ruizlinux samba]#</DIV>
<DIV>></DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>> [<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>> Stevens</DIV>
<DIV>> Sent: Tuesday, November 23, 2004 12:03 PM</DIV>
<DIV>> To: Getting started with Red Hat Linux</DIV>
<DIV>> Subject: Re: Samba setup on RH8.0</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Francisco Ruiz wrote:</DIV>
<DIV>></DIV>
<DIV>>>Sorry to but in, but I have a question.  I configured samba to</DIV>
<DIV>>>authenticate with winbindd to a pdc and after that I wasn't able to</DIV>
<DIV>>>login into SWAT any suggestions?</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>> Try logging in as the Windows "Administrator" login, since I think the</DIV>
<DIV> </DIV>
<DIV>> default setup maps the Unix user "root" to the Windows user</DIV>
<DIV>> "Administrator".  That means you must use Administrator's password as</DIV>
<DIV>> well.</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>-----Original Message-----</DIV>
<DIV>>>From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A></DIV>
<DIV>>>[<A href="mailto:redhat-install-list-bounces@redhat.com">mailto:redhat-install-list-bounces@redhat.com</A>] On Behalf Of Rick</DIV>
<DIV>>>Stevens</DIV>
<DIV>>>Sent: Friday, November 19, 2004 12:23 PM</DIV>
<DIV>>>To: Getting started with Red Hat Linux</DIV>
<DIV>>>Subject: Re: Samba setup on RH8.0</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>Jared L. Black wrote:</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>On Thu, 2004-11-18 at 16:27, Rick Stevens wrote:</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>>Rick Stevens wrote:</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>>Jared L. Black wrote:</DIV>
<DIV>>>>></DIV>
<DIV>>>>>[snip]</DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>></DIV>
<DIV>>>>>>>>The easiest way to administer samba is to use swat.  Run "service</DIV>
<DIV> </DIV>
<DIV>>>>>>>>swat start", then point your web browser to</DIV>
<DIV>></DIV>
<DIV>> "http://localhost:901".</DIV>
<DIV>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>>Once you log in as the root user with the root user's password,</DIV>
<DIV>>>>>>>>you'll be given a GUI that you can manage the whole thing.  The</DIV>
<DIV>>>>>>>>on-line help is good and can explain a lot of stuff.  When you're</DIV>
<DIV> </DIV>
<DIV>>>>>>>>done, disable swat by running "service swat stop" (you don't want</DIV>
<DIV> </DIV>
<DIV>>>>>>>>outsiders to get at your swat config) or you can set up iptables</DIV>
<DIV>></DIV>
<DIV>> to</DIV>
<DIV>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>>block outside incoming access to port 901 and leave swat running.</DIV>
<DIV> </DIV>
<DIV>>>>>>>>It's up to you (I tend to stop swat when not using it).</DIV>
<DIV>>>>>>>></DIV>
<DIV>>>>>>>>I also recommend you get a copy of the O'Reilly book "Using</DIV>
<DIV>>>>>>>>Samba" by Eckstein, Collier-Brown and Kelly.  I consider it</DIV>
<DIV>>>>>>>>essential for</DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>>>>>>>>Samba users--especially when you start using domain security or a</DIV>
<DIV>>>>>>>>Windows PDC for authentication.</DIV>
<DIV>>>>>>></DIV>
<DIV>>>>>>>Rick:</DIV>
<DIV>>>>>>>Thanks for the reply.  I'll take your advice and get the Using</DIV>
<DIV>>>>>>>Samba</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>>>book.  In the meantime, I couldn't find a directory where the</DIV>
<DIV>>>>>>>"service swat start" command would work (command not found). Any</DIV>
<DIV>>>>>>>suggestions?</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Uh, oops!  My bad.  Sorry about that.  It's an xinetd-spawned</DIV>
<DIV>>>>>>program. Do this as root:</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>  # vi /etc/xinetd.d/swat</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Find the line that says "disable = yes" and change it to "disable =</DIV>
<DIV> </DIV>
<DIV>>>>>>no". Save the file, then enter:</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>  # killall -HUP xinetd</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Then you can point your browser to "http://localhost:901" and have</DIV>
<DIV>>>>>>at</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>>it.  To disable swat, change the line back to "disable = yes" and</DIV>
<DIV>>>>>>do the "killall" again.</DIV>
<DIV>>>>>></DIV>
<DIV>>>>>>Again, sorry about that.</DIV>
<DIV>>>>></DIV>
<DIV>>>>>I forgot one other thing...you may have to install the RPM for it.</DIV>
<DIV>>>>>The</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>>RPM is called "samba-swat" and it's on one of your CDs.  If you're</DIV>
<DIV>>>>>running yum, you can "yum install samba-swat".</DIV>
<DIV>>>>>--------------------------------------------------------------------</DIV>
<DIV>>>>>-</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A></DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A></DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>-</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>-                    I doubt, therefore I might be.</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>--------------------------------------------------------------------</DIV>
<DIV>>>>>-</DIV>
<DIV>></DIV>
<DIV>> -</DIV>
<DIV>></DIV>
<DIV>>>>>_______________________________________________</DIV>
<DIV>>>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>>>Subject: unsubscribe</DIV>
<DIV>>>></DIV>
<DIV>>>></DIV>
<DIV>>>>My distribution disks have only samba-2.2.5-10, samba-client-2.2.5-10</DIV>
<DIV> </DIV>
<DIV>>>>and samba-common-2.2.5-10.  I don't see a samba-swat listed.</DIV>
<DIV>>>></DIV>
<DIV>>>>The samba suite I installed was samba-8.0.1, which downloaded.  I</DIV>
<DIV>>>>just</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>now downloaded the samba-swat-8.0.1 version and did an install, but</DIV>
<DIV>>>>it</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>>failed because I don't have libcrypto.so.4 and libssl.so.4.  Am I</DIV>
<DIV>>>>having problems because I've mixed versions?</DIV>
<DIV>>></DIV>
<DIV>>></DIV>
<DIV>>>It's possible.  Which Red Hat or Fedora are you using?</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>>>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>>>-                                                                    -</DIV>
<DIV>>>-        God is real...........unless declared integer or long       -</DIV>
<DIV>>>----------------------------------------------------------------------</DIV>
<DIV>>></DIV>
<DIV>>>_______________________________________________</DIV>
<DIV>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>>>_______________________________________________</DIV>
<DIV>>><A href="mailto:Redhat-install-list mailing list Redhat-install-list@redhat.com">Redhat-install-list mailing list Redhat-install-list@redhat.com</A></DIV>
<DIV>>><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>>>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV>>&<A href="mailto:gt;redhat-install-list-request@redhat.com">gt;redhat-install-list-request@redhat.com</A></DIV>
<DIV>>>Subject: unsubscribe</DIV>
<DIV>>></DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV>></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV>- Rick Stevens, Senior Systems Engineer     <A href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</A> -</DIV>
<DIV>- VitalStream, Inc.                       <A href="http://www.vitalstream.com">http://www.vitalstream.com</A> -</DIV>
<DIV>-                                                                    -</DIV>
<DIV>-         Microsoft Windows:  Proof that P.T. Barnum was right       -</DIV>
<DIV>----------------------------------------------------------------------</DIV>
<DIV> </DIV>
<DIV>_______________________________________________</DIV>
<DIV>Redhat-install-list mailing list</DIV>
<DIV><A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV>To Unsubscribe Go To ABOVE URL or send a message to:</DIV>
<DIV><A href="mailto:redhat-install-list-request@redhat.com">redhat-install-list-request@redhat.com</A></DIV>
<DIV>Subject: unsubscribe</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 16</DIV>
<DIV>Date: Tue, 23 Nov 2004 16:58:51 -0600</DIV>
<DIV>From: "Otto Haliburton" <<A href="mailto:ottohaliburton@comcast.net">ottohaliburton@comcast.net</A>></DIV>
<DIV>Subject: RE: Samba XP Domain question</DIV>
<DIV>To: "'Getting started with Red Hat Linux'"</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID: <003a01c4d1b0$00633f10$4601a8c0@C515816A></DIV>
<DIV>Content-Type: text/plain; charset="us-ascii"</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>> -----Original Message-----</DIV>
<DIV>> From: <A href="mailto:redhat-install-list-bounces@redhat.com">redhat-install-list-bounces@redhat.com</A> [mailto:redhat-install-list-</DIV>
<DIV>> <A href="mailto:bounces@redhat.com">bounces@redhat.com</A>] On Behalf Of Ken Scott</DIV>
<DIV>> Sent: Tuesday, November 23, 2004 2:08 PM</DIV>
<DIV>> To: <A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV>> Subject: Samba XP Domain question</DIV>
<DIV>></DIV>
<DIV>> Hi all,</DIV>
<DIV>> I am getting ready to set up a network which includes two XP PRO</DIV>
<DIV>> workstations,a Linux server, and 2 XP Home workstations.  I know that XP</DIV>
<DIV>> home cannot connect to a DOMAIN while XP Pro Can.  What I am not sure</DIV>
<DIV>> about is where and how Samba/Linux fits into that picture.</DIV>
<DIV>> 1) Does Samba become the DOMAIN controller (I think yes)</DIV>
<DIV>> 2) Can the XP Home and PRO stations connect to SAMBA equivalently?</DIV>
<DIV>> 3) If answer to 2 is No,what must I do?</DIV>
<DIV>> 4) Lastly can Samba be part of a standard Windows workgroup?</DIV>
<DIV>> The Samba stuff I have been looking at doesn't clearly differentiate</DIV>
<DIV>> between connections to XP Home vs Pro systems (or possibly I have</DIV>
<DIV>> Early-Onset Turkey-Induced Concentration Disorder).  :)</DIV>
<DIV>> Thanks in advance for your help.</DIV>
<DIV>> Ken Scott</DIV>
<DIV>></DIV>
<DIV>> _______________________________________________</DIV>
<DIV>I can only tell you that you maybe experiencing early turkey... I have</DIV>
<DIV>gotten everything working between linux and windows home edition except</DIV>
<DIV>printer shares and that is probably because I experienced turkey.... along</DIV>
<DIV>time ago, but they linux will communicate via a windows protocol cause home</DIV>
<DIV>edition looks for that protocol while I believe that xp has adopted a samba</DIV>
<DIV>protocol to communicate(I maybe wrong).</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>Message: 17</DIV>
<DIV>Date: Tue, 23 Nov 2004 21:39:16 -0700 (MST)</DIV>
<DIV>From: <A href="mailto:brad.mugleston@comcast.net">brad.mugleston@comcast.net</A></DIV>
<DIV>Subject: Re: Camera Help</DIV>
<DIV>To: Getting started with Red Hat Linux</DIV>
<DIV>  <<A href="mailto:redhat-install-list@redhat.com">redhat-install-list@redhat.com</A>></DIV>
<DIV>Message-ID:</DIV>
<DIV>  <<A href="mailto:Pine.LNX.4.44.0411232137310.3863-100000@mugleston.mugs.net">Pine.LNX.4.44.0411232137310.3863-100000@mugleston.mugs.net</A>></DIV>
<DIV>Content-Type: TEXT/PLAIN; charset=US-ASCII</DIV>
<DIV> </DIV>
<DIV>As I mentioned before I got it working but after a reboot I need</DIV>
<DIV>to manually set some things up.</DIV>
<DIV> </DIV>
<DIV>I need to do a :modprobe usb-uhci"</DIV>
<DIV>then "mount -t usbdevfs usb /proc/bus/usb</DIV>
<DIV> </DIV>
<DIV>The software indicates that starting on Red Hat 7 and above this</DIV>
<DIV>should happen by it's self and it's not.  So how do I get it to</DIV>
<DIV>do this?</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV> </DIV>
<DIV>Brad</DIV>
<DIV> </DIV>
<DIV>--</DIV>
<DIV>Brad Mugleston, KI0OT</DIV>
<DIV> </DIV>
<DIV>There are 10 types of people in this world.  Those that</DIV>
<DIV>understand binary and those that don't.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------------------------------</DIV>
<DIV> </DIV>
<DIV>_______________________________________________</DIV>
<DIV>Redhat-install-list mailing list</DIV>
<DIV><A href="mailto:Redhat-install-list@redhat.com">Redhat-install-list@redhat.com</A></DIV>
<DIV><A href="https://www.redhat.com/mailman/listinfo/redhat-install-list">https://www.redhat.com/mailman/listinfo/redhat-install-list</A></DIV>
<DIV> </DIV>
<DIV>End of Redhat-install-list Digest, Vol 9, Issue 26</DIV>
<DIV>**************************************************</DIV></TD></TR>
<TR>
<TD id=INCREDIFOOTER width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD width="100%"></TD>
<TD id=INCREDISOUND vAlign=bottom align=middle></TD>
<TD id=INCREDIANIM vAlign=bottom align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><SPAN id=IncrediStamp><SPAN ltr??><A href="http://www.incredimail.com/index.asp?id=409&lang=9"><IMG alt="" hspace=0 src="cid:18539565-53E3-4860-BCD6-6BA2ECCFA43E" align=baseline border=0></A></SPAN></SPAN></BODY></HTML>