Re: Verbindung zu Fremdrechner funktioniert nicht mehr;-(((

2004-08-25 Thread Andreas Eichner
Am Thu, 12 Aug 2004 17:46:02 +0200  schrieb Dirk Salva
[EMAIL PROTECTED] :

 Kann ich mehr oder weniger problemlos via
 apt-get install eine andere Version installieren und benutzen, z.B.
 die aus Woody oder eine aus unstable oder so?

Dann kannst Du Dich am Apt-Pinning versuchen. Hatte damit bisher keine
Probleme und zum Beispiel GnomeMeeting aus Unstable auf
meiner Testing-Box installiert.

Nach dem Einrichten kannst Du dann einfach
apt-get -t {stable/testing/unstable} Proggi
die Version bei der Installation angeben.

Ciao.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



Re: Verbindung zu Fremdrechner funktioniert nicht mehr;-(((

2004-08-12 Thread Andreas Eichner
Am Wed, 11 Aug 2004 10:35:03 +0200  schrieb Dirk Salva
 
 Das ganze heisst insgesamt KDE desktop sharing und ergibt sich aus
 dem Zusammenspiel von krfb (Serversoftware) und krdc
 (Clientsoftware), 

Schon mal die Programme auf beiden Seiten in der Konsole /
Eingabeaufforderung / Terminal-Emulator gestartet und die Ausgabe
angesehen? Irgendwelche Fehlermeldungen?

Ciao


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



X11-Forwarding zwischen Sarge/Woody

2004-08-12 Thread Andreas Eichner

Hallo Leute,

ich wollte mal X11-Forwarding im LAN testen. Also hab ich mir diverse
HowTos rausgefischt und den Spaß mal konfiguriert. Wenn ich mich nun von
meinem Sarge-Rechner auf den Woody-Server mit ssh -X thia einlogge
setzt er DISPLAY, allerdings führt ein Xterm zu

xterm Xt error: Can't open display: localhost:10.0

Allerdings klappt des ganze einwandfrei, wenn ich mich bei meinem Kumpel
(ebenfalls mit Sarge-Box) einlogge. 
  Nun weiß ich nicht weiter. Und vor allem weiß ich nicht, ob mein
grSecurity-Patch daran schuld sein kann... Auch ein ssh-Login als root
führt zum gleichen Ergebnis.

Wenn jemand eine Idee hat, was hier die Ursache sein könnte, immer her
damit...

Danke!

sshd-config Server:
...
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
PrintMotd no
#PrintLastLog no
KeepAlive yes
#UseLogin no
...

sshd-config Desktop:
...
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
PrintMotd no
#PrintLastLog no
KeepAlive yes
#UseLogin no
...



Re: automounting

2004-07-01 Thread Andreas Eichner
Am Thu, 1 Jul 2004 11:25:43 -0500 (CDT)  schrieb Cheryl Homiak [EMAIL PROTECTED] :

 So what do I do to get the module to load and autofs to be running without 
 having to do it manually?thanks.

put autofs4 on a new line in your /etc/modules. This loads it at boot time and is 
probably all you want.
The problem is that autofs reacts as a virtual device to mount. So if you do a mount 
when autofsd is working you will see:

automount(pid567) on /var/autofs/misc type autofs 
(rw,fd=5,pgrp=567,minproto=2,maxproto=4)

But automount(pid567) is no real device and so it can't be probed for by modprobe


Hope that helps


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian-Rechner als Netware-Client...

2004-06-03 Thread Andreas Eichner
Am Wed, 2 Jun 2004 19:34:04 +0200  schrieb Christian Schmidt [EMAIL PROTECTED] :
 Nun muss ich mir nur noch etwas ausdenken, um vom PAM-System das
 Mounten der Home-Verzeichnisse zu veranlassen.

Möglicherweise hilft Dir da der linux-automounter oder der BSD-automounter.
Hab leider nur den Kernel-basierten Linux-Automounter getestet, der unterstützt 
zumindest
die Abfrage eines LDAP-Servers. Die BSD-Userspace-Version kann vielleicht mehr.

Das hätte zumindest den Vorteil, das bei Zugriff auf das entsprechende 
Home-Verzeichnis,
also sprich in diesem Fall beim Login das  entsprechende Home gemountet würde...

Viel Glück



Re: Debian-Rechner als Netware-Client...

2004-06-03 Thread Andreas Eichner
Vielleicht hilft Dir auch dieses Paket:
libpam-mount - a PAM module that can mount volumes for a user session


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



Re: network options

2004-06-03 Thread Andreas Eichner
Am Wed, 02 Jun 2004 19:09:22 -0400  schrieb Tom Allison [EMAIL PROTECTED] :

 Can someone explain how this is used for the iptables configurations and 
 for setting /proc/sys/net/ipv4/... options?
 
 I am also interesting in knowing if I can replace:
 
 echo 1  /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts


This has nothing to do with iptables/netfilter. These options are kernel options
and will be set by /etc/init.d/networking.
You can edit this script to set your desired options, but for myself I used sysctl to
do this. You simply need to uncomment the line in /etc/sysctl.conf.

Best regards


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to set time-out for smbmount?

2004-06-01 Thread Andreas Eichner

Hi list,

I've set up auto-mounting for a samba-share. My problem is that xmms probes all 
directories, including the share's mount-point. When the server is down, it hangs 
there... But on a LAN it shouldn't take too much time to connect, so I want to set up 
a slow time-out of 1 second for example.
But how can I tell it smbmount?

Thanks so far..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: masquerading (internet router)

2003-06-28 Thread Andreas Eichner
 severseitig:
 
 dsl--?ber eth0--jupiter (gateway, debian 2.2er kernel)--?ber eth1 
 192.168.0.2--switch (geht in
 port 4 oder muss das in uplink?)

ein normaler Port ist OK. Auf den Uplink gehen einfach nur ALLE Pakete, auch
welche die nicht für den Server und nicht für's öffentliche Netz sind.
Eher schlecht, vor allem wenn es sich um einen alten Server handelt und man viel
Traffic im NEtz produziert (durch Spiele z.B.).

 root# echo 1  /proc/sys/net/ipv4/ip_forward
 root# /sbin/ipchains -P forward DENY
 root# /sbin/ipchains -A forward -s 192.168.0.0/24 -i ppp0 -j MASQ

Glaube arg, Du müßtest das ausgehende ppp0 masqueraden, also
$IPCHAINS -A forward -s 192.168.0.0/24 -o ppp0 -j MASQ


Sonst seh ich erstmal nix schlimmes. Ein Ping nach draussen funzt hoffentlich?
Denn erstmal sollte der Router selbst Verbindung haben. Dann vom Client aus den
Gateway pingen und wenn's klappt vom Client nach draussen.

Worum eigentlich nicht ein 2.4er-Kernel mit iptables? So läuft es auf unserem
Gateway.

Viel Glück dabei!


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



Re: DSL-Router mit Woody und pppoe

2003-04-04 Thread Andreas Eichner
 Dabei habe ich mich an die Anleitung
 f?r T-DSL und Woody auf www.adsl4linux.de gehalten, bzw. bei meinem
 zweiten Router, der auch mit Debian 3 l?uft abgeschaut.

Da gibt's ne Menga HowTo's...

 ersten Bilder noch geladen werden, aber dann irgendwann auch die
 Verbindung abbricht und der Browser ewig wartet
 
 Hat jemand irgendne Idee, an was das liegen k?nnte? Funktionieren tut

Wenn Du die Kernel-basierte Variante genommen hast, brauchst Du
vielleicht noch das msclampfw-Modul...

Vielleicht hilft's Dir...


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



Re: DSL-Router mit Woody und pppoe

2003-04-04 Thread Andreas Eichner
  Wenn Du die Kernel-basierte Variante genommen hast, brauchst Du
  vielleicht noch das msclampfw-Modul...
 
 Hm, leider finde ich nicht einmal das msclampfw-Modul in meiner
 Kernel-Config :) Wo soll das denn sein?

Ist soweit ich das noch weiß auch nicht direkt im Kernel sondern im
Source-Paket vom pppoed. Fiel mir auch auf, daß Ding heißt
mssclampfw. Ich mußte das damals selbst kompilieren.

Ich nehme jetzt allerdings den UserSpace-Daemon von Woody. Hat nur
unwesentliche Performanceverluste - DSL ist einfach zu langsam um da was
zu merken...

Wenn Du bei der Kernel-basierten Variante bleiben willst, muddu Googlen.
Ansonsten kann ich soweit die USerSpace-Version nur empfehlen.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

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



Scanner-Problem (HP ScanJet 2100c)

2002-12-06 Thread Andreas Eichner

Hallo an alle,

ich hoffe, jemand von Euch hat nen guten Tip für mich. Hab einen 
HP-ScanJet-2100c USB-Scanner. Um Mißverständnisse auszuschließen, erstmal 
was ich gemacht habe:

Bin auf die Sane-Seite gereist: HP-ScanJet 2100c, Treiber plustek (stable)

Hab die Man studiert und in plustek.conf die Zeilen eingetragen:
  [usb] 0x03f0 0x0505
  option lampOff 0
  option warmup 30
  option lOffOnEnd 1
  device /dev/usbscanner

In der dll.conf die Raute vor plustek entfernt

Ein cat /proc/bus/usb/device gibt mir:
  T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
  D:  Ver= 1.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=03f0 ProdID=0505 Rev= 1.00
  S:  Manufacturer=Hewlett-Packard
  S:  Product=HP ScanJet 2100C
  C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
  I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=usbscanner

Scanner-Modul geladen mit: modprobe scanner vendor=0x03f0 product=0x0505

Ein sane-find-scanner gibt mir:
  sane-find-scanner: found USB scanner (vendor = 0x03f0, \ 
  product = 0x0505) at device /dev/usbscanner

ABER: Ein scanimage -d plustek:/dev/usbscanner gibt:
  scanimage: open of device plustek:/dev/usbscanner failed: Error \
  during device I/O


Hat jemand vielleicht das gleiche Problem schon gelöst? Die Archive geben 
leider nichts her...

Danke schon mal!


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Re: Scanner-Problem (HP ScanJet 2100c)

2002-12-06 Thread Andreas Eichner
Am Freitag, 6. Dezember 2002 13:02 schrieb Adrian Bunk:
  Um Mißverständnisse auszuschließen,
  erstmal was ich gemacht habe:
 ...

 verwendest du woody? In woody ist nur die Version 1.0.7 von SANE
 enthalten, der 2100C wird aber erst seit 1.0.8 unterstuetzt. Pakete von
 SANE-1.0.9 fuer woody findest du z.B. unter [1].

Danke Adrian,

ja, ich nutze Woody - soviel also zum Thema Mißverständnisse 
ausschließen. Welche OS-Version ich benutze, hätte als erstes stehen 
sollen...
Endlich vernünftig scannen unter Debian - damit kommt jetzt auch die 
letzte Komponente ohne jegliche Win-Treiber aus - juppie!

Danke nochmal


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Re: LIrc Linux 2.4.20

2002-12-06 Thread Andreas Eichner
Am Freitag, 6. Dezember 2002 05:41 schrieb Eduard Titov:

 I've had the same error when compiling lirc on 2.4.19 kernel.
 After upgading to the latest version of lirc everything compiled fine.

Are you using the lirc-modules-source package from Woody (0.6.5-1) ? It 
seems to be the latest version for Woody or are you using another version 
of LIrc?

Thanks a lot


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




LIrc Linux 2.4.20

2002-12-05 Thread Andreas Eichner

Hallo Liste,

hab versucht, das lirc-modules-source Paket mit Linux-2.4.20 zu 
installieren, aber ich krieg's nich mit make-kpkg modules_image unter 
Woody kompiliert.
  Mit dem 2.4.18 klappt's einwandfrei. Das make-kpkg kernel_image sowie 
make-kpkg modules_image mit nvidia-kernel-src  lm-sensors-source läuft 
ohne Probleme durch.

Er bricht ab mit der Meldung:

make[6]: Entering directory `/usr/src/modules/lirc/drivers/lirc_dev'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 
-DMODULE -DMODVERSIONS -include 
/usr/src/linux-2.4.20/include/linux/modversions.h -DIRCTL_DEV_MAJOR=61 
-DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../..  -nostdinc 
-iwithprefix include -DKBUILD_BASENAME=lirc_dev  -c -o lirc_dev.o 
lirc_dev.c
In file included from 
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
 from 
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
 from ../../drivers/lirc.h:6,
 from lirc_dev.c:58:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: No include path 
in which to find limits.h
make[6]: *** [lirc_dev.o] Fehler 1
make[6]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_dev'
make[5]: *** [_mod_/usr/src/modules/lirc/drivers/lirc_dev] Fehler 2
make[5]: Leaving directory `/usr/src/linux-2.4.20'
make[4]: *** [lirc_dev.o] Fehler 2
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_dev'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
make[2]: *** [i2c] Fehler 2
make[2]: Leaving directory `/usr/src/modules/lirc'
make[1]: *** [build-stamp] Fehler 2
make[1]: Leaving directory `/usr/src/modules/lirc'
Module /usr/src/modules/lirc failed.

Hat da jemand ein Idee, wie man LIrc zum übersetzen bringt? Hab zwar nich 
so die Ahnung von C, aber seh keinen Grund, warum er plötzlich die 
limits.h nich finden kann...

Ciao  Danke


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




LIrc Linux 2.4.20

2002-12-05 Thread Andreas Eichner
Hi List,

I tried to use the lirc-modules-source package with linux-2.4.20 but I 
can't get it compiled using make-kpkg modules_image on my Woody box.
  With 2.4.18 it works fine. The make-kpkg kernel_image and make-kpkg 
modules_image with nvidia-kernel-src  lm-sensors-source processes fine.

It stops with:
make[6]: Entering directory `/usr/src/modules/lirc/drivers/lirc_dev'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 
-DMODULE -DMODVERSIONS -include 
/usr/src/linux-2.4.20/include/linux/modversions.h -DIRCTL_DEV_MAJOR=61 
-DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../..  -nostdinc 
-iwithprefix include -DKBUILD_BASENAME=lirc_dev  -c -o lirc_dev.o 
lirc_dev.c
In file included from 
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
 from 
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
 from ../../drivers/lirc.h:6,
 from lirc_dev.c:58:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: No include path 
in which to find limits.h
make[6]: *** [lirc_dev.o] Fehler 1
make[6]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_dev'
make[5]: *** [_mod_/usr/src/modules/lirc/drivers/lirc_dev] Fehler 2
make[5]: Leaving directory `/usr/src/linux-2.4.20'
make[4]: *** [lirc_dev.o] Fehler 2
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_dev'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
make[2]: *** [i2c] Fehler 2
make[2]: Leaving directory `/usr/src/modules/lirc'
make[1]: *** [build-stamp] Fehler 2
make[1]: Leaving directory `/usr/src/modules/lirc'
Module /usr/src/modules/lirc failed.


Any ideas? Has anyone got it running?
I'm lazy so I need LIrc and the SMP bugfixes from 2.4.20 ...

Ciao


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get install -f fail, please help

2002-12-05 Thread Andreas Eichner
Am Donnerstag, 5. Dezember 2002 12:33 schrieb eric:
 Authenticating /var/cache/apt/archives/gnome-libs-data_1.4.2-8_all.deb
 ... debsig: Origin Signature check failed. This deb might not be
 signed.

Try installing it with dpkg --force-bad-verify.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




LDAP-Prfung

2002-10-31 Thread Andreas Eichner

Hi Leute,

hab LDAP als Nameservice eingerichtet - glaub ich. Denn ich hab das 
Problem, daß ich nicht so recht weiß, wie ich das prüfen kann...
  Weiß jemand wie ich rausfinde, ob er die Dateien aus /etc oder die 
LDAP-Domain verwendet?

Danke schon mal


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Re: iptables

2002-10-31 Thread Andreas Eichner
Am Donnerstag, 31. Oktober 2002 15:05 schrieb Torsten Puls:
 Wie kann ich in einem bashskript übergebene Parameter aufrufen/abrufen?

Mit $Parameternummer, z.B. if [ $1 == blah ]; then prüfen, ob der 
erste Parameter den Wert blah hat.

Steht mit Sicherheit detailiert in der Bash-Man


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Testing LDAP nameservice

2002-10-31 Thread Andreas Eichner

Hi guys,

I've just installed and configured LDAP as nameservice to (partially) 
replace my /etc.

But now I want to know if it is really used instead of the /etc flat 
files. Does anyone know how I can find it out?

Thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Absturz wegen Netzwerkkarte?

2002-10-30 Thread Andreas Eichner
Am Mittwoch, 30. Oktober 2002 01:39 schrieb Dieter Blocher:
 Meistens geht
 der Rechner bei hoher Netzlast über den Jordan...
 (Netzwerkkarte mit RTL8139D Chip)

 Kann es sein, das was an der Netzwerkkarte nich stimmt?

Das kann wohl sein. Denn der Realtek-Chip ist -kurz gesagt- scheiße. Er 
beherrscht einige Funktionen nicht hardwaremäßig, so daß diese vom 
Treiber übernommen werden müssen.
  Kommen viele Pakete an, hat der Treiber und damit die CPU eine Menge zu 
tun. Dadurch kann man einen Duron-800 so weit ausbremsen, daß das System 
unbedienbar wird. Die Reaktionszeit liegt der Maus lag im Praxistest bei 
rund 7 Sekunden...


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Probleme mit MP3-Streaming

2002-10-29 Thread Andreas Eichner

Hallo an alle!

Hab gloreich Shoutcast installiert. Wollte mit Lame als Encoder loslegen, 
aber leider flattern irgendwo in den MP3-Strom seltsame Sequenzen hinein. 
Dadurch läuft irgendwann der Puffer leer. Erst dachte ich, daß käme 
durch's Netzwerk, aber es läuft nicht mal auf localhost.

Hab deshalb bischen probiert. Wenn ich eine Pipe anlege, kommen die 
gleichen komischen Dinge:

Aurora:~$ mpg123 -s mp3-file | lame -b 96 - - | mpg123 -

Hab auch getestet:

Aurora:~$ listen localhost 8000 | checkmp3

Meldet mir sehr merkwürdige Anomalien.


Hat irgend jemand Shoutcast mit Lame als Encoder am laufen? Gibt's da 
irgendeinen Trick bei?


Dank für die Hilfe schon mal (if any)


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

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




Re: Missing readme for icecast

2002-10-28 Thread Andreas Eichner
Am Freitag, 25. Oktober 2002 20:49 schrieb Leo Spalteholz:
 Plain
 text password consequently won't work.

From /usr/share/doc/icecast-server/FAQ.gz:

  To produce these crypted passwords, use the mkpasswd program
  distributed with icecast. Be careful in the configuration file not to
  leave any junk chars after the passwords.

It works for me (Icecast from Woody)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Shoutcast

2002-10-28 Thread Andreas Eichner
Am Sonntag, 27. Oktober 2002 19:18 schrieb Leo Spalteholz:
 Yes, try icecast-server and please post if you get it working.  I've
 had no ends of trouble with the debian icecast package and encrypted
 passwords.

From the Woody-Version: in file /usr/share/doc/icecast-server/FAQ.gz:

 To produce these crypted passwords, use the mkpasswd program
 distributed with icecast. Be careful in the configuration file not to
 leave any junk chars after the passwords.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Missing readme for icecast

2002-10-28 Thread Andreas Eichner
Am Montag, 28. Oktober 2002 15:15 schrieb Leo Spalteholz:
  It works for me (Icecast from Woody)

 What source are you using?  My source is using oddcast for winamp in
 windows.  Could that be the problem somehow?

I just installed the binary package (version 1.3.11-4.1) and did what me 
the Readme/FAQ told. Maybe your source uses an alternative encryption 
algorithm. I think my package uses the standard crypt.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Missing readme for icecast

2002-10-28 Thread Andreas Eichner
Am Montag, 28. Oktober 2002 14:20 schrieb Jon-o Addleman:
 I'm using sid, so maybe things have changed, but for me, mkpasswd is
 owned by the passwd package, and has nothing to do with icecast.

But if it's only a tool for accessing the standard crypt function (and 
not md5 or similar), it may be the thing your are looking for...

 Somewhere in the changelog, it says that the icecast password utility
 was renamed ice-mkpasswd, though that file's nowhere on my system. On
 sid, makepasswd seems to be the way to go.

This could be right (cause I run Woody) but if it doesn't work, you may 
try the mkpasswd-way.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Why does Root need passwords?

2002-10-25 Thread Andreas Eichner

Hi there,

after ca. 1 month uptime I had a bad system crash due to a hardware 
failure. I encountered strange behaviors and after some reboots I set 
forcefsck. Several errors where found which my ext3 did not realize by 
journalling (and now I know why Ext3 is still experimental).

And since this day I need passwords when changing from root to another 
user by doing su username - not funny, since some init-scripts want 
to change to lower privileged users (like distributed-net).

How can I recover this situation?

Thanks a lot!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: sound problems

2002-10-25 Thread Andreas Eichner
Am Freitag, 25. Oktober 2002 11:15 schrieb Amit Shah:
 I can play sound as root using mp3blaster on the console, but can't use
 mpg123 or mp3blaster as a normal user, where do I edit the permissions
 so that normal users can play sound?

Try adduser username audio. This adds you to the group of users who 
are allowed to use audio devices (like /dev/dsp).
  If you want to know, to which group you have to add your user-account 
start the program from the console (or Konsole in KDE). Normally they 
will abort with a message like Cannot open sound device: /dev/dsp or 
similiar. Then you can look at the access rights with ls -l 
/dev/device.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: mkdosfs: strange?

2002-10-25 Thread Andreas Eichner
Am Freitag, 25. Oktober 2002 09:55 schrieb Q. Gong:
 Windos 98. I used mkdosfs -f 32 /dev/hdc6 to format it. 

Commands are case-sensitive - try mkdosfs -F 32 /dev/hdc6. 

 Under both
 win98 and Linux I can read and write on hdc6. But for Linux, ls only
 list the files created under Linux. Under Win98, only files created
 under win98 are visible.

This is because with -f you created a FAT-fs with 32 copies of the FAT, 
and win only uses 2 as far as I know...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Why does Root need passwords?

2002-10-25 Thread Andreas Eichner
Am Freitag, 25. Oktober 2002 12:46 schrieb Q. Gong:
 Have a loot at /etc/pam.d/su. Is there an entry like

 auth sufficient  pam_rootok.so

There's no file su anymore. I've created a new containing this line and 
now it this works.
  Is there any more which should be in this file? Cause it is included in 
the login package, I've reinstalled it but this file wasn't created. And 
I don't know what should be in it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Mal wieder Traffic-Analyse

2002-07-09 Thread Andreas Eichner

Hallo Leute,

ich suche ein Tool um auf einem NAT-Gateway Statistiken über den Traffic 
zu erstellen. MRTG für die komplette Leitung hab ich schon installiert. 
Jetzt möchte ich das noch Host-bezogen machen, damit ich von jedem Host 
den verursachten Traffic sehen kann.
  Bin mir sicher, in der letzten Zeit hier in der Liste schon mal was 
gelesen zu haben, aber ich find's einfach nicht in den Archiven.

Wäre schön, wenn sich jemand an sowas erinnert...

Danke schon mal!


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




PPPoE und T-Offline

2002-07-01 Thread Andreas Eichner


Hallo Liste,

ich hab da ein häßliches Problem mit pppoe, nach einiger Zeit steht im 
syslog folgende Meldung:

Thia pppoe[17803]: Session terminated -- received PADT from peer
Thia pppd[2741]: LCP terminated by peer
Thia pppd[2741]: ioctl(PPPIOCSASYNCMAP): Inappropriate ioctl for 
device(25)
Thia pppd[2741]: tcflush failed: Input/output error
Thia pppd[2741]: Exit.

Da der Gateway an einer DSL-Flat hängt und rund um die Uhr erreichbar 
sein soll, ist es recht unschön wenn das Netz auf einmal tot und 
manuelles Eingreifen nötig ist :(

Hab in der peers/dsl-provider schon die Optionen

persist
maxfail 0

eingetragen. Das hilft, wenn der T-Offline-Server mal wieder spinnt. Hat 
das obige Phänomen noch jemand und sogar eine elegante Lösung dafür? 
Sonst hab ich schon an eine Art Watchdog, der vom Cron ausgeführt wird, 
gedacht - aber das ist nicht schick...

Danke schon mal im Vorraus.


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




Re: PPPoE und T-Offline

2002-07-01 Thread Andreas Eichner


Am Montag, 1. Juli 2002 11:30 schrieb Süß, Andreas:

 auf was steht denn der DEMAND Wert in der /etc/ppp/ppoe.conf?
 Sieht nach der Zwangstrennung nach 5 Minuten Inaktivität aus..

das ganze steht auf:

#demand
#idle 300

also auskommentiert, also kein Dial-On-Demand. Meist dauert es über 24 
Stunden, bis das auftritt. MAcht auch nix, er soll sich nur gleich wieder 
einwählen...

Danke trotzdem.


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




Re: PPPoE und T-Offline (OT)

2002-07-01 Thread Andreas Eichner

Am Montag, 1. Juli 2002 11:43 schrieb Sebastian Schinzel:
 Im
 konkreten Beispiel konnte ich von AOL noch nichtmal pingen, obwohl DNS
 richtig aufgelöst wird.

 Würde mich interssieren, ob jemand ähnliche Erfahrungen gemacht hat,
 oder ob das hier nur lokal so ist.

Das kann ich nicht nachvollziehen, möglicherweise liegt es an AOL. 
Jedenfalls funzen Zugriffe von FreeNet  Tiscali. Versuch doch mal ein 
traceroute, vielleicht findest Du damit das schwarze Loch...

Gruß!


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




Re: PPPoE und T-Offline

2002-07-01 Thread Andreas Eichner

Am Montag, 1. Juli 2002 13:25 schrieb Torsten Schneider:
 Hmmm, Du weißt aber, daß bei T-DSL-Flat nach 24 Stunden immer eine
 Zwangstrennung erfolgt?

Schon, aber eine sofortige Wiedereinwahl ist möglich. Außerdem ist das 
kein Grund, warum der pppd/pppoe terminieren...


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




Re: PPPoE und T-Offline

2002-07-01 Thread Andreas Eichner

Am Montag, 1. Juli 2002 15:55 schrieb Marcus Jodorf:
 Wenn ich das aber richtig mitbekommen habe (nur flüchtig geschaut),
 wird der in den beiliegenden Skripten anders als in den Debianskripten
 gestartet, nämlich mit einer Endlosschleife und einem wait auf den
 Daemon. Also Holzhammerbrutalmethode.

Danke für ausführliche Erklärung. Freut mich zu hören, daß es mal nicht 
an falschen Einstellungen meinerseits liegt :)

 Sowas kannst Du Dir natürlich auch zur Debianversion noch analog
 dazustricken oder eben andere denkbare Methoden (cron, whatever...)
 verwenden.

Werd das über ein Watchdog-Cron-Script regeln. Das scheint mir das 
eleganteste zu sein, da man dadurch nicht mit upgrades des Debian-Paketes 
kollidiert und es keinen Schaden macht, wenn dafür mal ein Workaround 
gebastelt wird...
 Oder hat jemand einen besseren Vorschlag?


CU


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




Re: dhcpd.leases bleibt leer

2002-06-25 Thread Andreas Eichner

Am Montag, 24. Juni 2002 22:22 schrieb Sven Hoexter:
 Lese dir mal das dhcp Howto durch und ueberlege dann nochmal warum
 lease times fuer statisch vergebene IP's unfug sind.

Gar nich Unfug, schließlich will er ohne das Leases-File nich arbeiten 
und vergibt ständig die Leases, wenn auch immer wieder mit der selben IP 
- und zwar in Abhängigkeit von der Lease-Time (um die es hier nicht geht).

 Sollte aber eigentlich auch aus der manpage ersichtlich sein.

Aus der Manpage geht hervor (unter OPERATION):  ...Each client is 
assigned  a lease, which expires after an amount of time ... dhcpd keeps  
a list of leases it has assigned in the dhcpd.leases(5) file.

 Nur soviel es ist ok das er fuer einen host mit statischer IP keine
 leases schreibt.

OK find' ich das keineswegs, denn ich wollte meine BIND-DBs mit 
autodns-dhcp anpassen lassen, welches die dhcpd.leases ausliest. Und zwar 
mit statischen IPs da diese sprechende Nummern sind (Zimmer  Port des 
Wohnheims).

CU


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




Re: dhcpd.leases bleibt leer

2002-06-25 Thread Andreas Eichner

Am Dienstag, 25. Juni 2002 16:32 schrieb Udo Mueller:
 Wenn du eh statische IPs hast, warum trägst du die nicht im DNS ein?

Hab ich bisher ja, aber das hier ist ein Wohnheim, da kommen und gehen 
Leute gelegentlich mal. Deshalb wollt ich die Verwaltung halbwegs zentral 
halten, aber nach Möglichkeit ohne NIS oder ähnliches...
Für 6 Rechner wäre das mit Kanonen auf Spatzen geschossen, oder?!


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




Re: dhcpd.leases bleibt leer

2002-06-25 Thread Andreas Eichner

Am Dienstag, 25. Juni 2002 18:13 schrieb Udo Mueller:
 Und als FQDN vergibst du halt Zimmer-port.wohnheim.tld oder so
 ähnlich.

Nun ja, an und für sich hast du Recht, aber Menschen mögen es, ihren 
Rechner wie einen Hund beim Namen zu rufen. Sie ziehen komische Namen wie 
Paul und Whistler sprechenden wie zi011-A.domain vor.
  Das läuft wohl auf ein Script hinaus, was einem die Arbeit abnimmt - 
die Shell ist halt doch dein bester Freund...


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




dhcpd.leases stays empty

2002-06-25 Thread Andreas Eichner

Hi list,

I've got some trouble with the dhcpd-2.2.x (package is dhcp)from Woody 
(on 2.4.18). It assigns IP addresses in a correct manner but 
/var/lib/dhcp/dhcpd.leases stays empty. Does anyone know why this could 
be?
  I use fixed addresses, so I use entries like...

host Aurora {
option host-name Aurora.villa-grunert.dyndns.org;
hardware ethernet 00:04:AC:E6:CA:B8;
fixed-address 192.168.0.2;
}

...and ps aux shows...

/usr/sbin/dhcpd-2.2.x -lf /var/lib/dhcp/dhcpd.leases -q eth0

I couldn't find any option which explicitly enables the use of 
dhcpd.leases.

Any help and/or suggestions welcome.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dhcpd.leases stays empty

2002-06-25 Thread Andreas Eichner
Am Dienstag, 25. Juni 2002 16:28 schrieb Nick Traxler:
 That's why. With fixed addresses, you know what address was assigned,
 so there's no need to record it in the leases file.

Is there a way to force recording (for autodns-dhcp)?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



dhcpd.leases bleibt leer

2002-06-24 Thread Andreas Eichner


Hallo Liste,

ich hab da ein Problem mit dem dhcpd-2.2.x aus der Woody. Zwar vergibt er 
die Adressen akkurat, aber die /var/lib/dhcp/dhcpd.leases bleibt leer, 
warum?
In der dhcpd.conf stehen Einträge der Art:

host Aurora {
hardware ethernet 00:04:AC:E6:CA:B8;
fixed-address 192.168.0.2;
}

... und ps aux zeigt:

/usr/sbin/dhcpd-2.2.x -lf /var/lib/dhcp/dhcpd.leases -q eth0

(hab die -lf option mal zusätzlich ins init-script eingetragen)
Die Manpages zeigen auch keine notwendigen Optionen in der .conf.

Jeder Hinweis oder Hilfe willkommen mit bestem Dank...


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




Re: doubts about compile options

2002-06-17 Thread Andreas Eichner
Am Montag, 17. Juni 2002 17:05 schrieb Marcelo Chiapparini:
 to know if the following two options should to be compiled in the kernel
 (directly or as a module) in the Pentium Pro and Athlon machines:

 CONFIG_X86_MSR
 CONFIG_X86_CPUID

Hi,
MSR are Model Specific Registers introduced by Intel with the Pentium 
processor family. I don't know if the AMD processors support this. These MSR 
give the system access to TLB (Translation Look-aside Buffers), BTB (Branch 
Target Buffer) control commands and some performance monitoring registers 
like the time stamp counter. The CONFIG_X86_MSR option enables support for a 
device to access them.
  The availability may vary from stepping to stepping. With the CPUID 
instruction you can find out some informations about the processor and it's 
features including the MSR. As I heard some time ago with it you can read the 
processor specific ID on P-III machines.

If you never heard of this staff you won't need it and can leave it out. May 
be some (very) processor specific performance monitoring tools or  benchmarks 
would like to have access to these devices. I never needed it cause xosview 
and top don't use them :)

Happy compiling...

  


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: doubts about compile options

2002-06-17 Thread Andreas Eichner
Am Dienstag, 18. Juni 2002 00:51 schrieb Andreas Eichner:
 benchmarks would like to have access to these devices. I never needed it
 cause xosview and top don't use them :)

Note: PowerTweak Linux does. It makes the penguin fly a bit higher...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: eject: unable to eject, last error: Invalid argument

2002-06-17 Thread Andreas Eichner
Am Montag, 17. Juni 2002 06:46 schrieb Dan Jacobson:
 Did I do something wrong?
 # eject
 eject: unable to eject, last error: Invalid argument


May be it is a bug in eject because it doesn't unmount before ejecting. I get 
the same error if the filesystem is mounted but the disc is ejected. After 
that a new mount fails...

aurora# mount /cdrom

aurora# eject  /dev/cdrom#(cdrom ejects)
eject: unable to eject, last error: Invalid argument

aurora# mount /cdrom/
mount: /dev/cdrom already mountet or currently in use

if the disc isn't mountet all works fine. So you're not the reason...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Woody NVIDIA X Setup

2002-06-11 Thread Andreas Eichner
Am Dienstag, 11. Juni 2002 08:08 schrieb B. L. Jilek:

 There are only four things you have to do.  Download the two tar files
 from nvidia's site.  make install both of them.  Edit the XF86Config-4
 file and restart X.

You should better use

apt-get install nvidia-kernel-src nvidia-glx-src

instead (may be with -b option) since these packages are automagically 
updated with the latest files from nvidia.com. And if you've build your own 
kernel it's nice to use

make-kpkg kernel_image modules_image

and

dpkg -i kernel-image-version.deb

and all the other build module-debs (like lirc, lm-sensors, nvidia-glx and 
nvidia-kernel just for me). With these .debs dpkg can keep track of them, so 
it makes an upgrade much more comfortible. You can also burn them on a CDR in 
an debian-mirror style (with apt-move for example). So if you ever have to 
reinstall them you simply enter there path into /etc/apt/sources.list.

It's just your choice...

--

Debian rules...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SMP working

2002-06-10 Thread Andreas Eichner
Am Freitag, 7. Juni 2002 16:50 schrieb Robert Webb:
 check for this . I looked in the /proc directory and did a cat of cpu
 but it only showed one processor at 500MHZ.

 Am I looking in the wrong place???

No, this is right. A cat /proc/cpuinfo should list processor 0 and 
processor 1

Seems you have to build a new kernel ;-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ATI Radeon 7000

2002-05-22 Thread Andreas Eichner
Am Mittwoch, 22. Mai 2002 06:00 schrieb user list:

 2. Has anyone had success with an ATI radeon 7000 card with 4.2?
 If the answer is yes, is there a debian package for 4.2, or should I
 compile it from source?

As you stated in an earlier mail, you have an Radeon 7500 (or was this 
someone else?) and so you have to use the XFree 4.2. The driver of the 4.1 
seems to be unable to do the job for those new cards. A friend of mine has 
had success with the 4.2 but seems to have no 3d-accelleration (he has an 800 
MHz Athlon, so it's hard to find out ;-) ). Following these links should 
bring you to unofficial 4.2-deb's:

http://www.pro-linux.de/news/2002/4225.html
http://www.cs.columbia.edu/~spotter/x/

Hope it works...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: HP DeskJet 610C

2002-05-12 Thread Andreas Eichner
Am Sonntag, 12. Mai 2002 13:12 schrieb Björn Lindström:
 Has anyone got the printer HP DeskJet 610C working in Debian?

I have an HP Deskjet 615C. Works fine with CUPS and it's filters for the 
Deskjet 670. May also work with your 610C. Test it.

Have fun!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem with debian-cd

2002-05-07 Thread Andreas Eichner
Am Dienstag, 7. Mai 2002 21:18 schrieb Anthony GARZIANO:

 I configure debian-cd conf.sh and I try build_all.sh script.
 It doesn't work, the mirror check search the file for the potato.
 I don't understand, can you help me.

Did you put the path of your local mirror as the first entry in the 
/etc/apt/sources.list ? This has to be done before like

deb file:/pub/mirrors/debian woody main contrib non-free

Ran always properly but slow (5 gigs with 768K, arrghh)


Hope you succeed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SMB-FS: Unbekannte Operation

2002-05-06 Thread Andreas Eichner


Hallo an alle,

hoffe auf Hilfe. Hab ein w2k-share mit smbfs gemountet. Der w2k-Rechner wurde 
aber inzwischen runtergefahren. Daraufhin hab ich das Ding wieder ausgehangen 
und später versucht, es (als er wieder hochgefahren war) wieder zu mounten. 
Daraufhin braucht der mount-befehl 20 Sekunden, um dann mit folgender Meldung 
abzubrechen:

--- snip ---
timeout connecting to 192.168.0.6:445
Error connecting to 192.168.0.6 (Operation already in progress)
5801: Connection to paul failed
SMB connection failed
--- snip ---

Warum geht das jez nich mehr und wie kriegt man das wieder grade gebogen???

Danke schon mal


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




Re: Problem bei Installation

2002-05-06 Thread Andreas Eichner
Am Montag, 6. Mai 2002 19:48 schrieb Stefan Werner:
 http://dugfaq.sylence.net/dug-faq/node7.html#SECTION00072000
 steht woher du xfree 4.x Pakete für potato bekommst.


Weißt Du auch, wo es xfree86 4.2 Pakete (für Woody) bekommt? Ein Kumpel hat 
sich ohne sich zu informieren eine ATI Radeon 7500 gekauft. Und die wird eben 
erst vom 4.2 unterstützt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]