Re: cygwin, Coda and symbolic links

2006-08-04 Thread Corinna Vinschen
On Aug 3 18:39, Adam Wolbach wrote: > Coda's current symlink support in cygwin is nonexistent, but we are > looking to support symlinks in the same manner cygwin appears to -- as > special Windows shortcuts that cygwin can interpret as symlinks. > Allowing cygwin to see our conflicts as broken

Re: 1.5.21-2: missing announcement?

2006-08-04 Thread Corinna Vinschen
On Aug 4 07:58, Danilo Turina wrote: > Yesterday Setup.exe showed to me a new versione of the cygwin dll > (1.5.21-2) but I didn't notice any announcement about it. > > Is the announcement missing or the mirror wrong (mirrors.kernel.org)? The announcement is missing. -1 was just missing a bit

Re: 1.5.21-1 missing header file 'jpeglib'

2006-08-04 Thread Susana Manrique de Lara Sanz
Right. So why would you expect to find the include file there as well? Why do you think the file you need is in libjpeg62? The only file in that package is /usr/bin/cygjpeg-62.dll, which is what "cygcheck -l" shows you. Try searching for the needed file (jpeglib.h) again on the package search

making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
I would like to create a cygwin setup package so that users can install the same software package on their machines. Is this possible? If so can you point me to the documentation that explains how to do this? Thanks Robert ___

Escape Character

2006-08-04 Thread mattlucasv
Hi I am new to Cygwin and I am just trying to use the escape character example is echo "\t\t Hello" but this returns \t\t Hello and ignores the escape characters. I was looking for it to return Hello with a couple of TABS in front like it does on our True64 unix system. Is the escape char

Re: Escape Character

2006-08-04 Thread Franz Wolfhagen
[EMAIL PROTECTED] wrote on 04-08-2006 14:23:49: > > Hi > > I am new to Cygwin and I am just trying to use the escape character example > is > > echo "\t\t Hello" > > but this returns \t\t Hello and ignores the escape characters. > > I was looking for it to return Hello with a couple of TABS in

Re: Escape Character

2006-08-04 Thread Markus Schönhaber
mattlucasv wrote: > I am new to Cygwin and I am just trying to use the escape character example > is > > echo "\t\t Hello" > > but this returns \t\t Hello and ignores the escape characters. > > I was looking for it to return Hello with a couple of TABS in front > like it does on our True64 uni

Re: Escape Character

2006-08-04 Thread mattlucasv
That worked Thanks so much. Maybe next time I should read the MAN pages first ! Thanks again -- View this message in context: http://www.nabble.com/Escape-Character-tf2050870.html#a5650009 Sent from the Cygwin Users forum at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#un

Re: making a cygwin install.

2006-08-04 Thread Igor Peshansky
On Fri, 4 Aug 2006, McGraw, Robert P. wrote: > I would like to create a cygwin setup package so that users can install > the same software package on their machines. > > Is this possible? If so can you point me to the documentation that > explains how to do this? Robert, All of the information y

Re: Escape Character

2006-08-04 Thread Igor Peshansky
On Fri, 4 Aug 2006, Franz Wolfhagen wrote: > [EMAIL PROTECTED] wrote on 04-08-2006 14:23:49: . Thanks. > > Hi > > > > I am new to Cygwin and I am just trying to use the escape character > > example is > > > > echo "\t\t Hello" > > > > but this returns

Re: Escape Character

2006-08-04 Thread Markus Schönhaber
Markus Schönhaber wrote: > I doubt that that's a matter of whether you use Cygwin or not but a matter > of whether you use the echo command from the GNU core utilities or not. On > your True64 unix, you propably don't. This statement isn't necessarily correct. I use bash and doing an echo there w

ssh breaks while loop

2006-08-04 Thread CB
If file hostlist contains: hosta hostb hostc then execute this shell script: while read host do ssh $host ls -al .profile done < hostlist the while loop executes one time and quits. But, while read host do echo $host done < hostlist executes 3 times. Am I missing something or is

Re: ssh breaks while loop

2006-08-04 Thread Larry Hall (Cygwin)
CB wrote: If file hostlist contains: hosta hostb hostc then execute this shell script: while read host do ssh $host ls -al .profile done < hostlist the while loop executes one time and quits. But, while read host do echo $host done < hostlist executes 3 times. Am I missing som

Re: ssh breaks while loop

2006-08-04 Thread Igor Peshansky
On Fri, 4 Aug 2006, CB wrote: > If file hostlist contains: > hosta > hostb > hostc > > then execute this shell script: > while read host > do > ssh $host ls -al .profile > done < hostlist > > the while loop executes one time and quits. > > But, > while read host > do > echo $host > done <

RE: making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 9:34 AM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: Re: making a cygwin install. > > > On Fri, 4 Aug 2006, McGraw, Robert P. wrote: > > > I would like to create a cygw

RE: making a cygwin install.

2006-08-04 Thread Igor Peshansky
On Fri, 4 Aug 2006, McGraw, Robert P. wrote: > > -Original Message- > > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 04, 2006 9:34 AM > > To: McGraw, Robert P. > > Cc: [EMAIL PROTECTED] . Thanks. > > Subject: Re: maki

General Inquiry

2006-08-04 Thread Steve Doherty
-- 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/

RE: making a cygwin install.

2006-08-04 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 11:29 AM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: RE: making a cygwin install. > > > On Fri, 4 Aug 2006, McGraw, Robert P. wrote: > > > > -Original Message-

Re: How to install cygwin without internet connection?

2006-08-04 Thread Mark Fisher
On 8/4/06, Rupert Kolb wrote: we have some (~20) PCs here, which have no connection to the Internet. Reason: Security! Question: How can I install cygwin on such PCs? can they all be setup to share a common drive, and then choose "install from local directory" and point it to the shared drive

How to install cygwin without internet connection?

2006-08-04 Thread Rupert Kolb
Hi, we have some (~20) PCs here, which have no connection to the Internet. Reason: Security! Question: How can I install cygwin on such PCs? (The recommended method with "setup.exe" doesn't work! I'm able to download files and carry them to the internal network) Thanks, Rupert -- Unsubsc

Re: making a cygwin install.

2006-08-04 Thread Mark Fisher
> From: Igor Peshansky [mailto:[EMAIL PROTECTED] seems you missed the hint from Igor. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: [ANNOUNCEMENT] Updated: clamav-0.88.3-2

2006-08-04 Thread Dr. Volker Zell
> Reini Urban writes: > Due to a packaging error detected by Volker Zell I've updated > clamav to 0.88.3-2. > 0.88.3-1 deleted the init.d script /etc/rc.d/init.d/clamd. > On the first install ever the default etc/*.conf files were also missing. There are still a couple of pac

Re: [ANNOUNCEMENT] clisp-2.39-1 released

2006-08-04 Thread Dr. Volker Zell
> Reini Urban writes: > I've taken over clisp maintainance from Sam Steingold, who lost access > to his windows box and to this list. Thanks Sam for a wonderful job > anyway! > clisp-2.39-1 is now built with cygport, but you can still compile it > with ./configure; make; ma

Re: How to install cygwin without internet connection?

2006-08-04 Thread Rupert Kolb
Mark Fisher wrote: > On 8/4/06, Rupert Kolb wrote: >> we have some (~20) PCs here, which have no connection to the Internet. >> Reason: Security! >> >> Question: How can I install cygwin on such PCs? > > can they all be setup to share a common drive, and then choose > "install from local directory

need assistance w/sftp & home folder creation

2006-08-04 Thread MyStiC
The issue is that members of the users group cannot connect to the server via SFTP. The users can connect via SSH & SCP when their rights include the ability to write & append data. When using the SFTP command within the bash console, after the password is entered, the connection immediately clo

Re: need assistance w/sftp & home folder creation

2006-08-04 Thread Mark Fisher
On 8/4/06, MyStiC wrote: Also, I am looking for a way to have the initial setup of the users' home directories to also create predefined links. ie /home/user/ link_1, link_2... Presently, I am creating these links manually so the restricted users, or any user which is unfamiliar with the file s

Re: cygwin, Coda and symbolic links

2006-08-04 Thread Adam Wolbach
http://www.google.com/search?as_q=windows+shortcut+file+format The first match http://mediasrv.ns.ac.yu/extra/fileformat/windows/lnk/shortcut.pdf is what you're looking for and what I used when implementing the shortcut stuff. Thanks, this gets me more than halfway to what I need to know -

Help with ITP (package maintenance)

2006-08-04 Thread Maurício
Hi, I would like to be maintainer of a program called 'rlwrap'. It's a great tool to be used with Windows command line programs and cygwin, since it allows any program to be used with GNU readline input (I use it with 'ghci', the Haskell interpreter, and others). However, I don't have a

Re: cygwin, Coda and symbolic links

2006-08-04 Thread Igor Peshansky
On Fri, 4 Aug 2006, Adam Wolbach wrote: > > http://www.google.com/search?as_q=windows+shortcut+file+format > > > > The first match > > > > http://mediasrv.ns.ac.yu/extra/fileformat/windows/lnk/shortcut.pdf > > > > is what you're looking for and what I used when implementing the > > shortcut stuff.

Re: ssh breaks while loo

2006-08-04 Thread CB
> This isn't Cygwin-specific so it's off-topic for this list. Sorry, I am so acoustomed to using cygwin as my normal *NIX environment I forget to check Solaris, HP-UX or AIX anymore. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: 1.5.21-1 DLL Loading Problem

2006-08-04 Thread Karl M
Hi Rob... I got... $ ./run Foundation load failed: Permission denied HTH, ...Karl From: Rob Hatcherson Subject: Re: 1.5.21-1 DLL Loading Problem Date: Wed, 02 Aug 2006 16:14:41 -0500 All: This is a follow-up to a couple of posts I made 7/25,7/26/2006 regarding DLL loading issues. cygche

Re: making a cygwin install.

2006-08-04 Thread Oliver Wienand
Creating a self-extracting .exe that installs parts of Cygwin is not a very Cygwin-friendly way of distributing software, as it won't play nicely with existing Cygwin installations (see ). The approved way of installing Cygwin is using the setup.exe tool. I total

Re: 1.5.21-1 DLL Loading Problem

2006-08-04 Thread Mark Fisher
On 8/4/06, Karl M wrote: Hi Rob... I got... $ ./run Foundation load failed: Permission denied HTH, not without knowing your setup it doesn't, no. and he was asking for personal mails to keep the spam off the list while collating information about the bug. try running "cygcheck -cd gcc cygwi