Στις 16/08/2012 06:39 πμ, ο/η David Groos έγραψε:
Things start out fine, but upon running the provided commands:
...
and restarting I get a system error/crash, the start of which is shown
in the linked image
<http://sci.mpls.k12.mn.us/gcos/knowledge-base/some-of-our-tech-tools/start-of-error-after-running-ltsp-pnp-install-script-and-rebooting/image_view_fullscreen>.

This sounds unrelated to LTSP, try updating your system and rebooting before installing ltsp-pnp to verify it.

One thing I noticed
while the script was running in terminal was this line (which I've
copied for here):

    dnsmasq: failed to create listening socket for port 53: Address
    already in use                [fail]

grep port /etc/dnsmasq.d/ltsp-server-dnsmasq.conf
# Disable the DNS server functionality of dnsmasq by setting port=0
port=0

You should have port=0 there to disable the DNS functionality of dnsmasq, because Ubuntu 12.04 ships a "local resolver" implementation which breaks DNS servers:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/959037

`ltsp-config dnsmasq --overwrite` should update any older dnsmasq configuration you may have.

--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel

Reply via email to