[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Upgrade to Lenny (+Lenny-test).



Last weekend I trekked up adventure trail and upgraded a main+ltsp server to Lenny with Lenny-test@skolelinux.
Besides having to circumvent some dependency issues by manually removing a few packages and reinstalling them later the trip went well, but I ended up with three major problems:

1) Squid doesn't start:
"
tjener:~# /etc/init.d/squid restart
 * Restarting Squid HTTP proxy squid                                            2008/11/02 09:26:21| ACL name 'localnet' not defined!
FATAL: Bungled squid.conf line 2577: http_access allow localnet
Squid Cache (Version 2.7.STABLE3): Terminated abnormally.
                                                                         [fail]
"
Worked around this by commenting out that line.

2) DHCP doesn't accept the LDAP configuration:
I manually installed 'dhcp-server-ldap' but then:
"
tjener:~# /etc/init.d/dhcp3-server restart
dhcpd self-test failed. Please fix the config file.
The error was:
Internet Systems Consortium DHCP Server V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Connecting to LDAP server ldap:389
Successfully logged into LDAP server ldap
Error: Cannot find LDAP entry matching (&(objectClass=dhcpServer)())
Configuration file errors encountered -- exiting
"
The file '/etc/ldap/schema/dhcp.schema' exists.
The file '/etc/ldap/dhcp.ldif' exists with 'objectClass=dhcpServer' and 'cn=dhcp'.
The file '/etc/ldapslapd.conf' contains a line: 'include /etc/ldap/schema/dhcp.schema'.

Temporarily I use the old dhcp.conf so it may have to do with:

3) Thin Clients don't start:
After "Booting the kernel.", "IP-Config:" seems correct, but:
"Error: Connect: Connectionrefused", consequent mounts fail, therefore "No init found." and end up with BusyBox.
"
tjener:~# showmount -e
Export list for tjener.intern:
/opt/ltsp           *
/skole/tjener/home0 @server-hosts,@workstation-hosts,@ltsp-server-hosts
/opt/ltsp/i386      127.0.0.1,192.168.0.0/255.255.255.0
"
These are the errors from debian-edu-test-install:
"
tjener:~# grep -i 'error:' /var/tmp/debian-edu-test-install.2008B02-0838
error: ./dhcpd: dhcpd3 is not running.
error: ./taskpkgs: Package openoffice.org-l10n-sv in task education-thin-client-server is not installed!
error: ./taskpkgs: Package kde-i18n-sv in task education-thin-client-server is not installed!
error: ./taskpkgs: Package gstreamer0.10-esd in task education-thin-client-server is not installed!
error: ./taskpkgs: Package mcp-plugins in task education-thin-client-server is not installed!
error: ./taskpkgs: Package openoffice.org-l10n-pt-br in task education-thin-client-server is not installed!
error: ./taskpkgs: Package openoffice.org-help-sv in task education-thin-client-server is not installed!
error: ./taskpkgs: Package fluidsynth in task education-thin-client-server is not installed!
error: ./taskpkgs: Package openoffice.org-help-pt-br in task education-thin-client-server is not installed!
error: ./taskpkgs: Package iceweasel-l10n-pt-br in task education-thin-client-server is not installed!
error: ./taskpkgs: Package iceweasel-l10n-sv-se in task education-thin-client-server is not installed!
error: ./webcache: squid is not running.
"
Odd.


Reply to: