Ok got a few problems after upgrading to RH 7.0 from RH 6.2 on an SMP PIII
system.  My RH 6.2 system was stock apart from using qmail instead of
sendmail.  Anyway, here's my problems:


1)  VMWare 2.02:
  
    -  When running vmware-config.pl to compile for the new kernel it
says:

   The directory of kernel headers (version 2.2.16-22) does not match your
running kernel (version 2.2.16-22smp). Consequently, even if the
compilation of the module was successful, the module would not load into
the running kernel.

        Ok that's fine, but how do I fix this?  Or is this something
vmware will have to do in a future update?


2)  qmail and xinetd

        -  I'm sure xinetd is great, but it seems like a lot more work
getting it going with tcpwrappers.  You now seem to have to edit every
file in /etc/xinetd.d to modify them for wrapper usage.  Also qmail
doesn't work with xinetd.d, the log file claims it's "wrappered" even when
I move my hosts.allow and hosts.deny out of /etc to turn off ALL wrappers!

I have this in /etc/xinetd.d/smtp

# Converted by inetdconvert
service smtp
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = qmaild
        server                  = /var/qmail/bin/tcp-env
        server_args             = tcp-env /var/qmail/bin/qmail-smtpd
        disable                 = no
}

Anything I should add to it?

Thanks!

Matt



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to