Re: [Problem] Compile KVM on Windows using Cygwin

2002-11-27 Thread Elfyn McBratney
Hi, Im not sure exactly what your compiling (a java compiler maybe? if so you could use gcj as an alternative). Can anybody help to solve this problem? Or somebody has similiar experiences? Any reply will be appreciated. My environment: 1. Windows 2000 2. Cygwin 2.249.2.5 with gcc 3.2.2 3.

Re: cygwin telnet issues from dos prompt tera term

2002-11-27 Thread Elfyn McBratney
Hi, The sounds like the wrong cr/lf combo is being sent, in other words sending two linefeeds. Try changing the settings in tera term. What happens with the windows telnet client ($WINDIR\system32\telnet.exe)? Elfyn [EMAIL PROTECTED] Greetings Cygwin Support, I have successfully installed

linking problems with mod_ssl (resolved)

2002-11-10 Thread Elfyn McBratney
Hi, Ive been having problems compiling mod_ssl (latest source from setup) to do with some undefined references (_dmb_*): ssl_scache_dbm.lo(.text+0xea):ssl_scache_dbm.c: undefined reference to `_dbm_open' ...and lots more... Im not sure if this is a bug but just in case anyone else has had

Re: question: how do I find information about functions (params, return values,etc)

2002-11-08 Thread Elfyn McBratney
Hey, Try using google, http://www.google.com/search?hl=enie=ISO-8859-1q=using+pthread_cond_init%28%29 On the first link youll find what you need. Elfyn From: Viviana Cotirlea [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: question: how do I find information about functions (params, return

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.5p1-1

2002-11-07 Thread Elfyn McBratney
If you check your /var/log/sshd.log you might see that the permissions are too open on your key files... Elfyn [EMAIL PROTECTED] --- [EMAIL PROTECTED] From: Karl M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Updated:

Re: Problem with X11 include files

2002-11-01 Thread Elfyn McBratney
Hi, I think you had similar problems a few days ago...? Your include line is a bit mashed to say the least. Im taking a shot in the dark here but guessing your running gcc/other under cygwin hense the `$'. So the first problem is that /d:cygwin doesn't exist and will never exist. If your

Re: Cannot compile my first Cygwin program

2002-10-29 Thread Elfyn McBratney
I am trying to compile my first cygwin application. Here is my command line: gcc -I /cygwin/usr/include/sys test.c -o test.exe Try this instead: gcc -I/cygwin/usr/include test.c -o test.exe or gcc test.c -o test.exe -I/cygwin/usr/include (by the way you don't need to add the .exe on the

Re: 1.3.12: gcc bug: variable named end

2002-10-19 Thread Elfyn McBratney
I believe this is to do with the code and not a bug. The code you gave segfault'ed and dumped the core, on a machine close to your arc (1.3.12-4). Im not a c programmer, yet ;), but i think its to do with declaration...This works: int main() { /* declare the variable so main() can see it */

Re: About ENV?

2002-10-18 Thread Elfyn McBratney
Its just bash topology... If your setting a variable and calling a command after it, or doing anything on one line with another expression after it you need to end the expression before starting another one, which is done with the semi-colon ';'. On the first one: $ =aaa echo $ now

Re: [PATCH] Re: Improving List Archive Searching

2002-10-18 Thread Elfyn McBratney
Igor, the password for the cvs server is anoncvs... Elfyn - Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] To: Randall R Schulz [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 4:30 PM Subject: [PATCH] Re: Improving List Archive Searching On Tue, 15

Re: Which DLL should be active?

2002-10-18 Thread Elfyn McBratney
When you run setup and install a new copy of the dll, and the dll is in use it doesn't place the new dll in the dir (c:\cygwin\bin for ex.). Instead it calls it dllname.dll.new, and replaces the files when you next reboot your machine. Elfyn - Original Message - From: CBFalconer [EMAIL

Re: ssh refuses to enter binmode (fwd)

2002-10-18 Thread Elfyn McBratney
If you need to find out maintains a cygwin package, take a look for a filename like package-version.README in /usr/doc/Cygwin. tail or read the file, at the bottom youll see who maintains it... Elfyn - Original Message - From: Sven Köhler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: ssh refuses to enter binmode (fwd)

2002-10-18 Thread Elfyn McBratney
Subject: Re: ssh refuses to enter binmode (fwd) On Fri, Oct 18, 2002 at 05:45:16PM +0100, Elfyn McBratney wrote: If you need to find out maintains a cygwin package, take a look for a filename like package-version.README in /usr/doc/Cygwin. tail or read the file, at the bottom youll see who

Getting httpd going as a service

2002-10-16 Thread Elfyn McBratney
Hi, I was wondering if anyone has sucessfully got apache going as a service? I installed it as a service and worked for about 5 minutes but then would not tender to clients, although the daemon was still in listening state. I then tried to run it through inetd but same symptons as before, only

Re: Problems with network share access after sshing into machine

2002-10-16 Thread Elfyn McBratney
Have you tried: $ mkdir -p /s $ mount //sj-f760-2/s /s ??? This works for me... Is wdsladm a real username on the domain (or server sj-f760-2) and if so does this user have permission on that share? Elfyn - Original Message - From: Sead Mujushi [EMAIL PROTECTED] To: [EMAIL

Re: Setup and recovering from mistakes.

2002-10-16 Thread Elfyn McBratney
Hey, A1: If you click on the skip icon or ext you should see 'skip' replaced by a version number of the prog you downloaded. A2: Say you selected to download packages to C:\Temp\Cygwin then all you need to do is move 'Cygwin' to somewhere else. When you re-run setup you just select the

Re: Setup and recovering from mistakes.

2002-10-16 Thread Elfyn McBratney
Sorry, I shouldnt have rushed this... A1: If you click on the skip icon or text you should see 'skip' replaced by a version number of the prog you downloaded, once you see that version number that means it will be installed/downloaded and then installed. Elfyn - Original Message -

Re: A good liont

2002-10-14 Thread Elfyn McBratney
Hi, Cheers, that compiled perfectly... Elfyn - Original Message - From: Gerrit P. Haase [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Elfyn McBratney [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 12:48 PM Subject: Re: A good liont Elfyn schrieb: Hi, Does

Re: Problems starting X

2002-10-13 Thread Elfyn McBratney
it already...??). Elfyn - Original Message - From: Elfyn McBratney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Jens Herhold [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 2:52 AM Subject: Re: Problems starting X Hi, That sounds like you dont have the cypipc package installed (ipc and shm

Re: Problems starting X

2002-10-13 Thread Elfyn McBratney
Hi, That sounds like you dont have the cypipc package installed (ipc and shm), as im pretty sure the shm* functions only come with cygipc. If you installed manually (kde-cygwin) you will need to download the cypipc package, or you can download it from cygwin.com/software.html and also from one

Re: cannot run apache with mod_php4

2002-10-13 Thread Elfyn McBratney
sorry, forgot to send to the list. Elfyn - Original Message - From: Elfyn McBratney [EMAIL PROTECTED] To: Dmitry Suhodoev [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 7:51 PM Subject: Re: cannot run apache with mod_php4 Hi, Ive checked the list and it seems that your problem

A good liont

2002-10-13 Thread Elfyn McBratney
Hi, Does anyone know if there is a good lint around that compiles on cygwin...?? Ive googled around for one and cant find the source only binaries, and there for linux. Sorry if this is the wronglist, redirect if needed :) Elfyn -- Unsubscribe info:

Re: Viruses being transported with Cygwin messages

2002-10-13 Thread Elfyn McBratney
received 3 copies under different names (supposedly from Christopher Faylor, Gareth Pearce and Elfyn McBratney), each with different contents and different attachment names. Here's what Symantec has to say about this worm: http:[EMAIL PROTECTED] Randall Schulz Mountain View, CA USA At 14:25

Fw: Viruses being transported with Cygwin messages

2002-10-13 Thread Elfyn McBratney
-home) by mail18.svr.pol.co.uk with smtp (Exim 3.35 #1) id 180nmm-0007hQ-00; Sun, 13 Oct 2002 19:48:20 +0100 From: Elfyn McBratney [EMAIL PROTECTED] As you can see, although it claims (suggests? From: headers are distinctly non-authoritative) you're at UT Austin

Re: Re[2]: cannot run apache with mod_php4

2002-10-13 Thread Elfyn McBratney
HI, The only other thing it could be is that you havent got all the libraries you need... run this from cygwin and reply with the output to the list: $ cygcheck /lib/apache/libphp4.dll Elfyn - Original Message - From: Dmitry Suhodoev [EMAIL PROTECTED] To: Elfyn McBratney [EMAIL

Re: Re[4]: cannot run apache with mod_php4

2002-10-13 Thread Elfyn McBratney
- Original Message - From: Dmitry Suhodoev [EMAIL PROTECTED] To: Elfyn McBratney [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 5:21 AM Subject: Re[4]: cannot run apache with mod_php4 hi, Elfyn The only other thing it could be is that you havent got all the libraries

proposed CYGWIN-SSHD.HOWTO doc

2002-10-10 Thread elfyn mcbratney
Hi, I have taken a little while this morning to write a doc on how to setup sshd as a service under windows nt/2000/xp to help people new to cygwin or people experiencing problems. Really want others input and experience in setting it up. Maybe be added to the OpenSSH dist. Corinna??? Elfyn

Re: remotely executing windows applications

2002-10-10 Thread elfyn mcbratney
Hi, Whats happening here is that you started an win-app from a cygwin shell. The point of winvnc.exe is to run an capture the users gdi/gui which could not happen as you were in a console session. What you would need to do for this to work is have the winvnc service installed/running and use

Re: Request:

2002-09-23 Thread Elfyn McBratney
Can you remember the password you typed? It would have only changed it if you typed in the same password twice and confirmed. As cygwin is an unix emulation layer ontop of windows is thus uses windows credentials (username,name,password etc) and once changed it is set in nt stone. Unless you

Got a permissions problem

2002-05-17 Thread Elfyn McBratney
Hi, Im running a windows 2000 server with the cygwin layer installed = (1.3.10) and i am having some difficulty with permissions. I remotely = administer my server via ssh so i generally cannot make changes to the = windows 2000 permissions so i use the ch* calls to change permissions. = In one

<    4   5   6   7   8   9