RE: cygwin copy problems usb 2.0

2006-07-28 Thread Jan Schormann
You wrote on Thursday, July 27, 2006 7:40 PM: > ... which is plain too long to include it in my script. Have you tried "copy" instead of "cp"? It's plain Windows and it's a command line tool. I don't know whether it uses CopyFile(), but it might be worth a try, right? Cheers, Jan. -- Un

mkshortcut exit value 64?

2006-07-26 Thread Jan Schormann
Hi all, I'm irritated by the return value I get from mkshortcut. Using mkshortcut -D -nNAME PROGRAM ; echo $? I would expect to get a return value of 0 on success - excerpt from the manual: "If mkshortcut encounters a syntax error, it will return an exit value of 1 and output usage information

RE: "replaced while being copied" - was ... RE: Solved partially by findutils 4.3 - RE: "inode changed", ...

2006-01-23 Thread Jan Schormann
You wrote on Monday, January 23, 2006 4:24 PM: > On Jan 23 13:34, Jan Schormann wrote: > > ... > > Thanks. You didn't reply to my other question, though. What > filesystem exactly is on the remote side? I'm not familar with the > above combination > of v

RE: "replaced while being copied" - was ... RE: Solved partially by findutils 4.3 - RE: "inode changed", ...

2006-01-23 Thread Jan Schormann
Corinna, thanks for the code! Sorry for the delay (had to do some work for my employer in the meantime ;-) > Your strace shows that the inode number of the file changes in two > subsequent calls to stat. This is unfortunate, to say the least. Hm. > Can you give us more information about the re

Solved partially by findutils 4.3 - RE: "inode changed", "replaced while being copied"

2006-01-18 Thread Jan Schormann
Hi, OK, one down, one to go ;-) New cygcheck.out to show the current config. This one is SOLVED with the (experimental) findutils 4.3: find: //desdata1/divisions/frameworks/share/Tools/BrainTools changed during execution of find (old inode number -411813144, new inode number -457114904, fil

Solved 9Exception (sorry for the noise) - RE: "inode changed", 9Exception, NetApp share - any coincidence?

2006-01-18 Thread Jan Schormann
DaveK wrote on Wednesday, January 18, 2006 12:25 PM: > Jan Schormann wrote: > > > a) Since yesterday, when running setup.exe on our own, private, > > enriched mirror, I get an error message saying > > > > > > Fatal Error: Uncaught Exception > &g

"inode changed", 9Exception, NetApp share - any coincidence?

2006-01-18 Thread Jan Schormann
Hi guys, since yesterday, I'm experiencing some strange problems, some of which I connect with cygwin, but surely our local setup with shared drives is an issue, too. I'm asking our IT staff at the same time whether anything changed with the server configuration, but cannot tell whether I'll get a

RE: Where is my --password-file?

2005-12-14 Thread Jan Schormann
You wrote on Wednesday, December 14, 2005 1:56 PM: > actually, this is the command I have used: > > rsync -avz "/cygdrive/e/Company" > password-file="/home/Administrator/rsync_passwd" --delete > --delete-excluded > --exclude "Office2003/" --exclude "Office2003SP/" > [EMAIL PROTECTED]::winbackups/

RE: Cygwin logo

2005-12-14 Thread Jan Schormann
Christoher McIntosh wrote on Tuesday, December 13, 2005 7:10 PM: > It's *very* nice! I hope it gets adopted. > > Denis Washington wrote: > > I'm glad you like it :) > > > > My big question now is: who will i have to talk about the logo? I'd > > like to propose it as new Cygwin logo. I agree it

RE: Cygwin build system SOOOO SLOOOWWWW ???

2005-09-15 Thread Jan Schormann
Steve, we've been struggling with speeding up our build process, too, so I'd like to share some ideas - yet I'm not so certain whether you'll learn from me or I'll learn from you: Hopefully both. You wrote on Wednesday, September 14, 2005 3:45 AM: > Greetings To All, > > We've been using Cygwin

Thanks! - RE: Bug in bash 3.0-8: Removes its own manpage. [Attn: man maintainer]

2005-07-21 Thread Jan Schormann
> It will be fixed in bash-3.0-9; in the meantime, you can do Eric, thanks for the ultra-fast response - I'm looking forward to seeing the patch appear on my preferred mirror :-) > the following to placate `cygcheck -cv bash': > echo .so man1/bash.1.gz > /usr/share/man/man1/sh.1 Ah, that's a go

Bug in bash 3.0-8: Removes its own manpage. (Well, one of the two.) (Cosmetic?)

2005-07-21 Thread Jan Schormann
Hi, in /etc/postinstall/00bash.sh, it says (unconditionally): # Get rid of ash manpage, if it is in the way of our compressed page. rm -f /usr/share/man/man1/sh.1 Is this a known problem waiting for the new setup? In effect, "man sh" fails, and "cygcheck -vc bash" says: Package

RE: Bug in chere

2005-06-15 Thread Jan Schormann
Hi Dave, > a) the appropriate registry key to modify, > b) an example of a program that adds something to this context menu > (the one with 'Customize this folder' on it), and a user to dig > around their registry to find out how it does it, in my context menu on folders, I have WinZip, WinRar,

sqlite / pysqlite ... RFC/ITP?

2005-05-09 Thread Jan Schormann
Hi all, I'm not sure just *how* off-topic this is, let's see ... I'm using Reini's own package of sqlite 3.0.7 for cygwin in conjunction with the pysqlite source-distribution. This works quite well, only I'd like it all in cygwin packages in the standard distribution. For the record: SQLite is

RE: Sincere Apologies.

2005-04-12 Thread Jan Schormann
> You must be having a 'senior moment' Dave, thanks for reminding me. I feel really embarrassed. Apparently excitement is taking me over. My sincere apologies to Jim and (the rest of) the List. Sorry for this noise, but I needed it, so you don't think I'm a total luser - hope it helps ... Jan

RE: FDA-conform validation - any hints?

2005-04-12 Thread Jan Schormann
Jim and Gary, thanks for your hints. Maybe I'm unnecessarily nervous. I'm still working on a good definition for "enough" testing around the intended use, and to what level of detail the intended use needs to be described. With your comments, I'm more confidently facing the FDA- challenge now wit

FDA-conform validation - any hints?

2005-04-11 Thread Jan Schormann
Hi all, my company develops medical devices, so we must fulfill the FDA (U.S. Food & Drug Administration) regulations. As we are using Cygwin in our software build chain (especially for GNU make and bash), we need to explain what makes us so confident. I've scanned the archives with no satisfying

RE: sed: altered results in bash and cmd

2004-12-04 Thread Jan Schormann
Hi, > C:\>E:\cygwin\bin\echo.exe '/^ .*$/d' > / .*$/d > I'm not really sure but I think cmd doesn't treat single quotes as > quoting characters - at least not in the way bash does. That's true. In addition, the '^' in cmd is an escape character, like the backslash in sh. Search for "string liter

Now I see - was RE: sed-4.1.2-1: backslash in 'i' and 'a' changed?

2004-09-10 Thread Jan Schormann
Hi, sorry, by now even I noticed that this is OT because it depends entirely on upstream. Then again, I found out where I was misunderstanding the documentation, and I'd like to share: I always thought that the '\' after 'a' was denoting a continuation line and could be left out if you put all th

sed-4.1.2-1: backslash in 'i' and 'a' changed?

2004-09-10 Thread Jan Schormann
Hi, try this: $ echo | sed -e 'a\\' in sed-4.0.9-2 and sed-4.1.2-1: The old one produces a backslash, the new one doesn't. Unfortunately, this breaks a makefile I use for generating LaTeX output ... Can this be a side effect of the change described below? Will this be stable or is it a bug? -

rebaseall - was RE: cygwin installer

2004-06-23 Thread Jan Schormann
Hi, > > If you want to just clone the same setup everywhere, all > > you should need is tar, cygwin and mount. I'm replicating a Cygwin installation to about 100 developer machines here. The tar approach is cute, but slow. I'm using robocopy, part of the "Windows 2000 Resource Kit", to mirror th

cont'd - RE: 1.5.9: Trouble with setting variables using 'read' in a script

2004-05-06 Thread Jan Schormann
(Please excuse the unfinished last mail, I hit "Ctrl-Enter" by accident.) > - echo "text" | read var ; echo $var > - cat file | read var ; echo $var > - read var < file | echo $var .. continuing from last time, all of these won't work because you're always creating a new subshell. Try r

RE: 'read' and pipes, was: 1.5.9: Trouble with setting variables using 'read' in a script

2004-05-06 Thread Jan Schormann
> Another related quirk, is that variables set within > 'while read' loops lose > their values once the loop ends. The following example > displays "text text" > within the loop and blank line outside. > - echo "text" |\ > while read > do > foo=$REPLY ; bar="text" > echo $foo

Handling of /etc/profile.d broken?

2004-05-03 Thread Jan Schormann
Hi, I've just noticed a weird problem: When I set an environment variable in a script in /etc/profile.d, I never see it in my shell. For example, take /etc/profile.d/blub.sh: export blub=1 Adding "echo $blub" to the loop in /etc/profile, I can see that it gets set, but is unset immedia

Spyce to be in cygwin?

2004-04-29 Thread Jan Schormann
Hi, is anyone thinking about adding the command-line version of spyce (python server pages) as a standard cygwin package? About spyce: http://spyce.sourceforge.net/index.html I'm interested in using it for preprocessing XML files in a 'make' environment. Keep it up, Jan. -- Unsubscri