<?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>Cristian Bradiceanu &#187; Linux</title>
	<atom:link href="http://blog.bradiceanu.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bradiceanu.net</link>
	<description>just another blog</description>
	<lastBuildDate>Tue, 08 Jun 2010 18:36:24 +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>(Open)Solaris, Linux and FreeBSD tunnelbroker.net IPv6 setup</title>
		<link>http://blog.bradiceanu.net/2009/12/01/opensolaris-and-linux-tunnelbroker-net-ipv6-setup/</link>
		<comments>http://blog.bradiceanu.net/2009/12/01/opensolaris-and-linux-tunnelbroker-net-ipv6-setup/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 18:36:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ipv6-in-ipv4]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=192</guid>
		<description><![CDATA[After you create a Regular Tunnel at Hurricane Electric&#8217;s tunnelbroker.net you will receive the following informations:
Server IPv4 Address
Server IPv6 Address
Client IPv4 Address
Client IPv6 Address
Routed /64
Solaris and OpenSolaris IPv6 tunnel setup
Create /etc/hostname6.ip.tun0 file:
tsrc Client_IPv4_Address tdst Server_IPv4_Address up
addif Client_IPv6_Address Server_IPv6_Address up
Add the permanent IPv6 default gateway:
route -p add -inet6 default Server_IPv6_Address
(Tested on Solaris 10 5/09 and 10/09, [...]]]></description>
			<content:encoded><![CDATA[<p>After you create a Regular Tunnel at <a href="http://www.he.net/">Hurricane Electric</a>&#8217;s <a href="http://tunnelbroker.net/">tunnelbroker.net</a> you will receive the following informations:</p>
<p>Server IPv4 Address<br />
Server IPv6 Address<br />
Client IPv4 Address<br />
Client IPv6 Address<br />
Routed /64</p>
<p><strong>Solaris and OpenSolaris IPv6 tunnel setup</strong></p>
<p>Create <code>/etc/hostname6.ip.tun0</code> file:<br />
<code>tsrc Client_IPv4_Address tdst Server_IPv4_Address up<br />
addif Client_IPv6_Address Server_IPv6_Address up</code></p>
<p>Add the permanent IPv6 default gateway:<br />
<code>route -p add -inet6 default Server_IPv6_Address</code></p>
<p>(Tested on <a href="http://www.sun.com/software/solaris/10/">Solaris</a> 10 5/09 and 10/09, <a href="http://www.opensolaris.com/">OpenSolaris</a> 2009.06 and 2010.02 preview snv_127)</p>
<p><strong>Linux (RHEL / Fedora / CentOS) IPv6 tunnel setup</strong></p>
<p>Create <code>/etc/sysconfig/network-scripts/ifcfg-sit1</code> file:</p>
<p><code>DEVICE=sit1<br />
BOOTPROTO=none<br />
ONBOOT=yes<br />
IPV6INIT=yes<br />
IPV6TUNNELIPV4=Server_IPv4_Address<br />
IPV6TUNNELIPV4LOCAL=Client_IPv4_Address<br />
IPV6ADDR=Client_IPv6_Address/64<br />
</code></p>
<p>Add the following to <code>/etc/sysconfig/network</code> file:</p>
<p><code>NETWORKING_IPV6=yes<br />
IPV6_DEFAULTDEV=sit1</code></p>
<p>(Tested with <a href="http://fedoraproject.org/">Fedora</a> 11 and 12, <a href="http://www.centos.org/">CentOS</a> 5.3 and 5.4)</p>
<p><strong>FreeBSD IPv6 tunnel setup</strong></p>
<p>Add the following lines to <code>/etc/rc.conf</code> file:</p>
<p><code>gif_interfaces="gif0"<br />
gifconfig_gif0="Client_IPv4_Address Server_IPv4_Address"<br />
ipv6_enable="YES"<br />
ipv6_network_interfaces="lo0 gif0"<br />
ipv6_ifconfig_gif0="Client_IPv6_Address prefixlen 128"<br />
ipv6_defaultrouter="Server_IPv6_Address"</code></p>
<p>(Tested with <a href="http://www.freebsd.org/">FreeBSD</a> 6.4)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/12/01/opensolaris-and-linux-tunnelbroker-net-ipv6-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Fedora 12 PV domU guest on xVM dom0 OpenSolaris</title>
		<link>http://blog.bradiceanu.net/2009/11/20/fedora-12-on-opensolaris/</link>
		<comments>http://blog.bradiceanu.net/2009/11/20/fedora-12-on-opensolaris/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:48:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=173</guid>
		<description><![CDATA[Create a 10 GB ZVOL for storage:
pfexec zfs create -V 10g rpool/f12d0
Install Fedora 12 domU:
pfexec virt-install -n f12 -r 512 --vcpus=4 -f /dev/zvol/dsk/rpool/f12d0 -b e1000g0 --os-type=linux -p --nographics --os-variant=fedora11 -l http://fedora-12-mirror/fedora/linux/releases/12/Fedora/i386/os/
-n f12 &#8211; domU&#8217;s name
-r 512 &#8211; allocate 512 MB memory
&#8211;vcpus=4 &#8211; number of virtual CPUs allocated (make sure this number is lower or equal [...]]]></description>
			<content:encoded><![CDATA[<p>Create a 10 GB <a href="http://docs.sun.com/app/docs/doc/817-2271/gaypf?l=en&#038;a=view" target="_new">ZVOL</a> for storage:<br />
<code>pfexec zfs create -V 10g rpool/f12d0</code></p>
<p>Install <a href="http://fedoraproject.org/" target="_new">Fedora</a> 12 domU:<br />
<code>pfexec virt-install -n f12 -r 512 --vcpus=4 -f /dev/zvol/dsk/rpool/f12d0 -b e1000g0 --os-type=linux -p --nographics --os-variant=fedora11 -l http://fedora-12-mirror/fedora/linux/releases/12/Fedora/i386/os/</code></p>
<p>-n f12 &#8211; domU&#8217;s name<br />
-r 512 &#8211; allocate 512 MB memory<br />
&#8211;vcpus=4 &#8211; number of virtual CPUs allocated (make sure this number is lower or equal to the number of CPUs available)<br />
-f /dev/zvol/dsk/rpool/f12d0 &#8211; ZVOL block device<br />
-b e1000g0 &#8211; bridged networking to e1000g0 interface<br />
-p &#8211; paravirtualized guest<br />
&#8211;os-variant=fedora11 &#8211; &#8220;hack&#8221; until fedora12 OS-Variant will be integrated into xVM<br />
-l http://fedora-12-mirror/fedora/linux/releases/12/Fedora/i386/os/ &#8211; replace fedora-12-mirror with a near <a href="http://mirrors.fedoraproject.org/publiclist/Fedora/12/" target="_new">Fedora 12 mirror</a>, replace i386 with x86_64 for 64-bit domU</p>
<p>After you bring up the network, do a VNC installation.<br />
Until xVM supports ext4 boot, make sure to create an ext3 /boot partition (or just a big ext3 / filesystem)</p>
<p>After installation, start the domU:<br />
<code>pfexec xm start -c f12</code><br />
You will be presented the pygrub menu, just press Enter to boot.</p>
<p>Log into the domU and change the default <code>timeout=0</code> to a different value (e.g. 5 seconds) in <code>/boot/grub/grub.conf</code>. Now you can use <code>virsh start / shutdown</code> commands.</p>
<p>To auto-start the guest on host boot:<br />
<code>virsh autostart f12</code></p>
<p>Tested on <a href="http://www.opensolaris.org/" target="_new">OpenSolaris</a> 2010.02 preview <a href="http://pkg.opensolaris.org/dev/" target="_new">snv_127</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/11/20/fedora-12-on-opensolaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 PPTP server</title>
		<link>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/</link>
		<comments>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[pptp]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=154</guid>
		<description><![CDATA[I&#8217;ve build a Fedora 12 Poptop rpm:

pptpd-1.3.4-1.fc12.i386.rpm MD5 bdab201d70e78abe40f873d71880f718
pptpd-1.3.4-1.fc12.src.rpm MD5 ebd64f47b0a40a7585e22a11cc4e2890
If you get this error message:
Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.3, this is 2.4.4
just comment out logwtmp option in /etc/pptpd.conf and restart pptpd with service pptpd restart.
Username/password pairs used for pptp authentication should be placed in /etc/ppp/chap-secrets
# client       [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve build a <a href="http://fedoraproject.org/">Fedora</a> 12 <a href="http://www.poptop.org/">Poptop</a> rpm:<br />
<br />
<a href="http://www.bradiceanu.net/files/pptpd-1.3.4-1.fc12.i386.rpm">pptpd-1.3.4-1.fc12.i386.rpm</a> MD5 bdab201d70e78abe40f873d71880f718<br />
<a href="http://www.bradiceanu.net/files/pptpd-1.3.4-1.fc12.src.rpm">pptpd-1.3.4-1.fc12.src.rpm</a> MD5 ebd64f47b0a40a7585e22a11cc4e2890</p>
<p>If you get this error message:<br />
<code>Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.3, this is 2.4.4</code><br />
just comment out <code>logwtmp</code> option in <code>/etc/pptpd.conf</code> and restart pptpd with <code>service pptpd restart</code>.</p>
<p>Username/password pairs used for pptp authentication should be placed in <code>/etc/ppp/chap-secrets</code><br />
<code># client        server  secret                  IP addresses<br />
username        *        password<br />
</code></p>
<p>To supply a DNS server to PPTP clients, just add them to <code>/etc/ppp/options.pptpd</code> like <code>ms-dns A.B.C.D</code>.</p>
<p>To configure local and remote PPTP client&#8217;s IP address modify <code>localip</code> and <code>remoteip</code> options in <code>/etc/pptpd.conf</code>.</p>
<p>To enable pptp server at startup run <code>chkconfig pptpd on</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>$20 Xen VPS Gandi vs. Linode vs. Slicehost</title>
		<link>http://blog.bradiceanu.net/2009/09/17/20-xen-vps-gandi-vs-linode-vs-slicehost/</link>
		<comments>http://blog.bradiceanu.net/2009/09/17/20-xen-vps-gandi-vs-linode-vs-slicehost/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:45:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=89</guid>
		<description><![CDATA[


Gandi
Linode
Slicehost


Plan
1 Share
Linode 360
256 slice


Price
14.35 EUR(~20 USD)
19.95 USD
20 USD


RAM
256MB
360MB
256MB


Storage
8GB(3 OS + 5 Data)
16GB
10GB


Bandwidth
5 Mbit
200GB
100GB


My VPS Location
Paris, FranceEurope
Dallas, TXUSA
St. Louis, MIUSA


My VPS CPU
Quad-Core AMD Opteron(tm) Processor 8346 HE
Intel(R) Xeon(R) CPU L5420 @ 2.50GHz
Dual Core AMD Opteron(tm) Processor 270


My VPS vCPUs
1
4
4


My VPS OS
CentOS 5.3
CentOS 5.3
CentOS 5.3


My VPS Buffered disk reads
10.48 MB/sec
73.77 MB/sec
60.86 MB/sec


My VPS OGR-NG Benchmark
23,608,069 nodes/sec
40,910,174 nodes/sec
17,593,557 [...]]]></description>
			<content:encoded><![CDATA[<table width="100%" border="1">
<tr>
<th width="25%"></th>
<th width="25%"><a href="http://www.gandi.net/" target=_new>Gandi</a></th>
<th width="25%"><a href="http://www.linode.com/" target=_new>Linode</a></th>
<th width="25%"><a href="http://www.slicehost.com/" target=_new>Slicehost</a></th>
</tr>
<tr>
<td><strong>Plan</strong></td>
<td>1 Share</td>
<td>Linode 360</td>
<td>256 slice</td>
</tr>
<tr>
<td><strong>Price</strong></td>
<td>14.35 EUR<br />(~20 USD)</td>
<td>19.95 USD</td>
<td>20 USD</td>
</tr>
<tr>
<td><strong>RAM</strong></td>
<td>256MB</td>
<td>360MB</td>
<td>256MB</td>
</tr>
<tr>
<td><strong>Storage</strong></td>
<td>8GB<br />(3 OS + 5 Data)</td>
<td>16GB</td>
<td>10GB</td>
</tr>
<tr>
<td><strong>Bandwidth</strong></td>
<td>5 Mbit</td>
<td>200GB</td>
<td>100GB</td>
</tr>
<tr>
<td><strong>My VPS Location</strong></td>
<td>Paris, France<br />Europe</td>
<td>Dallas, TX<br />USA</td>
<td>St. Louis, MI<br />USA</td>
</tr>
<tr>
<td><strong>My VPS CPU</strong></td>
<td>Quad-Core AMD Opteron(tm) Processor 8346 HE</td>
<td>Intel(R) Xeon(R) CPU L5420 @ 2.50GHz</td>
<td>Dual Core AMD Opteron(tm) Processor 270</td>
</tr>
<tr>
<td><strong>My VPS vCPUs</strong></td>
<td>1</td>
<td>4</td>
<td>4</td>
</tr>
<tr>
<td><strong>My VPS OS</strong></td>
<td>CentOS 5.3</td>
<td>CentOS 5.3</td>
<td>CentOS 5.3</td>
</tr>
<tr>
<td><strong>My VPS Buffered disk reads</strong></td>
<td>10.48 MB/sec</td>
<td>73.77 MB/sec</td>
<td>60.86 MB/sec</td>
</tr>
<tr>
<td><strong>My VPS OGR-NG Benchmark</strong></td>
<td>23,608,069 nodes/sec</td>
<td>40,910,174 nodes/sec</td>
<td>17,593,557 nodes/sec</td>
</tr>
<tr>
<td><strong>My VPS RC5-72 Benchmark</strong></td>
<td>7,703,097 keys/sec</td>
<td>9,297,850 keys/sec</td>
<td>8,585,510 keys/sec</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/09/17/20-xen-vps-gandi-vs-linode-vs-slicehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux /proc/cpuinfo flags</title>
		<link>http://blog.bradiceanu.net/2009/07/20/linux-proccpuinfo-flags/</link>
		<comments>http://blog.bradiceanu.net/2009/07/20/linux-proccpuinfo-flags/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 23:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=81</guid>
		<description><![CDATA[Linux /proc/cpuinfo flags]]></description>
			<content:encoded><![CDATA[<p>fpu &#8211; Onboard <a href="http://en.wikipedia.org/wiki/Floating-point_unit" target="_new">FPU</a><br />
vme &#8211; Virtual Mode Extensions<br />
de &#8211; Debugging Extensions<br />
pse &#8211; <a href="http://en.wikipedia.org/wiki/Page_Size_Extension" target="_new">Page Size Extensions</a><br />
tsc &#8211; <a href="http://en.wikipedia.org/wiki/Time_Stamp_Counter" target="_new">Time Stamp Counter</a><br />
msr &#8211; <a href="http://en.wikipedia.org/wiki/Model-specific_register" target="_new">Model-Specific Registers</a><br />
pae &#8211; <a href="http://en.wikipedia.org/wiki/Physical_Address_Extension" target="_new">Physical Address Extensions</a><br />
mce &#8211; <a href="http://en.wikipedia.org/wiki/Machine_check_architecture" target="_new">Machine Check Architecture</a><br />
cx8 &#8211; CMPXCHG8 instruction<br />
apic &#8211; Onboard APIC<br />
sep &#8211; <a href="http://www.geoffchappell.com/viewer.htm?doc=studies/windows/km/cpu/sep.htm" target="_new">SYSENTER/SYSEXIT</a><br />
mtrr &#8211; <a href="http://en.wikipedia.org/wiki/Memory_Type_Range_Registers" target="_new">Memory Type Range Registers</a><br />
pge &#8211; Page Global Enable<br />
mca &#8211; Machine Check Architecture<br />
cmov &#8211; <a href="http://www.rcollins.org/p6/opcodes/CMOV.html" target="_new">CMOV</a> instructions (plus FCMOVcc, FCOMI with FPU)<br />
pat &#8211; <a href="http://en.wikipedia.org/wiki/Page_Attribute_Table" target="_new">Page Attribute Table</a><br />
pse36 &#8211; <a href="http://en.wikipedia.org/wiki/PSE-36" target="_new">36-bit PSEs</a><br />
pn &#8211; Processor serial number<br />
clflush &#8211; CLFLUSH instruction<br />
dts &#8211; Debug Store<br />
acpi &#8211; ACPI via MSR<br />
mmx &#8211; <a href="http://en.wikipedia.org/wiki/MMX_%28instruction_set%29" target="_new">Multimedia Extensions</a><br />
fxsr &#8211; FXSAVE/FXRSTOR, CR4.OSFXSR<br />
sse &#8211; SSE<br />
sse2 &#8211; SSE2<br />
ss &#8211; CPU self snoop<br />
ht &#8211; Hyper-Threading<br />
tm &#8211; Automatic clock control<br />
ia64 &#8211; IA-64 processor<br />
pbe &#8211; Pending Break Enable</p>
<p>syscall &#8211; SYSCALL/SYSRET<br />
mp &#8211; MP Capable<br />
nx &#8211; Execute Disable<br />
mmxext &#8211; AMD MMX extensions<br />
fxsr_opt &#8211; FXSAVE/FXRSTOR optimizations<br />
pdpe1gb &#8211; GB pages<br />
rdtscp &#8211; RDTSCP<br />
lm &#8211; Long Mode (x86-64)<br />
3dnowext &#8211; AMD 3DNow! extensions<br />
3dnow &#8211; 3DNow!<br />
k8 &#8211; Opteron, Athlon64<br />
k7 &#8211; Athlon<br />
constant_tsc &#8211; TSC ticks at a constant rate<br />
up &#8211; smp kernel running on up<br />
pebs &#8211; Precise-Event Based Sampling<br />
bts &#8211; Branch Trace Store<br />
nonstop_tsc &#8211; TSC does not stop in C states<br />
pni &#8211; SSE-3<br />
pclmulqdq &#8211; PCLMULQDQ instruction<br />
dtes64 &#8211; 64-bit Debug Store<br />
monitor &#8211; Monitor/Mwait support<br />
ds_cpl &#8211; CPL Qual. Debug Store<br />
vmx &#8211; Hardware virtualization<br />
smx &#8211; Safer mode<br />
est &#8211; Enhanced SpeedStep<br />
tm2 &#8211; Thermal Monitor 2<br />
ssse3 &#8211; Supplemental SSE-3<br />
cid &#8211; Context ID<br />
fma &#8211; Fused multiply-add<br />
cx16 &#8211; CMPXCHG16B<br />
xptr &#8211; Send Task Priority Messages<br />
pdcm &#8211; Performance Capabilities<br />
dca &#8211; Direct Cache Access<br />
sse4_1 &#8211; SSE-4.1<br />
sse4_2 &#8211; SSE-4.2<br />
x2apic &#8211; x2APIC<br />
aes &#8211; AES instructions<br />
xsave &#8211; XSAVE/XRSTOR/XSETBV/XGETBV<br />
avx &#8211; Advanced Vector Extensions<br />
hypervisor &#8211; Running on a hypervisor<br />
lahf_lm &#8211; LAHF/SAHF in long mode<br />
cmp_legacy &#8211; If yes HyperThreading not valid<br />
svm &#8211; Secure virtual machine<br />
extapic &#8211; Extended APIC space<br />
cr8legacy &#8211; CR8 in 32-bit mode<br />
abm &#8211; Advanced bit manipulation<br />
sse4a &#8211; SSE-4A<br />
ibs &#8211; Instruction Based Sampling<br />
sse5 &#8211; SSE-5<br />
skinit &#8211; SKINIT/STGI instructions<br />
wdt &#8211; Watchdog timer</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/07/20/linux-proccpuinfo-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EU VPS wanted</title>
		<link>http://blog.bradiceanu.net/2007/11/03/eu-vps-wanted/</link>
		<comments>http://blog.bradiceanu.net/2007/11/03/eu-vps-wanted/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 09:05:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bradiceanu.net/wordpress/archives/59</guid>
		<description><![CDATA[I am still searching a reasonable-priced Linux Xen VPS located in EU (256 MB RAM, few GB storage).
]]></description>
			<content:encoded><![CDATA[<p>I am still searching a reasonable-priced Linux <a href="http://www.xen.org/" title="Xen VPS" target="_blank">Xen</a> VPS located in EU (256 MB RAM, few GB storage).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2007/11/03/eu-vps-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New off-site backup solution &#8211; rsync.net</title>
		<link>http://blog.bradiceanu.net/2007/06/16/new-off-site-backup-solution-rsyncnet/</link>
		<comments>http://blog.bradiceanu.net/2007/06/16/new-off-site-backup-solution-rsyncnet/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 09:11:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bradiceanu.net/wordpress/archives/51</guid>
		<description><![CDATA[I signed up with rsync.net for an off-site filesystem.  Opted for geo-redundant version (automated nightly replication to other site) located in Zurich, Switzerland.  Very fast speed from Europe and Qatar, good speed with US hosts. Very easy to use from Mac OS X, FreeBSD, Linux and Windows (rsync, ftp, scp, sftp, ssh, WebDAV). [...]]]></description>
			<content:encoded><![CDATA[<p>I signed up with <a href="http://www.rsync.net/" title="www.rsync.net" target="_blank">rsync.net</a> for an off-site filesystem.  Opted for geo-redundant version (automated nightly replication to other site) located in Zurich, Switzerland.  Very fast speed from Europe and Qatar, good speed with US hosts. Very easy to use from <a href="http://www.apple.com/macosx/" title="www.apple.com/macosx" target="_blank">Mac OS X</a>, <a href="http://www.freebsd.org/" title="www.freebsd.org" target="_blank">FreeBSD</a>, Linux and Windows (<a href="http://rsync.samba.org/" title="rsync.samba.org" target="_blank">rsync</a>, ftp, scp, sftp, <a href="http://www.openssh.com/" title="www.openssh.com" target="_blank">ssh</a>, <a href="http://www.webdav.org/" title="www.webdav.org" target="_blank">WebDAV</a>). Direct integration in Finder, just use &#8220;Connect to Server&#8221; and enter the hostname address with https. On Linux and FreeBSD 6.x sshfs works like a charm. Easy to install on <a href="http://www.freebsd.org/" title="www.freebsd.org" target="_blank">FreeBSD</a> using <a href="http://www.freebsd.org/ports/" title="www.freebsd.org/ports" target="_blank">ports</a>, just <em>cd /usr/ports/sysutils/fusefs-sshfs</em> and run <em>make install clean</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2007/06/16/new-off-site-backup-solution-rsyncnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiI 3112 and linux</title>
		<link>http://blog.bradiceanu.net/2006/05/12/sii-3112-and-linux/</link>
		<comments>http://blog.bradiceanu.net/2006/05/12/sii-3112-and-linux/#comments</comments>
		<pubDate>Fri, 12 May 2006 18:36:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vps.bradiceanu.net/wordpress/?p=31</guid>
		<description><![CDATA[2.6.16.16 with CONFIG_BLK_DEV_SIIMAGE=y and CONFIG_SCSI_SATA_SIL=y

ata2: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: error=0x04 { DriveStatusError }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI [...]]]></description>
			<content:encoded><![CDATA[<p>2.6.16.16 with CONFIG_BLK_DEV_SIIMAGE=y and CONFIG_SCSI_SATA_SIL=y</p>
<pre>
ata2: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: error=0x04 { DriveStatusError }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
</pre>
<p>dmesg:</p>
<pre>
libata version 1.20 loaded.
sata_sil 0000:00:0c.0: version 0.9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ
 11
ata1: SATA max UDMA/100 cmd 0xD0802080 ctl 0xD080208A bmdma 0xD0802000 irq 11
ata2: SATA max UDMA/100 cmd 0xD08020C0 ctl 0xD08020CA bmdma 0xD0802008 irq 11
ata1: SATA link up 1.5 Gbps (SStatus 113)
ata1: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3c01 87:4023 88:407f
ata1: dev 0 ATA-7, max UDMA/133, 488397168 sectors: LBA48
ata1: dev 0 configured for UDMA/100
scsi0 : sata_sil
ata2: SATA link up 1.5 Gbps (SStatus 113)
ata2: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3e01 87:4023 88:407f
ata2: dev 0 ATA-7, max UDMA/133, 488397168 sectors: LBA48
ata2: dev 0 configured for UDMA/100
scsi1 : sata_sil
  Vendor: ATA       Model: WDC WD2500KS-00M  Rev: 02.0
  Type:   Direct-Access                      ANSI SCSI revision: 05
  Vendor: ATA       Model: WDC WD2500JS-55N  Rev: 10.0
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
 sda: sda1
sd 0:0:0:0: Attached scsi disk sda
SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back
SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back
 sdb: sdb1
sd 1:0:0:0: Attached scsi disk sdb
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2006/05/12/sii-3112-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with SiI 3112 SATA RAID controller</title>
		<link>http://blog.bradiceanu.net/2006/05/12/problems-with-sii-3112-sata-raid-controller/</link>
		<comments>http://blog.bradiceanu.net/2006/05/12/problems-with-sii-3112-sata-raid-controller/#comments</comments>
		<pubDate>Fri, 12 May 2006 06:43:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vps.bradiceanu.net/wordpress/?p=29</guid>
		<description><![CDATA[
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }

2.4.33-pre3 kernel, CONFIG_SCSI_SATA_SIL driver, EIO DM-8301R SATA RAID card:

libata version 1.20 loaded.
PCI(00:0c.0): version 0.9
ata1: SATA [...]]]></description>
			<content:encoded><![CDATA[<pre>
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
ata2: no sense translation for status: 0x51
ata2: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0x3/11/04
ata2: status=0x51 { DriveReady SeekComplete Error }
</pre>
<p>2.4.33-pre3 kernel, CONFIG_SCSI_SATA_SIL driver, <a href="http://www.ivmm.com/eio/products/sata_pci_host.htm" target="_new">EIO DM-8301R SATA RAID</a> card:</p>
<pre>
libata version 1.20 loaded.
PCI(00:0c.0): version 0.9
ata1: SATA max UDMA/100 cmd 0xD080C080 ctl 0xD080C08A bmdma 0xD080C000 irq 11
ata2: SATA max UDMA/100 cmd 0xD080C0C0 ctl 0xD080C0CA bmdma 0xD080C008 irq 11
ata1: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3c01 87:4023 88:407f
ata1: dev 0 ATA-7, max UDMA/133, 488397168 sectors: LBA48
ata1: dev 0 configured for UDMA/100
ata2: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3e01 87:4023 88:407f
ata2: dev 0 ATA-7, max UDMA/133, 488397168 sectors: LBA48
ata2: dev 0 configured for UDMA/100
scsi0 : sata_sil
scsi1 : sata_sil
  Vendor: ATA       Model: WDC WD2500KS-00M  Rev: 02.0
  Type:   Direct-Access                      ANSI SCSI revision: 05
  Vendor: ATA       Model: WDC WD2500JS-55N  Rev: 10.0
  Type:   Direct-Access                      ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
</pre>
<p>Partial solution to DMA/write errors &#8211; BIOS upgrade:</p>
<p><a href="http://www.siliconimage.com/search/searchresults.aspx?keyword=3112+bios" target="_new">http://www.siliconimage.com/search/searchresults.aspx?keyword=3112+bios</a></p>
<p>(4.2.76 at the time of writing)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2006/05/12/problems-with-sii-3112-sata-raid-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ip_conntrack</title>
		<link>http://blog.bradiceanu.net/2005/11/18/ip_conntrack/</link>
		<comments>http://blog.bradiceanu.net/2005/11/18/ip_conntrack/#comments</comments>
		<pubDate>Fri, 18 Nov 2005 17:34:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vps.bradiceanu.net/wordpress/?p=21</guid>
		<description><![CDATA[Learned the hard way: NEVER COMPILE ip_conntrack into the Linux kernel&#8230;  
]]></description>
			<content:encoded><![CDATA[<p>Learned the hard way: NEVER COMPILE <code>ip_conntrack</code> into the Linux kernel&#8230; <img src='http://blog.bradiceanu.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2005/11/18/ip_conntrack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
