/tmp

2002-12-09 Thread Jim
Would be really really nice if /tmp existed as a link that a directory /tmp weren't created after running setup...

Re: /tmp

2002-12-09 Thread Matthew Smith
I assume you mean as a link to a windows temp directory somewhere. However, what if that gets changed by someone? Suddenly a lot of stuff starts breaking, and people start posting here asking why application foo isn't working. The majority of the people are fine with a hardwired /tmp directory.

Re: /tmp

2002-12-09 Thread Earnie Boyd
Christopher Faylor wrote: On Mon, Dec 09, 2002 at 01:53:43PM -0500, Earnie Boyd wrote: Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. Jim wrote: Would be really really nice if /tmp existed as a link that a directory /tmp weren't created after

Re: /tmp

2002-12-09 Thread Earnie Boyd
Matthew Smith wrote: I assume you mean as a link to a windows temp directory somewhere. However, what if that gets changed by someone? Suddenly a lot of stuff starts breaking, and people start posting here asking why application foo isn't working. The majority of the people are fine with a

Re: /tmp

2002-12-09 Thread Matthew Smith
Ahh, jumped the gun a bit too quickly on that one - the grammar threw me off a bit. To not overwrite a /tmp that already exists seems very reasonable to me. cheers, -Matt Matthew Smith wrote: I assume you mean as a link to a windows temp directory somewhere. However, what if that gets

Re: /tmp

2002-12-09 Thread Jim
I assume you mean as a link to a windows temp directory somewhere. However, what if that gets changed by someone? Suddenly a lot of stuff starts breaking, and people start posting here asking why application foo isn't working. The majority of the people are fine with a hardwired /tmp

Re: /tmp

2002-12-09 Thread Jim
His request was to _not_delete_a_symlink_he_made_himself and replace it with a directory named /tmp. It doesn't delete the link, it just makes a directory

Re: /tmp

2002-12-09 Thread Jim
What's worse - is after it makes the directory, for some reason, the existing tmp.lnk doesn't work anymore, so I have to delete it, and then remake it... then I can resume my common practice of cp mtmp.lnk tmp.lnk cp ztmp.lnk tmp.lnk ... etc... and those work...

Re: /tmp

2002-12-09 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. Jim wrote: Would be really really nice if /tmp existed as a link that a directory /tmp weren't created after running setup...

Re: /tmp

2002-12-09 Thread Elfyn McBratney
I do something similar symlink thing depending on what net server /net/mdc is on. I think setup should check if /tmp.lnk or a /tmp mount-point exists and skip the creation of a /tmp dir if so. I wouldn't mind trying this out myself, if im not stepping on anyone's toes, and compile the setup

Re: XDMCP on Windows 95

2002-12-09 Thread J S
On Mon, 9 Dec 2002, J S wrote: Here's the output I got from ls_netdev, although what's confusing is I'm using a token ring network connection, not ethernet as the output seems to suggest: The code for win95 can only distinguish between ppp and other network interfaces. $ ls_netdev-w95

Re: XDMCP on Windows 95

2002-12-09 Thread J S
J S wrote: Sorry I didn't realise what ls_netdev was before. I will try it tomorrow when I go back to work. Maybe this will bring some light to the problem. Anything suspicious there? Only that the dll reports more accourate values than ls_netdev *g* bye ago Hi Alex, Here's the

Re: 8 bit PseudoColor problem

2002-12-09 Thread Alexander Gottwald
On Sun, 8 Dec 2002, Thomas Chadwick wrote: If you don't like the color flashing, perhaps you could mitigate it by running 2 instances of XWin on 2 different screen numbers? Argl. This is the _DISPLAY_ number. Display means port number, running XServer instance. Screen is just a number to let

Re: XDMCP on Windows 95

2002-12-09 Thread J S
J S wrote: Sorry I didn't realise what ls_netdev was before. I will try it tomorrow when I go back to work. Maybe this will bring some light to the problem. Anything suspicious there? Only that the dll reports more accourate values than ls_netdev *g* bye ago I finally got XDM

Re: XDMCP on Windows 95

2002-12-09 Thread J S
J S wrote: Sorry I didn't realise what ls_netdev was before. I will try it tomorrow when I go back to work. Maybe this will bring some light to the problem. Anything suspicious there? Only that the dll reports more accourate values than ls_netdev *g* bye ago NP: Blutengel -

Re: XDMCP on Windows 95

2002-12-09 Thread Alexander Gottwald
On Mon, 9 Dec 2002, J S wrote: Here's the output I got from ls_netdev, although what's confusing is I'm using a token ring network connection, not ethernet as the output seems to suggest: The code for win95 can only distinguish between ppp and other network interfaces. $ ls_netdev-w95

Re: Cygwin GNOME 1.4 binary packages

2002-12-09 Thread David Fraser
Hansom Young wrote: Hi, Now you can download some prebuilt packages from http://www.sourceforge.net/project/cygnome Hi Hansom, Thanks for doing this! The URL should be http://www.sourceforge.net/projects/cygnome (missing s) Currently only core libraries and a brunch of applications are

Re: XDMCP on Windows 95

2002-12-09 Thread Alexander Gottwald
J S wrote: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0002] DriverDesc=TCP/IP IPAddress=10.252.20.185 This is after you changed the IP-Address to fixed? bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

Re: Host Chooser Program?

2002-12-09 Thread J S
Yep, There are lots of them :) I even wrote one :) http://xlauncher.sf.net It's written in Delphi though, so can't be included in the cygwin distribution :( Hopefully someone will start writing one in straight C/C++ calling the Win32 API, so it could go in cygwin, so people will stop

Re: --enable-runtime-pseudo-reloc support in cygwin, take 3.

2002-12-09 Thread Christopher Faylor
On Tue, Dec 03, 2002 at 12:45:46PM +0300, egor duda wrote: Monday, 02 December, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF On Mon, Dec 02, 2002 at 01:30:24PM +0300, egor duda wrote: 2002-12-02 Egor Duda [EMAIL PROTECTED] * cygwin/lib/pseudo-reloc.c: New file. *

[patch] netdb.cc to use strtok_r

2002-12-09 Thread Craig McGeachie
2002-12-10 Craig McGeachie [EMAIL PROTECTED] * netdb.cc (parse_alias_list, parse_services_line) (parse_protocol_line): Change strtok calls to strtok_r. +- Craig McGeachie | #include cheesy_tag.h +64(21)037-6917 | while (!inebriated)

[PATCH] termios accept_input

2002-12-09 Thread Steve O
Hi, Sorry for the delay in submitting this patch. This moves the accept_input() call into the character processing loop where it can fail and be recovered from. It should have no behavioral effect. Thanks, -steve ChangeLog 2002-12-09 Steve Osborn [EMAIL PROTECTED] *

Re: kinda apt-get ?

2002-12-09 Thread Marc Chantreux
Hi Bob, and thanks to all for your answers. I'm working on porting rpm to cygwin. With the ultimate goal of getting apt4rpm ported, so you can use all the familiar apt-get operations. Well , dpkg is already ported and included in the main distrib. Why working on RPM ? While dreaming on a

Re: lilypond not installed

2002-12-09 Thread Mike Hasleby
Hi, I installed lilypond from the cygwin installer (setup.exe). [EMAIL PROTECTED] wrote: Hi, The lilypond binary (lilypond.exe) is in the lilypond package (latest cygwin release lilypond-1.6.0-1). Did you re-compile lilypond from source? or did you install lilypond from the cygwin installer

PostgreSQL Assistance (was Re: FW: Sorry to bother you)

2002-12-09 Thread Jason Tishler
On Sat, Dec 07, 2002 at 02:19:21PM -0600, Michael Rieser wrote: I think I figured it out. I downloaded the tar ball and rebuilt PostgreSQL. The drive where I installed cygwin is FAT32, the symbolic link to postmaster from postgres.exe never worked. If the above is true, then I presume

PostgreSQL Assistance (was Re: Sorry to bother you)

2002-12-09 Thread Jason Tishler
Mike, Please post instead of sending private email. On Sat, Dec 07, 2002 at 11:18:51AM -0600, Michael Rieser wrote: I'm trying to get PostgreSQL 7.3 working under Windows 2000 as a service. I've run the most recent cygwin setup.exe to install postgresql. I've followed the

Re: postgres 7.3 IpcSemaphoreCreate: semget(key=1, num=17,03600)failed: Function not implemented

2002-12-09 Thread Jason Tishler
Dan, On Mon, Dec 09, 2002 at 12:05:16AM +0100, Dan Holmsand wrote: I get a similar error: IpcSemaphoreInitialize: semctl(id=2, 0, SETVAL, 0) failed: Invalid argument The above is noted in the README: 2. It is recommended to delete all cygipc temporary files (/tmp/cygipc* and

Re: postgres 7.3 IpcSemaphoreCreate: semget(key=1, num=17,03600)failed: Function not implemented

2002-12-09 Thread Jason Tishler
Elfyn, On Sun, Dec 08, 2002 at 11:01:32AM -0500, Elfyn wrote: I am getting the exact same results as you are Jari. I had a working postgres install just before the return values were changed in cygipc (1.12), but as i only use it rarely i did not notice the service starting or not starting

Re: postgres 7.3 IpcSemaphoreCreate: semget(key=1, num=17,03600) failed: Function not implemented

2002-12-09 Thread Jason Tishler
Jari, On Sun, Dec 08, 2002 at 02:56:25PM +0200, Jari Aalto wrote: $ initdb -D /usr/share/postgresql/data [snip] creating template1 database in /usr/share/postgresql/data/base/1... IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not implemented Upgrade to cygipc

Re: Postgresql build fails ...

2002-12-09 Thread Jason Tishler
Stephan, Please post instead of sending private email. On Mon, Dec 09, 2002 at 11:21:50AM +0100, Stephan Harren wrote: I read your following answer in a newsgroup and i do have the same problem as the poster of the question. Would it be possible for you to send me this patch? This patch

Nonfunctional uptime in sh-utils-2.0-3 hides functional uptime inprocps-010801-2

2002-12-09 Thread Dr. Volker Zell
Hi see subject. The sh-utils version gives on W2K: 09:34 AM [504] uptime uptime: couldn't get boot time: Bad file descriptor Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: Quick question

2002-12-09 Thread Jason Dufair
Randall R Schulz wrote: By the way, what is this business of putting individuals' names into a [EMAIL PROTECTED] email address? I think that's a pretty questionable tactic. I doubt Chris Faylor equates himself with the Cygwin project no matter how much of his professional effort is devoted to

Re: OpenSSH and cygwin: let a user only connect via sftp.

2002-12-09 Thread Corinna Vinschen
On Thu, Dec 05, 2002 at 12:45:28PM +0100, Schonder, Matthias wrote: Setting a user's shell to /bin/false might (and I repeat, *might* - this is speculation) work. Nope, this does not work :( Been there, done that. But when sftp tries to login connection will be closed immediately. But

Re: postgres 7.3 IpcSemaphoreCreate: semget(key=1, num=17, 03600)failed:Function not implemented

2002-12-09 Thread Dan Holmsand
Jason, Jason Tishler wrote: On Mon, Dec 09, 2002 at 12:05:16AM +0100, Dan Holmsand wrote: I get a similar error: IpcSemaphoreInitialize: semctl(id=2, 0, SETVAL, 0) failed: Invalid argument The above is noted in the README: 2. It is recommended to delete all cygipc temporary files

The system cannot find the path specified - from bash shell

2002-12-09 Thread Andrew Ho
Hi, I've just installed cygwin, and it all installed fine. I used the recommended 'setup' installer, and installed it all to C:\cygwin\. Whenever I run the bashshell, I get: The system cannot find the path specified. myusername@mycompname ~ $ _ What does this mean? Please help me, I'm a

Re: Quick question

2002-12-09 Thread Christopher Faylor
On Mon, Dec 09, 2002 at 10:00:18AM -0500, Jason Dufair wrote: Randall R Schulz wrote: By the way, what is this business of putting individuals' names into a [EMAIL PROTECTED] email address? I think that's a pretty questionable tactic. I doubt Chris Faylor equates himself with the Cygwin project

Re: The system cannot find the path specified - from bash shell

2002-12-09 Thread Michael A Chase
On Mon, 09 Dec 2002 18:41:47 + Andrew Ho [EMAIL PROTECTED] wrote: I've just installed cygwin, and it all installed fine. I used the recommended 'setup' installer, and installed it all to C:\cygwin\. Whenever I run the bashshell, I get: The system cannot find the path specified.

Re: Quick question

2002-12-09 Thread Randall R Schulz
Chris, OK. So that probably explains the mailto:Chris Faylor [EMAIL PROTECTED]. I probably should have noticed that. What about dontmailto:Joe Q Cygwin User [EMAIL PROTECTED]? Randall Schulz Mountain View, CA USA At 10:46 2002-12-09, you wrote: On Mon, Dec 09, 2002 at 10:00:18AM -0500, Jason

Re: Quick question

2002-12-09 Thread Christopher Faylor
On Mon, Dec 09, 2002 at 10:55:25AM -0800, Randall R Schulz wrote: OK. So that probably explains the mailto:Chris Faylor [EMAIL PROTECTED]. I probably should have noticed that. What about dontmailto:Joe Q Cygwin User [EMAIL PROTECTED]? There's no reason to do anything like that, of course. cgf

RE: /tmp

2002-12-09 Thread Vince Hoffman
I'm intrigued, where would you have it point then ? c:\temp ? c:\tmp ? (i dont have either of these on various of the computers i have installed cygwin on.) I suppose ln -s `echo $TEMP` /tmp would work but i quite like having my cygwin specific temp files in a cygwin specific /tmp. I

[ANNOUNCEMENT] Updated: openssl-0.9.6h-1, openssl-devel-0.9.6h-1

2002-12-09 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.6h-1. This also includes the openssl-devel package. This is a official update release. The official release announcement text follows: OpenSSL version 0.9.6h released === OpenSSL - The Open Source toolkit for SSL/TLS

Your Recent Email To The Sunyata Chief Scientist

2002-12-09 Thread cso
Thank you for your email to the Sunyata Systems chief science officer. Your email has been automatically routed to the appropriate Sunyata Systems department for review. Best regards, Assistant to the Chief Scientist == Office of the Chief Scientist Sunyata

Cygwin Reinstall Failure

2002-12-09 Thread Arthur I Schwarz
Help, help, help, I'm in deep hurt Nothing I try at all seems to work. I don't know the matter And I am beginning to totter About why it is that I can't be curt. More to the point, last week several things were done: [1] I downloaded the latest Cygwin release (cygwin 1.3.17-1 et al) [2] On

Re: Latest setup.exe

2002-12-09 Thread Joseph Davida
Nop! package dir is c:\downloads\cygwin\packages. Joe --- Robert Collins [EMAIL PROTECTED] wrote: On Mon, 2002-12-09 at 03:56, Joseph Davida wrote: I got around the problem by removing the old C:\cygwin (actually by renaming it to cygwin.old) and restarting the setup.exe. So it

Re: A user friendly suggestion

2002-12-09 Thread Igor Pechtchanski
The web archive mechanism provides a very useful Raw text feature. FWIW, here's my procedure for reading/replying: 1) subscribe to [EMAIL PROTECTED] (necessary to be considered subscribed to the list, you will not receive any actual messages) For each message you want to reply to: 2) read

RE: PostgreSQL Assistance (was Re: FW: Sorry to bother you)

2002-12-09 Thread Michael Rieser
In any event the Makefile needs to be fixed to include the .exe on the end of postmaster. Sorry, but I don't agree. If you feel strongly about this issues, then post a patch to [EMAIL PROTECTED] As I probably won't be trying to run postmaster from cmd again, this is unnecessary. Thanks

1.3.17(0.67/3/2): Bug With /proc/registry / Interpretation...

2002-12-09 Thread Ken Robson
Hi Folks, I have been using cygwin for some time and have recently being playing with the /proc/registry facility. I have discovered that when I do finds in this namespace that if any key names have a / in then it is not quoted. So for example:

Re: 1.3.17(0.67/3/2): Bug With /proc/registry / Interpretation...

2002-12-09 Thread Igor Pechtchanski
On Mon, 9 Dec 2002, Ken Robson wrote: Hi Folks, I have been using cygwin for some time and have recently being playing with the /proc/registry facility. I have discovered that when I do finds in this namespace that if any key names have a / in then it is not quoted. So for example:

Re: lilypond not installed

2002-12-09 Thread Jan Nieuwenhuizen
Mike Hasleby [EMAIL PROTECTED] writes: I've just installed lilypond using the instructions on the webpage, the setup coming straight from the website so am assuming it is the latest. Did you select the lilypond package? The website says: In the Package View dialogue window, click on the

RE: 1.3.17(0.67/3/2): Bug With /proc/registry / Interpretation...

2002-12-09 Thread Ken Robson
Igor, Thanks for the pointer - it looks to be very useful. Kind regards, Ken. -- pos: Technical Services Engineerdir: +44 (0) 20 7643 2778 web: www.egenera.comfax: +44 (0) 20 7643 2201 eml: [EMAIL PROTECTED]mob: +44 (0) 79 7613 5756 map:

g77: installation problem, cannot exec f771: No such file or directory

2002-12-09 Thread Herve Seitz
Hello, I can't manage to install Cygwin with the gcc package correctly: I installed the latest Cygwin version (1.3.17-1) under Windows NT4.0, including the gcc package, and the whole installation seemed to work, but when I try to use the g77 compiler, I get that error message: g77:

cygwin cron help - Win2k

2002-12-09 Thread Lamar . Seifuddin
Hello All, I'm trying to get cron to work, but I'm having problems with it. $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -e CYGWIN=tty ntsec cygrunsrv: Error installing a service: OpenSCManager: Win32 error 5: Access is denied. $ cygrunsrv -E cron cygrunsrv: Error stopping a service:

RE: cygwin cron help - Win2k

2002-12-09 Thread [EMAIL PROTECTED]
Hi, it would seem you don't have permission to add a service. What user are you running (your shell) as? Elfyn [EMAIL PROTECTED] Original Message: - From: [EMAIL PROTECTED] Date: Mon, 9 Dec 2002 16:13:02 -0700 To: [EMAIL PROTECTED] Subject: cygwin cron help - Win2k Hello

RE: cygwin cron help - Win2k

2002-12-09 Thread Lamar . Seifuddin
thanks for the response. I am using the user e181263. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 4:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: cygwin cron help - Win2k Hi, it would seem you don't have

Problem with cygrunsrv

2002-12-09 Thread Jack Twilley
I have a program someone wrote me that works fine from the command line, but doesn't work when run as a service. The following command works from a local Windows command shell: perflog -o c:\perflogs\diesel.csv -s 1 -c \Processor(_Total)\% Processor Time -c \SMTP Server(_Total)\Messages

RE: cygwin cron help - Win2k

2002-12-09 Thread [EMAIL PROTECTED]
Hi, Well thats your problem unless of course the *user* your running as has permission to install services. If you have access to the Administrator accout (user) then you can either give that *user* the permissions required to install services or install the service when your logged in as

Re: [ANN] Re: cyg-wrapper.sh

2002-12-09 Thread Soren A
Luc Hermitte [EMAIL PROTECTED] wrote around 08 Dec 2002 20021208193753.GA44134983@ORLYN:">news:20021208193753.GA44134983@ORLYN: [2] This form has been privileged because of the MsWindows 9x series. Hmmm. If you mean that people who run Win9x are more likely to be running old DOS programs

RE: Problem with cygrunsrv

2002-12-09 Thread [EMAIL PROTECTED]
Hi, It could be that when the cygrunsrv stuff goes through your shell and \\ becomes \ and \ becomes nothing (??). Just a thought. What happens if you double ecsape the forward slashes? cygrunsrv -I perflog -p /cygdrive/c/WINNT/perflog.exe -t manual -a '-o c:perflogsdiesel.csv -s 1 -c

Re: Quick question

2002-12-09 Thread Jeff Mincy
On Mon, 9 Dec 2002, [EMAIL PROTECTED] wrote: On Mon, Dec 09, 2002 at 10:00:18AM -0500, Jason Dufair wrote: Randall R Schulz wrote: By the way, what is this business of putting individuals' names into a [EMAIL PROTECTED] email address? I think that's a pretty questionable tactic. I doubt Chris

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-09 Thread Arthur I Schwarz
On Wed, Dec 04, 2002 at 10:46:42AM -, John Morrison wrote: From: Chris Game In an earlier post, John Morrison wrote: [...] - now how do I get out of this 'None' group that I'm apparently in, and into 'Users' or even 'Administrators'? FYI: There has been a weather change (see

I'm surprised at it

2002-12-09 Thread dwood
Hi,.. think you relayed to my personal ad! Yes I do get a lot of responses but you got me curious I haven't done this in a while so please forgive my nervousness. And I hope your still around, (the good people always get taken fast) Anyway since I know a little about you :) (that was cute by the

Re: cron problem in W2K Proffesional

2002-12-09 Thread Andrew DeFaria
Eric De La Cruz Lugo wrote: The cron works now!, the output its ok (date.txt). but with my script the things are different, here are the files I use.. I tested the script from the command line and work flawlesly, but when i add it to my crontab it does not work has expected! the files are

Re: Cygwin Reinstall Failiure

2002-12-09 Thread Arthur I Schwarz
Apparently the latest code has some problems. I just did a 'passwd' and got a: 'passwd: unrecoverable error 1722' As reported, 'more' failed. I reinstalled a version of 'more' titled: more --version = 'less 374' from the March, 2002 release, and it worked. Previously at shell start, I

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-09 Thread Randall R Schulz
Arthur, As far as I can tell running the latest Cygwin and Cygwin package set, the id command still works just fine: % id uid=1002(RSchulz) gid=513(None) groups=513(None),544(Administrators),547(Power Users),545(Users) % id -un RSchulz By the way, id is not a built-in in the shell built-in

Re: Cygwin Reinstall Failiure

2002-12-09 Thread [EMAIL PROTECTED]
Hi, I haven't noticed any problems apart from a small glitch when I installed the latest OpenSSL dist., which just needed a reboot to get ssh working. It's weird that something has deleted your id binary. Do you have the other sh-utils binaries? eg. pwd,sleep,stty,tee,uname,uptime? If you

Re: /tmp

2002-12-09 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. Jim wrote: Would be really really nice if /tmp existed as a link that a directory /tmp weren't created after running setup... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Another cygrunsrv question

2002-12-09 Thread Jack Twilley
Is there any way to display information about installed services? I'd like to see what services are installed, what arguments they have, what users they run as, et cetera, to help debug this perflog problem. Jack. -- Jack Twilley // Tier 2 Support Engineer // Brightmail Inc. jtwilley at

Re: Another cygrunsrv question

2002-12-09 Thread Larry Hall (RFK Partners, Inc)
At 10:15 PM 12/9/2002, Jack Twilley wrote: Is there any way to display information about installed services? I'd like to see what services are installed, what arguments they have, what users they run as, et cetera, to help debug this perflog problem. You can see what services are started with

Re: ssh/telnet

2002-12-09 Thread Andrew DeFaria
Abraham Backus wrote: After checking things out a little more, it looks like last logged in type of data is in your wtmp database, which on my system is /var/log/wtmp. This appears to be a log/history of past logins. To view the data in here, try the following command: $ who /var/log/wtmp

Re: Another cygrunsrv question

2002-12-09 Thread Jack Twilley
Larry == Larry Hall (RFK Partners, Inc) [EMAIL PROTECTED] writes: Jack Is there any way to display information about installed Jack services? Jack I'd like to see what services are installed, what arguments they Jack have, what users they run as, et cetera, to help debug this Jack perflog

Re: Another cygrunsrv question

2002-12-09 Thread Larry Hall (RFK Partners, Inc)
At 11:03 PM 12/9/2002, Jack Twilley wrote: Larry == Larry Hall (RFK Partners, Inc) [EMAIL PROTECTED] writes: Jack Is there any way to display information about installed Jack services? Jack I'd like to see what services are installed, what arguments they Jack have, what users they run as, et

Re: Another cygrunsrv question

2002-12-09 Thread Elfyn McBratney
I've got a perl script I use for just this, listing services on a server. It requires NT = 4, win32 perl or cygwin perl with Win32.pm and the al library. I've attatced it to this post. It shouldn't be too hard to add this functionality to cygrunsrv should it? Elfyn [EMAIL PROTECTED] ---

Re: ssh/telnet

2002-12-09 Thread Andrew DeFaria
Andrew Markebo wrote: | Last login: Fri Aug 23 12:02:56 2002 from 206.184.204.2 | Starbase:who am i | STARBASE!Andrew tty1 Dec 6 15:47 | Starbase:who | Andrew tty1 Dec 6 15:47 | Still get Fri Aug 23 for last login. Hmm what command does your ssh-deamon fire up on the 'remote' machine, Ah, I'm

Re: telnet - connection refused in windows xp home

2002-12-09 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: hello: I finally see the Cygwin inetd under services. But when I try to start it I get the follwoing error error 1053: the service did not respond to the start or control request in a timely fashion Have you tried adding your Cygwin bin (typically C:\Cygwin\bin) to

CRON service under an alternate account

2002-12-09 Thread Redterra
I have a problem with getting the CRON service to run under an account other than SYSTEM. The reason I need to get CRON to run under an alternate account is so that jobs spawned from CRON will be able to access network shares. I first started this exercise by getting the SSHd service to run

Re: Postgresql build fails ...

2002-12-09 Thread Stephan Harren
No, I just need the client libraries to build the DBD-PG module, which I cannot find in the pre-built package. Hope to find them after compiling the sources. Do you have any experience on this? Best regards, Stephan BTW, can you use the pre-built package? Jason -- Stephan Harren

Updated: openssl-0.9.6h-1, openssl-devel-0.9.6h-1

2002-12-09 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.6h-1. This also includes the openssl-devel package. This is a official update release. The official release announcement text follows: OpenSSL version 0.9.6h released === OpenSSL - The Open Source toolkit for SSL/TLS