Discussion:
[Postfixbuch-users] fatal: open database /etc/aliases.db: Invalid argument
Stefan Hofmeir
2007-10-16 08:30:18 UTC
Permalink
Hallo,

unser Postfix-Mailserver bringt folgende Fehlermeldungen:

Oct 16 10:25:08 sv postfix/local[15525]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 10:25:09 sv postfix/master[15411]: warning: process /usr/libexec/postfix/local pid 15525 exit status 1
Oct 16 10:25:09 sv postfix/master[15411]: warning: /usr/libexec/postfix/local: bad command startup -- throttling

newalias und postalias zeigen keinen Erfolg.

Hätte jemand noch einen anderen Tipp?
Danke!
--
Stefan Hofmeir
Sandy Drobic
2007-10-16 08:53:29 UTC
Permalink
Post by Stefan Hofmeir
Hallo,
Oct 16 10:25:08 sv postfix/local[15525]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 10:25:09 sv postfix/master[15411]: warning: process /usr/libexec/postfix/local pid 15525 exit status 1
Oct 16 10:25:09 sv postfix/master[15411]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
newalias und postalias zeigen keinen Erfolg.
Hätte jemand noch einen anderen Tipp?
Chroot gesetzt für local? Zeige mal die master.cf.
--
Sandy

Antworten bitte nur in die Mailingliste!
PMs bitte an: news-reply2 (@) japantest (.) homelinux (.) com
Ralf Hildebrandt
2007-10-16 09:07:28 UTC
Permalink
Post by Stefan Hofmeir
Hallo,
Oct 16 10:25:08 sv postfix/local[15525]: fatal: open database /etc/aliases.db: Invalid argument
rm /etc/aliases.db
postalias hash:/etc/aliases
oder
postalias btree:/etc/aliases
aber genau nachsehen, ob hash: oder btree: eingestellt ist!
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
While it may not solve the problem in *your lifetime*, filing a bug
report with the PocketPC OS vendor is a good idea. -- Victor D.
Stefan Hofmeir
2007-10-16 15:37:36 UTC
Permalink
Hallo,
Post by Ralf Hildebrandt
Post by Stefan Hofmeir
Oct 16 10:25:08 sv postfix/local[15525]: fatal: open database /etc/aliases.db: Invalid argument
rm /etc/aliases.db
postalias hash:/etc/aliases
oder
postalias btree:/etc/aliases
aber genau nachsehen, ob hash: oder btree: eingestellt ist!
postconf -n|grep aliases
alias_database = hash:/etc/aliases.db,
hash:/usr/local/mailman/data/aliases.db
alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
local_recipient_maps = unix:passwd.byname $alias_maps
newaliases_path = /usr/bin/newaliases
virtual_alias_maps = hash:/etc/postfix/virtual

rm /etc/aliases.db
postalias hash:/etc/aliases
/etc/init.d/postfix restart
tail -f /var/log/mail.log
...
Oct 16 17:26:13 sv postfix/local[18893]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 17:26:14 sv postfix/master[18874]: warning: process /usr/libexec/postfix/local pid 18893 exit status 1
Oct 16 17:26:14 sv postfix/master[18874]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Post by Ralf Hildebrandt
Chroot gesetzt für local? Zeige mal die master.cf.
chroot ist nicht gesetzt. snip of master.cf:
smtp inet n - n - - smtpd



Der Mailserver lief zuvor monatelang stabil.
--
Herzliche Grüße,
Stefan Hofmeir
Sandy Drobic
2007-10-16 15:44:02 UTC
Permalink
Post by Stefan Hofmeir
Oct 16 17:26:14 sv postfix/master[18874]: warning: process /usr/libexec/postfix/local pid 18893 exit status 1
Oct 16 17:26:14 sv postfix/master[18874]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Post by Sandy Drobic
Chroot gesetzt für local? Zeige mal die master.cf.
smtp inet n - n - - smtpd
Das ist der smtpd, nicht der daemon "local"!

Poste doch einfach mal die gesamten Einträge in master.cf.

Was sagt denn ein "postfix check" bzw. ein
"postfix upgrade-configuration"?

Wenn der Server vorher monatelang stabil lief, was wurde an Software
verändert, evtl. gelinkte libs aktualisiert wie Berkeley db, openssl etc?

Was sind die ersten Meldungen im Log, wenn der Server startet und wenn
eine Mail eingeht?
--
Sandy

Antworten bitte nur in die Mailingliste!
PMs bitte an: news-reply2 (@) japantest (.) homelinux (.) com
Ralf Hildebrandt
2007-10-16 18:02:33 UTC
Permalink
Post by Stefan Hofmeir
postconf -n|grep aliases
alias_database = hash:/etc/aliases.db, hash:/usr/local/mailman/data/aliases.db
Das ist falsch. Das ".db" muss bei beiden weg.
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
When the going gets weird, the weird turn pro.
Stefan Hofmeir
2007-10-16 22:19:46 UTC
Permalink
Hallo,
Post by Ralf Hildebrandt
Post by Stefan Hofmeir
alias_database = hash:/etc/aliases.db, hash:/usr/local/mailman/data/aliases.db
Das ist falsch. Das ".db" muss bei beiden weg.
nun geändert.


Trotzdem besteht der Fehler weiterhin:

# tail -f /var/log/mail.log
Oct 16 23:46:40 sv postfix/master[22515]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Oct 16 23:47:27 sv postfix/local[22558]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 23:47:28 sv postfix/master[22515]: warning: process /usr/libexec/postfix/local pid 22558 exit status 1
Oct 16 23:47:28 sv postfix/master[22515]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Oct 16 23:47:40 sv postfix/smtpd[22562]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 23:47:41 sv postfix/master[22515]: warning: process /usr/libexec/postfix/smtpd pid 22562 exit status 1
Oct 16 23:47:41 sv postfix/master[22515]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Oct 16 23:48:28 sv postfix/local[22563]: fatal: open database /etc/aliases.db: Invalid argument
Oct 16 23:48:29 sv postfix/master[22515]: warning: process /usr/libexec/postfix/local pid 22563 exit status 1
Oct 16 23:48:29 sv postfix/master[22515]: warning: /usr/libexec/postfix/local: bad command startup -- throttling

interessant: gleich nach Löschen der aliases.db und Neuanlage
(#newaliases) funktionert Postfix für ein paar Sekunden:

root at sv01:/etc# tail -f /var/log/mail.log
Oct 17 00:13:03 sv postfix/qmgr[23801]: 677575BD90: from=<statd at sv...>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 624BE53FEE: From
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 677575BD90: from=<statd at sv01.>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 624BE53FEE: from=<statd at sv01.>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B954136D56: from=<statd at sv0>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 64C8013366B: from=<statd at sv0>, size=1529, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B1D7136D44: from=<statd at sv>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 64A0C13393B: from=<>, size=1952, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 66373133670: from=<statd at sv, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 696E153FA8: from=<statd at sv01>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B778136D7D: from=<statd at sv01>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6043D136D23: from=<statd at sv01>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:04 sv01 postfix/master[23799]: warning: process /usr/libexec/postfix/local pid 23804 exit status 1
Oct 17 00:13:04 sv01 postfix/master[23799]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Oct 17 00:13:05 sv01 postfix/smtp[23803]: 2231A53DC5: to=<daqenzhjxx at kunimune.com>, relay=none, delay=413421, status=deferred (Host or domain name not found. Name service error for name=kunimune.com type=MX: Host not found, try again)
Oct 17 00:13:08 sv01 postfix/smtpd[23808]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:13:09 sv01 postfix/master[23799]: warning: process /usr/libexec/postfix/smtpd pid 23808 exit status 1
Oct 17 00:13:09 sv01 postfix/master[23799]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Oct 17 00:14:04 sv01 postfix/local[23812]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:14:05 sv01 postfix/master[23799]: warning: process /usr/libexec/postfix/local pid 23812 exit status 1
Oct 17 00:14:05 sv01 postfix/master[23799]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Oct 17 00:14:09 sv01 postfix/smtpd[23813]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:14:10 sv01 postfix/master[23799]: warning: process /usr/libexec/postfix/smtpd pid 23813 exit status 1
Oct 17 00:14:10 sv01 postfix/master[23799]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 6B954136D56: from=<statd at sv>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 64C8013366B: from=<statd at sv>, size=1529, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 6B1D7136D44: from=<statd at sv>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 64A0C13393B: from=<>, size=1952, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 66373133670: from=<statd at sv>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 696E153FA8: from=<statd at sv01>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 6B778136D7D: from=<statd at sv.....>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 6043D136D23: from=<statd at sv....>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:04 sv postfix/master[23799]: warning: process /usr/libexec/postfix/local pid 23804 exit status 1
Oct 17 00:13:04 sv postfix/master[23799]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Oct 17 00:13:05 sv postfix/smtp[23803]: 2231A53DC5: to=<daqenzhjxx at ....>, relay=none, delay=413421, status=deferred (Host or domain name not found. Name service error for name=kunimune.com type=MX: Host not found, try again)
Oct 17 00:13:08 sv postfix/smtpd[23808]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:13:09 sv postfix/master[23799]: warning: process /usr/libexec/postfix/smtpd pid 23808 exit status 1
Oct 17 00:13:09 sv postfix/master[23799]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Oct 17 00:14:04 sv postfix/local[23812]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:14:05 sv postfix/master[23799]: warning: process /usr/libexec/postfix/local pid 23812 exit status 1
Oct 17 00:14:05 sv postfix/master[23799]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Oct 17 00:14:09 sv postfix/smtpd[23813]: fatal: open database /etc/aliases.db: Invalid argument
Oct 17 00:14:10 sv postfix/master[23799]: warning: process /usr/libexec/postfix/smtpd pid 23813 exit status 1
Oct 17 00:14:10 sv postfix/master[23799]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling



Hätte jemand eine Lösung? Dankw!!!!!


main.cf
-------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = sv333.domainname123.de
myorigin = $myhostname
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = 127.0.0.1, localhost, 213.xxx.xxx.xx
local_recipient_maps = unix:passwd.byname $alias_maps
smtp_always_send_ehlo = yes
#smtp_bind_address=127.0.0.1
smtpd_client_restrictions = permit_mynetworks
unknown_local_recipient_reject_code = 550
alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
#alias_maps = hash:/usr/local/mailman/data/aliases
alias_database = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
# virtual_alias_maps = hash:/etc/postfix/virtual
home_mailbox = Maildir/
mail_spool_directory = /var/mail
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5

sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
recipient_delimiter = +


virtual_mailbox_domains = anderedomain123.de
#virtual_mailbox_base = /var/mail/vhosts
#virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_alias_maps = hash:/etc/postfix/virtual
hash_queue_names = deferred, defer active bounce flush incoming



master.cf
---------
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 oqmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
--
Herzliche Grüße,
Stefan Hofmeir
Uwe Driessen
2007-10-16 23:13:48 UTC
Permalink
-----Original Message-----
From: postfixbuch-users-bounces at listi.jpberlin.de [mailto:postfixbuch-users-
bounces at listi.jpberlin.de] On Behalf Of Stefan Hofmeir
Sent: Wednesday, October 17, 2007 12:20 AM
To: postfixbuch-users at listi.jpberlin.de
Subject: Re: [Postfixbuch-users] fatal: open database /etc/aliases.db:Invalid argument
Hallo,
Post by Ralf Hildebrandt
Post by Stefan Hofmeir
alias_database = hash:/etc/aliases.db, hash:/usr/local/mailman/data/aliases.db
Das ist falsch. Das ".db" muss bei beiden weg.
nun geändert.
# tail -f /var/log/mail.log
Oct 16 23:46:40 sv postfix/master[22515]: warning: /usr/libexec/postfix/smtpd: bad
command startup -- throttling
Oct 16 23:47:27 sv postfix/local[22558]: fatal: open database /etc/aliases.db: Invalid
argument
Oct 16 23:47:28 sv postfix/master[22515]: warning: process /usr/libexec/postfix/local
pid 22558 exit status 1
Oct 16 23:47:28 sv postfix/master[22515]: warning: /usr/libexec/postfix/local: bad
command startup -- throttling
Oct 16 23:47:40 sv postfix/smtpd[22562]: fatal: open database /etc/aliases.db: Invalid
argument
Oct 16 23:47:41 sv postfix/master[22515]: warning: process /usr/libexec/postfix/smtpd
pid 22562 exit status 1
Oct 16 23:47:41 sv postfix/master[22515]: warning: /usr/libexec/postfix/smtpd: bad
command startup -- throttling
Oct 16 23:48:28 sv postfix/local[22563]: fatal: open database /etc/aliases.db: Invalid
argument
Oct 16 23:48:29 sv postfix/master[22515]: warning: process /usr/libexec/postfix/local
pid 22563 exit status 1
Oct 16 23:48:29 sv postfix/master[22515]: warning: /usr/libexec/postfix/local: bad
command startup -- throttling
interessant: gleich nach Löschen der aliases.db und Neuanlage
Schau dir das original an gibt es da evtl. Struktur unterschiede in einzelnen Einträgen?

Wie sind die rechte auf der Datei ?

Hast du nur locale User ?
Hast du mal einen Postfix restart gemacht.
Wurde die Hardware überprüft? Rambaustein fehlerhaft?


Mit freundlichen Grüßen

Drießen
--
Software & Computer
Uwe Drießen
Lembergstraße 33
67824 Feilbingert
Tel.: 06708 / 660045 Fax: 06708 / 661397
Andreas Winkelmann
2007-10-17 04:55:52 UTC
Permalink
Post by Stefan Hofmeir
Post by Ralf Hildebrandt
Post by Stefan Hofmeir
alias_database = hash:/etc/aliases.db,
hash:/usr/local/mailman/data/aliases.db
Das ist falsch. Das ".db" muss bei beiden weg.
nun geändert.
# tail -f /var/log/mail.log
/usr/libexec/postfix/smtpd: bad command startup -- throttling
Oct 16 23:47:27 sv postfix/local[22558]: fatal: open
database /etc/aliases.db: Invalid argument
Oct 16 23:47:28 sv postfix/master[22515]: warning: process
/usr/libexec/postfix/local pid 22558 exit status 1
Was für ein OS ist das und wie genau ist Postfix darauf gekommen?

Meine 0.02? gehen auf zwei installierte Postfix-Versionen. Von der einen
benutzt Du die Utilities (postmap, postalias, newaliases) von der anderen die
Daemons (local). Beide benutzen verschiedene bdb-Libs.

Was sagt:
# postmap -s /etc/aliases

Kommt eine Liste oder ein Fehler?
--
Andreas
Stefan Hofmeir
2007-10-18 13:36:30 UTC
Permalink
Hallo,
Post by Andreas Winkelmann
Was für ein OS ist das und wie genau ist Postfix darauf gekommen?
Meine 0.02? gehen auf zwei installierte Postfix-Versionen. Von der einen
benutzt Du die Utilities (postmap, postalias, newaliases) von der anderen die
Daemons (local). Beide benutzen verschiedene bdb-Libs.
das wird es wahrscheinlich gewesen sein, dass Postfix auf dem
Debian-System teilweise mit alten Bibliotheken installiert war.

Wir haben Postfix komplett neu aufgesetzt. Nun läuft es wieder.

Danke für die Lösungsvorschläge!!!
--
Herzliche Grüße,
Stefan Hofmeir
Ralf Hildebrandt
2007-10-17 07:18:24 UTC
Permalink
Post by Stefan Hofmeir
interessant: gleich nach Löschen der aliases.db und Neuanlage
root at sv01:/etc# tail -f /var/log/mail.log
Oct 17 00:13:03 sv postfix/qmgr[23801]: 677575BD90: from=<statd at sv...>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv postfix/qmgr[23801]: 624BE53FEE: From
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 677575BD90: from=<statd at sv01.>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 624BE53FEE: from=<statd at sv01.>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B954136D56: from=<statd at sv0>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 64C8013366B: from=<statd at sv0>, size=1529, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B1D7136D44: from=<statd at sv>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 64A0C13393B: from=<>, size=1952, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 66373133670: from=<statd at sv, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 696E153FA8: from=<statd at sv01>, size=5178, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6B778136D7D: from=<statd at sv01>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:03 sv01 postfix/qmgr[23801]: 6043D136D23: from=<statd at sv01>, size=5180, nrcpt=1 (queue active)
Oct 17 00:13:04 sv01 postfix/master[23799]: warning: process /usr/libexec/postfix/local pid 23804 exit status 1
Hast Du ein Programm, das die aliases neubaut? Hast du mehr als ein
postmap oder postalias kommando?
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
"The danger from computers is not that they will eventually get as smart
as men, but we will meanwhile agree to meet them halfway."-Bernard Avishai
Ralf Hildebrandt
2007-10-17 12:41:42 UTC
Permalink
Post by Stefan Hofmeir
interessant: gleich nach Löschen der aliases.db und Neuanlage
Ich biete dir folgende Lösung:

newaliases
chattr +i aliases.db

dann auf den Feuerball warten
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Most people use Windows. Is this a reason to run Windows?
Flies love shit. A million flies can't be wrong, can they?
Uwe Driessen
2007-10-17 12:53:53 UTC
Permalink
Post by Stefan Hofmeir
Post by Stefan Hofmeir
interessant: gleich nach Löschen der aliases.db und Neuanlage
newaliases
chattr +i aliases.db
dann auf den Feuerball warten
Den verstehe ich jetzt nicht


Mit freundlichen Grüßen

Drießen
--
Software & Computer
Uwe Drießen
Lembergstraße 33
67824 Feilbingert
Tel.: 06708 / 660045 Fax: 06708 / 661397
Ralf Hildebrandt
2007-10-17 12:57:39 UTC
Permalink
Post by Uwe Driessen
Post by Stefan Hofmeir
Post by Stefan Hofmeir
interessant: gleich nach Löschen der aliases.db und Neuanlage
newaliases
chattr +i aliases.db
dann auf den Feuerball warten
Den verstehe ich jetzt nicht
Was gibts da nicht zu verstehen? aliases.db regenerieren und dann
immutable machen. Was auch immer das befummeln will, wird eines
schrecklichen Todes sterben
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Windows has poisoned your finger muscle memory, don't confuse "\" with "/".
Uwe Driessen
2007-10-17 13:19:15 UTC
Permalink
Post by Ralf Hildebrandt
Post by Uwe Driessen
Post by Stefan Hofmeir
Post by Stefan Hofmeir
interessant: gleich nach Löschen der aliases.db und Neuanlage
newaliases
chattr +i aliases.db
dann auf den Feuerball warten
Den verstehe ich jetzt nicht
Was gibts da nicht zu verstehen? aliases.db regenerieren und dann
immutable machen. Was auch immer das befummeln will, wird eines
schrecklichen Todes sterben
Ach so das meintest du mit Feuerball *gg
Wichtiger wäre aber herauszubekommen wer fummelt.
Serververwaltungstool mit einem Script das versucht was einzutragen ?

Mit freundlichen Grüßen

Drießen
--
Software & Computer
Uwe Drießen
Lembergstraße 33
67824 Feilbingert
Tel.: 06708 / 660045 Fax: 06708 / 661397
Ralf Hildebrandt
2007-10-17 13:28:55 UTC
Permalink
Post by Uwe Driessen
Ach so das meintest du mit Feuerball *gg
Wichtiger wäre aber herauszubekommen wer fummelt.
Der Fummler wird wahrscheinlich was loggen :)
Post by Uwe Driessen
Serververwaltungstool mit einem Script das versucht was einzutragen ?
Genau. Sowas
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) plonk at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Qmail : a small office of neatly dressed clerks, delivering short
clipped remarks to queries, and handling mail with a rude
impersonality, except in the case of failure where they let their
hair down and have an after-hours beer and let you know about it,
pointing to the pertinent header sections.
Christian Bricart
2007-10-17 13:39:30 UTC
Permalink
Post by Uwe Driessen
[..]
Wichtiger wäre aber herauszubekommen wer fummelt.
evtl. kleines Progrämmchen schreiben, welches einen inotify(7) hook auf
die aliases.db macht - und dann (irgendwie) feuert, wer's war ;-)

. o 0 ( ok - Solaris' DTrace Mechanismus wäre hier noch einfacher.. )

Christian
Loading...