Re: DBD::mysql not reading host from config file

2024-07-27 Thread ASSI via Cygwin
Danny Rice via Cygwin writes: >> it's more likely that the DB itself is the culprit > > In what way do you mean? As mentioned, it reads all the option data from > the config file (except host) and connects without issue as long as you > supply host in the dsn. Again, the

Re: DBD::mysql not reading host from config file

2024-07-27 Thread Danny Rice via Cygwin
> > it's more likely that the DB itself is the culprit In what way do you mean? As mentioned, it reads all the option data from the config file (except host) and connects without issue as long as you supply host in the dsn. The cygwin command line mysql command reads all the options

Re: DBD::mysql not reading host from config file

2024-07-26 Thread ASSI via Cygwin
Danny Rice via Cygwin writes: > With a dsn like > > $dsn = > "dbi:mysql:mysql_ssl=1;mysql_read_default_file=test.cnf;mysql_read_default_group=test_group"; > $dbh = DBI->connect($dsn); > > seemingly fails to read the host from [test_group] in test.cnf. Adding a > valid host=host_name to the $dsn suc

DBD::mysql not reading host from config file

2024-07-25 Thread Danny Rice via Cygwin
password etc from test.cnf and the connection succeeds This has been an issue since at least 2020 and I've had to just specify the host in the $dsn on cygwin. On linux it does read the host from the config file. -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: cygrunserv: sc config start=boot supported?

2024-04-25 Thread Brian Inglis via Cygwin
On 2024-04-25 19:54, Dan Shelton via Cygwin wrote: Does Cygwin cygrunserv support the start mode start=boot? Please install the packages cygwin-doc and cygrunsrv, and read the User Guide, the FAQ, the API docs, and the relevant program manual page, or search and read the online versions e.g.

cygrunserv: sc config start=boot supported?

2024-04-25 Thread Dan Shelton via Cygwin
Hello! Does Cygwin cygrunserv support the start mode start=boot? Dan -- Dan Shelton - Cluster Specialist Win/Lin/Bsd -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

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
> >> Since fish shell has been updated to 3.6.4 at the beginning of the > >> year, I > >> obtain a configuration error: > >> > >> fish: Unknown command: pgrep > >> /etc/fish/conf.d/01_fish_variables.fish (line 13): > >> pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill > >>

Re: fish shell config issue starting 3.6.4 package

2024-01-12 Thread Jon Turney via Cygwin
On 12/01/2024 07:57, Marco Atzeri via Cygwin wrote: On 12/01/2024 08:17, Xavier Delaruelle via Cygwin wrote: Hello, Since fish shell has been updated to 3.6.4 at the beginning of the year, I obtain a configuration error: fish: Unknown command: pgrep /etc/fish/conf.d/01_fish_variabl

Re: fish shell config issue starting 3.6.4 package

2024-01-11 Thread Marco Atzeri via Cygwin
On 12/01/2024 08:17, Xavier Delaruelle via Cygwin wrote: Hello, Since fish shell has been updated to 3.6.4 at the beginning of the year, I obtain a configuration error: fish: Unknown command: pgrep /etc/fish/conf.d/01_fish_variables.fish (line 13): pgrep fish | grep -v \^

fish shell config issue starting 3.6.4 package

2024-01-11 Thread Xavier Delaruelle via Cygwin
Hello, Since fish shell has been updated to 3.6.4 at the beginning of the year, I obtain a configuration error: fish: Unknown command: pgrep /etc/fish/conf.d/01_fish_variables.fish (line 13): pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill ^~~~^ from sourcin

Re: Config error

2023-07-20 Thread cygwinautoreply--- via Cygwin
>I am trying to configure the cntlm for GIT on my machine using the following >instructions: >Configure >1. Open a Command Prompt as Administrator. >a. Type cd "C:\Program Files (x86)\cntlm" and hit >b. Type notepad cntlm.ini and hit to modify the configuration >file. >

Config error

2023-07-20 Thread Mary Pleas via Cygwin
I am trying to configure the cntlm for GIT on my machine using the following instructions: Configure 1. Open a Command Prompt as Administrator. a. Type cd "C:\Program Files (x86)\cntlm" and hit b. Type notepad cntlm.ini and hit to modify the configuration file.

Re: Latest xkeyboard-config (2.39-1) and Dvorak layout

2023-06-19 Thread Jon Turney via Cygwin
t keymap instead.* [2516953.078] winInitMultiWindowWM - DISPLAY=:0.0 [2516953.078] winMultiWindowXMsgProc - DISPLAY=:0.0 So, this *isn't* the old culprit of xkbcomp not working, because there is no error there. I reverted back to 2.37-1 of "xkeyboard-config" and everything is working f

Latest xkeyboard-config (2.39-1) and Dvorak layout

2023-06-18 Thread Nem W Schlecht via Cygwin
- DISPLAY=:0.0 [2516953.078] winMultiWindowXMsgProc - DISPLAY=:0.0 So, this *isn't* the old culprit of xkbcomp not working, because there is no error there. I reverted back to 2.37-1 of "xkeyboard-config" and everything is working fine again, so it is the culprit in so

[ANNOUNCEMENT] Updated: ruby-pkg-config 1.5.1, ruby-raindrops 0.20.1, ruby-sqlite3 1.6.3

2023-05-27 Thread Daisuke Fujimura via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * ruby-pkg-config 1.5.1-1 * ruby-raindrops 0.20.1-1 * ruby-sqlite3 1.6.3-1 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: SSH config in /etc/ssh/ rather than /etc?

2023-04-11 Thread Backwoods BC via Cygwin
On Tue, Apr 11, 2023 at 6:28 PM Philippe Cerfon via Cygwin wrote: > I've just wondered whether Cygwin packages could be changed to > place/expect any SSH config files in /etc/ssh, just as virtually any > Linux distribution seems to do? :-) Symlinks are your friend. You can even use

SSH config in /etc/ssh/ rather than /etc?

2023-04-11 Thread Philippe Cerfon via Cygwin
Hey. I've just wondered whether Cygwin packages could be changed to place/expect any SSH config files in /etc/ssh, just as virtually any Linux distribution seems to do? :-) Regards, Philippe -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.co

libxxhash-devel 0.8.0 has a broken .pc pkg-config file

2022-10-15 Thread Thomas Waldmann
Hi, borgbackup developer here. Just wanted to note that you still have the broken 0.8.0 in cygwin and it would be nice to have that updated to >= 0.8.1 (which has the missing version number in the .pc file already fixed). I noticed it because it does not get auto-discovered by the borg build

Re: ssmtp-config fails on step 6

2021-11-22 Thread Corinna Vinschen via Cygwin
On Nov 22 19:04, Achim Gratz wrote: > Corinna Vinschen via Cygwin writes: > > In fact, Windows symlinks can easily be created as dangling symlinks > > as well. Try cmd's `mklink foo bar' with non-existent bar in developer > > mode or an elevated shell. > > However you need to tell it if that name

Re: ssmtp-config fails on step 6

2021-11-22 Thread Achim Gratz
Corinna Vinschen via Cygwin writes: > In fact, Windows symlinks can easily be created as dangling symlinks > as well. Try cmd's `mklink foo bar' with non-existent bar in developer > mode or an elevated shell. However you need to tell it if that name points to a directory or a file, it cannot chan

Re: ssmtp-config fails on step 6

2021-11-22 Thread Corinna Vinschen via Cygwin
On Nov 20 17:26, Ken Brown via Cygwin wrote: > On 11/19/2021 7:07 PM, Andrey Repin via Cygwin wrote: > > alternatives is known to make links to nonexistent objects. While this is > > possible on *NIX, you can only link to existing objects on Windows. > > You're talking about native Windows symlink

Re: ssmtp-config fails on step 6

2021-11-20 Thread Ken Brown via Cygwin
lave mta-mailq: /usr/sbin/ssmtp.exe slave mta-newaliases: /usr/sbin/ssmtp.exe Current `best' version is /usr/sbin/ssmtp.exe. Do you see something different on your system? Last question: You said in your first post that "ssmtp-config fails silently" and that you isolated this

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

Re: ssmtp-config fails on step 6

2021-11-19 Thread Doug Henderson via Cygwin
On Fri, 19 Nov 2021 at 17:21, Andrey Repin via Cygwin wrote: > > Greetings, Kevin Andrew Lipscomb! > > > 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 i

Re: ssmtp-config fails on step 6

2021-11-19 Thread Andrey Repin via Cygwin
Greetings, Kevin Andrew Lipscomb! > 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 >

Re: ssmtp-config fails on step 6

2021-11-19 Thread Doug Henderson via Cygwin
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 from a bash shell th

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

Re: [PATCH 1/1] cherry-pick fix for pkg-config

2021-04-20 Thread Lemures Lemniscati via Cygwin
On Mon, 19 Apr 2021 16:12:24 -0300, David McFarland > This PR removes a recently added -R/usr/lib from the linker flags, which is > incompatible with gcc: > Hi, David McFarland! Thank you for the report and the patch. I've updated brotli packages [1]. And, support for python 2.7 is dropped. Re

Re: [PATCH 0/1] libbrotli has broken pkg-config

2021-04-20 Thread Marco Atzeri via Cygwin
On 20.04.2021 06:57, Andrey Repin wrote: Greetings, David McFarland! I'm a little lost on the exact process for sending patches for packages, I think the cygwin-patches is an appropriate place for these. that is only for patches to the cygwin itself. For packages, here is fine -- Problem r

Re: [PATCH 0/1] libbrotli has broken pkg-config

2021-04-19 Thread Andrey Repin
libbrotli. > This patch pulls the fix from this PR: > https://github.com/google/brotli/pull/838 > David McFarland (1): > cherry-pick fix for pkg-config > brotli.cygport | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) -- With best regards, Andrey Repin Tuesday,

[PATCH 1/1] cherry-pick fix for pkg-config

2021-04-19 Thread David McFarland via Cygwin
This PR removes a recently added -R/usr/lib from the linker flags, which is incompatible with gcc: $ cc $(pkg-config --libs libbrotlidec) cc: error: unrecognized command-line option ‘-R’ --- brotli.cygport | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

[PATCH 0/1] libbrotli has broken pkg-config

2021-04-19 Thread David McFarland via Cygwin
Farland (1): cherry-pick fix for pkg-config brotli.cygport | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.31.1 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: ssh-host-config doesn't "inherit" user admin privilege

2021-01-15 Thread Bill Stewart
On Thu, Jan 14, 2021 at 6:21 PM art wrote: > > I get a security code 5 when ssh-host-config tries to install cygsshd. I was > logged into Win 10 pro/x64 as an admin user. The "fix" was to start a > Cygwin64 Terminal with Admin and then run ssh-host-config within this scrip

Re: Need admin privs before something can inherit them (was Re: ssh-host-config doesn't "inherit" user admin privilege)

2021-01-14 Thread Brian Inglis via Cygwin
On 2021-01-14 19:55, art wrote: On Thursday, January 14, 2021 6:05 PM, L A Walsh wrote: On 2021/01/14 17:21, art wrote: I get a security code 5 when ssh-host-config tries to install cygsshd. I was logged into Win 10 pro/x64 as an admin user. The "fix" was to start a Cygwin64 Ter

RE: Need admin privs before something can inherit them (was Re: ssh-host-config doesn't "inherit" user admin privilege)

2021-01-14 Thread art
Yes, I did a right-click on the cygwin terminal icon and chose a "run as administrator" option. This is like doing a sudo to start a linux shell... everything run in the shell inherits "admin"/"root" as appropriate. Followed by using this shell to do: cd /usr/bi

Need admin privs before something can inherit them (was Re: ssh-host-config doesn't "inherit" user admin privilege)

2021-01-14 Thread L A Walsh
On 2021/01/14 17:21, art wrote: I get a security code 5 when ssh-host-config tries to install cygsshd. I was logged into Win 10 pro/x64 as an admin user. The "fix" was to start a Cygwin64 Terminal with Admin and then run ssh-host-config within this script. You say ssh-host-confi

ssh-host-config doesn't "inherit" user admin privilege

2021-01-14 Thread art
I get a security code 5 when ssh-host-config tries to install cygsshd. I was logged into Win 10 pro/x64 as an admin user. The "fix" was to start a Cygwin64 Terminal with Admin and then run ssh-host-config within this script. Other installers have produced the same nuisance. These

Re: Cygwin 3.1.7: ssh-keygen hanging (and as part of ssh-host-config)

2020-12-16 Thread Forum User
Hi, Is anybody able to help with this? -- 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

Cygwin 3.1.7: ssh-keygen hanging (and as part of ssh-host-config)

2020-12-13 Thread Forum User
2.1Mb Memory - but they never complete. $ ssh-user-config *** Query: Shall I create a SSH2 RSA identity file for you? (yes/no) yes *** Info: Generating /home/Sukhbir/.ssh/id_rsa << run as an Administrator >> $ ssh-host-config *** Info: Generating missing SSH host keys Both just

MinGW pkg-config not working (part 2)

2020-04-15 Thread Carlo B. via Cygwin
le "/home/carlo/mylibrary". In this directory create a file called "test.pc" with these lines: Name: test Description: test MinGW pkg-config on CYGWIN Version: 1.2.3 Libs: Cflags: -I/home/carlo/mylibrary Finally, add this directory to PKG_CONFIG_PATH environment variable. Now, if y

Re: Mingw pkg-config not working

2020-04-08 Thread Carlo B. via Cygwin
it could be useful for fixing the > > issue. > > Yes, that gave me the information I needed. There is actually code > within pkgconf to automatically load $PREFIX.personality when called as > $PREFIX-pkg-config. This requires a packaging change on our end, which > I'm incorp

Re: Mingw pkg-config not working

2020-04-06 Thread Yaakov Selkowitz
information I needed. There is actually code within pkgconf to automatically load $PREFIX.personality when called as $PREFIX-pkg-config. This requires a packaging change on our end, which I'm incorporating into the latest release. > Il giorno gio 26 mar 2020 alle ore 14:07 Carlo B. >

Re: Mingw pkg-config not working

2020-04-05 Thread Carlo B. via Cygwin
t; Thank you very much for your time and your support. > Sincerely, > > Carlo Bramini. > > Il giorno sab 22 feb 2020 alle ore 18:47 Jon Turney > ha scritto: > > > > On 20/02/2020 11:06, Carlo B. wrote: > > [...] > > > x86_64-w64-mingw32-pkg-config are emula

Re: Mingw pkg-config not working

2020-03-26 Thread Carlo B. via Cygwin
you very much for your time and your support. Sincerely, Carlo Bramini. Il giorno sab 22 feb 2020 alle ore 18:47 Jon Turney ha scritto: > > On 20/02/2020 11:06, Carlo B. wrote: > [...] > > x86_64-w64-mingw32-pkg-config are emulated with a shell script, for > > exampl

Re: Mingw pkg-config not working

2020-02-27 Thread Carlo B.
y ha scritto: > > On 20/02/2020 11:06, Carlo B. wrote: > [...] > > x86_64-w64-mingw32-pkg-config are emulated with a shell script, for > > example the one for i686 is: > > > > #!/bin/sh > > exec pkgconf --personality=i686-w64-mingw32 $@ > > > >

Re: Mingw pkg-config not working

2020-02-22 Thread Jon Turney
On 20/02/2020 11:06, Carlo B. wrote: [...] x86_64-w64-mingw32-pkg-config are emulated with a shell script, for example the one for i686 is: #!/bin/sh exec pkgconf --personality=i686-w64-mingw32 $@ But while this solution mostly works when you exec it from the command line, it makes impossible

Mingw pkg-config not working

2020-02-20 Thread Carlo B.
Hello, I discovered that the mingw cross compilers for i686 and x86-64 have a problem with support of pkg-config. From what I have seen, the mingw included into CYGWIN is not using the usual pkg-config, but it uses pkgconf instead, which is a good thing at first sight, since it does not depend to

Re: Changes to pkg-config: has this been announced?

2019-03-08 Thread Andrey Repin
Greetings, Soegtrop, Michael! > Dear Cygwin team, > there have been recently some substantial changes to pkg-config, notably > the package mingw64-i686-pkg-config seems to have been replaced by > pkg-config-1.6.0-1 (the mingw variant is now just a shell script). > I wonder wher

Changes to pkg-config: has this been announced?

2019-03-08 Thread Soegtrop, Michael
Dear Cygwin team, there have been recently some substantial changes to pkg-config, notably the package mingw64-i686-pkg-config seems to have been replaced by pkg-config-1.6.0-1 (the mingw variant is now just a shell script). I wonder where this has been announced and where I can find the

Re: Trouble running ssh-host-config

2018-03-01 Thread Richard H Lee
On 01/03/2018 04:06, Steve Kelem wrote: When I right-click cygwin.bat and run as Administrator, ssh-host-config -y gets the following errors: What happens if you try running cygwin as admin by running mintty as administrator (as opposed to cygwin.bat)? -- Problem reports: http

Trouble running ssh-host-config

2018-02-28 Thread Steve Kelem
When I right-click cygwin.bat and run as Administrator, ssh-host-config -y gets the following errors: % ssh-host-config -y *** Warning: Running this script typically requires administrator privileges! *** Warning: However, it seems your account does not have these privileges. *** Warning: Here&#

Re: Vixie's cron and cron-config broken? /etc/passwd empty - Entry for the SYSTEM sid was not found in passwd. Unknown system name

2017-12-12 Thread OwN-3m-All
Anyone? -- 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

Vixie's cron and cron-config broken? /etc/passwd empty - Entry for the SYSTEM sid was not found in passwd. Unknown system name

2017-12-05 Thread OwN-3m-All
Is the current version of cron and cron-config broken? I tried installing cron (4.1-65) with the latest version of cygwin in Windows 10 x64 Pro When I run the following bash script to attempt to configure cron: cron-config << EOF yes ntsec no no no adminpass adminpass yes EOF I g

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-08 Thread Matt D.
> > It's not perfect but I've always had trouble with all of the > modifications Cygwin makes to a file's permissions to support > POSIX-style ACLs. I do miss being able to manage them with chmod and > setfacl though. > > For those wishing to set their ssh c

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Brian Inglis
On 2017-11-04 12:25, Achim Gratz wrote: > Matt D. writes: >> It's not perfect but I've always had trouble with all of the >> modifications Cygwin makes to a file's permissions to support >> POSIX-style ACLs. I do miss being able to manage them with chmod and >> setfacl though. > > Just remove any

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Achim Gratz
Matt D. writes: > It's not perfect but I've always had trouble with all of the > modifications Cygwin makes to a file's permissions to support > POSIX-style ACLs. I do miss being able to manage them with chmod and > setfacl though. Just remove any ACL inheritance on the home directory before popul

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
t I've always had trouble with all of the > modifications Cygwin makes to a file's permissions to support > POSIX-style ACLs. I do miss being able to manage them with chmod and > setfacl though. > > For those wishing to set their ssh config to 600 (as recognized by > Cygwin's

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
On 11/4/2017 12:37 PM, Corinna Vinschen wrote: If your build does not show the same values, then I *bet*, your test application is not using the same path as if you're using the coreutils stat tool. Apparently they access the file via different mount points, one of them "acl", the other "noacl".

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
o a file's permissions to support POSIX-style ACLs. I do miss being able to manage them with chmod and setfacl though. For those wishing to set their ssh config to 600 (as recognized by Cygwin's ssh), use the following: Reset file permissions: icacls config /t /q /c /reset In

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Corinna Vinschen
on't need ACLs for my purposes and prefer > > > > > to > > > > > leave everything up to Windows permissions. > > > > > > > > > > The problem with this is that ssh insists that ~/.ssh/config be less > > > > > permis

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Achim Gratz
k a bit of guesswork > as neither chmod or setfacl was changing the NTFS permissions. I don't think ssh should use files that are accessible by somebody else. The noacl mount option is sometimes useful, but certainly not in this situation, as you found out. > Interestingly, a config file th

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
em with this is that ssh insists that ~/.ssh/config be less permissive. But this file is bound to --rw-r--r-- for this option. Would it be appropriate to request ssh to ignore this requirement when "noacl" present on the mounted volume? Yes, in theory. However, this shouldn't

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
On 11/4/2017 7:47 AM, Matt D. wrote: On 11/4/2017 7:37 AM, Corinna Vinschen wrote: On Nov 4 05:47, Matt D. wrote: I mount with "noacl" as I don't need ACLs for my purposes and prefer to leave everything up to Windows permissions. The problem with this is that ssh insists tha

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
On 11/4/2017 7:37 AM, Corinna Vinschen wrote: On Nov 4 05:47, Matt D. wrote: I mount with "noacl" as I don't need ACLs for my purposes and prefer to leave everything up to Windows permissions. The problem with this is that ssh insists that ~/.ssh/config be less permissive. B

Re: No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Corinna Vinschen
On Nov 4 05:47, Matt D. wrote: > I mount with "noacl" as I don't need ACLs for my purposes and prefer to > leave everything up to Windows permissions. > > The problem with this is that ssh insists that ~/.ssh/config be less > permissive. But this file is bound

No way to use ssh ~/.ssh/config with "noacl" option

2017-11-04 Thread Matt D.
I mount with "noacl" as I don't need ACLs for my purposes and prefer to leave everything up to Windows permissions. The problem with this is that ssh insists that ~/.ssh/config be less permissive. But this file is bound to --rw-r--r-- for this option. Would it be appropriate

[ANNOUNCEMENT] xkeyboard-config 2.22-1

2017-10-31 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xkeyboard-config-2.22-1 * xkeyboard-config-devel-2.22-1 The non-arch keyboard configuration database for the X Window System. This is an update to the latest upstream release: https://lists.x.org/archives/xorg-announce

Re: Problems with ssh-host-config and /var/run directory

2017-05-26 Thread Brian Inglis
ew "cygwin" directory. >>> when trying to setup sshd using ssh-host-config, I get this message when >>> using StrictModes (which I want to and did before on cygwin32 on this >>> system): >>> *** Warning: The owner and the Administrators need >>&

Re: Problems with ssh-host-config and /var/run directory

2017-05-26 Thread Brian Inglis
On 2017-05-25 15:36, Brian Inglis wrote: > On 2017-05-25 13:24, Henning Peters wrote: >> I switched from 32bit to 64bit a week ago, moved "cygwin" to >> "cygwin32" and reinstalled from scratch into a new "cygwin" >> directory. >> when tryin

Re: Problems with ssh-host-config and /var/run directory

2017-05-25 Thread Brian Inglis
On 2017-05-25 13:24, Henning Peters wrote: > I switched from 32bit to 64 bis a week ago, moved "cygwin" to "cygwin32" and > reinstalled from scratch into a new "cygwin" directory. > when trying to setup sshd using ssh-host-config, I get this message when &

Re: Problems with ssh-host-config and /var/run directory

2017-05-25 Thread Hans-Bernhard Bröker
Am 25.05.2017 um 21:24 schrieb Henning Peters: Hi, I switched from 32bit to 64 bis a week ago, moved "cygwin" to "cygwin32" and reinstalled from scratch into a new "cygwin" directory. I don't think that was a good strategy. Cygwin does use some registry entries pointing to absolute paths, i.

Problems with ssh-host-config and /var/run directory

2017-05-25 Thread Henning Peters
Cygdrive default prefix: Build date: Shared id: cygwin1S5 when trying to setup sshd using ssh-host-config, I get this message when using StrictModes (which I want to and did before on cygwin32 on this system): *** Warning: The owner and the Administrators need *** Warning:

[ANNOUNCEMENT] xkeyboard-config 2.20-1

2017-05-12 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xkeyboard-config-2.20-1 * xkeyboard-config-devel-2.20-1 The non-arch keyboard configuration database for the X Window System. This is an update to the latest upstream release: https://lists.x.org/archives/xorg-announce

Re: Problems with ssh-host-config on Windows 10

2017-02-12 Thread Corinna Vinschen
Cygwin install with all the > >> default settings in /etc/nsswitch.conf. In particular, no passwd > >> entry is found for the cyg_server user unless I explicitly add "local" > >> to db_enum. Furthermore, the SAM comment entry is not read correctly > >> w

Re: Problems with ssh-host-config on Windows 10

2017-02-06 Thread Erik Bray
x27; >> failed! >> >> This happens because this is a fresh Cygwin install with all the >> default settings in /etc/nsswitch.conf. In particular, no passwd >> entry is found for the cyg_server user unless I explicitly add "local" >> to db_enum. Furthermore,

Re: Problems with ssh-host-config on Windows 10

2017-02-02 Thread Corinna Vinschen
wd > entry is found for the cyg_server user unless I explicitly add "local" > to db_enum. Furthermore, the SAM comment entry is not read correctly > without db_home: desc and db_shell: desc. In summary, I had to edit > /etc/nsswitch.conf to: > > passwd db > db_enum: l

Problems with ssh-host-config on Windows 10

2017-02-02 Thread Erik Bray
Hi all, I've been trying to get a Cygwin sshd server running on a Windows 10 VM, and have found it to be surprisingly tricky without some additional fiddling, and it's not clear to me whether that's expected or if it's a bug. I've attached the cygcheck output from the VM. The symptom I've having

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Wells, Roger K.
On 01/23/2017 02:50 PM, Achim Gratz wrote: Corinna Vinschen writes: COMPUTERNAME is the same as LOGONSERVER on non-domain machines as well as on domain controllers. So this `if' test if the machine is a domain member machine. I can supply another cornercase where LOGONSERVER is not set: if you

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Achim Gratz
Corinna Vinschen writes: > COMPUTERNAME is the same as LOGONSERVER on non-domain machines as well > as on domain controllers. So this `if' test if the machine is a domain > member machine. I can supply another cornercase where LOGONSERVER is not set: if you run an sshd under the (only) user that

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-23 Thread Corinna Vinschen
ment > >> in which LOGONSERVER isn't set. > > > > It's empty if you're using RunAs. > > Thank you szgyg. This is on the right track. There is a variation. I > didn't use the RunAs command. > > Instead I did what I think is the alm

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-22 Thread Shaddy Baddah
;> environment >> in which LOGONSERVER isn't set. > > It's empty if you're using RunAs. Thank you szgyg. This is on the right track. There is a variation. I didn't use the RunAs command. Instead I did what I think is the almost 100% use case for running ssh-host-co

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-20 Thread szgyg
On 1/19/2017 7:16 PM, Corinna Vinschen wrote: The idea is that if LOGONSERVER == COMPUTERNAME your machine is not in a domain. Actually, I *never* encountered an environment in which LOGONSERVER isn't set. It's empty if you're using RunAs. szgyg -- Problem reports: http://cygwin.com/p

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Corinna Vinschen
On Jan 19 22:26, Shaddy Baddah wrote: > > Hi, > > On 19/01/17 21:38, Corinna Vinschen wrote: > > On Jan 18 14:34, Shaddy Baddah wrote: > ... > > > > And I'm sure the problem is that this well-intended change to the script > > > fails on the assumption that LOGONSERVER is always populated. It isn

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Shaddy Baddah
Hi, On 19/01/17 21:38, Corinna Vinschen wrote: On Jan 18 14:34, Shaddy Baddah wrote: ... And I'm sure the problem is that this well-intended change to the script fails on the assumption that LOGONSERVER is always populated. It isn't for me on Vista. cygwin-service-installation-helper.sh:288

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Corinna Vinschen
On Jan 18 14:34, Shaddy Baddah wrote: > Hi, > > First please find attached a simple patch that fixes a problem I > encountered running ssh-host-config with the --debug option. Thanks, applied. > And I'm sure the problem is that this well-intended change to the script >

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-17 Thread Shaddy Baddah
Hi, On 18/01/17 14:34, Shaddy Baddah wrote: First please find attached a simple patch that fixes a problem I encountered running ssh-host-config with the --debug option. Also, it'd be nice if an enhancement was made to protect the privacy of silly people. -- Regards, Silly p

ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-17 Thread Shaddy Baddah
Hi, First please find attached a simple patch that fixes a problem I encountered running ssh-host-config with the --debug option. Pretty simple. Without redirecting the output of csih_stacktrace() to stderr, then (3.5.4) Command Substitution of functions that call it will run into problems. And

Re: ssh-host-config fails on Win7 even as admin

2016-10-07 Thread Gerrit Haase
2016-10-07 10:21 GMT+02:00 Gerrit Haase meant: > 2016-10-06 12:09 GMT+02:00 Bernd Prager wrote: >> *** Query: Should privilege separation be used? (yes/no) yes > Running ssh-host-config looks like different for me (openssh-7.2p2-1): I meant, I am not asked about privilege separ

Re: ssh-host-config fails on Win7 even as admin

2016-10-07 Thread Gerrit Haase
2016-10-06 12:09 GMT+02:00 Bernd Prager wrote: > All, > > I am running ssh-host-config on CYGWIN_NT-6.1 2.6.0(0.304/5/3) 2016-08-31 > under Windows 7 Enterprise Service Pack 1 in a Cygwin64 Terminal as > Adminstrator: > > It breaks with: > > *** Query: Should privilege

ssh-host-config fails on Win7 even as admin

2016-10-06 Thread Bernd Prager
All, I am running ssh-host-config on CYGWIN_NT-6.1 2.6.0(0.304/5/3) 2016-08-31 under Windows 7 Enterprise Service Pack 1 in a Cygwin64 Terminal as Adminstrator: It breaks with: *** Query: Should privilege separation be used? (yes/no) yes *** Warning: The owner and the Administrators need

[ANNOUNCEMENT] xkeyboard-config 2.19-1

2016-09-29 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xkeyboard-config-2.19-1 * xkeyboard-config-devel-2.19-1 This provides the keyboard configuration database for the X Window System. This is an update to the latest upstream release: https://lists.x.org/archives/xorg

basename , grep , dirname commands not found when using iu-config , syslogd-config, cygwin-service-installation-helper.sh

2016-09-21 Thread shu
error message example : /usr/bin/iu-config: line 10: basename: command not found When i do some uninstall/install inetutils-server package i will meterror message: inetutils-server.sh exit code 1 i checked setup.log, found it is cause by a command : C:\progwvd\ide\cygwin\bin\bash.exe

[ANNOUNCEMENT] pkg-config 0.29.1-1

2016-08-16 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pkg-config-0.29.1-1 * mingw64-i686-pkg-config-0.29.1-1 * mingw64-x86_64-pkg-config-0.29.1-1 pkg-config is a script to make putting together all the build flags when compiling/linking a lot easier. This is an update to the

[ANNOUNCEMENT] xkeyboard-config 2.18-1

2016-07-29 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xkeyboard-config-2.18-1 * xkeyboard-config-devel-2.18-1 The non-arch keyboard configuration database for the X Window System. This is an update to the latest upstream release: https://lists.x.org/archives/xorg-announce

Re: noto-urdu-fonts: Malformed font config file?

2016-06-09 Thread David Stacey
On 08/06/16 18:55, David Stacey wrote: Please could you check the 'noto-urdu-fonts-20160307-1.gitbdf7562' package. The file '66-google-noto-nastaliq-urdu.conf' file contained within appears to have an unclosed 'match' element: ... The initial 'match' start tag (on

noto-urdu-fonts: Malformed font config file?

2016-06-08 Thread David Stacey
Please could you check the 'noto-urdu-fonts-20160307-1.gitbdf7562' package. The file '66-google-noto-nastaliq-urdu.conf' file contained within appears to have an unclosed 'match' element: ... The initial 'match' start tag (on line 4) is never closed. Many thanks i

ssh-host-config openssh-7.2p2-1 csih-0.9.9-1

2016-04-11 Thread Fred Dinkler IV
host+user) and cygwin doesn't recognize that form, despite every indication that it should. root@deepthought ~ $ cygcheck.exe -f `which ssh-host-config` openssh-7.2p2-1 root@deepthought ~ $ cygcheck.exe -f /usr/share/csih/cygwin-service-installation-helper.sh csih-0.9.9-1 root@deepthought ~

Re: Possible bug: ssh-host-config - getent when computer name is "-" (dash)

2016-03-24 Thread Andrey Repin
Greetings, cyg Simple! > On 3/24/2016 11:43 AM, Dirk Fassbender wrote: >> Am 24.03.2016 um 15:12 schrieb Unknown Sender: >>> I noticed this bug for the first time today on a computer that has the >>> computer name "-" (dash). >>> >>> Duri

Re: Possible bug: ssh-host-config - getent when computer name is "-" (dash)

2016-03-24 Thread Erik Soderquist
On Thu, Mar 24, 2016 at 5:45 PM, cyg Simple wrote: > > the computer name "-" (dash) is illegal in the internet. > > Uh, that isn't true. Yes, it is true. > > See > > https://en.wikipedia.org/wiki/Hostname > > for a start about host name definitions. > > > > From this reference: > "The Internet st

  1   2   3   4   5   6   7   >