Re: Error message from apt-get installation

2011-07-31 Thread Thomas Weinbrenner
On Sun, Jul 31, 2011 at 10:06:51AM +0100, Sharon Kimble wrote:
 Whenever I install a program now with apt-get I get the following
 error message;-
 ===
 Processing triggers for man-db ...
 No protocol specified
 frontend: cannot connect to X server :0
 debconf: unable to initialize frontend: Kde
 debconf: (DISPLAY problem?)
 debconf: falling back to frontend: Dialog
 ===
 and then the installation continues and succeeds. How do I resolve this 
 please?

debconf tries to use KDE, fails and uses dialog instead.

dpkg-reconfigure debconf and choose the dialog interface (or
whatever you want to use).








-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110731092423.ga14...@tweinbrenner.net



Re: Debian mitwirken

2009-04-14 Thread Thomas Weinbrenner
Faruk faruk.gue...@mci.edu writes:

 ich bin linux sysadmin wobei ich erst seit 1,5 jahren wirklich damit
 arbeite.  da ich ein fan von debian bin und es auch in meiner
 interesse liegt was dazu zu lernen würde ich gerne bei debian
 mitwirken ...

 würde mich sehr über diesbezügliche infos freuen

http://www.debian.org/intro/help

Übrigens ist das hier die englischsprachige Maillingliste. 
Wenn du auf deutsch schreiben möchtest, dann wäre debian-user-german
geeigneter.
http://lists.debian.org/debian-user-german/


-- 
Thomas Weinbrenner

Email: tho...@thomas-weinbrenner.de / Jabber: weinbren...@jabber.ccc.de
PGP-Key: 0x23D6AA94 (encrypted communication preferred)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: How can I install mencoder on Lenny?

2009-03-24 Thread Thomas Weinbrenner
Csanyi Pal csanyi...@gmail.com writes:

 If I can to install mencoder from http://debian-multimedia.org/ then
 what to put in sources.list and mayhep what keyring to install?

 Any advices will be appreciated!

My advice is to read what's written on http://debian-multimedia.org/.

Because these questions are answered there.

-- 
Thomas Weinbrenner

Email: tho...@thomas-weinbrenner.de / Jabber: weinbren...@jabber.ccc.de
PGP-Key: 0x23D6AA94 (encrypted communication preferred)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: security risk of having a long list of services in inetd

2008-08-30 Thread Thomas Weinbrenner
Paul Dufresne [EMAIL PROTECTED] schrieb:
 From: Paul Dufresne [EMAIL PROTECTED]
 Looking to /etc/services, I found that Debian seems to like to have a
 very big file with all known services rather than just add the
 services needed. I don't even knows if other distributions does just
 add the needed services.

 That file is just a mapping of service names and ports, it has no relation
 to services that are actually running.

 Yes, I know. But as I see it, each mapping is like a *possible* door
 to the Internet.

No, each *port* is like a possible door to the internet. /etc/services
is just a way to give ports names, regards if those ports are used or
not.

 When there is so much, it become too hard to look at each door to see
 if there is a program behind, and if it does what it should.

netstat -plunt will show you exactly which programs are listening on
which port.


Thomas Weinbrenner
-- 
Freiheit statt Angst 2008 -- Groß-Demonstration in Berlin!
Samstag, 11. Oktober 2008 um 14 Uhr am Alexanderplatz
http://www.freiheitstattangst.de


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



Re: Mutt Config Help

2007-10-29 Thread Thomas Weinbrenner
Jeff Grossman wrote:
 I am using Mutt with my Maildir mail setup.  I want it so that when I 
 delete a message it goes into my Deleted Items folder instead of just 
 getting deleted.  I have done some research and found the following macros:

 macro index d s=Trash\n move message to trash
 macro pager d s=Trash\n move message to trash


 But, I have not been able to figure out how to put Deleted Items in there 
 instead.  If I do this:

 #macro index d s='.Deleted Items\n move message to trash
 #macro pager d s='.Deleted Items\n move message to trash


 It was to create a new folder called DeletedItems (no space).  Any ideas?

I don't know which version of mutt you are using, but the newer debian
packages (those in lenny and sid) include a trash patch, which
allows you to forget those macros and instead use this in your muttrc:

set trash==.Deleted Items

I tested it and it creates the folder with a space.

-- 
Thomas Weinbrenner


signature.asc
Description: Digital signature


Re: sources.list urls for Etch

2007-02-03 Thread Thomas Weinbrenner
[EMAIL PROTECTED] wrote:
 I have Etch and got my systems (laptop and desktop) running nicely.
 I an still realitively new to Debian/Linux and love it.
 I understand Etch is frozen and will soon be the stable version.
 I want to make sure I have the correct urls in my sources.list file.

 This is what I have now:

 deb http://mirrors.kernel.org/debian/ testing main
 deb-src http://mirrors.kernel.org/debian/ testing main

 deb http://security.debian.org/ testing/updates main

 I looked every where and cannot find anything conclusive.

deb http://mirrors.kernel.org/debian etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free

That's all you need. 
By using etch instead of testing you make sure that you really get
etch - otherwise you would get the new testing distribution once etch
is stable.
You only need an deb-src entry if you want to do something with the
sources like building your own packages.

-- 
Thomas Weinbrenner


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



Re: Mount or mount-aes

2007-02-01 Thread Thomas Weinbrenner
David Baron wrote:
 The latest and greatest ddclient on Sid wants initscripts which wants mount.
 mount conflicts with mount-aes which replaces mount.

 So this upgrade would replace the mount-aes currently installed with mount.

 The dialog talks about removing mount-aes is something that should not be 
 done 
 (but mount provides the same tools).

 Which one should be kept?

What is mount-aes and where did you get it? There is no Debian package
with this name.

If it is a mount for loop-AES, then you should use the loop-aes-utils
package, which doesn't conflict with mount.

-- 
Thomas Weinbrenner


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



Re: Befehl rm umbenennen ohne Root-Rechte

2006-11-17 Thread Thomas Weinbrenner
Christoph Grzeschik schrieb:

[...]
 Da ich mir jedoch nicht jetzt angewöhnen will ständig del 
 statt rm einzugeben will ich, dass rm mein neues Kommando ausführt. Bei 
 mir zu Hause würde ich einfach das Originale rm in del umbenennen und 
 mein Skript in rm umbenennen und auf das umbenannte rm zugreifen 
 lassen. Allerdings habe ich hier in der Uni keine Root-Recht und kann 
 deswegen nicht auf den Ordner /bin zugreifen. Wie würde ich das hier 
 machen?

alias rm=del

-- 
Thomas Weinbrenner



Re: Wo ist mein Denkfehler - apt pinning

2006-03-15 Thread Thomas Weinbrenner
Evgeni Golov wrote:
 ich wollte grade auf einer Sarge Kiste Etch in die sources.list
 eintragen, weil ich da n Paket backporten wollte. Im Grunde nix
 schlimmes, etch inne sources.list und /e/a/preferences anpassen - siehe
 da, das war schon erledigt:

 Package: *
 Pin: release a=stable
 Pin-Priority: 900

 Package: *
 Pin: release a=testing
 Pin-Priority: 200

 Package: *
 Pin: release a=unstable
 Pin-Priority: 100

 Nach meinem Verständnis müsste jetzt Sarge 900 kriegen, und Etch 200.
 Aber Pustekuchen:

 apt-cache policy python
 python:
   Installed: 2.3.5-2
   Candidate: 2.3.5-5
   Version Table:
  2.3.5-5 0
 500 ftp://ftp.de.debian.org etch/main Packages
  *** 2.3.5-2 0
 500 ftp://ftp.de.debian.org sarge/main Packages
 100 /var/lib/dpkg/status

 Wo ist mein Denkfehler bei der ganzen Sache? Habs auch mit stable bzw
 testing in der sources.list probiert - gleiches Ergebnis.

Welche Version von apt verwendest du? 

Mir ist da im Changelog nämlich was aufgefallen:
,[ /usr/share/doc/apt/changelog.gz ]
| apt (0.6.10) experimental; urgency=low
| 
|   * Use Codename (woody, sarge, etc.) to supply the value of the
| Archive package file attribute, used to match release a= type
| pins, rather than Suite (stable, testing, etc.)
`

Demnach müßte man für apt=0.6.10 also so was wie Pin: release a=etch
verwenden.

-- 
Thomas Weinbrenner


pgpo47oqJhi3w.pgp
Description: PGP signature


Re: nvidia-glx meint xserver-common 4.3 needed, aber 6.2.x drauf

2005-12-19 Thread Thomas Weinbrenner
Lars Schimmer wrote:
[...]
 Nur das nvidia-glx Paket meint, es bräuchte das xserver-common Paket =
 4.3. Ich habe aber das von xOrg mit 6.2.x drauf.
 Irgendwelche Tips?

Gibt es wirklich eine Fehlermeldung bei der Installation des Paketes
oder hast du nur die Paketbeschreibung gelesen?
Eigentlich sollte es keine Probleme geben, da 6.8.2 = 4.0.3 ist.

-- 
Thomas Weinbrenner


pgpIXHUNlJwAJ.pgp
Description: PGP signature


Re: Spam (.gz) durchsuchen

2005-12-19 Thread Thomas Weinbrenner
Al Bogner schrieb:
 Ich möchte in meinen Spammails, die als .gz komprimiert sind, nach bestimmten 
 Textstellen suchen. kann ich das direkt mit einer Pipe für alle Spammails 
 machen, oder muss ich jedes Mail vorher einzeln entpacken?

Ich würde einfach zgrep verwenden.

,[ man zgrep ]-
| NAME
|zgrep - search possibly compressed files for a regular expression
| 
| SYNOPSIS
|zgrep [ grep_options ] [ -e ] pattern filename...
| 
| DESCRIPTION
|Zgrep  is  used to invoke the grep on compress'ed or gzip'ed
|files. All options specified are passed directly to grep.[...]  
`

-- 
Thomas Weinbrenner


-- 
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: IMAP and Sieve

2005-11-15 Thread Thomas Weinbrenner
Caleb Walker wrote:
 I am not finding much info out there on Sieve but I am wondering if anyone 
 knows where my breakdown is occurring.  I am using Cyrus imap with 
 spamassassin, procmail, squirrelmail, and postfix.  I use cyrdeliver to 
 deliver mail out of procmail.  I am wondering if using cyrdeliver prevents 
 Sieve from working.  I have this script:

 header :contains List-Id debian-user.lists.debian.org
 {
 fileinto INBOX.Storage.Debian-User;
 stop;


 which does not work.  I am not finding any errors either except those that 
 state that my user account was authenticated.  Any ideas out there?

| require fileinto;
| 
| if header :contains List-Id debian-user.lists.debian.org {
| fileinto INBOX.Storage.Debian-User;}

What should happen to the other Emails?

| else {
|keep ; # If you want them in your INBOX.
or
|discard ; # Drops your message silently.
| }

-- 
Thomas Weinbrenner


pgpzQ3r2jgfC6.pgp
Description: PGP signature


Re: INotify Enabled in 2.6.13?

2005-10-26 Thread Thomas Weinbrenner
Rick Friedman wrote:
 Now that I have installed the experimental deb package for
 linux-image-2.6.13-k7 I have just one question...

 Has Debian enabled Inotify in this kernel image by default? 

Do a grep INOTIFY /boot/config-2.6.13-1-k7 and you will know the
answer.

-- 
Thomas Weinbrenner


pgpGTNAPWBE1H.pgp
Description: PGP signature


Re: IDE hdd faster than sata? How come?

2005-10-24 Thread Thomas Weinbrenner
Bruno Buys wrote:
 How good is hdparm benchmark for sata? What am I missing here?

 frank:/home/bruno# hdparm -Tt /dev/sda

 /dev/sda:
 Timing cached reads:   2368 MB in  2.00 seconds = 1183.00 MB/sec
 Timing buffered disk reads:  170 MB in  3.01 seconds =  56.56 MB/sec

 Does anybody have a clue?

What drive speed did you expect? 
I think 56 MB/s looks good.

-- 
Thomas Weinbrenner


pgpzpGoXrDGpo.pgp
Description: PGP signature


Re: Synaptic Package Manager read failure

2005-10-18 Thread Thomas Weinbrenner
J Merritt wrote:
 I was attempting to work with the repository list in
 Synaptic. After disabling the two Sarge DVD entries
 (contrib main), re-enabling them, and reloading the
 deb list, I keep getting an error message that won't
 go away. If I recheck the two entries on, it still
 produces the same message, which is:

 W: Couldn't stat source package list cdrom://[Debian
 GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-2
 (20050607)] unstable/contrib Packages
 (/var/lib/apt/lists/Debian%20GNU_Linux%203.1%20r0a%20%5fSarge%5f%20-%20Official%20i386%20Binary-2%20(20050607)_dists_unstable_contrib_binary-i386_Packages)
 - stat (2 No such file or directory)
[...]

Delete the entries and use apt-cdrom add to add the DVDs to the list.

-- 
Thomas Weinbrenner


pgpC5lyP4LF9s.pgp
Description: PGP signature


Oggenc und Minimum/Maximum Bitrate

2005-10-11 Thread Thomas Weinbrenner
Hallo,
ich wollte heute zum ersten Mal beim Erzeugen von OGG-Dateien eine
minimale und maximale Bitrate vorgeben und war erstaunt, als ich keinen
Ton hörte.

Nach einigem Experimentieren stellte ich folgendes fest:

,
| % oggenc -q 6 -m 104 -M 216 -o Test_Q6-mM.ogg 1.wav
| Enabling bitrate management engine
| Opening with wav module: WAV file reader
| Encoding 1.wav to 
|  Test_Q6-mM.ogg 
| at quality level 6,00 using constrained VBR (min 104 kbps, max 216 kbps)
| [100,0%] [ 0m00s remaining] /
| 
| Done encoding file Test_Q6-mM.ogg
| 
| File length:  4m 27,0s
| Elapsed time: 1m 59,9s
| Rate: 2,2344
| Average bitrate: 1,0 kb/s
`

Man beachte die tolle Bitrate von 1 kb/s.

,
| % oggenc -q 6 -M 104 -m 216 -o Test_Q6-Mm.ogg 1.wav
| Enabling bitrate management engine
| Opening with wav module: WAV file reader
| Encoding 1.wav to 
|  Test_Q6-Mm.ogg 
| at quality level 6,00 using constrained VBR (min 216 kbps, max 104 kbps)
| [100,0%] [ 0m00s remaining] /
| 
| Done encoding file Test_Q6-Mm.ogg
| 
| File length:  4m 27,0s
| Elapsed time: 1m 59,6s
| Rate: 2,2389
| Average bitrate: 202,8 kb/s
`

Ich finde es verwirrend, daß die minimale Bitrate größer als die
maximale seien soll. Ist das ein Bug im Programm oder vielleicht in der
Dokumentation? (Wenn man minimale Bitrate als Bitrate bei minimaler
Kompression und umgekehrt interpretiert, dann würde es ja stimmen.)

Falls es wichtig ist: vorbis-tools 1.0.1-1.5 (sid)

-- 
Thomas Weinbrenner


pgpBYaI75klDu.pgp
Description: PGP signature


Re: losetup: LOOP_SET_STATUS: Invalid argument

2005-09-25 Thread Thomas Weinbrenner
Wolf Wiegand wrote:
 ich probiere gerade
 http://www.pl-berichte.de/t_system/loop-aes.html#ToC3 nachzuvollziehen
 (Einrichtung eines verschlüsselten Containers). Leider bekomme ich bei
 losetup folgende Fehlermeldung: 

 # echo 09876543210987654321 | losetup -p 0 -e des /dev/loop1 /tmp/container
 ioctl: LOOP_SET_STATUS: Invalid argument

[...]
 Hat jemand eine Tipp für mich, was ich noch probieren könnte? Das ganze
 läuft unter Debian Sarge, Kernel 2.6.12.1.

Hast du das Paket loop-aes-utils (bzw. ein selbstgepatchtes util-linux)
installiert?

-- 
Thomas Weinbrenner


pgpciI8Gd1FJj.pgp
Description: PGP signature


Re: losetup: LOOP_SET_STATUS: Invalid argument

2005-09-25 Thread Thomas Weinbrenner
Wolf Wiegand wrote:

 ich probiere gerade
 http://www.pl-berichte.de/t_system/loop-aes.html#ToC3 nachzuvollziehen
 (Einrichtung eines verschlüsselten Containers). 
[..]
 Dito mit -e AES128 sowie -e none, CONFIG_BLK_DEV_CRYPTOLOOP ist im
 Kernel aktiviert, die Module aes_i586 und des sind geladen. 

Wozu brauchst du CONFIG_BLK_DEV_CRYPTOLOOP?
Vermischst du da eventuell verschiedene Verschlüsselungssysteme?

Wenn du loop-AES verwendest, dann brauchst du das nicht und solltest
auch den Loopback device support maximal als Modul, keinesfalls aber
fest einkompilieren. loop-AES baut sich ein eigenens loop-Modul, welches
das des Kernels ersetzt.

-- 
Thomas Weinbrenner


pgplkrrGzuz4U.pgp
Description: PGP signature


Re: losetup: LOOP_SET_STATUS: Invalid argument

2005-09-25 Thread Thomas Weinbrenner
Wolf Wiegand wrote:
 On Sun, Sep 25, 2005 at 07:51:10PM +0200, Thomas Weinbrenner wrote:
[...]
  Wenn du loop-AES verwendest, dann brauchst du das nicht und solltest
  auch den Loopback device support maximal als Modul, keinesfalls aber
  fest einkompilieren. loop-AES baut sich ein eigenens loop-Modul, welches
  das des Kernels ersetzt.
  
 Wieso soll ich den normalen Loopback device support als Modul kompilieren? 
 Das Modul wäre hier dann trotzdem ständig geladen (weil ich es für andere
 Sachen brauche), da kann ich es auch gleich fest im Kernel lassen. Das
 loop-Modul von loop-AES, das ist aber kein Kernel-Modul, oder? 

Doch, das ist ein Kernel-Modul. Das README von loop-AES besteht sogar
auf CONFIG_BLK_DEV_LOOP=n, aber zumindest im Falle der Debianpakete
funktioniert es auch mit CONFIG_BLK_DEV_LOOP=m, dann wird bei der
Installation das Originalmodul beiseite geschoben (dpkg-divert).
Nur wenn Loopback fest im Kernel einkompiliert ist, dann sollte es nicht
funktionieren.

Natürlich kannst du mit dem loop-AES-Modul auch alle deine anderen
Sachen machen.

-- 
Thomas Weinbrenner


pgpEilBF461GQ.pgp
Description: PGP signature


Re: apt-key

2005-09-22 Thread Thomas Weinbrenner
Rodney D. Myers wrote:
 What package has apt-key?

apt-key is part of the apt package.

-- 
Thomas Weinbrenner


pgpmmxUmidH6Y.pgp
Description: PGP signature


Re: apt-key

2005-09-22 Thread Thomas Weinbrenner
Florian Ernst wrote:
 On Thu, Sep 22, 2005 at 07:48:13PM +0200, Thomas Weinbrenner wrote:
  Rodney D. Myers wrote:
   What package has apt-key?
  
  apt-key is part of the apt package.

 Not in testing, which is what the OP is asking.

 apt-key has been part of apt since 0.6.0, and this branch currently
 can only be found in unstable/Sid. When using plain Debian, that is.

Sorry, I hadn't checked that. I'm using sid and since apt 0.6 has
been there for some time I assumed that it had already reached testing.

-- 
Thomas Weinbrenner


pgpTf9oLsg9dn.pgp
Description: PGP signature


Re: DVD-RAM Schreibzugriff EXTREM langsam

2005-09-09 Thread Thomas Weinbrenner
nullman wrote:
 Ich habe ein DVD-RAM-Laufwerk (LG) in meiner Debian Sarge-Kiste.

[...]

 /dev/hdd/media/dvdram   ext2rw,user,noauto,sync 0   0

Wäre es nicht sinnvoll auch noch noatime als Option anzugeben?

 ich komme nie über einen Durchsatz von 140 kB/s, was es naheu
 unmöglich mach das Laufwerk sinnvoll zu nutzen.

Ist bei dir hal installiert? Wenn ja, dann stop den doch mal und teste
dann die Geschwindigkeit. Ich habe gehört, daß es da Probleme geben
soll.

-- 
Thomas Weinbrenner


pgpydx9HBYMH2.pgp
Description: PGP signature


Re: what about sarge1 ??

2005-08-24 Thread Thomas Weinbrenner
Roberto C. Sanchez wrote:
 On Thu, Aug 25, 2005 at 12:17:24AM +0200, mess-mate wrote:
  i've yet packages ended with sarge1 !
  What is going exactly bu debian ?

 Those are packages that were uploaded directly into Sarge (as opposed to
 unstable) to correct security vulnerabilities.

But why are some of these packages in Sid?

,
| % apt-cache policy kdvi
| kdvi:
|   Installiert:4:3.3.2-2sarge1
|   Mögliche Pakete:4:3.3.2-2sarge1
|   Versions-Tabelle:
|  4:3.4.1-1 0
|   1 http://ftp.debian.org experimental/main Packages
|  *** 4:3.3.2-2sarge1 0
| 990 http://ftp.debian.org sid/main Packages
| 100 /var/lib/dpkg/status
`

-- 
Thomas Weinbrenner


pgp1ruRkC2GFA.pgp
Description: PGP signature


Re: Sieveshell: Keine Anmel dung möglich

2005-08-22 Thread Thomas Weinbrenner
Dirk Gawronska schrieb:
  ich bekomme keinen Zugriff auf Sieve (der Cyrus-Server selbst
  funktioniert perfekt). Beim Versuch, ein Regelwerk über sieveshell zu
  laden, passiert folgendes:

sonne:~# sieveshell -u root localhost
connecting to localhost
unable to connect to server at /usr/bin/sieveshell line 174.

  Auch ein Zugriff über websieve klappt nicht:

System Error: unable to connect to server: sasl mech list empty

Ist das Paket libsasl2-modules installiert?

-- 
Thomas Weinbrenner


pgpYRXa0Ud8ZP.pgp
Description: PGP signature


Re: Those disabled goodies in mplayer

2005-08-06 Thread Thomas Weinbrenner
John Hasler wrote:
 Brice Méalier writes:
  Personally I am fine with it and I trust his decisions. At least it works
  like that and does it well.

 When did you last upgrade it?  Do you run Unstable?  When I try to install
 Mplayer I get this:

   toncho/~ 5 sudo apt-get install mplayer-586
   Reading Package Lists... Done
   Building Dependency Tree... Done
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.

   Since you only requested a single operation it is extremely likely that
   the package is simply not installable and a bug report against
   that package should be filed.
   The following information may help to resolve the situation:

   The following packages have unmet dependencies:
 mplayer-586: Depends: libbio2jack0 but it is not going to be installed
  Depends: libjack0.80.0-0 (= 0.99.0) but it is not 
 installable
  Depends: slang1 ( 1.4.9dbs-4) but 1.4.5-1 is to be installed
   E: Broken packages

That problem again. :-(

You have to change the line in /etc/apt/sources.list from

 deb ftp://ftp.nerim.net/debian-marillat/ unstable main

to 

 deb ftp://ftp.nerim.net/debian-marillat/ sid main


Then you get a newer version of mplayer-586. 

-- 
Thomas Weinbrenner


pgpq9zLVv8ZUF.pgp
Description: PGP signature


Re: Paketsystem - Nur Probleme :(

2005-08-02 Thread Thomas Weinbrenner
Marcel Gschwandl wrote:
 dvdstyler ist nicht in Sid sondern in Christian Marillat's Repository
 (deb ftp://ftp.nerim.net/debian-marillat/ unstable main)

Wie man auf http://debian.video.free.fr/ nachlesen kann sollte man hier
nicht mehr unstable,testing oder stable verwenden, da die Dateien in
den Verzeichnissen nicht mehr aktualisiert werden.
Verwende stattdessen deb ftp://ftp.nerim.net/debian-marillat/ sid main. 

-- 
Thomas Weinbrenner


pgpE3OqcJP4HM.pgp
Description: PGP signature


Re: DVD-Laufwert installieren

2005-07-30 Thread Thomas Weinbrenner
Benjamin von Engelhardt schrieb:

 habe jetzt schon stundenlang gegoogelt und nichts grfunden. 
 Ich habe DVD-Laufwerk eingebaut als /dev/hda (1. Master), schaffe es aber
 nicht, eine eingelegte CD zu mounten. Vielleicht ist es auch kaputt, ich
 denke aber eher, ich mache etwas falsch. 
 ich erhalte:
 # mount -t iso9660 /dev/dvd /mnt/dvd
 mount: /dev/dvd is not a valid block device

/dev/dvd ist ein Link auf /dev/hda?

 ein grep ergiebt:
 # grep -Ei 'dvd' /var/log/dmesg
 hda: SAMSUNG DVD-ROM SD-616F, ATAPI CD/DVD-ROM drive

 und

 # ls -l /dev/hda
 brw-rw  1 root disk 3, 0 2002-06-20 00:13 /dev/hda

 muss ich da vielleicht irgendetwas ändern?

chown root.cdrom /dev/hda

 da ich einen 2.6.12.8-Kernel habe, habe ich keine besonderen Module geladen.

Ein selbstkompilierter Kernel? Fehlen vielleicht irgendwelche wichtigen
Optionen? (z.B. CONFIG_BLK_DEV_IDECD oder CONFIG_ISO9660_FS)

-- 
Thomas Weinbrenner


pgpdBU29FsG8b.pgp
Description: PGP signature


Re: regex Problem mit logcheck

2005-07-30 Thread Thomas Weinbrenner
Stefan Muthers wrote:

 ich verstehe eines nicht:
 Ich möchte logcheck meine exim/mainlog files durchsuchen lassen, dabei
 aber Einträge wie 

 2005-07-30 22:30:03 Start queue run: pid=27747

 rausfiltern. 
 Einfach dachte es, schließlich stehen mir ja alle Möglichkeiten
 regulärer Ausdrücke von Perl offen. 

Nein. Logcheck ist ein Bash-Skript das zum suchen egrep verwendet, du
kannst also nur reguläre Ausdrücke wie sie in der grep-Manpage stehen
verwenden.

-- 
Thomas Weinbrenner


pgpglchMlcyKA.pgp
Description: PGP signature


Re: Repository f. transcode 1.0

2005-07-29 Thread Thomas Weinbrenner
Wladimir Boger wrote:
 Am Freitag, 29. Juli 2005 00:02 schrieb Al Bogner:
  Gibt es ein fertiges Paket für  transcode 1.0?

 z.B. hier:
 deb ftp://ftp.nerim.net/debian-marillat/ stable main
 deb ftp://ftp.nerim.net/debian-marillat/ testing main
 deb ftp://ftp.nerim.net/debian-marillat/ unstable main

Aufgrund dieses Threads hab ich mich gerade mal auf ftp.nerim.net
umgesehen. Seltsamerweise sind stable,testing und unstable im Falle von
debian-marillat *keine* Symlinks auf sarge, etch und sid sondern eigene
Verzeichnisse, deren Packages-Dateien nicht mehr aktualisiert werden.
Solange das nicht behoben ist sollte man lieber 

deb ftp://ftp.nerim.net/debian-marillat/ sarge main
deb ftp://ftp.nerim.net/debian-marillat/ etch main
deb ftp://ftp.nerim.net/debian-marillat/ sid main

verwenden. Dann werden auch die aktuellen Pakete wie transcode 1.0
installiert.

-- 
Thomas Weinbrenner


pgpwhy2ER2jgM.pgp
Description: PGP signature


Re: Repository f. transcode 1.0

2005-07-29 Thread Thomas Weinbrenner
Thomas Weinbrenner wrote:

[...]

 Seltsamerweise sind stable,testing und unstable im Falle von
 debian-marillat *keine* Symlinks auf sarge, etch und sid sondern eigene
 Verzeichnisse, deren Packages-Dateien nicht mehr aktualisiert werden.

Gerade gefunden:
,[ http://debian.video.free.fr/ ]-
| 26/06/2005 :
| [...]
| Also my repository still contains the old (stable,testing,unstable)
| directories and users will certainly never see the new changes because
| the primary repository is mirrored with wget.
|
| 12/06/2005 :
| New directories names. Now stable is sarge, testing is etch and unstable
| is sid. Please update your sources.list
`
-- 
Thomas Weinbrenner


pgpesRT0zwqby.pgp
Description: PGP signature


Re: Where is the FTP site for Sarge, please?

2005-07-12 Thread Thomas Weinbrenner
Benjamin Sher wrote:
 So, I am willing to download the CD image by FTP. But I 
 have tried several times to find the iso image and have 
 failed. I tried ftp.debian.org and cdimages.debian.org and I 
 just can't find the iso image. 

http://cdimage.debian.org/debian-cd/3.1_r0a/i386/iso-cd/

-- 
Thomas Weinbrenner


pgp6aGCLfwW16.pgp
Description: PGP signature


Re: Up to date Debian package

2005-07-09 Thread Thomas Weinbrenner
Hans du Plooy wrote:

 Anybody know where I can get up to date amavisd-new packages for Debian
 (running Etch)?  The packages referred to on the amavisd-new site are
 the same ons that ship with Etch/Sid, which are old (2003 vintage).

 Any links or pointers on how to build a debianized amavisd-new package
 would be appreciated.

There is a new version in experimental.
http://packages.debian.org/experimental/mail/amavisd-new

-- 
Thomas Weinbrenner


pgpuvUD3BNoXV.pgp
Description: PGP signature


Re: Sarge: This version of the ClamAV engine is outdated.

2005-07-08 Thread Thomas Weinbrenner
Daniel Leidert wrote:

 Du hast dem OP ein Paket mit einem Exploit empfohlen. 

Tja, das kann vorkommen. Soll ich bei jedem Programm erst den Quellcode
überprüfen, bevor ich etwas empfehle? :-)

 In dem Fall ist das Problem noch nicht so schwerwiegend, wie ein
 möglicher remote Root-Exploit, demonstriert aber die Schwäche des
 Volatile-Projekts.

Falls der Fehler wirklich noch vorliegt wird, dann wird das ja wohl in
der nächsten Version behoben werden.

 Volatile mag nützlich sein, um z.B.  debian-keyring in Sarge aktuell
 zu halten. Da es aber ansonsten nicht offiziell zu Debian gehört und
 damit nicht in die Struktur eingebunden ist, können jederzeit
 Sicherheitsprobleme auftreten, die man mit offiziellen Sarge-Paketen
 nicht hätte.

Im Gegensatz zu Problemen, die man durch offizielle Pakete hat? 

,[ news:[EMAIL PROTECTED] ]-
| Ich hab's aufgegeben, Debian zu erklären, dass ihr leafnode-1.9.19 Müll
| ist. Der Maintainer weiß das, sieht aber seine Hände gebunden. Dass
| leafnode-1.9.19 kritische Fehler hat, die durch Update behoben werden
| können, reicht nicht für'n Update. backports.org und die Seite des
| Maintainer sind out-of-date.
`

-- 
Thomas Weinbrenner


pgpxErtUP1o0t.pgp
Description: PGP signature


Re: which package contains libXxf86dga.so.1

2005-07-08 Thread Thomas Weinbrenner
Stephen R Laniel wrote:
 On Fri, Jul 08, 2005 at 05:45:00PM +0100, belahcene wrote:
  gmplayer: error while loading shared libraries: libXxf86dga.so.1: cannot 
  open shared object file: No such file or directory

[apt-file]

 When I run that apt-file command on my system, I get

 libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1
 libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1.0
 libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1
 libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1.0

 So you need the libxxf86dga1 package.

Which is not part of sarge. (I guess you have an repository with X.org
packages in your sources.list)

bela, there are unofficial(!) mplayer packages for Debian. You have to add 
 
 deb ftp://ftp.nerim.net/debian-marillat/ sarge main

to /etc/apt/sources.list, then you can install mplayer. 

-- 
Thomas Weinbrenner


pgpHa32CysYhV.pgp
Description: PGP signature


Re: Sarge: This version of the ClamAV engine is outdated.

2005-07-07 Thread Thomas Weinbrenner
Daniel Leidert wrote:

 Volatile ist _kein(!)_ offizieller Teil des Debian-Projekts und mit
 Backports vergleichbar! Der Einsatz sollte daher gründlich überlegt und
 abgewogen werden. Im Falle von ClamAV sehe ich nicht unbedingt
 Handlungsbedarf. In diesem speziellen Fall kann der OP sich sogar selbst
 ins Knie schießen. Die Volatile-Pakete werden aus den Sid-Quellen
 gebaut. In Sid wurde aber ein Fehler, der für einen DoS genutzt werden
 kann, noch gar nicht gefixt. 

Ach ja?

 Dagegen wurden die Pakete auf security.d.o gepatcht. Die
 Volatile-Pakete beherbergen also aktuell eine
 Sicherheitslücke
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316401).

Schauen wir mal:

| iDefense discovered several vulnerabilities in ClamAV ( 0.86) allowing
 ^^ 
| attackers to cause a Denial of Service condition.

Aktuelle Clamav-Version in Sid:  0.86.1-2
Aktuelle Clamav-Version in Volatile: 0.86.1-0volatile2

Wo ist das Problem?

-- 
Thomas Weinbrenner


pgpYBFxWWbaGW.pgp
Description: PGP signature


Re: Sarge: This version of the ClamAV engine is outdated.

2005-07-06 Thread Thomas Weinbrenner
Christian Schulte wrote:
  ein installierter clamav-daemon unter sarge meldet bei der 
  Installation:

[...]
  LibClamAV Warning: ***  This version of the ClamAV engine is outdated. 
[...]

  Wie halte ich die clamav Pakete auf dem aktuellen Stand ohne weitere 
  Quellen in sources.list eintragen zu müssen ? 

Geht nicht. Zumindest eine weitere Quelle müßtest du schon eintragen.

  Ich dachte bisher, dass bei einer stable Installation regelmässig
  Sicherheitsupdates bereitgestellt werden. Wäre das nicht ein
  Sicherheitsupdate ? 

Nein. Ein Sicherheitsupdate gibt es, wenn in der vorhandenen Version ein
Fehler gefunden würde, wie z.B.
http://www.debian.org/security/2005/dsa-737

Aber auch im Fall eines Sicherheitsupdates wird der Fehler in der
in Sarge vorhandenen Version des Programmes gefixt, es wird keine neuere
Version des Programmes angeboten.

Was du brauchst ist http://volatile.debian.net/, dort gibt es aktuelle
clamav-Pakete für sarge.

-- 
Thomas Weinbrenner


pgpKnhHydpYoL.pgp
Description: PGP signature


Re: Fetchmail verschiedene Zeiten?

2005-07-05 Thread Thomas Weinbrenner
Andreas Krummrich wrote:

  ich rufe auf meinem Mailserver alle 60 Sekunden einige POP Konten ab. 

Meine Güte, gibt es wirklich Mail, die so dringend ist? :-)

  Darunter auch noch ein Web.de Konto. Hier gibt es ja diese 10 Minuten 
  Sperre, für alle die nicht extra dafür bezahlen wollen.
  Hier nun die Frage, ob man dem Fetchmail angeben kann, verschiedene 
  Intervalle beim Abrufen zu verwenden?!? 

Ja, das kann man. Wenn du fetchmail als Daemon laufen hast, dann füg in
die fetchmailrc für das web.de-Postfach die Option interval 10 hinzu.
Dann wird fetchmail nur noch bei jedem 10. mal versuchen dieses Postfach
abzurufen. (Klappt nur wenn fetchmail als Daemon läuft!)

-- 
Thomas Weinbrenner


pgpJ6Ig0NJynJ.pgp
Description: PGP signature


Re: can't switch to virtual console

2005-07-04 Thread Thomas Weinbrenner
[EMAIL PROTECTED] wrote:
 I'm not sure if it's debian or keyboard or X issue,but however...I'll
 really appreciate your help.
 I'm using Debian testing with 2.6.11-rc3 kernel,every time when the
 mashine boot I'm logging into the X server,and after this I can't
 switch anymore to the other virtual consoles using Ctrl+Alt+F1...F6.Do
 you have any idea is there an option in the kernel configuration I'm
 omiting,or anything that I had made wrong?

Do you have the DontVTSwitch option in your /etc/X11/XF86Config-4?

,[ man XF86Config-4 ]-
| Option DontVTSwitch  boolean
|   This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to
|   one  of  the  numbered  function keys).   That  sequence  is  normally
|   used to switch to another virtual terminal on operating systems that
|   have this feature.  When this option is enabled, that key sequence has
|   no special meaning  and  is passed to clients.  Default: off 
`

-- 
Thomas Weinbrenner


pgpSQKYn1cQ6E.pgp
Description: PGP signature


Re: Kein Swap ?!

2005-07-03 Thread Thomas Weinbrenner
Malte Schirmacher wrote:
  Der Problem ist dies: es wird kein Swapspace benutz obwohl er 
  vorhanden  ist und in der /etc/fstab eingetragen ist:

  # /etc/fstab: static file system information.
  #
  # file system mount point   type  options   dump 
pass
  /dev/hda1   /   ext3defaults0   0
  /dev/hda2   noneswapsw  0  
   0

[...]

  (parted) print
  Disk geometry for /dev/hda: 0.000-19541,812 megabytes
  Disk label type: msdos
  MinorStart   End Type  Filesystem  Flags
  1  0,031  18810,483  primary   ext3boot
  2  18810,483  19539,997  extended
  5  18810,514  19539,997  logical   linux-swap
  (parted)

Ich kenne mich mit parted nicht aus, aber wenn ich die Ausgabe richtig
interpretiere dann müßte /dev/hda5 deine Swappartition sein und nicht
/dev/hda2 wie es bei dir in /etc/fstab drinsteht.

-- 
Thomas Weinbrenner


pgpZrGpdrPIO0.pgp
Description: PGP signature


Re: (SLIGHTLY OT): PC speaker not working with 2.6.12.2 kernel

2005-07-03 Thread Thomas Weinbrenner
Mark Fletcher wrote:
 I built the 2.6.12.2 kernel by copying over the .config 
 from 2.4.19 and using make xconfig to tweak the 
 settings. I use make-kpkg to compile and make the .deb 
 file and dpkg to install it. That all goes according to 
 plan.

 However, under my new kernel the PC speaker (which I use 
 only for beeping me when mail arrives, when I hit tab 
 in a shell and haven't typed enough to uniquely 
 identify a file etc) isn't working (no beeps).

 I'm guessing there's a kernel option under 2.6 that's 
 needed to turn the beeper on but wasn't required under 
 2.4. Can anyone point me at it?

Device Drivers
- Input device support
  - Miscellaneous devices   
- PC Speaker support


-- 
Thomas Weinbrenner


pgpReWjKVhaO5.pgp
Description: PGP signature


Re: [OT] Kernel ohne modul support

2005-07-02 Thread Thomas Weinbrenner
Michael Kurz wrote:

  Was sagen den Programme wie ifconfig, iptables, route u.ä.?
 Die Karten werden vom Kernel erkannt die Angaben von ifconfig iptables
 und route sind die gleichen wie beim Kernel mit Modul-Unterstützung und
 ja sie
 bekommen alle eine IP-Adresse und zwar die gleiche wie beim Kernel mit
 Modul-U..

Die Ausgabe von ifconfig ist wirklich gleich? 
Nicht das sich vielleicht die Reihenfolge der Netzwerkkarten geändert
hat? 

Wenn man unterschiedliche Netzwerkkarten hat dann entspricht die
Reihenfolge der Karten AFAIK der Reihenfolge in der die entsprechenden
Module geladen wurden. Wenn man nun die Treiber fest einkompiliert
könnte sich die Reihenfolge vielleicht ändern.

-- 
Thomas Weinbrenner


pgphmAyQxY3u4.pgp
Description: PGP signature


Re: boot error (?)

2005-07-02 Thread Thomas Weinbrenner
Marco Calviani wrote:
i've got an error (maybe a warning) during the boot up process, as 
  written in /var/log/boot:

   Cleaning /tmpfind: warning: you have specified the -maxdepth option 
  after a non-option argument -perm, but options are not positi
  onal (-maxdepth affects tests specified before it as well as those 
  specified after it).  Please specify options before other argumentsboo

  find: warning: you have specified the -depth option after a non-option 
  argument !, but options are not positional (-depth affects
   tests specified before it as well as those specified after it).  
  Please specify options before other arguments.

   find: warning: you have specified the -depth option after a 
  non-option argument !, but options are not positional (-depth affects
   tests specified before it as well as those specified after it).  
  Please specify options before other arguments.

  What might be the cause?

It's /etc/init.d/bootclean.sh from the initscripts package. There are
already some bugreports about this. 
If you don't want to wait until it gets fixed in a new version of the
package you could edit /etc/init.d/bootclean.sh yourself and change
the order of the find arguments.

-- 
Thomas Weinbrenner


pgpNakasJQVTs.pgp
Description: PGP signature


Re: apt no verify key in sid

2005-07-02 Thread Thomas Weinbrenner
Adam Mercer wrote:

 I've just upgraded my sid box and now apt is complaining that the
 packages are untrusted e.g.

[...]

 skymoo:~# apt-key list
 /etc/apt/trusted.gpg
 
 pub   1024D/4F368D5D 2005-01-31 [expires: 2006-01-31]
 uid  Debian Archive Automatic Signing Key (2005)
 [EMAIL PROTECTED]

 yet apt still complains about untrusted packages.

 Do I need any other keys in the keyring?

There is an easy way to test this.
In /var/lib/apt/list you will find the Release and Release.gpg files
from your sources. Just verify them manually:

|$ gpg --verify /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_Release.gpg \
| /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_Release
|gpg: Signature made Fri Jul  1 21:32:07 2005 CEST using DSA key ID 4F368D5D
|gpg: Can't check signature: public key not found

Even when the key is not on your keyring, gpg will tell you wich key is
needed.
Just check all the Release/Release.gpg pairs in /var/lib/apt/lists and
you will know wich keys you have to add.

If you have some unofficial sources for debian packages, then it is
quite possible that they aren't signed. (You will find then only a
Release file without a corresponding Release.gpg)

-- 
Thomas Weinbrenner


pgpBxC4MaB2iB.pgp
Description: PGP signature


Re: Distri-Update auch mit eigenem Kernel sauber möglich

2005-07-01 Thread Thomas Weinbrenner
Wolfgang Egger wrote:

  Ich habs dann mal mit:
  bach:/home/beuys/tmp# apt-get install kernel-source-2.6.12
  versuch und folgende Meldung geerntet

  E: Konnte Lock /var/lib/dpkg/lock nicht bekommen - open (11 Die 
  Ressource ist zur Zeit nicht verfügbar)
  E: Unable to lock the administration directory (/var/lib/dpkg/), is 
  another process using it?

  Das sagt mir, dass ich den falschen Namen angegeben hab. 

Nein, lies die Fehlermeldungen. Nur ein Programm soll auf /var/lib/dpkg
zugreifen dürfen. apt-get konnte nicht arbeiten, weil schon ein anderes
Programm (synaptic?) lief.


 Wie bekomme ich denn nun heraus, welche Kernel-Sourcen mir debian
 überhaupt zur Verfügung stellt. Immerhin hab ich hier gelesen, dass es
 Menschen gibt, die 2.6.12 installiert haben. Mein Synaptic-Package-GUI
 zeigt mir aber nur 2.6.8 

Synaptic hat vermutlich recht. Ich nehme an du benutzt Sarge, da ist
2.6.8 der einziger mitgelieferte 2.6er Kernel.

Man muß aber nicht notwendigerweise ein kernel-source Package von Debian
nehmen, man kann auch sich einfach die Kernelquellen von www.kernel.org
(oder einem Mirror) herunterladen.

-- 
Thomas Weinbrenner


pgpGbFX1qGwEI.pgp
Description: PGP signature


Re: Sun JRE, JSDK and J2EE on debian

2005-06-30 Thread Thomas Weinbrenner
[EMAIL PROTECTED] wrote:
 
 I am trying to have JRE and SDK on my debian because my boss push me to use
 Sun Java. I downloaded the JRE, converted it to deb package with alien like
 this:
  alien -d -i ./j2re-1_4_2_08-linux-i586.rpm
 
 it succeeded.

There is a better way to create java packages than alien. Use the java-package
http://packages.debian.org/stable/misc/java-package

Just download the self-extracting file from Sun and use:

 make-jpkg j2re-1_4_2_08-linux-i586.bin

-- 
Thomas Weinbrenner


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



Re: Can't upgrade from woody to sarge (sources.list problem?)

2005-06-30 Thread Thomas Weinbrenner
Adam Fabian wrote:
 I have Debian installed on my xbox.  It's Xebian 1.01, or something like
 that.  As nearly as I can tell, it's exactly the same as woody except
 that the kernel is a 2.4 kernel with xbox patches, and a backported
 version of XFree86 4.3.0, and some customized configuration files.

 Anyway, my point being that I'm pretty sure it's almost pure woody and
 looks a lot more like a customized Debian than a derived distribution.

 So, my sources list looks like this:

 deb-src http://ftp.us.debian.org/debian/ sarge main non-free contrib
 
Lines with deb-src point to the source code for the packages, not to the
packages. You need them only if you want to build your own packages.
If you just want to install the packages from the debian mirror you have
to use deb instead of deb-src.

-- 
Thomas Weinbrenner


pgp47FS7ml94C.pgp
Description: PGP signature


Re: Sun-SDK5 (1.5) unter Debian-3.1

2005-06-29 Thread Thomas Weinbrenner
Sven Gehr [EMAIL PROTECTED] schrieb:
 Hallo zusammen,

 ich muß auf einem Debian-3.1 Rechner das JDK5 von Sun installieren. Da
 ich neu bei Debian bin frage ich lieber mal nach da ich die Tage bereits
 auch festgestellt habe das die Installationen unter Debian teilweise
 doch anderst sind (Beispiel nVIDIA-Treiber).

 Was ist der einfachste und sauberste Weg das Paket draus zu bekommen?
 Einfach den Installer von Sun anschmeisen oder gibt es Debian-Pakete
 irgendwo?

Es gibt ein Debian-Paket namens java-package, mit dem man sich
entsprechende Debian-Pakete für Java bauen kann.

Einfach java-package installieren, das JDK von Sun runterladen und dann

fakeroot make-jpkg jdk-1_5_0_04-linux-i586.bin

und schon bekommst du dein Debian-Package.

-- 
Thomas Weinbrenner


-- 
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: startx , the command not found

2005-06-29 Thread Thomas Weinbrenner
Khanh Cao Van [EMAIL PROTECTED] schrieb:
 I've install debian 3.1 and then use apt to install gnome and
 xserverfreex86 . Everything seem to be ok since the system guide me to
 config manything such as graphic card , resolusion etc . But when I
 type startx , nothing happend except the error the command not found .

You will find startx in the xbase-clients package.

If you want to use X, it is a good idea to install the
x-window-system-core package:

,[ x-window-system-core ]-
|  This metapackage provides the essential components for a standalone
|  workstation running the X Window System.  It provides the X libraries,
|  an X server (except on the S/390 architecture), a set of fonts, and a
|  group of basic X clients and utilities.
|  .
|  Higher level metapackages, such as those for desktop environments, can
|  depend on this package and simplify their dependencies.
|  .
|  It should be noted that a package providing x-window-manager and a
|  package providing x-terminal-emulator should also be installed to ensure
|  a comfortable X experience.
`

-- 
Thomas Weinbrenner


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



Re: aptitude synaptic gnome to be removed?

2005-06-28 Thread Thomas Weinbrenner
Jason Edson [EMAIL PROTECTED] wrote:
 I just did a dist-upgrade on my unstable box and for some reason apt
 wanted to remove gnome, synaptic, aptitude and I think one other. Has
 any one else had this problem or can someone tell me the reason why?

Have you looked at the version numbers?
apt 0.6 has just entered unstable, but aptitude and synaptic still
depend on apt 0.5.

I guess that in a few days we will get new versions of aptitude and
synaptic which use apt 0.6, so we just have to wait (and use apt-get
upgrade instead of dist-upgrade).

-- 
Thomas Weinbrenner


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



Re: SSH - authorized_keys

2005-06-21 Thread Thomas Weinbrenner
Sascha Andres [EMAIL PROTECTED] schrieb:
 Auf einem Rechner kann ich mich nicht mit authorized keys
 anmelden. Auf anderen Rechnern klappt das, nut nicht auf
 diesem. Ich hab also die sshd_config von einem
 funktionierenden Rechner genommen, und auf diesen Rechner
 kopiert - leider ohne Erfolg. Langsam gehen mir die Ideen
 aus :(

 Ist jemandem ein solches Problem bekannt, und könnte mir
 einen Hinweis geben, wo ich zu suchen habe?

Hast du mal in den Logdateien nach Fehlermeldungen gesucht?

Ich hatte gestern ein ähnliches Problem, bei mir lag es dann an falschen
Rechten des Homeverzeichnisses (Authentication refused: bad ownership
or modes for directory /home/thomas).

-- 
Thomas Weinbrenner


-- 
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: How can I find out a packae's maintainer?

2003-06-16 Thread Thomas Weinbrenner
stan [EMAIL PROTECTED] schrieb:
 w can I do this?

apt-cache show $PACKAGE | grep Maintainer

-- 
Thomas Weinbrenner


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



Re: Wo ist make-kpkg?

2003-06-15 Thread Thomas Weinbrenner
Gerhard Wolfstieg [EMAIL PROTECTED] schrieb:
 Weiß jemand, wo beziehungsweise in welchem Paket sich
make-kpkg
 befindet?

kernel-package

 Habe gesucht mit
 whereis
 locate
 und in
 aptitude
 ohne Ergebnis.

Mit apt-file oder auch über
http://www.de.debian.org/distrib/packages#search_packages
kann man es finden.

-- 
Thomas Weinbrenner


-- 
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: Update von Websites

2003-06-10 Thread Thomas Weinbrenner
Roland Kruggel [EMAIL PROTECTED] schrieb:
 ich habe bei den Debianpaketen mal ein Programm gefunden das 
 automatisch die lokalen Websites auf die Homepage updatedet.
 
 Ich finde es nicht mehr und weiß auch nicht mehr wie es heißt. 
 
 Kann mir da jemand helfen?

Ich vermute, du suchst sitecopy (oder xsitecopy).

-- 
Thomas Weinbrenner


-- 
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: Options for mkisofs

2003-06-01 Thread Thomas Weinbrenner
Roberto Sanchez [EMAIL PROTECTED] schrieb:
 I was under the impression that the -A option (the application id) was
 basically the title of the CD.  However, after I burn the CD and mount
 it under Gnome (by right clicking in the desktop) or pop it into the
 drive on a windoze machine, the title shows up as just CDROM.   

 I have also read the man page for mkisofs and have not been able to
 find a more suitable commandline option.  Can someone please point me
 in the right direction?

,[ man mkisofs ]-
|  -V volid
| Specifies the volume ID (volume name or  label)  to
| be  written  into the master block.  This parameter
| can  also  be  set  in  the  file  .mkisofsrc  with
| VOLI=id.   If specified in both places, the command
| line version is used.  Note that if  you  assign  a
| volume  ID,  this  is the name that will be used as
| the mount point used by the Solaris volume  manage­
| ment  system  and  the name that is assigned to the
| disc on a Microsoft Win32 or Apple Mac platform.
`

-- 
Thomas Weinbrenner


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



Re: dpkg: unbekannt, nicht installiert

2003-05-31 Thread Thomas Weinbrenner
Heino Tiedemann [EMAIL PROTECTED] schrieb:
 
 ridcully:/home/rotkap dpkg --list mozilla*
 
 liefert das hier:
 
 
 Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Säubern/Halten
  ^
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konf.
|/ Fehler?=(keiner)/Halten/R=Neuinst. notw/X=beides 
||/ Name Version  Beschreibung
 +++---===
 ii  mozilla  1.3.1-1.he-1 Mozilla Web Browser - dummy
 un  mozilla-1.3  keine  (keine Beschreibung vorhanden)

[...]
 
 u=unbekannt
 n=nicht installiert
 
 Mir wird nicht klar, woher dpkg diese informationen überhaupt herhat,
 wenn sie ihm doch unbekannt sind.

Schau dir mal an, was die Zeilen bedeuten. Deine Wünsche bezüglich des
Paketes sind dpkg unbekannt, nicht notwendigerweise jedoch das Paket
selbst.

 Zum Beispiel:
 ridcully:/home/rotkap apt-cache show  mozilla-locale-de
 W: Unable to locate package mozilla-locale-de
 
 Das paket gibts anscheined gar nicht

Vermutlich wird es aber irgendwo in einer anderen Paketbeschreibung
erwähnt. Bei mir gibt es mozilla-locale-de überhaupt nicht, aber wenn
ich z.B. versuche mozilla-dmotif zu installieren so erhalte ich folgende
Erklärung.

,
| [EMAIL PROTECTED] ~ % sudo apt-get install mozilla-dmotif
| Reading Package Lists... Done
| Building Dependency Tree... Done
| Package mozilla-dmotif has no available version, but exists in the
| database.
| This typically means that the package was mentioned in a dependency and
| never uploaded, has been obsoleted or is not available with the contents
| of sources.list
| However the following packages replace it:
|   mozilla 
| E: Package mozilla-dmotif has no installation candidate
`

-- 
Thomas Weinbrenner


-- 
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: Kerneleinstellungen herausfinden

2003-04-02 Thread Thomas Weinbrenner
Sebastian Hennebrüder wrote:
 Ich würde gerne den 2.4.18 Kernel genau so konfigurieren, wie den 2.2
 compact (dieser funktioniert) und dann inkrementell verändern, bis ich
 die Ursache gefunden habe.
 
 Wie finde ich die Einstellungen heraus? 

Die Debian-Kernel (und natürlich auch eigene mit make-kpkg erzeugten
Kernel) legen eine Kopie ihrer Konfigurationseinstellung unter
/boot/config-${KERNELVERSION} ab.

Kopiere die Datei einfach unter den Namen .config in das Verzeichnes
mit dem Kernelquelltext und du hast die Einstellungen übernommen.
Ein make oldconfig fragt dich dann noch alle neuen Kerneleinstellungen
ab.

-- 
Thomas Weinbrenner


pgp0.pgp
Description: PGP signature


Re: Gnucash errors in unstable

2003-03-16 Thread Thomas Weinbrenner
Jim wrote:
 I am getting the following errors when trying to run gnucash:
 
 ERROR: In procedure dynamic-link:
 ERROR: file: libgw-wct, message: libgw-wct.so: cannot open shared
 object file: No such file or directory
 
 Does anyone one know how to fix this?

I had the same problem. Installing libgwrapguile-dev should remove this
error.

-- 
Thomas Weinbrenner


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



Re: sendmail security flaw fix

2003-03-04 Thread Thomas Weinbrenner
Mike M wrote:
 I've been looking for the Debian response to the recently found
 sendmail flaw and corresponding fix (http://www.sendmail.org).  Can
 someone point me to where I can find this information?

http://lists.debian.org/debian-security-announce/debian-security-announce-2003/msg00039.html
http://lists.debian.org/debian-security-announce/debian-security-announce-2003/msg00040.html

-- 
Thomas Weinbrenner


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



Re: /var/cache/apt/archives is big

2003-03-01 Thread Thomas Weinbrenner
Alan Chandler [EMAIL PROTECTED] schrieb:
 
 My /var/cache/apt/archives directory seems to have nearly a gig of
 .deb files.  I notice there is more than one version of each (it looks
 like its always 2).
 
 Is there a command to shrink it?

apt-get clean and apt-get autoclean

,
|   clean  clean clears out the local repository of  retrieved
|  package  files.  It removes everything but the lock
|  file from /var/cache/apt/archives/  and
|  /var/cache/apt/archive/partial/.  When  APT is used
|  as a dselect(8) method, clean is run automatically.
|  Those  who  do  not use dselect will likely want to
|  run apt-get clean from time to time to free up disk
|  space.
| 
|   autoclean
|  Like  clean, autoclean clears out the local reposi­
|  tory of retrieved package files. The difference  is
|  that  it  only  removes  package  files that can no
|  longer be downloaded, and are largely useless. This
|  allows  a cache to be maintained over a long period
|  without it growing out of control.  The  configura­
|  tion   option   APT::Clean-Installed  will  prevent
|  installed packages from being erased if it  is  set
|  off.
`

-- 
Thomas Weinbrenner


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



Re: pgp keyserver deb?

2003-02-18 Thread Thomas Weinbrenner
Uwe A. P. Wuerdinger [EMAIL PROTECTED] schrieb:
 Hallo alle zusammen,
 moeglich das ich heute einfach etwas blind bin aber es
 sieht so aus als ob es kein debian packet fuer keyserver
 wie etwa http://www.mit.edu/people/marc/pks/ gibt.

Es gibt nur keinen Paket für stable

http://packages.debian.org/unstable/net/pks.html
http://packages.debian.org/testing/net/pks.html

-- 
Thomas Weinbrenner


-- 
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: Postfix mit SMTP-Auth

2002-11-03 Thread Thomas Weinbrenner
Jason Friedrich [EMAIL PROTECTED] wrote:

 Ich habe ein kleines Problem mit SMTP-Auth und Postfix. 

[...]

 -- /var/log/mail.log --
 Nov  3 15:33:35 lothlorien postfix/smtpd[6120]: fatal: no SASL
 authentication mechanisms

Ich glaube dir fehlen ein paar Pakete.

,[ /usr/share/doc/postfix-tls/README.Debian ]
| To use SASL with postfix, you need to:
| 
| 1) install postfix-doc and read /usr/share/doc/postfix/SASL_README.gz
| 3) You'll need to install one or more of the following:
| libsasl-digestmd5-des
| libsasl-gssapi-mit or libsasl-gssapi-heimdal
| libsasl-modules-plain
| sasl-bin
`

-- 
Thomas Weinbrenner


-- 
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: Upgrading SpamAssassin von 2.20 auf 2.43

2002-11-01 Thread Thomas Weinbrenner
Matthias Hentges [EMAIL PROTECTED] wrote:

 Ich habe jetzt schon mehrmals in den Debian-Listen gelesen, dass die
 unstable Version von SA eine höhere Trefferquote hat als die stable
 Version.

 Allerdings müssen eine ganze Menge Programme aktualisiert werden, damit
 SA unstable auf meinem ansonsten sauberen Woody läuft:

Man kann viele Upgrades von Abhängigkeiten vermeiden, indem man nicht
nicht die für unstable kompilierte Version installiert, sondern
stattdessen die Sources selbst kompiliert.

-- 
Thomas Weinbrenner


--
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: Module laden

2002-10-29 Thread Thomas Weinbrenner
Matthias Peick [EMAIL PROTECTED] wrote:

 Gibt es in Debian eine geeignete Stelle, wo ich Kernelmodule, die
 beim Rechnerstart geladen werden sollen, angeben kann? 

/etc/modules

-- 
Thomas Weinbrenner


-- 
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: Which package provides OpenSSL headers?

2002-10-11 Thread Thomas Weinbrenner

Bill Wagner [EMAIL PROTECTED] wrote:

 So if the openssl package doesn't provide the header files, what package
 does? 

libssl-dev

-- 
Thomas Weinbrenner


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




Re: Making an audio CD from mp3 and wav files

2002-09-27 Thread Thomas Weinbrenner

Jeff [EMAIL PROTECTED] wrote:
 I'm having trouble finding a converter to make wav files from my ogg
 and mp3 files.  Can someone point me at an encoder?

mpg123 -w file.wav file.mp3

ogg123 -d wav -f file.wav file.ogg

-- 
Thomas Weinbrenner


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




Re: Where is 'startx'?

2002-09-22 Thread Thomas Weinbrenner

Bill Wagner [EMAIL PROTECTED] wrote:
 
 I'm still getting used to the Debian way of doing things, so please
 forgive me if this is a stupid question.  But what package provides
 the 'startx' command?  

xbase-clients

-- 
Thomas Weinbrenner


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




Re: Exim mit und ohne Smartrelay

2002-06-13 Thread Thomas Weinbrenner

Christoph Bayer [EMAIL PROTECTED] wrote:

[...]

 Gibt es eine Möglichkeit Exim so zu konfigurieren,
 
 dass alle Mails die an T-Online Kunden gehen über das entsprechende
 Smartrelay versendet werden und alle anderen direkt?

Das kann man mittels der route_list machen.

,[ /etc/exim/exim.conf ]
| smarthost:
|   driver = domainlist
|   transport = remote_smtp
|   route_list = t-online.de smtprelay.t-online.de   bydns_a; \
| *   $domain bydns_mx
`

-- 
Thomas Weinbrenner


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




Re: Freeciv

2002-05-23 Thread Thomas Weinbrenner

Jonas [EMAIL PROTECTED] wrote:

 Ich bin 11 Jahre alt, und
 weiß nicht wie man, bei Freeciv, Siedler 'baut' .
 Folgende Fehlermeldung kommt:
 
 Game: Berlin can't build Settlers yet.
 
Berlin kann noch nicht Siedler bauen.

Siedler können erst ab einer Stadtgröße von 2 gebaut werden. Bei der
Erstellung des Siedlers wird die Stadtgröße um 1 reduziert, würde eine
Stadt der Größe 1 einen Siedler bauen, so würde sie sich dabei
auflösen.

Du mußt einfach etwas warten bis deine Stadt größer ist und vielleicht
dafür sorgen, das die Stadt mehr Nahrung bekommt.
 
-- 
Thomas Weinbrenner


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




Re: Update von Potato auf Woody

2002-05-23 Thread Thomas Weinbrenner

Steiner Daniel [EMAIL PROTECTED] wrote:

 Ich hab in /apt/sources.list deb ftp.at.debian.org/debian unstable main
 contrib non-free eingetragen und danach apt-get upgrade gemacht. 

Vorher auch apt-get update gemacht? 

 Nun werden 40 Packete runtergeladen und installiert.
 Ist mein System danach auf dem neuesten Stand oder muss ich noch was anderes
 machen?

Unter Umständen konnte apt-get nicht alles updaten ohne andere Pakete
neu zu installieren oder zu löschen. Das hätte apt-get allerdings dir
mitgeteilt  z.B. 
40 packages upgraded, 0 newly installed, 0 to remove and 1  not upgraded.
  ^^^

Das kannst du dann mit apt-get dist-upgrade upgraden, vielleicht
möchtest du allerdings erst einmal mit apt-get -s dist-upgrade
nachschauen, was genau apt-get sonst noch anstellen will.


Wenn du übrigens unstable in die /etc/apt/sources.list einträgst,
dann hast du nicht wie im Betreff geschrieben auf Woody upgedated,
sondern auf Sid. (Sid=Unstable, Woody=Testing/demnächst Stable)

-- 
Thomas Weinbrenner


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




Re: mounting audio CD

2002-05-20 Thread Thomas Weinbrenner
Paul Fischer [EMAIL PROTECTED] wrote:

 I am trying to mount an audio CD, 

Why? 
Just put the audio CD in the drive and start a cd player.

You only need to mount a cd if you want to access its content as files.

[...]

 $ mount /dev/hdc /mnt/cdrom -t iso9660
 mount: wrong fs type, bad option, bad superblock on /dev/hdc, 
 or too many mounted file systems.

It's the wrong fs type. Audio CDs don't have a filesystem like data
cds. (AFAIK it is possible to mount them using cdfs, then you can
access the music tracks like *.wav-files)

-- 
Thomas Weinbrenner


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



Re: Open Office 1.0

2002-05-12 Thread Thomas Weinbrenner

[EMAIL PROTECTED] (Frank Seifert) wrote:

 Hat vieleicht jemand eine Apt Quelle fuer Open-Office 1.0 Woody ?

Unter http://www.linux-debian.de/openoffice/ findest du OpenOffice für
Debian. Als apt-Quellen gibt es

| deb http://www.mx1.ru/~chris/openoffice unstable main contrib
| deb-src http://www.mx1.ru/~chris/openoffice unstable main contrib

oder

| deb ftp://ftp.vpn-junkies.de/openoffice unstable main contrib
| deb-src ftp://ftp.vpn-junkies.de/openoffice unstable main contrib

oder

| deb http://apt-proxy.sourceforge.net/openoffice unstable main contrib
| deb-src http://apt-proxy.sourceforge.net/openoffice unstable main contrib

-- 
Thomas Weinbrenner


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




Re: Woody Release questions...

2002-05-02 Thread Thomas Weinbrenner
Matthew Daubenspeck [EMAIL PROTECTED] wrote:

 When woody is officially released, does that mean it will eventually
 be called stable??

Yes

 If so, does that mean that having testing in my sources.list will
 actually try to grab packages from the next release?

Yes. If you don't want this, replace testing with woody.

-- 
Thomas Weinbrenner


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



Re: make-kpkg

2002-03-12 Thread Thomas Weinbrenner

Christian Obst [EMAIL PROTECTED] wrote:

 Ich habe eine Frage zu make-kpkg. Angenommen, ich habe einen
 Kernelbaum der Version 2.4.18 und kompiliere ihn mit make-kpkg. Ich
 erhalte dann eine Datei names kernel-image-2.4.18.custom.1.0.deb
 oder so in /usr/src. So weit, so gut. Jetzt will ich aber denselben
 Kernel nochmal mit einer anderen Konfiguration kompilieren und ein
 _anderes_ .deb erhalten mit einem anderen Namen, so daß ich am Ende
 zwei .debs habe.
 Wie kann ich make-kpkg klarmachen, daß er dem neuen .deb einen
 anderen Namen geben soll? Mit --revision custom1.1 verweigert er den
 Dienst.

Verwende --append-to-version um den verschiedenen Konfigurationen
unterschiedliche Namen zu geben.

-- 
Thomas Weinbrenner


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




Re: ext3 in 2.4.15

2001-11-17 Thread Thomas Weinbrenner
Matthew Sackman wrote:
 On Thu, Nov 15, 2001 at 09:32:00AM -0800, Paul 'Baloo' Johnson wrote:
  OK, with ext3 in 2.4.15, what packages in sid will the adventurous want
  to have installed to deal with the shiny new fs?
  
 Where have you got 2.4.15 from - is this a pre kernel or an ac kernel?

It's a pre kernel.
 
 It's just AFAIK 2.4.14 is the latest - am I wrong here?

No, that's the latest _stable_ kernel. ext3 got merged in the kernel in
2.4.15pre2.  (The current pre kernel is 2.4.15pre5)

-- 
Thomas Weinbrenner


pgpe7ssyEWZ2C.pgp
Description: PGP signature


Re: make bzImage error

2001-11-03 Thread Thomas Weinbrenner
Thomas H. George wrote:

 I am trying to build a 2.2.19 kernel.  make bzImage aborts after
 failing to find the as86 command.  What is missing?

You need the package bin86.

-- 
Thomas Weinbrenner


pgp6k3gQAYR8z.pgp
Description: PGP signature


Re: How to apt-move?

2001-10-25 Thread Thomas Weinbrenner
Johnny Ernst Nielsen wrote:
  So I try to apt-move, but I fail, and I do not understand why.
  Can someone tell me what I am doing wrong and what I need to do to
  get on with it?
 
 You have to edit /etc/apt-move.conf and put in APTSITES those of
 your sites from /etc/apt/sources.list which you want do use with
 apt-move.
 
 I do not have anything in /etc/apt-move.config named APTSITES

[...]

 [apt-move.config START]

[...]

 USSITE=debian.midco.net

[...]

 NONUSSITE=non-us.debian.org

Oh, I'm using a newer version (from woody). In your version you have to
change those two variables instead of APTSITES.

-- 
Thomas Weinbrenner 


pgp8qr9rVDdaR.pgp
Description: PGP signature


Re: How do you apply an 'ac' patch?

2001-10-24 Thread Thomas Weinbrenner
On Tue, Oct 23, 2001 at 07:55:26PM -0400, Wayne Topa wrote:
 Morbo([EMAIL PROTECTED]) is reported to have said:

  Sorry, I know this is basic stuff, but what is the correct way to
  apply an Alan Cox patch?
  (Or probably any patch for that matter.)
 
   Be aware that you have to use patches in order. ie. if there is a
 patch-2.4.12-ac[1,2,3,4,5] they have to be applied in order.

No, these patches are always against the stable kernel. You don't have
to apply the older patches.

-- 
Thomas Weinbrenner


pgpOUVwnFBWc3.pgp
Description: PGP signature


Re: How to apt-move?

2001-10-24 Thread Thomas Weinbrenner
Johnny Ernst Nielsen wrote:
 
 So I try to apt-move, but I fail, and I do not understand why.
 Can someone tell me what I am doing wrong and what I need to do to get on 
 with it?
 
 This is what happens when I run apt-move:
 
 mycomp:~# apt-move getlocal move packages
 
 Updating from local Packages files...
 Getting: testing main Packages.gz
 /var/state/apt/lists/debian.midco.net_debian_dists_testing_main_binary-i386_Packages:
  
 No such file or directory

You have to edit /etc/apt-move.conf and put in APTSITES those of your
sites from /etc/apt/sources.list which you want do use with apt-move.

-- 
Thomas Weinbrenner


pgpqlBoztOVHS.pgp
Description: PGP signature


Re: Centralizing apt-get downloads

2001-09-18 Thread Thomas Weinbrenner
Andrew Perrin [EMAIL PROTECTED] writes:

[...]

 Is there a relatively easy way to archive the files locally and have
 the two boxen behind the ipmasq'ed computer just get their updates
 from it?

You could use apt-proxy or apt-move to build a local mirror from which
your other computers can get their updates.


Thomas Weinbrenner
-- 

Terrorist attacks: deliberativeness instead of acts of revenge!
Petition to the President of the United States of America
http://www.earthway.org/petition/



Re: Web banner blocker

2001-09-09 Thread Thomas Weinbrenner
Ross Burton [EMAIL PROTECTED] writes:

 I'm looking for a good web cache/banner remove program for Debian
 unstable.  Previously I've used Squid + Sleezeball, but Sleezeball
 hasn't been updated since November 1999.  :-(
 
 Can anyone recommend a good banner blocker?  I don't want entire
 pages blocked so SquidGuard is an overkill, but the banner adverts
 removed.

junkbuster is probably the program you need.

-- 
Thomas Weinbrenner



Re: Timezone

2001-09-02 Thread Thomas Weinbrenner
Raffaele Sandrini [EMAIL PROTECTED] writes:

 If i type 'date' i'll get
 CEST
 but i am in CET where can i edit the timezone setting?

Are you sure you don't want CEST?

CET = Central European Time
CEST = Central European Summer Time

-- 
Thomas Weinbrenner



Re: [OT] Port numbers

2001-07-09 Thread Thomas Weinbrenner
Thomas J. Hamman [EMAIL PROTECTED] writes:

 In what documentation/manpage/whatever can I find a list of ports and
 their numbers (like the ports for telnet, http, etc.)?  

/etc/services

 And also I'd like to know how to see which ports my computer has open.

It think netstat can show you these ports.

-- 
Thomas Weinbrenner



Re: kernel upgrade

2001-07-09 Thread Thomas Weinbrenner
Rafael Sasaki [EMAIL PROTECTED] writes:

 I`m running a box with Debian Potato 2.2r3 and yesterday I did an upgrade
 on my kernel to the 2.4.6.
 I read the Linux Kernel HOWTO and I think i did every thing writen there. But
 when I boot to my new kernel the modules are not find.
 I did a make modules and make modules_install and it didn`t work any way.
 How can I install the modules?

The 2.4 Kernel requires newer versions of some programs than those in
potato (see /usr/src/linux/Documentation/Changes).

You can update the required packages from

deb http://people.debian.org/~bunk/debian potato main

but first please read 

http://www.fs.tum.de/~bunk/kernel-24.html


-- 
Thomas Weinbrenner



Re: Audio CDs

2001-06-07 Thread Thomas Weinbrenner
Robert Mosher wrote:

 Not too long ago I installed Debian2.2r2 on my computer. Since then
 I have slowly been getting things the way I want them. One thing I
 have yet to do, and would appreciate any help on, is playing
 (mounting) Audio CDs.

You don't have to mount an Audio CD if you just want to play the
music. You only need to mount an Audio CD if you want to access the
tracks as files.

[...]

 Also, I noticed when browsing through the available packages that there
 are several CD players. I'm assuming this means I can play CDs somehow,
 without too much trouble (relatively speaking), since it would be
 pointless to include these packages if you can't. 

It's quite easy.
1. install CD player (apt-get install $FAVOURITE_CD_PLAYER)
2. insert CD
3. run CD player
4. listen to the music ;-)


Thomas Weinbrenner
-- 
-BEGIN GEEK CODE BLOCK-
GMD/CS d- s+:+ a-? C++ UL+++ P+ L+++ E+ W N+++ !o K w--- O M? V? 
PS+ PE Y+ PGP++ t+ 5++ X !R(++) tv+ b+++ DI D G++ e+++ h! !r y 
--END GEEK CODE BLOCK--



Re: apt-get dependencies issue

2001-06-03 Thread Thomas Weinbrenner
Justin C. Lloyd wrote:

 I've just switched over to using a self-built sendmail configuration.
 In order to get this to work, I first had to force a removal of exim,
 and therefore of the mail-transport-agent virtual package.  Now, I
 can't upgrade:

[...]

 E: Unmet dependencies. Try using -f.

 What is the proper way, other than using a standard Debian package, of
 handling these situtations?  I have this same sort of issue with
 building my own perl, but that's another can of worms...

,
| [EMAIL PROTECTED]:~$  dpkg -p equivs
| Package: equivs
| Priority: extra
| Section: admin
| Installed-Size: 51
| Maintainer: Martin Bialasinski [EMAIL PROTECTED]
| Architecture: all
| Version: 2.0.3
| Depends: perl | perl5, debhelper, dpkg-dev, devscripts, make, fakeroot
| Filename: dists/sid/main/binary-i386/admin/equivs_2.0.3.deb
| Size: 17936
| MD5sum: 72b831ac937fb66400c5b23777db0b29
| Description: Circumventing Debian package dependencies
|  This is a dummy package which can be used to create Debian
|  packages, which only contain dependency information.
|  .
|  This way, you can make the Debian package management
|  system believe that equivalents to packages on which other
|  packages do depend on are actually installed.
|  .
`


Thomas Weinbrenner
-- 
-BEGIN GEEK CODE BLOCK-
GMD/CS d- s+:+ a-? C++ UL+++ P+ L+++ E+ W N+++ !o K w--- O M? V? 
PS+ PE Y+ PGP++ t+ 5++ X !R(++) tv+ b+++ DI D G++ e+++ h! !r y 
--END GEEK CODE BLOCK--



Re: potato - woody zu mutig gewesen?

2001-05-28 Thread Thomas Weinbrenner
Thomas Weinbrenner wrote:

[...]

Sorry, wrong mailing list.

-- 
Thomas Weinbrenner



Re: potato - woody zu mutig gewesen?

2001-05-27 Thread Thomas Weinbrenner
Thomas Marke wrote:

 Ich glaube, ich war zu mutig:
 Ich habe gestern abend mein potato nach woody geupgraded.
 Jetzt habe ich einige Probleme:
 
 1. mein schickes, neues XFree4 kommt mit englischer Tastaturbelegung daher
 und nimmt als Aufloesung 1280x1024. Wie kann ich das aendern? Ich verstehe die
 neue XF86Config-4 irgendwie nicht. Hat vielleicht jemand eine gut
 funktionierende Config-Datei fuer mich, wo ich mir das mal angucken
 kann?

,[ /etc/X11/XF86Config-4 ]
|
| [...]
|
| Section InputDevice
| Identifier  Generic Keyboard
| Driver  keyboard
| Option  CoreKeyboard
| Option  XkbRules  xfree86
| Option  XkbModel  pc105
| Option  XkbLayout de
| Option  XkbVariantnodeadkeys
| EndSection
| 
| [...]
| 
| Section Screen
| Identifier  Default Screen
| Device  Generic Video Card
| Monitor Generic Monitor
| DefaultDepth24
| SubSection Display
| Depth   1
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   4
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   8
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   15
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   16
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   24
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| SubSection Display
| Depth   32
| Modes   1152x864 1024x768 800x600 640x480
| EndSubSection
| 
| EndSection
|
| [...]
|
`


 2. Ich habe festgestellt, dass viele Pakete, die ich auch brauche, nicht in
 /dists/woody, sondern /pool/main sind.
 Wie bringe ich das meinem apt bei? 

[...]

Apt erfährt aus den Packages/Sources-Dateien, wo die Pakete genau
liegen - egal ob im Pool oder unter dists.

-- 
Thomas Weinbrenner



Re: udma100

2001-05-24 Thread Thomas Weinbrenner
Sebastian Ezequiel Ovide wrote:
 hi: where can I download the floppy set to install Potato in my
 machine with udma100 ?

ftp://ftp.it.debian.org/debian/dists/potato/main/disks-i386/current/images-1.44/udma66/

-- 
Thomas Weinbrenner



Re: modutils

2001-05-23 Thread Thomas Weinbrenner
On Wed, 23 May 2001, Oki DZ said:
 Noah L. Meyerhans wrote:
 What version of modutils are you using?
 
 ii  modutils   2.3.11-13.1Linux module utilities.

,[ /usr/src/linux/Documentation/Changes ]
| Current Minimal Requirements
| 
| 
| Upgrade to at *least* these software revisions before thinking you've
| encountered a bug!  If you're unsure what version you're currently
| running, the suggested command should tell you.
| 
| [...]
| 
| o  modutils   2.4.2   # insmod -V
`



Re: Blocking spam

2001-05-08 Thread Thomas Weinbrenner
V. Suresh wrote:
 I want to delete a mail in my ISP's popserver without downloading it
 if it is from a particular person. I use fetchmail, exim on
 dialup. How do I do this?

You could use popsneaker
http://www.ixtools.de/popsneaker/

-- 
Thomas Weinbrenner



Re: Can't reach ipchains from 2.4

2001-03-19 Thread Thomas Weinbrenner
Jonathan Markevich [EMAIL PROTECTED] wrote:

 I'm trying to compile in ipchains emulation support in kernel 2.4,
 but make xconfig has it greyed out and I have no idea what I need to
 enable to get to it.  Can someone point me in the right direction?

I believe, you can't include iptables and ipchains (or ipfwadm)
together in the kernel.

Select M or N for IP tables support and you can select ipchains, too.

-- 
Thomas Weinbrenner



Re: reconfigure ALL packages

2001-03-08 Thread Thomas Weinbrenner
Matheson Cameron [EMAIL PROTECTED] wrote:

 i was just wondering the command to re-configure every
 package (i screwed my debian up bad)

dpkg-reconfigure --all

-- 
Thomas Weinbrenner



Re: getting a fake xfree package?

2001-03-06 Thread Thomas Weinbrenner
Forrest English [EMAIL PROTECTED] wrote:

 i want to isntall imagemagick on my server for use with some scripts i
 have for thumbnail gallerys.  but...  there's no way i want x on that
 system.  besides forcing each package i want besides x, is there a way for
 the system to stop paying attention to x dependancies, or to fake it out
 somehow?

,
| Package: equivs
| Priority: extra
| Section: admin
| Installed-Size: 50
| Maintainer: Martin Bialasinski [EMAIL PROTECTED]
| Architecture: all
| Version: 2.0.2
| Depends: perl | perl5, debhelper, dpkg-dev, devscripts, make, fakeroot
| Filename: dists/sid/main/binary-i386/admin/equivs_2.0.2.deb
| Size: 17394
| MD5sum: 0c84d50f864ea181738fc1b496b6fb20
| Description: Circumventing Debian package dependencies
|  This is a dummy package which can be used to create Debian
|  packages, which only contain dependency information.
|  .
|  This way, you can make the Debian package management
|  system believe that equivalents to packages on which other
|  packages do depend on are actually installed.
|  .
|  Another possibility is creation of a meta package. When this
|  package contains a dependency as Depends: a, b, c, then
|  installing this package will also select packages a, b and c.
|  Instead of Depends, you can also use Recommends: or
|  Suggests: for less demanding dependency.
|  .
|  Please note that this is a crude hack and if thoughtlessly used
|  might possibly do damage to your packaging system. And please
|  note as well that using it is not the recommended way of dealing
|  with broken dependencies. Better file a bug report instead.
`

-- 
Thomas Weinbrenner



Re: Debian unstable? Sid or Woody

2001-01-13 Thread Thomas Weinbrenner
cyberz [EMAIL PROTECTED] wrote:

 Once now I tought that existed 3 debian dists: stable (potato) frozen
 (none at moment) and unstable (woody)
 Now It seems that unstable's sid... so what's woody, now?

woody is now testing
http://www.debian.org/News/weekly/2000/41/

-- 
Thomas Weinbrenner



Re: Usage of echo

2000-11-26 Thread Thomas Weinbrenner
Svante Signell [EMAIL PROTECTED] wrote:

 How to echo the current date and time to a log file?
 
 echo 'date:' ??? 'time:' ???  file.log

There is no need to use echo.

date +date: %x time: %X  file.log

-- 
Thomas Weinbrenner



Re: dpkg -scanpackages - how?

2000-10-29 Thread Thomas Weinbrenner
Robin Collins [EMAIL PROTECTED] wrote:

 In response to a question from me about how to make use of the .debs I'd
 accumulated in /var/cache/apt during a re-install several people helpfully
 suggested I did
 
 dpkg -scanpackages
  ^
 
 Well, I tried and failed.  

Try dpkg-scanpackages without a space.

 Looking at the man and info pages for dpkg I
 don't see any scan capability.  What do I have to install to get this
 feature?

dpkg-dev

-- 
Thomas Weinbrenner



Re: looking for simple finance program

2000-08-21 Thread Thomas Weinbrenner
Christopher Mosley [EMAIL PROTECTED] wrote:

 Something simple  for bank/checking accounts and amounts spent on
 types of items. 

gnucash

-- 
Thomas Weinbrenner



Re: apt-get update for frozen -- 404 not found

2000-08-15 Thread Thomas Weinbrenner
Will Trillich [EMAIL PROTECTED] wrote:

 short version:
 
   i'm using frozen, and have been updating via
   apt-get update -- now, boom! 404 not found,
   for every line in /etc/apt/sources.list . . .
   so i can't go forward to apt-get upgrade...

It seems, there isn't a frozen anymore.

http://slashdot.org/articles/00/08/14/2258239.shtml

Just switch to stable.

-- 
Thomas Weinbrenner