Re: first axfr challenges

2021-06-07 Thread Jack Craig
Thanks for all your advice; you are right! I'll let the registrar do what they are already being paid to do. I really appreciate your guidance, jackc... On Mon, Jun 7, 2021 at 2:28 PM Ed Greshko wrote: > On 08/06/2021 02:10, Mike Wright wrote: > > Perhaps a lot of the confusion comes from the

Re: first axfr challenges

2021-06-07 Thread Jack Craig
Thanks Tim, If you aren't a teacher, you are missing an academic calling! Thanks again! On Mon, Jun 7, 2021 at 6:49 AM Tim via users wrote: > On Sun, 2021-06-06 at 11:54 -0700, Jack Craig wrote: > > something i dont get, if my registrar provides glue references for > > primary & secondary dom

Re: Speaking of log spamming, I see nmb spam

2021-06-07 Thread Tom Horsley
On Mon, 7 Jun 2021 10:55:12 -0400 Tom Horsley wrote: > so I can get rid of nmb by enabling avahi, and the > Windows 10 systems still mount shares OK Better and better! I can turn avahi back off and install wsdd from the repos, and with a bit of configuration not only do shares still work, but my

Re: first axfr challenges

2021-06-07 Thread Ed Greshko
On 08/06/2021 02:10, Mike Wright wrote: Perhaps a lot of the confusion comes from the dual uses of the term:   primary in search order (which is random)   primary source for zone data (which is fixed by an SOA) To make matters more confusing there are more complex setups where the zone masters 

Re: first axfr challenges

2021-06-07 Thread Ed Greshko
On 07/06/2021 02:54, Jack Craig wrote: /[jackc@ws ~ $ host -t axfr linuxlighthouse.com ns22.worldnic.com Trying "linuxlighthouse.com " Using domain server: Name: ns22.worldnic.com Addre

Re: first axfr challenges

2021-06-07 Thread Mike Wright
On 6/7/21 6:49 AM, Tim via users wrote: On Sun, 2021-06-06 at 11:54 -0700, Jack Craig wrote: something i dont get, if my registrar provides glue references for primary & secondary domain dns servers, what purpose is served by anything in my host's named.conf (et al) having any reference to my do

Re: first axfr challenges

2021-06-07 Thread Joe Zeff
On 6/7/21 7:49 AM, Tim via users wrote: The internet, at large, will always use your primary server. If it can't, it'll try your secondary server. Both of those servers are accessed by name, not numerical IP address, and those names have to be in some public DNS records, so people can find the

Re: remove unallocated partition

2021-06-07 Thread Roberto Ragusa
On 6/7/21 1:39 PM, Patrick Dupre wrote: Hello, The way, I did: with fdisk deleted partition 5 and 4 created a new partition extended starting at the position of sdc5 by removing 2048. And recreate sdc5 starting at the right position. Every thing was fine ! Yeah, that is what I was suggesting, b

Re: Firefox 89?

2021-06-07 Thread Qiyu Yan
在 2021-06-07星期一的 11:58 -0400,Neal Becker写道: > I've been reading about firefox 89 and wanted to check it out. > I'm on F34. > Doesn't seem to be in updates-testing.  Let's try rawhide: Usually installing a rawhide package in f34 is not a good idea, if you want to test the new firefox package before

Re: Firefox 89?

2021-06-07 Thread Alex Gurenko via users
I guess there were a lot of problems building it so it's not in updates-testing just yet, but I've grabbed artifacts from a successful build [0] few days ago and it's working perfectly fine for me. [0] https://koji.fedoraproject.org/koji/buildinfo?buildID=1757216 --- Best regards, Alex ‐‐‐

Firefox 89?

2021-06-07 Thread Neal Becker
I've been reading about firefox 89 and wanted to check it out. I'm on F34. Doesn't seem to be in updates-testing. Let's try rawhide: sudo dnf --enablerepo=rawhide update firefox I Dependencies resolved. ==

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Jerry James
On Mon, Jun 7, 2021 at 8:59 AM Frank wrote: > Anyway I did as you suggested, but unless I put that extra keyword into > /etc/NetworkManager/NetworkManager.conf (hostname-mode=none) the > > repetitive logging continues. I used hostnamectl to make all the names > match, but it needed that keyword.

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 9:19 a.m., Tim via users wrote: Tim: Just out of curiosity, is it only applying localhost.localdomain to your 127.0.0.1 loopback interface (like it should), or is it trying to apply it to an ethernet or wifi interface (which it shouldn't)? You didn't answer the above query.   

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 10:30 a.m., Jerry James wrote: On Sun, Jun 6, 2021 at 10:20 AM Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-host

Re: Speaking of log spamming, I see nmb spam

2021-06-07 Thread Tom Horsley
On Mon, 7 Jun 2021 09:50:52 -0400 Tom Horsley wrote: > Anyone know if it is really possible to get rid of nmb? (The only > systems mounting shares are windows 10.) Found it! If I re-enable the avahi stuff I had turned off, Windows can apparently use that for "discovery" instead of nmb, so I can g

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Jerry James
On Sun, Jun 6, 2021 at 10:20 AM Frank wrote: > > I noticed this morning that network manager is spamming my log with > messages repeated every 3 or 4 seconds. > > > Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: > [1622995102.8297] policy: set-hostname: current hostname was changed >

Speaking of log spamming, I see nmb spam

2021-06-07 Thread Tom Horsley
Checking for spam from NM, I instead found this nonsense: Jun 6 00:01:19 zooty nmbd[2999]: [2021/06/06 00:01:19.675514, 0] ../../source3/libsmb/nmblib.c:923(send_udp) Jun 6 00:01:19 zooty nmbd[2999]: Packet send failed to 192.168.2.255(137) ERRNO=Operation not permitted That 192.168.2 netw

Re: first axfr challenges

2021-06-07 Thread Tim via users
On Sun, 2021-06-06 at 11:54 -0700, Jack Craig wrote: > something i dont get, if my registrar provides glue references for > primary & secondary domain dns servers, what purpose is served by > anything in my host's named.conf (et al) having any reference to my > domain if it's not accessible/useful?

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Tim via users
Tim: >> Just out of curiosity, is it only applying localhost.localdomain to >> your 127.0.0.1 loopback interface (like it should), or is it trying >> to apply it to an ethernet or wifi interface (which it shouldn't)? You didn't answer the above query. Frank: > Here's the situation this morning.

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 1:01 a.m., Tim via users wrote: On Sun, 2021-06-06 at 12:19 -0400, Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-h

Re: network manager spamming logs with repetitive messages

2021-06-07 Thread Frank
On 2021-06-07 1:01 a.m., Tim via users wrote: On Sun, 2021-06-06 at 12:19 -0400, Frank wrote: I noticed this morning that network manager is spamming my log with messages repeated every 3 or 4 seconds. Jun 06 11:58:22 localhost.localdomain NetworkManager[787]: [1622995102.8297] policy: set-h

Re: remove unallocated partition

2021-06-07 Thread Patrick Dupre
Hello, The way, I did: with fdisk deleted partition 5 and 4 created a new partition extended starting at the position of sdc5 by removing 2048. And recreate sdc5 starting at the right position. Every thing was fine ! > On 6/6/21 10:22 AM, Patrick Dupre wrote: > > Hello, > > > > On one disk, I ha

Re: remove unallocated partition

2021-06-07 Thread Roberto Ragusa
On 6/6/21 10:22 AM, Patrick Dupre wrote: Hello, On one disk, I have an extended partition (sdc4) starting at 41338880 Inside, I have a ext4 partition (sdc5) starting at 53919744 (see attached file) In between the space is unallocated How can I make that the partition sdc4 starts just at the beg