Hi,

now i have build my own configuration file, but i still get the "segmentation
fault" error. Does someone know why this happens? Maybe the conf-file is not
correct?

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE Repligard [
<!ELEMENT Repligard (database?,login?,replicate?)>

<!ELEMENT database EMPTY>
<!ATTLIST database schema CDATA #REQUIRED>
<!ATTLIST database name CDATA #REQUIRED>
<!ATTLIST database username CDATA #REQUIRED>
<!ATTLIST database password CDATA #REQUIRED>
<!ATTLIST database encoding CDATA #REQUIRED>
<!ATTLIST database blobdir CDATA #REQUIRED>

<!ELEMENT login EMPTY>
<!ATTLIST login username CDATA #REQUIRED>
<!ATTLIST login password CDATA #REQUIRED>

<!ELEMENT replicate (resource*)>
<!ATTLIST replicate all (yes|no) 'no'>

<!ELEMENT resource EMPTY>
<!ATTLIST resource type CDATA #IMPLIED>
<!ATTLIST resource id CDATA #IMPLIED>
<!ATTLIST resource guid CDATA #IMPLIED>
]>
<Repligard xmlns="http://www.midgard-project.org/repligard/1.4";>
        <database
                schema="/usr/local/share/midgard/repligard.xml"
                name="midgardstaging"
                username="midgard"
                password="52uDVyX4vMWs"
                encoding="ISO-8859-1"
                blobdir="/var/www/blobs_staging"
        />

        <login
                username="repligard"
                password="04vq273.f.rQ."
        />
        <replicate>
<resource guid="e7aa710294e0815bdd928936efe5f96f"/>
<resource guid="2950c304e23526a900527222d23aec9b"/>
<resource guid="244035cc211787751cee505b9154b9e7"/>
<resource guid="0c28eb5d2f6d3abc02abd29d3d6ff61f"/>
<resource guid="f3b9ecae42ecd2568a13317ebd2169eb"/>
<resource guid="2e465e019346bc975024dbd74de30352"/>
<resource guid="67e37bfc950e2edf0fe207ef10e20a91"/>
<resource guid="3b0d5a068e7f744b66349487ad3bd8fb"/>
<resource guid="17e3d2eb549e9df2e694e56a45cd5e2d"/>
<resource guid="32cd168ccb27d2f962e0446653b8bc2f"/>
<resource guid="9011a1b32171ef1f434b6594a50f540a"/>
<resource guid="2925a94efa21dd34469804cc869e77db"/>
<resource guid="2e4f18c0b048a538c6d7d71f5ba4e164"/>
<resource guid="f122e12a50e42a2c18ff7f0fe03e0748"/>
<resource guid="1782999a79581fb69b82b4afe5f808ba"/>
<resource guid="621717bf00be8c52579947f26402ddae"/>
<resource guid="15c3080741082d636737a97af9b3f696"/>
<resource guid="c0ec3698075324ac1afac1d190bc9cd3"/>
<resource guid="52debbef2801be7718d2c2adea777dbb"/>
<resource guid="4ab5fd271c36a37834c69bf0a5d0815e"/>
<resource guid="d381128f98f4ee1b111cec773467ed98"/>
<resource guid="85863db384515db68464a49d9435a9fa"/>
<resource guid="60d2d6ed5a9b108e040745ae4f774356"/>
<resource guid="92a93324437fcd468966a999112bc5f1"/>
<resource guid="77914c1d16b1494d13a2b8622f36f99f"/>
<resource guid="62f248114d2f88e73b5442aa5bf03719"/>
<resource guid="a99b73bf071bd376800ba4816ef8c854"/>
<resource guid="17de49a8adc7072d4c5b36add5b3e45b"/>
</replicate>
</Repligard>

> 
> If i try to import i get a "segmentation fault" from 
> repligard. Isn't it
> possible to create a valid configuration file from the 
> repligard tool in
> nadmin and the use this file for manually exporting/importing?
> 
> Regards,
> Alex
> 
> 
> Quoting Alexander Rigo <[EMAIL PROTECTED]>:
> 
> > The configuration looks like:
> This looks like a picture of my family :)
> 
> Alexander, try importing the exports using normal repligard. 
> If that works, 
> then look at the source of the import and make sure it reads 
> the correct
> config 
> file etc.
> 
> TH
> 
> > e7aa710294e0815bdd928936efe5f96f
> > 2950c304e23526a900527222d23aec9b
> > 244035cc211787751cee505b9154b9e7
> > 0c28eb5d2f6d3abc02abd29d3d6ff61f
> > f3b9ecae42ecd2568a13317ebd2169eb
> > 2e465e019346bc975024dbd74de30352
> > 67e37bfc950e2edf0fe207ef10e20a91
> > 3b0d5a068e7f744b66349487ad3bd8fb
> > 17e3d2eb549e9df2e694e56a45cd5e2d
> > 32cd168ccb27d2f962e0446653b8bc2f
> > 9011a1b32171ef1f434b6594a50f540a
> > 2925a94efa21dd34469804cc869e77db
> > 2e4f18c0b048a538c6d7d71f5ba4e164
> > f122e12a50e42a2c18ff7f0fe03e0748
> > 1782999a79581fb69b82b4afe5f808ba
> > 621717bf00be8c52579947f26402ddae
> > 15c3080741082d636737a97af9b3f696
> > c0ec3698075324ac1afac1d190bc9cd3
> > 52debbef2801be7718d2c2adea777dbb
> > 4ab5fd271c36a37834c69bf0a5d0815e
> > d381128f98f4ee1b111cec773467ed98
> > 85863db384515db68464a49d9435a9fa
> > 60d2d6ed5a9b108e040745ae4f774356
> > 92a93324437fcd468966a999112bc5f1
> > 77914c1d16b1494d13a2b8622f36f99f
> > 62f248114d2f88e73b5442aa5bf03719
> > a99b73bf071bd376800ba4816ef8c854
> > 17de49a8adc7072d4c5b36add5b3e45b
> > 
> > I don't now what to do with this.
> > 
> > 
> > >maybe i am a idiot or repligard is hard to understand 
> (please do not
> > comment
> > >this sentence! :-) ). I used the repligard tool in the 
> tools section of
> > >Nadmin. Exporting was easy, importing is impossible. If i 
> try to import
> > the
> > >file i get a gzip(none) error, and some more. Please help.
> > 
> > 
> > The Nadmin-repligard-tool is in BETA and does not work properly :-)
> > - what's the file-size of the xmlgz you get as output?
> > - can you mail the configuration (it's in the "Snippets -
> > Repligard-Store")?
> > 
> > regards,
> > 
> > Anatol Mayr / HEXAGON
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> Mob: 920 63 413 
> 
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to