This is your Invitation and Opportunity to join one of the worlds most rewarding
financial associations. The only qualification is that you must be able to follow
simple instructions.
Click Here: http://www.electric-money-tree.com/kevin-wynn-invitation.htm
--
Unsubscribe info: http
Is there a way to disable the keyboard autorepeat feature when using
startxwin?? At this point any xwindows app I use if I press any key it will
start repeating until the next key pressed and then repeats that key.
Please help. Runnig Cygwin on windows 10.
--
Problem reports: http://cygwi
available.
Thanks,
Kevin Jones
Developmentor
www.develop.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/
GreSQL install
pages talk about?
Kevin Jones
Developmentor
www.develop.com
> -Original Message-
> From: Elfyn McBratney [mailto:[EMAIL PROTECTED]
> Sent: 19 July 2003 08:58
> To: guenter strubinsky
> Cc: 'Kevin Jones'; [EMAIL PROTECTED]
> Subject: RE: CygIPC
Thanks to everybody that replied to this, I now have cygipc-1.14.1.
However if I do an --install-as-service, it seems to install OK, but I
can't start the service (this is on Windows 2003 server). Any pointers
would be welcome,
Kevin Jones
Developmentor
www.develop.com
> -Original
he max connections to 8 (as can be seen above) and
I'm still getting the problem.
I suspect it's a permissions problem (most of these seem to be:) ) Do I
need to do anything special to the postgres user, or allow it access to
any particular directory?
Any help would be much appreci
ning the daemon in both cases with inetd, which is running as a
service on Windows 2000. If anyone has any ideas on what could be
causing the logins to fail on the latest version, I would be forever
grateful. It's the only thing left not working after days of trying.
Thanks!
Kevin
--
Unsubscr
h my rough fix for
CRAM-MD5, assuming I can find it.
Thanks,
Kevin
On Friday, August 1, 2003, at 09:04 PM, Abe Backus wrote:
Kevin,
I removed the sections of the README that have to do with modifying
/etc/passwd because from what I've seen, the latest imapd (or maybe
it's the
latest
ration to read the
/etc/cram-md5.pwd file as well, so I have a single user database just
for mail. Works for me!
Thanks,
Kevin
On Sunday, August 3, 2003, at 01:07 AM, Kevin Camera wrote:
Hi Abe et. al.,
An update on my IMAP problems. I've done some heavy debugging and
fixed one problem,
about this a few days ago -- a search for
imapd probably would have uncovered it.
Thanks,
Kevin
On Sunday, August 3, 2003, at 12:05 PM, Stephan Zehrer wrote:
Hi,
i tried the actual cygwin version and setup the uw-imap according the
documentation.
The server is running but it allways refused
/2000/XP
system. The SYSTEM account should not have a blank password field like
that (I copied the line from my file while I was doing some service
testing). The line should read:
SYSTEM:*:18:544:,S-1-5-18::
Note the star in the second field.
Sorry for the inconvenience.
Kevin
For me the S
I am trying to compile rssh (http://www.pizzashack.org/rssh/) for CygWin,
but it is failing in ./configure with:
> checking for strerror... yes
> checking for wordexp... no
> configure: error:
> rssh needs wordexp() to compile, but it's not available on your system.
> Please notify code at pizzasha
.
If you have questions or comments, please send them to the Cygwin mailing
list: <[EMAIL PROTECTED]>. This includes ideas and comments about the setup
utility or Cygwin in general. If you want to make a point or ask a
question, the Cygwin mai
I'm having a problem with a recent installation of Cygwin 1.3.13. Any
files that I create (directly or indirectly) are assigned to userid
3199, rather than Administrator. The id and whoami commands report that
I am Administrator. Files I created before the installation are the
correct userid
x27;s self test too, but that's another list...
I am working with NTFS partitions - cygwin lives on my f: drive.
Additionally, I've got administrator access to my box.
Kevin Woolie
Programmer
--
Techlink Entertainment
480 Kings Road, Sydney, Nova Scotia,
C
Hi,
It seems that when I delete a locked file under
cygwin, it removes the file when the locking process
unlocks it. Is there anyway to have it return an error
instead of having it scheduled for deletetion.
Thanks!!
Kevin
---
PS. This 'feature' can be really confusing.
I was gzipp
.
You can view the archives online, or subscribe, or find the
address(es) to which you can send a question or comment.
-- Kevin Roth
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscri
Peter Davis <[EMAIL PROTECTED]> wrote:
>> On Sat, Jan 04, 2003 at 02:14:04AM +0900, Stephen J. Turnbull wrote:
>> > > "Peter" == Peter Davis <[EMAIL PROTECTED]> writes:
>> >
>> > >> The procedure entry point _ctype_ could not be located in the
>> > >> dynamic link library cygwin1.dll
Ok, I've searched for articles on getting a java
compiler working on cygwin. I got very vague info.
Can someone please give me the newbie quick setup on
setting up a java compiler to work on cygwin.
I've got the java JDK 1.4.1 from java.sun.com. Now
what do I do?
I've just started using the cygwin SSH, mostly to do CVS, and I have a
problem with %HOME%
I'm logged onto a W2K machine as 'Kevin Jones' and my home env variable
is set to d:\home\kevinj. Whenever I use ssh I get a message that says
"Could not create directory
You're absolutely right - I've gone through the process of changing to a
name with no spaces but the problem persisted. After reading this I
changed my etc/passwd file so that home was /cygdrive/d/home/kevinj and
I'm golden
Thank you,
Kevin Jones
Developmentor
www.develop.com
I just found a case of `rm' failing in a makefile. I added
SHELL = bash
and the rm worked. Looks like the same deal. This seems pretty
broken. I'm really wondering if anyone else
Note: I have CYGWIN defined as "nontsec".
Also, I forgot to include a cygcheck:
D:\acl62\src\cl>cygcheck -s -h
I'm on Windows 2000sp3.
I've seen this bug before, but it disappeared. Now, it's back. I
recently updated to cygwin 1.3.19. Nothing else on my system has
changed in a really long time. I rebooted, and that didn't fix it.
Here's bug2.sh:
ls -l $2
echo "removing $2..."
rm $2
ls -l $2
First, i
An easier way of reproducing it:
d:\acl62\src\cl\src>ls -l foo.out
-rw-r--r--1 layerNone6 Jan 28 14:39 foo.out
d:\acl62\src\cl\src>sh -c 'rm foo.out'
d:\acl62\src\cl\src>ls -l foo.out
-rw-r--r--1 layerNone6 Jan 28 14:39 foo.out
d:\
Found the problem: I had a file named `rm':
D:\acl62\src\cl\src>ls -l rm
-rw-r--r--1 layerNone0 Jan 28 15:47 rm
D:\acl62\src\cl\src>getfacl rm
# file: rm
# owner: layer
# group: None
user::rw-
group::r--
other:r--
mask:rwx
D:\acl62\src\cl\src>
Now, it seems odd that `sh' (but
that will work... I have noticed that you have to specify an absolute
path... even if the file is in the current dir.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 1:11 PM
To: [EMAIL PROTECTED]; [EMAIL PR
. According to what I read when I run the setup program it should
get the latest or current versions of packages available. Is there
something I need to do to insure I always get a current list?
thanks
Kevin
---
Kevin Ison
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
of these
errors?
Kevin Stedman
__
Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster
http://search.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentat
Can I get SRGP and SSCOP for Cygwin?
Directions please!
HELP!
--
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/
nsubscribe from the cygwin-announce mailing list, look at
the "List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there. It will be in the format:
[EMAIL PROTECTED]
-- Kevin Roth
--
Unsubscribe info: http://cygwin.com/ml/#unsubscrib
I've searched the FAQ & list archives, but didn't find anything that matches this.
There's a strange interaction between globbing and expanding a path with a
drive-letter-colon-backslash.
For the example, I set up three variables pointing to the cygwin/sbin
directory, with 0, 1, or 2 backslash
neral bug reporting.
K-Dee
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
** Kevin Dahl
** Computer Specialist
** USDA / ARS / Northern Plains Ag Research Lab
**
img of=//device/fd0
Why is it telling me permission denied when I try it the other
way... ??
dd if=D:\dd\boot2.img of=\\.\A: ...
??
K-Dee
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
of course it doesn't work cuz I am
not using cygwinSo I am not sure who to turn to now
Thanks for your patience and time
K-Dee
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
IL PROTECTED]>. I would appreciate if you would use this
mailing list rather than emailing me directly. This includes ideas and
comments about the setup utility or Cygwin in general.
If you want to make a point or ask a question, the Cygwin mailing list is
the appropriate pl
I noticed that my windows programs see a strange and bogus PATH.
It is demonstrated here, from cmd.exe:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
c:\>PATH C:\Cygwin\bin;c:\cygwin\usr\bin;C:\Cygwin\usr\local\bin
c:\>bash -i
bash-2.05a$ ech
It's worse than I suspected originally, when I thought I could get
around it by not using bash. Now, without bash:
makefile:
SHELL = sh
default: FORCE
echo $(PATH)
/c/winnt/system32/cmd
FORCE:
and now:
D:\bug>PATH C:\Cygwin\bin;c:\cygwin\usr\bin;C:\Cygwin\u
>> What does cygcheck -s say?
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue May 21 20:37:06 2002
Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2
Path: C:\ODI\OStore\bin
.
c:\bin
C:\Perl\bin
C:\Cygwin\bin
c:\cygwin\usr\bi
>> Just to make sure I understand. After doing a complete reinstall with the
>> latest setup.exe, the mounts are now correct? Please confirm that with
>> 'cygcheck -s' so I can put this to bed in my mind at least.
Yes, reinstall with cleaning the registry. I've been a long time
cygwin user, g
>> Your /usr/bin and /usr/lib mounts are incorrect. There were some problems
>> with that with some versions of setup.exe, but I think that has been fixed
>> now.
I had the latest version of setup.exe (as of yesterday). I decided to
remove cygwin, even cleaning out `cygwin' references in the
server, but there are a couple glitches on
Cygwin. I'd like to fix them myself if I can find some time...
Kevin
--
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/
r files which might dictate the difference in the
above behavior?
Thanks in advance,
Kevin S.
[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/
to take advantage of terminal
services.
Kevin
-Original Message-
From: Adam Miller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 12:40
To: [EMAIL PROTECTED]
Subject:Terminal Servers?
Hey all,
Has anyone here tried running Cygwin in an NT terminal
server
How does one go about installing the javac compiler on a windows machine
using cygwin?
I would like to be able to use javac in cygwin, how do I set this up?
Thanks for any suggestions you might have!
-kp
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
http://slashdot.org/article.pl?sid=01/12/04/1355238
Extra '8' in the mail.
Kevin
-Original Message-
From: Randall R Schulz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 16:19
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject:Re: Speaking of deb
ubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:
[EMAIL PROTECTED]
--
Kevin Roth
--
Unsubscribe info: http://cygwin.com/ml/#uns
/rsync-2.4.6-3.tar.bz2
Downloaded latest/texinfo/texinfo-4.0-5.tar.bz2
Downloaded latest/time/time-1.7-1.tar.bz2
Downloaded latest/vim/vim-6.0.93-1.tar.bz2
Downloaded latest/w32api/w32api-1.2-1.tar.bz2
Downloaded contrib/wget/wget-1.7-1.tar.bz2
2001/12/18 08:59:48 Ending cygwin install
--
#include
/rsync-2.4.6-3.tar.bz2
Downloaded latest/texinfo/texinfo-4.0-5.tar.bz2
Downloaded latest/time/time-1.7-1.tar.bz2
Downloaded latest/vim/vim-6.0.93-1.tar.bz2
Downloaded latest/w32api/w32api-1.2-1.tar.bz2
Downloaded contrib/wget/wget-1.7-1.tar.bz2
2001/12/18 08:59:48 Ending cygwin install
--
#include
I downloaded the new libfaim for unix, but when I run ./configure,I always
get /bin/sh not foundcan't run configure.sub and then it ends. How do I
instal libfaim. I am running windows Me and I have the new dll of cygwin
downloaded
_
within a couple weeks.
> > Also, if testing for rebase-ability is simple, could you let me know
> > how? I'd be curious...
>
> http://www.tishler.net/jason/software/rebase/rebase.exe.bz2
>
> The following is a sample command line:
>
> rebase -d -b
It goes in your .inputrc file.
Kevin
> -Original Message-
> From: Jonathan Simms [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 15, 2002 20:00
> To: 'Alex Malinovich'; [EMAIL PROTECTED]
> Subject: RE: easy bash configuration question (5 points)
>
>
r of this message.
Send email to the address specified there. It will be in the format:
[EMAIL PROTECTED]
--
Kevin Roth
--
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/
s been
a couple months since I actually performed a brand new install...)
--Kevin
--
From: Steve O <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
rxvt-2.7.2-8 has been uploaded to the Cygwin net distribution.
rxvt is a lightweight xterm that can display to either X or
native Windo
I was using cygwin 1.3.2 for quite some time, compiling and make-ing
merrily with no ill effects. Then I upgraded to 1.3.6 and now when I do
a make, each compile/link/etc spawns its own DOS console window, causing
serious flashing of the screen. It renders the system almost unuseable
while t
quot;D:/CygWIN/bin" "/usr/bin"
mount -f -s -b "D:/CygWIN/lib" "/usr/lib"
mount -f -s -b "D:/CygWIN" "/"
mount -s -b --change-cygdrive-prefix "/cygdrive"
Very strange...
Kevin
At 04:02 10/24/2005 (Monday), Chris Taylor wrote:
3 22:10 home
drwxrwx---+ 20 Users 0 Oct 23 13:36 lib
drwxrwxrwt+ 2 Users 0 Oct 24 04:30 tmp
drwxrwx---+ 15 Users 0 Oct 23 13:36 usr
drwxrwx---+ 9 Users 0 Oct 23 13:37 var
Regards,
Kevin
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports
Hi,
I recently installed cygwin on my Windows XP but when I try to run cygwin I
get an error saying This application (bash.exe) has failed to start because
cygwin1.dll was not found. Re-installing the application may fix this
problem.
I also got a similar message during the initial instal
From: Igor Pechtchanski <[EMAIL PROTECTED]>
Reply-To: cygwin@cygwin.com
To: cygwin@cygwin.com
CC: Kevin Worrell <[EMAIL PROTECTED]>
Subject: Re: Installing error: cygwin1.dll not found
Date: Wed, 9 Nov 2005 19:20:55 -0500 (EST)
On Wed, 9 Nov 2005, Larry Hall (Cygwin) wrote:
>
ok...thanks Igor and Larry...i finally got it installed and running using a
mirror site closer to home. thank you both greatly for your help.
Kevin
From: Igor Pechtchanski <[EMAIL PROTECTED]>
Reply-To: cygwin@cygwin.com
To: Kevin Worrell <[EMAIL PROTECTED]>
CC: cygwin@cygwin.com
/* demonstrate a bug in capturing the exit code from shell */
#include
#include
#include
#include
#include
#include
#define _POSIX_
#include
#include
#include
main (int argc, char *argv[])
{
exit(1);
}
/* demonstrate a bug in capturing the exit code from shell */
#include
#include
output
result = 1
Below are the files.
Is this a known issue? Any chance of a fix?
--
Kevin Layer [EMAIL PROTECTED]http://www.franz.com/
Franz Inc., 555 12th St., Suite 1450, Oakland, CA 94607, USA
Phone: (510) 452-2000 FAX: (510) 452-0182
--
Unsubscribe info:
Samuel Thibault <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Kevin Layer, le Mon 06 Feb 2006 14:37:00 -0800, a écrit :
>> Content-Description: bug.c
>> > /* demonstrate a bug in capturing the exit code from shell */
>> > main (int argc, char *ar
Corinna Vinschen <[EMAIL PROTECTED]> wrote:
>> On Feb 6 14:49, Kevin Layer wrote:
>> > I'm running the latest cygwin (1.5.19, see cygcheck below).
>> >
>> > My application is a native Windows app (64 and 32-bit). It includes
>> > no cygwin l
na.
I'd like to second William's comments: cygwin and the cygwin
development team rock!
Kevin
--
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/
Does anyone know where I can find a binary of cygwin exim compiled with
the TLS switch?? If not does anyone have any specific instructions on
how I can compile exim for cygwin (tried but failed, but used unix
instructions)??
Thanks for any input
--
Unsubscribe info: http://cygwin.com/ml/#uns
Briefly Im trying to use cygwin's uw-imapd port to attempt to establish
an imap connection over port 995 and 993. I have successfully run the
daemon over the non-secure port.
Ive created the necessary .key and .pem files and placed them in
etc/ssl/certs. First of all Im not sure if this is the p
Thanks to Corinna's help and others, I actually added the following 2
lines to the services file (found either using cygwin at /etc/services
or c:\windows\system32\drives\etc\services):
imaps 993/tcpimaps #Secure Internet
Message Access Protocol
pop3s 99
On the advice of another post I also tried the following to verify what
was being broadcast on port 993 and received the following:
$ openssl s_client -connect localhost:993
CONNECTED(0003)
3564:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake
failure:s23_lib.c:188
:
--
Unsubscribe info:
Does cygwin offer a uw-imapd-ssl port? Using the setup utility I cant
seems to locate this package.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
On Mar 17, 2006, at 7:49 PM, Max Stein wrote:
Unfortunately, the performance of the cygwin sshd server is very
poor when it comes to copying large files. I have made this
observation on several new and fast machines (3 GHz, 512 MB RAM,
100 MB/s Intel Pro network card) running with Windows
Can anyone point me to a link telling me how to set up a chrooted jail
with cygwin??? The last post I found on the mailing list was regarding a
lastlog configuration.
Thanks
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
D
e the same experience or a workaround for it?
info tar:
`--same-owner'
Create extracted files with the same ownership they have in the
archive.
This is the default behavior for the superuser, so this option is
meaningful only for non-root users,
--
Thank you!
Kev
running
Windows200 if that matters.
Thanks,
yi
___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
I've found a great starting point for configuring ssh here:
http://ncyoung.com/cat/24
--
Kevin Bowen
NetMusic Corporation
Upon trying to build mozilla, after following directions to the "T", I
get this error when trying to build:
"/cygdrive/c/mozilla/ no such file or directory"
I can cd to this very directory
Is this perhaps a path problem?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Probl
problem, or is there somewhere else that I should be
looking?
Thanks,
Kevin.
--
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/
sing, and with perl-5.8.6-4
the problem is gone. Thanks for the help,
Kevin.
--
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/
1.5.13/14
(and today's build), it fails with "Bad file descriptor".
If I change the service to run under a non-system account (or run the
process on the command line), fopen can read the file under 1.5.13/14.
Any ideas why CYGWIN no longer likes the SYSTEM account?
Thanks
Ke
GWIN=notraverse for the service.
Thanks
I isolated the problem to just one missing permission in the middle of a
rather large directory tree.
Regards
Kevin
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
Hi,
I downloaded berkeleydb-4.2.52 and two patches from sleepycat.
When I tried to compile it I got the errors from ../lock/lock_region.c
as below.
Anybody know what's wrong?
Thanks,
Kevin
--
pa
Hello Gerrit,
I need to make a dpkg with berkeleydb so I need to be able to compile
berkeleydb source.
Is there any required libs for berkeleydb compilation?
Kihoon
Gerrit P. Haase wrote:
Hello Kevin,
Kevin writes:
I downloaded berkeleydb-4.2.52 and two patches from sleepycat.
When I tried to
ll? If so, how
to I get it back? If not, how do I install it? Thanks.
Kevin
--
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/
Thanks!
-Original Message-
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 12:10 AM
To: Kevin Markle
Cc: cygwin@cygwin.com
Subject: Re: Cron problems with cygwin...
Kevin,
<http://cygwin.com/acronyms/#PPIOSPE>. Thanks. I'm redirecting
/.../filename path - is that normalization done in the cygwin1.dll
code or in the "find" application code?
Kevin
At 09:58 10/17/2005 (Monday), Eric Blake wrote:
> -- Forwarded Message: -
> From:Kevin Autrey
> To: ericb
; find C:/ -iname cdplayer.ini
C:/WINDOWS/CDPLAYER.INI
What's interesting is that if I do a 'find' on "/cygdrive/c/.", it also works!
tka-16:/cygdrive/p> find /cygdrive/c/. -iname cdplayer.ini
/cygdrive/c/./WINDOWS/CDPLAYER.INI
Does this clarify the problem or give mo
e cygwin user guide and found nothing about setting up the
crontab service. Is there any place were these kindof instructions are
located? If you have any suggestions please let me know!
Thanks!
Kevin M
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
appears. I have tried using cygstart and bash l c, but neither was
effective. Any ideas?
Thanks,
Kevin
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ
That worked perfectly, thanks.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Larry Hall (Cygwin)
Sent: Sunday, October 29, 2006 6:48 PM
To: cygwin@cygwin.com
Subject: Re: cron disables dialog window
Kevin Cella wrote:
> I have a script that runs
0.12.1-3
libintl3 0.14.5-1
libintl8 0.15-1
libncurses5 5.2-1
libncurses6 5.2-8
libncurses7 5.3-4
libncurses8 5.5-3
libpcre0 6.6-1
libpopt0 1.6.4-4
libreadline4 4.1-2
libreadline5 4.3-5
libreadline6
the
answer is use `d2u' that is not portable.) I thought I was safe by
using text mounts--I spent quite a while looking at the archives
before posting and thought I had covered all bases.
Kevin
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: htt
ing script/app not changeable?
The only restriction is that it work on all 19 platforms that I build
on, and I think that might. I'll test it.
Thanks for this, and the other suggestion.
Thanks Eric and Dan, too. I believe I have enough suggestions to make
this work, and when I do I'
Eric Blake <[EMAIL PROTECTED]> wrote:
>> read version < foo1.out
I prefer this to the echo -n, because the latter isn't supported on
all the platforms I run on (aix, for one).
Thanks for the help. You guys rock.
Kevin
--
Unsubscribe info: http://cygwin.com/ml/#unsubs
ybody has had any luck actually getting cron to work on a w3k
machine. If possible I would like to run the service with a Network
login if not a local admin would work...
Thanks!
Kevin M
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwi
Larry Hall (Cygwin) explained on 3/15/2007 :
Kevin Markle wrote:
Hello,
I'm attempting to install cron on a Windows 2003 machine and am somewhat
Unix challanged. Is there a documented procedure that works somewhere. It
seems that there are tons of posts out relating to this but they all
René Berber submitted this idea :
Kevin Markle wrote:
Larry Hall (Cygwin) explained on 3/15/2007 :
Kevin Markle wrote:
Hello,
I'm attempting to install cron on a Windows 2003 machine and am
somewhat Unix challanged. Is there a documented procedure that works
somewhere. It seems that
After serious thinking René Berber wrote :
Kevin Markle wrote:
Larry Hall (Cygwin) explained on 3/15/2007 :
Kevin Markle wrote:
Hello,
I'm attempting to install cron on a Windows 2003 machine and am
somewhat Unix challanged. Is there a documented procedure that works
somewhere. It
Pierre A. Humblet explained :
- Original Message -
From: "Kevin Markle"
To:
Sent: Thursday, March 15, 2007 4:45 PM
Subject: Re: Installing Cron on Windows 2003 Server...
Larry Hall (Cygwin) explained on 3/15/2007 :
Kevin Markle wrote:
Hello,
I'm attempting to in
Pierre A. Humblet pretended :
- Original Message -
From: "Kevin Markle"
To:
Sent: Thursday, March 15, 2007 4:45 PM
Subject: Re: Installing Cron on Windows 2003 Server...
Larry Hall (Cygwin) explained on 3/15/2007 :
Kevin Markle wrote:
Hello,
I'm attempting to in
Pedro Alves explained :
Eric Blake wrote:
Pedro Alves portugalmail.pt> writes:
Dave Korn wrote:
Ctrl+D is a better way to close the file actually. If you mean EOF,
why
not
*say* EOF?
Unless you type it one time too much, and ... uupps, there goes the shell
:)
Which is why
I was able to finally get it to work. I had to remove the service,
reboot the server to completly remove the cron service and then run the
cron-config again. Thanks for all of the help!
I think the toilet (my head) just needed to be flushed!
--
Unsubscribe info: http://cygwin.com/ml/#u
Hello,
I'm attemping to use the expr variable and am having problems. when I
type test=expr 1+1 or
test=`expr 1+1` or
test='expr 1 + 1' or
with and without quotes?? I just want to create a variable based on and
expression?
Thanks!
Kevin M
--
Unsubscribe info: http:
1 - 100 of 417 matches
Mail list logo