René Berber wrote:
[snip]
> mmap() is returning an error code, probably EINVAL I just ddisn't care to look
didn't
> what was it because there shouldn't be an error.
Yes, using perror I get "Invalid argument", so the implementation conside
I am changing the Suject line as this could be a new
thread. The 'old problem', I think, has been solved.
--- "Larry Hall (Cygwin)"
<[EMAIL PROTECTED]> wrote:
> To me, this really sounds like a firewall problem
> but you
> might need to actually debug 'setup.exe' to verify
> that.
Well, in some
Samuel Thibault wrote:
[snip]
>>No, in windows there is a requirement that mmap uses memory aligned to 64k
>>(the
>>infamous granularity).
>
> Then the result of pagesize() is not sufficiently big: POSIX says that
> mmap() can return EINVAL if « the address [...] is not a multiple of
> the page s
René Berber, le Sat 26 Nov 2005 15:19:06 -0600, a écrit :
> Samuel Thibault wrote:
> [snip]
> > This seems odd. In the cygwin case, pagesize() would not be sufficient ??
>
> No, in windows there is a requirement that mmap uses memory aligned to 64k
> (the
> infamous granularity).
Then the result
Samuel Thibault wrote:
[snip]
> This seems odd. In the cygwin case, pagesize() would not be sufficient ??
No, in windows there is a requirement that mmap uses memory aligned to 64k (the
infamous granularity).
> And anyway, it should rather be
>data2 = (char *) malloc (2 * 16 * pagesize);
> N
On 11/22/05, Igor Pechtchanski wrote:
> > The script you're thinking of is Michael A. Chase's clean_setup.pl.
> > Unfortunately, Googling for it mostly turns up references to it in the
> > mailing list archives, and the actual site comes up only at the bottom of
> > the page. It would be nice if t
I've updated the version of mathomatic to 12.5.2-1.
It should appear at the mirrors soon.
There have been many improvements and bug fixes since version 12.4.3.
Changes:
http://mathomatic.orgserve.de/changes.txt
About:
Mathomatic is a highly portable, general purpose symbolic console math
progra
Hi,
René Berber, le Fri 25 Nov 2005 22:34:26 -0600, a écrit :
> #if !defined(__CYGWIN32__)
> data2 = (char *) malloc (2 * pagesize);
> if (!data2) {
> printf("second malloc failed\n");
> exit (1);
> }
> data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
> #else
Václav Haisman wrote:
I get the following error with smartctl:
Internal error: unable to compile regular expression
^(Hitachi)?HDS724040KL(AT|SA)80)$parentheses not balanced
Please inform smartmontools developers at
[EMAIL PROTECTED]
There is in fact an invalid regular expression in the dr
--- "Larry Hall (Cygwin)"
<[EMAIL PROTECTED]> wrote:
> surendar jeyadev wrote:
> >
> As things are not even getting to step 1, could
there
> be
> something more fundamental at work -- such as
> communication
> problems?
That's what I suspect, yes. You mentioned that you're
using
'Direct Con
Christian Franke wrote:
> The smartmontools package is now available in the Cygwin distribution.
>
> Smartmontools contains utility programs (smartctl, smartd) to
> control/monitor storage systems using the Self-Monitoring, Analysis and
> Reporting Technology System (S.M.A.R.T.) built into most mo
Hello,
while using cygwin and interix/sfu in parallel, I noticed a
"misfeature" in cygwin: inode numbers for files on network shares
aren't shown correctly.
I have a win2003 server with interix and created some hard linked
files. Then I shared these to a win2000 client with both interix and
12 matches
Mail list logo