RE: [OT] FAT32 vs NTFS

2004-04-17 Thread Joaquin
This probaly is not all that recommended to use FAT32.  FAT32 could get
corrupted easily, especially is system gets shut off accidently (no
battery for instance).  Have you considered perhaps partitioning the
system.  Have a FAT32 for data and Win 9X/Me type of Oses, and an
extended NTFS for Windows base OS (HAL, registry, drivers, etc.).

 - Joaquin

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jani tiainen
 Sent: Wednesday, March 24, 2004 2:16 AM
 To: [EMAIL PROTECTED]
 Subject: [OT] FAT32 vs NTFS


 Corinna Vinschen wrote:
  Try to figure out what happens on your system.  However, if you're
  running 2K or XP, I don't see a reason to keep FAT32.  You
 can convert
  it to NTFS using the convert tool which is shipped with all NT
  versions.

 For some reason my laptop (HP Omnibook) came with
 preinstalled W2k, and
 there is really FAT32 enabled, not NTFS...

 Only reason to use FAT32 is to preserve few bytes of memory
 or let disk
 data be accessible from some other system than NT/W2k/XP.

 But for performance reasons it would really be reasonable to
 use ntfs...

 --

 Jani Tiainen

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





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



RE: Plausibility of sendmail?

2004-02-10 Thread Joaquin

 But Exim provides a sendmail-compatible interface, and a
 symlink to /usr/sbin/sendmail.  Anything that expects to call
 sendmail from the command line should work fine with Exim,
 including all those perl modules.  Even if you are doing
 something obscure that absolutely requires sendmail, then you
 should still be able to develop and test the other 99% of the
 app on your laptop with Exim, without any actual sendmail.

That is great.  I didn't know that.  This will help.

Also, out of curiosity are the mails archived the same way as well?

 The notion of requiring a specific MTA boggles my mind.

I share the same opinion.  Trust me.  They also expect me to use their
notoriously outdated unmanaged hacked Linux system with outdated Perl 5
and outdated CGI.pm modules with outdated DBI modules. :'(  At one
college, it was only this quarter they discovered ssh and scp. :-(

What's sad is that my Sony Picturebook (12x5 laptop) is more powerful
than the server.  But hey, I guess it'll put hair on my chest. :-)



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



RE: Plausibility of sendmail?

2004-02-05 Thread Joaquin
Hi.

Essentially, I would probaly never utilize Cygwin as a production
system.  Actually, truth be told, I would never personally use Windows
as a prodcution system.  The thought just scares me.  But I don't want
to go there...

However, I do use Windows as a development system, where I test
client-server scripts/programs using a lot of Open Source, some on
cygwin, some outside of cygwin.  I would want to test a REAL sendmail
program for these development scenarios.

Lastly, my professor REQUIRED us to use sendmail for our Perl
CGI/DBI/mail projects.  There was no choice in the matter.  The code
would be deployed on the college system, which is a Linux system.  My
development machine is a small tiny VIAO laptop running Windows XP.  I
would prefer to develop the whole application on my system, at a
relaxing coffee shop, and sendmail will allow me to do that.  Otherwise,
I am forced to use the horribly maintained lab system.

 - Joaquin

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent
 Sent: Sunday, February 01, 2004 10:11 PM
 To: 'Cygwin List'
 Subject: Re: Plausibility of sendmail?


 Joaquin wrote:
 
  I check the FAQ and I couldn't find any reference to this.
 I noticed
  that exim is there, kewl!, but what about sendmail?  Was there any
  work on porting this?
 
  BTW, I noticed that SFU3.5 seems to have a version of sendmail.

 Maybe you could elaborate a little on why you want sendmail.
 To my knowledge there has been no work done to even begin
 considering packaging sendmail for Cygwin, at least not
 officially (i.e. supported by this mailing list, cygwin.com,
 and the setup.exe program.)  Someone, somewhere might have
 done it and succeeded, but you're at the mercy of Google in
 that case.  Part of me really wants to ask why in god's name
 you'd want to inflict the utter crapulence of sendmail onto
 an otherwise innocent system, but that's really just being snide.

 If your intent is to use Windows+Cygwin+sendmail as a
 production mail server, then you would be much better served
 (no pun intended) running it on a native posix OS like Linux
 or FreeBSD, as there is a significant performance and
 security impact of emulating Posix under Windows.

 If you're just after 'sendmail compatibility' then both ssmtp
 and exim provide symbolic links to /usr/sbin/sendmail.  So
 any script or other type of app that wants to just send out
 email by invoking the sendmail command should work fine.

 Brian

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





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



RE: Plausibility of sendmail?

2004-02-05 Thread Joaquin
On another angle for this discussion.  Consider that for one M$ $FU 3.5
has sendmail.  Before this many commercial solutions charging quite a
lot of $$ for sendmail under Windows.  Microsoft even compiled a version
of sendmail for the earliest versions of Windows NT 3.51 long ago and
posted it on their ftp server.  Other companies made sendmail-look-alike
programs that could be scripted.

There is demand there, but it is not so obvious.


 - Joaquin



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



RE: problem using XWin for HP-Unix

2004-02-01 Thread Joaquin
Though this is not so secure using the $DISPLAY=ipaddr:0.0 and xhost
+ipaddr.  It's better to just ssh into the machine from a local xterm
and have xclients automatically forwarded (though X11 authentication
needs to be turned on in ssh config files).

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Andrew DeFaria
 Sent: Wednesday, January 28, 2004 7:40 PM
 To: [EMAIL PROTECTED]
 Subject: Re: problem using XWin for HP-Unix


 geethar wrote:

  Hi,
  We tried to use Cygwin's XWin command to connect to the HP-UNIX
  machine remotely. But we do not know which port number has
 to be used.
  Please let me know which command should be used to connect
 to HP-Unix
  and what port has to used for the same.
 
  I appreciate your early response. We are actually stuck with this
  problem and waiting for this to be resolved.
 
  Thanks in advance.

 X traffic generally travels over port 6000 but I believe it's really
 something like 6000 + DISPLAY # so for DISPLAY=machine:0
 it's 6000 but
 for DISPLAY=machine:1 it'd be 6001.

 Note if you are using XDMCP I believe it uses port 770 (UDP).
 --
 Copywight 1994 Elmer Fudd. All wights wesewved.






Plausibility of sendmail?

2004-02-01 Thread Joaquin
I check the FAQ and I couldn't find any reference to this.  I noticed
that exim is there, kewl!, but what about sendmail?  Was there any work
on porting this?

BTW, I noticed that SFU3.5 seems to have a version of sendmail.

 - Joaquin



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



RE: wget, continued download

2004-01-16 Thread Joaquin

 I would use perl and Net::HTTP for this. But then I'm
 familiar with both.


Really.  You spider the site with that?  One problem I always had with
wget is that it only gathers URLs from HTML.  I wanted to get support at
least CSS, and maybe even JavaScript/VBScript URLS.



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



RE: MS offers Services For Unix free of charge

2004-01-16 Thread Joaquin

 Well, I don't know about the rest of you, but since SFU comes with a
 great (and free) X Server, I am throwing in the towel.

 Harold

I am very curious about SFU.  But, alas, I am mistrustful of MS,
especially in regards to security.  I'll probaly play with both.  I also
like supporting open-source initiatives, and I still think cygwin is the
easiest/best way to get quick ports of a lot of open-source out there,
such an Objective-C compiler (gcc) or other tools.

  - Joaquin



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



RE: MS offers Services For Unix free of charge

2004-01-16 Thread Joaquin
Well, I was amazed that MS would EOL Win 9X/Me users, which I'm guessing
is like 40 million.  I know that in Europe, Latin-America, and Asia,
many people use older machines and do not see the business need to
upgrade to newer hardware.  If they are forced to, then I am pretty sure
Linux becomes more of a reality for them.

Aside from this, I always believe in Open Source.  Even if SFU becomes
like standard, then still perhaps we could tag along and offer freeware
compilers for it, and offer cygwin for orphaned machines.  It's always
good to have free databases, web servers, development tools, etc. for
those that cannot support MS's coffers for such tools, whether or not
they are on Linux or Windows.

- Joaquin

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall
 Sent: Wednesday, January 14, 2004 4:15 PM
 To: Buchbinder, Barry (NIH/NIAID); [EMAIL PROTECTED]
 Subject: RE: MS offers Services For Unix free of charge


 Who knows for sure what the *real* driving force that is behind this
 change.  However, it is timed very closely (concurrently?) with MS's
 extension of 98, 98SE, and Me support through Fall 2006.  The
 current buzz on this change was that MS was afraid too many
 orphaned 98 users (currently 25% of Windows users) might
 defect to Linux rather than
 upgrade if they were left high and dry.  So Linux was perceived as a
 real threat in this situation.  SFU becoming free may have
 just come along for the ride in the hysteria.  It certainly
 helps with the story that Windows is the best (so why would
 you want to leave it) too.  But
 too much discussion about MS's motives here will get us very
 off-topic. Suffice it to say it's an option for some other
 folks now but also easier
 for us to evaluate presumably.

 Larry

 At 06:52 PM 1/14/2004, Buchbinder, Barry (NIH/NIAID) you wrote:
 Before one gets too excited, one might wait until one sees the
 licensing terms.  I seems to remember that MS was all hot
 and bothered
 about what they were calling viral software.  (Misnomer, Outlook is
 viral software, in as far as it is designed to help viruses
 propagate.
 GPL might be better termed a viral license.)  Will the
 license let one
 do what one wants to do?
 
 Does this mean that that MS finds that Cygwin (and U/Win,
 MKS, et al.)
 is a threat?  Or that they were not making much from SFU but cannot
 drop it for various reasons, so are going for brownie points?
 
 I also liked the part about
The real driver behind this [pricing]
change is this interoperability issue,
Oldroyd says. We want Windows to be the
best platform for interoperability.
 Since MS has long desired that Windows be the best platform for
 productivity suites, will Office soon be available for free?
 
 -Original Message-
 From: Robb, Sam [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, January 14, 2004 2:43 PM
 To: [EMAIL PROTECTED]
 Subject: MS offers Services For Unix free of charge
 
 Thought this might interest some of the folks who frequent
 this list...
 particularly those who have to support Cygwin installations,
 and might
 now have to deal with a parallel
 (conflicting?) install of SFU :-/
 
 -Samrobb
 
 http://www.informationweek.com/story/showArticle.jhtml?artic
leID=17300
643

Microsoft Offers Linux-Interoperability Software For Free
Jan. 13, 2004

Microsoft has decided to drop the $99 licensing fee previously required

for its Services For Unix software and plans to make a new version of
the interoperability product available this week at no cost on its Web
site.

...

The three main components of SFU--Unix's Network File System and
Network Identity Service and Microsoft's Interix layer of Posix
APIs--have all been tuned for better performance, with some commands
running 50% faster, Oldroyd says. SFU 3.5 also features first-time
support for P-Threads (for Posix-compliant multithreaded applications),

a broader set of Posix APIs, and updated utilities and libraries.

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

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


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




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



RE: MS offers Services For Unix free of charge

2004-01-16 Thread Joaquin
So, where do you get the license?  I picked up SFU30 from LinuxWorld,
but it was an eval.  Is there a place to get free licenses, downloads,
etc.



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



RE: Could not create directory '/home/andrew/.ssh'.

2003-12-16 Thread Joaquin
When you type mount what does it say?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Clarke
 Sent: Monday, December 15, 2003 7:22 AM
 To: [EMAIL PROTECTED]
 Subject: Could not create directory '/home/andrew/.ssh'.


 Hi.  I've been using and enjoying Cygwin for a few months
 now, but I recently reinstalled WIndows XP on my laptop and
 have been having the following problem when I try to run ssh:

 bash-2.05b$ ssh -X radagast
 Could not create directory '/home/andrew/.ssh'.
 ssh_exchange_identification: Connection closed by remote host

 I just uninstalled Cygwin, deleted c:\cygwin, deleted all the
 references to cygwin and cygnus that I could find in the
 registry and did a full reinstall and I'm still having this
 problem.  What can I do to get this working?

 Thanks a lot!
 - Andrew Clarke.








RE: Third-party products that include Cygwin

2003-12-15 Thread Joaquin
Hi.  In Outlook XP at least, I just select Reply To All and it gets
the cygwin list, and I also use the Reply to direct correspondence.
Seems to work ok.

As for the business requires Outlook.  Yeah I know.  I did consulting
for one shop, and I was terrified, especially with all the viruses at
the time.  The director there had so many spams.  I tried to get them to
use Mozilla, and they employees there loved it.  But the main IT HQ made
a big fuss about using non-approved software, which includes
alternatives to M$ software.  Sometimes I think that certification also
means mindlessness...

 I guess I could also suffer from this as I currently work at
 a client that seems pretty intent on enforcing the use of
 Outlook (not sure why but
 whatever).  Since clients come and go, I wouldn't want to
 use'em for my access to this list anyway so I simply keep my
 home machine up all the
 time and ssh/VNC to it.  From this, I can use my work and/or
 personal email accounts and the tools that work for me best.
 Perhaps that's another option for you.  Otherwise, you're
 stuck at the mercy of Outlook and the charity of those on
 this list that might remember what your preferences are.
 I've done so this time.  Can't say that I'll remember to do
 so next time. :-(




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



RE: Setup Failures on XP

2003-12-14 Thread Joaquin
 It looks/sounds like it failed somewhere when doing the
 /etc/postinstall scripts.  Try manually running the ones that
 don't end in .done (and send a list of which they were here :)

 There currently appears to be a problem with running uname under XP.

Hi.  There is something very strange.  All of the files are copmleted,
i.e. have the done.  However, in snooping around I found something odd,
that I hope someone can shed some light.

There's a:
  base-files-profile.sh.done

However, in an earlier installation, I had a:
  profile.sh.done file

The earlier file (base-files-profile.sh) copied a profile.default and a
bash.bashrc to /etc and also copied stuff from /etc/skel/default.

However, in the current broken configuration, it changes directory into
/etc/defaults and copies all the files manually.

I noticed other files that are different.



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



Fixing Home and Passwd

2003-12-14 Thread Joaquin
Hi,

After figuring out why my WinXP Pro install blows up mysteriously, I was
thinking of creating some scripts to patch the scenario when accounts
have spaces in them.

I was going to make fixpasswd and fixhome scripts, which essentially
take the first character and munge it with the first 7 chars of the
preceeding name, and lower case it all.  Thus, Howard Johnson would
become hjohnson.

I am wondering though, what else needs to be fixed up?

 - Joaquin



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



RE: setup crashes on certain packages.

2003-12-13 Thread Joaquin
When I was running the installer (2.416) unders Windows XP Professional,
I pointed it to an invalid install directory and it crashed.  This is
conistant.

I was able to install though once I pointed it to the correct directory.
My download directory was created by version 2.415.  Inside of my
download directory is an directory titled
ftp3%a%2f%2fftp.plig.net%2pub%2fcygwin.  In there was a setup.ini and
.setup.ini.swp files and a release directory containing my installs.

Before, when I tried to rename the directory, it gets renamed to the
above mess.  I cannot seem to work around it.  I think you need this
setup.ini.  That is my guess.  I never did an install without it.

 -  Joaquin


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Wilson
 Sent: Friday, December 12, 2003 6:42 AM
 To: Cygwin List
 Subject: Re: setup crashes on certain packages.


 I am using setup version 2.416.  The problem is when I try to
 install certain packages (all from my local directory), the
 installer just crashes.

 The packages that have caused this crash include perl,
 python, and XFree86-base.

 Does anyone have any experience with this?


 On Thu, Dec 11, 2003 at 06:49:55PM -0500, Matthew Wilson wrote:
  On Thu, Dec 11, 2003 at 05:40:49PM -0500, Larry Hall wrote:
   I expect it would be helpful to know what version of setup you're
   running.
 
  Sorry - I should have mentioned that.  I am running the most recent
  version, whatever that is. I reran the wget script to grab
 everything
  off the mirrors before installing today.
 
  --
  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/




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



RE: Cygwin on windows2003 Server

2003-12-13 Thread Joaquin
Give me a copy of Win2003 server, and I will test it out.

 ;-)

 - Joaquin

PS - Just kidding... ;-

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Amit RATHEE
 Sent: Monday, December 08, 2003 7:00 AM
 To: 'Cygwin List'
 Cc: Amit RATHEE
 Subject: RE: Cygwin on windows2003 Server
 Importance: High


 I do Remsh on two different servers and the results are:

 1)Windows 2000 server : Passed
 2)Windows 2003 server : Permission denied.

 All the things are similar in both the case.I am using
 1005.5.0.0 as cygwin1.dll 

 Can anyone please help what to do?

 With Warm Regards,
 Amit Rathee


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






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



Setup Failures on XP

2003-12-13 Thread Joaquin
Does anyone know the cygwin start up process.  I am trying to see if I
can somehow get it to work. I have a broken installation, and I don't
know what to do.

Windoze created accounts with a space in it (not really my choice), so I
wonder if this install is messed up due to the infamous space in my name
(http://cygwin.com/faq/faq_2.html#SEC17), and I am trying to fix the
situation under WinXP Pro.

Currently, when I run Cygwin, my default starting point is /bin
(D:\cygwin\bin), and the command cat does not seem to work. :'-(

I checked in my /etc, and I cannot seem to find any profile files, nor a
passwd file, nor many of the other files like bash.bashrc or
profile.default.  I did seem to find a /etc/defaults/etc/profile in
here.

How do I see where the setup failed?  Is there a way I can fix this? :'\

 - Joaquin



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



RE: Where are mount points stored?

2003-12-06 Thread Joaquin
Well.  What happens if the mount and reg query are different?  In QA,
I heard so many times that It should have worked!?.  Also, knowing how
things work increases understanding, so that I can peak at how other
things work.  Anyways, I don't advise keeping people ignorant as
practice.  It's better to encourage people to think for themselves and
explore, so they don't come begging for help all the time, at least
that's what I try to encourage... (especially in IT)

 -Original Message-
 From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
 Sent: Friday, December 05, 2003 6:38 AM
 To: Joaquin
 Cc: [EMAIL PROTECTED]
 Subject: RE: Where are mount points stored?


 Ok, so (1) is curiousity.  As for (2), why not simply run
 mount instead of the reg query?  It will give you the same
 exact information.
   Igor

 On Thu, 4 Dec 2003, Joaquin wrote:

  No.  For one (1) I don't want to be ignorant and want to learn how
  things work.  Secondly (2) this helps me find diagnose and isolate
  problems.  I found weird behavior with Japanese Windows XP
 Home, where
  a mount point is being auto-created.  This would help me diagnose
  exactly when this is happening.  I could do a reg query between
  operations.
 
- Joaquin
 
 
   The main question is (seriously): why do you care?  If
 it's simply
   to satisfy your curiousity, the mounts are stored (for
 the moment)
   in registry keys, as you could have found out by reading
 the Cygwin
   sources (namely winsup/cygwin/path.cc).  However, when
 people find
   this out they usually start wanting to go into the registry and
   change the mounts there, and that's unacceptable[*].  So,
 here's a
   big
   DISCLAIMER: do not attempt to change the mounts via
 regedit or other
   registry editing software. Always use mount to change
 your mounts.
   That way, you won't be blindsided when mounts do move to
 /etc/fstab or
   something.
 Igor
   [*] The only legitimate use of the registry mount knowledge
   that I can think of is checking whether there are user mounts
   for the SYSTEM user (there shouldn't be).

 --
   http://cs.nyu.edu/~pechtcha/
   |\  _,,,---,,_  [EMAIL PROTECTED]
 ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski, Ph.D.
 '---''(_/--'  `-'\_) fL   a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

 I have since come to realize that being between your mentor
 and his route to the bathroom is a major career booster.  --
 Patrick Naughton





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



RE: How to configure a windows machine as an X client?

2003-12-04 Thread Joaquin
Nope.  This would require making Windows an Xclient.  This was done
before and even offered as a product from Insignia, but was later pulled
due to contractual problems with the developer company and never brought
back again.  Now though, I see people getting similar functionality with
VNC.

 - Joaquin

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Thai.Dang-Vu-1
 Sent: Wednesday, December 03, 2003 2:45 PM
 To: [EMAIL PROTECTED]
 Subject: How to configure a windows machine as an X client?


 Hello everybody,

 I'm very impressed that I can use Cygwin/XFree86 and openssh
 to run mozilla on a Linux machine with the mozilla window on
 the Windows machine.

 I have a question. Could I configure a Windows machine as an
 X client so that from a Linux machine I can run Internet
 Explorer and have the IE window on that Linux machine? If it
 is possible, could you tell me which document I should read?

 Regards,

 Thai







RE: Where are mount points stored?

2003-12-04 Thread Joaquin
No.  For one (1) I don't want to be ignorant and want to learn how
things work.  Secondly (2) this helps me find diagnose and isolate
problems.  I found weird behavior with Japanese Windows XP Home, where a
mount point is being auto-created.  This would help me diagnose exactly
when this is happening.  I could do a reg query between operations.

  - Joaquin




 The
 main question is (seriously): why
 do you care?  If it's simply to satisfy your curiousity, the
 mounts are stored (for the moment) in registry keys, as you
 could have found out by reading the Cygwin sources (namely
 winsup/cygwin/path.cc).  However, when people find this out
 they usually start wanting to go into the registry and change
 the mounts there, and that's unacceptable[*].  So, here's a
 big DISCLAIMER: do not attempt to change the mounts via
 regedit or other registry editing software. Always use
 mount to change your mounts.  That way, you won't be
 blindsided when mounts do move to /etc/fstab or something.
   Igor
 [*] The only legitimate use of the registry mount knowledge
 that I can think of is checking whether there are user mounts
 for the SYSTEM user (there shouldn't be).
 --
   http://cs.nyu.edu/~pechtcha/
   |\  _,,,---,,_  [EMAIL PROTECTED]
 ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski, Ph.D.
 '---''(_/--'  `-'\_) fL   a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

 I have since come to realize that being between your mentor
 and his route to the bathroom is a major career booster.  --
 Patrick Naughton





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



RE: Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-04 Thread Joaquin
I just always use non-Cygwin tools first before Cygwin ports.
Thus, for Perl, I use the ActiveState Perl in my path ahead of the
Cygwin perl.  I also do the same for other things like Apache.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of linda w
 Sent: Wednesday, December 03, 2003 2:52 PM
 To: [EMAIL PROTECTED]
 Subject: Cygwin port of Perl broken on Win32? Or does Cygwin
 not run on win32?


 I was told this is a problem specific to Cygwin -- that
 Cygwin believes it isn't runing on a Win platform.  Is this
 true?  I knowt he goal is to
 provide
 posix compatibility, but that doesn't mean it has to strive
 for windows incompatibility unless it breaks posix
 compatibility ...no?  yes?  maybe?

 -linda

 linda w wrote:

   I'm trying to run a program that needs Registry.pm.  I
 pull it down
  as part of Win32::Registry, but when I try to 'make' it, it fails:
 
  ...
  Writing Makefile for Win32::ODBC
  Checking if your kit is complete...
  Looks good
  Processing hints file hints/cygwin.pl
  Note (probably harmless): No library found for -lole32
  Note (probably harmless): No library found for -loleaut32 Note
  (probably harmless): No library found for -luuid Note (probably
  harmless): No library found for -lmsvcrt40 Writing Makefile for
  Win32::OLE Checking if your kit is complete...
  Looks good
  Writing Makefile for Win32::PerfLib
  Checking if your kit is complete...
  Looks good
  Writing Makefile for Win32::Pipe
  ERROR from evaluation of
  //ishtar/share/CPAN/build-win/libwin32-0.191/Process/Ma
  kefile.PL: Undefined subroutine Win32::IsWinNT called at
  ./Makefile.PL line 4.
 
  Anyone have any ideas on why this is breaking or how to make this
  work?  Is
  it something broken in the cygwin port, of perl, on Win32?
 
  Thanks!
  Linda W.
 
 
 
  --
  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/
 



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






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



testing

2003-12-03 Thread Joaquin
Hi.

I am testing to see if I can post.  There have been some problems with
qmail.


 - Joaquin




Hi

2003-12-03 Thread Joaquin
Hi.

I am sending this out.  I just joined the list, and I am being put on
the global deny list.  Is this because my email address uses winminion?
Anyways, I am not sure this will work.



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



Is HOME directory broken?

2003-12-03 Thread Joaquin
Hi,

There seems to be some odd behavior with the HOME directory.  The
default profile scripts are suppose to initially set this directory up,
but they seem to be failing.  I tried this on several different systems
(Windows 2000 and Windows XP), but I run into problems.  I then created
a HOME environment variable in the cygwin.bat file, but this did not
work.  It one case, doing a cd $HOME only goes to the root of the C:
drive, even when a C:\CYGWIN\HOME exists or doesn't exist.

What's going on?  How do I get a functional home directory system
working?

 - Joaquin

PS - I did not find adequate info on this in the FAQ, nor in any
documentation files.



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



Where are mount points stored?

2003-12-03 Thread Joaquin
Hi,

I found the mount points on my system using mount, but I was wondering
if how these are stored.  There is no discernable fstab or something
similar in the /etc directory.

 - joaquin



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