Hmm, looking at PATH, I get this:
$ printenv PATH
/usr/local/gcc-binutils/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/Pro
gram/Microsoft Visual Studio/Common/Tools:/cygdrive/c/Program/Microsoft
Visual Studio/Common/Msdev98/BIN:/cygdrive/c/Program/Microsoft Visual
Studio/DF98/BIN:/cygdrive/c/Prog
Well, I have that installed, see below:
libuser32.a C:\\cygwin\\lib\\win32api
I rather think it's a case issue...
Cheers,
/ChJ
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 11, 2002 2:48 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sub
I wanted to update my old cygwin (installed under
C:\cygwin), so I installed the new one under
C:\cygwin1. Then I deleted the old one, and renamed
the new one to C:\cygwin. However, most programs did
not work. Instead of sorting out the paths, I decided
to do a fresh install all over again. I del
Hi All,
Does anyone know if the newlib that comes with cygwin is reentrant or not.
I know that we can compile newlib to be reentrant by providing
-DREENTRANT_SYSCALLS_PROVIDED to the CFLAGS_FOR_TARGET variable in the
makefile before building newlib. Not sure if this was done by the cygwin
people.
OK, so now you know that the library contains a function you want to
link with and it uses the C calling convention (cdecl). Apparently the
include files you're using are giving you the Windows standrd convention
(stdcall). Put __attribute__((cdecl)) (or CDECL or WINAPIV if you include
the w
You need a trip to your friendly neighborhood Cygwin packages site.
http://cygwin.com/packages/
There you'd find user32 is short for usr/lib/w32api/libuser32.a which
can be found in the w32api package. Install it. Bye, bye link failures...
Larry
Original Message:
-
From: Ch
OK, I'll kill this off-topic thread. Anyone praying wishing to pray in,
for, with, or to the Hall can meet me Sunday morning. I'll be the one
holding the collection plate. ;-)
Larry (Divine) Hall
Original Message:
-
From: Christopher Faylor [EMAIL PROTECTED]
Date: Thu, 10 Oc
I know your intention was to help diagnose the problem Igor. I only made
the comment because it is preferable to fill the archives with the
supported way of doing something, on the off-chance that someone consults
it in the future. ;-) Since the registry is currently used as the
persistent
re
I wrote a perl program which uses the construct
while (<>) {
}
If I run this script from the directory in
which it resides, and the files whose names
are passed as arguments reside in a
subdirectory, everything works fine.
Otherwise I get the following error message:
Can't open : No suc
Have you looked for "cygpath" in the archives (also `man cygpath`).
cygpath will return a "converted" path. Be sure to use single quotes OR properly
escape your input string or you will not get the expected result.
I haven't used this myself, which is why I avoid a direct answer, but I've seen
On Fri, 2002-10-11 at 07:02, Matthew Clark wrote:
> I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball
> according the directions in=20
>
> http://sources.redhat.com/cygwin-apps/setup.html
>
> I get down to the final link step and I get errors complaining about,
> undefined
On Thu, Oct 10, 2002 at 08:43:14AM +0200, Christian Jönsson wrote:
> On Wed, Oct 09, 2002 at 11:32:50PM +0200, Christian Jönsson wrote:
> > >From the log files of relating to my message at
> >
> > http://sources.redhat.com/ml/binutils/2002-10/msg00183.html
> >
> > I have the following:
> >
> >
I'm trying to compile setup.exe from the setup-2.249.2.5.tar.bz2 tarball
according the directions in=20
http://sources.redhat.com/cygwin-apps/setup.html
I get down to the final link step and I get errors complaining about,
undefined references to things like ostream, oo_malloc, streambuf, etc. I
> On Thu, 10 Oct 2002, Gareth Pearce wrote:
>
> > [snip]
> >
> > Gareth - idly ponders why the grep he installed himself on this dec
machine
> > doesnt have --include.
>
> Hmmm, you did install GNU grep, didn't you?
this is offtopic but - yeah ... 2.4.2 - guess its getting a bit old now ...
Garet
> Steve,
>
> Before you do anything as drastic as a reinstall, check the inode of the
> temp file before and after editing. Even though you're using vim, it can
> be configured to make backups, and I don't know if the in-place write is
> enabled when backup is. If the inode does change, look int
Steve,
Before you do anything as drastic as a reinstall, check the inode of the
temp file before and after editing. Even though you're using vim, it can
be configured to make backups, and I don't know if the in-place write is
enabled when backup is. If the inode does change, look into your vim
On Thu, Oct 10, 2002 at 04:07:29PM -0400, Igor Pechtchanski wrote:
>On Thu, 10 Oct 2002 [EMAIL PROTECTED] wrote:
>
>> Thanks, God.
>> Somebody knows what I'm talking about !
>> [snip]
>>
>> > Larry
>
>I'm sure Larry would appreciate this new religious following :-D
Oh great. Now the church will
Hi,
I'm getting an error STATUS_ACCESS_VIOLATION". The
same source code works in Linux.I'm trying to debug
this in windows to see where this error is coming. I
have 3 DLL's,so in GDB DLLs are not getting loaded (it
hangs).
Any pointers on how to debug this?
Thanks in advance
_
On Thu, 10 Oct 2002 [EMAIL PROTECTED] wrote:
> Thanks, God.
> Somebody knows what I'm talking about !
> [snip]
>
> > Larry
I'm sure Larry would appreciate this new religious following :-D
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_
I've found a rather reproducible bug with the 'ar' command. Here's the
output I get:
> ar ru tmp.a BCMip.o
BFD: BFD 2.12.90 20020706 internal error, aborting at
/netrel/src/binutils-20020
706-2/bfd/coffcode.h line 823 in handle_COMDAT
BFD: Please report this bug.
In this example, tmp.a is a
Oops, wouldn't want it to come out that way... I was suggesting this as
a way of diagnosing the problem, not as a way of permanently fixing it.
However, if mounts did somehow get created for .DEFAULT or SYSTEM, I
wouldn't know of any way to manipulate them using the mount command unless
you su'd
Thanks, God.
Somebody knows what I'm talking about !
Here is the extract from result of "nm DhcpCSvc.Lib"
DHCPCSVC.DLL:
I .idata$4
I .idata$5
I .idata$6
T .text
T _DhcpCApiInitialize
U __IMPORT_DESCRIPTOR_DHCPCSVC
I __im
OK, I've got the latest-greatest cygwin stuff and am trying
to use the ftpd as part of debugging a company platform.
Everything appears to work _relatively_ well except for one
big thing. The process of waking the ftpd takes about five
seconds. That is to say, if I watch the network activity
bet
On Thu, 10 Oct 2002, Matthew Bailey wrote:
> I have the latest version of Cygwin and ssh. I am trying to display
> another program remotely which I'm using Xwin32 5.2 to allow the display.
>
> The server always responds Can't connect to display :"0.0".
>
> I looked at my man pages for ssh and us
True, but I'd just like to reiterate that manipulating mount points via
the registry is a completely unsupported and unecessary. mount can do
everything that you can do via regedit/regtool w.r.t. mounting. Anyone
that relies on registry tweaking to fix their mount problems will have
problems
"Harig, Mark A." <[EMAIL PROTECTED]> wrote:
>
> My assumptions were:
>
>1. You are running NTFS as your file system on your disk. Is this
> assumption correct?
>
Yes.
>2. You have set the CYGWIN environment variable to include 'ntsec
> binmode', and that you set this variable's value usin
Then something is very wrong there. Adding the -s flag creates system
mount points for all users. These go in the HKLM branch of the registry
(although don't count on the structure or usage of specific keys in the
registry for mounts remaining the same in the future. All mount
manipulations
s
I'm having trouble getting gcc2 to install. It appears to install correctly, but when
I try to execute g++-2.exe, I see see a message that cygintl-2.dll cannot be found. I
had no problem with gcc(1). Any help would be greatly appreciated.
Thanks,
Eric
___
David,
In Windows, do Start->Run, type 'regedit'. In regedit, Edit->Find, type
'mounts v2', leave only the 'Keys' box checked, then keep pressing "Find
Next". See if somehow there are mounts created for the user 'SYSTEM'
(which would actually be some long id, but that's ok) or ".DEFAULT". The
No, I installed "Just for myself" as I always do. I have not edited the
registry, and I had not deleted any mount points. I also, during this
process of resolving this, issued the commands below hoping to fix it. The
registry entries were not created with those commands, least not under HKLM.
Dav
'Fraid not. I saw that one, but I'm just getting the bog-standard
/usr/bin/vim editor, having established no preferences.
regards
---
Steve Holden http://www.holdenweb.com/
Python Web Programming
Is there a way to detect this in a troubleshooting script?
The cygwin distribution has the following:
1. A script (or set of scripts) to help the user install/setup
a sshd service.
2. Some documentation (primarily /usr/doc/Cygwin/openssh*) to give
instructions and pointers.
W
Hi there!
If you would like to see historic scenes of Atlanta and its environs, please click on
the link below. We have all sort of interesting, vintage views of the area, circa the
early 1900s thru the 1940s, including local universities, street scenes, landmarks,
bridges, Piedmont Park,
OK, as I thought. The problem is not the import library
(the .a you created has the same format as the .lib so there's
no benefit to creating the .a). You need to find out if the
function you're trying to link to is in that library and what
it's name is. Run 'nm' on the library and grep the re
If you installed via setup and installed for "All Users", you should have
the same mount points needed for both your user and for SYSTEM if you
didn't
subsequently edit these mount points. In any case, you should be able to
recover by remounting them like so:
mount -f -s -b "" /
mount -f -s -b
Steve,
Which editor are you using? If you are using emacs, check that it
overwrites the file in-place (I know vi does). God help you if you're
using Notepad. ;-)
This problem has come up quite a few times in the recent past, as
searching the archives for 'crontab' would have shown you. For exa
Thanks to all for all the suggestions. I tried with the stdout and stderr
flags set to /var/log/sshd.log, but I still got nothing in the log.
I finally figured this out. Or, I at least figured a workaround.
My HKEY_CURRENT_USER had the default mount points defined.
HKEY_LOCAL_MACHINE, however, did
This isn't the same problem as reported and "resolved" a few days
ago where the editor in question is emacs, is it?
Larry
Original Message:
-
From: Steve Holden [EMAIL PROTECTED]
Date: Thu, 10 Oct 2002 14:48:02 -0400
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: crontab
> -Original Message-
> From: David Monk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 3:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: sshd problems
>
>
> A further update on this issue. If I do some forcing, ie.
> using an alternate
> key and chowning /var/empty to mysel
On Thu, 10 Oct 2002, Aldi Kraja wrote:
> Hi,
> My info shows man pages. After one executes info grep,
> press n for next page or p for previous. Also if one goes over the page
> press open and the respective man pages will be open.
> HTH,
> Aldi
>
>
> >'info' is supposed to display man pages, too
I have the latest version of Cygwin and ssh. I am trying to display
another program remotely which I'm using Xwin32 5.2 to allow the display.
The server always responds Can't connect to display :"0.0".
I looked at my man pages for ssh and used the flag -X to enable forwarding
of my X11. But, t
A further update on this issue. If I do some forcing, ie. using an alternate
key and chowning /var/empty to myself, I _can_ get sshd to run. I can't
login, but it does run.
Keeping in mind the weird c:\var\log\sshd.log file appearance, I tested it
out. I deleted c:\var. I started sshd from the she
The readline package has been updated to readline-4.3-2, and the
libreadline5 package has been updated to libreadline-4.3-2.
Readline is a library that provides user-input functions complete
with history functions and line-editing capabilities.
CHANGES to the readline package(s) since 4.3-1:
During linking it gives me "enresolved external"
Regards,
Nickolai Bogdatov
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
gettext is the GNU package which provides 'national language support'
for other programs. It includes a number of utility programs.
CHANGES (since gettext-0.11.2-1)
o updated to gettext-0.11.5 release
o includes the new 'autopoint' program, a more-capable replacement for
'gettextize' which i
> -Original Message-
> From: David Monk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 2:53 PM
> To: Harig, Mark A.; Len Giambrone
> Cc: [EMAIL PROTECTED]
> Subject: Re: sshd problems
>
>
> From the default installation, then ssh-host-config
> perspective of this now,
>
I would also try running sshd as a service configured with
cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a "-D -e" -e "CYGWIN=binmode
ntsec tty"
This will throw *all* your logging into /var/log/sshd.log rather than into the
event log, and may provide some insight.
My assumptions were:
1. You are running NTFS as your file system on your disk. Is this
assumption correct?
2. You have set the CYGWIN environment variable to include 'ntsec
binmode', and that you set this variable's value using the Control
Panel's System applet. Is this assumption correc
>From the default installation, then ssh-host-config perspective of this now,
my /var/empty looked like this immediately following ssh-host-config:
drwxrwxrwx2 system system 0 Oct 10 13:18 /var/empty
Well, the date was different, as I have deleted and recreated it manually a
coupl
"Harig, Mark A." <[EMAIL PROTECTED]> wrote:
> Somehow, the cron.sh script did not get run during your installation.
> Here is what it does:
>
> #!/bin/sh
>
> set -x
>
> if [ ! -d /var/cron ]
> then
> mkdir -p /var/cron
> fi
> chmod 1777 /var/cron
>
> if [ ! -d /var/cron/tabs ]
> then
> mkdir
According to /usr/doc/Cygwin/openssh-3.4p1-5.README:
>The new ssh-host-config script also adds the /var/empty directory
>needed by privilege separation. When creating the /var/empty directory
>by yourself, please note that in contrast to the README.privsep
document
>the owner sshould not be "roo
Sorry if this has been answered a hundred times, but could not find
anything the FAQ, doc, or archives.
THE PROBLEM:
o Say I have some intrepreter xxx.exe, that expects to get started like
this
xxx c:\home\my_script.xxx ...
o I want to automate this process the usual way, by adding this to
Somehow, the cron.sh script did not get run during your installation.
Here is what it does:
#!/bin/sh
set -x
if [ ! -d /var/cron ]
then
mkdir -p /var/cron
fi
chmod 1777 /var/cron
if [ ! -d /var/cron/tabs ]
then
mkdir /var/cron/tabs
fi
chmod 1777 /var/cron/tabs
> -Original Message---
Generating a new key worked, as far as finding the key goes. Then it
presented me with a /var/empty ownership or permissions issue. So, thinking
along the same lines, I chaned owner of that dir to myself. Finally, sshd
runs. Not as a service unfortunately, but it does run. Also unfortunately, I
ca
On Thu, Oct 10, 2002 at 01:54:16PM -0400, E. Westbrook wrote:
>Greetings list,
>
>A brief question about free use of cygwin in a commercial environment.
>
>If I should direct this question elsewhere, I'll be grateful to learn
>where. I've searched the web and the FAQs but have not found a
>specif
This will help getting you running from the command line:
If your files are owned and only readable by SYSTEM, it's harder to run sshd
from the command line. Try either:
Changing /etc/ssh*key* to be owned by the user you are starting sshd as
OR
Specifying a new host key with -h: /usr/sbin/s
Greetings list,
A brief question about free use of cygwin in a commercial environment.
If I should direct this question elsewhere, I'll be grateful to learn
where. I've searched the web and the FAQs but have not found a
specific answer to this specific question. I've also telephoned the
commer
I'm sorry. Why would changing the cygdrive prefix to '/' have any affect
on this issue? I don't know of any reason to recommend this beyond,
perhaps,
personal preference. If there's a reason to do this for sshd, this needs to
be investigated and fixed. Ditto for any other package that doing th
I had consider that as well, so I did it. Nothing changed as far as openssh
is concerned.
$ mount -p
Prefix Type Flags
/ system binmode
dmonk@DIETPEPSI ~
$ /usr/sbin/sshd -d -d -d
debug1: sshd version OpenSSH_3.4p1
Could not load host key: /etc/ssh_ho
On 10/9/2002 2:02 PM, Gregg C Levine wrote:
> Can I cross compile the binaries for, say, GNUMach for the Hurd, using
> Cygwin?
In theory, yes. You have to build a cross-compiler for GNUMach/Hurd
using Cygwin ("host" will be Cygwin, "target" will be GNUMach/Hurd -
don't know exactly what either
Shouldn't that have been:
mount -s -b -c /
User mounts override system mounts. You'll also need to do (after the
above mount):
umount -u -c
Then exit/reenter the shell and all should be kosher.
David Monk wrote:
>Some of what you asked is in the cygcheck output, but here it is: (note,
>cha
What happens when you link with DhcpCSvc.Lib from the MS Platform SDK?
Larry
Original Message:
-
From: [EMAIL PROTECTED]
Date: Thu, 10 Oct 2002 12:03:51 -0400
To: [EMAIL PROTECTED]
Subject: 1.3.12-2 how to link with MS Platform SDK
Hello,
My application controls MS DHCP Serve
I had already checked that myself.
$ ls -l /etc/ssh*key
-rw---1 system system672 Oct 9 16:36
/etc/ssh_host_dsa_key
-rw---1 system system530 Oct 9 16:36 /etc/ssh_host_key
-rw---1 system system887 Oct 9 16:36
/etc/ssh_host_rsa_key
David
---
I'm using a cygwin that I refreshed yesterday, on Win2K SP2.
uname -a says: CYGWIN_NT-5.0 COMPUTER 1.3.12(0.54/3/2) 2002-07-06 02:16 i686
unknown
I installed the cron service following recommendations to include
CYGWIN="tty ntsec". Cygcheck reveals that cron is version 3.0.1-7.
Everything appea
What are the permissions of your host keys? SYSTEM needs to be the
owner and only reader of these files.
$ ls -l /etc/ssh*key
> -Original Message-
> From: David Monk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 1:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: sshd prob
Following up on my two messages of yesterday, I've narrowed down a bit the
problem I am having with pthread_cancel(), to the point where the thread
I'm trying to cancel doesn't do ANYTHING but loop. No calls to any other
functions at all, just an endless loop..
When I call pthread_cancel() I get
Some of what you asked is in the cygcheck output, but here it is: (note,
changing the cygdrive prefix, by mount -c / made no difference)
dmonk@DIETPEPSI ~
$ mount
C:\cygwin\bin on /usr/bin type user (binmode)
C:\cygwin\lib on /usr/lib type user (binmode)
C:\cygwin on / type user (binmode)
c: on /
Hi,
My info shows man pages. After one executes info grep,
press n for next page or p for previous. Also if one goes over the page
press open and the respective man pages will be open.
HTH,
Aldi
>'info' is supposed to display man pages, too. I see that the current
>release doesn't allow that,
On Thu, Oct 10, 2002 at 12:16:50PM -0400, Igor Pechtchanski wrote:
>I think it would really benefit you to peruse the info files for find and
>grep very carefully. I suggest installing 'pinfo', a replacement for
>info, since it has a better interface, and allows you to view manpages as
>well, but
What are your mount points?
$ mount
What is your cygdrive prefix?
$ mount -p
If your cygdrive prefix is not '/', then consider changing it to '/':
$ mount -c /
> -Original Message-
> From: David Monk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 10:29 AM
> To: [
On Thu, Oct 10, 2002 at 05:29:33PM +0300, [EMAIL PROTECTED] wrote:
>I am using the newest Cygwin net release (upgraded today by re-running
>Cygwin Setup to make sure this is not fixed yet). I noticed this
>problem while writing a long pipeline ending with "| less" and then
>trying to suspend the
Igor and All,
Thanks for your comments and explanations on ., grep,
find, and VB file processing.
And thanks for the pointers to the info files. I'll
take a close look and them.
Also, you are right in that the ; does not have to be
escaped in the XP shell (cmd.exe). That was my error,
and ind
On Thu, 10 Oct 2002, Thomas Mellman wrote:
> WRT <[EMAIL PROTECTED]>,
>
> > I have been experiencing similar problems since upgrading to bash
> > 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c"
> > command as in "cw" (i.e., change word) would stop working, but "dw"
> > (i.e.,
On Thu, 10 Oct 2002, Gareth Pearce wrote:
> [snip]
>
> Gareth - idly ponders why the grep he installed himself on this dec machine
> doesnt have --include.
Hmmm, you did install GNU grep, didn't you?
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,
Hello Gerrit,
This might be a good idea. I'll check and, unless somebody already
called attention to TPJ's problems there, I'll send to those lists as
well.
Regards,
/Nenad
> -Original Message-
> From: Gerrit P. Haase
> Subject: Re: The Perl Journal needs help
>
>
> Hallo Nenad,
>
Sheryl,
I think it would really benefit you to peruse the info files for find and
grep very carefully. I suggest installing 'pinfo', a replacement for
info, since it has a better interface, and allows you to view manpages as
well, but 'info find' and 'info grep' should do just as well.
In parti
Hello,
My application controls MS DHCP Server and because of that needs to use
some calls from MS Platform SDK.
For example I have to call "DhcpCApiInitialize()" function.
I do
#include // dhcp client options api
Compilation goes no problem. But when I'm trying to link it gives me a
erro
On 10 Oct 2002, Robert Collins wrote:
> On Thu, 2002-10-10 at 16:00, [EMAIL PROTECTED] wrote:
> > > I"m right here.
> >
> > You can't be, because I'm right here and I know that you're not.
>
> Pats self, with concerned look on face - "you know, you're right, I'm *not here*.
>Hlp"
Oh, come
Hello and thanks for your attention,
I am using the newest Cygwin net release (upgraded today by re-running Cygwin Setup to
make sure this is not fixed yet). I noticed this problem while writing a long pipeline
ending with "| less" and then trying to suspend the processes. When I do this the
C
Hello all,
I hate to start yet another thread on this, but I am just joining the list.
I see there have been many varied reports of problems with sshd recently. I
just wanted to throw in my experience to hopefully give some additional
insight.
I have been running cygwin with sshd as a Win2k servi
At 08:52 AM 10/10/2002, Gerrit P. Haase wrote:
>elfyn schrieb:
>
> > I have taken a little while this morning to write a doc on how to setup sshd
> > as a service under windows nt/2000/xp to help people new to cygwin or people
> > experiencing problems. Really want others input and experience in
At 04:02 AM 10/10/2002, Marcos Lorenzo de Santiago wrote:
>I think there SHOULD be properly documentation of sshd installation and
>configuration process for the new Openssh as now it does privilege
>separation and installation/configuration has changed. I encourage
>developers to make a final
elfyn schrieb:
> I have taken a little while this morning to write a doc on how to setup sshd
> as a service under windows nt/2000/xp to help people new to cygwin or people
> experiencing problems. Really want others input and experience in setting it
> up. Maybe be added to the OpenSSH dist. C
At 02:38 AM 10/10/2002, Christophe Trophime wrote:
>Recently I wanted to increase the program/data memory limit for cygwin.
>As mentionned in http://cygwin.com/ml/cygwin/2002-09/msg00254.html I
>have added a registry DWORD value in "HKCU/Sofware/Cygnus
>Solutions/Cygwin" and restarted my computer.
At 04:16 AM 10/9/2002, S. L. wrote:
>Larry,
>[...]
> > to a file in that FAT(32) partition. Just run "chmod +rw " for
> >
> > some and the "EA DATA .SF" should appear if you're running with
> > "ntea"
> > enabled. Make sure that "ntea" is set *before* the Cygwin DLL is loaded
> >
> > (befor
WRT <[EMAIL PROTECTED]>,
> I have been experiencing similar problems since upgrading to bash
> 2.05b-2 and libreadline5 4.3-1. My typical problem is that the "c"
> command as in "cw" (i.e., change word) would stop working, but "dw"
> (i.e., delete word) followed by "i" (i.e., insert) was fine.
When you login to console you get desktop "winsta0\Default". When you login with ssh
you get a totally different desktop, something with a numeric name. Programs inherit
their parent desktop unless they take special steps to get another desktop. Even if
they try to get another desktop permissio
> To add to my tests I reported in my previous mail:
> - I am on my NT PC
> - I telnet (using cygwin's telnet) to my NT PC
> - \cygwin\cygwin, emacs- nw
>
> This is a lot better than when I telnetted from my linux box. The display
is
> ok now. However, arrow keys don't work (they get entered as AB
Hi Bjoern,
that's interesting, as emacs -nw doesn't work for me... Could you offer a
bit more detail on what you mean with remote execution? Where do you com
from? Which daemon are you using?
To add to my tests I reported in my previous mail:
- I am on my NT PC
- I telnet (using cygwin's telne
On Thursday 10 Oct 02, Bjoern Kahl AG Resy writes:
> > However, I don't use the Cygwin port of Emacs (yet?), so I also do not
> > know the status of using "emacs -nw" from a remote shell.
> >
> > Has anyone tried this? Does it work?
>
> I have installed Cygwin including the GNU-emacs package of
Hallo !
On Thu, 10 Oct 2002, David Starks-Browning wrote:
> On Wednesday 9 Oct 02, Christopher Faylor writes:
> > On Wed, Oct 09, 2002 at 07:10:31PM -0700, Joshua Daniel Franklin wrote:
> > >I was looking at the FAQ and realized some questions need an update.
> > >I plan to do this. However, so
>
> However, I don't use the Cygwin port of Emacs (yet?), so I also do not
> know the status of using "emacs -nw" from a remote shell.
>
> Has anyone tried this? Does it work?
>
Hi
I have NT4.0, latest cygwin, Exceed for X-windows emulation and Exceed
telnetd.
I let cygwin-setup install 'emacs
Hi,
Whats happening here is that you started an win-app from a cygwin shell. The
point of winvnc.exe is to run an capture the users gdi/gui which could not
happen as you were in a console session. What you would need to do for this
to work is have the winvnc service installed/running and use c
On Wednesday 9 Oct 02, Christopher Faylor writes:
> On Wed, Oct 09, 2002 at 07:10:31PM -0700, Joshua Daniel Franklin wrote:
> >I was looking at the FAQ and realized some questions need an update.
> >I plan to do this. However, some of them I don't have the knowledge
> >to frame a correct updated a
Hi,
I have taken a little while this morning to write a doc on how to setup sshd
as a service under windows nt/2000/xp to help people new to cygwin or people
experiencing problems. Really want others input and experience in setting it
up. Maybe be added to the OpenSSH dist. Corinna???
Elfyn
Billinghurst, David (CRTS) wrote:
>
> You can build gnat on cygwin. See
> - http://gcc.gnu.org/ml/gcc/2002-06/msg00161.html
> - http://sources.redhat.com/ml/cygwin/2002-09/msg01212.html
Wonderful, marvellous !!!
That's the right way to solve the problem !...
Thanks a lot to you David for the
On Wed, 9 Oct 2002, Elfyn wrote:
> Hey,
>
> What i meant by shared-server is that more than one person (other than you)
> would be accessing the server. So if it is a shared environment you might
> want to tighten security.
>
> In general you should run things l
I have sshd installed on my win2k box. Together with cygwin, of
course. Recently I needed GUI access to my computer and after logging
in via ssh I run "cygstart winvnc.exe". The application started, but
did not show up in the system tray. However, it didn't accept
connections - although it was sta
98 matches
Mail list logo