Help regarding mysql on enterprize V3 enter prize server

Abdullah Al Mamun(Home Edition) al_mamun at msn.com
Tue Nov 23 18:43:54 UTC 2004


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


More information about the Redhat-install-list mailing list