in Cygwin , sqlplus and use "ed" command

2002-03-05 Thread Tiffany Chan
Note: forwarded message attached. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com --- Begin Message --- I telnet to a win 2000 adv SP2 server using Cygwin. Then sq

in Cygwin , sqlplus and use "ed" command

2002-03-04 Thread Tiffany Chan
I telnet to a win 2000 adv SP2 server using Cygwin. Then sqlplus to a database (oracle 8.1.7). I would like to use "ed" command in sqlplus: SQL > define_editor="notepad"(CHAR) I changed the default editor, as notepad cannot be displayed in telnet session: SQL > define_editor="vi" SQL > select * f

Pls. help : passwd - misunderstanding

2002-01-29 Thread Tiffany Chan
Sorry that it may have some mis-understanding for my previous posted question. In this mail, I describe my problem in more detail. Cygwin 1.3.3 is installed in a normal win 2000 advanced server A (SP2). Server A connected to Domain, but it is not DC. Local users are created in Server A. "passwd

call function

2002-01-29 Thread Tiffany Chan
In Unix, "function" can be added in script, e.g. #!/usr/bin/sh # function outmessage { echo $1; : : } #Main echo "Welcome" : : outmessage "hello amy" outmessage "hello peter" : : exit 0 I try to call function outmessage in Cygwin, but it does work, function:not found What do I need

Repost : cannot change password using "passwd" command

2002-01-27 Thread Tiffany Chan
console, so I hope they can change their password using telnet. Is there any setting needed for local user use "passwd" ? Can local user change password by "passwd" ? Would you mind to help me ? THanks On Thu, Jan 03, 2002 at 11

Re: Re: cannot change password using "passwd" command

2002-01-27 Thread Tiffany Chan
console, so I hope they can change their password using telnet. Is there any setting needed for local user use "passwd" ? Would you mind to help me ? THanks On Thu, Jan 03, 2002 at 11:57:05AM +, Tiffany Chan wrote: >> >&g

Warning in System log

2002-01-21 Thread Tiffany Chan
Hi all, I got a "warning" in win2k system log when I start Cygwin service. User:System Description: The description for Event ID(0) in Source (inetd) cannot be found. The local computer may have the neccessary registry information or message DLL files to display messages from a remote computer.

How to stop ftp in Cygwin

2002-01-16 Thread Tiffany Chan
Hi, I want to use Microsoft FTP Service, so I would like to stop the "Ftp" in Cygwin (inetd), of course, i use cygwin for telnet. How to stop "ftp" in cygwin ? Thanks a lot __ Do You Yahoo!? Everything you'll ever need on one web page from News a

chown problem

2002-01-11 Thread Tiffany Chan
Cygwin 1.3.3 installed in d:\ "UserA" and "UserB" in same group "GroupAB" UserA's home is in e:\home\UserA; ownership=UserA:GroupAB; mode=755 In e:\home\UserA, rwxrwxrwx UserA:GroupAB DirOne In w2k security tabs, I saw : Owner of DirOne = UserA Mode= Everyone rwx

telnet cannot see mount drive - another method

2002-01-10 Thread Tiffany Chan
2 13:45:12 +0100 >Subject: Re: telnet cannot see mount drive >References: <[EMAIL PROTECTED]> ---- >On Thu, Jan 10, 2002 at 09:59:16AM +, Tiffany Chan wrote: >> I mapped network drive (h:) in network neig

telnet cannot see mount drive

2002-01-10 Thread Tiffany Chan
I mapped network drive (h:) in network neighboornood in w2k SP2 advanced server. The network drive (h:) can be accessed in both w2k "My computer" , w2k command line "cd" and also in shortcut of Cygwin in w2k desktop. But when I telnet to the w2k server using Cygwin , type "mount". I cannot see h:

Use cygwin service in cluster

2002-01-08 Thread Tiffany Chan
I added Cygwin service in cluster (win2000). When the cluster failover from node A to B, I would like to run a batch file in node B during cygwin is started in node B. The batch file (file.bat) simply is: cd h:\ chown -Rf UserA:GroupA * Can I add this batch file to inetd.exe or somewhere, so it

Re: Re: cannot change password using "passwd" command

2002-01-03 Thread Tiffany Chan
le, so I hope they can change their password using telnet. Would you mind to help me ? THanks On Thu, Jan 03, 2002 at 11:57:05AM +, Tiffany Chan wrote: >> >> I cannot change password of local account using >> "passwd&quo

mount point

2002-01-03 Thread Tiffany Chan
My hard disk have c: d: e: f: drive. In Cygwin, $ mount D:\cygwin\bin on /usr/bin type system (binmode) D:\cygwin\lib on /usr/lib type system (binmode) D:\cygwin on / type system (binmode) D:\oracle on /oracle type system (textmode) e: on /cygdrive/e type system (textmode) f: on /cygdrive/f type

cannot change password using "passwd" command

2002-01-03 Thread Tiffany Chan
I cannot change password of local account using "passwd" command in Cygwin. $passwd Enter the new password (minimum of 5, maximum of 8 characters). Please use a combination of upper and lower case letters and numbers. Old password: < i type old password here> Bad password: Too short. I am sure

Can I change user SID ?

2002-01-01 Thread Tiffany Chan
Hi How to change SID in win2k ? I have the following problem: Two w2k Advanced servers installed Cygwin. They used local user account. | Server A || Server B | \ /

Re: cron problem: Can Domain user run cron

2001-12-19 Thread Tiffany Chan
passwd file of domain controller server. Domain user use cygwin work very well in domain server except cron.(e.g. domain user can rcp from/to domain contoller) thanks again and again ikbea On Wed, Dec 19, 2001 at 01:01:11PM +, Tiffany Chan wrote: > Corinna, > > There are two cases

cron problem: Can Domain user run cron

2001-12-19 Thread Tiffany Chan
Corinna, There are two cases: 1. In domain controller server, both Domain admin and Domain user can run cron correctly. There is no problem 2. But in another w2k server (in domain, but not domain controller), Domain admin run cron correctly . But domain user cannot run cron, error : can't switch

Re-post : cron is not work even tried suggestion in mail list

2001-12-18 Thread Tiffany Chan
Hi, Sorry that I have common question on cron. I got cron error : can't switch user context. I have tried the following suggestion in mail list: 1. remove cron and install as SYSTEM $rm -Rf /var/cron $cygrunsrv -E cron $cygrunsrv -R cron $cygrunsrv -I cron -p /usr/sbin/cron -a -D -e

Cron problem - tried suggestion in mail list

2001-12-18 Thread Tiffany Chan
Hi, Sorry that I have common question on cron. I got cron error : can't switch user context. I have tried the following suggestion in mail list: 1. remove cron and install as SYSTEM $rm -Rf /var/cron $cygrunsrv -E cron $cygrunsrv -R cron $cygrunsrv -I cron -p /usr/sbin/cron -a -D -e