¿ How can configure apache ( with a module fo tomcat ) to redirect some urls to a servlet ?

2003-10-09 Thread Salvador Santander
.
###

---

---
workers.propierties 

# workers.properties -
#
# This file provides jk derived plugins with the needed information to
# connect to the different tomcat workers.  Note that the distributed
# version of this file requires modification before it is usable by a
# plugin.
#
# As a general note, the characters $( and ) are used internally to define
# macros. Do not use them in your own configuration!!!
#
# Whenever you see a set of lines such as:
# x=value
# y=$(x)\something
#
# the final value for y will be value\something
#
# Normaly all you will need to do is un-comment and modify the first three
# properties, i.e. workers.tomcat_home, workers.java_home and ps.
# Most of the configuration is derived from these.
#
# When you are done updating workers.tomcat_home, workers.java_home and ps
# you should have 5 workers configured:
#
# - An ajp12 worker that connects to localhost:8007
# - An ajp13 worker that connects to localhost:8009
# - An ajp13 worker that connects to localhost:8809
# - A jni inprocess worker.
# - A load balancer worker
#
# However by default the plugins will only use the ajp12 worker. To have
# the plugins use other workers you should modify the worker.list property.
#
#

# OPTIONS ( very important for jni mode )

#
# workers.tomcat_home should point to the location where you
# installed tomcat. This is where you have your conf, webapps and lib
# directories.
#
workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4

#
# workers.java_home should point to your Java installation. Normally
# you should have a bin and lib directories beneath it.
#
workers.java_home=/usr/java/j2sdk1.4.2_01

#
# You should configure your environment slash... ps=\ on NT and / on UNIX
# and maybe something different elsewhere.
#
ps=/

#
#-- ADVANCED MODE 
#-
#

#
#-- DEFAULT worket list --
#-
#
#
# The workers that your plugins should create and work with
#
# Add 'inprocess' if you want JNI connector
worker.list=ajp12, ajp13, jboss
# , inprocess


#
#-- DEFAULT ajp12 WORKER DEFINITION --
#-
#

#
# Defining a worker named ajp12 and of type ajp12
# Note that the name and the type do not have to match.
#
worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12
#
# Specifies the load balance factor when used with
# a load balancing worker.
# Note:
#   lbfactor must be  0
#   Low lbfactor means less work done by the worker.
worker.ajp12.lbfactor=1

#
#-- DEFAULT ajp13 WORKER DEFINITIONS -
#-
#

#
# Defining a worker named ajp13 and of type ajp13
# Note that the name and the type do not have to match.
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
#
# Specifies the load balance factor when used with
# a load balancing worker.
# Note:
#   lbfactor must be  0
#   Low lbfactor means less work done by the worker.
worker.ajp13.lbfactor=1

#
# Specify the size of the open connection cache.
#worker.ajp13.cachesize

#
# Defining a worker named jboss and of type ajp13
#
worker.jboss.port=8809
worker.jboss.host=localhost
worker.jboss.type=ajp13
#
# Specifies the load balance factor when used with
# a load balancing worker.
# Note:
#   lbfactor must be  0
#   Low lbfactor means less work done by the worker.
worker.jboss.lbfactor=1

#
# Specify the size of the open connection cache.
#worker.jboss.cachesize

#
#-- DEFAULT LOAD BALANCER WORKER DEFINITION --
#-
#

#
# The loadbalancer (type lb) workers perform wighted round-robin
# load balancing with sticky sessions.
# Note:
#   If a worker dies, the load balancer will check its state
#once in a while. Until then all work is redirected to peer
#workers.
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp12, ajp13, jboss


#
#-- DEFAULT JNI WORKER DEFINITION-
#-
#

#
# Defining a worker named inprocess and of type jni
# Note that the name and the type do not have to match.
#
worker.inprocess.type=jni

#
#-- CLASSPATH DEFINITION -
#-
#

#
# Additional class path components.
#
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

#
# Setting the command line for tomcat.
# Note: The cmd_line string may

Re: howto configure rshd?

2003-09-30 Thread Bruno Negrão
I found by myself. To configure the rsh server machine to accept rsh from
the root user of a client machine you need to edit 3 files. Say the rsh
client machine is called client.company, for each file, add a line:

- /etc/hosts.equiv:
client.company

- /root/.rhosts:
client.company

Also, it´s good to chmod 600 /root/.rhosts.

- /etc/securetty:
rsh

That´s all.
bnegrao



- Original Message - 
From: Bruno Negrão [EMAIL PROTECTED]
To: redhat general [EMAIL PROTECTED]
Sent: Friday, September 26, 2003 4:49 PM
Subject: howto configure rshd?


 Hi all,

 How to configure rshd? ( i´ve already read the rshd man page but i still
 can´t make it work).
 When I try to connect the server from the client, i receive the message:
 connection refused.

 I couldn´t understand how the files hosts.equiv and .rhost are related.

 I want to give root access from this client host and i already started
rshd
 with the -h option on the server.

 What am I missing?

 Thanks,
 Bruno Negrao.


 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


howto configure rshd?

2003-09-26 Thread Bruno Negrão
Hi all,

How to configure rshd? ( i´ve already read the rshd man page but i still
can´t make it work).
When I try to connect the server from the client, i receive the message:
connection refused.

I couldn´t understand how the files hosts.equiv and .rhost are related.

I want to give root access from this client host and i already started rshd
with the -h option on the server.

What am I missing?

Thanks,
Bruno Negrao.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Configure Dell Powervault 110T tape drive

2003-09-25 Thread Juan Nin
Hi,

I´m trying to install an external tape drive Dell Powervault 110T on Red Hat 9

Kudzu apparently did not detect it, but the systems seems to have detected it as a
Bnchmark DLT1, since looking at /etc/sysconfig/hwconf I can see:

 class: TAPE
 bus: SCSI
 detached: 0
 device: st
 driver: ignore
 desc: Bnchmark DLT1
 host: 0
 id: 1
 channel: 0
 lun: 0
 generic: sg1
 

But I can not get it to work...
if I send a cpio to any /dev/st* I receive an error saying that it´s a Read-only file 
system
 
I installed ARCserve which detects it ok, as a Powervault 110T, but while accesing it 
via web
and clicking on any icon I get the following error:

 Failed to connect to communication process

So.. anyone has any idea on how to configure the tape drive???
I´ve googled a lot and found nothing on how to do it  :(

Thanks in advance,

Juan



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Configure Dell Powervault 110T tape drive

2003-09-25 Thread Vincent_Valdez


 -Original Message-
 From: Juan Nin [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 9:39 AM
 To: [EMAIL PROTECTED]
 Subject: Configure Dell Powervault 110T tape drive
 
 
 Hi,
 
 I´m trying to install an external tape drive Dell Powervault 
 110T on Red Hat 9
 
 Kudzu apparently did not detect it, but the systems seems to 
 have detected it as a
 Bnchmark DLT1, since looking at /etc/sysconfig/hwconf I can see:
 
  class: TAPE
  bus: SCSI
  detached: 0
  device: st
  driver: ignore
  desc: Bnchmark DLT1
  host: 0
  id: 1
  channel: 0
  lun: 0
  generic: sg1
  
 
 But I can not get it to work...
 if I send a cpio to any /dev/st* I receive an error saying 
 that it´s a Read-only file system
  
 I installed ARCserve which detects it ok, as a Powervault 
 110T, but while accesing it via web
 and clicking on any icon I get the following error:
 
  Failed to connect to communication process
 
 So.. anyone has any idea on how to configure the tape drive???
 I´ve googled a lot and found nothing on how to do it  :(
 
 Thanks in advance,
 
 Juan

Juan,

One thing about using cpio and arcserve, is that when you run asetup, if
you don't choose media sharing, then arcserve will not allow any processes
other than itself to access the drive.

Also make sure you have applied the latest device patch:

http://support.ca.com/Download/patches/as7-linux/as7-linux_patch.html

You may want to re-run asetup, and make sure there is no tape in the drive
when you do.  That can cause problems.

If no luck, you might want to try the Dell Poweredge mailing list:

http://lists.us.dell.com

--
Regards,

Vinny Valdez


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
Hi all, 

I can't use redhat-config-xfree86 as it won't start of course! 
I do not know the monitor sync ranges and although it worked just fine
on my old RIVA 2 card, the built in S3 ProSavage KM133 is hvaing none of
it.

Can someone please advise me?

Many thanks

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
get it up and running first.. use the lowest sync rate listed.. get into 
X.. and then you can run redhat-config-cfree86

thats what I did anyways when I installed RH on a new machine..

hth

Kel



[EMAIL PROTECTED] wrote:

Hi all, 

I can't use redhat-config-xfree86 as it won't start of course! 
I do not know the monitor sync ranges and although it worked just fine
on my old RIVA 2 card, the built in S3 ProSavage KM133 is hvaing none of
it.

Can someone please advise me?

Many thanks

--
Nick W



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
using xf86config of course.. forgot to mention that..lol

Kel



[EMAIL PROTECTED] wrote:

Hi all, 

I can't use redhat-config-xfree86 as it won't start of course! 
I do not know the monitor sync ranges and although it worked just fine
on my old RIVA 2 card, the built in S3 ProSavage KM133 is hvaing none of
it.

Can someone please advise me?

Many thanks

--
Nick W



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
XFree86 used to include a utility called xf86config which was a text
based tool to generate XF86Config files.  Check to see if it's installed
on your system. e.g. locate xf86config

If that isn't available, have you tried to manually edit
/etc/X11/XF86Config ?  Try some basic values for your display, i.e.
configure for a generic VGA monitor with low resolution. Once X is up,
you can run the GUI tool.

The following is from /usr/share/hwdata/MonitorsDB on my RH9 system:

Generic; Generic Non-Interlaced SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz;
0; 31.5-48.5; 50-70
Generic; Generic Standard VGA, 640x480 @ 60 Hz; 0; 31.5; 50-61
Generic; Generic Super VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56
Hz; 0; 31.5, 35.15, 35.5; 50-61
Generic; Generic Super VGA, 800x600 @ 56 Hz; 0; 31.5-35.1; 50-61

  - Paul


On Tue, 2003-09-16 at 14:16, [EMAIL PROTECTED] wrote:
 Hi all, 
 
 I can't use redhat-config-xfree86 as it won't start of course! 
 I do not know the monitor sync ranges and although it worked just fine
 on my old RIVA 2 card, the built in S3 ProSavage KM133 is hvaing none of
 it.
 
 Can someone please advise me?
 
 Many thanks
 
 --
 Nick W
 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick

* and then Kelerion declared
 get it up and running first.. use the lowest sync rate listed.. get into 
 X.. and then you can run redhat-config-cfree86
 
 thats what I did anyways when I installed RH on a new machine..

Ok, what would 'the lowest sync rate' be?

This is what mine currently looks like (just the relevant bit ;-)

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameCTX VL510 series, PL5 series
DisplaySize  280210
HorizSync30.0 - 55.0
VertRefresh  50.0 - 110.0
Option  dpms
EndSection

Section Device
Identifier  Videocard0
Driver  savage
VendorName  Videocard vendor
BoardName   S3 ProSavage KM133
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 16
SubSection Display
Depth 16
Modes800x600 640x480
EndSubSection
EndSection

Many thanks!

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick

* and then Kelerion declared
 using xf86config of course.. forgot to mention that..lol

Doesn't exist in redhat 9 but I can use redhat-config-xfree86 --noui 
Just that question about the lowest sync rate, If I can get *anything*
up and running, I can tune it

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Reuben D. Budiardja
Use the good ol' 'Xconfigurator' .. or is that not included in newer RH? I 
always use that.

RDB

On Tuesday 16 September 2003 02:56 pm, Kelerion wrote:
 using xf86config of course.. forgot to mention that..lol

 Kel

 [EMAIL PROTECTED] wrote:
  Hi all,
 
  I can't use redhat-config-xfree86 as it won't start of course!
  I do not know the monitor sync ranges and although it worked just fine
  on my old RIVA 2 card, the built in S3 ProSavage KM133 is hvaing none of
  it.
 
  Can someone please advise me?
 
  Many thanks
 
  --
  Nick W

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN
-
/\  ASCII Ribbon Campaign against HTML
\ /  email and proprietary format  
 X   attachments.
/ \
-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick

* and then Lists declared
 If that isn't available, have you tried to manually edit
 /etc/X11/XF86Config ?  Try some basic values for your display, i.e.
 configure for a generic VGA monitor with low resolution. Once X is up,
 you can run the GUI tool.

Right! - I got X up by swapping modes to to 640 480 instead of 800
600 but I can't for the life of me get it to run in any higher
resolution.

Any suggestions? --- I had it running on the last gfx card in 800 and
1024 with only some minor adjustment with xvidtune but this is killing
me...

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread redhat
You could always try 'redhat-config-xfree86 --reconfig', so that it
doesn't base your X configuration on your existing screwed up XF86Config
file.

Chris Purcell, RHCE


 * and then Lists declared
 If that isn't available, have you tried to manually edit
 /etc/X11/XF86Config ?  Try some basic values for your display, i.e.
 configure for a generic VGA monitor with low resolution. Once X is up,
 you can run the GUI tool.

 Right! - I got X up by swapping modes to to 640 480 instead of 800
 600 but I can't for the life of me get it to run in any higher
 resolution.

 Any suggestions? --- I had it running on the last gfx card in 800 and
 1024 with only some minor adjustment with xvidtune but this is killing
 me...

 --
 Nick W


 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then [EMAIL PROTECTED] declared
 You could always try 'redhat-config-xfree86 --reconfig', so that it
 doesn't base your X configuration on your existing screwed up XF86Config
 file.

Yes, I've done that too. It seems that for some reason I'm locked in low
rez... are there any other tools out there that might help?

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
Assuming you haven't had any luck with the other suggestions regarding
redhat-config-xfree86,  some things to look at (in no specific order)

1) Does your monitor def have freq ranges that would allow higher res?
Look in /usr/share/hwdata/MonitorsDB to see if you can find the info for
your monitor.

2) Is your card def complete. (Check /usr/X11R6/lib/X11/Cards for your
card.)  Does it reflect the full amount of video RAM? i.e. is there a
VideoRAM line in the def. If so is it accurate ? Considering running
at a lower color depth until you get the resolution worked out. 

3) In your Screen/Display subsection, list the modes from lowest to
highest.
e.g.  Modes   640x480 800x600 ...

X will start with the  low res which you know works. You can then step
your way up to the higher resolutions using Ctrl+Alt+Keypad-Plus. 
This may save some debugging time. (See the man page for XFree86 for
other useful key claws

4) Ctrl+Alt+Backspace kills the current X server.  If you're at run
level 5, you can quickly try different config scenarios by modifying the
config file then using the claw to restart the server.

5) Check out http://www.xfree86.org/

  - Paul


On Tue, 2003-09-16 at 16:27, [EMAIL PROTECTED] wrote:
 * and then Lists declared
  If that isn't available, have you tried to manually edit
  /etc/X11/XF86Config ?  Try some basic values for your display, i.e.
  configure for a generic VGA monitor with low resolution. Once X is up,
  you can run the GUI tool.
 
 Right! - I got X up by swapping modes to to 640 480 instead of 800
 600 but I can't for the life of me get it to run in any higher
 resolution.
 
 Any suggestions? --- I had it running on the last gfx card in 800 and
 1024 with only some minor adjustment with xvidtune but this is killing
 me...
 
 --
 Nick W
 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick

* and then Lists declared
 Assuming you haven't had any luck with the other suggestions regarding
 redhat-config-xfree86,  some things to look at (in no specific order)
 
 1) Does your monitor def have freq ranges that would allow higher res?
 Look in /usr/share/hwdata/MonitorsDB to see if you can find the info for
 your monitor.


Right, got it sorted. Nightmare. I'll write it up and post to the list
in the morning. It was the prosavage card in the end but I got it fixed.
Thanks everyone ;-)

--
Nick W


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Jack Bowling
On Wed, Sep 17, 2003 at 12:44:29AM +0200, [EMAIL PROTECTED] wrote:
 
 * and then Lists declared
  Assuming you haven't had any luck with the other suggestions regarding
  redhat-config-xfree86,  some things to look at (in no specific order)
  
  1) Does your monitor def have freq ranges that would allow higher res?
  Look in /usr/share/hwdata/MonitorsDB to see if you can find the info for
  your monitor.
 
 
 Right, got it sorted. Nightmare. I'll write it up and post to the list
 in the morning. It was the prosavage card in the end but I got it fixed.
 Thanks everyone ;-)

A followup would be appreciated, Nick.

I note the following that dropped into freshmeat the past 24 hours:

http://www.mediom.com/~rener/linux/

which is a repository for the Knoppix hardware detection/config code which 
has recently been ported to RH and MAndrake. The changelog mentions a script
for configuring X settings without rebooting.


-- 
Jack Bowling
mailto: [EMAIL PROTECTED]


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Configure vsftp

2003-08-27 Thread Distribution Lists
I am using vsftp as an anonymous ftp, but at the same time I many users in
/etc/passwd, that use the server for SMTP and POP3.

However I want to open up ftp to just one user using vsftp, how can I do
this without letting others through ?

I.e how can I configure specific users to be able to ftp ?

I have local_enable=YES commented out.




# Allow anonymous FTP?
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
#local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
anon_upload_enable=YES



--
http://www.seekitzone.com
http://www.e-securenetworks.net
http://www.shopper-holic.com
http://www.planet247.net
http://www.auction-holic.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure vsftp

2003-08-27 Thread Sean Estabrooks
On Wed, 27 Aug 2003 15:15:29 -0500 (CDT)
Distribution Lists [EMAIL PROTECTED] wrote:

 I am using vsftp as an anonymous ftp, but at the same time I many users in
 /etc/passwd, that use the server for SMTP and POP3.
 
 However I want to open up ftp to just one user using vsftp, how can I do
 this without letting others through ?
 



make sure to set:

userlist_deny=NO

then only users listed in /etc/vsftpd.ftpusers
will be allowed to connect.


Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure vsftp

2003-08-27 Thread Distribution Lists
is this set in
vsftp.conf ?

Regards

 On Wed, 27 Aug 2003 15:15:29 -0500 (CDT)
 Distribution Lists [EMAIL PROTECTED] wrote:

 I am using vsftp as an anonymous ftp, but at the same time I many users
 in
 /etc/passwd, that use the server for SMTP and POP3.

 However I want to open up ftp to just one user using vsftp, how can I do
 this without letting others through ?




 make sure to set:

 userlist_deny=NO

 then only users listed in /etc/vsftpd.ftpusers
 will be allowed to connect.


 Cheers,
 Sean


 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list



-- 
http://www.seekitzone.com
http://www.e-securenetworks.net
http://www.shopper-holic.com
http://www.planet247.net
http://www.auction-holic.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure vsftp

2003-08-27 Thread Sean Estabrooks
On Wed, 27 Aug 2003 16:14:09 -0500 (CDT)
Distribution Lists [EMAIL PROTECTED] wrote:

 is this set in
 vsftp.conf ?
 
 Regards
 


Yes,  take a look at the man page for vsftpd.conf:

man vsftpd.conf

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


How to install and configure Microcom Deskporte Internal/L modem

2003-08-04 Thread bEEnHeX
Greetings, 

I have installed Red Hat linux 9.0 (Shrike) onto my system without problems 
and haven't updated it yet. My Microcom Deskporte Internal/L modem was not 
detected and configured by default and I would like to do it manualy. 
It has a lucent chip. 

I have downloaded ltmodem-kv_2.4.20_19.9-8.26a9-1.i686.rpm. Is this a good 
version of drivers for my modem using kernel shipped originally with RH 9.0?

Is there anybody who can help me with this? 

Any info will be appreciated. Thanx


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How to install and configure Microcom Deskporte Internal/L modem

2003-08-04 Thread James Gibbon

bEEnHeX wrote:
 Greetings, 
 
 I have installed Red Hat linux 9.0 (Shrike) onto my system without problems 
 and haven't updated it yet. My Microcom Deskporte Internal/L modem was not 
 detected and configured by default and I would like to do it manualy. 
 It has a lucent chip. 
 
 I have downloaded ltmodem-kv_2.4.20_19.9-8.26a9-1.i686.rpm. Is this a good 
 version of drivers for my modem using kernel shipped originally with RH 9.0?
 
 Is there anybody who can help me with this? 
 

Firstly, you do need to get a version of ltmodem that exactly 
corresponds with your kernel.  You can find out your kernel 
version by typing

   uname -r


.. you should find a version of ltmodem to correspond with it if 
you haven't updated the kernel (and possibly if you have, not 
sure), note that you'll have to reinstall the ltmodem rpm for 
every new kernel that you use.

James


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pre-make 'configure' program can't find mysql libraries?

2003-08-02 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 01 August 2003 10:07 am, Benjamin J. Weiss wrote:
[...]
 I'm runnning RedHat 8.0, with everything up2date.  I hadn't had
 mysql-devel installed, so I installed that with up2date, cleared the
 config cache and tried it again.  Again, configure isn't finding the
 libraries.  The configure program said to check the ld.so.conf file for
 entries for the libraries.  It looks right to me (file shown at the
 bottom of the post).  So, I ran ldconfig and then cleared the cache
 again, and still no dice.

 I have the following RedHat RPMs installed:

 mysql-devel-3.23.56-1.80
 mysql-3.23.56-1.80
 mysql-server-3.23.56-1.80

 my /etc/ld.so.conf looks like:

 /usr/kerberos/lib
 /usr/X11R6/lib
 /usr/lib/qt-3.0.5/lib
 /usr/lib/sane
 /usr/lib/mysql
 /usr/include/mysql

The mysql directory above looks suspect. It should be the path to the 
mysql libraries, not to the mysql include directory.
Try replacing /usr/include/mysql with
/usr/lib/mysql
Then run ldconfig again.

Hope that helps,
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0|9 in 8M of RAM: http://www.rule-project.org/en/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/K9Gmn/07WoAb/SsRAhoPAJ433IMTZdOqx3Z9Ow7KuLLjU6GzOACeK9f1
skjv5/Ax7AoKykanGePIIzs=
=8PLH
-END PGP SIGNATURE-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pre-make 'configure' program can't find mysql libraries?

2003-08-02 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 02 August 2003 10:58 am, Michael Fratoni wrote:
 On Friday 01 August 2003 10:07 am, Benjamin J. Weiss wrote:

  my /etc/ld.so.conf looks like:
 
  /usr/kerberos/lib
  /usr/X11R6/lib
  /usr/lib/qt-3.0.5/lib
  /usr/lib/sane
  /usr/lib/mysql
  /usr/include/mysql

 The mysql directory above looks suspect. It should be the path to the
 mysql libraries, not to the mysql include directory.
 Try replacing /usr/include/mysql with
 /usr/lib/mysql
 Then run ldconfig again.

Oops, pre coffee answer, sorry. I missed the /usr/lib/mysql line that is 
already there.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0|9 in 8M of RAM: http://www.rule-project.org/en/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/K9LDn/07WoAb/SsRAnkDAJ0a7KzTji3p2bi/2/WIqbSJ+GjUtQCcCqlV
7pkSa8T0kQ2EnuqwNDxurAs=
=1iqY
-END PGP SIGNATURE-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pre-make 'configure' program can't find mysql libraries?

2003-08-02 Thread Benjamin J. Weiss
snip
  my /etc/ld.so.conf looks like:
 
  /usr/kerberos/lib
  /usr/X11R6/lib
  /usr/lib/qt-3.0.5/lib
  /usr/lib/sane
  /usr/lib/mysql
  /usr/include/mysql
 
 The mysql directory above looks suspect. It should be the path to the 
 mysql libraries, not to the mysql include directory.
 Try replacing /usr/include/mysql with
 /usr/lib/mysql
 Then run ldconfig again.

Um../usr/lib/mysql is the second from the bottom line.

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pre-make 'configure' program can't find mysql libraries?

2003-08-02 Thread Benjamin J. Weiss
  All,
 
 snip
  I set out to recompile Nagios with MySQL support.  The first step is to
  run ./configure --with-mysql-xdata, but it's not finding the mysql
  libraries.
 
 Never used any of the software you mentioned, but did you check all the 
 configuration option? Usually there is a configure option to let you tell it 
 where to find the mysql lib. 
 If that doesn't work, then probably you get better luck asking at the software 
 (Nagio) mailing list, if such exists.
 
 HTH
 RDB

Well, I used the manual switches to tell the configure program where to 
find the MySQL libraries.  I still don't know it couldn't find them via 
the ld.so.conf file.  That bugs me, but I don't know much about the 
c programming side of linux yet. *sigh*

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Pre-make 'configure' program can't find mysql libraries?

2003-08-01 Thread Benjamin J. Weiss
All,

This one's a bit long, but I'm trying to give all the info I have and
everything I've tried, so please be patient with me. *grin*

Okay, I'm implementing nagios (http://www.nagios.org), which is a very
cool network services monitoring system.  I installed it with all of the
defaults, and everything worked great.  The only issue was that setting
up all of the configuration files for each object was a serious pain in
the neck.

I then found Nagmin, a webmin module for Nagios.  I got it installed,
and it works great!  Unfortunately, Nagmin uses MySQL (which I had
installed), and the nagios install I had done uses text file configs.

I set out to recompile Nagios with MySQL support.  The first step is to
run ./configure --with-mysql-xdata, but it's not finding the mysql
libraries.

I'm runnning RedHat 8.0, with everything up2date.  I hadn't had
mysql-devel installed, so I installed that with up2date, cleared the
config cache and tried it again.  Again, configure isn't finding the
libraries.  The configure program said to check the ld.so.conf file for
entries for the libraries.  It looks right to me (file shown at the
bottom of the post).  So, I ran ldconfig and then cleared the cache
again, and still no dice.

I have the following RedHat RPMs installed:

mysql-devel-3.23.56-1.80
mysql-3.23.56-1.80
mysql-server-3.23.56-1.80

my /etc/ld.so.conf looks like:

/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-3.0.5/lib
/usr/lib/sane
/usr/lib/mysql
/usr/include/mysql

I don't know what else to check...

Thanks!

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Pre-make 'configure' program can't find mysql libraries?

2003-08-01 Thread Reuben D. Budiardja
On Friday 01 August 2003 10:07 am, Benjamin J. Weiss wrote:
 All,

snip
 I set out to recompile Nagios with MySQL support.  The first step is to
 run ./configure --with-mysql-xdata, but it's not finding the mysql
 libraries.

Never used any of the software you mentioned, but did you check all the 
configuration option? Usually there is a configure option to let you tell it 
where to find the mysql lib. 
If that doesn't work, then probably you get better luck asking at the software 
(Nagio) mailing list, if such exists.

HTH
RDB

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN
-
/\  ASCII Ribbon Campaign against HTML
\ /  email and proprietary format  
 X   attachments.
/ \
-
Have you been used by Microsoft today? 
Choose your life. Choose freedom. 
Choose LINUX.
-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


configure RH9 httpd RPM to use php?

2003-07-14 Thread Bill Tangren
Is it possible to configure the httpd rpm in RH 9 to use php, or do I 
need to install apache from source and configure it that way? I have php 
and apache installed (from RPM's), but the necessary modules don't seem 
to have been included in httpd.conf. Is this possible?

TIA,

Bill Tangren

--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Rick Warner
On Mon, 2003-07-14 at 11:16, Bill Tangren wrote:
 Is it possible to configure the httpd rpm in RH 9 to use php, or do I 
 need to install apache from source and configure it that way? I have php 
 and apache installed (from RPM's), but the necessary modules don't seem 
 to have been included in httpd.conf. Is this possible?
 
 
 TIA,
 
 Bill Tangren

You are missing an important piece of the puzzle.  The modules have
their own config files that live in /etc/httpd/conf.d; these are
included from httpd.conf by the line:

   Include conf.d/*.conf


Try it out, if you have the RPM's and have started/restarted httpd
since adding the php RPM it should be working.  Create a quick page
with a call to phpinfo() and you should see that it is working.

- rick warner


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Hardy Merrill
Rick Warner [EMAIL PROTECTED] wrote:
 On Mon, 2003-07-14 at 11:16, Bill Tangren wrote:
  Is it possible to configure the httpd rpm in RH 9 to use php, or do I 
  need to install apache from source and configure it that way? I have php 
  and apache installed (from RPM's), but the necessary modules don't seem 
  to have been included in httpd.conf. Is this possible?

I have php working on a stock up2date'ed RHL9 system -
I don't think(?) I had to do anything special with the
httpd.conf file.  You'll need

  php
  php-pgsql  (if you'll use php with PostgreSQL)
  php-mysql  (if you'll use php with MySQL)

and put this script:

test.php

?php
   phpinfo();
?

in your document root (/var/www/html) - make sure it is
readable by world.  Then browse to http://your_server/test.php
and you should get a nice listing of web server stuff.

HTH.
-- 
Hardy Merrill
Red Hat, Inc.

  
  
  TIA,
  
  Bill Tangren
 
 You are missing an important piece of the puzzle.  The modules have
 their own config files that live in /etc/httpd/conf.d; these are
 included from httpd.conf by the line:
 
Include conf.d/*.conf
 
 
 Try it out, if you have the RPM's and have started/restarted httpd
 since adding the php RPM it should be working.  Create a quick page
 with a call to phpinfo() and you should see that it is working.
 
 - rick warner


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Bill Tangren
Hardy Merrill wrote:
Rick Warner [EMAIL PROTECTED] wrote:

On Mon, 2003-07-14 at 11:16, Bill Tangren wrote:

Is it possible to configure the httpd rpm in RH 9 to use php, or do I 
need to install apache from source and configure it that way? I have php 
and apache installed (from RPM's), but the necessary modules don't seem 
to have been included in httpd.conf. Is this possible?


I have php working on a stock up2date'ed RHL9 system -
I don't think(?) I had to do anything special with the
httpd.conf file.  You'll need
  php
  php-pgsql  (if you'll use php with PostgreSQL)
  php-mysql  (if you'll use php with MySQL)
and put this script:

test.php

?php
   phpinfo();
?
in your document root (/var/www/html) - make sure it is
readable by world.  Then browse to http://your_server/test.php
and you should get a nice listing of web server stuff.
HTH.
Thanks! It worked!

Bill

--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: configure: error: Your OpenSSL headers do not match your library

2003-07-12 Thread Ed Wilts
On Fri, Jul 11, 2003 at 06:11:54PM -0700, Al Sparks wrote:
 I'm running RH 7.2.
 
 I'm trying to manually (via tarballs) install openssh-3.6p1.  I've
 already installed openssl-0.9.6j.  When I configure openssh with
 
 ./configure \
  --prefix=/usr/local \
  --sysconfdir=/etc \
  --with-ipv4-default \
  --with-ssl-dir=/usr/local/ssl \
  --with-pid-dir=/var/run \
  --with-pam \
  --with-tcp-wrappers \
  --with-privsep-path=/var/empty \
  --with-privsep-user=sshd
 
 it takes awhile and finally spits out
   checking OpenSSL header version... 9060af (OpenSSL 0.9.6j 10 Apr 2003)
   checking OpenSSL library version... 90602f (OpenSSL 0.9.6b [engine] 9 Jul 2001)
   checking whether OpenSSL's headers match the library... no
   configure: error: Your OpenSSL headers do not match your library
 
 I've tried updating the glib*rpm files, but that didn't do anygood.

I don't think the OpenSSL headers are in the glib* packages - they
should be in openssl-devel.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


configure: error: Your OpenSSL headers do not match your library

2003-07-11 Thread Al Sparks
I'm running RH 7.2.

I'm trying to manually (via tarballs) install openssh-3.6p1.  I've
already installed openssl-0.9.6j.  When I configure openssh with

./configure \
 --prefix=/usr/local \
 --sysconfdir=/etc \
 --with-ipv4-default \
 --with-ssl-dir=/usr/local/ssl \
 --with-pid-dir=/var/run \
 --with-pam \
 --with-tcp-wrappers \
 --with-privsep-path=/var/empty \
 --with-privsep-user=sshd

it takes awhile and finally spits out
  checking OpenSSL header version... 9060af (OpenSSL 0.9.6j 10 Apr 2003)
  checking OpenSSL library version... 90602f (OpenSSL 0.9.6b [engine] 9 Jul 2001)
  checking whether OpenSSL's headers match the library... no
  configure: error: Your OpenSSL headers do not match your library

I've tried updating the glib*rpm files, but that didn't do anygood.

Suggestions?  (Note:  I've googled this topic, and there's references
to it, but I don't understand what the replies are trying to tell me;
none were RH specific).

=== Al


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


configure LVM

2003-07-11 Thread santosh kumar
Hi, 

The m/c is loaded with redhat 7.2 with kernel 2.4.7-10 want to configure
LVM but is it possible to change current partition format to LVM format.
I need to add new harddisk and want to configure LVM Now configuration
is like this

FilesystemSize  Used Avail Use% Mounted on
/dev/hda1 9.6G  4.5G  4.6G  49% /
/dev/hda2  26G  3.3G   21G  14% /gladiator
none  246M 0  246M   0% /dev/shm
/dev/hdb1  37G   33G  2.5G  93% /export

If I change this to LVM then
1)  Is it possible to change root partition to LVM
2)  Shall I loose any data
3)  What are the things to be done to make LVM work properly without
losing the data..

Please some one can answer to this query...Hope to hear from all of
you...

Thanks  Regards,
santosh




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


how to configure sendmail to accept mails from mydomain.com

2003-06-25 Thread Didier Casse

Hi I'm using sendmail-8.12.8-4 . In the previous sendmail I placed a 
line something like Dj$mydomain.com so that sendmail treats mail from 
mydomain.com as local mail. With this new sendmail there doesn't seem to 
be this feature around.

Does anybody know how to make sendmail recognize that it is it's domain 
name and to accept mail destined to [EMAIL PROTECTED] Thanks
 

regards,
-- 

Didier

PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Website: http://ssls.nus.edu.sg




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: how to configure sendmail to accept mails from mydomain.com

2003-06-25 Thread Cowles, Steve
 -Original Message-
 From: Didier Casse
 Sent: Tuesday, June 24, 2003 10:01 PM
 Subject: how to configure sendmail to accept mails from mydomain.com
 
 
 Hi I'm using sendmail-8.12.8-4 . In the previous sendmail I placed a 
 line something like Dj$mydomain.com so that sendmail treats mail from 
 mydomain.com as local mail. With this new sendmail there 
 doesn't seem to be this feature around.
 
 Does anybody know how to make sendmail recognize that it is 
 it's domain name and to accept mail destined to [EMAIL PROTECTED]
 Thanks
  

If I understand your post correctly... add mydomain.com to
/etc/mail/local-host-names.

Steve Cowles


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: how to configure sendmail to accept mails from mydomain.com

2003-06-25 Thread MKlinke
On Wednesday 25 June 2003 07:16, Didier Casse wrote:
 Hi I'm using sendmail-8.12.8-4 . In the previous sendmail I placed a
 line something like Dj$mydomain.com so that sendmail treats mail from
 mydomain.com as local mail. With this new sendmail there doesn't seem
 to be this feature around.

 Does anybody know how to make sendmail recognize that it is it's
 domain name and to accept mail destined to [EMAIL PROTECTED]
 Thanks


 regards,

Search for Dj in your sendmail.cf file if that's what you're after or 
try looking at

define(`confDOMAIN_NAME', `$w.$m')dnl

in /usr/share/sendmail-cf/README for your sendmail.mc file.

Regards,  Mike Klinke


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


how to configure sendmail to accept mails from mydomain.com

2003-06-24 Thread Didier Casse
Hi I'm using sendmail-8.12.8-4 . In the previous sendmail I placed a 
line something like Dj$mydomain.com so that sendmail treats mail from 
mydomain.com as local mail. With this new sendmail there doesn't seem to 
be this feature around.

Does anybody know how to make sendmail recognize that it is it's domain 
name and to accept mail destined to [EMAIL PROTECTED] Thanks
 

regards,
-- 

Didier

PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Website: http://ssls.nus.edu.sg





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How do I configure for my office network?

2003-06-18 Thread tomh

Doesn't seem to help.  When I login as root I get the following error
dialog:

Could not look up internet address for tomdell.office.
This will prevent GNOME from operating correctly.
It may be possible to correct the problem by adding tomdell.office to the
file /etc/hosts.

When I click 'redhat - Network Servers' I get the following dialog:
Couldn't display 'smb:///' because Nautilus cannot contact the SMB master
browser.
Check that an SMB server is running in the local network.

In our Windows network, the PDC is running on an NT 4.0 server.  I have
Samba-client installed on my PC.

What else should I check?  Is there some config file on my PC that I need
to look at?  If so, what should I look for in it?

Tom Hightower
Solutions, Inc
http://www.simas.com



   

  Mark Guzzo   

  [EMAIL PROTECTED]To:   [EMAIL PROTECTED]

  .netcc: 

  Sent by: Subject:  Re: How do I configure for my 
office network? 
  redhat-list-admin

  @redhat.com  

   

   

  06/17/2003 01:49 

  PM   

  Please respond to

  redhat-list  

   

   





On Tue, 2003-06-17 at 10:05, [EMAIL PROTECTED] wrote:
 [RH9.0]

 I need to configure my laptop to work with our office Windows network,
 domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
 'tomdell'.

 My laptop is configured to use DHCP, and it's getting an IP address.  In
 the network configuration panel I have:

 [DNS tab]
 Hostname: tomdell

 [Hosts tab]
 IP: 127.0.0.1
 Name: localhost.localdomain
 Aliases: localhost

 What do I need to change or add?

 Tom Hightower
 Solutions, Inc
 http://www.simas.com



Not too sure if this is what you want, but try this as root
redhat-config-network

Then click on 'Profile' and the 'New'. Just make a new profile with the
required info and it should work.

I have yet to try that out so don't kill the messenger ;-)


--
-
Mark Guzzo
[EMAIL PROTECTED]

Linux Registered User #318090
http://counter.li.org


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/redhat-list






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How do I configure for my office network?

2003-06-18 Thread Ed . Greshko
On Tue, 17 Jun 2003 [EMAIL PROTECTED] wrote:


 Doesn't seem to help.  When I login as root I get the following error
 dialog:

 Could not look up internet address for tomdell.office.
 This will prevent GNOME from operating correctly.
 It may be possible to correct the problem by adding tomdell.office to the
 file /etc/hosts.

The answer is written abovesort of.

In your /etc/hosts file add (or replace) tomdell.office to the line
starting with 127.0.0.1.


 When I click 'redhat - Network Servers' I get the following dialog:
 Couldn't display 'smb:///' because Nautilus cannot contact the SMB master
 browser.
 Check that an SMB server is running in the local network.

 In our Windows network, the PDC is running on an NT 4.0 server.  I have
 Samba-client installed on my PC.

 What else should I check?  Is there some config file on my PC that I need
 to look at?  If so, what should I look for in it?

 Tom Hightower
 Solutions, Inc
 http://www.simas.com




   Mark Guzzo
   [EMAIL PROTECTED]To:   [EMAIL PROTECTED]
   .netcc:
   Sent by: Subject:  Re: How do I configure for 
 my office network?
   redhat-list-admin
   @redhat.com


   06/17/2003 01:49
   PM
   Please respond to
   redhat-list






 On Tue, 2003-06-17 at 10:05, [EMAIL PROTECTED] wrote:
  [RH9.0]
 
  I need to configure my laptop to work with our office Windows network,
  domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
  'tomdell'.
 
  My laptop is configured to use DHCP, and it's getting an IP address.  In
  the network configuration panel I have:
 
  [DNS tab]
  Hostname: tomdell
 
  [Hosts tab]
  IP: 127.0.0.1
  Name: localhost.localdomain
  Aliases: localhost
 
  What do I need to change or add?
 
  Tom Hightower
  Solutions, Inc
  http://www.simas.com
 
 

 Not too sure if this is what you want, but try this as root
 redhat-config-network

 Then click on 'Profile' and the 'New'. Just make a new profile with the
 required info and it should work.

 I have yet to try that out so don't kill the messenger ;-)


 --
 -
 Mark Guzzo
 [EMAIL PROTECTED]

 Linux Registered User #318090
 http://counter.li.org


 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
  https://www.redhat.com/mailman/listinfo/redhat-list








-- 
SARS - The only virus not spread by Outlook
http://www.shorewall.net/  for all your firewall needs


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How do I configure for my office network?

2003-06-18 Thread Technoslick
On Mon, 2003-06-16 at 15:35, [EMAIL PROTECTED] wrote:
 [RH9.0]
 
 I need to configure my laptop to work with our office Windows network,
 domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
 'tomdell'.
 
 My laptop is configured to use DHCP, and it's getting an IP address.  In
 the network configuration panel I have:
 
 [DNS tab]
 Hostname: tomdell
 
 [Hosts tab]
 IP: 127.0.0.1
 Name: localhost.localdomain
 Aliases: localhost
 
 What do I need to change or add?

Add the name host name of your NT PDC and its static IP the LAN side of
the network to your 'hosts' file, as well as any LAN-side static IP's
that you need to connect to for any services.

Is your NT PDC providing DNS and WINS support? If so, you may be able to
use DHCP to provide both to your laptop. If you have problems resolving
host names on the WAN (Web) side, you may have to add the DNS IP of your
ISP in 'resolv.conf'.

T 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How do I configure for my office network?

2003-06-18 Thread Technoslick
On Wed, 2003-06-18 at 09:49, Technoslick wrote:
 On Mon, 2003-06-16 at 15:35, [EMAIL PROTECTED] wrote:
  [RH9.0]
  
  I need to configure my laptop to work with our office Windows network,
  domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
  'tomdell'.
  
  My laptop is configured to use DHCP, and it's getting an IP address.  In
  the network configuration panel I have:
  
  [DNS tab]
  Hostname: tomdell
  
  [Hosts tab]
  IP: 127.0.0.1
  Name: localhost.localdomain
  Aliases: localhost
  
  What do I need to change or add?
 
 Add the name host name of your NT PDC and its static IP the LAN side of
 the network to your 'hosts' file, as well as any LAN-side static IP's
 that you need to connect to for any services.
 
 Is your NT PDC providing DNS and WINS support? If so, you may be able to
 use DHCP to provide both to your laptop. If you have problems resolving
 host names on the WAN (Web) side, you may have to add the DNS IP of your
 ISP in 'resolv.conf'.

I saw the other post relating to your Gnome error message after I sent
this out...sorry. you have to add your laptop's host name just before
'localhost' in your 'hosts' file.

T


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


How do I configure for my office network?

2003-06-17 Thread tomh
[RH9.0]

I need to configure my laptop to work with our office Windows network,
domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
'tomdell'.

My laptop is configured to use DHCP, and it's getting an IP address.  In
the network configuration panel I have:

[DNS tab]
Hostname: tomdell

[Hosts tab]
IP: 127.0.0.1
Name: localhost.localdomain
Aliases: localhost

What do I need to change or add?

Tom Hightower
Solutions, Inc
http://www.simas.com





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: How do I configure for my office network?

2003-06-17 Thread Hill, Benjamin W
As long as you are using DHCP, you should just be able to boot your RH
machine on the network, and it should pick up an IP etc, et voila!

Do you mean that you want to access a Windows filesystem? In which case,
install Samba.

Cheers,

Ben

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 17 June 2003 16:05
To: [EMAIL PROTECTED]
Subject: How do I configure for my office network?


[RH9.0]

I need to configure my laptop to work with our office Windows network,
domain name=OFFICE.  In the Windows NT PDC, my laptop is known as 'tomdell'.

My laptop is configured to use DHCP, and it's getting an IP address.  In the
network configuration panel I have:

[DNS tab]
Hostname: tomdell

[Hosts tab]
IP: 127.0.0.1
Name: localhost.localdomain
Aliases: localhost

What do I need to change or add?

Tom Hightower
Solutions, Inc
http://www.simas.com





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How do I configure for my office network?

2003-06-17 Thread Mark Guzzo
On Tue, 2003-06-17 at 10:05, [EMAIL PROTECTED] wrote:
 [RH9.0]
 
 I need to configure my laptop to work with our office Windows network,
 domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
 'tomdell'.
 
 My laptop is configured to use DHCP, and it's getting an IP address.  In
 the network configuration panel I have:
 
 [DNS tab]
 Hostname: tomdell
 
 [Hosts tab]
 IP: 127.0.0.1
 Name: localhost.localdomain
 Aliases: localhost
 
 What do I need to change or add?
 
 Tom Hightower
 Solutions, Inc
 http://www.simas.com
 
 

Not too sure if this is what you want, but try this as root
redhat-config-network

Then click on 'Profile' and the 'New'. Just make a new profile with the
required info and it should work.

I have yet to try that out so don't kill the messenger ;-)


-- 
-
Mark Guzzo
[EMAIL PROTECTED]

Linux Registered User #318090
http://counter.li.org


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


How do I configure for my office network?

2003-06-16 Thread tomh
[RH9.0]

I need to configure my laptop to work with our office Windows network,
domain name=OFFICE.  In the Windows NT PDC, my laptop is known as
'tomdell'.

My laptop is configured to use DHCP, and it's getting an IP address.  In
the network configuration panel I have:

[DNS tab]
Hostname: tomdell

[Hosts tab]
IP: 127.0.0.1
Name: localhost.localdomain
Aliases: localhost

What do I need to change or add?






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


php configure....

2003-06-15 Thread sharif
CAN ANYBODY HELP ME to 
configure my apache server for php
i installed all the necessary rpms for php...
but still can't make it work .. for me

pls inform me in simple step s... how to 
make it work :) 

thank U 
sharif.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


samba configure help required.!!@@!!

2003-06-13 Thread root_sharif
i am new in linux .
right now i am using RedHAT7.3
got my smb.conf configured as follows.
#
#=== Global Settings 

[global]
   log file = /var/log/samba/%m.log
   dns proxy = no
   netbios name = Linux
   netbios aliases = Linux
   server string = Samba Server
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   workgroup = WORKGROUP
   hosts allow = all
   security = share
   max log size = 100

[WWW]
   writeable = yes
   path = /var/www
   write list = nobody
   comment = Linux
   public = yes
   create mode = 777
   directory mode = 777
   allow hosts = all
but still i don't know how to access my Windows BOXES from my linux box.
or ...the vise versa...
what are the next steps.. i should follow???
pls let me know.


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: samba configure help required.!!@@!!

2003-06-13 Thread Peter Peltonen
On Fri, 2003-06-13 at 12:22, root_sharif wrote:
 but still i don't know how to access my Windows BOXES from my linux box.

Are your Windows boxes also in a workgroup called WORKGROUP?

For accessing the Windows boxes from Linux, try smbclient (for a FTP like UI) or, if
you want to mount them like other filesystems to your RH box, try smbmount.

Also consider reading the Red Hat Linux Manuals (if you haven't
already), specially this:

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-samba.html

Regards,
Peter


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: samba configure help required.!!@@!!

2003-06-13 Thread Jon Haugsand
* root sharif
 but still i don't know how to access my Windows BOXES from my linux box.
 or ...the vise versa...
 what are the next steps.. i should follow???
 pls let me know.

I'll recommend you to read one of the many tutorials on samba laying
around on the Internet or on your own /usr/share/doc.  Here are
something to try for:

1. Are your samba daemons running?  Try:  'ps aux |grep [sn]mbd'

2. If not, start them:  '/etc/init.d/smb start'

3. Connect locally:  'smbclient -L //localhost'
   Do you get a list of resources, i.e. one resource: WWW?

4. Connect to BOXES: 'smbclient -L //BOXES'

5. Is BOXES a DNS name?  If not, you need a wins server or a wins
   mapping file (/etc/lmhosts).  Either insert BOXES into this file or
   edit smb.conf with the line 'wins server = ip address' where you
   replace ip address with the address of your wins server.

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: samba configure help required.!!@@!!

2003-06-13 Thread michael . bartlett
What error message do you get?
This problem may be related to the windows registry patch you need to apply
for certain smb configurations. Just do a google for samba windows registry
and I'm sure you'll find what you are looking for. 

-Original Message-
From: root_sharif [mailto:[EMAIL PROTECTED] 
Sent: 13 June 2003 10:22
To: [EMAIL PROTECTED]
Subject: samba configure help required.!!@@!!


i am new in linux .
right now i am using RedHAT7.3
got my smb.conf configured as follows.

#
#=== Global Settings 

[global]
log file = /var/log/samba/%m.log
dns proxy = no
netbios name = Linux
netbios aliases = Linux
server string = Samba Server
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
workgroup = WORKGROUP
hosts allow = all
security = share
max log size = 100


[WWW]
writeable = yes
path = /var/www
write list = nobody
comment = Linux
public = yes
create mode = 777
directory mode = 777
allow hosts = all

but still i don't know how to access my Windows BOXES from my linux box. or
...the vise versa... what are the next steps.. i should follow??? pls let me
know.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure failure for PHP on RH9

2003-06-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 11 Jun 2003 08:16:04 -0500, John Nichel wrote:

  Why did you download that libXpm.3.4f-ELF.tar.gz file?
  What's wrong with libXpm as included within Red Hat's packages?
  
  XFree86-libs-4.3.0-2

/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11

  XFree86-devel-4.3.0-2
  
/usr/X11R6/lib/libXpm.a
/usr/X11R6/lib/libXpm.so
 
 Because I got the same error with the Red Hat packages.

Well, cannot reproduce that error.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+6Ia40iMVcrivHFQRAtAzAJ94kaKxRikn84EWDtfPExxnq445fACcDraI
InmZ/wBZ6XAdre2tdJOvmC8=
=1Rrf
-END PGP SIGNATURE-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Configure failure for PHP on RH9

2003-06-11 Thread John Nichel
Hi,

  I'm trying to configure php with xpm ( --with-xpm-dir=/usr/X11R6 ), 
and I keep getting this error

configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please 
check config.log for more information.

config.log has this...

configure:35198: checking for the location of libXpm
configure:35216: result: /usr/X11R6
then further down, this.

configure:36062: checking for XpmFreeXpmImage in -lXpm
configure:36093: gcc -o conftest -g -O2
  -L/usr/X11R6/lib -lX11
  -Wl,-rpath,/usr/local/ssl/lib -L/usr/local/ssl/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib 
-L/usr/kerberos/lib conftest.c -lXpm  -lpng -lz -ljpeg -lcurl -lbz2 -lz 
-lssl -lcrypto -lresolv -lm -ldl -lnsl  -lcurl -lz -lssl -lcrypto -ldl 
-lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl 
-lz -lz 5
/usr/X11R6/lib/libXpm.so: undefined reference to `__ctype_b'
/usr/X11R6/lib/libXpm.so: undefined reference to `_xstat'
/usr/X11R6/lib/libXpm.so: undefined reference to `_fxstat'
/usr/X11R6/lib/libXpm.so: undefined reference to `__ctype_tolower'
collect2: ld returned 1 exit status
configure:36096: $? = 1
configure: failed program was:
| #line 36069 configure
| /* confdefs.h.  */

Red Hat 9 system, PHP 4.3.2, and apache 1.3.27.  I installed the libX 
binaries from sunsite.unc.edu ( libXpm.3.4f-ELF.tar.gz ).  Google has 
led me to believe that this error may be caused by gcc?  Can somone shed 
some light on this problem?

--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


How configure Iptable in RedHat 8.0

2003-06-11 Thread Le Ngoc Thach
Hi,
I'm using iptables-1.2.6a-2 in RedHat 8.0 router, gateway and firewall. 
I can not configure to implement the case:
Ex:
- External IP of gateway is 203.162.4.1, this host is also listening at 
port 80 (Apache WebServer) and portal 8080 (Tomcat).
- Internal IP of gateway is 192.168.2.1
- An other internal host is 192.168.2.2, this host is listening at port 
80 (IIS WebServer).

I want a user can go to http://203.162.4.1:81 to access the internal 
host 192.168.2.2 that IIS is running.
I have tried to use PREROUTING such as

/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j 
DNAT --to 192.168.2.2:80

(View my configuration iptable in attachment).

but url http://203.162.4.1:81; does not work. If I try REROUTING to 
192.168.2.1 such as:
/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j 
DNAT --to 192.168.2.1:8080

It's OK. Then, http://203.162.4.1:81 is TomCat HomePage.

What is woring? Please help me!

Thanks!


iptable
Description: application/java-applet


RE: How configure Iptable in RedHat 8.0

2003-06-11 Thread Lisa Ryan
check that the ISP doesn't have port 80 blocked. Some ISP's block ports
under 1024  you need to request to have the port opened.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Le Ngoc Thach
Sent: Wednesday, June 11, 2003 10:50 AM
To: [EMAIL PROTECTED]
Subject: How configure Iptable in RedHat 8.0


Hi,
I'm using iptables-1.2.6a-2 in RedHat 8.0 router, gateway and firewall.
I can not configure to implement the case:
Ex:
- External IP of gateway is 203.162.4.1, this host is also listening at
port 80 (Apache WebServer) and portal 8080 (Tomcat).
- Internal IP of gateway is 192.168.2.1
- An other internal host is 192.168.2.2, this host is listening at port
80 (IIS WebServer).

I want a user can go to http://203.162.4.1:81 to access the internal
host 192.168.2.2 that IIS is running.
I have tried to use PREROUTING such as

/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j
DNAT --to 192.168.2.2:80

(View my configuration iptable in attachment).

but url http://203.162.4.1:81; does not work. If I try REROUTING to
192.168.2.1 such as:
/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j
DNAT --to 192.168.2.1:8080

It's OK. Then, http://203.162.4.1:81 is TomCat HomePage.

What is woring? Please help me!

Thanks!


This E-mail and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this E-mail in error please notify us immediately 
and delete this E-mail from your system. Thank you.
It is possible for data transmitted by email to be deliberately or
accidentally corrupted or intercepted. For this reason, where the
communication is by E-mail, the Big Picture Group does not accept 
any responsibility for any breach of confidence which may arise through the use of 
this medium.
Opinions, conclusions and other information in this message that do not relate to the 
official business of Big Picture Group shall be understood as neither given nor 
endorsed by it.
This footnote also confirms that this email message has been swept for the presence of 
known computer viruses.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How configure Iptable in RedHat 8.0

2003-06-11 Thread Le Ngoc Thach
I'm sure my ISP does not blocked any ports.
A external user can go to http://203.162.4.1 to access my Apache
WebServer. If I change port of WebServer 203.162.4.1 to 81, URL
http://203.162.4.1:81; works well.
Thach!
Lisa Ryan wrote:
check that the ISP doesn't have port 80 blocked. Some ISP's block ports
under 1024  you need to request to have the port opened.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Le Ngoc Thach
Sent: Wednesday, June 11, 2003 10:50 AM
To: [EMAIL PROTECTED]
Subject: How configure Iptable in RedHat 8.0


Hi,
I'm using iptables-1.2.6a-2 in RedHat 8.0 router, gateway and firewall.
I can not configure to implement the case:
Ex:
- External IP of gateway is 203.162.4.1, this host is also listening at
port 80 (Apache WebServer) and portal 8080 (Tomcat).
- Internal IP of gateway is 192.168.2.1
- An other internal host is 192.168.2.2, this host is listening at port
80 (IIS WebServer).

I want a user can go to http://203.162.4.1:81 to access the internal
host 192.168.2.2 that IIS is running.
I have tried to use PREROUTING such as

/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j
DNAT --to 192.168.2.2:80

(View my configuration iptable in attachment).

but url http://203.162.4.1:81; does not work. If I try REROUTING to
192.168.2.1 such as:
/sbin/iptables -A PREROUTING -t nat -d 203.162.4.1 -p tcp --dport 81 -j
DNAT --to 192.168.2.1:8080

It's OK. Then, http://203.162.4.1:81 is TomCat HomePage.

What is woring? Please help me!

Thanks!


This E-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this E-mail in error please notify 
us immediately and delete this E-mail from your system. Thank you.
It is possible for data transmitted by email to be deliberately or
accidentally corrupted or intercepted. For this reason, where the
communication is by E-mail, the Big Picture Group does not accept
any responsibility for any breach of confidence which may arise 
through the use of this medium.
Opinions, conclusions and other information in this message that do 
not relate to the official business of Big Picture Group shall be 
understood as neither given nor endorsed by it.
This footnote also confirms that this email message has been swept for 
the presence of known computer viruses.









--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure failure for PHP on RH9

2003-06-11 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 10 Jun 2003 20:10:32 -0500, John Nichel wrote:

I'm trying to configure php with xpm ( --with-xpm-dir=/usr/X11R6 ), 
 and I keep getting this error
 
 configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please 
 check config.log for more information.
 
 config.log has this...
 
 configure:35198: checking for the location of libXpm
 configure:35216: result: /usr/X11R6
 
 then further down, this.
 
 configure:36062: checking for XpmFreeXpmImage in -lXpm
 configure:36093: gcc -o conftest -g -O2
-L/usr/X11R6/lib -lX11
-Wl,-rpath,/usr/local/ssl/lib -L/usr/local/ssl/lib 
 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib 
 -L/usr/kerberos/lib conftest.c -lXpm  -lpng -lz -ljpeg -lcurl -lbz2 -lz 
 -lssl -lcrypto -lresolv -lm -ldl -lnsl  -lcurl -lz -lssl -lcrypto -ldl 
 -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl 
 -lz -lz 5
 /usr/X11R6/lib/libXpm.so: undefined reference to `__ctype_b'
 /usr/X11R6/lib/libXpm.so: undefined reference to `_xstat'
 /usr/X11R6/lib/libXpm.so: undefined reference to `_fxstat'
 /usr/X11R6/lib/libXpm.so: undefined reference to `__ctype_tolower'
 collect2: ld returned 1 exit status
 configure:36096: $? = 1
 configure: failed program was:
 | #line 36069 configure
 | /* confdefs.h.  */
 
 Red Hat 9 system, PHP 4.3.2, and apache 1.3.27.  I installed the libX 
 binaries from sunsite.unc.edu ( libXpm.3.4f-ELF.tar.gz ).  Google has 
 led me to believe that this error may be caused by gcc?  Can somone shed 
 some light on this problem?

Why did you download that libXpm.3.4f-ELF.tar.gz file?
What's wrong with libXpm as included within Red Hat's packages?

XFree86-libs-4.3.0-2
  
  /usr/X11R6/lib/libXpm.so.4
  /usr/X11R6/lib/libXpm.so.4.11
  
XFree86-devel-4.3.0-2

  /usr/X11R6/lib/libXpm.a
  /usr/X11R6/lib/libXpm.so

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+5xzW0iMVcrivHFQRAjYpAJ9UN30NyCAKGZOYqyI04lVpnzFBAACdFIw4
N4zY8+FmpFMmHTp/Yorfk5o=
=Vs5H
-END PGP SIGNATURE-


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Configure failure for PHP on RH9

2003-06-11 Thread John Nichel


Michael Schwendt wrote:
Why did you download that libXpm.3.4f-ELF.tar.gz file?
What's wrong with libXpm as included within Red Hat's packages?
XFree86-libs-4.3.0-2
  
  /usr/X11R6/lib/libXpm.so.4
  /usr/X11R6/lib/libXpm.so.4.11
  
XFree86-devel-4.3.0-2

  /usr/X11R6/lib/libXpm.a
  /usr/X11R6/lib/libXpm.so
- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+5xzW0iMVcrivHFQRAjYpAJ9UN30NyCAKGZOYqyI04lVpnzFBAACdFIw4
N4zY8+FmpFMmHTp/Yorfk5o=
=Vs5H
-END PGP SIGNATURE-
Because I got the same error with the Red Hat packages.

--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


how to configure web browser to auto authenticate at proxy server

2003-05-30 Thread Randy Perkins
hello

i am using a proxy server for my internet connection.

i would like to avoid having to type in the user/password
each time that i initially open the web browser.

i am using rh9,kde,konqueror, and mozilla.

i have searched around and found that konqueror uses a file
~/.kde/share/config/kionetrc, and the format of the files is the same as
a .netrc but it has an added attribute called type.  i can not find
and information on the type values.

i am willing to use mozilla if it supports this feature.

How to i configure my web clients so that when i use a web proxy
i do not have to type in the user/password ??


thanks

randy


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Configure secondary mail server

2003-04-03 Thread santosh kumar
Hi,

Need to configure a 2nd mail server to swich instantly in case of 1st
server crashes..

Regds,
santosh
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Zoki
Sent: Wednesday, April 02, 2003 7:22 PM
To: rhlist
Subject: Re: Configure secondary mail server


Le 01/04/2003 11:05, « santosh kumar » [EMAIL PROTECTED] a
écrit :

 Hi folks,
 
 Can any one tell me how to configure secondary mail server
to

 fetch mail. Right now have a POP3 mail server which is configured with

 fetchmail so
I
 want to configure another mail server as a backup , which could be 
 helpful in case of primary mail server crash.


*** Your question is not clear. Do you want a 2nd mail server with
fetchmail or do you just need a copy of your mail boxes or do you need a
2nd server to switch to instanlty if the 1st crashes?

--
Cheers,
Zoran.

Home is where you hang your @



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



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


RE: Configure secondary mail server

2003-04-03 Thread santosh kumar
Want to configure secondary mail server to switch instantly in case of
primary mail server crashes.
The primary mail server is configured with fetch mail.
Please anyone advice any links or steps to configure secondary mail
server..

Thanks in advance..

Thanks  Regds,
santosh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Zoki
Sent: Wednesday, April 02, 2003 7:22 PM
To: rhlist
Subject: Re: Configure secondary mail server


Le 01/04/2003 11:05, « santosh kumar » [EMAIL PROTECTED] a
écrit :

 Hi folks,
 
 Can any one tell me how to configure secondary mail server
to

 fetch mail. Right now have a POP3 mail server which is configured with

 fetchmail so
I
 want to configure another mail server as a backup , which could be 
 helpful in case of primary mail server crash.


*** Your question is not clear. Do you want a 2nd mail server with
fetchmail or do you just need a copy of your mail boxes or do you need a
2nd server to switch to instanlty if the 1st crashes?

--
Cheers,
Zoran.

Home is where you hang your @



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



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


Re: Configure secondary mail server

2003-04-02 Thread Zoki
Le 01/04/2003 11:05, « santosh kumar » [EMAIL PROTECTED] a écrit :

 Hi folks,
 
 Can any one tell me how to configure secondary mail server
to

 fetch mail. Right now have a POP3 mail server which is configured with
 fetchmail so
I
 want to configure another mail server as a backup , which
 could be helpful in case of primary mail server crash.


*** Your question is not clear. Do you want a 2nd mail server with fetchmail
or do you just need a copy of your mail boxes or do you need a 2nd server to
switch to instanlty if the 1st crashes?

--
Cheers,
Zoran.

Home is where you hang your @



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


Configure secondary mail server

2003-04-01 Thread santosh kumar
Hi folks,

Can any one tell me how to configure secondary mail server for fetch
mail. Right now have a POP3 mail server which is configured with
fetchmail so want to configure another mail server as a backup , which
could be helpful in case of primary mail server crash. 
Waiting for valuable suggestions..
Thanks in advance..

Thanks  Regards,
santosh
ph : 080-5273061,5202417



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


configure amanda server

2003-03-28 Thread Jianping Zhu
i have redat 7.3 
I have insall amada and amanda-server rpms in my server, but i am not
sure where to put amanda.conf and how to change the amanda.conf in the
/example directory. Can somebody give me some suggestion and give me an
example of working amanda.conf?

Thanks



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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


Re: configure amanda server

2003-03-28 Thread Jeff Kinz
On Fri, Mar 28, 2003 at 09:12:22AM -0500, Jianping Zhu wrote:
 i have redat 7.3 
 I have insall amada and amanda-server rpms in my server, but i am not
 sure where to put amanda.conf and how to change the amanda.conf in the
 /example directory. Can somebody give me some suggestion and give me an
 example of working amanda.conf?

According to the man page for Amanda - The second paragraph under
the second section labeled Configuration all the config files
go under the directory /etc/amanda

Ahem, RTM a little please.

-- 
Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
copyright 2003.  Use is restricted. Any use is an 
acceptance of the offer at http://www.kinz.org/policy.html.



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


Re: configure amanda

2003-03-28 Thread Jianping Zhu
Thanks for respose.

I have redhat7.3 box r1 r2 r3.
r1 has amanda amanda-server amanda-client and tape
r2 has amanda amanda-client
r3 has amanda amanda-client

now i want backup /home directies of all there boxes to tape.
I have not idea where to start.
can anybody give me sone hints.

and also r1 is a dell poweredge 4600, the tape is fuji 150M 20/40GB 4mm
Data tape, in the amanda.conf where tape type should i choose or how to
define this tape?

On Fri, 28 Mar 2003, Jeff Kinz wrote:

 On Fri, Mar 28, 2003 at 09:12:22AM -0500, Jianping Zhu wrote:
  i have redat 7.3 
  I have insall amada and amanda-server rpms in my server, but i am not
  sure where to put amanda.conf and how to change the amanda.conf in the
  /example directory. Can somebody give me some suggestion and give me an
  example of working amanda.conf?
 
 According to the man page for Amanda - The second paragraph under
 the second section labeled Configuration all the config files
 go under the directory /etc/amanda
 
 Ahem, RTM a little please.
 
 -- 
 Jeff Kinz, Open-PC, Emergent Research,  Hudson, MA.  [EMAIL PROTECTED]
 copyright 2003.  Use is restricted. Any use is an 
 acceptance of the offer at http://www.kinz.org/policy.html.
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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


Re: configure amanda

2003-03-28 Thread Matthew Saltzman
On Fri, 28 Mar 2003, Jianping Zhu wrote:

 Thanks for respose.

 I have redhat7.3 box r1 r2 r3.
 r1 has amanda amanda-server amanda-client and tape
 r2 has amanda amanda-client
 r3 has amanda amanda-client

 now i want backup /home directies of all there boxes to tape.
 I have not idea where to start.
 can anybody give me sone hints.

Start at www.amanda.org.  At the bottom of the page are some links,
including one to an online version of a book chapter on Amanda.  Start
there (and persevere!).

 and also r1 is a dell poweredge 4600, the tape is fuji 150M 20/40GB 4mm
 Data tape, in the amanda.conf where tape type should i choose or how to
 define this tape?

Check the tapetype list link at www.amanda.org or run the tapetype program
to generate your own tapetype entry.

-- 
Matthew Saltzman

Clemson University Math Sciences
[EMAIL PROTECTED]
http://www.math.clemson.edu/~mjs



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


Correct way to configure RedHat Linux to support different hardwareprofiles for laptop docking station

2003-03-20 Thread Ben Russo
When my laptop is in the docking station it has an External Monitor, a 
USB optical mouse,
and an extra NIC that should be used.
When it is not in the docking station it has the onboard touchpad (PS/2) 
mouse, an LCD display and
uses the onboard NIC?

In the past I have hacked together my own rc.sysinit script to check the 
lspci for the prescense of the
docking station NIC and if it is found then it swaps XF86Config, 
sysconfig/mouse and ifcfg-eth? files
around, and if the docking station NIC is not found then it swaps those 
files the other way around.

Does RedHat have a standard way of configuring a system to recognize 
at boottime whether
a laptop is docked or not and thereby change the X Display config, the 
mouse, and the Network interfaces?
Or is it considered normal to just hack your sysinit script for that?

Also, is there a way to tell Kudzu to ignore certain hardware config 
changes that occur all the time
with a laptop like this?

Thanks in advance,
-Ben.


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


RE: Correct way to configure RedHat Linux to support different hardware profiles for laptop docking station

2003-03-20 Thread Robert Adkins II
About the first part...

I am unsure of any Red Hat developed boot profiles. I believe I
saw something in Mandrake-Linux for that. However, I have heard of a few
products/Projects that were working towards such a thing. I would check
www.google.com/linux for something about that.

As for the second... 

Disable Kudzu. You shouldn't need it running all the time,
unless you actually need it to locate a new piece of hardware that you
will be installing or adding to a computer or laptop.

Regards,
Robert Adkins II
IT Manager/Buyer
Impel Industries, Inc.
586-254-5800


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Ben Russo
Sent: Thursday, March 20, 2003 1:52 PM
To: [EMAIL PROTECTED]
Subject: Correct way to configure RedHat Linux to support different
hardware profiles for laptop docking station

When my laptop is in the docking station it has an External Monitor, a 
USB optical mouse,
and an extra NIC that should be used.
When it is not in the docking station it has the onboard touchpad (PS/2)

mouse, an LCD display and
uses the onboard NIC?

In the past I have hacked together my own rc.sysinit script to check the

lspci for the prescense of the
docking station NIC and if it is found then it swaps XF86Config, 
sysconfig/mouse and ifcfg-eth? files
around, and if the docking station NIC is not found then it swaps those 
files the other way around.

Does RedHat have a standard way of configuring a system to recognize 
at boottime whether
a laptop is docked or not and thereby change the X Display config, the 
mouse, and the Network interfaces?
Or is it considered normal to just hack your sysinit script for that?

Also, is there a way to tell Kudzu to ignore certain hardware config 
changes that occur all the time
with a laptop like this?

Thanks in advance,
-Ben.




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




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


Re: Linuxconf no longer exists with RedHat 8.0 ... How do I easily configure sendmail/postfix ?

2003-03-09 Thread Brad Alpert
 Hello,

   I recently purchased RedHat 8.0 and I noticed that there is no
 linuxconf anymore.

   How do I configure sendmail or postfix so that I can specify
 virtual domains, aliases, config options, spam protection, mail
 forwarding, ... as it used to be with RedHat 5 or 6 running
 vmlinuz-2.2.5-15.

   I dont want to go through those horrible configuration files of
 sendmail.

   Linuxconf used to do the dirty job for you.

   Are they alternatives to linuxconf with this new RedHat version
 ?

   Thanks for your help.

   F

Download webmin from www.webmin.com and don't look back :-)

Brad





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


Linuxconf no longer exists with RedHat 8.0 ... How do I easily configure sendmail/postfix ?

2003-03-09 Thread f



Hello,

  
  
  I recently purchased RedHat 8.0 and I noticed that there 
  is no linuxconf anymore.
  
  How do I configure sendmail or postfix so that I can 
  specify virtual domains, aliases, config options, spam protection, mail 
  forwarding, ...as it used to be with RedHat 5 or 6running 
  vmlinuz-2.2.5-15.
  
  I dont want to go through those horrible configuration 
  files of sendmail.
  
  Linuxconf used to do the dirty job for you.
  
  Are they alternatives to linuxconf with this new RedHat 
  version ?
  
  Thanks for your help.
  
  F


How to configure Voice Chat with iptables

2003-03-06 Thread Prashant Kulkarni



Hi Friends,

I am using linux 8 as firewall(iptables) 
masquerade, every thing works well except Voice Chat. 
My clients behind the firewall are not able to do 
voice chat.

Kindly provide the solution at the 
earliest.

Thanks  Regards,

Prashant.




How to configure Voice Chat with iptables

2003-03-06 Thread Prashant Kulkarni
Hi Friends,

I am using linux 8 as firewall(iptables) masquerade, every thing works well
except Voice Chat.
My clients behind the firewall are not able to do voice chat.

Kindly provide the solution at the earliest.

Thanks  Regards,

Prashant.




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


Re: How to configure Voice Chat with iptables

2003-03-06 Thread William Warren
On Thu, Mar 06, 2003 at 05:07:06PM +0530, Prashant Kulkarni wrote: 
Hi Friends, 
 

 I am using linux 8 as firewall(iptables) masquerade, 
 every thing works well except Voice Chat.

 My clients behind the firewall are not able to do voice chat.  

  Kindly provide the solution at the earliest.  

iptables -I FORWARD -i ethn -p tcp --syn -j LOG

This will log all SYN packets coming in from ethn, where n is 
the number for your internal network, e.g. eth1.

HTH.

Bill



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


How to configure the partition manually during setup partition RH i wish to do it manually?

2003-02-19 Thread Alex Chooi
how to configure with the minimum requirements for all the partittion need
for RH system?
Mind anyone tell me how much space for each partition?



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



Re: How to configure the partition manually during setup partitionRH i wish to do it manually?

2003-02-19 Thread Chinmay Nadkarni


It really depends on what you're looking to do, and how much disk space 
you have in all.

Here are some things I have on my system ...

1) Made /usr big enough since I like to install and try all sorts of 
softwares.  I have about 25GB in all of which I /usr is 10GB.
2) Created a seperate partition for downloads (/download) which is about 
5 GB). Makes it more than enough to download ISO images and all.
3) Make swap size about twice as big as your memory ~1GB for 500MB memory.
4) I have created a /home partition, which I have not made very big 
since I dont have too many users (this is a home network). Mine's about 
 4GB.
5) Finally I have the root partition, which claims the rest of the disk 
space ~5GB.

I didnt bother creating any more partitions, but I'm sure you'll find 
people who will create seperate partitions for /var, /proc, etc.

Different people will do things differently, but this ia what I've been 
using for the last couple of years.

Hope this helps.
 - Chinmay.

[EMAIL PROTECTED] wrote:
how to configure with the minimum requirements for all the partittion need
for RH system?
Mind anyone tell me how much space for each partition?








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



Re: How to configure the partition manually during setup partitionRH i wish to do it manually?

2003-02-19 Thread J M Craig/Alpha-G
I found some guidance on that in the Install Guide--rather rough 
suggestions, but I basically followed them for the basic stuff (/, swap, 
c.). They give you different numbers depending upon what type of use 
you have in mind for the box. The only thing I wish I'd done was 
provided about twice as much swap space Ah, well.



[EMAIL PROTECTED] wrote:

how to configure with the minimum requirements for all the partittion need
for RH system?
Mind anyone tell me how much space for each partition?



 





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



How to configure the partition manually during setup RH?

2003-02-18 Thread Alex Chooi
Any idea? i want more control on the hard disk space rather than let system
to define...

Best Regards,
alex..



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



Re: How to configure the partition manually during setup RH?

2003-02-18 Thread Ed . Greshko
On Wed, 19 Feb 2003, Alex Chooi wrote:

 Any idea? i want more control on the hard disk space rather than let system
 to define...

??

During the install process you are asked if you want the install process
to do it automagically or if you want to do it yourself (using disk
durid?).

Did you miss that question?


-- 
http://www.shorewall.net/  for all your firewall needs



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



Re: How to configure the partition manually during setup RH?

2003-02-18 Thread Ramesh .T.S
use manual partition or DISK DRUID for easier management.
- Original Message -
From: Alex Chooi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 12:06 PM
Subject: How to configure the partition manually during setup RH?


 Any idea? i want more control on the hard disk space rather than let
system
 to define...

 Best Regards,
 alex..



 --
 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: How to configure the partition manually during setup RH?

2003-02-18 Thread santosh kumar
Hi,

I think u can manually edit or delete the partitions by fdisk command..

Regds,
santosh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Ramesh .T.S
Sent: Wednesday, February 19, 2003 12:53 PM
To: [EMAIL PROTECTED]
Subject: Re: How to configure the partition manually during setup RH?


use manual partition or DISK DRUID for easier management.
- Original Message -
From: Alex Chooi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 12:06 PM
Subject: How to configure the partition manually during setup RH?


 Any idea? i want more control on the hard disk space rather than let
system
 to define...

 Best Regards,
 alex..



 --
 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



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



Re: newbie RE: BIND ./configure

2003-01-14 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 13 Jan 2003 09:41:33 -0700, Craig Cameron wrote:

 Ok, I've got 9.2.1 installed, but I still don't know how compile BIND.
  The instructions say to execute the following command:
 
 ./configure  make
 
 What directory should I be in to execute this command.  I cannot find
 a configure script or this make file.

While going through my redhat-list folder I've seen this message
more than once. Unfortunately, all your replies were made with
Internet Mail Service (5.5.2650.10) and don't maintain the mail
headers necessary for threading. That makes it difficult to find
the earlier messages.

Anyway, some questions:

 Ok, I've got 9.2.1 installed,

What does that mean? Did you install RPM packages? Or what?

 but I still don't know how compile BIND.

So, you don't want to use the installed version? You want to compile
it yourself? Consider posting a detailed example of how your
attempts look on the command-line level, e.g. in an xterm session:

  $ pwd
  /home/ms
  $ tar xfz foo-1.0.tgz
  $ cd foo-1.0

And so on. Show with the ls -la command that you have the source
tar archive, how you extract it, how you go into its top-level
directory, and so on. Please post details.

Else it doesn't get clear what you've been trying to achieve
so far.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+I/+Z0iMVcrivHFQRAsjeAJ9JOEYkPTE+ddlD0/9iDF3T8MY11QCfX5r4
OUhU/51HBz9ybHgT0zUG274=
=0yzI
-END PGP SIGNATURE-



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



RE: newbie RE: BIND ./configure

2003-01-13 Thread Matt Rowley
If you installed the rpm, you don't need to compile.
If the output of `rpm -q bind` shows that you have it installed, you're 
done.  Configure and run.  Skip the docs telling you how to compile.

--Matt



--On Monday, January 13, 2003 10:39 AM -0700 Craig Cameron 
[EMAIL PROTECTED] wrote:

Ok, I've got 9.2.1 installed, but I still don't know how compile BIND.
The instructions say to execute the following command:

./configure  make

What directory should I be in to execute this command.  I cannot find a
configure script or this make file.

Thanks.

-Original Message-
From: Mike Burger [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 8:23 AM
To: '[EMAIL PROTECTED]'
Subject: Re: newbie RE: BIND  ./configure


Ok...let's take this a step at a time.

You noted to someone else that you installed the DNS option when you
installed your Linux setup.

Do this:  rpm -q bind

On Thu, 9 Jan 2003, Craig Cameron wrote:


Please be patient, as I am new to Linux.

Ok, I downloaded BIND 9.2.1, but when I try to install the rpm with the
following command:

rpm -ivh bind-9.2.1-1.7x.2.i386.rpm

It says it needs the following dependencies:
libdns.so.5
libisc.so.4

I looked both on the install cd's and the Redhat FTP site, but I fail to

see

which RPM to use to find these packages.

DO I have to download the source RPM?

Thanks in advance.

-Original Message-
From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 12:11 PM
To: [EMAIL PROTECTED]
Subject: Re: BIND  ./configure


On Thu, Jan 09, 2003 at 11:52:59AM -0700, Craig Cameron wrote:
 When I installed Linux, I chose to install networking and DNS  BIND.


So you are planning on using BIND that came installed with Red
Hat, correct?

You may want to head to http://www.redhat.com and look at the
documentation on configuring BIND.  The docs are pretty good and
should get you going.

If you are still having issues you may want to provide the list
with more specific questions and informatino as to exactly what
you are trying to accomplish.  It will help us answer your
questions in a much more efficient manner.

/jft






--
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



--
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






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



RE: newbie RE: BIND ./configure

2003-01-13 Thread Cowles, Steve
 -Original Message-
 From: Craig Cameron
 Sent: Monday, January 13, 2003 11:40 AM
 Subject: RE: newbie RE: BIND  ./configure
 
 
 Ok, I've got 9.2.1 installed, but I still don't know how 
 compile BIND.  The instructions say to execute the following command:
 
 ./configure  make
 
 What directory should I be in to execute this command.  I 
 cannot find a configure script or this make file.

If you installed the binaries from an RPM... you should not have to compile
anything. Just configure bind and start the daemon.

Steve Cowles



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



RE: newbie RE: BIND ./configure

2003-01-13 Thread Craig Cameron
Ok, I've got 9.2.1 installed, but I still don't know how compile BIND.  The
instructions say to execute the following command:

./configure  make

What directory should I be in to execute this command.  I cannot find a
configure script or this make file.

Thanks.

-Original Message-
From: Mike Burger [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 8:23 AM
To: '[EMAIL PROTECTED]'
Subject: Re: newbie RE: BIND  ./configure


Ok...let's take this a step at a time.

You noted to someone else that you installed the DNS option when you 
installed your Linux setup.

Do this:  rpm -q bind

On Thu, 9 Jan 2003, Craig Cameron wrote:

 Please be patient, as I am new to Linux.
 
 Ok, I downloaded BIND 9.2.1, but when I try to install the rpm with the
 following command:
 
 rpm -ivh bind-9.2.1-1.7x.2.i386.rpm
 
 It says it needs the following dependencies:
 libdns.so.5
 libisc.so.4
 
 I looked both on the install cd's and the Redhat FTP site, but I fail to
see
 which RPM to use to find these packages.
 
 DO I have to download the source RPM?
 
 Thanks in advance.
 
 -Original Message-
 From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 12:11 PM
 To: [EMAIL PROTECTED]
 Subject: Re: BIND  ./configure
 
 
 On Thu, Jan 09, 2003 at 11:52:59AM -0700, Craig Cameron wrote:
  When I installed Linux, I chose to install networking and DNS  BIND.
  
 
 So you are planning on using BIND that came installed with Red
 Hat, correct?
 
 You may want to head to http://www.redhat.com and look at the
 documentation on configuring BIND.  The docs are pretty good and
 should get you going.
 
 If you are still having issues you may want to provide the list
 with more specific questions and informatino as to exactly what
 you are trying to accomplish.  It will help us answer your
 questions in a much more efficient manner.
 
 /jft
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
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: newbie RE: BIND ./configure

2003-01-13 Thread Craig Cameron
Ok, I've got 9.2.1 installed, but I still don't know how compile BIND.  The
instructions say to execute the following command:

./configure  make

What directory should I be in to execute this command.  I cannot find a
configure script or this make file.

Thanks.

-Original Message-
From: Mike Burger [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 8:23 AM
To: '[EMAIL PROTECTED]'
Subject: Re: newbie RE: BIND  ./configure


Ok...let's take this a step at a time.

You noted to someone else that you installed the DNS option when you 
installed your Linux setup.

Do this:  rpm -q bind

On Thu, 9 Jan 2003, Craig Cameron wrote:

 Please be patient, as I am new to Linux.
 
 Ok, I downloaded BIND 9.2.1, but when I try to install the rpm with the
 following command:
 
 rpm -ivh bind-9.2.1-1.7x.2.i386.rpm
 
 It says it needs the following dependencies:
 libdns.so.5
 libisc.so.4
 
 I looked both on the install cd's and the Redhat FTP site, but I fail to
see
 which RPM to use to find these packages.
 
 DO I have to download the source RPM?
 
 Thanks in advance.
 
 -Original Message-
 From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 12:11 PM
 To: [EMAIL PROTECTED]
 Subject: Re: BIND  ./configure
 
 
 On Thu, Jan 09, 2003 at 11:52:59AM -0700, Craig Cameron wrote:
  When I installed Linux, I chose to install networking and DNS  BIND.
  
 
 So you are planning on using BIND that came installed with Red
 Hat, correct?
 
 You may want to head to http://www.redhat.com and look at the
 documentation on configuring BIND.  The docs are pretty good and
 should get you going.
 
 If you are still having issues you may want to provide the list
 with more specific questions and informatino as to exactly what
 you are trying to accomplish.  It will help us answer your
 questions in a much more efficient manner.
 
 /jft
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
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: BIND ./configure

2003-01-10 Thread Mike Burger
No, actually, you wouldn't.  ./configure is used to create a system 
profile, used for compiling, usually to create the Makefile.

The precompiled binary, which  is also a more recent version that you're 
trying to use (RH's 9.2.1 vs your 9.1.3), would already be compiled and 
ready to run.

On Thu, 9 Jan 2003, Craig Cameron wrote:

 I'd probably have the same problem.
 
 Does anybody know what directory the BIND software is in?
 
 Thanks.
 
 -Original Message-
 From: Mike Burger [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 11:09 AM
 To: 'RedHat listserv (E-mail)'
 Subject: Re: BIND  ./configure
 
 
 Rather than compile 9.1.3, would it not be simpler to download and install 
 9.2.1?
 
 On Thu, 9 Jan 2003, Craig Cameron wrote:
 
  Hi, all
  
  I'm trying to compile my brand new bind 9.1.3.  The instructions and the
  O'Reilly book and the Linux Documentation project says to simply type
  ./configure, but it doesn't work.  I tried installing the
 bind-utils.rpm(not
  exactly name), but no luck.  I tried to install the bindconf.rpm(again not
  exact spelling), but it requires some other rpm's that I can't find on
  either of the 2 cd's.
  
  If somebody could point me in the direction of getting ./configure to
 work,
  it would be greatly appreciated.
  
  Thanks in advance.
  
  Craig Cameron
  Network Specialist, IT Services
  Edmonton Public Library
  7 Sir Winston Churchill Square
  Edmonton, AB
  T5J 2V4
  
  Ph: 780-496-8491
  Fax: 780-496-1885
  mailto:[EMAIL PROTECTED]
  
  
  
  
  
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



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



Re: newbie RE: BIND ./configure

2003-01-10 Thread Mike Burger
Ok...let's take this a step at a time.

You noted to someone else that you installed the DNS option when you 
installed your Linux setup.

Do this:  rpm -q bind

On Thu, 9 Jan 2003, Craig Cameron wrote:

 Please be patient, as I am new to Linux.
 
 Ok, I downloaded BIND 9.2.1, but when I try to install the rpm with the
 following command:
 
 rpm -ivh bind-9.2.1-1.7x.2.i386.rpm
 
 It says it needs the following dependencies:
 libdns.so.5
 libisc.so.4
 
 I looked both on the install cd's and the Redhat FTP site, but I fail to see
 which RPM to use to find these packages.
 
 DO I have to download the source RPM?
 
 Thanks in advance.
 
 -Original Message-
 From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 09, 2003 12:11 PM
 To: [EMAIL PROTECTED]
 Subject: Re: BIND  ./configure
 
 
 On Thu, Jan 09, 2003 at 11:52:59AM -0700, Craig Cameron wrote:
  When I installed Linux, I chose to install networking and DNS  BIND.
  
 
 So you are planning on using BIND that came installed with Red
 Hat, correct?
 
 You may want to head to http://www.redhat.com and look at the
 documentation on configuring BIND.  The docs are pretty good and
 should get you going.
 
 If you are still having issues you may want to provide the list
 with more specific questions and informatino as to exactly what
 you are trying to accomplish.  It will help us answer your
 questions in a much more efficient manner.
 
 /jft
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



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



BIND ./configure

2003-01-09 Thread Craig Cameron
Hi, all

I'm trying to compile my brand new bind 9.1.3.  The instructions and the
O'Reilly book and the Linux Documentation project says to simply type
./configure, but it doesn't work.  I tried installing the bind-utils.rpm(not
exactly name), but no luck.  I tried to install the bindconf.rpm(again not
exact spelling), but it requires some other rpm's that I can't find on
either of the 2 cd's.

If somebody could point me in the direction of getting ./configure to  work,
it would be greatly appreciated.

Thanks in advance.

Craig Cameron
Network Specialist, IT Services
Edmonton Public Library
7 Sir Winston Churchill Square
Edmonton, AB
T5J 2V4

Ph: 780-496-8491
Fax: 780-496-1885
mailto:[EMAIL PROTECTED]




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



Re: BIND ./configure

2003-01-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 9 Jan 2003 09:17:32 -0700, Craig Cameron wrote:

 I'm trying to compile my brand new bind 9.1.3.  The instructions and
 the O'Reilly book and the Linux Documentation project says to simply
 type./configure, but it doesn't work. 

What doesn't work exactly? What error did you get? When posting to
mailing-lists, provide as much info as possible.

 I tried installing the
 bind-utils.rpm(not exactly name), but no luck.

Type error? The binutils package would be required.

 I tried to install the
 bindconf.rpm(again not exact spelling), but it requires some other
 rpm's that I can't find on either of the 2 cd's.

Every dependency is solved by some package on the CDs.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+HaYE0iMVcrivHFQRAiTRAJ9f+xwKiWgbkCIq/DpTcAiXj/ZyAwCggwJ9
AX6bW39ia/YO+/2TQW+14RU=
=MxnI
-END PGP SIGNATURE-



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



Re: BIND ./configure

2003-01-09 Thread Jeffrey Tadlock
On Thu, Jan 09, 2003 at 09:17:32AM -0700, Craig Cameron wrote:
 Hi, all
 
 I'm trying to compile my brand new bind 9.1.3.  The instructions and the
 O'Reilly book and the Linux Documentation project says to simply type
 ./configure, but it doesn't work.

 If somebody could point me in the direction of getting ./configure to  work,
 it would be greatly appreciated.

When you run ./configure what happens?  Do you receive an error
message?  Are you running it from the directory that you
un-tarred the tarball to?

More details to any error messages you are seeing or more details
as to what exact steps you are taking will help people answer
with more accurate responses.

/jft



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



RE: BIND ./configure

2003-01-09 Thread Craig Cameron
IT just says no such file or directory.  I installed the BIND software with
the installation of RedHat itself.

Correct me if I'm wrong, but doesn't the  ./ look for your command in the
root directory?

-Original Message-
From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 9:42 AM
To: [EMAIL PROTECTED]
Subject: Re: BIND  ./configure


On Thu, Jan 09, 2003 at 09:17:32AM -0700, Craig Cameron wrote:
 Hi, all
 
 I'm trying to compile my brand new bind 9.1.3.  The instructions and the
 O'Reilly book and the Linux Documentation project says to simply type
 ./configure, but it doesn't work.

 If somebody could point me in the direction of getting ./configure to
work,
 it would be greatly appreciated.

When you run ./configure what happens?  Do you receive an error
message?  Are you running it from the directory that you
un-tarred the tarball to?

More details to any error messages you are seeing or more details
as to what exact steps you are taking will help people answer
with more accurate responses.

/jft



-- 
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: BIND ./configure

2003-01-09 Thread Mike Burger
Rather than compile 9.1.3, would it not be simpler to download and install 
9.2.1?

On Thu, 9 Jan 2003, Craig Cameron wrote:

 Hi, all
 
 I'm trying to compile my brand new bind 9.1.3.  The instructions and the
 O'Reilly book and the Linux Documentation project says to simply type
 ./configure, but it doesn't work.  I tried installing the bind-utils.rpm(not
 exactly name), but no luck.  I tried to install the bindconf.rpm(again not
 exact spelling), but it requires some other rpm's that I can't find on
 either of the 2 cd's.
 
 If somebody could point me in the direction of getting ./configure to  work,
 it would be greatly appreciated.
 
 Thanks in advance.
 
 Craig Cameron
 Network Specialist, IT Services
 Edmonton Public Library
 7 Sir Winston Churchill Square
 Edmonton, AB
 T5J 2V4
 
 Ph: 780-496-8491
 Fax: 780-496-1885
 mailto:[EMAIL PROTECTED]
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



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



RE: BIND ./configure

2003-01-09 Thread Craig Cameron
I'd probably have the same problem.

Does anybody know what directory the BIND software is in?

Thanks.

-Original Message-
From: Mike Burger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 11:09 AM
To: 'RedHat listserv (E-mail)'
Subject: Re: BIND  ./configure


Rather than compile 9.1.3, would it not be simpler to download and install 
9.2.1?

On Thu, 9 Jan 2003, Craig Cameron wrote:

 Hi, all
 
 I'm trying to compile my brand new bind 9.1.3.  The instructions and the
 O'Reilly book and the Linux Documentation project says to simply type
 ./configure, but it doesn't work.  I tried installing the
bind-utils.rpm(not
 exactly name), but no luck.  I tried to install the bindconf.rpm(again not
 exact spelling), but it requires some other rpm's that I can't find on
 either of the 2 cd's.
 
 If somebody could point me in the direction of getting ./configure to
work,
 it would be greatly appreciated.
 
 Thanks in advance.
 
 Craig Cameron
 Network Specialist, IT Services
 Edmonton Public Library
 7 Sir Winston Churchill Square
 Edmonton, AB
 T5J 2V4
 
 Ph: 780-496-8491
 Fax: 780-496-1885
 mailto:[EMAIL PROTECTED]
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
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: BIND ./configure

2003-01-09 Thread Jeffrey Tadlock
On Thu, Jan 09, 2003 at 10:53:13AM -0700, Craig Cameron wrote:
 IT just says no such file or directory.  I installed the BIND software with
 the installation of RedHat itself.

I am a little confused.  Did you download the source code to
compile on your own or did you download an RPM to install BIND
with?

Is there a reason why you do not want to use the BIND installed
with your original Red Hat installation?  You could use up2date
or visit the Red Hat Network to be sure you have the most recent
version.

 
 Correct me if I'm wrong, but doesn't the  ./ look for your command in the
 root directory?

./ means to look in your current working directory for the
command.  

/jft



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



RE: BIND ./configure

2003-01-09 Thread Craig Cameron
When I installed Linux, I chose to install networking and DNS  BIND.

Thanks.

-Original Message-
From: Jeffrey Tadlock [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 11:38 AM
To: [EMAIL PROTECTED]
Subject: Re: BIND  ./configure


On Thu, Jan 09, 2003 at 10:53:13AM -0700, Craig Cameron wrote:
 IT just says no such file or directory.  I installed the BIND software
with
 the installation of RedHat itself.

I am a little confused.  Did you download the source code to
compile on your own or did you download an RPM to install BIND
with?

Is there a reason why you do not want to use the BIND installed
with your original Red Hat installation?  You could use up2date
or visit the Red Hat Network to be sure you have the most recent
version.

 
 Correct me if I'm wrong, but doesn't the  ./ look for your command in the
 root directory?

./ means to look in your current working directory for the
command.  

/jft



-- 
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: BIND ./configure

2003-01-09 Thread Jeffrey Tadlock
On Thu, Jan 09, 2003 at 11:52:59AM -0700, Craig Cameron wrote:
 When I installed Linux, I chose to install networking and DNS  BIND.
 

So you are planning on using BIND that came installed with Red
Hat, correct?

You may want to head to http://www.redhat.com and look at the
documentation on configuring BIND.  The docs are pretty good and
should get you going.

If you are still having issues you may want to provide the list
with more specific questions and informatino as to exactly what
you are trying to accomplish.  It will help us answer your
questions in a much more efficient manner.

/jft



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



  1   2   3   4   >