Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread José Abílio Matos
On Friday, 21 January 2022 18.34.17 WET Patrick Dupre wrote: > ello, > > How can I get > python3dist(sphinx-math-dollar) > python3dist(wurlitzer) > ? > > Thanks Hi Patrick, repoquery is your friend. :-) # repoquery --whatprovides 'python3dist(wurlitzer)' Last metadata expirati

Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread Samuel Sieb
On 1/22/22 00:39, José Abílio Matos wrote: On Friday, 21 January 2022 18.34.17 WET Patrick Dupre wrote: > How can I get > python3dist(sphinx-math-dollar) > python3dist(wurlitzer) Hi Patrick,   repoquery is your friend. :-) # repoquery --whatprovides 'python3dist(wurlitze

Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread Patrick Dupre
Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988

Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread Dorian ROSSE
Hello everybody, Have you tried 'pip3 install python3dist ' ? Regards. Dorian Rosse. De : Samuel Sieb Envoyé : samedi 22 janvier 2022 à 09:44 À : users@lists.fedoraproject.org Objet : Re: python3dist(sphinx-math-dollar) On 1/22/22 00:39, José Abílio Matos wr

Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread Jonathan Billings
On Jan 22, 2022, at 06:35, Dorian ROSSE wrote: > > Have you tried 'pip3 install python3dist ' ? I never suggest Fedora users run ‘pip’ as root, except when in a virtualenv, dockerfile or some contained environment. It is far too easy for pip to overwrite or override a packaged python library

Re: python3dist(sphinx-math-dollar)

2022-01-22 Thread George N. White III
On Sat, 22 Jan 2022 at 08:49, Jonathan Billings wrote: > On Jan 22, 2022, at 06:35, Dorian ROSSE wrote: > > > > Have you tried 'pip3 install python3dist ' ? > > I never suggest Fedora users run ‘pip’ as root, except when in a > virtualenv, dockerfile or some contained environment. > > It is fa

Re: ocatve

2022-01-22 Thread Patrick Dupre
Hello,   I fixed the issue (temporally!) by  pip3 install sympy==1.5   (be a user).   From: "linux guy" To: "Community support for Fedora users" Subject: Re: ocatve Yes, use pip (or pip3) to install sympy  It should install the dependencies too.   Don't use the dnf packages for what

389-DS Replication Error

2022-01-22 Thread Mansoorali Raeesi
Hi i've recently started 2 different instances on different servers with 1.4.4.17 version of 389-ds. servers can see each other. server A has a database around 28GB & both servers are started in Master mode. i've created an agreement on server A to be replicated with server B on port 389 when i

join

2022-01-22 Thread Mansoor Raeesi
___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org

SSL Level?

2022-01-22 Thread ToddAndMargo via users
Hi All, Is there a way to get one of those fancy tool in nmap to tell me the "level" (version) of SSL and/or TLS that a web site is using? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le.

Best nmap discover scan

2022-01-22 Thread ToddAndMargo via users
Hi All, What is the best nmap scan to do a discovery of all devices on a local network? nmap –sS –O 192.168.1.0/24? And is there something better than nmap for this? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsub

Re: SSL Level?

2022-01-22 Thread alan
> Hi All, > > Is there a way to get one of those fancy tool > in nmap to tell me the "level" (version) > of SSL and/or TLS that a web site is using? The script for ssl in nmap does not deal with ssl v3. Try this instead: https://github.com/drwetter/testssl.sh.git This gives you all sorts of i

Re: SSL Level?

2022-01-22 Thread Gordon Messmer
On 1/22/22 12:13, ToddAndMargo via users wrote: Is there a way to get one of those fancy tool in nmap to tell me the "level" (version) of SSL and/or TLS that a web site is using? You're on the right track, and if you'd done a web search for "nmap scan tls", you'd probably have found a useful

Re: SSL Level?

2022-01-22 Thread Gordon Messmer
On 1/22/22 12:18, a...@clueserver.org wrote: The script for ssl in nmap does not deal with ssl v3. At this point, if you see anything less than TLS 1.2, you should treat it as a bug. ___ users mailing list -- users@lists.fedoraproject.org To unsubs

Re: SSL Level?

2022-01-22 Thread ToddAndMargo via users
On 1/22/22 12:18, a...@clueserver.org wrote: Hi All, Is there a way to get one of those fancy tool in nmap to tell me the "level" (version) of SSL and/or TLS that a web site is using? The script for ssl in nmap does not deal with ssl v3. Try this instead: https://github.com/drwetter/tests

Re: SSL Level?

2022-01-22 Thread Fabian Neuman
This didn't work for me ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: ht

Re: Fedora 35 and Intel Iris XE Graphics

2022-01-22 Thread Gordon Messmer
On 1/12/22 12:04, Gordon Messmer wrote: On 1/12/22 10:33, Sbob wrote: Does anyone know if Fedora 35 works well with the Intel Iris XE Graphics? I have a Dell XPS 13 9310 with Iris XE.  Initially, there were problems, mostly observed as the screen not updating some regions.  I worked around

systemd killing processes on monitor wakeup?

2022-01-22 Thread Raman Gupta
I have a couple processes that have been consistently dying every time I wake up my monitors after the system has been idle. One is Slack Desktop and the other is IntelliJ IDEA. Plasma also crashes on every wakeup, which may or may not be related. I used an eBPF program (killsnoop.py at https://gi