<?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/"
	>

<channel>
	<title>Just a reference base &#187; linux</title>
	<atom:link href="http://www.troublenow.org/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.troublenow.org</link>
	<description>Just a reference base</description>
	<lastBuildDate>Thu, 08 Jul 2010 12:52:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ESVA dead but still alive..</title>
		<link>http://www.troublenow.org/archives/111</link>
		<comments>http://www.troublenow.org/archives/111#comments</comments>
		<pubDate>Thu, 08 Jul 2010 12:47:10 +0000</pubDate>
		<dc:creator>Arno Haverlach</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.troublenow.org/?p=111</guid>
		<description><![CDATA[It seem&#8217;s that the developer of esva (the anti spam vmware appliance) has dropped his work on the project (for a unknow reason). This means that the website www.global-domination.org is down, and there is no more support from the original developer and all the forum&#8217;s and documentation is gone, trying to reach the original websites [...]]]></description>
			<content:encoded><![CDATA[<p>It seem&#8217;s that the developer of esva (the anti spam vmware appliance) has dropped his work on the project (for a unknow reason). This means that the website <a href="http://www.global-domination.org">www.global-domination.org</a> is down, and there is no more support from the original developer and all the forum&#8217;s and documentation is gone, trying to reach the original websites will give you a &#8220;SERVER MAINTENANCE PAGE&#8221; from the host UK2.</p>
<p>
Luckily the project is still alive but it will take some time before everything is back to normal as alot of information needs to be found and put together again.</p>
<p>
There is a temporary forum at: <a href="http://rbe1.de/ESVA/">http://rbe1.de/ESVA/</a> and a new sourceforge page that hosts the project files: <a href="https://sourceforge.net/projects/esva-project/">https://sourceforge.net/projects/esva-project/</a></p>
<p>
Version 2.0.5.7 is available for download from the sourceforge page but using the esva-upgrade script to upgrade to the latest version won&#8217;t work. But there is a workaround to upgrade to the latest version by downloading the files from a other mirror.</p>
<p>
i&#8217;ve setup a mirror at my own server (as I manage a bunch of esva servers) and I made my own script to update my esva systems to the latest version, its available for download but please check on the forums and sourceforge if there is a new way of upgrading!</p>

<div class="wp-terminal">user@computer:$ wget http://www.troublenow.org/esva/update/update-esva.sh<br/>user@computer:$ sh update-esva.sh<br/></div>

<p>The system will start to upgrade your esva to 2.0.6.0 and reboot automatically after the upgrade.<br />
To view your current version of esva when the system has rebooted:</p>

<div class="wp-terminal">user@computer:$ cat /var/esva/currentversion<br/></div>

<p>The system should be upgraded to 2.0.6.0 now and ready for mail processing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublenow.org/archives/111/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MRTG APC UPS battery info</title>
		<link>http://www.troublenow.org/archives/85</link>
		<comments>http://www.troublenow.org/archives/85#comments</comments>
		<pubDate>Wed, 29 Jul 2009 17:04:26 +0000</pubDate>
		<dc:creator>Arno Haverlach</dc:creator>
				<category><![CDATA[MRTG]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.troublenow.org/?p=85</guid>
		<description><![CDATA[In addition to the APC PDU&#8217;s which you can graph nicely to see the power usage, it is also possible to graph a UPS so you can monitor the UPS with mrtg.
In this case I will be using a APC Smart-UPS VT 40 which supports graphing the battery temperature, battery capacity, input &#038; output frequency, [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to the <a href="http://www.troublenow.org/archives/70">APC PDU&#8217;s</a> which you can graph nicely to see the power usage, it is also possible to graph a UPS so you can monitor the UPS with mrtg.</p>
<p>In this case I will be using a APC Smart-UPS VT 40 which supports graphing the battery temperature, battery capacity, input &#038; output frequency, minimum &#038; maximum line voltage and the reason why the UPS switched to battery (see below for a example)</p>
<p>First create your MRTG config dir in /etc/ if it doesn&#8217;t exists yet and create a mrtg dir in your www root (in my case /var/www) the name of the UPS I will be monitoring is &#8216;UPS001&#8242;.</p>

<div class="wp-terminal">trouble@sun:$ sudo mkdir /etc/mrtg<br/>trouble@sun:$ sudo mkdir -p /var/www/mrtg/UPS001<br/></div>

<p>Then create the mrtg config file: <strong>/etc/mrtg/APC001.cfg</strong> and add the following content:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">WorkDir: <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>UPS001
&nbsp;
<span style="color: #666666; font-style: italic;">################################</span>
<span style="color: #666666; font-style: italic;"># Battery temperature</span>
<span style="color: #666666; font-style: italic;">################################</span>
&nbsp;
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: 1.3.6.1.4.1.318.1.1.1.2.2.2.0<span style="color: #000000; font-weight: bold;">&amp;</span>1.3.6.1.4.1.318.1.1.1.2.2.2.0:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
Directory<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">100</span>
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: APC-UPS Temperature
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">&lt;</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>APC-UPS Temperature<span style="color: #000000; font-weight: bold;">&lt;/</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: growright, gauge, nopercent, absolute
YLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Temp
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Temperature
Legend2<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: .
Legend3<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max value per interval on graph
Legend4<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: .
LegendI<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: UPS Battery Temperature
LegendO<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-temp<span style="color: #7a0874; font-weight: bold;">&#93;</span>: . 
&nbsp;
&nbsp;
<span style="color: #666666; font-style: italic;">################################</span>
<span style="color: #666666; font-style: italic;"># Battery capacity</span>
<span style="color: #666666; font-style: italic;">################################</span>
&nbsp;
&nbsp;
YLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Percent
ShortLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">%</span>
Directory<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Battery Capacity
Legend2<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Load
Legend3<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max Capacity
Legend4<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max Load
LegendI<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Battery Capacity
LegendO<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Load
WithPeak<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: ywm
Unscaled<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: dwmy
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">110</span>
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: growright, gauge, nopercent
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: APC Battery Capacity <span style="color: #000000; font-weight: bold;">&amp;</span> Load
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: 1.3.6.1.4.1.318.1.1.1.2.2.1.0<span style="color: #000000; font-weight: bold;">&amp;</span>1.3.6.1.4.1.318.1.1.1.4.2.3.0:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-cap<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">&lt;</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>Battery Capacity <span style="color: #000000; font-weight: bold;">&amp;</span> Load<span style="color: #000000; font-weight: bold;">&lt;/</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">################################</span>
<span style="color: #666666; font-style: italic;"># Input &amp; output frequency</span>
<span style="color: #666666; font-style: italic;">################################</span>
&nbsp;
&nbsp;
YLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Hertz
ShortLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Hz
Directory<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Input Frequency
Legend2<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Output Frequency
Legend3<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max Input Frequency
Legend4<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max Output Frequency
LegendI<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Input Hz
LegendO<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Output Hz
WithPeak<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: ywm
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">100</span>
Unscaled<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: dwmy
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: growright, gauge, nopercent
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: APC Input <span style="color: #000000; font-weight: bold;">&amp;</span> Output Frequency
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: 1.3.6.1.4.1.318.1.1.1.3.2.4.0<span style="color: #000000; font-weight: bold;">&amp;</span>1.3.6.1.4.1.318.1.1.1.4.2.2.0:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-iofreq<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">&lt;</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>APC Input <span style="color: #000000; font-weight: bold;">&amp;</span> Output Frequency<span style="color: #000000; font-weight: bold;">&lt;/</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">################################</span>
<span style="color: #666666; font-style: italic;"># Minimum &amp; Maximum line voltage</span>
<span style="color: #666666; font-style: italic;">################################</span>
YLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Volts AC
ShortLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: VAC
Directory<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Minimum Line Voltage
Legend2<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Maximum Line Voltage
Legend3<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Minimum Line Voltage
Legend4<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Maximum Line Voltage
LegendI<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Min VAC
LegendO<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Max VAC
WithPeak<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: ywm
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">500</span>
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: growright, gauge, nopercent
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: APC Minimum <span style="color: #000000; font-weight: bold;">&amp;</span> Maximum line voltage
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: 1.3.6.1.4.1.318.1.1.1.3.2.3.0<span style="color: #000000; font-weight: bold;">&amp;</span>1.3.6.1.4.1.318.1.1.1.3.2.2.0:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-mimaxline<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">&lt;</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>APC Minimum <span style="color: #000000; font-weight: bold;">&amp;</span> Maximum line voltage<span style="color: #000000; font-weight: bold;">&lt;/</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">################################</span>
<span style="color: #666666; font-style: italic;"># Last-Reason-On-Battery</span>
<span style="color: #666666; font-style: italic;">################################</span>
YLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Reason
ShortLegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>:
Directory<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Last-Reason-On-Battery
Legend2<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Last-Reason-On-Battery
Legend3<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Last-Reason-On-Battery
Legend4<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Last-Reason-On-Battery
LegendI<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: LROB
LegendO<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: LROB
WithPeak<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: ywm
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">11</span>
Unscaled<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: dwmy
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: growright, gauge, nopercent
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: apc_ups Last Reason On Battery
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: 1.3.6.1.4.1.318.1.1.1.3.2.5.0<span style="color: #000000; font-weight: bold;">&amp;</span>1.3.6.1.4.1.318.1.1.1.3.2.5.0:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>batt-lrob<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000; font-weight: bold;">&lt;</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>APC Last Reason On Battery<span style="color: #000000; font-weight: bold;">&lt;/</span>H1<span style="color: #000000; font-weight: bold;">&gt;</span>
  <span style="color: #000000; font-weight: bold;">&lt;</span>TABLE<span style="color: #000000; font-weight: bold;">&gt;</span>
    <span style="color: #000000; font-weight: bold;">&lt;</span>TR<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>System:<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>APC <span style="color: #000000; font-weight: bold;">in</span> OXIVOCC<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>TR<span style="color: #000000; font-weight: bold;">&gt;</span>
    <span style="color: #000000; font-weight: bold;">&lt;</span>TR<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>Maintainer:<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>operations<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>TR<span style="color: #000000; font-weight: bold;">&gt;</span>
    <span style="color: #000000; font-weight: bold;">&lt;</span>TR<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD <span style="color: #007800;">VALIGN</span>=<span style="color: #ff0000;">&quot;top&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>Description:<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>LROB Values<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
				 	<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> No Transfer<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">2</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> High Line Voltage<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">40</span><span style="color: #000000; font-weight: bold;">%</span> - <span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span> Line Power<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">%</span> - <span style="color: #000000;">40</span><span style="color: #000000; font-weight: bold;">%</span> Line Power<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">5</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #000000;">5</span> Sec Shallow Voltage Sag<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">6</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #000000;">5</span> Sec Deep Voltage Sag<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">7</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #000000;">5</span> Sec Small Voltage Spike<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #000000;">5</span> Sec Large Voltage Spike<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
					<span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> UPS Self Test<span style="color: #000000; font-weight: bold;">&lt;</span>BR<span style="color: #000000; font-weight: bold;">&gt;</span>
				   <span style="color: #000000;">10</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> Significant Voltage Delta<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>TR<span style="color: #000000; font-weight: bold;">&gt;</span>
    <span style="color: #000000; font-weight: bold;">&lt;</span>TR<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>Resource:<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>TD<span style="color: #000000; font-weight: bold;">&gt;</span>Last Reason On Battery<span style="color: #000000; font-weight: bold;">&lt;/</span>TD<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>TR<span style="color: #000000; font-weight: bold;">&gt;</span>
  <span style="color: #000000; font-weight: bold;">&lt;/</span>TABLE<span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Be sure to change the SNMP community and IP to your settings and the location of your www root if you use some other location.</p>
<p>Now add the following line to your crontab to run mrtg every 5 minutes.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">*/</span><span style="color: #000000;">5</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span>   <span style="color: #c20cb9; font-weight: bold;">env</span> <span style="color: #007800;">LANG</span>=C <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mrtg <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>UPS001.cfg <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>mrtg.log <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span></pre></td></tr></table></div>

<p>Create a index.html in /var/www/mrtg/UPS001:</p>

<div class="wp-terminal">trouble@sun:$ indexmaker /etc/mrtg/UPS001.cfg &gt; /var/www/mrtg/UPS001/index.html<br/></div>

<p>Now browse to your webserver and you should see the graphs.</p>
<p>Temperature:<br />
<img src="http://www.troublenow.org/wp-content/uploads/2009/07/UPS001-temp.png" alt="Temperature" /></p>
<p>APC Minimum &#038; Maximum line voltage:<br />
<img src="http://www.troublenow.org/wp-content/uploads/2009/07/UPS001-batt-mimaxline-day.png" alt="APC Minimum &#038; Maximum line voltage" /></p>
<p>Last Reason On Battery:<br />
<img src="http://www.troublenow.org/wp-content/uploads/2009/07/UPS001-batt-lrob-day.png" alt="Last reason on battery" /></p>
<p>Input &#038; Output Frequency:<br />
<img src="http://www.troublenow.org/wp-content/uploads/2009/07/UPS001-batt-iofreq-day.png" alt="Input &#038; Output Frequency" /></p>
<p>Battery Capacity &#038; Load:<br />
<img src="http://www.troublenow.org/wp-content/uploads/2009/07/UPS001-Bat-cap-loa.png" alt="Battery Capacity &#038; Load" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublenow.org/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MRTG APC PDU power usage</title>
		<link>http://www.troublenow.org/archives/70</link>
		<comments>http://www.troublenow.org/archives/70#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:08:30 +0000</pubDate>
		<dc:creator>Arno Haverlach</dc:creator>
				<category><![CDATA[MRTG]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.troublenow.org/?p=70</guid>
		<description><![CDATA[With MRTG it is possible to easily monitor the power usage of your APC PDU.
In this case I will be using a APC AP7920 Switched rack PDU, creating the MRTG graphs is actually very simple.
First create your MRTG config dir in /etc/ and create a mrtg dir in your www root (in my case /var/www) [...]]]></description>
			<content:encoded><![CDATA[<p>With MRTG it is possible to easily monitor the power usage of your APC PDU.</p>
<p>In this case I will be using a APC AP7920 Switched rack PDU, creating the MRTG graphs is actually very simple.</p>
<p>First create your MRTG config dir in /etc/ and create a mrtg dir in your www root (in my case /var/www) the name of the PDU I will be monitoring is &#8216;APC001&#8242;.</p>

<div class="wp-terminal">trouble@sun:$ sudo mkdir /etc/mrtg<br/>trouble@sun:$ sudo mkdir -p /var/www/mrtg/APC001<br/></div>

<p>Then create the mrtg config file: <strong>/etc/mrtg/APC001.cfg</strong> and add the following content:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">WorkDir: <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>APC001
&nbsp;
Target<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: enterprises.318.1.1.12.2.3.1.1.2.1<span style="color: #000000; font-weight: bold;">&amp;</span>enterprises.318.1.1.12.2.3.1.1.2.1:COMMUNITY<span style="color: #000000; font-weight: bold;">@</span>YOUR.APC.IP
Title<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Power APC001
PageTop<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>:
<span style="color: #000000; font-weight: bold;">&lt;</span>h1<span style="color: #000000; font-weight: bold;">&gt;</span>Power APC001<span style="color: #000000; font-weight: bold;">&lt;/</span>h1<span style="color: #000000; font-weight: bold;">&gt;</span>
MaxBytes<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">100</span>
Options<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: gauge,growright
Ylegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Power Amps
Shortlegend<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Amp
Legend1<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Power <span style="color: #000000; font-weight: bold;">in</span> Ampere
Unscaled<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: ymwd
YTicsFactor<span style="color: #7a0874; font-weight: bold;">&#91;</span>APC001-power<span style="color: #7a0874; font-weight: bold;">&#93;</span>: <span style="color: #000000;">0.1</span></pre></div></div>

<p>Be sure to change the SNMP community and IP to your settings and possibly change APC001 to the name of your PDU and the location of your www root if you use some other location.</p>
<p>Now add the following line to your crontab to run mrtg every 5 minutes.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">*/</span><span style="color: #000000;">5</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">*</span>   <span style="color: #c20cb9; font-weight: bold;">env</span> <span style="color: #007800;">LANG</span>=C <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mrtg <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>APC001.cfg <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>mrtg<span style="color: #000000; font-weight: bold;">/</span>mrtg.log <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span></pre></div></div>

<p>Create a index.html in /var/www/mrtg/APC001:</p>

<div class="wp-terminal">trouble@sun:$ indexmaker /etc/mrtg/APC001.cfg &gt; /var/www/mrtg/APC001/index.html<br/></div>

<p>Now browse to your webserver and you should see the graphs.</p>
<p><img src="http://www.troublenow.org/wp-content/uploads/2009/07/APC001-power.png" alt="Powerusage" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublenow.org/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile internet using you mobile phone in Linux</title>
		<link>http://www.troublenow.org/archives/22</link>
		<comments>http://www.troublenow.org/archives/22#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:22:20 +0000</pubDate>
		<dc:creator>Arno Haverlach</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.troublenow.org/?p=22</guid>
		<description><![CDATA[When I am on the road sometimes its very handy to have internet around.
luckily this is very easy to accomplish in Linux. In this case I will be using a Samsung F700 Mobile phone connected to my Asus EEE 701 laptop running Ubuntu linux.
A few things however to think of before you start:
- Do you [...]]]></description>
			<content:encoded><![CDATA[<p>When I am on the road sometimes its very handy to have internet around.</p>
<p>luckily this is very easy to accomplish in Linux. In this case I will be using a Samsung F700 Mobile phone connected to my Asus EEE 701 laptop running Ubuntu linux.</p>
<p>A few things however to think of before you start:<br />
- Do you have a &#8216;unlimited&#8217; or limited (100MiB/1GiB etc..) contract (&#8216;unlimited&#8217; is recommended)<br />
- Does your provider allow dial up using your phone &amp; laptop (By Vodafone it is not allowed but if you use it for &#8216;normal&#8217; web browsing they don&#8217;t mind (if you start using it to download your latest TV episode&#8217;s or whatever you will be shutdown.)</p>
<p><strong>So lets start:</strong></p>
<p>First connect the phone to the laptop using the USB cable in my case the phone will ask me in what &#8216;mode&#8217; the phone should operate, I need to select &#8216;pc studio&#8217; to use the phone as a gateway to the internet.</p>
<p>Now when the phone is connected to the PC open a terminal and run wvdialconf to create a new config file:</p>

<div class="wp-terminal">trouble@sun:$ sudo wvdialconf /etc/wvdial.conf<br/><br/>Editing `/etc/wvdial.conf'.<br/><br/>Scanning your serial ports for a modem.<br/><br/>ttyS0&lt;*1&gt;: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud<br/>ttyS0&lt;*1&gt;: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud<br/>ttyS0&lt;*1&gt;: ATQ0 V1 E1 -- and failed too at 115200, giving up.<br/>Modem Port Scan&lt;*1&gt;: S1   S2   S3<br/>WvModem&lt;*1&gt;: Cannot get information for serial port.<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 -- OK<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 Z -- OK<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 -- OK<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 -- OK<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OK<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- ERROR<br/>ttyACM0&lt;*1&gt;: Modem Identifier: ATI -- Manufacturer: SAMSUNG ELECTRONICS CORPORATION<br/>ttyACM0&lt;*1&gt;: Speed 4800: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 9600: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 19200: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 38400: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 57600: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 115200: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 230400: AT -- OK<br/>ttyACM0&lt;*1&gt;: Speed 460800: AT -- OK<br/>ttyACM0&lt;*1&gt;: Max speed is 460800; that should be safe.<br/>ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OK<br/><br/>Found an USB modem on /dev/ttyACM0.<br/>Modem configuration written to /etc/wvdial.conf.<br/>ttyACM0: Speed 460800; init "ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2"<br/></div>

<p>As you can see it found my Samsung F700 phone and updated the wvdial.conf file.</p>
<p>Now we need to edit the wvdial.conf file to add a few paramaters (user/pass &amp; dial number)<br />
the default config file looks like this:</p>

<div class="wp-terminal">trouble@sun:$ $ cat /etc/wvdial.conf<br/><br/>[Dialer Defaults]<br/>Init1 = ATZ<br/>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br/>Modem Type = USB Modem<br/>Baud = 460800<br/>New PPPD = yes<br/>Modem = /dev/ttyACM0<br/>ISDN = 0<br/>; Phone =<br/>; Password =<br/>; Username =<br/></div>

<p>Now you will need to know the &#8216;Target Phone Number&#8217; for vodafone in the Netherlands this is &#8216;*99#&#8217; but this might be different in your case so just &#8216;google&#8217; around if you have a other provider for the target phone number.</p>
<p>The username and password can be just random but I like to keep it simple and changed both to &#8216;vodafone&#8217;</p>
<p>Also you need to enable &#8217;stupid mode&#8217; in wvdial to work around some of the &#8216;intelligence&#8217; in wvdial to get it to work.</p>
<p>So vi the wvdial.conf file and it should look like this:</p>

<div class="wp-terminal">trouble@sun:$ $ sudo vi /etc/wvdial.conf<br/>[Dialer Defaults]<br/>Init1 = ATZ<br/>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br/>Modem Type = USB Modem<br/>Baud = 460800<br/>New PPPD = yes<br/>Modem = /dev/ttyACM0<br/>ISDN = 0<br/>Phone = *99#<br/>Password = vodafone<br/>Username = vodafone<br/>Stupid Mode = 1<br/></div>

<p>Now you are ready to go, so start &#8216;wvdial&#8217; and you should be connected (I created a desktop terminal launcher with the command: &#8217;sudo wvdial&#8217; for this).</p>

<div class="wp-terminal">trouble@sun:$ $ sudo wvdial<br/>--&gt; WvDial: Internet dialer version 1.60<br/>--&gt; Cannot get information for serial port.<br/>--&gt; Initializing modem.<br/>--&gt; Sending: ATZ<br/>ATZ<br/>OK<br/>--&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br/>ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br/>OK<br/>--&gt; Modem initialized.<br/>--&gt; Sending: ATDT*99#<br/>--&gt; Waiting for carrier.<br/>ATDT*99#<br/>CONNECT<br/>--&gt; Carrier detected.  Starting PPP immediately.<br/>--&gt; Starting pppd at Sun Aug 24 18:14:11 2008<br/>--&gt; Pid of pppd: 23198<br/>--&gt; Using interface ppp0<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; local  IP address YOURIP<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; remote IP address GATEWAYIP<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; primary   DNS address DNSIP<br/>--&gt; pppd: ��[06][08]��[06][08]<br/>--&gt; secondary DNS address DNSIP<br/>--&gt; pppd: ��[06][08]��[06][08]<br/></div>

]]></content:encoded>
			<wfw:commentRss>http://www.troublenow.org/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burning a video DVD VIDEO_TS in Linux</title>
		<link>http://www.troublenow.org/archives/20</link>
		<comments>http://www.troublenow.org/archives/20#comments</comments>
		<pubDate>Tue, 15 Jan 2008 18:01:59 +0000</pubDate>
		<dc:creator>Arno Haverlach</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.troublenow.org/?p=20</guid>
		<description><![CDATA[You can rip dvd&#8217;s with multiple tools, and some of these rip the dvd to a &#8216;VIDEO_TS&#8217; and &#8216;AUDIO_TS&#8217; folder. You can burn them again with the tool mkisofs.
Place your &#8216;VIDEO_TS&#8217; and &#8216;AUDIO_TS&#8217; in a folder (lets say /home/user1/mymovie/)
Install mkisofs:

trouble@sun:$ apt-get updatetrouble@sun:$ apt-get install mkisofs

Then use mkisofs to create a ISO file from the folder:

trouble@sun:$ [...]]]></description>
			<content:encoded><![CDATA[<p>You can rip dvd&#8217;s with multiple tools, and some of these rip the dvd to a &#8216;VIDEO_TS&#8217; and &#8216;AUDIO_TS&#8217; folder. You can burn them again with the tool mkisofs.</p>
<p>Place your &#8216;VIDEO_TS&#8217; and &#8216;AUDIO_TS&#8217; in a folder (lets say /home/user1/mymovie/)</p>
<p>Install mkisofs:</p>

<div class="wp-terminal">trouble@sun:$ apt-get update<br/>trouble@sun:$ apt-get install mkisofs<br/></div>

<p>Then use mkisofs to create a ISO file from the folder:</p>

<div class="wp-terminal">trouble@sun:$ mkisofs -dvd-video -o /home/user1/mymovie.iso /home/user1/mymovie/<br/></div>

<p>Now in /home/user1 you have a iso file called &#8216;mymovie.iso&#8217;</p>
<p>now use brazero or any other burning tool to burn the .iso file to a DVD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublenow.org/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
