Re: Package to give away/orphan: GNU acct

1999-05-15 Thread Dirk Eddelbuettel

Hi Thomas,

  Thomas  I am still using an acct_6.3.2-2_i386.deb package that I
  Thomas compiled on a 2.1.96 kernel. It works fine with the 2.2 kernel
  Thomas series for me.

Thanks, that is another good data point. 

Which version of glibc are you running / did you compile against?  Glibc 2.0
or 2.1 ?

Thanks, Dirk

-- 
According to the latest figures, 43% of all statistics are totally worthless.



Re: Package to give away/orphan: GNU acct

1999-05-14 Thread Robert Woodcock
[sorry for not getting to this message sooner]

Dirk Eddelbuettel [EMAIL PROTECTED] wrote:
GNU acct is still broken for 2.2 kernels. I thought a recompile would fix it,
but it doesn't.

Not true:

frantica:~/src/acct-6.3.5$ lastcomm | head
   root ?? 0.00 secs Wed Dec 31 16:00
9  root ??   18358884.83 secs Wed Dec 31 16:00
joercw  ?? 0.00 secs Sat Jan 29 04:26
   741  ??   1327769.36 secs Fri Jan  2 22:36
   root ??   815267.85 secs Sun Jan 18 20:54
?u;7   root ??   176947.85 secs Wed Dec 31 23:25
   root ??   18694425.18 secs Wed Dec 31 16:00
   bin  ?? 0.00 secs Wed Dec 31 16:00
   daemon   ??   655360.00 secs Thu May 13 17:59
   57   ??   9267091.02 secs Wed Dec 31 16:00
Broken pipe
frantica:~/src/acct-6.3.5$ ./lastcomm | head
headrcw  tty8   0.03 secs Thu May 13 18:02
lastcommrcw  tty8   0.04 secs Thu May 13 18:02
headrcw  tty8   0.00 secs Thu May 13 18:02
lastcommrcw  tty8   0.04 secs Thu May 13 18:02
joe rcw  tty2   0.04 secs Thu May 13 18:01
cronroot ?? 0.00 secs Thu May 13 18:00
sh  root ?? 0.01 secs Thu May 13 18:00
rmmod   root ?? 0.00 secs Thu May 13 18:00
headrcw  tty8   0.01 secs Thu May 13 17:59
lastcommrcw  tty8   0.03 secs Thu May 13 17:59
Broken pipe
frantica:~/src/acct-6.3.5$ uname -a
Linux frantica 2.2.5 #6 Tue Apr 13 20:43:55 PDT 1999 i686 unknown

I can take over the package for you or at least make an NMU, but I won't
have time to make something that autodetects 2.0.x/2.2.x to work with both,
at least not anytime soon.

I think that shipping a broken-for-2.0.x acct package in potato would be
acceptable.
-- 
Robert Woodcock - [EMAIL PROTECTED]
Now we'll have to kill you. -- Linus Torvalds



Re: Package to give away/orphan: GNU acct

1999-05-14 Thread Dirk Eddelbuettel

  Robert  [sorry for not getting to this message sooner] 

 No sweat.

  Dirk GNU acct is still broken for 2.2 kernels. I thought a recompile would
  Dirk fix it, but it doesn't.

  Robert  Not true:

[..]

Well, that is good news. I _thought_ I had it working as well. Maybe I just
messed up on which of my two machines I was running it?

Which kernel-sources, running kernel, libc6, egcc, ... are you using ?  I
think on my build machine it is 

[EMAIL PROTECTED]:~ dpkg -l kernel-image-2.2.7 kernel-source-2.2.5 libc6 
egcc|grep ^ii
ii  kernel-image-2. edd.1  Linux kernel binary image.
ii  kernel-source-2 2.2.5-2Linux kernel source.
ii  libc6   2.0.7.19981211 GNU C Library: shared libraries
ii  egcc2.91.66-0slink The GNU (egcs) C compiler.


  Robert I can take over the package for you or at least make an NMU,

Well, it might be sufficient if I can bounce a few things off you, and if we
both try a thing or two.

  Robert but I won't have time to make something that autodetects
  Robert 2.0.x/2.2.x to work with both, at least not anytime soon.

Well, I wrote something simple in Perl for the last package, but Shaleh says
it fails on his box.  What does /usr/sbin/compare_kernel_version say for you?
[ Note that I turned the $debug flag on here: ]

[EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.0
2.2 ? 2.0
2.2 = 2.0
[EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.1  
2.2 ? 2.1
2.2 = 2.1
[EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.2
2.2 ? 2.2
2.2 = 2.2
[EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.3
2.2 ? 2.3
2.2  2.3

  Robert I think that shipping a broken-for-2.0.x acct package in potato
  Robert would be acceptable.

That was all I was shooting for given my limited time. After all, the acct in 
slink is fine-for-2.0-but-broken-for-2.2.

-- 
According to the latest figures, 43% of all statistics are totally worthless.



Re: Package to give away/orphan: GNU acct

1999-05-14 Thread Shaleh
 
 Well, I wrote something simple in Perl for the last package, but Shaleh says
 it fails on his box.  What does /usr/sbin/compare_kernel_version say for you?
 [ Note that I turned the $debug flag on here: ]
 
 [EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.0
 2.2 ? 2.0
 2.2 = 2.0
 [EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.1  
 2.2 ? 2.1
 2.2 = 2.1
 [EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.2
 2.2 ? 2.2
 2.2 = 2.2
 [EMAIL PROTECTED]:~ /tmp/compare_kernel_version 2.3
 2.2 ? 2.3
 2.2  2.3
 

I get the same output.  However:

compare_kernel_version 2.2 || echo Died trying

says Died trying, where it should stop with the compare_kernel_version.  The
error appears to be the value of the return status, not the logic of is this
kernel , =,  this number.



Re: Package to give away/orphan: GNU acct

1999-05-14 Thread Robert Woodcock
On Thu, May 13, 1999 at 09:43:58PM -0400, Dirk Eddelbuettel wrote:
 Which kernel-sources, running kernel, libc6, egcc, ... are you using ?  I
 think on my build machine it is 
 
 [EMAIL PROTECTED]:~ dpkg -l kernel-image-2.2.7 kernel-source-2.2.5 libc6 
 egcc|grep ^ii
 ii  kernel-image-2. edd.1  Linux kernel binary image.
 ii  kernel-source-2 2.2.5-2Linux kernel source.
 ii  libc6   2.0.7.19981211 GNU C Library: shared libraries
 ii  egcc2.91.66-0slink The GNU (egcs) C compiler.

aha - you're running glibc 2.0 - sys/acct.h is in the glibc headers, *not*
the kernel headers (and furthermore it doesn't reference them).

I'm running all the current potato tubulation:

frantica:~$ dpkg -l kernel-image-2.2.5 gcc libc6-dev libc6
hi  kernel-image-2. 1.00   Linux kernel binary image.
ii  gcc 2.91.66-1  The GNU (egcs) C compiler.
ii  libc6-dev   2.1.1-5GNU C Library: Development libraries and hea
ii  libc6   2.1.1-5GNU C Library: Shared libraries and timezone

   Robert I can take over the package for you or at least make an NMU,
 
 Well, it might be sufficient if I can bounce a few things off you, and if we
 both try a thing or two.
 
   Robert but I won't have time to make something that autodetects
   Robert 2.0.x/2.2.x to work with both, at least not anytime soon.
 
 Well, I wrote something simple in Perl for the last package, but Shaleh says
 it fails on his box.  What does /usr/sbin/compare_kernel_version say for you?

Seems like it could work ok:

frantica:~$ compare_kernel_version 2.0 || echo true
true
frantica:~$ compare_kernel_version 2.2 || echo true
true
frantica:~$ compare_kernel_version 2.4 || echo true
frantica:~$

   Robert I think that shipping a broken-for-2.0.x acct package in potato
   Robert would be acceptable.
 
 That was all I was shooting for given my limited time. After all, the acct in 
 slink is fine-for-2.0-but-broken-for-2.2.

I think the tough part will be getting things to build against two
different sets of headers.
-- 
Robert Woodcock - [EMAIL PROTECTED]
Now don't you think that's better than some quadrupally redundant,
electronic, Microsoft software control system?
  -- Burt Rutan on the crashworthiness of the Proteus rocket module



Re: Package to give away/orphan: GNU acct

1999-05-14 Thread Thomas Gebhardt
Hi,

 GNU acct is still broken for 2.2 kernels. I thought a recompile would fix it,
 but it doesn't.  The upstream author, with whom I generally had very good
 (albeit sporadic) contact is MIA.  AFAICT the other dists don't distribute
 acct.

I am still using an acct_6.3.2-2_i386.deb package that I compiled
on a 2.1.96 kernel. It works fine with the 2.2 kernel series for me.

Regards, Thomas







Re: Package to give away/orphan: GNU acct

1999-05-13 Thread shaleh
thwap

acct is user login/use accounting, NOT money matters.



Re: Package to give away/orphan: GNU acct

1999-05-13 Thread Kenneth Scharf


acct is user login/use accounting, NOT money matters.
oops.  Yeah that was Xacct or something like that.  Oh well never mind.
===
Amateur Radio, when all else fails!

http://www.qsl.net/wa2mze

Debian Gnu Linux, Live Free or .


_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com