Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Conversation

d78ui98
Copy link
Contributor

@d78ui98 d78ui98 commented Jul 7, 2018

Default ip set by ltsp-config dnsmasq is different for linux mint tara
closes #63

d78ui98 added 3 commits July 8, 2018 00:06
now we dont need to halt and up the vagrant box to get gui
apt upgrade now gives interactive gui to get latest version of grub. This is just a temporary fix. Probably fix it in vagrant box v 1.0.3
Copy link
Member

@dashohoxha dashohoxha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akash0x53 please review them because I am not able to test them (and I will also be a bit busy on the following days).

@@ -62,7 +62,7 @@ else
echo "There is an existing DHCP server running"
echo "LTSP server won't provide DHCP services.."
sed -i /etc/dnsmasq.d/ltsp-server-dnsmasq.conf \
-e "/192.168.1.0,proxy\$/ c dhcp-range=${NETWORK}.0,proxy"
-e "/192.168.111.0,proxy\$/ c dhcp-range=${NETWORK}.0,proxy"
Copy link

@akash0x53 akash0x53 Jul 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 111 and not 222? Is this fixed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.
ltsp-config dnsmasq generates the fixed ip address

install.sh Outdated
@@ -6,7 +6,7 @@ NETWORK="$(echo $LAN_IP | cut -d'.' -f1-3)"

# Updating packages
apt update --yes
apt upgrade --yes
DEBIAN_FRONTEND=noninteractive apt upgrade --yes

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be helpful to mention the reason why this variable is set.

Copy link
Member

@dashohoxha dashohoxha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get going.

@d78ui98 d78ui98 merged commit a8933d7 into bionic Jul 14, 2018
@d78ui98 d78ui98 deleted the fix branch July 14, 2018 07:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test extensively
3 participants