smedev:what_is_not_working_on_el6

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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 22:45]
dani [squid]
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
 </code> </code>
-  * mod_auth_tkt used to provide the perl Apache::AuthTkt module. It's not the case anymore so this module is now missing, preventing the server-manager to load +  * mod_auth_tkt used to provide the perl Apache::AuthTkt module. It's not the case anymore so this module is now missing, preventing the server-manager to load. A standalone perl-Apache-AuthTkt rpm is available on repoforge 
 +  * perl-suidperl is not installed (should be added as required by e-smith-manager) 
 +<code bash> 
 +yum install perl-suidperl 
 +</code> 
 +  * after fixing those two issues, we get a blank page after login on the server-manager, logs (admin_error_log) print the following error: 
 +<code> 
 +[Fri Jan 25 22:59:23 2013] [error] [client 127.0.0.1] Can't locate object method "host" via package "URI::_generic" at /etc/e-smith/web/common/cgi-bin/login line 162., referer: https://192.168.7.154/server-common/cgi-bin/login?redirect=1&back=http%253a%252f%252f192.168.7.154%252fserver-manager%252f 
 +</code> 
 +  * 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't start, and the folowwing errors are printed in /var/log/messages   * squid doesn't start, and the folowwing errors are printed in /var/log/messages
Ligne 35: Ligne 43:
   * DatabaseDirectory is now /var/lib/clamav (used to be /var/clamav), templates for /etc/clamd.conf need to be adjusted   * DatabaseDirectory is now /var/lib/clamav (used to be /var/clamav), templates for /etc/clamd.conf need to be adjusted
   * LocalSocket should now be /var/run/clamav/clamd.socket (use to be /var/clamav/clamd.socket), templates for /etc/clamd.conf need to be adjusted   * LocalSocket should now be /var/run/clamav/clamd.socket (use to be /var/clamav/clamd.socket), templates for /etc/clamd.conf need to be adjusted
 +  * Permissions on /var/spool/qpsmtpd/ (provided by smeserver-qpsmtpd) should also be adjusted (clam instead of clamav group)
 ===== qpsmtpd ===== ===== qpsmtpd =====
   * doesn't start. See http://bugs.contribs.org/bugs/show_bug.cgi?id=7223   * doesn't start. See http://bugs.contribs.org/bugs/show_bug.cgi?id=7223
Ligne 43: Ligne 51:
 </code> </code>
  
 +We should rebuild qpsmtpd with a simple spec file change to use /usr/share/perl5/vendor_perl instead of /usr/lib/perl5/site_perl
 ===== radius ===== ===== radius =====
   * radiusd doesn't start with this error   * radiusd doesn't start with this error
Ligne 48: Ligne 57:
 radiusd: Error: No log destination specified radiusd: Error: No log destination specified
 </code> </code>
 +  * To fix this error, we need to add "-l stdout" as argument to radiusd in /var/service/radiusd/run 
 +  * After that, the following error occures: 
 +<code> 
 +@400000005103145934920bc4 Sat Jan 26 00:25:03 2013 : Info: Starting - reading configuration files ... 
 +@400000005103145937a239c4 Sat Jan 26 00:25:03 2013 : Error: /etc/raddb/radiusd.conf[115]: Failed to link to module 'rlm_ldap': file not found  
 +@400000005103145937a2c27c Sat Jan 26 00:25:03 2013 : Error: /etc/raddb/radiusd.conf[177]: Failed to load module "ldap"
 +@400000005103145937a2fd14 Sat Jan 26 00:25:03 2013 : Error: /etc/raddb/radiusd.conf[177]: Failed to parse "ldap" entry. 
 +@400000005103145937a39954 Sat Jan 26 00:25:03 2013 : Error: Failed to load virtual server <default> 
 +</code> 
 +  * To fix this, we have to install freeradius-ldap, which is now in its own package (freeradius-ldap should be added as required by e-smith-radiusd)
 ===== syslog ===== ===== syslog =====
  
  • smedev/what_is_not_working_on_el6.1359150324.txt.gz
  • Dernière modification: 25/01/2013 22:45
  • de dani