Re: UDEV RULES

2019-06-30 Thread Angelo Moreschini
Thank you Tom, OK,I hadn't consider, at the moment, the threat duration aspect,. The script (to execute for the UDEV 'event) cannot be affected by this kind on problem because it have only to write a small file, his content is : This script carries out its task when performed from the command l

Re: Migrating RAID1 to new system

2019-06-30 Thread Cameron Simpson
On 30Jun2019 21:01, Alex wrote: On Fri, Jun 28, 2019 at 8:51 PM Cameron Simpson wrote: On 28Jun2019 11:03, Alex wrote: >I have an older fedora install that I need to upgrade. It has 8 Intel >SSD 520 Series 240GB disks in there now, mounted on root using an LSI >SAS 9260-8i controller. There i

Re: Migrating RAID1 to new system

2019-06-30 Thread Alex
Hi, On Fri, Jun 28, 2019 at 8:51 PM Cameron Simpson wrote: > On 28Jun2019 11:03, Alex wrote: > >I have an older fedora install that I need to upgrade. It has 8 Intel > >SSD 520 Series 240GB disks in there now, mounted on root using an LSI > >SAS 9260-8i controller. There is about 1.3TB usable sp

[389-users] Re: Windows Sync Agreement not copying all objects

2019-06-30 Thread William Brown
> On 25 Jun 2019, at 05:09, Abhisheyk Deb wrote: > > Hi, > > We have the following setup. > > Active Directory Server in US. > 389 DS Server in Italy. > > We are able to access the Active Directory Server from 389 DS. > We installed the sync agreement. No body is touching the AD, the numbe

Re: [OT] best (Linux based!) all-in-one NAS-VPN-firewall?

2019-06-30 Thread Tim via users
On Mon, 2019-07-01 at 08:56 +1000, Cameron Simpson wrote: > Returning to the "do not put the NAS on the firewall/VPN host", the > NAS really ought to be a non-external service. So hosting on the > firewall itself is a security risk because a small misconfiguration > can expose it to the outside wor

Re: [OT] best (Linux based!) all-in-one NAS-VPN-firewall?

2019-06-30 Thread Cameron Simpson
On 6/30/19 5:57 AM, Alexander Dalloz wrote: Am 29.06.2019 um 10:51 schrieb M. Fioretti: One of my jobs in the next months will be Free Software teaching/ consulting for a small private school. Part of the consulting consists of helping the school to evaluate how to set up some infrastructure, us

Re: Disable Caps Lock -

2019-06-30 Thread Cameron Simpson
On 30Jun2019 13:01, Bob Goodwin wrote: On 6/28/19 7:57 PM, Bob Goodwin wrote: You're right, that would be a better location for "Tab." I'll try that  ... . I /tried replacing NoSymbol with Tab. Oddly the result was a caps lock that toggled on and off, almost as bad as Caps Lock. There must be

Re: Can't start hp-toolbox (hplip) with or without GUI

2019-06-30 Thread Jon Ingason
Den 2019-06-30 kl. 23:51, skrev Robert Moskowitz: > Have you installed hplip-gui? Yes. Here is what I have installed: $ rpm -qa |grep ^hplip hplip-libs-3.18.12-9.fc29.x86_64 hplip-common-3.18.12-9.fc29.x86_64 hplip-gui-3.18.12-9.fc29.x86_64 hplip-3.18.12-9.fc29.x86_64 > > On 6/30/19 5:13 PM, Jo

Re: Can't start hp-toolbox (hplip) with or without GUI

2019-06-30 Thread Robert Moskowitz
Have you installed hplip-gui? On 6/30/19 5:13 PM, Jon Ingason wrote: When I try to start hp-toolbox I get following error: error: Unable to load DBus libraries. Please check your installation and try again. error: Please upgrade your python installation to the latest available version. I am us

Can't start hp-toolbox (hplip) with or without GUI

2019-06-30 Thread Jon Ingason
When I try to start hp-toolbox I get following error: error: Unable to load DBus libraries. Please check your installation and try again. error: Please upgrade your python installation to the latest available version. I am using Fedora 29 Linux lea 5.1.11-200.fc29.x86_64 #1 SMP Mon Jun 17 19:30:4

Re: UDEV RULES

2019-06-30 Thread Seth Kenlon
That tecmint article has several serious issues with it (this is reflected in the comments, too). You need a slightly more complex script for what you are attempting. This is based on Attachup, a pyudev srcipt that backs-up a thumbdrive to a computer upon attaching it - but you can make your shell

Re: Disable Caps Lock -

2019-06-30 Thread Bob Goodwin
On 6/28/19 7:57 PM, Bob Goodwin wrote: . You're right, that would be a better location for "Tab." I'll try that  ... . I /tried replacing NoSymbol with Tab. Oddly the result was a caps lock that toggled on and off, almost as bad as Caps Lock. There must be something in the code I don't unde

Weird kex_exchange_identification log messages [SOLVED]

2019-06-30 Thread Tom Horsley
I keep getting these errors showing up in the log from sshd: error: kex_exchange_identification: banner line contains invalid characters I finally tracked them down and understand the nonsense that is happening: For historical reasons (having to do with butthead IT people at work deciding outgoi

Re: UDEV RULES

2019-06-30 Thread Tom Horsley
In general I have no ideas, but I do know that scripts executed in udev rules have to run "fast", or they are automatically killed off. You might want to consider having the script do something like: /usr/bin/at -M now <<'HERE' > /dev/null 2>&1 /full/path/to/do-the-backup/script HERE That will ve

Re: UDEV RULES

2019-06-30 Thread Robert Moskowitz
I use crontab to run an rsync command... On 6/30/19 8:38 AM, Angelo Moreschini wrote: Hi, in order to backing up data when I connect to computer an USB HD, I wrote the follow UDEV rule : -- SUBSYSTEM=="block", ACTION=="add", ATTRS

Qemu also out of memory overnight

2019-06-30 Thread Robert Moskowitz
And the Fedora21 image is limited to 1GB: Jun 30 01:53:35 lx140e kernel: [  13357]   107 13357   884212 215032  3043328    72575 0 qemu-system-x86 Jun 30 01:53:35 lx140e kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/machin

Re: F30 - Firefox dying overnight

2019-06-30 Thread Tom Horsley
On Sun, 30 Jun 2019 13:05:03 +0100 John Pilkington wrote: > Out of memory Sounds like a memory leak to me, either in firefox itself or something else (the linux out of memory killer can get very indiscriminate when it decides to start killing things). I can easily imagine it is firefox with some

UDEV RULES

2019-06-30 Thread Angelo Moreschini
Hi, in order to backing up data when I connect to computer an USB HD, I wrote the follow UDEV rule : -- SUBSYSTEM=="block", ACTION=="add", ATTRS{vendor}=="152d", ATTRS{model}=="0578", SYMLINK+="external%n", RUN+="/usr/bin/mrs-auto_bac

Re: F30 - Firefox dying overnight

2019-06-30 Thread Robert Moskowitz
On 6/30/19 7:23 AM, Ed Greshko wrote: On 6/30/19 6:56 PM, Robert Moskowitz wrote: I woke up this morning, and Firefox was gone! Friday morning this happened as well (Friday night system was in suspend mode). Here is what I see in messages: Jun 28 01:13:57 lx140e kernel: [   2545]  1000  254

Re: F30 - Firefox dying overnight

2019-06-30 Thread John Pilkington
On 30/06/2019 11:56, Robert Moskowitz wrote: I woke up this morning, and Firefox was gone! Friday morning this happened as well (Friday night system was in suspend mode). Here is what I see in messages: Jun 28 01:13:57 lx140e kernel: [   2545]  1000  2545   780500 103687 4698112   231023   

Re: F30 - Firefox dying overnight

2019-06-30 Thread Ed Greshko
On 6/30/19 6:56 PM, Robert Moskowitz wrote: > I woke up this morning, and Firefox was gone! > > Friday morning this happened as well (Friday night system was in suspend > mode). > > Here is what I see in messages: > > Jun 28 01:13:57 lx140e kernel: [   2545]  1000  2545   780500 103687  4698112  >

F30 - Firefox dying overnight

2019-06-30 Thread Robert Moskowitz
I woke up this morning, and Firefox was gone! Friday morning this happened as well (Friday night system was in suspend mode). Here is what I see in messages: Jun 28 01:13:57 lx140e kernel: [   2545]  1000  2545   780500 103687  4698112   231023 0 firefox Jun 28 01:13:57 lx140e ke

Re: [OT] best (Linux based!) all-in-one NAS-VPN-firewall?

2019-06-30 Thread Robert Moskowitz
On 6/30/19 5:57 AM, Alexander Dalloz wrote: Am 29.06.2019 um 10:51 schrieb M. Fioretti: Greetings, One of my jobs in the next months will be Free Software teaching/ consulting for a small private school. Part of the consulting consists of helping the school to evaluate how to set up some infr

Re: [OT] best (Linux based!) all-in-one NAS-VPN-firewall?

2019-06-30 Thread Alexander Dalloz
Am 29.06.2019 um 10:51 schrieb M. Fioretti: Greetings, One of my jobs in the next months will be Free Software teaching/ consulting for a small private school. Part of the consulting consists of helping the school to evaluate how to set up some infrastructure, using Linux/Free Software as much a

Re: Disable Caps Lock -

2019-06-30 Thread Tim via users
On Sat, 2019-06-29 at 23:32 -0700, Paul Allen Newell wrote: > Many thanks for the reply. Unfortunately, the opSys I am on doesn't > have the "audio feedback". And, yes, I am on MATE. I have CentOS 7 on another PC, running MATE, and the option I previously mentioned is available, in the same place,