<?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>Linux in EnterPrise</title>
	<atom:link href="http://www.linuxdict.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxdict.com</link>
	<description>Focus in Linux, LAMP, Mail, Cluster Arch(ENterprise Linux Apache MySQL Php)</description>
	<lastBuildDate>Sat, 14 Apr 2012 02:33:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tips: how to add new disk to existing VG in Lvm2</title>
		<link>http://www.linuxdict.com/2012-04-tips-how-to-add-new-disk-to-existing-vg-in-lvm2/</link>
		<comments>http://www.linuxdict.com/2012-04-tips-how-to-add-new-disk-to-existing-vg-in-lvm2/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 02:33:15 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=734</guid>
		<description><![CDATA[We added new Hard disk. need add it to existing DG take sdb as newly added disk Step1: Format new disk and label as LVM disk fdisk /dev/sdb n -> p -> 1 -> return twice -> t -> 8e -> w Step2: Create FS on new disk mkfs.ext3 /dev/sdb1 Step3: Create as PV pvcreate [...]]]></description>
			<content:encoded><![CDATA[<p>We added new Hard disk. need add it to existing DG</p>
<p>take sdb as newly added disk</p>
<p>Step1: Format new disk and label as LVM disk<br />
fdisk /dev/sdb<br />
n -> p -> 1 -> return twice -> t -> 8e -> w</p>
<p>Step2: Create FS on new disk<br />
mkfs.ext3 /dev/sdb1</p>
<p>Step3: Create as PV<br />
pvcreate /dev/sdb1<br />
<span id="more-734"></span></p>
<p>Step4: Extend existing VG to new disk<br />
vgextend VolGroup00 /dev/sdb1<br />
then, you will get more free space now. check with:<br />
vgs </p>
<p>Step5: Extend the Vol<br />
lvextend -L +total_space_for_vol_g  /dev/VolGroup00/LogVol00<br />
lvextend -L +space_number_to_add_g  /dev/VolGroup00/LogVol00</p>
<p>Step6: Online resize the Vol<br />
resize2fs /dev/VolGroup00/LogVol00</p>
<p>Step7: Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-04-tips-how-to-add-new-disk-to-existing-vg-in-lvm2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some tips: Vsftpd configuration</title>
		<link>http://www.linuxdict.com/2012-04-some-tips-vsftpd-configuration/</link>
		<comments>http://www.linuxdict.com/2012-04-some-tips-vsftpd-configuration/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 01:11:46 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux_D]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=730</guid>
		<description><![CDATA[Vsftpd tips: All following update /etc/vsftpd/vsftpd.conf How to change the default public root ? anon_root=/the/path/you/want I don&#8217;t want let my firewall too open. then define the min/max port. pasv_min_port=60000 pasv_max_port=65000 iptable setting. 20 is for data # for FTP -A INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 20 -j ACCEPT -A INPUT [...]]]></description>
			<content:encoded><![CDATA[<p>Vsftpd tips:</p>
<p>All following update /etc/vsftpd/vsftpd.conf</p>
<p>How to change the default public root ?<br />
anon_root=/the/path/you/want</p>
<p>I don&#8217;t want let my firewall too open. then define the min/max port.<br />
pasv_min_port=60000<br />
pasv_max_port=65000</p>
<p>iptable setting. 20 is for data<br />
# for FTP<br />
-A INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 20 -j ACCEPT<br />
-A INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 21 -j ACCEPT<br />
-A INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 60000:65000 -j ACCEPT</p>
<p>Vsftp default turn Passive on, How to disable it ?<br />
pasv_enable=NO</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-04-some-tips-vsftpd-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vxprint volume enabled sync</title>
		<link>http://www.linuxdict.com/2012-03-vxprint-volume-enabled-sync/</link>
		<comments>http://www.linuxdict.com/2012-03-vxprint-volume-enabled-sync/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 06:15:22 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Linux_D]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=728</guid>
		<description><![CDATA[v oravol &#8211; ENABLED SYNC 109297664 SELECT &#8211; fsgen pl oravol-01 oravol ENABLED ACTIVE 109297664 CONCAT &#8211; RW sd rootdisk01-09 oravol-01 rootdisk01 33554432 26214400 0 c2t1d0 ENA sd rootdisk01-11 oravol-01 rootdisk01 60280832 83083264 26214400 c2t1d0 ENA pl oravol-02 oravol ENABLED ACTIVE 109297664 CONCAT &#8211; RW sd rootdisk02-10 oravol-02 rootdisk02 34066432 109297664 0 c3t0d0 ENA ENABLED [...]]]></description>
			<content:encoded><![CDATA[<p>v  oravol       &#8211;            ENABLED  SYNC     109297664 SELECT   &#8211;        fsgen<br />
pl oravol-01    oravol       ENABLED  ACTIVE   109297664 CONCAT   &#8211;        RW<br />
sd rootdisk01-09 oravol-01   rootdisk01 33554432 26214400 0       c2t1d0   ENA<br />
sd rootdisk01-11 oravol-01   rootdisk01 60280832 83083264 26214400 c2t1d0  ENA<br />
pl oravol-02    oravol       ENABLED  ACTIVE   109297664 CONCAT   &#8211;        RW<br />
sd rootdisk02-10 oravol-02   rootdisk02 34066432 109297664 0      c3t0d0   ENA</p>
<p>ENABLED SYNC could happened when you do the vxassist and then ctrl+c incidently.</p>
<p>Solution:<br />
vxvol -g rootdg -f resync oravol</p>
<p>this need wait a while.</p>
<p>no verbose progress shows up. you can check with following.<br />
vxprint -g rootdg -l|grep -i sync<br />
state:    state=SYNC kernel=ENABLED cdsrecovery=2/2 (syncing)</p>
<p>Another tips:<br />
df -h can&#8217;t find the change for vxresize. but vxprint shows up.<br />
you can use fsadm -b to extend the fs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-03-vxprint-volume-enabled-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle:dbca hang when click finish</title>
		<link>http://www.linuxdict.com/2012-03-oracledbca-hang-when-click-finish/</link>
		<comments>http://www.linuxdict.com/2012-03-oracledbca-hang-when-click-finish/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 12:52:49 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=725</guid>
		<description><![CDATA[this issue happen when you install Oracle with Creating DB. or use dbca to create DB. Env, use Xming as X server. and foward Oracle X to Xming. $export DISPLAY=192.168.1.103:0.0 $dbca Warning: Cannot convert string &#8220;-b&#038;h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1&#8243; to type FontStruct Note, the Warning is the killer. which stopped dbca go foward You may check the trace [...]]]></description>
			<content:encoded><![CDATA[<p>this issue happen when you install Oracle with Creating DB. or use dbca to create DB.</p>
<p>Env, use Xming as X server. and foward Oracle X to Xming.<br />
$export DISPLAY=192.168.1.103:0.0<br />
$dbca<br />
Warning: Cannot convert string &#8220;-b&#038;h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1&#8243; to type FontStruct</p>
<p>Note, the Warning is the killer. which stopped dbca go foward</p>
<p><span id="more-725"></span><br />
You may check the trace log. every time you click the finish, it will show, FinishClicked: true<br />
/app/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/trace.log<br />
[AWT-EventQueue-0] [10:45:2:543] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true</p>
<p>to fix it:<br />
1. install the Xming-fonts which can be downloaded from Xming site.<br />
2. use Linux computer as the X server.</p>
<p>Btw, you may met issue with X in linux.<br />
X :0 -nolisten tcp<br />
it doesn&#8217;t change even you updated the /etc/X11/xinit/xserverrc.<br />
try this<br />
add following lines to /etc/gdm/custom.conf</p>
<blockquote><p>[security]<br />
DisallowTCP=false</p></blockquote>
<p>and reboot the computer. or restart gdm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-03-oracledbca-hang-when-click-finish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris SVM usage step by step</title>
		<link>http://www.linuxdict.com/2012-02-solaris-svm-usage-step-by-step/</link>
		<comments>http://www.linuxdict.com/2012-02-solaris-svm-usage-step-by-step/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 14:20:45 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=723</guid>
		<description><![CDATA[Notes: need create svm env for Prod patch test. actually zfs is much convinent now. still the requirement issue. we can&#8217;t take advantage of zfs in Solaris 9/8 Step 1. create VM with 2 drives. c0t0d0 &#038; c0t1d0 Step 2. Duet to hardware limit, we use x86, Install Solaris 10 with option 4. install with [...]]]></description>
			<content:encoded><![CDATA[<p>Notes: need create svm env for Prod patch test. actually zfs is much convinent now. still the requirement issue. we can&#8217;t take advantage of zfs in Solaris 9/8</p>
<p>Step 1.<br />
create VM with 2 drives. c0t0d0 &#038; c0t1d0</p>
<p>Step 2.<br />
Duet to hardware limit, we use x86, Install Solaris 10 with option 4. install with Text console. we install OS on one disk</p>
<p>Step 3.<br />
Create SVM<br />
<span id="more-723"></span><br />
3.1 create the same disk layout as rootdisk,<br />
prtvtoc /dev/rdsk/c0t0d0s2|fmthard -s &#8211; /dev/rdsk/c0t1d0s2</p>
<p>3.2 initialize the metadb, depends the layout you have. choose two slice for the meta store.<br />
metadb -a -f -c 2 <em>c0t0d0s3 c0t1d0s3</em><br />
metadb<br />
        flags           first blk       block count<br />
     a m  p  luo        16              8192            /dev/dsk/c0t0d0s3<br />
     a    p  luo        16              8192            /dev/dsk/c0t1d0s3</p>
<p>3.3 install grub to the s0 for / ? (maybe not nessary to solaris 10)<br />
installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0t1d0s0</p>
<p>3.4 create mirror for /<br />
# metainit -f d10 concat/stripe numstripes slice<br />
metainit -f d10 1 1 c0t0d0s0<br />
metainit -f d20 1 1 c0t1d0s0</p>
<p># metainit mirror -m submirror<br />
metainit d0 -m d10</p>
<p># create root on the mirror, this will update /etc/vfstab and /etc/system let the boot use d0<br />
metaroot d0</p>
<p>3.5 after that reboot &#8212; -r, then attach d20 to the mirror.<br />
metattach d0 d20</p>
<p>3.6. do the same on /var</p>
<p>Issue and tips;<br />
# mount cd on solaris<br />
iostate -En #get the cdrom<br />
mount -F hsfs -o ro /dev/dsk/c1t0d0s0 /mnt<br />
or<br />
mount -F hsfs -r /dev/sr0 /mnt</p>
<p># swap off the swap device<br />
swap -d /dev/dsk/c0t0d0sx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-solaris-svm-usage-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to fix vxdisk/dmp state disabled</title>
		<link>http://www.linuxdict.com/2012-02-how-to-fix-vxdiskdmp-state-disabled/</link>
		<comments>http://www.linuxdict.com/2012-02-how-to-fix-vxdiskdmp-state-disabled/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 23:54:26 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=721</guid>
		<description><![CDATA[sometime you add new disk. will notice vxdisk list show path state=disabled. vxdisk list c2t0d63s2 Multipathing information: numpaths: 2 c2t0d63s2 state=disabled c3t0d63s2 state=disabled vxdmpadm enable path=c2t0d63s2 vxdmpadm enable path=c3t0d63s2 then it goes to numpaths: 2 c2t0d63s2 state=enabled c3t0d63s2 state=enabled]]></description>
			<content:encoded><![CDATA[<p>sometime you add new disk. will notice vxdisk list show path state=disabled.</p>
<p>vxdisk list c2t0d63s2<br />
Multipathing information:<br />
numpaths:   2<br />
c2t0d63s2       state=disabled<br />
c3t0d63s2       state=disabled</p>
<p>vxdmpadm enable path=c2t0d63s2<br />
vxdmpadm enable path=c3t0d63s2</p>
<p>then it goes to<br />
numpaths:   2<br />
c2t0d63s2       state=enabled<br />
c3t0d63s2       state=enabled</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-how-to-fix-vxdiskdmp-state-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub2: fix dual boot issue</title>
		<link>http://www.linuxdict.com/2012-02-grub2-fix-dual-boot-issue/</link>
		<comments>http://www.linuxdict.com/2012-02-grub2-fix-dual-boot-issue/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 13:24:39 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=718</guid>
		<description><![CDATA[Trying boot from livecd to fix the dual boot issue. ubuntu@ubuntu:~$ sudo grub-install /dev/sda /usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?). Solution: set the /boot/grub path root@ubuntu:~# mkdir /a; mount /dev/sda1 /a # sda1 is the root you installed linux root@ubuntu:~# grub-install /dev/sda &#8211;boot-directory=/a/boot/grub Installation finished. No error reported.]]></description>
			<content:encoded><![CDATA[<p>Trying boot from livecd to fix the dual boot issue.<br />
ubuntu@ubuntu:~$ sudo grub-install /dev/sda<br />
/usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).</p>
<p>Solution:<br />
set the /boot/grub path<br />
root@ubuntu:~# mkdir /a; mount /dev/sda1 /a  # sda1 is the root you installed linux<br />
root@ubuntu:~# grub-install /dev/sda &#8211;boot-directory=/a/boot/grub<br />
Installation finished. No error reported.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-grub2-fix-dual-boot-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Management: Soft collection</title>
		<link>http://www.linuxdict.com/2012-02-system-management-soft-collection/</link>
		<comments>http://www.linuxdict.com/2012-02-system-management-soft-collection/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 05:12:22 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=716</guid>
		<description><![CDATA[Pulp vs Spacewalk Puppet vs Chef vs Cfengine]]></description>
			<content:encoded><![CDATA[<p><a href="http://pulpproject.org/" title="Pulp" target="_blank">Pulp </a>vs <a href="http://spacewalk.redhat.com" title="SpaceWalk" target="_blank">Spacewalk</a></p>
<p>Puppet vs Chef vs Cfengine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-system-management-soft-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby: Cipher is not a module</title>
		<link>http://www.linuxdict.com/2012-02-ruby-cipher-is-not-a-module/</link>
		<comments>http://www.linuxdict.com/2012-02-ruby-cipher-is-not-a-module/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 23:25:18 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=714</guid>
		<description><![CDATA[This mostly happened on CentOS 64 Solution: rpm -qi ruby Name : ruby Relocations: (not relocatable) Version : 1.8.7.299 Vendor: AegisCo then get the source package with the same version. cd /usr/src/redhat/SOURCES/ruby-1.8.7-p299/ext/openssl/ ruby extconf.rb make make install]]></description>
			<content:encoded><![CDATA[<p>This mostly happened on CentOS 64</p>
<p>Solution:<br />
rpm -qi ruby<br />
Name        : ruby                         Relocations: (not relocatable)<br />
Version     : 1.8.7.299                         Vendor: AegisCo<br />
then get the source package with the same version.<br />
cd /usr/src/redhat/SOURCES/ruby-1.8.7-p299/ext/openssl/<br />
ruby extconf.rb<br />
make<br />
make install</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-ruby-cipher-is-not-a-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCS: fix dg disabled. cannot open &#8221; &#8221; for quotactl</title>
		<link>http://www.linuxdict.com/2012-02-vcs-fix-dg-disabled-cannot-open-for-quotactl/</link>
		<comments>http://www.linuxdict.com/2012-02-vcs-fix-dg-disabled-cannot-open-for-quotactl/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 00:47:11 +0000</pubDate>
		<dc:creator>edyliu</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vcs]]></category>

		<guid isPermaLink="false">http://www.linuxdict.com/?p=711</guid>
		<description><![CDATA[root@myhost1# vxdisk list DEVICE TYPE DISK GROUP STATUS sdbu auto:cdsdisk emc1XXX DB_PRD online dgdisabled sdbv auto:cdsdisk emc1XXX DBarc_PRD online dgdisabled root@myhost1# vxdg deport DB_PRD VxVM vxdg ERROR V-5-1-584 Disk group DB_PRD: Some volumes in the disk group are in use but df doesn&#8217;t show up anything related with DG. /dev/vx/dsk/DB_PRD/DBroot /BCV/DB vxfs noauto,_netdev 0 0 [...]]]></description>
			<content:encoded><![CDATA[<p>root@myhost1# vxdisk list<br />
DEVICE       TYPE            DISK         GROUP        STATUS<br />
sdbu         auto:cdsdisk    emc1XXX      DB_PRD  online dgdisabled<br />
sdbv         auto:cdsdisk    emc1XXX      DBarc_PRD online dgdisabled</p>
<p>root@myhost1# vxdg deport DB_PRD<br />
VxVM vxdg ERROR V-5-1-584 Disk group DB_PRD: Some volumes in the disk group are in use<br />
<span id="more-711"></span><br />
but df doesn&#8217;t show up anything related with DG.</p>
<p>/dev/vx/dsk/DB_PRD/DBroot	/BCV/DB	vxfs    noauto,_netdev  0 0<br />
/dev/vx/dsk/DB_PRD/DB-ora	/BCV/DB/ora	vxfs    noauto,_netdev  0 0<br />
/dev/vx/dsk/DBarc_PRD/DB-ora-archivelog01	/BCV/DB/ora/archivelog01	vxfs    noauto,_netdev  0 0</p>
<p>root@myhost1# mount /BCV/DB<br />
root@myhost1# mount /BCV/DB/ora<br />
UX:vxfs mount.vxfs: ERROR: V-3-21300: cannot open &#8220;/BCV/DB/ora&#8221; for quotactl</p>
<p>root@myhost1#fuser -c /BCV/DB<br />
Cannot stat file /proc/13919/fd/4: Input/output error<br />
Cannot stat file /proc/13946/fd/5: Input/output error<br />
root@myhost1#ps -ef|grep &#8220;13919|13946&#8243;<br />
root     13919     1  0 Jan28 ?        00:00:00 bpbkar -r 1209600 -ru root -dt 0 -to 0 -clnt<br />
root     13946     1  0 Jan28 ?        00:00:00 bpbkar -r 1209600 -ru root -dt 0 -to 0 -clnt<br />
root@myhost1# kill -9 13919 13946</p>
<p># succeed deport the dg now.<br />
root@myhost1# vxdg deport DB_PRD<br />
root@myhost1# vxdg -C import DB_PRD<br />
root@myhost1# vxdg list<br />
NAME         STATE           ID<br />
localnbu     enabled,cds          1245484407.6.myhost1<br />
DB_PRD       enabled,cds        1286892006.172.myhost2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxdict.com/2012-02-vcs-fix-dg-disabled-cannot-open-for-quotactl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

