Re: SYSTEM Problem

2009-02-09 Thread Corinna Vinschen
On Feb 7 15:15, Jaspreet Singh wrote: hi, i just created a new user 'test' in windows and in /etc/passwd, in windows 'test' is a member of 'Users' group. Now when i run /bin/bash as SYSTEM User it 'su' to any user in there with valid shell, but it is not doing 'su' to User 'test'. So, i

Re: SYSTEM Problem

2009-02-09 Thread Jaspreet Singh
hi, i just created a new user 'test' in windows and in /etc/passwd, in windows 'test' is a member of 'Users' group. Now when i run /bin/bash as SYSTEM User it 'su' to any user in there with valid shell, but it is not doing 'su' to User 'test'. So, i tried 'Runas' running CMD as

Re: SYSTEM Problem

2009-02-09 Thread Corinna Vinschen
On Feb 9 17:47, Jaspreet Singh wrote: hi, i just created a new user 'test' in windows and in /etc/passwd, in windows 'test' is a member of 'Users' group. Now when i run /bin/bash as SYSTEM User it 'su' to any user in there with valid shell, but it is not doing 'su' to User

SYSTEM Problem

2009-02-07 Thread Jaspreet Singh
hi, i just created a new user 'test' in windows and in /etc/passwd, in windows 'test' is a member of 'Users' group. Now when i run /bin/bash as SYSTEM User it 'su' to any user in there with valid shell, but it is not doing 'su' to User 'test'. So, i tried 'Runas' running CMD as SYSTEM user of

Re: File system problem with Vista SP1 RC

2008-02-05 Thread Corinna Vinschen
On Feb 5 07:44, [EMAIL PROTECTED] wrote: This started out as a VIM problem and now narrowed down to a simple file system problem cat foo cat bar cp bar foo cat foo AAA foo - file contains \n bar - file contains \n I can duplicate the same

File system problem with Vista SP1 RC

2008-02-04 Thread r . chuang
This started out as a VIM problem and now narrowed down to a simple file system problem cat foo cat bar cp bar foo cat foo AAA foo - file contains \n bar - file contains \n I can duplicate the same problem in VIM but cannot duplicate using notepad So

SYSTEM() problem

2003-02-10 Thread Azimi, Houman (GXS)
Title: SYSTEM() problem Hi, I am trying to use the system() calll, for example system(echo hello); but it does not work, even though system(NULL); returns non-zero. It does work in the cygwin environment, but I need it to work on a dos command line with cygwin DLL in the path. thanks

Re: SYSTEM() problem

2003-02-10 Thread Max Bowsher
cygwin-apps@ is the wrong mailing list for this. Redirecting to cygwin@: Azimi, Houman (GXS) wrote: I am trying to use the system() calll, for example system(echo hello); but it does not work, even though system(NULL); returns non-zero. It does work in the cygwin environment, but I need