Don't forget to enable X11Forwarding at the Target sshd
It must forward X11
in /etc/sshd_config
X11Forwarding yes
defaut is "no":
#X11Forwarding no
DISPLAY-Setting is by sshd !!
Result is e.g.
DISPLAY=localhost:11.0
Mit freundlichen Grüßen
Klaus-Peter
-Original Message-
Fro
in window xp home ed, it have a red heart with white cross on it , it seem is
firewall is down. but I do not quite trust that, can I check from cygwin(or
linux)
how do I know I already havr firewall, and how to set up down
eric
h
On Mon, Feb 28, 2005 at 10:31:28AM -0600, Satish Balay wrote:
> On Mon, 28 Feb 2005, Mike wrote:
>
> > On Mon, 28 Feb 2005, artem_ave might have said:
> >
> > > Hello,
> > >
> > > I have Win 2000 machine running Cygwin (with X Server) and i'm trying to
> > > launch GUI apps from remote Solaris s
> Date: Mon, 28 Feb 2005 06:28:33 -0700
> From: Eric Blake <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> CC: cygwin@cygwin.com
> Subject: df and floppy seeks [was: [ANNOUNCEMENT] Updated:
> findutils-20041227-1]
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Tom Hall on 2
Hi,
I've been having a few problems with sshd on win2k3.
I'm not using privilege separation and it's running as the local system
account (as I don't need key authentication). It runs but doesn't appear to
listen.
So, I decided to check to see what the log files said. I install sshd with
the
1.5.12 and the latest snapshots allow unlinking a file contrary to POSIX
rules. The addition of CYGWIN=traverse was not enough to fix this issue.
Unlink is required to fail with EACCES if the file is contained in a directory
without write permission.
$ mkdir a
$ touch a/b
$ chmod a-w a
$ touc
Sangita Mohan wrote:
>
> I am trying to use the OpenLDAP client library from my VC++ code.
>
> I downloaded the Cygwin OpenLDAP dlls and header files. I used a utility
> called implib32 to generate lib files for the dlls.
>
> I linked the project to use the OpenLDAP lib files. However it doesn't
John Morrison wrote:
On Mon, February 28, 2005 12:19 pm, Stephan Petersen said:
Hi Gerrit,
thanks for your and all the others' replies.
- The CPAN repository and build directory *must* reside in a path
mounted in binmode:
mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan
mou
I am trying to use the OpenLDAP client library from my VC++ code.
I downloaded the Cygwin OpenLDAP dlls and header files. I used a utility
called implib32 to generate lib files for the dlls.
I linked the project to use the OpenLDAP lib files. However it doesn't
build. I get the following errors
Hi,
I represent Helvetic Association for Open Source Developpement and I
would like to let you know I have been setting up a mirror for you is
ready. My mirror is up you can reach it at http://cygwin.mirror.fr
Its location is Neuchatel in Switzerland.
The update of the mirror is daily.
Best rega
On Mon, Feb 28, 2005 at 07:44:46PM +0100, David Dindorp wrote:
>Cristopher Faylor wrote:
>>David Dindorp wrote:
>>>Bash seems to think that it's child has terminated prematurely.
>>>Has anyone experienced something similar?
>>>
>>>Evidence: See the order of execution in the script below,
>>>compare
Cristopher Faylor wrote:
>David Dindorp wrote:
>>Bash seems to think that it's child has terminated prematurely.
>>Has anyone experienced something similar?
>>
>>Evidence: See the order of execution in the script below,
>>compare with what bash does (further below).
>
>>Version: snapshot 20050226 /
On Mon, Feb 28, 2005 at 06:53:50PM +0100, David Dindorp wrote:
>Bash seems to think that it's child has terminated prematurely.
>Has anyone experienced something similar?
>
>Evidence: See the order of execution in the script below,
>compare with what bash does (further below).
>
>Version: snapshot
I tried it nevertheless. I logged out and in a couple of times.
No problem here, neither on 1.5.12 nor on current CVS.
Corinna
Thank god.
In that case it is almost certainly a pecularity of my box, and isn't a
show stopper for the application I noticed this bug on.
I'll see if I can replicate t
Dave Korn wrote:
> Hmm. You appear to have told tar to create the output archive
> in the root directory of the filing system.
Hm, actually $arcrfname contains a full path, including /cygdrive/c/...
I cut it from the script and output because it made it entirely
unreadable (partly related to my m
Original Message
>From: Corinna Vinschen
>Sent: 28 February 2005 18:16
> On Feb 28 18:00, Dave Korn wrote:
>>> From: cygwin-owner On Behalf Of Bryan O'Donoghue
>>> However, if you do start the login process and poll programatically/by
>>> hand the service to return data, you should notice
Original Message
>From: David Dindorp
>Sent: 28 February 2005 17:54
> Evidence: See the order of execution in the script below,
> compare with what bash does (further below).
> Log file:
> ==
> +++ tar --remove-files --ignore-failed-read -cvf \
> /0007-02-2005-02-2
On Feb 28 18:00, Dave Korn wrote:
> >From: cygwin-owner On Behalf Of Bryan O'Donoghue
> > However, if you do start the login process and poll programatically/by
> > hand the service to return data, you should notice as I have that
> > roughly 1-2 seconds before the full login, to the Windows deskt
Bash seems to think that it's child has terminated prematurely.
Has anyone experienced something similar?
Evidence: See the order of execution in the script below,
compare with what bash does (further below).
Version: snapshot 20050226 / bash 3.0.
If I'm grossly missing anything from my error re
Original Message
>From: cygwin-owner On Behalf Of Bryan O'Donoghue
>Sent: 28 February 2005 15:01
> b) You reboot the machine and _don't_ log in. If you simply leave the
> machine at the login prompt, this particular Windows Service, will
> always behave as expected.
> However, if you do
I've been using the Emacs 21.3.50 on Cygwin for quite a while. Will
this be listed on the Cygwin setup as the formal pkg rather than beta
soon? Just a bit inconvenient to try to check off the installation of
21.2 at setup (sometimes, I forgot and need to revert...).
Many thanks.
P.
--
Unsubscr
On Mon, 28 Feb 2005, Satish Balay wrote:
> Also - if invoking ssh from a regular bash-cmd [not xterm] - make sure
> your display variable is properly set.
>
> i.e
> setenv DISPLAY :0.0
Ah.. I'm mixing bash & tcsh.. [correct command woud be]
export DISPLAY=:0.0
> ssh -Y remotemachine
> xterm
-
On Mon, 28 Feb 2005, Mike wrote:
> On Mon, 28 Feb 2005, artem_ave might have said:
>
> > Hello,
> >
> > I have Win 2000 machine running Cygwin (with X Server) and i'm trying to
> > launch GUI apps from remote Solaris system via ssh (with -X option).
> > Whatever DISPLAY I set in my ssh session i
Hello list.
Here is an example of a very simple Windows service.
This code works fine if
a) You start/stop from the Windows Service Control Manager. Always a
telnet from another machine to port 1984 on the app-machine suceeds and
writes back data.
b) You reboot the machine and _don't_ log in. If
On Mon, 28 Feb 2005, artem_ave might have said:
> Hello,
>
> I have Win 2000 machine running Cygwin (with X Server) and i'm trying to
> launch GUI apps from remote Solaris system via ssh (with -X option).
> Whatever DISPLAY I set in my ssh session it says:
> ... Xt error: Can't open display: ...
Hello,
I have Win 2000 machine running Cygwin (with X Server) and i'm trying to
launch GUI apps from remote Solaris system via ssh (with -X option).
Whatever DISPLAY I set in my ssh session it says:
... Xt error: Can't open display: ...
What am I doing wrong?
Thanks in advance,
Artem A. Avetisya
Could something along these lines be done in the postinstall for perl?
(Only if the mount doesn't exist of cause...)
Alternatively, maybe the CPAN module could issue a warning when it's
running under cygwin using a textmode-mounted .cpan directory.
Stephan
--
Stephan Petersen [EMAIL PROTECTED]
On Feb 28 06:28, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Tom Hall on 2/27/2005 2:50 PM:
> >
> > You're right. After rebooting, the floppy seek stuff came back with df.
> > Back to "subst a: c:" in my cygwin.bat :-(
>
> So, what are the symptoms of th
Original Message
>From: cygwin-owner On Behalf Of Eric Blake
>Sent: 28 February 2005 13:49
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Forwarding this email exchange from the coreutils list for archival
> purposes, in case any one else has similar problems. I personally cannot
Original Message
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Christopher Faylor Sent: 27 February 2005 04:40
To: cygwin@cygwin.com
Subject: Re: diff utilities!!
> 1) Take some deep breaths and calm down.
>
> On Sat, Feb 26, 2005 at 08:34:44PM -0800, TAING Nguon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Forwarding this email exchange from the coreutils list for archival
purposes, in case any one else has similar problems. I personally cannot
reproduce it (I don't use the Norton tool mentioned). Could it be that
Norton Protection Recycle Bin interfer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Tom Hall on 2/27/2005 2:50 PM:
>
> You're right. After rebooting, the floppy seek stuff came back with df.
> Back to "subst a: c:" in my cygwin.bat :-(
So, what are the symptoms of the df floppy seek stuff? Which version of
coreutils a
I think I found a bug in the latest version of grep in Cygwin. I use
"grep -P" frequently to search for files using Perl-compatible regular
expressions. I updated Cygwin a couple of days ago, and suddenly found
the -P and --perl-regexp options (equivalent) didn't work. When you try to
use -P, it
On Mon, February 28, 2005 12:19 pm, Stephan Petersen said:
>
> Hi Gerrit,
>
> thanks for your and all the others' replies.
>
>> - The CPAN repository and build directory *must* reside in a path
>> mounted in binmode:
>>
>> mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan
>>
Hi Gerrit,
thanks for your and all the others' replies.
- The CPAN repository and build directory *must* reside in a path
mounted in binmode:
mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan
mount -u -b -f c:/cygwin/home/username/.cpan /home/username/.cpan
That seems to h
Ariel Burbaickij wrote:
Well, thanks go to you and to previous poster. As about posting
to cygnome mailing list -- this is valid, surely, unfortunately
list seems to be dead (maybe I am wrong), as about recompiling
myself -- this is what I tried to do firtst, surely but this causes
the configure
On Feb 27 21:05, Yitzchak Scott-Thoennes wrote:
> On Thu, Aug 26, 2004 at 10:43:30PM +0200, Corinna Vinschen wrote:
> > On Aug 26 12:26, Yitzchak Scott-Thoennes wrote:
> > > Using cygcheck from the 20040825 snapshot, I get
> > >
> > > $ cygcheck -lv cygwin
> > > Can't open file list /etc/setup/cyg
Thanks, Brian!
Making sure cygwin is set up for "everybody" seemed to do the trick.
All services ran fine after a reboot.
For the record: no events of interest appeared in the event log (only
the Windows error message in the subject). No output was produced in
/var/log.
Cheers,
Rob
Brian Dess
38 matches
Mail list logo