RE: Samba - SWAT

2002-12-11 Thread James Francis
-Original Message-
From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 2:32 PM
To: Redhat List
Subject: Samba - SWAT

Hello list, 
In order to use Samba - SWAT, do I need to have Apache installed ? 
I installed Samba , Samba-client and Samba-common. When I tried
http://127.0.0.1:901 or http://192.168.0.11:901 I get and error message
which says No data was found. I don't have Apache running.
Thanks for any help. 
Regards, 
Raj 
First, make sure you turn-off html when posting to the newsgroup.
Second, you shouldn't need apache to run SWAT.
Next, check your /etc/xinetd.d/swat file:
It should look something like this:
service swat
{
port= 901
socket_type = stream
wait= no
only_from   = 127.0.0.1
only_from   = 192.168.0.11
user= root
server  = /usr/sbin/swat
log_on_failure  += USERID
disable = no
}

Also, make sure swat is turned-on.  Do a chkconfig --list swat.  If
it is not on, do a chkconfig swat on.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba - SWAT

2002-12-11 Thread Periyasamy, Raj
James,
Thank you for the response. 
I use only rich-text. It is getting converted to HTML in the list.
Anyway, I will use plain text in future.


Regards,

Raj


-Original Message-
From: James Francis [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 3:03 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Samba - SWAT


-Original Message-
From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 2:32 PM
To: Redhat List
Subject: Samba - SWAT

Hello list,
In order to use Samba - SWAT, do I need to have Apache installed ? 
I installed Samba , Samba-client and Samba-common. When I tried
http://127.0.0.1:901 or http://192.168.0.11:901 I get and error message
which says No data was found. I don't have Apache running.
Thanks for any help. 
Regards, 
Raj 
First, make sure you turn-off html when posting to the newsgroup.
Second, you shouldn't need apache to run SWAT. Next, check your
/etc/xinetd.d/swat file: It should look something like this: service
swat {
port= 901
socket_type = stream
wait= no
only_from   = 127.0.0.1
only_from   = 192.168.0.11
user= root
server  = /usr/sbin/swat
log_on_failure  += USERID
disable = no
}

Also, make sure swat is turned-on.  Do a chkconfig --list swat.  If it
is not on, do a chkconfig swat on.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba - SWAT

2002-12-11 Thread Periyasamy, Raj
James,
Does swat files /usr/sbin/swat get installed automatically along with
Samba or do I have install it manually ?

Regards,

Raj



-Original Message-
From: James Francis [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 3:03 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Samba - SWAT


-Original Message-
From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 2:32 PM
To: Redhat List
Subject: Samba - SWAT

Hello list,
In order to use Samba - SWAT, do I need to have Apache installed ? 
I installed Samba , Samba-client and Samba-common. When I tried
http://127.0.0.1:901 or http://192.168.0.11:901 I get and error message
which says No data was found. I don't have Apache running.
Thanks for any help. 
Regards, 
Raj 
First, make sure you turn-off html when posting to the newsgroup.
Second, you shouldn't need apache to run SWAT. Next, check your
/etc/xinetd.d/swat file: It should look something like this: service
swat {
port= 901
socket_type = stream
wait= no
only_from   = 127.0.0.1
only_from   = 192.168.0.11
user= root
server  = /usr/sbin/swat
log_on_failure  += USERID
disable = no
}

Also, make sure swat is turned-on.  Do a chkconfig --list swat.  If it
is not on, do a chkconfig swat on.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba - SWAT

2002-12-11 Thread James Francis
 -Original Message-
 From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 11, 2002 3:39 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Samba - SWAT
 
 
 James,
 Does swat files /usr/sbin/swat get installed automatically along with
 Samba or do I have install it manually ?
 
 Regards,
 
 Raj
Hey, your message looks good now, plain text.
You need to install the samba-swat rpm.  Mine is samba-swat-2.2.7-2.rpm, but

yours might be a different version.  rpm -Uvh samba-swat*.rpm should do it.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba - SWAT

2002-12-11 Thread Periyasamy, Raj
Thanks Jim, Does samba-swat depend on samba-common files. If so, If I
run the samba-swat from the RH8 distribution CDs, will it give any
version dependency error ? My samba RPMs are updated from RHN Update. I
had a problem initially in installing samba from RH8.0 CDs, because
samba-common files were of latest version compared to samba on RH8 CDs.


Regards,
Raj



-Original Message-
From: James Francis [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 4:02 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Samba - SWAT


 -Original Message-
 From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 11, 2002 3:39 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Samba - SWAT
 
 
 James,
 Does swat files /usr/sbin/swat get installed automatically along with 
 Samba or do I have install it manually ?
 
 Regards,
 
 Raj
Hey, your message looks good now, plain text.
You need to install the samba-swat rpm.  Mine is samba-swat-2.2.7-2.rpm,
but

yours might be a different version.  rpm -Uvh samba-swat*.rpm should do
it.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba - SWAT

2002-12-11 Thread James Francis
 -Original Message-
 From: Periyasamy, Raj [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 11, 2002 4:11 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Samba - SWAT
 
 
 Thanks Jim, Does samba-swat depend on samba-common files. If so, If I
 run the samba-swat from the RH8 distribution CDs, will it give any
 version dependency error ? My samba RPMs are updated from RHN 
 Update. I
 had a problem initially in installing samba from RH8.0 CDs, because
 samba-common files were of latest version compared to samba 
 on RH8 CDs.
You could do an up2date samba-swat to automatically download the rpms for
you.

JMF



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: samba swat

2002-07-01 Thread Stephen_Reilly

Type setup in a terminal. Select System Services and scroll down and
select swat.

steve

-Original Message-
From: Tyler Durdin [mailto:[EMAIL PROTECTED]]
Sent: 01 July 2002 14:28
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: samba swat


I forgot to go into select individual packages and select swat when i 
installed the samba server on the original installation, is there a way that

i can still install swat?



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: samba swat

2002-07-01 Thread Carter, Shaun G

pop in the CD containing the swat RPM and install it from there.

Shaun

-Original Message-
From: Tyler Durdin [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 9:28 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: samba swat


I forgot to go into select individual packages and select swat when i 
installed the samba server on the original installation, is there a way that

i can still install swat?



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: samba swat

2002-07-01 Thread Mike Burger

Sure thing.

Just mount the installation CD with the samba-swat package on it, and 
install the package using rpm.

On Mon, 1 Jul 2002, Tyler Durdin wrote:

 I forgot to go into select individual packages and select swat when i 
 installed the samba server on the original installation, is there a way that 
 i can still install swat?
 
 
 
 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com
 
 
 
 ___
 Valhalla-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/valhalla-list
 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: samba swat

2002-07-01 Thread Mike Burger

That might not work if the package wasn't actually installed.

On Mon, 1 Jul 2002 [EMAIL PROTECTED] wrote:

 Type setup in a terminal. Select System Services and scroll down and
 select swat.
 
 steve
 
 -Original Message-
 From: Tyler Durdin [mailto:[EMAIL PROTECTED]]
 Sent: 01 July 2002 14:28
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: samba swat
 
 
 I forgot to go into select individual packages and select swat when i 
 installed the samba server on the original installation, is there a way that
 
 i can still install swat?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: samba swat

2002-07-01 Thread Samuel Flory

On Mon, 2002-07-01 at 06:27, Tyler Durdin wrote:
 I forgot to go into select individual packages and select swat when i 
 installed the samba server on the original installation, is there a way that 
 i can still install swat?

-insert Red Hat cdrom #3
-`rpm -Uvh RedHat/RPMS/samba-swat-2.2.3a-6.i386.rpm`



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba SWAT missing from Redhat 7.3?

2002-06-26 Thread kevin ferguson

Hi  m8

you'll find swat on cd 2

Alex Meaden wrote:

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 4:13 PM
Subject: Samba SWAT missing from Redhat 7.3?


  

What happened to SWAT?

I couldn't find it anywhere in the standard installation of 7.3.  Was it
replaced with another GUI or did the folks at Redhat decide that smb.conf
was so easy to configure manually that any other tools were useless?

I looked for Ksamba and GnoSamba, but I couldn't find any that looked
worthwhile (read: were easy and straight forward to install on 7.3).



SWAT *is* included; in the RPMS directory is samba-swat-2.2.3a-6.i386.rpm.

Alex.


Mr Alex Meaden
Computer Science Undergraduate
University of Kent at Canterbury
[EMAIL PROTECTED]
http://meaden.dyndns.org/




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

  





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba SWAT missing from Redhat 7.3?

2002-06-25 Thread whoever wherever

when you install you have to select --select individual packages and then 
under system you will see swat. just check it and you're good to go.



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba SWAT missing from Redhat 7.3?

2002-06-24 Thread Michael Fratoni

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 24 June 2002 11:13 am, [EMAIL PROTECTED] wrote:
 What happened to SWAT?

 I couldn't find it anywhere in the standard installation of 7.3.  Was
 it replaced with another GUI or did the folks at Redhat decide that
 smb.conf was so easy to configure manually that any other tools were
 useless?

 I looked for Ksamba and GnoSamba, but I couldn't find any that looked
 worthwhile (read: were easy and straight forward to install on 7.3).

[mfratoni@paradox linux-2.4]$ whichcd -v 7.3 samba-swat

Searching for samba-swat...
CD-3:samba-swat-2.2.3a-6.i386.rpm

I don't think it is installed by default, but it is included.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0XncYACgkQn/07WoAb/SsI8wCfZcgXt4TjLB9YdxolH97unwI5
0toAnjnhAJd+zWTLR1Mq3sXiY6m8jYup
=WNWH
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba SWAT missing from Redhat 7.3?

2002-06-24 Thread Engstrom_Carl

thanks, for the great answer.  I never knew about that
command...whichcd...nice.

carl

-Original Message-
From: Michael Fratoni [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 3:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Samba SWAT missing from Redhat 7.3?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 24 June 2002 11:13 am, [EMAIL PROTECTED] wrote:
 What happened to SWAT?

 I couldn't find it anywhere in the standard installation of 7.3.  Was
 it replaced with another GUI or did the folks at Redhat decide that
 smb.conf was so easy to configure manually that any other tools were
 useless?

 I looked for Ksamba and GnoSamba, but I couldn't find any that looked
 worthwhile (read: were easy and straight forward to install on 7.3).

[mfratoni@paradox linux-2.4]$ whichcd -v 7.3 samba-swat

Searching for samba-swat...
CD-3:samba-swat-2.2.3a-6.i386.rpm

I don't think it is installed by default, but it is included.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0XncYACgkQn/07WoAb/SsI8wCfZcgXt4TjLB9YdxolH97unwI5
0toAnjnhAJd+zWTLR1Mq3sXiY6m8jYup
=WNWH
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba SWAT missing from Redhat 7.3? -- whichcd

2002-06-24 Thread James D. Parra

Hello,

*to add to this thread*

This is very helpful, but I couldn't find 'whichcd' after my install of
redhat 7.3. There seems to be a lot a packages not installed on the initial
installation with this version of redhat. Tried to use 'rxvt' and found it
also wasn't loaded by default either. Very odd decision making at RedHat.

James D. Parra
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 3:29 PM
To: [EMAIL PROTECTED]
Subject: RE: Samba SWAT missing from Redhat 7.3?


thanks, for the great answer.  I never knew about that
command...whichcd...nice.

carl

-Original Message-
From: Michael Fratoni [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 3:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Samba SWAT missing from Redhat 7.3?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 24 June 2002 11:13 am, [EMAIL PROTECTED] wrote:
 What happened to SWAT?

 I couldn't find it anywhere in the standard installation of 7.3.  Was
 it replaced with another GUI or did the folks at Redhat decide that
 smb.conf was so easy to configure manually that any other tools were
 useless?

 I looked for Ksamba and GnoSamba, but I couldn't find any that looked
 worthwhile (read: were easy and straight forward to install on 7.3).

[mfratoni@paradox linux-2.4]$ whichcd -v 7.3 samba-swat

Searching for samba-swat...
CD-3:samba-swat-2.2.3a-6.i386.rpm

I don't think it is installed by default, but it is included.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0XncYACgkQn/07WoAb/SsI8wCfZcgXt4TjLB9YdxolH97unwI5
0toAnjnhAJd+zWTLR1Mq3sXiY6m8jYup
=WNWH
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba SWAT missing from Redhat 7.3? -- whichcd

2002-06-24 Thread James D. Parra

Hello,

*to add to this thread*

This is very helpful, but I couldn't find 'whichcd' after my install of
redhat 7.3. There seems to be a lot a packages not installed on the initial
installation with this version of redhat. Tried to use 'rxvt' and found it
also wasn't loaded by default either. Very odd decision making at RedHat.

James D. Parra
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 3:29 PM
To: [EMAIL PROTECTED]
Subject: RE: Samba SWAT missing from Redhat 7.3?


thanks, for the great answer.  I never knew about that
command...whichcd...nice.

carl

-Original Message-
From: Michael Fratoni [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 3:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Samba SWAT missing from Redhat 7.3?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 24 June 2002 11:13 am, [EMAIL PROTECTED] wrote:
 What happened to SWAT?

 I couldn't find it anywhere in the standard installation of 7.3.  Was
 it replaced with another GUI or did the folks at Redhat decide that
 smb.conf was so easy to configure manually that any other tools were
 useless?

 I looked for Ksamba and GnoSamba, but I couldn't find any that looked
 worthwhile (read: were easy and straight forward to install on 7.3).

[mfratoni@paradox linux-2.4]$ whichcd -v 7.3 samba-swat

Searching for samba-swat...
CD-3:samba-swat-2.2.3a-6.i386.rpm

I don't think it is installed by default, but it is included.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0XncYACgkQn/07WoAb/SsI8wCfZcgXt4TjLB9YdxolH97unwI5
0toAnjnhAJd+zWTLR1Mq3sXiY6m8jYup
=WNWH
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba SWAT missing from Redhat 7.3? -- whichcd

2002-06-24 Thread Emmanuel Seyman

On Mon, Jun 24, 2002 at 04:51:44PM -0700, James D. Parra wrote:
 
 This is very helpful, but I couldn't find 'whichcd' after my install of
 redhat 7.3. There seems to be a lot a packages not installed on the initial
 installation with this version of redhat. Tried to use 'rxvt' and found it
 also wasn't loaded by default either. Very odd decision making at RedHat.

whichcd is a program that Michael wrote.
http://www.tuxfan.homeip.net:8080/rpms/whichcd-0.1-1.i386.rpm
http://www.tuxfan.homeip.net:8080/rpms/whichcd-0.1-1.src.rpm

As for rxvt, it's on the third CD (but you might find it simpler
to just type up2date rxvt.

Emmanuel



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba SWAT missing from Redhat 7.3?

2002-06-24 Thread Alex Meaden

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 4:13 PM
Subject: Samba SWAT missing from Redhat 7.3?


 What happened to SWAT?

 I couldn't find it anywhere in the standard installation of 7.3.  Was it
 replaced with another GUI or did the folks at Redhat decide that smb.conf
 was so easy to configure manually that any other tools were useless?

 I looked for Ksamba and GnoSamba, but I couldn't find any that looked
 worthwhile (read: were easy and straight forward to install on 7.3).

SWAT *is* included; in the RPMS directory is samba-swat-2.2.3a-6.i386.rpm.

Alex.


Mr Alex Meaden
Computer Science Undergraduate
University of Kent at Canterbury
[EMAIL PROTECTED]
http://meaden.dyndns.org/




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list