Re: RPC headers anyone?

2005-12-01 Thread Erik de Castro Lopo
Chris Taylor wrote: > In fact there are two with these headers - the source package for the > cygwin dll, and the sunrpc package. > The latter is probably what you want - they go in /usr/include > > For future reference: http://cygwin.com/packages/ Ok, installed the sunrpc package and gcc now f

screen-4.0.2 on Cygwin 1.5.R18-1

2005-12-01 Thread Peter
I got screen to compile with very minor source code changes (more changes might be better, but I haven't fiddled too much). Everything seems to work okay, except that I can't get screen to persist once I close my terminal window. I tried running screen "-d -m" as a service through cygrunsrv,

Re: Call for testing Cygwin snapshot

2005-12-01 Thread Buzz
Op Fri, 2 Dec 2005 02:05:16 +0100 (MET) schreef Buzz in buzzy-box.bavag>: : Actually, it was September 9. I forgot to clean up after a test. Aargh! September 3rd. : The uname -vr for the ``good'' one: : 1.5.19(0.138/4/2) 2005-09-03 18:12 Right. : Sorry for the mess. Again. L8r, Buzz. -

1.5.18-1: texteroids fails because DPS not available

2005-12-01 Thread cygwin-list-eins
I just installed 1.5.18-1, selecting "Default" in the installer for everything except X11, for which I chose "Install" instead. I have attached cygcheck.out. If I run startx, then type "texteroids" into the xterm (bash) window, I get the following error: = %% DPS Clie

Re: cygwin file permissions change after installation

2005-12-01 Thread René Berber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H. S. wrote: [snip] > hmm .. I don't know about this. I don't seem to have any file with > SYSTEM as the user: > $ find /cygdrive/d/cygwin/ -name * -user system > $ find /cygdrive/d/cygwin/ -name * -user SYSTEM > > the above commands give me nothing.

Re: Call for testing Cygwin snapshot

2005-12-01 Thread Buzz
Op Fri, 2 Dec 2005 01:27:53 +0100 (MET) schreef Bas van Gompel in buzzy-box.bavag>: : Op Wed, 30 Nov 2005 18:11:37 +0100 schreef Corinna Vinschen : in <20051130171137.GE2999calimero.vinschen.de>: : [Test the 20051130 snapshot] [...] : Attached is cygcheck -svr output. with a self built cygwin1

Re: cygwin file permissions change after installation

2005-12-01 Thread H. S.
Brian Dessent wrote: "H. S." wrote: As you mention, there are so many sites that tell you to do chmod system:system that it made wonder what was the real deal behind this. In fact it is required that certain files and directories be owned by the user that runs sshd (which in most cases is S

Re: font

2005-12-01 Thread Andrew DeFaria
Williams, Gerald S (Jerry) wrote: Andrew DeFaria wrote: Rxvt.font1: "Lucida Console-10" Rxvt.font2: "Lucida Console-13" Rxvt.font: "Lucida Console-16" ... What do these do? font sets the default font. The others set alternate fonts like the ones you normally get on the right mouse butt

Re: Call for testing Cygwin snapshot

2005-12-01 Thread Bas van Gompel
Op Wed, 30 Nov 2005 18:11:37 +0100 schreef Corinna Vinschen in <20051130171137.GE2999calimero.vinschen.de>: [Test the 20051130 snapshot] : Please report back in this thread when you encounter a problem, which : you can't reproduce with 1.5.18. We're interested in regressions in : the first pla

Re: font

2005-12-01 Thread Andrew DeFaria
Cary Jamison wrote: I'm always surprised at how many people recommened using rxvt. I use it once in a while, but there's just too many things I do don't work right unless I'm using the regular Win32 console. Output is delayed until the process exits, input is ignored, etc., etc. Too many th

Re: cygwin file permissions change after installation

2005-12-01 Thread Brian Dessent
"H. S." wrote: > As you mention, there are so many sites that tell you to do chmod > system:system that it made wonder what was the real deal behind this. In fact it is required that certain files and directories be owned by the user that runs sshd (which in most cases is SYSTEM.) But ssh-host-c

Re: 1.5.18: commands don't work after Cygwin update

2005-12-01 Thread H. S.
Shaun Gittens wrote: I just upgraded Cygwin on Windows XP. The previous version I was running (I installed it in Jan 2005) worked fine. Now, post-upgrade, almost no commands work at the prompt of the bash shell. bash-3.00$ ls bash: ls: command not found bash-3.00$ cygcheck bash: cygch

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread H. S.
Brian Dessent wrote: "H. S." wrote: er .. how can I do that using SSH and non-interactively? The same way you'd run any ssh command? if ssh host uname \| grep -q CYGWIN; then echo "it's running cygwin"; else echo "it's not running cygwin"; fi I was just now thinking abou

Re: cygwin file permissions change after installation

2005-12-01 Thread H. S.
Brian Dessent wrote: "H. S." wrote: Am I supposed to make any changes to certain files's permissions after installing Cygwin? I installed Cygwin (ver 1.5.18-1) and noticed that many websites suggesting changing certain files' permissions to system:system. This installation was on Windows XP co

Re: Call for testing Cygwin snapshot (problem with inode numbers)

2005-12-01 Thread Peter Rehley
On Dec 1, 2005, at 1:38 PM, Corinna Vinschen wrote: On Dec 1 13:01, Peter Rehley wrote: It only appears to be a problem when I have a mac os x share mounted to a drive on windows.When I try with a windows share or a linux share I don't seem to have the problem. The problem that I'm see

1.5.18: commands don't work after Cygwin update

2005-12-01 Thread Shaun Gittens
I just upgraded Cygwin on Windows XP. The previous version I was running (I installed it in Jan 2005) worked fine. Now, post-upgrade, almost no commands work at the prompt of the bash shell. bash-3.00$ ls bash: ls: command not found bash-3.00$ cygcheck bash: cygcheck: command not found

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread Brian Dessent
"H. S." wrote: > er .. how can I do that using SSH and non-interactively? The same way you'd run any ssh command? if ssh host uname \| grep -q CYGWIN; then echo "it's running cygwin"; else echo "it's not running cygwin"; fi -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: cygwin file permissions change after installation

2005-12-01 Thread Brian Dessent
"H. S." wrote: > Am I supposed to make any changes to certain files's permissions after > installing Cygwin? I installed Cygwin (ver 1.5.18-1) and noticed that > many websites suggesting changing certain files' permissions to > system:system. This installation was on Windows XP computer. If you'r

Re: How to improve scp speed?

2005-12-01 Thread Brian Dessent
Cary Jamison wrote: > Ok, I probably am. But, you wouldn't expect the buffer tuning to make such > a big difference, either, since a fast processor can surely move data around > in memory several times faster than it can move it over the net. All these > things add up, though The window siz

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread H. S.
Buchbinder, Barry (NIH/NIAID) wrote: H. S. wrote: Christopher Faylor wrote: On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote: Hi, I have installed Cygwin on a Windows XP computer to get rsync and ssh running so that I can backup my important data on a Linux computer on my home LAN. T

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread Christopher Faylor
On Thu, Dec 01, 2005 at 05:19:35PM -0500, H. S. wrote: >Christopher Faylor wrote: >>On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote: >>>I have installed Cygwin on a Windows XP computer to get rsync and ssh >>>running so that I can backup my important data on a Linux computer on my >>>home L

RE: how to detect if Windows or Linux is running?

2005-12-01 Thread Buchbinder, Barry \(NIH/NIAID\)
H. S. wrote: > Christopher Faylor wrote: >> On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote: >> >>> Hi, >>> >>> I have installed Cygwin on a Windows XP computer to get rsync and >>> ssh running so that I can backup my important data on a Linux >>> computer on my home LAN. The idea is to use

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread H. S.
Christopher Faylor wrote: On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote: Hi, I have installed Cygwin on a Windows XP computer to get rsync and ssh running so that I can backup my important data on a Linux computer on my home LAN. The idea is to use rsync to make rolling backups of my

Re: how to detect if Windows or Linux is running?

2005-12-01 Thread Christopher Faylor
On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote: >Hi, > >I have installed Cygwin on a Windows XP computer to get rsync and ssh >running so that I can backup my important data on a Linux computer on my >home LAN. The idea is to use rsync to make rolling backups of my Windows >data automatic

how to detect if Windows or Linux is running?

2005-12-01 Thread H. S.
Hi, I have installed Cygwin on a Windows XP computer to get rsync and ssh running so that I can backup my important data on a Linux computer on my home LAN. The idea is to use rsync to make rolling backups of my Windows data automatically, say, once or twice a day and to retain last N backup

cygwin file permissions change after installation

2005-12-01 Thread H. S.
Hi, Am I supposed to make any changes to certain files's permissions after installing Cygwin? I installed Cygwin (ver 1.5.18-1) and noticed that many websites suggesting changing certain files' permissions to system:system. This installation was on Windows XP computer. I ask because I notic

RE: Re: font

2005-12-01 Thread Williams, Gerald S \(Jerry\)
Andrew DeFaria wrote: >> Rxvt.font1: "Lucida Console-10" >> Rxvt.font2: "Lucida Console-13" >> Rxvt.font: "Lucida Console-16" ... > What do these do? font sets the default font. The others set alternate fonts like the ones you normally get on the right mouse button in xterms. At least in my config

Re: Call for testing Cygwin snapshot (problem with inode numbers)

2005-12-01 Thread Corinna Vinschen
On Dec 1 13:01, Peter Rehley wrote: > It only appears to be a problem > when I have a mac os x share mounted to a drive on windows.When I > try with a windows share or a linux share I don't seem to have the > problem. > > The problem that I'm seeing is that the inode value isn't uniqu

Re: [SOLVED] Re: zone alarm service depency problem with sshd

2005-12-01 Thread Igor Pechtchanski
On Thu, 1 Dec 2005, H. S. wrote: > H. S. wrote: > > Hi, > > > > I am trying to have sshd running on my Windows XP box. I have Zone Alarm > > installed, ver. 6.0.667. > > > > I configured sshd with: > > $> ssh-host-config > > > > and started as a service: > > $> cygrunsrv -S sshd > > which promptly

Re: cdrecord and loopback devices

2005-12-01 Thread Cary Jamison
In news:[EMAIL PROTECTED], surendar jeyadev typed: > Thanks. I got Ross Smith's version from the link on > . > > mkisofs seems to work fine but I have not burnt a CD > as yet. On Solaris > I am used to testing the raw image prior to burning > buy using the 'lofia

Re: font

2005-12-01 Thread Cary Jamison
In news:[EMAIL PROTECTED], Williams, Gerald S (Jerry) typed: > Chris Taylor wrote: >> Yes. Don't use the cmd-based cygwin interface. >> Use rxvt. > > Agreed. However, expect the occasional surprise when > running non-Cygwin console binaries since they won't > recognize that they are running on a te

Re: How to improve scp speed?

2005-12-01 Thread Cary Jamison
In news:[EMAIL PROTECTED], Brian Dessent typed: > Cary Jamison wrote: > >> I think we all know that encryption is a factor. The site still >> states : > > No, I wouldn't say that we all know that. I just ran "openssl speed" > and on my very modest Athlon XP 1700 machine and both the aes-128 and >

cygwin emacs rebaseall

2005-12-01 Thread William Karh
This is a information sharing post. I did a rebaseall yesterday and then could not to build Emacs from cvs. The src/bootstrap-emacs.exe would hang in _cygtls. I left it there all night to see if it was just slow, but this morning it was still the same. I then modified the src/Makefile and change

Re: interoperability between samba, linux-cifs, cywgin and sfu

2005-12-01 Thread Corinna Vinschen
On Dec 1 14:18, Martin Koeppe wrote: > Maybe the following on FILE_TRAVERSE and BYPASS_TRAVERSE_CHECKING is > helpful: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/file_security_and_access_rights.asp Been there, done that. Try "CYGWIN=traverse". Expect weird pro

RE: Issues Upgrading Octave and Octave-Forge

2005-12-01 Thread Dave Korn
James R. Phillips wrote: > For those that are upgrading octave and octave-forge to the newest > releases, be certain that you are not using octave at the time of the > upgrade, otherwise the installation may not update files that are in use, > resulting in a partial installation. For those that

Re: interoperability between samba, linux-cifs, cywgin and sfu

2005-12-01 Thread Christopher Faylor
On Thu, Dec 01, 2005 at 02:18:10PM +0100, Martin Koeppe wrote: >Hello, > >[please cc me on replies] > >while playing around with a Windows server (2003), a Linux server >(2.6.11) with Samba (3.0.14a) and a Windows client (2000) with both >Interix Services for Unix (SFU) (3.5) and Cygwin (1.5.19pr

cdrecord and loopback devices

2005-12-01 Thread surendar jeyadev
Sorry, Rene! Didn't send it to the group by mistake. --- René Berber <[EMAIL PROTECTED]> wrote: > No, no package, but there is one available for > Cygwin: Look for > cdrecord-prodvd-2.01a11-i586-pc-cygwin.exe or a more > recent version (this was > from 2003). Thanks. I got Ross Smith's version

Issues Upgrading Octave and Octave-Forge

2005-12-01 Thread James R. Phillips
For those that are upgrading octave and octave-forge to the newest releases, be certain that you are not using octave at the time of the upgrade, otherwise the installation may not update files that are in use, resulting in a partial installation. If you get a 2.1.71 version message upon loading 2

Re: how to make ssh-agent automatically

2005-12-01 Thread Karl M
Hi... It is just a little program I wrote to send the message. It is attached. The method I used works on XP and 2000. I have not tested on any other platforms. HTH, ...Karl From: CyberZombie Subject: Re: how to make ssh-agent automatically Date: Thu, 01 Dec 2005 11:03:20 -0600 I am unabl

Re: how to make ssh-agent automatically

2005-12-01 Thread CyberZombie
I am unable to locate "sendchenv". This tool looks like it solves a frustrating problem I have been having (getting regtool changes to register in any new Cygwin/Windows program). Can you point out where to find it? Karl M wrote: Hi H.S Using keychain is only one way, it is not the onl

[ANNOUNCEMENT] Updated: octave-2.1.72-1

2005-12-01 Thread James R. Phillips
INFO The cygwin octave package has been updated to release 2.1.72-1. Changes: + Update to new upstream release 2.1.72. This is the latest release in the "testing" branch of octave development. The release incorporates important bug fixes. Further information on the octave release branches

RE: Re: how to make ssh-agent automatically

2005-12-01 Thread Morche Matthias
You're right, I avoided the use of passphrases and carefully considered the loss of security imposed by that and thus I do not need ssh-agent... It's been so long ago, that I just forgot about those consequences... matthias H.S. wrote: > Morche Matthias wrote: >> You just want to connect from

[ANNOUNCEMENT] Updated: octave-forge-2005.06.13-5

2005-12-01 Thread James R. Phillips
INFO The cygwin octave-forge package has been updated to release 2005.06.13-5. Changes: + Modified installation directory structure to remove dependence on installed version of octave More information in the octave-forge-2005.06.13-5.README file. The octave-forge project contains over 500

Re: font

2005-12-01 Thread Andrew DeFaria
Williams, Gerald S (Jerry) wrote: Rxvt.font1: "Lucida Console-10" Rxvt.font2: "Lucida Console-13" Rxvt.font: "Lucida Console-16" Rxvt.font3: "Lucida Console-19" Rxvt.font4: "Lucida Console-22" Rxvt.font5: "Lucida Console-25" Rxvt.font6: "Lucida Console-28" What do these do? -- If it's zero deg

Re: how to make ssh-agent automatically

2005-12-01 Thread H.S.
Morche Matthias wrote: > You just want to connect from one host to another one. It's totally > sufficient to set up the key and copy the public part into authorized > keys on the remote host. I never used ssh-agent nor ssh-add and 1. I did that. So why I am asked for my SSH passphrase when I try t

RE: font

2005-12-01 Thread Williams, Gerald S \(Jerry\)
Chris Taylor wrote: > Yes. Don't use the cmd-based cygwin interface. > Use rxvt. Agreed. However, expect the occasional surprise when running non-Cygwin console binaries since they won't recognize that they are running on a terminal. I use a Tcl-based debugger at work, and when running it in Win32

Re: Call for testing Cygwin snapshot

2005-12-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 11/30/2005 10:11 AM: > > Please report back in this thread when you encounter a problem, which > you can't reproduce with 1.5.18. We're interested in regressions in > the first place. On Win98 with snapshot 20051130,

interoperability between samba, linux-cifs, cywgin and sfu

2005-12-01 Thread Martin Koeppe
Hello, [please cc me on replies] while playing around with a Windows server (2003), a Linux server (2.6.11) with Samba (3.0.14a) and a Windows client (2000) with both Interix Services for Unix (SFU) (3.5) and Cygwin (1.5.19pre20051130) installed, I encountered the following problems or incon

Radius authentication via PAM?

2005-12-01 Thread Wouter Backx
Hi, for accomplishing Radius authentication on an OpenSSH server (like COPssh) I'd like to set up RADIUS authentication on Cywin for One-Time-Passowds from hardware tokens verified by a RADIUS server. We have been investigation for using PAM, but there is very little information on PAM with Cygwin

Re: font

2005-12-01 Thread Chris Taylor
Oliver Vecernik wrote: Hi, I'd like to use Courier New as font for Cygwin, but the only choices I've got are Lucida Console and Rasterschriftart. One solution is to use PuTTY to connect via ssh to localhost, but I think this is a bit of overkill. Is there another posiibility? Yes. Don't use t

Re: font

2005-12-01 Thread Brian Dessent
Oliver Vecernik wrote: > I'd like to use Courier New as font for Cygwin, but the only choices > I've got are Lucida Console and Rasterschriftart. One solution is to use > PuTTY to connect via ssh to localhost, but I think this is a bit of > overkill. Is there another posiibility? You seem to be r

font

2005-12-01 Thread Oliver Vecernik
Hi, I'd like to use Courier New as font for Cygwin, but the only choices I've got are Lucida Console and Rasterschriftart. One solution is to use PuTTY to connect via ssh to localhost, but I think this is a bit of overkill. Is there another posiibility? -- Oliver -- Unsubscribe info: http

Re: RPC headers anyone?

2005-12-01 Thread Erik de Castro Lopo
Chris Taylor wrote: > In fact there are two with these headers - the source package for the > cygwin dll, and the sunrpc package. > The latter is probably what you want - they go in /usr/include > > For future reference: http://cygwin.com/packages/ > Merely type in the filenames. Cool thanks.

Re: RPC headers anyone?

2005-12-01 Thread Chris Taylor
Erik de Castro Lopo wrote: Hi all, I'm trying to compile an app that uses the header files and , but I can't find the package that supplies these headers. Is there a Cygwin package that supplies this header? TIA, Erik In fact there are two with these headers - the source package for the

RE: Re: how to make ssh-agent automatically

2005-12-01 Thread Morche Matthias
Yes, and I'm trying very hard to avoid it's use in my local environment :-) But thanks for that reminder anyway... matthias Corinna Vinschen wrote: > On Dec 1 08:34, Morche Matthias wrote: >> You just want to connect from one host to another one. It's totally >> sufficient to set up the key

RPC headers anyone?

2005-12-01 Thread Erik de Castro Lopo
Hi all, I'm trying to compile an app that uses the header files and , but I can't find the package that supplies these headers. Is there a Cygwin package that supplies this header? TIA, Erik -- +---+ Erik de Castro Lopo +--

Re: Re: how to make ssh-agent automatically

2005-12-01 Thread Corinna Vinschen
On Dec 1 08:34, Morche Matthias wrote: > You just want to connect from one host to another one. It's totally > sufficient to set up the key and copy the public part into authorized > keys on the remote host. I never used ssh-agent nor ssh-add and > passwordless logins to several hosts and Windows

Re: Redirect SSHD messages from Application to Security log in Win2k

2005-12-01 Thread Corinna Vinschen
On Nov 30 15:16, Brian Dessent wrote: > Listmail wrote: > > 2) I would like the ssh messages to go to the Security log, as it is > > empty now and seems like a logically named place for these events. > > The application log is getting full quickly by ssh logon/logoff > > messages. > > This is not