* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
@ 2010-11-14 15:11 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-11-14 15:11 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 10/11/14 15:11:01
Modified: hb-install-tools.xml
Log:
change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
Revision Changes Path
1.49 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.48&r2=1.49
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- hb-install-tools.xml 15 Jun 2008 21:28:52 -0000 1.48
+++ hb-install-tools.xml 14 Nov 2010 15:11:01 -0000 1.49
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.48 2008/06/15 21:28:52 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.49 2010/11/14 15:11:01 nightmorph Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>9.1</version>
-<date>2008-06-15</date>
+<version>9.2</version>
+<date>2010-11-14</date>
<section>
<title>System Logger</title>
@@ -98,11 +98,11 @@
<p>
If you want to index your system's files so you are able to quickly
locate them using the <c>locate</c> tool, you need to install
-<c>sys-apps/slocate</c>.
+<c>sys-apps/mlocate</c>.
</p>
-<pre caption="Installing slocate">
-# <i>emerge slocate</i>
+<pre caption="Installing mlocate">
+# <i>emerge mlocate</i>
</pre>
</body>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
@ 2011-10-23 10:32 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2011-10-23 10:32 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/10/23 10:32:38
Modified: hb-install-tools.xml
Log:
Bug #386667 - Add section on remote access (sshd, serial consoles). Thanks to Amk for reporting, and Joshua for suggesting the location to put this in
Revision Changes Path
1.51 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.50&r2=1.51
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- hb-install-tools.xml 3 Sep 2011 07:18:27 -0000 1.50
+++ hb-install-tools.xml 23 Oct 2011 10:32:38 -0000 1.51
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.50 2011/09/03 07:18:27 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.51 2011/10/23 10:32:38 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>9.2</version>
-<date>2010-11-14</date>
+<version>10</version>
+<date>2011-10-23</date>
<section>
<title>System Logger</title>
@@ -108,6 +108,41 @@
</body>
</section>
<section>
+<title>Optional: Remote Access</title>
+<body>
+
+<p>
+If you need to access your system remotely after installation, don't forget to
+add <c>sshd</c> to the default runlevel:
+</p>
+
+<pre caption="Adding sshd to the default runlevel">
+# <i>rc-update add sshd default</i>
+</pre>
+
+<p>
+If you need serial console access (which is possible in case of remote servers),
+you'll need to uncomment the serial console section in
+<path>/etc/inittab</path>.
+</p>
+
+<pre caption="Editing /etc/inittab">
+# <i>nano -w /etc/inittab</i>
+</pre>
+
+<p>
+The following excerpt shows the uncommented section:
+</p>
+
+<pre caption="Uncommting serial consoles in inittab">
+<comment># SERIAL CONSOLES</comment>
+s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
+s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
+</pre>
+
+</body>
+</section>
+<section>
<title>File System Tools</title>
<subsection>
<body>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
@ 2011-10-24 18:50 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2011-10-24 18:50 UTC (permalink / raw
To: gentoo-doc-cvs
swift 11/10/24 18:50:50
Modified: hb-install-tools.xml
Log:
Fix typo, thanks to Chema Alonso (nimiux@gentoo.org)
Revision Changes Path
1.52 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.51&r2=1.52
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- hb-install-tools.xml 23 Oct 2011 10:32:38 -0000 1.51
+++ hb-install-tools.xml 24 Oct 2011 18:50:50 -0000 1.52
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.51 2011/10/23 10:32:38 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.52 2011/10/24 18:50:50 swift Exp $ -->
<sections>
@@ -134,7 +134,7 @@
The following excerpt shows the uncommented section:
</p>
-<pre caption="Uncommting serial consoles in inittab">
+<pre caption="Uncommenting serial consoles in inittab">
<comment># SERIAL CONSOLES</comment>
s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
@ 2013-08-15 8:07 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-15 8:07 UTC (permalink / raw
To: gentoo-doc-cvs
swift 13/08/15 08:07:33
Modified: hb-install-tools.xml
Log:
Fix bug #468464 - Some serial console accesses are already uncommented by default
Revision Changes Path
1.54 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.53&r2=1.54
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- hb-install-tools.xml 23 Feb 2013 18:38:22 -0000 1.53
+++ hb-install-tools.xml 15 Aug 2013 08:07:33 -0000 1.54
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.53 2013/02/23 18:38:22 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.54 2013/08/15 08:07:33 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>11</version>
-<date>2013-02-23</date>
+<version>12</version>
+<date>2013-08-15</date>
<section>
<title>System Logger</title>
@@ -122,8 +122,8 @@
<p>
If you need serial console access (which is possible in case of remote servers),
-you'll need to uncomment the serial console section in
-<path>/etc/inittab</path>.
+you might need to uncomment the serial console section in
+<path>/etc/inittab</path> if it has not been done already automatically.
</p>
<pre caption="Editing /etc/inittab">
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
@ 2013-12-16 21:21 Sven Vermeulen (swift)
0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-16 21:21 UTC (permalink / raw
To: gentoo-doc-cvs
swift 13/12/16 21:21:46
Modified: hb-install-tools.xml
Log:
Fix bug #494180 - Use cronie instead of vixie-cron
Revision Changes Path
1.55 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.54&r2=1.55
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-install-tools.xml 15 Aug 2013 08:07:33 -0000 1.54
+++ hb-install-tools.xml 16 Dec 2013 21:21:46 -0000 1.55
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.54 2013/08/15 08:07:33 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.55 2013/12/16 21:21:46 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>12</version>
-<date>2013-08-15</date>
+<version>13</version>
+<date>2013-12-16</date>
<section>
<title>System Logger</title>
@@ -71,21 +71,16 @@
</p>
<p>
-Gentoo offers three possible cron daemons: <c>dcron</c>, <c>fcron</c> and
-<c>vixie-cron</c>. Installing one of them is similar to installing a system
-logger. However, <c>dcron</c> and <c>fcron</c> require an extra configuration
-command, namely <c>crontab /etc/crontab</c>. If you don't know what to choose,
-use <c>vixie-cron</c>.
-</p>
-
-<p>
-We only provide <c>vixie-cron</c> for networkless installations. If you want
-another cron daemon you can wait and install it later on.
+Gentoo offers several possible cron daemons, including <c>bcron</c>,
+<c>dcron</c>, <c>fcron</c> and <c>cronie</c>. Installing one of them
+is similar to installing a system logger. However, <c>dcron</c> and
+<c>fcron</c> require an extra configuration command, namely <c>crontab
+/etc/crontab</c>. If you don't know what to choose, use <c>cronie</c>.
</p>
<pre caption="Installing a cron daemon">
-# <i>emerge vixie-cron</i>
-# <i>rc-update add vixie-cron default</i>
+# <i>emerge cronie</i>
+# <i>rc-update add cronie default</i>
<comment>(Only if you have chosen dcron or fcron)</comment> # <i>crontab /etc/crontab</i>
</pre>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-16 21:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 21:21 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2013-08-15 8:07 Sven Vermeulen (swift)
2011-10-24 18:50 Sven Vermeulen (swift)
2011-10-23 10:32 Sven Vermeulen (swift)
2010-11-14 15:11 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox