On Mon, Feb 18, 2019 at 09:54:50PM +0100, Corinna Vinschen wrote:
> On Feb 18 17:04, Enrico Forestieri wrote:
> > On Mon, Feb 18, 2019@03:11:11PM +0100, Corinna Vinschen wrote:
> > >
> > > Two workarounds for now:
> > >
> > > - Start sshd as 64 bit Cygwin process.
> > > - Utilize https://cygwin.c
On Feb 19 11:30, Enrico Forestieri wrote:
> On Mon, Feb 18, 2019 at 09:54:50PM +0100, Corinna Vinschen wrote:
> > On Feb 18 17:04, Enrico Forestieri wrote:
> > > On Mon, Feb 18, 2019@03:11:11PM +0100, Corinna Vinschen wrote:
> > > >
> > > > Two workarounds for now:
> > > >
> > > > - Start sshd as
Hello everyone,
I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This computer is
member of a big AD domain. My account is member of a lot of AD groups.
In my configuration there are no /etc/passwd and /etc/group files. The
/etc/nsswitch.conf file is empty. I don't use cygserver.
I ju
I installed ns2.35 for windows 7 package i miss bashrc file and cygwin
desktop shortcut shows that couldn't compute FAST_CWD pointer so please
show me how to solve this problem and where i get bashrc file
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwi
>I installed ns2.35 for windows 7 package i miss bashrc file and cygwin
>desktop shortcut shows that couldn't compute FAST_CWD pointer so please
>show me how to solve this problem and where i get bashrc file
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
--
Problem reports:
I have found that emacs-X11 (26.1-1) is unstable under cygwin 3.0.0-1. It
works fine if I revert to cygwin 2.11.2-1. The symptom is random crashing,
generally within the first minute of use. If I get some time I will try
strace on it. I have not located a stack dump either - not sure if it's
p
When will Cygwin update Sqlite to v3.23 or better (released in 2018/04)? As of
Sqlite 3.23 TRUE/FALSE aliases were added. (I searched the archive and could
not find this question.) Support in perl, php, etc... also desired.
>From a local compile of 3.27.1:
```
$ ./sqlite3
sqlite> select true
Op di 19 feb. 2019 om 15:49 schreef iWantToKeepAnon:
>
> When will Cygwin update Sqlite to v3.23 or better (released in 2018/04)? As
> of Sqlite 3.23 TRUE/FALSE aliases were added. (I searched the archive and
> could not find this question.) Support in perl, php, etc... also desired.
Well, I'
On Tue, 2/19/19, Jan Nijtmans wrote:
> Well,
> I'm on it! My guess: within a week or so.
Great, thanks so much Jan! : ))
-- "A smile is the shortest distance between two people." Victor Borge
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
On Fri, Feb 15, 2019 at 3:48 PM Bill Stewart wrote:
> This means that when I test getent using the name "Admin", Cygwin
> finds the domain group:
>
> PS C:\> getent -w passwd admin
> admin::DOMAINNAME\admin:S-1-5-21-nn-n-n-nn
>
> I get that this is by design, bu
On Fri, Feb 15, 2019 at 11:09 PM L A Walsh wrote:
> Vince, I think What Bill is trying to ask is how does
> the cygwin shell might do it (answer: look at the source! ;-)).
Or rather more succinctly: "Cygwin, what is the path to the current
user's home directory?"
IMO it would be simpler for
On Tue, Feb 19, 2019 at 8:47 AM Bill Stewart wrote:
> (a) Is this correct?
>
> (b) Is there a particular reason this order was chosen (instead of
> local first, then domain, i.e., the usual Windows order)?
Please disregard. I forgot the reason was to have the same behavior as
the Windows logon sc
Greetings, Bill Stewart!
> On Fri, Feb 15, 2019 at 3:48 PM Bill Stewart wrote:
>> This means that when I test getent using the name "Admin", Cygwin
>> finds the domain group:
>>
>> PS C:\> getent -w passwd admin
>> admin::DOMAINNAME\admin:S-1-5-21-nn-n-n-nn
>>
Hello all,
I'm running a Windows 10 VM with a fairly recent installation of Cygwin (last
month or so).
If I ssh into the box as the user "foo", I cannot create a scheduled task for
the user:
foo@host $ schtasks /create /ru foo /rp fooPassword /sc HOURLY /tn foobar /tr
'echo foo'
ERROR: The
Am 19.02.2019 um 00:36 schrieb Houder:
> On Mon, 18 Feb 2019 13:15:02, Franz Fehringer wrote:
>
>> Am 18.02.2019 um 11:42 schrieb Houder:
> [snip]
>
>>> Now show us the output of an antrun script, where the executable
>>> is C:\Tools\Cygwin\bin\which and its argument: bash
>>
>>
>>
>>
>>
>
On Tue, Feb 19, 2019 at 12:02 PM John Oxley wrote:
> I'm running a Windows 10 VM with a fairly recent installation of Cygwin (last
> month or so).
>
> If I ssh into the box as the user "foo", I cannot create a scheduled task for
> the user:
>
> foo@host $ schtasks /create /ru foo /rp fooPassword
I recently installed cygwin on Win 10, both 64 bit.
When I run ssh in a cygwin shell it complains
Could not create directory '/home/rdboylan/.ssh'.
The /home directory is empty--that is, it has no rdboylan subdirectory.
My home directory appears to be /cygdrive/c/Users/rdboylan; that i
[Answering my own question after better searching]
Same question asked and answered in the thread starting
https://cygwin.com/ml/cygwin/2016-06/msg00400.html.
The answer is to set db_home in nsswitch.conf.
Comment: the current behavior strikes me as unfortunate and surprising.
__
From: cygwin-ow...@cygwin.com on behalf of Bill
Stewart
Sent: 19 February 2019 19:15
To: cygwin@cygwin.com
Subject: Re: Can't create scheduled task over ssh as current user
On Tue, Feb 19, 2019 at 12:02 PM John Oxley wrote:
>> I'm running a Windows 10 VM with
On Tue, Feb 19, 2019 at 12:28 PM John Oxley wrote:
> I started off with PowerShell but re-wrote to schtasks to make this post
> shorter. Exactly the same thing happens:
>
> > Register-ScheduledTask -TaskName $taskName -Action $action -Trigger
> > $trigger -RunLevel Highest -User foo -Password $
Greetings, Boylan, Ross!
> I recently installed cygwin on Win 10, both 64 bit.
> When I run ssh in a cygwin shell it complains
> Could not create directory '/home/rdboylan/.ssh'.
> The /home directory is empty--that is, it has no rdboylan subdirectory.
> My home directory appears to b
Zsh 5.3 under Win7-64
I'm trying to do the following:
mv TSMUXER/*.ac3 TSMUXER/txmuxer.ac3
The problem is the the * is not being expanded. I have no idea why not.
Any tips will be appreciated.
MB
--
e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII
6082066...
Am 19.02.2019 um 21:08 schrieb Andrey Repin:
Greetings, Boylan, Ross!
I recently installed cygwin on Win 10, both 64 bit.
When I run ssh in a cygwin shell it complains
Could not create directory '/home/rdboylan/.ssh'.
The /home directory is empty--that is, it has no rdboylan subdi
On 2019-02-19 13:42, Mike Brown wrote:
> Zsh 5.3 under Win7-64
> I'm trying to do the following:
> mv TSMUXER/*.ac3 TSMUXER/txmuxer.ac3
> The problem is the the * is not being expanded. I have no idea why not.
> Any tips will be appreciated.
The command line implies you have a .ac3 file alrea
24 matches
Mail list logo