<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Macchiatos and Valium Milkshakes</title>
	<atom:link href="http://diazepam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://diazepam.wordpress.com</link>
	<description>A place to put my brain.</description>
	<lastBuildDate>Sat, 25 Aug 2007 11:34:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='diazepam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Macchiatos and Valium Milkshakes</title>
		<link>http://diazepam.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://diazepam.wordpress.com/osd.xml" title="Macchiatos and Valium Milkshakes" />
	<atom:link rel='hub' href='http://diazepam.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OpenVPN (Ubuntu Feisty) &#8211; How To</title>
		<link>http://diazepam.wordpress.com/2007/08/22/openvpn-ubuntu-feisty-how-to/</link>
		<comments>http://diazepam.wordpress.com/2007/08/22/openvpn-ubuntu-feisty-how-to/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 11:48:28 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diazepam.wordpress.com/2007/08/22/openvpn-ubuntu-feisty-how-to/</guid>
		<description><![CDATA[This tutorial is under construction and will be finished by the end of the week! (26/8/07 ) Before you start. Give your network unique addressing, this ensures that there will be no conflicts when you are out and about at the local cafe or hotel hotspot (addressing like 192.168.0.1 and 192.168.1.1 should be avoided because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=21&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font color="#ff0000">This tutorial is under construction and will be finished by the end of the week!  (26/8/07 )</font></p>
<p><u><strong>Before you start.</strong></u></p>
<p>Give your network unique addressing, this ensures that there will be no conflicts when you are out and about at the local cafe or hotel hotspot (addressing like 192.168.0.1 and 192.168.1.1 should be avoided because they are comonly used by almost everyone)  I have used 10.73.75.0 for my network and all its devices.  My physical server (Debian) has a static ip address of 10.73.75.101.  I have selected the 10.8.1.0 range for the virtual network that my VPN will create &#8211; once again i have selected this range because of its uniqueness.</p>
<p>Now use this detail to write a simple VPN config as below so you can refer to it later.</p>
<p><u><strong>My OpenVPN Network Settings</strong></u></p>
<p>Dyn-DNS address:  put yours here E.g. myoffice.no-ip.net  (i dont have a static IP address so i use DynDNS service)</p>
<p>VPN Port: 1194</p>
<p>Physical Server IP: 10.73.75.101  sub: 255.255.255.0</p>
<p>VPN Virtual network: 10.8.1.0  sub: 255.255.255.0</p>
<p>VPN Server IP: 10.8.1.1</p>
<p>VPN Type: Routed</p>
<p>Copy the easy-rsa directory to another directory to prevent overwrites during package upgrades.  I copy mine to /etc/openvpn.</p>
<p><code>cp /usr/share/doc/openvpn/examples/easy-rsa/  /home/user/openvpn/conf????  or put them all in a folder called mysslcerts or similar  </code></p>
<p>Change to the new directory and initalise the PKI<br />
<code>cd etc/openvpn/easy-rsa</code><br />
<code>#. ./vars</code><code> </code></p>
<p><code></code><code># ./clean-all</code></p>
<p>Next Generate the Master Certificate Authority Certificate and Key<br />
<code><br />
#./build-ca<br />
</code></p>
<p><code>You will see the following, follow the prompts and answer the questions.</code></p>
<blockquote><p><font color="#808080">Generating a 1024 bit RSA private key<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.++++++<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;++++++<br />
writing new private key to &#8216;ca.key&#8217;<br />
&#8212;&#8211;<br />
You are about to be asked to enter information that will be incorporated<br />
into your certificate request.<br />
What you are about to enter is what is called a Distinguished Name or a DN.<br />
There are quite a few fields but you can leave some blank<br />
For some fields there will be a default value,<br />
If you enter &#8216;.&#8217;, the field will be left blank.<br />
&#8212;&#8211;<br />
Country Name (2 letter code) [KG]: **<br />
State or Province Name (full name) [NA]:********<br />
Locality Name (eg, city) [BISHKEK]:***</font></p>
<p><font color="#808080">Organization Name (eg, company) [OpenVPN-TEST]:***************<br />
Organizational Unit Name (eg, section) []:********<br />
Common Name (eg, your name or your server&#8217;s hostname) []:*********<br />
Email Address [me@myhost.mydomain]:********@gmail.com</font></p></blockquote>
<p><font color="#000000">Next Generate the Private Key for the Server</font><font color="#000000"><code></code></font></p>
<p><font color="#000000"><code>#./build-key-server server</code></font></p>
<p><code>You may get error messages here if the information entered is not identical to that of the above step.  If sucessful you will recieve a message like</code></p>
<p><code>Certificate is to be certified until Aug 19 2017.</code></p>
<p><code>Sign the certificate?  Y</code></p>
<p><code><code>1 out of 1 certificate requests certified, commit? </code>Y</code></p>
<p><code><strong>Generating Certificates and keys for 2 clients.  This stage is very much the same as above.</strong></code></p>
<p><code>./build-key client1</code></p>
<p><code>./build-key cleint2</code></p>
<p><code>Using client numbers is a good idea as each Common Name must be unique.</code></p>
<p><code>Next Build the Diffie Hellman Prameters for the VPN Server</code></p>
<p><code>#./build-dh</code></p>
<p>Next copy the below files to the clients from <code>/etc/openvpn/easy-rsa/keys  to /home/user/.</code></p>
<p>The files you will need to copy to each client are shown below (e.g. client1)</p>
<p><strong>ca.crt</strong>  &#8211; this is required for all server/clients</p>
<p><strong>client1.crt &#8211; </strong>The certificate for client1 machine<strong><br />
</strong></p>
<p><strong>client1. key &#8211; </strong>The key for client1 machine<br />
<code></code></p>
<p><code><strong>CREATING CONFIG FILES FOR SERVER AND CLIENTS</strong></code></p>
<p>Edit the example server.conf file found in:</p>
<p>/usr/share/doc/openvpn/examples/</p>
<p>and edit it so that the location matches where your ca.crt and other server keys are stored (e.g. /etc/openvpn/) However you may wish to make a directory called /etc/openvpn/certkeys or similar and give it mode of 644</p>
<p><code></code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=21&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2007/08/22/openvpn-ubuntu-feisty-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup Strategy Notes</title>
		<link>http://diazepam.wordpress.com/2007/02/24/backup-strategy-notes/</link>
		<comments>http://diazepam.wordpress.com/2007/02/24/backup-strategy-notes/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 09:49:21 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diazepam.wordpress.com/2007/02/24/backup-strategy-notes/</guid>
		<description><![CDATA[Backup (and compress) any directory with Tar to backup and compress your home directory to /tmp $ cd /home $ tar cfvj /tmp/backup.tar.bz2 $USER The first command changes the directory to /home, where all users’ home directories are located. Next, tar takes four options: ‘c’ to create a new archive; ‘f’ to act on a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=20&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Backup (and compress) any directory with Tar</strong></p>
<p>to backup and compress your home directory to /tmp</p>
<p>$ cd /home<br />
$ tar cfvj /tmp/backup.tar.bz2 $USER</p>
<p>The first command changes the directory to /home, where all users’ home directories are located. Next, tar takes four options: ‘c’ to create a new archive; ‘f’ to act on a file; ‘v’ to produce detailed (verbose) output; and ‘j’ to produce a bzip2-compressed archive.</p>
<p><strong>Dump &#8211; why God himself says you should not use it. </strong></p>
<p>Linux administrators should be aware that dump is not considered a good way to back up a Linux system, and dump doesn&#8217;t support the HFS+ filesystem in Mac OS. RedHat officially deprecated dump in RedHat 9, and the following quote from Linux Torvalds sums up the Linux community&#8217;s attitude towards dump:<br />
&#8220;dump simply won&#8217;t work reliably at all even in 2.4.x: the buffer cache and the page cache (where all the actual data is) are not coherent. This is only going to get even worse in 2.5.x, when the directories are moved into the page cache as well. So anybody who depends on dump getting backups right [on a Linux system] is already playing Russian roulette with their backups. It&#8217;s not at all guaranteed to get the right resultsyou may end up having stale data in the buffer cache that ends up being &#8220;backed up&#8221;&#8230;. dump may work fine for you a thousand times. But it will fail under the right circumstances. And there is nothing you can do about it.&#8221;<br />
You will have to make up your own mind on whether or not dump is right for you, but apparently dump isn&#8217;t the best way to back up a Linux system.<br />
dump and restore are available on Mac OS, but they work only with the UFS filesystem. There is no hfsdump for the HFS+ filesystem, and I know of no plans to create such a tool.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=20&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2007/02/24/backup-strategy-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>HylaFAX &#8211; How To</title>
		<link>http://diazepam.wordpress.com/2007/02/17/hylafax-how-to/</link>
		<comments>http://diazepam.wordpress.com/2007/02/17/hylafax-how-to/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 06:12:23 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diazepam.wordpress.com/2007/02/17/hylafax-how-to/</guid>
		<description><![CDATA[Description of Project Linux based Faxserver (Hylafax) with cross platform client. &#160; &#160; How Hylafax Works Hylafax is comprised of 3 deamons: faxq, hfaxd and faxgetty. When a facsimile is received, the faxgetty process usually invokes the bin/faxrcvd command The default notify command is a shell script that sends a mail message to a well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=15&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Description of Project</strong></p>
<p><title></title>Linux based Faxserver (Hylafax) with cross platform client. 	 	 	 	 	 	<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 		TD P { margin-bottom: 0in } 		PRE { font-family: "Courier New", monospace } 		TT { font-family: "Courier New", monospace } 	--></p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>How Hylafax Works</strong></font></p>
<p style="margin-bottom:0;">Hylafax is comprised of 3 deamons: faxq, hfaxd and faxgetty.</p>
<p style="margin-bottom:0;"> When a facsimile is received, the faxgetty process usually invokes the bin/faxrcvd command</p>
<p>The default notify command is a shell script that sends a mail message to a well known user, the FaxMaster, but one might also, for example, automatically spool the document for printing.</p>
<p>Finally, the hfaxd process supports a event monitoring facility that can be access via the faxwatch(8C) program. This facility permits clients to register interest in various events and receive ‘‘realtime notification’’ when such events occur on the server. Using this facility it is/should-be simple to construct applications that do things like monitor modem status and use</p>
<p style="margin-bottom:0;">Ancillary command scripts used by the server programs <a href="http://www.sourcentral.org/man/debian-unstable/8+faxq"><em>faxq(8)</em></a>, <a href="http://www.sourcentral.org/man/debian-unstable/8+faxsend"><em>faxsend(8)</em></a>, <a href="http://www.sourcentral.org/man/debian-unstable/8+pagesend"><em>pagesend(8)</em></a>, and <a href="http://www.sourcentral.org/man/debian-unstable/8+faxgetty"><em>faxgetty(8)</em></a> are located in the <strong>bin</strong> subdirectory</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Recommended hardware</strong></font></p>
<p style="margin-bottom:0;">External Class 1 fax/modem connected via com port 1 (ttyS0)</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Installing</strong></font></p>
<p style="margin-bottom:0;">apt-get install rmail sendmail hylafax-server</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Initial Configuration</strong></font></p>
<p style="margin-bottom:0;"> 1.  # faxsetup</p>
<p>Each Hyla FAX server machine must run the faxsetup(8) command prior to starting up Hyla FAX server processes. faxsetup verifys that the Hyla FAX software has been installed correctly and that any parameters that were specified at the time the software was built are appropriate for the system</p>
<p style="margin-bottom:0;">&nbsp;</p>
<ol>
<li>
<p style="margin-bottom:0;">#</p>
</li>
</ol>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Customise Your Message Dictionary (optional).</strong></font></p>
<p><font size="3">HylaFAX can now send emails in your native language! It presently supports: </font></p>
<ol>
<p style="margin-bottom:0;">English, Polish, French, Italian, 	Portugese, Spanish and German</p>
</ol>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">Example: When you receive an email it will say it has come from The HylaFAX receive Agent” you can change this by editing the following line to something like “My Faxserver”</p>
<p style="margin-bottom:0;">&nbsp;</p>
<pre>DICTRECEIVEAGENT="The HylaFAX Receive Agent";</pre>
<p style="margin-bottom:0;"> <tt># vim /var/spool/hylafax/bin/dictionary</tt></p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Communicating with Hylafax Server</strong></font></p>
<pre>You can communicate with Hylafax vaia Telnet or FTP Protocols (see a list of command shell commands below).  Most commonly client software will be used, and is avalible for *unix, mac and windows The following packages work well.  Windows:  Mac:  Linux:</pre>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Important Files and Directories</strong></font></p>
<p style="margin-bottom:0;">Receive folder: /var/spool/hylafax/recvq</p>
<p style="margin-bottom:0;">Spool Directory: /var/spool/hylafax</p>
<p style="margin-bottom:0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="46%">
<p align="left">/var/spool/hylafax/FIFO</p>
</td>
<td width="54%">
<p align="left">for submitting the job</p>
</td>
</tr>
</table>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font size="4"><strong>Redirecting all faxes to an email account</strong></font></p>
<p style="margin-bottom:0;">1. Open the <em>faxrcvd</em> script for editing (  /var/spool/hylafax/bin/faxrcvd  ).</p>
<p style="margin-bottom:0;">2. Locate the following sections and change the values</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">FILETYPE=pdf</p>
<p style="margin-bottom:0;">SENDTO=your@email.address.here.</p>
<p style="margin-bottom:0;">See real snip of<em> faxrcvd</em> file below</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-left:0.49in;margin-bottom:0;"># Permit various types of attachment types: ps, tif, pdf</p>
<p style="margin-left:0.49in;margin-bottom:0;"># Note that non-ASCII filetypes require an encoder.</p>
<p style="margin-left:0.49in;margin-bottom:0;"># pdf requires tiff2ps and tiff2pdf</p>
<p style="margin-left:0.49in;margin-bottom:0;">#</p>
<p style="margin-left:0.49in;margin-bottom:0;">FILETYPE=pdf</p>
<p style="margin-left:0.49in;margin-bottom:0;">SENDTO=trent.murray@gmail.com</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">3. Save your changes and restart the Hylafax server deamons with the following command</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">     # /etc/init.d/hylafax restart</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><strong>Common Commands </strong></p>
<dl>
<dd><strong>faxstat -s</strong>   :   displays the 	status of the facsimile server and any jobs queued for transmission</dd>
</dl>
<pre><strong>faxstat -r</strong> : displays the status of the facsimile server and any documents waiting in the receive queue on the server machine      faxstat: shows summary of fax status</pre>
<p><em>faxq</em> is the central queueing agent for <em>Hyla <font size="2">FAX</font></em> . One (and only one) <em>faxq</em> process is normally running at all times. <em>faxq</em> is responsible for scheduling, preparing, and initiating outbound facsimile jobs (and potentially other types of jobs as well) Not usually invoked by user</p>
<p><strong># faxstat</strong></p>
<pre>HylaFAX scheduler on wutang: Running Modem ttyS0 (95437654): Receiving from ""  <strong># faxstat -r</strong> HylaFAX scheduler on wutang: Running Modem ttyS0 (95437654): Receiving from ""  Protect Page  Owner        Sender/TSI  Recvd@ Filename -rwxrwx    1  1000                    Sat05PM fax000000002.tif -rwxrwx    3  1000                      10:40 fax000000004.tif -rwxrwx    3  10                        16:02 fax000000005.tif -rwxrwx    2  10                        17:44 fax000000007.tif -rwxrwx    4  10                        19:28 fax000000008.tif -rwx---    9* 10                        20:33 fax000000009.tif  above we can see 9* which means nine pages received and still going.  The * indicates the fax transmission is still active.</pre>
<p>FIFO.&lt;devid&gt;</p>
<p>fifo for communicating with a faxgetty process</p>
<p>/usr/sbin/faxinfo</p>
<p>command that prints information about received facsimile</p>
<p>/usr/sbin/faxquit</p>
<p>command to force server to quit</p>
<p>bin/faxrcvd</p>
<p>faxd command for handling newly received facsimile</p>
<p>bin/mkcover</p>
<p>faxd command for generating continuation cover pages</p>
<p>bin/notify</p>
<p>faxd command for doing user notification</p>
<p>bin/pollrcvd</p>
<p>faxd command for delivering facsimile received by poll</p>
<p>bin/ps2fax</p>
<p>faxd command for converting P <font size="2">OST</font> S <font size="2">CRIPT</font> to <font size="2">TIFF</font></p>
<p>docq/doc*</p>
<p>documents available for transmission</p>
<p>etc/setup.cache</p>
<p>server setup file created by <em>faxsetup</em></p>
<p>etc/cid</p>
<p>caller id access control list</p>
<p>etc/config.&lt;devid&gt;</p>
<p>configuration data for &lt;devid&gt;</p>
<p>etc/hosts.hfaxd</p>
<p>hosts that may submit jobs for transmission</p>
<p>etc/tsi</p>
<p>fax machine receive access control list</p>
<p>etc/xferfaxlog</p>
<p>log of facsimile sent and received</p>
<p>info/*</p>
<p>data base of remote fax machine capabilities</p>
<p>client/*</p>
<p><font size="2">FIFO</font> special files created by client processes</p>
<p>config/*</p>
<p>prototype configuration files used by <em>faxaddmodem</em></p>
<p>log/*</p>
<p>session logging records</p>
<p>recvq/fax*</p>
<p>received facsimile</p>
<p>sendq/q*</p>
<p>descriptions of jobs queued for transmission</p>
<p>doneq/q*</p>
<p>descriptions of jobs that are done</p>
<p>status/*</p>
<p>server status information</p>
<p>tmp/*</p>
<p>temporary files created when submitting a job</p>
<p>archive/*</p>
<p>database of archived jobs</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=15&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2007/02/17/hylafax-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Roles Reversed</title>
		<link>http://diazepam.wordpress.com/2006/05/27/roles-reversed/</link>
		<comments>http://diazepam.wordpress.com/2006/05/27/roles-reversed/#comments</comments>
		<pubDate>Sat, 27 May 2006 03:04:38 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://diazepam.wordpress.com/2006/05/27/roles-reversed/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=6&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=6&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2006/05/27/roles-reversed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: When strong emotions are found, persuasion&#8217;s often lost</title>
		<link>http://diazepam.wordpress.com/2006/05/26/if-you-smell-strong-emotions-theres-no-point-arguing/</link>
		<comments>http://diazepam.wordpress.com/2006/05/26/if-you-smell-strong-emotions-theres-no-point-arguing/#comments</comments>
		<pubDate>Fri, 26 May 2006 23:19:58 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://diazepam.wordpress.com/2006/05/26/if-you-smell-strong-emotions-theres-no-point-arguing/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=5&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=5&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2006/05/26/if-you-smell-strong-emotions-theres-no-point-arguing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Three Candles &#8211; Hip Hip Horray!</title>
		<link>http://diazepam.wordpress.com/2006/05/25/three-candles-hip-hip-horray/</link>
		<comments>http://diazepam.wordpress.com/2006/05/25/three-candles-hip-hip-horray/#comments</comments>
		<pubDate>Thu, 25 May 2006 07:43:46 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://diazepam.wordpress.com/2006/05/27/three-candles-hip-hip-horray/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=9&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/diazepam.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/diazepam.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diazepam.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diazepam.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diazepam.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=9&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2006/05/25/three-candles-hip-hip-horray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Too much to say</title>
		<link>http://diazepam.wordpress.com/2006/05/21/too-much-to-say/</link>
		<comments>http://diazepam.wordpress.com/2006/05/21/too-much-to-say/#comments</comments>
		<pubDate>Sun, 21 May 2006 09:42:00 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://diazepam.wordpress.com/2006/05/21/too-much-to-say/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=3&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=3&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2006/05/21/too-much-to-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Firm but diplomatic</title>
		<link>http://diazepam.wordpress.com/2006/05/21/firm-but-diplomatic/</link>
		<comments>http://diazepam.wordpress.com/2006/05/21/firm-but-diplomatic/#comments</comments>
		<pubDate>Sun, 21 May 2006 09:41:39 +0000</pubDate>
		<dc:creator>diazepam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://diazepam.wordpress.com/2006/05/21/firm-but-diplomatic/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=4&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diazepam.wordpress.com&amp;blog=232839&amp;post=4&amp;subd=diazepam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diazepam.wordpress.com/2006/05/21/firm-but-diplomatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5422d4ee01601ced4dfee35a116f070d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">diazepam</media:title>
		</media:content>
	</item>
	</channel>
</rss>
