Fwd: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-21 Thread Hans-Bernhard Bröker via Cygwin
I  can't see a command like

cygcheck -p ssh-keygen

as noticeably more cumbersome than comparable commands of other
distributions

Lee via Cygwin  schrieb am Mo., 20. Nov. 2023, 23:42:

> On Mon, Nov 20, 2023 at 11:54 AM Matthias wrote:
> >
> > Dear all,
> >
> > I've installed cygwin 3.4.9-1 in my virtualbox running on Windows 10.
> > After installing defaults plus openssh 9.5p 1-1, I open the
> Cygwin64-Terminal as Administrator and
> > run ssh-host-config.
> >  * Answered "yes" to create the /etc/ssh_config and /etc/sshd_config
> >  * Answered "no" to use StrictMode
> >  * and "yes" to install sshd as a service
> >  * I just press  for the question for "Value of CYGWIN for the
> daemon".
> > cygrunsrv -S cygsshd will not start the sshd. The logfile say "no
> hostkeys available".
> >
> > Unfortunately  I can't find ssh-keygen in the installable packages.
> > Howto install ssh-keygen or how to create hostkeys?
>
> The easy way to see if it's already installed
>   $ which ssh-keygen
>   /usr/bin/ssh-keygen
>
> If no, Cygwin is a bit of a pain when looking for a program that's
> included in another package.
>
> There's probably a better way, but I use the cygwin package search - eg:
>   https://cygwin.com/cgi-bin2/package-grep.cgi?grep=ssh-keygen
> and then take a guess as the most likely candidate in the results list
> and click on that link to see if it's included in that package - eg
>
> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fopenssh%2Fopenssh-9.5p1-1=ssh-keygen
>
>
> Regards
> Lee
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread Mark Hansen

On 3/23/2022 4:38 AM, John Harris wrote:

I'm trying one more posting of this from a month ago hopefully to get
more eyes on it (got no replies last time). I apologize for the
repeat, and will stop if no one has any leads on how to fix this. It's
such a frustrating bug that's easily reproducible and only happens
with Cygwin-X multi window mode.


I see what I think is the same thing, but only when I'm running a Java Swing 
(GUI) application
on a Linux host (CentOS) and displaying to my Windows PC running Cygwin X 
Server.

If I run other X applications on the Linux host (displayed to my X Server) they 
do
not see this.




-- Forwarded message -
From: John Harris 
Date: Sun, Feb 13, 2022 at 10:14 AM
Subject: Cygwin-X AWT windows snap back after drag in multi-window
mode (w/example): long-standing issue
To: 


For well over ten years, I (and other developers with the same
configuration) have been experiencing this issue with Cygwin-X in
multi-window mode with Java AWT apps.

The issue is simply that the first time (and only the first time)
certain AWT dialogs are dragged to move them, they snap back to their
original position.

The problem exists across JDK's, computers, cygwin versions, fresh
installs, and everything I've tried.

This can easily be reproduced by compiling (javac) and running (java)
the attached trivial AWT code. If you get this error at runtime:

   Exception in thread "main" java.awt.AWTError: Assistive Technology
not found: org.GNOME.Accessibility.AtkWrapper

...then you need to do these steps:

edit /etc/java--openjdk/accessibility.properties, commenting out
the line that reads,
assistive_technologies=org.GNOME.Accessibility.AtkWrapper

The attached program will demonstrate the issue. Also attached are
(shortened) cygcheck output and the XWin log.







--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread John Harris
I'm trying one more posting of this from a month ago hopefully to get
more eyes on it (got no replies last time). I apologize for the
repeat, and will stop if no one has any leads on how to fix this. It's
such a frustrating bug that's easily reproducible and only happens
with Cygwin-X multi window mode.

-- Forwarded message -
From: John Harris 
Date: Sun, Feb 13, 2022 at 10:14 AM
Subject: Cygwin-X AWT windows snap back after drag in multi-window
mode (w/example): long-standing issue
To: 


For well over ten years, I (and other developers with the same
configuration) have been experiencing this issue with Cygwin-X in
multi-window mode with Java AWT apps.

The issue is simply that the first time (and only the first time)
certain AWT dialogs are dragged to move them, they snap back to their
original position.

The problem exists across JDK's, computers, cygwin versions, fresh
installs, and everything I've tried.

This can easily be reproduced by compiling (javac) and running (java)
the attached trivial AWT code. If you get this error at runtime:

  Exception in thread "main" java.awt.AWTError: Assistive Technology
not found: org.GNOME.Accessibility.AtkWrapper

...then you need to do these steps:

edit /etc/java--openjdk/accessibility.properties, commenting out
the line that reads,
   assistive_technologies=org.GNOME.Accessibility.AtkWrapper

The attached program will demonstrate the issue. Also attached are
(shortened) cygcheck output and the XWin log.


SimpleEx.java
Description: application/ms-java


cygcheck.out
Description: Binary data


XWin.0.log
Description: Binary data

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Fwd: Cygwin 1.7-58 with windows 2008

2016-03-24 Thread Mark Geisert

Rashi Singhal wrote:

I downloaded Cygwin 1.7.0-58 source from path:
http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/

Also downloaded all the packages of cygwin version 1.7.0.58

ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html


Are you saying you downloaded and installed *all* the packages present in Cygwin 
1.7.0-58?  Everything listed on that www.fruitbat.org page?


If so, you have made more work for yourself.  Your config.log seems to show 
'configure' is running into trouble determining whether Ada is supported.  You 
don't need Ada to compile Cygwin itself.  Uninstall the gcc-ada package you've 
downloaded.


..mark

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: Cygwin 1.7-58 with windows 2008

2016-03-23 Thread Rashi Singhal
I downloaded Cygwin 1.7.0-58 source from path:
http://ftp.eq.uc.pt/software/pc/prog/cygwin/release-2/cygwin/

Also downloaded all the packages of cygwin version 1.7.0.58

ftp://www.fruitbat.org/pub/cygwin/circa-2/index.html;


And followed instructions to compile from below document:

https://cygwin.com/faq/faq.html#faq.programming.building-cygwin

I have downloaded gcc-ada still getting error on this package while
compiling ( it hangs on this while configuring "ada" module)

Please help me further on this.

Is there any other procedure for building an older release of cygwin.


config.log
Description: Binary data
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple

Fwd: cygwin-1.7.28 getpwent header declaration changes ?

2014-02-06 Thread Jan Nijtmans
2014-02-06 15:02 GMT+01:00 Corinna Vinschen:
 In sys/_default_fcntl.h, the LOCK_xx macros are defined if
 __BSD_VISIBLE is defined, which *is* defined by default, unless you
 define one of

   _ANSI_SOURCE
   _C99_SOURCE
   _C11_SOURCE
   _POSIX_C_SOURCE
   _XOPEN_SOURCE

Yes, SQLite defines _XOPEN_SOURCE in sqliteInt.h:

http://www.sqlite.org/src/artifact/fdab572b3567d587?ln=198-200

I could add a !defined(__CYGWIN__) there, but I prefer
just to define __BSD_VISIBLE.

Thanks!

Regards.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Fwd: cygwin texlive problem

2013-12-19 Thread Ken Brown

On 12/19/2013 10:08 AM, Valerie Livina wrote:

Dear Prof. Ken Brown,
I apologise, I just sent the email unfinished - I continue it here.
I found your email in Cygwin mailing lists, and I understand that you
are an expert in TeXLive packages in Cygwin. I would be very grateful if
you could help me in my installation problem, or advise me who could I
contact regarding this.


Your mail should have gone to the Cygwin mailing list.  Please send any 
followups there.



I have cygwin32 installed on my computer (running Window7 64-bit). I
installed cygwin32 because I need to use xmgrace, which is not yet
available in the 64-bit version.
I compile a tex-file with some glossary using fonts that are not
available in the default TeXLive package and get error message, which is
disccussed here:
http://tex.stackexchange.com/questions/97123/problem-finding-metafonts-at-compilation
I understand that I have to install additional fonts, so I run again
Cygwin installer and add the recommended packages,
texlive-fonts-extra
texlive-fonts-recommended
I add these two packages in the Cygwin installer and then it suggests me
to choose a server for installation.


Are you running setup-x86.exe from the Cygwin website?  It should ask 
you to choose a mirror very early in the process, not after you've 
selected packages.



I have spent two days already trying to get access to most of the
servers in the list, and none of them allows me to perform installation.
The status bar gets stuck in the middle of Progress, and after some time
the installer says that I have to choose another server. It keeps going
like this without installing the packages, as if theres is some general
problem with installation.
Would you please advise how can I solve this problem?


At what point does the installation get stuck?  Is it during the 
download?  And what's the exact error message that you get?


By the way, I don't think your problem has anything to do with TeX Live, 
except that the packages you're trying to install are moderately large. 
 Do you generally have problems downloading large files?


Ken

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Fwd: cygwin texlive problem

2013-12-19 Thread Larry Hall (Cygwin)

On 12/19/2013 12:47 PM, Ken Brown wrote:

On 12/19/2013 10:08 AM, Valerie Livina wrote:

Dear Prof. Ken Brown,
I apologise, I just sent the email unfinished - I continue it here.
I found your email in Cygwin mailing lists, and I understand that you
are an expert in TeXLive packages in Cygwin. I would be very grateful if
you could help me in my installation problem, or advise me who could I
contact regarding this.


Your mail should have gone to the Cygwin mailing list.  Please send any
followups there.


I have cygwin32 installed on my computer (running Window7 64-bit). I
installed cygwin32 because I need to use xmgrace, which is not yet
available in the 64-bit version.
I compile a tex-file with some glossary using fonts that are not
available in the default TeXLive package and get error message, which is
disccussed here:
http://tex.stackexchange.com/questions/97123/problem-finding-metafonts-at-compilation

I understand that I have to install additional fonts, so I run again
Cygwin installer and add the recommended packages,
texlive-fonts-extra
texlive-fonts-recommended
I add these two packages in the Cygwin installer and then it suggests me
to choose a server for installation.


Are you running setup-x86.exe from the Cygwin website?  It should ask you to
choose a mirror very early in the process, not after you've selected packages.


I have spent two days already trying to get access to most of the
servers in the list, and none of them allows me to perform installation.
The status bar gets stuck in the middle of Progress, and after some time
the installer says that I have to choose another server. It keeps going
like this without installing the packages, as if theres is some general
problem with installation.
Would you please advise how can I solve this problem?


At what point does the installation get stuck?  Is it during the download?
And what's the exact error message that you get?

By the way, I don't think your problem has anything to do with TeX Live,
except that the packages you're trying to install are moderately large.  Do
you generally have problems downloading large files?


Also, it's always possible to navigate to the mirror in question (through a
browser, for example) and see if the package causing the problem can
successfully be downloaded that way.  I'm not recommending this as a
workaround really.  I'm just suggesting it as a diagnostic to try to
pinpoint what may be the source of the problem.

--
Larry

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: [cygwin-apps][64bit] Is there going to be rxvt-unicode and terminus-fonts pkgs on 64bits?

2013-08-26 Thread Javier Vasquez
Hi,

I just noticed rxvt-unicode is not available on cygwin-64bits,
although it is on cygwing-32bits.  Are there plans to include it?

Also, terminus-fonts is not available neither for 64bits, nor 32.
It'd be of great help to include such package.  Is it in plans?

If any of those is not in plan for 64bits, what would be the approach
to get them?  Or would you suggest getting rid of 64bits cygwin, and
use 32bits one instead?

Thanks,

-- 
Javier.


Re: Fwd: [cygwin-apps][64bit] Is there going to be rxvt-unicode and terminus-fonts pkgs on 64bits?

2013-08-26 Thread Christopher Faylor
On Mon, Aug 26, 2013 at 09:36:57PM -0600, Javier Vasquez wrote:
I just noticed rxvt-unicode is not available on cygwin-64bits,
although it is on cygwing-32bits.  Are there plans to include it?

Also, terminus-fonts is not available neither for 64bits, nor 32.
It'd be of great help to include such package.  Is it in plans?

If any of those is not in plan for 64bits, what would be the approach
to get them?  Or would you suggest getting rid of 64bits cygwin, and
use 32bits one instead?

Wrong mailing list.  As mentioned at http://cygwin.com/lists.html use
the main cygwin list for this type of question.


Fwd: Cygwin 32 and Python 2.7.5: psycopg2 installation error

2013-08-20 Thread Public Joe
Hi there!

The python-postgresql adapter package throws an error during
installation into a cygwin 32 environment over a win-7 64 bit
operating system. It fails with both 64 and 32 bit PostgreSQL
installations: gcc compilation error.

See more (including the stactrace):
http://stackoverflow.com/questions/18323128/cygwin-32-and-python-2-7-5-psycopg2-installation-error

Any help would be greatly appretiated.

Thank you very much,
Joe, the public

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: Cygwin mkpasswd giving The format of the specified domain name is invalid

2013-05-14 Thread Sorin Sbarnea
Hi,

I am unable to make mkpasswd/mkgroup to work on a Windows 2003 R2
Enterprise x64.

While trying to finish Cygwin config and running mkpasswd -l -d and
mkgroup, it fails with the following error:

$ mkpasswd -l -u sorins -d /etc/passwd
sorins:unused:1012:513:sorins,U-JIRA\sorins,S-1-5-21-1179867521-3364476509-4149538525-1012:/home/sorins:/bin/bash
mkpasswd (87): [1212] The format of the specified domain name is invalid.

I tried even this option:

$ mkpasswd -l /etc/passwd
mkpasswd (374): [123] The filename, directory name, or volume label
syntax is in
correct.

JIRA is the computer name and sorins is a Local Administrator
This machine is part of domain

The question was also posted to:
http://serverfault.com/questions/506369/cygwin-mkpasswd-giving-the-format-of-the-specified-domain-name-is-invalid

Thanks,
Sorin

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-03-06 Thread Solomon Foster
Hi,

Was there ever a resolution to the issue in the subject line?  I'm
seeing what looks like a related problem when I try to use cygwin's
svn (installed yesterday).  I'm hoping there is a straightforward
solution, because this is a bit of a shop-stopper in my use of
cygwin...

Thanks,

--
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Fwd: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-03-06 Thread marco atzeri

On 3/6/2012 2:16 PM, Solomon Foster wrote:

Hi,

Was there ever a resolution to the issue in the subject line?  I'm
seeing what looks like a related problem when I try to use cygwin's
svn (installed yesterday).  I'm hoping there is a straightforward
solution, because this is a bit of a shop-stopper in my use of
cygwin...

Thanks,



Solomon,
may I suggest you to read the archives ?

http://cygwin.com/ml/cygwin/2012-03/threads.html
http://cygwin.com/ml/cygwin/2012-03/msg00180.html

please test the latest snapshots and check by yourself

http://cygwin.com/snapshots/

Regards
Marco

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: Cygwin 1.7.10 release date?

2011-10-08 Thread jdzstz - gmail dot com
Hello,

Last current cygwin version 1.7.9 was released 6 months ago, there is
any planned date to release future 1.7.10 version ?

( I am going to create new  version 3.0 of varnish cache cygwin
package, and I prefer to wait to cygwin 1.7.10 in case of the release
date is upcoming. )

Thanks,

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: cygwin 1.7.1 cygrunsrv-sshd - unable to login

2010-01-15 Thread LogicDaemon
 Hi all.

I am trying to set up ssh server as service in standalone Windows 2003. Sorry 
if this already was questioned but I did not find anything related in near 
maillist archive.

After ssh-host-config I'm getting sshd service, which does not accept any 
logins (log -d -d attached, found nothing helpful there). However if I run 
/usr/sbin/sshd from cygwin shell, it starts and I am able to login with both 
certificate and keyboard-interactive methods. If I change ssh service login 
user to my login then I am able to login also. What may be wrong?

problem 2: first trials to set up service leaded to starting two cygrunsrv 
processes (parent and child) and one sshd. But now I am getting one cygrunsrv 
process and one sshd, and parent of sshd is not running. To stop process, I 
have to manually kill sshd. I already removed and reinstalled service and 
config file, but behavior persists.

--
 LogicDaemon

debug2: load_server_config: filename /etc/sshd_config
debug2: load_server_config: done config len = 212
debug2: parse_server_config: config /etc/sshd_config len 212
debug1: sshd version OpenSSH_5.3p1
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-d'
debug1: rexec_argv[2]='-d'
debug1: rexec_argv[3]='-D'
debug2: fd 3 setting O_NONBLOCK
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: fd 4 clearing O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7
debug1: inetd sockets after dupping: 3, 3
Connection from 192.168.1.9 port 1264
debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
debug1: no match: PuTTY_Release_0.60
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3
debug2: fd 3 setting O_NONBLOCK
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes256-ctr,aes256-cbc,rijndael-...@lysator.liu.se,aes192-ctr,aes192-cbc,aes128-ctr,aes128-cbc,blowfish-ctr,blowfish-cbc,3des-ctr,3des-cbc,arcfour256,arcfour128
debug2: kex_parse_kexinit: 
aes256-ctr,aes256-cbc,rijndael-...@lysator.liu.se,aes192-ctr,aes192-cbc,aes128-ctr,aes128-cbc,blowfish-ctr,blowfish-cbc,3des-ctr,3des-cbc,arcfour256,arcfour128
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5
debug2: kex_parse_kexinit: zlib,none
debug2: kex_parse_kexinit: zlib,none
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-sha1
debug1: kex: client-server aes256-ctr hmac-sha1 none
debug2: mac_setup: found hmac-sha1
debug1: kex: server-client aes256-ctr hmac-sha1 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST_OLD received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug2: dh_gen_key: priv key bits set: 254/512
debug2: bits set: 2035/4096
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug2: bits set: 2088/4096
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug2: cipher_init: set keylen (16 - 32)
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug2: cipher_init: set keylen (16 - 32)
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user logicdaemon service ssh-connection method none
debug1: attempt 0 failures 0
debug2: parse_server_config: config reprocess config len 212
Invalid 

Re: Fwd: cygwin 1.7.1 cygrunsrv-sshd - unable to login

2010-01-15 Thread Larry Hall (Cygwin)

On 01/15/2010 02:18 PM, LogicDaemon wrote:

  Hi all.

I am trying to set up ssh server as service in standalone Windows 2003.
Sorry if this already was questioned but I did not find anything related in
near maillist archive.

After ssh-host-config I'm getting sshd service, which does not accept
any  logins (log -d -d attached, found nothing helpful there). However if I 
run
/usr/sbin/sshd from cygwin shell, it starts and I am able to login with both
certificate and keyboard-interactive methods. If I change ssh service login
user to my login then I am able to login also. What may be wrong?

problem 2: first trials to set up service leaded to starting two
cygrunsrv  processes (parent and child) and one sshd. But now I am getting one
cygrunsrv process and one sshd, and parent of sshd is not running. To stop
process, I have to manually kill sshd. I already removed and reinstalled
service and config file, but behavior persists.


Forwarding multiple copies of the same message to this list will not gain you
any friends on this list.

I suggest you look at the email archives for issues with 'sshd' installations.
Most of them result from bad configuration, as is the case with yours (*never*
run 'sshd' directly from the command line as a user other than the one that
runs it as a service).

I also recommend two other things:

  1. Read the Users Guide for information about switching users.  I highly
 recommend you implement the LSA package option.
 http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-setuid-overview
  2. To quickly recover from the hole you're in, wipe your Cygwin installation
 and start over, using the configuration scripts (ssh-host-config, 
ssh-user-config)

 at your disposal and your new found knowledge from the Users Guide, email
 archives, and even the README.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Fwd: Cygwin X is not starting in Vista 64 bit Home edition.

2009-10-11 Thread Pratap Kumar Das
Dear all,
I regularly use Cygwin on windows for running my Linux based
codes/applications on Windows.
I have Windows XP(32 bit) on my laptop. There all the applications
related to Cygwin work fine.
But on my Windows 64bit Vista Home Premium edition, the Cygwin X
Windows application doesn't start up. Can anybody suggest what should
be done to make cygwin/X work in Vista 64 bit also?
Thanks in advance
Pratap

--
**
PRATAP KUMAR DAS
Research Scholar
VLSI Circuits and Systems Lab
Dept of Electrical Communication Engineering
I.I.Sc, Bangalore
560012
**

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Fwd: cygwin 1.5.24 bash 3.2.17(15) ls -d only reports .

2007-07-18 Thread Simon Davies

Here's cygcheck.out to go with previous email

-- Forwarded message --
From: Simon Davies [EMAIL PROTECTED]
Date: 18-Jul-2007 17:28
Subject: cygwin 1.5.24 bash 3.2.17(15) ls -d only reports .
To: cygwin@cygwin.com


Hi cygwin,

Hope that this is the appropriate place for this question.

I have just installed cygwin on my XP machine and tried ls -d. To my
surprise only . was reported. ls -l showed several directories
were present.

Is this expected behaviour?

Regards,
Simon


cygcheck.out
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

RE: [Fwd: CYGWIN notty (enthought solution?)]

2007-02-04 Thread Dave Korn
On 02 February 2007 19:21, DePriest, Jason R. wrote:

 On 1/31/07, John F Burkhart  wrote:
 [ - - - - - - - - cut - - - - - - - - ]
 the situation. Could someone perhaps explicitly sate how to set
 Cygwin=notty?
 [ - - - - - - - -/cut - - - - - - - - ]
 
 Create a Windows environment variable (might want to use SYSTEM
 environment variable and not just a USER environment variable) called
 CYGWIN.
 
 Set this new variable's value to NOTTY.
 
 Exit all command prompts, DOS windows, cygwin shells, cygwin processes, etc.
 
 Better yet, just reboot.

  No need for that.  The change takes effect immediately and applies to all
new processes subsequently created.  Exiting your existing cygwin apps and
restarting them is all you need.  Obviously, rebooting makes sure that you
didn't forget any background processes or services, but it's still a
sledgehammer-vs-nut scenario.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [Fwd: CYGWIN notty (enthought solution?)]

2007-02-02 Thread DePriest, Jason R.

On 1/31/07, John F Burkhart  wrote:
[ - - - - - - - - cut - - - - - - - - ]

the situation. Could someone perhaps explicitly sate how to set
Cygwin=notty?

[ - - - - - - - -/cut - - - - - - - - ]

Create a Windows environment variable (might want to use SYSTEM
environment variable and not just a USER environment variable) called
CYGWIN.

Set this new variable's value to NOTTY.

Exit all command prompts, DOS windows, cygwin shells, cygwin processes, etc.

Better yet, just reboot.

Done.

-Jason

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[Fwd: CYGWIN notty (enthought solution?)]

2007-01-31 Thread John F Burkhart

Hello all. I've found this post:

http://www.thescripts.com/forum/thread32391.html
and I am having an identical problem.

I'm a newbie. I've installed cygwin (without python), and then installed 
enthought - because I'm hoping to use the scypy tools, etc.
Anyway, I'm running the latest cygwin on an xp pro machine. I use the 
.bat file (pasted below) to launch cygwin and an xterm. Notice i put the 
SET CYGWIN=notty line in there, but it hasn't done anything to improve 
the situation. Could someone perhaps explicitly sate how to set 
Cygwin=notty?

Any thoughts would be greatly appreciated.

Thank you,
john

=  BEGINFILE =

@echo off
SET DISPLAY=127.0.0.1:0.0

REM
REM The path in the CYGWIN_ROOT environment variable assignment assume
REM that Cygwin is installed in a directory called 'cygwin' in the root
REM directory of the current drive.  You will only need to modify
REM CYGWIN_ROOT if you have installed Cygwin in another directory.  For
REM example, if you installed Cygwin in \foo\bar\baz\cygwin, you will need
REM to change \cygwin to \foo\bar\baz\cygwin.
REM
REM This batch file will almost always be run from the same drive (and
REM directory) as the drive that contains Cygwin/X, therefore you will
REM not need to add a drive letter to CYGWIN_ROOT.  For example, you do
REM not need to change \cygwin to c:\cygwin if you are running this
REM batch file from the C drive.
REM

SET CYGWIN_ROOT=\cygwin
SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin
SET CYGWIN=notty

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

REM
REM Cleanup after last run.
REM

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

REM
REM The error Fatal server error: could not open default font 'fixed' is
REM caused by using a DOS mode mount for the mount that the Cygwin/X
REM fonts are accessed through.  See the Cygwin/X FAQ for more
REM information:
REM http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof
REM

if %OS% == Windows_NT goto OS_NT

REM Windows 95/98/Me
echo startxwin.bat - Starting on Windows 95/98/Me

goto STARTUP

:OS_NT

REM Windows NT/2000/XP/2003
echo startxwin.bat - Starting on Windows NT/2000/XP/2003

:STARTUP

REM Brief descriptions of XWin-specific options:
REM
REM -screen scr_num [width height]
REM  Enable screen scr_num and optionally specify a width and
REM  height for that screen.
REM  Most importantly, any parameters specified before the first -screen
REM  parameter apply to all screens.  Any options after the first 
-screen

REM  parameter apply only to the screen that precedes the parameter.
REM  Example:
REM  XWin -fullscreen -screen 0 -screen 1 -depth 8 -screen 2
REM  All screens will be fullscreen, but screen 2 will be depth 8, while
REM  screens 0 and 1 will be the default depth (whatever depth Windows
REM  is currently running at).

REM -multiwindow
REM  Start an integrated Windows-based window manager.  Not to be 

used

REM  with -rootless nor -fullscreen.
REM -rootless
REM  Use a transparent root window with an external window manager
REM  (such as twm).  Not to be used with -multiwindow nor
REM  with -fullscreen.
REM -fullscreen
REM  Use a window as large as possible on the primary monitor.
REM -multiplemonitors
REM  Create a root window that covers all monitors on a
REM  system with multiple monitors.
REM -clipboard
REM  Enable the integrated version of xwinclip.  Do not use in
REM  conjunction with the xwinclip program.
REM -depth bits_per_pixel
REM  Specify the screen depth to run at (in bits per pixel) using a
REM  DirectDraw-based engine in conjunction with the -fullscreen
REM  option, ignored if the -fullscreen option is not specified.
REM  By default, you will be using a DirectDraw based engine on any
REM  system that supports it.
REM -unixkill
REM  Trap Ctrl+Alt+Backspace as a server shutdown key combination.
REM -nounixkill
REM  Disable Ctrl+Alt+Backspace as a server shutdown key 

combination (default).

REM  Example:
REM  XWin -unixkill -screen 0 -screen 1 -screen 2 -nounixkill
REM  Screens 0 and 1 will allow Ctrl+Alt+Backspace, but screen 2 

will not.

REM -winkill
REM  Trap Alt+F4 as a server shutdown key combination (default).
REM -nowinkill
REM  Disable Alt+F4 as a server shutdown key combination.
REM -scrollbars
REM  Enable resizing of the server display window.  Do not use in 

conjunction

REM  with -multiwindow nor with -rootless.
REM -nodecoration
REM  Draw the server root window without a title bar or border.
REM  Do not use with 

Re: Fwd: cygwin tools in context menus

2005-12-05 Thread Tacvek

Brian Dessent said:

C:\cygwin\bin\run bash -c /usr/X11R6/bin/gv -display localhost:0.0
\$(cygpath \%1\)\ 

This works for me.


Not bad. However, that is less than ideal for emacs.
I have a working solution with the following features:

Uses emacsserver, so that only one copy of emas needs to be in memory at a 
time.

Supports windows shortcuts/cygwin symlinks.
Paths with spaces.
Multiple files (Only works right when emacs is already running).
Uses X11. (Requires it to be running already)
Network paths.
It inhierits everythong set in a user's profile and bash_rc.
Uses run.exe

It is definately emacs specific though.
I will send it to the list before too long, or at least I currently intend 
to. 


Re: Fwd: cygwin tools in context menus

2005-12-05 Thread Tacvek

Brian Dessent said:

C:\cygwin\bin\run bash -c /usr/X11R6/bin/gv -display localhost:0.0
\$(cygpath \%1\)\ 

This works for me.


Not bad. However, that is less than ideal for emacs.
I have a working solution with the following features:

Uses emacsserver, so that only one copy of emas needs to be in memory at a 
time.

Supports windows shortcuts/cygwin symlinks.
Paths with spaces.
Multiple files (Only works right when emacs is already running).
Uses X11. (Requires it to be running already)
Network paths.
It inhierits everythong set in a user's profile and bash_rc.
Uses run.exe

It is definately emacs specific though.
I will send it to the list before too long, or at least I currently intend 
to. 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Fwd: cygwin tools in context menus

2005-12-05 Thread Rupert Brooks
Thanks to all who responded.  Brians solution still gives me some
problems with paths with spaces in the names. unfortunately i havent
had time to figure out an improvement, but when/if i do i will post
it.

Looking forward to Tacveks solution.

Rupert B.

On 12/5/05, Tacvek [EMAIL PROTECTED] wrote:
 Brian Dessent said:
 C:\cygwin\bin\run bash -c /usr/X11R6/bin/gv -display localhost:0.0
 \$(cygpath \%1\)\ 
 
 This works for me.

 Not bad. However, that is less than ideal for emacs.
 I have a working solution with the following features:

 Uses emacsserver, so that only one copy of emas needs to be in memory at a
 time.
 Supports windows shortcuts/cygwin symlinks.
 Paths with spaces.
 Multiple files (Only works right when emacs is already running).
 Uses X11. (Requires it to be running already)
 Network paths.
 It inhierits everythong set in a user's profile and bash_rc.
 Uses run.exe

 It is definately emacs specific though.
 I will send it to the list before too long, or at least I currently intend
 to.



--
--
Rupert Brooks
McGill Centre for Intelligent Machines (www.cim.mcgill.ca)
Ph.D Program in Intelligent Systems
http://www.cyberus.ca/~rbrooks

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Fwd: cygwin tools in context menus

2005-11-27 Thread Dave
Brian Dessent wrote:
 Rupert Brooks wrote:

  What i would like to do, is be able to right click on a file
 in Windows explorer and have a cygwin tool be avaiable either
 for the open, or the open with command.  I've tried quite a
 variety of things, and i've gotten close... but so far no
 cigar.  Heres a description of what i tried and the problems
 that result

 There are two fundamental problems you're running into here.

 First, Explorer will try to provide a windows filename 
 (C:\Documents...) but gv is a Cygwin application and expects a
 posix filename (/cygdrive/c/Documents...).  You should not try
 to give windows filenames to Cygwin programs, because if it
 works you are just lucky. This is what the cygpath utility is
 for.
 
 Second, you need to quote the filename so that it is passed all
 as one argument.

 Unfortunately combining the two such that you don't get a
 command prompt is kind of hard.

A couple of weeks ago I thought of adding support in chere to create context
menus for applications (as well as the shells). This would address most of the
issues raised from this thread (on the cygwin list), and possibly a few others
(access to network paths).

Something along the lines of looking in a particular directory for shell script
framnents (setting particular environment variables) and sourcing them from
chere. Package maintainers (i.e. you guys) could then add scripts to this
directory allowing the user to add context menu items for whichever packages
they desired (and have installed).

It would mean a significant internal change for chere, but it should be
possible.

Does this sound like something that would be made use of?

If there's sufficient support, I'll look into it further and come back with a
basic specification for the shell script fragments and some examples for further
comment.

Regards,

Dave

PS. Should this be cross-posted to cygwin-xfree? Or are the maintainers of X
packages on this list too?



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/


Fwd: cygwin tools in context menus

2005-11-24 Thread Rupert Brooks
Hello,

 What i would like to do, is be able to right click on a file in
Windows explorer and have a cygwin tool be avaiable either for the
open, or the open with command.  I've tried quite a variety of things,
and i've gotten close... but so far no cigar.  Heres a description of
what i tried and the problems that result

 As an example, im trying to add gv.exe as a viewer for postscript files.

 1. The straightforward approach
 associate gv with postscript files
 Problem
  - we get a command prompt window on the screen
- if there are spaces in the path, it works, but with an x11 error
message popping up.  Its very wierd to me that it works at all.  With
text files and emacs, it does not work.


 2. The seems like it should work approach
 - copy run.exe to rungv.exe, then associate rungv.exe with .ps files
- this gets rid of the command window, as it should
 the problem
- if there are spaces in the path, same problem as before

 3. the brute force, hacked on it for an hour approach.  In regedit,
change the open command key to:

 c:\cygwin\bin\bash.exe -c cd \`dirname \%1\`\;run gv \`basename
\%1\`\;exit

 (note that it seems to be gv, or emacs that does not like the
filenames with spaces, even when quoted.  Also note all the quotes to
protect things against multiple layers of parsing.)

 Now it works on paths with spaces, but we have the stupid command
window again.  I needed bash because i cant figure out a way to
backquote in the dos shell.  (theres a bq.exe out there, but it seems
broken)

 This seems much harder than it ought to be, andi cant escape the
feeling im missing the obvious.  Ive tried a few other variations on
this theme too, with similar results.  Has anyone got this working, or
have suggestions?

 Any help much appreciated.  Please reply directly, as i am not
subscribed to the list.
 Rupert
 --
--
Rupert Brooks
McGill Centre for Intelligent Machines (www.cim.mcgill.ca)
Ph.D Program in Intelligent Systems
http://www.cyberus.ca/~rbrooks


--
--
Rupert Brooks
McGill Centre for Intelligent Machines (www.cim.mcgill.ca)
Ph.D Program in Intelligent Systems
http://www.cyberus.ca/~rbrooks

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Fwd: cygwin tools in context menus

2005-11-24 Thread Brian Dessent
Rupert Brooks wrote:

  What i would like to do, is be able to right click on a file in
 Windows explorer and have a cygwin tool be avaiable either for the
 open, or the open with command.  I've tried quite a variety of things,
 and i've gotten close... but so far no cigar.  Heres a description of
 what i tried and the problems that result

There are two fundamental problems you're running into here.

First, Explorer will try to provide a windows filename (C:\Documents...)
but gv is a Cygwin application and expects a posix filename
(/cygdrive/c/Documents...).  You should not try to give windows
filenames to Cygwin programs, because if it works you are just lucky. 
This is what the cygpath utility is for.

Second, you need to quote the filename so that it is passed all as one
argument.

Unfortunately combining the two such that you don't get a command prompt
is kind of hard.

The command I started with was:

c:\cygwin\bin\bash -c /usr/X11R6/bin/gv -display localhost:0.0
\$(cygpath \%1\)\

This works but the bash console window hangs around.  To get around this
you can use  to have bash launch the process in the background.  But
it is still associated with that console so you have to use the setsid
utility to disassociate it:

c:\cygwin\bin\bash -c setsid /usr/X11R6/bin/gv -display localhost:0.0
\$(cygpath \%1\)\ 

This works, but you still see the console briefly flash.  You can
further eliminate this by using run to start bash:

C:\cygwin\bin\run bash -c /usr/X11R6/bin/gv -display localhost:0.0
\$(cygpath \%1\)\ 

This works for me.  I had to use -display as parameter to gv because for
some reason it wasn't finding $DISPLAY in the environment.  I'm not sure
why that is, it might be a bug.  It was easier just to supply it on the
command line though.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Fwd: Cygwin and zsh...

2005-07-07 Thread Spack
Thanks for your response...

 Ok, so what are you expecting to find in /etc/shells and how does that
 relate to you running your shell of choice?

This file lists all available shells, no ?
And I indeed start cygwin from the icon. I'll test mkzsh...

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Fwd: Cygwin startup problem

2004-10-27 Thread Liang Wang
[EMAIL PROTECTED] writes:

 Robin,

 No such luck!  By the way I did the install again and now the /tmp warning 
 is gone..
 But now I cannot figure out how to get to home with this bash-2.05b$in 
 the console.
 Used to be that when I started Cygwin it got me to my home directory.
 Now it opens to bash-2.05b$ and I am stuck--being a novice at this 
 doesn't help.

in cygwin.bat

bash --login -i

You have to login so that Cygwin know who you are and where is your
home directory.

 All the commands or calls I know go unfound

 Warren

 At 09:07 PM 10/23/2004 +0100, you wrote:
[EMAIL PROTECTED] wrote:
I tinkered in the registry and it almost works I get the following now
bash.exe: warning: could not find /tmp, please create!
bash-2.05b$
How do I go about doing this?

Erm, mkdir /tmp perhaps?

R.
--
http://robinbowes.com


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Fwd: Cygwin startup problem

2004-10-23 Thread warrenmcneely
I tinkered in the registry and it almost works I get the following now
bash.exe: warning: could not find /tmp, please create!
bash-2.05b$
How do I go about doing this?
Thanks again,
Warren McNeely
Date: Sat, 23 Oct 2004 10:34:23 -0700
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: Cygwin startup problem
Hi,
Problem:
I click on the Cygwin icon and Win 2k Pro brings up the open with 
window.  I have just reinstalled Win 2K and have remnants of the earlier 
Win 2k which I could not repair and which I have been trying to eliminate 
step by step.  Anyway I did a reinstall of Cygwin and it still will not run.

Laptop with Pent MMX 233MH, 96 MB, partitioned HD with 3,3,4 GB
Thanks,
Warren McNeely
[EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Fwd: Cygwin startup problem

2004-10-23 Thread Robin Bowes
[EMAIL PROTECTED] wrote:
I tinkered in the registry and it almost works I get the following now
bash.exe: warning: could not find /tmp, please create!
bash-2.05b$
How do I go about doing this?
Erm, mkdir /tmp perhaps?
R.
--
http://robinbowes.com
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Fwd: Cygwin startup problem

2004-10-23 Thread warrenmcneely
Robin,
No such luck!  By the way I did the install again and now the /tmp warning 
is gone..
But now I cannot figure out how to get to home with this bash-2.05b$in 
the console.
Used to be that when I started Cygwin it got me to my home directory.
Now it opens to bash-2.05b$ and I am stuck--being a novice at this 
doesn't help.
All the commands or calls I know go unfound

Warren
At 09:07 PM 10/23/2004 +0100, you wrote:
[EMAIL PROTECTED] wrote:
I tinkered in the registry and it almost works I get the following now
bash.exe: warning: could not find /tmp, please create!
bash-2.05b$
How do I go about doing this?
Erm, mkdir /tmp perhaps?
R.
--
http://robinbowes.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: [Fwd: Cygwin-X+15.4 display]

2004-08-24 Thread Alexander Gottwald
On Thu, 12 Aug 2004, Flavio Elias wrote:

 Hello,
 
 I've tried running Cygwin-Xfree on my Toshiba M35 laptop (15.4 
 display), and cannot get it to work. After the startx command, there is 
 some output (attached), and then the shell freezes. Any thoughts about 
 what might be going on?

You're using ZoneAlarm 5, right? Get rid of it it breaks the cygwin network
layer.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


[Fwd: Cygwin-X+15.4 display]

2004-08-12 Thread Flavio Elias
Hello,
I've tried running Cygwin-Xfree on my Toshiba M35 laptop (15.4 
display), and cannot get it to work. After the startx command, there is 
some output (attached), and then the shell freezes. Any thoughts about 
what might be going on?

$ xwin
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.7.0.0-10
Contact: [EMAIL PROTECTED]
winInitializeDefaultScreens - w 1280 h 800
winInitializeDefaultScreens - Returning
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
XWin was started with the following command line:
xwin
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Using Shadow DirectDraw NonLocking
winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits 
per pixel
winFinishScreenInitFB - Masks: 00ff ff00 00ff
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack 
of shar
ed memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: 0409 (0409)
(EE) Keyboardlayout US (0409) is unknown
Rules = xorg Model = pc101 Layout = us Variant = (null) Options 
= (null
)

Thanks in advance.



[Fwd: Cygwin NFS Server]

2004-01-29 Thread Sam Robb
Rich,

  I've redirected this to the Cygwin mailing list -
other folks may have these questions as well.
 Sorry if this is a particularly boneheaded question,
 but where can I find some documentation to help me
 set up NFS Server on Cygwin?
You can find documentation for most packages under
/usr/share/doc.
Cygwin-specific documentation (including the nfs-server
docs) are located under /usr/share/doc/Cygwin.
Man pages are also provided - 'man nfsd', 'man mountd',
etc.
 I am new to Cygwin, but I have successfully installed
 in on my Win2K machine, including NFS Server. I ran
 nfs-server-config and although it complained about my
 mounts being non-system (they are system, so I ignored the
 warning) it seemed to start the services OK.
Could you please post the output from running mount?

 I edited the /etc/exports file to add a single entry
 to export a subdirectory, but now what?

 Usually I would run exportfs (I think, I am not an NFS
 expert either) but there doesn't seem to be such a beast.
You can restart mountd and nfsd, ex:

  cygrunsrv --stop mountd
  cygrunsrv --stop nfsd
  cygrunsrv --start mountd
  cygrunsrv --start nfsd
Or you can just send the processes a SIGHUP to tell them
to reread the exports file:
  kill -s 1 mountd-pid
  kill -s 1 nfsd-pid
 SO... I looked for a man page or README or something, but
 I couldn't find it (I did not install all the source...so
 I have to?)
Location of docs and man pages I've already described.
No, you shouldn't need to install the source, unless
you want to work on providing a patch for something :-)
HTH,

-Samrobb

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


[Fwd: Cygwin/XFree86 patch in XFree86 Bugzilla] Earle - This isfor you

2003-07-09 Thread Harold L Hunt II
Earle,

Does your patch fail gracefully if run on non-NT-based OSes?

If so, I will give my go-ahead.  If not, please modify it so that it
exits if not running on Windows NT-based OSes.
Thanks,

Harold

 Original Message 
Subject: Cygwin/XFree86  patch in XFree86 Bugzilla
Date: Wed, 9 Jul 2003 17:21:08 +0200
From: Egbert Eich
To: Harold L Hunt II
Hi Harold,

there is a patch in the XFree86 bugzilla

http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=305

adding support for Windows NT like OSes to xload. I assume that
this will not work on non-NT-like Windows systems as the required
performance counters are not available there.
I would like to commit this code to the XFree86 CVS but I would
like to get an opinion form somebody on the Cygwin team.
If you would rather keep this code in your repository and merge
it at some later time please let me know.
Cheers,
Egbert.




Re: Fwd: Cygwin

2003-01-09 Thread Michael A Chase
On Thu, 9 Jan 2003 16:51:00 +0100 (MET) [EMAIL PROTECTED] wrote:

 Everytime I start cygwin.bat I get the following message:
 ---cut-
 
   9 [main] bash 400 init_cygheap::etc_changed: Can't open /etc for
 checking,
  Win32 error 1
 
 ls282km@HOST ~
 $
 ---cut-
 
 Why does it appear? Have I misconfig cygwin? Well, it's just installed
 in M:\pkg\cygwin.

Follow the directions in http://cygwin.com/bugs.html .  They will
help you figure out the problem yourself or show you how to ask the
list in a way that gives you the best chance for a useful answer.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


--
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/