Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Service/Nameservers
(view source)
Revision as of 11:01, 18 February 2010
19 bytes added
,
11:01, 18 February 2010
no edit summary
Line 69:
Line 69:
== Push changes back to master nameserver ==
== Push changes back to master nameserver ==
−
* First,
update and
resolve conflicts, if any:
+
* First,
commit your changes:
+
+
git commit -a
+
+
* Update from remote to
resolve conflicts, if any:
git pull
git pull
Line 76:
Line 80:
git push
git push
−
ssh root@lightwave.sugarlabs.org
"
cd /var/lib/bind/etc/bind && git merge remotes/USERNAME/master
"
+
ssh root@lightwave.sugarlabs.org
'
cd /var/lib/bind/etc/bind && git merge remotes/USERNAME/master
'
* Now reload the nameserver configuration, checking for errors:
* Now reload the nameserver configuration, checking for errors:
−
ssh root@lightwave.sugarlabs.org tail -f /var/log/daemon.log &
+
ssh root@lightwave.sugarlabs.org
'
tail -f /var/log/daemon.log & /etc/init.d/bind9 reload
'
−
ssh root@lightwave.sugarlabs.org
/etc/init.d/bind9 reload
Bernie
Bureaucrats
,
Check users
,
Administrators
1,784
edits