Re: rsync windows -> unix still hanging :(

2002-12-27 Thread Mike Rubel

On Sat, 28 Dec 2002, Scott Evans wrote:

> I spent about 12 hours today writing a nice backup system based on 
> Mike Rubel's snapshot system; but much to my dismay, when I took it 
> for a test drive, I found that rsync hung on the first large directory 
> I tried to back up.  Aiee!
[ ... ]

Hey Scott,

I'm Mike Rubel (author of that snapshot system page)--I haven't heard
about this cygwin issue before, but this would definitely be worth adding
to the FAQ.  I'm sorry to hear you're having so much trouble with it!
You're actually the second person to mention windows issues; the other
fellow was using a SAMBA mount and rsyncing locally on the server.  The
problem there was files mysteriously getting copied when they hadn't
changed, or deleted when they weren't supposed to be.  I asked the list if
anyone else had seen that behavior, but no one responded, so I'm not sure
what to think.  I'll add it to the FAQ, anyway, and maybe the BUGS
section.

Please let me know if you find any additional information.  I'm on the
rsync list but not the cygwin list (yet).

I've had no trouble with this at home with my roommate's Win2K PC, but
between this case and the previous one, it sounds like the rsync/windows
interaction may still have some rough edges, which is not really
acceptable for a backup solution.  :(

Thanks,
Mike

ps> I'm moving the site to a new server tonight; I tested it manually and
it appears to be in order, but DNS probably won't catch up until tomorrow
morning.  Please let me know if you run into any trouble connecting!


--
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: small tty problem? Re: Updated: cygwin-1.3.18-1

2002-12-27 Thread Christopher Faylor
On Fri, Dec 27, 2002 at 05:29:00PM -0500, Christopher Faylor wrote:
>On Fri, Dec 27, 2002 at 04:50:45PM -0500, Pierre A. Humblet wrote:
>>On Thu, Dec 26, 2002 at 09:47:59PM -0500, Christopher Faylor wrote:
>>> >^ note "q" before the prompt.
>>> 
>>> Interesting problem.  Should be fixed in current cvs. 
>>
>>Thanks Chris, looks fine here. But there is something similar...
>>WinME, latest everything, Cygwin from cvs, CYGWIN undefined 
>>
>>try.sh is a 5 line demo script
>># /bin/bash
>>
>>echo -n "Do you want to insert NL? (yes/no) "
>>read answer
>>echo "The answer was $answer"
>>
>>~: ./try.sh
>>Do you want to insert NL? (yes/no) yes
>>The answer was yes
>>~: ssh localhost
>>
>>You are successfully logged in to this server!!!
>>
>>~: ./try.sh
>>Do you want to insert NL? (yes/no) yesThe answer was yes <= NO NL after yes
>> <= Extra NL
>>~: 
>
>This sounds like an excellent time for 1) you to learn tty internals or
>2) Steve to step in.  I've been fixing problems in Steve's recent tty
>changes and I think I'd like to enjoy my vacation and let someone else
>take over from here.

Well, surprise, this bugged me enough that I had to track it down.  The
order of acceptance of input and echoing of input seemed to have been
changed by Steve's recent patches, so I put it back the way it was
before.

In case anyone is curious (hah!) this code is in fhandler_termios.cc in
the 'line_edit' routine that Steve has been hacking on heavily.

Sigh.  1:30 AM.  I've gotta stop doing this.

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/




rsync windows -> unix still hanging :(

2002-12-27 Thread Scott Evans
I spent about 12 hours today writing a nice backup system based on 
Mike Rubel's snapshot system; but much to my dismay, when I took it 
for a test drive, I found that rsync hung on the first large directory 
I tried to back up.  Aiee!  

A few web searches later, I realized that a lot of folks have seen this 
problem.  I saw one proposed fix...
  http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html

This fix is in rsync 2.5.5-2, but rsync still hangs for me.  I'm able to
sync a smaller directory but this larger one fails consistently.

My symptoms are much like the ones reported by other folks; if I run 
a command like this...
  rsync -vvv -a --delete --delete-excluded -e ssh othermachine:/c/gse/ t

...the last thing I see is
 recv_generator(vst/sync/weird/ww 2.6 presets.txt,4866)
 generate_files phase=1

There are 4867 files in the folder I'm trying to back up, for what that's
worth.  I've cruised the code briefly but I don't see anything obvious;  
then again, I barely know how the guts of rsync work as far as forking
processes and whatnot.  So I don't even know if the -vvv output is all
coming from one process.

Help!  Am I the only one still seeing this hang?


--
 scott evans :: www.antisleep.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/




Re: Quit EMacs

2002-12-27 Thread Gareth Pearce

- Original Message -
From: "Oodini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 28, 2002 8:17 AM
Subject: Quit EMacs


> Hello,
>
> I don't succeed to exit from EMacs !
>
> Ctrl-X... OK
> Ctrl-C... Bip !

sounds like you havent set your cygwin environment variable to include tty,
the mailinglist archives cover this in several places - and you can find
more information about it in the user guide on the web site.

Gareth

>
> No problem with Redhat 8.0 on VMWare...
>
>
>
> --
>   .  .
>   .  .:::.  ###   \|/`  ___  '
> :(o o):  . (o o) (o o)  -  (O o)  -
> ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-
>
>
> --
> 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: perl 5.8.1: perldoc perl fails

2002-12-27 Thread Gerrit P. Haase
Hallo Igor,

Am Samstag, 28. Dezember 2002 um 02:10 schriebst du:

> On Sat, 28 Dec 2002, Gerrit P. Haase wrote:

>> Hallo Joerg,
>>
>> Am Freitag, 20. Dezember 2002 um 17:55 schriebst du:
>>
>> > Hi Perl maintainer,
>>
>> > using the new experimental Perl 5.8.1 release, the command
>>
>> > $ perldoc perl
>> > Can't open /usr/bin/perl: No such file or directory at /bin/perldoc line
>> > 206.
>>
>> perldoc perl.pod works well
>>
>> > fails to present the Perl manual overview. Calling the manual pages
>> > directly, anything works well:
>>
>> > perldoc perlfun
>>
>> > It seems that perldoc does not find the /usr/lib/perl5/5.8.1/pods/perl.pod,
>> > because it matches somehow /usr/bin/perl first.
>>
>> Yes,  please fix it :-)
>>
>> I just figured that calling: perldoc perl.pod works well.
>> I tried to understand what happens in the perldoc script
>> and I have no idea why it doesn't work.  And most
>> interesting is that it works with perl 5.6.1.
>>
>> Gerrit

> Gerrit,

> I'm by no means a perl guru, but here are a few observations from
> /usr/bin/perldoc:

> 266: sub searchfor {
> 267: my($recurse,$s,@dirs) = @_;
> 276: for ($i=0; $i<@dirs; $i++) {
> 277: $dir = $dirs[$i];
> 279: if (  ( $ret = check_file $dir,"$s.pod")
> 280:or ( $ret = check_file $dir,"$s.pm")
> 281:or ( $ret = check_file $dir,$s)
>  ... etc ...
> 312: }

This should do it.

> 400: foreach (@pages) {
> 413: # We must look both in @INC for library modules and in $bindir
> 414: # for executables, like h2xs or perldoc itself.
> 415: my @searchdirs = (@INC, $bindir);
> 434: my @files = searchfor(0,$_,@searchdirs);
> 462: }

This too.

> In other words, it looks like the script searches @INC (which can vary
> from version to version).  If you look at the changes in @INC between
> 5.6.1 and 5.8, you could probably track down this problem.

It should find perl.pod in the @INC, but it doesn't, instead it looks
in /bin and finds the executable.

> Sorry if I'm restating the obvious.
> Igor

No problem, that was the same what I saw, I fiddled around at some
lines and tried to change this and that, but it became worse and I
decided to let it as it is until some nice guy comes up with a nice
bug report which helps us to track it down :-)


Gerrit
-- 
=^..^=


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




rsync problem

2002-12-27 Thread Sven Köhler
hi,

i have a problem with rsync.
it copies the same the files again and agin and 

i run
  rsync -rv dir1/ dir2/
but when i run rsync again it copies some files that have not been 
changed and if i run rsync the third, forth, etc. time, it copied the 
same files again.

is there anything wrong with the get/set-function for the file-time? i 
guess rsync uses the file time.

if i use the -c (checksum) option, rsync works OK, but that is just a 
work-around so far.

i can reproduce this as follows:

$ mkdir dir1 dir2
$ echo >dir1/test
$ rsync -rv dir1/ dir2/
building file list ... done
test
wrote 88 bytes  read 36 bytes  248.00 bytes/sec
total size is 2  speedup is 0.02

$ rsync -rv dir1/ dir2/
building file list ... done
test
wrote 88 bytes  read 36 bytes  248.00 bytes/sec
total size is 2  speedup is 0.02




--
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: perl 5.8.1: perldoc perl fails

2002-12-27 Thread Igor Pechtchanski
On Sat, 28 Dec 2002, Gerrit P. Haase wrote:

> Hallo Joerg,
>
> Am Freitag, 20. Dezember 2002 um 17:55 schriebst du:
>
> > Hi Perl maintainer,
>
> > using the new experimental Perl 5.8.1 release, the command
>
> > $ perldoc perl
> > Can't open /usr/bin/perl: No such file or directory at /bin/perldoc line
> > 206.
>
> perldoc perl.pod works well
>
> > fails to present the Perl manual overview. Calling the manual pages
> > directly, anything works well:
>
> > perldoc perlfun
>
> > It seems that perldoc does not find the /usr/lib/perl5/5.8.1/pods/perl.pod,
> > because it matches somehow /usr/bin/perl first.
>
> Yes,  please fix it :-)
>
> I just figured that calling: perldoc perl.pod works well.
> I tried to understand what happens in the perldoc script
> and I have no idea why it doesn't work.  And most
> interesting is that it works with perl 5.6.1.
>
> Gerrit

Gerrit,

I'm by no means a perl guru, but here are a few observations from
/usr/bin/perldoc:

266: sub searchfor {
267: my($recurse,$s,@dirs) = @_;
276: for ($i=0; $i<@dirs; $i++) {
277: $dir = $dirs[$i];
279: if (  ( $ret = check_file $dir,"$s.pod")
280:or ( $ret = check_file $dir,"$s.pm")
281:or ( $ret = check_file $dir,$s)
 ... etc ...
312: }

400: foreach (@pages) {
413: # We must look both in @INC for library modules and in $bindir
414: # for executables, like h2xs or perldoc itself.
415: my @searchdirs = (@INC, $bindir);
434: my @files = searchfor(0,$_,@searchdirs);
462: }

In other words, it looks like the script searches @INC (which can vary
from version to version).  If you look at the changes in @INC between
5.6.1 and 5.8, you could probably track down this problem.

Sorry if I'm restating the obvious.
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: perl 5.8.1: perldoc perl fails

2002-12-27 Thread Gerrit P. Haase
Hallo Joerg,

Am Freitag, 20. Dezember 2002 um 17:55 schriebst du:

> Hi Perl maintainer,

> using the new experimental Perl 5.8.1 release, the command

> $ perldoc perl
> Can't open /usr/bin/perl: No such file or directory at /bin/perldoc line
> 206.

perldoc perl.pod works well

> fails to present the Perl manual overview. Calling the manual pages
> directly, anything works well:

> perldoc perlfun

> It seems that perldoc does not find the /usr/lib/perl5/5.8.1/pods/perl.pod,
> because it matches somehow /usr/bin/perl first.

Yes,  please fix it :-)

I just figured that calling: perldoc perl.pod works well.
I tried to understand what happens in the perldoc script
and I have no idea why it doesn't work.  And most
interesting is that it works with perl 5.6.1.


Gerrit
-- 
=^..^=


--
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: small tty problem? Re: Updated: cygwin-1.3.18-1

2002-12-27 Thread Christopher Faylor
On Fri, Dec 27, 2002 at 04:50:45PM -0500, Pierre A. Humblet wrote:
>On Thu, Dec 26, 2002 at 09:47:59PM -0500, Christopher Faylor wrote:
>> >^ note "q" before the prompt.
>> 
>> Interesting problem.  Should be fixed in current cvs. 
>
>Thanks Chris, looks fine here. But there is something similar...
>WinME, latest everything, Cygwin from cvs, CYGWIN undefined 
>
>try.sh is a 5 line demo script
># /bin/bash
>
>echo -n "Do you want to insert NL? (yes/no) "
>read answer
>echo "The answer was $answer"
>
>~: ./try.sh
>Do you want to insert NL? (yes/no) yes
>The answer was yes
>~: ssh localhost
>
>You are successfully logged in to this server!!!
>
>~: ./try.sh
>Do you want to insert NL? (yes/no) yesThe answer was yes <= NO NL after yes
> <= Extra NL
>~: 
>
>Pierre
>
>P.S.: also during ssh session
>~: echo hello
>hello
>~: sh
>\w: echo hellohello
>\w:
>exit
>~:

This sounds like an excellent time for 1) you to learn tty internals or
2) Steve to step in.  I've been fixing problems in Steve's recent tty
changes and I think I'd like to enjoy my vacation and let someone else
take over from here.

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: small tty problem? Re: Updated: cygwin-1.3.18-1

2002-12-27 Thread Pierre A. Humblet
On Thu, Dec 26, 2002 at 09:47:59PM -0500, Christopher Faylor wrote:
> >^ note "q" before the prompt.
> 
> Interesting problem.  Should be fixed in current cvs. 

Thanks Chris, looks fine here. But there is something similar...
WinME, latest everything, Cygwin from cvs, CYGWIN undefined 

try.sh is a 5 line demo script
# /bin/bash

echo -n "Do you want to insert NL? (yes/no) "
read answer
echo "The answer was $answer"

~: ./try.sh
Do you want to insert NL? (yes/no) yes
The answer was yes
~: ssh localhost

You are successfully logged in to this server!!!

~: ./try.sh
Do you want to insert NL? (yes/no) yesThe answer was yes <= NO NL after yes
 <= Extra NL
~: 

Pierre

P.S.: also during ssh session
~: echo hello
hello
~: sh
\w: echo hellohello
\w:
exit
~:

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




Quit EMacs

2002-12-27 Thread Oodini
Hello,

I don't succeed to exit from EMacs !

Ctrl-X... OK
Ctrl-C... Bip !

No problem with Redhat 8.0 on VMWare...



--
 .  .
 .  .:::.  ###   \|/`  ___  '
   :(o o):  . (o o) (o o)  -  (O o)  -
ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-


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




Jonathan FREESON/dassault-systemes is out of the office.

2002-12-27 Thread Jonathan FREESON
I will be out of the office starting  12/26/2002 and will not return until
01/02/2003.

I will respond to your message when I return.


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




[ANNOUNCEMENT] Updated: gperf-2.7.2-1

2002-12-27 Thread Christopher Faylor
I've made a new version of gperf available for download.  This is a
refresh from the GNU ftp site, so it has whatever fixes are in this
version.

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.  You'll need
to click on "Devel" and select "gperf" if this is your first time
installing, otherwise your installation should be refreshed
automatically.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

Christopher Faylor
Red Hat, Inc.


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




cygwin1.dll not found in path during setup

2002-12-27 Thread Roth, Kevin P.
For the second time in recent past, I noticed something during 
an updating session for cygwin. When there is an update for 
both cygwin (the dll) and certain other packages at the same 
time, I get a popup error that cygwin-1.dll couldn't be found 
in my path during the update (after the download steps, but 
before the install steps have completed).

The install completes successfully (or at least setup.exe 
thinks it does). I don't know if anything is left in a screwed 
up state or not.

I'm using setup.exe version 2.249.2.5.

Is this a known problem?

Thanks,
~ Kevin


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




[ANNOUNCEMENT] Updated Package: Whois 4.6.1

2002-12-27 Thread Mark Bradshaw
The most recent version of GNU Whois (4.6.1) has been uploaded to
sourceware.

The whois client allows you to query a whois db (RFC-812).  Using whois you
can get information on a domain name (whois redhat.com), IP addresses (whois
1.2.3.4), and more.  This tool is commonly used to determine the owner of a
domain or block of addresses, as well as get their contact information.

For fun see what happens when you ask for microsoft.com (whois
microsoft.com).


CHANGES

This version includes a few bug fixes for IPv6 handling.  It also adds or
updates information on many TLD servers.


SOURCE
==
The latest stable version of GNU Whois can be found at:
http://www.gnu.org/directory/whois.html

The latest non-stable version can be found at:
http://www.linux.it/~md/software/


INSTALLATION

To update your installation, click on the "Install Cygwin now" link on the
http://cygwin.com/ web page.  This downloads setup.exe to your system.
Then, run setup and answer all of the questions.  To select the whois
package click on the "Net" category and click on the "skip" field until
4.6.1-1 is displayed.

Note that downloads aren't allowed from sources.redhat.com (aka cygwin.com)
due to bandwidth limitations.  This means that you will need to find a
mirror which has this update.

In the US,
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Germany,
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is
usually pretty good.

In the UK,
http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/
is usually up-to-date within 48 hours.

If one of the above doesn't have the latest version of this package then you
can either wait for the site to be updated or find another mirror.

The setup.exe program will figure out what needs to be updated on your
system and will install newer packages automatically.

If you have questions or comments, please send them to the Cygwin mailing
list at: [EMAIL PROTECTED] .  I would appreciate it if you would use this
mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question, the Cygwin mailing list is
the appropriate place.


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




[ANNOUNCEMENT] GSL version 1.3

2002-12-27 Thread Teun Burgers
Hello,

I've uploaded binary and source packages of 
version 1.3 of the GSL (GNU Scientific Library).
This replaces the current 1.1.1 version.

The homepage for the GSL is http://www.fsf.org/software/gsl/

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

Teun Burgers


--
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: rsh problem - solved

2002-12-27 Thread Frederick Page
Hi ROBERT,

ROBERT CHUNG wrote on Thu, Dec 26 2002:

>FYI, below are all that I did.  I installed all Cygwin components (NOT 
>the default option):

I installed the default components, plus gcc, inet-utils and a few
more.

>Added followings to System Variables section of Control Panel --> 
>System --> Advanced --> Environment Variables:
>  CYGWIN:  "tty notitle glob"
>  PATH:Appended "c:\cygwin\bin"

I did the same.

>Ran "iu-config".
>Ran following commands:
>  /usr/sbin/inetd --remove-as-service   
>  /usr/sbin/inetd --install-as-service
>  net start inetd

Also same here.

>Entered list of client machines where rsh would be used to connect to 
>this machine in /etc/hosts.equiv

I might have done something wrong here, my /etc/hosts.equiv looks
like:

+192.168.100.10
+thebetteros root
+thebetteros fpage
+thebetteros rscsi
+debian root
+debian fpage
+debian rscsi

thebetteros, debian and 192.168.100.10 are all the same machine.

I also get 

~# rlogin wintendo
Telnetted successfully to Wintendo ...
hostname: gethostname: Operation not permitted

Although the telnet seems to work fine, maybe someone could point me
to a FM?

Thanks anyway and kind regards.

Frederick


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




GSL-1.3 - Thanks

2002-12-27 Thread Dockeen
I noted in running setup today that GSL-1.3 was there.
Thanks! I know building that library takes some time.
I appreciate it!  I use GSL a good deal for random
numbers as well as optical related special functions
like Bessel functions and Airy functions.

Wayne Keen

--
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: Burning cygwin distribution CDs

2002-12-27 Thread Ross Smith II
> From: Laurynas Biveinis
>
> I want to burn CDs with full cygwin distribution with sources and so on.
> I've downloaded everything from
> ftp://ftp.gwdg.de/pub/linux/sources.redhat/cygwin/release, but it takes
> almost 1 GB. How should I burn it into 2 CDs so that setup.exe still
> works correctly? What directory layout should I use?

Laurynas,

I fit everything I need on 1 CD, by not including the /xfree directory
(370MB), the /release/XFree86 directory (80MB), and not including the [prev]
and [test] packages listed in setup.ini:

#!/usr/bin/perl -w
use strict;
my $dir = shift || '/hdc1/cygwin';
my $file = $dir . '/setup.ini';
open(FH, $file) || die "Can't open $file: $!";
my $prev = 0;
my $line = 0;
while () {
  $line++;
  if (/\[prev\]/ || /\[test\]/) {
$prev++;
next;
  }
  next unless $prev;
  if (/^\s*$/) {
$prev = 0;
next;
  }
  if (/^\w+:\s*(\S+)\s+/) {
$_ = $1;
next unless m|/|;
$file = $dir . '/' . $_;
if (-e $file) {
  print "deleting $file\n";
  unlink($file);
}
  }
}

Hope that helps,

Ross


--
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: exim-4.10-2 renamed EXIM-4~1 in reinstall with setup 2.249.2.5

2002-12-27 Thread Greg Matheson
On Sun, 22 Dec 2002, Greg Matheson wrote:

>I reinstalled exim on Win98 and I found it was renamed
>EXIM-4~1.EXE

>The linking of exim to exim-4.10-2.exe thus failed.

>USER@TEACHER ~
>$ ls -al /bin/exim*
>-rwxr-xr-x1 USER unknown499712 Sep 14 10:06 /bin/EXIM-4~1.EXE
>lrwxrwxrwx1 USER unknown26 Dec 21 20:52 /bin/exim ->
exim-4.10-2.exe
>-rwxr-xr-x1 USER unknown  9586 Sep 14 04:10 /bin/exim-config
>-rwxr-xr-x1 USER unknown  2628 Sep 14 10:05 /bin/exim_checkaccess
>-rwxr-xr-x1 USER unknown  7168 Sep 14 10:06
/bin/exim_dbmbuild.exe
>-rwxr-xr-x1 USER unknown  9728 Sep 14 10:06 /bin/exim_dumpdb.exe
>-rwxr-xr-x1 USER unknown 12288 Sep 14 10:06 /bin/exim_fixdb.exe
>-rwxr-xr-x1 USER unknown  9728 Sep 14 10:06 /bin/exim_lock.exe
>-rwxr-xr-x1 USER unknown 11264 Sep 14 10:06 /bin/exim_tidydb.exe
>-rwxr-xr-x1 USER unknown 44999 Sep 14 10:05 /bin/eximstats

I think I must be going crazy. I now have exim-4.10-2.exe back
again. Perhaps it was still running as a daemon when I tried to
reinstall it on December 21.

USER@TEACHER ~
$ ls -al /bin/exim*
-rwxr-xr-x1 USER unknown499712 Sep 14 10:06 /bin/EXIM-4~1.EXE
lrwxrwxrwx1 USER unknown26 Dec 22 11:38 /bin/exim -> exim-4.10-2.exe
-rwxr-xr-x1 USER unknown499712 Sep 14 10:06 /bin/exim-4.10-2.exe
-rwxr-xr-x1 USER unknown  9586 Sep 14 04:10 /bin/exim-config
-rwxr-xr-x1 USER unknown  2628 Sep 14 10:05 /bin/exim_checkaccess
-rwxr-xr-x1 USER unknown  7168 Sep 14 10:06 /bin/exim_dbmbuild.exe
-rwxr-xr-x1 USER unknown  9728 Sep 14 10:06 /bin/exim_dumpdb.exe
-rwxr-xr-x1 USER unknown 12288 Sep 14 10:06 /bin/exim_fixdb.exe
-rwxr-xr-x1 USER unknown  9728 Sep 14 10:06 /bin/exim_lock.exe
-rwxr-xr-x1 USER unknown 11264 Sep 14 10:06 /bin/exim_tidydb.exe
-rwxr-xr-x1 USER unknown 44999 Sep 14 10:05 /bin/eximstats

-- 
Greg Matheson   It was said a million monkeys on a million typewriters
Chinmin College would eventually write the works of Shakespeare.
Now, thanks to the Internet, we know this is not so.
http://www.research.att.com/~reeds/monkeys.html
Taiwan Penpals Archive http://penpals.chinmin.edu.tw/>

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




Burning cygwin distribution CDs

2002-12-27 Thread Laurynas Biveinis
Hello,

I want to burn CDs with full cygwin distribution with sources and so on. 
I've downloaded everything from 
ftp://ftp.gwdg.de/pub/linux/sources.redhat/cygwin/release, but it takes 
almost 1 GB. How should I burn it into 2 CDs so that setup.exe still 
works correctly? What directory layout should I use?

Please CC on replies, TIA,
Laurynas



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