On Thursday, April 16, 2020, 04:50:03 AM EDT, Andrey Repin
wrote:
>> sshd: PID 1721: fatal: seteuid 1610619958: No such device or address
>> I just did a clean install:
>> openssh 8.2p1-1
>> The uid corresponds to me:
>> uid=1610619958(+kevins)
> Can
Greetings, Kevin Schnitzius!
> sshd: PID 1721: fatal: seteuid 1610619958: No such device or address
> I just did a clean install:
> openssh 8.2p1-1
> The uid corresponds to me:
> uid=1610619958(+kevins)
Can we see the full output of `id` when you logged
On Tue, Apr 14, 2020 at 8:01 PM Kevin Schnitzius wrote:
> sshd: PID 1721: fatal: seteuid 1610619958: No such device or address
>
> I just did a clean install:
> openssh 8.2p1-1
>
> The uid corresponds to me:
> uid=1610619958(+kevins)
>
> Local users work fi
On 2019-03-07 01:53, Corinna Vinschen wrote:
> On Mar 6 23:15, Brian Inglis wrote:
>> On 2019-03-06 13:59, Corinna Vinschen wrote:
>>> I'm reasonably sure there won't be any fix for these systems for at
>>> least two reasons:
>>> - All affected systems are EOLed or in the last year of their Extend
On Mar 6 23:15, Brian Inglis wrote:
> On 2019-03-06 13:59, Corinna Vinschen wrote:
> > I'm reasonably sure there won't be any fix for these systems for at
> > least two reasons:
> > - All affected systems are EOLed or in the last year of their Extended
> > Support Cycle, all ending on 2020-01-14
On 2019-03-06 13:59, Corinna Vinschen wrote:
> I'm reasonably sure there won't be any fix for these systems for at
> least two reasons:
> - All affected systems are EOLed or in the last year of their Extended
> Support Cycle, all ending on 2020-01-14.
> - I opened a support case for an older Wind
On Wed, Mar 06, 2019 at 03:44:36PM -0800, Stephen Paul Carrier wrote:
> PW=`dd if=/dev/random bs=15 count=1 | base 64`
That should be 'base64' of course, without the space.
--S
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
On Wed, Mar 06, 2019 at 02:24:59PM -0700, Bill Stewart wrote:
...
> For my part, I'm writing a PowerShell script that does the following:
>
> 1) Create a local user account
> 2) Grant it SeBatchLogonRight
> 3) Create a scheduled task for it
Powershell is probably more elegant if you're familia
On Wed, Mar 6, 2019 at 2:00 PM Corinna Vinschen wrote:
> > Whether this workaround is feasible likely depends on the end user. The
> > workaround has its own limitations. Here are at least 2 that I can
think of
> > right now:
> >
> > 1. The local user must have "Log on as a batch job" (SeBatchLogo
On Mar 6 13:47, Bill Stewart wrote:
> On Wed, Mar 6, 2019 at 1:14 PM Corinna Vinschen wrote:
>
> > > > > What precisely happens when Cygwin uses MSV1 S4ULogon on versions
> older
> > > > > than 6.3 before a user has logged on?
> > > >
> > > > MsV1S4ULogon returns with STATUS_NOT_SUPPORTED. Funny
On Wed, Mar 6, 2019 at 1:14 PM Corinna Vinschen wrote:
> > > > What precisely happens when Cygwin uses MSV1 S4ULogon on versions
older
> > > > than 6.3 before a user has logged on?
> > >
> > > MsV1S4ULogon returns with STATUS_NOT_SUPPORTED. Funny status code,
> > > given it works if some user alr
On Mar 6 09:45, Bill Stewart wrote:
> On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote:
>
> > On Mar 6 08:38, Bill Stewart wrote:
> > > On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote:
> > > > On Mar 6 15:17, Corinna Vinschen wrote:
> > > > > But the old Systems like Windows 7 don't
On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote:
> On Mar 6 08:38, Bill Stewart wrote:
> > On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote:
> > > On Mar 6 15:17, Corinna Vinschen wrote:
> > > > But the old Systems like Windows 7 don't want to play nice.
> > > >
> > > > - On Vista an
On Wed, Mar 6, 2019 at 8:34 AM Corinna Vinschen wrote:
> > What precisely happens when Cygwin uses MSV1 S4ULogon on versions older
> > than 6.3 before a user has logged on?
>
> MsV1S4ULogon returns with STATUS_NOT_SUPPORTED. Funny status code,
> given it works if some user already logged in by ot
On Mar 6 08:38, Bill Stewart wrote:
> On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote:
> > On Mar 6 15:17, Corinna Vinschen wrote:
> > > But the old Systems like Windows 7 don't want to play nice.
> > >
> > > - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented
> > > at all,
On Wed, Mar 6, 2019 at 7:34 AM Corinna Vinschen wrote:
> On Mar 6 15:17, Corinna Vinschen wrote:
> > But the old Systems like Windows 7 don't want to play nice.
> >
> > - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented
> > at all, which required to keep the create_token method
>
On Mar 6 15:17, Corinna Vinschen wrote:
> But the old Systems like Windows 7 don't want to play nice.
>
> - On Vista and Windows 7 WOW64, MsV1_0S4ULogon isn't implemented
> at all, which required to keep the create_token method
> available
>
> - On Vista and Windows 7 MsV1_0S4ULogon does not
On Mar 6 13:48, Corinna Vinschen wrote:
> On Mar 6 13:11, Corinna Vinschen wrote:
> > On Mar 5 17:02, Stephen Carrier wrote:
> > > Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server
> > > fail unless some user logs into Windows first. In this case, that is by
> > > RDP,
On Mar 6 13:11, Corinna Vinschen wrote:
> On Mar 5 17:02, Stephen Carrier wrote:
> > Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server
> > fail unless some user logs into Windows first. In this case, that is by
> > RDP, and it doesn't need to be the same user as the one
On Mar 5 17:02, Stephen Carrier wrote:
> Since upgrading a WS2008 R2 system to 3.0.1, attempts to ssh to the server
> fail unless some user logs into Windows first. In this case, that is by
> RDP, and it doesn't need to be the same user as the one logging in by ssh.
> After logging out of the win
On 11/16/2010 8:58 AM, Corinna Vinschen wrote:
> On Nov 15 15:25, Ken Brown wrote:
>> On 11/15/2010 11:53 AM, Corinna Vinschen wrote:
>>> On Nov 15 11:40, Christopher Faylor wrote:
On Mon, Nov 15, 2010 at 11:18:57AM -0500, Ken Brown wrote:
> On 11/15/2010 11:09 AM, Corinna Vinschen wrote:
On Nov 15 15:25, Ken Brown wrote:
> On 11/15/2010 11:53 AM, Corinna Vinschen wrote:
> >On Nov 15 11:40, Christopher Faylor wrote:
> >>On Mon, Nov 15, 2010 at 11:18:57AM -0500, Ken Brown wrote:
> >>>On 11/15/2010 11:09 AM, Corinna Vinschen wrote:
> On Nov 13 10:00, Ken Brown wrote:
> >On 11/
On Nov 16 09:33, Ken Brown wrote:
> On 11/16/2010 8:58 AM, Corinna Vinschen wrote:
> > Is there a chance that your service entires still point to a cygrunsrv
> > under C:\cygwin instead of D:\cygwin-1.7?
>
> No. The installation in C:\cygwin is newer than the one in D:\cygwin-1.7;
> it's just a
On Thu, Nov 18, 2010 at 05:08:16PM -0700, jeff.odeg...@gmail.com wrote:
>Were you able to reproduce this on Windows 7? When will this fix be
>released in the regular distro?
If you are seeing a problem with Cygwin 1.7.7 then, as I mentioned earlier,
this is not the same problem.
To answer your
Were you able to reproduce this on Windows 7? When will this fix be
released in the regular distro?
Thanks,
- Jeff
On 12:59 PM, Corinna Vinschen wrote:
On Nov 18 17:22, Corinna Vinschen wrote:
On Nov 18 12:07, Corinna Vinschen wrote:
On Nov 17 20:11, Christopher Faylor wrote:
On Wed, Nov
On 11/18/2010 1:56 PM, Corinna Vinschen wrote:
On Nov 18 17:22, Corinna Vinschen wrote:
On Nov 18 12:07, Corinna Vinschen wrote:
On Nov 17 20:11, Christopher Faylor wrote:
On Wed, Nov 17, 2010 at 05:03:03PM -0500, Ken Brown wrote:
On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
Hmm. Except,
On Nov 18 17:22, Corinna Vinschen wrote:
> On Nov 18 12:07, Corinna Vinschen wrote:
> > On Nov 17 20:11, Christopher Faylor wrote:
> > > On Wed, Nov 17, 2010 at 05:03:03PM -0500, Ken Brown wrote:
> > > >On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
> > > >> Hmm. Except, maybe, since you seem to
On Nov 18 12:07, Corinna Vinschen wrote:
> On Nov 17 20:11, Christopher Faylor wrote:
> > On Wed, Nov 17, 2010 at 05:03:03PM -0500, Ken Brown wrote:
> > >On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
> > >> Hmm. Except, maybe, since you seem to be set up to build Cygwin from
> > >> CVS, could yo
On Nov 17 20:11, Christopher Faylor wrote:
> On Wed, Nov 17, 2010 at 05:03:03PM -0500, Ken Brown wrote:
> >On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
> >> Hmm. Except, maybe, since you seem to be set up to build Cygwin from
> >> CVS, could you start building the 09-12 version from CVS and the
On Wed, Nov 17, 2010 at 05:03:03PM -0500, Ken Brown wrote:
>On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
>> Hmm. Except, maybe, since you seem to be set up to build Cygwin from
>> CVS, could you start building the 09-12 version from CVS and then just
>> add one change from CVS at a time using
>
On 11/17/2010 10:47 AM, Corinna Vinschen wrote:
Hmm. Except, maybe, since you seem to be set up to build Cygwin from
CVS, could you start building the 09-12 version from CVS and then just
add one change from CVS at a time using
cvs up -D '-mm-dd HH:MM'
as filter until you encounter the
On Nov 17 09:56, Ken Brown wrote:
> On 11/16/2010 9:59 AM, Corinna Vinschen wrote:
> >The failing chmod(/dev/tty1, 0622) is actually trying to change the
> >permissions on internal objects, like events, mutexes, and pipes, which
> >together constitute a tty/pty.
>
> Here are some more data points:
On 11/16/2010 9:59 AM, Corinna Vinschen wrote:
The failing chmod(/dev/tty1, 0622) is actually trying to change the
permissions on internal objects, like events, mutexes, and pipes, which
together constitute a tty/pty.
Here are some more data points:
1. I have access to four computers with Cygw
On 11/16/2010 9:59 AM, Corinna Vinschen wrote:
These changes only affect files, not ttys.
The failing chmod(/dev/tty1, 0622) is actually trying to change the
permissions on internal objects, like events, mutexes, and pipes, which
together constitute a tty/pty.
I'm grasping at straws now, but w
On Nov 15 11:40, Christopher Faylor wrote:
> On Mon, Nov 15, 2010 at 11:18:57AM -0500, Ken Brown wrote:
> >On 11/15/2010 11:09 AM, Corinna Vinschen wrote:
> >> On Nov 13 10:00, Ken Brown wrote:
> >>> On 11/5/2010 8:03 AM, Ken Brown wrote:
> If I start sshd on a machine running a recent snapsho
On Mon, Nov 15, 2010 at 11:18:57AM -0500, Ken Brown wrote:
>On 11/15/2010 11:09 AM, Corinna Vinschen wrote:
>> On Nov 13 10:00, Ken Brown wrote:
>>> On 11/5/2010 8:03 AM, Ken Brown wrote:
If I start sshd on a machine running a recent snapshot, I'm unable to
login to that machine via ssh.
On 11/15/2010 11:09 AM, Corinna Vinschen wrote:
On Nov 13 10:00, Ken Brown wrote:
On 11/5/2010 8:03 AM, Ken Brown wrote:
If I start sshd on a machine running a recent snapshot, I'm unable to
login to that machine via ssh. The connection is closed right after I
type my password. The problem fi
On Nov 13 10:00, Ken Brown wrote:
> On 11/5/2010 8:03 AM, Ken Brown wrote:
> >If I start sshd on a machine running a recent snapshot, I'm unable to
> >login to that machine via ssh. The connection is closed right after I
> >type my password. The problem first appears in the snapshot of
> >2010091
On Sun, Nov 14, 2010 at 08:45:01PM -0700, Jeff Odegard wrote:
>On 12:59 PM, Ken Brown wrote:
>> On 11/5/2010 8:03 AM, Ken Brown wrote:
>>> If I start sshd on a machine running a recent snapshot, I'm unable to
>>> login to that machine via ssh. The connection is closed right after I
>>> type my pass
Bump. I just posted the same problem on Friday night on Windows 7.
On 12:59 PM, Ken Brown wrote:
On 11/5/2010 8:03 AM, Ken Brown wrote:
If I start sshd on a machine running a recent snapshot, I'm unable to
login to that machine via ssh. The connection is closed right after I
type my password.
On 11/5/2010 8:03 AM, Ken Brown wrote:
If I start sshd on a machine running a recent snapshot, I'm unable to
login to that machine via ssh. The connection is closed right after I
type my password. The problem first appears in the snapshot of
20100917. To reproduce:
1. Start sshd.
2. While lo
On Sun, Dec 16, 2007 at 10:31:06PM -0500, Christopher Faylor wrote:
>On Sun, Dec 16, 2007 at 06:30:14PM -0800, David Christensen wrote:
>>I moved my C:\cygwin directory aside today and did a fresh install of
>>Cygwin on Windows XP Professional SP2. I also found that sshd would not
>>start. There
On Sun, Dec 16, 2007 at 06:30:14PM -0800, David Christensen wrote:
>I moved my C:\cygwin directory aside today and did a fresh install of
>Cygwin on Windows XP Professional SP2. I also found that sshd would not
>start. There was a clue regarding ownership of the above directory in
>/var/log/sshd.
Len Jacobs wrote:
> ... sshd ...
> The services have been working, but now they are not ...
> /var/empty directory ...
I moved my C:\cygwin directory aside today and did a fresh install of
Cygwin on Windows XP Professional SP2. I also found that sshd would not
start. There was a clue regarding o
On Mar 28 23:24, David Picton wrote:
> >* From: Corinna Vinschen
> >* To: cygwin at cygwin dot com
> >* Date: Tue, 28 Mar 2006 12:29:40 +0200
> >
> >On Mar 28 10:17, David Picton wrote:
> > >From: Corinna Vinschen
> > >On Mar 27 18:55, David Picton wrote:
> > >> I have encountered a p
>* From: Corinna Vinschen
>* To: cygwin at cygwin dot com
>* Date: Tue, 28 Mar 2006 12:29:40 +0200
>
>On Mar 28 10:17, David Picton wrote:
> >From: Corinna Vinschen
> >On Mar 27 18:55, David Picton wrote:
> >> I have encountered a problem with the sshd server when the client
> >> spec
On Mar 28 10:17, David Picton wrote:
> >From: Corinna Vinschen
> >On Mar 27 18:55, David Picton wrote:
> >> I have encountered a problem with the sshd server when the client
> >> specifies X11 passthru i.e. ssh -Y or ssh -X.
> >>
> >> The allocation of virtual displays doesn't work correctly if tw
>From: Corinna Vinschen
>To: cygwin at cygwin dot com
>Date: Tue, 28 Mar 2006 09:37:28 +0200
>On Mar 27 18:55, David Picton wrote:
>> I have encountered a problem with the sshd server when the client
>> specifies X11 passthru i.e. ssh -Y or ssh -X.
>>
>> The allocation of virtual displays doesn't
On Mar 27 18:55, David Picton wrote:
> I have encountered a problem with the sshd server when the client
> specifies X11 passthru i.e. ssh -Y or ssh -X.
>
> The allocation of virtual displays doesn't work correctly if two or
> more X11-enabled sessions run at the same time.
>
> As I understand it
On Feb 10 02:24, Peter Wohlers wrote:
> I'm seeing an odd behavior with the latest openssh package.
>
> When I scp -r files from a cygwin host running sshd, the directory will copy
> over, but none of the files within.
>
> The cygwin ssh client doesn't seem to have that problem that I've seen.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jacek Trzcinski on 11/15/2005 12:29 AM:
> Thanks . It turned out that I had cygwin1.dll in AVR gcc compiler and it
> caused errors.
Just as we had predicted.
> It is a little bit strange because LoadLibrary function (
> I assume Cygwin e
Użytkownik Christopher Faylor napisał:
On Mon, Nov 14, 2005 at 03:28:56PM +0100, Jacek Trzcinski wrote:
U??ytkownik Eric Blake napisa??:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jacek Trzcinski on 11/14/2005 5:02 AM:
Hi everybody !
After a lot of time I de
> >
> Thanks for response but:
> 1) Rebooting did not resolve the problem
> 2) Cygwin1.dll is from July 2005 so I guess it is new. As a matter of
> fact I removed all cygwin files from
> Cygwin directory and installed latest version of Cygwin to other
> partition on my disk. Situation did not cha
On Mon, Nov 14, 2005 at 03:28:56PM +0100, Jacek Trzcinski wrote:
>U??ytkownik Eric Blake napisa??:
>
>>-BEGIN PGP SIGNED MESSAGE-
>>Hash: SHA1
>>
>>According to Jacek Trzcinski on 11/14/2005 5:02 AM:
>>
>>
>>>Hi everybody !
>>>After a lot of time I decided to upgrade my very old version of
Użytkownik Eric Blake napisał:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jacek Trzcinski on 11/14/2005 5:02 AM:
Hi everybody !
After a lot of time I decided to upgrade my very old version of Cygwin
to latest release.
Unfortunately there is something wrong when I try to exec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jacek Trzcinski on 11/14/2005 5:02 AM:
> Hi everybody !
> After a lot of time I decided to upgrade my very old version of Cygwin
> to latest release.
> Unfortunately there is something wrong when I try to execute sshd sever
> by for exampl
o *at* orbisfunds.com
> -Original Message-
> From: Steven Hartland
> Sent: 04 May 2005 10:24
> To: Douglas De Couto; cygwin@cygwin.com
> Subject: Re: sshd problem: setgid: Invalid argument
>
>
> iirc your cygwin passwords are out of sync with windows.
> The de
On May 4 14:23, Steven Hartland wrote:
> iirc your cygwin passwords are out of sync with windows.
There's no such thing as Cygwin passwords. Do you mean /etc/passwd?
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader mailto:c
iirc your cygwin passwords are out of sync with windows.
The details of this are covered in the readme I believe its been
a long while since I set it up.
Steve
- Original Message -
From: "Douglas De Couto"
When I try to log into my Windows Server 2003 SP1 machine over ssh, I get the fo
59 matches
Mail list logo