IdleServ
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by IdleServ-
Both produce the same error: # /usr/local/cpanel/bin/build_global_cache Building global cache for cpanel...Use of uninitialized value $pmajor in numeric lt (<) at /usr/local/cpanel/Cpanel/Postgres...
-
Found the cache, I cleared /var/cpanel/globalcache/cpanel.cache Yet running /usr/local/cpanel/bin/build_global_cache still produces the 10.3 error despite it not existing on the server anymore. R...
-
I have, thanks. I've downgraded back to 9.6 but cPanel seems to have cached the 10.3 version value that is obtained by Cpanel::GlobalCache::cachedcommand( 'cpanel', $postmaster, '--version' ); A...
-
Thank you. Looks like we'll have to stick with 9.6 for now.
-
I hacked /usr/local/cpanel/Cpanel/PostgresAdmin/Check.pm so it gets the version number. This brought the links back in cPanel. However, they report: The PostgreSQL server is currently offline. Th...
-
I've been digging around the cPanel scripts and found the possible cause. /usr/local/cpanel/bin/build_global_cache: Building global cache for cpanel...Use of uninitialized value $pmajor in numeric...
-
/var/lib/pgsql/data/PG_VERSION contains 10
-
Here's whats installed at the moment (I haven't removed the 9.6 RPMs yet): cpanel-postgresql-libs-9.0.18-1.cp1156.x86_64 postgresql10-10.3-1PGDG.rhel6.x86_64 cpanel-postgresql-9.0.18-1.cp1156.x86_...
-
Yup PostgreSQL still enabled in the feature list.
-
Thank you for the info.