No manual entry for ls

2006-12-02 Thread Jared Silva
I think since man-1.6d-2, man has not worked for me. I have tried the trivial solutions, but nothing has worked. /usr/share/misc/man.conf has not been changed. I greatly appreciate any help. $ man ls -d Reading config file /usr/share/misc/man.conf found man directory /usr/share/man found man d

Re: No manual entry for ls

2006-12-02 Thread Jared Silva
Not using the latest files caused the problem. Maybe I should take the reboot warning more seriously. $ locate .new D:/UNIX/cygwin/bin/bash.exe.new D:/UNIX/cygwin/bin/cygiconv-2.dll.new D:/UNIX/cygwin/bin/cygncurses-8.dll.new D:/UNIX/cygwin/bin/cygreadline6.dll.new D:/UNIX/cygwin/bin/cygwin1.dll

Re: Ruby hangs when executing: ruby -r mkmf -e 'have_func("rb_hash_foreach")'

2006-12-02 Thread Jared Silva
I have the same problem on one machine but not another. How do I rebase? -- 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: [ANNOUNCEMENT] Updated: subversion 1.4.2-1

2006-12-03 Thread Jared Silva
Funny that, a day after I give in and compile from scratch the update comes. http://svn.haxx.se/users/archive-2006-12/0062.shtml :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

Re: No manual entry for ls

2006-12-03 Thread Jared Silva
Larry Hall wrote: That's a very fair assumption. 'setup.exe' knows when you need to reboot in order to complete the latest installation process. If you ignore the directive to reboot, you may find some or all of Cygwin no longer works. Agreed. Rebooting will fix the problem. Not necessari

Re: Ruby hangs when executing: ruby -r mkmf -e 'have_func("rb_hash_foreach")'

2006-12-04 Thread Jared Silva
Rebase fixed the problem for me too. Thanks. -- 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: No manual entry for ls

2006-12-04 Thread Jared Silva
I will do what I can. -- 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/

/etc/bash_completion & svn/svk completion

2007-01-29 Thread Jared Silva
The command "svn update DIR" results in "svn update DIR " instead of "svn update DIR/". The same goes for svk. The space being added instead of a slash is annoying. Does anyone know what causes this and how to fix it? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: /etc/bash_completion & svn/svk completion

2007-01-30 Thread Jared Silva
Eric Blake wrote: You can also try debugging it yourself. At the command line, turn on the options 'set -xv', then when you hit TAB, you will see what bash is trying to do during the tab completion. I don't personally use svn, so I'm not the best candidate to help you fix the _svn() helper func

Re: cygwin svn client and tortoise svn

2007-04-11 Thread Jared Silva
svn switch --help Use "C:\home\arcrep\trunk\samples" instead of "/cygdrive/c/home/arcrep/trunk/samples". -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: cygwin svn client and tortoise svn

2007-04-11 Thread Jared Silva
svn switch --relocate file:///cygdrive/c/home/arcrep/trunk/samples file:///C:\home\arcrep\trunk\samples . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: /etc/bash_completion & svn/svk completion

2007-04-11 Thread Jared Silva
_svn* are out of date in /etc/bash_completion. My recommendation is to remove _svn* from /etc/bash_completion to /etc/bash_completion.d/svn (similar to /etc/bash_completion.d/svk). This way, the default bash completion is unchanged. However, if someone wants to use the latest bash completion for

Re: a suggestion for added link in the start menu

2007-05-23 Thread Jared Silva
Frank Fesevur wrote: At 23-5-2007 19:35, Roger Pack wrote: > Other random ramblings. > Also nice would be a command line tool similar to apt-get to install > "as if from setup.exe" package x or y and its dependencies (exists?). > Then you could run a command on it like 'update all my current > pa

Re: [ANNOUNCEMENT] Updated: cron-4.1-5

2007-06-14 Thread Jared Silva
Pierre A. Humblet wrote: Add support for the /etc/cron.d directory. (with thanks to Thomas Berger) Can you please provide (or point to) a detailed explanation of the change and its impact? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Re: Trick cmd.exe of Windows XP to run cygwin Batch Script.

2009-01-06 Thread Jared Silva
$ cat post-commit.bat SET BIN=D:\UNIX\cygwin\bin SET DPN_TMP=%TMP%\%~nx0 "%BIN%\cygpath.exe" -au "%~dpn0" > "%DPN_TMP%" SET /P DPN= < "%DPN_TMP%" DEL "%DPN_TMP%" "%BIN%\bash.exe" "%DPN%.sh" %* >> "%~dpn0.log" 2>&1 The above BAT file will run post-commit.sh (because the name of the BAT file is post

Re: Setup - command line only

2009-02-22 Thread Jared Silva
Kevin and Nancy wrote: > A separate question might be, why can't setup update itself? Even, "click > here to download the new setup" would be a setup forward. That is easy to set up yourself. Below is my /bin/cygwin_setup: #! /bin/sh dir="/" url="http://www.cygwin.com/setup.exe"; cygwin_setup=