Re: Importing OpenVPN. ovpn file in Fedora 25

2017-02-18 Thread Ed Greshko
On 02/18/17 14:38, InvalidPath wrote:
> 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.


First of all  Many people on this list, myself included, would
appreciate it if you'd put your responses below the text is the reply. 
It makes for easier reading

With Networkmanager it is best to put them under their own directory
under...

~/.local/share/networkmanagement/certificates

For example.

[egreshko@meimei certificates]$ pwd
/home/egreshko/.local/share/networkmanagement/certificates

[egreshko@meimei certificates]$ ls
AU-Sydney-S1   US-Los-Angeles-S3US-San-Jose-S1
US-Kansas-City-S1  US-New-York-City-S1  US-Seattle-S1

Showing I have 6 connections defined.

[egreshko@meimei certificates]$ ls -Z US-Kansas-City-S1
unconfined_u:object_r:home_cert_t:s0 ca.crt
unconfined_u:object_r:home_cert_t:s0 cert.crt
unconfined_u:object_r:home_cert_t:s0 private.key
unconfined_u:object_r:home_cert_t:s0 tls_auth.key

Shows the key files for that one connection and their selinux contents.

Do Not "move" the cert files to their new locations but copy them.  If
you move them they will not have the selinux context and you'll have to
take a second step to restore the context.

Then, when you try connecting you should check the journal (using
journalctl) to see if the connection is made and/or if there are any errors.

A successful connection would look like something similar to this

[egreshko@meimei ~]$ cat openvpn
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: OpenVPN 2.3.14
x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH]
[IPv6] built on Dec  7 2016
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: library versions:
OpenSSL 1.0.2k-fips  26 Jan 2017, LZO 2.08
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: WARNING: No server
certificate verification method has been enabled.  See
http://openvpn.net/howto.html#mitm for more info.
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: NOTE: the current
--script-security setting may allow this configuration to call
user-defined scripts
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: Control Channel
Authentication: using
'/home/egreshko/.local/share/networkmanagement/certificates/US-Seattle-S1/tls_auth.key'
as a OpenVPN static key file
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: NOTE: UID/GID
downgrade will be delayed because of --client, --pull, or --up-delay
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: UDPv4 link local:
[undef]
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: UDPv4 link remote:
[AF_INET]69.4.227.18:53
Feb 18 17:04:00 meimei.greshko.com nm-openvpn[32673]: [isvpn.net] Peer
Connection Initiated with [AF_INET]69.4.227.18:53
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:2:
topology-subnet (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
option 'mssfix' cannot be used in this context ([PUSH-OPTIONS])
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6:
dhcp-pre-release (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:7:
dhcp-renew (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:8:
dhcp-release (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:14:
register-dns (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:15:
block-ipv6 (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: TUN/TAP device
tun0 opened
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]:
/usr/libexec/nm-openvpn-service-openvpn-helper --debug 0 32667
--bus-name org.freedesktop.NetworkManager.openvpn.Connection_9 --tun --
tun0 1500 1570 25.0.8.4 255.255.255.0 init
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: GID set to nm-openvpn
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: UID set to nm-openvpn
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: Initialization
Sequence Completed
Feb 18 17:04:12 meimei.greshko.com nm-openvpn[32673]: SIGTERM received,
sending exit notification to peer
Feb 18 17:04:13 meimei.greshko.com nm-openvpn[32673]:
SIGTERM[soft,exit-with-notification] received, process exiting



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

Re: Wireshark wont staart -

2017-02-18 Thread Bob Goodwin

On 02/17/17 21:09, Rick Stevens wrote:

The OP (Bob G.) did a "dnf install " and it seems
functional for him at this time.
--
- Rick Stevens,

+

I had to install "wireshark-qt"and 
"wireshark-gtk." I did it in that order. 
Before that there was no way to start 
wireshark, at least no way that I could 
think to try ... I think this was a 
fresh install but I am not certain.


--
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-18 Thread Bob Goodwin

On 02/18/17 00:30, Joe Zeff wrote:
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.
___ 


+

whereis wireshark

And I did "locate wireshark" and found 
no "/usr/sbin/wireshark." As soon as I 
installed wireshark.cli it would start. 
And I had removed and reinstalled 
wireshark earlier, before my initial 
query here, with no improvement.


$ whereis wireshark
wireshark: /usr/sbin/wireshark 
/usr/lib64/wireshark 
/usr/share/wireshark 
/usr/share/man/man1/wireshark.1.gz


--
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-18 Thread Bob Goodwin

On 02/17/17 18:18, InvalidPath wrote:
What problem are you having that you 
need to packet sniff wifi cameras?

+

I'm not sure what I might discover, it's 
something Sam Sieb suggested I try in 
another thread and I am just getting to 
it. I have had problems but have managed 
to work through most of them with some 
help from this list. They began the 
daylast spring we [the family] decided 
we would construct the barn ourselves.


I'm using a router configured as 
awireless ethernet bridge for the radio 
link. Getting that to work and provide 
adequatesignal levels is interesting, I 
just bought another RT-N66 router which 
I have reconfigured as the bridge. 
Installing DD-WRT on it was problematic 
so I struggled with the proprietary 
stuff it came with and I think I have 
that working, will test it today hoping 
for a few db more signal. And then there 
are the cameras, everything I buywants 
to be configured with Windows it seems, 
more problems and so far the vendor is 
not much help!


Wireshark won't fix my problems but the 
more information I have about what's 
happening the better the better I feel. 
I probably wont live long enough to 
really understand all this but I keep 
trying ...


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-18 Thread InvalidPath
On Feb 18, 2017 4:25 AM, "Bob Goodwin"  wrote:

On 02/17/17 18:18, InvalidPath wrote:

> What problem are you having that you need to packet sniff wifi cameras?
>
+

I'm not sure what I might discover, it's something Sam Sieb suggested I try
in another thread and I am just getting to it. I have had problems but have
managed to work through most of them with some help from this list. They
began the daylast spring we [the family] decided we would construct the
barn ourselves.

I'm using a router configured as awireless ethernet bridge for the radio
link. Getting that to work and provide adequatesignal levels is
interesting, I just bought another RT-N66 router which I have reconfigured
as the bridge. Installing DD-WRT on it was problematic so I struggled with
the proprietary stuff it came with and I think I have that working, will
test it today hoping for a few db more signal. And then there are the
cameras, everything I buywants to be configured with Windows it seems, more
problems and so far the vendor is not much help!

Wireshark won't fix my problems but the more information I have about
what's happening the better the better I feel. I probably wont live long
enough to really understand all this but I keep trying ...


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



Makse perfect sense. No I was mainly curious, have you tried different
antennae?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gphoto2 problem -

2017-02-18 Thread Bob Goodwin

On 02/17/17 18:26, poma wrote:

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.

+
Yes, the Apple Store provided an app., 
"Simple Transfer" for the purpose which 
offers a wifi connection via Firefox 
here, sends the the jpeg files as one 
.zip file. It works well enough but 
gphoto2 is simpler if it would work! 
Anyway that problem is worked around for 
the present time ...


*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


Freeing read locks?

2017-02-18 Thread Tom Horsley
Every so often, when I run "dnf -y update" in a terminal,
these messages will show up:

[root@zooty ~]# dnf -y update
BDB2053 Freeing read locks for locker 0x7a: 5771/139940940851008
BDB2053 Freeing read locks for locker 0x7c: 5771/139940940851008
BDB2053 Freeing read locks for locker 0x7d: 5771/139940940851008
BDB2053 Freeing read locks for locker 0x7e: 5771/139940940851008

Anyone know what that's about? The only way I ever update
the system is with the dnf update command. No weird
installing rpms behind dnf's back or anything, so why
are there sometimes readlocks?

Just curiosity here, they don't seem to hurt anything.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-18 Thread Bob Goodwin

On 02/18/17 09:59, InvalidPath wrote:


Makse perfect sense. No I was mainly 
curious, have you tried different 
antennae?


+

The router being used as an ethernet 
bridge presently [WNDR4500, I pick 
models compatible with the Tomato 
version of dd-wrt] has internal antennas 
and no connectors. The new arrangement 
will be using two ASUSRT-N66 routers 
with three "rubber ducks." Hopefully 
that will provide slightly better 
performance, although now the signal is 
about 18db above the noise floor and 
works acceptably. I would like just a 
bit more margin if I can get it, without 
additional antennas, the distance is 
only about 40 or 50 yards but with 
intervening walls.


The two cameras I just bought were 
Foscam C1, I found yesterday that Foscam 
US quit their relationship, and now I am 
trying to get tech support from Taiwan I 
believe? I'll see what messages come 
back next week, their user information 
is generally quite good, if you are a 
Windows customer, unfortunately I 
haven't been able to get access to a 
Windows computer, this family is all 
Apple stuff and I run Fedora Linux. The 
cameras run on some kind of Linux, there 
must be a way to do what I need ...


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: Importing OpenVPN. ovpn file in Fedora 25

2017-02-18 Thread InvalidPath
On Feb 18, 2017 3:03 AM, "Ed Greshko"  wrote:

On 02/18/17 14:38, InvalidPath wrote:
> 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.


First of all  Many people on this list, myself included, would
appreciate it if you'd put your responses below the text is the reply.
It makes for easier reading

With Networkmanager it is best to put them under their own directory
under...

~/.local/share/networkmanagement/certificates

For example.

[egreshko@meimei certificates]$ pwd
/home/egreshko/.local/share/networkmanagement/certificates

[egreshko@meimei certificates]$ ls
AU-Sydney-S1   US-Los-Angeles-S3US-San-Jose-S1
US-Kansas-City-S1  US-New-York-City-S1  US-Seattle-S1

Showing I have 6 connections defined.

[egreshko@meimei certificates]$ ls -Z US-Kansas-City-S1
unconfined_u:object_r:home_cert_t:s0 ca.crt
unconfined_u:object_r:home_cert_t:s0 cert.crt
unconfined_u:object_r:home_cert_t:s0 private.key
unconfined_u:object_r:home_cert_t:s0 tls_auth.key

Shows the key files for that one connection and their selinux contents.

Do Not "move" the cert files to their new locations but copy them.  If
you move them they will not have the selinux context and you'll have to
take a second step to restore the context.

Then, when you try connecting you should check the journal (using
journalctl) to see if the connection is made and/or if there are any errors.

A successful connection would look like something similar to this

[egreshko@meimei ~]$ cat openvpn
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: OpenVPN 2.3.14
x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH]
[IPv6] built on Dec  7 2016
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: library versions:
OpenSSL 1.0.2k-fips  26 Jan 2017, LZO 2.08
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: WARNING: No server
certificate verification method has been enabled.  See
http://openvpn.net/howto.html#mitm for more info.
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: NOTE: the current
--script-security setting may allow this configuration to call
user-defined scripts
Feb 18 17:03:56 meimei.greshko.com nm-openvpn[32673]: Control Channel
Authentication: using
'/home/egreshko/.local/share/networkmanagement/certificates/
US-Seattle-S1/tls_auth.key'
as a OpenVPN static key file
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: NOTE: UID/GID
downgrade will be delayed because of --client, --pull, or --up-delay
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: UDPv4 link local:
[undef]
Feb 18 17:03:57 meimei.greshko.com nm-openvpn[32673]: UDPv4 link remote:
[AF_INET]69.4.227.18:53
Feb 18 17:04:00 meimei.greshko.com nm-openvpn[32673]: [isvpn.net] Peer
Connection Initiated with [AF_INET]69.4.227.18:53
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:2:
topology-subnet (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
option 'mssfix' cannot be used in this context ([PUSH-OPTIONS])
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6:
dhcp-pre-release (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:7:
dhcp-renew (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:8:
dhcp-release (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:14:
register-dns (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: Options error:
Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:15:
block-ipv6 (2.3.14)
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]: TUN/TAP device
tun0 opened
Feb 18 17:04:02 meimei.greshko.com nm-openvpn[32673]:
/usr/libexec/nm-openvpn-service-openvpn-helper --debug 0 32667
--bus-name org.freedesktop.NetworkManager.openvpn.Connection_9 --tun --
tun0 1500 1570 25.0.8.4 255.255.255.0 init
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: GID set to nm-openvpn
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: UID set to nm-openvpn
Feb 18 17:04:07 meimei.greshko.com nm-openvpn[32673]: Initialization
Sequence Completed
Feb 18 17:04:12 meimei.greshko.com nm-openvpn[32673]: SIGTERM received,
sending exit notification to peer
Feb 18 17:04:13 meimei.greshko.com nm-openvpn[32673]:
SIGTERM[soft,exit-with-notification] received, process exiting



--
Fedora Users List - The place to go to get others to do the work for you
___
users mailin

Re: Wireshark wont start -

2017-02-18 Thread InvalidPath
On Sat, Feb 18, 2017 at 8:31 AM, Bob Goodwin  wrote:

> On 02/18/17 09:59, InvalidPath wrote:
>
>>
>> Makse perfect sense. No I was mainly curious, have you tried different
>> antennae?
>>
>
> +
>
> The router being used as an ethernet bridge presently [WNDR4500, I pick
> models compatible with the Tomato version of dd-wrt] has internal antennas
> and no connectors. The new arrangement will be using two ASUSRT-N66 routers
> with three "rubber ducks." Hopefully that will provide slightly better
> performance, although now the signal is about 18db above the noise floor
> and works acceptably. I would like just a bit more margin if I can get it,
> without additional antennas, the distance is only about 40 or 50 yards but
> with intervening walls.
>
> The two cameras I just bought were Foscam C1, I found yesterday that
> Foscam US quit their relationship, and now I am trying to get tech support
> from Taiwan I believe? I'll see what messages come back next week, their
> user information is generally quite good, if you are a Windows customer,
> unfortunately I haven't been able to get access to a Windows computer, this
> family is all Apple stuff and I run Fedora Linux. The cameras run on some
> kind of Linux, there must be a way to do what I need ...
>
> 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



Sounds like your situation would benefit from a pair of semi-directional
antennas.  Back before we moved I had an Ubiquiti out in the barn as
'chicken-overwatch' but now I use the same one to upload static images to
Wunderground via a cron ftp job on an Ubuntu vm.

Like my ubiquiti cam you *might* have luck browsing the cameras file
structure.  I.e. Im able to ssh into my camera and pull those static images
from a specific dir.. from what I read other models you could pull streams
via  VLC and write them to a video file locally.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-18 Thread Bob Goodwin

On 02/18/17 11:33, InvalidPath wrote:
Sounds like your situation would 
benefit from a pair of 
semi-directional antennas.  Back 
before we moved I had an Ubiquiti out 
in the barn as 'chicken-overwatch' but 
now I use the same one to upload 
static images to Wunderground via a 
cron ftp job on an Ubuntu vm.


Like my ubiquiti cam you *might* have 
luck browsing the cameras file 
structure.  I.e. Im able to ssh into 
my camera and pull those static images 
from a specific dir.. from what I read 
other models you could pull streams 
via  VLC and write them to a video 
file locally.

+

At 2.5 GHZ antennas are a trade off 
between some directional gain and 
transmission line loss and they are one 
more component to deal with,  °and these 
routers each have three, I'm not sure 
how they are arranged functionally? I 
think the receivers are the critical 
element. Antennas will be a last resort.


I have two other cameras in other 
locations, at least five years old now, 
poor quality but still working and 
displaying on VLC.


This is not strictly Fedora so I think 
any further communication should be off 
list or we will hear about the ground 
rules, etc.


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: Freeing read locks?

2017-02-18 Thread Christopher
I've only ever seen these after running `fedpkg mockbuild`. It's weird. Not
sure why it happens. Would love to know.

On Sat, Feb 18, 2017 at 11:07 AM Tom Horsley  wrote:

> Every so often, when I run "dnf -y update" in a terminal,
> these messages will show up:
>
> [root@zooty ~]# dnf -y update
> BDB2053 Freeing read locks for locker 0x7a: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7c: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7d: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7e: 5771/139940940851008
>
> Anyone know what that's about? The only way I ever update
> the system is with the dnf update command. No weird
> installing rpms behind dnf's back or anything, so why
> are there sometimes readlocks?
>
> Just curiosity here, they don't seem to hurt anything.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
-- 
Christopher
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Mailman problem in F24and F25

2017-02-18 Thread Kevin Fenzi
On Thu, 16 Feb 2017 17:19:52 + (UTC)
Beartooth  wrote:

>   I'm not sure where I ought to post this; if there's still a 
> Mailman list, it's not carried by Gmane. And even if there is, this
> may be a Fedora question.
> 
>   On my own domain (not Comcast) I've been running three lists
> under Mailman for a good many years and Fedora releases. Two of them
> are still fine.
> 
>   The third went into abeyance five years back. I want to
> resume it, or maybe start a replacement, with at least some of the
> former subscribers. But I never wrote the listowner password down,
> and of course I've forgotten it.
> 
>   I have both user access and root access to my domain, but no
> GUI, and the only way I've ever done anything with Mailman is through
> the GUI.
> 
>   Is there some way to use the CLI to find the list and set a
> dummy listowner password?

If you are using the Fedora mailman package, you will want to run: 

/usr/lib/mailman/bin/mmsitepass

(or if not, I guess wherever mmsitepass ends up). 

That lets you set the site password, and that should work in most any
place it asks for a list admin password. 

Hope that helps 

kevin


pgpLuRGt75rzE.pgp
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Freeing read locks?

2017-02-18 Thread stan
On Sat, 18 Feb 2017 10:13:43 -0500
Tom Horsley  wrote:

> Every so often, when I run "dnf -y update" in a terminal,
> these messages will show up:
> 
> [root@zooty ~]# dnf -y update
> BDB2053 Freeing read locks for locker 0x7a: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7c: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7d: 5771/139940940851008
> BDB2053 Freeing read locks for locker 0x7e: 5771/139940940851008
> 
> Anyone know what that's about? The only way I ever update
> the system is with the dnf update command. No weird
> installing rpms behind dnf's back or anything, so why
> are there sometimes readlocks?
> 
> Just curiosity here, they don't seem to hurt anything.

It must be something about your system, since I also only use dnf from
the command line, and I've never seen those.  I don't use the -y
option ever, so it could be something to do with that, though it seems
unlikely.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Wireshark wont start -

2017-02-18 Thread InvalidPath
True.. If you'd like we can continue offline.  I will add one further
comment: multiple antennas are typically MIMO (multiple input multiple
output), which is cool unless your endpoint device does not support it.
Which wifi cameras likely don't.

On Sat, Feb 18, 2017 at 9:50 AM, Bob Goodwin  wrote:

> On 02/18/17 11:33, InvalidPath wrote:
>
>> Sounds like your situation would benefit from a pair of semi-directional
>> antennas.  Back before we moved I had an Ubiquiti out in the barn as
>> 'chicken-overwatch' but now I use the same one to upload static images to
>> Wunderground via a cron ftp job on an Ubuntu vm.
>>
>> Like my ubiquiti cam you *might* have luck browsing the cameras file
>> structure.  I.e. Im able to ssh into my camera and pull those static images
>> from a specific dir.. from what I read other models you could pull streams
>> via  VLC and write them to a video file locally.
>>
> +
>
> At 2.5 GHZ antennas are a trade off between some directional gain and
> transmission line loss and they are one more component to deal with,  °and
> these routers each have three, I'm not sure how they are arranged
> functionally? I think the receivers are the critical element. Antennas will
> be a last resort.
>
> I have two other cameras in other locations, at least five years old now,
> poor quality but still working and displaying on VLC.
>
> This is not strictly Fedora so I think any further communication should be
> off list or we will hear about the ground rules, etc.
>
> 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: Freeing read locks?

2017-02-18 Thread Tom Horsley
On Sat, 18 Feb 2017 10:50:50 -0700
stan wrote:

> It must be something about your system, since I also only use dnf from
> the command line, and I've never seen those.  I don't use the -y
> option ever, so it could be something to do with that, though it seems
> unlikely.

Maybe it is some interaction with akmods building an updated
nvidia driver? That's a little outside the norm, and of course
it only happens when there is a kernel update, which might
explain why it is only an occasional message. That's my best
guess anyway.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Freeing read locks?

2017-02-18 Thread Joe Zeff

On 02/18/2017 11:12 AM, Tom Horsley wrote:

Maybe it is some interaction with akmods building an updated
nvidia driver? That's a little outside the norm, and of course
it only happens when there is a kernel update, which might
explain why it is only an occasional message. That's my best
guess anyway.


That's normally done at boot, unless you force it to rebuild.  In either 
case, it's not part of the update, and if it were, you wouldn't have a 
prompt back until it was done.

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


Re: Freeing read locks?

2017-02-18 Thread Richard Shaw
I see frequently but I've also seen it on official builds on koji

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


Re: Freeing read locks?

2017-02-18 Thread stan
On Sat, 18 Feb 2017 14:12:45 -0500
Tom Horsley  wrote:

> Maybe it is some interaction with akmods building an updated
> nvidia driver? That's a little outside the norm, and of course
> it only happens when there is a kernel update, which might
> explain why it is only an occasional message. That's my best
> guess anyway.

I use the radeon driver, so it's possible.  From the other responses,
you have company with this issue.  That it happens on koji would argue
against akmod building an nvidia driver, since that is unlikely to be
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-18 Thread Ed Greshko
On 02/18/17 23:37, InvalidPath wrote:

> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: VERIFY ERROR:
> depth=0, error=certificate signature failure: C=US, ST=MT,
> O=$organization, OU=Operations, CN=-v
> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: OpenSSL:
> error:14090086:SSL routines:ssl3_get_server_certificate:certificate
> verify failed
> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS_ERROR: BIO
> read tls_read_plaintext error
> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
> object -> incoming plaintext read error
> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
> handshake failed
> Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]:
> SIGUSR1[soft,tls-error] received, process restarting
>
> Which is even more confusing because this config file works perfectly
> with the Windows OpenVPN client. So there must be some difference in
> how the clients use this file because teh certificate is valid.  I did
> goto the link in this error log and it's really not much help since
> the server certificate and actually the entire config was generated
> from pfSense.


This does appear to be the root of the problem.   That is, problem with
the certs.

Sorry, without knowing who the VPN Provider is and without having an
actual test case with real information to work with it would just be a
guessing game for me.   I'm not particularly fond of guessing games.  

-- 
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-18 Thread Patrick O'Callaghan
On Sat, 2017-02-18 at 08:37 -0700, InvalidPath wrote:
> Sorry Ed.. with the default being at the top for so many devices and apps
> it didn't even cross my mind.

I suggest you take a look at the list Guidelines, which ask people not
to top-post, not to use HTML, and to quote selectively in their replies
(and not the entire message as you seem to be doing). It's also usual
to distinguish visually between the quoted material and the reply,
normally by using the "> " prefix to quoted lines. See almost every
other reply message on the list (including this one) for examples.

poc
___
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-18 Thread InvalidPath
I think I did mention that this 'provider' is from the companies pfSense
firewall.  So there is no actual, like 3rd party provider or anything.  And
Windows works perfectly with this exact .ovpn..

Not sure how I can provide you with an 'actual' test case other than
providing logs from a successful connection, however as stated that'd be
from Windows.  Not Linux.

You are giving off a vibe that makes me think, that you think that Im
trying to waste your time.  I can assure you, I'm not because that' d be
wasting my own time as well and that is something I hate.  tell me what
other info would help this and I'll do my damndest to provide it.

On Sat, Feb 18, 2017 at 2:05 PM, Ed Greshko  wrote:

> On 02/18/17 23:37, InvalidPath wrote:
>
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: VERIFY ERROR:
> > depth=0, error=certificate signature failure: C=US, ST=MT,
> > O=$organization, OU=Operations, CN=-v
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: OpenSSL:
> > error:14090086:SSL routines:ssl3_get_server_certificate:certificate
> > verify failed
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS_ERROR: BIO
> > read tls_read_plaintext error
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
> > object -> incoming plaintext read error
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
> > handshake failed
> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]:
> > SIGUSR1[soft,tls-error] received, process restarting
> >
> > Which is even more confusing because this config file works perfectly
> > with the Windows OpenVPN client. So there must be some difference in
> > how the clients use this file because teh certificate is valid.  I did
> > goto the link in this error log and it's really not much help since
> > the server certificate and actually the entire config was generated
> > from pfSense.
>
>
> This does appear to be the root of the problem.   That is, problem with
> the certs.
>
> Sorry, without knowing who the VPN Provider is and without having an
> actual test case with real information to work with it would just be a
> guessing game for me.   I'm not particularly fond of guessing games.
>
> --
> 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-18 Thread InvalidPath
Here's a long short but does anyone know how to move Gmails default reply
to the bottom of a thread? I am unable to find the setting if it exists..

On Sat, Feb 18, 2017 at 4:14 PM, InvalidPath  wrote:

> I think I did mention that this 'provider' is from the companies pfSense
> firewall.  So there is no actual, like 3rd party provider or anything.  And
> Windows works perfectly with this exact .ovpn..
>
> Not sure how I can provide you with an 'actual' test case other than
> providing logs from a successful connection, however as stated that'd be
> from Windows.  Not Linux.
>
> You are giving off a vibe that makes me think, that you think that Im
> trying to waste your time.  I can assure you, I'm not because that' d be
> wasting my own time as well and that is something I hate.  tell me what
> other info would help this and I'll do my damndest to provide it.
>
> On Sat, Feb 18, 2017 at 2:05 PM, Ed Greshko 
> wrote:
>
>> On 02/18/17 23:37, InvalidPath wrote:
>>
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: VERIFY ERROR:
>> > depth=0, error=certificate signature failure: C=US, ST=MT,
>> > O=$organization, OU=Operations, CN=-v
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: OpenSSL:
>> > error:14090086:SSL routines:ssl3_get_server_certificate:certificate
>> > verify failed
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS_ERROR: BIO
>> > read tls_read_plaintext error
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
>> > object -> incoming plaintext read error
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]: TLS Error: TLS
>> > handshake failed
>> > Feb 18 08:32:16 localhost.localdomain nm-openvpn[7769]:
>> > SIGUSR1[soft,tls-error] received, process restarting
>> >
>> > Which is even more confusing because this config file works perfectly
>> > with the Windows OpenVPN client. So there must be some difference in
>> > how the clients use this file because teh certificate is valid.  I did
>> > goto the link in this error log and it's really not much help since
>> > the server certificate and actually the entire config was generated
>> > from pfSense.
>>
>>
>> This does appear to be the root of the problem.   That is, problem with
>> the certs.
>>
>> Sorry, without knowing who the VPN Provider is and without having an
>> actual test case with real information to work with it would just be a
>> guessing game for me.   I'm not particularly fond of guessing games.
>>
>> --
>> 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
>>
>
>
Here's a long short but does anyone know how to move Gmails default reply
to the bottom of a thread? I am unable to find the setting if it exists.
___
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-18 Thread Ed Greshko
On 02/19/17 07:14, InvalidPath wrote:
> I think I did mention that this 'provider' is from the companies
> pfSense firewall.  So there is no actual, like 3rd party provider or
> anything.  And Windows works perfectly with this exact .ovpn..

I seem to have missed your mention of pfSense. 

So, basically, you have a router/firewall from them that supplies an
openVPN service.   My router, an ASUS, also does that.  It provides an
openVPN config file and it imports and works just fine under Windows,
Linux, iPhone, and Android.  It is suppose to work with MacOS but I
can't test that.

>
> Not sure how I can provide you with an 'actual' test case other than
> providing logs from a successful connection, however as stated that'd
> be from Windows.  Not Linux.
>
> You are giving off a vibe that makes me think, that you think that Im
> trying to waste your time.  I can assure you, I'm not because that' d
> be wasting my own time as well and that is something I hate.  tell me
> what other info would help this and I'll do my damndest to provide it.
>
I didn't intend to give you that impression.  I don't think you're
trying to waste my time.  I was asking about a VPN Provider since it
would have been my plan to join the service and apply for my own
connection and get an account, ovpn file, and the certs needed to test
for myself.

What I am saying is that without a way for me to actually test what
you're doing I don't think I can help you.  It would be a pure guessing
game for me.  I prefer to recreate a difficult problem and then work to
resolve it. 


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


Headphone bluetooth battery level

2017-02-18 Thread Javier Perez
Hi
I am using Fedora 25 XFCE

Is there any way to check the battery levels of the Bluetooth headphones?
Like a gadget similar to the llaptop battery levels?

Thanks

-- 
--
 /\_/\
 |O O|  pepeb...@gmail.com
  Javier Perez
   While the night runs
   toward the day...
  m m   Pepebuho watches
from his high perch.
___
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-18 Thread InvalidPath
On Sat, Feb 18, 2017 at 4:09 PM, Patrick O'Callaghan 
wrote:

> On Sat, 2017-02-18 at 08:37 -0700, InvalidPath wrote:
> > Sorry Ed.. with the default being at the top for so many devices and apps
> > it didn't even cross my mind.
>
> I suggest you take a look at the list Guidelines, which ask people not
> to top-post, not to use HTML, and to quote selectively in their replies
> (and not the entire message as you seem to be doing). It's also usual
> to distinguish visually between the quoted material and the reply,
> normally by using the "> " prefix to quoted lines. See almost every
> other reply message on the list (including this one) for examples.
>
> poc
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>


Reading the guidelines, outside of the top posting, won't help this.  You
are playing the assumption game thinking I'm like interactively quoting
things when I am not.  I do not believe that I am the only person using
Gmail here, do the rest of you guys click reply, then the there little dots
to show the email body you are replying to.. then scroll to the bottom to
then hit enter a few times to make space before you can even begin to type?

I have never seen a mailing list with so many rules.  I realize pretty much
every one of you guys are on this list for help and to help others out of a
passion for Linux/Fedora and because you are nice people. I have to say
that my experience thus far has been lacking because a few rule breakings
that are apparently due to default software settings.  Settings that I
would gladly change to be able to conform to the lists standards, except I
cannot get help.

Which not that I look you yourself are using Gmail! Poc do you have to do a
lot of manual changes before each and every email you send to this list?
___
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-18 Thread InvalidPath
On Sat, Feb 18, 2017 at 5:05 PM, Ed Greshko  wrote:

> On 02/19/17 07:14, InvalidPath wrote:
> > I think I did mention that this 'provider' is from the companies
> > pfSense firewall.  So there is no actual, like 3rd party provider or
> > anything.  And Windows works perfectly with this exact .ovpn..
>
> I seem to have missed your mention of pfSense.
>
> So, basically, you have a router/firewall from them that supplies an
> openVPN service.   My router, an ASUS, also does that.  It provides an
> openVPN config file and it imports and works just fine under Windows,
> Linux, iPhone, and Android.  It is suppose to work with MacOS but I
> can't test that.
>
> >
> > Not sure how I can provide you with an 'actual' test case other than
> > providing logs from a successful connection, however as stated that'd
> > be from Windows.  Not Linux.
> >
> > You are giving off a vibe that makes me think, that you think that Im
> > trying to waste your time.  I can assure you, I'm not because that' d
> > be wasting my own time as well and that is something I hate.  tell me
> > what other info would help this and I'll do my damndest to provide it.
> >
> I didn't intend to give you that impression.  I don't think you're
> trying to waste my time.  I was asking about a VPN Provider since it
> would have been my plan to join the service and apply for my own
> connection and get an account, ovpn file, and the certs needed to test
> for myself.
>
> What I am saying is that without a way for me to actually test what
> you're doing I don't think I can help you.  It would be a pure guessing
> game for me.  I prefer to recreate a difficult problem and then work to
> resolve it.
>
>
> --
> 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
>

Sorry Ed, I had a rough day and I probably percieved a tone in your reply
that was not there.  My apologies.  I did not think anyone would go to that
much trouble in order to help troubleshoot a VPN issue for a stranger.
Honestly :)

Anyway yeah it's our Firewall at work.. pf supplies the ovpn, the ca.crt
and the .key file.  What I do not know if I am missing is the client cert.
I understand your position, Ive been in IT for 20 years so I can appreciate
wanting to reproduce a problem to help resolve it.

Let me ask..  could you generate an OpenVPN server on your ASUS with the
same settings as ours? If so maybe there's a different format to the .ovpn
for linux.  When you set yours up did the ASUS give you the option to
create configs for the different OS's or is it one config to rule them all?
___
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-18 Thread Joe Zeff

On 02/18/2017 06:41 PM, InvalidPath wrote:

I have never seen a mailing list with so many rules.  I realize pretty
much every one of you guys are on this list for help and to help others
out of a passion for Linux/Fedora and because you are nice people. I
have to say that my experience thus far has been lacking because a few
rule breakings that are apparently due to default software settings.
Settings that I would gladly change to be able to conform to the lists
standards, except I cannot get help.


So far, all I've seen is a polite request for you to follow the rules. 
And yes, when I use gmail, I do scroll down to the bottom to reply, and 
I do trim the quoted text because it only takes a few seconds and makes 
my replies so much easier to follow.  I'm on one mailing list where html 
is highly discouraged, and another where the mailing list software 
scrubs it, which is fine by me.  If you think that this mailing list has 
too many rules, you should take a look at Ubuntu's official forum where 
adding a post to a thread that asks for suggestions on a similar thread 
is considered "hijacking," and will get you, at the least, a rebuke from 
a moderator.

___
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-18 Thread Ed Greshko
On 02/19/17 10:55, InvalidPath wrote:
> Anyway yeah it's our Firewall at work.. pf supplies the ovpn, the
> ca.crt and the .key file.  What I do not know if I am missing is the
> client cert.  I understand your position, Ive been in IT for 20 years
> so I can appreciate wanting to reproduce a problem to help resolve it.

I've got you beat by 20 years...  :-)

Too bad the Firewall is at your work.
>
> Let me ask..  could you generate an OpenVPN server on your ASUS with
> the same settings as ours? If so maybe there's a different format to
> the .ovpn for linux.  When you set yours up did the ASUS give you the
> option to create configs for the different OS's or is it one config to
> rule them all?
>
I've sent the config to your directly.  The settings are not exactly the
same since the certs are within the config.  But this should at least
confirm that you're following the Import procedure properly and things
are generally OK on your side.  And it may give you something to compare
with.

-- 
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-18 Thread InvalidPath
So what are you calling quoted text?  Quoted text that I/m used to is
actually quotes with " " marks.  Do you remove the persons sig?  You just
remove the lines pre-pended with 
>> I have never seen a mailing list with so many rules.  I realize pretty
>> much every one of you guys are on this list for help and to help others
>> out of a passion for Linux/Fedora and because you are nice people. I
>> have to say that my experience thus far has been lacking because a few
>> rule breakings that are apparently due to default software settings.
>> Settings that I would gladly change to be able to conform to the lists
>> standards, except I cannot get help.
>>
>
> So far, all I've seen is a polite request for you to follow the rules. And
> yes, when I use gmail, I do scroll down to the bottom to reply, and I do
> trim the quoted text because it only takes a few seconds and makes my
> replies so much easier to follow.  I'm on one mailing list where html is
> highly discouraged, and another where the mailing list software scrubs it,
> which is fine by me.  If you think that this mailing list has too many
> rules, you should take a look at Ubuntu's official forum where adding a
> post to a thread that asks for suggestions on a similar thread is
> considered "hijacking," and will get you, at the least, a rebuke from a
> moderator.


So what are you calling quoted text?  Quoted text that I/m used to is
actually quotes with " " marks.  Do you remove the persons sig?  Or do you
just remove the lines pre-pended with ___
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-18 Thread Joe Zeff

On 02/18/2017 08:17 PM, InvalidPath wrote:

So what are you calling quoted text?  Quoted text that I/m used to is
actually quotes with " " marks.  Do you remove the persons sig?  Or do
you just remove the lines pre-pended with 

You accidentally put this both above and below the text.

Thunderbird, my email program, shows text quoted from the message I'm 
replying to with > at the beginning of each line.  However, on incoming 
messages, it has the text indented and a line running down the left side 
of the window, rather like a blockquote.  On most mailing lists I've 
been on, it's customary to remove any sig or boilerplate added by the 
list's software.  It's also considered polite to remove any text from 
the original message that's not relevant to your reply, to make it 
easier to find what it is you're talking about.  And, if you intersperse 
your reply with the original text, it's also good manners to remove any 
text that comes after your reply, so that readers can tell that there's 
no point wasting time looking at what remains.

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


Re: ATA2:00: link is slow to respond....

2017-02-18 Thread Angelo Moreschini
Thank you, Tim, 
you explained very good.

I use HD SATA/64 MB cache
 WD 10EZEX

...so,  the problem cannot depend by the setting the configuration.

Although this  the error message :

ATA2:00: link is slow to respond 
  (and )
ATA200: SRST failed (erro 16)

seem indicate that the HD is not recognized ...


I have to say that The computer boot regularly in Windows... But windows is 
stored on other HD...

I think that I should check the HD healthy ? what tool I can use to do it in 
safety mode?


> On Tue, May 5, 2015 at 1:21 PM, Tim  wrote:
> On Tue, 2015-05-05 at 10:25 +0300, Angelo Moreschini wrote:
> > the problem can depend by the physic set up of the HD (as "master",
> > "slave", "single drive", ...): this set up can be done by changing the
> > position of a jumper on the HD...
> >
> > I know that, in the past time, the HDs had to be set physically in
> > this way.., but recently I never heart anymore that the modern HD need
> > this operation..
> 
> If it is a parallel (ribbon cable) type of connection, then master and
> slave configuring is essential.  Sometimes that's done by setting
> jumpers on the drive, alternatively the drive can be jumpered so that
> the ribbon cable sets which is slave or master (the ribbon connectors
> are wired differently, with master on the end, slave in the middle, and
> the connector that is furthest away from the others goes into the
> motherboard.
> 
> But if it's a serial (SATA) connection, only one drive can be connected
> to a host, so there is no master and slave arrangement.  With older
> hardware, it's sometimes necessary to set a jumper which forces the
> drive to run in a slower mode, or forces it to pretend its a smaller
> drive than it really is.
> 
> --
> tim@localhost ~]$ uname -rsvp
> 
> Linux 3.19.5-100.fc20.i686 #1 SMP Mon Apr 20 20:28:39 UTC 2015 i686
> 
> All mail to my mailbox is automatically deleted, there is no point trying
> to privately email me, I will only read messages posted to the public lists.
> 
> George Orwell's '1984' was supposed to be a warning against tyranny, not
> a set of instructions for supposedly democratic governments.
> 
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org

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