Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
smedev:what_is_not_working_on_el6 [25/01/2013 23:05] dani [clamav] |
smedev:what_is_not_working_on_el6 [26/01/2013 00:32] (Version actuelle) dani [httpd] |
||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
===== httpd ===== | ===== httpd ===== | ||
- | * mod_ssl is not installed (not required by any other package ?) | + | * mod_ssl is not installed (should be listed as a requirement for e-smith-apache) |
<code bash> | <code bash> | ||
yum install mod_ssl | yum install mod_ssl | ||
</ | </ | ||
* mod_auth_tkt used to provide the perl Apache:: | * mod_auth_tkt used to provide the perl Apache:: | ||
- | * perl-suidperl is not installed (should be added as required by e-smith-manager | + | * perl-suidperl is not installed (should be added as required by e-smith-manager) |
+ | <code bash> | ||
+ | yum install perl-suidperl | ||
+ | </ | ||
* after fixing those two issues, we get a blank page after login on the server-manager, | * after fixing those two issues, we get a blank page after login on the server-manager, | ||
< | < | ||
[Fri Jan 25 22:59:23 2013] [error] [client 127.0.0.1] Can't locate object method " | [Fri Jan 25 22:59:23 2013] [error] [client 127.0.0.1] Can't locate object method " | ||
</ | </ | ||
+ | * If we try to access the server-manager again, it's working (as we already have our cookie). It's just the redirection after the login which is broken | ||
===== squid ===== | ===== squid ===== | ||
* squid doesn' | * squid doesn' | ||
Ligne 48: | Ligne 51: | ||
</ | </ | ||
+ | We should rebuild qpsmtpd with a simple spec file change to use / | ||
===== radius ===== | ===== radius ===== | ||
* radiusd doesn' | * radiusd doesn' | ||
Ligne 53: | Ligne 57: | ||
radiusd: Error: No log destination specified | radiusd: Error: No log destination specified | ||
</ | </ | ||
+ | * To fix this error, we need to add "-l stdout" | ||
+ | * After that, the following error occures: | ||
+ | < | ||
+ | @400000005103145934920bc4 Sat Jan 26 00:25:03 2013 : Info: Starting - reading configuration files ... | ||
+ | @400000005103145937a239c4 Sat Jan 26 00:25:03 2013 : Error: / | ||
+ | @400000005103145937a2c27c Sat Jan 26 00:25:03 2013 : Error: / | ||
+ | @400000005103145937a2fd14 Sat Jan 26 00:25:03 2013 : Error: / | ||
+ | @400000005103145937a39954 Sat Jan 26 00:25:03 2013 : Error: Failed to load virtual server < | ||
+ | </ | ||
+ | * To fix this, we have to install freeradius-ldap, | ||
===== syslog ===== | ===== syslog ===== | ||