On Fri, Jul 28, 2000 at 11:33:32PM +1000, Adrian Head wrote:
! /var/tmp/rpm-tmp.99466: /tmp/qmail-root/usr/bin/make-owners: Permission
! denied
! 
! What I don't understand is why the permission problem or the real
! function of make-owners.

Just a stab in the dark, but is it possible that your /tmp is mounted
with the ``noexec'' option?

! The only thing I have changed was the following lines in the SPEC file
! to get around the FD_SET() problem with only 1024 descriptors in my
! kernel.

A cursory glance at the Linux 2.2 source code doesn't show any way to
override the kernel limit of 1024 file descriptors (for select(); poll()
doesn't have this limitation, but qmail doesn't use poll() yet). See
<linux/posix_types.h>.

If I remember correctly, even if you hack the kernel source to allow
an fd_set greater than 1024 bits, you still have to change the libc
header <bits/types.h> (and possibly others).

        ---Chris K.
-- 
 Chris, the Young One |_ If you can't afford a backup system, you can't 
  Auckland, New Zealand |_ afford to have important data on your computer. 
http://cloud9.hedgee.com/ |_ ---Tracy R. Reed  
 PGP: 0xCCC6114E/0x706A6AAD |_ 

Reply via email to