Re: procps

2002-09-03 Thread Corinna Vinschen

On Sat, Aug 31, 2002 at 12:11:51PM +0100, Chris January wrote:
> I'm submitting this again with the changes suggested by Nicholas. Note the
> problems Nicholas encountered where because he ran the utilities on Windows
> ME - the /proc stuff doesn't fully work on Windows 95/98/Me. (That's the
> /proc implementation, not these utiltiies, which should work if the /proc
> implementation worked).
> 
> http://www.doc.ic.ac.uk/~ccj00/procps-010801/procps-010801-1.tar.bz2
> http://www.doc.ic.ac.uk/~ccj00/procps-010801/procps-010801-1-src.tar.bz2
> http://www.doc.ic.ac.uk/~ccj00/procps-010801/setup.hint

Guys,

I'm still missing the "pro" votes.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



RE: procps

2002-09-03 Thread Morrison, John

> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> 
> Guys,
> 
> I'm still missing the "pro" votes.

Looks OK to me.  Unpacked, man pages/docs OK, didn't have
any problems with the quick test of any of the exes...

J.


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF



RE: [ITP][FINAL] base-files, base-passwd

2002-09-03 Thread Robert Collins

On Mon, 2002-09-02 at 18:42, Morrison, John wrote:
> > From: Robert Collins [mailto:[EMAIL PROTECTED]]
> > On Sun, 2002-09-01 at 03:44, Christopher Faylor wrote:
> > > On Sat, Aug 31, 2002 at 05:58:27PM +0100, John Morrison wrote:
> > > >Hi All,
> > > >
> > > >Rob would *really* like to get this functionality out of setup...
> > > 
> > > It's easy enough for Rob to coordinate.  He just has to upload your
> > > tools and update setup.exe.
> 
> Yippee!! - Sorry if I've been a pain.
> 
> > Thank you!
> > Will do.
> 
> Anything you want me to do?

Keep your files at those URL's. I've a *bunch* of cygwin work to do, and
will upload when I do that.

Thanks,
Rob



signature.asc
Description: This is a digitally signed message part


Re: procps

2002-09-03 Thread Corinna Vinschen

On Tue, Sep 03, 2002 at 09:52:02AM +0100, Morrison, John wrote:
> > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> > 
> > Guys,
> > 
> > I'm still missing the "pro" votes.
> 
> Looks OK to me.  Unpacked, man pages/docs OK, didn't have
> any problems with the quick test of any of the exes...

I just tested procps(1) and there's a problem with the uids:

$ ps -e
  PIDPPIDPGID WINPID  TTY  UIDSTIME COMMAND
 1988   11988   1988?   18   Aug 30 /usr/bin/cygrunsrv
 214419881988   4016?   18   Aug 30 /usr/sbin/sshd
I 676   1 676   24081  100   Aug 31 /usr/bin/ssh
 2136   13800   21362  100 18:43:33 /usr/bin/ssh
 138021441988   1380?   18 11:19:39 /usr/sbin/sshd
 176013801760   40763  100 11:19:41 /usr/bin/tcsh
 337617603376   12363  100 11:28:03 /usr/bin/ps

$ procps -ef
UIDPID  PPID  C STIME TTY  TIME CMD
corinna   1988 1  0 Aug30 ?00:00:00 [cygrunsrv]
corinna   2144  1988  0 Aug30 ?00:00:01 [sshd]
corinna676 1  0 Aug31 ?00:00:00 [ssh]
corinna   2136 1  0 Sep02 ?00:00:00 [ssh]
corinna   1380  2144  0 11:19 ?00:00:00 [sshd]
corinna   1760  1380  0 11:19 ?00:00:02 [tcsh]
corinna   2416  1760  0 11:28 ?00:00:00 [procps]


You see that all processes are attached to user "corinna" (uid 100)
while some are actually running under "SYSTEM" (uid 18)?

This is not an error in the /proc fhandler code:

$ cat /proc/2144/uid
18

$ cat /proc/676/uid
100

so there's apparently a flaw in procps.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



RE: [ITP][FINAL] base-files, base-passwd

2002-09-03 Thread Morrison, John

> From: Robert Collins [mailto:[EMAIL PROTECTED]]
> > Anything you want me to do?
> 
> Keep your files at those URL's. I've a *bunch* of cygwin work 
> to do, and will upload when I do that.

Ack :)  Not a problem.  Do nothing - yep, can comply with that :)

J.


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF



RE: procps

2002-09-03 Thread Morrison, John

> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> On Tue, Sep 03, 2002 at 09:52:02AM +0100, Morrison, John wrote:
> > > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> > > 
> > > Guys,
> > > 
> > > I'm still missing the "pro" votes.
> > 
> > Looks OK to me.  Unpacked, man pages/docs OK, didn't have
> > any problems with the quick test of any of the exes...
> 
> I just tested procps(1) and there's a problem with the uids:



> so there's apparently a flaw in procps.

Sorry, missed that entirely :(

J.


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF



Re: procps

2002-09-03 Thread Christopher January

procps reports the "effective user id", not the "real user id" (by design). 
The /proc fhandler returns the wrong effective user id (see for yourself by 
cat'ing /proc/status, the effective user id is the second number after Uid:).
Therefore the bug is in the /proc fhandler.

Chris



ELFIO 1.0.0

2002-09-03 Thread Serge Lamikhov-Center

Hi All,

ELFIO-1.0.0 package is now available for evaluation at:

http://elfio.sourceforge.net/ELFIO-1.0.0-1.tar.bz2
http://elfio.sourceforge.net/ELFIO-1.0.0-1-src.tar.bz2

To get started with ELFIO, please see the tutorial at: 
http://elfio.sourceforge.net

Please send your votes and comments.

Thank you,
Serge


# ELFIO library
@ ELFIO-1.0.0
category: Devel
sdesc: "ELF file reader and producer implemented as a C++ library"
ldesc: " ELFIO is a C++ library for reading and generating files in the
ELF (Executable and Linkable Format) binary format. This library is
unique and not based on any other product. It is also platform
independent. The library uses standard ANSI C++ constructions and runs
on a wide variety of architectures."


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




Re: ELFIO 1.0.0

2002-09-03 Thread Max Bowsher

Serge Lamikhov-Center wrote:
> Hi All,
>
> ELFIO-1.0.0 package is now available for evaluation at:
>
> http://elfio.sourceforge.net/ELFIO-1.0.0-1.tar.bz2
> http://elfio.sourceforge.net/ELFIO-1.0.0-1-src.tar.bz2
>
> To get started with ELFIO, please see the tutorial at:
> http://elfio.sourceforge.net
>
> Please send your votes and comments.
>
> Thank you,
> Serge

See: http://cygwin.com/setup.html#setup.hint - specifically about @ - if used at
all, it should just specify the package name, not the version.

Also, you probably should include a requires: line - probably just "requires:
cygwin".

> # ELFIO library
> @ ELFIO-1.0.0
> category: Devel
> sdesc: "ELF file reader and producer implemented as a C++ library"
> ldesc: " ELFIO is a C++ library for reading and generating files in
> the ELF (Executable and Linkable Format) binary format. This library
> is unique and not based on any other product. It is also platform
> independent. The library uses standard ANSI C++ constructions and runs
> on a wide variety of architectures."

Max.





Re: ELFIO 1.0.0

2002-09-03 Thread Serge Lamikhov-Center

>From: "Max Bowsher" <[EMAIL PROTECTED]>
>To: "Serge Lamikhov-Center" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
>Subject: Re: ELFIO 1.0.0
>Date: Tue, 3 Sep 2002 19:18:30 +0100
>
>Serge Lamikhov-Center wrote:
> > Hi All,
> >
> > ELFIO-1.0.0 package is now available for evaluation at:
> >
> > http://elfio.sourceforge.net/ELFIO-1.0.0-1.tar.bz2
> > http://elfio.sourceforge.net/ELFIO-1.0.0-1-src.tar.bz2
> >
> > To get started with ELFIO, please see the tutorial at:
> > http://elfio.sourceforge.net
> >
> > Please send your votes and comments.
> >
> > Thank you,
> > Serge
>
>See: http://cygwin.com/setup.html#setup.hint - specifically about @ - if 
>used at
>all, it should just specify the package name, not the version.
>
>Also, you probably should include a requires: line - probably just 
>"requires:
>cygwin".
>
> > # ELFIO library
> > @ ELFIO-1.0.0
> > category: Devel
> > sdesc: "ELF file reader and producer implemented as a C++ library"
> > ldesc: " ELFIO is a C++ library for reading and generating files in
> > the ELF (Executable and Linkable Format) binary format. This library
> > is unique and not based on any other product. It is also platform
> > independent. The library uses standard ANSI C++ constructions and runs
> > on a wide variety of architectures."
>
>Max.


Thank you for your comments.
I have uploaded the new version of the package to the same place:

http://elfio.sourceforge.net/ELFIO-1.0.0-1.tar.bz2
http://elfio.sourceforge.net/ELFIO-1.0.0-1-src.tar.bz2

Fixed setup.hint file:

# ELFIO library
category: Devel
requires: cygwin
sdesc: "ELF file reader and producer implemented as a C++ library"
ldesc: "ELFIO is a C++ library for reading and generating files in the
ELF (Executable and Linkable Format) binary format. This library is
unique and not based on any other product. It is also platform
independent. The library uses standard ANSI C++ constructions and runs
on a wide variety of architectures."

Serge


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Make is Broke!

2002-09-03 Thread Jim

M:\tmp>make
#don't do anything
E:\cygwin\bin\sh.exe: *** MapViewOfFileEx 'shared'(0x610A60E8), Win32 error
6.
Terminating.
make: *** [all] Error 1


makefile content

all:
(tab) #don't do anything


so - which update broke my make files?  make, or sh?

Jim




Make is Broke!

2002-09-03 Thread Jim

Alternative Scenario - mkaefile content

abort:
(tab)echo need to specify DEST=(release/debug/stat_release/stat_debug)



> M:\tmp>make
> #don't do anything
> E:\cygwin\bin\sh.exe: *** MapViewOfFileEx 'shared'(0x610A60E8), Win32
error
> 6.
> Terminating.
> make: *** [all] Error 1
>
>
> makefile content
>
> all:
> (tab) #don't do anything
>
>
> so - which update broke my make files?  make, or sh?
>
> Jim
>





Re: Make is Broke! (my bad)

2002-09-03 Thread Jim

Ignore prior messages - was using old version of make/cygwin1.dll from tools
directory and then sh.exe from the cygwin install...

Apologetically.
Jim