You need to use the setup.exe program that is available from cygwin.com
to download and install any of the packages that come in the cygwin
distribution. Simply select "gcc" from the list of packages to download
and install, and it will install it correctly.
HTH,
Peter
Deshmukh N. Gopaul wrot
Sounds like a problem with starting env directly from the command shell.
Like he said, don't start cygwin programs from non-cygwin programs, i.e.
don't run env from the command shell- use bash instead.
From a cmd shell-
cmd> set cAsE=sEnSiTiVe
cmd> env | grep -i case
CASE=sEnSiTiVe
From a b
cygwin, not in Windows or cmd.exe.
>
> I am using my own pdksh.exe port. But even bash must be called by Windows
> programs. And then there will be a problem.
>
> best regards
>Markus
>
>
>>-----Original Message-
>>From: Peter Buckley [mailto:[EMAIL PROT
I would guess it gets the "I have no name!" thing because you need to do
a "mkpasswd -d >> /etc/passwd". I don't think your domain username is in
the passwd file, so it doesn't know who you are.
HTH,
Peter
--
1 Timothy 4:12 (NIV)- Don't let anyone look down on you because you are
young, but
h Ctrl-C.
>
> And 'man mkpasswd' says it knows not what I ask.
>
> ???
>
> BG
>
> =
>
> At 03:45 PM 3/6/2002 -0500, Peter Buckley wrote:
>
>>I would guess it gets the "I have no name!" thing because you need to do
>>a "mkpas
ot;? It sounds like you are only modifying the one
window, and so the next command window has the same bad colors.
HTH,
Peter
Barry Goldstein wrote:
> At 04:17 PM 3/6/2002 -0500, Peter Buckley wrote:
>
>>Hmm... I thought that when cygwin was installed, it did "mkpasswd -l &g
> Regardless, to me it's still would be a large security hole if all one
> needs to do is:
>
> $ echo "+" > ~/.rhosts
>
> to be able to abuse rsh to do something under somebody else's user ID is
> it not?
rsh is inherently insecure. Attempts to make it secure are not
worthwhile (in fact, t
Do you have a correct /etc/passwd file? That file lists your home
directory, but if cygwin cannot access your home dir, it might give that
error. Also, is $HOME defined in your environment? You could define it
in windows or in the cygwin.bat file.
HTH,
Peter
Joel Bushart wrote:
> - Origi
You forgot to mention that the first email is free, and each additional
email after that is $3.99. And if you need answers right now about your
cygwin problem, cygwin psychics are waiting by the phone because they
know you are about to call. What are you waiting for? Pick up the phone
and call
Look at the file /etc/passwd. Is your jdoe username in there? If you are
in a windows NT domain, and jdoe is a domain user, you will need to type
"mkpasswd -u jdoe >> /etc/passwd" from a bash shell to create an entry
for jdoe. Alternately you can use "mkpasswd -d >> /etc/passwd" to
populate th
I am hoping some people can give me ideas on how to debug a problem I am
having with rm when invoked from cygwin's make.exe, which is using sh as
its shell. Basically, when I call "rm -r -f" from a makefile, it gives
me errors about "Permission Denied, Directory Not Empty". This is the
same er
IIRC, if you check the archives, you should find that the behavior of
sourcing the .bashrc file in /etc/profile was discontinued in later
cygwin releases. The fact that you have it from over a year ago is
probably because the cygwin install does not overwrite files that have
been modified or e
I actually asked this same question 29 October 2001. If you use google
to search the cygwin.com website (enter "compiling cygwin1.dll
site:cygwin.com" into google's search term box), the first three
messages are from the thread that answered this question for me. You'll
even see my name on one
Is your CYGWIN environment variable set to "ntsec"?
In my experience with Clearcase and cygwin, cygwin can do permissions on
NTFS, but has weird errors on things like MVFS and Samba shares. I would
not be surprised if TAS ran into similar weird permissions problems when
using cygwin. Have you
Does the script have "#!/bin/bash" at the top? Does it have bash-only
commands and is possibly being executed by sh? Is the script in your
path? Have you tried putting "set -x" at the top of the script? Maybe
include the contents of the script in your post. More information about
your problem
You need to bunzip2 and untar the src, then cd to
/usr/src/cygwin-1.3.5-3 (or wherever you extracted it to) and do the
following:
mkdir build
cd build
../configure
make
make install
Also, I don't know if you need to manually export CFLAGS=-g, just don't
strip the dll after you build it. IIRC
to successfully build the cygwin1.dll. Gerrit Haase and some
other posters got me working okay though, in case I forgot to say thanks.
Thanks,
Peter
egor duda wrote:
> Hi!
>
> Wednesday, 05 December, 2001 Peter Buckley [EMAIL PROTECTED] wrote:
>
> PB> You need to bunzip2 an
know what that does, sorry) that people would use
the /usr/src default location where the source was installed, and not be
silly like me and create their own separate directory for compilation. Ha!
I stand corrected,
Peter
John Peacock wrote:
> Peter Buckley wrote:
>
>>I don't
I have some ideas about how our government should do things. I also have
ideas about how we should have 4 day workweeks and get paid the same.
What kind of ideas were you looking for? I could probably have an idea
about anything if you told me something more specific.
Like if you wanted me to
2001) : Performance library winspool.drv will be
> ignored as it was previously disabled (WbemAdapStatus = -1).
> (Thu Dec 06 08:02:21 2001) : Performance library winspool.drv will be
> ignored as it was previously disabled (WbemAdapStatus = -1).
>
>
> But it doesn't inst
I think Chris is right that you have an old version of the sources, and
you would be best off getting the new version. But if you still have the
problem, you can create an empty install-sh or install.sh and IIRC this
should "fake" configure into continuing. This is the case with some few
other
comments inline
Wityk, Michael wrote:
> I've installed most of the Cygwin on Win2k.
>
> I can't seem to complete the "cygwin telnet" install.
>
> Which module is missing?
>
Which modules did you download and install? You can access this
information in the setup.log, or maybe you remember t
isplay on your Cygwin/XFree86
> screen.
> 8. Launch other remote clients in the same manner; I recommend starting the
> remote clients in the
> background, by appending & to the command name, so that you don't have to
> open several telnet
> sessions.
>
> -Or
Read /usr/doc/Cygwin/inetutils-x.x.x-README, and scan the FAQ and search
the mailing list archives for "FTP server site:cygwin.com" using
www.google.com.
HTH,
Peter
Bruno Guedes Faria wrote:
> Hi everybody
>
> I'd like to know if it's possible to have a ftp server running on my
> machine. If
I compiled perl and when I do "make test" I only get 96% okay-
Searching the MLA I see that some people have gotten 99+% okay- is there
something special I need to do to build perl under cygwin? I just did a
configure -d to accept all the defaults.
TIA,
Peter
--
Your mouse has moved.
Windows
You might find something in the mailing list archives if you had an idea
about where to start. I found this tidbit because I already know what
the problem is- I searched for "cron system site:cygwin.com" at
google.com (this is also in the first five lines of the
/usr/doc/Cygwin/cron.README):
Thanks Gerrit, it worked much better!
Gerrit P. Haase wrote:
> Hallo Peter,
>
> Am 2001-12-11 um 22:35 schriebst du:
>
>
>>I compiled perl and when I do "make test" I only get 96% okay-
>>Searching the MLA I see that some people have gotten 99+% okay- is there
>>something special I need to d
You only installed the latest inetutils package? It could be that you
didn't install all the packages necessary to run ftp. Setup.exe has
changed considerably lately, it no longer installs "all" packages by
default. You must select each package manually to install it. It could
also be that iu-
It sounds like D:\cygwin\bin is not in your system path. The location of
the cygwin1.dll needs to be in your system path to run sshd as a service.
HTH,
Peter
Larry Hall (RFK Partners, Inc) wrote:
> At 04:01 PM 12/15/2001, C. Porter Bassett wrote:
>
>>When I ssh into my machine and try to run
ly in your
>>~/.profile or something. YMMV.
>>
>
> AND
>
> On Mon, Dec 17, 2001 at 11:28:52AM -0500, quoth the Peter Buckley:
>
>>It sounds like D:\cygwin\bin is not in your system path. The location
>>of
>>the cygwin1.dll needs to be in your system path
I am taking a wild guess- when you ssh in, it spawns a shell and then
still does some ssh-ish tasks. Maybe it can't complete them from the
command shell.
Are you logging in or just firing off remote processes?
It might be worth trying to set your shell to /bin/bash, ssh in and see
if you can
Have you looked at using cron? That would be the unixy way of doing
things. But you can invoke bash and give it a script and some parameters
in your "sh.bat" file-
at 12:15 cmd /c "c:\bla\bla\sh.bat"
contents of sh.bat-
bash -i /cygdrive/c/bla/bla/MyScript parameter1 parameter2
(the -i makes
I am using cygwin 1.3.3-2 and when I type "which echo" from a bash
shell, it tells me "/usr/bin/echo". That is the echo in c:\cygwin\bin.
HTH,
Peter
Mark Wood-Patrick wrote:
> Norman writes:
>
>
>>>Yikes, that is quite the $PATH
>>>You might want to think about simplifing it a bit when worki
I don't have tcsh, but I played with bash and command shell. I have
cygwin 1.3.3-2 and winnt4.0sp6
cmd.exe:
>ls *
(lists everything recursively)
>echo *
*
>ls "*"
ls: *: No such file or directory
>echo "*"
"*"
bash:
>ls *
(lists everything recursively)
>echo *
(echoes everything in
IIRC, SYSTEM should be the owner of the keys. And it is highly
recommended that the service be run as SYSTEM. Check out
http://tech.erdelynet.com for more info on the permissions for the key
files etc.
HTH,
Peter
Guy Harrison wrote:
> Hi,
>
> Not knowing anything about SSH I didn't realise
Alex BATKO wrote:
> | Make sure that your term is set to cygwin.
> |
> Is it enough to put the following in ~/.profile ?
> export TERM='cygwin'
>
>
> | Make sure that your window (buffer size) is set to 80x25.
> |
> I am executing the ssh command (to get into the Windows machine)
> from an xt
Alex BATKO wrote:
> woo, hoo !!!
>
>
> +---
> | You can set this as a windows system environment variable by right
> | clicking on my computer -> properties -> environment (or advanced if you
> | on win2k?). This needs to be set at a system level so the system manager
> | s
"ntea" makes you have less usable disk space- it creates a big file
IIRC. I don't know if it just creates the file on FAT, or if the file is
only undeletable on FAT. "ntsec" works on NT and NTFS.
HTH,
Peter
Alex BATKO wrote:
> +---
> | At 12:59 PM 1/18/2002, Alex BATKO wrote:
I checked the faq, ug, and ml but didn't see a reference to where the
cygwin ash manpage is. "man ash", "man sh" and "info ash", "info sh" do
nothing. Maybe cygwin ash conforms to some other flavor that has a man
page? I found a debian ash man page, but I really want to know for sure
that I ha
Jean-Marc Paulin wrote:
> Well,
>
>
>>ARRGGHHH People ar asking questions about x on the cygwin-list, and
>>questions about cygin on the cygwin-x list.. :-)
>>
>
> Oops...
>
>
>>Well yes it is possible.. either modify the win2k telnet deamon
>>configuration on which proggie to run..
>>
>
http://cygwin.com
Info wrote:
> is cygwin GPL? is it free or not? How do i get it?
> --
> WWW.XGFORCE.COM -
> The Leader in System Clustering
> and Enterprise Firewall/VPN solution.
> --
>
>
> --
>
I like the mailing list. I don't have a news server at work, so I
wouldn't be able to access a newsgroup like we are discussing. I have no
problem searching the mailing list archives with google- I wasn't aware
that there was a date at which the MLA were truncated- I have seen stuff
a few year
I don't think that faq would have avoided or truncated this thread. It
seems related, but it is in fact different.
If someone followed the instructions in the faq, they would have had a
false positive reported on cygz.dll. Whenever the cygz.dll file was
called (say, by invoking cygcheck), the
to heart and
> do their homework before posting.
>
> Now back to my own little utopia where everything is done right. ;-)
>
> Larry Hall [EMAIL PROTECTED]
> RFK Partners, Inc. http://www.rfk.com
> 838 Washington Street
The latest virus def from NAV should fix this. My virus definition file
is version 40213av dated 2/13/02. Read the mailing list lately, a thread
called "anybody else also infected" from yesterday and today discusses
this in depth. If you can, it might be good to setup your NAV to
"quarantine"
False positive. The latest version of the defs 40213av 02/13/02 correct
this mistake by symantec.
HTH,
Peter
Schlichtemeier, Joel wrote:
> Be careful downloading the distributions. I've found the backdoor.egghead virus (a
>def for it was just put up by Symantec) in cygwin1.dll and cygz.dll.
46 matches
Mail list logo