Re: [ITP] bsflite-0.80

2005-12-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 12/2/2005 11:31 AM: It's not a prerequisite, but you will have to get consensus from other cygwin packagers that it is a useful cygwin addition (I think it was 5 votes for packages not in some other distro). Getting

Re: Call for testing Cygwin snapshot (problem with inode numbers)

2005-12-03 Thread Corinna Vinschen
On Dec 2 12:34, Peter Rehley wrote: On Dec 2, 2005, at 3:14 AM, Corinna Vinschen wrote: The problem is, that your Samba version apparently screws up the inode information and we have re-enabled using the inode numbers sent from remote file systems which are supposed to be capable of that.

Re: sshd crahes; ssh instal fails

2005-12-03 Thread kumarchi
I installed it using the script ssh-host-config the script did not return any error messages The crash occurs after I try to start the service. I have installed ssh in my other window madhines using the same script with no problem . the only diffference is older versions of cygwin [EMAIL

Re: sshd crahes; ssh instal fails

2005-12-03 Thread H.S.
[EMAIL PROTECTED] wrote: I just installed Cygwin on two Windows XP machines in the last four days and got sshd and rsync daemon working. To get an idea of how to solve your problem you must describe what you did: 1. How did you install sshd? 2. What options did you give to ssh-host-config?

Re: sshd crahes; ssh instal fails

2005-12-03 Thread Christopher Faylor
On Sat, Dec 03, 2005 at 12:46:34PM -0500, H.S. wrote: kumarchi wrote: I just installed Cygwin on two Windows XP machines in the last four days and got sshd and rsync daemon working. To get an idea of how to solve your problem you must describe what you did: 1. How did you install sshd? 2. What

error: undefined reference to [EMAIL PROTECTED]'

2005-12-03 Thread Robert Body
Hi, I saw the explanation to error: undefined reference to [EMAIL PROTECTED]' in http://sourceware.org/ml/cygwin/2005-10/msg01038.html but I don't understand how that would apply to my problem. I am trying to install Hermes-1.3.3 and I get the error about [EMAIL PROTECTED], but all I am trying

bash and variable holding directories with spaces

2005-12-03 Thread H.S.
Hi, I am writing up a rsync script to back up a Windows box using cygwin running on it. On my Debian Testing, which will do the backups, I plan to run a cron job. In the script, I am faced with this problem of defining the source directories (dirs on the remote machine to be backed up) in a bash

Re: bash and variable holding directories with spaces

2005-12-03 Thread Brian Dessent
H.S. wrote: In the script, I am faced with this problem of defining the source directories (dirs on the remote machine to be backed up) in a bash variable. I want to define a variable DIRS so that it expands to: '/cygdrive/c/Documents\ and\ Settings /cygdrive/d/My\ Data' *with* the quotes,

gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
Hi, I am trying to compile ClanLib, and I have zLib installed, I thought that's where these 3 gz function are from... but my Make does not find them -Robert (I have) zlib1.2.2-2 Cygwin DLL version info: DLL version: 1.5.18 DLL epoch: 19 DLL bad

Re: bash and variable holding directories with spaces

2005-12-03 Thread H.S.
Brian Dessent wrote: H.S. wrote: In the script, I am faced with this problem of defining the source directories (dirs on the remote machine to be backed up) in a bash variable. I want to define a variable DIRS so that it expands to: '/cygdrive/c/Documents\ and\ Settings /cygdrive/d/My\ Data'

Re: bash and variable holding directories with spaces

2005-12-03 Thread Brian Dessent
H.S. wrote: BTW, how to use mount to deal with spaces? mkdir /d+s; mount c:/Documents and Settings/ /d+s mkdir /pgf; mount c:/Program Files/ /pgf rsync -avz host:'/d+s/foo /pgf/bar' /dest Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Brian Dessent
Robert Body wrote: Hi, I am trying to compile ClanLib, and I have zLib installed, I thought that's where these 3 gz function are from... but my Make does not find them You didn't include enough information, such as the actual command used to link. As a guess I'd say you're missing -lz or you

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
Thanks for replying Brian, this is part of a 2 week effort of many failures, finally zooming on getting Pingus to work (or finding it's not possible, but at least getting the dependencies to work)... I run make, which seems to diverge into other directories. this is in the main Makefile:

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
This must be the specific Makefile (took me til now to figure it out :-) ) but i still don't know where the problem is... maybe include /usr/lib somewhere somehow? # # Makefile data for clanApp library. # clanApp: Libs/libclanApp.so Libs/libclanApp.a installApp: clanApp @for i in

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Brian Dessent
Robert Body wrote: Building Libs/libclanApp.so Libs/libclanCore.a(datafile_inputprovider.o): In function `_ZNSt11_Deque_baseI18CL_Zipped_PositionSaIS0_EED2Ev': There's still not enough information. You need to find out what command this makefile is running that is causing the error. And

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
I have been asking on the clanlib mailing list... waiting... asking other questions... looking on internet, mailing list archives... from the last email which you might not have seen prior to your reply, I found this Libs/libclanApp.so.$(D_VERSION_MINOR) $(OBJF_LIB_App) -L Libs -lz -lclanCore

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Brian Dessent
Robert Body wrote: I have been asking on the clanlib mailing list... waiting... asking other questions... looking on internet, mailing list archives... from the last email which you might not have seen prior to your reply, I found this Libs/libclanApp.so.$(D_VERSION_MINOR) $(OBJF_LIB_App)

permission denied while deleting the local copy of rsynced data

2005-12-03 Thread H.S.
Hi, When I get a backup of my Windows XP box running cygwin (CYGWIN_NT-5.1 1.5.18(0.132/4/2) 2005-07-02 20:30), I get permission denied on many files. Can anybody explain what is going on here? Here are the commands that I used and the output I got: $ rsync -avze ssh

Re: permission denied while deleting the local copy of rsynced data

2005-12-03 Thread Brian Dessent
H.S. wrote: rsync: send_files failed to open /cygdrive/c/Documents and Settings/winuser/NTUSER.DAT: Device or resource busy (16) That is your HKCU hive. It is opened by the system in exclusive mode, and no other process can read or write it. The purpose being that if you want to access the

how to unsub?

2005-12-03 Thread frank zhu
Hi, I sent unsub email but was returned. Does anyone know what's wrong? Thanks, -- Hi. This is the qmail-send program at yahoo.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work

Re: permission denied while deleting the local copy of rsynced data

2005-12-03 Thread H.S.
Brian Dessent wrote: H.S. wrote: rsync: send_files failed to open /cygdrive/c/Documents and Settings/winuser/NTUSER.DAT: Device or resource busy (16) That is your HKCU hive. It is opened by the system in exclusive mode, and no other process can read or write it. The purpose being that

Re: Folder ftp%3a%2f%2fftp.sunsite.utk.edu%2fpub%2fcygwin remains after install (FAQ alert)

2005-12-03 Thread Joshua Daniel Franklin
On 11/26/05, Joshua Daniel Franklin [EMAIL PROTECTED] wrote: On 11/22/05, Igor Pechtchanski wrote: The script you're thinking of is Michael A. Chase's clean_setup.pl. Unfortunately, Googling for it mostly turns up references to it in the mailing list archives, and the actual site comes

Re: Cygwin FAQ for NT Emacs

2005-12-03 Thread Joshua Daniel Franklin
On 11/24/05, Lennart Borgman wrote: I think the little correction suggested here never got done for some reason: http://lists.gnu.org/archive/html/help-emacs-windows/2002-05/msg00079.html Thanks, the extra line is now gone from http://cygwin.com/faq/faq.using.html#faq.using.emacs --

Re: how to unsub?

2005-12-03 Thread Christopher Faylor
On Sat, Dec 03, 2005 at 06:43:51PM -0800, frank zhu wrote: I sent unsub email but was returned. Does anyone know what's wrong? What's wrong is that you are not following the instructions that are found at the bottom of this message. -- Unsubscribe info:

Minicom for Cygwin update

2005-12-03 Thread Xantius
I have again discovered how to compile Minicom in Cygwin and have posted the instructions on my website. Please go to http://www.xantius.com/articles/minicom.php or just visit http://www.xantius.com and browse to the article. I know that many people have contacted me for this information and

Re: Minicom for Cygwin update

2005-12-03 Thread Christopher Faylor
On Sat, Dec 03, 2005 at 09:41:14PM -0700, Xantius wrote: I have again discovered how to compile Minicom in Cygwin and have posted the instructions on my website. Please go to http://www.xantius.com/articles/minicom.php or just visit http://www.xantius.com and browse to the article. I know

Re: Minicom for Cygwin update

2005-12-03 Thread David Arnstein
On Sat, Dec 03, 2005 at 09:41:14PM -0700, Xantius wrote: I have again discovered how to compile Minicom in Cygwin and have posted the instructions on my website. Please go to http://www.xantius.com/articles/minicom.php or just visit http://www.xantius.com and browse to the article. I know

[EMAIL PROTECTED]: Re: Minicom for Cygwin update]

2005-12-03 Thread David Arnstein
On Sat, Dec 03, 2005 at 09:41:14PM -0700, Xantius wrote: I have again discovered how to compile Minicom in Cygwin and have posted the instructions on my website. Please go to http://www.xantius.com/articles/minicom.php or just visit http://www.xantius.com and browse to the article. I know

Re: permission denied while deleting the local copy of rsynced data

2005-12-03 Thread Oliver Vecernik
H.S. schrieb: #do not include any temporary files, swap files, etc - *~ - *.swp Maybe you'd like to consider including the -C option. I'm setting up rsnapshot to rotate my backups on a regulary basis using hardlinks. Maybe that's also of interest for you. Don't forget to backup your SQL