diff options
| author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 | 
|---|---|---|
| committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 | 
| commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
| tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20110322 | |
| parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
| download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip  | |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110322')
6 files changed, 584 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment-0001.html new file mode 100644 index 000000000..e14803bc2 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment-0001.html @@ -0,0 +1,15 @@ +<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: arial, sans-serif; font-size: 13px; ">hello everyone,<div> +<br></div><div>i've been testing the mageia alpha-1 and -2 and i stumbled over a weird behaviour of my lovely dropbox client.</div><div>(dropbox is a sync service) the client is available for fedora and ubuntu and as tar archive for compilation.</div> +<div><br></div><div>the package as the comiled sources don't do very much, they only download and install the actual dropbox daemon which is closed source.</div><div>it works fine on ubuntu but not on mageia :/</div><div> +<br></div><div>the installed menuitem doesn't do anything and the console application is just acting weird.</div><div><br></div><div>the command list:</div><div><div>$ dropbox </div><div>Dropbox command-line interface</div> +<div><br></div><div>commands:</div><div><br></div><div>Note: use dropbox help <command> to view usage for a specific command.</div><div><br></div><div> status       get current status of the dropboxd</div><div> help         provide help</div> +<div> puburl       get public url of a file in your dropbox</div><div> stop         stop dropboxd</div><div> running      return whether dropbox is running</div><div> start        start dropboxd</div><div> filestatus   get current sync status of one or more files</div> +<div> ls           list directory contents with current sync status</div><div> autostart    automatically start dropbox at login</div><div> exclude      ignores/excludes a directory from syncing</div></div><div><br></div> +<div>i think the daemon wasn't installed correctly ( although i tried it several times ) because every command just throws errors.</div><div>e.g.:</div><div><div>$ dropbox start</div><div>Dropbox isn't responding!</div> +<div>Dropbox is already running!</div></div><div><br></div><div><br></div><div><div>$ dropbox filestatus</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/dropbox", line 1242, in <module></div> +<div>    ret = main(sys.argv)</div><div>  File "/usr/bin/dropbox", line 1231, in main</div><div>    result = commands[argv[i]](argv[i+1:])</div><div>  File "/usr/bin/dropbox", line 604, in newmeth</div> +<div>    return meth(*n, **kw)</div><div>  File "/usr/bin/dropbox", line 860, in filestatus</div><div>    status = dc.icon_overlay_file_status(path=fp).get(u'status', [u'unknown'])[0]</div><div>  File "/usr/bin/dropbox", line 575, in __spec_command</div> +<div>    return self.send_command(unicode(name), kw)</div><div>  File "/usr/bin/dropbox", line 533, in send_command</div><div>    ok = self.__readline() == u"ok"</div><div>  File "/usr/bin/dropbox", line 509, in __readline</div> +<div>    raise DropboxCommand.BadConnectionError()</div><div>__main__.BadConnectionError</div></div><div><br></div><div>or my favorite:</div><div><br></div><div><div>$ dropbox start --install</div><div>Dropbox isn't running!</div> +<div>Dropbox is already running!</div></div><div><br></div><div>does anybody maybe have the same problems or any solution hints for this?</div><div><br></div><div>thank you.</div><div><br></div><font color="#888888"><div> +lb</div></font></span> diff --git a/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment.html b/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment.html new file mode 100644 index 000000000..e14803bc2 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/096ca190/attachment.html @@ -0,0 +1,15 @@ +<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: arial, sans-serif; font-size: 13px; ">hello everyone,<div> +<br></div><div>i've been testing the mageia alpha-1 and -2 and i stumbled over a weird behaviour of my lovely dropbox client.</div><div>(dropbox is a sync service) the client is available for fedora and ubuntu and as tar archive for compilation.</div> +<div><br></div><div>the package as the comiled sources don't do very much, they only download and install the actual dropbox daemon which is closed source.</div><div>it works fine on ubuntu but not on mageia :/</div><div> +<br></div><div>the installed menuitem doesn't do anything and the console application is just acting weird.</div><div><br></div><div>the command list:</div><div><div>$ dropbox </div><div>Dropbox command-line interface</div> +<div><br></div><div>commands:</div><div><br></div><div>Note: use dropbox help <command> to view usage for a specific command.</div><div><br></div><div> status       get current status of the dropboxd</div><div> help         provide help</div> +<div> puburl       get public url of a file in your dropbox</div><div> stop         stop dropboxd</div><div> running      return whether dropbox is running</div><div> start        start dropboxd</div><div> filestatus   get current sync status of one or more files</div> +<div> ls           list directory contents with current sync status</div><div> autostart    automatically start dropbox at login</div><div> exclude      ignores/excludes a directory from syncing</div></div><div><br></div> +<div>i think the daemon wasn't installed correctly ( although i tried it several times ) because every command just throws errors.</div><div>e.g.:</div><div><div>$ dropbox start</div><div>Dropbox isn't responding!</div> +<div>Dropbox is already running!</div></div><div><br></div><div><br></div><div><div>$ dropbox filestatus</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/dropbox", line 1242, in <module></div> +<div>    ret = main(sys.argv)</div><div>  File "/usr/bin/dropbox", line 1231, in main</div><div>    result = commands[argv[i]](argv[i+1:])</div><div>  File "/usr/bin/dropbox", line 604, in newmeth</div> +<div>    return meth(*n, **kw)</div><div>  File "/usr/bin/dropbox", line 860, in filestatus</div><div>    status = dc.icon_overlay_file_status(path=fp).get(u'status', [u'unknown'])[0]</div><div>  File "/usr/bin/dropbox", line 575, in __spec_command</div> +<div>    return self.send_command(unicode(name), kw)</div><div>  File "/usr/bin/dropbox", line 533, in send_command</div><div>    ok = self.__readline() == u"ok"</div><div>  File "/usr/bin/dropbox", line 509, in __readline</div> +<div>    raise DropboxCommand.BadConnectionError()</div><div>__main__.BadConnectionError</div></div><div><br></div><div>or my favorite:</div><div><br></div><div><div>$ dropbox start --install</div><div>Dropbox isn't running!</div> +<div>Dropbox is already running!</div></div><div><br></div><div>does anybody maybe have the same problems or any solution hints for this?</div><div><br></div><div>thank you.</div><div><br></div><font color="#888888"><div> +lb</div></font></span> diff --git a/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment-0001.html new file mode 100644 index 000000000..a0cb15690 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment-0001.html @@ -0,0 +1,264 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +    <meta charset="utf-8"> +    <style> +    body { font-size: 80%; font-family: Helvetica; background: #aaa; } +    .clear, hr { clear: both; } +    ul.boxes { margin: 0; padding: 0; /*width: 1800px;*/ } +    ul.boxes > li { padding-bottom: 2em; } +    ul.boxes > li { +        background: #fff; +        position: relative; +        list-style: none; +        display: block; +        float: left; +        padding: 0 1em 2em 1em; +        max-width: 600px; +        z-index: 1; +        margin: 12px; +        -webkit-box-shadow: 0 2px 6px #444; +        -webkit-border-radius: 6px; +        -moz-box-shadow: 0 2px 6px #444; +        -moz-border-radius: 6px; +        box-shadow: 0 2px 6px #444; +        border-radius: 6px; +    } +    ul.boxes > li:after { +        content: "\02192"; +        display: block; +        position: absolute; +        top: 0px; +        right: -16px; +        font-size: 200%; +        font-weight: bold; +        background: #fff; +        z-index: 5; +        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#aaa)); +        background: -moz-gradient(linear, left top, right top, from(#fff), to(#aaa)); +        background: gradient(linear, left top, right top, from(#fff), to(#aaa)); +         +    } +    ul.boxes > li:last-child:after { +        content: ""; +    } +    ul.boxes h3 { } +    .light { font-weight: normal; } +    ul.boxes li ul { padding-left: 1.5em; } +    li.warn { color: red; list-style-type: disc; } +    .todo { font-style: italic; color: #bbb; } +    .todo:before { content: "(";} +    .todo:after { content: ")";} +    .info { color: #222; } +    .warning { color: orange; list-style-type: disc; } +    .error, .failed { color: red; list-style-type: disc; } +    .ok { color: green; } +    .isobuild td, +    .isobuild th { vertical-align: top; } +    td.build-id { text-align: right; } +    p#mockup-sign { +        position: absolute; +        top: 0; left: -6em; +        width: 10em; +        background: red; +        color: white; +        border: 2px solid white; +        padding: 0.3em 0 0.3em 6em; +        font-weight: bold; +        text-shadow: -1px 1px 2px #888; +        -moz-transform: rotate(-45deg); +        -webkit-transform: rotate(-45deg); +        transform: rotate(-45deg); +        -webkit-box-shadow: 0 1px 6px #888; +        -moz-box-shadow: 0 1px 6px #888; +        box-shadow: 0 1px 6px #888; +    } +    div.dnotes { color: #666; border: 1px solid #666; padding: 0.6em; font-size: 85%; } +    div.dnotes:before { content: "Design Notes"; color: #666; font-weight: bold; text-decoration: underline; } +    </style> +</head> +<body> +    <p id="mockup-sign">Mockup!</p> +    <h1>Mageia factory status dashboard</h1> +    <p>This document aggregates various reports from Mageia build chain, from source code to shipped test ISOs.</p> +    <ul class="boxes"> +        <li><h3>Upstream Projects</h3> +            <ul> +                <li>32 in mageia/soft, view <a href="">svnweb</a></li> +                <li>2343 in other places</li> +                <li>143 out of sync with upstream</li> +            </ul> +            <p>view <a href="">detailed report</a></p> +        </li> +        <li><h3>Source Packages</h3> +            <p>Status: <span class="ok">OK</span>.</p> +            <ul> +                <li>2.1GB</li> +                <li>4325 packages</li> +                <li class="warning">23 <a href="">orphans</a></li> +                <li class="warning">432 <a href="">out-of-upstream-sync</a></li> +                <li class="info">432 <a href="">patches</a></li> +                <li class="warning">234 <a href="">open bugs</a> on 43 packages</li> +                <li class="error">54 <a href="">rpmlint errors</a> in 23 packages (5%)</li> +                <li class="warning">5433 <a href="">rpmlint warnings</a> in 3325 packages</li> +            </ul> +            <p>view <a href="">svn</a>, <a href="">git</a>, +                <a href="">detailed report</a></p> +        </li> +        <li><h3>Packages Build <span class="light">(past 24 hours)</span></h3> +            <p>Status: <span class="ok">READY</span>.</p> +            <ul> +                <li>5 nodes working out of 6</li> +                <li>used 78% of the time</li> +                <li>queue size: <span title="min">0</span>/<span title="max">20</span>/<span title="average">4</span></li> +                <li>built time: min/max/avg</li> +                <li>wait time: min/max/avg</li> +                <li>1234 built packages</li> +                <li class="warning">321 not built (%): +                    <ul> +                        <li>missing dependencies %</li> +                        <li>other</li> +                    </ul> +                </li> +            </ul> +            <p>view <a href="">pkgsubmit</a>, <a href="">detailed report</a></p> +        </li> +        <li><h3>Cauldron Compiled Packages</h3> +            <p>Status: <span class="failed">NOT READY</span>.</p> +            <ul> +                <li>9.2GB</li> +                <li>4324 packages</li> +                <li class="error">Broken hdlist (i586/nonfree)</li> +                <li class="error">Signatures: 23 missing (i586/nonfree, i586/tainted)</li> +                <li class="error">Dependencies: 32 missing, 2 circular</li> +                <li class="warning">15 packages are not in sync with their source</li> +                <li class="error">432 missing/broken signatures</li> +                <li class="warning"><a href="">213 bugs</a></li> +                <li>@todo: per package test suite? rpmlint, other</li> +                <li>@todo: src => 32/64/arm</li> +                <li class="warning">Basesystem size: 437MB, w/o suggests: 163MB</li> +            </ul> +            <p>view <a href="">repository</a>, <a href="">detailed report</a></p> +             +            <div class="dnotes"> +                <ul> +                    <li>how to visualize several trees at once? (stable & cauldron at least)</li> +                </ul> +            </div> +        </li> +        <li><h3>Cauldron ISO Build / QA / Publication <span class="light">(past 3 days)</span></h3> +            <p>Status: <span class="ok">READY, OK</span>.</p> +            <ul> +                <li><p>Built packages tree is not ready – no build planned.</p>Or:</li> +                <li><p>Next build 1a1 should start in about 12 hours (at 2011-03-15-20:23:33), +                    with a <a href="">new context</a>.</p>Or:</li> +                <li><h4>Build 1a0 +                    <span style="font-weight: normal;">(<a href="">context diff w/ build 199</a>)</span> +                    – 2011-03-14 23:03:15</h4> +                    <ul> +                        <li>DVD i586, +                            <span class="ok">build ok</span> (<a href="">log</a>), +                            <span class="failed">tests failed</span> (<a href="">log</a>), +                            <a href="">cauldron-2-dvd-i586-1a0-qafail.iso</a></li> +                        <li>DVD x86_64, +                            <span class="ok">build ok</span> (<a href="">log</a>), +                            <span class="ok">tests ok</span> (<a href="">log</a>), +                            <a href="">cauldron-2-dvd-i586-1a0-ok.iso</a></li> +                        <li>CD dual, +                            <span class="failed">build failed</span> (<a href="">log</a>)</li> +                        <li>building netinstall image...</li> +                    </ul> +                <li><h4>Build 199 +                    <span style="font-weight: normal;">(<a href="">context diff w/ build 198</a>)</span> +                    – 2011-03-12 23:03:15</h4> +                    <table border="1" class="isobuild"> +                    <tbody> +                        <tr> +                            <th>Item</th> +                            <th>Build</th> +                            <th>Tests</th> +                            <th>Download</th> +                        </tr> +                        <tr> +                            <td>DVD i586</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-dvd-i586-ok.iso</a></td> +                        </tr> +                        <tr> +                            <td>DVD x86_64</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="failed">FAILED</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-dvd-x86_64-qafail.iso</a></td> +                        </tr> +                        <tr> +                            <td>CD dual</td> +                            <td><span class="failed">FAILED</span> (<a href="">log</a>)</td> +                            <td></td> +                            <td></td> +                        </tr> +                        <tr> +                            <td>netinstall</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-netinstall-ok.iso</td> +                        </tr> +                    </tbody> +                    </table> +     +                </li> +            </ul> +             +            <p><strong>Notes.</strong> +                Successfully built ISOs are automatically tested (<a href="">view ISO QA docs</a>) +                and pushed to <a href="">isos.mageia.org/daily</a>. +                Failed ISOs are kept for review. +                All ISOs are dropped after 7 days of age.</p> +            <div class="dnotes"> +                <ul> +                    <li>A "context" is the whole context of an ISO build: +                        packages tree status, particular config status.</li> +                    <li>Not sure about the layout for a build result: list or table?</li> +                </ul> +            </div> +        </li> +    </ul> +     +    <hr /> +    <div class="dnotes"> +        <p>Essayer : droite/gauche (renversé), haut/bas (renversé) pour mettre le focus (premier item lu en haut à gauche) +            soit sur le résultat (les ISOs) soit sur la source.</p> +    </div> + +    <ul class="boxes"> +        <li style="width:300px;"><h3>Search</h3> +             +            <p>Have a search for packages infos + high-level report matrix.</p> +             +            <p><input type="search"><input type="submit"></p> +        </li> +        <li><h3>indexhtml</h3> +            <ul> +                <li>upstream: ... version</li> +                <li>source size</li> +                <li>spec file OK</li> +                <li>maintained by rda, ennael</li> +                <li>no patch</li> +                <li>2 bugs</li> +                <li>2 rpmlint warning</li> +                <li>License</li> +                <li>built version ... in 2 minutes (log)</li> +                <li>last rebuilt on ...</li> +                <li>Needed by: evolution (needs rebuild), firefox (needs rebuild)</li> +                <li>RPM: noarch: 230kB</li> +                <li>in core</li> +                <li>in hdlist</li> +                <li>signature OK</li> +                <li>dependencies OK</li> +            </ul> +        </li> +    </ul> +    <hr> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment.html b/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment.html new file mode 100644 index 000000000..a0cb15690 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/b9114c2c/attachment.html @@ -0,0 +1,264 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +    <meta charset="utf-8"> +    <style> +    body { font-size: 80%; font-family: Helvetica; background: #aaa; } +    .clear, hr { clear: both; } +    ul.boxes { margin: 0; padding: 0; /*width: 1800px;*/ } +    ul.boxes > li { padding-bottom: 2em; } +    ul.boxes > li { +        background: #fff; +        position: relative; +        list-style: none; +        display: block; +        float: left; +        padding: 0 1em 2em 1em; +        max-width: 600px; +        z-index: 1; +        margin: 12px; +        -webkit-box-shadow: 0 2px 6px #444; +        -webkit-border-radius: 6px; +        -moz-box-shadow: 0 2px 6px #444; +        -moz-border-radius: 6px; +        box-shadow: 0 2px 6px #444; +        border-radius: 6px; +    } +    ul.boxes > li:after { +        content: "\02192"; +        display: block; +        position: absolute; +        top: 0px; +        right: -16px; +        font-size: 200%; +        font-weight: bold; +        background: #fff; +        z-index: 5; +        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#aaa)); +        background: -moz-gradient(linear, left top, right top, from(#fff), to(#aaa)); +        background: gradient(linear, left top, right top, from(#fff), to(#aaa)); +         +    } +    ul.boxes > li:last-child:after { +        content: ""; +    } +    ul.boxes h3 { } +    .light { font-weight: normal; } +    ul.boxes li ul { padding-left: 1.5em; } +    li.warn { color: red; list-style-type: disc; } +    .todo { font-style: italic; color: #bbb; } +    .todo:before { content: "(";} +    .todo:after { content: ")";} +    .info { color: #222; } +    .warning { color: orange; list-style-type: disc; } +    .error, .failed { color: red; list-style-type: disc; } +    .ok { color: green; } +    .isobuild td, +    .isobuild th { vertical-align: top; } +    td.build-id { text-align: right; } +    p#mockup-sign { +        position: absolute; +        top: 0; left: -6em; +        width: 10em; +        background: red; +        color: white; +        border: 2px solid white; +        padding: 0.3em 0 0.3em 6em; +        font-weight: bold; +        text-shadow: -1px 1px 2px #888; +        -moz-transform: rotate(-45deg); +        -webkit-transform: rotate(-45deg); +        transform: rotate(-45deg); +        -webkit-box-shadow: 0 1px 6px #888; +        -moz-box-shadow: 0 1px 6px #888; +        box-shadow: 0 1px 6px #888; +    } +    div.dnotes { color: #666; border: 1px solid #666; padding: 0.6em; font-size: 85%; } +    div.dnotes:before { content: "Design Notes"; color: #666; font-weight: bold; text-decoration: underline; } +    </style> +</head> +<body> +    <p id="mockup-sign">Mockup!</p> +    <h1>Mageia factory status dashboard</h1> +    <p>This document aggregates various reports from Mageia build chain, from source code to shipped test ISOs.</p> +    <ul class="boxes"> +        <li><h3>Upstream Projects</h3> +            <ul> +                <li>32 in mageia/soft, view <a href="">svnweb</a></li> +                <li>2343 in other places</li> +                <li>143 out of sync with upstream</li> +            </ul> +            <p>view <a href="">detailed report</a></p> +        </li> +        <li><h3>Source Packages</h3> +            <p>Status: <span class="ok">OK</span>.</p> +            <ul> +                <li>2.1GB</li> +                <li>4325 packages</li> +                <li class="warning">23 <a href="">orphans</a></li> +                <li class="warning">432 <a href="">out-of-upstream-sync</a></li> +                <li class="info">432 <a href="">patches</a></li> +                <li class="warning">234 <a href="">open bugs</a> on 43 packages</li> +                <li class="error">54 <a href="">rpmlint errors</a> in 23 packages (5%)</li> +                <li class="warning">5433 <a href="">rpmlint warnings</a> in 3325 packages</li> +            </ul> +            <p>view <a href="">svn</a>, <a href="">git</a>, +                <a href="">detailed report</a></p> +        </li> +        <li><h3>Packages Build <span class="light">(past 24 hours)</span></h3> +            <p>Status: <span class="ok">READY</span>.</p> +            <ul> +                <li>5 nodes working out of 6</li> +                <li>used 78% of the time</li> +                <li>queue size: <span title="min">0</span>/<span title="max">20</span>/<span title="average">4</span></li> +                <li>built time: min/max/avg</li> +                <li>wait time: min/max/avg</li> +                <li>1234 built packages</li> +                <li class="warning">321 not built (%): +                    <ul> +                        <li>missing dependencies %</li> +                        <li>other</li> +                    </ul> +                </li> +            </ul> +            <p>view <a href="">pkgsubmit</a>, <a href="">detailed report</a></p> +        </li> +        <li><h3>Cauldron Compiled Packages</h3> +            <p>Status: <span class="failed">NOT READY</span>.</p> +            <ul> +                <li>9.2GB</li> +                <li>4324 packages</li> +                <li class="error">Broken hdlist (i586/nonfree)</li> +                <li class="error">Signatures: 23 missing (i586/nonfree, i586/tainted)</li> +                <li class="error">Dependencies: 32 missing, 2 circular</li> +                <li class="warning">15 packages are not in sync with their source</li> +                <li class="error">432 missing/broken signatures</li> +                <li class="warning"><a href="">213 bugs</a></li> +                <li>@todo: per package test suite? rpmlint, other</li> +                <li>@todo: src => 32/64/arm</li> +                <li class="warning">Basesystem size: 437MB, w/o suggests: 163MB</li> +            </ul> +            <p>view <a href="">repository</a>, <a href="">detailed report</a></p> +             +            <div class="dnotes"> +                <ul> +                    <li>how to visualize several trees at once? (stable & cauldron at least)</li> +                </ul> +            </div> +        </li> +        <li><h3>Cauldron ISO Build / QA / Publication <span class="light">(past 3 days)</span></h3> +            <p>Status: <span class="ok">READY, OK</span>.</p> +            <ul> +                <li><p>Built packages tree is not ready – no build planned.</p>Or:</li> +                <li><p>Next build 1a1 should start in about 12 hours (at 2011-03-15-20:23:33), +                    with a <a href="">new context</a>.</p>Or:</li> +                <li><h4>Build 1a0 +                    <span style="font-weight: normal;">(<a href="">context diff w/ build 199</a>)</span> +                    – 2011-03-14 23:03:15</h4> +                    <ul> +                        <li>DVD i586, +                            <span class="ok">build ok</span> (<a href="">log</a>), +                            <span class="failed">tests failed</span> (<a href="">log</a>), +                            <a href="">cauldron-2-dvd-i586-1a0-qafail.iso</a></li> +                        <li>DVD x86_64, +                            <span class="ok">build ok</span> (<a href="">log</a>), +                            <span class="ok">tests ok</span> (<a href="">log</a>), +                            <a href="">cauldron-2-dvd-i586-1a0-ok.iso</a></li> +                        <li>CD dual, +                            <span class="failed">build failed</span> (<a href="">log</a>)</li> +                        <li>building netinstall image...</li> +                    </ul> +                <li><h4>Build 199 +                    <span style="font-weight: normal;">(<a href="">context diff w/ build 198</a>)</span> +                    – 2011-03-12 23:03:15</h4> +                    <table border="1" class="isobuild"> +                    <tbody> +                        <tr> +                            <th>Item</th> +                            <th>Build</th> +                            <th>Tests</th> +                            <th>Download</th> +                        </tr> +                        <tr> +                            <td>DVD i586</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-dvd-i586-ok.iso</a></td> +                        </tr> +                        <tr> +                            <td>DVD x86_64</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="failed">FAILED</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-dvd-x86_64-qafail.iso</a></td> +                        </tr> +                        <tr> +                            <td>CD dual</td> +                            <td><span class="failed">FAILED</span> (<a href="">log</a>)</td> +                            <td></td> +                            <td></td> +                        </tr> +                        <tr> +                            <td>netinstall</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><span class="ok">OK</span> (<a href="">log</a>)</td> +                            <td><a href="">cauldron-2-1a0-netinstall-ok.iso</td> +                        </tr> +                    </tbody> +                    </table> +     +                </li> +            </ul> +             +            <p><strong>Notes.</strong> +                Successfully built ISOs are automatically tested (<a href="">view ISO QA docs</a>) +                and pushed to <a href="">isos.mageia.org/daily</a>. +                Failed ISOs are kept for review. +                All ISOs are dropped after 7 days of age.</p> +            <div class="dnotes"> +                <ul> +                    <li>A "context" is the whole context of an ISO build: +                        packages tree status, particular config status.</li> +                    <li>Not sure about the layout for a build result: list or table?</li> +                </ul> +            </div> +        </li> +    </ul> +     +    <hr /> +    <div class="dnotes"> +        <p>Essayer : droite/gauche (renversé), haut/bas (renversé) pour mettre le focus (premier item lu en haut à gauche) +            soit sur le résultat (les ISOs) soit sur la source.</p> +    </div> + +    <ul class="boxes"> +        <li style="width:300px;"><h3>Search</h3> +             +            <p>Have a search for packages infos + high-level report matrix.</p> +             +            <p><input type="search"><input type="submit"></p> +        </li> +        <li><h3>indexhtml</h3> +            <ul> +                <li>upstream: ... version</li> +                <li>source size</li> +                <li>spec file OK</li> +                <li>maintained by rda, ennael</li> +                <li>no patch</li> +                <li>2 bugs</li> +                <li>2 rpmlint warning</li> +                <li>License</li> +                <li>built version ... in 2 minutes (log)</li> +                <li>last rebuilt on ...</li> +                <li>Needed by: evolution (needs rebuild), firefox (needs rebuild)</li> +                <li>RPM: noarch: 230kB</li> +                <li>in core</li> +                <li>in hdlist</li> +                <li>signature OK</li> +                <li>dependencies OK</li> +            </ul> +        </li> +    </ul> +    <hr> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment-0001.html new file mode 100644 index 000000000..e821dc5e5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment-0001.html @@ -0,0 +1,13 @@ +hello everyone,<div><br></div><div>i've been testing the mageia alpha-1 and -2 and i stumbled over a weird behaviour of my lovely dropbox client.</div><div>(dropbox is a sync service) the client is available for fedora and ubuntu and as tar archive for compilation.</div> +<div><br></div><div>the package as the comiled sources don't do very much, they only download and install the actual dropbox daemon which is closed source.</div><div>it works fine on ubuntu but not on mageia :/</div><div> +<br></div><div>the installed menuitem doesn't do anything and the console application is just acting weird.</div><div><br></div><div>the command list:</div><div><div>$ dropbox </div><div>Dropbox command-line interface</div> +<div><br></div><div>commands:</div><div><br></div><div>Note: use dropbox help <command> to view usage for a specific command.</div><div><br></div><div> status       get current status of the dropboxd</div><div> help         provide help</div> +<div> puburl       get public url of a file in your dropbox</div><div> stop         stop dropboxd</div><div> running      return whether dropbox is running</div><div> start        start dropboxd</div><div> filestatus   get current sync status of one or more files</div> +<div> ls           list directory contents with current sync status</div><div> autostart    automatically start dropbox at login</div><div> exclude      ignores/excludes a directory from syncing</div></div><div><br></div> +<div>i think the daemon wasn't installed correctly ( although i tried it several times ) because every command just throws errors.</div><div>e.g.:</div><div><div>$ dropbox start</div><div>Dropbox isn't responding!</div> +<div>Dropbox is already running!</div></div><div><br></div><div><br></div><div><div>$ dropbox filestatus</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/dropbox", line 1242, in <module></div> +<div>    ret = main(sys.argv)</div><div>  File "/usr/bin/dropbox", line 1231, in main</div><div>    result = commands[argv[i]](argv[i+1:])</div><div>  File "/usr/bin/dropbox", line 604, in newmeth</div> +<div>    return meth(*n, **kw)</div><div>  File "/usr/bin/dropbox", line 860, in filestatus</div><div>    status = dc.icon_overlay_file_status(path=fp).get(u'status', [u'unknown'])[0]</div><div>  File "/usr/bin/dropbox", line 575, in __spec_command</div> +<div>    return self.send_command(unicode(name), kw)</div><div>  File "/usr/bin/dropbox", line 533, in send_command</div><div>    ok = self.__readline() == u"ok"</div><div>  File "/usr/bin/dropbox", line 509, in __readline</div> +<div>    raise DropboxCommand.BadConnectionError()</div><div>__main__.BadConnectionError</div></div><div><br></div><div>or my favorite:</div><div><br></div><div><div>$ dropbox start --install</div><div>Dropbox isn't running!</div> +<div>Dropbox is already running!</div></div><div><br></div><div>does anybody maybe have the same problems or any solution hints for this?</div><div><br></div><div>thank you.</div><div><br></div><div>lb</div> diff --git a/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment.html b/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment.html new file mode 100644 index 000000000..e821dc5e5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110322/d760fe54/attachment.html @@ -0,0 +1,13 @@ +hello everyone,<div><br></div><div>i've been testing the mageia alpha-1 and -2 and i stumbled over a weird behaviour of my lovely dropbox client.</div><div>(dropbox is a sync service) the client is available for fedora and ubuntu and as tar archive for compilation.</div> +<div><br></div><div>the package as the comiled sources don't do very much, they only download and install the actual dropbox daemon which is closed source.</div><div>it works fine on ubuntu but not on mageia :/</div><div> +<br></div><div>the installed menuitem doesn't do anything and the console application is just acting weird.</div><div><br></div><div>the command list:</div><div><div>$ dropbox </div><div>Dropbox command-line interface</div> +<div><br></div><div>commands:</div><div><br></div><div>Note: use dropbox help <command> to view usage for a specific command.</div><div><br></div><div> status       get current status of the dropboxd</div><div> help         provide help</div> +<div> puburl       get public url of a file in your dropbox</div><div> stop         stop dropboxd</div><div> running      return whether dropbox is running</div><div> start        start dropboxd</div><div> filestatus   get current sync status of one or more files</div> +<div> ls           list directory contents with current sync status</div><div> autostart    automatically start dropbox at login</div><div> exclude      ignores/excludes a directory from syncing</div></div><div><br></div> +<div>i think the daemon wasn't installed correctly ( although i tried it several times ) because every command just throws errors.</div><div>e.g.:</div><div><div>$ dropbox start</div><div>Dropbox isn't responding!</div> +<div>Dropbox is already running!</div></div><div><br></div><div><br></div><div><div>$ dropbox filestatus</div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/dropbox", line 1242, in <module></div> +<div>    ret = main(sys.argv)</div><div>  File "/usr/bin/dropbox", line 1231, in main</div><div>    result = commands[argv[i]](argv[i+1:])</div><div>  File "/usr/bin/dropbox", line 604, in newmeth</div> +<div>    return meth(*n, **kw)</div><div>  File "/usr/bin/dropbox", line 860, in filestatus</div><div>    status = dc.icon_overlay_file_status(path=fp).get(u'status', [u'unknown'])[0]</div><div>  File "/usr/bin/dropbox", line 575, in __spec_command</div> +<div>    return self.send_command(unicode(name), kw)</div><div>  File "/usr/bin/dropbox", line 533, in send_command</div><div>    ok = self.__readline() == u"ok"</div><div>  File "/usr/bin/dropbox", line 509, in __readline</div> +<div>    raise DropboxCommand.BadConnectionError()</div><div>__main__.BadConnectionError</div></div><div><br></div><div>or my favorite:</div><div><br></div><div><div>$ dropbox start --install</div><div>Dropbox isn't running!</div> +<div>Dropbox is already running!</div></div><div><br></div><div>does anybody maybe have the same problems or any solution hints for this?</div><div><br></div><div>thank you.</div><div><br></div><div>lb</div>  | 
