Re: Win32::API perl module

2004-11-08 Thread Jason Pearce
I just compiled what Reini posted, it compiled out of the box for me. http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.41-cygwin.patch => http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.42.tar.gz I actually just used the .tar.gz, and didn't even bother runing the

on winXP sp2, setup loops forever when installing xorg-base

2004-11-08 Thread Carlo Florendo
Hello, I've tried installing cygwin with X on a Win-XP SP2 box. However, installation stalls at 99% when installing some xorg packages. Message says: "Cannot open log file C:\cygwin/var/log/setup.log for writing" Yes, the '\' and '/' are as is :) This problem is similar to the one from: http://sou

Re: X desktop?

2004-11-08 Thread Gabi
On Sun, Nov 07, 2004 at 07:07:15PM +1100, Robert Mark Bram wrote: > Hi All! > > I have started my remote X session with the following > export DISPLAY=127.0.0.1:0.0 > PATH=/usr/X11R6/bin:$PATH > eval `ssh-agent` > rm -rf /tmp/.X11-unix > XWin -screen 0 1024 768 & > ssh -X [

More Info - Cygwin Cron - Cannot Switch user context

2004-11-08 Thread Rebstock, Roland
All, I have found that the Increase Quotas Sec Policy has changed to Increase quotas" policy has changed to "Adjust memory quotas for a process" but even adding my user to this as well still does not resolve the issue. Roland Rebstock -Original Message- From: [EMAIL

RE: Cygwin Cron - Cannot Switch user context

2004-11-08 Thread Rebstock, Roland
All, even after creating another user with Administrator or System like priveledges and modifying the local security policy per the /usr/share/doc/Cygwin/openssh.Readme file. I cannot locate the "Increase Quota" in the Sec Policy but all others were applied. I still continue to get the error messa

A request for package announcers

2004-11-08 Thread Luke Kendall
Would it be possible to include a description of what the package actually is, in the email announcement? Even if it's very short. Often you can't tell from the package name alone. luke -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: setup.exe won't unpack the download

2004-11-08 Thread Larry Hall
At 01:20 PM 11/8/2004, you wrote: >>Unfortunately, it's a difficult problem to spot. It's nice that Cygwin is as >>popular as it is but it's a shame that this popularity can cause >>these kinds of conflicts. It would be interesting to know from where you >>got PDFmerge and whether source for it

Re: setting $HOME variable

2004-11-08 Thread Mark Bohlman
Michael wrote: Ive been trying to set the home variable. i want home to be c:\cygwin\home\ ive tried setting this in the .bat files and in .bashrc but it doesnt work. If i type echo $HOME i get this /cygdrive/c/Documents and Settings/UserName Ive read that its in /etc/passwd where it actually

Re: Need help compiling gaim-1.0.2

2004-11-08 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Poland wrote: | Thanks for the pointer. I read this thread but am not quite sure what | the solution is. I ran the command: | | host$ cygcheck -c gtk2-x11 What are the results of 'cygcheck -c gtk2-x11-devel'? | So I | | host$ export PKG_CONF

Re: JNI call crashes the JVM

2004-11-08 Thread Shankar Unni
Lapo Luchini wrote: Actualyl the way the JNI works it doesn't permit to load *ANY* DLL that depends on another DLL, that leads to a crash. That is absolutely untrue. We routinely load DLLs that are linked against other DLLs (on many different OSes), and everything gets loaded just fine. Even th

Re: Win32::API perl module

2004-11-08 Thread Gerrit P. Haase
Jason Pearce wrote: For what its worth, here is the binary install I am using. Its working nicely via setup.exe. I just pasted this at the bottom of my setup.exe Would you also send me a patchfile with all changes you finally used to build the module, please? Gerrit -- =^..^= -- Unsubscribe info

Re: Win32::API perl module

2004-11-08 Thread Jason Pearce
For what its worth, here is the binary install I am using. Its working nicely via setup.exe. I just pasted this at the bottom of my setup.exe @ perl-Win32API sdesc: ":API perl module compile for perl 5.8.2" ldesc: "Win32::API perl module compile for perl 5.8.2" category: misc requires: perl versi

RE: Cygwin Cron - Cannot Switch user context

2004-11-08 Thread Igor Pechtchanski
On Mon, 8 Nov 2004, Rebstock, Roland wrote: > All, I have a Win2k3 server with cygwin. I cannot get cron to execute > any jobs that previously ran under Win2k. The error is " Cannot Switch > user Context". Is there a solution? > > CYGWIN_NT-5.2 1.5.5 > > Roland Rebstock Win2k3's SYSTEM account

Re: Need help compiling gaim-1.0.2

2004-11-08 Thread Reini Urban
Doug Poland schrieb: Reid said: Doug Poland wrote: checking for GTK+ - version >= 2.0.0... gnome-config: not found gnome-config: not found no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file *** config.log for the exact error that occ

Re: setup.exe won't unpack the download

2004-11-08 Thread E Shon
Unfortunately, it's a difficult problem to spot. It's nice that Cygwin is as popular as it is but it's a shame that this popularity can cause these kinds of conflicts. It would be interesting to know from where you got PDFmerge and whether source for it and the Cygwin DLL are available for it.

Re: Need help compiling gaim-1.0.2

2004-11-08 Thread Doug Poland
> Reid said: >> Doug Poland wrote: >> >>checking for GTK+ - version >= 2.0.0... gnome-config: not found >>gnome-config: not found >>no >>*** Could not run GTK+ test program, checking why... >>*** The test program failed to compile or link. See the file >>*** config.log for the exact error that occu

setting $HOME variable

2004-11-08 Thread Michael
Ive been trying to set the home variable. i want home to be c:\cygwin\home\ ive tried setting this in the .bat files and in .bashrc but it doesnt work. If i type echo $HOME i get this /cygdrive/c/Documents and Settings/UserName Ive read that its in /etc/passwd where it actually looks for th

RE: Cygwin Cron - Cannot Switch user context

2004-11-08 Thread Harig, Mark
Please run this diagnostic script. It will attempt to locate many types of common problems with cron on cygwin. http://sources.redhat.com/ml/cygwin/2004-07/msg00207.html Please read the output of the script carefully. If it finds problems, it suggests possible fixes, and it will also recommend

RE: Cygwin Cron - Cannot Switch user context

2004-11-08 Thread Rebstock, Roland
All, I have a Win2k3 server with cygwin. I cannot get cron to execute any jobs that previously ran under Win2k. The error is " Cannot Switch user Context". Is there a solution? CYGWIN_NT-5.2 1.5.5 Roland Rebstock -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: setup.exe won't unpack the download

2004-11-08 Thread Larry Hall
At 03:43 AM 11/8/2004, you wrote: >> If this isn't the problem, my WAG is that you have a version >> of 'cygwin1.dll' already on your system, due to some previous install > or >> some other software that uses Cygwin surrepticously. If this is >> true, remove all copies of 'cygwin1.dll' from your

RE: Cron malfunction after date change

2004-11-08 Thread Harig, Mark
> > >>cron.log, crontab.txt and cygcheck.txt attached. Stopping > and starting > >>cron is workaround that does resume correct cron behaviour, up until > >>next date change. I've been able to reproduce this > >>(http://cygwin.com/ml/cygwin/2004-11/msg00153.html) problem also on > >>WinXP with s

RE: Cron under Cygwin/Windows XP

2004-11-08 Thread Harig, Mark
> $ cron_diagnose.sh > cron_diagnose.sh 1.3 > Please run version 1.7 of this diagnostic script. It fixes some problems that were in the earlier versions, and detects some error conditions that the earlier versions did not. http://sources.redhat.com/ml/cygwin/2004-07/msg00207.html P.S., P

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Reini Urban
Olumide schrieb: You cannot just create a superuser in cygwin because cygwin is a translation layer for UNIX applications. Cygwin is not actual UNIX and there are limitations. Basically cygwin is using the host machine's security model rather than unix's own native security model and porting is n

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Robert Pendell
I don't think it will be possible to do a straight forward port for sudo to cygwin. Even by creating a user called root. This will pretty much require a direct modification of code enclosed in 'if def's ' thoughout. Redefining what it considers to be an administrator from user id 0 to user id 54

Re: Cron malfunction after date change

2004-11-08 Thread Jacek Trzmiel
Xavier Nodet wrote: > On Thu, 04 Nov 2004 15:37:12 +0100 Jacek Trzmiel wrote: > > cygwin1.dll 1.5.11-1, win2ksp4+patches > > Cron is a separate package, that was updated on 20th, October, to > correct a problem where cron would endlessly sleep after a time/date > change. Do you have the latest ve

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Olumide
You cannot just create a superuser in cygwin because cygwin is a translation layer for UNIX applications. Cygwin is not actual UNIX and there are limitations. Basically cygwin is using the host machine's security model rather than unix's own native security model and porting is not straight forwa

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Robert Pendell
You cannot just create a superuser in cygwin because cygwin is a translation layer for UNIX applications. Cygwin is not actual UNIX and there are limitations. Basically cygwin is using the host machine's security model rather than unix's own native security model and porting is not straight forwa

Re: Creating superuser (root) in Cygwin

2004-11-08 Thread Olumide
Based on the above statements, it seems you don't understand the differences in the security model between Unix-based platforms and Windows NT-based platforms. Why is this the answer that's always offered whenever someone asks this question? Some of us do know what we are talking about. Does an

FW: URGENT HELP: Please route me to TCP/SOCKET implentation part of the source code of cygwin1.dll

2004-11-08 Thread Nagamani Veerappa
Dear Experts, I need a urgent help from you ALL.. Can any one guide/route me to the TCP/SOCKET implementation part of the source of cygwin1.dll? TO be more specific, I want to know how cygwin source code is utilizing the winsock2.dll in an efficient way?? You must be curious to know, why Iam d

Re: Cron malfunction after date change

2004-11-08 Thread Xavier Nodet
On Fri, 5 Nov 2004 11:38:24 -0500 Christopher Faylor <[EMAIL PROTECTED]> wrote: > Personally, I've always restarted cron after a date change There exist a version of Cron that is supposed to handle date changes. See -- Xavier Nodet "

Re: Cron malfunction after date change

2004-11-08 Thread Xavier Nodet
On Thu, 04 Nov 2004 15:37:12 +0100 Jacek Trzmiel <[EMAIL PROTECTED]> wrote: > cygwin1.dll 1.5.11-1, win2ksp4+patches Cron is a separate package, that was updated on 20th, October, to correct a problem where cron would endlessly sleep after a time/date change. Do you have the latest version? --

getloadavg(3)

2004-11-08 Thread Reini Urban
Anyone saw a implementation similar to getloadavg() on windows? At least uptime, top, emacs, xemacs and make use the noop on windows, and some other apps defined their private loadavg() function app-specific, which we cannot use. I cannot believe that no-one created a similar function for window

RE: Cron under Cygwin/Windows XP

2004-11-08 Thread Morche Matthias
[EMAIL PROTECTED] wrote: > Hi. > I'm attempting to run: > > $ crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (cron/myCron installed on Fri Nov 5 14:08:06 2004) > # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 corinna > Exp $) * * * * * echo 'Boo from cron'

Re: setup.exe won't unpack the download

2004-11-08 Thread E Shon
> If this isn't the problem, my WAG is that you have a version > of 'cygwin1.dll' already on your system, due to some previous install > or some other software that uses Cygwin surrepticously. If this is > true, remove all copies of 'cygwin1.dll' from your system and follow > the uninstall direct