Re: Installing databases on CentOS 8 (was: Tempe job monsoon)

2021-07-14 Thread Stephen Partington via PLUG-discuss
I would review your configured repo's and see if you added any of the RHEL
repos.


On Wed, Jul 14, 2021 at 11:55 AM greg zegan via PLUG-discuss <
plug-discuss@lists.phxlinux.org> wrote:

> [gzegan@GreenRoom ~]$ sudo dnf install @postgresql:10
> Updating Subscription Management repositories.
> Unable to read consumer identity
>
> This system is not registered to Red Hat Subscription Management. You can
> use subscription-manager to register.
>
> bintray--ookla-rhel
>16  B/s |  10  B 00:00
> Errors during downloading metadata for repository 'bintray--ookla-rhel':
>   - Status code: 403 for
> https://ookla.bintray.com/rhel/repodata/repomd.xml (IP: 34.212.90.147)
> Error: Failed to download metadata for repo 'bintray--ookla-rhel': Cannot
> download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were
> tried
> gzegan@GreenRoom ~]$ sudo dnf install mysql-server
> [sudo] password for gzegan:
> Updating Subscription Management repositories.
> Unable to read consumer identity
>
> This system is not registered to Red Hat Subscription Management. You can
> use subscription-manager to register.
>
> bintray--ookla-rhel
>16  B/s |  10  B 00:00
> Errors during downloading metadata for repository 'bintray--ookla-rhel':
>   - Status code: 403 for
> https://ookla.bintray.com/rhel/repodata/repomd.xml (IP: 52.37.31.3)
> Error: Failed to download metadata for repo 'bintray--ookla-rhel': Cannot
> download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were
> tried
> [gzegan@GreenRoom ~]$
>
>
>
> On Wednesday, July 14, 2021, 02:46:35 PM EDT, Matt Graham via PLUG-discuss
>  wrote:
>
>
> On 2021-07-14 08:54, greg zegan via PLUG-discuss wrote:
> > I am having trouble installing both MySQL and PostgreSQL on
> > my CentOS 8 laptop. I keep getting this error that says the
> > machine is not subscribed to Red Hat...
>
> What was the exact command you executed?  From what I can tell from a
> cursory search in DDG, the thing you do on a stock CentOS 8 machine
> should be just "dnf install mysql-server"[0].  I remember installing
> MariaDB[1] was practically a no-brainer on CentOS 7.
>
> Postgres is more complex because you can install either version 10 or
> version 12.
> https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-8
>
> walks you through that.
>
> Also, when asking a new question on a mailing list, you should start a
> new thread with a new appropriate Subject: line.
>
> [0] They changed the package manager *again*?
> [1] All the development is happening in that project now, though the
> client and server are still named mysql and mysqld.
>
> --
> Crow202 Blog: http://crow202.org/wordpress
> There is no Darkness in Eternity
> But only Light too dim for us to see.
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Installing databases on CentOS 8 (was: Tempe job monsoon)

2021-07-14 Thread greg zegan via PLUG-discuss
 [gzegan@GreenRoom ~]$ sudo dnf install @postgresql:10
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.

bintray--ookla-rhel                                                             
                 16  B/s |  10  B     00:00    
Errors during downloading metadata for repository 'bintray--ookla-rhel':
  - Status code: 403 for https://ookla.bintray.com/rhel/repodata/repomd.xml 
(IP: 34.212.90.147)
Error: Failed to download metadata for repo 'bintray--ookla-rhel': Cannot 
download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
gzegan@GreenRoom ~]$ sudo dnf install mysql-server
[sudo] password for gzegan: 
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.

bintray--ookla-rhel                                                             
                 16  B/s |  10  B     00:00    
Errors during downloading metadata for repository 'bintray--ookla-rhel':
  - Status code: 403 for https://ookla.bintray.com/rhel/repodata/repomd.xml 
(IP: 52.37.31.3)
Error: Failed to download metadata for repo 'bintray--ookla-rhel': Cannot 
download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[gzegan@GreenRoom ~]$ 



On Wednesday, July 14, 2021, 02:46:35 PM EDT, Matt Graham via PLUG-discuss 
 wrote:  
 
 On 2021-07-14 08:54, greg zegan via PLUG-discuss wrote:
> I am having trouble installing both MySQL and PostgreSQL on
> my CentOS 8 laptop. I keep getting this error that says the
> machine is not subscribed to Red Hat...

What was the exact command you executed?  From what I can tell from a 
cursory search in DDG, the thing you do on a stock CentOS 8 machine 
should be just "dnf install mysql-server"[0].  I remember installing 
MariaDB[1] was practically a no-brainer on CentOS 7.

Postgres is more complex because you can install either version 10 or 
version 12.  
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-8
 
walks you through that.

Also, when asking a new question on a mailing list, you should start a 
new thread with a new appropriate Subject: line.

[0] They changed the package manager *again*?
[1] All the development is happening in that project now, though the 
client and server are still named mysql and mysqld.

-- 
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss  ---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Installing databases on CentOS 8 (was: Tempe job monsoon)

2021-07-14 Thread Matt Graham via PLUG-discuss

On 2021-07-14 08:54, greg zegan via PLUG-discuss wrote:

I am having trouble installing both MySQL and PostgreSQL on
my CentOS 8 laptop. I keep getting this error that says the
machine is not subscribed to Red Hat...


What was the exact command you executed?  From what I can tell from a 
cursory search in DDG, the thing you do on a stock CentOS 8 machine 
should be just "dnf install mysql-server"[0].  I remember installing 
MariaDB[1] was practically a no-brainer on CentOS 7.


Postgres is more complex because you can install either version 10 or 
version 12.  
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-8 
walks you through that.


Also, when asking a new question on a mailing list, you should start a 
new thread with a new appropriate Subject: line.


[0] They changed the package manager *again*?
[1] All the development is happening in that project now, though the 
client and server are still named mysql and mysqld.


--
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: help with printing

2021-07-14 Thread Michael via PLUG-discuss
thanks Brian.

On Wed, Jul 14, 2021 at 10:43 AM Brian Cluff via PLUG-discuss
 wrote:
>
> Looks like the latest version of PhotoPrint is 11 years old, so they
> probably dropped it because it's become difficult to compile on the
> latest systems and it appears to be
>
> Try Gwenview.
> Select the images you want included and then go to Plugins -> Images ->
> Print Assistant
> There appears to be a bug in gwenview that causes the Print assistant to
> be greyed out.  If this happens, just deselect your images and select
> them again and print assistant will be available.
>
> You can also use Digikam.
> Select the images you want included and then go to Tools -> Print Creator
>
> Hope that's the type of thing you were looking for.
>
> Brian Cluff
>
> On 7/13/21 8:46 PM, Michael via PLUG-discuss wrote:
> > I need a printing program which has layout management. I was told
> > about photoprint but it has been removed from the repository. I also
> > heard about krokus but it too is not in the repository and I tried to
> > compile it but the dependencies weren't in the repository so I got
> > uncomfortable with that.
> >
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
:-)~MIKE~(-:
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Tempe job monsoon

2021-07-14 Thread greg zegan via PLUG-discuss
 Hello,  Don't know if this will reach you guys, but I am having trouble 
installing both MySQL and PostgreSQL on my CentOS 8 laptop.I keep getting this 
error that says the machine is not subscribed to Red Hat...
please advise.thanks,Greg



On Wednesday, July 14, 2021, 11:45:33 AM EDT, Austin Godber via 
PLUG-discuss  wrote:  
 
 Hi Hans,
Glad to hear there is a virtual option.
We would absolutely consider remote applicants, but the more training a person 
needs, the more that person would benefit from being in the Phoenix metro area. 
 We do have an office in the Arcadia area, but we have never used it more than 
three days a week.  Obviously covid changed that dramatically, but some of us 
are going back one day a week at this point.
Until I have a revised job posting, the technologies involved are:
LinuxKubernetes (on premises)ElasticsearchKafkaNode JS
- Austin

On Tue, Jul 13, 2021 at 3:50 PM der.hans  wrote:

Am 13. Jul, 2021 schwätzte Austin Godber via PLUG-discuss so:

moin moin Austin,

We'll be virtual in BigBlueButton next week. Join from whereever you are
:).

Are those jobs remote or do they require people to eventually start coming
into the office.

ciao,

der.hans

> Cool ... I am glad you're still doing these ... thanks for your tireless
> efforts Hans.
>
> I am looking to hire devops/SREs again ... and see people in person again.
> Sadly I was planning on being out of town next week.  I'll forward along
> job descriptions when I refresh them.
>
> Austin
>
> On Tue, Jul 13, 2021 at 1:10 AM der.hans via PLUG-discuss <
> plug-discuss@lists.phxlinux.org> wrote:
>
>> moin moin,
>>
>> Tempe is planning a job event of sorts on the 21st and 28th.
>>
>>
>> https://www.tempe.gov/government/communication-and-media-relations/tempe-job-fairs
>>
>> A week from Tuesday is our quarterly career night. We'll be offering
>> resume reviews this time around.
>>
>> https://gettogether.community/series/30/floss-jobs-networking-event/
>>
>> Also, I know of a company near 40th St and Camelback looking for a
>> hardware tech / windows admin. They run lots of linux in their data
>> centers, so there should also be some opportunity to expand in that
>> direction.
>>
>> ciao,
>>
>> der.hans
>> --
>> #  https://www.LuftHans.com   https://www.PhxLinux.org
>> #  "Backups are irrelevant. Only restorals matter." -- der.hans
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>

-- 
#  https://www.LuftHans.com   https://www.PhxLinux.org
#  C'est la Net - der.hans
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss  ---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Tempe job monsoon

2021-07-14 Thread Austin Godber via PLUG-discuss
Hi Hans,

Glad to hear there is a virtual option.

We would absolutely consider remote applicants, but the more training a
person needs, the more that person would benefit from being in the Phoenix
metro area.  We do have an office in the Arcadia area, but we have never
used it more than three days a week.  Obviously covid changed that
dramatically, but some of us are going back one day a week at this point.

Until I have a revised job posting, the technologies involved are:

Linux
Kubernetes (on premises)
Elasticsearch
Kafka
Node JS

- Austin


On Tue, Jul 13, 2021 at 3:50 PM der.hans  wrote:

> Am 13. Jul, 2021 schwätzte Austin Godber via PLUG-discuss so:
>
> moin moin Austin,
>
> We'll be virtual in BigBlueButton next week. Join from whereever you are
> :).
>
> Are those jobs remote or do they require people to eventually start coming
> into the office.
>
> ciao,
>
> der.hans
>
> > Cool ... I am glad you're still doing these ... thanks for your tireless
> > efforts Hans.
> >
> > I am looking to hire devops/SREs again ... and see people in person
> again.
> > Sadly I was planning on being out of town next week.  I'll forward along
> > job descriptions when I refresh them.
> >
> > Austin
> >
> > On Tue, Jul 13, 2021 at 1:10 AM der.hans via PLUG-discuss <
> > plug-discuss@lists.phxlinux.org> wrote:
> >
> >> moin moin,
> >>
> >> Tempe is planning a job event of sorts on the 21st and 28th.
> >>
> >>
> >>
> https://www.tempe.gov/government/communication-and-media-relations/tempe-job-fairs
> >>
> >> A week from Tuesday is our quarterly career night. We'll be offering
> >> resume reviews this time around.
> >>
> >> https://gettogether.community/series/30/floss-jobs-networking-event/
> >>
> >> Also, I know of a company near 40th St and Camelback looking for a
> >> hardware tech / windows admin. They run lots of linux in their data
> >> centers, so there should also be some opportunity to expand in that
> >> direction.
> >>
> >> ciao,
> >>
> >> der.hans
> >> --
> >> #  https://www.LuftHans.com   https://www.PhxLinux.org
> >> #  "Backups are irrelevant. Only restorals matter." -- der.hans
> >> ---
> >> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> >> To subscribe, unsubscribe, or to change your mail settings:
> >> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> >
>
> --
> #  https://www.LuftHans.com   https://www.PhxLinux.org
> #  C'est la Net - der.hans
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: help with printing

2021-07-14 Thread Brian Cluff via PLUG-discuss
Looks like the latest version of PhotoPrint is 11 years old, so they 
probably dropped it because it's become difficult to compile on the 
latest systems and it appears to be


Try Gwenview.
Select the images you want included and then go to Plugins -> Images -> 
Print Assistant
There appears to be a bug in gwenview that causes the Print assistant to 
be greyed out.  If this happens, just deselect your images and select 
them again and print assistant will be available.


You can also use Digikam.
Select the images you want included and then go to Tools -> Print Creator

Hope that's the type of thing you were looking for.

Brian Cluff

On 7/13/21 8:46 PM, Michael via PLUG-discuss wrote:

I need a printing program which has layout management. I was told
about photoprint but it has been removed from the repository. I also
heard about krokus but it too is not in the repository and I tried to
compile it but the dependencies weren't in the repository so I got
uncomfortable with that.



---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss