Re: Alpine question

2016-09-20 Thread Roman Vyacheslavovich
Try to use screen/tmux. i think it will help u. В Вт, 20/09/2016 в 07:38 -0500, ven...@billoblog.com пишет: > I don't know if this is a fedora question or not, but I'm hoping it's > an OS-level config issue. > > I have a laptop that runs Fedora 24, and a virtual machine with > CentOS that I use a

Re: cron

2016-09-20 Thread Rick Stevens
On 09/20/2016 04:17 PM, Samuel Sieb wrote: > On 09/20/2016 03:52 PM, Patrick Dupre wrote: >> Finally, I still do not know how to manage the schedule for cron.weekly >> and cron.daily, since /etc/anacrontab or /etc/crontab are just ignored >> in fc24. >> > Why do you think that? My cron.weekly and

Re: cron

2016-09-20 Thread Samuel Sieb
On 09/20/2016 03:52 PM, Patrick Dupre wrote: Finally, I still do not know how to manage the schedule for cron.weekly and cron.daily, since /etc/anacrontab or /etc/crontab are just ignored in fc24. Why do you think that? My cron.weekly and cron.daily get run and they are referenced from /etc/an

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread alan
> On Tue, Sep 20, 2016 at 10:52:10PM +0200, Ahmad Samir wrote: >> One last try (sometimes an issue nags): >> $ find A -exec md5sum '{}' + > a-md5 >> $ find B -exec md5sum '{}' + > b-md5 >> $ cat a-md5 b-md5 > All >> $ sort -u -k 1,1 All > dupes >> >> Now, (I hopefully got my head around it this tim

cron

2016-09-20 Thread Patrick Dupre
Hello, Finally, I still do not know how to manage the schedule for cron.weekly and cron.daily, since /etc/anacrontab or /etc/crontab are just ignored in fc24. Thank. === Patrick DUPRÉ | | ema

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Jon LaBadie
On Tue, Sep 20, 2016 at 10:52:10PM +0200, Ahmad Samir wrote: > One last try (sometimes an issue nags): > $ find A -exec md5sum '{}' + > a-md5 > $ find B -exec md5sum '{}' + > b-md5 > $ cat a-md5 b-md5 > All > $ sort -u -k 1,1 All > dupes > > Now, (I hopefully got my head around it this time...), t

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Ahmad Samir
One last try (sometimes an issue nags): $ find A -exec md5sum '{}' + > a-md5 $ find B -exec md5sum '{}' + > b-md5 $ cat a-md5 b-md5 > All $ sort -u -k 1,1 All > dupes Now, (I hopefully got my head around it this time...), the dupes file should contain a list of files that exist in _both_ A and B;

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread stan
On Mon, 19 Sep 2016 17:23:39 -0600 Chris Murphy wrote: > 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 dr

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Chris Murphy
On Tue, Sep 20, 2016 at 11:55 AM, Ahmad Samir wrote: > On 20 September 2016 at 13:00, Ahmad Samir wrote: >> On 20 September 2016 at 12:34, Ahmad Samir wrote: >>> On 20 September 2016 at 10:33, Ahmad Samir wrote: Here's a crude way: $ find /brickA -type f -exec md5sum "{}" + | sor

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Ahmad Samir
On 20 September 2016 at 13:00, Ahmad Samir wrote: > On 20 September 2016 at 12:34, Ahmad Samir wrote: >> On 20 September 2016 at 10:33, Ahmad Samir wrote: >>> >>> Here's a crude way: >>> $ find /brickA -type f -exec md5sum "{}" + | sort > brickA.txt >>> $ find /brickB -type f -exec md5sum "{}" +

Re: Alpine question

2016-09-20 Thread Rick Stevens
On 09/20/2016 09:23 AM, Pete Travis wrote: > On Sep 20, 2016 7:42 AM, > wrote: >> >> On Tue, 20 Sep 2016, ven...@billoblog.com > wrote: >> >>> >>> >>> I don't *think* it's a pine/alpine issue itself. If I come in using > shellinabox and op

Re: Alpine question

2016-09-20 Thread Pete Travis
On Sep 20, 2016 7:42 AM, wrote: > > On Tue, 20 Sep 2016, ven...@billoblog.com wrote: > >> >> >> I don't *think* it's a pine/alpine issue itself. If I come in using shellinabox and open pine using a browser terminal, it doesn't happen. If I use some other client, e.g. roundcube, it doesn't happen.

Re: Alpine question

2016-09-20 Thread Jack Craig
*have you tried tossing a few -v's in your cmdlin ?* *ssh -v -v -v usr@host ???* *also you might consider setting debug logging ssh_config* On Tue, Sep 20, 2016 at 5:41 AM, wrote: > On Tue, 20 Sep 2016, ven...@billoblog.com wrote: > > >> >> I don't *think* it's a pine/alpine issue itself. If

Gnome shell high memory usage

2016-09-20 Thread Earl A Ramirez
Dear All, I don't think this is normal but I will like to know if anyone is experiencing high memory usage from gnome-shell, a week ago was the first time I saw it and to be honest, I can't say it this is something recent of if it has always been this memory hungry. After having my laptop with Fe

Re: Alpine question

2016-09-20 Thread vendor
On Tue, 20 Sep 2016, ven...@billoblog.com wrote: I don't *think* it's a pine/alpine issue itself. If I come in using shellinabox and open pine using a browser terminal, it doesn't happen. If I use some other client, e.g. roundcube, it doesn't happen. Sigh. I take that back. I just h

Alpine question

2016-09-20 Thread vendor
I don't know if this is a fedora question or not, but I'm hoping it's an OS-level config issue. I have a laptop that runs Fedora 24, and a virtual machine with CentOS that I use as my mailserver. I'm an old fogey who doesn't like all this multimedia mail stuff, so I still use pine/alpine and

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Ahmad Samir
On 20 September 2016 at 12:34, Ahmad Samir wrote: > On 20 September 2016 at 10:33, Ahmad Samir wrote: >> >> Here's a crude way: >> $ find /brickA -type f -exec md5sum "{}" + | sort > brickA.txt >> $ find /brickB -type f -exec md5sum "{}" + | sort > brickB.txt >> $ diff -U 0 brickA.txt brickB.txt

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Ahmad Samir
On 20 September 2016 at 10:33, Ahmad Samir wrote: > On 20 September 2016 at 01:23, Chris Murphy wrote: >> 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 ce

Re: diff or deduplicate two volumes with different folder structures

2016-09-20 Thread Ahmad Samir
On 20 September 2016 at 01:23, Chris Murphy wrote: > 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