Re: svn crashes when connection to server refused
Greetings, Marco Atzeri! > On 26.01.2022 21:16, Andrey Repin wrote: >> Greetings, marco atzeri! >> >> Marco, on an unrelated note, can you please package Subversion with >> alternatives support? >> I understand that the request is uncommon, but I do have uncommon >> requirements. I'm using a custom Subversion build, which is good for common >> use, but have a small deficiency in LC_TIME handling (simply put, it always >> output localized dates, regardless of the settings). >> Thus I have to use a different Subversion binary for release automation. >> I already do some massaging to a similar extent, but a proper alternatives >> support would be much more convenient. >> >> Thank you in advance. >> >> > Hi Andrey > what exactly do you mean ? > is you need svn to point to another program than >/usr/bin/svn.exe > can not you set Alternatives to use a >/usr/local/bin/svn > as switch point between /usr/bin/svn.exe and your alternate ? > What am I missing ? Hm, point. :) That did not occurred to me. thanks for the idea! -- With best regards, Andrey Repin Friday, January 28, 2022 11:00:07 Sorry for my terrible english... -- 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: services startup postinstall scripts
Greetings, Brian Inglis! > On 2022-01-26 07:50, Andrey Repin wrote: >> Greetings, Brian Inglis! >> >>> restart them in a late local permanent postinstall script >>> /etc/postinstall/zp_z0_l_start_services.dash after setup. >> >> It never occured to me that I can use postinstall tasks to restart services >> :D >> >> Just add a line >> >> for svc in cygserver $( cygrunsrv --list | grep -v cygserver ); do net start >> "$svc"; done >> >> and you're golden! > To avoid conflicts you may first want to stop some Windows services > using first sc, then net as backup: net waits for command to be completed, so it's reasonable sure to assume if it completed without an error, things are going smooth. sc is good to make sure service exists. > for srv in ssh ssh-agent sshbroker sshproxy\ > sshd sshdbroker sshdproxy \ > vmictimesysnc w32time # for GPS ref Windows NTP server Why would I need to stop w32time, for example? > do > sc stop $srv > sleep 1 > net stop$srv > done > then start all Cygwin services using cygrunsrv, then sc, then net to be > more sure: > for srv in $(cygrunsrv -L) > do > cygrunsrv -S$srv > sleep 1 > sc start$srv > sleep 1 > net start $srv > done That's overcomplicated, IMO. > with suitable checks, messages, and logging added. And checks to check that checks are checking out? ;) -- With best regards, Andrey Repin Friday, January 28, 2022 11:13:24 Sorry for my terrible english... -- 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: [ANNOUNCEMENT] cygwin 3.3.3-1 [with DEPRECATION NOTES]
Greetings, Corinna Vinschen! > Hi Andrey, > On Jan 26 19:34, Andrey Repin wrote: >> Greetings, Corinna Vinschen via Cygwin-announce! >> >> > The following packages have been uploaded to the Cygwin distribution: >> >> > * cygwin-3.3.3-1 >> > * cygwin-devel-3.3.3-1 >> > * cygwin-doc-3.3.3-1 >> >> It seems there's some network shares problem going on with 3.3 >> >> I've got a problem with recent Cygwin and some old scripts of mine. >> Particularly, the script at one point trying to normalize EOL's in a file so >> that following operations run smooth. >> >> But the step fails with message about permission changes. >> The problem is, >> 1. the file is located on a network share and >> 2. it is a noacl share. >> >> The scripts were running fine several months ago and nothing has сhanged on >> host and remore except Cygwin itself. >> >> $ ls -ld . ./Localization.lua >> drwxr-xr-x 1 anrdaemon None 0 Jan 2 12:07 . >> -rw-r--r-- 1 anrdaemon None 32212 Jan 1 14:32 ./Localization.lua >> >> $ /usr/bin/d2u ./Localization.lua >> dos2unix: Failed to change the permissions of temporary output file >> ./d2utmpEBELkH: Permission denied >> dos2unix: problems converting file ./Localization.lua > I could easily reproduce your problem, which I introduced myself into > Cygwin 3.3.2. At the time I was wrestling with a new Samba version and > thought I have seen a problem with permissions. However, I don't know > how to reproduce the problem because it just doesn't show up anymore. I could arrange a debug session, if you need. > So I just reverted the patch. It worked this way for years. > I also created new developer snapshots for testing. I guess it's > about time for a 3.3.4 release... Simple retry completed without an error on the snapshot Cygwin DLL. -- With best regards, Andrey Repin Friday, January 28, 2022 11:40:01 Sorry for my terrible english... -- 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: Download errors Cygwin Digest, Vol 23, Issue 55
On 23/01/2022 19:17, James McKelvey wrote: I keep getting download errors for python-sip-6.5.0-1. My Cygwin is otherwise up to date. I've tried multiple repositories.Today it was mirrors.sonic.net. Thanks for reporting this. It's a bug in setup that it's trying to download this package which doesn't actually exist. This should be resolved by setup 2.917 -- 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: [ANNOUNCEMENT] Updated: setup (2.917)
On 27/01/2022 07:28, Shaddy Baddah wrote: Hi, On 25/1/22 7:02 am, Jon Turney wrote: > A new version of Setup (2.917) has been uploaded to: > > https://cygwin.com/setup-x86_64.exe (64 bit version) > https://cygwin.com/setup-x86.exe (32 bit version) > > Changes compared to 2.915: ... I've had a new problem with this version, which I have been able to work around. I guess this means 2.915 didn't have this problem. I normally do a two stage update of Cygwin, with the second stage being running down the "Install from Local Directory" path. This was silently existing. As it turned out, it was doing so as I had an old, setup.ini from a mirror I had unintentionally selected (rather than my preferred mirror). Here's the preamble to that setup.ini: [...] I moved that out of the way, and then was able to proceed. I was fortunate that I acted on a hunch. Otherwise, even with -v on command line, there was nothing that could indicate to me what was causing the issue. I'm hoping that this silent exit can be fixed, to at least give an indication, via logging or pop-up or other, of what is blocking the install. Thanks for reporting this. This seems to be a crash which occurs if you're not using 'download and install' mode, and have cached setup.ini files from multiple mirrors, and those differ in if any install package for a given source package is available. I've uploaded an updated setup with an attempted fix for this: https://cygwin.com/setup/setup-2.917-3-g489d9c.x86_64.exe https://cygwin.com/setup/setup-2.917-3-g489d9c.x86.exe Perhaps you could try that and see if it improves things for you? 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
ls -C broken
If I redirect output of `ls -C` (file / pipe), it used to produce well-formatted output in columns. Suddenly it produces garbage formatting instead. As `ls` itself is not new, maybe it's some library that breaks behaviour? Or even pty code?? Works on Cygwin 32-bit. Any idea? 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
Re: [QUAR] ls -C broken
On 1/28/2022 10:46 AM, Thomas Wolff wrote: If I redirect output of `ls -C` (file / pipe), it used to produce well-formatted output in columns. Suddenly it produces garbage formatting instead. As `ls` itself is not new, maybe it's some library that breaks behaviour? Or even pty code?? Works on Cygwin 32-bit. Any idea? Thomas WJFFM in 64-bit on xterm and mintty. I am running Cygwin 3.3.3-1, mintty 3.5.2-1, xterm 370-1, and ls 8.26-2. Regards - EM -- 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: libdeflate-1.9-1
The following packages have been updated to the latest upstream version: * libdeflate-devel-1.9-1 * libdeflate-tools-1.9-1 * libdeflate0-1.9-1 * libdeflate-1.9-1-src * libdeflate-debuginfo-1.9-1 -- libdeflate 1.9 A library for fast, whole-buffer DEFLATE-based compression and decompression libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. The supported formats are: DEFLATE (raw), zlib (a.k.a. DEFLATE with a zlib wrapper), gzip (a.k.a. DEFLATE with a gzip wrapper). libdeflate is heavily optimized. It is significantly faster than the zlib library, both for compression and decompression, and especially on x86 processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's 'level 9'. Source: https://github.com/ebiggers/libdeflate News: https://github.com/ebiggers/libdeflate/blob/v1.9/NEWS.md License: MIT License https://github.com/ebiggers/libdeflate/blob/v1.9/COPYING Cygwin Package Summary: https://www.cygwin.com/packages/summary/libdeflate-src.html Cygport Source: https://cygwin.com/git/?p=git/cygwin-packages/libdeflate.git -- Lemures Lemniscati -- 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: double-conversion 3.2.0-1
The following packages have been uploaded to the Cygwin distribution: * libdouble-conversion-devel-3.2.0-1 * libdouble-conversion3-3.2.0-1 * double-conversion-3.2.0-1-src * double-conversion-debuginfo-3.2.0-1 This is an update to the latest upstream -- This project (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects. HomePage: https://github.com/google/double-conversion#readme News: https://github.com/google/double-conversion/blob/v3.2.0/Changelog Source: https://github.com/google/double-conversion/tree/v3.2.0 License: BSD-3-Clause License https://github.com/google/double-conversion/blob/v3.2.0/LICENSE Cygwin Package Summary: https://cygwin.com/packages/summary/double-conversion-src.html Cygport Source: https://cygwin.com/git/?p=git/cygwin-packages/double-conversion.git -- Lemures Lemniscati -- 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
EFT transfer to cygwin has been automatically deposited 28 Jan 2022
Message body - cygwin, Here is the attach paid invoice, secured with PASSC0DE. Download and view receipt. let me know if you can't access pdf. The complete version of this receipt has been attached to this e- mail: cygwin@cygwin.com, --Receipt Summary Date: 28 Jan 2022 -- EFT Payment.shtml Description: Binary data -- 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: cygutils 1.4.17-1
The following packages have been uploaded to the Cygwin distribution: * cygutils-1.4.17-1 * cygutils-extra-1.4.17-1 * cygutils-x11-1.4.17-1 This update publicly releases three fixes that had previously only been available from the git repository. The fixes are as follows: - Add missing 32/64 timespec expansion in putclip. [1] - Fix getclip segfault on xterm selections. [2] - Fix putclip abort due to off-by-one error in buffering. [3] This update was built with gcc 10.2 as there are too many cygutils build errors using gcc 11.2 for a timely release. A later update will remedy. Enjoy, ..mark [1] https://cygwin.com/pipermail/cygwin/2021-November/249781.html [2] https://cygwin.com/pipermail/cygwin/2021-November/249905.html [3] https://cygwin.com/pipermail/cygwin/2022-January/250389.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