I have just installed Linux RedHat 7.1. There are numerous updated RPMS that I have viewed from the mirror sites. I have located a Perl script called AutoUpdate which is something similar to RedHat's up2date or autorpm function. Does anyone have experience with the script or recommend using it - or would you recommend shelling out the fee to RedHat to use their updating service?
Also, the most recent RPM for the Docbook DTD for 7.1 appears to be version 4.1 though 4.2 has been official for some time. I believe the stylesheets may also be out of step. I suppose I can go to the Oasis site and download these specifically. The rpm of most recent stylesheets and dtd is available for RH 8. Could I use this rpm in RH 7.1 or could I expect trouble? -----Original Message----- From: John Dalbec [mailto:[EMAIL PROTECTED]] Sent: January 22, 2003 8:59 AM To: [EMAIL PROTECTED] Subject: Re: postgresql on RH8 different from RH7.1? > Date: Tue, 21 Jan 2003 16:23:23 -0600 > From: "Kall, Bruce A." <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: postgresql on RH8 different from RH7.1? > Reply-To: [EMAIL PROTECTED] > > I just upgraded to RH8 (from RH7.1). When I try any psql commands > with syntax like: > > psql -U postgres -l > > I get > > psql: FATAL 1: IDENT authentication failed for user 'postgres' > > But if I do a psql -l (after doing a su - postgres) > > it returns that I have two databases , template0 and template1 > both owned by postgres. > > What am I missing? /var/lib/pgsql/data/pg_hba.conf is now configured to do IDENT authentication on UNIX socket connections. To fix this the "right" way you should add a line to /var/lib/pgsql/data/pg_ident.conf containing <map name> <your user name> postgres and then change "sameuser" to your <map name> on the "local all ident" line in pg_hba.conf. It doesn't matter what you call the map as long as you're consistent. John > > Thanks, > > _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
