Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-17 Thread InvalidPath
Well thats just it.. on linux IDK where the correct location is.  I tried
placing it and the ca.crt in the same folder, then specifying the entire
path in the .ovpn and both times the gui prompted me, do I want to copy
them to /home/user/etc/etc and I chose yes.  But the connection times out
in either case.

On Fri, Feb 17, 2017 at 10:34 PM, Ed Greshko  wrote:

> On 02/18/17 13:23, Ed Greshko wrote:
> > It is more than likely that there is a problem with the config file.  As
> > I noted in the BZ your config file seems incomplete.
>
> Actually, taking a closer look at the config file it seems it may be
> complete.
>
> The question I would have is, where have you placed
> -fw-1-udp-34447-ca.crt and -fw-1-udp-34447-tls.key.
>
> I have had problems when placing certs in non-standard locations as this
> can result in selinux errors resulting in unsuccessful connections.
>
> --
> Fedora Users List - The place to go to get others to do the work for you
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-17 Thread Ed Greshko
On 02/18/17 13:23, Ed Greshko wrote:
> It is more than likely that there is a problem with the config file.  As
> I noted in the BZ your config file seems incomplete. 

Actually, taking a closer look at the config file it seems it may be
complete.

The question I would have is, where have you placed
-fw-1-udp-34447-ca.crt and -fw-1-udp-34447-tls.key.

I have had problems when placing certs in non-standard locations as this
can result in selinux errors resulting in unsuccessful connections.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Joe Zeff

On 02/17/2017 05:43 PM, Ed Greshko wrote:

On 02/18/17 09:21, Joe Zeff wrote:

>On 02/17/2017 10:40 AM, Bob Goodwin wrote:

>>What am I doing wrong?
>>
>># wireshark
>>bash: wireshark: command not found

>
>whereis wireshark

Of course that only works if you actually have the package installed.


Yes, but my suggestion tells you really, really quickly if it's 
installed or not.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-17 Thread Ed Greshko
On 02/18/17 12:52, InvalidPath wrote:
> Thanks Ed but let me ask.. is this the proper way to ask questions
> rather than reporting issues, errors or potential bugs?
>
Well, your problem turn out to not be a bug. 

So, writing a bugzilla that ends up not being an actual bug is not a
good idea.  It can take time away from fixing actual bugs.  It also goes
to smaller group of people. 

The importing of openVPN configurations is known to work.  As I've said,
I have mine from IronSocket and everything works fine.  You are now able
to import your configuration file, but you're having trouble.

It is more than likely that there is a problem with the config file.  As
I noted in the BZ your config file seems incomplete.  More information
is needed from you to help determine if there is an actual bug and not a
usage problem.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-17 Thread InvalidPath
Thanks Ed but let me ask.. is this the proper way to ask questions rather
than reporting issues, errors or potential bugs?

On Fri, Feb 17, 2017 at 7:08 PM, Ed Greshko  wrote:

> On 02/16/17 22:13, InvalidPath wrote:
> > Done, file uploaded.
> >
> > On Wed, Feb 15, 2017 at 10:14 PM, poma  > > wrote:
> >
> > On 15.02.2017 00:10, Ed Greshko wrote:
> > [...]
> > > I have, instead, filed this
> > > https://bugzilla.redhat.com/show_bug.cgi?id=1422273
> > 
> > >
> >
>
> OK
>
> You should close that BZ.  The problem you reported was due to your not
> having plasma-nm-openvpn installed.
>
> You seem to have other problems.  But they are unrelated to the
> importing issue.  So, if you need more assistance you can ask here.  I
> would suggest, however, you provide details about your VPN provider.
> I've encountered a few that issue somewhat non-standard ovpn configs and
> they don't import well.
>
> --
> Fedora Users List - The place to go to get others to do the work for you
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Rick Stevens
On 02/17/2017 05:43 PM, Ed Greshko wrote:
> On 02/18/17 09:21, Joe Zeff wrote:
>> On 02/17/2017 10:40 AM, Bob Goodwin wrote:
>>> What am I doing wrong?
>>>
>>> # wireshark
>>> bash: wireshark: command not found
>>
>> whereis wireshark
> 
> Of course that only works if you actually have the package installed.
> 
> dnf whatprovides *bin/wireshark
> 
> I've found the above tends to provide more initial help.

I think this has been resolved. "dnf install wireshark" does not
install the GUI. The description says it's a meta package that is
supposed to pull in wireshark-cli and wireshark-qt, but only
wireshark-cli is listed as a prerequisite. The symlink chain:

/usr/sbin/wireshark -> /etc/alternatives/wireshark ->
/usr/sbin/wireshark-gtk OR
/usr/sbin/wireshark-qt

is provided by either wireshark-gtk or wireshark-qt, respectively.

So, you need to install wireshark-[gtk|qt] (depending on your desires)
for the GUI to work. I have the GTK version and it lists both wireshark
and wireshark-cli as prerequisites. Does it pull them in when you
install wireshark-gtk? I don't know as I can't recall how I installed
it in the first place (it was long ago...this machine started out as
F20 way back when and it's been upgraded to F25 via yum/dnf in several
steps).

The OP (Bob G.) did a "dnf install wireshark-qt" and it seems
functional for him at this time.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-  On a scale of 1 to 10 I'd say...  oh, somewhere in there. -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-17 Thread Ed Greshko
On 02/16/17 22:13, InvalidPath wrote:
> Done, file uploaded.
>
> On Wed, Feb 15, 2017 at 10:14 PM, poma  > wrote:
>
> On 15.02.2017 00:10, Ed Greshko wrote:
> [...]
> > I have, instead, filed this
> > https://bugzilla.redhat.com/show_bug.cgi?id=1422273
> 
> >
>

OK

You should close that BZ.  The problem you reported was due to your not
having plasma-nm-openvpn installed.

You seem to have other problems.  But they are unrelated to the
importing issue.  So, if you need more assistance you can ask here.  I
would suggest, however, you provide details about your VPN provider. 
I've encountered a few that issue somewhat non-standard ovpn configs and
they don't import well.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Ed Greshko
On 02/18/17 09:21, Joe Zeff wrote:
> On 02/17/2017 10:40 AM, Bob Goodwin wrote:
>> What am I doing wrong?
>>
>> # wireshark
>> bash: wireshark: command not found
>
> whereis wireshark

Of course that only works if you actually have the package installed.

dnf whatprovides *bin/wireshark

I've found the above tends to provide more initial help.

-- 
Fedora Users List - The place to go to get others to do the work for you
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Joe Zeff

On 02/17/2017 10:40 AM, Bob Goodwin wrote:

What am I doing wrong?

# wireshark
bash: wireshark: command not found


whereis wireshark
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-17 Thread poma
On 17.02.2017 19:46, Bob Goodwin wrote:
> On 02/16/17 16:21, Bob Goodwin wrote:
>>
>> *** Error ***
>> PTP Invalid Storage ID
>> *** Error (-1: 'Unspecified error') ***
>>
>> It may need reboot? Will check again, 
>> probably in the morning. 
> +
> 
> I still have the same error after this 
> morning's reboot. I'm losing interest in 
> the iPhone and its camera.
> 
> Bob
> 

Joie de vivre.

Considering that any smartphone device can share files via Wi-Fi, currently 
broken USB method should not be nothing critical, right.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Rick Stevens
On 02/17/2017 01:49 PM, Bob Goodwin wrote:
> On 02/17/17 15:33, Rick Stevens wrote:
>>> Now to figure out how I can look at my network activity?
>> A fairly useful tool there is "iptraf-ng" (available in the repos).
>> It's a curses-based (terminal) app that shows source and destination
>> packet addresses, ports, etc. in real time and it supports filters.
>> It's best if run as root.
>>
>> We use it to watch servers and such (ssh to the server, run iptraf-ng
>> in that terminal with a filter that excludes the ssh traffic between
>> the two systems involved.)
>> --
>> - Rick Stevens, Systems
> +
> 
> Ok, I have "iptraf-ng" running and can see the link to my wireless video
> cameras in the barn. now I assume there is a way to feed that into
> wireshark and perhaps extract more information? This looks pretty
> complex and I will have to experiment with it for a while ... I'm
> already in over my head!

Uhm, yeah. You now have the IP addresses and ports of the cameras.
Open wireshark. On the opening page, click on the network interface
of your machine you're interested in (e.g. "eno1" or whatever).
Then click on "Capture Options". In the "Capture Filter" box, enter:

host 

and then click "Start". Let it capture data for some period of time,
then hit the big red square to stop the capture. You should now see
data that went to/came from that IP address.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread InvalidPath
What problem are you having that you need to packet sniff wifi cameras?

On Fri, Feb 17, 2017 at 2:49 PM, Bob Goodwin  wrote:

> On 02/17/17 15:33, Rick Stevens wrote:
>
>> Now to figure out how I can look at my network activity?
>>>
>> A fairly useful tool there is "iptraf-ng" (available in the repos).
>> It's a curses-based (terminal) app that shows source and destination
>> packet addresses, ports, etc. in real time and it supports filters.
>> It's best if run as root.
>>
>> We use it to watch servers and such (ssh to the server, run iptraf-ng
>> in that terminal with a filter that excludes the ssh traffic between
>> the two systems involved.)
>> --
>> - Rick Stevens, Systems
>>
> +
>
> Ok, I have "iptraf-ng" running and can see the link to my wireless video
> cameras in the barn. now I assume there is a way to feed that into
> wireshark and perhaps extract more information? This looks pretty complex
> and I will have to experiment with it for a while ... I'm already in over
> my head!
>
> Thanks,
>
> Bob
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread InvalidPath
Almost! lol.  Thanks for that!

On Fri, Feb 17, 2017 at 1:51 PM, Rick Stevens  wrote:

> On 02/17/2017 12:28 PM, InvalidPath wrote:
> > Didn't yum, and other package managers, used to like provide a list of
> > matching package names in the past?  Sort of like an auto-complete,
> > allowing you to run a 'dnf install wireshark' then display other
> > packages with  in the name for you to choose?
>
> You can always "dnf install wireshark*" to install the lot. Similarly,
> "dnf list wireshark*" will list all the wireshark packages.
>
> "dnf install wireshark" should have pulled in wireshark-cli since
> that's a prerequisite to wireshark. The "/usr/sbin/wireshark" symlink
> to "/etc/alternatives/wireshark" (which is, in turn a symlink to
> "/usr/sbin/wireshark-gtk" or "/usr/sbin/wireshark-qt") is created by
> either wireshark-gtk or wireshark-qt (the GUI frontends to wireshark),
> respectively.
>
> wireshark-gtk (which is what I have installed) lists wireshark-cli and
> wireshark as prerequisites.
>
> Has your head exploded yet? Mine is threatening to!
>
> > On Fri, Feb 17, 2017 at 11:58 AM, Bob Goodwin  > > wrote:
> >
> > On 02/17/17 13:49, Rick Stevens wrote:
> >> wireshark itself is a meta RPM that should pull in wireshark-cli and
> >> wireshark-qt. Make sure those are installed.
> > +
> >
> > Good, it wasn't me,
> >
> > # dnf install wireshark-qt
> >
> > That seems to have fixed it,
> >
> > Thank you,
> >
> > Bob
> >
> > --
> > Bob Goodwin - Zuni, Virginia, USA
> > http://www.qrz.com/db/W2BOD
> > box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
> >
> >
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > 
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > 
> >
> >
> >
> >
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> >
>
>
> --
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> -   NEWS FLASH! Intelligence of mankind decreasing!  Details at...   -
> - uh, when, uh, the little hand is, uh, on the...  Aw, NUTS! -
> --
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Bob Goodwin

On 02/17/17 15:33, Rick Stevens wrote:

Now to figure out how I can look at my network activity?

A fairly useful tool there is "iptraf-ng" (available in the repos).
It's a curses-based (terminal) app that shows source and destination
packet addresses, ports, etc. in real time and it supports filters.
It's best if run as root.

We use it to watch servers and such (ssh to the server, run iptraf-ng
in that terminal with a filter that excludes the ssh traffic between
the two systems involved.)
--
- Rick Stevens, Systems

+

Ok, I have "iptraf-ng" running and can 
see the link to my wireless video 
cameras in the barn. now I assume there 
is a way to feed that into wireshark and 
perhaps extract more information? This 
looks pretty complex and I will have to 
experiment with it for a while ... I'm 
already in over my head!


Thanks,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Rick Stevens
On 02/17/2017 12:28 PM, InvalidPath wrote:
> Didn't yum, and other package managers, used to like provide a list of
> matching package names in the past?  Sort of like an auto-complete,
> allowing you to run a 'dnf install wireshark' then display other
> packages with  in the name for you to choose?

You can always "dnf install wireshark*" to install the lot. Similarly,
"dnf list wireshark*" will list all the wireshark packages.

"dnf install wireshark" should have pulled in wireshark-cli since
that's a prerequisite to wireshark. The "/usr/sbin/wireshark" symlink
to "/etc/alternatives/wireshark" (which is, in turn a symlink to
"/usr/sbin/wireshark-gtk" or "/usr/sbin/wireshark-qt") is created by
either wireshark-gtk or wireshark-qt (the GUI frontends to wireshark),
respectively.

wireshark-gtk (which is what I have installed) lists wireshark-cli and
wireshark as prerequisites.

Has your head exploded yet? Mine is threatening to!

> On Fri, Feb 17, 2017 at 11:58 AM, Bob Goodwin  > wrote:
> 
> On 02/17/17 13:49, Rick Stevens wrote:
>> wireshark itself is a meta RPM that should pull in wireshark-cli and
>> wireshark-qt. Make sure those are installed.
> +
> 
> Good, it wasn't me,
> 
> # dnf install wireshark-qt
> 
> That seems to have fixed it,
> 
> Thank you,
> 
> Bob
> 
> -- 
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
> 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> 
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 
> 
> 
> 
> 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 


-- 
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   NEWS FLASH! Intelligence of mankind decreasing!  Details at...   -
- uh, when, uh, the little hand is, uh, on the...  Aw, NUTS! -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Rick Stevens
On 02/17/2017 12:01 PM, Bob Goodwin wrote:
> 
> 
> On 02/17/17 14:51, Frank Pikelner wrote:
>> Have you installed "wireshark-gnome"?
>>
>> Do that and then run "wireshark"
>>
>> Best,
>>
>> Frank
> +
> 
> It was already installed but needed "wireshark-qt." Dunno why it wasn't
> there?
> 
> Now to figure out how I can look at my network activity?

A fairly useful tool there is "iptraf-ng" (available in the repos).
It's a curses-based (terminal) app that shows source and destination
packet addresses, ports, etc. in real time and it supports filters.
It's best if run as root.

We use it to watch servers and such (ssh to the server, run iptraf-ng
in that terminal with a filter that excludes the ssh traffic between
the two systems involved.)
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   I haven't lost my mind.  It's backed up on tape somewhere, but   -
-   probably not recoverable.-
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread InvalidPath
Didn't yum, and other package managers, used to like provide a list of
matching package names in the past?  Sort of like an auto-complete,
allowing you to run a 'dnf install wireshark' then display other packages
with  in the name for you to choose?

On Fri, Feb 17, 2017 at 11:58 AM, Bob Goodwin 
wrote:

> On 02/17/17 13:49, Rick Stevens wrote:
>
> wireshark itself is a meta RPM that should pull in wireshark-cli and
> wireshark-qt. Make sure those are installed.
>
> +
>
> Good, it wasn't me,
>
> # dnf install wireshark-qt
>
> That seems to have fixed it,
>
> Thank you,
>
> Bob
>
> --
> Bob Goodwin - Zuni, Virginia, USAhttp://www.qrz.com/db/W2BOD
> box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
>
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Bob Goodwin



On 02/17/17 14:54, Rick Stevens wrote:

Good deal. BTW, Bob, could you set your email system so it doesn't
post HTML to the list? Some of your messages are HTML and some aren't.
Your first post was text only while this last response, for example, was
HTML. Not only that, it was white text on a black background.

+

That should not happen but apparently 
does. Thunderbird is set to send plain 
text to users@lists.fedoraproject.org. 
but to be safe I try to remember to set 
it in Options for each message to the 
list, when I forget people sometimes 
notice as you did. Everything I look at, 
well almost everything, is white on 
black, optimum for my eyesight.


I will probably not do that again for a 
while now that you mentioned it, I try, 
knowing others want an ordinary plain 
text presentation.


Sorry,

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Wildblue POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Bob Goodwin



On 02/17/17 14:51, Frank Pikelner wrote:

Have you installed "wireshark-gnome"?

Do that and then run "wireshark"

Best,

Frank

+

It was already installed but needed 
"wireshark-qt." Dunno why it wasn't there?


Now to figure out how I can look at my 
network activity?


Thanks,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Wildblue POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Rick Stevens
On 02/17/2017 10:58 AM, Bob Goodwin wrote:
> On 02/17/17 13:49, Rick Stevens wrote:
>> wireshark itself is a meta RPM that should pull in wireshark-cli and
>> wireshark-qt. Make sure those are installed.
> +
> 
> Good, it wasn't me,
> 
> # dnf install wireshark-qt
> 
> That seems to have fixed it,

Good deal. BTW, Bob, could you set your email system so it doesn't
post HTML to the list? Some of your messages are HTML and some aren't.
Your first post was text only while this last response, for example, was
HTML. Not only that, it was white text on a black background.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   A squeegee, by any other name, wouldn't sound as funny.  -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Frank Pikelner
Have you installed "wireshark-gnome"?

Do that and then run "wireshark"

Best,

Frank

On Fri, Feb 17, 2017 at 1:40 PM, Bob Goodwin  wrote:
> .
> What am I doing wrong?
>
> # wireshark
> bash: wireshark: command not found
>
> # dnf install wireshark
> Package wireshark-2.2.4-1.fc25.x86_64 is already installed, skipping.
>
> It's available if I can believe that but apparently I don't know how to get
> it to run ...
>
> Bob
>
> --
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-17 Thread Bob Goodwin

On 02/17/17 13:49, Rick Stevens wrote:

wireshark itself is a meta RPM that should pull in wireshark-cli and
wireshark-qt. Make sure those are installed.

+

Good, it wasn't me,

# dnf install wireshark-qt

That seems to have fixed it,

Thank you,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont staart -

2017-02-17 Thread Rick Stevens
On 02/17/2017 10:40 AM, Bob Goodwin wrote:
> .
> What am I doing wrong?
> 
> # wireshark
> bash: wireshark: command not found
> 
> # dnf install wireshark
> Package wireshark-2.2.4-1.fc25.x86_64 is already installed, skipping.
> 
> It's available if I can believe that but apparently I don't know how to
> get it to run ...

wireshark itself is a meta RPM that should pull in wireshark-cli and
wireshark-qt. Make sure those are installed.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
- The world is coming to an end ... SAVE YOUR FILES!!!   -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-17 Thread Bob Goodwin

On 02/16/17 16:21, Bob Goodwin wrote:


*** Error ***
PTP Invalid Storage ID
*** Error (-1: 'Unspecified error') ***

It may need reboot? Will check again, 
probably in the morning. 

+

I still have the same error after this 
morning's reboot. I'm losing interest in 
the iPhone and its camera.


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Wireshark wont staart -

2017-02-17 Thread Bob Goodwin

.
What am I doing wrong?

# wireshark
bash: wireshark: command not found

# dnf install wireshark
Package wireshark-2.2.4-1.fc25.x86_64 is 
already installed, skipping.


It's available if I can believe that but 
apparently I don't know how to get it to 
run ...


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-25/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org