Adrian Phillips wrote:
>>"Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes:
>>
>
> Andrew> I'm looking for a mail server a la sendmail. I've looked a
> Andrew> little but apparently sendmail has not been ported to
> Andrew> Cygwin. Are there any other mail servers that ru
first thank you for reply my question.
I setup a test win2k machine.(new installed system, no other
application)
no user logon through console.
IP: 152.104.150.111
ssh user: test
pass: reboot
if you like to see. it just can't reboot using "reboot -f -r now" (it
just give warning)
Me too! Same problem, new install of 1.3.10
Stephen
"Martin Bene" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hi,
if I try updating cygwin from 1.3.9 to 1.3.10 sshd stops working: when
trying to connect from a remote system, I get the followin messages:
Hi,
Can someone recommend some step-by-step instructions on setting up sshd on a
Windows 2000 host?
Thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:
I'm having problems with "setgid 513" too... what is going on here?
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Windows XP, clean install of cygwin-1.3.10-1. SSHD install went
> great. I can ssh from my linux box to the windows box no problem.
> Once I've
Please check out the project web page for links to available information
and ports: http://cygwin.com/ .
If you don't see what you need there, then the cygwin mailing list is
the best place to make observations or get questions answered.
Information on the mailing list is available at the projec
Windows XP, clean install of cygwin-1.3.10-1. SSHD install went
great. I can ssh from my linux box to the windows box no problem.
Once I've sshed from linux to windows, in the same shell I can ssh
over to another host no problem. But, when I'm using the bash shell
on the Windows XP console, I c
The following bash script segment worked correctly prior to my upgrading
cygwin (from 1.3.2 to 1.3.10):
export DISPLAY=`ipconfig | grep 'IP Address' | awk '{ split( $0, line, ":
" ); print line[ 2 ] }'`":0"
now results in:
$ echo $DISPLAY
:02.168.2.23
A CR is left in the output and when elimina
> -Original Message-
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 01, 2002 2:40 PM
> To: Jonathan Larmour
> Cc: ecos; [EMAIL PROTECTED]; max rtos
> Subject: Re: [ECOS] copy redboot to floppy on cgywin
>
>
> On Fri, Mar 01, 2002 at 08:19:11PM +, Jonathan
I Just figured it out less than sixty seconds after sending that post (I
wish it always worked that way!!!).
I had $HOME defined in my windows environment (for some strange reason) to
be C:\. Deleting that system environment variable solved the problem.
Paul
"news.gmane.org" <[EMAIL PROTECTED]
I'm using the ntsec option of CYGWIN, on a freshly installed version of
cygwin that was downloaded today.
I've used mkgroup and mkpasswd to include domain entities (including me) in
/etc/group and /etc/passwd.
When I start cygwin ("bash --login -i" from the default cygwin.bat), I'm
recognized a
Check http://cygwin.com/cygwin-ug-net/ntsec.html
Basically, you have to add "ntsec" to your CYGWIN environment variable, and
regenerate your /etc/passwd and /etc/group files (with mkpasswd and
mkgroup), making sure they include domain entities if you're logged into a
domain.
This ALMOST works fo
Andrew,
I cannot reproduce your result unless I do this:
% x="-l -d"
% ls "$x"
ls: invalid option --
Try `ls --help' for more information.
I tried using hard (single) quotes for the variable setting command, but
the result is the same. Likewise for $'-l -d'.
I also tried using /bin/sh (ash,
> Perhaps this is more of a bash problem than a Cygwin problem however
> Cygwin's bash is not acting like bash on Solaris. In Cygwin's bash:
>
> $ x="-l -d"
> $ ls $x
> ls: invalid option --
> Try `ls --help' for more information.
Works fine under Cygwn with me here.
Chris
--
Unsubscribe inf
Hi,
FWIW, on HP-UX 10.20, "man end" says it's XPG2.
I wanted to check the Single Unix Specification,
but my browser currently has some trouble.
You may try yourself clicking "D - F" on:
http://www.unix-systems.org/apis.html
Bye, Heribert ([EMAIL PROTECTED])
> -Original Message-
> From:
Perhaps this is more of a bash problem than a Cygwin problem however
Cygwin's bash is not acting like bash on Solaris. In Cygwin's bash:
$ x="-l -d"
$ ls $x
ls: invalid option --
Try `ls --help' for more information.
Now on Solaris (also running bash):
$ x="-l -d"
$ ls $x
drwxr-xr-x 4 adefar
ssh with X forwarding worked for me, on some version like 1.3.2, but after
upgrade I get failure below.
X server is Hummingbird Exceed 6.1
...
debug1: channel request 0: x11-req
Write failed: Invalid argument
debug1: Calling cleanup 0x412f44(0x0)
...
$ cat .ssh/config
ForwardX11 yes
Compression
> "Patrick" == Patrick Taylor writes:
Patrick> Ever since upgrading from cygwin 1.3.2 (quite a few months ago),
Patrick> I have had a lot of difficulty with running subprocesses for
Patrick> make and grep from within xemacs. At first they would fail
Patrick> only sometimes,
Adrian Phillips wrote:
>>"Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes:
>>
>
> Andrew> I'm looking for a mail server a la sendmail. I've looked a
> Andrew> little but apparently sendmail has not been ported to
> Andrew> Cygwin. Are there any other mail servers that ru
> From: Taylor, Patrick [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 3:19 PM
> Ever since upgrading from cygwin 1.3.2 (quite a few months ago),
> I have had a lot of difficulty with running subprocesses for
> make and grep from within xemacs. At first they would fail
> only someti
> If you look into the strace you'll see that MapViewOfFileEx()
> returns a valid memory area. And no, it does *not* return an
> error code. MapViewOfFileEx() is reliable enough to not return
> a memory area and an error code.
>
> The failing function is a following VirtualProtect() which job
>
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
> von Corinna Vinschen
> Gesendet: Mittwoch, 13. März 2002 18:14
> An: [EMAIL PROTECTED]
> Betreff: Re: poll() bugs and patch
> [...]
> > Actually, I'm inclined to just let this one in. There isn'
At 03:50 PM 3/13/2002, Corvin Bazgan wrote:
>Hello,
>
>1)Is there rshd for cygwin?
>2)Does inetutils for cygwin have rshd?
>3)Did anyone compile inetutils-1.3.2 on cygwin? If
> so, with what required packages? (I get a resolv.h
> missing error.)
Look here for your an
Hello,
1)Is there rshd for cygwin?
2)Does inetutils for cygwin have rshd?
3)Did anyone compile inetutils-1.3.2 on cygwin? If
so, with what required packages? (I get a resolv.h
missing error.)
Thanks,
C.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscrib
That's why I stay on 1.3.2 :)
Are you running a pre-built binary? I build the binaries under 1.3.2 - I
don't know whether that would make a difference.
andy
At 12:18 PM 3/13/02 -0800, Taylor, Patrick wrote:
>Ever since upgrading from cygwin 1.3.2 (quite a few months ago),
>I have had a lot of
Ever since upgrading from cygwin 1.3.2 (quite a few months ago),
I have had a lot of difficulty with running subprocesses for
make and grep from within xemacs. At first they would fail
only sometimes, but since upgrading to more recent versions of
cygwin, they fail almost every time.
When I laun
> "Andrew" == Andrew DeFaria <[EMAIL PROTECTED]> writes:
Andrew> I'm looking for a mail server a la sendmail. I've looked a
Andrew> little but apparently sendmail has not been ported to
Andrew> Cygwin. Are there any other mail servers that run under
Andrew> Cygwin?
Search goo
The libtool package has been updated from version 20010531a-1
to version 20020202a-1. Recall that this package is not the
REAL autoconf. It's a set of wrapper scripts that call the
REAL libtool from libtool-stable or libtool-devel, depending
on the needs of your target. See this message
http
The automake package has been updated from version 1.5b-1
to version 1.6a-1. Recall that this package is not the
REAL automake. It's a set of wrapper scripts that call
the REAL automake from automake-stable or automake-devel,
depending on the needs of your target. See this message
http://cygwi
The autoconf package has been updated from version 2.52a-1
to version 2.52c-1. Recall that this package is not the
REAL autoconf. It's a set of wrapper scripts that call
the REAL autoconf from autoconf-stable or autoconf-devel,
depending on the needs of your target. See this message
http://cyg
Paul,
Mittwoch, 13. März 2002 18:53:13, du schriebst:
And as stated here:
http://ngwww.ucar.edu/ng4.2/download.html
You can now run NCAR Graphics on MS Windows if you have
Cygwin/XFree86 installed. We would like to have people
test it before we offer it as one of our standard binaries.
If you
Paul,
Mittwoch, 13. März 2002 18:48:05, du schriebst:
> Does anyone has the Disspla graphics library which can be linked to Fortran or C++
>program executable?
DISSPLA - Graphics library. No Longer Available
Support: With the retiring of the NERSC C90, DISSPLA is no
longer available - use NCA
On Wed, Mar 13, 2002 at 06:09:56PM +0100, Peter Ring wrote:
>>From http://cygwin.com/lists.html:
>
>"cygwin: a high volume list for discussion of just about all things
>Cygwin-related. If you have questions about how to use Cygwin, or if you
>have cygwin-specific (see above) questions about the UN
At 12:09 PM 3/13/2002, Peter Ring wrote:
> >From http://cygwin.com/lists.html:
>
>"cygwin: a high volume list for discussion of just about all things
>Cygwin-related. If you have questions about how to use Cygwin, or if you
>have cygwin-specific (see above) questions about the UNIX tools (bash, gc
On Wed, Mar 13, 2002 at 11:39:24AM -0500, Chris Faylor wrote:
> On Wed, Mar 13, 2002 at 04:36:41PM +0100, Corinna Vinschen wrote:
> >Uhm, I'm still not sure about this. Perhaps Chris can enlighten
> >us. You're not the first one asking...
>
> Actually, I'm inclined to just let this one in. The
I'm looking for a mail server a la sendmail. I've looked a little but apparently
sendmail
has not been ported to Cygwin. Are there any other mail servers that run under Cygwin?
Specifically I'm looking for a sendmail like mail server that not only allows me to
send
mail but also receive it. I w
>From http://cygwin.com/lists.html:
"cygwin: a high volume list for discussion of just about all things
Cygwin-related. If you have questions about how to use Cygwin, or if you
have cygwin-specific (see above) questions about the UNIX tools (bash, gcc,
make, etc.) that come with Cygwin, this is t
At 11:25 AM 3/13/2002, Jeff Utz wrote:
>How do I get cron working properly. I have installed the service with the
>command:
>
>cygrunsrv -I cron -p /usr/sbin/cron -a -D
>
>And I have edited the /var/cron/tabs/USERNAME using the crontabs -e option.
>
>But my processes are not started at all.
>
>Any
Robert,
[ Yes, Bjoern, this is OT for the Cygwin list as it's all about shell usage and not at
all Cygwin specific. ]
You're using BASH, Robert. Except for the simple ">" and ">>" redirection, it's syntax
is different from that of TCSH. Bjoern's answer was for TCSH.
I'm a BASH user, so I'll
On Wed, Mar 13, 2002 at 04:36:41PM +0100, Corinna Vinschen wrote:
>Uhm, I'm still not sure about this. Perhaps Chris can enlighten
>us. You're not the first one asking...
Actually, I'm inclined to just let this one in. There isn't a lot of
new code, it's mainly just rearranged.
FWIW, faxing i
On Wed, Mar 13, 2002 at 02:57:12PM +0100, Corinna Vinschen wrote:
>On Wed, Mar 13, 2002 at 11:35:21PM +1100, Robert Mark Bram wrote:
>> Howdy all!
>>
>> I am using Cygwin on a Windows 2000 machine. It is the case that chmod
>> should work like this because I am on a Windows machine?
>
>Only on NT
On Wed, Mar 13, 2002 at 09:30:27PM +1100, Robert Mark Bram wrote:
>Howdy all!
>
>I have a question about IO redirection.
>
> > file
> redirect standard output to file
> 2> file
> redirect error output to file
> &> file
> redirect error and standard output to file
>
How do I get cron working properly. I have installed the service with the
command:
cygrunsrv -I cron -p /usr/sbin/cron -a -D
And I have edited the /var/cron/tabs/USERNAME using the crontabs -e option.
But my processes are not started at all.
Any ideas?
Thanks.
Jeff
--
Unsubscribe info:
Robert,
The retort:
This is an extremely elementary shell usage question and is in no way
Cygwin specific. As such, it's not really appropriate on the Cygwin mailing
list (nor the Gmane News mirror you're using).
I recommend you get a beginners book for Unix / POSIX / Linux systems
(Cygwin i
Hello,
If I fork my programm,
the child died when it call a function in a DLL. (Cygwin 1.3.10-1 on
NT4)
void dll_call(int i)
{
printf("in dll_call %d\n", i);
}
...
printf("begin");
switch (pid=fork())
{
case 0 :
printf("child is alive\n");
On Wed, Mar 13, 2002 at 04:28:24PM +0100, Boris Schaeling wrote:
> > -Ursprüngliche Nachricht-
> > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
> > von Corinna Vinschen
> > Gesendet: Mittwoch, 13. März 2002 15:06
> > An: [EMAIL PROTECTED]
> > Betreff: Re: poll() bugs and pat
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
> von Corinna Vinschen
> Gesendet: Mittwoch, 13. März 2002 15:06
> An: [EMAIL PROTECTED]
> Betreff: Re: poll() bugs and patch
> [...]
> Thanks for the patch but that's not quite the way to contribu
At 09:47 PM 3/12/2002, Egon Phillips wrote:
>Hi,
>
>Can someone tell me where I can find an RPM binary?
Assuming you mean that you're looking for RPM of Cygwin and it's packages,
the answer is - I don't know. Keep in mind, if you do find RPM versions
for Cygwin, this list doesn't recognize them
> From: Alex Song [mailto:[EMAIL PROTECTED]]
> is end being a global variable specific to the C language (which i doubt)
? to
> gcc ? to cygwin ? to windows ? or is it ALWAYS the case ?
It's not always the case. I was able to compile/run the test program on
Solaris, with three different compiler
Let me know if you can't get the attachment, or need anything else.
http://cygwin.com/ml/cygwin/2002-03/msg00470.html
--- Charles Wilson <[EMAIL PROTECTED]> wrote:
> Joshua Daniel Franklin wrote:
>
> > Thanks much, I'll take a look. Sure is easy to read...looks almost like
> > Python.
> >
>
>
On Wed, Mar 13, 2002 at 02:30:35PM +0100, Boris Schaeling wrote:
> There are several bugs in poll():
> - poll() must return 0 if no descriptor is ready and the timer expires. It
> works correctly if all descriptors are non-negative. Otherwise poll()
> returns the count of negative descriptors whic
On Wed, Mar 13, 2002 at 11:35:21PM +1100, Robert Mark Bram wrote:
> Howdy all!
>
> I am using Cygwin on a Windows 2000 machine. It is the case that chmod
> should work like this because I am on a Windows machine?
Only on NTFS and if CYGWIN=ntsec. See
http://cygwin.com/cygwin-ug-net/using-cygwi
There are several bugs in poll():
- poll() must return 0 if no descriptor is ready and the timer expires. It
works correctly if all descriptors are non-negative. Otherwise poll()
returns the count of negative descriptors which is wrong.
- The implementation of poll() must call cygwin_select() even
Does anyone has the
Disspla graphics library which can be linked to Fortran or C++ program
executable?
Thanks,
Dilip
K. Paul
Naval
Undersea Warfare Center
Code 8121,
Bldg. 1273
Newport, RI
02841
Tel: (401)
832-1412
mailto:[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.co
Patrick,
On Sat, Mar 09, 2002 at 09:18:52PM +0100, Patrick Eisenacher wrote:
> After upgrading CygWin, WinCvs 1.2 commands are
> aborted by the server. WinCvs 1.3b7 works, but the dos
> window hangs. The task manager shows, it's ssh that
> hangs. So I have to close the dos window manually,
> whic
Howdy all!
I am using Cygwin on a Windows 2000 machine. It is the case that chmod
should work like this because I am on a Windows machine?
Robert Mark Bram@DIJONG ~/cpe3007/week2
$ ls -l
total 7
-rw-r--r--1 Robert M None 64 Mar 13 22:19 days
-rw-r--r--1 Robert M None
Dear all,
I managed to install CYGWIN very easily on my laptop. However I am
confronted with key strokes not been accepted or at least not displaying.
The following keys I can not get them working: ~ ` " ' especially the tilde
and the quotes are important.
Can somebody tell me where the keys can
At 08:33 13-3-2002, Charles Wilson wrote:
>Michael --
> Did you want to add this to cygutils?
Sure do!
I was kinda waiting for "consensus" on the start vs. cygstart issue, but
all we got were some opinions either way. I guess I'll play it safe and
call it cygstart.
> I'm getting ready to
I recently ran into a problem with the binary distribution of gcc (2.95-3).
We are using C++ in a multithreaded environment, and it took us a long while
to work out that the compiler had not been configured with
the --enable-threads option. Without this option, our code crashes, since
we use a lo
Robert Mark Bram wrote:
>
> Thanks for the reply!
>
> > > How do I append error output?
> > > How do I append error and standard output?
> >
> > Just as you have written?
> > ">>" appends, ">" write to a new file, independend of the file
> > or source selected. That is, "&>>file" appends b
Thanks for the reply!
> > How do I append error output?
> > How do I append error and standard output?
>
> Just as you have written?
> ">>" appends, ">" write to a new file, independend of the file
> or source selected. That is, "&>>file" appends both.
>
> Why is that not obvious ?
This is
Hallo!
OT, but ...
On Wed, 13 Mar 2002, Robert Mark Bram wrote:
> Howdy all!
>
> I have a question about IO redirection.
>
>> file
> redirect standard output to file
>2> file
> redirect error output to file
>&> file
> redirect error and standard output
Howdy all!
I have a question about IO redirection.
> file
redirect standard output to file
2> file
redirect error output to file
&> file
redirect error and standard output to file
>> file
append standard output to file
How do I append error output
Hello everybody!
After some more work I finally #ifdef'd every setsockopt which wouldn't
work with UNIX-compliant headers in cygwin out, and so the program compiles.
setsockopt( IP_ADD_MEMBERSHIP ) for some multicast addresses works (doesn't
give an error) - but my application won't receive a pa
On 12 Mar 02, [EMAIL PROTECTED] writes:
> I can SSH to my cygwin on XP host no problem.
> I tried to run 'emacs -nw', and got:
>
> emacs: standard input is not a tty
>
> Um... is this something I can fix?
No(*). Use 'xemacs -nw' instead. You can build xemacs from source or
download a
65 matches
Mail list logo