Re: cups und dvi-Files mit debian drucken?

2004-01-29 Diskussionsfäden Marius Oskandi
On Don, 2004-01-29 at 21:07, Christian Schoepplein wrote:
 Hi!
 
 jedenfalls passt die Testseite. Wenn ich aber mit
 
 $ lpr datei.dvi

das DVI (DeVice Independent) Format ist auch bloß eine
Seitenbeschreibungstechnik. Mach mal

# dvi[Tab][Tab]
oder
# apropos dvi | grep -v '([2-9].*)'

Dann bekommst Du alle Befehle, die Dir ein DVI Dokument in ein anderes
überführen. Z.B. dvips, dvilj ...

output von apropos dvi | grep -v '([2-9].*)' bei mir:

dvi2fax (1)  - convert a TeX DVI file to G3 fax format
dvicopy (1)  - produce modified copy of DVI file
dvihp (1)- convert a TeX DVI file to Hewlett-Packard PCL
dvilj (1)- convert a TeX DVI file to PCL, for HP LaserJet
printers
dvilj2p (1)  - convert a TeX DVI file to PCL, for HP LaserJet
printers
dvilj4 (1)   - convert a TeX DVI file to PCL, for HP LaserJet
printers
dvilj4l (1)  - convert a TeX DVI file to PCL, for HP LaserJet
printers
dvilj6 (1)   - convert a TeX DVI file to PCL, for HP LaserJet
printers
dvipdf (1)   - Convert TeX DVI file to PDF using ghostscript and
dvips
dvipdfm (1)  - Produce PDF files directly from DVI files
dviprint (1) - dvipsR wrapper for LyX
dvips (1)- convert a TeX DVI file to PostScript
dvired (1)   - print dvi-files
dvitomp (1)  - convert a TeX DVI file to a MetaPost MPXFILE
dvitype (1)  - translate a dvi file for humans

und dann noch ein paar viewer:

kdvi (1) - KDE DVI Viewer
oxdvi (1)- DVI Previewer for the X Window System
xdvi (1) - DVI Previewer for the X Window System

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Tabulator in Befehlskette einbauen?

2004-01-29 Diskussionsfäden Marius Oskandi
On Fre, 2004-01-30 at 00:36, Michael Maldener wrote:
 bash# export IFS=':' ; for i in $PATH; do ls $i  liste.txt; done
es muss lauten:

# export IFS=$': \t\n' ; for i in $PATH; do ls $i; done
  ^ Das $-sign ist extrem wichtig

dann funkts auch wieder in der bash...

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: sources.list Eintrag

2004-01-28 Diskussionsfäden Marius Oskandi

 Sacht mal, hat experimental schon den namen Scud bekommen? War ja in
 Diskussion.

dazu folgende diskussion at debian-develatlistsdotdebiandotorg:

Message-id: [EMAIL PROTECTED]
On Mon, Dec 15, 2003 at 02:46:27AM +0100, Rene Engelhard wrote:
 Christoph Berg wrote:
  since we are discussing codenames for the Debian/*BSD OSs, I noticed
  that the experimental distribution doesn't have a codename yet, as
  unstable has with Sid. I'd propose to call it Scud, which is the
  Name of Sid's dog (which broke toys even worse than Sid did ;-).
 
 I think that although Scud looks nice in this context giving a
 codename to experimental is not something we have to do since
 experimental is not a full distribution -- it only contains packages and
 makes only sense with a normal, codenamed distro (sid) installed
 

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Audiostrom aus avi ziehen

2004-01-21 Diskussionsfäden Marius Oskandi
On Mit, 2004-01-21 at 20:51, Andreas Pakulat wrote:
 Jan Kohnert wrote:

 Dann hab ich aber Qualitaetsverlust, da ja der Audiostrom schonmal in 
 MP3 ist im Divx-Avi. Das wollte ich vermeiden.

Qualitätsverlust???

RTFM 

#man transcode
...
It's modular concept is intended to provide flexibility and  easy  user
extensibility  to  include other video/audio codecs or filetypes. A set
of tools is included to demux (tcdemux), extract (tcextract) and decode
(tcdecode) the sources into raw video/audio streams for import, probing
(tcprobe) and scanning (tcscan) your sources and  to  enable  post-pro-
cessing  of  AVI  files,  fixing  AVI file header information (avifix),
merging multiple files (avimerge), splitting large AVI files (avisplit)
to fit on a CD and avisync to correct AV-offsyncs.
...

# tcextract -i name -x mp3 -d 1 file.mp3

mfg
Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Audiostrom aus avi ziehen

2004-01-21 Diskussionsfäden Marius Oskandi
On Mit, 2004-01-21 at 22:20, Andreas Pakulat wrote:

 Hab ich und im Originalposting auch geschrieben was ich mit transcode 
 gemacht habe. Leider krieg ich bei dem Ding nur Muell in meinem MP3!

#transcode -i input.avi -a 1 -y null,lame -m output
  ^--encodiert ja auch noch mal neu!
...deswegen das ganze nochmal:

# tcextract -i name -x mp3 -d 1 file.mp3

Ich will's nicht glauben, wenn das nicht funzt.

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: dvd demuxen

2004-01-21 Diskussionsfäden Marius Oskandi
On Mit, 2004-01-21 at 22:08, Andreas Pakulat wrote:
 Hi,
 
 gibts eigentlich ein Tool in sid das dvd's demuxen (also z.B. die 
 Tonspuren rausziehen) kann?


http://www.exit1.org/dvdrip/

# apt-get install video-dvdrip video-dvdrip-doc

benötigt
-
deb ftp://ftp.nerim.net/debian-marillat unstable main
-
in /etc/apt/sources.list

siehe auch:

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: X frisst übermäßig RAM

2003-12-23 Diskussionsfäden Marius Oskandi
On Tue, 2003-12-23 at 00:12, Pierre Gillmann wrote:
 Hi Liste,
 
Hi Pierre!

 also ich habe mir mal die Leistungsfresser meines Systems angekuckt
 (weil mein Rechner Probleme mit KDE hat - z.Z. nutze ich GNOME). Auf
 alle Fälle ist mir aufgefallen, dass mein X etwa 70MB RAM frisst. Das
 kann nun malnicht normal sein, jedenfalls auf anderen Rechnern war es
 weniger als die Hälfte.

 Zu meinem System: 1Ghz PentiumIII, 640MB-SD-RAM (128 + 512), etwa

Bei mir frisst X 146MB und ich hab nur 256MB total. (kernel-2.6.0)

Sieh das nicht als Problem. 
Im Gegensatz zu Microsoft OSs haben *NIXe die Eigenschaft, alles zur
Verfügung stehende auszunutzen, und dann erst auszulagern. Sei also
froh, wenn dein System den Speicher zur Gänze ausnutzt, und dann erst
auf den langsamen Swap umsteigt. Zum Beispiel Battlefield 1942 ist echt
ein Problem mit seinem Speicherbedarf von rund 1GB, da fängts schon
manchmal an zu ruckeln bei mir.

PS: Windows 200[0|3] Server ist auch schon soweit gegangen, zuerst das
Verfügbare zu 90% auszunutzen, und beginnt dann erst auszulagern.

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: HOAX !!! KNOCHENMARKSPENDER GESUCHT! Blutgruppe AB Rhesus negativ.

2003-12-19 Diskussionsfäden Marius Oskandi
Wie dumm sind denn die Leute?
Seit November 2000 so ein Müll herumschicken |^o

http://www.tu-berlin.de/www/software/hoax/knochenmarkspende.shtml

Die Ärmste! Die haben dort schon ein Tonband installieren müssen.
Läuft seit 3 (DREI) Jahren!!!

snip
 
 Gruss, Julia Schmidt 
 Oberweg 8 
 82008 Unterhaching 
 Tel.: 089/66532-428 Fax: 089/66532-115 
 E-Mail: [EMAIL PROTECTED]  
 mailto:[EMAIL PROTECTED] 
 
 
 
/snip

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--



-- 
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: netzwerkproblem

2003-12-18 Diskussionsfäden Marius Oskandi
On Thu, 2003-12-18 at 23:30, Mario Duve wrote:
 Hallo,
 
 ich habe hier ein komisches Verhalten. Ein ping
 auf eine IP oder auf eine Domain extern funktioniert
 ohne Probleme, auch ist der Rechner von einem Client aus
 erreichbar. Aber ein apt-* überträgt keinerlei Daten.
 
 Jemand eine Idee?

fehlt vielleicht der http_proxy= eintrag?

g
Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Sarge Release

2003-12-02 Diskussionsfäden Marius Oskandi
Damit's nicht noch unlustiger wird...

 Wieso soll er Dir in 3 Worten etwas sagen wozu Anthony Towns[1] mehrere
 Seiten benötigt ?

...wieso nicht... (sehr unfreundliche Nicht-Hilfe)

 [1] Ich nehme mal an dass diese Mail gemeint ist habe das aber nicht
 verifiziert.

dann nntpfsck [EMAIL PROTECTED] *g*

Hier also das gesamte POSTING...
quote

From: Anthony Towns aj at azure.humbug.org.au
Subject: Bits from the RM
Newsgroups: gmane.linux.debian.devel.announce
Date: Mon, 01 Dec 2003 14:45:09 +1000
Picon
Hello world,

So as most will have realised, we're not going to be releasing on December
1st. For those who didn't, hopefully you have now.



Before we get into the details of why we haven't made that date, let's do
a quick summary of some of the progress we've made.

* debian-installer HOWTO available, with betas available on i386
  and powerpc, and some pre-alpha (?) versions hacked up for
  mips s390, and alpha.

  (after a long time without any visible activity, we've had a
   dedicated hacking camp, and a bunch of status reports, and
   have gone from d-i being barely usable even by its developers
   anywhere, to being about 20% done. Sweet. And the last 80%
   usually takes 20% of the time, too, right?)

* glibc 2.3.2 bugs fixed, hppa supported again, and NPTL
  support added

  (the minor upstream update from 2.3.1 to 2.3.2 ended up
   causing significant problems, like not working at all on hppa,
   that took quite a while to fix; NPTL support has also been
   added. The remaining bugs are straight forward to fix, and no
   more major changes are expected)

* KDE hit testing

  (KDE hadn't updated in testing since woody's release, due to a
   mix of its own bugs and glibc bugs -- until recently there hadn't
   been a time when one or the other wasn't broken in unstable)

* Python 2.3 hit testing

  (Python's been doing fairly well, but this was a fairly major
   update (all Python modules getting recompiled) that happened fairly
   late)

* Perl, Postgresql, Krb4, Heimdal, etc almost ready to hit testing

  (The perl updates have had some upstream problems which've
   required a reversion, and then have had problems building,
   causing quite the morass; that should be about ready to be
   fixed when the archive opens up again)

 * LSB 1.3 compatibility mostly achieved

   (LSB non-compliance issues are now Release Critical; bugs
should be filed and addressed by the LSB team, which hangs
around the debian-lsb mailing list. Only one compliance
issue remains unfixed in sid. LSB 2.0 compliance will be
trickier, but will hopefully be being worked on well before
the next release.)

One of the things we haven't achieved, and aren't aiming to achieve,
is a purge of non-free documentation from Debian. Appropriate licensing
for documentation has been a concern for the free software community
for a long term, and the controversy over the _GNU Free Documentation
License_ has resulted in a number of members of the Debian Project forming
the opinion that we should hold documentation to the same standard as
programs. While this is natural enough, contrary to some claims, it is
not a continuation of existing Debian standards, and making significant
changes to our standards isn't what we aim to do while we're trying
to release. You may already have noticed the use of the sarge-ignore
tag on bugs filed about the freeness of various documentation licenses,
such as GFDL documents, RFCs, and others. These bugs will remain at the
serious severity, but will not be considered release critical for
sarge. If you wish to ignore them until sarge is released, you may. If you
wish to remove the documentation from your packages, you may, although
you're encouraged to repackage them for non-free instead. Packages with
distributable documentation that doesn't satisfy the DFSG may be uploaded
to either main or non-free at the maintainer's discretion.



Basically, although we're not operating at the aggressive level we
were aiming for, we're not in terribly bad shape.

As such, a number of people have been asking for roadmaps and updated
timelines recently. Unfortunately, we're not in a position to offer
one. To understand why and to figure out what to do about it, we need
to have a look at the shape our progress has taken recently.

One of the better measures is the RC bugs graph, at 

http://bugs.debian.org/release-critical/graph.png

Interesting periods are mid-July to early August, which coincides with
the Oslo debcamp, and mid-August to mid-September, which coincides with
the 0-day NMU period. These periods both coincided with significant drops
in the RC bug count, that have so far been roughly sustained. 

But outside 

Re: Ausgabe von ps umleiten

2003-10-24 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-24 at 13:15, Bertram Scharpf wrote:
 Hallo,
 
 Am Samstag, 18. Okt 2003, 00:08:35 +0200 schrieb Frank Dietrich:
  wie bekomme ich denn die Ausgabe von 'ps -aux' in eine Datei
  umgeleitet?
  
ps -aux  /tmp/dateiname
  
  Klappt nicht. Führt zu 

dann mach mal:

# ps aux /tmp/datei
oder
# ps -AF /tmp/datei

   Bad syntax, perhaps a bogus '-'?

bedeutet ja auch:
Schlechte Syntax,
möglicherweise ein falsches (i.d.F. überflüssiges) ' - '? 

'-' steht in den meisten GNU - Apps für standard-in/out

\g
Marius
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Your debian-user-german@lists.debian.org subscription has been terminated

2003-10-22 Diskussionsfäden Marius Oskandi
Servus...

On Mit, 2003-10-22 at 09:17, Kristian Rink wrote:
 Moin,...
 
  Ich bin gestern wegen 'Mailbox Full' unsubscribed worden, letze
  Woche von einer anderen Debianliste, den Grund kenne ich aber
  nicht.
 
 
 Ich kenn' das Problem; seitdem dieser nervige Fake-Microsoft-Updates
 - Virus unterwegs ist, liegen pro Tag schätzungsweise 100 Mails mit
 Anhängen jeweils um die 150k in meinem GMX-Postfach. Mittlerweile
 hab ich den Filter darauf getrimmt, Mails ab einer gewissen Größe
 bedenkenlos in die Tonne zu treten, aber bis ich das mitgekriegt
 habe, hat sich die Menge der Listen, bei denen ich eingeschrieben
 bin, erheblich ausgedünnt hat... :(
 

hier mal ein auszug, wer alles diese liste liest
HideouT:~# lft -SAT 144.138.21.7

TTL  LFT trace to 144.138.21.7:80/tcp
 1   [AS3561] 10.34.113.33 6.1ms
 2   [AS6830] at-vie-p-r13a-fe-3-0.upc.at (213.47.218.105) 6.4ms
 3   [AS6830] at-vie-p-r11a-pos-1-0.upc.at (213.47.218.73) 8.1ms
 4   [AS6830] at-vie01a-ra3-so-1-0-0.aorta.net (213.46.173.197) 6.5ms
 5   [AS6830] at-vie01a-rd1-pos-10-0.aorta.net (213.46.173.13) 7.0ms
 6   [AS6830] at-vie01a-rd2-pos-5-0.aorta.net (213.46.173.49) 9.1ms
 7   [AS6830] uk-lon01a-rd1-ge-3-1.aorta.net (213.46.160.49) 38.1ms
 8   [AS6830] us-nyc01a-rd2-pos-0-0.aorta.net (213.46.160.106) 101.1ms
 9   [AS3356] 65.59.196.9 102.0ms
10   [AS3356] ge-1-3-0.bbr1.NewYork1.level3.net (209.247.9.205) 101.6ms
11   [AS3356] unknown.Level3.net (64.159.3.254) 106.5ms
12   [AS3356] gigabitethernet7-0.core1.Washington1.Level3.net (64.159.18.5) 106.8ms
13   [AS1221] p11-1.ash-core01.net.reach.com (134.159.63.137) 107.4ms
14   [AS4637] i-0-1.ash-core01.net.reach.com (202.40.148.157) 106.5ms
15   [AS4637] i-2-0.nwk-core01.net.reach.com (202.84.143.82) 113.8ms
16   [AS4637] i-10-0.eig-core01.net.reach.com (202.84.143.89) 113.2ms
17   [AS4637] i-12-0.chi-core01.net.reach.com (202.84.143.85) 154.9ms
18   [AS4637] i-11-0.sjc-core01.net.reach.com (202.84.143.57) 195.5ms
19   [AS4637] i-4-2.syd-core01.net.reach.com (202.84.143.18) 364.5ms
20   [AS1221] GigabitEthernet1-2.pad-core4.Sydney.telstra.net (203.50.13.245) 358.3ms
21   [AS1221] 10GigabitEthernet3-0.ken-core4.Sydney.telstra.net (203.50.6.85) 431.4ms
22   [AS1221] GigabitEthernet1-1.ken12.Sydney.telstra.net (203.50.12.154) 366.5ms
23   [AS1221] telstr107.lnk.telstra.net (139.130.185.210) 365.8ms
24   [AS1221] 139.134.53.138 380.3ms
25   [AS1221] BWIP-T-001-pool-49.tmns.net.au (139.134.115.49) 383.6ms
26   [AS1221] [target] 144.138.21.7:80 550.3ms

EIN AUSTRALIER

HideouT:~# lft -SAT  194.212.6.118

TTL  LFT trace to 118.6.212.194.contactel.net (194.212.6.118):80/tcp
 1   [AS3561] 10.34.113.33 6.8ms
 2   [AS6830] at-vie-p-r13a-fe-3-0.upc.at (213.47.218.105) 6.2ms
 3   [AS6830] at-vie-p-r11a-pos-1-0.upc.at (213.47.218.73) 6.4ms
 4   [AS6830] at-vie01a-ra3-so-1-0-0.aorta.net (213.46.173.197) 6.7ms
 5   [AS6830] at-vie01a-rd1-pos-10-0.aorta.net (213.46.173.13) 5.7ms
 6   [AS6830] at-vie02a-ri1-pos-4-0.aorta.net (213.46.173.6) 6.6ms
 7   [AS1120] ixp1.at-vie.concert.net (193.203.0.59) 7.2ms
 8   [AS5400] t2a2-p4-0-0.at-vie.concert.net (166.49.163.145) 9.1ms
 9   [AS5400] t2c1-ge4-0-0.at-vie.concert.net (166.49.188.43) 8.1ms
10   [AS5400] aps234-at-vie.de-fra.concert.net (166.49.208.234) 43.6ms
11   [AS5400] t2c2-ge6-0.de-fra.concert.net (166.49.172.12) 44.7ms
12   [AS5400] 166-49-222-98.concert.net (166.49.222.98) 231.4ms
13   [AS1902] prah01-r10-ge11-1-81.ctt.cz (194.212.211.173) 215.9/*ms
14   [AS1902] 212.65.247.238 233.2ms
15   [AS1902] pace40-r01-s3-1.ctt.cz (194.212.211.170) 59.0ms
**   [neglected] no reply packets received from TTLs 16 through 29
**   [4.2-3 BSD bug] the next gateway may errantly reply with reused TTLs
30   [AS1902] [target] 118.6.212.194.contactel.net (194.212.6.118):80 93.7ms

...EIN TSCHECHE...

HideouT:~# lft -SAT 193.252.22.28

TTL  LFT trace to smtp3.wanadoo.fr (193.252.22.28):80/tcp
 1   [AS3561] 10.34.113.33 5.8ms
 2   [AS6830] at-vie-p-r13a-fe-3-0.upc.at (213.47.218.105) 7.7ms
 3   [AS6830] at-vie-p-r11a-pos-1-0.upc.at (213.47.218.73) 6.9ms
 4   [AS6830] at-vie01a-ra3-so-1-0-0.aorta.net (213.46.173.197) 10.6ms
 5   [AS6830] at-vie01a-rd1-pos-10-0.aorta.net (213.46.173.13) 6.1ms
 6   [AS6830] at-vie01a-rd2-pos-5-0.aorta.net (213.46.173.49) 7.6ms
 7   [AS6830] uk-lon01a-rd1-ge-2-2.aorta.net (213.46.160.157) 34.3ms
 8   [AS6830] us-nyc01a-rd2-pos-0-0.aorta.net (213.46.160.106) 100.4ms
 9   [AS3356] 65.59.196.9 101.4ms
10   [AS3356] gigabitethernet5-2.core2.NewYork1.Level3.net (64.159.17.166) 100.1ms
11   [AS3356] NYKBB1.New-york.opentransit.net (209.244.160.146) 101.2ms
12   [AS5511] P12-0.NYKCR3.New-york.opentransit.net (193.251.241.134) 101.2ms
13   [AS5511] P4-0.PASCR1.Pastourelle.opentransit.net (193.251.241.133) 198.0ms
14   [AS3215] P15-0.ntsta202.Paris.francetelecom.net (193.251.126.57) 178.7ms
15   [ASN?] 193.252.103.49 177.5ms
16   [AS3215] P7-0.nafti104.Aubervilliers.francetelecom.net (193.252.99.114) 177.4ms
**   [80/tcp failed]  Try alternate options or 

APROPOS Swen.[a|b]

2003-10-21 Diskussionsfäden Marius Oskandi
Hallo!

Nach langem Studium und Scripting bin ich endgültig zu dem Schluss
gekommen, dass irgendein Depp da draussen diese Liste mit
Outlook-Express(???) liest, wobei natürlich der liebe Swen.[a|b] schön
artig die EMail-Adressen herausfiltert.

Nachdem GMX kein Virenschutz anbietet, bin ich also zu Lycos
gewechselt...:)

Kann ich nur jedem empfehlen, bevor man sich mit Filtern abplagt...

web.de hat das, glaub ich, auch...

Man müsste direkt mal ein IE- bzw. OE-Exploit in so ein Posting
einbauen, um herauszufinden, wer dieser DEPP ist, der es nicht schafft
im Internet, ohne Virenscanner und aktuellen Patches, unterwegs zu sein.

\g
Marius
 

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: APROPOS Swen.[a|b]

2003-10-21 Diskussionsfäden Marius Oskandi
On Die, 2003-10-21 at 22:04, Marius Oskandi wrote:
 Hallo!
 
 Nach langem Studium und Scripting bin ich endgültig zu dem Schluss
 gekommen, dass irgendein Depp da draussen diese Liste mit
 Outlook-Express(???) liest, wobei natürlich der liebe Swen.[a|b] schön
 artig die EMail-Adressen herausfiltert.
 
 Nachdem GMX kein Virenschutz anbietet, bin ich also zu Lycos
 gewechselt...:)
 
 Kann ich nur jedem empfehlen, bevor man sich mit Filtern abplagt...
 
 web.de hat das, glaub ich, auch...
 
 Man müsste direkt mal ein IE- bzw. OE-Exploit in so ein Posting
 einbauen, um herauszufinden, wer dieser DEPP ist, der es nicht schafft
 im Internet, ohne Virenscanner und aktuellen Patches, unterwegs zu sein.

bevor es wieder lustig wird...
soll natürlich: mit Virenscanner und aktuellen Patches, heissen. 

\g
Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: APROPOS Swen.[a|b]

2003-10-21 Diskussionsfäden Marius Oskandi
On Die, 2003-10-21 at 22:04, Marius Oskandi wrote:
 Hallo!
 
...
 Man müsste direkt mal ein IE- bzw. OE-Exploit in so ein Posting
 einbauen, um herauszufinden, wer dieser DEPP ist, der es nicht schafft
 im Internet, ohne Virenscanner und aktuellen Patches, unterwegs zu sein.

bevor es wieder lustig wird...
soll natürlich: mit Virenscanner und aktuellen Patches, heissen. 

\g
Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: APROPOS Swen.[a|b]

2003-10-21 Diskussionsfäden Marius Oskandi
On Mit, 2003-10-22 at 04:54, David Hansen wrote:
 On Tue, 21 Oct 2003 22:04:43 +0200 Marius Oskandi wrote:
 
  Nach langem Studium und Scripting bin ich endgültig zu dem Schluss
  gekommen, dass irgendein Depp da draussen diese Liste mit
  Outlook-Express(???) liest, wobei natürlich der liebe Swen.[a|b] schön
  artig die EMail-Adressen herausfiltert.
 
 Die Liste ist auch übers Usenet zu lesen.  Ich denke mal,
 dass das der Grund ist.

Sag ich ja, OE als News-Reader... So ein Blödsinn

\g
Marius
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: SMTP: TCP oder UDP

2003-10-16 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-17 at 01:00, Heiko Schlittermann wrote:
 On Fri, Oct 17, 2003 at 12:03:02AM +0200, Thorsten Haude wrote:
  
  Wird SMTP vor allem mit TCP oder mit UDP benutzt? In welchem
  Verhältnis stehen die beiden Protokolle etwa?

geh ma mal an die grundlagen...

 TCP vs. UDP kann man in einem guten Netzwerkbuch nachlesen.
 Verbindungsorientiert (Stream) vs. Paketorientiert (Datagramm)

...nicht genügend, setzen!

TCP connection-oriented (Ziel muss angekommene Pakete ACKnowledgen)
UDP connectionless (es wird nur das Ziel angegeben, ohne Bestätigung
desselben)

  Wichtig auch: Wie kann man die Antwort oben belegen? Das RFC sagt
  darüber nicht viel, und SMTP kann man auch mit Bongotrommeln

steht sehr wohl drinnen:

RFC0722 - obsoleted by RFC0780 - obsoleted by RFC0788
- obsoleted by RFC0821 - obsoleted by RFC2821:


The SMTP design can be pictured as: 

   +--++--+
   +--+|  ||  |
   | User |--|  |  SMTP  |  |
   +--+|  Client- |Commands/Replies| Server-  |
   +--+|   SMTP   |--|SMTP  |+--+
   | File |--|  |and Mail|  |--| File |
   |System||  ||  ||System|
   +--++--++--++--+
SMTP clientSMTP server


allein dieses Schaubild gibt die antwort:

Es kann nur verbindungsorientiert arbeiten.


  übertragen, so ist das ja gebaut. Gibt es also irgendwo ein Papier,
  das darüber definitive Aussagen macht?
 
 In der /etc/services ist smtp nur für 25/tcp eingetragen.  Was aber noch
 nichts zu sagen hat.

das sagt schon alles!!!

 Eher wichtig scheint mir, daß wahrscheinlich kein bekannter SMTP-Server
 SMTP über UDP unterstützen wird.  Es wäre zu anstrengend für den, der's
 implementieren muß.

ändert sich ja nichts, außer das die pakete nicht bestätigt werden und
somit verstümmelte nachrichten ankommen können...

\g
Marius
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Fundsachen in HomeVZ: mit ls -l ?$2@ und mit echo: ^W$2@

2003-10-16 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-17 at 03:03, Michael Maldener wrote:
 Hallo an alle Linux-user,
 
 Diese Dateien oder Links oder was? 
 ?$2@  und   ^W$2@
 habe ich in meinem HomeVZ (user ich) gefunden.
 
 Wer kann mir sagen, was diese bedeuteten?
 
 Ist da, laesst sich nicht richtiganzeigen, laesst sich nicht loeschen.
 Und ich bin jetzt etwas beunruhigt!
 Ich habe die Dateien jedenfalls nicht vorsaetzlich angelegt.
 Habe versucht alles wesentliche aufzulisten, hoffentlich nicht zuviel.

...

probiers mal mit komplettem quoting:

 rm '\?\$\2\@'
oder
 rm '\?\$2\@'

\g
Marius


-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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)



Reply problem bei dieser Liste

2003-10-10 Diskussionsfäden Marius Oskandi
Hallo!

Mal eine generelle Frage...

Stimmt es, dass diese Mailingliste den Reply-To Header gar nicht setzt?

...macht nämlich alles ziemlich umständlich...

PS: vielleicht weiß ja einer vom debian-support bescheid...

mfg
Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Reply problem bei dieser Liste

2003-10-10 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-10 at 16:33, Udo Müller wrote:
 Moritz Gartenmeister wrote:
  ...macht nämlich alles ziemlich umständlich...
 
  Nein. Vernuenfige MUAs haben List-Reply.[1]
  
  Mozilla hat das nicht. Also ein schönes Reply-To würde ich auch nicht 
  verachten.
 
 Andreas sprach von vernünftigen MUAs.
 
 Nutze procmail und formail, um den Reply-To für die Liste manuell zu setzen.

für einen pop account ist das wohl ziemlich weit über ziel hinaus
geschossen...

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Reply problem bei dieser Liste

2003-10-10 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-10 at 15:55, Maik Holtkamp wrote:
 Hi,
 
 0n 03/10/[EMAIL PROTECTED]:11 Marius Oskandi told me:
 
  Mal eine generelle Frage...
  
  Stimmt es, dass diese Mailingliste den Reply-To Header gar nicht setzt?
 
 Ja.
 
  ...macht nämlich alles ziemlich umständlich...
 
 Nein. Reply-To ist in Mailinglisten Bloedsinn:

geht auch freundlicher

Vielleicht kann mir dann mal einer sagen, wie man fetchmail die
passwörter nicht im klartext übergibt...

Vielen Dank im voraus

Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Reply problem bei dieser Liste

2003-10-10 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-10 at 16:52, Adrian Bunk wrote:
 On Fri, Oct 10, 2003 at 03:11:20PM +0200, Marius Oskandi wrote:
 
  Hallo!
 
 Hallo Marius!

 Das ist persoenliche Ansichtssache, ich z.B. habe es lieber, wenn ich 
 auf Antworten auf Mails von mir ein explizietes Cc bekomme (die beiden 
 Kopien landen bei mir in verschiedenen Mailfoldern).

naja...
Wenn das so ist, mach ich immer ein reply-to-all.
Aber ich weiss nicht ob alle so einen Filter gesetzt haben.

 Wenn jemand von mir keine persoenliche Kopie erhalten moechte kann er in 
 seine Mails ja selber ein Reply-To oder Mail-Followup-To entragen, die 
 beachtet mein MUA dann automatisch.
 
  mfg
  Marius
 
 Gruss
 Adrian
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Reply problem bei dieser Liste

2003-10-10 Diskussionsfäden Marius Oskandi
On Fre, 2003-10-10 at 15:47, Andreas Metzler wrote:
 On Fri, Oct 10, 2003 at 03:11:20PM +0200, Marius Oskandi wrote:

 http://www.unicom.com/pw/reply-to-harmful.html
cu andreas

^- das steht jetzt schon zum 5. mal da

 [1] http://www.ximian.com/support/manuals/evolution_14/x1227.html
  If you're subscribed to a mailing list, and want your reply to go
  just to the list, rather than to the sender, choose Reply to List
  instead of Reply or Reply to All.

Wie geht das gleich nochmal unter GTK, dass man einen shortcut legt?

Oder wie mach ich mir im evolution ein Symbol...

\tia
Marius




-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: /etc/init.d/alsa

2003-09-24 Diskussionsfäden Marius Oskandi
On Mit, 2003-09-24 at 23:25, Andreas Pakulat wrote:
 On 24.Sep 2003 - 21:01:39, Tobias Hilbricht wrote:
  Am Mittwoch, 24. September 2003 18:59 schrieb Frank Terbeck:
   Tobias Hilbricht [EMAIL PROTECTED] wrote:
 Hast du mal ein apt-get remove --purge alsa-base gemacht? Damit werden
 auch Konfig-Files in /etc entfernt. Und danach ein apt-get install
 alsa-base. Wenn das auch nichts bringt, dann kopier dir das
 Alsa-base-Paket in ein temp-Verzeichnis und schick mal die Ausgabe von
 dpkg --contents $alsa-basePaket

warum so umständlich?

# apt-get install --reinstall alsa-base tuts doch auch, oder???


PS:  Warum frisst evolution keine ordentlichen Follow-Up-Replies???
tschuldigung Andreas

Mfg Marius

-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Runlevel ENDLICH SCHLUSS

2003-09-24 Diskussionsfäden Marius Oskandi
Aus dem Linux File Hierarchy Standard
http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/Linux-Filesystem-Hierarchy.html

der FHS 2.2 sieht dort nämlich nichts besonders vor

/etc/init.d


Order of scripts run in /etc/rc?.d
==

0. Overview.

   All scripts executed by the init system are located in /etc/init.d.
   The directories /etc/rc?.d (? = S, 0 .. 6) contain relative links to
   those scripts. These links are named S2-digit-number
   original-name or K2-digit-numberoriginal-name.

   If a scripts has the .sh suffix it is a bourne shell script and
   MAY be handled in an optimized manner. The behaviour of executing the
   script in an optimized way will not differ in any way from it being
   forked and executed in the regular way.

   The following runlevels are defined:

   N   System bootup (NONE).
   S   Single user mode (not to be switched to directly)
   0   halt
   1   single user mode
   2 .. 5  multi user mode
   6   reboot

1. Boot.

   When the systems boots, the /etc/init.d/rcS script is executed. It
   in turn executes all the S* scripts in /etc/rcS.d in alphabetical
   (and thus numerical) order. The first argument passed to the
   executed scripts is start. The runlevel at this point is
   N (none).

   Only things that need to be run once to get the system in a consistent
   state are to be run. The rcS.d directory is NOT meant to replace rc.local.
   One should not start daemons in this runlevel unless absolutely
   necessary. Eg, NFS might need the portmapper, so it is OK to start it
   early in the bootprocess. But this is not the time to start the
   squid proxy server.

2. Going multiuser.

   After the rcS.d scripts have been executed, init switches to the
   default runlevel as specified in /etc/inittab, usually 2.

   Init then executes the /etc/init.d/rc script which takes care of
   starting the services in /etc/rc2.d.

   Because the previous runlevel is N (none) the /etc/rc2.d/KXX
   scripts will NOT be executed - there is nothing to stop yet,
   the system is busy coming up.

   If for example there is a service that wants to run in runlevel 4
   and ONLY in that level, it will place a KXX script in
   /etc/rc{2,3,5}.d to stop the service when switching out of runlevel 4.
   We do not need to run that script at this point.
   
   The /etc.rc2.d/SXX scripts will be executed in alphabetical
   order, with the first argument set to start.

3. Switching runlevels.

   When one switches from (for example) runlevel 2 to runlevel 3,
   /etc/init.d/rc will first execute in alphabetical order all K
   scripts for runlevel 3 (/etc/rc3.d/KXX) with as first argument
   stop and then all S scripts for runlevel 3 (/etc/rc3.d/SXX)
   with as first argument start.

   As an optimization, a check is made for each service to see if
   it was already running in the previous runlevel. If it was, and there
   is no K (stop) script present for it in the new runlevel, there is
   no need to start it a second time so that will not be done.

   On the other hand, if there was a K script present, it is assumed the
   service was stopped on purpose first and so needs to be restarted.

   We MIGHT make the same optimization for stop scripts as well-
   if no S script was present in the previous runlevel, we can assume
   that service was not running and we don't need to stop it either.
   In that case we can remove the coming from level N special case
   mentioned above in 2). But right now that has not been implemented.

4. Single user mode.

   Switching to single user mode is done by switching to runlevel 1.
   That will cause all services to be stopped (assuming they all have
   a K script in /etc/rc1.d). The runlevel 1 scripts will then switch
   to runlevel S which has no scripts - all it does is spawn
   a shell directly on /dev/console for maintenance.

5. Halt/reboot

   Going to runlevel 0 or 6 will cause the system to be halted or rebooted,
   respectively. For example, if we go to runlevel 6 (reboot) first
   all /etc/rc6.d/KXX scripts will be executed alphabetically with
   stop as the first argument.

   Then the /etc/rc6.d/SXX 

kernel 2.6.0-test4

2003-09-15 Diskussionsfäden Marius Oskandi
Wollte mal fragen, ob bei irgendjemandem es auch so ist, dass das der
kernel keine richtige Tasten-Interpretation macht.


D.h.:

bei login mit VANILLA-Kernel

Login: rrrott  (obw. ich jede Taste nur 1x drücke)
Password:
Login incorrect

Login:

hab noch nicht den debian-kernel ausprobiert... mal schauen

Mfg
Marius




-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Probleme mit kernel 2.6.0-test4

2003-09-15 Diskussionsfäden Marius Oskandi
srry...
Schlechter Betreff

Am Mon, 2003-09-15 um 23.52 schrieb Marius Oskandi:
 Wollte mal fragen, ob bei irgendjemandem es auch so ist, dass das der
 kernel keine richtige Tasten-Interpretation macht.
 
 
 D.h.:
 
 bei login mit VANILLA-Kernel
 
 Login: rrrott  (obw. ich jede Taste nur 1x drücke)
 Password:
 Login incorrect
 
 Login:
 
 hab noch nicht den debian-kernel ausprobiert... mal schauen
 
 Mfg
 Marius
 
 
 
 
 -- 
 Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
 --
 UN*X S*X
 {look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
 fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
 --
-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: 'verstärker'für videostream

2003-09-12 Diskussionsfäden Marius Oskandi

 Frage:  Gibt es ein 'CGI' das ich verwenden kann, um von zuhause aus 
 einen Video-Stream (mpeg ?) an ein progi im CGI-Verzeichnis 
 zu senden auf das wiederum mehrere Clients (mindestens 30) 
 zugreifen können ?
 

VLC ist dein Programm der Wahl

a bisserl python oder perl scripting und fertig...:)

 Danke
 Michelle
Bitte
Marius


Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: 2 Netze über 2 Router via VPN verbinden

2003-09-10 Diskussionsfäden Marius Oskandi
Am Mit, 2003-09-10 um 20.14 schrieb Sven Gehr:
  iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.0/24 -j MASQUERADE
  change it to something like:
  iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.0/24 -d \!
192.0.2.128/29
  -j MASQUERADE
 
 Ich benutze den iptables Befehl:
 iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
 
 mir ist nicht ganz klar wie ich diese modifizieren muß bzw. was die
hier 
 verwendete destination, welche auch noch negiert ist bedeutet.
 
 Gruß Sven

iptables -t nat -A POSTROUTING -o eth0 -s 10.0.0.0/24 -d \!
192.0.2.128/29 -j MASQUERADE

-s(ource) bedeutet: alle packets mit quell-IP 10.0.0.* 
-d(estination) bedeutet: alle packets die NICHT \! ziel-IP
192.0.2.127-128 haben

das heisst also, bei -s und -d jeweils die Gegenstellen gegengleich
eintragen (bzw. bei einem Gesamt-Netz einfach die Super-Netmask negiert
eintragen.

hoffe das klappt so.

Marius


-- 
Linux is like a wigwam: No Gates, no Windows, but Apache inside! :-)
--
UN*X S*X
{look;find;talk;grep;touch;finger;find;flex;unzip;mount;workbone;
fsck;yes;gasp;fsck;yes;eject;umount;makeclean;zip;split;done;exit}
--


-- 
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: Farge zu bash_completion

2003-09-09 Diskussionsfäden Marius Oskandi

 
  Noch irgendwelche Ideen?

Ich würde fast sagen, dass die Keymap nicht passt.
War bei mir öfters mal der Fall.

Meistens hat ein abschalten vom NUMLOCK (besonders bei Cygwin)
gereicht...

ansonsten mal ein --reinstall probieren, um die richtigen .confs wieder
zu laden.

Marius



-- 
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: debian-30r1-i386: X-Server für NVIDIA GeForce4 MX 440SE with AGP8, auf ASUS A7V333x

2003-09-09 Diskussionsfäden Marius Oskandi
Das sag ich euch

mit der MaillingListe im CC.  :) kann man gar nicht richtig
antworten

Am Mon, 2003-09-08 um 22.57 schrieb Andreas Pakulat:

 Nein unterliegst du nicht, das Problem ist, das er für eine so neue
 GraKa einen 4.2er XFree Backport für woody braucht und mit dem
 mitgelieferten X11 nicht glücklich wird.
 
 Paket ist dann xserver-xfree86

aus den apt-get repositories

deb http://people.fsn.hu/~pasztor/debian woody xfree

einfach in /etc/apt/sources.list anhängen

oder auch

deb http://people.debian.org/~nobse/debian/woody/experimental/ ./

--
(Verified) XFree86 4.3.0 for woody (Added 2003-07-22, last checked
2003-09-8) (Download as text)
Packages in database: lbxproxy, libdps-dev, libdps1, libdps1-dbg,
libxaw6, libxaw6-dbg, libxaw6-dev, libxaw7, libxaw7-dbg, libxaw7-dev,
...
Architectures: all, i386
-


-- 
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)



Console wechselt auf normal

2003-09-03 Diskussionsfäden Marius Oskandi
Hallo!

Ich wollte einmal wissen, wie man die Datei
/etc/init.d/console-screen.sh umstellt, dass sie nicht mehr auf normal
VGA wechselt, obwohl der Boot-Parameter VGA=extended im LILO gesetzt
ist.

MfG
Marius Oskandi



-- 
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)