> 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
> > provide "==" as an equivalent for "=" in the "test" (a.k.a.
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.
Youssef Eldakar
Bibliotheca Alexandrina
Shatby, Alexandr
Hello all,
Andrej Falout wrote:
>
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
> > I suspect my problem is coming from rpclib, but I cannot manage to find from
>where this libs
> > come.
>
> rpclib on CygWin? As in Sun RPC (XDR) lib on CygWin? Where did you get it?
I guess I phrased badly last time. To get all the paths automatically
set up, add the '--login' switch on the bash command, so that you get
'bash --login -c '. The --login will cause bash to read
~/.profile before it starts. The NT version of cron is called 'AT'. I
can't remember the exact syntax,
On Wed, Oct 23, 2002 at 04:07:16PM +0200, Thomas Baker wrote:
> On Wed, Oct 23, 2002 at 09:02:39AM -0400, Jason Tishler wrote:
> > On Wed, Oct 23, 2002 at 02:39:51PM +0200, Thomas Baker wrote:
> > > | mda "/usr/bin/procmail -d %T" # pass message to the local MDA
> >
> > The above .fetchmailrc
hi!
im new in cygwin.
i installed cygwin completly on NT and want to run the ssh-daemon.
i startet "ssh-user-config" and it said "configuration finished" but when i want
to start "sshd" i get the message "command not found". in configuration it don't
ask me if i want to run it as service on nt. (?
try running ssh-host-config
> -Original Message-
> From: Christian Lamsbach [mailto:c.lamsbach@;mobilcom.de]
> Sent: 24 October 2002 10:29
> To: [EMAIL PROTECTED]
> Subject: cannot start sshd
>
>
> hi!
>
> im new in cygwin.
> i installed cygwin completly on NT and want to run the ssh-da
next try
cygrunsrv -S sshd
if it gives an error look in /var/log/sshd.log
and keep replys on the list please :)
> -Original Message-
> From: Christian Lamsbach [mailto:c.lamsbach@;mobilcom.de]
> Sent: 24 October 2002 10:39
> To: Vince Hoffman
> Subject: Re: cannot start sshd
>
>
> ok.
I have NTEmacs 21.2.1 and use "M-x compile" to compile.
After I upgraded to release 1.3.13-2 of cygwin the "M-x compile" don't
first execute .bashrc. before it execute the compile command.
If I downgrade to 1.3.12-4 everything works fine.
I couldn't find anything in the release notes for 1.3.13-2
ok...tested...
error on concole:
cygrunsrv: Error starting a service: QueryServiceStatus: Win32 Error 1062: Der
Dienst wurde nicht gestartet. (in english: the service wouldn't be started ;-)
sshd.log:
Bad owner or mode for /var/empty
Vince Hoffman schrieb:
> next try
> cygrunsrv -S sshd
> if
ok in that case
chown SYSTEM.SYSTEM /var/empty
(thats probably done already but just in case)
then
chmod 700 /var/empty
and try starting the service again.
i can also recomend having a look through
/usr/doc/Cygwin/openssh-3.4p1-5.README
(replace 3.4p1-5 with the version your using, but that is
Two previous posts actually answer this question, but I
didn't see them because Procmail quietly started doing its
job again (because the solution worked) and didn't arrive in
my mailbox...
Apologies, and many thanks,
Tom
On Thu, Oct 24, 2002 at 10:51:43AM +0200, Thomas Baker wrote:
> On Wed, Oct
owner in rights on /var/empty are like /usr/doc/Cygwin/openssh-3.4p1-5.README
says.
i checked the nt-user sshd...it also exists.
but the same error on console... :-/
Vince Hoffman schrieb:
> ok in that case
> chown SYSTEM.SYSTEM /var/empty
> (thats probably done already but just in case)
> then
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
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
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",
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
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
> 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
> 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"
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.
_
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
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
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.
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
> > >
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, 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
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 "
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
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
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
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
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
"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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
> > >
-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
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
> -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
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
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
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
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
>>
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.
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
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
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
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
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
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
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
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:
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
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
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,
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
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, 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
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 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
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
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
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
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
> * 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
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
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
"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
1 - 100 of 114 matches
Mail list logo