<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
Hi Folks!<br>
<br>
<blockquote type="cite"
cite="mid:mailman.102.1511405893.1535.mythtv-users@mythtv.org">
<pre wrap="">If the UserId and Password above match what the Schedules Direct site
says are the correct values, then we need to delve deeper into the
Internet traffic to see what the problem is. So I would recommend
installing Wireshark and running it while you run mythfilldatabase
manually, and looking at the traffic to the Schedules Direct site. You
should then be able to see the exact traffic and the error reply. When
installing Wireshark, it will ask if you want to allow non-root users
to use it, as this is a security risk. Allowing any user to run
Wireshark allows them to see all the network traffic, which can
contain passwords and other sensitive information. Since I am the
only person who uses my PCs, I allow all users to run Wireshark, but
you may not want that if your situation is different.
</pre>
</blockquote>
<br>
OK think I posted something (possibly useless) from Wireshark at
<a class="moz-txt-link-freetext" href="https://pastebin.com/SfczTdK8">https://pastebin.com/SfczTdK8</a>. <br>
<br>
As for the dumpcap permission, found this:<br>
<blockquote>
<h3
id="Setting_network_privileges_for_dumpcap_if_your_kernel_and_file_system_don.27t_support_file_capabilities">Setting
network privileges for dumpcap if your kernel and file system
don't support file capabilities</h3>
<span class="anchor" id="line-93"></span>
<p class="line874">In this case, you will need to make dumpcap
set-UID to root. <span class="anchor" id="line-94"></span><span
class="anchor" id="line-95"></span></p>
<p class="line862">1. <tt>chown root /usr/sbin/dumpcap</tt>
(NOTE: Replace <tt>/usr/sbin</tt> with <tt>/usr/bin</tt> in
this command and the next command in case you receive an error
that indicates that dumpcap isn't in <tt>/usr/sbin</tt>) <span
class="anchor" id="line-96"></span><span class="anchor"
id="line-97"></span></p>
2. <tt>chmod u+s /usr/bin/dumpcap</tt><br>
</blockquote>
<br>
Wanted sudo - but didn't fix the problem.<br>
<br>
Did find running sudo wireshark shows the various interfaces. Yea!
Of course then the problem is I have to run mythfilldatabase from a
different Terminal and that doesn't seem to work. <br>
<br>
Stay tuned! :)<br>
<br>
Barry<br>
<br>
<br>
</body>
</html>