find does not find files

2005-09-15 Thread cygwin . 20 . job
Hi folks, I have the problem that with the find command several file are not detected. I make a find /cygdrive/c to get all files on the partition c: but all files under the folder drwx--+ 21 F.Braunbeck Domänen-Benutzer 0 Aug 17 11:51 __TRANSFER__/ are not listed. I' am the owner of __TRAN

problem remove file from another user

2005-03-23 Thread cygwin.20.job
Hi folks I try to remove the file outlook as user fjb but the system complains that I have no permission to remove the file. But as far as I see the user fjb has enough right to remove the file. Please how can I remove the file. Thanks Franz [EMAIL PROTECTED]:/usr/local/bin Mon Mar 14 14:

AW: ssh search identity in wrong directory

2004-09-08 Thread cygwin . 20 . job
> -Ursprüngliche Nachricht- > Von: Corinna Vinschen > Gesendet: Dienstag, 7. September 2004 15:01 > An: [EMAIL PROTECTED] > On Sep 7 13:31, [EMAIL PROTECTED] wrote: > > Hi folks > > > > I have the problem that ssh does not search the identity file ins > > $HOME/.ssh it looks in the direc

ssh search identity in wrong directory

2004-09-07 Thread cygwin . 20 . job
Hi folks I have the problem that ssh does not search the identity file ins $HOME/.ssh it looks in the directory which is found in the envionment variable HOMESHARE. What is going wrong? How can I fix it? $ echo $HOME /cygdrive/c/home $ echo $HOMESHARE \\dpeb.de\storage\dpcom_home01\F.Braunbeck $

AW: unknown character in UNIX rights on /cygdrive/c

2004-08-25 Thread cygwin . 20 . job
> -Ursprüngliche Nachricht- > Von: Larry Hall - [EMAIL PROTECTED] > [mailto:+cygwin+job+6791d0015b.lh-no-personal-replies-please#c > [EMAIL PROTECTED] > Gesendet: Dienstag, 3. August 2004 17:27 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: unknown character in UNIX rights on /

rsync failed to set permission

2004-08-25 Thread cygwin . 20 . job
Hi Folk, I get many permissions denied failures when using rsync to copy my home directory to a network drive. I can't detect while rsync is complaining. The only thing that I don't know is why the file /cygdrive/c/home/sql/tmp/874677 have a '+' at the end of the mod. What does this mean? $ ls

unknown character in UNIX rights on /cygdrive/c

2004-08-03 Thread cygwin . 20 . job
Hi folks I have the problem that I don't know what the additional '+' sign in after the normal rights at the directory /cygdrive/c should tell me $ ls -ld /cygdrive/* drwxr-xr-x2 F.Braunb Domänen-0 1. Jan 1970 /cygdrive/a drwxr-xr-x7 F.Braunb Domänen-0 3. Aug 10:41 /cy

AW: Scrolling on console with keyboard?

2004-07-08 Thread cygwin . 20 . job
> Von: Igor Pechtchanski - [EMAIL PROTECTED] > Gesendet: Freitag, 2. Juli 2004 16:45 > > On Fri, 2 Jul 2004, cygwin.20.job wrote: > > > Hi Folks, > > > > Is there a way to scroll on the colsole with the keyboard > linke in an > > xterm? > > An

Scrolling on console with keyboard?

2004-07-02 Thread cygwin . 20 . job
Hi Folks, Is there a way to scroll on the colsole with the keyboard linke in an xterm? IMPORTANT There is no way to send a email direct to this mail address. Every Mail which is not send to [EMAIL PROTECTED] is automatically deleted. Regards Franz -- Unsubscribe info: http://cygwin

bash: simple command problem

2004-06-25 Thread cygwin . 20 . job
Hi Folks I hove the problem to set variable in front of executing a command. The bash manpage says that a simple command is a set of variable assignment followed by the command So I think that variableA=valA nextVariable=next echo $variableA $nextVariable should echo valA next but when I try thi

improvement of regtool

2004-06-23 Thread cygwin . 20 . job
Hi Folks Are there plans to support the REG_BINARY type with the regtool? Are there plans to extract the type of a key from the registry with regtool? Regards Franz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: Problem to install a crontab

2004-06-23 Thread cygwin . 20 . job
I tried to reproduce the problem after changing cron_server to cronserver and create the crontab in the normal way. The problem still persists. ## How produce the problem # create cron server net user cronserver password /add /yes net localgroup ad

Problem to install a crontab

2004-06-18 Thread cygwin . 20 . job
Hi Folks, this is he first time I try to get a crontab running. I installed the cron server as I found it in the archive with the following commands net user cron_server /add /yes net localgroup cron_server /add

AW: grep hangs

2004-05-18 Thread cygwin . 20 . job
Original Message- > > From: cygwin-owner On Behalf Of cygwin.20.job > > Sent: 18 May 2004 08:59 > > > I have the problem that grep hangs after I try to search a > > string in all > > files of a directory. > > grep fun * > > > > I can see that t

grep hangs

2004-05-18 Thread cygwin . 20 . job
Hi Folks, I have the problem that grep hangs after I try to search a string in all files of a directory. grep fun * I can see that the grep process is idle as far as I understand the first letter in the ps right. PIDPPIDPGID WINPID TTY UIDSTIME COMMAND I31443652

AW: filename does not exist but test gives true back

2004-04-21 Thread cygwin . 20 . job
> -Ursprüngliche Nachricht- > Von: Corinna Vinschen - [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 21. April 2004 13:10 > An: [EMAIL PROTECTED] > Betreff: Re: filename does not exist but test gives true back (cygwin: > message 2 of 20) > > On Apr 21 12:38, [EMAIL PRO

filename does not exist but test gives true back

2004-04-21 Thread cygwin . 20 . job
Hi folk, I have ported a bash-script from UNIX to cygwin and have the Problem that test says that the file exist but there is no file with the given Name. Here come some command to reproduce the problem. Wed Apr 21 12:36:00 556 ls -al; if [ -e "load_evu.ctl." ] ;then echo "load_evu.ctl." ex