I thought I had everything setup correctly to run cron jobs.
I can not get anything I put in crontab -e to run.
I've attached my cygcheck.out. If someone can give me some ideas I
would much appreciate it.
Cygwin Configuration Diagnostics
Current System Time: Fri Apr 07 22:45:26 2006
Windows
On Fri, 7 Apr 2006, Dave Korn wrote:
Should have read the man page instead!
s = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP);
printf("socket = %d\nlength = %d\n", s, len);
rc = getsockname(s, (struct sockaddr *) &sa, &len);
http://www.opengroup.org/onlinepubs/007908799/xns/getsockname
On Sat, 8 Apr 2006, Murali Suriar wrote:
> Igor Peshansky cs.nyu.edu> writes:
>
> > On Sat, 8 Apr 2006, Murali Suriar wrote:
> >
> > > I was wondering what configuration file I need to edit in order to
> > > make ZSH to default shell on login?
> >
> > Change the user's shell in /etc/passwd. Make
On Fri, 7 Apr 2006, Reid Thompson wrote:
well,,, not 'any' other linux system...
$ ./getsockname
socket = -1
length = 16
getsockname rc = -1
returned length = 16
getsockname: Bad file descriptor
That points out an error in getting the raw socket, not in getsockname()
itself. getsockname() c
Igor Peshansky cs.nyu.edu> writes:
>
> On Sat, 8 Apr 2006, Murali Suriar wrote:
>
> > I was wondering what configuration file I need to edit in order to make
> > ZSH to default shell on login?
>
> Change the user's shell in /etc/passwd. Make sure you use something that
> keeps the LF line end
Igor Peshansky wrote:
Sure. This has been discussed on this list a few times this year -- see
the list archives. A Google search for "cygwin dll std:string" should
show some mathces (including a reference to the GCC bug report[*] for
this, which, AFAICS, contains a patch that you can test).
On Sat, 8 Apr 2006, Murali Suriar wrote:
> I was wondering what configuration file I need to edit in order to make
> ZSH to default shell on login?
Change the user's shell in /etc/passwd. Make sure you use something that
keeps the LF line endings (i.e., not notepad).
HTH,
Igor
--
On Fri, 7 Apr 2006, Steven Brown wrote:
I've run into what appears to be a bug in the g++ toolchain or the STL's
std::string using the latest Cygwin dist (up to date as of right now).
Minimal test case attached.
If my shared library does a callback to a function returning
std::string, and only
Hello,
I've recently installed Cygwin and the Cygwin SSHD on my Windows XP machine. I'm
in the process of learning about various shells, and in particular the Z shell.
When starting a shell locally, I obviously use "C:\cygwin\bin\zsh.exe"; however
when I connect remotely using SSH, the terminal de
I've run into what appears to be a bug in the g++ toolchain or the STL's
std::string using the latest Cygwin dist (up to date as of right now).
Minimal test case attached.
If my shared library does a callback to a function returning
std::string, and only if the std::string is empty, I get an a
On Sat, 8 Apr 2006, Alexander J. Herrmann wrote:
Christopher Faylor wrote:
On Sat, Apr 08, 2006 at 01:58:33AM +0700, Alexander Herrmann wrote:
On 4/8/06, Christopher Faylor
wrote:
On Fri, Apr 07, 2006 at 11:42:47AM -0700, [EMAIL PROTECTED] wrote:
Your product, Cygwin, is currently being
On Fri, Apr 07, 2006 at 04:29:59PM -0400, J. David Boyd wrote:
>Christopher Faylor <[EMAIL PROTECTED]> writes:
>>In that case, my previous reply is even more pertinent; especially
>>given that Igor mentioned that the problem has nothing to do with
>>cygserver.
>
>Strange then, that my 'fork' proble
Christopher Faylor <[EMAIL PROTECTED]> writes:
>
> In that case, my previous reply is even more pertinent; especially given
> that Igor mentioned that the problem has nothing to do with cygserver.
>
> cgf
Strange then, that my 'fork' problem has now gone away, after adjusting my
cygserver.conf fi
Christopher Faylor wrote:
On Sat, Apr 08, 2006 at 01:58:33AM +0700, Alexander Herrmann wrote:
On 4/8/06, Christopher Faylor <[EMAIL PROTECTED]> wrote:
On Fri, Apr 07, 2006 at 11:42:47AM -0700, [EMAIL PROTECTED] wrote:
Your product, Cygwin, is currently being published by our
On Sat, Apr 08, 2006 at 01:58:33AM +0700, Alexander Herrmann wrote:
>On 4/8/06, Christopher Faylor <[EMAIL PROTECTED]> wrote:
>> On Fri, Apr 07, 2006 at 11:42:47AM -0700, [EMAIL PROTECTED] wrote:
>> >Your product, Cygwin, is currently being published by our staff and
>> >should appear on our sites
On 4/8/06, Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 07, 2006 at 11:42:47AM -0700, [EMAIL PROTECTED] wrote:
> >Your product, Cygwin, is currently being published by our staff and
> >should appear on our sites shortly. Once your product's Upload.com
> >status changes from Processi
On Fri, Apr 07, 2006 at 11:42:47AM -0700, [EMAIL PROTECTED] wrote:
>Your product, Cygwin, is currently being published by our staff and
>should appear on our sites shortly. Once your product's Upload.com
>status changes from Processing to Live, your listings will officially
>be available on CNET N
Hello!
Your product, Cygwin, is currently being published by our staff and should
appear on our sites shortly. Once your product's Upload.com status changes from
Processing to Live, your listings will officially be available on CNET
Networks' download sites worldwide.
If you're interested in
On Fri, 7 Apr 2006, ilya beilin wrote:
> Hello,
> fig2dev version 3.2.4 crashes when converting certain line styles to
> latex.
> I could reproduce the crash only on Cygwin, on Linux the
> translation works somehow (the line style is apparently not supported
> and is replaced by the default one).
Hello,
fig2dev version 3.2.4 crashes when converting certain line styles to
latex.
I could reproduce the crash only on Cygwin, on Linux the translation
works somehow
(the line style is apparently not supported and is replaced by the
default one).
Here is the test case:
$ cat crashes-on-cygwin.f
"Van Zandt, Jim" wrote:
>In that case, simply fix the ownership and/or permissions of those
> files:
>
>chown SYSTEM.Users /etc/ssh_host*
>chmod 600 /etc/ssh*key
>chmod 644 /etc/ssh*pub
All of this is taken care of for you automatically by ssh-host-config,
so this implies that yo
When I tried to start sshd, I got the message
The CYGWIN sshd service could not be started.
The FAQ entry "Why don't my services work (or access network shares)?"
seemed the most applicable, but the suggestions there didn't help. In
particular, I couldn't remember whether I had selected "Ins
On 07 April 2006 12:38, Antonio Querubin wrote:
> I've run into a problem where getsockname() doesn't work as expected.
> Below is a test program where it fails under cygwin but runs on any other
> Unix/Linux system. I searched the mail archives for any limitations
Should have read the man pag
Antonio Querubin wrote:
I've run into a problem where getsockname() doesn't work as expected.
Below is a test program where it fails under cygwin but runs on any
other Unix/Linux system. I searched the mail archives for any
limitations
#include
#include
#include
#include
int main() {
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Easton on 4/6/2006 4:14 AM:
>
> I don't see find at all in the cygwin setup. Specifically where do I
> find find 4.2.27 or 4.3.0? I would like to try one of those versions
> first before anyone goes to a whole lot of trouble.
That'
I've run into a problem where getsockname() doesn't work as expected.
Below is a test program where it fails under cygwin but runs on any other
Unix/Linux system. I searched the mail archives for any limitations
#include
#include
#include
#include
int main() {
struct sockaddr_in sa;
26 matches
Mail list logo