Re: setup.exe corruption

2020-04-14 Thread o lu via Cygwin
It worked, but I dont understand on Windows
--
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


sshd problem -- seteuid failed -- ancient problem

2020-04-14 Thread Kevin Schnitzius via Cygwin
sshd: PID 1721: fatal: seteuid 1610619958: No such device or address

I just did a clean install:
 openssh                                 8.2p1-1

The uid corresponds to me:
    uid=1610619958(+kevins)

Local users work fine; it's only a problem with domain users.

Strictmode=no and the service is running as Local System account.  Is there a 
domain privilege my box needs for this?

Any ideas?

Kevin
--
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: setup.exe corruption

2020-04-14 Thread Brian Inglis
On 2020-04-14 04:43, o lu via Cygwin wrote:
> When downloaded with cygwin wget

> On Tue, Apr 14, 2020 at 3:34 AM o lu  wrote:
>> Windows cannot access the specified device, path, or file...
>> with latest setup.exe

Which:
https://cygwin.com/setup-x86_64.exe
or
https://cygwin.com/setup-x86.exe
or both?

You may have to:

$ chmod +rx setup-x86*.exe

Otherwise please reply with outputs from:

$ head /proc/version
CYGWIN_NT-10.0-18363 version 3.1.4-340.x86_64 (corinna@calimero) (gcc version
7.4.0 20181206 (Fedora Cygwin 7.4.0-1) (GCC) ) 2020-02-19 08:49 UTC

$ cmd /c ver

Microsoft Windows [Version 10.0.18363.752]

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
--
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: [ITP] gl-manpages

2020-04-14 Thread Brian Inglis
On 2020-04-14 09:23, Marco Atzeri via Cygwin-apps wrote:
> Am 10.04.2020 um 16:47 schrieb Jon Turney:
>> This package contains OpenGL manpages from
>> https://github.com/KhronosGroup/OpenGL-Refpages
>> These are packaged in Fedora (gl-manpages), debian (khronos-opengl-man4), 
>> etc.
>> cygport file:
>> https://github.com/jon-turney/gl-manpages-cygport/blob/master/gl-manpages.cygport
>> package files:
>> http://www.dronecode.org.uk/cygwin/noarch/release/gl-manpages/

> I have problem building it.
> I do not see any package that cover the build requirements
> of docbook-mathml
> $ cygcheck -p dbmathml.dtd
> Found 0 matches for dbmathml.dtd
> The system tries to download it and fails.
> No clear reason why wget and curl can catch the files
> $ cygport gl-manpages.cygport compile
 Compiling gl-manpages-20200103gita6e07ba-1.noarch
> *** Warning: Some build dependencies are not installed.
> *** Warning: This package may end up missing features, or not build at all.
> *** Warning: Consider installing these packages first before continuing:
> *** Warning: docbook-mathml
> I/O error : Attempt to load network entity
> http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
> 
> $ wget http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
> --2020-04-14 17:20:03--
> http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
> Resolving www.oasis-open.org (www.oasis-open.org)... 172.99.100.168
> Connecting to www.oasis-open.org (www.oasis-open.org)|172.99.100.168|:80...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 3525 (3.4K) [application/xml-dtd]
> Saving to: ‘dbmathml.dtd’
> dbmathml.dtd    100%[===>]   3.44K  --.-KB/s    in 0s
> 2020-04-14 17:20:04 (18.4 MB/s) - ‘dbmathml.dtd’ saved [3525/3525]
> Maybe we need a docbook-mathml packages ?

Also packaged for MSYS2 and Debian:

https://repology.org/project/docbook-mathml/versions

https://github.com/msys2/MSYS2-packages/tree/master/docbook-mathml

https://packages.debian.org/sid/all/docbook-mathml/filelist

but Debian includes all mathml versions for compatibility:

https://{oasis-open.org/docbook,docbook.org}/xml/mathml/1.{0,1b1,1CR1}/{dbmathml.dtd,testmath.xml}

and produces the catalogues during build, whereas MSYS2 produces the catalogues
in postinstall, moving libxml2 from a build dependency to a user install
dependency;
the URL(s) could be added to this package SRC_URI, and the libxml2 dependency
for xmlcatalog added to generate the catalogues during build or postinstall.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.


Re: [ITP] gl-manpages

2020-04-14 Thread Marco Atzeri via Cygwin-apps

Am 10.04.2020 um 16:47 schrieb Jon Turney:


This package contains OpenGL manpages from 
https://github.com/KhronosGroup/OpenGL-Refpages


These are packaged in Fedora (gl-manpages), debian 
(khronos-opengl-man4), etc.


cygport file:

https://github.com/jon-turney/gl-manpages-cygport/blob/master/gl-manpages.cygport 



package files:

http://www.dronecode.org.uk/cygwin/noarch/release/gl-manpages/


I have problem building it.
I do not see any package that cover the build requirements
of docbook-mathml

$ cygcheck -p dbmathml.dtd
Found 0 matches for dbmathml.dtd

The system tries to download it and fails.
No clear reason why wget and curl can catch the files

$ cygport gl-manpages.cygport compile

Compiling gl-manpages-20200103gita6e07ba-1.noarch

*** Warning: Some build dependencies are not installed.
*** Warning: This package may end up missing features, or not build at all.
*** Warning: Consider installing these packages first before continuing:
*** Warning: docbook-mathml
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd



$ wget http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
--2020-04-14 17:20:03-- 
http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd

Resolving www.oasis-open.org (www.oasis-open.org)... 172.99.100.168
Connecting to www.oasis-open.org 
(www.oasis-open.org)|172.99.100.168|:80... connected.

HTTP request sent, awaiting response... 200 OK
Length: 3525 (3.4K) [application/xml-dtd]
Saving to: ‘dbmathml.dtd’

dbmathml.dtd100%[===>]   3.44K  --.-KB/sin 0s

2020-04-14 17:20:04 (18.4 MB/s) - ‘dbmathml.dtd’ saved [3525/3525]

Maybe we need a docbook-mathml packages ?

Regards
Marco



Re: [cygwin] FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-14 Thread Bill Stewart
On Mon, Apr 13, 2020 at 5:52 PM Jason Pyeron wrote:

> I continue to see failures of authentication (both PKI and password
> based) on local vs domain accounts. In fact I have rarely seen two
> sshd installs that are configured the same way.

I would recommend reviewing the Cygwin and sshd versions in use and
check what's different between them. After documenting the specifics,
you can post to this mailing list if you have specific questions.

Bill
--
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: FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-14 Thread Corinna Vinschen
On Apr 13 14:50, Bill Stewart wrote:
> It would seem that the following FAQ entry ("How do I setup sshd in a
> domain?") is now obsolete:
> 
> https://cygwin.com/faq.html#faq.using.sshd-in-domain

Yeah, in theory this can go away, now that sshd is installed as a
SYSTEM user again as in olden days.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer


signature.asc
Description: PGP signature
--
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: setup.exe corruption

2020-04-14 Thread o lu via Cygwin
When downloaded with cygwin wget

On Tue, Apr 14, 2020 at 3:34 AM o lu  wrote:

> Windows cannot access the specified device...
>
> Windows cannot access the specified device, path, or file with
> latest setup.exe
>
--
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


[ANNOUNCEMENT] Updated: util-linux 2.33.1-2

2020-04-14 Thread Mark Geisert



The following packages have been uploaded to the Cygwin distribution:

* util-linux-2.33.1-2
* libblkid1-2.33.1-2
* libblkid-devel-2.33.1-2
* libfdisk1-2.33.1-2
* libfdisk-devel-2.33.1-2
* libsmartcols1-2.33.1-2
* libsmartcols-devel-2.33.1-2
* libuuid1-2.33.1-2
* libuuid-devel-2.33.1-2
* uuidd-2.33.1-2

This is a re-spin of Cygwin's current util-linux release 2.33.1 that
adds a 'taskset' executable.  Taskset takes advantage of the recent
addition of cpu affinity support to Cygwin.  It allows one to assign
Cygwin processes to a specific cpu or cpus.

I'd like to thank Cygwin user Eliot Moss for his encouragement in
getting cpu affinity support added to Cygwin, and his patches that
made possible the clean building of this util-linux update.

Questions and/or comments to the Cygwin mailing list please:
cygwin (at) cygwin (dot) com

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


Updated: util-linux 2.33.1-2

2020-04-14 Thread Mark Geisert



The following packages have been uploaded to the Cygwin distribution:

* util-linux-2.33.1-2
* libblkid1-2.33.1-2
* libblkid-devel-2.33.1-2
* libfdisk1-2.33.1-2
* libfdisk-devel-2.33.1-2
* libsmartcols1-2.33.1-2
* libsmartcols-devel-2.33.1-2
* libuuid1-2.33.1-2
* libuuid-devel-2.33.1-2
* uuidd-2.33.1-2

This is a re-spin of Cygwin's current util-linux release 2.33.1 that
adds a 'taskset' executable.  Taskset takes advantage of the recent
addition of cpu affinity support to Cygwin.  It allows one to assign
Cygwin processes to a specific cpu or cpus.

I'd like to thank Cygwin user Eliot Moss for his encouragement in
getting cpu affinity support added to Cygwin, and his patches that
made possible the clean building of this util-linux update.

Questions and/or comments to the Cygwin mailing list please:
cygwin (at) cygwin (dot) com

..mark


Re: [PATCH] proc_cpuinfo: Add PPIN support for AMD

2020-04-14 Thread Corinna Vinschen
On Apr 10 22:35, Brian Inglis wrote:
> Newer AMD CPUs support a feature called protected processor
> identification number (PPIN). This feature can be detected via
> CPUID_Fn8008_EBX[23].
> ---
>  winsup/cygwin/fhandler_proc.cc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
> index 605a8443f0..5c5f4bd9ef 100644
> --- a/winsup/cygwin/fhandler_proc.cc
> +++ b/winsup/cygwin/fhandler_proc.cc
> @@ -1262,6 +1262,7 @@ format_proc_cpuinfo (void *, char *)
>  /* ftcprint (features1, 14, "ibrs" ); */ /* ind br restricted spec */
>  /* ftcprint (features1, 15, "stibp"); */ /* 1 thread ind br pred */
>  /* ftcprint (features1, 17, "stibp_always_on"); */ /* stibp always on */
> +   ftcprint (features1, 23, "amd_ppin"); /* protected proc id no */
>  /* ftcprint (features1, 24, "ssbd"); */  /* spec store byp dis */
> ftcprint (features1, 25, "virt_ssbd");/* vir spec store byp dis */
>  /* ftcprint (features1, 26, "ssb_no"); *//* ssb fixed in hardware */
> -- 
> 2.21.0

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer


signature.asc
Description: PGP signature


setup.exe corruption

2020-04-14 Thread o lu via Cygwin

Windows cannot access the specified device...

Windows cannot access the specified device, path, or file with 
latest setup.exe

--
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: catdoc optional dependency

2020-04-14 Thread Marco Atzeri via Cygwin

Am 14.04.2020 um 09:12 schrieb Phill Ramsden:

Hi,

I installed catdoc from the repos and catdocx doesn't work without unzip 
installed too, I thought maybe it should be marked as a dependency?

Thanks,

Phill



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


catdoc optional dependency

2020-04-14 Thread Phill Ramsden
Hi,

I installed catdoc from the repos and catdocx doesn't work without unzip 
installed too, I thought maybe it should be marked as a dependency?

Thanks,

Phill

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


ConPTY and terminal graphics

2020-04-14 Thread Thomas Wolff
When the cygwin conpty adaptation is activated for the first time, it 
spoils any graphics (e.g. Sixel output) present on the screen. It 
probably replays the output code but somehow modified. Test case:

gnuplot -e "splot [x=-3:3] [y=-2:2] sin(x) * cos(y)"
cmd /c ver

If repeated, it does not happen again. Also graphics that are already in 
the scrollback buffer are not affected.

(Not a big issue.)
Thomas
--
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