On 09/19/2016 06:23 PM, Chris Murphy wrote:
> Drives A and B have many overlapping files but I want to find out what
> files don't exist on each.
you might consider;
rsync -avh /brickA/ /brickB/
then
rsync -avh /brickB/ /brickA/
to dupe files on both drives.
read 'man rsync' for argument
> Well, lovely. I've found that "systemctl --full list-timers" truncates
> the display if your terminal isn't wide enough (at least it truncates
> using xfce-terminal) and gives you no indication it has done so. Isn't
> "--full" supposed to wrap the display so that doesn't happen? That's
> what th
Drives A and B have many overlapping files but I want to find out what
files don't exist on each. Thwarting this is directory structure
differs between the two drives, and I'm fairly certain some of the
file names differ on the two drives also.
Therefore I need something hash based. I started with
On 09/19/2016 03:09 PM, Rick Stevens wrote:
Yet another reason I absolutely deplore this systemd/systemctl crap.
Complaining about systemd won't do any good; reporting it as a bug
might, especially if you specify that you're using Xfce instead of Gnome.
___
On Mon, Sep 19, 2016 at 03:09:39PM -0700, Rick Stevens wrote:
>
> Well, lovely. I've found that "systemctl --full list-timers" truncates
> the display if your terminal isn't wide enough (at least it truncates
> using xfce-terminal) and gives you no indication it has done so. Isn't
> "--full" suppo
On Mon, Sep 19, 2016 at 10:57:01PM +0100, Andy Blanchard wrote:
> On 19 September 2016 at 22:38, Patrick Dupre wrote:
> > I did:
> > systemctl enable mlocate-updatedb.service
> > (no error)
> > but it still does not seem to be enabled:
> > ● mlocate-updatedb.service - Update a database for mlocate
On 09/19/2016 02:57 PM, Andy Blanchard wrote:
> On 19 September 2016 at 22:38, Patrick Dupre wrote:
>> I did:
>> systemctl enable mlocate-updatedb.service
>> (no error)
>> but it still does not seem to be enabled:
>> ● mlocate-updatedb.service - Update a database for mlocate
>>Loaded: loaded (
On Mon, 19 Sep 2016 23:19:16 +0200
"Patrick Dupre" wrote:
> OK, Thank.
>
> It was inactive, Then I restart it and now:
> ● mlocate-updatedb.service - Update a database for mlocate
>Loaded: loaded (/usr/lib/systemd/system/mlocate-updatedb.service;
> static; vendor preset: disable Active: acti
On 09/20/16 05:38, Patrick Dupre wrote:
> I did:
> systemctl enable mlocate-updatedb.service
> (no error)
> but it still does not seem to be enabled:
Re-Read what is below
You want...
systemctl enable mlocate-updatedb.timer
^
On 19 September 2016 at 22:38, Patrick Dupre wrote:
> I did:
> systemctl enable mlocate-updatedb.service
> (no error)
> but it still does not seem to be enabled:
> ● mlocate-updatedb.service - Update a database for mlocate
>Loaded: loaded (/usr/lib/systemd/system/mlocate-updatedb.service; stat
I did:
systemctl enable mlocate-updatedb.service
(no error)
but it still does not seem to be enabled:
● mlocate-updatedb.service - Update a database for mlocate
Loaded: loaded (/usr/lib/systemd/system/mlocate-updatedb.service; static;
vendor preset: disable
Active: inactive (dead)
Sep 19 23
OK, Thank.
It was inactive, Then I restart it and now:
● mlocate-updatedb.service - Update a database for mlocate
Loaded: loaded (/usr/lib/systemd/system/mlocate-updatedb.service; static;
vendor preset: disable
Active: active (running) since Mon 2016-09-19 23:15:03 CEST; 1min 17s ago
Main
On Mon, Sep 19, 2016 at 04:28:15PM -0400, Jon LaBadie wrote:
> On Mon, Sep 19, 2016 at 10:04:21PM +0200, Patrick Dupre wrote:
> > The point is that I am not sure that mlocate (or updatedb) runs properly
> > because locate does not find my new files !
> >
> > How can I be sure that mlocate runs pro
It *should* be running every day, but just checked my system and it's
not enabled either and hasn't run for a week as well - possible bug?
Anyway, to fix it, run the following commands (as root or via sudo):
systemctl list-timers --all
That *should* list a UNIT called "mlocate-updatedb.timer", bu
On Mon, Sep 19, 2016 at 03:15:58PM -0400, Tom Horsley wrote:
> On Mon, 19 Sep 2016 20:47:20 +0200
> Patrick Dupre wrote:
>
> > Sorry, but I do not have
> > /etc/cron.daily/mlocate.cron
>
> This is all part of the systemd fungus experience as it
> attempts to engulph all of linux.
>
> An rpm -q
On Mon, 19 Sep 2016 22:04:21 +0200
"Patrick Dupre" wrote:
> The point is that I am not sure that mlocate (or updatedb) runs
> properly because locate does not find my new files !
>
> How can I be sure that mlocate runs properly ?
$ systemctl status mlocate-updatedb.service
● mlocate-updatedb.se
On Mon, Sep 19, 2016 at 10:04:21PM +0200, Patrick Dupre wrote:
> The point is that I am not sure that mlocate (or updatedb) runs properly
> because locate does not find my new files !
>
> How can I be sure that mlocate runs properly ?
>
Sorry for the erroneous post. Turns out the cron file I
hav
-rw-r-. 1 root slocate 30573186 Sep 12 15:40 /var/lib/mlocate/mlocate.db
This what I anticipated,
The database has not been updated for a week !
===
Patrick DUPRÉ | | email: pdu...@gmx.co
On 09/19/2016 01:04 PM, Patrick Dupre wrote:
How can I be sure that mlocate runs properly ?
If all else fails, run this as root:
ls -l /var/lib/mlocate/mlocate.db
and see when it was last updated.
___
users mailing list -- users@lists.fedoraproject.
On Sun, 18 Sep 2016 13:20:21 -0600
jd1008 wrote:
[snip]
> So, the dongle is not visible to what It's driver?
> It's driver module is loaded. To wit:
> $ lsmod | grep rt5572sta
> rt5572sta 810817 0
>
> Notice the driver module has no client drivers attached to it (as
> indicat
The point is that I am not sure that mlocate (or updatedb) runs properly
because locate does not find my new files !
How can I be sure that mlocate runs properly ?
Thank.
===
Patrick DUPRÉ |
On Mon, 19 Sep 2016 20:47:20 +0200
Patrick Dupre wrote:
> Sorry, but I do not have
> /etc/cron.daily/mlocate.cron
This is all part of the systemd fungus experience as it
attempts to engulph all of linux.
An rpm -q --list mlocate shows these files on my fedora 24
system:
/usr/lib/systemd/system
Sorry, but I do not have
/etc/cron.daily/mlocate.cron
ls -l /etc/cron.daily
-rwxr-xr-x. 1 root root 2239 Feb 11 2016 certwatch
-rwxr-xr-x. 1 root root 219 Jul 20 15:57 logrotate
===
Patrick DUPRÉ
On Mon, Sep 19, 2016 at 11:42:42AM +0200, Patrick Dupre wrote:
> Hello,
>
...
>
> 3) systemctl | grep -i locate
> provides not answer.
> How can I check that mlocate run properly ?
> There is not service locate or mlocate
locate does not run as a service.
locate's database is updated daily via
After this morning's updates, I noticed that a bunch of common keyboard
shortcuts didn't work. In gnome-terminal, shift-insert didn't paste
selected text. In thunderbird, 'b' wouldn't move to the previous
message in the folder, but only if the keyboard focus was in the message
body pane. In
On 09/19/2016 03:52 AM, Honza Silhan wrote:
That's why I requested the debugdata so we know exact dependencies and
your system state where you can reproduce the problem ;). It shows
updating + skipped section together and should show all packages that
could be updated (like output of check-upgra
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale | |
Tel. (33)-(0)3 28 23 76 12
On 09/19/2016 05:42 AM, Patrick Dupre wrote:
> Hello,
>
> 1) In fc22, anacron (and crond) sent mail to root every time that it
> was running. How can I recover this function with fc24 ?
>
> 2) Now, anacron and cron work. However, I have
> in /etc/crontab
> 22 23 * * * root run-parts /etc/cron.daily
Hello,
Thank for the suggestion.
But, are you sure? I would like to keep running anacron on a machine which
does not run permanently !
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire de Physico-Chimie de l'At
Install cronie-noanacron then remove cronie-anacron.
Anacron should not be setup for servers, but is good for a laptop.
On Mon, 2016-09-19 at 11:42 +0200, Patrick Dupre wrote:
> Hello,
>
> 1) In fc22, anacron (and crond) sent mail to root every time that it
> was running. How can I recover this
Hello,
1) In fc22, anacron (and crond) sent mail to root every time that it
was running. How can I recover this function with fc24 ?
2) Now, anacron and cron work. However, I have
in /etc/crontab
22 23 * * * root run-parts /etc/cron.daily
06 13 * * 6 root run-parts /etc/cron.weekly
and in /ect/an
On Thu, Sep 15, 2016 at 12:34 AM, Ian Pilcher wrote:
> On 09/14/2016 01:28 PM, Samuel Sieb wrote:
>>
>> On 09/14/2016 10:40 AM, Ian Pilcher wrote:
>>>
>>> Maybe I'm being stupid, but I cannot come up with a scenario in which
>>> this output makes sense.
>>>
>> I would assume that means dnf can't f
32 matches
Mail list logo