Re: cygport upload seems to ignore SSH_KEY

2024-11-08 Thread Andrew Schulman via Cygwin
> >> I haven't used cygport up in a long time - I use git push now, and let > >> scallywag build the packages > > Is this workflow described somewhere? > It sounds interesting. Yes! Git repositories for Cygwin packaging: https://cygwin.com/packaging/repos.html Once you push your .cygport fil

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Andrew Schulman via Cygwin
build the packages - but this does seem like new wrong behavior. Surely he shouldn't have to use keychain to get cygport to work? According to the docs, as you cited, his method should work. Andrew -- 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: ssh over stunnel hangs on second connection

2024-02-17 Thread Andrew Schulman via Cygwin
unnel processes are running? ps | grep stunnel The advantage of using ProxyCommand in your ssh config is that it starts a separate stunnel process for each connection, which should avoid this problem. If you don't usually need stunnel, you can create one two ssh configurations with differ

Re: ssh over stunnel hangs on second connection

2024-02-16 Thread Andrew Schulman via Cygwin
tion. Can you please clarify how you're invoking stunnel? Do you have a ProxyCommand directive in your .ssh/config, like: ProxyCommand /usr/bin/stunnel stunnel.conf or is it some other way? I ask this because with ProxyCommand as above, you should get a separate stunnel process for each new ssh connection, and I can't think why they would interfere with each other. Andrew -- 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

python3 3.9.18-1 hanging

2024-01-30 Thread Andrew Murray via Cygwin
Hi, Over in Pillow’s GitHub Actions, the Cygwin job has started hanging when running pytest - https://github.com/python-pillow/Pillow/actions/runs/7690866578/job/20955296663 Interestingly, this is not something specific to Pillow. Cygwin has also been hanging for NumPy’s GitHub Actions, https

Re: fish shell config issue starting 3.6.4 package

2024-01-12 Thread Andrew Schulman via Cygwin
> > I have adjusted the dependencies for fish 3.6.4 and 3.7.0 in the package > > repository on sourceware to add procps-ng. > > > > If this is correct, please remember to make this adjustment in future > > packages. > > Ouch! Sorry everybody! And thank you Xavier, for reporting that. > > Yes,

Re: fish shell config issue starting 3.6.4 package

2024-01-12 Thread Andrew Schulman via Cygwin
pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill > >> ^~~~^ > [...] > > Hi Xavier, > > it seems a missing dependency > > > > pgrep is part of procps-ng package > > Andrew, > > I have adjusted the dependencies for fish 3.6.4

Re: socat 1.8 release, please update it

2024-01-04 Thread Andrew Schulman via Cygwin
> Hi, > > I notice socat 1.8 release, so socat package in cygwin is outdate. > > please up it to date, 1.8 has much new feature very useful. > > thanks ;p I fixed the build error with socat 1.8, so I'll get the new release out shortly. Andrew -- Problem report

Re: Automatic Cygwin installation for CI ?

2023-12-22 Thread Andrew Schulman via Cygwin
> Is there any documentation how Cygwin 3.5.0 can be automatically (without GUI > and user intervention, e.g. via *.bat script) be installed as part of a CI > (Continuous integration) build environment ? https://stackoverflow.com/questions/745275/can-i-script-a-cygwin-install-to-include-certain-

Re: socat 1.8 release, please update it

2023-12-12 Thread Andrew Schulman via Cygwin
> On 10/12/2023 17:06, xvac--- via Cygwin wrote: > > Hi, > > > > I notice socat 1.8 release, so socat package in cygwin is outdate. > > > > please up it to date, 1.8 has much new feature very useful. > > > > thanks ;p > > Do not spam the cygwin maintainer/packager list please > > See : > > ht

Re: Capturing a Cygwin instance from another PC

2023-12-07 Thread Andrew Schulman via Cygwin
> I have a new Win11 PC, and I wanted to capture the same Cygwin setup that I > have in another Win10 PC. I copied the C:\cygwin64 folder from the Win10 pc > to the Win11 pc, then I downloaded a fresh setup-x86_64.exe from cygwin.com > to the win11 PC. I ran it and chose "Install from Local Dire

[ANNOUNCEMENT] screen 4.9.1-1

2023-08-27 Thread Andrew Schulman via Cygwin-announce via Cygwin
programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the user's terminal. Andrew E. Schulman [1] https://savannah.gnu.org/news/?id=10500 [2] https://git.savannah.gnu.org

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Andrew Schulman via Cygwin
> Hello, > > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin privileges. https://superuser.com/questions/66019

[ANNOUNCEMENT] pv 1.7.24-1

2023-07-31 Thread Andrew Schulman via Cygwin-announce via Cygwin
indicator of relative throughput in a complex pipeline. For pv fun watching your computer send zeros to the bit bucket, run pv --stop-at-size --size 100G /dev/null Andrew E. Schulman [1] https://www.ivarch.com/programs/pv.shtml#news -- Problem reports: https://cygwin.com/problems.html FAQ

Re: Map home dir drive (H:) to /home/myuser/ ?

2023-07-29 Thread Andrew Schulman via Cygwin
-a, or exit and restart your shell. To learn more see the Cygwin User's Guide (https://cygwin.com/cygwin-ug-net/cygwin-ug-net.html), in particular: https://cygwin.com/cygwin-ug-net/using.html#mount-table https://cygwin.com/cygwin-ug-net/mount.html Andrew -- Problem reports: https:/

Re: [EXTERNAL] dig and host don't work in IPv6

2023-07-29 Thread Andrew Schulman via Cygwin
27;m looking at other options in resolv.conf, but haven't found anything useful. I can't find any documention of the osquery option. This answer[1] says "res_init() uses the Windows resolver if either /etc/resolv.conf does not exist, or /etc/resolv.conf contains options osquery.&qu

Re: [EXTERNAL] dig and host don't work in IPv6

2023-07-28 Thread Andrew Schulman via Cygwin
.conf ? Thanks. Unfortunately neither of those options fixes the problem. And yes, other Cygwin network clients work normally, for example curl and ssh. Andrew -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://c

dig and host don't work in IPv6

2023-07-28 Thread Andrew Schulman via Cygwin
27; line to /etc/resolv.conf. That's not a sustainable solution though, since the nameservers change and I drop into and out of the IPv6 VPN. Should I be doing something differently? Or is it a bug? Thanks, Andrew -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] pv 1.7.0-1

2023-07-20 Thread Andrew Schulman via Cygwin-announce via Cygwin
indicator of relative throughput in a complex pipeline Andrew E. Schulman [1] https://www.ivarch.com/programs/pv.shtml#news -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info

[ANNOUNCEMENT] stunnel 5.70-1 (test)

2023-07-20 Thread Andrew Schulman via Cygwin-announce via Cygwin
o the daemon's code. Andrew E. Schulman [1] https://www.stunnel.org/NEWS.html -- 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] libargp-20230708-2

2023-07-11 Thread Andrew Schulman via Cygwin-announce via Cygwin
. The header file should be included to use argp. Home page: https://www.gnu.org/software/gnulib/ Documentation: https://www.gnu.org/software/libc/manual/html_node/Argp.html License: LGPL-3 Andrew Schulman [1] https://git.savannah.gnu.org/gitweb/?p=gnulib.git&a=search&h=HEAD&st=c

[ANNOUNCEMENT] libargp-20230708-1

2023-07-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
included to use argp. Home page: https://www.gnu.org/software/gnulib/ Documentation: https://www.gnu.org/software/libc/manual/html_node/Argp.html License: LGPL-3 Andrew Schulman [1]https://git.savannah.gnu.org/gitweb/?p=gnulib.git&a=search&h=HEAD&st=commit&s=argp -- Problem rep

Re: unison package missed the "unison-fsmonitor" in Cygwin

2023-06-29 Thread Andrew Schulman via Cygwin
for pointing me to that. I wasn't aware of it. I'll take a look and include it in a new release if it works for Cygwin. Andrew -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

[ANNOUNCEMENT] stow 2.3.1+5.36-1

2023-05-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
. This allows you to keep packages separate, while making them appear to be installed in the same place. Andrew E. Schulman -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info

[ANNOUNCEMENT] unison 2.53.3-1

2023-05-02 Thread Andrew Schulman via Cygwin-announce via Cygwin
nterface All of the Unison packages for Cygwin use the text UI. There is also a GTK3 UI for Unison, but I haven't tried to build it for Cygwin yet. Andrew E. Schulman [1]https://github.com/bcpierce00/unison/releases [2]https://github.com/bcpierce00/unison/wiki/2.52-Migration-Guid

[ANNOUNCEMENT] [test] fish 3.6.1-2

2023-04-26 Thread Andrew Schulman via Cygwin-announce via Cygwin
on message like this from fish, just one time: Migrated /home/andrew/.config/fish/fish_variables.x86_64 -> /home/andrew/.config/fish/fish_variables * The variable you set above should still be set. So for example set -q migrated; and echo success; or echo failed should echo

[ANNOUNCEMENT] bc 1.07.1-1

2023-04-11 Thread Andrew Schulman via Cygwin-announce via Cygwin
/ Andrew E. Schulman -- 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] socat 1.7.4.4-1

2023-04-08 Thread Andrew Schulman via Cygwin-announce via Cygwin
amed pipes, and pseudo terminals. Home page: https://repo.or.cz/socat.git Andrew E. Schulman [1] https://repo.or.cz/socat.git/shortlog/refs/tags/tag-1.7.4.4 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://

[ANNOUNCEMENT] stunnel 5.69-1

2023-04-07 Thread Andrew Schulman via Cygwin-announce via Cygwin
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS.html -- Problem reports: https://cygwi

[ANNOUNCEMENT] unison 2.53.2-1

2023-04-06 Thread Andrew Schulman via Cygwin-announce via Cygwin
nterface All of the Unison packages for Cygwin use the text UI. There is also a GTK3 UI for Unison, but I haven't tried to build it for Cygwin yet. Andrew E. Schulman [1]https://github.com/bcpierce00/unison/releases [2]https://github.com/bcpierce00/unison/wiki/2.52-Migration-Guid

[ANNOUNCEMENT] discus 0.5.0-1

2023-04-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
suitable size from kilobytes, megabytes, gigabytes, or terabytes). If you don't want discus deciding the best sizes, you can also choose your own increments, along with specifying the number of decimal places you'd like to see. Home page: https://github.com/ncarrier/discus Andrew E. Sc

[ANNOUNCEMENT] fish 3.6.1-1

2023-04-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes.html [2] https://fishshell.com/docs/current/index.html -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwi

[ANNOUNCEMENT] unison 2.53.0-1

2022-11-15 Thread Andrew Schulman via Cygwin-announce
e. == User interface All of the Unison packages for Cygwin use the text UI. There is also a GTK3 UI for Unison, but I haven't tried to build it for Cygwin yet. Andrew E. Schulman [1]https://github.com/bcpierce00/unison/releases

[ANNOUNCEMENT] stunnel 5.67-1

2022-11-15 Thread Andrew Schulman via Cygwin-announce
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS.html -- Problem reports: https://cygwi

[ANNOUNCEMENT] fish 3.5.1-2

2022-10-19 Thread Andrew Schulman via Cygwin-announce
that focuses on interactive use, discoverability, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

[ANNOUNCEMENT] stunnel 5.66-1

2022-10-19 Thread Andrew Schulman via Cygwin-announce
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS

Re: fish-3.5.0-1: /etc/fish/conf.d/cygwin.fish only readable by owner

2022-10-18 Thread Andrew Schulman via Cygwin
r us. I've just come to expect that permissions on my Cygwin files get set to screwy values, and I thought that setup was fixing them up for us. Anyway I fixed the permissions in version 3.5.1-2, which I just uploaded. Once you update to that version, please let me know if everything look

[ANNOUNCEMENT] fish 3.5.0-1

2022-07-05 Thread Andrew Schulman via Cygwin-announce
ility, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

[ANNOUNCEMENT] unison 2.52.1-2

2022-06-21 Thread Andrew Schulman via Cygwin-announce
ng yet under Cygwin. At some time in the future I may make unison*+gtk2 packages available for Cygwin. Andrew E. Schulman [1]https://github.com/bcpierce00/unison/wiki/2.52-Migration-Guide *** To update your installation, click on

[ANNOUNCEMENT] multitail 6.5.2-1

2022-06-21 Thread Andrew Schulman via Cygwin-announce
output of external software, MultiTail can mimic the functionality of tools like 'watch' and such. Andrew E. Schulman [1] https://github.com/halturin/multitail/releases *** To update your installation, click on the "

[ANNOUNCEMENT] stunnel 5.64-1

2022-06-21 Thread Andrew Schulman via Cygwin-announce
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS.html -- Problem reports: https://cygwi

[ANNOUNCEMENT] New: unison 2.52.0-2

2022-04-19 Thread Andrew Schulman via Cygwin-announce
of the Unison packages for Cygwin use the text UI. There is also a GTK2 UI for Unison, but I haven't been able to get it working yet under Cygwin. At some time in the future I may make unison*+gtk2 packages available for Cygwin. Andrew E. Schulman

[ANNOUNCEMENT] fish 3.4.1-1

2022-04-19 Thread Andrew Schulman via Cygwin-announce
, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

[ANNOUNCEMENT] stunnel-5.62-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS

[ANNOUNCEMENT] socat-1.7.4.3-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
and pseudo terminals. Andrew E. Schulman [1] http://www.dest-unreach.org/socat/doc/RELEASE-NOTES-1.7.4.0 [2] http://www.dest-unreach.org/socat/doc/CHANGES *** To update your installation, click on the "Install Cygwin now&qu

[ANNOUNCEMENT] screen-4.9.0-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
minal. Andrew E. Schulman [1] https://savannah.gnu.org/forum/forum.php?forum_id=10107 [2] https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.9.0 *** To update your installation, click on the "Install Cygwin now" l

[ANNOUNCEMENT] New: unison2.51+4.04.2, unison2.51+4.10.0

2022-02-18 Thread Andrew Schulman via Cygwin-announce
ing yet under Cygwin. At some time in the future I may make unison*+gtk2 packages available for Cygwin.* *Andrew E. Schulman* To update your installation, click on the "Install Cygwin now" link onth

Re: [PATCH] Fix optional variables in libargp

2022-02-18 Thread Andrew Schulman via Cygwin
> Hello! > I have successfully tested it on i386. Really, just remove PREFIX > completely and it's okay. GetProcAddress() appears to be "clever" and adds > the leading underscope by itself on i386. I don't know what you did wrong > and why you could not reproduce the solution. > However, i have

Re: [GOLDSTAR] Re: [ANNOUNCEMENT] Updated: autoconf-15-1, autoconf2.7-2.71-1

2021-12-16 Thread Andrew Schulman via Cygwin
> On 12/5/2021 3:50 AM, Achim Gratz wrote: > > > > Autoconf has been updated to the latest upstream release 2.71, see the > > packaging notes below. Additionally the automake wrapper has been > > updated to the latest upstream version 15 (with some modifications for > > Cygwin). > > Great work,

Re: ssmtp-config fails on step 6

2021-11-20 Thread Kevin Andrew Lipscomb via Cygwin
On 2021-11-19 18:54, Doug Henderson wrote: On Fri, 19 Nov 2021 at 11:00, Kevin Andrew Lipscomb via Cygwin wrote: ssmtp-config fails silently on step 6 at the first call to /usr/sbin/alternatives. I isolated the alternatives command, added the --verbose switch to it, and ran the result

ssmtp-config fails on step 6

2021-11-19 Thread Kevin Andrew Lipscomb via Cygwin
ssmtp-config fails silently on step 6 at the first call to /usr/sbin/alternatives. I isolated the alternatives command, added the --verbose switch to it, and ran the result from a bash shell that was launched as Administrator. The command fails immediately after emitting: reading /var/lib/

gdb symbolic link bug

2021-11-19 Thread Carter, Mark Andrew (Andy) via Cygwin
Gdb will not run an executable when it is a symbolic link in the post Cygwin release 3.1.5 form. As seen below I am currently running Cygwin 3.1.7. I have confirmed this is due to the change of the "ln -s" implementation. Links created by Cygwin 2.8 and 3.1.0 work with this gdb version, and l

Re: New pipe code means a gold star is merited

2021-11-12 Thread Andrew Schulman via Cygwin
> On 11/10/2021 1:45 PM, Henry S. Thompson via Cygwin wrote: > > for Ken Brown and Takashi Yano, don't you think? > > Even though we made XEmacs unusable?!? :) > > But seriously, it was a joint effort among the two of us and Corinna. Awarded! https://cygwin.com/goldstars#CV https://cygwin.com/g

[ANNOUNCEMENT] stunnel 5.60-1

2021-11-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS

Re: [HEADSUP] Phasing out old Windows versions and 32 bit support

2021-10-27 Thread Andrew Schulman via Cygwin
> On Tue, 26 Oct 2021 22:55:01 +0200 > Corinna Vinschen wrote: > > We're also planning to drop Support for the 32 bit release of Cygwin in > > 2022, thus Cygwin 3.4.0 won't come in 32 bit anymore, and the package > > maintainers won't have to update 32 bit packages anymore. If you're > > still run

Re: socat UDP-LISTEN,fork misbehaves

2021-10-26 Thread Andrew Schulman via Cygwin
... > ... > > Actual: > > ... > > Reproducible: amd64, x86, Windows 10, Windows 7 Thanks for reporting. Unfortunately, I have no insight into what might cause that fault in Cygwin. socat in Cygwin is compiled OOTB, wi

[ANNOUNCEMENT] pv 1.6.20-1

2021-10-19 Thread Andrew Schulman via Cygwin-announce via Cygwin
given a visual indicator of relative throughput in a complex pipeline. Home page: http://www.ivarch.com/programs/pv.shtml Andrew E. Schulman [1] http://www.ivarch.com/programs/pv.shtml#news *** To update your installation, click

[ANNOUNCEMENT] fish 3.3.1-1

2021-08-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

xfig problem(s)

2021-08-04 Thread Andrew Paplinski via Cygwin
can I customize the Xapplication menu, specifically the xfig entry? Cheers, Andrew Paplinski -- 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] fish-3.3.0-1

2021-07-01 Thread Andrew Schulman via Cygwin-announce via Cygwin
, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

[ANNOUNCEMENT] pv 1.6.6-1

2021-04-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
indicator of relative throughput in a complex pipeline. Home page: http://www.ivarch.com/programs/pv.shtml Andrew E. Schulman [1] http://www.ivarch.com/programs/pv.shtml#news *** To update your installation, click on the "Install C

[ANNOUNCEMENT] fish 3.2.2-1

2021-04-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
iness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes

[ANNOUNCEMENT] [SECURITY] stunnel 5.58-1

2021-03-16 Thread Andrew Schulman via Cygwin-announce via Cygwin
LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS.html *** To update your installation, click on the "Install Cygwin n

[ANNOUNCEMENT] fish-3.2.0-1

2021-03-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: https://fishshell.com Andrew E. Schulman [1] https://fishshell.com/docs/current/relnotes.html *** To update

[ANNOUNCEMENT] stow 2.3.1+5.32-1

2021-02-18 Thread Andrew Schulman via Cygwin-announce via Cygwin
installed location (e.g. /usr/local) to a stow directory (e.g. /usr/local/stow/emacs) where the real files live. This allows you to keep packages separate, while making them appear to be installed in the same place. Andrew E. Schulman

[ANNOUNCEMENT] socat 1.7.4.1-1

2021-01-12 Thread Andrew Schulman via Cygwin-announce via Cygwin
and pseudo terminals. Andrew E. Schulman [1] http://www.dest-unreach.org/socat/doc/RELEASE-NOTES-1.7.4.0 [2] http://www.dest-unreach.org/socat/doc/CHANGES *** To update your installation, click on the "Install Cygwin now&qu

[ANNOUNCEMENT] [SECURITY] stunnel 5.57-1

2021-01-01 Thread Andrew Schulman via Cygwin-announce via Cygwin
LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS.html *** To update your installation, click on the "Install Cygwin now"

Re: Happy TwentyFifth (25th) Birthday Cygwin!

2020-11-10 Thread Andrew Schulman via Cygwin
> ...and many more until Windows runs on a POSIX compatible kernel! > > Thanks to all the contributors, documentors, testers, and especially users, > who > keep us honest, and without which we would have little encouragement to > continue! Gold watch awarded! https://cygwin.com/goldstars/#Cygwi

[ANNOUNCEMENT] new: socat2 2.0.0-0.1.b9; updated: socat 1.7.3.4-2

2020-09-21 Thread Andrew Schulman via Cygwin-announce
e GNU line editor (readline), a program, or a combination of two of these. These modes include generation of 'listening' sockets, named pipes, and pseudo terminals. Andrew E. Schulman [1] http://www.dest-unreach.org/socat/doc/CHANGES

[ANNOUNCEMENT] fish-3.1.2-2

2020-09-18 Thread Andrew Schulman via Cygwin-announce
ility, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: http://fishshell.com Andrew E. Schulman *** To update your install

[ANNOUNCEMENT] discus 0.4.0-1

2020-09-13 Thread Andrew Schulman via Cygwin-announce
suitable size from kilobytes, megabytes, gigabytes, or terabytes). If you don't want Discus deciding the best sizes, you can also choose your own increments, along with specifying the number of decimal places you'd like to see. Andrew E

Re: /dev/p* causes shell crash in i686

2020-09-10 Thread Andrew Schulman via Cygwin
1-20090909.dll. Is it executable? Doh. Thanks. Yeah, I made it executable and the problem with /dev/pt* now seems to be fixed. Thank you. And yes, I meant cygwin1-20200909.dll. Andrew -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentati

Re: /dev/p* causes shell crash in i686

2020-09-10 Thread Andrew Schulman via Cygwin
> On Sep 9 08:08, Andrew Schulman via Cygwin wrote: > > Here's a strange one. In bash in i686, try to run: > > > > ls /dev/ptmx > > > > I only get about as far as: > > > > ls /dev/p > > > > and then my terminal window vanishes. Th

[ANNOUNCEMENT] lftp 4.9.2-1

2020-09-09 Thread Andrew Schulman via Cygwin-announce
supports multiple network protocols. It offers tab completion, command history, job control, and bookmarks. It can mirror sites and transfer multiple files in parallel. It keeps trying interrupted operations until it can complete them. Andrew E. Schulman

[ANNOUNCEMENT] New: unison2.48+4.04.2, unison2.48+4.08.1 [test]

2020-09-08 Thread Andrew Schulman via Cygwin-announce
Cygwin use the text UI. There is also a GTK2 UI for Unison, but I haven't been able to get it working yet under Cygwin. At some time in the future I may make unison*+gtk2 packages available for Cygwin. Andrew E. Schulman -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: LFTP 4.9.2 - 2020-08-13 (Cygwin current 4.9.1)

2020-09-04 Thread Andrew Schulman via Cygwin
> Can this be updated please. > > Change log - https://lftp.yar.ru/news.html Sure, will do. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsu

Re: [ANNOUNCEMENT] unison2.48-2.48.4-2 (Warning: possible breakage)

2020-08-31 Thread Andrew Schulman via Cygwin
I'd much rather just keep > my > current arrangement, without having setup try to update unison2.48 every time > I > run it. Thanks, that's helpful to know. Your situation might not be unusual, I don't know. For all I know, you and I are the only Cygwin Unison users. So

[ANNOUNCEMENT] unison2.48-2.48.4-2 (Warning: possible breakage)

2020-08-31 Thread Andrew Schulman via Cygwin-announce
xisting builds, or make a new Cygwin package for it. Future versions of Unison may get around the OCaml version incompatibility. For more discussion of the problem, see http://lists.seas.upenn.edu/pipermail/unison-hackers/2020-August/001972.html. Andrew E. Schulman -- Problem reports:

[ANNOUNCEMENT] fish-3.1.2

2020-08-31 Thread Andrew Schulman via Cygwin-announce
user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: http://fishshell.com Andrew E. Schulman *** To update your installation,

Long lines output by a native process in the PTY have new lines at the wrap point in the terminal

2020-06-29 Thread Andrew Ng via Cygwin
te and run. Can be reproduced using GnuWin32 'echo' or a native version of Python using print. I am running Cygwin 3.1.5 and mintty 3.2.0. Thank you, Andrew Ng -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Repeated input in PTY with SSH when a native process runs a Cygwin process that consumes input

2020-05-31 Thread Andrew Ng via Cygwin
_input fhandler_pty_master::transfer_input_to_pcon Also fhandler_pty_slave::eat_readahead does 'eols' processing without any guard on is_line_input (), which seems to differ from the code pattern seen elsewhere. I don't know if these are important, but thought I should mention them, just in

Repeated input in PTY with SSH when a native process runs a Cygwin process that consumes input

2020-05-30 Thread Andrew Ng via Cygwin
number of space characters and 'q' in your terminal. I have also seen this same behaviour in MSYS2 with pcon enabled. Both Cygwin and MSYS2 are running 3.1.4. Thank you, Andrew Ng -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

Re: Problem about installing PGI on Cygwin

2020-04-02 Thread Andrew Schulman via Cygwin
> I tried to install PGI (Linux version) on Cygwin, however, Cygwin told me > that PGI can only be installed under Linux operator system. So is there any > method to install PGI on Cygwin? What is PGI? Where do you get it? -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: gnu screen crashes on ssh disconnect

2020-03-17 Thread Andrew Schulman via Cygwin
servers, so I'm not able to test this. > Thanks for the report. This seems to be a problem related to pseudo > console. I will submit a patch for this issue shortly. Awesome! I'll look for that. Andrew -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-28 Thread Andrew Schulman via cygwin
cence and must withdraw all > > distributions > > > > I have removed the package. (The phrase "no good deed goes unpunished" > comes to mind.) No cheering here about that. Thanks for contributing, and I hope your next iteration is more successful. Andrew --

Re: [ANNOUNCEMENT] [New] cpuid 20200211

2020-02-24 Thread Andrew Schulman via cygwin
> The following new package has been uploaded to the Cygwin distribution: > > * cpuid-20200211-1 > > The program displays detailed information about the CPU(s) gathered from > the CPUID instruction, and also determines the exact model of CPU(s). > > Whereas /proc/cpuinfo is like an abstract of t

[ANNOUNCEMENT] screen 4.8.0-1

2020-02-06 Thread Andrew Schulman via cygwin
minal. Andrew E. Schulman [1] https://savannah.gnu.org/forum/forum.php?forum_id=9665 [2] https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.7.0 *** To update your installation, click on the "Install Cygwin now" l

[ANNOUNCEMENT] lftp 4.9.1-1

2020-01-24 Thread Andrew Schulman via cygwin
network protocols. It offers tab completion, command history, job control, and bookmarks. It can mirror sites and transfer multiple files in parallel. It keeps trying interrupted operations until it can complete them. Andrew E. Schulman

Re: cygrunsrv does not start cygsshd at boot

2020-01-23 Thread Andrew J. Schorr
On Wed, Jan 22, 2020 at 03:08:12PM -0700, Brian Inglis wrote: > I've used dnscache for network service dependencies (and cygserver and > syslog-ng > for other Cygwin services) with delayed start and preshutdown (cygrunsrv -O, > --preshutdown). > Where previous usage was cygrunsrv -t, --type manual

Re: [ANNOUNCEMENT] lftp 4.9.0-2

2020-01-23 Thread Andrew Schulman via cygwin
> This was already fixed on lftp 4.9.1 released by the developer. You should > probably just release that version instead of the patched version. OK, yep. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

[ANNOUNCEMENT] lftp 4.9.0-2

2020-01-22 Thread Andrew Schulman via cygwin
an mirror sites and transfer multiple files in parallel. It keeps trying interrupted operations until it can complete them. Andrew E. Schulman [1] https://cygwin.com/ml/cygwin/2020-01/msg00076.html [2] https://cygwin.com/ml/cygwin/2020-0

Re: cygrunsrv does not start cygsshd at boot

2020-01-22 Thread Andrew J. Schorr
On Tue, Jan 21, 2020 at 09:37:15PM +0100, Achim Gratz wrote: > Andrew J. Schorr writes: > > How do I fix and/or troubleshoot this? I need to find a way to get > > cygsshd to start automatically when the system reboots. > > Try to set the service to "delayed start"

cygrunsrv does not start cygsshd at boot

2020-01-21 Thread Andrew J. Schorr
Hi, Over the weekend, I did a fresh install of Windows 10 Pro x86_64 and then installed Cygwin x86_64 3.1.2. I ran ssh-host-config, and cygsshd starts and works as expected when I run "cygrunsrv --start cygsshd". But the cygsshd service is not started automatically when the system reboots. I must

[ANNOUNCEMENT] lftp 4.9.0-1

2020-01-07 Thread Andrew Schulman via cygwin
completion, command history, job control, and bookmarks. It can mirror sites and transfer multiple files in parallel. It keeps trying interrupted operations until it can complete them. Andrew E. Schulman *** To update your

[ANNOUNCEMENT] stow 2.3.1-2

2019-12-20 Thread Andrew Schulman via cygwin
arate, while making them appear to be installed in the same place. Andrew E. Schulman *** To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to you

Re: stow package missing dependency

2019-12-20 Thread Andrew Schulman via cygwin
> https://sourceware.org/ml/cygwin/2017-11/msg00118.html Different problem, when stow had to be rebuilt for a new Perl version. Andrew -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: [GOLDSTAR][PLUSH HIPPO] Re: [ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-17 Thread Andrew Schulman via cygwin
n or tmux. > > May I suggest a plush hippo for Takashi Yano, please. > > Absolutely! I was still thinking about a nice number of goldstars, > but that's actually worth a plush hippo. Thanks for the suggestion. > > Andrew, can ypu please give a well deserved plush h

[ANNOUNCEMENT] multitail 6.5.0-1

2019-12-06 Thread Andrew Schulman via cygwin
xpressions and deleting and adding windows. * Have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such. Andrew E. Schulman [1] https://www.vanheusden.com/multitail

[ANNOUNCEMENT] stunnel 5.56-1

2019-12-06 Thread Andrew Schulman via cygwin
Secure Sockets Layer (SSL)). stunnel can allow you to secure non-TLS-aware daemons and protocols (like POP, IMAP, LDAP, etc) by having stunnel provide the encryption, requiring no changes to the daemon's code. Andrew E. Schulman [1]https://www.stunnel.org/NEWS

Re: Bug reporting

2019-11-29 Thread Andrew Schulman via cygwin
> On 2019-11-25 08:24, Andrew Schulman via cygwin wrote: > > On 2019-11-19 21:59, Pasunuti Prashanth wrote: > >> We are facing a bug problem during compilation. > >> 1. "makedepend: error: out of space: increase MAXFILES" > >> 2. make[1]: *** [M

  1   2   3   4   5   6   7   8   9   10   >