RHEL

Started by Darryl W. DeLao Jrover 22 years ago30 messagesgeneral
Jump to latest
#1Darryl W. DeLao Jr
ddelao@oucpm.org

Im currently on red hat 7.3 running postgres. Everything is running fine.
Obviously, Im going to have to upgrade to RHEL 3 in order to receive
updates, etc. Does anyone know of any problems with postgres running on
RHEL 2.1 or RHEL 3?

Thanks,

Darryl

#2Richard Huxton
dev@archonet.com
In reply to: Darryl W. DeLao Jr (#1)
Re: RHEL

On Tuesday 11 November 2003 14:56, Darryl W. DeLao Jr wrote:

Im currently on red hat 7.3 running postgres. Everything is running fine.
Obviously, Im going to have to upgrade to RHEL 3 in order to receive
updates, etc. Does anyone know of any problems with postgres running on
RHEL 2.1 or RHEL 3?

Since RedHat repackage and sell PG along with some visual tools, and they
employ one of the core developers, I would be very surprised if there were
issues.

--
Richard Huxton
Archonet Ltd

#3Joshua D. Drake
jd@commandprompt.com
In reply to: Darryl W. DeLao Jr (#1)
Re: RHEL

Darryl W. DeLao Jr wrote:

-->

Im currently on red hat 7.3 running postgres. Everything is running
fine. Obviously, Im going to have to upgrade to RHEL 3 in order to
receive updates, etc. Does anyone know of any problems with postgres
running on RHEL 2.1 or RHEL 3?

Hello,

It will work fine. However, if you do not wish to ride the license
bandwagon of RedHat there are a couple of things to remember:

1. All updates for RHEL are made avaialable for free as src rpm's. If
you understand rpm-build (or can) it is very easy to keep
your box updated.

2. Fedora will maintain updates as well... and the above applies to
Fedora as well.

It really just depends on your needs.

Sincerely,

Joshua Drake

Thanks,

Darryl

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 
#4Darryl W. DeLao Jr
ddelao@oucpm.org
In reply to: Joshua D. Drake (#3)
Re: RHEL

I have not been able to find a way to get RHEL without paying for it. RHN
doesn't have the iso's for public download. Do you know of a way to get the
iso's?

Thanks,
Darryl

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Joshua D. Drake
Sent: Tuesday, November 11, 2003 10:36 AM
To: ddelao@oucpm.org
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] RHEL

Darryl W. DeLao Jr wrote:

-->

Im currently on red hat 7.3 running postgres. Everything is running
fine. Obviously, Im going to have to upgrade to RHEL 3 in order to
receive updates, etc. Does anyone know of any problems with postgres
running on RHEL 2.1 or RHEL 3?

Hello,

It will work fine. However, if you do not wish to ride the license
bandwagon of RedHat there are a couple of things to remember:

1. All updates for RHEL are made avaialable for free as src rpm's. If
you understand rpm-build (or can) it is very easy to keep
your box updated.

2. Fedora will maintain updates as well... and the above applies to
Fedora as well.

It really just depends on your needs.

Sincerely,

Joshua Drake

Thanks,

Darryl

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#5Adam Haberlach
adam@newsnipple.com
In reply to: Darryl W. DeLao Jr (#1)
Re: RHEL

On Tue, Nov 11, 2003 at 08:56:29AM -0600, Darryl W. DeLao Jr wrote:

Im currently on red hat 7.3 running postgres. Everything is running fine.
Obviously, Im going to have to upgrade to RHEL 3 in order to receive
updates, etc. Does anyone know of any problems with postgres running on
RHEL 2.1 or RHEL 3?

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES (I'm not sure
if it is in Advanced Server). They have the clients and dev libs,
but I don't see any hint of a server.

(If I'm wrong, I'd love to be corrected)

On that note, does anyone have suggestions for which version of
the server I should run? I see that there are seperate binary RPMS
for different Linux versions, but nothing for version 3 -- should I
spend some time doing a full install, building, and contributing
one, or is this not necessary?

--
Adam Haberlach | "We spent the 90's all trying to figure out
adam@mediariffic.com | how to get email and the 00's trying to
http://mediariffic.com | figure out how to not get email."
| -- Joe Gross

#6Rich Shepard
rshepard@appl-ecosys.com
In reply to: Adam Haberlach (#5)
Re: RHEL

On Tue, 11 Nov 2003, Adam Haberlach wrote:

On that note, does anyone have suggestions for which version of the
server I should run? I see that there are seperate binary RPMS for
different Linux versions, but nothing for version 3 -- should I spend some
time doing a full install, building, and contributing one, or is this not
necessary?

Adam,

While I still have a couple of Red Hat 7.3 boxes, I'm migrating to
Slackware. I have found that I have much better results by building
PostgreSQL from source than installing from rpms. It doesn't take much time
and it has always worked for me, faster and with less hassle than trying to
upgrade via the packages.

That said, I also use checkinstall (rather than 'make install') and build
the package (your choice of Slackware, Red Hat or Debian) from the source
tarball. Consider trying that.

Rich

Dr. Richard B. Shepard, President

Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
+ 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
http://www.appl-ecosys.com/

#7Adam Haberlach
adam@newsnipple.com
In reply to: Rich Shepard (#6)
Re: RHEL

On Tue, Nov 11, 2003 at 04:03:44PM -0800, Rich Shepard wrote:

On Tue, 11 Nov 2003, Adam Haberlach wrote:

On that note, does anyone have suggestions for which version of the
server I should run? I see that there are seperate binary RPMS for
different Linux versions, but nothing for version 3 -- should I spend some
time doing a full install, building, and contributing one, or is this not
necessary?

Adam,

While I still have a couple of Red Hat 7.3 boxes, I'm migrating to
Slackware. I have found that I have much better results by building
PostgreSQL from source than installing from rpms. It doesn't take much time
and it has always worked for me, faster and with less hassle than trying to
upgrade via the packages.

Well, we've got 50 or so customer boxes that we need to upgrade, so we
need the package management. I used to build my own from source, too,
and still do on my Solaris box, but I like being able to add and remove
things reliable. But to each their own.

--
Adam Haberlach | "We spent the 90's all trying to figure out
adam@mediariffic.com | how to get email and the 00's trying to
http://mediariffic.com | figure out how to not get email."
| -- Joe Gross

#8Joshua D. Drake
jd@commandprompt.com
In reply to: Adam Haberlach (#7)
Re: RHEL

Well, we've got 50 or so customer boxes that we need to upgrade, so we
need the package management. I used to build my own from source, too,
and still do on my Solaris box, but I like being able to add and remove
things reliable. But to each their own.

apt and fedora.

'

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org
#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Adam Haberlach (#5)
Re: RHEL

Adam Haberlach <adam@newsnipple.com> writes:

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES

Feel free to let Red Hat know that you're unhappy about this.

(Not totally unbiased here ... I'm getting *very* tired about RH's
internal indecision about their extent of commitment to Postgres.
I think frequent whacks-upside-the-head from paying customers may
be the only way to get upper management to sit up and take notice.)

regards, tom lane

#10Guy Fraser
guy@incentre.net
In reply to: Tom Lane (#9)
Re: RHEL

Thanx for the update.

I almost bought RHEL WS on RH's advice, claiming that bind, dhcp and
wine were
the only packages I needed to build myself.

I downloaded and installed fedora on yesterday, and it has PG 7.3.4
server, and everything
else I need except wine. I will investigate what will be required for me
to provide wine for
fedora. I need it for my workstations at home and at work, so I can run
FileMaker Pro.

I have heard a lot of good things about gentoo, but have not checked it
out yet. At work
we have moved all our servers to FreeBSD, I am testing FreeBSD 4.9 now,
and it has
7.3.4 in the ports now as well.

PgAdmin III is now in the ports tree on FreeBSD as well, I have just
built and installed
it.

Good luck with RH

Tom Lane wrote:

Show quoted text

Adam Haberlach <adam@newsnipple.com> writes:

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES

Feel free to let Red Hat know that you're unhappy about this.

(Not totally unbiased here ... I'm getting *very* tired about RH's
internal indecision about their extent of commitment to Postgres.
I think frequent whacks-upside-the-head from paying customers may
be the only way to get upper management to sit up and take notice.)

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#11Paul Thomas
paul@tmsl.demon.co.uk
In reply to: Guy Fraser (#10)
Re: RHEL

On 12/11/2003 18:13 Guy Fraser wrote:

Thanx for the update.

I almost bought RHEL WS on RH's advice, claiming that bind, dhcp and
wine were
the only packages I needed to build myself.

I downloaded and installed fedora on yesterday, and it has PG 7.3.4
server, and everything
else I need except wine. I will investigate what will be required for me
to provide wine for
fedora. I need it for my workstations at home and at work, so I can run
FileMaker Pro.

According to posts on the Fedora mailing list, the RH9 wine rpm from
Sourceforge works ok on fedora.

HTH

-- 
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller 
Business |
| Computer Consultants         | 
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+
#12Lamar Owen
lamar.owen@wgcr.org
In reply to: Tom Lane (#9)
Re: RHEL

On Tuesday 11 November 2003 11:57 pm, Tom Lane wrote:

Adam Haberlach <adam@newsnipple.com> writes:

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES

Feel free to let Red Hat know that you're unhappy about this.

(Not totally unbiased here ... I'm getting *very* tired about RH's
internal indecision about their extent of commitment to Postgres.
I think frequent whacks-upside-the-head from paying customers may
be the only way to get upper management to sit up and take notice.)

The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
RHEL3 not include this package?
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu

#13Craig O'Shannessy
craig@ucw.com.au
In reply to: Lamar Owen (#12)
Re: RHEL

So, what ever happened to the "RedHat database"? I though RH was going to
be hiring core PostgreSQL developers? Anyone got a URL to explain what
happened to this venture? Sorry if I'm getting a little OT here.

Craig

On Wed, 12 Nov 2003, Lamar Owen wrote:

Show quoted text

On Tuesday 11 November 2003 11:57 pm, Tom Lane wrote:

Adam Haberlach <adam@newsnipple.com> writes:

I was, a few minutes ago, stunned to discover that as far as I can
tell, the postgres server is not part of Red Hat Server ES

Feel free to let Red Hat know that you're unhappy about this.

(Not totally unbiased here ... I'm getting *very* tired about RH's
internal indecision about their extent of commitment to Postgres.
I think frequent whacks-upside-the-head from paying customers may
be the only way to get upper management to sit up and take notice.)

The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
RHEL3 not include this package?

#14Richard Huxton
dev@archonet.com
In reply to: Craig O'Shannessy (#13)
Re: RHEL

On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:

So, what ever happened to the "RedHat database"? I though RH was going to
be hiring core PostgreSQL developers? Anyone got a URL to explain what
happened to this venture? Sorry if I'm getting a little OT here.

It exists, and they did hire. You get PG, some graphical utilities (java,
open-sourced) and some support for your money.

http://sources.redhat.com/rhdb/

--
Richard Huxton
Archonet Ltd

#15Lamar Owen
lamar.owen@wgcr.org
In reply to: Craig O'Shannessy (#13)
Re: RHEL

On Wednesday 12 November 2003 11:52 pm, Craig O'Shannessy wrote:

So, what ever happened to the "RedHat database"? I though RH was going to
be hiring core PostgreSQL developers? Anyone got a URL to explain what
happened to this venture? Sorry if I'm getting a little OT here.

Tom Lane is in a better position to answer that, but I understand that things
have realigned somewhat. The package is known as 'rh-postgresql' and has
some 'enhancements' of some sort. The graphical tools are nice, and are open
source.

Tom Lane was indeed hired by Red Hat, and he is a core developer. The tenor
of his last message would seem to imply some friction there; I hope I'm just
misunderstanding.
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu

#16Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Richard Huxton (#14)
Re: RHEL

On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:

On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:

So, what ever happened to the "RedHat database"? I though RH was going to
be hiring core PostgreSQL developers? Anyone got a URL to explain what
happened to this venture? Sorry if I'm getting a little OT here.

It exists, and they did hire. You get PG, some graphical utilities (java,
open-sourced) and some support for your money.

That means I could get Tom Lane to answer some question about Pg? Wow,
that's impressive.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Por suerte hoy explot� el califont porque si no me habr�a muerto
de aburrido" (Papelucho)

#17Richard Huxton
dev@archonet.com
In reply to: Alvaro Herrera (#16)
Re: RHEL

On Thursday 13 November 2003 11:16, Alvaro Herrera wrote:

On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:

On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:

So, what ever happened to the "RedHat database"? I though RH was going
to be hiring core PostgreSQL developers? Anyone got a URL to explain
what happened to this venture? Sorry if I'm getting a little OT here.

It exists, and they did hire. You get PG, some graphical utilities (java,
open-sourced) and some support for your money.

That means I could get Tom Lane to answer some question about Pg? Wow,
that's impressive.

We are somewhat spoilt in the PG community as regards prompt attention from
the core developers (and Tom in particular).

On the other hand, if I was paying for support, I can't think of anyone else
I'd rather get a response from.

--
Richard Huxton
Archonet Ltd

#18Bruce Momjian
bruce@momjian.us
In reply to: Richard Huxton (#17)
Re: RHEL

Richard Huxton wrote:

On Thursday 13 November 2003 11:16, Alvaro Herrera wrote:

On Thu, Nov 13, 2003 at 09:34:27AM +0000, Richard Huxton wrote:

On Thursday 13 November 2003 04:52, Craig O'Shannessy wrote:

So, what ever happened to the "RedHat database"? I though RH was going
to be hiring core PostgreSQL developers? Anyone got a URL to explain
what happened to this venture? Sorry if I'm getting a little OT here.

It exists, and they did hire. You get PG, some graphical utilities (java,
open-sourced) and some support for your money.

That means I could get Tom Lane to answer some question about Pg? Wow,
that's impressive.

We are somewhat spoilt in the PG community as regards prompt attention from
the core developers (and Tom in particular).

On the other hand, if I was paying for support, I can't think of anyone else
I'd rather get a response from.

Commercial support is good when you have a tough problem that requires
lots of digging, and the support guys will do the digging for you.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#19Tom Lane
tgl@sss.pgh.pa.us
In reply to: Lamar Owen (#12)
Re: RHEL

Lamar Owen <lowen@pari.edu> writes:

The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
RHEL3 not include this package?

I have not actually installed RHEL3 to check, but my understanding is
that it's not there. There was a last-minute decision taken to pull
PG and MySQL from the base distribution with the intent of packaging
them as a separate "layered product". Latest word is that that plan
is off again, leaving us (RH) with no open-source database support
and lots of egg on our faces. So yeah, I'm a bit annoyed. I suppose
some RHEL3 packages will emerge from the mess eventually, but I don't
know exactly how or when.

I think it's important for the powers-that-be to realize that they are
not messing around with unimportant software that no one uses. Thus
my encouragement to people to send in complaints.

regards, tom lane

#20Bjørn T Johansen
btj@havleik.no
In reply to: Tom Lane (#19)
Re: RHEL

Just a question... Are there any reasons not to just take the source and
compile it under RHEL 3.0? Or am I missing something?
(We are about to install 3.0, so I would really like to know..)

BTJ

Show quoted text

On Thu, 2003-11-13 at 16:08, Tom Lane wrote:

Lamar Owen <lowen@pari.edu> writes:

The RHEL3 beta (taroon) had rh-postgresql-server built and included. Does
RHEL3 not include this package?

I have not actually installed RHEL3 to check, but my understanding is
that it's not there. There was a last-minute decision taken to pull
PG and MySQL from the base distribution with the intent of packaging
them as a separate "layered product". Latest word is that that plan
is off again, leaving us (RH) with no open-source database support
and lots of egg on our faces. So yeah, I'm a bit annoyed. I suppose
some RHEL3 packages will emerge from the mess eventually, but I don't
know exactly how or when.

I think it's important for the powers-that-be to realize that they are
not messing around with unimportant software that no one uses. Thus
my encouragement to people to send in complaints.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

#21Rick Gigger
rick@alpinenetworking.com
In reply to: Bruce Momjian (#18)
#22Rick Gigger
rick@alpinenetworking.com
In reply to: Rick Gigger (#21)
#23Bruce Momjian
bruce@momjian.us
In reply to: Rick Gigger (#21)
#24Peter Eisentraut
peter_e@gmx.net
In reply to: Bjørn T Johansen (#20)
#25Peter Eisentraut
peter_e@gmx.net
In reply to: Rick Gigger (#21)
#26Bjørn T Johansen
btj@havleik.no
In reply to: Peter Eisentraut (#24)
#27Mark Kirkwood
mark.kirkwood@catalyst.net.nz
In reply to: Bjørn T Johansen (#20)
#28scott.marlowe
scott.marlowe@ihs.com
In reply to: Bjørn T Johansen (#26)
#29Shridhar Daithankar
shridhar_daithankar@myrealbox.com
In reply to: Bjørn T Johansen (#26)
#30Paul Thomas
paul@tmsl.demon.co.uk
In reply to: Rick Gigger (#22)