Re: UDEV RULES

2019-07-05 Thread Richard England
Angelo, You might look at "Back in time" https://backintime.readthedocs.io/en/latest/mainwindow.html   This is a Python script that uses rsync as the backup mechanism but has  GUI front end to allow configuration. The only caveat is that it does not seem to work with NTFS file systems.  I form

Re: Using bind for a local caching name server, is this configuration correct?

2019-07-05 Thread Tim via users
Assuming that you find some way to do DNS queries without your router blocking them: Stan wrote: > // named.conf > > options { > listen-on port 53 { 127.0.0.1; }; Above, you are *only* listening on the local loopback address. > allow-query { localhost; 192.168.0.0/24; }; >

Re: UDEV RULES

2019-07-05 Thread Seth Kenlon
Your experience with udev matches mine. I'm not sure if it's just a really complex process, or if it doesn't actually work the way it says it works, but it seems that using it successfully rarely takes fewer than 19 attempts. And I don't believe that ``--reload`` works at all; I always reboot to tr

Re: Using bind for a local caching name server, is this configuration correct?

2019-07-05 Thread Tim via users
On Fri, 2019-07-05 at 12:00 -0700, stan via users wrote: > Why doesn't the bind/named server forward the name for resolution to > the router that is its forwarder? From your recent command line tests, you appear to have missed a step to prove that (you queried the router, and tried to query DNS se

Re: Using bind for a local caching name server, is this configuration correct?

2019-07-05 Thread Samuel Sieb
On 7/5/19 12:00 PM, stan via users wrote: I then restarted the bind/named server, told it that its forwarder was 192.168.0.1, the router, and """ $ dig rootusers.com @1.1.1.1 $ dig rootusers.com @192.168.0.1 Why doesn't the bind/named server forward the name for resolution to the router that i

Re: Kernel entries are not updated in grub menu

2019-07-05 Thread Chris Murphy
On Thu, Jul 4, 2019 at 2:56 PM Sergio Cipolla wrote: > > I've had trouble too is a new Fedora install with grub on the partition (not > MBR), I even eventually re-installed because I tried to revert to > grubby-deprecated and then couldn't get the system to boot to > graphical.target because of

Re: Kernel entries are not updated in grub menu

2019-07-05 Thread Chris Murphy
On Tue, Jul 2, 2019 at 8:03 AM Suvayu Ali wrote: > > Hi, > > For a while now kernel updates doesn't update the grub menu on my system. > However I could always manually update using `grub2-mkconfig -o > /boot/grub/grub2.cfg`. But lately I can't even do that! I have already > tried running `g

Re: Kernel entries are not updated in grub menu

2019-07-05 Thread Suvayu Ali
Hi Sergio, On Thu, Jul 4, 2019 at 9:44 PM Sergio Cipolla wrote: > > I've had trouble too is a new Fedora install with grub on the partition (not > MBR), I even eventually re-installed because I tried to revert to > grubby-deprecated and then couldn't get the system to boot to > graphical.targe

Re: Using bind for a local caching name server, is this configuration correct?

2019-07-05 Thread stan via users
On Fri, 05 Jul 2019 11:36:19 +0930 Tim via users wrote: > You could test whether its your service provider or your router > blocking that traffic. Set the router to use 8.8.8.8 as its DNS > server, and see if it can still resolve names. Use the dig command > with the @ portion set to the router

Re: UDEV RULES

2019-07-05 Thread Angelo Moreschini
Hi, although I did a lot of tests with many engagement I was not able to catch the UDEV event Having exhausted my trust ... I give up. I will not try bacula which (perhaps) is excessive for my purposes, and so I'll try with a simple script that uses the rsynk utility to copy the only file

Re: ssmtp

2019-07-05 Thread Alexander Dalloz
Am 2019-07-05 15:00, schrieb François Patte: Bonjour, Does somebody know how to configure the "TO" field in ssmtp? In my configuration (I followed the examples given), when some app (logwatch, mdadm, rkhunter...) send a mail, the FROM field is rewrited with my name ans email address, but the TO

ssmtp

2019-07-05 Thread François Patte
Bonjour, Does somebody know how to configure the "TO" field in ssmtp? In my configuration (I followed the examples given), when some app (logwatch, mdadm, rkhunter...) send a mail, the FROM field is rewrited with my name ans email address, but the TO field is root@my-internet-provider. How can I

Re: Using bind for a local caching name server, is this configuration correct?

2019-07-05 Thread George N. White III
On Fri, 5 Jul 2019 at 00:19, Tim via users wrote: > Tim: > >> It wouldn't be impossible for a modem/router to intercept DNS > >> queries and put them through their own server. > > Stan: > > I suspect that is what the router is doing. Or the ISP upstream is > > monitoring traffic, and blocking in