OK. Then there must be a problem in the way cygwin creates sparse files,
since the files created by seeking past the end in cygwin always take up the
full amount of disk space. I've verified this with both Windows and cygwin
tools. I'll try taking it up on the cygwin list to see what I can learn
Hi,
A question. I am trying to get ACE/TAO working with Cygwin. I am now trying
to get process shared mutexes to work and I have a question. Is
pthread_mutexattr_setpshared supported? From some logging I have I see I get
an invalid argument after calling this method.
Regards,
Johnny Willemsen
Re
On May 13 10:50, Bill C. Riemers wrote:
> OK. Then there must be a problem in the way cygwin creates sparse files,
> since the files created by seeking past the end in cygwin always take up the
> full amount of disk space. I've verified this with both Windows and cygwin
> tools. I'll try taking
if you are serious about making some money using the internet then click this link and
read the website carefully. the site is kind of cheesy but hey, it works
http://www.surepayonline.com/members/success4rlife.html
talk to you soon,
Aaron
ps. for those of you who are scared that this is a scam
I work with Cygwin 1.5.9-1 on W2K Server SP3 (NTFS file system) inside an
Active Directoy domain.
I want to copy this file with Cygwin :
--+ 1 toto gtoto 65925 May 13 05:49 myfile.log
to another directory.
The W2K group DOMAIN ADMINISTRATOR have full access on this file (and
directo
Hi!
I'm trying to run a windows application by sshing to a cygwin box. The problem
is, altough the program starts, it is not shown on the display (of the cygwin
box). Is there any solution for remotely starting a program and allowing it to
use the display?
If I start the program from a cygwin
> -Original Message-
> From: cygwin-owner On Behalf Of Nitin Gupta
> Sent: 12 May 2004 18:58
> cat Makefile
>
>
> WORKSPACE=$(shell pwd)
> test:
> @echo $(wildcard $(WORKSPACE)/ph*/*.cx)
> =
>
> Directory structure
> Makefile
> phase1/
> phase3/
>
> phase1/main.cx
> pha
On May 13 10:37, [EMAIL PROTECTED] wrote:
> I work with Cygwin 1.5.9-1 on W2K Server SP3 (NTFS file system) inside an
> Active Directoy domain.
>
> I want to copy this file with Cygwin :
>
> --+ 1 toto gtoto 65925 May 13 05:49 myfile.log
>
> to another directory.
>
> The W2K group D
Cygwin defines _POSIX_THREAD_SAFE_FUNCTIONS (in newlib/include/sys/features.h), but it
does not provide the following 7 functions,
which are among those that this define is supposed to indicate the presence of:
flockfile
ftrylockfile
funlockfile
getgrgid_r
getgrnam_r
getlogin_r
readdir_r
(I noti
Hello,
this subject was discussed a lot before, but I couldn't find a solution
to my specific problem.
Basically, I want that my services started as SYSTEM see c:\opt\c as
root, and I see c:\cygwin as user ibr. To do this, I copied the mount
entries from HKLM to HKCU and modified them accordingly
WFM (XP, 20040322 snapshot, make 3.80-1) . However, this has been reported
before:
http://www.cygwin.com/ml/cygwin/2003-09/msg01172.html
> > -Original Message-
> > From: Dave Korn [mailto:[EMAIL PROTECTED]
> >
> > > -Original Message-
> > > From: cygwin-owner On Behalf Of Nitin G
Due to the overwhelming amount of spam, our main contact email address '[EMAIL
PROTECTED]' is no longer active. Please write to our new address [EMAIL PROTECTED] and
update us in your address book.
- Weirdsville! WebRadio
www.weirdsville.com
--
Unsubscribe info: http://cygwin.com/ml/#unsu
On Thu, 13 May 2004, GRÉPÁLY András wrote:
> Hi!
>
> I'm trying to run a windows application by sshing to a cygwin box. The
> problem is, altough the program starts, it is not shown on the display
> (of the cygwin box). Is there any solution for remotely starting a
> program and allowing it to use
On Thu, 13 May 2004, Baurjan Ismagulov wrote:
> Hello,
>
> this subject was discussed a lot before, but I couldn't find a solution
> to my specific problem.
>
> Basically, I want that my services started as SYSTEM see c:\opt\c as
> root, and I see c:\cygwin as user ibr. To do this, I copied the mo
To Create Sparse files under windows, you must the DeviceIoControl() API
with the FSCTL_SET_SPARSE flag to create a sparse file. I suspect cygwin's
dd program is not using this API.
Look on the Wiki site: http://www.colinux.org/wiki/index.php/NiceTools for
some utilities for creating sparse files.
Looks like you are right. The following sequence works:
dd if=/dev/zero of=small bs=4096 seek=32 count=0
cp --sparse=always small sparse
dd if=/dev/zero bs=64M of=sparse seek=2048 count=0
I seem to be limited on how much I can grow the file each time, but
eventually it can grow up to 64k l
I use cygwin sshd on a Windows 2003 server. This is used to connect to a cvs
repository through ssh. Some users get access to the repository (administrators)
but others don't. They get errors about invalid user or invalid password.
Which rights does a windows user (on the server) need in order to
Hello. when I attempt to instal under win98, the next button is disabled on
the package selection screen.
what is going on with this, and is it fixable?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
allahuakbar
_
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://c
Lutz Wrage wrote:
> I use cygwin sshd on a Windows 2003 server. This is used to connect to a cvs
> repository through ssh. Some users get access to the repository (administrators)
> but others don't. They get errors about invalid user or invalid password.
> Which rights does a windows user (on the
Trying to get RSH to work to
Redhat Linux AS 2.1.
I know Redhat is accepting RSH because it works great from another Redhat
box and a Solaris box, I had to make sure it wasn't just Redhat.
But using Cygwin on Windows 2000 Server and XP Pro it is not working.
It just gives the error, Permission Deni
On Thu, 13 May 2004, Johnny Willemsen wrote:
> Hi,
>
> A question. I am trying to get ACE/TAO working with Cygwin. I am now trying
> to get process shared mutexes to work and I have a question. Is
> pthread_mutexattr_setpshared supported? From some logging I have I see I get
> an invalid argument
On Thu, 13 May 2004, Igor Pechtchanski wrote:
> If so, look into the "--interactive" flag to cygrunsrv (this will also
> pop up a console window for the sshd process -- an unfortunate, but
> unavoidable, side-effect).
Ah..., but no longer true (bought to you by FlightSafety via Corinna :-):
http
I resolved myself. Not too happy about what I had to do, but it's cool.
The windows account running the rsh is na\appadmin (na domain) the redhat
account was appadmin.
I tried -l appadmin, I tried to turn off Kerberos, nothing worked but when I
created a local account on the box appadmin, logged
kkkd
--
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/
Begin Disclaimer: The following searches produced
nothing useful...
Searched http://cygwin.com/faq.html for "nfs"
Searched http://cygwin.com/ for "nfs"
Googled web and groups for "cygwin" "nfs"
End Disclaimer
I'm trying to export an NFS filesystem under cygwin to
a Linux machine on the same net
On Thu, May 13, 2004 at 02:47:29PM -0700, Jamil wrote:
>kkkd
One more "try" and I'll block you from sending further email here.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/d
I was just reviewing the gold star page and noticed that it's been
almost a year since I pubicly acknowledged a contribution that Pierre
Humblet has made to cygwin.
We can't have that.
Pierre has made changes to every part of cygwin. He's even made
contributions to the signal code -- both the ol
28 matches
Mail list logo