Does /usr/bin/ssh-host-config need to be updated?

2005-12-27 Thread Brian D. Carlstrom
I've seen other posts about sshd upgrade problems so I thought I'd post
my own experience in getting things working. In the end I had to change
/usr/bin/ssh-host-config slightly so I wanted to share what I found. I
only needed to do this on one Windows XP laptop, but not on other
Windows 2000 or Windows XP machines that I have using sshd on a daily
basis.

My old Windows XP laptop has been running sshd from cygwin for I'm
guessing around 2 years, but had not been been update via setup.exe for
at least several months if not most of a year. I recently wanted to run
tetex so I added that package, with the side effect of upgrading just
about everything else in my world, including the main cygwin package,
bash, etc.

After the download and install phases, a number of post install scripts
had serious errors about missing entry points in a dll, I'm assuming
because of the new cygwin1.dll. I shuddered, but I've had these before
so I pressed on. 

After rebooting to finishing installation for files that were in use,
sshd failed to start with a missing cygcrypt-0.dll, which I was notified
about via a windows alert box. The file did exist in /usr/bin and setup
said the package was installed, but the scary entry point problem caused
me simply try to reinstall all from setup.exe. Even after this sshd
still failed to start with the same error.

I remember vaguely a while back that cygrunsrv options needed to change
for sshd. So I actually had tried the strategy Brian Dessent recommended
in this post before I even saw his post this evening:

  Brian Dessent writes Re: sshd crahes; ssh instal fails
  http://www.cygwin.com/ml/cygwin/2005-12/msg00193.html

If you cannot figure out from the above what the problem is, I suggest
you remove all traces of the sshd service and re-run ssh-host-config. 
To do this:

$ cygrunsrv --remove sshd
$ rm -rf /etc/{ssh_host_*,sshd_config} /var/{empty,run/sshd*,log/sshd*}
$ ssh-host-config

If you get any permission denied errors at the rm step you'll need to
chown the files before deleting them.

Brian

However, that did not fix things, I still received the error about the
missing cygcrypt-0.dll. I just found this related post which did address
the problem:

  Thomas Hennemann solved: cygcrypt-0.dll not found
  http://www.cygwin.com/ml/cygwin/2005-12/msg00095.html

Finally STFW I came across this advice:

"Reinstalling sshd service in windows
This one was a bit painful as I didn't want to mess with the pre-existing 
configuration of the key files. Installation required a small modification to 
the standard installation options.

cygrunsrv --install sshd --path '/usr/sbin/sshd' --env 'PATH=/bin;/sbin' 
--env 'CYGWIN=ntsec tty' -a -D

You need to use the cygwin --path item, otherwise the service won't start 
correctly (sshd needs to be executed with an absolute path). The env flags are 
there to allow the service to start, otherwise you end up with an annoying: 
cygcrypt-0.dll cannot be found error. The CYGWIN environment was there because 
otherwise it doesn't work correctly. the -D is for daemon mode."

(Source: 
http://www.petesh.com/archives/2005/08/reinstalling_sshd_service_in_w.html) 
which solved the issue.

So since the problem is solved I cannot provide more info like log data etc.
If anyone has a good guess what actually might have went wrong, please come 
forward ;-)

So I added the --env 'PATH=/bin;/sbin' to the cygrunsrv line in
/usr/bin/ssh-host-config and now sshd is running again as a service on
Windows XP. 

I have attached my cygcheck.out for reference if anyone is curious...

-bri



cygcheck.out
Description: Binary data
--
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: Cron and find

2005-12-27 Thread Christophe Sauthier
On 12/23/05, Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Fri, Dec 23, 2005 at 07:08:07AM -0700, Eric Blake wrote:
> >According to Christophe Sauthier on 12/23/2005 6:51 AM:
> >>I've been googling a bit, and I've found nothing really usefull...
> >>Does anybody encount that problem and has a solution ?  By the way,
> >>just a little precision : the user that execute the cron job and the
> >>shell are the same, and my system is win 2003.
> >
> >Actually, the users probably aren't the same.
> >
> >http://cygwin.com/faq/faq-nochunks.html#faq.using.shares
> >
> >My guess is that you are trying to use find to traverse a network
> >share, hence it isn't finding anything since the share is inaccessible
> >to the SYSTEM user.
>
> That was my guess, too.  Either that or the PATH is different in the
> cron script and the windows version of find is being run rather than
> the cygwin version.
You are right : PATH is not the same... So once I've set it right,
everything is fine...

Thanks for the help, I think I was looking too hard to be on WE to be
able to think about that...



>
> cgf
>
> --
> 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/
>
>


--
Ma vie  |
Mes images  |  http://www.reponses.net
Mon Wiki  |

--
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: Does /usr/bin/ssh-host-config need to be updated?

2005-12-27 Thread Corinna Vinschen
On Dec 27 00:12, Brian D. Carlstrom wrote:
> missing cygcrypt-0.dll. I just found this related post which did address
> the problem:
> 
>   Thomas Hennemann solved: cygcrypt-0.dll not found
>   http://www.cygwin.com/ml/cygwin/2005-12/msg00095.html
> 
> Finally STFW I came across this advice:
> 
> "Reinstalling sshd service in windows
> This one was a bit painful as I didn't want to mess with the pre-existing 
> configuration of the key files. Installation required a small modification to 
> the standard installation options.
> 
> cygrunsrv --install sshd --path '/usr/sbin/sshd' --env 'PATH=/bin;/sbin' 
> --env 'CYGWIN=ntsec tty' -a -D

...which is wrong in using a semicolon as PATH separator.

Also /sbin doesn't contain any related executable or DLL.
Also the path is crippled afterwards and doesn't contain any of the 
Windows paths.

Finally, cygrunsrv always concatenates /bin to $PATH before starting
a service application.  I'm also running sshd on XP and I'm using it
on a daily basis.  My sshd setup does not change $PATH but is using the
standard installation created by ssh-host-config.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: base-files-mketc.sh hangs

2005-12-27 Thread Liu Haibin
On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote:
> > > > I tried to run /etc/postinstall/base-files-mketc.sh in the shell and
> > > > it ran ok. Any idea what went wrong?
> > >
> > > Not really -- there isn't enough information in your report.  Please
> > > read and follow the Cygwin problem reporting guidelines at
> > > , especially the part about attaching
> > > (as an uncompressed text attachment) the output of "cygcheck -svr" on
> > > your system.
> >
> > Attached is the file. The cygwin is provided by a product I'm using. I
> > installed extra packages like gcc and upgraded the cygwin1.dll
> > (otherwise the new installed gcc won't work)
>
> First things first: this list does not support third party products
> () that integrate Cygwin in possibly
> weird ways.  You should try asking *them* (Altera?) for support on your
> problem (especially if you've paid for the product), unless you can also
> reproduce it on a clean (official) Cygwin installation.

I'm just doing some hacking on the product. I don't think Altera is
happy to know that I add extra packages in their cygwin ;-)


> > > > I got a problem after I reinstalled cygwin.
> > > > /etc/postinstall/base-files-mketc.sh hangs there everytime I install
> > > > packages.
> > >
> > > This is obviously not normal.  Do you press "Cancel" to interrupt it?
> >
> > Yes, I do.
>
> What does setup.log.full show after you interrupt the install?

Nothing much
"
2005/12/27 16:52:37 running: cmd.exe /c
C:\altera\quartus50\bin\cygwin\etc\postinstall\01bash.bat
2005/12/27 16:52:38 running:
C:\altera\quartus50\bin\cygwin\bin\bash.exe -c
/etc/postinstall/base-files-mketc.sh
2005/12/27 16:52:59 mbox note: Installation Complete
2005/12/27 16:53:00 Ending cygwin install
"

> > But I do remember I saw one file with one sentence like child process
> > died. I can't remember it exactly. Unfortunately I deleted it.
>
> See if you can reproduce this message on some install.  If you can, it
> would be interesting to see where it came from.  The content of the
> setup.log.postinstallX files is copied verbatim into setup.log.full,
> so it should have shown up for that installation (even if it was cancelled
> later).

See the attachment. These are obtained after I appended done to the
base-files-mketc.sh file and it hung on two other files
xorg-x11-fenc.sh and xorg-x11-fnts.sh. But I recall that the error
message is the same as base-files-mketc.sh.

As you mentioned before, it's probably bash problem.


> As I said above, it would be especially interesting if you can reproduce
> this problem on a clean Cygwin install on the same machine (you can
> temporarily rename the Altera Cygwin root folder, as well as the
> "HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions" registry key, do the clean
> install, and then remove the resulting folder and the registry key and
> rename the original back).
> HTH,

I have 3 entries in windows registry, which may be the cause of the problem.

Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2\/
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2\/usr/bin
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2\/usr/lib
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus50_bin_cygwin_bin_cygwin1_dll
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/usr/bin
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/usr/lib
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus51_bin_cygwin_bin_cygwin1_dll
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/usr/bin
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/usr/lib
Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\Program Options

Anyway, so far it's OK. I've not seen any bad effect of the problem.


haibin


setup.log.postinstallXa02520
Description: Binary data


setup.log.postinstallXa03848
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http:

Re: base-files-mketc.sh hangs

2005-12-27 Thread Christopher Faylor
On Tue, Dec 27, 2005 at 08:11:32PM +0800, Liu Haibin wrote:
>On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote:
>I tried to run /etc/postinstall/base-files-mketc.sh in the shell and it
>ran ok.  Any idea what went wrong?

Not really -- there isn't enough information in your report.  Please
read and follow the Cygwin problem reporting guidelines at
, especially the part about attaching
(as an uncompressed text attachment) the output of "cygcheck -svr" on
your system.
>>>
>>>Attached is the file.  The cygwin is provided by a product I'm using.
>>>I installed extra packages like gcc and upgraded the cygwin1.dll
>>>(otherwise the new installed gcc won't work)
>>
>>First things first: this list does not support third party products
>>() that integrate Cygwin in possibly
>>weird ways.  You should try asking *them* (Altera?) for support on your
>>problem (especially if you've paid for the product), unless you can
>>also reproduce it on a clean (official) Cygwin installation.
>
>I'm just doing some hacking on the product.  I don't think Altera is
>happy to know that I add extra packages in their cygwin ;-)

Whether Altera is happy or sad is irrelevant.  We don't support other
people's products here.

cgf

--
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: base-files-mketc.sh hangs

2005-12-27 Thread Igor Peshansky
On Tue, 27 Dec 2005, Liu Haibin wrote:

> On 12/27/05, Igor Peshansky <[EMAIL PROTECTED]> wrote:

.  Thanks.

> > > > > I tried to run /etc/postinstall/base-files-mketc.sh in the shell
> > > > > and it ran ok. Any idea what went wrong?
> > > >
> > > > Not really -- there isn't enough information in your report.
> > > > Please read and follow the Cygwin problem reporting guidelines at
> > > > , especially the part about
> > > > attaching (as an uncompressed text attachment) the output of
> > > > "cygcheck -svr" on your system.
> > >
> > > Attached is the file. The cygwin is provided by a product I'm using.
> > > I installed extra packages like gcc and upgraded the cygwin1.dll
> > > (otherwise the new installed gcc won't work)
> >
> > First things first: this list does not support third party products
> > () that integrate Cygwin in possibly
> > weird ways.  You should try asking *them* (Altera?) for support on
> > your problem (especially if you've paid for the product), unless you
> > can also reproduce it on a clean (official) Cygwin installation.
>
> I'm just doing some hacking on the product. I don't think Altera is
> happy to know that I add extra packages in their cygwin ;-)

If it is indeed Altera's problem, they should at least know that their
Cygwin installation is broken.

Also, if they distribute unmodified Cygwin packages, you could try moving
their Cygwin completely out of the way, while leaving the rest of the
product intact, and see if they work with a stock install of Cygwin...

> [snip]
> > > But I do remember I saw one file with one sentence like child
> > > process died. I can't remember it exactly. Unfortunately I deleted
> > > it.
> >
> > See if you can reproduce this message on some install.  If you can, it
> > would be interesting to see where it came from.  The content of the
> > setup.log.postinstallX files is copied verbatim into
> > setup.log.full, so it should have shown up for that installation (even
> > if it was cancelled later).
>
> See the attachment. These are obtained after I appended done to the
> base-files-mketc.sh file and it hung on two other files
> xorg-x11-fenc.sh and xorg-x11-fnts.sh. But I recall that the error
> message is the same as base-files-mketc.sh.
>
> As you mentioned before, it's probably bash problem.

According to your cygcheck output, your bash is fine.  It looks like a
rebase problem, actually.  Install the latest "rebase" package, read
/usr/share/doc/Cygwin/rebase-2.4.2.README, and follow the instructions
there.

> > As I said above, it would be especially interesting if you can
> > reproduce this problem on a clean Cygwin install on the same machine
> > (you can temporarily rename the Altera Cygwin root folder, as well as
> > the "HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions" registry key, do
> > the clean install, and then remove the resulting folder and the
> > registry key and rename the original back).
> > HTH,
>
> I have 3 entries in windows registry, which may be the cause of the
> problem.

Huh?  There are considerably more than 3 entries listed below, but all of
them are under the same key (HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions).

> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2\/
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2\/usr/bin
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2\/usr/lib
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus50_bin_cygwin_bin_cygwin1_dll
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/usr/bin
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus50_bin_cygwin_bin_cygwin1_dll\/usr/lib
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus51_bin_cygwin_bin_cygwin1_dll
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/usr/bin
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
> v2 C__altera_quartus51_bin_cygwin_bin_cygwin1_dll\/usr/lib
> Key Name:  HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus 
> Solutions\Cygwin\Program Options

Or are you talking about

Re: base-files-mketc.sh hangs

2005-12-27 Thread Igor Peshansky
On Tue, 27 Dec 2005, at 10:06am EST, Igor Peshansky wrote:

> In any case, unless you can show that your problems also show up on an
> official Cygwin installation, you're on your own.  I'm guessing that very
> soon any discussion of Altera is going to be declared off-topic for this
> list...

On Tue, 27 Dec 2005, at 9:58am EST, Christopher Faylor wrote:

> Whether Altera is happy or sad is irrelevant.  We don't support other
> people's products here.

Wow, sooner than I expected... :-)
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
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/



Installation without network connection

2005-12-27 Thread Greg Youngdahl

Hi all,

	My first message to the list... though I've used cygwin in the past.  I 
searched for answers though I came up with nothing definitive.  Seems 
like it should be a FAQ issue, but it wasn't there.


	My situation is that I have a PC (WinXP), but it does not have any 
network connection (on purpose).  So, I'd like to use my Linux system 
(from where I'm composing and sending this message) to grab an 
appropriate subset of the Cygwin DLL and utilities (at least enough to 
allow me to create my own custom automated backup procedures, using 
something along the lines of piping the output of find into a cpio 
command) and transfer them to the Windows PC for installation.  I saw 
posts that alluded to downloading packages and burning them to a CD, 
which seems like a reasonable way to deal with it, but no particular 
specific information about how to do that (and the posts were several 
years old anyway).


	I saw on the RedHat cygwin page some sort of instructions that seemed 
promising until they had several bold print lines added saying that 
parts of it don't work anymore and/or have been removed from public 
availability, but with nothing about how it should now be done.


	So, can this still be accomplished?  Is there some web page or other 
document that explains how it should be done?  If not - can someone help 
me, and perhaps I can put together such a document?  Perhaps it is 
trivially easy, and I'm making a mountain out of a molehill?  Maybe if I 
could just find a mirror site and download a few things I'd be good to 
go?  If so, what would be a minimum set of files to download (setup.exe, 
the cygwin.dll and enough packages to be able to  have bash run 'find 
 | cpio -pd...').


	Secondly, the system of interest (my WinXP box) already has cygwin 
installed (it has been there a while, and I no longer recall how I got 
it there), but it is a 1.3 version of the cygwin.dll, and it doesn't 
have cpio (it seems to have pretty much everything else I'd need), so 
can I just upgrade that, or should I uninstall it and start again from 
scratch?  Perhaps all I really need to do is grab a cpio package and 
install that.  But...


	The perplexing thing about this is that there is a setup.exe (somewhere 
under C:\Windows\system32) that pops up a little window to tell me I 
should use the control panel to do upgrades when I run it from bash 
(typing setup.exe to a bash prompt).  However there is nothing I can see 
in the start->control panel for cygwin, nor anything under add-remove 
programs associated with cygwin.  So, I'm not really even sure if that 
setup.exe is the one associated with cygwin.  Perhaps the method I used 
to install it way back when (potentially 3-4 years ago) did not involve 
the new modern techniques?


FWIW, running a uname -a from the bash prompt results in:

CYGWIN_NT-5.1 HARRISON 1.3.14(0.62/3/2) 2002-10-24 10:48 i686 unknown

Thanks for any help,
--
Greg Youngdahl

--
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: Installation without network connection

2005-12-27 Thread Christopher Faylor
On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:
>I saw on the RedHat cygwin page some sort of instructions that seemed
>promising until they had several bold print lines added saying that
>parts of it don't work anymore and/or have been removed from public
>availability, but with nothing about how it should now be done.

The "RedHat cygwin page"?  Huh?  What web page are you referring to?

FYI, the URL for the cygwin project is http://cygwin.com/ .  That's
where the official cygwin net release resides.  Red Hat has nothing to
do with this release.

cgf

--
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: Installation without network connection

2005-12-27 Thread Greg Youngdahl

Christopher Faylor wrote:

On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:


I saw on the RedHat cygwin page some sort of instructions that seemed
promising until they had several bold print lines added saying that
parts of it don't work anymore and/or have been removed from public
availability, but with nothing about how it should now be done.



The "RedHat cygwin page"?  Huh?  What web page are you referring to?

FYI, the URL for the cygwin project is http://cygwin.com/ .  That's
where the official cygwin net release resides.  Red Hat has nothing to
do with this release.

cgf



Hi Christopher,

	Directly on the page you mention (http://cygwin.com) down near the 
bottom, there is a link to the "Redhat Cygwin Product Site".  It is

http://www.redhat.com/software/cygwin

	The page I was refering to wasn't directly on that page, but presumably 
one could get there.  Just now I don't have a direct link to the page I 
mentioned.  I think I got there following some links from a search of 
this list's archives, not via the URL above.  If you want or need the 
link for a reference I can probably find it again.  Since it seemed 
outdated and refered to tools that were no longer available, I assumed 
it wasn't going to be helpful and moved on.


Thanks,
--
Greg Youngdahl

--
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: Installation without network connection

2005-12-27 Thread Yitzchak Scott-Thoennes
On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:
>   So, can this still be accomplished?  Is there some web page or other
> document that explains how it should be done?  If not - can someone help
> me, and perhaps I can put together such a document?  Perhaps it is
> trivially easy, and I'm making a mountain out of a molehill?  Maybe if I
> could just find a mirror site and download a few things I'd be good to
> go?  If so, what would be a minimum set of files to download (setup.exe,
> the cygwin.dll and enough packages to be able to  have bash run 'find
>  | cpio -pd...').

Untried, but should work:
Run setup.exe in "Download without Installing" mode, on a system with
no cygwin (workarounds exist if not possible), toggle the "View" to
Full, and select findutils and cpio packages (if they aren't by default).
(You may need to resize the window to see the package-name column.)
Then "Next" through to the end.  Burn your "Local Package Directory"
and everything under it to a CD, along with a copy of setup.exe, and
run it on your target machine.

>   Secondly, the system of interest (my WinXP box) already has cygwin
> installed (it has been there a while, and I no longer recall how I got
> it there), but it is a 1.3 version of the cygwin.dll, and it doesn't
> have cpio (it seems to have pretty much everything else I'd need), so
> can I just upgrade that, or should I uninstall it and start again from
> scratch?  Perhaps all I really need to do is grab a cpio package and
> install that.  But...

The current cpio is extremely likely to have been built with 1.5.x and
not be usable on 1.3.x.

>   The perplexing thing about this is that there is a setup.exe 
>   (somewhere under C:\Windows\system32) that pops up a little window to 
> tell 
> me I should use the control panel to do upgrades when I run it from bash 
> (typing setup.exe to a bash prompt).  However there is nothing I can see 
> in the start->control panel for cygwin, nor anything under add-remove 
> programs associated with cygwin.  So, I'm not really even sure if that 
> setup.exe is the one associated with cygwin.  Perhaps the method I used 
> to install it way back when (potentially 3-4 years ago) did not involve 
> the new modern techniques?

Cygwin's setup.exe isn't automatically installed anywhere.  You can
run it directly by pointing your browser to http://cygwin.com/setup.exe.
If you want it saved somewhere, you need to do that manually.

--
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: Installation without network connection

2005-12-27 Thread Yitzchak Scott-Thoennes
On Tue, Dec 27, 2005 at 10:51:54AM -0800, Yitzchak Scott-Thoennes wrote:
> On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:
> >   So, can this still be accomplished?  Is there some web page or other
> > document that explains how it should be done?  If not - can someone help
> > me, and perhaps I can put together such a document?  Perhaps it is
> > trivially easy, and I'm making a mountain out of a molehill?  Maybe if I
> > could just find a mirror site and download a few things I'd be good to
> > go?  If so, what would be a minimum set of files to download (setup.exe,
> > the cygwin.dll and enough packages to be able to  have bash run 'find
> >  | cpio -pd...').
> 
> Untried, but should work:
> Run setup.exe in "Download without Installing" mode, on a system with
> no cygwin (workarounds exist if not possible), toggle the "View" to
> Full, and select findutils and cpio packages (if they aren't by default).
> (You may need to resize the window to see the package-name column.)
> Then "Next" through to the end.  Burn your "Local Package Directory"
> and everything under it to a CD, along with a copy of setup.exe, and
> run it on your target machine.

... in "Install from local directory" mode, again selecting findutils
and cpio if they aren't by default.

> >   Secondly, the system of interest (my WinXP box) already has cygwin
> > installed (it has been there a while, and I no longer recall how I got
> > it there), but it is a 1.3 version of the cygwin.dll, and it doesn't
> > have cpio (it seems to have pretty much everything else I'd need), so
> > can I just upgrade that, or should I uninstall it and start again from
> > scratch?  Perhaps all I really need to do is grab a cpio package and
> > install that.  But...
> 
> The current cpio is extremely likely to have been built with 1.5.x and
> not be usable on 1.3.x.
> 
> > The perplexing thing about this is that there is a setup.exe 
> > (somewhere under C:\Windows\system32) that pops up a little window to 
> > tell 
> > me I should use the control panel to do upgrades when I run it from bash 
> > (typing setup.exe to a bash prompt).  However there is nothing I can see 
> > in the start->control panel for cygwin, nor anything under add-remove 
> > programs associated with cygwin.  So, I'm not really even sure if that 
> > setup.exe is the one associated with cygwin.  Perhaps the method I used 
> > to install it way back when (potentially 3-4 years ago) did not involve 
> > the new modern techniques?
> 
> Cygwin's setup.exe isn't automatically installed anywhere.  You can
> run it directly by pointing your browser to http://cygwin.com/setup.exe.
> If you want it saved somewhere, you need to do that manually.
> 
> --
> 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/
> 

--
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: Installation without network connection

2005-12-27 Thread Christopher Faylor
On Tue, Dec 27, 2005 at 12:40:13PM -0600, Greg Youngdahl wrote:
>Christopher Faylor wrote:
>>On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:
>>
>>>I saw on the RedHat cygwin page some sort of instructions that seemed
>>>promising until they had several bold print lines added saying that
>>>parts of it don't work anymore and/or have been removed from public
>>>availability, but with nothing about how it should now be done.
>>
>>
>>The "RedHat cygwin page"?  Huh?  What web page are you referring to?
>>
>>FYI, the URL for the cygwin project is http://cygwin.com/ .  That's
>>where the official cygwin net release resides.  Red Hat has nothing to
>>do with this release.
>>
>>cgf
>>
>
>Hi Christopher,
>
>   Directly on the page you mention (http://cygwin.com) down near the 
>bottom, there is a link to the "Redhat Cygwin Product Site".  It is
>http://www.redhat.com/software/cygwin

To be precise, the text surrounding the link that you are referring to
says:

"For Cygwin licensing or commercial support, please visit the Red Hat
Cygwin Product site."

i.e., it is another site entirely from http://cygwin.com/ .  The
reference is for a *commercial* release of Cygwin that is provided by
Red Hat.  If you want to use the commercial software then you should be
contacting Red Hat directly.

OTOH, I sincerely doubt that you found any discussion of the cygwin net
release install procedure at the Red Hat site so if you found words
about installation at http://cygwin.com which you find confusing, you're
going to, again, have to provide a reference so that we can either fix
the words or clarify them for you.

cgf

--
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: Installation without network connection

2005-12-27 Thread Christopher Faylor
On Tue, Dec 27, 2005 at 10:51:54AM -0800, Yitzchak Scott-Thoennes wrote:
>On Tue, Dec 27, 2005 at 11:43:02AM -0600, Greg Youngdahl wrote:
>>The perplexing thing about this is that there is a setup.exe (somewhere
>>under C:\Windows\system32) that pops up a little window to tell me I
>>should use the control panel to do upgrades when I run it from bash
>>(typing setup.exe to a bash prompt).  However there is nothing I can
>>see in the start->control panel for cygwin, nor anything under
>>add-remove programs associated with cygwin.  So, I'm not really even
>>sure if that setup.exe is the one associated with cygwin.  Perhaps the
>>method I used to install it way back when (potentially 3-4 years ago)
>>did not involve the new modern techniques?
>
>Cygwin's setup.exe isn't automatically installed anywhere.  You can run
>it directly by pointing your browser to http://cygwin.com/setup.exe.
>If you want it saved somewhere, you need to do that manually.

Right.  Cygwin's setup.exe isn't automatically installed anywhere but
other packages use the name "setup.exe" also.  If you find a setup.exe
in c:\windows\system32 then it undoubtedly has nothing to do with
cygwin.

cgf

--
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/



2.510.2.2: bash won't open after install

2005-12-27 Thread Nick Low
Greetings,

  I have spent the past week trying to find an answer to my problem in
the mail archives.  When this server was initially built, Cygwin
worked fine.  Two days later, the bash window would not open any more.
 It seems that no matter how many times I reinstall Cygwin, I cannot
get the bash window to open.  My latest attempt to reinstall Cygwin
occurred two hours ago.  I downloaded the latest version from the web
after thoroughly removing the file directory and any registry key
entry that contained a reference with the word Cygnus or Cygwin in it.
 The server is a Windows 2003 Server (SP1) machine.

  The set.log.full file had a new message in it that I had not seen
before today (which may have something to do with me installing a
newer version of software than I had been trying previously):

2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/00ash.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/00bash.sh
2005/12/27 12:27:47 running: cmd.exe /c C:\cygwin\etc\postinstall\01bash.bat
If you see this line, run /etc/postinstall/00bash.sh first. 2005/12/27
12:27:47 abnormal exit: exit code=0
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/base-files-mketc.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/base- files-profile.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/cygwin-doc.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/man.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/passwd- grp.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/terminfo.sh
2005/12/27 12:27:47 running: C:\cygwin\bin\bash.exe -c
/etc/postinstall/update-info-dir.sh
2005/12/27 12:34:43 mbox note: Installation Complete
2005/12/27 12:34:46 Ending cygwin install

  I am not quite sure how to handle that one.

  Like my previous installations, the /etc directory was not populated
as I would have expected it to be.  The only file in there is the
termcap file.  There are no group or passwd files to be found there.

  I have attached the output from cygcheck -svr.  I have noticed that
sh.exe is listed as missing, and it sure is not in the bin directory. 
The sh.exe file was in there last week, so I guess that something new
has failed during this installation which had been working before.

  I am not sure that sending the strace output would be particularly
useful at this point in time, though I can send one if anyone would
like see it.

  Any help that can be provided would be greatly appreciated.

Regards,

Nick

Cygwin Configuration Diagnostics
Current System Time: Tue Dec 27 13:16:18 2005

Windows 2003 Server Ver 5.2 Build 3790 Service Pack 1

Path:   c:\cygwin\bin
D:\micros\netvupoint\MSSQL\Backup\BackupUtilities
D:\micros\MSSQL\Backup\BackupUtilities
D:\MICROS\LES\POS\9700\configurator
D:\MICROS\LES\POS\9700\scripts
D:\MICROS\LES\POS\9700\etc
D:\MICROS\LES\POS\9700\bin
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\Program Files\Symantec\pcAnywhere\
C:\Program Files\Microsoft SQL Server\80\Tools\BINN
D:\Perl\\bin\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 400(Administrator) GID: 401(mkpasswd)
401(mkpasswd)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 400(Administrator) GID: 401(mkpasswd)
401(mkpasswd)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

Path = 
`c:\cygwin\bin;D:\micros\netvupoint\MSSQL\Backup\BackupUtilities;D:\micros\MSSQL\Backup\BackupUtilities;D:\MICROS\LES\POS\9700\configurator;D:\MICROS\LES\POS\9700\scripts;D:\MICROS\LES\POS\9700\etc;D:\MICROS\LES\POS\9700\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\Symantec\pcAnywhere\;C:\Program Files\Microsoft SQL 
Server\80\Tools\BINN;D:\Perl\\bin\'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrator\Application Data'
ClusterLog = `C:\WINDOWS\Cluster\cluster.log'
CommonProgramFiles = `C:\Program Files\Common Files'
COMPUTERNAME = `MIC9700'
ComSpec = `C:\WINDOWS\system32\cmd.exe'
DRV8700 = `D:/MICROS/LES/POS/9700/'
FP_NO_HOST_CHECK = `NO'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Administrator'
JAVA_HOME = `D:\MICROS\netvupoint\SunJDK'
JBOSS_HOME = `D:\MICROS\netvupoint\mymicrosv2'
LOGONSERVER = `\\MIC9700'
MICROS_PC_NUMBER = `1'
MICROS_STANDARD_EXCEPTIONS = `1'
NUMBER_OF_PROCESSORS = `4'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 4 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0403'
ProgramFiles = `C:\Program Files'
PROMPT = `$P$G'
ROOT8700 = `/MICROS/LES/POS/9700/'
SESSIONNAME = `Console'
SystemDrive = `C:'
SystemRoot = `C:\WINDOWS'
TEMP = `C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
TMP = `C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
USERDOMA

[ANNOUNCEMENT] Updated: inetutils-1.3.2-32

2005-12-27 Thread Corinna Vinschen
I've updated the version of inetutils to 1.3.2-32.

Changes in 1.3.2-32:

- In syslogd, print "kernel" instead of "vmunix" for kernel log messages.

=
  IMPORTANT NOTE:

- When updating inetutils, take care that syslogd.exe, inetd.exe and
  subsequent processes don't run anymore.  Otherwise the update will
  fail.

=

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.


If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin@cygwin.com .


*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:


[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:cygwin@cygwin.com
Red Hat, Inc.

--
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: CMake package contains Microsoft DLLs

2005-12-27 Thread Angelo Graziosi

Only FYI:


Corinna Vinschen wrote:

> This is a NO-NO, especially since it also creates very strange problems
> when running some Cygwin applications.

It seems that those DLL caused also this problem:

   http://cygwin.com/ml/cygwin/2005-12/msg00441.html


Happy holiday,

   Angelo.


--
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/



convert PDF to html

2005-12-27 Thread J. David Boyd

Are there any utilities in Cygwin to convert PDF to html?

We are print legacy word perfect documents to PDF files, but would like to
convert them to html, preserving all layouts and embedded graphics, of course.

TIA,

Dave in Largo, FL


--
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: I need cygcygipc-2.dll, where is it?

2005-12-27 Thread Brian Dessent
"m. z." wrote:

> An application that I have doesn't want to work because it needs
> cygcygipc-2.dll.
> Among the huge amount of packages of cygwin, what I should install in order
> to find that package?
> Maybe some of you, who works with cygwin, know the answer.
> For me it would be very important to have it. Thanks in advance.

1. We don't support other third party apps that aren't on the cygwin
mirrors on this list.

2. cygpic is obsolete, it has been replaced by cygserver (see the users
guide.)

3. Use the package search page:


Brian

--
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/



Three JPEG packages, no pkgconfig information

2005-12-27 Thread David Arnstein
When I run cygwin setup.exe, I see three JPEG related packages: jpeg, 
libjpeg62, and libjpeg6b. Not one of these packages leaves a file in 
/usr/lib/pkgconfig.


I am trying to compile some image processing programs (such as gthumb) 
and so I'd like to know if it is normal to see these three overlapping 
packages present. Why don't they install files in /usr/lib/pkgconfig? Is 
this directory only for Gnome related work?


I attach the usual output from cygcheck -s -v -r
--
David Arnstein
[EMAIL PROTECTED]

Cygwin Configuration Diagnostics
Current System Time: Tue Dec 27 17:02:44 2005

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   E:\cygwin\usr\local\bin
E:\cygwin\bin
E:\cygwin\bin
E:\cygwin\usr\X11R6\bin
d:\Bin
d:\Bin32
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
d:\win32app\sysinternals
.\

Output from E:\cygwin\bin\id.exe (nontsec)
UID: 1003(David) GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1005(Debugger Users)

Output from E:\cygwin\bin\id.exe (ntsec)
UID: 1003(David) GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1005(Debugger Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

PWD = `/tmp'
CYGWIN = `server ntea ntsec smbntsec'
HOME = `/cygdrive/d/Users/David'

HOMEPATH = `\Users\David'
MANPATH = `/usr/man:/usr/share/man:/usr/ssl/man:/usr/X11R6/man:/usr/local/man'
APPDATA = `C:\Documents and Settings\David\Application Data'
VS71COMNTOOLS = `C:\Program Files\Microsoft Visual Studio .NET 
2003\Common7\Tools\'
XKEYSYMDB = `/usr/X11R6/lib/X11/XKeysymDB'
SHELL = `/bin/bash'
TERM = `xterm'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
WINDIR = `C:\WINDOWS'
WINDOWID = `2097166'
OLDPWD = `/'
USERDOMAIN = `OWL'
OS = `Windows_NT'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
XAPPLRESDIR = `/usr/X11R6/lib/X11/app-defaults'
XTERM_SHELL = `/usr/bin/bash'
XCMSDB = `/usr/X11R6/lib/X11/Xcms.txt'
TEMP = `/tmp'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
XNLSPATH = `/usr/X11R6/lib/X11/locale'
TERMCAP = `xterm-r6|xterm|xterm X11R6 
version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:'
USERNAME = `David'
PAGER = `most'
PROCESSOR_LEVEL = `15'
FP_NO_HOST_CHECK = `NO'
SYSTEMDRIVE = `C:'
__COMPAT_LAYER = `EnableNXShowUI '
USERPROFILE = `C:\Documents and Settings\David'
DZK20DIRECTORY = `D:\Users\David\DezkTop'
zzz = 
`/install/http%3a%2f%2fmirrors.kernel.org%2fsources.redhat.com%2fcygwin/release/jpeg'
LOGONSERVER = `\\OWL'
PROCESSOR_ARCHITECTURE = `x86'
XTERM_VERSION = `Cygwin 6.8.2.0(202)'
INIT_COMPLETE = `true'
MANPAGER = `most -s'
SHLVL = `3'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = `D:'
!D: = `D:\bin'
PROMPT = `$P$G'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
LESS = `-i -e -q'
LOGNAME = `David'
TMP = `/tmp'
SYSTEMROOT = `C:\WINDOWS'
PROCESSOR_REVISION = `0209'
!E: = `E:\cygwin\bin'
PROGRAMFILES = `C:\Program Files'
DISPLAY = `127.0.0.1:0.0'
NUMBER_OF_PROCESSORS = `2'
SESSIONNAME = `Console'
COMPUTERNAME = `OWL'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `E:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/etc
  (default) = `C:\cygwin\etc'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/exper
  (default) = `G:\mnt'
  flags = 0x080a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = `C:\Temp'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `E:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `E:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/var
  (de

Re: convert PDF to html

2005-12-27 Thread George
On Tue, Dec 27, 2005 at 04:28:27PM -0500, J. David Boyd wrote:
> 
> Are there any utilities in Cygwin to convert PDF to html?
>
> We are print legacy word perfect documents to PDF files, but would
> like to convert them to html, preserving all layouts and embedded
> graphics, of course.

Of course.  And I want a pony.

If your company isn't set up to work with PDF internally, you can expect
to be disappointed with the results of "converting" PDF.

http://en.wikipedia.org/wiki/Portable_Document_Format
http://en.wikipedia.org/wiki/List_of_PDF_software

As for Cygwin,

$ apropos pdf | wc -l
36

A Cygwin package search is available at ,
but you won't find anything specific to your needs.  You can try
pdftohtml  which compiles out of the
box under Cygwin.  Alternatively, you can explore the market for various
PDF-related programs, Acrobat plugins, etc. with Google.

My own recommendation would be to re-author the documents and/or
investigate the extent to which a newer version of Wordperfect can read
your old files and output to HTML directly and in a manner that's
acceptable.  

HTH.

-- 
George

--
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: convert PDF to html

2005-12-27 Thread Larry Hall (Cygwin)

On 12/27/2005, George wrote:

On Tue, Dec 27, 2005 at 04:28:27PM -0500, J. David Boyd wrote:

>> 
>> Are there any utilities in Cygwin to convert PDF to html?

>>
>> We are print legacy word perfect documents to PDF files, but would
>> like to convert them to html, preserving all layouts and embedded
>> graphics, of course.


Of course.  And I want a pony.


LOL!  Can someone please bring a pony over here to George?  Or would a hippo
do? ;-)


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746

--
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: convert PDF to html

2005-12-27 Thread Brian Dessent
George wrote:

> My own recommendation would be to re-author the documents and/or
> investigate the extent to which a newer version of Wordperfect can read
> your old files and output to HTML directly and in a manner that's
> acceptable.

That's probably the best way.  You could also just post the PDFs on a
publicly accessible http site, wait a few months, and then link to the
google-ized html version of the PDFs.  Probably not the kind of solution
he was after though.

Brian

--
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: I need cygcygipc-2.dll, where is it?

2005-12-27 Thread m. z.


Thank you, I realize that the cygipc package is not any more supported. 
Still I would like to know if there is somewhere an old archive from where I 
could download it, since with the cygwin setup the package is not listed.

Thanks in advance


From: Brian Dessent <[EMAIL PROTECTED]>
Reply-To: cygwin@cygwin.com
To: cygwin@cygwin.com
Subject: Re: I need cygcygipc-2.dll, where is it?
Date: Tue, 27 Dec 2005 16:18:13 -0800

"m. z." wrote:

> An application that I have doesn't want to work because it needs
> cygcygipc-2.dll.
> Among the huge amount of packages of cygwin, what I should install in 
order

> to find that package?
> Maybe some of you, who works with cygwin, know the answer.
> For me it would be very important to have it. Thanks in advance.

1. We don't support other third party apps that aren't on the cygwin
mirrors on this list.

2. cygpic is obsolete, it has been replaced by cygserver (see the users
guide.)

3. Use the package search page:


Brian

--
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/





--
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: I need cygcygipc-2.dll, where is it?

2005-12-27 Thread Brian Dessent
"m. z." wrote:

> Thank you, I realize that the cygipc package is not any more supported.
> Still I would like to know if there is somewhere an old archive from where I
> could download it, since with the cygwin setup the package is not listed.

If it is shown on the package search page at
 then it is still available on all the
Cygwin mirrors.  However it is in the category _obsolete which is hidden
by default.  This just means that you have to uncheck the "Hide obsolete
packages" option in setup.exe.

Brian

--
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: convert PDF to html

2005-12-27 Thread Gerrit P. Haase
Hi David,


> Are there any utilities in Cygwin to convert PDF to html?

> We are print legacy word perfect documents to PDF files, but would like to
> convert them to html, preserving all layouts and embedded graphics, of course.

You can try to build this: http://pdftohtml.sourceforge.net/


Gerrit
-- 
=^..^= http://nyckelpiga.de/donate.html


--
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: Three JPEG packages, no pkgconfig information

2005-12-27 Thread Charles Wilson

David Arnstein wrote:
When I run cygwin setup.exe, I see three JPEG related packages: jpeg, 
libjpeg62, and libjpeg6b. 


Right.  The jpeg package contains documentation, static libraries, 
import libraries, header files, and executable utility programs.  The 
other two packages each contain a specific version of the shared library:


  libjpeg62 --> contains /usr/bin/cygjpeg-62.dll
  libjpeg6b --> contains /usr/bin/cygjpeg6b.dll

cygjpeg-62.dll is the current version, and that's what you'll link 
against if you use -ljpeg when compiling your app.  cygjpeg6b.dll is 
only present in the distribution for backwards compatibility: some 
existing cygwin programs require the older version simply because they 
have not yet been recompiled to use the newer version.  You'll see this 
pattern often in the cygwin distribution: multiple packages that all 
each contain a single DLL, all with slightly different version numbers. 
 It's simply a backwards compatibility thing.


Not one of these packages leaves a file in 
/usr/lib/pkgconfig.


pkgconfig is not universally supported by every package in the linux 
universe.  Jpeg is one of those packages whose official maintainers (the 
Independent JPEG Group, or IJG) have chosen NOT to provide pkgconfig 
files.  Therefore, the cygwin distribution of their software ALSO does 
not provide them.  (Actually, I believe the most recent IJG release, 
jpeg-v6b, predates the very existence of pkgconfig -- which shows the 
pace of development of libjpeg)


I am trying to compile some image processing programs (such as gthumb) 
and so I'd like to know if it is normal to see these three overlapping 
packages present. 


It is normal, as explained above.  But they aren't really "overlapping".

Why don't they install files in /usr/lib/pkgconfig? 


Explained above: the upstream "official" maintainers of the IJG jpeg 
library have chosen not to provide them; it is not for us mere mortals 
to reason why.  For other software, I'd say "I'm sure they would 
consider a patch adding that functionality" -- but not jpeg.  libjpeg 
development is practically dead, and has had no new release in years. 
Nor is there a fork of the current software with active development: I 
can only assume that most people seem to think that jpeg-v6b works fine 
and see no need to fork/continue development.


There have been recent signs of life on the IJG (private) mailing list, 
but I wouldn't hold my breath.


Is 
this directory only for Gnome related work?


No.

But none of this extended discussion should matter: if you have the 
'jpeg' and 'libjpeg62' packages installed, then you have the appropriate 
headers in /usr/include and link librares in /usr/lib -- which are part 
of the default search path for gcc.  So gthumb et. al. should have NO 
problem detecting that you have jpeg installed, and you need no extra 
flags (such as would be provided by 'pkg-config --cflags jpeg' or 
'pkg-config --libs jpeg') to make that happen.


--
Chuck
cygwin-jpeg and cygwin-pkgconfig maintainer


--
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: ssh localhost date # "ls -lu" => remote command not being read

2005-12-27 Thread Tom Rodman
Solving this issue is important to us. We have a tool
that triggers a remote job via an ssh client. If this
general approach works:

  ssh remotehostname "job arg1 arg2.."

I think our tool will work.

On Mon 12/26/05 16:31 CST Tom Rodman wrote:
--snip
> my mistake, I just re-ran the failing test case, and put
> the logs on a web server:
> 
>   for DOS cmd.exe window log see:
> 
> http://yz4.org/cygwin/051226/failingtestcase.txt
> 
>   for the resulting sshd log files see:
> 
> http://yz4.org/cygwin/051226/sshd_strace
> http://yz4.org/cygwin/051226/sshd_test.log

Does the strace log hint at a solution? Is there any other
test I might try that would help you debug this?

--
I'm not convinced the remote command is being invoked.
Here is an informal test I ran on my home PC on 12/27 after 10pm:

  $ uname -a
  CYGWIN_NT-5.0 argon 1.5.19s(0.149/4/2) 20051227 16:45:51 i686 unknown unknown 
Cygwin
  $ ls -lu /bin/echo #last access time 
  -rwxrwxrwx  1 Administrator Users 18944 Dec 27 04:05 /bin/echo*
  $ ssh localhost -l adm_tsr '/bin/echo hi'
  [EMAIL PROTECTED]'s password:
  $ : nothing echoed - the problem!
  $ ls -lu /bin/echo # next line shows /bin/echo was not read in ssh session
  -rwxrwxrwx  1 Administrator Users 18944 Dec 27 04:05 /bin/echo*
  $ /bin/echo xx  #force read now
  xx
  $ ls -lu /bin/echo 
  -rwxrwxrwx  1 Administrator Users 18944 Dec 27 22:51 /bin/echo*
  $

So the ssh session silently dies before the remote '/bin/echo'
command runs?

--
thanks,
Tom 

--
BTW, I just re-ran the test, and found ssh exits w/status 0.


--
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: convert PDF to html

2005-12-27 Thread Andrew DeFaria

Larry Hall (Cygwin) wrote:


On 12/27/2005, George wrote:


On Tue, Dec 27, 2005 at 04:28:27PM -0500, J. David Boyd wrote:

>> >> Are there any utilities in Cygwin to convert PDF to html?
>>
>> We are print legacy word perfect documents to PDF files, but would
>> like to convert them to html, preserving all layouts and embedded
>> graphics, of course.

Of course.  And I want a pony.


LOL!  Can someone please bring a pony over here to George?  Or would a 
hippo  do? ;-) \


I guess we can tell what George didn't find under the Christmas Tree 
this year! :-)

--
Some people are only alive because it is illegal to shoot them.


--
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/



I need cygcygipc-2.dll, where is it?

2005-12-27 Thread m. z.
An application that I have doesn't want to work because it needs 
cygcygipc-2.dll.
Among the huge amount of packages of cygwin, what I should install in order 
to find that package?

Maybe some of you, who works with cygwin, know the answer.
For me it would be very important to have it. Thanks in advance.



--
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: I need cygcygipc-2.dll, where is it?

2005-12-27 Thread Igor Peshansky
On Wed, 28 Dec 2005, m. z. wrote:

> An application that I have doesn't want to work because it needs
> cygcygipc-2.dll.
> Among the huge amount of packages of cygwin, what I should install in
> order to find that package?
> Maybe some of you, who works with cygwin, know the answer.
> For me it would be very important to have it. Thanks in advance.

The answer to the above question is always the Cygwin package search page
at .
HTH,
Igor
P.S. This question has nothing to do with Cygwin/X, and thus is off-topic
on the cygwin-xfree list.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
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/