Re: F32 bind9 split dns debug

2020-11-12 Thread Jack Craig
> > > > > > > > > > > > > > > > > > > > > > * dig @localhost linuxlighthouse.com ns; <<>> > DiG 9.11.23-RedHat-9.11.23-1.fc32 <<>> @localhost linuxlighthouse.com > ns; (2 servers found);; global options: +cmd;; > Got answer:;; ->>HEADER<<-

Re: F32 bind9 split dns debug

2020-11-12 Thread J.Witvliet--- via users
The allow-query { internals; } might be something worth tinkering From: "Jack Craig" mailto:jack.craig.ap...@gmail.com>> Date: Friday, 13 November 2020 at 08:03:43 To: "Community support for Fedora users" mailto:users@lists.fedoraproject.org>> Subject: F32 bind9 split dns debug hi all,

F32 bind9 split dns debug

2020-11-12 Thread Jack Craig
hi all, any dns pros in the house?? i am trying to debug a split view dns. i am using F32 & bind9 where i have internal & external views. internal network 10.0.0.0/24, external 108.220.213.120/29 what i think i am seeing is a refusal of query, but Why?? where can i find a query_log

Re: Swap still not activated on later kernels

2020-11-12 Thread Samuel Sieb
On 11/12/20 10:42 PM, Sreyan Chakravarty wrote: On Thu, Nov 12, 2020 at 11:45 AM Samuel Sieb > wrote: Is there an error message? What is the line in your /etc/fstab? What happens if you do "swapon /path/to/your/swapfile"? No idea why this is happening

Re: Need help with rsync

2020-11-12 Thread Samuel Sieb
On 11/12/20 8:36 PM, ToddAndMargo via users wrote: So it was the bad link. But the question still arises, why did the command stop pruning after it found the bad link?  It still updated. It's being safe. If something went wrong in the copying, it can't be sure that it will delete the right

Re: Swap still not activated on later kernels

2020-11-12 Thread Sreyan Chakravarty
On Thu, Nov 12, 2020 at 11:45 AM Samuel Sieb wrote: > What is the line in your /etc/fstab? > My /etc/fstab has the following: /dev/mapper/vgfedora-fedora / ext4 defaults,x-systemd.device-timeout=0 1 1 UUID=4d112d8e-080d-44f2-8962-9c13f20a7885 /boot ext4

Re: Swap still not activated on later kernels

2020-11-12 Thread Sreyan Chakravarty
On Thu, Nov 12, 2020 at 11:45 AM Samuel Sieb wrote: > Is there an error message? > What is the line in your /etc/fstab? > What happens if you do "swapon /path/to/your/swapfile"? > No idea why this is happening though: swapon /fedora.swap swapon: /fedora.swap: swapon failed: Invalid argument

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Samuel Sieb
On 11/12/20 7:52 PM, Tim via users wrote: On Thu, 2020-11-12 at 13:42 +, Patrick O'Callaghan wrote: There's an Android app call Droidcam (non-free) which has a Linux download. Might be worth checking out. I never got anywhere trying that out. Dunno if it simply doesn't work, or secure

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 21:01, Eyal Lebedinsky wrote: On 13/11/2020 14.06, ToddAndMargo via users wrote: Hi All, How do I get rsync to recognize weird characters that my file system is okay with? Many thanks, -T rsync --recursive --verbose --delete --delete-excluded --modify-window=5 --times

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 20:29, Cameron Simpson wrote: I like -a for this. --archive, -a archive mode; equals -rlptgoD (no -H,-A,-X) --recursive, -r --links, -l --perms, -p --times, -t --group, -g --owner, -o --devices --specials, -D -- ~~ Computers are like air

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread Eyal Lebedinsky
On 13/11/2020 14.06, ToddAndMargo via users wrote: Hi All, How do I get rsync to recognize weird characters that my file system is okay with? Many thanks, -T rsync --recursive --verbose --delete --delete-excluded --modify-window=5 --times --inplace --copy-links  /home/CDs/Keepers

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 20:24, Cameron Simpson wrote: On 12Nov2020 19:06, ToddAndMargo wrote: How do I get rsync to recognize weird characters that my file system is okay with? [...] Keepers/Linux/Perl/Perl6/perl6.prefix:.txt rsync: [receiver] open "/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.->.txt"

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
For some reason, my follow up is getting bounced. If you want to see it, respond to this and I will eMail it to you directly. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 18:07, Samuel Sieb wrote: On 11/12/20 5:45 PM, ToddAndMargo via users wrote: I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not     reside on the source Problem: the extra files on the destination

Re: Need help with rsync

2020-11-12 Thread Cameron Simpson
On 12Nov2020 18:55, ToddAndMargo wrote: >On 2020-11-12 18:07, Samuel Sieb wrote: >>On 11/12/20 5:45 PM, ToddAndMargo via users wrote: >>>I am trying to use rsync to >>>1) copy new files on the source to the destination I like -a for this. >>>2) remove all files on the destination that do not

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread Cameron Simpson
On 12Nov2020 19:06, ToddAndMargo wrote: >How do I get rsync to recognize weird characters that >my file system is okay with? [...] >Keepers/Linux/Perl/Perl6/perl6.prefix:.txt >rsync: [receiver] open >"/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.->.txt" failed: Invalid >argument (22) >rsync:

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Tim via users
On Thu, 2020-11-12 at 13:42 +, Patrick O'Callaghan wrote: > There's an Android app call Droidcam (non-free) which has a Linux > download. Might be worth checking out. I never got anywhere trying that out. Dunno if it simply doesn't work, or secure boot made it impossible to load the module.

rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
Hi All, How do I get rsync to recognize weird characters that my file system is okay with? Many thanks, -T rsync --recursive --verbose --delete --delete-excluded --modify-window=5 --times --inplace --copy-links /home/CDs/Keepers /mnt/MyCDs/. sending incremental file list

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 18:07, Samuel Sieb wrote: On 11/12/20 5:45 PM, ToddAndMargo via users wrote: I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not     reside on the source Problem: the extra files on the destination

Re: Need help with rsync

2020-11-12 Thread Samuel Sieb
On 11/12/20 5:45 PM, ToddAndMargo via users wrote: I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not    reside on the source Problem: the extra files on the destination are not being removed.

Need help with rsync

2020-11-12 Thread ToddAndMargo via users
Hi All, I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not reside on the source Problem: the extra files on the destination are not being removed. This is bash code: Synchronize () { # $1 rsync command

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Patrick O'Callaghan
On Thu, 2020-11-12 at 14:27 +0100, Roberto Ragusa wrote: > On 2020-11-12 13:42, George N. White III wrote: > > On Thu, 12 Nov 2020 at 07:58, Patrick O'Callaghan > > wrote: > > > > I've seen several articles about using your smartphone as a webcam. > > Some

Re: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists)...

2020-11-12 Thread Tom Horsley
On Thu, 12 Nov 2020 09:08:55 -0500 Neal Becker wrote: > Should I care? I've been getting those for a while and ignoring them. I figure if something stops working right, I might remember that I saw them and investigate :-). Nothing has stopped working yet.

Re: coredump problems

2020-11-12 Thread Tom Horsley
On Thu, 12 Nov 2020 08:54:22 -0500 Neal Becker wrote: > Any ideas? A standard fedora install these days does all sorts of stuff to intercept core files (which is an incredible pain in the butt when you want to get an actual core file for debugging). Check the contents of

Re: coredump problems

2020-11-12 Thread Neal Becker
Here's a 2nd example: Nov 12 09:09:50 nbecker2 kernel: thg[1464078]: segfault at 10 ip 7fed76a1382c sp 7ffddd982ed0 error 4 in libpython3.9.so.1.0[7fed76977000+1a9000] Nov 12 09:09:50 nbecker2 kernel: Code: f6 ff eb d6 66 2e 0f 1f 84 00 00 00 00 00 48 8b 15 19 35 20 00 41 54 48 b8 ef ff

Not setting net/ipv4/conf/all/rp_filter (explicit setting exists)...

2020-11-12 Thread Neal Becker
With today's updates I saw these messages: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists). Not setting net/ipv4/conf/default/rp_filter (explicit setting exists). Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists). Not setting

coredump problems

2020-11-12 Thread Neal Becker
I install the latest tortoisehg using pip --user. It is segfaulting (coredumped). However, there is no core. ulimit -c says unlimited. coredumpclt list does not show it (should be python actually) /var/log/messages shows: Nov 12 08:47:53 nbecker2 systemd[1]: Started Process Core Dump (PID

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Patrick O'Callaghan
On Thu, 2020-11-12 at 08:42 -0400, George N. White III wrote: > On Thu, 12 Nov 2020 at 07:58, Patrick O'Callaghan > wrote: > > > I've seen several articles about using your smartphone as a webcam. > > Some of them even mention Linux. > > > > I run Zoom on an old Nexus smartphone (no SIM). The

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Roberto Ragusa
On 2020-11-12 13:42, George N. White III wrote: On Thu, 12 Nov 2020 at 07:58, Patrick O'Callaghan mailto:pocallag...@gmail.com>> wrote: I've seen several articles about using your smartphone as a webcam. Some of them even mention Linux. I run Zoom on an old Nexus smartphone (no SIM). 

Re: Recommendations for video-conferencing setup

2020-11-12 Thread George N. White III
On Thu, 12 Nov 2020 at 07:58, Patrick O'Callaghan wrote: > I've seen several articles about using your smartphone as a webcam. > Some of them even mention Linux. > I run Zoom on an old Nexus smartphone (no SIM). The phone has a decent camera and mike, and gives more flexibility for the

Re: Fedora on a remote mac

2020-11-12 Thread George N. White III
On Wed, 11 Nov 2020 at 18:29, S Bob wrote: > Hi all; > > I have a Fedora 33 laptop. I also have a mac running OSX 10.15 > > I want to run firefox on the mac but display it on the Fedora laptop. > Your options include X11, RDP (Microsoft Remote Desktop), and RFB (VNC). There might be ways to use

Re: Recommendations for video-conferencing setup

2020-11-12 Thread Patrick O'Callaghan
On Wed, 2020-11-11 at 23:18 +0100, Roberto Ragusa wrote: > On 2020-11-10 18:49, Patrick O'Callaghan wrote: > > I occasionally participate in Zoom calls using my Android tablet, and > > everything Just Works(tm). I'd like to do the same on my desktop with > > Fedora, but despite testing three

Re: python-enum34 for ceph

2020-11-12 Thread Ed Greshko
On 12/11/2020 17:59, Eyal Lebedinsky wrote: True. I already tried this but the list was long and I did not want to spend  the time wading through it. Most of it was python3 modules. I will wait. I see. Just for fun I ran "dnf install ceph" and the install (if allowed to continue) was 97

Re: python-enum34 for ceph

2020-11-12 Thread Eyal Lebedinsky
On 12/11/2020 20.10, Ed Greshko wrote: On 12/11/2020 16:40, Eyal Lebedinsky wrote: On 12/11/2020 13.38, Samuel Sieb wrote: On 11/11/20 5:52 PM, Eyal Lebedinsky wrote: For a few weeks now I get this error for "dnf update"  nothing provides python-enum34 needed by

Re: python-enum34 for ceph

2020-11-12 Thread Ed Greshko
On 12/11/2020 16:40, Eyal Lebedinsky wrote: On 12/11/2020 13.38, Samuel Sieb wrote: On 11/11/20 5:52 PM, Eyal Lebedinsky wrote: For a few weeks now I get this error for "dnf update"  nothing provides python-enum34 needed by ceph-mgr-2:14.2.12-1.fc32.x86_64 I'm curious how that was even

Re: f32:: teamd process takes 100% cput - libteam bug, solved in 1.31

2020-11-12 Thread Ed Greshko
On 12/11/2020 16:14, Adrian Sevcenco wrote: Sure, thanks a lot for your help!!! But i have to report that after another update of the host and a reboot the problem was really solved ... i'm not sure but i think that even the kernel was  updated so i rally cannot pin-point the exact solution...

Re: python-enum34 for ceph

2020-11-12 Thread Eyal Lebedinsky
On 12/11/2020 13.38, Samuel Sieb wrote: On 11/11/20 5:52 PM, Eyal Lebedinsky wrote: For a few weeks now I get this error for "dnf update"  nothing provides python-enum34 needed by ceph-mgr-2:14.2.12-1.fc32.x86_64 I'm curious how that was even able to be built.  There is no python-enum34

Re: Run Firefox on a remote mac with display on my Linux laptop

2020-11-12 Thread Roberto Ragusa
On 2020-11-12 00:56, Jonathan Billings wrote: You can turn on VNC and connect to the desktop remotely, but the apps are still displaying on the Mac. You can also install Xorg and compile Firefox for X11, but it wouldn’t be the same Firefox you run locally on a Mac. If the Mac is able to

Re: f32:: teamd process takes 100% cput - libteam bug, solved in 1.31

2020-11-12 Thread Adrian Sevcenco
On 11/12/20 2:33 AM, Ed Greshko wrote: On 12/11/2020 07:46, Adrian Sevcenco wrote: On 11/11/20 1:43 PM, Ed Greshko wrote: On 11/11/2020 19:10, Adrian Sevcenco wrote: On 11/11/20 10:22 AM, Adrian Sevcenco wrote: Hi! I have a strange situation where my teamd process take 100% processor without