delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/02/05/17:08:24

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:date:message-id:subject:from:to
:content-type; q=dns; s=default; b=Om71tQFA9YG0w2+xn5ALytQNyDJVr
mQxbW6VVax90w9HHwMhysITac3ApLZcRQFOGxjN6t8rds21dP+w858eByu0H1RUX
pUefWg2buQDsRTztDKBkK4MilMJfw/TguKidJlaGysYrPvJG5NngxbkDCN9fK0PG
rn1YPuFyqFPc6Y=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:date:message-id:subject:from:to
:content-type; s=default; bh=3G8hcksVP+LE2up0Eyeu0KCLGOA=; b=SLK
qwBh8HnZOOY8qjHsdUp1WEyQztx5RTKgRJvV0DkWgc1qT1duJTzkgL+xe21S+0JA
HQTJqnnqaYrkCSkjOgXFPMeoGRvx7kjguHlSc8sQ3yHqvBX1QsayTqLgKhNT5BRX
STRsuufCwZdXItGV8/mWgE8AvlQErTYPAYXY6q1M=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=rx, pwd, skeleton, services
X-HELO: mail-vk0-f52.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=8v/SpgsBs3gGb1u+2A8x4VgQkMqDQ5tmbMH64a3/2Yc=; b=M1SpnsHMI9wZhYxzaKlso2pdkWNMyyDVQmAtA9+RwfX6+NCJt0YEtKLWTHcTACE2qQ UG3c7+jK4ljQRBxhLGESuAe1o5nddorQUl8wdGBpRYkFK9vABT0dN1CIezAK4X7HVKOc a2AOls+eD1GG22p7duCx+ckYtTynXdNJ1mIQWTcwx6V7ikBoscbUgqypjt+5foloVQW7 D4pm32cLhEzubdlxbFiqPnY4bytrNIZE/RkJS/cjwX1ZHehZvWyUQBbT3JUfUQtKALNQ CPma7R2ruJypHSQIMEPd8AW0IVkoF2j+BAV4jm+uu9vX5N39XvPBJX1f15ZAzmmUdi9T m87w==
X-Gm-Message-State: AG10YOTKvoQfsfbaZYZVmtAoGzSklmEwsOm1BWZqCYCKydY3pXb3Tlwk3/2w/YUC0dufLm0LKLvgIp2eHfKwOA==
MIME-Version: 1.0
X-Received: by 10.31.147.82 with SMTP id v79mr10562940vkd.58.1454710083980; Fri, 05 Feb 2016 14:08:03 -0800 (PST)
Date: Fri, 5 Feb 2016 17:08:03 -0500
Message-ID: <CAKqFR_WRVAcA6A6mUXeWZsFS51ASrh5nUQxO=dMqD2e0HnOTqw@mail.gmail.com>
Subject: Unknown+user issues using cygwin under an Azure AD "domain" account on Windows 10.1511?
From: Russell Mora <rd DOT mora AT gmail DOT com>
To: cygwin AT cygwin DOT com

Hi All,

Big fan - long time user, first time mailer! :-)

Quick check - I'm seeing Unknown+user issues even since I started
logging in via an Azure AD "domain" account - I put "domain" in quotes
because Azure AD is not full AD domain services, just the identity
services (likely cause of my failure....)

Anyway, this is what I see:

==============
C:\WINDOWS\system32>whoami
azuread\russellmora

C:\WINDOWS\system32>
==============

I used the 2.873 64-bit installer and did a basic install. When I
first fire up cygwin (from c:\cygwin64\cygwin.bat) I see this (note
the home dir and whoami are different, plus what to me seems like
unusual permissions for my home dir):

==============
Copying skeleton files.
These files are for the users to personalise their cygwin experience.

They will never be overwritten nor automatically updated.

'./.bashrc' -> '/home/RussellMora//.bashrc'
/usr/bin/install: cannot create regular file
'/home/RussellMora//.bashrc': Permission denied
'./.bash_profile' -> '/home/RussellMora//.bash_profile'
/usr/bin/install: cannot create regular file
'/home/RussellMora//.bash_profile': Permission denied
'./.inputrc' -> '/home/RussellMora//.inputrc'
/usr/bin/install: cannot create regular file
'/home/RussellMora//.inputrc': Permission denied
'./.profile' -> '/home/RussellMora//.profile'
/usr/bin/install: cannot create regular file
'/home/RussellMora//.profile': Permission denied

Unknown+User AT Lenovo-PC ~
$ whoami
Unknown+User

Unknown+User AT Lenovo-PC ~
$ pwd
/home/RussellMora

Unknown+User AT Lenovo-PC ~
$ ls -la
total 0
d------r-x+ 1 Unknown+User Unknown+Group 0 Feb  5 16:49 .
drwxrwxrwt+ 1 Unknown+User Unknown+Group 0 Feb  5 16:49 ..

Unknown+User AT Lenovo-PC ~
$ uname -a
CYGWIN_NT-10.0 Lenovo-PC 2.4.1(0.293/5/3) 2016-01-24 11:26 x86_64 Cygwin

==============

This all started because I was getting the "Failed to fork child
process: No such file or directory." issue when starting cygwin from
the start menu.  I did a clean install with clean registry but that
didn't help.

Any ideas?

Cheers,
Russell

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019