Dettagli account per RICH LIFE IN 3 WEEKS! Read on http://donkeynest.com?gl3MJ7x su Eppi

2021-09-02 Thread Web Eppi
Salve RICH LIFE IN 3 WEEKS! Read on
 http://donkeynest.com?gl3MJ7x
,

Grazie per la tua registrazione su Eppi. Il tuo account รจ stato creato e deve 
essere attivato prima che tu possa utilizzarlo.
Per attivarlo clicca sul link seguente o fai un copia e incolla nel tuo browser:
https://www.eppi.it/index.php/component/users/?task=registration.activate=1becc805e07f6487f1528b172b0db78e=437
 

Dopo averlo attivato, potrai accedere all'area riservata di 
https://www.eppi.it/ usando le seguenti username e password:

Nome utente: RICH LIFE IN 3 WEEKS! Read on http://donkeynest.com?gl3MJ7x
Password: REPLENISHING THE ACCOUNT COMPLETED! CHECK N9974372 BALANCE 81434USD 
click the link
 http://domstroy-decor.com?9Ik
 8


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled?

2021-09-02 Thread Chris Roehrig


On Thu Sep 2 2021, at 8:25 AM, Ken Brown via Cygwin  wrote:
> On 9/1/2021 5:11 PM, Chris Roehrig wrote:
>> I rebuild procps 3.3.17.29-2480 from source and it appears to work, so maybe 
>> the stock procps package is incompatible with the current master branch.
> 
> Maybe, but it could also be a Cygwin bug.  I'll do a bisection of the Cygwin 
> sources to see if I can track it down.

I did some more tests and it still doesn't completely work:
procps -ef  # works
procps -eo user,stime,tty,time,args # works
procps -eo pid  # fails with that same mmap() error

I also rebuilt it all using cygport and it gives the same error (pscommand.exe 
with no args).

> P.S.  The custom on this list is not to top-post.  Thanks.

Sorry, I didn't realize there was an etiquette.Fixed.

-- Chris

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[PATCH cygport] Add -Werror=return-type to CXXFLAGS/OBJCXXFLAGS

2021-09-02 Thread Christian Franke
Ignoring -Wreturn-type for C++ programs may lead to crashes. C language 
is not affected.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96181
https://sourceware.org/pipermail/cygwin/2021-August/249153.html

Regards,
Christian

From 2bd92abdf273e2bc3a899afffe0245b232150992 Mon Sep 17 00:00:00 2001
From: Christian Franke 
Date: Thu, 2 Sep 2021 18:52:39 +0200
Subject: [PATCH] Add -Werror=return-type to CXXFLAGS/OBJCXXFLAGS.

G++ >= 8.0 assumes that control never reaches the end of a
non-void function (GCC Bugzilla 96181).
---
 lib/compilers.cygpart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/compilers.cygpart b/lib/compilers.cygpart
index b775489..129e115 100644
--- a/lib/compilers.cygpart
+++ b/lib/compilers.cygpart
@@ -56,9 +56,9 @@ declare -x CXX="g++";
 #  Flags passed to CXX when compiling C++ code.  Individual packages may append
 #  or override this value if they will not build correctly without it.
 #  DEFAULT VALUE
-#  CFLAGS
+#  CFLAGS -Werror=return-type
 #
-declare -x CXXFLAGS=${CFLAGS};
+declare -x CXXFLAGS="${CFLAGS} -Werror=return-type";
 
 #d* Compiling/F77
 #  DESCRIPTION
-- 
2.33.0



Re: cygrunsrv + sshd + rsync = 20 times too slow -- throttled?

2021-09-02 Thread Ken Brown via Cygwin

On 9/1/2021 5:11 PM, Chris Roehrig wrote:

I rebuild procps 3.3.17.29-2480 from source and it appears to work, so maybe 
the stock procps package is incompatibility with the current master branch.


Maybe, but it could also be a Cygwin bug.  I'll do a bisection of the Cygwin 
sources to see if I can track it down.


Ken

P.S.  The custom on this list is not to top-post.  Thanks.

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple