I have cygwin installed now, this is a follow up report, as promised, as to the mess I
found in the registry.
There are differneces I find in the registry for
cygwin (the one that worked after I deleted cygwin1)
and
cygwin1 (the one that was cygwin I had to rename cygwin1)
I'm only showing regist
A while back I wrote an opinion piece about how OS vendors to developers a
disservice by getting them to write their apps to platform-specific APIs:
Freeing the Developer from OS Vendor Shackles
http://zoolib.sourceforge.net/doc/why.html
I think the posix subsystem in NT was originally meant to
tprinceusa wrote:
>
... snip ...
> >
> I witnessed a Microsoft lecture today where the speaker said over
> and over again that .NET is the answer to everything, including
> all applications currently running on any OS, but they will NOT
> support anything which supports posix, although there may b
- Original Message -
From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]>
To: "John Franco" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 5:20 AM
Subject: Re: no dice yet on .net server?
> At 11:08 PM 10/23/2002, John Franco wrote:
>
> >Hello,
> >
> >I'v
Chris,
Was it deliberate that 1.3.14-1 is categorized "Experimental?" Is it deemed
in need of more widespread testing before graduating to "Current" status?
Randall Schulz
Mountain View, CA USA
At 09:28 2002-10-24, Christopher Faylor wrote:
I've made a new version of the Cygwin DLL and associa
At 10:29 PM 10/24/2002, Wu Kun wrote:
>Hi, all:
>
>When I gnumake makefile of unix on Win2K, CygWin told me that:
>
>chmod: change the permission of "./lib/internal.config": invalid
>argument
>
>I checked that "./lib/internal.config" has not been created yet.
>
>But when I use another likewise too
Hello,
As presumptious as it may be to say it, I think we're all getting pretty
sick of this one.
Search the list.
Or just rebuild your password file.
Randall Schulz
Mountain View, CA USA
P.S. It's "Cygwin"
At 19:29 2002-10-24, Wu Kun wrote:
Hi, all:
When I gnumake makefile of unix on Win
Hi, all:
When I gnumake makefile of unix on Win2K, CygWin told me that:
chmod: change the permission of "./lib/internal.config": invalid
argument
I checked that "./lib/internal.config" has not been created yet.
But when I use another likewise tool, MKS for Developer, there is no
such error rep
At 09:52 PM 10/24/2002, Shankar Unni wrote:
>On 10/24/2002 1:38 PM, [EMAIL PROTECTED] wrote:
>>I haven't seen any traffic on this list about 64 bit versions of Cygwin.
>>If there's any efforts going on "out there", they haven't been communicated
>>to the Cygwin community.
>
>For starters, you'd nee
On 10/24/2002 1:38 PM, [EMAIL PROTECTED] wrote:
I haven't seen any traffic on this list about 64 bit versions of Cygwin.
If there's any efforts going on "out there", they haven't been communicated
to the Cygwin community.
For starters, you'd need an IA64+Windows port of gcc. Is there one
availa
> Hello,
>
> I've installed cygwin on a Microsoft .Net Server machine (yes, a
> "release candidate" build) just so that I can use bash, but it refuses
> to run. I've noticed the web page says 'The Cygwin DLL works with
> all non-beta, non "release candidate", ix86 versions of Windows
> since Windo
This is really off-topic for this list, as it has nothing whatsoever to do
with cygwin.
That said, try the -D option of diff (man diff, search for "-D").
Igor
On Thu, 24 Oct 2002, dheeraj seth wrote:
> Hi everybody,
> I have searched amlost evrything mentioned on the cygwin site.
> The P
It probably is (for some). I just added a reason why I use it sometimes
(with X and all, btw, as my X connections over a VPN time out
occasionally).
Igor
On Thu, 24 Oct 2002, Harig, Mark A. wrote:
> Isn't the slow connection the most important criteria?
> After all, most people who need
"Harig, Mark A." wrote:
>
> Isn't the slow connection the most important criteria?
> After all, most people who need multiple "windows" (which
> screens provides) normally think of using X to get
> those extra windows, but wouldn't want to use X if the
> connection is slow.
Why is anything needed
Randall R Schulz wrote:
> At 12:15 2002-10-24, Thomas L Roche wrote:
> >Chris Lott <[EMAIL PROTECTED]> 10/24/2002 02:26 PM
> >
> >...
> >
> > > How well does Mozilla run on Cygwin
> >
> >That I don't know, but Moz says you can build Moz with Cygwin: see
> >
> >http://www.mozilla.org/build/win32.htm
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> Hello all,
>
> David Geldreich wrote:
> > Andrej Falout wrote:
> > > rpclib on CygWin? As in Sun RPC (XDR) lib on CygWin? Where did you get it?
>
>In fact, I found the sources from where was coming my rpclib
>
>http://dever
> * From: Igor Pechtchanski
>
>
> Jim,
>
> Unfortunately, any suggestion that does not contain "try installing it
> again" will leave you with a computer without a Cygwin installation. So,
> do try installing it again following these steps:
>
> Cleanup:
> C1) Open Windows Explorer, brows
Consider downloading and installing the 'patch' utility
in the 'Utils' category. 'patch --help', 'info patch',
or 'man patch' at your shell prompt will give you
instructions on how to use it.
> -Original Message-
> From: dheeraj seth [mailto:seth_dheeraj@;hotmail.com]
> Sent: Thursday, Oc
Hi everybody,
I have searched amlost evrything mentioned on the cygwin site.
The Problem is:
i used diff utility to get differences between two files(F1 and F2).It
worked.it gave me the changes to add and replace in the file(F2), now i can
use sdiff but the problem is want to add a line before a
The "exec" before the second invocation of /bin/bash means that
this replaces the first bash, rather than having the first bash
wait for it to finish. Thus, you should not end up with two copies
of bash in memory. (This depends, of course, on the correct
implementation of the exec() functions in th
Thanks to all who helped with this problem --- Gen Zhang wins for the
easiest solution to my problem ...
this command works --- if i JUST did bash --login it logs into bash and sits
there ... if i just did bash -c "file" it doesn't have the right path to the
bash commands (cp, mv, date) and it gi
On Thu, Oct 24, 2002 at 02:23:17PM -0700, Shankar Unni wrote:
>On 10/24/2002 10:18 AM, CBFalconer wrote:
>
>>That seems to tell me how to get the effect, but nothing about
>>what is going on. I would expect to see some sort of hidden file
>>in ...\usr\bin to cause the effect, but there is nothing
On 10/24/2002 10:18 AM, CBFalconer wrote:
That seems to tell me how to get the effect, but nothing about
what is going on. I would expect to see some sort of hidden file
in ...\usr\bin to cause the effect, but there is nothing there.
Oh, you want to know how mount works..
Well, the "open" cyg
On Thu, Oct 24, 2002 at 01:40:59PM -0700, Jennie Mai Nguyen wrote:
>Hi,
> Thanks for all the input. I've tried rebooting, and changing the path
>so that there are no spaces. However, it still gives me the same error.
>
>If I continue, then it runs "Hello World" and exits normally:
Correct. As o
Hm. And why would this be of interest to the Cygwin list? You're using a
7 year old version of Cygwin and gcc and the gcc you're using wasn't
ever distributed with Cygwin from the Cygwin site. That puts it pretty
much off-topic for this list. Perhaps the source you got these from will
find y
Hi,
Thanks for all the input. I've tried rebooting, and changing the path
so that there are no spaces. However, it still gives me the same error.
If I continue, then it runs "Hello World" and exits normally:
This GDB was configured as "i686-pc-cygwin"...
(gdb) break main
Breakpoint 1 at 0x4010
> -Original Message-
> From: Karen McLaughlin [mailto:k.mclaughlin@;umassp.edu]
> Sent: Wednesday, October 23, 2002 7:10 PM
> To: Harig, Mark A.; Karen McLaughlin; [EMAIL PROTECTED]
> Subject: RE: scheduling jobs
>
>
> i think i used the wrong term when i said window ...
> bash is worki
I get the following from the bash shell:
> chuck@AEYRIEONE ~
> $ which whatis
> /usr/bin/whatis
>
> chuck@AEYRIEONE ~
> $ ls -lap /usr/bin/wha*
> -rwxr-xr-x1 chuckunknown 1743 Apr 20 2000 /usr/bin/whatis
>
> chuck@AEYRIEONE ~
> $ ls -lap /bin/wha*
> -rwxr-xr-x1 chuckunknown
Hello all,
gprof in cygwin 1.3.12 is broken (it gives zero length durations), browsing the
archive, we can
that it is a known problem and a workaround is to get libgmon.a and gcrt0.o from B20.
Are these
files available from somewhere ? Or do I have to install a B20 machine on a computer
On Thu, 24 Oct 2002, CBFalconer wrote:
> I get the following from the bash shell:
>
> > chuck@AEYRIEONE ~
> > $ which whatis
> > /usr/bin/whatis
> >
> > chuck@AEYRIEONE ~
> > $ ls -lap /usr/bin/wha*
> > -rwxr-xr-x1 chuckunknown 1743 Apr 20 2000 /usr/bin/whatis
> >
> > chuck@AEYRIEONE
Hi,
The "exec" before the second invocation of /bin/bash means that
this replaces the first bash, rather than having the first bash
wait for it to finish. Thus, you should not end up with two copies
of bash in memory. (This depends, of course, on the correct
implementation of the exec() functions
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I installed the latest cygwin software
(everything) however the >> fails to work
when appending one files contents to another
any ideas on why this is ?
bash> ping 192.168.0.1 > ping.txt
bash> ping 192.168.0.2 >> ping.txt
Regards
Matt
-BEG
doh and heres the bat file
> -Original Message-
> From: Vince Hoffman [mailto:Vince.Hoffman@;uk.circle.com]
> Sent: 24 October 2002 16:59
> To: '[EMAIL PROTECTED]'
> Subject: passwd-group post install scripts
>
>
> Since there has been a few questions from people not having
> their dom
At 07:39 2002-10-24, Igor Pechtchanski wrote:
> > Randall R Schulz wrote:
> > >
> > > You're most likely accustomed on your Linux system to "/bin/sh"
> > > being BASH. On Cygwinm /bin/sh is ASH, and it is far more minimal
> > > in its implementation of the POSIX shell standard, and does not
> > >
Since there has been a few questions from people not having their domain
account automatically added to /etc/passwd I re-wrote passwd-grp.bat to do
this, although as yet only it has only been tested on NT/2k/95/98.
Would this be a wanted change ?
Would it be a better idea to send a patch for pass
Cygwin creates a mount point from /bin -> /usr/bin.
Run the 'mount' command (no options needed) to see
your Cygwin mount points. DOS/Windows has no knowledge
of these.
> -Original Message-
> From: CBFalconer [mailto:cbfalconer@;yahoo.com]
> Sent: Thursday, October 24, 2002 11:41 AM
> To:
CBFalconer <[EMAIL PROTECTED]> wrote:
> I get the following from the bash shell:
...
> however I find the following from the DOS/4dos shell:
...
> In other words the apparent directories existing under cygwin are
> actually empty! For my own peace of mind I would like to know
> what machinations
Hi all,
my previous RPC bandwidth problem is in fact a tcp performance problem under
cygwin.
I have compiled ttcp (from
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/release/ttcp/)
under cygwin
And I get the following bandwidth (I am on a 100Mbit switc
This patch will allow you to build mpg123 for cygwin using just "make
cygwin", it works for the CVS and development version, and probably
other versions as well. Get mpg123 here:
http://www.mpg123.de/
And the patch here:
http://www.io.com/~rkitover/mpg123-cygwin.patch
It has been submitted to t
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> On Thu, 24 Oct 2002, Joshua Daniel Franklin wrote:
> > http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH
> >
> > "On Win9x systems with only a single user, -A has no effect; -D and -AD
> > would have the same output. "
>
> What I meant, how
Also, you might want to group the Winnt/Win2k/xp tests
at the top of the batch file, and then throw away the
windows 95/98/ME tests, and let the batch file simply
fall through to that code if the Winnt/Win2k/xp tests
fail.
> -Original Message-
> From: Vince Hoffman [mailto:Vince.Hoffman@;u
On Thu, Oct 24, 2002 at 06:33:07PM +0200, David Geldreich wrote:
>my previous RPC bandwidth problem is in fact a tcp performance problem
>under cygwin.
>
>I have compiled ttcp (from
>http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/release/ttcp/)
>under cygwin
>
>And I get th
My version of screen for cygwin, which I actually finished putting
together a month ago is here:
http://www.io.com/~rkitover/screen-3.9.13.tar.gz
It will configure and compile on cygwin with no tweaking. It will
support detach and attach, however the terminal size issue is still
there and I haven
A new version of the cygwin-doc package is available for download.
This is the first release to include texinfo versions of the cygwin
User's Guide and API Reference.
The info and man pages in this package are now compressed. Please note
that this may cause the standalone info reader ("info") pro
> From: Rafael Kitover [mailto:caelum@;debian.org]
> Subject: Screen for cygwin
> My version of screen for cygwin, which I actually finished putting
> together a month ago is here:
>
> http://www.io.com/~rkitover/screen-3.9.13.tar.gz
>
>... For now if you're interested in
> screen please feel fre
I tried to build the Cygwin DLL from CVS, but ran into an error caused by
gcc inserting an unasked for "-isystem
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../include/w32api" into the
cpp0.exe command line. That path contracts to /usr/include/w32api - so gcc
uses the installed w32api, not the w32
There was a discussion about the ordering of '-u -d '
options to 'mkpasswd' back around August 13-16. You may want to
review them.
>On Fri, 13 Sep 2002, Igor wrote:
>> It may be that the order of arguments matters, and that the correct
way to
>> specify the username and the domain would be
>>
good idea is to also check out the ssh-I list server they specilise in SSH
and cygwin, they 99% have seen this problem before
also to log eorrs to the text files you have to (from what i remember) is to
redirect the error messages to text files.
look in the ssh-i history for this.
http://tech.erde
I've made a new version of the Cygwin DLL and associated utilities
available for download. As usual, a list of what has changed is below.
This release should fix most of the problems with 1.3.13, namely,
relocation errors with dlls, mmap, and heap. It also works around some
problems with incorre
Hi,
I think you are confusing shell variables with environment
variables. This is easy to do if you are not careful, since
shell variables can be put into the environment using the
"export" built-in command.
Still, they are different things, and in this case the assignment
is to an environment va
Igor Pechtchanski wrote:
> On Thu, 24 Oct 2002, Gary R. Van Sickle wrote:
> > > Randall R Schulz wrote:
> > > >
... snip ...
> > >
> > > While there is an info file on bash, and even a man entry, there
> > > seems to be nothing whatsoever about ash on the system. If we are
> >
> > Put "#!/bin/bash
Youssef Eldakar wrote:
>
> The exim 4.10-2 package sets /etc/exim.conf to mode 777. Attempting to start
> exim (`exim -bd`) fails with the error:
>
> 'Exim configuration file /etc/exim.conf has the wrong owner, group, or mode'
>
> The fix is to set /etc/exim.conf to mode 755.
Could you explain
When running ssh to a ssh service on a Cygwin machine
via a slow connection.
> -Original Message-
> From: Robinow, David [mailto:drobinow@;dayton.adroit.com]
> Sent: Thursday, October 24, 2002 12:47 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Screen for cygwin
>
>
> > From: Rafael Kitover
Hi!
Thursday, 24 October, 2002 David Geldreich [EMAIL PROTECTED] wrote:
DG> And I get the following bandwidth (I am on a 100Mbit switched network) !!!
DG> cygwin (ttcp -r -s -fm) <- linux (ttcp -t -s -fm) : 20Mbit
DG> linux (ttcp -r -s -fm) <- cygwin (ttcp -t -s -fm) : 64Mbit
I don't know e
As my subject says. How do I stop my rxvt/bash shell from closing on my W2K computer
when I hit ctrl-arrow key. I am used to use this key stroke to jump over words and it
has been working fine the last couple of years, however somehow in the newest update
it changed to close the shell instead.
In looking at the list of items I can install, I see that one
of the options is "keep". What does this mean?
I would like to execute this sequence:
1 - download a complete new version;
2 - backup the complete new version;
3 - delete my old version;
4 - install the new version.
Does the "keep" opri
Max Bowsher wrote:
> CBFalconer <[EMAIL PROTECTED]> wrote:
>
> > I get the following from the bash shell:
> ...
> > however I find the following from the DOS/4dos shell:
> ...
> > In other words the apparent directories existing under cygwin are
> > actually empty! For my own peace of mind I woul
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Is there a sever where you can obtain old versions
of cygwin (2 - 3 months) ?
Regards
Matt
-BEGIN PGP SIGNATURE-
Version: PGP Personal Privacy 6.5.8
iQA/AwUBPbg4P5O94lQXsNYbEQJsEACcCfsEhrZK90SMLD5/2gDdYv3GfJgAoPsq
/7mQ4MQqc58A3nSmLfkwBW
I've noticed that lynx (2.8.4-1) uses $COMSPEC rather than $SHELL as the
shell for the `!' command, so I set $COMSPEC in my cygwin.bat as follows:
set SHELL=C:\bin\bash.exe
set COMSPEC=%SHELL%
But now when I do `!' in lynx it generates an acces violation:
140 [main] ? 0 handle_exceptions: E
Matt Zagni <[EMAIL PROTECTED]> wrote:
> Is there a sever where you can obtain old versions
> of cygwin (2 - 3 months) ?
No. Why?
Max.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/d
John,
I fully understand your example. And I think it's you who is confused.
The example I provided was intended to illustrate that even though the
environment variable AAA *is* set to "aaa", the echo command *never sees*
that new value, as the sequence '$AAA' is expanded by the *originating
she
On Thu, 24 Oct 2002, Joshua Daniel Franklin wrote:
> --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> > On Thu, 24 Oct 2002, Joshua Daniel Franklin wrote:
> > > http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH
> > >
> > > "On Win9x systems with only a single user, -A has no effect; -D an
Micheal,
In Cygwin's Setup.exe, "keep" means retain the version currently installed.
You don't really need to do anything to back up your old or new versions,
since unless you go in an clean house, you will accumulate the tarball
package files (the *.tar.bz2 files in the per-mirror cache area u
Matt Zagni <[EMAIL PROTECTED]> wrote:
> Hi Max,
Hi, but please keep replies on list.
> Basically this '>>' (append to a file)
> does not work but it did in some historic
> builds 1.5 months ago.
There was a fix relating to >> in the change list for 1.3.14-1 (just
released - not yet on all mirro
Or when you need to reattach to a dropped session and keep all of your
environment / commands...
BTW, I ported Screen to Cygwin back in September (
http://cygwin.com/ml/cygwin/2002-09/msg00419.html ), just enough to get it
to compile and run. It worked surprisingly good, but I was unable to get
i
Error: Stack Fault at eip=d15ff
- compiling 'C' project targeting MIPS processor using Cygwin tools
- all is well compiling a file containing several functions until one
of the functions exceeds a particular size, due to many conditional
statements, then get Stack Fault error
Tools:
- IDT
I updated my Cygwin installation a couple of days ago and ever since
whenever I do a "cp -p" I get the following error message:
cp: setting permissions for `c:/blacklab/dma.e': No such file or
directory
It seems to set the permissions ok, so I don't see any problem besides the
error message. T
On Thu, 24 Oct 2002, Max Bowsher wrote:
> I tried to build the Cygwin DLL from CVS, but ran into an error caused by
> gcc inserting an unasked for "-isystem
> /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../include/w32api" into the
> cpp0.exe command line. That path contracts to /usr/include/w32
On Thu, 24 Oct 2002, Sten Sogaard wrote:
> As my subject says. How do I stop my rxvt/bash shell from closing on my
> W2K computer when I hit ctrl-arrow key. I am used to use this key stroke
> to jump over words and it has been working fine the last couple of
> years, however somehow in the newest
Max Bowsher wrote:
> CBFalconer <[EMAIL PROTECTED]> wrote:
>
... snip ...
> >
> > That seems to tell me how to get the effect, but nothing about
> > what is going on. I would expect to see some sort of hidden file
> > in ...\usr\bin to cause the effect, but there is nothing there.
>
> Mount tabl
I haven't seen any traffic on this list about 64 bit versions of Cygwin.
If there's any efforts going on "out there", they haven't been communicated
to the Cygwin community.
Larry
Original Message:
-
From: Bob Vandette - Java Software Engineering [EMAIL PROTECTED]
Date: Thu, 24
On Thu, 24 Oct 2002, Max Bowsher wrote:
> Matt Zagni <[EMAIL PROTECTED]> wrote:
>
> > Is there a sever where you can obtain old versions
> > of cygwin (2 - 3 months) ?
>
> No. Why?
> Max.
Yes. The source is in CVS, and there are instructions on how to access it
on the cygwin.com page. All relea
Chris Lott <[EMAIL PROTECTED]> 10/24/2002 02:26 PM
> So, is there a significant advantage to running Emacs on Cygwin this
> way?
Yes, you get the availability of all (err, lots of :-) the tools that
emacs knows how to use and integrates well with, and a nicely-done
installer for same.
> I like th
Tomas,
At 12:15 2002-10-24, Thomas L Roche wrote:
Chris Lott <[EMAIL PROTECTED]> 10/24/2002 02:26 PM
...
> How well does Mozilla run on Cygwin
That I don't know, but Moz says you can build Moz with Cygwin: see
http://www.mozilla.org/build/win32.html
Intriguing, but I don't think this produc
Hallo Gary,
>>> In fact, things are so copacetic that I believe this snapshot may
>>> be the next B20.
>> :-)
>> Great. I already updated the cygwin DLL at my production server and
>> it seems to work well (Apache, Perl & SSHD running there together).
> Sweet. So will we be seeing 5.8 moved t
Isn't the slow connection the most important criteria?
After all, most people who need multiple "windows" (which
screens provides) normally think of using X to get
those extra windows, but wouldn't want to use X if the
connection is slow.
Let's hope the Cygwin port gets picked up by the 'screen'
m
I want to install cygwin inetd I need to activate some of the
available arguments available to inetd (as in "-d" and "-Rx")
but have no idea how to do so using the canned combination:
inetd --install-as-service
net start inetd
I know I can setup inetd with these arguments via:
cygruns
Do you by any chance have an Itanium port of the Cygwin
product?
We currently use the MKS tools to provide sed, sh, awk and
other Unix tools compatibility for cross platform portability.
Since these are x86 binaries, they run a lot slower on the Windows
64 bit Edition (Itanium). I'm looking for a
GENUINE PO READY TO BE PLACED
85 of either of the following MUST BE SECOND USER :
Netra AC200
1 CPU
2 x 36Gb SCSI disks
2gb RAM
OR
Netra T1
1 CPU
2 x 36 SCSI
DUE TO THE QUANTITY, WE WILL CONSIDER VARIANTS ON THESE SPECIFICATIONS. !! MUST BE 1RU
!!
Chris Golding
SunXpress Ltd - Senior Sale
"Michael D. Crawford" writes:
> Is there a good web page somewhere that will tell a newbie how to
> get around in the shell and instruct him on the basic things he
> might want to do in it?
I maintain a set of pages for introducing programming students to Unix
at: http://www.cs.odu.edu/~cs252/u
I just upgraded to cygwin 1.3.13-2, and ssh-add stopped working.
Backing up to cygwin 1.3.12-4 fixed the problem.
The symptom (with cygwin 1.3.13-2 installed):
bash $ ssh-agent bash
bash $ ssh-add
cannot connect to ssh-agent process
bash $
I have not quoted the error message exactly; I can't sen
I think that was the original idea...
Igor
On Thu, 24 Oct 2002, Christopher A. Snyder wrote:
> The problem with using the $USERPROFILE is all off these "Special Folders"
> can be changed to just about anything. For example, I change my "My
> Documents" folder to a network drive, but I lea
On Thu, 24 Oct 2002, Joshua Daniel Franklin wrote:
> > P.S. As an aside, I've just discovered that the -A flag is ignored or
> > non-functional on Win98... I'll look into that.
>
> A good place to look would be:
>
> http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH
>
> "On Win9x systems wi
Try this:
1. manually modify the /etc/passwd file
mkpasswd -du mywindowslogin >> /etc/passwd
Where mywindowslogin is the name of the account that you log into windows with.
2. set CYGWIN=nontsec
At 11:49 AM 10/24/2002 -0300, Kevin Woolie wrote:
>I have a full install (done via the setup ins
I have a full install (done via the setup installer) of cygwin, done
yesterday (October 24, 2002), on my Win2k machine at work. I have
installed, additionally, the KDE 2 and Windowmaker packages.
Whenever I, or any program/script for that matter, try executing a chmod
command (chown I believe as
On Wed, Oct 23, 2002 at 08:08:07PM -0700, John Franco wrote:
>
>Hello,
>
>I've installed cygwin on a Microsoft .Net Server machine (yes, a
>"release candidate" build) just so that I can use bash, but it refuses
>to run. I've noticed the web page says 'The Cygwin DLL works with
>all non-beta, non "
On Thu, Oct 24, 2002 at 07:03:28AM -0700, Joshua Daniel Franklin wrote:
>Jennie,
>
>In case rebooting didn't fix it...
>
>> Starting program: /home/Jennie Nguyen/a.exe
>^
>I believe gdb may have problems with spaces in the path to the
>filename. Try moving to /tmp or
Hi,
i am trying to compile a dll for a windows application. I have read a lot
about it (for example)
http://www.neuro.gatech.edu/users/cwilson/cygutils/
i have found an easy example on this site (hello-1.0.tar.gz). But the
makefile is for my skills in makefiles "unreadable". Is there a more easy
On Thu, 24 Oct 2002, Gary R. Van Sickle wrote:
> > Randall R Schulz wrote:
> > >
> > > You're most likely accustomed on your Linux system to "/bin/sh"
> > > being BASH. On Cygwinm /bin/sh is ASH, and it is far more minimal
> > > in its implementation of the POSIX shell standard, and does not
> > >
The problem with using the $USERPROFILE is all off these "Special Folders"
can be changed to just about anything. For example, I change my "My
Documents" folder to a network drive, but I leave most other items local. A
better way to resolve the location of these folders is to look in the
registry.
Well folks, thanks for your help and sorry about the
bother. I was able to identify the bugs and fix them
(the ones I know about) In short, SaveMyModem now
works properly. This is good.
If anyone would care to look, I would sure appreciate
any reviews, comments, bug reports, and preferrably
pat
after restarting cygwin it runs with "cygrunsrv -S sshd"curious
thx for your tips!!
(and i think i must take a look in the cygrunsrv.README... ;-)
Christian Lamsbach schrieb:
> owner in rights on /var/empty are like /usr/doc/Cygwin/openssh-3.4p1-5.README
> says.
> i checked the nt-user
Jennie,
In case rebooting didn't fix it...
> Starting program: /home/Jennie Nguyen/a.exe
^
I believe gdb may have problems with spaces in the path to the
filename. Try moving to /tmp or editing /etc/passwd to remove the
space from your /home directory.
_
> Is there a good web page somewhere that will tell a newbie how to get around
in
> the shell and instruct him on the basic things he might want to do in it?
I wrote this a couple years ago just for that purpose:
http://cygwin-lite.sourceforge.net/html/begin.html
Even if this "Beginner's Guide"
> P.S. As an aside, I've just discovered that the -A flag is ignored or
> non-functional on Win98... I'll look into that.
A good place to look would be:
http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH
"On Win9x systems with only a single user, -A has no effect; -D and -AD would
have th
Hello all,
David Geldreich wrote:
> Andrej Falout wrote:
> > rpclib on CygWin? As in Sun RPC (XDR) lib on CygWin? Where did you get it?
In fact, I found the sources from where was coming my rpclib
http://devernay.free.fr/hacks/sunrpc-4.0.2.tar.gz
--
Unsubscribe info: http://cygwi
Scott Prive wrote:
> 1) Why is ash the default? At least on UNIX systems that use "true"
>sh -- usually just /bin/bash in /bin/sh compatibility mode
But bash in compatibility mode isn't true Bourne shell. For
instance, /bin/sh on a Solaris box doesn't support the "=="
operator either.
This is
At 11:08 PM 10/23/2002, John Franco wrote:
>Hello,
>
>I've installed cygwin on a Microsoft .Net Server machine (yes, a
>"release candidate" build) just so that I can use bash, but it refuses
>to run. I've noticed the web page says 'The Cygwin DLL works with
>all non-beta, non "release candidate",
Glenn,
On Wed, Oct 23, 2002 at 11:04:01AM -0600, Glenn Murray wrote:
> Thanks again for the reply.
No problem. However, this thread is getting off-topic (and
cross-posted) so we should end it very soon or take it off-list, if
necessary.
> I think that command line support in setup.exe is a grea
if the permissions and owner are as shown below, and your /var/log/sshd.log
still shows Bad owner or mode for /var/empty then i'm stumpped. have a seach
through the archives, maybe check the owner and mode of your hostkeys, (but
i think that gives its own error messages if they are incorrect.)
drw
1 - 100 of 114 matches
Mail list logo