Re: Exim und Regeln fuer den Mailempfang

2002-08-01 Thread Marc Haber

On Thu, 01 Aug 2002 13:17:37 +0200, Joerg Fick [EMAIL PROTECTED]
wrote:
ich suche eine Lösung um bei bestimmten Usern, bzw alias-Einträgen, das
Empfangen von externen E-Mails zu verbieten. 

Du aliaset einfach die entsprechende Mailadresse auf :fail:

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




unsubscribe

2002-08-01 Thread Marc Haber


-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: unsubscribe

2002-08-01 Thread Marc Haber

On Thu, 01 Aug 2002 20:44:14 +0200, Marc Haber
[EMAIL PROTECTED] wrote:


*ARGH*

Wie kann man nur so blöd sein? Und das nicht einmal zu
nachtschlafender Zeit, dass ich Demenz oder Übermüdung behaupten
könnte?

/me zieht sich die braune Papiertüte über den Kopf und verkriecht sich

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: 3.0 von scratch (Erfahrungsbericht)

2002-07-27 Thread Marc Haber

On Sat, 27 Jul 2002 00:39:10 +0200 (MEST), Frank Knappe
[EMAIL PROTECTED] wrote:
Von NetBSD bin ich es mittlerweile gewohnt, nur
noch die Sourcen zu holen und alles selbst zu kompilieren.

Als erstes: apt-get install build-essential. Das ist unbedingt
notwendig, weil sonst die Tools nicht funktionieren.

Also als erstes gcc installiert ueber apt-get. Dann wollte
ich die tcsh istallieren.
apt-get -b source  tcsh
Die Sourcen werden auch geholt, aber dann kommt:
sh: dpkg-source; command not found

apt-get install dpkg-source sagt, dass es dieses Paket nicht gibt
und apt-get install dpkg sagt, dass dpkg in der neuesten Version
vorhanden ist.

Was nun?

[3/503]mh@torres:~$ apt-cache search dpkg-source
dpkg-dev - Package building tools for Debian

Also: apt-get install dpkg-dev

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Courier IMAP-Server fehlerhaftes Logging

2002-07-25 Thread Marc Haber

On Wed, 24 Jul 2002 15:27:02 +0200 (CEST), Frank Niedermann
[EMAIL PROTECTED] wrote:
Waldemar Brodkorb sagte:
 Ungewöhnlicher Wunsch, normalerweise freut man sich wenn Courier
 überhaupt etwas loggt.

Naja ich finde das war eindeutig zu viel ... alle 2 Stunden eine
50kb-Mail ... ;-)

Dann verhindert man nicht, dass die Einträge überhaupt geschrieben
werden, sondern man sorgt dafür, dass sie als unkritisch eingestuft
und deswegen nicht gemailed werden.

Grüße
Marc, dasselbe Problem mit nrpe-Einträgen habend

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Preload von Debconf-Fragen zur Update-Erleichterung

2002-07-23 Thread Marc Haber

On Mon, 22 Jul 2002 21:48:34 +0200, Andreas Schockenhoff [EMAIL PROTECTED]
wrote:
Aber Dein Script ist auch nicht schlecht nur woher nimmts Du die jeweiligen 
Einstellungen für die Pakete, wenn diese noch nicht auf Deinem System 
installiert sind?

Von einem anderen System.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




SOLVED (was: Preload von Debconf-Fragen zur Update-Erleichterung)

2002-07-22 Thread Marc Haber

On Mon, 22 Jul 2002 08:05:30 +0200, Marc Haber
[EMAIL PROTECTED] wrote:
Das ist leider nicht akzeptabel, da keines meiner Systeme einem
anderen gleicht. Mir geht es darum, die Standardfragen von netbase,
less etc. nicht zigmal beantworten zu müssen, _ohne_ die Fragen der
spezielleren Packages zu verpassen.

Das Problem lässt sich durch folgenden Ansatz lösen:

Ein script mergedebconf:
|#!/usr/bin/perl -w
|
|use strict;
|
|my %records;
|
|$/=;
|
|while(  ) {
|chomp;
|if( my ($name)=/^Name: (\S+)/m ) {
|$records{$name}=$_;
|} else {
|die no Name clause in record\n;
|}
|}
|
|foreach (sort keys %records) {
|print $records{$_}\n\n;
|}

Nach dem Update von debconf auf die aktuelle Version nehme man sich
eine Datei globals.dat, die die Debconf-Datenbank-Records mit dem
gewünschten Inhalt enthält. Hier ein Beispiel, das die deutsche
Tastatur einstellt:
|Name: console-data/keymap/policy
|Template: console-data/keymap/policy
|Value: Select keymap from arch list
|Owners: console-common, console-data
|Flags: seen
|
|Name: console-data/keymap/family
|Template: console-data/keymap/family
|Value: qwertz
|Owners: console-common, console-data
|Flags: seen
|Variables:
| choices = azerty, dvorak, fgGIod, qwerty, qwertz
|
|Name: console-data/keymap/qwertz/layout
|Template: console-data/keymap/template/layout
|Value: German
|Owners: console-data
|Flags: seen
|Variables:
| choices = Croat, Czech, German, Hungarian, Serbian, Slovak, Slovene, Swiss
|
|Name: console-data/keymap/qwertz/german/variant
|Template: console-data/keymap/template/variant
|Value: Standard
|Owners: console-data
|Flags: seen
|Variables:
| choices = Apple USB, Standard
|
|Name: console-data/keymap/qwertz/german/standard/keymap
|Template: console-data/keymap/template/keymap
|Value: latin1 - no dead keys
|Owners: console-data
|Flags: seen
|Variables:
| choices = Programmer, latin1, latin1 - no dead keys

Die Ausgabe von mergedebconf /var/cache/debconf/config.dat global.dat
schiebe man nun nach /var/cache/debconf/config.dat und kann nun wie
gewünscht installieren, ohne noch einmal behelligt zu werden.

Das Script liest beide Dateien Record für Record ein, und schreibt
dann auf seine Ausgabe jeweils den letzten Record, den er für einen
Namen gefunden hat. Das sorgt dafür, dass die Records aus der
global.dat die aus der config.dat vollständig ersetzen, was das
gewünchte Verhalten erzeugt.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Preload von Debconf-Fragen zur Update-Erleichterung

2002-07-21 Thread Marc Haber

On Sun, 21 Jul 2002 18:44:02 +0200, Marc Haber
[EMAIL PROTECTED] wrote:
ich habe in den nächsten Wochen einige Updates von potato auf woody
vor mir und möchte mir natürlich die Arbeit so leicht wie möglich
machen. Dabei habe ich mir gedacht, dass man die Antworten für die
debconf-Fragen vorab direkt in die Debconf-Datenbank schiesst,

Man kann den gewünschten Ansatz auch über debconf.conf erfüllen. Man
update als erstes debconf und hinterlege dann eine /etc/debconf.conf
folgenden Inhalts:

|Config: configdb
|Templates: templatedb
|
|Name: localdb
|Driver: File
|Filename: /var/cache/debconf/config.dat
|
|Name: globaldb
|Driver: File
|Filename: /var/cache/debconf/global.dat
|Readonly: true
|Required: false
|
|Name: configdb
|Driver: Stack
|Stack: localdb, globaldb
|
|Name: templatedb
|Driver: File
|Mode: 644
|Filename: /var/cache/debconf/templates.dat

In /var/cache/debconf/global.dat hinterlege man dann die
Datenbank-Schnipsel von einem System, auf dem man die Fragen wie
gewünscht beantwortet hat, also z.B.:
|Name: netbase/inetd-dos-services
|Template: netbase/inetd-dos-services
|Owners: netbase, netbase/inetd-dos-services
|
|Name: netbase/ipfwadm-wrapper
|Template: netbase/ipfwadm-wrapper
|Owners: netbase, netbase/ipfwadm-wrapper
|
|Name: netbase/ipv6-hosts
|Template: netbase/ipv6-hosts
|Value: true
|Owners: netbase, netbase/ipv6-hosts
|Flags: seen
|
|Name: netbase/spoofprot
|Template: netbase/spoofprot
|Value:
|Owners: netbase, netbase/spoofprot
|Flags: seen
|
|Name: netbase/spoofprot/pre-2.2-interfaces
|Template: netbase/spoofprot/pre-2.2-interfaces
|Value: does-not-apply
|Owners: netbase, netbase/spoofprot/pre-2.2-interfaces
|Flags: seen
|
|Name: netbase/spoofprot/pre-2.2-ip
|Template: netbase/spoofprot/pre-2.2-ip
|Value: does-not-apply
|Owners: netbase, netbase/spoofprot/pre-2.2-ip
|Flags: seen

Wenn man nun das Update durchführt, dachte ich mir, dass die Werte aus
global.dat gelesen werden. Das ist auch so, nur leider scheint debconf
die Flags zu ignorieren: Ich bekomme die Fragen zwar mit den richtigen
Defaultwerten, aber trotzdem gestellt.

Hat jemand eine Idee für einen Würgaround?

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Preload von Debconf-Fragen zur Update-Erleichterung

2002-07-21 Thread Marc Haber

On Sun, 21 Jul 2002 22:49:35 +0200, Andreas Schockenhoff [EMAIL PROTECTED]
wrote:
On Sunday, 21. July 2002 22:38, Marc Haber wrote:
 On Sun, 21 Jul 2002 18:44:02 +0200, Marc Haber
 Wenn man nun das Update durchführt, dachte ich mir, dass die Werte aus
 global.dat gelesen werden. Das ist auch so, nur leider scheint debconf
 die Flags zu ignorieren: Ich bekomme die Fragen zwar mit den richtigen
 Defaultwerten, aber trotzdem gestellt.
Das geht dann mit dpkg-preconfigure. Dann werden die Pakete nur in die 
Datenbank aufgenommen aber nicht installiert? Oder?

dpkg-preconfigure ist - so wie ich es verstanden habe - nicht
geeignet:
- ich downloade alle packages mit apt-get --download-only dist-upgrade
- ich führe dpkg-preconfigure aus
- ich beantworte alle Fragen, die mir gestellt werden.
- ich führe apt-get install dist-upgrade aus und führe das Upgrade
wirklich aus.

Damit habe ich nur gewonnen, dass ich die Fragen, die ich in Schritt 4
hätte beantworten müssen, schon in Schritt 3 beantworten darf. Das
muss ich aber nach wie vor auf jedem zu aktualisierenden System tun
und kann nicht eine Datei mit vorbereiteten Antworten vorher
einwerfen, damit das Update nicht mehr interaktiv ist.

 Hat jemand eine Idee für einen Würgaround?

dpkg-reconfigure debconf 
Noninteractive

Leider wird jetzt nix mehr gefragt.

Das ist leider nicht akzeptabel, da keines meiner Systeme einem
anderen gleicht. Mir geht es darum, die Standardfragen von netbase,
less etc. nicht zigmal beantworten zu müssen, _ohne_ die Fragen der
spezielleren Packages zu verpassen.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: 2 DNS-Server auf einem PC? (was: Re: Hi)

2002-07-17 Thread Marc Haber

On Tue, 16 Jul 2002 15:03:25 +0200, D. Holze Server-Rental.de
[EMAIL PROTECTED] wrote:
Sorry aber ich mach es so, ich kenn es nicht anders.
Und ich hab jetzt auch echt keine lust mehr 2 verschiedene
Schreibweisen/quoting anzueignen.

Und wieder eine Klitsche, die sich innerhalb eines Tages so
disqualifiziert hat, dass man niemals Geschäfte mit ihr machen will.

Komm' einfach wieder, wenn Du die Grundlagen Deines Geschäfts
verstanden hast.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Mailannahme von Exim

2002-06-16 Thread Marc Haber

On Thu, 13 Jun 2002 13:55:05 +0200, Christoph Bayer
[EMAIL PROTECTED] wrote:
ist es möglich, Exim so zu konfigurueren, dass
auch Mails an genommen werden, ohne dass ein
entsprechender Unix Account vorhanden sein muss? 

Aber natürlich. Steht sogar in der FAQ.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Einige Fragen zu docbook

2002-06-10 Thread Marc Haber

On 10 Jun 2002 14:23:07 +0200, Christian Egli
[EMAIL PROTECTED] wrote:
Marc Haber [EMAIL PROTECTED] writes:
 auf der Suche nach einem Format, in dem ich unsere firmeninterne
 Dokumentation leicht verarbeiten und daraus automatisch HTML-Seiten
 und PDF-Dokumente erzeugen kann, bin ich endlich dazu gekommen, mich
 mal aus der Nähe mit Docbook zu beschäftigen.

Gute Idee. Wie hast Du denn die Doku vorher gemacht?

Zur Zeit gibt's einen wilden Mix aus LaTeX, mehr oder weniger
chaotischen Textfiles, und Word-Dokumenten. Eklig.

 docbook gibt es sowohl SGML- als auch XML-basierend. Mir scheint, als
 sei die XML-Form moderner. Habe ich diesen Eindruck zu recht
 bekommen, und ist es eine schlaue Entscheidung, die XML-Form zu
 verwenden?

Ja, die XML-Form ist moderner.

Und welche Toolchain ist da zu empfehlen? Ich hab's jetzt erstmal zum
Test mit openjade (mit dokbook-dsssl, ohne gleichzeitig installiertes
jade nicht lauffähig: cannot open /usr/share/sgml/jade/catalog)
versucht:
|openjade -t xml -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl 
|firstdocbook.xml
|openjade -t tex -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl 
|firstdocbook.xml

Muss ich mit openjade den Umweg über tex (pdfjadetex) noch nehmen,
oder kann openjade direkt PDF erzeugen? Warum ist openjade so langsam?
der xml-Aufruf braucht auf meinem Gigahertz-Athlon mit 512 MB über
eine Minute für die Erzeugung der HTML-Files.

 Gibt es einen Editor, der das Erstellen von XML-Sources vereinfacht,
 dass man nicht immer die ganzen emTags/em manuell schreiben muss?
 Hat emacs vielleicht einen dazu passenden Modus

Natürlich hat Emacs einen dazu sehr gut passenden Mode. apt-cache show
psgml.

Das werde ich mir morgen mal angucken... Aber erstmal will ich die
Konvertierung im Griff haben, bevor ich mich nach einem Editor
umgucken.

An dieser Stelle auch danke an alle, die sich per Mail gemeldet haben
und mir Makefiles, Editormakros etc um die Ohren geworfen haben.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Einige Fragen zu docbook

2002-06-09 Thread Marc Haber

Hi,

auf der Suche nach einem Format, in dem ich unsere firmeninterne
Dokumentation leicht verarbeiten und daraus automatisch HTML-Seiten
und PDF-Dokumente erzeugen kann, bin ich endlich dazu gekommen, mich
mal aus der Nähe mit Docbook zu beschäftigen. Das sieht ja ganz nett
aus, wenn ich mich auch nicht wirklich damit anfreunden kann, dieses
HTML-ähnliche Zeug wirklich zu tippen.

Nett wäre es auch, wenn ich in der Lage wäre, aus Textmodulen für
jeden Kunden ein personalisiertes, auf seine Bedürfnisse und
Konfiguration (IP-Adressen, Domainnamen etc) zugeschnittenes Dokument
erzeugen könnte. Das sollte sich mit hinreichend intelligent gemachten
Includes und Entity-Definitionen machen lassen, denke ich.

Zu diesem Thema habe ich einige Fragen und hoffe, dass man mir diese
Fragen beantworten kann:

(1)
docbook gibt es sowohl SGML- als auch XML-basierend. Mir scheint, als
sei die XML-Form moderner. Habe ich diesen Eindruck zu recht
bekommen, und ist es eine schlaue Entscheidung, die XML-Form zu
verwenden?

(2)
Welche Debian-Packages verwendet man am besten, um aus docbook-Sources
HTML-Seiten (kapitelweise, aber auch das ganze Dokument in einer
grossen Seite) und PDF-Dokumente zu erzeugen? Hat jemand ein
makefile, um diese Prozesse zu automatisieren?

(3)
Gibt es einen Editor, der das Erstellen von XML-Sources vereinfacht,
dass man nicht immer die ganzen emTags/em manuell schreiben muss?
Hat emacs vielleicht einen dazu passenden Modus und ich endlich eine
Ausrede, mich mal näher mit diesem Betriebssystem ohne vernünftigen
Editor auseinanderzusetzen? 

(4)
... oder bin ich vielleicht völlig auf dem Holzweg und $TOLLES_TOOL
ist viel besser zum Schreiben interner Dokumentation geeignet?

Für Eure Tipps danke ich Euch jetzt schon.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Kernel 2.4.18 unerwartetes Verhalten

2002-05-05 Thread Marc Haber

On Fri, 3 May 2002 09:03:36 +0200, Lothar Schweikle-Droll
[EMAIL PROTECTED] wrote:
Ich hänge mal meine .config an die Mail

Muss das sein? 964 Zeilen uninteressantes Zeugs?

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Welcher IMAP-Server ist der richtige ?

2002-04-19 Thread Marc Haber

On Tue, 16 Apr 2002 21:15:56 +0200, Udo Mueller [EMAIL PROTECTED] wrote:
uw-imap: läuft out of the box

UW-Imap will man wegen der mangelnden security awareness der
Entwickler keinesfalls auf von aussen erreichbaren Systemen einsetzen.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Probleme mit ntpdate

2002-04-07 Thread Marc Haber

On Sun, 7 Apr 2002 01:16:46 +0200, Marko Schulz
[EMAIL PROTECTED] wrote:
On Sat, Apr 06, 2002 at 11:01:44AM +0200, Marc Haber wrote:
 Der aus Deinem Standort FH Furtwangen _sinnvollerweise_ zu benutzende
 Timeserver wäre noc.belwue.de. Das ist ein Stratum-2-Server, der mit
  ^

Woher kennst Du den?

Ich habe lange an einer BelWue-Uni studiert, und der NTP-Server, den
ich an meinem jetzigen Arbeitsplatz betreibe, peert mit noc.belwue.de.

Wo kann man überhaupt eine Liste deutscher
Stratum-2-Server bekommen?

Wozu? Du willst den Betreiber des Netzes fragen, an das Du
angeschlossen bist, ob ein lokaler NTP-Server vorhanden ist. Hat er
keinen, so wird er Dir einen netztechnisch nahe gelegenen nennen
können, und wenn er oft gefragt wird, wird er vielleicht einen eigenen
aufsetzen.

Du nimmst ja auch nicht wild irgend einen Nameserver.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [exim] Auslieferung unterbrechen

2002-04-06 Thread Marc Haber

On Thu, 4 Apr 2002 23:17:32 + (UTC), Joerg Sommer
[EMAIL PROTECTED] wrote:
Marc Haber schrieb :
 Der von Debian ausgelieferte exim ist so konfiguriert, dass er alle
 halbe Stunde einen queue run durchführt. Die nach einer
 Hochlastsituation gequeueten Mails sollten also spätestens nach 30
 Minuten ausgeliefert werden. Hast Du das abgeschaltet?

Ja, weil mit einem Aufruf von exim -ql die Last nichtmehr beachtet wird
und mir dann u.U. das System blockiert wird.

Erstens bringt ein queue runner maximal load 1, weil es nur ein
Prozess ist. Zweitens kannst Du eine Last einstellen, ab der ein queue
runner abbricht und freiwillig stirbt. Drittens möchtest Du, wenn Du
die queue runs per cron abgeschaltet hast, /etc/init.d/exim verändern,
dass der Daemon regelmässig einen queue runner forked (-qxym).

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Probleme mit ntpdate

2002-04-06 Thread Marc Haber

On Fri, 5 Apr 2002 12:07:35 +0200, Marco Herrn [EMAIL PROTECTED] wrote:
Ja, ich habe sonst keinerlei Probleme mit dem Netz.

Eventuell fällst Du in die Belwü-Filterpolicy?

marco@lurkabove:~$ sudo traceroute 131.188.3.220
traceroute to 131.188.3.220 (131.188.3.220), 30 hops max, 38 byte packets
 1  gw-wg2.studnet.fh-furtwangen.de (141.28.208.17)  0.267 ms  0.179 ms  0.154 ms
 2  gw-fh.studnet.fh-furtwangen.de (141.28.208.254)  0.786 ms  0.697 ms  0.681 ms

Der aus Deinem Standort FH Furtwangen _sinnvollerweise_ zu benutzende
Timeserver wäre noc.belwue.de. Das ist ein Stratum-2-Server, der mit
der halben Welt peered. Wenn Du nicht weisst, was ein Stratum ist,
dann reicht Dir die Präzision, die Dir ein Stratum-2-Server liefert.

Hilfsweise der von der FH Furtwangen oder dem Studnet angebotene
NTP-Server, aber keinesfalls der primäre Server, der die gesetzliche
Zeit der BR Deutschland im Netz verteilt.

Es macht keinen Sinn, einem über zehn Hops entfernten Stratum-1-Server
die Last aufzubürden, um wegen einer Mikrosekunde Ganggenauigkeit
einen Jitter im Millisekundenbereich einzufangen.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Probleme mit ntpdate

2002-04-06 Thread Marc Haber

On Sat, 6 Apr 2002 18:55:44 +0200, Marco Herrn [EMAIL PROTECTED] wrote:
Das wäre schon schön, nur leider ist mir gar nicht bewusst, dass die so
was haben. Ich werd mal nachfragen. Oder weißt du das bereits sicher,
dass die einen NTP-Server haben?

Nein, das weiss ich leider nicht. Das sollte das Rechenzentrum aber
wissen.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [exim] Auslieferung unterbrechen

2002-04-04 Thread Marc Haber

On Tue, 2 Apr 2002 22:02:28 + (UTC), Joerg Sommer
[EMAIL PROTECTED] wrote:
wenn ich mit deliver_queue_load_max = 10 und deliver_load_max = 5 die
Auslieferung beschränke, dass ab einer bestimmten CPU-Last nicht weiter
ausgeliefert wird, bricht exim ab. Kann man exim aber auch sagen, er
solle nur mal Pause machen und wenn die CPU-Last gesunken ist, wieder
weiter ausliefern. Wenn mir uucp erst die Ganzen Mails reinknallt und
hinterher noch die News inn hinwirft, kann der load mal schnell die
Grenze überschreiten und exim bricht ab. Dann steht alles in der
Warteschlange, bis wiedermal Mails kommen oder ich den Stau auflöse. Geht
das nicht auch automatisch?

Der von Debian ausgelieferte exim ist so konfiguriert, dass er alle
halbe Stunde einen queue run durchführt. Die nach einer
Hochlastsituation gequeueten Mails sollten also spätestens nach 30
Minuten ausgeliefert werden. Hast Du das abgeschaltet?

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Exim - Zustellgeschwindigkeit bei Maildirs zu langsam

2002-04-04 Thread Marc Haber

On Sun, 31 Mar 2002 15:38:53 +0200, Ralf Ollig [EMAIL PROTECTED]
wrote:
Allerdings dauert der Transport vom Abschicken der Mail bis zur Ankunft
in das Empfängermaildir ca. 80 Sekunden.
Gemessen habe ich den Zeitraum auf der Konsole vom Zeitpunkt des
Abschickens bis zum Zeitpunkt an dem die
Mail im Empfängerverzeichnis einsortiert wurde und somit erst zur
Verfügung steht.

Dauert exim -d9 -bt empfaenger auch so lange? Wenn nein, dann:

- vorbereitete Mail (inklusive Header) in eine Datei schreiben
- cat file | exim -d9 empfaenger

sehen, wo die Zustellung stockt. Ich vermute, dass sie bei irgend
einem DNS-Lookup (reverse für Deinen lokalen Rechner) stockt.

Ist Zustellung in eine konventionelle mailbox ähnlich langsam?

Habt Ihr eine Lösung, woran das liegen kann?

Eventuell verschluckt sich exim an Deinem HTML-Müll? Bitte abstellen,
danke.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: was logrotatet /var/log/messages ?

2002-04-04 Thread Marc Haber

On Sun, 31 Mar 2002 17:47:34 +0200, Martin Schulze [EMAIL PROTECTED]
wrote:
Und schau Dir mal die Cron-Skripte an, das
sind dynamisch erfasste Logdateien und nichts statisches wie bei anderen
Programmen.  Solange das nicht geklaert ist, und jedesmal vor dem
Aufruf von logrotate eine Konfig dafuer zu generieren, ist keine
Option.

Warum ist das keine Option? Hilfsweise merkt man sich die ctime bzw.
die MD5-Summe der syslog.conf und generiert die Konfig nur dann neu,
wenn sie sich geändert hat. Das ist vermutlich unterm Strich weniger
aufwendig als das jetzige Shellscript, das nur sehr wenig
Konfigurationsoptionen bietet.

Das einzige, was ich mir als etwas haarig vorstelle ist
sicherzustellen, dass die neue Logrotate-Konfig erzeugt wird, _bevor_
der logrotate-Job selbst läuft.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: [exim] Mails mit nicht-Existenten Absendern refusen?

2002-04-04 Thread Marc Haber

On Wed, 3 Apr 2002 17:30:29 +0200, Karin Gerbrich
[EMAIL PROTECTED] wrote:
Ich hatte mal ein php-Script im Internet gefunden (Stichwort Form-Mailer)
welches auf Web-Formularen bei Eingabe einer eMail-Adresse am jeweiligen
MailServer nachgefragt hat, ob die Mailadresse existiert.
(und was, wenn der MailServer down ist?)

Das halte ich für keine gute Idee. Die einzige Möglichkeit, um die
Existenz einer Mailadresse _wirklich_ zu prüfen, ist eine Mail
hinzuschicken. Es gibt zu viele Mailserver, die alles annehmen und
nachträglich bouncen.

Mail und Web ist sowieso ein Trauma. Webdesigner, die defekte uralte
formmail.pl einsetzen, und der Meinung sind, ein + in einer
Mailadresse sei ein ungültiges Zeichen, werden immer häufiger.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: SSH ist blockiert

2002-03-20 Thread Marc Haber

On Tue, 19 Mar 2002 23:22:04 +0100, Michael Hierweck
[EMAIL PROTECTED] wrote:
ssh_exchange_identification: Connection closed by remote host

Das schreit danach, zu prüfen, ob man nicht per hosts.allow/hosts.deny
ausgesperrt ist. ALL: PARANOID und Provider mit eigenwilligem Reverse
DNS ist oft die Ursache, wenn kein offensichtlicherer Grund gefunden
wird.

Das erklärt allerdings nicht, warum ein restart des sshd Dein Problem
zu lösen scheint.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Mail verschwindet

2002-03-15 Thread Marc Haber

On Sat, 16 Mar 2002 01:54:59 +0100, Christian Kuhn
[EMAIL PROTECTED] wrote:
Nächster Schritt: Linux-Kiste soll lokaler SMTP-Server werden,
Windows-Kiste soll also Mail an Linux-Kiste loswerden. exim
installiert, smtprelay.t-online.de (bin angemeldet) als Smarthost
eingetragen. Versand von Windows-Kiste aus an Server - geht. Von
Windows-Kiste ins Internet - geht. Vom Server lokal - geht. Vom
Server ins Internet - geht nicht. Mail verläßt den Rechner (exim
-bq zeigt sie nicht mehr an), kommt aber nie an.

Du meinst exim -bp?

Was sagt /var/log/exim/mainlog zu der von Dir verschickten Mail?

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: OT: Firewall Buchempfehlung

2002-02-08 Thread Marc Haber

On Fri, 8 Feb 2002 18:12:21 +0100, Michael Pahle
[EMAIL PROTECTED] wrote:
Nur schade, daß bis auf den letzten Link alles wieder in englisch ist.

Technisches Englisch wenigstens lesend zu beherrschen, ist
_unabdingbare_ Voraussetzung für das Erreichen von Ergebnissen unter
Unixoiden Systemen. Das gilt ganz besonders, wenn diese Ergebnisse im
Bereich Security liegen sollen.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: apt-get und proxy

2002-02-06 Thread Marc Haber

On Wed, 6 Feb 2002 12:02:55 +0100, Matthias Fechner
[EMAIL PROTECTED] wrote:
Danke für die Zeilen, ich glaube ich habe jetzt mein Problem gefunden,
ich hole viele Packete über ftp und dann nutzt apt-get denn Proxy nicht.

export ftp_proxy=http://proxy.idefix.loc:8080/

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: E-Mail Virenskanner

2002-02-06 Thread Marc Haber

On Thu, 07 Feb 2002 05:18:55 +0100, michael pfromm
http://www.astaro.com/contact/contact.php?req=Demonstration%20version%20incl.%20Anti-Virus
an. 

Werbung für kommerzielle Software ist auf den Debian-Listen
unerwünscht.

Nimm' amavis, am besten amavis-ng, und arbeite an freier Software mit.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: ADSL Standleitung

2002-01-31 Thread Marc Haber

On Mon, 28 Jan 2002 05:19:47 +0100, [EMAIL PROTECTED] (Ole
Behrmann) wrote:
ich administriere eine Debian Kiste,

Welche Version?

an der neuerdings eine 8 mbit ADSL 
Standleitung haengt.

Wenn ADSL, dann nicht 8 mbit. Wie dick ist der Upstream?

Das ADSL Modem ist an eth0 angeschlossen, und hat eine eindeutige ip Addresse.
Es sind keine Einwahldaten erforderlich, da die ADSL Leitung im grunde nur 
eine verlaengerte Netzwerkanbindung ist.
Meine eigentliche Frage ist aber:

Wie ist eth0 zu konfigurieren?

-IP Addresse?
-Subnetmask?

Diese muss Dir Dein Provider eigentlich ohne Aufforderung mitgeteilt
haben. Sonst: Tritt' ihn, und frag' ihn dann.

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: man v. info

2001-12-27 Thread Marc Haber
On Tue, 25 Dec 2001 17:24:26 +0100, Imre Vida
[EMAIL PROTECTED] wrote:
As far as info is concerned, i fully agree with Karsten.  
It doesn't work intuitively for me either; i just get 
lost in the maze of links and 3 sentence pages
I hate it for this.

Use pinfo. Feels like lynx. Much more intuitive. The default colors
suck, though.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: 486 router is very slow

2001-06-10 Thread Marc Haber
On Sun, 10 Jun 2001 01:52:41 +0200 (CEST), Leen Besselink
[EMAIL PROTECTED] wrote:
 I set up a router with my old 486 computer. I have there potato witch kernel 
 2.4 installed.
 
try running 2.2 or 2.0 instead, that might help also.

In a router, having 2.4 has a _very_ strong point called netfilter.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Kernel-Package, Kernel-Patches, lots of questions

2001-06-09 Thread Marc Haber
Hi,

kernel-package supports kernel patches, as I learned short time ago.
But IMO, it lacks the documentation for this.

If i understand correctly:
- patches go into /usr/src/kernel-patches/$arch/$version/apply.
- If PATCH_THE_KERNEL is set, patches are automatically applied on 
make-kpkg.

But here are some questions:
(1)
How are patches handled that create new config options in the kernel
config? When make-kpkg runs, kernel config usually is already finished
- how am I supposed to activate the new options?

(2)
How can I choose which patches are to be applied? Are all patches
applied without me having a chance to choose?

(3)
Can I see in the created .deb which patches have been applied?

(4)
Can patches be put elsewhere than in /usr/src/kernel-patches?

(5)
Where is the documentation about module-hooks mentioned in
kernel-package(5)?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: firewall log message question

2001-06-02 Thread Marc Haber
On Tue, 29 May 2001 19:37:47 -0500, will trillich [EMAIL PROTECTED]
wrote:
   May 23 12:51:01 server kernel: Packet log: input DENY eth1 PROTO=1 
 192.168.1.62:3 208.33.90.85:13 L=56 S=0x00 I=30114 F=0x T=248 (#5)
   May 23 12:51:05 server kernel: Packet log: input DENY eth1 PROTO=1 
 192.168.1.62:3 208.33.90.85:13 L=56 S=0x00 I=30125 F=0x T=248 (#5)
   May 23 12:51:11 server kernel: Packet log: input DENY eth1 PROTO=1 
 192.168.1.62:3 208.33.90.85:13 L=56 S=0x00 I=30140 F=0x T=248 (#5)
   May 23 12:51:23 server kernel: Packet log: input DENY eth1 PROTO=1 
 192.168.1.62:3 208.33.90.85:13 L=56 S=0x00 I=30167 F=0x T=248 (#5)

Protocol 1 is ICMP, and ICMP does not have ports. The firewall code
uses the place that it usually uses to print ports for IMCP type/code,
so what we face here is an ICMP packet of type 3 code 13.

ICMP 3/13 says communication administratively prohibited which means
that an access that you tried has been denied by a firewall on the
remote side, and you should probably let your local machine know about
that to avoid running into timeouts.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: rtl8139 vs. 8139too (was Problems with 8139too...)

2001-04-22 Thread Marc Haber
On Wed, 18 Apr 2001 13:38:42 +0200, Emil Pedersen [EMAIL PROTECTED]
wrote:
While more or less on the subject 8139, could someone please explain the
differenses between these, and what benefits one might have over the
other.  I've used them both without trouble, but I asume there is a
reason why 8139too was written (it's newer right?)

The rtl8139 driver has always been experimental. 8139too is the new
driver which is only marked as experimental in the sources and not in
the kernel konfig. 2.4 has 8139too only. See it as rtl8139 2.0.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Problems with 8139too driver in kernel 2.4.2

2001-04-17 Thread Marc Haber
On Sun, 15 Apr 2001 13:06:23 +0200, Marc Haber
[EMAIL PROTECTED] wrote:
2.2.19 hat beide Treiber, und für 2.4.3 gibt es auf Sourceforge einen
noch neueren. Ich habe das Problem, dass eine ältere 8139-basierende
Karte zwar erkannt, aber nicht korrekt initialisiert wird (kein link
beat).

Sorry, didn't mean to post that to the list. I need to wear a paper
bag for some time.

What I wrote is: 2.2.19 has both rtl8139 and 8139too, and sourceforge
has a even later 8139too for 2.4.3 which fixes an initializing problem
occuring on an older 8139-based card with the 8139 too from stock
2.4.3.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: exim?

2001-04-17 Thread Marc Haber
On Mon, 16 Apr 2001 22:01:27 +0600, V.Suresh [EMAIL PROTECTED]
wrote:
Now, with exim, I run 'runq -v', and all exim says is a pid number, and exits.
How do I make exim more verbose, and I want to actually see the mail transfer
over my console. Help.

exim -v -q

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Problems with 8139too driver in kernel 2.4.2

2001-04-15 Thread Marc Haber
On Sun, 1 Apr 2001 10:49:27 +0200, Michael Meskes [EMAIL PROTECTED]
wrote:
On Fri, Mar 30, 2001 at 02:37:23PM -0300, Daniel Toffetti wrote:
 I have two cheap cards and it worked fine and straightforward for

On my newer machines it worked well too.

 me. The only problem I had was that I selected a wrong driver the first
 time, then I browsed the drivers diskette and found the right driver, which
 is already bundled with the kernel.
 Have you compared the sources of the drivers for 2.2.18 and 2.4.2 ??

Does not help since the driver is a complete rewrite.

2.2.19 hat beide Treiber, und für 2.4.3 gibt es auf Sourceforge einen
noch neueren. Ich habe das Problem, dass eine ältere 8139-basierende
Karte zwar erkannt, aber nicht korrekt initialisiert wird (kein link
beat).

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Email embarrasment

2001-04-15 Thread Marc Haber
On Thu, 12 Apr 2001 21:02:46 +0200, Johann Spies [EMAIL PROTECTED]
wrote:
It is an dialup system using exim as mta. 

I do not know where to look for the problem.

What do the exim logs /var/log/exim/{mainlog|rejectlog) say?

Most graphical clients deliver e-mail to the MTA via SMTP while
console mail clients use the command line api. My rough guess is that
localhost is missing from host_accept_relay in /etc/exim/exim.conf, so
that exim rejects the SMTP delivery. For this to remain undetected, it
is necessary that either the MUA doesn't deliver the error message to
the user or the user ignores it.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: sawfish on woody

2001-04-15 Thread Marc Haber
On Fri, 13 Apr 2001 09:22:06 +0200, christophe barbe
[EMAIL PROTECTED] wrote:
I've dist-upgraded a fresh potato box to woody.
Everything works fine.
But I can't install sawfish.
It seems to not be available.
I can't see it anymore in the available package at 
http://packages.debian.org/testing/x11/.

What's wrong ?

There is currently neither sawfish nor sawmill in woody. I suspect
that sawmill has been removed from sid because sawfish replaces
sawmill, and sawfish didn't make it from sid to woody yet.

I _suspect_ that installing sawmill's potato packages will probably
work, and I even _suspect_ that it would be possible to put potato apt
lines below the woody ones, causing apt to pull potato packages iff
woody packages are not available _and_ to automagically update to the
woody packages as soon as they get available.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Progeny Debian 1.0 released

2001-04-09 Thread Marc Haber
On Mon, 9 Apr 2001 11:13:42 -0500, Branden Robinson
[EMAIL PROTECTED] wrote:
If you don't ever want announcements from Progeny on any subject posted to
any Debian mailing list ever again, speak up now.

You desparately need to get your irony/tongue-in-cheek detector
adjusted.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: PLEASE: standard package README file/orientation

2000-12-22 Thread Marc Haber
On Thu, 24 Aug 2000 12:49:42 +1000, Anand Kumria
[EMAIL PROTECTED] wrote:
README.Debian exists in the package(s) which have made substainial changes
to how the package operates. If it exists it contains important information
that the maintainer wanted you to read.

However, Debian's apache comes configured to hide README files. Thus,
http://host/doc/package/README.Debian is hidden from anybody who
happens to enjoy the web browser interface to /usr/doc.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Installing packages without manpages and docs

2000-08-03 Thread Marc Haber
On Thu, 3 Aug 2000 10:34:12 +1000 , Kenrick, Chris
[EMAIL PROTECTED] wrote:
IIRC Slink minimum install is circa 30 MB

Would it be worth a try installing minimal Slink first,
then apt-get upgrade;apt-get dist-upgrade ?

No. The man pages are in the packages themselves. Your approach
wouldn't give any gain.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Installing packages without manpages and docs

2000-08-02 Thread Marc Haber
Hi,

I am using Debian on a bunch of servers with a minimal install. The
barebone install is about 80 MB for potato and I'd like to reduce it
even more.

Is there any way to make apt-get stop installing packages' man pages
and documentation? I never actually tried that, but would symlinking
/usr[/share]/{doc|man|info} to /dev/null do the job without disabling
apt updates?

I have docs and man pages on my personal work station, and having them
multiple times is a waste of disk and backup space.

Has anybody actually done something like that?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: man -- info?

2000-05-20 Thread Marc Haber
On Thu, 18 May 2000 09:29:11 -0500, you wrote:
I want to try it, but apt-get wants to re-install an entire server and 
tools for me, I have a stable apache+jserv, and don't want to install 
another http server.

Any way to convince apt to just get the add-on tool?

Have a look at the equivs package.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



/etc/ioctl.save?

2000-05-03 Thread Marc Haber
Hi!

I'd like to know what /etc/ioctl.save is and to which package it
belongs. That file gets touched on every system boot and therefore
needs special attention with the IDS. Any hints how to stop that
behavior or what package to file a bug against?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: hacked?

2000-04-30 Thread Marc Haber
On Thu, 27 Apr 2000 09:02:05 -0400 (EDT), you wrote:
On the other hand, I do not feel as strongly as other posters that telnet
needs to be disabled in order to have a secure machine.  Strong passwords
will work just as well.  I have an account on a large Solaris network
where telnet has been open for ages, and will continue to be.  The passwd
program in *incredibly* anal about ensuring that all passwords are
complex.  To my knowledge there has never been a significant security
breach on this network.

You have been lucky. Even secure passwords can be sniffed, and telnet
sessions already established can be hijacked. That way, the attacker
doesn't even have to wait for your password to fly around.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Netscape menu fonts with X11?

2000-04-22 Thread Marc Haber
Hi,

my ancient notebook can only do 800x600 pixels. Netscape from potato
uses large fonts for menu bar and dialog boxes, so that the
preferences dialog doesn't fit on screen.

How can I make netscape use smaller fonts?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: lm-sensors: can't access /proc file

2000-04-13 Thread Marc Haber
On 04 Apr 2000 15:52:28 +0200, you wrote:
* Marc == Marc Haber [EMAIL PROTECTED] writes:
 I was missing sensors and w83781d. On the P5A, it now works. However,
 the temperature values are grossly off, reporting a temp3 of 208.5
 Centigrade...

Same here. I think, temp3 is the connector for the temperature sensor
(TRPWR in the Manual). temp1 and temp2 seems realistic to me.

For the p3b you need another module, probably one of the lm*, not
the w83781d.

So, lm-sensors is mostly unuseable at the moment because the docs are
lacking :-(

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: lm-sensors: can't access /proc file

2000-04-03 Thread Marc Haber
On 01 Apr 2000 00:37:21 +0200, you wrote:
Do you have the modules loaded? On my computer (with a p5a-board too),
it was necessary to add the modules listed below to /etc/modules:

i2c-proc
i2c-ali15x3
i2c-dev
w83781d
sensors
smbus
i2c-core

With this it works.

I was missing sensors and w83781d. On the P5A, it now works. However,
the temperature values are grossly off, reporting a temp3 of 208.5
Centigrade...

On the P3B-F, w83781d takes about two minutes to load and then temp2
and temp3 are deported as zero. temp1 seems to be the case
temperature.

What do I do to get sensible temperature readings?

sensors-detect complains about missing /dev/i2c nodes - do I have to
create them manually? 

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


lm-sensors: can't access /proc file

2000-03-31 Thread Marc Haber
Hi!

I am trying to get lm-sensors up and running on a system with Asus P5A
mainboard, Debian potato and kernel 2.2.14. I am already using
kernel-package and thus, I didn't need to recompile my kernel.

I installed lm-sensors, libsensors0 and lm-sensors-source. I changed
to my kernel top level directory and invoked fakeroot make-kpkg
modules_image. This built a .deb containing the modules that I
installed.

I then ran sensors-detect which found the i2c bus and seemed to have
finished ok.

But, when I invoke sensors itself, it tells me that it couldn't access
/proc file, and I don't have /proc/sensors. Also, the /dev/i2c nodes
the docs mention seem to be missing.

What am I doing wrong?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: March 9, 1999

2000-03-09 Thread Marc Haber
On Thu, 09 Mar 2000 00:15:11 +0100, you wrote:
March 9, 1999 saw the birth of Slink. Where is my Potato? I want it on a
dish (oh sorry, disk that is...) --hans

How many bugs did you report or fix in the last two weeks?

I am pretty sure the developers are doing great work as usual.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Setuid scripts with Apache?

2000-03-09 Thread Marc Haber
On Wed, 08 Mar 2000 17:32:58 -0600, you wrote:
I have a perl CGI that calls a suidperl script that broke in the update to 
slink.  What is suppoed to happen is the CGI gets the data from the web page, 
rigorously checks it for safeness and then system()'s a root suidperl script 
to do the work.  It used to work under potato, but now under slink, I get the 
following error in my error.log: Can't do setuid

Why don't you system() that perl script without the suid bit via sudo?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: effect of having stable and unstable listed in sources.list

1999-12-08 Thread Marc Haber
On Sat, 4 Dec 1999 16:16:24 -0500 (EST), you wrote:
I would not recomend mixing slink and potato sources.  Early in the
potato development this was possible as slink and potato were not too
different and only a few files were updated.  But now most files depend
in some way on libc6 v2.1 or perl5.005 and will cause major problems if
they are installed and you are not willing to upgrade yet.

A bigger problem is that quite some potato packages depend on a later
debhelper to be built on slink. Later debhelpers don't build on slink
because they need Test.pm which isn't installed with slink.

If there only were a debhelper  2.0.51 for slink, running slink
wouldn't be such a pain.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


building openssh on slink

1999-11-08 Thread Marc Haber
Taking this over to debian-user since I don't think this discussion
has a place on debian-devel. Subject fixed, too.

Cc: to Markus, just in case you don't read debian-user ;-)

On 08 Nov 1999 08:47:56 +0200, Markus Stenberg wrote:
[EMAIL PROTECTED] (Marc Haber) writes:
 On 03 Nov 1999 03:19:00 +, you wrote:
 I've just uploaded OpenSSH, the binary package for which I've called
 ``ssh'' so it will replace the non-free version in due course.
 Good work, thanks.

Agreed. I dislike the choice of package name, though - breaking all
existing installations at once isn't very neat way of doing things - even
with disclaimers. We had IDEA as default cipher[1], for example :P

 |configure: error: *** libcrypto missing - please install first ***
 |make: *** [build-stamp] Error 1
 |[EMAIL PROTECTED]/528]:~/devel/packages/openssh/openssh-1.2pre7$
 
 torres is a slink system, and I can't seem to find libcrypto. It's
 neither in main nor non-US for either slink or potato and it also
 can't be found on www.hands.com.

[EMAIL PROTECTED] »cat /etc/debian_version 
potato
[EMAIL PROTECTED] »dpkg -S /usr/lib/libcrypto.so
libssl09-dev: /usr/lib/libcrypto.so
[EMAIL PROTECTED] »

I see...

However, building openssh on a slink system seems to be a major
undertaking since the openssh package needs pam. I tried compiling
libpam on slink, but failed. After pulling a bunch of packages that
potato-pam needs though the compiler, I can't figure out the next
problem.

|gcc -O2 
-I/mnt/main8/home/mh/devel/packages/libpam0g/pam-0.70/build-tree/Linux-PAM-0.70/include
 -D__NO_STRING_INLINES -DLINUX_PAM  -Wall 
-I/mnt/main8/home/mh/devel/packages/libpam0g/pam-0.70/build-tree/Linux-PAM-0.70/include
 -fPIC -DPAM_DYNAMIC   -c pam_userdb.c -o dynamic/pam_userdb.o
|pam_userdb.c: In function `user_lookup':
|pam_userdb.c:93: `DBM' undeclared (first use this function)
|pam_userdb.c:93: (Each undeclared identifier is reported only once
|pam_userdb.c:93: for each function it appears in.)
|pam_userdb.c:93: `dbm' undeclared (first use this function)
|pam_userdb.c:93: warning: statement with no effect
|pam_userdb.c:94: `datum' undeclared (first use this function)
|pam_userdb.c:94: parse error before `key'
|pam_userdb.c:97: warning: implicit declaration of function `dbm_open'
|pam_userdb.c:105: `key' undeclared (first use this function)
|pam_userdb.c:105: warning: implicit declaration of function `dbm_firstkey'
|pam_userdb.c:105: warning: implicit declaration of function `dbm_nextkey'
|pam_userdb.c:106: `data' undeclared (first use this function)
|pam_userdb.c:106: warning: implicit declaration of function `dbm_fetch'
|pam_userdb.c:129: warning: implicit declaration of function `dbm_close'
|pam_userdb.c: In function `pam_sm_authenticate':
|pam_userdb.c:179: warning: passing arg 3 of `pam_get_item' from incompatible 
pointer type
|make[3]: *** [dynamic/pam_userdb.o] Error 1

Did anybody out there manage to successfully build an openssh package
for slink?

   Sue me - that's because some ssh clients/servers in non-Linux world
didn't support blowfish, and 3des is .. hm. untrustworthy, in my eyes.

*shuffle* phew, TeraTerm ssh can do blowfish ;-)

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


How do I make a bootable debian rescue CD?

1999-10-03 Thread Marc Haber
Hi!

I'd like to have a bootable CD that contains a not-so-small Debian
installation with most console utilities to repair a broken file
system. It'd need to have raidtools, tar, cp, dd in full features
versions.

To make that disk, I'd probably generate a Debian installation on a
spare disk that has everything I want and then convert the file system
for CD generation.

To run this, I would probably have to boot into a RAM disk and then
mount the CD as /usr to have the programs available.

Making things even more difficult: The CD recorder is not on a Linux
system, but on a Windows box.

Does Debian offer packages to generate a bootable ISO9660 Image that I
then can write to a CD? Or do I have to do everything myself?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Web access to /usr/doc?

1999-09-16 Thread Marc Haber
On Wed, 15 Sep 1999 12:34:22 -0500, you wrote:
I wish dwww would just be fixed to not munge links for html docs.

I'd agree with that one. And I think that dwww desparately needs a way
to support /usr/local/doc for locally installed packages.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Web access to /usr/doc?

1999-09-16 Thread Marc Haber
On Thu, 16 Sep 1999 13:04:23 -0400, you wrote:
Why not use http://localhost/doc/PACKAGE ?

In my case, the web browser is running on my desktop machine which is
a Windows machine not running any web server software.

Even if it were a Debian box, /usr/doc needs only to be present on a
single machine in the network:

|[EMAIL PROTECTED]/507]:~$ du -s /usr/doc/
|55577   /usr/doc
|[EMAIL PROTECTED]/508]:~$

This is a machine with almost no packages installed. I recon that on a
typical box, /usr/doc is about 100 to 200 MB large. No need to have
this on every local machine.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Web access to /usr/doc?

1999-09-16 Thread Marc Haber
On Thu, 16 Sep 1999 16:03:08 -0400, you wrote:
I'm simply saying that this is already implemented as
http://HOSTNAME/doc/PACKAGE 

I was not aware of the doc configuration in /etc/apache/srm.conf. And
I didn't think when I answered your last e-mail [1]. I apologize.

Greetings
Ma _that_ is embarrassing rc

[1] Yes, I usually _know_ that there is some difference between
http://localhost/... and file://.

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Web access to /usr/doc?

1999-09-14 Thread Marc Haber
Hi!

Since dwww sometimes goofs in building URLs: Would this link:

|[EMAIL PROTECTED]/503]:/var/www/usr$ ls -al | grep doc
|lrwxrwxrwx   1 root root8 Sep 14 19:27 doc - /usr/doc/
|[EMAIL PROTECTED]/504]:/var/www/usr$

introduce any security issues?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


vncserver and vnc-doc conflicting?

1999-09-14 Thread Marc Haber
Hi!

|[EMAIL PROTECTED]/507]:/usr/doc$ sudo apt-get install vnc-doc
|Reading Package Lists... Done
|Building Dependency Tree... Done
|The following packages will be REMOVED:
|  vncserver
|The following NEW packages will be installed:
|  vnc-doc
|0 packages upgraded, 1 newly installed, 1 to remove and 5 not upgraded.
|Need to get 0B/526kB of archives. After unpacking 588kB will be freed.
|Do you want to continue? [Y/n]
|[EMAIL PROTECTED]/508]:/usr/doc$

Any ideas why the documentation is set to conflict with the real
package? vncserver doesn't seem to install documentation as
comprehensive as vnc-doc contains.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: smbumount doesn't

1999-09-03 Thread Marc Haber
On Thu, 2 Sep 1999 22:18:35 -, you wrote:
if rebooting the puter is a solution to samba problem then
perhaps a restart of samba is enough?

Smbmount and samba are totally different things.

Does umount /mountpoint work in that case?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: smbumount doesn't

1999-09-03 Thread Marc Haber
On Sat, 04 Sep 1999 20:04:18 -0500, you wrote:
Marc Haber wrote:
 On Thu, 2 Sep 1999 22:18:35 -, you wrote:
 if rebooting the puter is a solution to samba problem then
 perhaps a restart of samba is enough?
 
 Smbmount and samba are totally different things.
 
 Does umount /mountpoint work in that case?

No, it responds with device is busy. Same with umount -f
mountpoint.

Du you still have file descriptors open in on that mountpoint?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: teTeX and DWWW

1999-08-26 Thread Marc Haber
On 25 Aug 1999 14:35:49 +0200, you wrote:
Does 

http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf/tetex/teTeX-FAQ.gz

work?

Yes.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


teTeX and DWWW

1999-08-25 Thread Marc Haber
Hi!

When I use DWWW to access the teTeX-Documentation, I can get through
fine to
http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf
while torres.gf1.internal is my Debian box. However, none of the links
on that page work (Example:
http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf/tetex/teTeX-FAQ
gives file not found, but teTeX-FAQ.gz clearly is there).

What am I doing wrong?

Any hints will be appreciated.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Files of Debian-Packages on the Web?

1999-08-23 Thread Marc Haber
Hi!

I know (of course!) that Debian packages can be downloaded from web
and/or ftp servers as .deb files. But I'd like to be able to download
documentation files without having to unpack a .deb file.

For example, I'd like to give a friend access to
/usr/doc/kernel-package/Rationale.gz that is part of kernel-package.

Does the Debian project have a system with an open dwww installation?

Are these ressources available on the web or do I have to e-mail that
file (and possibly many others) to my friend?

Any hints will be appreciated.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: apt with smbmount

1999-08-20 Thread Marc Haber
On Thu, 19 Aug 1999 09:08:07 -0700, you wrote:
I'm installing slink on a friend's old '486, with a CD rom which is
smbmounted from a drive on his win98 box.
I can access the .deb files okay, and can do 'dpkg -i file.deb', but
'apt-get install package' is broken because the symlinks on the CD
aren't followed.
Is there any way to get apt-get to work on an smbmounted CD rom?

You need a recent apt (for example apt-0.3.6.1 which by no doubt is
outdated by now) and apt.conf:

|[EMAIL PROTECTED]/121]:~$ cat /etc/apt/apt.conf
|Acquire
|{
|   CDRom
|   {
|  Mount /mnt/cdrom;
|  /mnt/cdrom/
|  {
|Mount smbmount //janeway/cdrom /mnt/cdrom -U user -P password;
|UMount umount /mnt/cdrom;
|  }
|}
|}
|
|[EMAIL PROTECTED]/122]:~$

The smbmount command line is for a 2.0.x style kernel, that line must
mount the cd-rom without doing and interactive things like asking for
a password.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: [Exim] Re: EXIM, Help stop relaying spam

1999-08-05 Thread Marc Haber
On Wed, 4 Aug 1999 10:19:27 -0600 (MDT), you wrote:
Just as a side-note, it is a silly option anyway, isn't it?  I've not used
it for anything useful... yet.

I consider it a good option for a host that is secondary MX for a lot
of domains. Saves its admin from maintaining a list of these domains.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Tue, 3 Aug 1999 08:22:23 -0700 (PDT), you wrote:
On Tue, 3 Aug 1999, David Warnock wrote:
 relay_domains_include_local_mx = true

You can turn this off because a spammer can simply put you host in his DNS
makeing you an MX host and you will relay for him.

Nope. If a spammer puts the host in his DNS, you are going to relay
_TO_ him. So he can happily spam himself.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Tue, 3 Aug 1999 19:15:59 -0700 (PDT), you wrote:
On Wed, 4 Aug 1999, Marc Haber wrote:
 Nope. If a spammer puts the host in his DNS, you are going to relay
 _TO_ him. So he can happily spam himself.

Ok, maybe this has changed but I thought at one point Exim would take mail
in either direction from a host listing it as an MX.

Philip would never incorporate an option that dangerous into his
program. He knows what he is doing and he also knows what an open
relay is.

I don't have older versions of exim here so I can't look in older
manuals though.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: EXIM, Help stop relaying spam

1999-08-04 Thread Marc Haber
On Wed, 4 Aug 1999 00:53:15 -0600 (MDT), you wrote:
If you have the relay-domains-include-local-MX = true in your
/etc/exim.conf file, this is true.  It WILL relay for anyone who lists
your machine as an MX for their domain (real, or not).  I think this was
the original question.

This is either a bug in the program or in the documentation:

|If the domain in a recipient address matches local_domains or  
|
|relay_domains, or if relay_domains_include_local_mx is set and the domain  
|
|has an MX record pointing to the local host, the address is always 
|
|accepted (at least as far as this check is concerned - a subsequent
|
|verification check might fail it). This is the case of an incoming message 
|
|to a local domain or an incoming relay to a permitted domain.

|relay_domains_include_local_mx
|
|Type:boolean
|Default: false
|
|This option permits any host to relay to any domain that has an MX record
|pointing at the local host. It causes any domain with an MX record
|pointing at the local host to be treated as if it were in relay_domains.
|See host_accept_relay above. Warning: Turning on this option opens your
|
|server to the possibility of abuse in that anyone with access to a DNS 
|
|zone can list your server in a secondary MX record as a backup for their   
|
|domain without your permission. This is not a huge exposure because
|
|firstly, it requires the cooperation of a hostmaster to set up, and
|
|secondly, since their mail is passing through your server, they run the
|
|risk of your noticing and (for example) throwing all their mail away.

|The relaying check happens whenever a message's recipient is received, that
|is, immediately after a RCPT command. The first check is whether the address
|would cause relaying at all: if its domain matches something in local_domains
|then it is destined to be handled on the local host as a local address, and
|relaying is not involved, unless the 'percent hack' is in use. In this case,
|the local part is converted into a new address and that is then checked.
|
|When the relevant domain is not in local_domains, there is first a check for
|legitimate incoming relaying, by seeing if it matches relay_domains, or, when
|relay_domains_include_local_mx is set, if it is a domain with an MX record
|pointing to the local host. If it does match, this is an acceptable incoming
|relay, and it is permitted to proceed.

The specification says at three different places that
relay_domains_include_local_mx checks are only done on _recipient_
address. Thus, a message is only relayed if the local host has an MX
record for the _recipient's_ domain and the spammer can only use the
exim host as a relay to spam users in domains the spammer controls the
DNS of.

It will not relay _FOR_ anyone who lists the exim host as an MX for
their domain; it will relay _TO_ anyone who lists the exim host as an
MX for their domain. This is a siginificant difference.

I am not in a position to test this at the moment, but _if_ exim
doesn't behave as the docs say and as I interpreted, this is a severe
bug and I've got to ask you why you didn't report it to Philip yet.

This is crossposted to the exim-users mailing list for verification.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: apt source file semantics

1999-07-25 Thread Marc Haber
On Sun, 25 Jul 1999 16:31:34 +1200, you wrote:
On Sat, Jul 24, 1999 at 10:14:00PM -0600, Eduardo Alvarez wrote:
 I have a small question:  Precisely, what is the syntax to be used when
 addling a source in sources.list?  Specifically Speaking, when do I stop
 using slashes and leave a space between folders?

If you want a verbose description, try (if you haven't already):

$ man sources.list

The short answer is that it depends on what the type is (the first
word of the line, e.g. 'deb'). It's much better explained in the man
page than I can do (without basically repeating the man page).

The man page is indeed hard to understand. What it is missing is
examples that don't focus on network sources. The really interesting
part is how to configure sources on local file systems.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: dhcp and dual-homed filtering host

1999-07-12 Thread Marc Haber
On 08 Jul 1999 01:29:07 +0200, you wrote:
 Jens == Jens B Jorgensen [EMAIL PROTECTED] writes:
  Jens I have a similar setup. You just need to tell dhcpd which
  Jens ethernet interface you want to serve up IPs for. This can be
  Jens done by editing /etc/init.d/dhcpd.

I don't have /etc/init.d/dhcpd. Contents.gz doesn't list this
belonging to any package in slink. Instead, I have /etc/init.d/dhcp
which I modified according to your hint. This seems to work, thanks

Here's the changes I made:

You should also be able to do this by putting 

   IFACE=eth1

in /etc/dhcpc/config

/etc/dhcpc/config belongs to dhcpcd, the client package. If this
configuration file also affects a server running on the same system,
this is a bug IMHO.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Where is klogd instructed to dump the ring buffer into syslog?

1999-07-07 Thread Marc Haber
On Mon, 05 Jul 1999 18:59:44 GMT, you wrote:
It looks like klogd on startup reads everything that is already in the
kernel ring buffer and dumps it off to syslog before going to its
normal operation mode.

Okay, now a different question. I see that not all boot messages are
written into syslog. I am missing, for example, fsck's output from the
initial file system checks. Where are they going on Debian?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Just my opinion

1999-07-06 Thread Marc Haber
On Tue, 6 Jul 1999 09:25:22 +1000 , you wrote:
I have just been through this process having decided to switch over from
SuSE to debian. i must say that the install system is fine until dselect
with a multi CD set.

The installation procedure clearly shows that Debian's roots are the
Internet with everybody installing off an ftp mirror.

My recommendation for installing slink:
- Install base
- skip dselect
- install latest development apt
- check in your cds with apt-cdrom
- use apt-get from there.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Where is klogd instructed to dump the ring buffer into syslog?

1999-07-05 Thread Marc Haber
On Sun, 4 Jul 1999 13:14:46 -0700 (PDT), you wrote:
On Sun, 4 Jul 1999, Marc Haber wrote:
 I am curious. Where do I find the code that does this on Debian? I
 grepped for klogd in /etc but did not find explicit code to do so.

/etc/init.d/sysklogd

I fail to see where there is data copied from klogd to syslog
explicitly. Which line does it?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Where is klogd instructed to dump the ring buffer into syslog?

1999-07-05 Thread Marc Haber
On Mon, 5 Jul 1999 15:25:44 +0100, you wrote:
Quoting Marc Haber ([EMAIL PROTECTED]):
 On Sun, 4 Jul 1999 13:14:46 -0700 (PDT), you wrote:
 On Sun, 4 Jul 1999, Marc Haber wrote:
  I am curious. Where do I find the code that does this on Debian? I
  grepped for klogd in /etc but did not find explicit code to do so.
 
 /etc/init.d/sysklogd
 
 I fail to see where there is data copied from klogd to syslog
 explicitly. Which line does it?

Er, klogd does it. That's what klogd does (man klogd).

I am well able to read manpages, thank you. Occasionally, I even do
so.

What you've stumbled across in some other distribution
is the use of a one-shot (-o) emptying of the buffer to
an explicitly named file (-f filename) for some purpose.

Today, I play a little bit with the SuSE box.

It looks like klogd on startup reads everything that is already in the
kernel ring buffer and dumps it off to syslog before going to its
normal operation mode. This is not mentioned in the man page but is a
Good Thing IMO. It could be possible that klogd doesn't care about
messages that are already there when it comes up. But klogd is smart
and does what I feel appropriate.

SuSE prevents this from happening by using klogd -o to dump the
information into a separate file. This is a Stupid Thing IMO.

Case closed ;-)

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: squid - why?

1999-07-04 Thread Marc Haber
On Sun, 04 Jul 1999 08:18:25 -0500 (CDT), you wrote:
I chose to install Debian as web server which, after I brought the box up,
includes the proxy squid (and of course Apache). What I would like to know is
why I need squid running on this box which will be a normal web server with a
couple of million hits a months? Will normal users vivting our site benfit from
this, or can I remove squid?

If you don't want to use the box as web proxy, you can safely remove
squid.

IMHO, this profile stuff is for the novice. I usually skip dselect
altogether and use apt-get to install _exactly_ what I need.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Where is klogd instructed to dump the ring buffer into syslog?

1999-07-04 Thread Marc Haber
Hi!

My Debian box seems to write the boot messages (that can be accessed
by dmesg) to the syslog on boot-up. The SuSE box at work has code to
dump this information to a file (/usr/sbin/klogd -f /var/log/boot.msg
-o) in /sbin/init.d/boot.

I am curious. Where do I find the code that does this on Debian? I
grepped for klogd in /etc but did not find explicit code to do so.

Debian has klogd 1.3-3 while SuSE has 1.3-0. Is this a new feature?

Is it possible that the explicit dump to file code emties the
buffers so that klogd can't log them any more when it is started as
daemon later in the boot process?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


dhcp and dual-homed filtering host

1999-07-03 Thread Marc Haber
Hi!

In a lab network, I have a dual homed Debian host that should act as a
packet filter between the external (untrusted) and the internal
(trusted) interface. The untrusted network is on eth0; the trusted
network on eth1. The host should assign IP numbers on the trusted
network via DHCP while not doing so on the untrusted network.

The Package description for dhcp-1.0.2-0.1 says: This package only
supports DHCP IP assignment on one interface. So, this is fine with
me.

I proceed to install dhcp and created an /etc/dhcpd.conf with only a
single subnet statement for the trusted network. When I try to start
the dhcp daemon, I get the error message No subnet declaration for
eth0 (192.168.130.38), the IP being the one of the external
interface.

When I add an empty subnet declaration (subnet 192.168.131.0 netmask
255.255.255.0 {}) to /etc/dhcpd.conf, I get The standard socket API
can only support hosts with a single network interface, which is
substantially different from the restriction the Package file
mentions.

Am I missing something? How can I get this dhcp into business?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: apt-get configuration for multi cd set

1999-06-06 Thread Marc Haber
On Fri, 04 Jun 1999 14:22:54 +0200, you wrote:
How should I configure apt-get to use

1) my 2 CD binary distribution
2) ftp.debian.org

in this order? specifying file:/cd for the CD set seems inappropriate, because 
there are 2 CDs, and it should tell me which one to insert, just like dselect 
does, or go to ftp.

Is this possible at all?

I'd suggest installing a later apt (such as the potato version) and
using its new feature apt-cdrom.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: apt's sources.list

1999-05-29 Thread Marc Haber
On Sat, 29 May 1999 03:56:49 +1000, you wrote:
There are very comprehensive docs in /usr/doc/apt.

I don't feel that
|[EMAIL PROTECTED]:/usr/doc/apt/examples  cat sources.list
|# See sources.list(5) for more information
|# Remember that you can only use http, ftp or file URIs
|deb http://ftp1.us.debian.org/debian unstable main contrib non-free
|deb http://non-us.debian.org/debian-non-US unstable non-US
|[EMAIL PROTECTED]:/usr/doc/apt/examples 

is a comprehensive example for sources.list. sources.list(5) has not
nearly enough examples and descriptions what examples do.

You need the latest apt
in potato though...

|[EMAIL PROTECTED]:/usr/doc/apt/examples  dpkg --list apt
|Desired=Unknown/Install/Remove/Purge
|| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
||/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
|||/ NameVersionDescription
|+++-===-==-
|ii  apt 0.3.6.1Advanced front-end for dpkg
|[EMAIL PROTECTED]:/usr/doc/apt/examples 

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: apt's sources.list

1999-05-28 Thread Marc Haber
On Thu, 27 May 1999 14:52:04 -0600 (MDT), you wrote:
On Thu, 27 May 1999, Brian Boonstra wrote:
 (1) Is the required format for such targets defined, exemplified, or  
 documented anywhere?

man sources.list ? There are several examples at the bottom and the exact
line syntax is given in the section title 'The deb type'.

I have to agree with Brian. The examples given in the man page are
mostly too obscure to be understood by newbies to apt. The docs should
really be a little more verbose.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Lexmark is less than helpful :

1999-05-28 Thread Marc Haber
On Fri, 28 May 1999 13:11:12 -0400, you wrote:
I had a conversation with a dealer, and he assured me
that Lexmark supports Linux...

I am sure that Lexmark's PostScript printers work with Linux :-/

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Lexmark is less than helpful : -

1999-05-28 Thread Marc Haber
On Fri, 28 May 1999 15:53:23 -0400 (EDT), you wrote:
An effective (although not completely honest :) ) way to do it is:

Instead of saying:
  I just bought your printer -- do you have linux drivers

Say:
  I'm thinking about buying your printer -- do you have linux drivers?

I routinely do this even if I don't dream about using that piece of
hardware on a Linux system.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: DHCP and debian

1999-05-25 Thread Marc Haber
On Mon, 24 May 1999 14:14:12 -0500, you wrote:
I'm adding a debian workstation to our Windows network, and I'd like to use
our DHCP server to assign it's ip-address, DNS servers, netmask, etc.  Is
this possible?

That actually should be no problem at all. However, I did not try it
yet.

You might want to take a look into RedHat's init scripts that do DHCP.
When I tried out RedHat a few weeks ago, I was impressed that RedHat
not only accepted the IP number offered by DHCP but also did a reverse
DNS lookup and set the host name to what was stored in the DNS.
However, I was not able to actually understand these scripts.

Doing stuff like that should be possible with Debian too.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: DHCP and debian

1999-05-25 Thread Marc Haber
On Tue, 25 May 1999 09:11:37 -0500 (CDT), you wrote:
What is the settting that allows you to set the hostname on the client?  I
run dhcpcd on my linux box on a Win network, and my dhcpc always sets my
hostname to dhcpc1.  Where is this seting you are talking about i've been
trying to find it for weeks.

When I tried RedHat, it set the host name with the following
configuration done on the server:

|host darren
|{
|  hardware ethernet 0:0:e8:df:07:78;
|  fixed-address darren.gf1.internal;
|  option host-name darren;
|}

No special work necessary on the client. That's what really impressed
me.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: A problem with POP3

1999-05-25 Thread Marc Haber
On Tue, 25 May 1999 20:48:35 +0200 (CEST), you wrote:
   The answers is:

   [EMAIL PROTECTED] ... Relaying denied

Which MTA are you running? Whatever package it is, it doesn't know
that it is responsible for receiving mail for @atlas.uvigo.es.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: slink: Which directory am I supposed to install from?

1999-05-18 Thread Marc Haber
On 18 May 1999 13:18:34 +0200, you wrote:
 MH == Marc Haber [EMAIL PROTECTED] writes:
MH  However, the installed system dies with a kernel panic because it
MH  can't mount the root file system. I suppose that the other kernel
MH  (that is quite a few KB smaller than the one installed by the
MH  install system from /install) doesn't contain drivers for the NCR
MH  SCSI chip that my system has.

Then you shouldn't have been able to install the base system at all,
as you wouldn't be able to access the disk, right?

Nope. When I install a cdrom-less system from scratch, I usually put
the disk into a working system and copy /install (or whatever files I
need to install the base system) to a FAT partition, boot DOS and
continue from there.

MH How can I make the disks-i386-install-System install a kernel that
MH actually works on my system?

Try the other kernel (from /install) by booting it with boot.bat,
lodlin, whatever) and enter Linux root=/dev/sda1 (or whatever your
root partition is) and see if this works. Then compile your own
kernel.

This will surely give me a working system. However, I am trying to
clearly document the installation process and don't want to have
people yelling at me for using the wrong installation procedure. Doing
everything by the book is essential.

Also, I'd like to save other people from having these difficulties.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


slink: Which directory am I supposed to install from?

1999-05-17 Thread Marc Haber
Hi!

On the official slink CD images, there are two different directories
from which an install can be tried:

/install with boot.bat
/dists/slink/main/disks-i386/2.1.8-1999-02-22 with install.bat

Both batch files seem to run installation systems that look alike.
From trying a few weeks ago, I think that I remember that running
/install/boot.bat yields a running system with kernel in
/vmlinuz - boot/vmlinuz-2.0.36. I needed to mount the CD to install
the base system since /install doesn't contain the base*.bin files.

Today, I tried installing from
/dists/slink/main/disks-i386/2.1.8-1999-02-22/install.bat.
Installation went through fine, the kernel is /vmlinuz -
boot/vmlinuz-2.0.36-scsimod. This time, all the install needed was in
the 2.1.8-1999-02-22 directory without needing anything else. However,
the installed system dies with a kernel panic because it can't mount
the root file system. I suppose that the other kernel (that is quite a
few KB smaller than the one installed by the install system from
/install) doesn't contain drivers for the NCR SCSI chip that my system
has.

Which directory am I to install from? Why does the other directory
exist? How can I make the disks-i386-install-System install a kernel
that actually works on my system?

Any hints will be appreciated.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Exim and fetchmail

1999-05-06 Thread Marc Haber
On Wed, 05 May 1999 17:45:09 -0400, you wrote:
I regard this as a bug in the installation procedure.  Either
fetchmail should deliver to user (without the @localhost) 
or exim should be configured by default to accept such mail.

See bug #36837. The installation script of exim tells you that you
might want to add localhost to local_domains. A future release will
include this advice in the docs, too.

I am told that there are good reasons not to include localhosts in
local_domains by default.

As to delivering to user:
|[EMAIL PROTECTED]:/mnt/main6/home/mh  telnet localhost 25
|Trying 127.0.0.1...
|Connected to localhost.
|Escape character is '^]'.
|220 torres.gf1.internal ESMTP Exim 2.10 #1 Thu, 6 May 1999 10:23:30 +0200
|helo torres
|250 torres.gf1.internal Hello mh at localhost [127.0.0.1]
|mail from: [EMAIL PROTECTED]
|250 [EMAIL PROTECTED] is syntactically correct
|rcpt to: mh
|501 mh: recipient address must contain a domain
|quit
|221 torres.gf1.internal closing connection
|Connection closed by foreign host.
|[EMAIL PROTECTED]:/mnt/main6/home/mh 

exim doesn't support this.

Fetchmail can also be configured to deliver to other domains than
@localhost using the smtpaddress directive.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: How to build socks5 for Debian?

1999-05-05 Thread Marc Haber
On Tue, 04 May 1999 17:21:24 -0500, you wrote:
Marc Haber wrote:
 On Tue, 4 May 1999 15:04:25 -0400 (EDT), you wrote:
 Nope. Slink.

Hmmm, are you sure then that you don't have the debian socks4 client package 
installed
and you're getting the socks4 version of runsocks?

Quite.
|[EMAIL PROTECTED]:/home/mh  ls -l `which runsocks`
|lrwxrwxrwx   1 root root   34 May  4 13:55 /usr/local/bin/runsocks 
- ../stow/socks5-v1.0r9/bin/runsocks*
|[EMAIL PROTECTED]:/home/mh 

 Does DANTE have a runsocks equivalent?

It has. It's called socksify. I have not been able, however to
successfully use username/password authentication with DANTE.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


apt-0.3.4: package list or status file could not be parsed or opened

1999-05-05 Thread Marc Haber
Hi!

Since apt-0.3.4 now supports smbmounting cd-roms, I started a new
attempt to get apt-get running on my system. My Debian box is stowed
away in a closet and I access it via the network from a Windows box.
It would be quite comfortable to use apt-get with the official Debian
CDs inserted into my Windows box's CD-ROM drive.

apt.conf says:
|Acquire
|{
|  Queue-Mode access;   // host|access
|  Retries 0;
|
|  cdrom
|  {
|Mount /mnt/cdrom;
|
|// You need the trailing slash!
|/mnt/cdrom/
|{
|   Mount smbmount //janeway/cdrom /mnt/cdrom/ -U apt-guest -P 
some-password;
|   UMount umount /mnt/cdrom;
|}
|  };
|};

Adding a cdrom to the apt-list:
|=ROOT[EMAIL PROTECTED]:/home/mh # apt-cdrom add
|Using CD-ROM mount point /mnt/cdrom/
|Unmounting CD-ROM
|Please insert a Disc in the drive and press enter
|Mounting CD-ROM
|Identifying.. [44a95765d1120c78f7bdd49ce4ab9e3e]
|Scanning Disc for index files..  Found 2 package index files.
|Found label 'Debian GNU/Linux slink (2.1) 2/4 main binary-i386 section 2, 
contrib SAM19990306'
|This Disc is called 'Debian GNU_Linux slink (2.1) 2_4 main binary-i386 section 
2, contrib SAM19990306'
|Reading Package Lists... Done
|Wrote 975 package records with 224 mismatched files.
|Alot of package entires were discarded, perhaps this CD is funny?
|Writing new source list
|Source List entries for this Disc are:
|deb cdrom:Debian GNU_Linux slink (2.1) 2_4 main binary-i386 section 2, 
contribSAM19990306/ slink contrib main
|=ROOT[EMAIL PROTECTED]:/home/mh #

Please note the 224 mismatched files.

The CD is not funny, it's made from the official images and works fine
when it is being locally mounted on a Debian box.

/etc/apt/sources.list seems to be built Ok:
|=ROOT[EMAIL PROTECTED]:/mnt/cdrom # cat /etc/apt/sources.list
|# Use for a local mirror - remove the ftp1 http lines for the bits
|# your mirror contains.
|# deb file:/your/mirror/here/debian stable main contrib non-free
|# See sources.list(5) for more information, especial
|# Remember that you can only use http, ftp or file URIs
|
|
|
|deb cdrom:Debian GNU_Linux slink (2.1) 2_4 main binary-i386 section 2, 
contrib SAM19990306/ slink contrib main
|=ROOT[EMAIL PROTECTED]:/mnt/cdrom #

However, installing packages fails:
|=ROOT[EMAIL PROTECTED]:/etc/apt # apt-get install umich-ldap-docs
|Reading Package Lists... Error!
|E: Unable to parse package file 
/var/state/apt/lists/Debian%20GNU%5fLinux%20slink%20(2.1)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_contrib_binary-i386_Packages
 (1)
|E: The package lists or status file could not be parsed or opened.
|=ROOT[EMAIL PROTECTED]:/etc/apt #

The file with the lengthy name exists:
|=ROOT[EMAIL PROTECTED]:/home/mh # ls -l /var/state/apt/lists/
|total 727
|-rw-r--r--   1 root root54241 May  5 20:20 
Debian%20GNU%5fLinux%20slink%20(2.1)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_contrib_binary-i386_Packages
|-rw-r--r--   1 root root   96 May  5 20:20 
Debian%20GNU%5fLinux%20slink%20(2.1)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_contrib_binary-i386_Release
|-rw-r--r--   1 root root   681934 May  5 20:20 
Debian%20GNU%5fLinux%20slink%20(2.1)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_main_binary-i386_Packages
|-rw-r--r--   1 root root   93 May  5 20:20 
Debian%20GNU%5fLinux%20slink%20(2.1)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_main_binary-i386_Release
|drwxr-xr-x   2 root root 1024 May  5 20:20 partial/
|=ROOT[EMAIL PROTECTED]:/home/mh #

Its contents looks fine, too:
|=ROOT[EMAIL PROTECTED]:/home/mh # head -n 10 
/var/state/apt/lists/Debian%20GNU%5fLinux%20slink%20\(2.1\)%202%5f4%20main%20binary-i386%20section%202,%20contrib%20SAM19990306_dists_slink_contrib_binary-i386_Packages
|Package: apple2
|Version: 0.04-5
|Priority: optional
|Section: contrib/otherosfs
|Maintainer: Tom Lear [EMAIL PROTECTED]
|Depends: libc6 (= 2.0.7u), svgalibg1
|Architecture: i386
|Filename: dists/slink/contrib/binary-i386/otherosfs/apple2_0.04-5.deb
|Size: 146648
|MD5sum: 5ed318a84605eff27dcdd3af995f31d2
|=ROOT[EMAIL PROTECTED]:/home/mh #

What am I doing wrong? Can this have something to do with the
smbmount? But /var/state/apt is on a local drive and loading that file
from the CD worked fine.

Any hints will be appreciated.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Exim and fetchmail

1999-05-05 Thread Marc Haber
On Wed, 05 May 1999 10:45:44 -0700, you wrote:
I am having a problem getting exim and fetchmail to work.I just
installed Slink.I used option #2 in the
eximconfig menu. when I try to send a message with mutt it only goes to
/var/spool/mail/jak3b.
when I try to use fetchmail I get this message: 1 message for jak3b at
postoffice.pacbell.netetc etc
reading message 1 of 1 .fetchmail: SMTP listener doesn't like recipient
address '[EMAIL PROTECTED]'

You did not read what the exim configure script told you.

You need to add localhost to local_domains in the exim config file.

This must be about the most FAQ these days.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


How to build socks5 for Debian?

1999-05-04 Thread Marc Haber
Hi!

Highly astonished I discovered today that there is no Debian package
that provides socks5-compatible clients. So I went out and built
socks5-v1.0r9 from the NEC web site. Configuring, building and
installing went fine.

However, runsocks does not seem to work though:
|[EMAIL PROTECTED]:/mnt/main6/home/mh  runsocks telnet localhost 25
|Trying 127.0.0.1...
|Segmentation fault
|[EMAIL PROTECTED]:/mnt/main6/home/mh 

Did anybody successfully build the socks5 package on a Debian system?

Any hints will be appreciated.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: How to build socks5 for Debian?

1999-05-04 Thread Marc Haber
On Tue, 4 May 1999 15:04:25 -0400 (EDT), you wrote:
wrt no extant packages:
Read the license - not very nice...  you might
take a peek at DANTE (free socks4/5 client/server)

I surely will.

wrt it not working:
ah... you're on potato...  

Nope. Slink.

runsocks works fine on glibc-2.0(slink), but fails with
glibc-2.1(potato).  

I can't confirm that.

Note that you can use NEC socks to socksify, at compilation,
and it will run fine on potato, its just runsocks that fails.

Does DANTE have a runsocks equivalent? I need to socksify some clients
sometimes but not every time. Slamming runsocks in front of the
command line seems strikingly convenient.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


boot.bat: invalid compressed format

1999-04-25 Thread Marc Haber
Recently, I tried to do a quick-and-dirty slink install on a friend's
machine. As I usually do, I copied the install directory to a FAT
partition and invoked boot.bat from that directory. However, all I
received was Uncompressing Linux... invalid compressed format. My
disks are fine, the same procedure works on different hardware.

The box is an ancient P90 with Triton Chipset, 64 MB RAM and an
Adaptec 1515 host adapter.

Any ideas what might be happening here? Is this faulty hardware? The
machine runs fine with Windows 98 and NT 4.0.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: Is ssh 2 incompatible with ssh 1?

1999-04-24 Thread Marc Haber
On Fri, 23 Apr 1999 16:28:14 +0200, you wrote:
Work is being done to implement the version 2 protocol as free software
(GPLed); see http://www.net.lut.ac.uk/psst/ ; contributors to this project
are welcome.

However, I have been told that lsh uses scheme which is not free in a
Debian sense. Thus, lsh will not yield a true free version of ssh
which is what the world _urgently_ needs.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: How do I change ppp window size in Debian?

1999-04-11 Thread Marc Haber
On 10 Apr 1999 19:55:33 -0500, you wrote:
Fact is that most know less than this ISP did.

Which is exactly what I intended to say. I apologize if I did not make
myself clear on the first try.

We don't live in an ideal world, unfortunately.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: How do I change ppp window size in Debian?

1999-04-10 Thread Marc Haber
On 10 Apr 1999 12:19:59 -0500, you wrote:
Phillip Deackes writes:
 My ISP's support desk has emailed the following to me, though I am note
 sure how to do the same thing with Debian - the command he suggests does
 not work.

And quotes:
 After bringing up your PPP connection, try adjusting the TCP window for
that interface.  If I remember correctly, on Redhat 5.2 (at least) you
 do that through an ifconfig option (ifconfig ppp0 window 8000?).

 Try setting it to 8000.

He doesn't remember correctly.  The command is 'route', not 'ifconfig'.
Try 'route window 8000 ppp0'.  And get a new ISP.  These guys are losers.

So you consider an ISP whose support staff doesn't remember obscure
configuration options of an obscure open-source opererating system
losers? I would be happy to have an ISP whose support staff even knows
how to spell TCP window correctly.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


Re: isdnctrl dialmode

1999-04-03 Thread Marc Haber
On Sat, 03 Apr 1999 01:26:58 +0200, you wrote:
when I set 'isdnctrl dialmode' to 'manual', it says that my kernel don't
have/support this option.

You need kernel 2.0.36 to have the dialmode option.

it's mainly to stop autodialing to the isp when I just want to connect to
my LAN and it's irritating.

Remove the default route.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29


<    1   2   3   4   5   6   >