Apache and PHP 'out of the box' on Cygwin

2003-03-23 Thread Simon Stone
Hi All,

Gary/All, I think you have been here before... perhaps you or someone else
can advise as to what I should do next?

I am trying to run apache + php from recent out of the box version 1.3.20-1
of cygwin on win98).

When I start apache it always fails when trying to load the php dll...

$ /usr/sbin/apachectl start
Syntax error on line 237 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 31
/usr/sbin/apachectl start: httpd could not be started

Apache works fine without php. The libphp4.dll does exist. The
/etc/postinstall/apache-php.sh.done script seems to have done its thing ok
as I have put the dll back into the /usr/lib/apache/new directory and rerun
this script - rebase runs through ok and my httpd.conf is modified as
expected by apxs. I am confused as to what I should do next?... apparently
Win 32 error 31 means "A device attached to the system is not functioning".

Many thanks in advance.


Cygwin,

One thing that I noticed might be an issue is dependencies for the binary
installation when choosing the php and apache options: when I first did this
there seemed to be no dependency to install perl so I didn't; however I
think you need it for apxs? otherwise won't the
/etc/postinstall/apache-php.sh script just end up leaving you without any
libphp4.dll??? (I couldn't find one ;o)... in other words apxs fails so dll
is not put into /usr/lib/apache and the script then removes
/usr/lib/apache/new/libphp4.dll leaving no libphp4.dll at all.

When I did a completely fresh install as before but included perl then there
was no missing libphp4.dll.

Cheers

Simon Stone



--
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/



Re: dumper.exe zero-length core files

2003-03-23 Thread Daryl Phipps
Ok, sorry if I shell out two messages here, but I think I may have not 
done things right when I went to verify my initial email address for my 
first post. I posted hours ago, and it has yet to show up.

Anyway, add me to the list of people having this particular problem. 
Unforunately, I have no clue what to do about it either, but I just 
wanted it to be noted that more than two people are having this issue. 
I am running Win XP, and all of the problems you have specified are also 
present on my machine exactly as you wrote.

Mike Bresnahan wrote:
I'm having troubles getting dumper.exe to work.  I always get a zero-length
core file. I have the lastest stuff as of tonight, I have read the FAQ and
the man page, and I have searched the mailing list archive.  Any help would
be greatly apprieciated.
I am using:
Windows 2000 SP3
Cygwin 1.3.21
My CYGWIN environment variable is set thusly:

~/crash: echo $CYGWIN
nontsec error_start=C:\cygwin\bin\dumper.exe
I don't have core file sizes limited:

~/crash: ulimit -a
core file size(blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files(-n) 256
pipe size  (512 bytes, -p) 8
stack size(kbytes, -s) 2047
cpu time (seconds, -t) unlimited
max user processes(-u) 63
virtual memory(kbytes, -v) 2097152
I have the following test program:

~/crash: cat crash.c
int main( int argc, char *argv[]) {
char *c = 0;
c[0] = 6;
}
Which I compile like this:

~/crash: gcc -g crash.c

When I execute my test program I get the following output:

~/crash: ./a.exe
  5 [main] a 1944 handle_exceptions: Error while dumping state (probably
corrupted stack)
Segmentation fault (core dumped)
I also get a seperate cmd.exe window with the following contents:

  18653 [main] dumper 1716 handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
  19168 [main] dumper 1716 open_stackdumpfile: Dumping stack trace to
dumper.exe.stackdump
And I get the following files:

~/crash: ls -l
total 23
  21 -rwxr-xr-x1 Administ None20655 Mar 14 22:04 a.exe*
   0 -rw-r--r--1 Administ None0 Mar 14 22:04 a.exe.core
   1 -rw-r--r--1 Administ None   69 Mar  2 11:34 crash.c
   1 -rw-r--r--1 Administ None  298 Mar 14 22:04
dumper.exe.stackdump
For good measure I have attached the output of cygcheck -s -v -r.

As a final note, before upgrading to the latest stuff, I was getting no core
file at all nor a cmd.exe window.
Mike



--
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/


RE: Gnome & KDE

2003-03-23 Thread Ralf Habacker
> am already running the ipc-deamon, no change, the problem seems to be
> with the qt-2-3.dll, if I tell cygwin to use that version, then, when I
> use the xclient, none of the kde icons appear

Do you have this problems with the qt-designer too ? 
I haven't got this problems with the recent qt cvs release. 

Ralf  



--
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/



Re: Apache and PHP 'out of the box' on Cygwin

2003-03-23 Thread Igor Pechtchanski
On Sun, 23 Mar 2003, Simon Stone wrote:

> Hi All,
>
> Gary/All, I think you have been here before... perhaps you or someone else
> can advise as to what I should do next?
>
> I am trying to run apache + php from recent out of the box version 1.3.20-1
> of cygwin on win98).
>
> When I start apache it always fails when trying to load the php dll...
>
> $ /usr/sbin/apachectl start
> Syntax error on line 237 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 31
> /usr/sbin/apachectl start: httpd could not be started
>
> Apache works fine without php. The libphp4.dll does exist. The
> /etc/postinstall/apache-php.sh.done script seems to have done its thing ok
> as I have put the dll back into the /usr/lib/apache/new directory and rerun
> this script - rebase runs through ok and my httpd.conf is modified as
> expected by apxs. I am confused as to what I should do next?... apparently
> Win 32 error 31 means "A device attached to the system is not functioning".
>
> Many thanks in advance.
>
>
> Cygwin,
>
> One thing that I noticed might be an issue is dependencies for the binary
> installation when choosing the php and apache options: when I first did this
> there seemed to be no dependency to install perl so I didn't; however I
> think you need it for apxs? otherwise won't the
> /etc/postinstall/apache-php.sh script just end up leaving you without any
> libphp4.dll??? (I couldn't find one ;o)... in other words apxs fails so dll
> is not put into /usr/lib/apache and the script then removes
> /usr/lib/apache/new/libphp4.dll leaving no libphp4.dll at all.
>
> When I did a completely fresh install as before but included perl then there
> was no missing libphp4.dll.
>
> Cheers
> Simon Stone

Simon,

FYI, the rebase packaged with apache is outdated and may not even work
properly on Win9x.  Try downloading the separate "rebase" package and
using that (the rebase README should provide the details).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
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/



Re: Hate to say it, but...I've got the (dreadded) PID problem

2003-03-23 Thread Pierre A. Humblet
At 02:46 AM 3/23/2003 -, Elfyn McBratney wrote:
>Hate to say it, but...I've got the (dreadded) PID problem

Do you mean e.g.
http://cygwin.com/ml/cygwin/2003-03/msg01350.html

>Hello everyone,
>
>I haven't been here in a while as my main computer died and I was
>practically Cygwin'less. I have just finished a fresh install of Windows
>2000 Pro/SP3 with all of the latest cygwin bits (that I need) which is
>running 1.3.22 . I'll get to the point...While fixing the permissions on my

You shouldn't *have to* do that if you use the latest setup.
Next time it happens that you have to, could you capture (getfacl ) an 
offending file, the directory it is in and the top directory (c:\ ?) under 
which setup created the hierarchy. Note that if your fresh install is over
existing directories, unexpected interactions can take place.

>installation (via a combination of `find -exec' and `chmod'), and when I say
>while I mean pretty much straight away, I started getting tones of "Access
>is denied" messages from find. Sure enough I couldn't do anything from my
>shell. I hate to say it but I can't do much with cygwin now (need to build a
>lot of tools) as after running a few fork()ing processes I get an "Access is
>denied" message from the binary that's being executed.
>
>I've attached the output of `cygcheck -svr' and the strace output. I don't
>want to sound like I'm bitching about this, really I'm not :-) If there's
>anything I can do to provide info please ask.
>
The strace shows:
 147 22879819 [main] bash 1364 read_sd: file = G:\Cygwin\bin\which.exe:
len=152
  119 22879938 [main] bash 1364 check_file_access: flags 1, ret 0

This says that which.exe is executable. No permission issue.

   72 22880544 [main] bash 1364 fork: entering
  129 22880673 [main] bash 1364 stack_base: bottom 0x23, top 0x3,
stack 0x22F520, size 2784, reserve 2097152
   78 22880751 [main] bash 1364 fork_parent: CreateProcess
(G:\Cygwin\bin\bash.exe, G:\Cygwin\bin\bash.exe, 0, 0, 1, 20, 0, 0,
0x22F9B0, 0x22FA00)
  476 22881227 [main] bash 1364 seterrno_from_win_error:
/netrel/src/cygwin-1.3.22-1/winsup/cygwin/fork.cc:482 windows error 5
  112 22881339 [main] bash 1364 geterrno_from_win_error: windows error 5 ==
errno 13
   72 22881411 [main] bash 1364 fork_parent: CreateProcessA failed, Win32
error 5

But bash cannot fork itself. No idea why.

Pierre


--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
I put a several people's comments inline here.

--- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote:
> >Well, a lot of the problem is probably that it is somewhat mysterious to
> >me as well. The way I see it, everyone should use "All Users" unless they
> >don't have local Administrators privlidge, right?
> 
> It would be good to confirm what that does, your doc is it.
> 
> I think you are right about the conclusion. Why don't you
> say just that? It's straightforward. Also doesn't setup
> preset the choice depending if you have local Administrators privilege?

--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
>   If you have enough privileges on the system, it's always better to
>   install for "All Users".  The only reason to install for "Just Me"
>   is no write access to the HKLM registry key or the All Users Start
>   Menu.
> ===
> And leave the ntsec reference intact.

Added something like these two combined. 

--- Robert Collins <[EMAIL PROTECTED]> wrote:
> * The cache should not be the same folder as the Cygwin root.
> 
> Can you make this "must not be". setup *will* choke :[.

Done.
 
> * For most users, the Direct Connection method of downloading is the
> best choice.
> 
> IMO the IE5 method is best. I've been considering making it the default.
> The IE5 method will leverage your IE5 cache and or organisational proxy
> server for performance. It will also honour browser auto-configuration
> scripts.

Done.
 
> * setup.ini
> setup actually downloads setup.bz2 these days, setup.ini is a suported 
> legacy config file. I don't know if you want to mention that or not.

Done.
 
> * along with some basic information about each package (version number,
> dependencies, checksum, etc.)
> You might want to skip this bit, and / or link to
> http://sources.redhat.com/cygwin-apps/setup.html#setup.ini
> i.e.: "From each selected mirror site, setup.exe downloads a small text
> file called setup.bz2 that contains a list of packages available from
> that mirror. For details on the format see the setup.exe ".
 
Done.
 
> * packages are divided into categories
> you might want to say 'grouped into', or 'categorized by'. divided into
> could suggest literal division of individual packages to a non english
> reader - i.e. /bin files go into the foo package :].

Done.
 
> * a very basic Cygwin
> to me, 'minimal' reads more clearly than 'very basic'. Just a thought.
 
Done.
 
> * If you are interested in what is being done, the scripts are kept in
> the /etc/postinstall/ directory, renamed with a done extension after
> being run.
 
Done.
 
> I'd rather not have this in the users guide. It's one more place to
> update when things change... A reference to the setup package creation
> guide (http://cygwin.com/setup.html#postinstall) should suffice.

Done.
 
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> How about "Packages are assigned categories, and one package may belong to
> multiple categories".

Done.

--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
I also added an apostrophe to "Contributor's" at



--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Pierre A. Humblet
On Sun, Mar 23, 2003 at 10:39:40AM -0600, Joshua Daniel Franklin wrote:
> I put a several people's comments inline here.

Nice work, Joshua, thanks.

I would still make the "Install For" explanation more direct.
Something like:

The Install For options of All Users or Just Me should always be
All Users, except if you do not have write access to 
HKEY_LOCAL_MACHINE in the registry or the All Users Start Menu, 
even if you are the only user planning to use Cygwin on the machine.
Checking the "Just Me" may/will cause daemons such as crond and sshd
to malfunction.

The next paragraph about ntsec is not particularly relevant at this
point and is not related to having a "large" domain.  

Pierre

--
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/



Re: Apache and PHP 'out of the box' on Cygwin

2003-03-23 Thread Stipe Tolj
> $ /usr/sbin/apachectl start
> Syntax error on line 237 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 31
> /usr/sbin/apachectl start: httpd could not be started

this is should be the "rebase problem" with depending DLLs. Please
beware that I can't support Win9x, because I don't have such a system
running.

> Apache works fine without php. The libphp4.dll does exist. The
> /etc/postinstall/apache-php.sh.done script seems to have done its thing ok
> as I have put the dll back into the /usr/lib/apache/new directory and rerun
> this script - rebase runs through ok and my httpd.conf is modified as
> expected by apxs. I am confused as to what I should do next?... apparently
> Win 32 error 31 means "A device attached to the system is not functioning".

hmmm, this was reported AFAIK. Please check the archives if someone
did answer this question already.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are

--
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/



making X server a COM object..

2003-03-23 Thread Chan Kar Heng

greetings.

i'm rather curious of the amount of effort and things that
need to be done to create a COM object out of the
cygwin XFree server.
am rather curious about the size of the COM object too.

it would be something like weirdx or weirdmind
(java applet of an X server), but with more complete X
protocol support and support for GLX too...

... how about cygwin1.dll and the other libraries?

kindly let me know if i should post on cygwin xfree list
instead...

rgds,

kh


--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Christopher Faylor
On Sun, Mar 23, 2003 at 10:39:40AM -0600, Joshua Daniel Franklin wrote:
>I put a several people's comments inline here.

I see that you didn't add a link for the CVS wishlist README as I suggested.
Was there some reason for that?

cgf

--
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/



Re: making X server a COM object..

2003-03-23 Thread Christopher Faylor
On Mon, Mar 24, 2003 at 01:49:21AM +0800, Chan Kar Heng wrote:
>greetings.
>
>i'm rather curious of the amount of effort and things that
>need to be done to create a COM object out of the
>cygwin XFree server.
>am rather curious about the size of the COM object too.
>
>it would be something like weirdx or weirdmind
>(java applet of an X server), but with more complete X
>protocol support and support for GLX too...
>
>... how about cygwin1.dll and the other libraries?
>
>kindly let me know if i should post on cygwin xfree list
>instead...

You should post on the cygwin xfree list instead.

--
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/



RE: Cannot fork: Resource temporarily unavailable

2003-03-23 Thread Chris January
> I am trying to rebuild the Cygwin tools under W98 and keep getting this
> error message when running make:
>
> Cannot fork: Resource temporarily unavailable.
> Despite rebooting the machine and ensuring that sufficient swap space is
> available this continues to recur.
>
> This is the extract from the make.log
>
> fi
> make[2]: Leaving directory `/obj/i686-pc-cygwin/libiberty'
> make[1]: Leaving directory `/obj/i686-pc-cygwin/libiberty'
> Configuring in i686-pc-cygwin/winsup
> loading cache ../config.cache
> checking host system type... i686-pc-cygwin
> checking target system type... i686-pc-cygwin
> checking build system type... i686-pc-cygwin
> checking for gcc... (cached)  gcc -L/obj/i686-pc-cygwin/winsup
> -L/obj/i686-pc-cygwin/winsup/cygwin
> -L/obj/i686-pc-cygwin/winsup/w32api/lib
> -isystem /src/winsup/include -isystem /src/winsup/cygwin/include -isystem
> /src/winsup/w32api/include -isystem /src/newlib/libc/sys/cygwin -isystem
> /src/newlib/libc/sys/cygwin32 -B/obj/i686-pc-cygwin/newlib/ -isystem
> /obj/i686-pc-cygwin/newlib/targ-include -isystem /src/newlib/libc/include
> checking whether we are using GNU C... (cached) yes
> checking whether  gcc -L/obj/i686-pc-cygwin/winsup
> -L/obj/i686-pc-cygwin/winsup/cygwin
> -L/obj/i686-pc-cygwin/winsup/w32api/lib
> -isystem /src/winsup/include -isystem /src/winsup/cygwin/include -isystem
> /src/winsup/w32api/include -isystem /src/newlib/libc/sys/cygwin -isystem
> /src/newlib/libc/sys/cygwin32 -B/obj/i686-pc-cygwin/newlib/ -isystem
> /obj/i686-pc-cygwin/newlib/targ-include -isystem /src/newlib/libc/include
> accepts -g... (cached) yes
> checking for g++...  c++ -L/obj/i686-pc-cygwin/winsup
> -L/obj/i686-pc-cygwin/winsup/cygwin
> -L/obj/i686-pc-cygwin/winsup/w32api/lib
> -isystem /src/winsup/include -isystem /src/winsup/cygwin/include -isystem
> /src/winsup/w32api/include -isystem /src/newlib/libc/sys/cygwin -isystem
> /src/newlib/libc/sys/cygwin32 -B/obj/i686-pc-cygwin/newlib/ -isystem
> /obj/i686-pc-cygwin/newlib/targ-include -isystem /src/newlib/libc/include
> checking whether make sets ${MAKE}... (cached) yes
> updating cache ../config.cache
> creating ./config.status
> /src/winsup/configure: Cannot fork: Resource temporarily unavailable
> /src/winsup/configure: Cannot fork: Resource temporarily unavailable
> make: *** [configure-target-winsup] Error 1
>
> Can anyone offer me any advice.
> Thanks.

This may happen because you have some other process which is opening the
process handle for new processes (such as a virus checker) but not closing
it. Try closing all running programs and then compiling again. Remember that
on Windows 98 not all processes show up in task manager so you will need
some other kind of process explorer to close them or remove them from the
RunServices registry key. Please report back and tell us if this solves the
problem or not.

Chris


--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
On Sun, Mar 23, 2003 at 01:23:29PM -0500, Christopher Faylor wrote:
> On Sun, Mar 23, 2003 at 10:39:40AM -0600, Joshua Daniel Franklin wrote:
> >I put a several people's comments inline here.
> 
> I see that you didn't add a link for the CVS wishlist README as I suggested.
> Was there some reason for that?

Oh, no, not really. 

--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
On Sun, Mar 23, 2003 at 11:56:00AM -0500, Pierre A. Humblet wrote:
> On Sun, Mar 23, 2003 at 10:39:40AM -0600, Joshua Daniel Franklin wrote:
> > I put a several people's comments inline here.
> 
> I would still make the "Install For" explanation more direct.
> Something like:
> 
> The Install For options of All Users or Just Me should always be
> All Users, except if you do not have write access to 
> HKEY_LOCAL_MACHINE in the registry or the All Users Start Menu, 
> even if you are the only user planning to use Cygwin on the machine.
> Checking the "Just Me" may/will cause daemons such as crond and sshd
> to malfunction.

This is better worded than what I had. 
 
> The next paragraph about ntsec is not particularly relevant at this
> point and is not related to having a "large" domain.  

Isn't there something about a setup.exe, a large domain, and mkpasswd?
I took out that and the ntsec reference and just recommended the archives.

> Nice work, Joshua, thanks.
 
And thanks everyone for the feedback. 

--
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/



recompiling patched libiconv

2003-03-23 Thread Yadin Y Goldschmidt
I need to recompile libiconv-1.8 for cygwin (due to recent changes in cygwin
headers the supplied library gives errors when compling clisp). From cygwin
setup I get the original library + a patch+ a script. Can someone be so kind
to let me know how to run the script? When I run it  responds with Error:
bad arguments. What are the right arguments? I tried to apply the patch by
simply running patch http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
> > I also added an apostrophe to "Contributor's"
> 
> Should be "Contributors'" IMO (multiple contributors - 
> "intended for _people_")

I thought long and hard about this, and decided that I thought that
it is a Guide for Each Contributor (singular). But, if there is a 
general plurality that it is a Guide for Contributors, I'd be happy
to change it to "Contributors'".

--
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/



RE: Added setup.exe to User's Guide

2003-03-23 Thread Hannu E K Nevalainen (garbage mail)

 Suggestions for wording changes/expansion of the text.

-- 8< --
> The Default Text File Type
indicates "end of line" style and
> should be left
set to/as
> Unix (that is, \n) unless you have
> a very good reason to switch it to DOS (that is, \r\n).

-- 8< --
>Local Package Directory
 Append something like the following to the paragraph:
There are circumstances when it is useful to use the cache as "local package
directory" for installation on another system than the primary one.
This is currently NOT directly supported by setup.exe, but can be achieved
in a number of ways.
Information regarding this has yet to be gathered here. Currently it is
spread out amongst the postings on the mailing lists, especially the
"cygwin" list.

-- 8< --
> Choosing Mirrors
> Since there is no way of knowing from where you will be downloading
Cygwin,
> you need to
manually
> choose at least one mirror site


-- 8< --
> Choosing Packages
>  For
technical
> details about the format of this file...


-- 8< --
>Post-Install Scripts
>  Relevant documentation
regarding this - and other issues -
> can be found in the /usr/doc/Cygwin/ directory.


-- 8< --
Documentation pointers
When you have installed your choice of packages from cygwin;
you will have relevant text files in the /usr/doc/Cygwin/ directory.
Also have a look at http://cygwin.com/faq/,
http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html (API:
http://cygwin.com/cygwin-api/cygwin-api.html)
which are linked to from http://www.cygwin.com/ (Documentation)

General Unix/Bash/Command documentation
Using the "man command-name" and "info command-name" commands will give you
terse but informative texts to read regarding the use of  and/or
 (Please note: replace "command-name" with something relevant).
The Bash command shell will tell you more about its contents with the use of
"help command-name"
Enter man, info or help on its own to display terse information on available
options for man, info and help respectively. Appending " --help | less" to
these (and any other) command(s) often creates a more verbose version of the
option description.
-- 8< --

/Hannu E K Nevalainen, Mariefred, Sweden

--END OF MESSAGE--




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Joshua Daniel Franklin
> Sent: Sunday, March 23, 2003 12:43 AM
> To: [EMAIL PROTECTED]
> Subject: Added setup.exe to User's Guide
>
>
> I have made an attempt at documenting setup.exe here:
>
> 
>
> Veteran setup.exe users, please read and comment.
> Thanks!
>
> __
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
>
> --
> 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/
>


--
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/



Re: xsltproc segfaults after upgrading to docbook xsl stylesheetsv1.60.1

2003-03-23 Thread Jeff . Hodges
Robert Collins said on 19 Feb 2003 07:57:58 +1100:
> Yes, and this takes the current version from 'old' to 'old + buggy'.
> I've upped my priority to get a new release out. Uhmm, end of the week
> should do it.

Please, could we/you somehow get xsltproc & associated libs in the cygwin 
installation repository brought up-to-date? I'm trying to use xsltproc with 
some docbook stuff (we're using docbook to write the next phase of 
ProjectLiberty specs, and I use cygwin as my *nix environment), and said 
docbook stuff uses xinclude. The old xsltproc et al included (still) in the 
cygwin install (I updated this morning) barfs on the xinclude stuff, plus it 
doesn't properly handle (eg skip over) included mediaobjects (eg EPS). The 
latest version of xsltproc et al (the various *xml* libs) handles both of 
these just fine.

thanks,

JeffH





--
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/



RE: Cannot fork: Resource temporarily unavailable

2003-03-23 Thread Hannu E K Nevalainen (garbage mail)
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Chris January
> Cc: [EMAIL PROTECTED]

> > I am trying to rebuild the Cygwin tools under W98 and keep getting this
> > error message when running make:
-- 8< --
> > Can anyone offer me any advice.
> > Thanks.
>
> This may happen because you have some other process which is opening the
> process handle for new processes (such as a virus checker) but not closing
> it. Try closing all running programs and then compiling again.
> Remember that
> on Windows 98 not all processes show up in task manager so you will need
> some other kind of process explorer to close them or remove them from the
> RunServices registry key. Please report back and tell us if this
> solves the
> problem or not.
>
> Chris

This might help:
 Start -> Run -> "msconfig"

/Hannu E K Nevalainen, Mariefred, Sweden

--END OF MESSAGE--


--
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/



Re: recompiling patched libiconv

2003-03-23 Thread Charles Wilson
Yadin Y Goldschmidt wrote:
I need to recompile libiconv-1.8 for cygwin (due to recent changes in cygwin
headers the supplied library gives errors when compling clisp). From cygwin
setup I get the original library + a patch+ a script. Can someone be so kind
to let me know how to run the script? When I run it  responds with Error:
bad arguments. What are the right arguments? I tried to apply the patch by
simply running patch /usr/doc/Cygwin/libiconv-1.8.README

--Chuck



--
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/


Re: recompiling patched libiconv

2003-03-23 Thread Yadin Y Goldschmidt
No, This readme is only for the original library. It does not discuss how to
apply the cygwin patch and how to run the attached cygwin script. I
mentioned this reaadme in my original post.
"Charles Wilson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Yadin Y Goldschmidt wrote:
> > I need to recompile libiconv-1.8 for cygwin (due to recent changes in
cygwin
> > headers the supplied library gives errors when compling clisp). From
cygwin
> > setup I get the original library + a patch+ a script. Can someone be so
kind
> > to let me know how to run the script? When I run it  responds with
Error:
> > bad arguments. What are the right arguments? I tried to apply the patch
by
> > simply running patch  > library to libiconv-1.8-orig as looking at the patch might suggest.
Sorry
> > for asking such a stupid question but I did not find any documentation
in
> > the /usr/doc/libiconv-1.8 directory besides the original documentation
of
> > the unpatched version
>
> /usr/doc/Cygwin/libiconv-1.8.README
>
> --Chuck
>
>
>




--
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/



Re: recompiling patched libiconv

2003-03-23 Thread Yadin Y Goldschmidt
Sorry, I found the additional readme in the cygwin directory. Thanks. Yadin.
"Charles Wilson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Yadin Y Goldschmidt wrote:
> > I need to recompile libiconv-1.8 for cygwin (due to recent changes in
cygwin
> > headers the supplied library gives errors when compling clisp). From
cygwin
> > setup I get the original library + a patch+ a script. Can someone be so
kind
> > to let me know how to run the script? When I run it  responds with
Error:
> > bad arguments. What are the right arguments? I tried to apply the patch
by
> > simply running patch  > library to libiconv-1.8-orig as looking at the patch might suggest.
Sorry
> > for asking such a stupid question but I did not find any documentation
in
> > the /usr/doc/libiconv-1.8 directory besides the original documentation
of
> > the unpatched version
>
> /usr/doc/Cygwin/libiconv-1.8.README
>
> --Chuck
>
>
>




--
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/



Re: Added setup.exe to User's Guide

2003-03-23 Thread Joshua Daniel Franklin
On Sun, Mar 23, 2003 at 08:54:11PM +0100, Hannu E K Nevalainen (garbage mail) wrote:
>  Suggestions for wording changes/expansion of the text.

I believe most of your suggestions assume that the user has little or
no knowledge of Unix. I'm operating under the assumption that most new
users have knowledge of Unix and will already have run into things like
\r\n line endings, man, info, etc.
 
> -- 8< --
> >Local Package Directory
>  Append something like the following to the paragraph:
> There are circumstances when it is useful to use the cache as "local package
> directory" for installation on another system than the primary one.
> This is currently NOT directly supported by setup.exe, but can be achieved
> in a number of ways.
> Information regarding this has yet to be gathered here. Currently it is
> spread out amongst the postings on the mailing lists, especially the
> "cygwin" list.

Huh? Install Cygwin on one machine. Copy the cache to a separate machine.
Install again. This will work fine, as long as you choose the same mirror.
To what sort of information are you referring?
 

--
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/



Sementation fault in OpenGL application

2003-03-23 Thread Tron Thomas
Earlier I had posted a message concerning I segmentation fault I get 
when I build an OpenGL application using the GCC compiler on Cygwin.  I 
have since discovered that the debugger spits out some information when 
the segmentation fault occurs.  The is what it says:

Program received signal SIGSEGV, Segmentation fault.
0x6966190c in nvoglnt!DrvSetPixelFormat ()
I have a 64 Megabyte nVidia GeForce 3 video card on my system.  The 
debug message implies the error is occuring in the video driver.  I do 
not know what would be causing this, especially when the program runs 
fine when built with other compilers.

Can anyone offer any help on this matter?



--
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/


Find a designer or List Your Services

2003-03-23 Thread getlisted


List Your services for FREE!!!

or SEARCH for a service provider in your area.

if you are a:

Web Designer
Graphic Designer
Flash Designer
3d animator
A/V specialist

Click here: http://www.nadmedia.net  To list your services or search.
(paste: http://www.nadmedia.net into your web browser if the link doesn't work.)

To stop having emails sent to you, please send a blank email to:
[EMAIL PROTECTED] with "REMOVE" in the Subject line
NADmedia apologizes for any inconvenience.




--
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/



groups and permissions...

2003-03-23 Thread melchior
Hi there guys...

i'm cross posting, and i'm sorry to those of you who also subscribe to  
ssh-l. just hoping someone here might be able to lend a hand. thanks.

			so, i want to run ssh under cygwin on a win xp computer. but i am  
having problems... specifically with groups, at least that's what i  
think. You can see that the cygwin is having a problem with the group  
system:system and also below are the results of things that might  
be beneficial. I'm not sure how things are supposed to look in  
/etc/passwd and /etc/group so any help would be greatly appreciated.  
thanks.

[EMAIL PROTECTED]:{40}:$ ssh [EMAIL PROTECTED]
[EMAIL PROTECTED]'s password:
Last login: Sun Mar 23 22:23:41 2003 from localhost
setgid: Invalid argument
Connection to localhost closed.
---

[EMAIL PROTECTED]:{65}:$ ssh-host-config -y
chown: `system.system': invalid group
Generating /etc/ssh_config file
Privilege separation is set to yes by default since OpenSSH 3.3.
However, this requires a non-privileged account called 'sshd'.
For more info on privilege separation read  
/usr/doc/openssh/README.privsep.

[EMAIL PROTECTED]:{58}:$ groups
mkgroup
[EMAIL PROTECTED]:{59}:$ mkpasswd -l
SYSTEM:*:18:544:,S-1-5-18::
Administrators:*:544:544:,S-1-5-32-544::
blank:unused_by_nt/2000/xp:1007:513:blank,U-MAGI\blank,S-1-5-21- 
527237240-193565
5697-1957994488-1007:/home/blank:/bin/bash
entropy:unused_by_nt/2000/xp:1008:513:entropy,U-MAGI\entropy,S-1-5-21- 
527237240-
1935655697-1957994488-1008:/home/entropy:/bin/bash
fsadlier:unused_by_nt/2000/xp:1006:513:fsadlier,U-MAGI\fsadlier,S-1-5- 
21-5272372
40-1935655697-1957994488-1006:/home/fsadlier:/bin/bash
geosynthetic:unused_by_nt/2000/xp:1004:513:geosynthetic,U- 
MAGI\geosynthetic,S-1-
5-21-527237240-1935655697-1957994488-1004:/home/geosynthetic:/bin/bash
Guest:unused_by_nt/2000/xp:501:513:U-MAGI\Guest,S-1-5-21-527237240- 
1935655697-19
57994488-501:/home/Guest:/bin/bash
HelpAssistant:unused_by_nt/2000/xp:1000:513:Remote Desktop Help  
Assistant Accoun
t,U-MAGI\HelpAssistant,S-1-5-21-527237240-1935655697-1957994488-1000:/ 
home/HelpA
ssistant:/bin/bash
Melchior:unused_by_nt/2000/xp:500:513:Melchior,U-MAGI\Melchior,S-1-5- 
21-52723724
0-1935655697-1957994488-500:/home/Melchior:/bin/bash
root:unused_by_nt/2000/xp:1009:513:root,U-MAGI\root,S-1-5-21-527237240- 
193565569
7-1957994488-1009:/home/root:/bin/bash
sshd:unused_by_nt/2000/xp:1010:513:sshd  
privsep,U-MAGI\sshd,S-1-5-21-527237240-1
935655697-1957994488-1010:/var/empty:/bin/bash
SUPPORT_388945a0:unused_by_nt/2000/xp:1002:513:CN=Microsoft  
Corporation,L=Redmon
d,S=Washington,C=US,U-MAGI\SUPPORT_388945a0,S-1-5-21-527237240- 
1935655697-195799
4488-1002:/home/SUPPORT_388945a0:/bin/bash

[EMAIL PROTECTED]:{61}:$ mkgroup -l
SYSTEM:S-1-5-18:18:
None:S-1-5-21-527237240-1935655697-1957994488-513:513:
Administrators:S-1-5-32-544:544:
Backup Operators:S-1-5-32-551:551:
Guests:S-1-5-32-546:546:
Network Configuration Operators:S-1-5-32-556:556:
Power Users:S-1-5-32-547:547:
Remote Desktop Users:S-1-5-32-555:555:
Replicator:S-1-5-32-552:552:
Users:S-1-5-32-545:545:
HelpServicesGroup:S-1-5-21-527237240-1935655697-1957994488-1001:1001:


--
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/


Re: Possible GPL violation.

2003-03-23 Thread Robert Biuk-Aghai
Hi Rob,

Thanks for pointing out my oversight of the appropriate GPL licensing
terms. It was not my intention to violate the GPL, and I will
endeavour to satisfy its requirements relating to source code
distribution. In the meantime, I have disabled access to the binary
archive on my website.

I searched for the Cygwin source code and found that it exists only in
the form of separate -src.tar.bz2 files on a number of ftp
mirror sites.

Is my reading of the GPL, term 3, correct in that I need to download
the sources of all packages included in the binary archive file I
prepared, and place them on the same web server as the binary archive
file itself? Or would it suffice if I provided a link to the nearest
ftp site from where the sources can be downloaded?

Robert.

---
Robert P. Biuk-Aghai, Lecturer
University of Macau, Faculty of Science and Technology
Ph: (+853) 3974365  Fax: (+853) 838314
Web: http://www.sftw.umac.mo/~robertb/


On Sun, 23 Mar 2003, Robert Collins wrote:

> Robert,
>   I'm writing to you because I noticed that
>  has
> instructions for downloading a 17Mb archive of the cygwin utilities, but
> no link for the source code for the same utilities.
>
> Are you aware that the GPL requires *you* to make such source code
> available?
>
> Cheers,
> Rob

--
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/



Re: groups and permissions...

2003-03-23 Thread Pierre A. Humblet
On Mon, Mar 24, 2003 at 12:23:46PM +0900, melchior wrote:
> Hi there guys...
> 
> i'm cross posting, and i'm sorry to those of you who also subscribe to  
> ssh-l. just hoping someone here might be able to lend a hand. thanks.
> 
>   so, i want to run ssh under cygwin on a win xp 
>   computer. but i am  having problems... specifically with 
> groups, at least 
> that's what i  think. You can see that the cygwin is having a problem with 
> the group  system:system and also below are the results of things that 
> might  be beneficial. I'm not sure how things are supposed to look in  
> /etc/passwd and /etc/group so any help would be greatly appreciated.  
> thanks.
> 
> [EMAIL PROTECTED]:{40}:$ ssh [EMAIL PROTECTED]
> [EMAIL PROTECTED]'s password:
> Last login: Sun Mar 23 22:23:41 2003 from localhost
> setgid: Invalid argument
> Connection to localhost closed.
> 
> ---
> 
> [EMAIL PROTECTED]:{65}:$ ssh-host-config -y
> chown: `system.system': invalid group
> Generating /etc/ssh_config file
> Privilege separation is set to yes by default since OpenSSH 3.3.
> However, this requires a non-privileged account called 'sshd'.
> For more info on privilege separation read  
> /usr/doc/openssh/README.privsep.
> 
> 
> [EMAIL PROTECTED]:{58}:$ groups
> mkgroup

This indicates that you should run mkgroup to create /etc/group:
  mkgroup -l > /etc/group

Pierre


--
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/



Re: tar and gzip

2003-03-23 Thread Martin Kudlich
Krzysiek Pawlik wrote:

Christopher Faylor wrote:
| All that you have to do is comply with the GPL.  Simply put, that
| means that you have to distribute the sources for cygwin1.dll,
| tar.exe, and gzip.exe with your program.
I think that I'll have to make it in other way... The updater package
consisted of four files: iUpdate.py, tar.exe, gzip.exe and cygwin1.dll, if
I'm suposed to bundle also the sources for the last three files imagine the
size of this package! It will be bigger than the main program package
itself.
Why not simply search for the tools in your script, and if they are not 
installed output a message saying that your script requires tar and gzip 
tobe installed under Cygwin?
Martin Kudlich

 



--
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/


Re: inetd anonymous ftp access - SOLUTION :-D

2003-03-23 Thread Danilo Turina
Vito wrote:
ok i will try. but sorry for my english :<

In windowos XP go in control panel (Pannello di controllo)
then select administrative tools (Strumenti di amministrazione )
then select protection criteria( Criteri di protezione )
"Local Security Policy" in the english version of XP

then expand the local criteria ( Criteri locali )
"Local Policies"

then click on protection option ( Opzioni di protezione )
"Security options"

here you will find Account:limits the access to the console to the users
without password (limitare l'uso locale di account con password vuote
all'accesso alla console)
"Accounts: Limit local account use of blank passwords to console logon only"

and now double click, select disabled, click ok and finally with the
instructions in /usr/doc/Cygwin/inetutils/inetutils-1.3.2.README you can ftp
anonymously.
again sorry for my english.

"Andrew DeFaria" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
Vito wrote:


uauauauauauau
:-D:-D :-D :-D :-D :-D
After to have spent the last night to study the problem, finally I
have resolved it. In the options of protection of WinXP there is the
option that limits the access to the console to the users without
password. This option is default enabled. Enough to disable such option.
It might be really great for posterity's sake, if you could expand upon
that - like what exactly did you do in detail to find the option and to
disable it?!?









--
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/


Re: groups and permissions...

2003-03-23 Thread melchior
thankyou! i thought it was something simple.

performance isn't great though... 15kB/s isn't enough for simple ssh?

On Monday, March 24, 2003, at 12:52 PM, Pierre A. Humblet wrote:

On Mon, Mar 24, 2003 at 12:23:46PM +0900, melchior wrote:
Hi there guys...

i'm cross posting, and i'm sorry to those of you who also subscribe to
ssh-l. just hoping someone here might be able to lend a hand. thanks.
			so, i want to run ssh under cygwin on a win xp
			computer. but i am  having problems... specifically with groups, 
at least
that's what i  think. You can see that the cygwin is having a problem 
with
the group  system:system and also below are the results of things 
that
might  be beneficial. I'm not sure how things are supposed to look in
/etc/passwd and /etc/group so any help would be greatly appreciated.
thanks.

[EMAIL PROTECTED]:{40}:$ ssh [EMAIL PROTECTED]
[EMAIL PROTECTED]'s password:
Last login: Sun Mar 23 22:23:41 2003 from localhost
setgid: Invalid argument
Connection to localhost closed.
---

[EMAIL PROTECTED]:{65}:$ ssh-host-config -y
chown: `system.system': invalid group
Generating /etc/ssh_config file
Privilege separation is set to yes by default since OpenSSH 3.3.
However, this requires a non-privileged account called 'sshd'.
For more info on privilege separation read
/usr/doc/openssh/README.privsep.
[EMAIL PROTECTED]:{58}:$ groups
mkgroup
This indicates that you should run mkgroup to create /etc/group:
  mkgroup -l > /etc/group
Pierre

--
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/


--
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/


Find a designer or List Your Services

2003-03-23 Thread getlisted


List Your services for FREE!!!

or SEARCH for a service provider in your area.

if you are a:

Web Designer
Graphic Designer
Flash Designer
3d animator
A/V specialist

Click here: http://www.nadmedia.net  To list your services or search.
(paste: http://www.nadmedia.net into your web browser if the link doesn't work.)

To stop having emails sent to you, please send a blank email to:
[EMAIL PROTECTED] with "REMOVE" in the Subject line
NADmedia apologizes for any inconvenience.




--
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/