Hallo zusammen,
ich habe nach der Anleitung : Linux-Umstieg von openSUSE 11 auf CentOS 5.5 bei einem 1&1 Rootserver ? eForum Wiki versucht zu installieren. Doch der erste Fehler fing bei Root-Login verhindern an.
Code:
ssh-keygen -t rsa -b 4096 Pfad: /home/meinname/id_rsa - Too many arguments
und ich installierte weiter.
Bei Suhosin Patch für PHP 5.2.10 bekam ich folgende Warnungen:
Code:
Warning: RPMDB altered outside of yum.
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_kernel_ga) = ('0', 'd0f3fa1249f5007887b47bb05a9514b73800234f', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_vmlinux_ga) = ('0', 'ddeb026758d45cbb588d890458f8b02b2f2920f6', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_fs_ga) = ('0', 'ed7e30bebf00d366f53937577cbc138c61ea7899', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_fs_partitions_ga) = ('0', '6f5f46197e4d5d5e21c8a5645c5d344ba987ac85', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_lib_ga) = ('0', 'c0ab282427032456594b5e07c9c1b3e171a2138f', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_mm_ga) = ('0', '9081986688368d2f3cfbb9916f343c0386d0d013', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_block_ga) = ('0', '63e2289732f5ff9faa507073d85e6c47a07b51d5', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_fs_u2) = ('0', 'cdeb1a1cf38290b0b659b2f3aec5d2e2cc19a0d8', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_mm_u2) = ('0', 'ae0dada0a071bec68995a1aebeff637d9d10e4bf', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_kernel_module_ga) = ('0', '9f298944a9e5332beeb68dc9d18bec1e6505f85a', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_fs_proc_ga) = ('0', '09ffd68512cfa3a98f0efe8b6fbd35c1d8a83460', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_arch_x86_64_kernel_ga) = ('0', '933336f8fd8c90e0eee641788ca0d19ea5064a25', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_kernel_u2) = ('0', '905001158035899a97b9802c5291cac1c99b821a', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_security_ga) = ('0', '9b8da8eaefbeb2343208079a18d4241d03fbb52a', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_block_u2) = ('0', 'ed6dd558dd89ad457ff0b3a546dd14e94df426c0', None)
kmod-xfs-xen-0.4-2.x86_64 has missing requires of kernel(rhel5_drivers_xen_core_ga) = ('0', '3165391587cc87c4a611a6cf8f8339e0c9e416bb', None)
postgresql84-contrib-8.4.5-1.el5_5.1.x86_64 has missing requires of postgresql84 = ('0', '8.4.5', '1.el5_5.1')
postgresql84-server-8.4.5-1.el5_5.1.x86_64 has missing requires of postgresql84 = ('0', '8.4.5', '1.el5_5.1')
Nun habe ich bei Domainaufruf folgenden Fehler
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Webmail konnte ich durch Änderung des virtuellen Host in der httpd.conf auf Port:80 laufen. So geht wenigstens die Email.
Webmail geht, Plesk - weiße Seite, Domains -Internal Server Error
/etc/httpd/logs/error_log:
Code:
[Mon Feb 28 12:27:19 2011] [warn] Init: SSL server IP/port conflict: domain.de:443 (/var/www/vhosts/domain.de/conf/12988288610.00527900_httpd.include:10) vs. horde.webmail:443 (/usr/local/psa/admin/conf/generated/12988288880.30181500_horde.include:48)
[Mon Feb 28 12:27:19 2011] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Mon Feb 28 12:27:19 2011] [notice] Apache/2.2.8 (Unix) DAV/2 mod_fcgid/2.3.5 mod_python/3.2.8 Python/2.4.3 mod_ssl/2.2.8 OpenSSL/0.9.8e-fips-rhel5 mod_perl/2.0.4 Perl/v5.8.8 configured -- resuming normal operations
suexec policy violation: see suexec log for more details
Wobei ich keine suexec.log finden kann.
Hat jemand eine Idee? Danke im voraus.