Send netdisco-users mailing list submissions to
        netdisco-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        netdisco-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        netdisco-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. Still issues in latest netdisco 2.79.1 (Muris)
   2. Re: Still issues in latest netdisco 2.79.1 (Muris)
   3. Re: Still issues in latest netdisco 2.79.1 (Muris)
--- Begin Message ---
Hi Oliver,

 

I just got around today to putting the production box onto 2.79.1 but it took 
me hours to get it going as its running Red Hat 7.6 theres no Python 3.9 
package for easy install , so had to manually compile it and install. Then I 
tried installing netdisco again, and poetry still complained, then found out 
the open SSL is outdated and needed newer one according to the error so that 
Poetry can install. So had to rebuild Python 3.9 with the newer Open SSL. Then 
update the SSL certs on the system.

 

So I finally managed to get it going.. but I got these errors in the backend.. 
and also my test box shows these errors.

 

Its already versioned for schema but keeps complaining about something else. 
Any ideas how to resolve these all of a sudden?

 

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

 

Muris


--- End Message ---
--- Begin Message ---
I also forgot to mention this is also showing as error

 

Unknown charname 'RIGHTWARDS BLACK ARROW' at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin.pm line 40.

 

From: Muris <alcat...@gmail.com>
Date: Tuesday 17 September 2024 at 17:09
To: Oliver Gorwits <oli...@cpan.org>
Cc: "netdisco-users@lists.sourceforge.net" 
<netdisco-users@lists.sourceforge.net>
Subject: Still issues in latest netdisco 2.79.1

 

Hi Oliver,

 

I just got around today to putting the production box onto 2.79.1 but it took 
me hours to get it going as its running Red Hat 7.6 theres no Python 3.9 
package for easy install , so had to manually compile it and install. Then I 
tried installing netdisco again, and poetry still complained, then found out 
the open SSL is outdated and needed newer one according to the error so that 
Poetry can install. So had to rebuild Python 3.9 with the newer Open SSL. Then 
update the SSL certs on the system.

 

So I finally managed to get it going.. but I got these errors in the backend.. 
and also my test box shows these errors.

 

Its already versioned for schema but keeps complaining about something else. 
Any ideas how to resolve these all of a sudden?

 

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

 

Muris


--- End Message ---
--- Begin Message ---
I managed to get it working

 

Changed this in postres file to MD5

# "local" is for Unix domain socket connections only

local   all             all                                     md5

 

Had to change this to md5

 

But previously it was working fine as just ident

 

Now only the unknown charname remains

 

From: Muris <alcat...@gmail.com>
Date: Tuesday 17 September 2024 at 17:16
To: Oliver Gorwits <oli...@cpan.org>
Cc: "netdisco-users@lists.sourceforge.net" 
<netdisco-users@lists.sourceforge.net>
Subject: Re: Still issues in latest netdisco 2.79.1

 

I also forgot to mention this is also showing as error

 

Unknown charname 'RIGHTWARDS BLACK ARROW' at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin.pm line 40.

 

From: Muris <alcat...@gmail.com>
Date: Tuesday 17 September 2024 at 17:09
To: Oliver Gorwits <oli...@cpan.org>
Cc: "netdisco-users@lists.sourceforge.net" 
<netdisco-users@lists.sourceforge.net>
Subject: Still issues in latest netdisco 2.79.1

 

Hi Oliver,

 

I just got around today to putting the production box onto 2.79.1 but it took 
me hours to get it going as its running Red Hat 7.6 theres no Python 3.9 
package for easy install , so had to manually compile it and install. Then I 
tried installing netdisco again, and poetry still complained, then found out 
the open SSL is outdated and needed newer one according to the error so that 
Poetry can install. So had to rebuild Python 3.9 with the newer Open SSL. Then 
update the SSL certs on the system.

 

So I finally managed to get it going.. but I got these errors in the backend.. 
and also my test box shows these errors.

 

Its already versioned for schema but keeps complaining about something else. 
Any ideas how to resolve these all of a sudden?

 

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

DBIx::Class::Schema::Versioned::_on_connect(): Your DB is currently 
unversioned. Please call upgrade on your schema to sync the DB. at 
/home/netdisco/perl5/lib/perl5/DBICx/Sugar.pm line 121

DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI 
connect('dbname=netdisco','netdisco',...) failed: FATAL:  Peer authentication 
failed for user "netdisco" at 
/home/netdisco/perl5/lib/perl5/DBIx/Class/Storage/DBI.pm line 1639. at 
/home/netdisco/perl5/lib/perl5/App/Netdisco/JobQueue/PostgreSQL.pm line 60

 

Muris


--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to