public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* instalation in other than c:\
@ 2000-07-25  5:17 James Nord
  2000-07-25  7:15 ` DJ Delorie
  2000-07-25  9:47 ` Kendall Bennett
  0 siblings, 2 replies; 20+ messages in thread
From: James Nord @ 2000-07-25  5:17 UTC (permalink / raw)
  To: cygwin

Hi,

I am having problems with the latest cygwin toolkit (net release).

As I installed the toolkit under c:\cygwin and not c:\ I get various
errors.

Is there a way (config file/reg entry or otherwise to tell the tools
where thay are installed?)

An example of the errors follow:

>bash.exe: warning: could not find /tmp, please create!

>bash-2.04$ man man
>Warning: cannot open configuration file /usr/lib/man.conf
>No manual entry for man

> bash-2.04$ man -M /cygwin/usr/man man
> Warning: cannot open configuration file /usr/lib/man.conf
> Error executing formatting or display command.
> System command (cd /cygwin/usr/man ; (echo -e ".pl 1100i"; cat /cygwin/usr/man/man1/man.1; echo ".pl \n(nlu+10") | /usr/bin/tbl | /usr/bin/groff -Tlatin1 -mandoc | /usr/bin/less -is) exited with status 32512.
> No manual entry for man

I also changed /cygwin/etc/profile to update the man paths etc... but
this does not get read either - which is kind of obvious :-/

If it is only possible with re-conpilation will I be able to get away
with only compiling bash and setting everything else up using specific
env. variables?

Thanks,

	/James

--
Technology is a word that describes something that doesn't work yet.
	Douglas Adams

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: instalation in other than c:\
@ 2000-07-25  5:41 Earnie Boyd
  2000-07-25  5:57 ` James Nord
  0 siblings, 1 reply; 20+ messages in thread
From: Earnie Boyd @ 2000-07-25  5:41 UTC (permalink / raw)
  To: James Nord, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1874 bytes --]

Are we to assume that you already had Cygwin installed into the root of C:? 
Can you provide the output of `cygcheck -s -v -r' pasted in a mail?

Cheers,
Earnie.
--- James Nord <teilo@cdt.luth.se> wrote:
> Hi,
> 
> I am having problems with the latest cygwin toolkit (net release).
> 
> As I installed the toolkit under c:\cygwin and not c:\ I get various
> errors.
> 
> Is there a way (config file/reg entry or otherwise to tell the tools
> where thay are installed?)
> 
> An example of the errors follow:
> 
> >bash.exe: warning: could not find /tmp, please create!
> 
> >bash-2.04$ man man
> >Warning: cannot open configuration file /usr/lib/man.conf
> >No manual entry for man
> 
> > bash-2.04$ man -M /cygwin/usr/man man
> > Warning: cannot open configuration file /usr/lib/man.conf
> > Error executing formatting or display command.
> > System command (cd /cygwin/usr/man ; (echo -e ".pl 1100i"; cat
> /cygwin/usr/man/man1/man.1; echo ".pl \n(nlu+10") | /usr/bin/tbl |
> /usr/bin/groff -Tlatin1 -mandoc | /usr/bin/less -is) exited with status
> 32512.
> > No manual entry for man
> 
> I also changed /cygwin/etc/profile to update the man paths etc... but
> this does not get read either - which is kind of obvious :-/
> 
> If it is only possible with re-conpilation will I be able to get away
> with only compiling bash and setting everything else up using specific
> env. variables?
> 
> Thanks,
> 
> 	/James
> 
> --
> Technology is a word that describes something that doesn't work yet.
> 	Douglas Adams
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: instalation in other than c:\
@ 2000-07-26  7:45 Andre Bleau
  0 siblings, 0 replies; 20+ messages in thread
From: Andre Bleau @ 2000-07-26  7:45 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

>
> > However there is one major catch with this. If you put the registry
> > keys under HKLM, on Windows 2000 you need Administrator privledges to
> > be able to access that registry tree. I did an install to the system
> > on my box, and both the Administrator and KendallB accounts worked
> > fine, but regular users did not see the registry settings!
>
>Can a non-priviledged user read HKLM with regtool or regedit?  If so,
>we might just be reading the registry with the wrong requested
>permissiong (rw vs ro) in cygwin.
>

Absolutely. In NT and W2K, everyone has at least read access to HKLM by 
default,  except for HKLM/SECURITY. There is no default restriction on the 
method of access (Regedit, Regedt32, NT reskit tools...) although some 
administrators may remove user access to some of the tools.


André Bleau, ing., analyste
bleau@courriel.polymtl.ca

Département de génie électrique et         Electric Engineering and
de génie informatique                      Computer Engineering department
École Polytechnique de Montréal            Montreal Polytechnic School


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2000-07-26 18:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-25  5:17 instalation in other than c:\ James Nord
2000-07-25  7:15 ` DJ Delorie
2000-07-25  9:47 ` Kendall Bennett
2000-07-25  9:51   ` DJ Delorie
2000-07-25  9:56     ` James Nord
2000-07-25  9:57       ` DJ Delorie
2000-07-25 10:03     ` Kendall Bennett
2000-07-25 11:10       ` DJ Delorie
2000-07-25 16:00         ` Kendall Bennett
2000-07-25 16:35           ` DJ Delorie
2000-07-25 19:13             ` Kendall Bennett
2000-07-26  6:45               ` DJ Delorie
2000-07-26 18:20                 ` Kendall Bennett
2000-07-25  5:41 Earnie Boyd
2000-07-25  5:57 ` James Nord
2000-07-25  7:17   ` DJ Delorie
2000-07-25  8:04     ` James Nord
2000-07-25  8:22     ` James Nord
2000-07-25  9:43       ` DJ Delorie
2000-07-26  7:45 Andre Bleau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).