LyX: Why was that package removed from the setup list?

2003-06-08 Thread Alexei Lioubimov
Hello, Why has the LyX package gone from setup? (LyX.org is saying that it _should_ be there). Or i'm wrong, and i _MUST_ download the setup.ini from LyX.org first? Thank you, Alexey Lyubimov -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Ken Dibble
It appears I've isolated the problem. I downloaded and installed 1.13 of the ipc-daemon. I am aware that this daemon has another issue, but if fixes my problem. Possibly when the XP Fast-Switch problem was fixed, another was introduced. Should I report this elsewhere as well? Thanks, Ken -- Unsubsc

RE: [postmaster@sources.redhat.com] This is all very silly...

2003-06-08 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > On Sat, Jun 07, 2003 at 09:08:07PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > >>From Christopher Faylor > > > > > > > >Apart from all the facts on rudeness and such... > > Yeah, apart from that tiny fac

w32api/windef.h

2003-06-08 Thread Lionel Zhou
dear fellow cygwin users, i run into problem compiling a program, the section with the problem is in this function: char *FFSS_GetOS(void) { #ifdef _WIN32 if(FFSS_WinServerVersion[0] == 0) { DWORD dwVersion = GetVersion(); if(dwVersion < 0x8000) /* Windows NT/2K/XP */ {

Re: w32api/windef.h

2003-06-08 Thread Tim Prince
On Wednesday 31 December 1969 15:59, Lionel Zhou wrote: > dear fellow cygwin users, > > i run into problem compiling a program, the section with the problem is in > this function: > > char *FFSS_GetOS(void) > { > #ifdef _WIN32 > if(FFSS_WinServerVersion[0] == 0) > { > DWORD dwVersion = Get

Re: at command

2003-06-08 Thread Igor Pechtchanski
On Sat, 7 Jun 2003, Thorsten Kampe wrote: > * Chuck (2003-06-04 15:28 +0200) > > Is there a unix style "at" command for cygwin? I've searched the libs but > > found nothing. > > Something wrong with at.exe? > > Is there a unix style "at" command for cygwin? ^^ Windows' "at.

Re: w32api/windef.h

2003-06-08 Thread Christopher Faylor
On Sun, Jun 08, 2003 at 07:19:30AM -0500, Lionel Zhou wrote: >In file included from utils.c:4: >/usr/include/w32api/windef.h:273: parse error before "void" > >has anyone successfully used the windef.h header and could you tell me >how to compile program like this? > >my windef.h is attached here.

Re: w32api/windef.h

2003-06-08 Thread Elfyn McBratney
On Sun, 8 Jun 2003, Lionel Zhou wrote: > has anyone successfully used the windef.h header and could you tell me how to > compile program like this? Use #include indtead. Elfyn -- Elfyn McBratney (mailto:[EMAIL PROTECTED]) Systems Administrator ABCtales.com / Ubertales.co.uk -- Unsubscrib

Re: LyX: Why was that package removed from the setup list?

2003-06-08 Thread Elfyn McBratney
On Sun, 8 Jun 2003, Alexei Lioubimov wrote: > Hello, > Why has the LyX package gone from setup? (LyX.org is saying that it _should_ > be there). > Or i'm wrong, and i _MUST_ download the setup.ini from LyX.org first? The Cygwin net release doesn't contain a Lyx package, AFAICT. You'll need to ask

Problems on accessing Windows network resources.

2003-06-08 Thread Takashi Yano
Hello, cygwin users. Under Windows 2000/XP, some problems exist when accessing Windows network resources which are shared using NetBIOS over TCP/IP. When logging on with telnet, access to //computer1/shared1/ fails. For example, "ls //computer1/shared1/" returns error "ls: //computer1/shared1/:

1.3.22 bug in select()

2003-06-08 Thread Thomas Burg
Hi I am programming an application for course with select(). And I notice a bug. Select is looking for a file descriptor branch on a serial port and stdin. My program work fine on Linux but not on windows: Select notice data arrived on the serial buffer. i restart my program and it didn't work a

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Larry Hall
Ken Dibble wrote: It appears I've isolated the problem. I downloaded and installed 1.13 of the ipc-daemon. I am aware that this daemon has another issue, but if fixes my problem. Possibly when the XP Fast-Switch problem was fixed, another was introduced. Should I report this elsewhere as well? No,

undefined reference to '_...

2003-06-08 Thread Hans Horn
Hi folks, I'm trying to port a collection of unix applications to cygwin, and in doing so, I'm having a hard time to get the stuff to link. It's a bunch of fortran and c sources, that call each other wildly. some mains are in c, some mains are in fortran. Compiling and archiving everything works

Re: LyX: Why was that package removed from the setup list?

2003-06-08 Thread Igor Pechtchanski
On Sun, 8 Jun 2003, Alexei Lioubimov wrote: > Hello, > Why has the LyX package gone from setup? (LyX.org is saying that it _should_ > be there). > Or i'm wrong, and i _MUST_ download the setup.ini from LyX.org first? > > Thank you, > Alexey Lyubimov The LyX package is not offered on any of the st

ssh login command

2003-06-08 Thread Mario Ohnewald
Hello! Is there a way to connect to a box with ssh, with adding the password to the ssh.exe command? Like: ssh.exe user:[EMAIL PROTECTED] But without using the host key authentication. I need this for my XwinTool, to make encrypted X sessions possible. Thanks, Mario. -- Unsubscribe info:

Re: ssh login command

2003-06-08 Thread Elfyn McBratney
On Sun, 8 Jun 2003, Mario Ohnewald wrote: > Hello! > Is there a way to connect to a box with ssh, with adding the password to the > ssh.exe command? > Like: ssh.exe user:[EMAIL PROTECTED] > But without using the host key authentication. IIRC, no. You can have keys with empty passwords (so as not

Re: Problems on accessing Windows network resources.

2003-06-08 Thread Igor Pechtchanski
On Mon, 9 Jun 2003, Takashi Yano wrote: > Hello, cygwin users. > > Under Windows 2000/XP, some problems exist when accessing Windows > network resources which are shared using NetBIOS over TCP/IP. > > When logging on with telnet, access to //computer1/shared1/ fails. > For example, "ls //computer

RE: ssh login command

2003-06-08 Thread Mario Ohnewald
Hi, >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >Of Elfyn McBratney >Sent: Sunday, June 08, 2003 9:06 PM >To: Mario Ohnewald >Cc: [EMAIL PROTECTED] >Subject: Re: ssh login command > > >On Sun, 8 Jun 2003, Mario Ohnewald wrote: > >> Hello! >> Is there a way

Re: Problems on accessing Windows network resources.

2003-06-08 Thread Pierre A. Humblet
At 03:09 PM 6/8/2003 -0400, Igor Pechtchanski wrote: >Takashi, > >If you log in without a password: according to the second paragraph of >, you >cannot access network shares that require authentication from a >passwordless login session

Re: undefined reference to '_...

2003-06-08 Thread Hans Horn
Andrew Markebo wrote: | Just give it a try and put "the library" one more time in the linker | command, at the end. | | /A Andrew, you are right, repeating the list of internal libs back-to-back gcc -ofoo foomain.o -L../lib -lfoo1 -lfoo2 -lfoo1 -lfoo2 -lg2c -lc -lgsl -lm does the tri

Re: dllwrap/perl/Net::DNS DNS.o(.text+0x1b1):DNS.c: undefined reference to `___dn_expand'

2003-06-08 Thread Gerrit P. Haase
Hallo Jari, > dllwrap --dllname DNS.dll --driver-name gcc --dlltool dlltool --export-all-symbols > --as as --output-def libDNS.def --output-lib libDNS.a \ > -s -L/usr/local/lib DNS.o /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a > dllwrap: no export definition file provided. > Creat

Re: perl 5.8.0 and spamassasin

2003-06-08 Thread Gerrit P. Haase
Hallo Ajay, > With Perl 5.8.0 and SpamAssassin-2.55 I get: > BEGIN failed--compilation aborted at > /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 62. > Compilation failed in require at /bin/spamassassin line 69. [...] > anyone have any clues how to fix this? What says the require (u

Re: undefined reference to '_...

2003-06-08 Thread Gerrit P. Haase
Hallo Hans, Am Sonntag, 8. Juni 2003 um 19:22 schriebst du: > Hi folks, > I'm trying to port a collection of unix applications to cygwin, and in doing > so, I'm having a hard time to get the stuff to link. > It's a bunch of fortran and c sources, that call each other wildly. some > mains are in

RE: 1.3.22: child real uid gets parent's effective uid

2003-06-08 Thread Snively, John P (John)
Corinna, Granted there's nothing in Windows corresponding to Unix's distinction between real and effective uid, but could not cygwin maintain the data as part of its own process accounting? Not doing so might seem justified given what Windows is "really" doing, but it undermines cygwin's support

Re: bug in cygwin?

2003-06-08 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the project

RE:1.3.22 bug in select()

2003-06-08 Thread Thomas Burg
Sorry i forget promise files. In fact the problem is that we can use the select fonction with the serial port. We can execute the program one time. the second time select don't notice data arrived in the serial buffer. I hope that someone notice the same problem and fix it. [EMAIL PROTECTED] -

exim - failed to read delivery status

2003-06-08 Thread CoolCold
Hello cygwin, I've just installed cygwin(CYGWIN_NT-5.2 workstation 1.3.22(0.78/3/2)) Trying to use exim but have such errors: 2003-06-09 03:32:58 HG6S2Y-00029S-OQ <= [EMAIL PROTECTED] H=(127.0.0.1) [127.0.0.1] P=esmtp S=680 [EMAIL PROTECTED] 2003-06-09 03:32:59 HG6S2Y-00029S-OQ unable to set gid=

Re: exim - failed to read delivery status

2003-06-08 Thread Pierre A. Humblet
At 03:41 AM 6/9/2003 +0400, CoolCold wrote: >Hello cygwin, > >I've just installed cygwin(CYGWIN_NT-5.2 workstation 1.3.22(0.78/3/2)) >Trying to use exim but have such errors: >2003-06-09 03:32:58 HG6S2Y-00029S-OQ <= [EMAIL PROTECTED] H=(127.0.0.1) [127.0.0.1] P=esmtp S=680 [EMAIL PROTECTED] >2003-0

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Ken Dibble
Larry Hall wrote: Ken Dibble wrote: It appears I've isolated the problem. I downloaded and installed 1.13 of the ipc-daemon. I am aware that this daemon has another issue, but if fixes my problem. Possibly when the XP Fast-Switch problem was fixed, another was introduced. Should I report this

Re: PostgreSQL 7.3.2 restart issue

2003-06-08 Thread Larry Hall
Ken Dibble wrote: Larry Hall wrote: Ken Dibble wrote: It appears I've isolated the problem. I downloaded and installed 1.13 of the ipc-daemon. I am aware that this daemon has another issue, but if fixes my problem. Possibly when the XP Fast-Switch problem was fixed, another was introduced. Sho

Re: w32api/windef.h

2003-06-08 Thread Lionel Zhou
- Original Message - From: Christopher Faylor <[EMAIL PROTECTED]> Date: Sun, 8 Jun 2003 11:21:43 -0400 To: [EMAIL PROTECTED] Subject: Re: w32api/windef.h > On Sun, Jun 08, 2003 at 07:19:30AM -0500, Lionel Zhou wrote: > >In file included from utils.c:4: > >/usr/include/w32api/windef.h:273:

Re: exim - failed to read delivery status

2003-06-08 Thread Pierre A. Humblet
At 06:52 AM 6/9/2003 +0400, CoolCold wrote: Hello CoolCold >>>PAH> Can you telnet and/or ssh into the box? >>>sshd works > >PAH> What about telnet (inetd)? How do you know sshd works? Can you telnet into the box as a normal user? >PAH> Edit the /etc/passwd file. The second field is the passwor

Re: exim - failed to read delivery status

2003-06-08 Thread Pierre A. Humblet
At 07:49 AM 6/9/2003 +0400, CoolCold wrote: >Hello Pierre, >> >PAH> How do you know sshd works? >PAH> Can you telnet into the box as a normal user? > >[EMAIL PROTECTED] ~ >$ ssh [EMAIL PROTECTED] >[EMAIL PROTECTED]'s password: >[EMAIL PROTECTED] ~ >$ id >uid=1004(gars) gid=513(None) groups=513(None

Re: file event in perl-Tk on cygwin (using POE)

2003-06-08 Thread Gerrit P. Haase
Hallo Bob, [...] > What happens there is that a sub FILENO: > sub FILENO > { > my $obj = shift; > my $h = $obj->handle; > return fileno($h); > } > the final call to fileno actually goes straight > back into FILENO. [I tried putting CORE:: in fr