| 381 |
|
|
| 382 |
o ctlinnd newgroup nfo.csm (Collaborative System Management) |
o ctlinnd newgroup nfo.csm (Collaborative System Management) |
| 383 |
|
|
| 384 |
|
o make possible: |
| 385 |
|
o after "cvs update" make question: "Found new items in "" while scanning. Should i add them to the repository?" |
| 386 |
|
o drag & drop arbitrary items out of outlook (.msg, .nws, etc.) - search for them while scanning the fs and sync them |
| 387 |
|
against *original* source. (e.g. 'Message-ID: <b0s5v9$j7d$1@quepasa.netfrag.org>') |
| 388 |
|
|
| 389 |
|
x CVSSpam -> nfo.log.cvs |
| 390 |
|
x su root |
| 391 |
|
x cd /etc/mail |
| 392 |
|
x nano virtusertable |
| 393 |
|
x add line: |
| 394 |
|
x cvs-log@netfrag.org gateway |
| 395 |
|
x make virtusertable |
| 396 |
|
x su gateway |
| 397 |
|
x cd ~ |
| 398 |
|
x nano .dispatchmailrc |
| 399 |
|
x add lines: |
| 400 |
|
$self->copy('Newsgate', 'nfo.log.cvs') |
| 401 |
|
if $to =~ m/cvs-log/; |
| 402 |
|
x exit (to logout) |
| 403 |
|
x cvs update CVSROOT/loginfo |
| 404 |
|
x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '): |
| 405 |
|
--to cvs-log@netfrag.org |
| 406 |
|
x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo |
| 407 |
|
x tested with some mini-howto |
| 408 |
|
x removed '--to joko@netfrag.org --to jonen@netfrag.org --to bareface@netfrag.org --to janosch@netfrag.org ' |
| 409 |
|
from CVSROOT/loginfo for module 'nfo' |
| 410 |
|
x announce this |
| 411 |
|
x added to '/etc/news/nnrp.access': |
| 412 |
|
*:Read Post:bareface:bareface:* |
| 413 |
|
x /etc/init.d/inn reload |
| 414 |
|
|
| 415 |
|
x add 'gateways'-repository to chora |
| 416 |
|
x nano /data/www/doc/horde/chora/config/cvsroots.php |
| 417 |
|
x add lines: |
| 418 |
|
# 2003-01-24, joko |
| 419 |
|
$cvsroots['gateway'] = array( |
| 420 |
|
'name' => 'gateway', |
| 421 |
|
'location' => '/var/lib/cvs/gateway', |
| 422 |
|
'title' => "$titlePrefix gateway's CVS Repository", |
| 423 |
|
'cvsusers' => $cvsusers, |
| 424 |
|
); |
| 425 |
|
|
| 426 |
|
x configured Apache for serving news.netfrag.org |
| 427 |
|
x cleaned up /data/www/virtual/netfrag/conf/httpd.conf |
| 428 |
|
x ./test.conf |
| 429 |
|
x comments |
| 430 |
|
x /etc/init.d/apache reload |
| 431 |
|
x test: http://news.netfrag.org/ |
| 432 |
|
|
| 433 |
|
|
| 434 |
|
|
| 435 |
|
o new module for cvs-repository? |
| 436 |
|
o nfo/layouts/fs/skel/data |
| 437 |
|
o checkout to /data on quepasa.netfrag.org |
| 438 |
|
|
| 439 |
|
|
| 440 |
|
x add to system-conf-repository: |
| 441 |
|
x /etc/mail |
| 442 |
|
x php: cvs-redirect |
| 443 |
|
x |
| 444 |
|
|
| 445 |
|
o extend WCron |
| 446 |
|
x show (per-task) if it's currently running or not: provide buttons to (start, stop, pause, resume or cancel a task...) |
| 447 |
|
x use as a frontend for administering nfo/libs/perl/ - backend - tasks(???) |
| 448 |
|
|
| 449 |
|
x install Horde/Troll |
| 450 |
|
x install troll |
| 451 |
|
x cd /home/service/download |
| 452 |
|
x mkdir horde |
| 453 |
|
x cd horde |
| 454 |
|
x wget ftp://ftp.horde.org/pub/troll/troll-0.0.2.tar.gz |
| 455 |
|
x tar -xzf troll-0.0.2.tar.gz --directory=/data/www/doc/horde/ |
| 456 |
|
x configure horde |
| 457 |
|
x cd /data/www/doc/horde/ |
| 458 |
|
x nano config/registry.php |
| 459 |
|
x add lines: |
| 460 |
|
$this->applications['troll'] = array( |
| 461 |
|
'fileroot' => dirname(__FILE__) . '/../troll', |
| 462 |
|
'webroot' => $this->applications['horde']['webroot'] . '/troll', |
| 463 |
|
'icon' => $this->applications['horde']['webroot'] . '/troll/graphics/troll.gif', |
| 464 |
|
'name' => _("News"), |
| 465 |
|
'allow_guests' => true, |
| 466 |
|
'show' => true |
| 467 |
|
); |
| 468 |
|
x configure Troll |
| 469 |
|
x cd troll/config |
| 470 |
|
x conf.php |
| 471 |
|
x cp conf.php.dist conf.php |
| 472 |
|
x nano conf.php |
| 473 |
|
x edit: |
| 474 |
|
x $conf['news']['server'] = 'news.netfrag.org'; |
| 475 |
|
x $conf['news']['mailserver'] = 'mail.netfrag.org'; |
| 476 |
|
x servers.php |
| 477 |
|
x cp servers.php.dist servers.php |
| 478 |
|
x add: |
| 479 |
|
$servers['netfrag.org'] = array( |
| 480 |
|
'name' => 'news.netfrag.org', |
| 481 |
|
'server' => 'news.netfrag.org', |
| 482 |
|
'port' => 119, |
| 483 |
|
); |
| 484 |
|
x prefs.php |
| 485 |
|
x cp prefs.php.dist prefs.php |
| 486 |
|
x html.php |
| 487 |
|
x cp html.php.dist html.php |
| 488 |
|
x permissions |
| 489 |
|
x chmod o+r *.php |
| 490 |
|
|
| 491 |
|
|
| 492 |
|
x test: http://netfrag.org/horde/ |
| 493 |
|
o another (more bright) skin for horde@netfrag.org!!! |
| 494 |
|
|
| 495 |
|
o Warum nicht überall Horde? Sondern TUTOS? |
| 496 |
|
o Horde ist sehr breit angelegt, dafür fehlt es jedoch an vielen Stellen noch ein wenig im Detail. |
| 497 |
|
o mittlerweile: mit Hermes & Co.? nochmal ansehen! |
| 498 |
|
|
| 499 |
|
o just do automated operations (like cvs commit) only if system is idle |
| 500 |
|
|
| 501 |
|
o automagically redirect http://netfrag.org/horde/ to https://netfrag.org/horde/ |
| 502 |
|
o with an Apache - rewrite-rule? |
| 503 |
|
|
| 504 |
|
x how to map TUTOS-groups to newsgroups? |
| 505 |
|
x ctlinnd newgroup nfo.tutos.sysadmin |
| 506 |
|
x add dispatching for sysadmin@netfrag.org |
| 507 |
|
x add to /home/service/virtual/gateway/.dispatchmailrc |
| 508 |
|
$self->copy('Newsgate', 'nfo.tutos.sysadmin') if $to =~ m/sysadmin/; |
| 509 |
|
x add to /etc/mail/virtusertable: |
| 510 |
|
# --- news.netfrag.org - joko, 2003-01-24 |
| 511 |
|
sysadmin@netfrag.org gateway |
| 512 |
|
make virtusertable! |
| 513 |
|
x write welcome-mail |
| 514 |
|
root@quepasa:~$ mail sysadmin@netfrag.org |
| 515 |
|
Subject: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 516 |
|
Have fun! |
| 517 |
|
greets, joko. |
| 518 |
|
|
| 519 |
|
. |
| 520 |
|
Cc: |
| 521 |
|
x test: do "refresh newsgroups" at your favourite news-reader |
| 522 |
|
x this has been refactored to: <a href="http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org">[news:id=b0shbj$l9s$1@quepasa.netfrag.org]</a> |
| 523 |
|
x HEADERS: |
| 524 |
|
x Message-ID: <b0shbj$l9s$1@quepasa.netfrag.org> |
| 525 |
|
x Subject: Re: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 526 |
|
o newsgate |
| 527 |
|
o http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org |
| 528 |
|
o http://news.netfrag.org/nfo.tutos.sysadmin/subject/Re: Welcome to the sysadmin-newsgroup at netfrag.org! |
| 529 |
|
|
| 530 |
|
o Erkenntnis aus UML (Kernel 2.4): schwierig mit gleichzeitigem Zugriff |
| 531 |
|
|
| 532 |
|
o gave up trying to get Troll running |
| 533 |
|
|
| 534 |
|
x setup alternatives to Horde for public access |
| 535 |
|
o viewcvs |
| 536 |
|
x apt-get install libapache-mod-python |
| 537 |
|
|
| 538 |
|
o WebNewsViewer |
| 539 |
|
|
| 540 |
|
o release the user from having to send email-messages to actually post urls with content (e.g. "FirstPage") |
| 541 |
|
|
| 542 |
|
o parse .url-files! |
| 543 |
|
|
| 544 |
|
o have newsgroup-structure backed in ldap-container (ou) somehow (Data::Map!) |
| 545 |
|
|
| 546 |
|
x new email-addresses@netfrag.org: |
| 547 |
|
x sysadmin@netfrag.org |
| 548 |
|
x faq@netfrag.org |
| 549 |
|
|
| 550 |
|
|
| 551 |
|
|
| 552 |
|
|
| 553 |
</pre> |
</pre> |
| 554 |
|
|
| 555 |
|
<hr/> |
| 556 |
|
$Id$ |
| 557 |
|
|
| 558 |
</body> |
</body> |
| 559 |
</html> |
</html> |