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, Virgi

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.

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 ho

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://

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 alread

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,

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 G

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 b

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 w

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 f

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

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 filt

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

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 re

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 a

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 > morni

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

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

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=142

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

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 >

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 c

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.

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 place

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 eit