On Wed, 2022-08-10 at 13:57 +0930, Tim via users wrote:
> On Tue, 2022-08-09 at 08:00 -0700, stan via users wrote:
> > RandomizedDelaySec=30m
>
> Just as an aside: I hate variable names like that. What does "sec"
> mean? Seconds? Security? Something else?
>
> They didn't bother to abbreviate
On Tue, 2022-08-09 at 08:00 -0700, stan via users wrote:
> RandomizedDelaySec=30m
Just as an aside: I hate variable names like that. What does "sec"
mean? Seconds? Security? Something else?
They didn't bother to abbreviate the other words, so you can tell what
they mean without having to rea
On Tue, Aug 9, 2022 at 5:08 PM Patrick Dupre wrote:
> Hello,
>
> You pointed my parameters controlling the integration.
> However, the integration provide the "correct" values
> 712 times, and fails the 713th time,
> while the function to integrate is the same, but with a slight
> change in a num
On Tue, Aug 9, 2022, at 12:44 PM, Tom Horsley wrote:
> On Tue, 9 Aug 2022 15:09:27 -0400
> Charles Dennett wrote:
>
>> On my F36 system there is mlocate-updatedb rather than
>> plocate-updatedb.
>
> Maybe you did an upgrade from f35 instead of a clean install?
> plocate is the new default in f36.
Hello,
You pointed my parameters controlling the integration.
However, the integration provide the "correct" values
712 times, and fails the 713th time,
while the function to integrate is the same, but with a slight
change in a numeric value which is not singular as much as I can see.
I already ch
On Tue, 9 Aug 2022 15:09:27 -0400
Charles Dennett wrote:
> On my F36 system there is mlocate-updatedb rather than
> plocate-updatedb.
Maybe you did an upgrade from f35 instead of a clean install?
plocate is the new default in f36.
___
users mailing lis
On 8/9/22 09:56, Patrick Dupre wrote:
Every thing seems OK
-rw-r--r--. 1 root root 0 Aug 9 13:01 /var/lib/systemd/timers/stamp-plocate-upd
atedb.timer
systemctl list-unit-files | grep updatedb
plocate-updatedb.service
static
On Tue, 9 Aug 2022 17:35:33 +0200
Patrick Dupre wrote:
> Hello,
>
> I tried to build gsl-2.7 for fc36.
> running rpmbuild -ba gsl-2.7-1-fc36.spec (from the tarball file),
> I get:
[snip lots of warnings and errors]
> RPM build warnings:
> Mixing main ELF and debug files in package
> RPM bu
Hello,
I tried to build gsl-2.7 for fc36.
running rpmbuild -ba gsl-2.7-1-fc36.spec (from the tarball file),
I get:
libtool: install: ranlib
/home/pdupre/rpmbuild/BUILDROOT/gsl-2.7.1-0.x86_64/usr/lib64/libgsl.a
libtool: warning: remember to run 'libtool --finish /usr/lib64'
/usr/bin/mkdir -p '/h
On Tue, Aug 9, 2022 at 11:45 AM stan via users <
users@lists.fedoraproject.org> wrote:
> On Tue, 9 Aug 2022 15:35:15 +0200
> Patrick Dupre wrote:
> > I have
> > gsl-2.6-6.fc36.x86_64
> > installed.
> >
> > It is the version 2.6 of gsl?
> > It seems that fc37 offers version gsl-2.6-7
> >
> > If I
On Tue, 9 Aug 2022 07:52:14 -0700
stan wrote:
> On Tue, 9 Aug 2022 15:31:43 +0200
> Patrick Dupre wrote:
>
> > [Timer]
> > OnCalendar=daily
>
> This means that it only runs once a day. You could change that to
> something like (not checked)
> OnCalendar=4h
> and it should run every 4 hours.
On Tue, 9 Aug 2022 15:31:43 +0200
Patrick Dupre wrote:
> [Timer]
> OnCalendar=daily
This means that it only runs once a day. You could change that to
something like (not checked)
OnCalendar=4h
and it should run every 4 hours.
___
users mailing list --
On Tue, Aug 9, 2022 at 8:33 AM Patrick Dupre wrote:
> I am currentyly running gsl-2.6
> I am trying to install gsl-2.7
> However, qag.c is not delivered by gsl nor gsl-devel (in
> gsl-2.6-6.fc36.x86_64)
Like Richard already said, qag.c is a source file, not a binary file
that would be installed
On Tue, Aug 9, 2022 at 10:23 AM Patrick Dupre wrote:
> Hello,
>
> I get an error
> gsl: qag.c:247: ERROR: roundoff error prevents tolerance from being achieve
> Then, I tried to see where is this file
> qag.c
>
> Unfortunately
> dnf repoquery --whatprovides 'qag.c'
>
> does not provide the inform
On Tue, 9 Aug 2022 15:35:15 +0200
Patrick Dupre wrote:
> I have
> gsl-2.6-6.fc36.x86_64
> installed.
>
> It is the version 2.6 of gsl?
> It seems that fc37 offers version gsl-2.6-7
>
> If I understand gsl-2.7 is not offered by the distribution
> while gsl-2.7 has been updated in June 2021.
> Is
Every thing seems OK
-rw-r--r--. 1 root root 0 Aug 9 13:01 /var/lib/systemd/timers/stamp-plocate-upd
atedb.timer
systemctl list-unit-files | grep updatedb
plocate-updatedb.service
static -
plocate-updatedb.timer
On Tue, 9 Aug 2022 15:31:43 +0200
Patrick Dupre wrote:
> This what I have in
> /usr/lib/systemd/system/plocate-updatedb.timer
Looks just like mine. Unless the timer (or the service it runs) is disabled,
it should be running. It touches a "stamp" file every time it runs:
/var/lib/systemd/timers/s
Hello,
I have
gsl-2.6-6.fc36.x86_64
installed.
It is the version 2.6 of gsl?
It seems that fc37 offers version gsl-2.6-7
If I understand gsl-2.7 is not offered by the distribution
while gsl-2.7 has been updated in June 2021.
Is there a reason for this lag?
Thank
===
This what I have in
/usr/lib/systemd/system/plocate-updatedb.timer
[Unit]
Description=Update the plocate database daily
[Timer]
OnCalendar=daily
RandomizedDelaySec=12h
AccuracySec=20min
Persistent=true
[Install]
WantedBy=timers.target
On Tue, 9 Aug 2022 15:13:23 +0200
Patrick Dupre wrote:
> updatedb is not run periodically.
>
> What should I do to have it run?
> cron ?
On my system it was automagically set up to run via:
/usr/lib/systemd/system/plocate-updatedb.timer
(and was very annoying because it always ran at the most
Hello,
I get an error
gsl: qag.c:247: ERROR: roundoff error prevents tolerance from being achieve
Then, I tried to see where is this file
qag.c
Unfortunately
dnf repoquery --whatprovides 'qag.c'
does not provide the information
==
Hello,
updatedb is not run periodically.
What should I do to have it run?
cron ?
Thank
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Aven
On Mon, Aug 8, 2022 at 4:27 AM Tim via users
wrote:
> Hi,
>
> If I want to log loss of connections to my router, what's a good way of
> going about it?
>
> Adding a script in "/etc/NetworkManager/dispatcher.d"?
>
> Would that handle cases of loss of "internet connection" when it's not
> a loss of
23 matches
Mail list logo