permissions problems with files on samba share

2022-01-18 Thread Roland Schwingel
Hi ... It is 2022 and there are still people out in the wild running 1.7. They don't want to but had to and are now on the way to cygwin 3.3.3. It was a hard long way, but we are nearly there now. But only nearly. There are some problems left. One of it is user mapping between samba/linux user

Re: Permissions Problems

2016-05-30 Thread Norton Allen
On 5/30/2016 6:40 AM, Corinna Vinschen wrote: On May 16 10:13, Norton Allen wrote: I have seen problems similar to those reported in "RE: Possible issue with newest version of git (v 2.8) under Cygwin", but I did not want to hijack that thread. For me, the problems have been elusive. Scripts th

Re: Permissions Problems

2016-05-30 Thread Corinna Vinschen
On May 16 10:13, Norton Allen wrote: > I have seen problems similar to those reported in "RE: Possible issue with > newest version of git (v 2.8) under Cygwin", but I did not want to hijack > that thread. > > For me, the problems have been elusive. Scripts that used to work would fail > as created

Permissions Problems

2016-05-16 Thread Norton Allen
I have seen problems similar to those reported in "RE: Possible issue with newest version of git (v 2.8) under Cygwin", but I did not want to hijack that thread. For me, the problems have been elusive. Scripts that used to work would fail as created directories had bad permissions, but I didn'

Re: File permissions problems with cp in Windows 7

2012-02-16 Thread Larry Hall (Cygwin)
On 2/16/2012 5:50 AM, Tom Quarendon wrote: I am a member of the local administrators. It actually sounds like noacl is what we would want here. We are just using Cygwin shell as a basis for our build environment for ease of portability, but we're using Visual Studio etc, not building Cygwin execu

Re: File permissions problems with cp in Windows 7

2012-02-15 Thread Larry Hall (Cygwin)
On 2/15/2012 12:09 PM, Tom Quarendon wrote: I'm hoping you can help me understand a problem that's been plaguing me for some time. I'm on a recent version of Cygwin (cygcheck -V reports 1.7.9) and I'm on Windows 7. I believe I have set up my /etc/passwd and /etc/group using mkpasswd and mkgroup i

File permissions problems with cp in Windows 7

2012-02-15 Thread Tom Quarendon
I'm hoping you can help me understand a problem that's been plaguing me for some time. I'm on a recent version of Cygwin (cygcheck -V reports 1.7.9) and I'm on Windows 7. I believe I have set up my /etc/passwd and /etc/group using mkpasswd and mkgroup in the appropriate way. If it makes a differ

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
uot;/cygdrive/c/Documents\ and\ Settings/user1 >>>>>> /cygdrive/c/Documents\ and\ Settings/user2" >>> /mnt/backups/xp-daily-00; >>>>> Does '-p' ('--perms') help with the permissions problems? >>>>> >>>>

RE: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread Jason Pyeron
gt; >>> On 2009-06-10 03:36Z, H.S. wrote: > >>>> rsync --delete --modify-window=10 --force -Rvaue ssh > >>>> --exclude-from=$EXCLUDESFILE --progress \ > >>>> xp-box:"/cygdrive/c/Documents\ and\ Settings/user1 > >>>>

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
; --exclude-from=$EXCLUDESFILE --progress \ >>>> xp-box:"/cygdrive/c/Documents\ and\ Settings/user1 >>>> /cygdrive/c/Documents\ and\ Settings/user2" > /mnt/backups/xp-daily-00; >>> Does '-p' ('--perms') help with the permissio

RE: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread Jason Pyeron
>> xp-box:"/cygdrive/c/Documents\ and\ Settings/user1 > >> /cygdrive/c/Documents\ and\ Settings/user2" /mnt/backups/xp-daily-00; > > > > Does '-p' ('--perms') help with the permissions problems? > > > > This flag "p

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
/user2" /mnt/backups/xp-daily-00; > > Does '-p' ('--perms') help with the permissions problems? > This flag "preserve permissions". The permissions are alright currently. The problem is that a user on XP box ssh'es to the Debian box (and becomes a Debia

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-09 Thread Greg Chicares
oes '-p' ('--perms') help with the permissions problems? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

backup XP on Linux using rsync over ssh: permissions problems

2009-06-09 Thread H.S.
Hello, I have a XP Pro laptop which has Cygwin installed (with ssh). I run a backup script on a Debian box which rsyncs some directories from XP box to a partition on Debian box using rsync via ssh. The command is something like (rsync script is called as root on Debian and user "root" on the XP b

Re: Strange permissions problems running bash scripts from ssh

2008-09-16 Thread Andy Hall
If I ssh into the same cygwin account from a remote machine, and perform the identical test, that is, changing directory to a directory in F:, then run echo test >zap fails with permission denied. I am sure is some weird problem with NT permissions or the account under which the sshd is run, but I

Re: Strange permissions problems running bash scripts from ssh

2008-09-15 Thread Larry Hall (Cygwin)
Andy Hall wrote: If I ssh into the same cygwin account from a remote machine, and perform the identical test, that is, changing directory to a directory in F:, then run echo test >zap fails with permission denied. I am sure is some weird problem with NT permissions or the account under whic

Strange permissions problems running bash scripts from ssh

2008-09-15 Thread Andy Hall
I have a very strange permission problem with running bash scripts on a Wndows server (2000) from a remote Linux box. Here's the scenario. The Windows Server where the bash scripts are run has a remote file system mounted as F: The file system mounted is from a samba server. When the drive is m

Re: Permissions problems after domain change

2006-08-16 Thread Chuck
Dave Korn wrote: > On 16 August 2006 15:10, Chuck wrote: > >> One more question on this topic. I still have a lot of files scattered >> around the HD with an owner and/or group of "" (numeric uid of >> 4294967295). > > That's -1. > >> Most of them are system files like ssh_config or th

RE: Permissions problems after domain change

2006-08-16 Thread Dave Korn
On 16 August 2006 15:10, Chuck wrote: > One more question on this topic. I still have a lot of files scattered > around the HD with an owner and/or group of "" (numeric uid of > 4294967295). That's -1. > Most of them are system files like ssh_config or the > /cygdrive/ directory. What

Re: Permissions problems after domain change

2006-08-16 Thread Chuck
One more question on this topic. I still have a lot of files scattered around the HD with an owner and/or group of "" (numeric uid of 4294967295). Most of them are system files like ssh_config or the /cygdrive/ directory. What user id and group should own these files? -- Unsubscribe info:

Re: Permissions problems after domain change

2006-08-16 Thread Chuck
Herb Martin wrote: >> My winXP ID was recently moved from one domain to >> another. Now when I >> log in to cygwin, I don't have permissions to access >> some of my own >> files - like my ssh id_rsa file for example. Can someone >> tell me what I >> need to do to fix this? Also,

RE: Permissions problems after domain change

2006-08-15 Thread Herb Martin
> My winXP ID was recently moved from one domain to > another. Now when I > log in to cygwin, I don't have permissions to access > some of my own > files - like my ssh id_rsa file for example. Can someone > tell me what I > need to do to fix this? Also, the group name is show

Re: Permissions problems after domain change

2006-08-15 Thread Larry Hall (Cygwin)
mwoehlke wrote: Chuck wrote: Larry Hall (Cygwin) wrote: Chuck wrote: My winXP ID was recently moved from one domain to another. Now when I log in to cygwin, I don't have permissions to access some of my own files - like my ssh id_rsa file for example. Can someone tell me what I need to do to f

Re: Permissions problems after domain change

2006-08-15 Thread mwoehlke
Chuck wrote: Larry Hall (Cygwin) wrote: Chuck wrote: My winXP ID was recently moved from one domain to another. Now when I log in to cygwin, I don't have permissions to access some of my own files - like my ssh id_rsa file for example. Can someone tell me what I need to do to fix this? Also, th

Re: Permissions problems after domain change

2006-08-15 Thread Chuck
Larry Hall (Cygwin) wrote: > Chuck wrote: >> My winXP ID was recently moved from one domain to another. Now when I >> log in to cygwin, I don't have permissions to access some of my own >> files - like my ssh id_rsa file for example. Can someone tell me what I >> need to do to fix this? Also, the g

Re: Permissions problems after domain change

2006-08-15 Thread Larry Hall (Cygwin)
Chuck wrote: My winXP ID was recently moved from one domain to another. Now when I log in to cygwin, I don't have permissions to access some of my own files - like my ssh id_rsa file for example. Can someone tell me what I need to do to fix this? Also, the group name is showing up as all question

Permissions problems after domain change

2006-08-15 Thread Chuck
My winXP ID was recently moved from one domain to another. Now when I log in to cygwin, I don't have permissions to access some of my own files - like my ssh id_rsa file for example. Can someone tell me what I need to do to fix this? Also, the group name is showing up as all question marks when I d

Re: Permissions problems: traverse vs. notraverse

2005-04-10 Thread Corinna Vinschen
On Apr 9 15:14, Insert Real Name wrote: > ==(Quote)== > bash.exe: warning: could not find /tmp, please create! > bash: /etc/profile: Permission denied > bash: /cygdrive/c/Users/Michel/.bash_profile: Permission denied > bash-2.05b$ > ==(End Quote)== > and no Cygwin-linked program could work: "bash:

Permissions problems: traverse vs. notraverse

2005-04-09 Thread Insert Real Name
Hello, Yesterday I installed Cygwin for all users on my own non-domain machine while logged-on as "Administrator"; I made some cursory checks that it all worked for the Administrator, and things seemed OK. This morning I logged into my usual account Michel (in the "Power Users" group) and found

multi-user file permissions problems cont'd (not found in path)

2003-02-13 Thread CHENEY,JARED (HP-Boise,ex1)
Hi, I've recently read through the thread begun by Brian Ford with the subject 'multi-user file permissions problems', and have some more info to add. I experienced the same behavior that Brian did - If I fully path an executable, it runs just fine. However, if I rely on the e