Re: alte binaries - shell script?

2002-07-02 Thread M G Berberich

Hallo,

Am Dienstag, den 02. Juli 2002 13:23:16 schrieb Ulrich Wiederhold:
 
 * M G Berberich [EMAIL PROTECTED] [020702 10:00]:
  if [ -f /bin/`basename $i` ]; then
 
 Könntest Du mir den Teil `basename $i` erklären? Danke.

In $i steht der ganze Pfadname, also z.B. /usr/bin/blafasel, basename
schneidet den Pfad weg und läßt den Dateinamen übrig also
z.B. blafasel.

Die Anführungszeichen um das $i sind für den Fall, daß $i Leerzeichen
enthält. (Dateinamen mit Leerzeichen sind unüblich, weil unpraktisch
aber möglich).

die Backticks '`' führen das Kommando innerhalb eines Ausdrucks
aus. somit wird aus:

  if [ -f /bin/`basename $i` ]; then

dann z.B.

  if [ -f /bin/blafasel ]; then

Klar?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11650/pgp0.pgp
Description: PGP signature


Re: Problem mit Umlauten in Galeon

2002-07-02 Thread M G Berberich

Am Dienstag, den 02. Juli 2002 13:45:44 schrieb Niklas Deutschmann:
 Hi Leute,
 
 Ich bekomme in Galeon im Bookmarks-Menü und in den Fenstertiteln keine 
 Umlaute angezeigt (Debian 3.0, Galeon 1.2.0, libgtk 1.2.10, icewm 1.0.9)
 Ich habe LC_CTYPE auf de_DE gesetzt, wie in der FAQ empfohlen, außerdem habe 
 ich die verschiedenen Einstellungen in /etc/language-de ausprobiert (ich habe 
 task-german und user-de installiert). Bringt aber nichts, ich bekomme immer 
 folgende Fehlermeldungen:
 
 Gdk-WARNING **: locale not supported by C library
 IDN support disabled
 escape UTF-8 enabled
 
 Bei anderen Programmen, z.B. xterm, gibt es keine Probleme mit Umlauten in 
 Fenstertiteln.

Bist Du sicher, daß Du die de_DE locale auch tatsächlich erzeugt hast?

  dpkg-reconfigure locales

und dann de_DE auswählen und generieren lassen.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11652/pgp0.pgp
Description: PGP signature


Re: deb-make und Variablen

2002-07-01 Thread M G Berberich

Am Sonntag, den 30. Juni 2002 23:05:47 schrieb Marcus vA:
 Hallo, 
 
 ich hoffe, hier kennt sich jemand mit deb-make aus:
 Ich moechte deb-make statt dem Usernamen, den es
 sich aus der /etc/passwd zieht, einen anderen uebergeben.
 Geht das, ohne das deb-make-Script zu veraendern?
 Da ich, bei der Veraenderung der $USER-Vriable in der 
 Shell nur Unmengen an Fehlermeldungen bekomme, waere
 ich fuer Hilfe dankbar. Die Verwendung von dh_make kommt
 an dieser Stelle nicht in Frage.

USER=username deb-make

nie probiert daher keine Garantie.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11509/pgp0.pgp
Description: PGP signature


Re: deb-make und Variablen

2002-07-01 Thread M G Berberich

Hallo,

Am Montag, den 01. Juli 2002 11:28:31 schrieb M G Berberich:
 Am Sonntag, den 30. Juni 2002 23:05:47 schrieb Marcus vA:
  Hallo, 
  
  ich hoffe, hier kennt sich jemand mit deb-make aus:
  Ich moechte deb-make statt dem Usernamen, den es
  sich aus der /etc/passwd zieht, einen anderen uebergeben.
  Geht das, ohne das deb-make-Script zu veraendern?
  Da ich, bei der Veraenderung der $USER-Vriable in der 
  Shell nur Unmengen an Fehlermeldungen bekomme, waere
  ich fuer Hilfe dankbar. Die Verwendung von dh_make kommt
  an dieser Stelle nicht in Frage.
 
 USER=username deb-make
 
 nie probiert daher keine Garantie.

zu schnell :(

der User muß in der passwd existieren. Also: neuen Benutzer eintragen
und den verwenden.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11512/pgp0.pgp
Description: PGP signature


Re: Mounten

2002-07-01 Thread M G Berberich

Hallo,

Am Montag, den 01. Juli 2002 14:36:53 schrieb D. Holze Server-Rental.de:
 Hello Deutsche,
 
   Hi, Ich habe ein Fehler beim mounen der Festplatte gemacht.
   Gibt es eine möglichkeit die Platte /home nach zu mounten _OHNE_
   das die Daten die auf dieser Partition liegen verloren gehen?

wo liegt das Problem?

  cat /proc/mounts

zeigt Dir was gerade gemountet ist. mit 

  umount /dev/

kannst Du irgendwas wieder unmounten, wenn's nicht geht kannst Du mit
lsof suchen welcher Prozess noch eine Datei offen hat. Mit

  mount ...

kannst Du mounten. Wo liegt Dein Problem? 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11537/pgp0.pgp
Description: PGP signature


Re: woody, mozilla, galeon

2002-06-26 Thread M G Berberich

Hallo,

Am Tuesday, den 25. June 2002 19:42:18 schrieb Rainer Ellinger:
 M G Berberich schrieb:
  gerade hat ein apt-get upgrade mir den mozilla-1.0.0 installiert 
  Dummerweise ist dabei der woody-galeon rausgeflogen :(
 
 Galeon 1.2.5 aus sid passt und funktioniert damit wunderbar:

Erstaunlich, mein Versuch den galeon aus den sid-sources zu übersetzen
ist gescheitert weil er diverse Pakete in neuerer Version wollte.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg11245/pgp0.pgp
Description: PGP signature


Re: woody, mozilla, galeon

2002-06-26 Thread M G Berberich

Hallo,

Am Tuesday, den 25. June 2002 19:14:25 schrieb Norbert Tretkowski:
 * M G Berberich [EMAIL PROTECTED] wrote:
  gerade hat ein apt-get upgrade mir den mozilla-1.0.0 installiert (von
  'deb-src http://security.debian.org woody/updates'). So weit so
  gut. 
  
  Dummerweise ist dabei der woody-galeon rausgeflogen :(
 
 Das Paketmanagement ist boese. Nein, ernsthaft... da es sich dabei um
 ein Security Update handelt kann auf solche 'Nebensaechlichkeiten'
 keine Ruecksicht genommen werden.
 
 Ich hoffe das ein aktueller Galeon nachgeschoben wird, wenn nicht
 fliegt der naemlich wieder raus aus woody, weil nicht installierbar.

Da sehe ich aber schwarz für galeon. Ich habe mal versucht den galeon
aus den unstable-sources (1.2.5 ?) zu übersetzen und er wollte von
etlichen Paketen neuere Versionen als in woddy drin sind :(

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg11246/pgp0.pgp
Description: PGP signature


Re: woody, mozilla, galeon

2002-06-26 Thread M G Berberich

Hallo,

Am Tuesday, den 25. June 2002 17:38:34 schrieb Hans Gerber:
 M G Berberich [EMAIL PROTECTED] schrieb am Tue, 25 Jun 2002
 17:17:21 +0200::
 
  gerade hat ein apt-get upgrade mir den mozilla-1.0.0 installiert (von
  'deb-src http://security.debian.org woody/updates'). So weit so
  gut. 
  
  Dummerweise ist dabei der woody-galeon rausgeflogen :(
 
 Es gibt wohl eine Abhängigkeit von galeon auf mozilla-browser = 2:0.9.9
 was ich nicht verstehe ist, warum werden galeons dependencies
 angemäkelt, wenn man mozilla auf 2:1.0.0 updatet.
 
 2:1.0.0. = 2:0.9.9 stimmt doch.

Da bin ich mir nicht sicher. Dieses '2:' hat vermutlich irgendwas
damit zu tun. Rch rate mal: die ersten 2 Stellen der Versionsnummer
müssen exaxt stimmen?

Abgesehen vom debian-Paket ust galeon recht wählerisch mit seinen
Mozilla-Versionen.

 Ach wahrscheinlich ist das in wirklichkeit viel komplizierter, deswegen
 lebe ich jetzt auch noch mit der alten mozilla-version. Mir gefällt
 Galeon von den Browsern am besten.

Mir auch, deswegen habe ich galeon und mozilla jetzt auf hold gesetzt
und lebe halt mit den alten Versionen :(

 P.S.: Ich vermute man kann mozilla updaten, und galeon weiterhin nutzen,
 wenn man dem Paketsystem verklickert diese vermeintlich nicht erfüllte
 Abhängigkeit zu ignorieren. 

Glaube ich nicht s.o.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg11247/pgp0.pgp
Description: PGP signature


Re: woody, mozilla, galeon

2002-06-26 Thread M G Berberich

Hallo,

Am Dienstag, den 25. Juni 2002 17:38:34 schrieb Hans Gerber:

 M G Berberich [EMAIL PROTECTED] schrieb am Tue, 25 Jun 2002
 17:17:21 +0200::
 
  gerade hat ein apt-get upgrade mir den mozilla-1.0.0 installiert (von
  'deb-src http://security.debian.org woody/updates'). So weit so
  gut. 
  
  Dummerweise ist dabei der woody-galeon rausgeflogen :(
 
 Es gibt wohl eine Abhängigkeit von galeon auf mozilla-browser = 2:0.9.9
 was ich nicht verstehe ist, warum werden galeons dependencies
 angemäkelt, wenn man mozilla auf 2:1.0.0 updatet.
 
 2:1.0.0. = 2:0.9.9 stimmt doch.

galeon:
 Conflicts: mozilla-browser (= 2:0.9.10)
 ^


MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11269/pgp0.pgp
Description: PGP signature


Re: CTRL-S stellt Rollen-Taste fest

2002-06-25 Thread M G Berberich

Am Dienstag, den 25. Juni 2002 10:42:19 schrieb Marco Herrn:
 On Tue, Jun 25, 2002 at 10:44:36AM +0200, Udo Mueller wrote:
  Hallo Marco,
  
  * Marco Herrn schrieb [25-06-02 09:59]:
   
   wenn ich CTRL-S drücke, wird bei mir die Rollen-Taste
   festgestellt. Ist dieses Verhalten normal oder tritt das nur bei
   mir (bzw. bestimmten Konfigurationen/Tastaturen) auf?  

Ist normal.

   Und vor allem, wie kann ich dieses Verhalten abschalten?
  
  Drücke die Rollen Taste oder versuchs mal mit CTRL-Q.
 
 Das ist schon klar. Ich möchte aber, dass CTRL-S gar nicht erst in den
 Rollen-Modus schaltet.

man stty

Zustandig sind die Einträge 'stop' und 'start'.

  stty start  stop 

schaltet dieses Verhalten ab.


MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11175/pgp0.pgp
Description: PGP signature


woody, mozilla, galeon

2002-06-25 Thread M G Berberich

Hallo,

gerade hat ein apt-get upgrade mir den mozilla-1.0.0 installiert (von
'deb-src http://security.debian.org woody/updates'). So weit so
gut. 

Dummerweise ist dabei der woody-galeon rausgeflogen :(

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg11198/pgp0.pgp
Description: PGP signature


gnome-panel-vermehrung

2002-06-16 Thread M G Berberich

Hallo,

bei mir kommen ab und zu beim einlogen zwei gnome-panel (übereinander)
hoch und sämtliche Appletts sind zwei oder drei mal da und verteilen
sich zu etwa 20% auf das untere Panel und 80% auf das obere.

Hat irgendjemand dieses Phänomen schon beobachtet? 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg10696/pgp0.pgp
Description: PGP signature


Re: euro Zeichensatz

2002-06-04 Thread M G Berberich

Am Dienstag, den 04. Juni 2002 14:06:57 schrieb Hans Gerber:
 Hallo,
 
 Hans Gerber [EMAIL PROTECTED] schrieb am Mon, 3 Jun 2002 16:29:07
 +0200::
 
  Leider schreibt euro-test unter x kein log, deswegen stochere ich hier
  total im dunkeln. Wie kriege ich x/gnome/sawfish dazu standardmäßig
  einen eurofähigen font zu benutzen ?
 
 das Keyboard erzeugt den richtigen Tastaturcode. In den Schriftproben
 unter gtkfontsel wird er dann ja auch bei Auswahl eines iso8859-15
 fähigebn fonts angezeigt.
 
 Aber,
 
 warum geht das im gnome-terminal nicht ?
 (Obwohl in den Einstellungen Schrift auf
 -misc-fixed-medium-r-normal-*-15-*-*-*-c-*-iso8859-15 steht )

a) Da gibt es irgendso eine Option ähnlich Multibyte-unterstützung,
   schalte die mal ab.

b) das Environment des gnome-terminal muß auf de_DE@euro stehen. Das
   ist nicht das Environment, daß Du im gnome-terminal einstellst,
   sonder das, daß galt als das gnome-terminal gestartet wurde. Starte
   mal ein /usr/bin/gnome-terminal aus dem gnome-terminal und schau
   ob's da funktioniert.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg09487/pgp0.pgp
Description: PGP signature


Re: euro Zeichensatz

2002-06-04 Thread M G Berberich

Hallo,

Am Dienstag, den 04. Juni 2002 16:17:27 schrieb Hans Gerber:
 M G Berberich [EMAIL PROTECTED] schrieb am Tue, 4 Jun 2002 

  b) das Environment des gnome-terminal muß auf de_DE@euro stehen. Das
 ist nicht das Environment, daß Du im gnome-terminal einstellst,
 sonder das, daß galt als das gnome-terminal gestartet wurde. Starte
 mal ein /usr/bin/gnome-terminal aus dem gnome-terminal und schau
 ob's da funktioniert.
 
 Und das muß mir jetzt jemand erklären. Das funktioniert. Aufruf von
 /usr/bin/gnome-terminal aus einem laufenden gnome-terminal, und alles
 ist so, wie es vor dreo Wochen schonmal war. Aber wie kriege ich das
 jetzt für das erste gnome-terminal wieder hingebogen ? Environment sind
 doch diese LC_* Variablen, die auch von locale ausgegeben werden, oder ?
 Und die stehen doch auf de_de@euro, wenn ich das erste gnome-terminal
 aufmache, und verändern sich auch null beim terminal im terminal.
 Ergo, ich steh total auf dem Schlauch ;-(

Offenbar hat das erste gnome-terminal (vermutlich alle die Du aus
dem panel startest) das Environment falsch gesetzt (BTW: Ich setze nur
LANG, das reicht). In einer Bash kannst Du das nicht feststellen, weil
die die .bashrc abarbeitet und Du dort (warscheinlich) LANG
setzt. Dieses LANG wirkt aber nur auf Prozesse die aus dem
gnome-terminal heraus gestartet werde nicht für das gnome-terminal
selbst, (hier wirkt das Environment des Prozesses der das
gnome-terminal gestartet hat).

versucht mal Alt-F2; xterm -e csh und wenn dann ein xterm aufgeht
tippe darin locale. Wenn ich richtig liege ist das Environment darin
de_DE und nicht de_DE@euro.

Abhilfen: 

- gdm dazu bringen de_DE@euro für die session zu setzen
  (/etc/locale.alias deutsch=de_DE@euro)

- in /etc/profile LANG=de_DE@euro setzen (wirkt für alles und jeden, 
  auch für root, was ich nicht gut finde)

- in .gnomerc LANG=de_DE@euro setzen 

Alles aus dem Bauch raus, deswegen ohne Garantie.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg09497/pgp0.pgp
Description: PGP signature


Re: euro Zeichensatz

2002-06-04 Thread M G Berberich

Hallo,

Am Tuesday, den 04. June 2002 21:16:52 schrieb Hans Gerber:
 M G Berberich schrieb am Tue, 4 Jun 2002:

  Abhilfen: 
  
  - gdm dazu bringen de_DE@euro für die session zu setzen
(/etc/locale.alias deutsch=de_DE@euro)
 
 nützt nichts :-( ( aber es gibt noch was in
 /usr/share/lib/X11/locale/locale.alias ) 

bei mir ist das /usr/X11R6/lib/X11/locale/locale.alias und das ist für
X11 -- ich bin mir nicht mal sicher ob das zur Laufzeit überhaupt noch
beachtet wird.

Du hast woody?

in /etc/locale.gen steht 'de_DE@euro' drin?
/usr/lib/locale/de_DE@euro existiert?

in /etc/locale.alias 'deutsch  de_DE@euro' eintragen.

Das ist dann für den gdm. In der Auswahl für die Sprachen (im gdm)
deutsch anwählen, dann sollte de_DE@euro für die gnome-session gesetzt
sein.
 
Ich habe de_De@euro zusätzlich eingetragen, (also 'deutsch
de_DE.ISO-8859-1' und 'deutsch de_DE@euro'). Es gibt jetzt bei mir im
Sprachenmenü von gdm 'Deutsch' und 'Deutsch (iso-8859-1)'. Deutsch ist
dann das mit iso-8859-15.

  - in .gnomerc LANG=de_DE@euro setzen
 
 wie und wohin damit ? In ~/ nützt es auch null.

Äh eigentlich doch. Es sollte von /etc/gdm/Sessions/Gnome beim
einlogen via gdm gesourced werden.

HTH
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg09529/pgp0.pgp
Description: PGP signature


Re: mit procmail die kernel-mailingliste filtern

2002-06-03 Thread M G Berberich

Am Dienstag, den 28. Mai 2002 22:12:21 schrieb Ulrich Wiederhold:
 Hallo,
 folgendes Problem. Ich habe die Kernel-Mailingliste abbonniert und
 filtere sie in eine seperate Mailbox.
 
 Dummerweise tauchen immer wieder Mails auf, wo die List-Adresse and ^CC
 oder ^BCC drinsteht, die direkt an Linus oder Alan oder so adressiert
 sind.
 
 Wie kann ich die alle filtern?

man procmailrc

 If the regular expression contains `^TO_' it will be substi-
 tuted by `(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope
 |Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)', which
 should catch all destination specifications containing a
 specific address.


MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg09372/pgp0.pgp
Description: PGP signature


Re: 1x /home nicht erkannt!?

2002-05-29 Thread M G Berberich

Hallo,

Am Wednesday, den 29. May 2002 11:33:47 schrieb Gregor Zattler:
 
 Ist vor ein paar Monaten schon 1x passiert und nun vor ein paar
 Minuten wieder: Ich starte den Rechner, logge mich ein, der
 Prompt sieht seltsam aus, irgendwas geht nicht und tatsächlich:
 Da ist eine Meldung, dass ein Directory nicht gefunden wurde, das
 komplette /home ist einfach nicht da, damit natürlich auch meine
 .bashrc nicht u.s.w u.s.f
 
 Mit so einem Rechner kann man nix anfangen, also ALT+CTRL+DEL --
 Rechner fährt runter und wieder hoch und /home ist da, als wäre
 nie was gewesen.

Das etwas übertrieben, man kann eine Partition durchaus nachmounten 
(mount /home), dabei bekommt man u.a. auch mit warum es nicht tut.
Ansonsten ist ein dmesg oftmals aufschlußreich um zu sehen ob der
Kernel was dazu zu sagen hatte.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg09052/pgp0.pgp
Description: PGP signature


Re: Konsole auf der Serielle Schnittstelle?

2002-05-28 Thread M G Berberich

Hallo,

Am Monday, den 27. May 2002 12:30:26 schrieb Lothar Schweikle-Droll:
 Am 27 May 2002, schrieb M G Berberich:
 
  
   Kann ich über den Konsolenport auch Daten übertragen (Kermit, ...) ?
  
  ja, aber warum?
  
 weil der Rechner keine andere Schnittstelle zur Ausenwelt hat. 
 Es soll ein DVB-Reciver (glaub habs falsch geschrieben) werden.

Hast Du mal darüber nachgedacht ppp auf der seriellen Schnittstelle zu
fahren?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |



msg09000/pgp0.pgp
Description: PGP signature


Re: Konsole auf der Serielle Schnittstelle?

2002-05-27 Thread M G Berberich

Hallo,

Am Montag, den 27. Mai 2002 09:59:15 schrieb Lothar Schweikle-Droll:
 Hallo Leute,
 
 was muß man alles im Kernel eintragen, damit ich über den Seriellen Port
 ein Konsole habe?

Wenn du nur eine Konsole haben willst (also nicht die Systemkonsole)
brauchst Du nur in /etc/inittab einen Eintrag machen.

Wenn Du die Systemkonsole auf einem seriellem Port haben willst mußt
das das in der Kernelkonfig angeben.

 Kann ich über den Konsolenport auch Daten übertragen (Kermit, ...) ?

ja, aber warum?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg08847/pgp0.pgp
Description: PGP signature


Re: 2 Fragen: dselect + fsb übertakten

2002-05-24 Thread M G Berberich

Hallo,

Am Freitag, den 24. Mai 2002 08:57:58 schrieb Frank Lassowski:
 Freitag, 24. Mai 2002 08:52:27

 Ich habe folgendes Problem: Als halbwegs blutiger Anfänger möchte
 ich auf einem Rechner - potato, 2.2.17 - dessen Installations-CDs
 ich nicht besitze, dselect dazu bringen von meinen woody-CDs zu
 installieren.  Wie krieg ich das hin?

Wenn Du in dselect apt als Zugriffsmethode eingestellt hast, kannst Du
die CDs mit 'apt-cdrom add' zu apts sources.list hinzunehmen.

Vor dem Upgrade von potato auf woody solltest Du aber nochmal eine
einschlägige Anleitung dazu lesen.

 Und zum übertakten des FSB: vor einier Zeit hatte ich hier in die Liste
 gepostet, allerdings kam nie Antwort. Weiss keiner was? Oder wird das
 Übertakten von Rechnern hier als Frevel gesehen :-( ?

Vermutlich liegt das Thema 'übertakten' nicht ganz in der
Kernkompetenz dieser Liste (Debian Linux).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg08510/pgp0.pgp
Description: PGP signature


Re: Mail/Exim und Gateway

2002-05-22 Thread M G Berberich

Hallo,

Am Dienstag, den 21. Mai 2002 23:03:15 schrieb Karsten Rothemund:
 ich bin nicht sicher, ob es sich um ein Debian- oder Exim-Problem
 handelt.

Vermutlich weder noch, sendmail hat bei mir das gleiche Verhalten und
debian kann auch nichts dafür.

 Trotzdem koennt ihr mir vielleicht helfen. Folgendes Problem:
 
 ich habe meinen Rechner hinter einen Gateway[1] gesetzt. Seither
 dauert das versenden von Mail sehr lange; offensichtlich wartet da
 irgendwer auf irgendwen - und mir ist nicht klar, wer auf wen.
 
 Das gilt dann, wenn ich offline bin. Online gehen die Mails sofort
 raus (das koennte auf DNS hindeuten). Aber selbst locale Mail
 (root@localhost, keine DNS-Anfrage noetig, da in /etc/hosts
 eingetragen) braucht ca. 1 Minute. BTW gleiches gilt fuer den
 Aufruf von mailq. 

Nach einem 'ifdown eth0' geht's wieder perfekt?

Hast Du die policy im gateway auf drop gesetzt? Meine Vermutung ist,
daß das Gateway die DNS Anfragen schluckt anstatt zu reject-en und
sendmail/exim deshalb auf den Timeout warten muß.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg08325/pgp0.pgp
Description: PGP signature


Re: Fragen zu Latex

2002-02-04 Thread M G Berberich

Hallo,

Am Sonntag, den 03. Februar 2002 00:03:50 schrieb Christian Obst:
 Ich habe vor kurzem mit Latex angefangen und habe gleich ein paar Fragen:
 
 1. Wie kann ich die Größe des Seitenrands ändern? Ich benutze die
 Klasse article. Da ist mir der Seitenrand einfach zu groß. Sieht das
 Layout hinterher noch gut aus? (Ich habe von einem Paket namens
 a4tight gehört, kann dieses aber nirgendwo finden. Was ist das für
 ein Paket?)

Du hast schon a4paper verwendet? Ansonsten nehmen die Standardklassen
letter an. Für A4 einspaltig ist 10pt zu klein, nimm 11pt besser 12pt,
(oder mach' es zweispaltig).

  \documentclass[a4paper, 12pt]{article}

 2. Ich möchte unter den Titel noch einen Untertitel in einer
 kleineren Schriftgröße setzen. Ich hatte vermutet, das der Befehl
 dazu \subtitle lautet, und mit Google auch Dokumente gefunden, in
 denen dieser Befehl vorkommt, nur funktioniert er bei mir nicht. Ich
 kann ihn auch in der Doku nicht finden.  Ich rede jetzt nicht von
 einem Zeilenumbruch, sondern von einem richtigen Untertitel.

subtitle kenn ich nicht, setzt ihn halt von Hand.

\title{Titel\\
   \large Untertitel}

 Ausserdem habe ich von sog. Koma-Klassen gehört, die auf europäische
 Gegebenheiten (vom Stil her) angepasst sind. Wo finde ich die?

auf einem ctan-Archive. (Comprehensive TeX Archive Network)

   http://www.dante.de/software/ctan/

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg01080/pgp0.pgp
Description: PGP signature


Large Files

2002-01-29 Thread M G Berberich

Hallo,

ich habe potato mit 2.4-er kernel laufen. Mit einem neuen dump kann
ich Datein über 2 GiB erzeugen, die sich auch wieder lesen
lassen. Soweit so gut. diverse Shellkommandos z.B. 'ls -l' verweigern aber
bei Dateien 2 GiB die Arbeit (Der Wert ist zu groß für den
definierten Datentyp). ich vermute ein EOVERFLOW von stat.

Muß ich diese Programme neu übersetzen, brauch ich eine neue libc oder
beides?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic



msg00531/pgp0.pgp
Description: PGP signature


Re: MSN and apt-get update

2001-11-02 Thread M G Berberich
Hello,

Am Dienstag, den 30. Oktober 2001 09:36:09 schrieb M G Berberich:
 Am Freitag, den 26. Oktober 2001 12:18:18 schrieb Karsten M. Self:
  on Thu, Oct 25, 2001, M G Berberich ([EMAIL PROTECTED]) wrote:
   I experienced some wired behavior. 'apt-get update' does not find the
   Packages-files from security.debian.org if I dail in using MSN
   (germany) (Einwahlnummer: 0192658, Benutzername: MSN, Kennwort: MSN).
   It does work if I dail in using other providers?
   
   Is this a me-only problem? What is the reason for it?
  
  Try traceroute or host to see if the host resolves.  Can you reach it
  via dotted quad?
 
 This is not the problem. I can access 'security.debian.org' and I can
 even access part of the www-server, '/dists/potato/' is there, only
 '/dists/potato/updates/' is missing.

The problem has been solved. It was a
nameserver-problem. security.debian.org resolved to the IP of
non-us.debian.org. 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpixakjNGWqs.pgp
Description: PGP signature


Re: MSN and apt-get update

2001-10-30 Thread M G Berberich
Hello,

Am Freitag, den 26. Oktober 2001 12:18:18 schrieb Karsten M. Self:
 on Thu, Oct 25, 2001, M G Berberich ([EMAIL PROTECTED]) wrote:
  I experienced some wired behavior. 'apt-get update' does not find the
  Packages-files from security.debian.org if I dail in using MSN
  (germany) (Einwahlnummer: 0192658, Benutzername: MSN, Kennwort: MSN).
  It does work if I dail in using other providers?
  
  Is this a me-only problem? What is the reason for it?
 
 Try traceroute or host to see if the host resolves.  Can you reach it
 via dotted quad?

This is not the problem. I can access 'security.debian.org' and I can
even access part of the www-server, '/dists/potato/' is there, only
'/dists/potato/updates/' is missing.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpaW4Vdva9br.pgp
Description: PGP signature


MSN and apt-get update

2001-10-25 Thread M G Berberich
Hello,

I experienced some wired behavior. 'apt-get update' does not find the
Packages-files from security.debian.org if I dail in using MSN
(germany) (Einwahlnummer: 0192658, Benutzername: MSN, Kennwort: MSN).
It does work if I dail in using other providers?

Is this a me-only problem? What is the reason for it?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpNtm3sXxm4W.pgp
Description: PGP signature


Soundcard with OPTi82C933

2001-10-10 Thread M G Berberich
Hello,

I have an old ISA-soundcard with an OPTi 82C933-Chip on it, in a
system with a 2.4.X-kernel with pnp enabled and it finds the card as

  Card 1 'OPT0931:OPTi Audio 16' PnP version 1.0

but the device is not active. This is because /etc/init.d/isapnp does
not execute isapnp if /proc/isapnp is there. If I execute it by hand,
the devices gets active:

  Logical device 1 'OPT9310:OPTi Audio 16'
Device is active
Active port 0x534,0x380,0x220,0xe0c
Active IRQ 5 [0x2]
Active DMA 0,1

/etc/init.d/isapnp says: 'kernel 2.3.x and latter handle Pnp directly'
so how is it intended to work?

'modprobe mad16 io=0x534 irq=5 dma=0' does fail with 

 No ISAPnP cards found, trying standard ones
 invalid codec port 534

what has to be done to get this soundcard to work?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpm7wNgImLP3.pgp
Description: PGP signature


Re: Reiserfs in kernel2.4.7

2001-08-03 Thread M G Berberich
Am Donnerstag, den 02. August 2001 06:53:08 schrieb Gary L. Dolan:
 On Thu, Aug 02, 2001 at 06:01:16PM +0800, Liu Tao wrote:
  Yes, I see.
  Thank you all.
  
  And I like this maillist more and more :-)
  
  
  On Wednesday 01 August 2001 22:22, Hall Stevenson wrote:
Can someone tell me how to add reiserfs support
to kernel 2.4.7? I can't find reiserfs support in
make config.
  
   Answer Yes to, I believe, the first question it asks you
   about... Something about experimental or development
   configurating.
 
 In the file systems section of the config file there is also
 a flag that appears in my config file as CONFIG_REISERFS_FS=y

Reiserfs still is flagged as expermintal, You can change this in
fs/Config.in:

  dep_tristate 'Reiserfs support' CONFIG_REISERFS_FS $CONFIG_EXPERIMENTAL
  dep_mbool '  Have reiserfs do extra internal checking' CONFIG_REISERFS_CHECK 
$CONFIG_REISERFS_FS $CONFIG_EXPERIMENTAL

remove '$CONFIG_EXPERIMENTAL' from both lines. Then reisefs-options
will show up even if you havn't set 'Code maturity level options' to
'Prompt for development and/or incomplete code/drivers'.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpEfwEEJ9IkA.pgp
Description: PGP signature


Re: Hopefully a simple latex question.

2001-07-03 Thread M G Berberich
Hello,

Am Dienstag, den 03. Juli 2001 05:07:03 schrieb Shaul Karl:
 [05:00:24 heblatex]$ grep -A2 'override TEXMF' /etc/texmf/texmf.cnf
 % You can set an environment variable to override TEXMF if you're testing
 % a new TeX tree, without changing anything else.
 % 
 [05:00:32 heblatex]$ 
 
 Indeed I need to override TEXMF, or that is what I think:
 
 [05:00:32 heblatex]$ TEXMF=/var/lib/texmf/:./:../hebfonts/ elatex hebrew.dtx
 This is e-TeX, Version 3.14159-2.1 (Web2C 7.3.1)
 I can't find the format file `elatex.efmt'!
 [05:01:43 heblatex]$ 
 
 Obviously I am doing something wrong, but I can not see that.
 Any help is appreciated. 

Extrapolating from other TeX-Environments I suppose you have to add a
superfluous colon, to get the standard-path searched to:

TEXMF=/var/lib/texmf/:./:../hebfonts/: elatex hebrew.dtx
 ^

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpJT2tVQsUdI.pgp
Description: PGP signature


Re: apt-get offline

2001-05-17 Thread M G Berberich
Hello,

Am Dienstag, den 15. Mai 2001 12:28:12 schrieb Joerg Johannes:
 
 I use apt-get as described in the offline.html guide meaning: I build a
 wget script from the output of apt-get -qq --print-uris and so on. 

Have you looked at the apt-zip-package?

 The problem is, there are two other systems involved in this
 process: one sun solaris machine, which I use to run wget on it, and
 a WinNT4 machine to get the downloaded files via ftp to a zip disk
 (I know this is ridiculous, but it's the only possibility for me,
 because the sun one has no zip, the NT one has no wget...)  Well,
 the problem is, that some packages are named
 packagexxx-1%3a-yyy.deb. Now, either solaris or NT has a problem
 with the %-sign. 

Solaris has no problem. 

 I have to manually edit the wget-script so that I replace every % by
 x, downlöoad the whole stuff, and then rename the single
 packages from x back to %. This is a rather annoying procedure,
 for dist-upgrades from unstable to unstable tend to change lots of
 packages.

Have you thought of tar-ing the files on Solaris and save the tar-file
on zip, so the inferior OS wouldn't see the files? 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpLz2uGYN9Lu.pgp
Description: PGP signature


Re: kppp

2001-05-10 Thread M G Berberich
Hello,

Am Mittwoch, den 09. Mai 2001 23:00:37 schrieb Robin Gerard:
 I have installed KDE successfuly but 
 when I launch kppp, after the connection 
 has bein established, I received this
 message :
 dead unexpected of the daemond pppd 
 code returned 1.
 However pon runs fine.
 Can someone me some ideas on this matter ?
 TIA

Why not use pon and one of the graphical pon-frontends.  Using pon has
the advantage that you can use _one_ mechanism (and configuration)
from X and from console.

If it's for accounting: I wrote a little tool that does
time-accounting for pon. look at
http://www.fmi.uni-passau.de/~berberic/Linux/ppplog.html. It shows
online-times only and does not calculate the costs like kppp. (Not yet
a package).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpTdfQvXLta7.pgp
Description: PGP signature


Re: Unidentified subject!

2001-04-16 Thread M G Berberich
Hello,

Am Montag, den 16. April 2001 13:01:01 schrieb jemand[1]
 What is the best way to get the equivalent of the DOS command 
 dir /ad in linux?  That command will show just the (sub)directories 
 and not ordinary files.
 
 I thought that ls -d would be the equivalent but it is not. 
 
 I know I can do ls -f | grep / to get the directory, but putting it
 into a script like this fails because the / does not appear when the
 output of ls is redirected:

find . -type d -maxdepth 1

MfG
bmg

--
[1] warum zum Geier ist der name weg?
-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgp01eaTMDvbl.pgp
Description: PGP signature


few questions about .deb

2001-04-02 Thread M G Berberich
Hello,

I have a few questions about Debian-packages:

- Is there an easy way (not ar+tar) to see what files a package will
  install bevor it is installed? (after install 'dpkg -L' will do it)

- If I build a debian-package for a program that needs p.e.
  /var/log/ppplog. Should '/var/log/ppplog' be included in
  'data.tar.gz' or should I create it in 'postinst' (I need 'postinst'
  in any case to set the rights on '/var/log/ppplog', right?).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpyQLfj3Jxw6.pgp
Description: PGP signature


Re: How to save a image to GIF by GIMP?

2001-03-30 Thread M G Berberich
Hello,

Am Freitag, den 30. März 2001 18:09:11 schrieb Ilya Martynov:

 Also I'm not sure if PNG supports animation.

It does not and it will not. There is MNG for animations.(see
http://www.libpng.org/pub/mng/).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpqsitEi779C.pgp
Description: PGP signature


Re: XFree86 4.0.2 in Debian

2001-03-30 Thread M G Berberich
Hello,

Am Freitag, den 30. März 2001 09:11:56 schrieb Bill White:
 I didn't explain myself completely.  I don't want to upgrade to
 woody until woody is named stable.  This is a production machine,
 and I don't want to screw it up.  I know that many people are
 working with woody now, but I'm slightly paranoid, and would like
 somebody else to make my mistakes for me.
 
 I have heard that people have gotten the sources and built them
 for potato, but it's not clear to my untutored eye which source
 packages I need to get.

Take the source-packages from woody, but it's not as easy. As far as I
remember you have at least to get debhelpers from woody too, to get the
binary-packages build. 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpVzZdLFvlBp.pgp
Description: PGP signature


Pool administration

2001-03-22 Thread M G Berberich
Hello,

are there any tools/hints/recommendationshow to adminstrate a pool of
debian-systems. 

At the moment we have connected stand-alone-systems sharing some
resources via nfs and nis. From a users view this is O.K. but from
administrators view it is not. Package-installations/upgrades and
configuration has to be done on every machine.
I'm thinking about

- automatic installation/upgrades of packages on _all_ machines.
  without the need to ssh into every machine by hand.
- centralised configuration (nfs-mounted config-files, ...)

I had a look at cfengine but does not like it very much.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgp2e1BrPsKXq.pgp
Description: PGP signature


Re: Use different cache dir for apt-get dist-upgrade

2001-03-14 Thread M G Berberich
Hello,

Am Mittwoch, den 14. März 2001 21:57:58 schrieb Ian Patrick Thomas:
   I am in the process of upgrading my distribution to 2.2 potato? or
 whatever is the latest stable.  I have already done an apt-get check and no 
 errors were found.  The problem is that I get an error
 
 Sorry, you don't have enough free space in /var/cache/apt/archives/
 
   I am only using 33% of my /var directory right now, does this file 
 need more than 30mb.  If so then is there a way to specify a different file
 to use?  Maybe in apt.conf? 

you can set a different archive on the commandline using:

apt-get -o dir::cache::archives=wherever ...

or put this into apt.conf. man apt.conf:

   Dir::Cache  contains  locations  pertaining to local cache
   information, such as the two  package  caches  srcpkgcache
   and  pkgcache  as well as the location to place downloaded
   archives,  Dir::Cache::archives.   Like   Dir::State   the
   default directory is contained in Dir::Cache

I have another partition (100MB) mounted at /var/cache, to prevent
wwwoffle and apt from flooding /var.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpIMOojen6t2.pgp
Description: PGP signature


Re: Fax software

2001-03-14 Thread M G Berberich
Hello,

Am Mittwoch, den 14. März 2001 12:35:27 schrieb Daniel de los Reyes:
 I need to set a fax server. I have seen there is hylafax and efax
 avaliable. Can somebody recomend?

IMHO:

If you want to set up a fax-server (a machine that offers fax
send/recieve as a service to other machines) take hylafax. For a
workstation efax is sufficient.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpiV8M1nAaoo.pgp
Description: PGP signature


Re: kernel 2.4.2 and PPP

2001-03-13 Thread M G Berberich
Hello,

Am Montag, den 12. März 2001 15:32:51 schrieb Dean Allen Provins:

 I just upgraded my 2.4.0 kernel to 2.4.2 (via 2 patches) and PPP
 immediately failed.  The connection was made, but an IOCTL said
 there was an argument error, and PPPD aborted.  The IOCTL command in
 question was for PPPIOCGFLAGS.
 
 Anyone else had this problem, and know how to correct for it?
 
 I'm using Debian 2.2 for everything except the kernel.

With the 2.4-kernel you need a newer version of pppd. Take the pppd
from testing (ppp 2.4.0f-1).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpB5pZmSDqPo.pgp
Description: PGP signature


Re: vga= in lilo.conf

2001-03-06 Thread M G Berberich
Hello,

Am Tuesday, den 06. March 2001 20:15:48 schrieb Jonathan Matthews:
 I'd like to have vga=9 (132Xsomething_or_other) in lilo.conf, but '9' as
 an option only crops up after a manual 'scan' at the Press ENTER or
 type SCAN to . .  prompt.
 
 Lilo complains if I put vga=9 in, as it appears to be an invalid mode,
 but it works after I 'scan' for possible video modes.
 
 Any ideas on how to make it work nicely, without my having to be there
 at the console at boot time?

You have to specify the hex-number. Do a 'scan' and write down the
hex-number (p.e. 0xF05) then put 'vga = 0xF05' in lilo.conf (and run
lilo).

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |


pgpngsgK0ODrG.pgp
Description: PGP signature


RE: ppp-accounting

2001-03-03 Thread M G Berberich
Hello,

John Hasler wrote:
 M G Berberich writes:
  I'm thinking about switching to the commandline (pppconfig and Co.).
 
 You can use pppconfig to configure ppp and still control ppp from a GUI.
 Try gpppon.

  Is there a way do the same with the debian-ppp-scripts?

 It shouldn't be too hard to write accounting scripts for /etc/ppp/ip-up.d
 and /etc/ppp/ip-down.d.

It did so. The result is available at

http://www.forwiss.uni-passau.de/~berberic/ppplog.tar.gz

maybe it is usefull to someone.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |


pgpIYiai9Z2mZ.pgp
Description: PGP signature


Re: Xfree86 4.0.2

2001-02-27 Thread M G Berberich
Hello,

Am Dienstag, den 27. Februar 2001 11:57:41 schrieb Jonas Wolz:

 I'm running a Potato (2.2r2) system and want to upgrade it to
 Xfree86 4.0.2 using the updated packages from the debian server.  My
 question: Will the binary packages run on my system without problems
 or do I have to take the source package ?

You will have to update some other packages to the woddy-version if
you use the woddy-version of xfree-4.0.2. 

You will have to install the new dephelpers (from woddy) if you want
to compile xfree-4.0.2 yourself from debian-source-package on potato.

At least it was this way when I upgraded mz potato to xfree-4.0.2, but
this was mor then 4 weeks ago.

I temporarily installed dephelpers into /tmp/dephelper and compiled
xfree-4.0.2 from debian-source-package. 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgp2LAkKQ7eZp.pgp
Description: PGP signature


ppp-accounting

2001-01-28 Thread M G Berberich
Hello,

At the moment I'm using kppp. The one from kde1, because the one from
kde2 has accounting broken. I'm thinking about switching to the
commandline (pppconfig and Co.). Kppp creates a logfile and has a
rules-database to determine the costs of a call. Is there a way do the
same with the debian-ppp-scripts?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |


pgpxctAFmyjCq.pgp
Description: PGP signature


Helixcode/Ximiam + balsa/gnome-ppp

2001-01-28 Thread M G Berberich
Hello,

I installed Helixcode/Ximian-Gnome on my potato. Neither balsa nor
gnome-ppp seems to be part if Helixcode/Ximiam-Gnome. Is this true?

Are there a up-to-date native-debian-gnome packages available
somewhere? 

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |


pgp8HXzhGzIcG.pgp
Description: PGP signature


Xft in XFree 4.0.2

2001-01-14 Thread M G Berberich
Hello,

I tried to compile xfree-4.0.2 (using the src-packages) on potato but
could not get lib/Xft compiled. I have freetype2 version 1.3.1
installed, but lots of the freetype types like FT_Library are not
defined in /usr/include/freetype.

Any hints?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |


pgpksge7LOS7X.pgp
Description: PGP signature


Re: missing /dev/hda2

2000-12-14 Thread M G Berberich
Am Donnerstag, den 14. Dezember 2000 06:27:54 schrieb Debian Ghost:
 I have a question about a partition of my hard drive that I can't seem to
 locate. When I set this machine up, I set up a 10 gig drive to have
 /dev/hda1 with 7 gigs and set the rest aside for another partition (can't
 remember why I did this, but I did... I don't think I could get all 10
 gigs in one partition) at any rate, I am quickly running out of space on
 the 7 gig partition and I can't seem to find a way to mount my second
 partition. Is there something I can run to see which device (if any) the
 other 3 gigs are on, or is there something I can do to put that space on a
 device (mount point) ?

Do a 'fdisk -l /dev/hda'. There should be two partitions listed, if
not you have to create a second partition (and format it). (Space
left, is not a partition)

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpuxJtrFlf31.pgp
Description: PGP signature


mount version older than kernel?

2000-12-13 Thread M G Berberich
Hello,

Every time a nfs-mounts occurs (automount) I get a error message
saying:

  nfs warning: mount version older than kernel

It does work nevertheless.  Compiling a new mount did not help,
updating 'mount' with the woody-version neither.

What is the reason for this message and how can I solve it?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpHdWvBBaJfV.pgp
Description: PGP signature


Re: cd-burning

2000-12-13 Thread M G Berberich
Hello,

Am Mittwoch, den 13. Dezember 2000 01:41:58 schrieb paolo massei:
 On Tue, Dec 12, 2000 at 01:54:17PM +0100, Peter Wollny wrote:
  I had a look on the docs for cdrecord  and found out that it is not 
  possible 
  to burn in DAO, only TAO. How can I avoid the two seconds of silence 
  between 
  the tracks?
  
 Simply using the  -dao   option in your command line, you'll be able
 to create your live-concert cd's, mantaining the numerical
 order of the tracks and their separation.
 
 Ex.: cdrecord -v -eject -dao speed=n dev=x,y -audio track*
 
 It works fine

There also is 'cdrdao'.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpJpHEC7h8UL.pgp
Description: PGP signature


Re: ldconfig message

2000-12-13 Thread M G Berberich
Hello,

Am Mittwoch, den 13. Dezember 2000 15:16:49 schrieb Manegold:

 ldconfig gives the following message:
 
 ldconfig: warning: can't open /usr/lib/libgtkimreg.so (file or directory
 not found), skipping
 
 ls -l /usr/lib/libgtkimreg.so
 
 gets:
 
 lrwxrwxrwx1 root root   20 Sep 27 13:14
 /usr/lib/libgtkimreg.so - libgtkimreg.so.0.0.0
 
 What is the problem?

Are you sure that /usr/lib/libgtkimreg.so.0.0.0 exists? Try doing 

  cat /usr/lib/libgtkimreg.so.0.0.0  /dev/null

If it gives an error, you can't access the file :)

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpFperSKRyWd.pgp
Description: PGP signature


Re: mount version older than kernel?

2000-12-13 Thread M G Berberich
Hello,

Am Mittwoch, den 13. Dezember 2000 05:11:51 schrieb Ethan Benson:
 On Wed, Dec 13, 2000 at 01:40:03PM +0100, M G Berberich wrote:
  Every time a nfs-mounts occurs (automount) I get a error message
  saying:
  
nfs warning: mount version older than kernel
  
  It does work nevertheless.  Compiling a new mount did not help,
  updating 'mount' with the woody-version neither.
 
 are you sure you really compiled the woody version?

No, I compiled the potato-version und installed it -- did not help
then I _installed_ the woddy version -- did not help either.

  What is the reason for this message and how can I solve it?
 
 i compiled the mount package from woody and this solved the problem
 for me.  i think the error is harmless, but i think it is impossible
 to mount NFSv3 filesystems with the old mount.

I just compiled the woddy-version and now it seems to work -- Thanks.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpK44hii8eEY.pgp
Description: PGP signature


Re: getting XFree (3) to work with geforce MX

2000-11-23 Thread M G Berberich
Hello,

 well, thanks.. the problem is how to get X running with potato?
 i don't want to tell my father to install woody.
 i guess he will compile xfree 4 on his own if there is no other solution.
 maybe this will break a lot of things (dependencies) so i don't have a good
 fealing about this.. :(
 isn't there ANY way in xfree 3(!) to get a not supported card to work??
 even if it runs in svga compatible mode with only 4mb of detected video ram,
 i wouldn;t care!! but it has to work!
 it would be really a shame if it's not possible.
 and do you think it is possible to compile xfree 4 into potato without huge
 problems?
 i hope somebody can help me. i don't want to believe, that debian is not able
 to handle this situation :(((

You only need a Xserver that supports the card the clients can stay
on an older version. I suggest compiling XFree 4.?.? on the machine
with prefix set to '/usr/local' (look into the documentation
contained in the XFree-Source how to do this) and install ist. You
then have to use the Xserver from /usr/local. This does not touch the
debina-installed-X. You might be able to install the Xservers from the
new X only. This would minimize side-effects. Of course, customization
containig the Xserver have to be done in '/usr/local/X11R6/...' by hand.

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgp8ZEB6nSM0a.pgp
Description: PGP signature


create a update-media?

2000-11-22 Thread M G Berberich
Hello,

I want to make a CD/MO that contains all the packages that I have
installed on my system, but are not on my potato-debian-CD's. E.g. all
the updated packages. I would like to use this CD/MO as another source
for apt/dselect.

Is there a way to build such a disk, or at least a list of the
required packages?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpe1rkDQLhXz.pgp
Description: PGP signature


stolid package-system

2000-11-22 Thread M G Berberich
Hello,

I wanted a mutt with slang-support, so I took the mutt sources, made a
new package and installed it. I now have a problem: Every time I make
an update, the the system replaces my 'mutt_1.2.5-4_i386.deb' with
'mutt_1.2.5-4.deb' from the debian-server.

I made the package with:
dpkg-source -x; debian/rules build; debian/rules binary

What did I miss?

MfG
bmg

-- 
Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!  | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic


pgpWHvwu6Mim2.pgp
Description: PGP signature


<    1   2