Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Ed Greshko
On 2020-08-23 06:07, ToddAndMargo via users wrote: > Missed that.  Now they are all absolute paths.  Good > catch.  Thank you! > > I use absolute paths when I will sometimes be operating > outside the shell.  It is a habit of mine to not trust > $PATH from the shell.  I do it all the time as a > "j

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread ToddAndMargo via users
With everyone's help: my Str $WebSite = "https://www.eset.com/us/business/endpoint-security/windows-security/download/";; # need that trailing backslash my Str $WebSite2= ""; my Str $RevSite = ""; my Str $WebPage = ""; my $PageStatus; my Str $ReturnStr; m

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Tom H
On Sun, Aug 23, 2020 at 12:07 AM ToddAndMargo via users wrote: > On 2020-08-22 05:25, Tom H wrote: >> >> 5) Why do you use "/usr/bin/nmcli" 6 times and "nmcli" twice? >> There's no need for absolute paths. > > Missed that. Now they are all absolute paths. Good > catch. Thank you! > > I use absolut

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Patrick O'Callaghan
On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote: > > 3) Why do you use "sed -n 1,1p" in GetGW? > > > Because I only wanted the first line. Sometimes > > with that commend you get two lines back. I am > > covering all my bases. head -1 poc

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Tim via users
On Sat, 2020-08-22 at 15:07 -0700, ToddAndMargo via users wrote: > I use absolute paths when I will sometimes be operating > outside the shell. Wouldn't it be easier to set up the path in your script, rather than use full paths for every command? -- uname -rsvp Linux 3.10.0-1127.18.2.el7.x86_

Links to redhat subscriber only content from Fedora

2020-08-23 Thread jeandet
Hello, While looking in /etc/modprobe.d/ I found this file batman-adv- blacklist.conf which has a funny name so I read it and here is the content: == # This kernel module can be automatically loaded by non-root users. To # enhance system

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread Jeremy Nicoll - ml fedora
On 2020-08-23 02:42, ToddAndMargo via users wrote: Hi All, This is a puzzle I have been working on for about two years. Yes, and you've asked lots of questions on the curl mailing list and, it seems, not read (or not understood) what you've been told. Problem is that the revision is genera

Re: Mouse right-click works intermittently

2020-08-23 Thread Tom Horsley
Earlier in this thread someone said they used a usb 2 hub to get their wireless dongles away from the usb 3 ports. I dug up an old hub I had and gave it a try. I can't for sure say it worked, because I don't have a long enough trial period yet, but I haven't noticed any mouse clicks go missing sin

Re: Links to redhat subscriber only content from Fedora

2020-08-23 Thread Qiyu Yan
This is funny, we need to report this to kernel team. As for a reason, maybe the one who wrote this forget this link is subscriber only (getting a free subscription for development usage is easy). ___ users mailing list -- users@lists.fedoraproject.org

Re: Mouse right-click works intermittently

2020-08-23 Thread Paul Smith
On Sun, Aug 23, 2020 at 7:39 AM Samuel Sieb wrote: > > > Recently, when I right-click on my mouse, sometimes it works, but > > other times not. I am using XFCE on Fedora 32. Could you please help > > me? > > Try running "xev" or "evtest" to see if the events are actually > happening. "xev" shows

kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Anthony Joseph Messina
Strange thing after upgrading a client to kernel-5.7.17, the client is unable to list files/directories from an NFS server running kernel-5.7.15 (NFS v4.2 / Kerberos mounted /home). The files/directories seem to be accessible if I type in their names, but are not available via ls -l. Reverting

Re: kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Tom Horsley
On Sun, 23 Aug 2020 12:11:54 -0500 Anthony Joseph Messina wrote: > Has anyone else see this? I haven't seen that specific combination. I have seen a possibly stranger thing: There is a virtual machine at work where a test we run does a "cp /nfs/mounted/dir/* ." and one file from /nfs/mounted/dir

Re: kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Anthony Joseph Messina
On Sunday, August 23, 2020 12:11:54 PM CDT Anthony Joseph Messina wrote: > Strange thing after upgrading a client to kernel-5.7.17, the client is > unable to list files/directories from an NFS server running kernel-5.7.15 > (NFS v4.2 / Kerberos mounted /home). The files/directories seem to be > acc

Re: network printer discovery

2020-08-23 Thread Neal Becker
If I stop firewall (systemctl stop iptables) I can communicate with the printer. If I restart the firewall I get "unable to locate printer". My printer is dnssd://Brother%20HL-L2395DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-3c2af4436b47 Any ideas? On Mon, Aug 17, 2020 at 11:38 AM

Re: network printer discovery

2020-08-23 Thread PGNet Dev
On 8/23/20 10:52 AM, Neal Becker wrote: > If I stop firewall (systemctl stop iptables) I can communicate with the > printer.  If I restart the firewall I get "unable to locate printer". > My printer is > dnssd://Brother%20HL-L2395DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-3c2af4436b

Re: Mouse right-click works intermittently

2020-08-23 Thread Samuel Sieb
On 8/23/20 10:07 AM, Paul Smith wrote: On Sun, Aug 23, 2020 at 7:39 AM Samuel Sieb wrote: Recently, when I right-click on my mouse, sometimes it works, but other times not. I am using XFCE on Fedora 32. Could you please help me? Try running "xev" or "evtest" to see if the events are actuall

Re: network printer discovery

2020-08-23 Thread Neal Becker
Thanks! Good info. After opening port 5353 udp it seems to be working fine. I could have setup manually, but wasn't sure what the URI should be. On Sun, Aug 23, 2020 at 2:31 PM PGNet Dev wrote: > On 8/23/20 10:52 AM, Neal Becker wrote: > > If I stop firewall (systemctl stop iptables) I can com

Re: network printer discovery

2020-08-23 Thread PGNet Dev
On 8/23/20 12:55 PM, Neal Becker wrote: > Thanks!  Good info.  After opening port 5353 udp it seems to be working fine. > I could have setup manually, but wasn't sure what the URI should be. https://wiki.archlinux.org/index.php/CUPS/Printer-specific_problems ... HL-L2395DW br

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 06:33, Jeremy Nicoll - ml fedora wrote: On 2020-08-23 02:42, ToddAndMargo via users wrote: Hi All, This is a puzzle I have been working on for about two years. Yes, and you've asked lots of questions on the curl mailing list and, it seems, not read (or not understood) what you'v

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread Samuel Sieb
On 8/23/20 3:09 PM, ToddAndMargo via users wrote: On 2020-08-23 06:33, Jeremy Nicoll - ml fedora wrote: On 2020-08-23 02:42, ToddAndMargo via users wrote: Problem is that the revision is generated by a java script. No it isn't (as someone else here has explained). Also there is no Java invol

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 15:19, Samuel Sieb wrote: JavaScript is one word.  "A java script" as you wrote earlier could easily be misunderstood. That explains it. Thank you! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 00:42, Ed Greshko wrote: On 2020-08-23 06:07, ToddAndMargo via users wrote: Missed that.  Now they are all absolute paths.  Good catch.  Thank you! I use absolute paths when I will sometimes be operating outside the shell.  It is a habit of mine to not trust $PATH from the shell. 

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 02:54, Tim via users wrote: On Sat, 2020-08-22 at 15:07 -0700, ToddAndMargo via users wrote: I use absolute paths when I will sometimes be operating outside the shell. Wouldn't it be easier to set up the path in your script, rather than use full paths for every command? Only th

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 02:19, Tom H wrote: On Sun, Aug 23, 2020 at 12:07 AM ToddAndMargo via users wrote: On 2020-08-22 05:25, Tom H wrote: 5) Why do you use "/usr/bin/nmcli" 6 times and "nmcli" twice? There's no need for absolute paths. Missed that. Now they are all absolute paths. Good catch. Than

Re: Anyone know how to get around a java script on this web page?

2020-08-23 Thread ToddAndMargo via users
$RevSite ~~ s| .*? 'https://www.eset.com/us/business/endpoint-security/windows-security/download/?type=13554' |https://www.eset.com/us/business/endpoint-security/windows-security/download/?type=13554|; I cleaned that regex up: if ( $RevSite ~~ s| .*? ('https://www.eset.com/us/home/internet-

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 02:53, Patrick O'Callaghan wrote: On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote: 3) Why do you use "sed -n 1,1p" in GetGW? Because I only wanted the first line. Sometimes with that commend you get two lines back. I am covering all my bases. head -1 poc

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 16:01, ToddAndMargo via users wrote: On 2020-08-23 02:53, Patrick O'Callaghan wrote: On Sat, 2020-08-22 at 18:21 -0700, ToddAndMargo via users wrote: 3) Why do you use "sed -n 1,1p" in GetGW? Because I only wanted the first line.  Sometimes with that commend you get two lines

Re: kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Eyal Lebedinsky
On 2020-08-24 03:11, Anthony Joseph Messina wrote: Strange thing after upgrading a client to kernel-5.7.17, the client is unable to list files/directories from an NFS server running kernel-5.7.15 (NFS v4.2 / Kerberos mounted /home). The files/directories seem to be accessible if I type in their

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread Samuel Sieb
On 8/23/20 3:52 PM, ToddAndMargo via users wrote: Exact path helps where things have the same names too: /etc/alternatives/ifup /usr/sbin/ifup /usr/share/bash-completion/completions/ifup /var/lib/alternatives/ifup How is that relevant? Only one of those should ever be in the path and of the

Bluetooth Headset Not Working

2020-08-23 Thread Richard Kimberly Heck
Hi, all, I gather this is something of a known issue, but I wonder if anyone here can help. I'm trying to set up a bluetooth headset for use when teaching by Zoom. I have tried this with two different headsets and have the same problem with both. Pairing goes fine. If I choose "High Fidelity Play

Re: What is wrong with my `nmcli device status`?

2020-08-23 Thread ToddAndMargo via users
On 2020-08-23 18:22, Samuel Sieb wrote: On 8/23/20 3:52 PM, ToddAndMargo via users wrote: Exact path helps where things have the same names too: /etc/alternatives/ifup /usr/sbin/ifup /usr/share/bash-completion/completions/ifup /var/lib/alternatives/ifup How is that relevant?  Only one of thos

Re: Bluetooth Headset Not Working

2020-08-23 Thread Samuel Sieb
On 8/23/20 7:31 PM, Richard Kimberly Heck wrote: I gather this is something of a known issue, but I wonder if anyone here can help. I'm trying to set up a bluetooth headset for use when teaching by Zoom. I have tried this with two different headsets and have the same problem with both. I get