dictd and local dictionaries

2018-06-09 Thread François Patte
Bonjour,

I installed dictd and dict and a bunch of local dictionaries.

I can search a word in the local dictionaries using stardict or
goldendict, but this operation is impossible using dict...

If I do: dict -I or dict -D,  I can see a lot of online dictionaries but
none of may local dictionaries

What's wrong?

Thank you

-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)6 7892 5822
http://www.math-info.univ-paris5.fr/~patte



signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/23ZURQHQNJX4XSF4OAXEDSY5HMRSRBFY/


Re: libesmtp-devel

2018-06-09 Thread Gordon Messmer

On 06/09/2018 12:37 PM, Paolo Galtieri wrote:
Is there anyway to re-install the libesmtp-devel and net-snmp-devel 
packages? 



yum install mock
cp /etc/mock/epel-7-x86_64.cfg /etc/mock/build-bro.cfg
# Fix the first line (the "root") in /etc/mock/build-bro.cfg
mock -r build-bro --install compat-openssl10-devel

Use "mock -r build-bro --shell" (and then "su - mockbuild" in the mock 
shell) to build the bro monitor.


Use "mock -r epel-7-x86_64 --shell" to build everything else.

Periodically, mock will decide that the root is too old and will throw 
it away.  You can manually install it as above, or you can add it to the 
chroot_setup_cmd line:


config_opts['chroot_setup_cmd'] = 'install @buildsys-build 
compat-openssl10-devel'

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/XKCBVQ5AYZMY5VFGDDC6NOMBRJ2N5AFN/


Re: libesmtp-devel

2018-06-09 Thread Todd Zullinger
Paolo Galtieri wrote:
> I know I could uninstall the compat devel package and re-install the openssl
> devel package, but then if there are updates to bro I would have to
> uninstall the openssl-devel package and re-install the compat devel
> package.  I was hoping there would be some way to avoid this.

Nothing comes to mind.  If you build this often, making a
container which provides a build environment is probably the
easiest route.

-- 
Todd
~~
If age imparted wisdom, there wouldn't be any old fools.
-- Claudia Young



signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/BG7P7NN5GQC5LXYE3K26KNHXZGF2ZL7U/


Re: libesmtp-devel

2018-06-09 Thread Paolo Galtieri
I know I could uninstall the compat devel package and re-install the 
openssl devel package, but then if there are updates to bro I would have 
to uninstall the openssl-devel package and re-install the compat devel 
package.  I was hoping there would be some way to avoid this.


Paolo

On 06/09/2018 03:19 PM, Todd Zullinger wrote:

Hi,

Paolo Galtieri wrote:

I run the bro network security monitor.  Due to recent changes in openssl
the bro monitor will no longer compile with openssl 1.1 only with openssl
1.0.  As a result I had to uninstall openssl-devel and install the
compat-openssl10-devel package.  As part of the removal of openssl-devel the
libesmtp-devel and net-snmp-devel packages were also removed.  I have other
software that uses libesmtp-devel.  I can't install libesmtp-devel due to
conflicts with openssl.  Is there anyway to re-install the libesmtp-devel
and net-snmp-devel packages?

I don't think so, as the conflict with openssl-devel and
compat-openssl10-devel isn't something you can (reasonably)
work around.

Why do you need the -devel packages installed on the same
system?  Unless the bro software somehow needs the openssl
1.0 headers at run time, you should be able to build it,
then remove compat-openssl10-devel and reinstall the
openssl-devel package.

(If it is a runtime dependency, then I don't think there's
any good options, but that seems unlikely.)

An somewhat better solution is to build in mock or some
other container.  Then you don't need to have any -devel
packages installed.

And, of course, the best solution would be for bro to
support openssl-1.1.  I would think security software would
be keeping up with openssl. ;)



___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/GEEHINCRRF4SQXTEXJ3JTI2J4FJ52ALQ/


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/7DPRJ6EM2F4MJEQSNTLR3RWIHMR2AFCA/


Re: libesmtp-devel

2018-06-09 Thread Todd Zullinger
Hi,

Paolo Galtieri wrote:
> I run the bro network security monitor.  Due to recent changes in openssl
> the bro monitor will no longer compile with openssl 1.1 only with openssl
> 1.0.  As a result I had to uninstall openssl-devel and install the
> compat-openssl10-devel package.  As part of the removal of openssl-devel the
> libesmtp-devel and net-snmp-devel packages were also removed.  I have other
> software that uses libesmtp-devel.  I can't install libesmtp-devel due to
> conflicts with openssl.  Is there anyway to re-install the libesmtp-devel
> and net-snmp-devel packages?

I don't think so, as the conflict with openssl-devel and
compat-openssl10-devel isn't something you can (reasonably)
work around.

Why do you need the -devel packages installed on the same
system?  Unless the bro software somehow needs the openssl
1.0 headers at run time, you should be able to build it,
then remove compat-openssl10-devel and reinstall the
openssl-devel package.

(If it is a runtime dependency, then I don't think there's
any good options, but that seems unlikely.)

An somewhat better solution is to build in mock or some
other container.  Then you don't need to have any -devel
packages installed.

And, of course, the best solution would be for bro to
support openssl-1.1.  I would think security software would
be keeping up with openssl. ;)

-- 
Todd
~~
For a list of all the ways technology has failed to improve the
quality of life, please press three.
-- Alice Kahn, writer



signature.asc
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/GEEHINCRRF4SQXTEXJ3JTI2J4FJ52ALQ/


libesmtp-devel

2018-06-09 Thread Paolo Galtieri

Folks,
  I run the bro network security monitor.  Due to recent changes in 
openssl the bro monitor will no longer compile with openssl 1.1 only 
with openssl 1.0.  As a result I had to uninstall openssl-devel and 
install the compat-openssl10-devel package.  As part of the removal of 
openssl-devel the libesmtp-devel and net-snmp-devel packages were also 
removed.  I have other software that uses libesmtp-devel.  I can't 
install libesmtp-devel due to conflicts with openssl.  Is there anyway 
to re-install the libesmtp-devel and net-snmp-devel packages?


Any help is appreciated.

Paolo
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/C6IEP6CWMSIDQXAXWQBXBCS2WP3LEIZV/


Re: "plumbing" problem during weekly update. [SOLVED]

2018-06-09 Thread Patrick O'Callaghan
On Fri, 2018-06-08 at 10:51 -0700, Rick Stevens wrote:
> On 06/07/2018 05:44 PM, home user via users wrote:
> > Even before the "F28 - Today's updates messed up writing to USB" thread, I 
> > always rebooted after any update that involved anything "kernel".  I 
> > appreciate the re-assurance.
> > 
> > Only one last concern:
> > > Millihelen (n): The amount of beauty required to launch one ship.
> > 
> > I know that "milli" is a thousandth, but I don't get this joke.
> 
> Read up on Helen of Troy. She had "the beauty that launched 1,000
> ships", thus:
> 
>   1) If 1 "helen" can launch 1,000 ships, then
>   2) 1 "millihelen" can launch 1 ship
> 
> Ok, obscure history (or myth) lesson coupled with math. Weird combo.

It's a line from Christopher Marlowe's play "Doctor Faustus" (c. 1590):

Was this the face that launch'd a thousand ships,
And burnt the topless towers of Ilium--
Sweet Helen, make me immortal with a kiss.--

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/IMJUXJWP7FCVWK3P2C2K4LTI6Z5ESOIP/


Re: weather satellite loop slow and jumpy: how to monitor gpu load?

2018-06-09 Thread Ahmad Samir
On 8 June 2018 at 04:22, home user via users
 wrote:
> My real desire here is to have a gpu monitor.  These weather satellite loops 
> are not the only reason for wanting this.  But the loops are an easy 
> demonstration of where a gpu monitor really would be nice to have available.
>
[...]
Not exactly like the Ksysguard plot(s), but try nvidia-settings, the
thermal settings tab should give an indication of the current load on
the GPU.


-- 
Ahmad Samir
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/OH6B26IKEAZWEYZKVQFLNSWVKAVBU4YG/