Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Gordon Messmer
On 04/10/2017 09:30 PM, Ed Greshko wrote: May I suggest that IP address be used instead of the host name? I specifically wanted to use the hostname because I assumed that if this were an IPv6 vs IPv4 sort of problem, we'd see that difference in successful and unsuccessful connections. We

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Gordon Messmer
On 04/10/2017 08:56 PM, Frédéric Bron wrote: # tcpdump -nn port 443 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on enp62s0u1u4, link-type EN10MB (Ethernet), capture size 262144 bytes 05:38:34.536393 IP6 2001:41d0:fe0b:8000:9a64:ff80:35b8:7d03.60038 >

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Ed Greshko
On 04/11/17 00:25, Gordon Messmer wrote: > On 04/09/2017 11:46 PM, Frédéric Bron wrote: >> First try and apprently maybe a first error (write:errno=104): > > > OK, errno 104 is ECONNRESET (Connection reset by peer). That might be > because some firewall or router in between your system and the

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Ed Greshko
On 04/11/17 11:56, Frédéric Bron wrote: > apparently, although I ticked "IPv4 required for this connexion", IPv6 is > used. Just a quick note on the meaning of that check box. It means that in order for that interface to be marked as UP it needs to have an IPv4 address. That's all it means.

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Frédéric Bron
> Either way, I think the possibility of an IPv6 problem is worth > investigating. Close all of your applications, then open two terminals. In > one, run: > > $ sudo tcpdump -nn port 443 > > In the other, run the same s_client command to connect to the python docs > server. Send us the output

Persistent static routes

2017-04-10 Thread InvalidPath
Im having an issue with setting static routes that are persistent. FOllowing the Fedora documention for 25: https://docs.fedoraproject.org/en-US/Fedora/25/html/Networking_Guide/sec-Configuring_Static_Routes_in_ifcfg_files.html After some mixup, I set one static route in NetworkManager for my main

Re: OT : Blue Hat

2017-04-10 Thread Matthew Miller
On Fri, Apr 07, 2017 at 11:25:03PM +0200, Zoltan Hoppar wrote: > Technically would it be possible to gather under a single "Fedora Store" > page/hub those companies that has licensed merchandise? I mean not to build Yes - good idea. I don't think there's a problem with it for authorized

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/10/2017 02:23 PM, Joe Zeff wrote: ICBW, but I was under the impression that the OP wanted to capture any error output from ssh itself and wasn't concerned with errors at the other end. It's difficult to separate the two. You'd have to ensure that stderr on the remote end was either

httpd illegal instruction by rebuild with rpmrc file

2017-04-10 Thread Dominik Kucher
when i rebuild the src.rpm with my .rpmrc file i became the error "illegal instruction", when i create the rpm without the .rpmrc file it works perfectly! other builds (pure-ftpd, mpd, mpdscribble, samba, openssl) works with my rpmrc file, but why it breaks httpd-* and mod_* files? maybe the

Re: ssh stderr question

2017-04-10 Thread Joe Zeff
On 04/10/2017 01:18 PM, Gordon Messmer wrote: In that case, ssh and wc's stderr will be written to stderr.log, just the same as the other two formats. ICBW, but I was under the impression that the OP wanted to capture any error output from ssh itself and wasn't concerned with errors at the

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/10/2017 01:56 PM, Rick Stevens wrote: Might as well be complete: 2>stderr.log sshuser_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" is also equivalent Uhm, dunno about that one as you'd be redirecting stderr of the shell itself--not the stderr of the ssh command ONLY. I also

Re: ssh stderr question

2017-04-10 Thread Rick Stevens
On 04/10/2017 01:42 PM, Jon LaBadie wrote: > On Mon, Apr 10, 2017 at 01:29:59PM -0700, Rick Stevens wrote: >> On 04/10/2017 12:46 PM, Gordon Messmer wrote: > ... >> >> That's correct. In both examples, the commands inside the double quotes >> and only what's inside the quotes are what's executed

Re: Firefox -- "Gah. Your tab just crashed"

2017-04-10 Thread stan
On Mon, 10 Apr 2017 11:41:01 -0700 Jonathan Ryshpan wrote: > I've go so many messages like this from the most recent firefox that > it is unusable. I have tried removing all extensions, etc. and > disabling hardware acceleration, but without any improvement. > Therefor I

Re: ssh stderr question

2017-04-10 Thread Jon LaBadie
On Mon, Apr 10, 2017 at 01:29:59PM -0700, Rick Stevens wrote: > On 04/10/2017 12:46 PM, Gordon Messmer wrote: ... > > That's correct. In both examples, the commands inside the double quotes > and only what's inside the quotes are what's executed on the remote > system. Everything else is executed

Re: ssh stderr question

2017-04-10 Thread Rick Stevens
On 04/10/2017 12:46 PM, Gordon Messmer wrote: > On 04/10/2017 11:30 AM, JD wrote: >> On 04/10/2017 10:32 AM, Gordon Messmer wrote: >>> On 04/09/2017 07:25 PM, JD wrote: > ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log Those stderr messages would be coming from wc and

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/10/2017 01:01 PM, Joe Zeff wrote: On 04/10/2017 12:46 PM, Gordon Messmer wrote: I did understand. It doesn't matter if 2>file appears before the ssh arguments, or at the end. In both cases, ssh's stderr will be written to a local file. It is incorrect to say that the former example

Re: ssh stderr question

2017-04-10 Thread Joe Zeff
On 04/10/2017 12:46 PM, Gordon Messmer wrote: I did understand. It doesn't matter if 2>file appears before the ssh arguments, or at the end. In both cases, ssh's stderr will be written to a local file. It is incorrect to say that the former example would redirect wc's stderr, and not ssh.

Re: Re-enabling KDE apper aplet

2017-04-10 Thread Joe Zeff
On 04/10/2017 12:43 PM, Jonathan Ryshpan wrote: I had some trouble with the KDE apper program and (in the process of fixing it) disabled the KDE applet in the system tray that manages it. It's not clear how to get the applet back. Can anyone tell me on how to re-enable it? I don't use KDE, so

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/10/2017 11:30 AM, JD wrote: On 04/10/2017 10:32 AM, Gordon Messmer wrote: On 04/09/2017 07:25 PM, JD wrote: ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log Those stderr messages would be coming from wc and NOT from ssh. The OP's command should be ssh user_foo@1.2.3.4

Re-enabling KDE apper aplet

2017-04-10 Thread Jonathan Ryshpan
I had some trouble with the KDE apper program and (in the process of fixing it) disabled the KDE applet in the system tray that manages it. It's not clear how to get the applet back. Can anyone tell me on how to re-enable it? BTW: The problem with apper is a bug in PackageKit (apper's

Firefox -- "Gah. Your tab just crashed"

2017-04-10 Thread Jonathan Ryshpan
I've go so many messages like this from the most recent firefox that it is unusable. I have tried removing all extensions, etc. and disabling hardware acceleration, but without any improvement. Therefor I downgraded to firefox-49.0-2.fc25, which seems to be working OK.  The problem appears to

Re: ssh stderr question

2017-04-10 Thread JD
On 04/10/2017 10:32 AM, Gordon Messmer wrote: On 04/09/2017 07:25 PM, JD wrote: ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log would write any errors to the file "stderr.log" on the local box. Those stderr messages would be coming from wc and NOT from ssh. The OP's

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/10/2017 05:56 AM, bruce wrote: So if I get what you guys have said... ssh crawl_user@1.2.3.4 2>&1 pgrep -f 'master_client' | wc -l would work with the >> 2>&1 << writing the stderr to the stdout for the ssh For curiosity's sake, let's look at how the shell parses and executes

Re: ssh stderr question

2017-04-10 Thread Gordon Messmer
On 04/09/2017 07:25 PM, JD wrote: ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log would write any errors to the file "stderr.log" on the local box. Those stderr messages would be coming from wc and NOT from ssh. The OP's command should be ssh user_foo@1.2.3.4 2>

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Gordon Messmer
On 04/09/2017 11:46 PM, Frédéric Bron wrote: First try and apprently maybe a first error (write:errno=104): OK, errno 104 is ECONNRESET (Connection reset by peer). That might be because some firewall or router in between your system and the server is sending a TCP reset packet to disrupt

Re: Cannot chvt away from X (with radeon driver)

2017-04-10 Thread Raman Gupta
On 09/04/17 05:50 PM, Ian Pilcher wrote: > I'm not sure when this started, but I am unable to switch away from my > X VT (usually VT 1) to a text VT. > > Actually, blind-typing shows that I am actually able to switch to the > text VT, but nothing shows up; I'm left looking at a "frozen" version

Re: ssh stderr question

2017-04-10 Thread bruce
On Sun, Apr 9, 2017 at 10:49 PM, Samuel Sieb wrote: > On 04/09/2017 07:25 PM, JD wrote: >> >> On 04/09/2017 06:02 PM, Samuel Sieb wrote: >>> >>> ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log >>> >>> would write any errors to the file "stderr.log" on the

RE: Is there a way to stop ipv6 leakage without turning off ipv6?

2017-04-10 Thread J.Witvliet
That sounds like old-school: Under traditional "Dual-stack" the intended procedure was indeed first to try IPv6, and only when it fails, THAN to try legacy Ipv4. It was thought that (network) administrators would take their responsibility seriously ;-( Last February, @FOSDEM-RTC-devroom, I was

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Frédéric Bron
> Just because I am out of ideas at the moment could you try disabling > IPv6 to see if that helps? You can do it without rebooting by (as root) > > echo 1 > /proc/sys/net/ipv6/conf/(name of interface)/disable_ipv6 > And then see if this makes any difference. in fact, some time ago, I contacted

Re: [F25] issue with SSL connexions: Failure of SSL transaction with

2017-04-10 Thread Frédéric Bron
> nss doesn't have a test client that I'm aware of, but since you're having > trouble with an OpenSSL application, you might be able to get more > information by using the "s_client" app: > > openssl s_client -connect docs.python.org:443 First try and apprently maybe a first error