Re: disable password dialog pop-up

2019-06-11 Thread Samuel Sieb
On 6/11/19 8:24 PM, Amadeus WM via users wrote: I have a file that I encrypt using gpg like this: cat foobar | gpg --symmetric > foobar.gpg Up until Fedora 30, it was prompting me for the password right there, at the prompt. In Fedora 30 it pops up a dialog, which I find very annoying. I

disable password dialog pop-up

2019-06-11 Thread Amadeus WM via users
I have a file that I encrypt using gpg like this: cat foobar | gpg --symmetric > foobar.gpg Up until Fedora 30, it was prompting me for the password right there, at the prompt. In Fedora 30 it pops up a dialog, which I find very annoying. I don't know if this is related to gnome-keyring. Is

Re: rpmbuild

2019-06-11 Thread Todd Zullinger
Samuel Sieb wrote: > On 6/11/19 12:13 PM, Patrick Dupre wrote: >> Again, why the generation of the .spec is not automatic? > > Because the script isn't perfect and it's a difficult problem to solve. > cpanspec appears to be pretty dead upstream. You could try filing a bug in > Fedora bugzilla.

Re: rpmbuild

2019-06-11 Thread Samuel Sieb
On 6/11/19 12:13 PM, Patrick Dupre wrote: Again, why the generation of the .spec is not automatic? Because the script isn't perfect and it's a difficult problem to solve. cpanspec appears to be pretty dead upstream. You could try filing a bug in Fedora bugzilla.

[389-users] Re: What Do I Need?

2019-06-11 Thread Eugene Poole
I need to control users and groups of users to provide them access to specific machines.  Once our machine number went above 15 controlling who has access to what machines has become difficult. Gene On 6/10/2019 4:11 AM, William Brown wrote: On 7 Jun 2019, at 23:53, Eugene Poole wrote:

Re: Email Client

2019-06-11 Thread Joe Zeff
On 06/11/2019 02:13 PM, Doug McGarrett wrote: I find that it is difficult if not impossible to make Thunderbird mark every incidence of mail from a particular address as junk and reject it. Really? I've had no trouble setting up filters that trigger on the sender's address.

Re: Email Client

2019-06-11 Thread Ed Greshko
On 6/12/19 5:58 AM, Doug McGarrett wrote: > Several times, every single incoming mail has been marked junk. I know there  > is a multi-key > command that will unmark the entire list, but I don't remember what it > is. Help, anyone? Thanx! Ctrl-A    (Selects all messages) Shift-J    (Marks all as

Re: Email Client

2019-06-11 Thread Doug McGarrett
On 6/11/19 8:06 PM, Ed Greshko wrote: On 6/12/19 4:13 AM, Doug McGarrett wrote: I find that it is difficult if not impossible to make Thunderbird mark every incidence of mail from a particular address as junk and reject it. Really? Message Filters don't work properly for you? I'll give that

Re: Email Client

2019-06-11 Thread Tom Horsley
On Tue, 11 Jun 2019 16:13:30 -0400 Doug McGarrett wrote: > I find that it is difficult if not impossible > to make Thunderbird mark every > incidence of mail from a particular address as junk and reject it. This sort of thing is why I now go to the totally insane trouble of using fetchmail to

Re: Email Client

2019-06-11 Thread Ed Greshko
On 6/12/19 4:13 AM, Doug McGarrett wrote: > I find that it is difficult if not impossible to make Thunderbird mark every > incidence of mail from a particular address as junk and reject it. Really? Message Filters don't work properly for you? -- Right: I dislike the default color scheme Wrong:

[389-users] Re: Docker official image

2019-06-11 Thread Olivier JUDITH
Hi, Thank for the link , i tried to run your image but the container fails after few seconds . Seems that you forgot to create /var/run/dirsrv folder in Dockerfile . the server crashes with : DEBUG: DEBUG: starting with ['/usr/sbin/ns-slapd', '-D', '/etc/dirsrv/slapd-localhost', '-i',

Re: Email Client

2019-06-11 Thread Doug McGarrett
On 6/10/19 7:24 PM, Temlakos wrote: On 6/10/19 5:42 PM, Douglas G Mckendrick via users wrote: Evening all, I'm after setting up an email client, I've tried thunderbird for my gmail account, but I get a google complaint about the client not being secure enough.  Is there another recommended

Re: mariadb vs community-mysql on F30

2019-06-11 Thread Dario Lesca
Il giorno lun, 10/06/2019 alle 17.09 -0700, stan via users ha scritto: > yum, not dnf? [lesca@dodo ~]$ type yum dnf yum è /usr/bin/yum dnf è /usr/bin/dnf [lesca@dodo ~]$ ll /usr/bin/dnf /usr/bin/yum lrwxrwxrwx 1 root root 5 7 mag 17.10 /usr/bin/dnf -> dnf-3 lrwxrwxrwx 1 root root 5 7 mag 17.10

Re: rpmbuild

2019-06-11 Thread Patrick Dupre
Hello, I am not sure to take the point: I can run cpanspec --add-buildrequires perl-generators Tk-JBrowseEntry-5.22.tar.gz but that does not fill Provides: perl(Tk::JBrowseEntry) = %{version}-%{release} I can run cpanspec --add-buildrequires perl-generators Tk-JBrowseEntry-5.22.tar.gz

SOLVED: Re: How to sign a locally compiled kernel so it can be booted with UEFI.

2019-06-11 Thread stan via users
On Mon, 10 Jun 2019 22:24:11 -0700 stan via users wrote: > The other thing that is a positive, is that the kernel automatically > signs all modules during build if configured to do so, which I have, > so I don't have to worry about that. I'm using sha512, while the stock > kernels use sha256,

[389-users] Re: Docker official image

2019-06-11 Thread William Brown
> On 11 Jun 2019, at 09:37, William Brown wrote: > > > >> On 10 Jun 2019, at 23:42, Olivier JUDITH wrote: >> >> Hi all, >> >> Do you provide an official docker image for 389 ? >> I plan to deploy MMR on Kubernetes . >> Any advice/link ? > > I have been getting us "closer" to docker

Re: Email Client

2019-06-11 Thread Ted Roche
On Tue, Jun 11, 2019 at 7:35 AM Patrick O'Callaghan wrote: > > It's 4 years old and is not (contrary to what you say) a post from > Mozilla, but from someone on the Mozilla forum. > > That's true; I apologize for misstating the source. -- Ted Roche Ted Roche & Associates, LLC

Re: mariadb vs community-mysql on F30

2019-06-11 Thread Michal Schorm
MariaDB & MySQL maintainer here. Let's sort out some things first: * yeah, use DNF in Fedora. There shouldn't be any need to use yum anymore * We are talking about Fedora 30, which has currently MariaDB 10.3.12 nad MySQL 8.0.16 available. * You are trying to install

Re: Email Client

2019-06-11 Thread Ed Greshko
On 6/11/19 6:47 PM, Patrick O'Callaghan wrote: > On Mon, 2019-06-10 at 19:24 -0400, Temlakos wrote: >> On 6/10/19 5:42 PM, Douglas G Mckendrick via users wrote: >>> Evening all, >>> I'm after setting up an email client, I've tried thunderbird for my >>> gmail account, but I get a google complaint

Re: QtCreator on F29

2019-06-11 Thread Patrick O'Callaghan
On Mon, 2019-06-10 at 20:48 -0400, Richard Kimberly Heck wrote: > Since upgrading to Fedora 29 (yes, I tend to be a bit behind), I've been > having problems using QtCreator as I always have to work on LyX. > Specifically, QtCreator fails to find a lot of included files, with the > result that

Re: Email Client

2019-06-11 Thread Patrick O'Callaghan
On Mon, 2019-06-10 at 19:24 -0400, Temlakos wrote: > On 6/10/19 5:42 PM, Douglas G Mckendrick via users wrote: > > Evening all, > > I'm after setting up an email client, I've tried thunderbird for my > > gmail account, but I get a google complaint about the client not being > > secure enough.

Re: rpmbuild

2019-06-11 Thread Michael Schwendt
On Mon, 10 Jun 2019 17:45:23 +0200, Patrick Dupre wrote: > Sorry, when I run > cpanspec Tk-JBrowseEntry-5.22.tar.gz I referred to _build time_ creation of inter-package dependencies. The step when rpmbuild adds Requires/Provides to the built packages. You are not supposed to hack a spec file as

Re: Email Client

2019-06-11 Thread Patrick O'Callaghan
On Mon, 2019-06-10 at 18:49 -0400, Ted Roche wrote: > On Mon, Jun 10, 2019 at 6:30 PM Douglas G Mckendrick via users < > users@lists.fedoraproject.org> wrote: > > > Evening all, > > I'm after setting up an email client, I've tried thunderbird for my gmail > > account, but I get a google complaint

Re: Email Client

2019-06-11 Thread John Pilkington
On 11/06/2019 05:44, Samuel Sieb wrote: On 6/10/19 4:55 PM, Douglas G Mckendrick via users wrote: Is there still an rpm repository you can search?  I'm not too keen on the new software list.  It doesn't seem to want to show all searches of software, more fedora recommendations?   Unless maybe

Re: mariadb vs community-mysql on F30

2019-06-11 Thread John Pilkington
On 10/06/2019 21:38, Paolo Galtieri wrote: Folks I have an issue with mariadb and community-mysql.  I installed mysql-workbench.  When I run it it shows a conflict between it and the running mysql server, namely mysql-workbench is version 8.0.16 and mariadb is 10.3.12.  So I decided to remove

[389-users] Re: Docker official image

2019-06-11 Thread William Brown
> On 10 Jun 2019, at 23:42, Olivier JUDITH wrote: > > Hi all, > > Do you provide an official docker image for 389 ? > I plan to deploy MMR on Kubernetes . > Any advice/link ? I have been getting us "closer" to docker support for a while, and I think it's probably flowed enough into the