Damn, no such file!
Code: Select all
gentoo log # ls -al
total 2768
drwxr-xr-x 7 root root 4096 May 8 14:12 .
drwxr-xr-x 14 root root 4096 Mar 27 19:00 ..
-rw-r--r-- 1 root root 37326 May 8 14:12 XFree86.0.log
-rw-r--r-- 1 root root 37326 May 8 13:20 XFree86.0.log.old
drwxr-xr-x 2 root root 4096 Mar 14 17:58 apache2
drwxr-xr-x 2 root root 4096 Mar 13 15:50 cups
-rw-rw---- 1 portage portage 183352 May 8 13:08 emerge.log
-rw-r--r-- 1 root root 292292 May 8 14:12 lastlog
-rw------- 1 root root 1396220 May 8 14:13 messages
drwxr-xr-x 2 root root 4096 Feb 19 02:19 news
drwsrws--- 2 root portage 8192 May 8 13:06 portage
drwxr-xr-x 2 root root 4096 Mar 14 17:44 samba
-rw-r--r-- 1 root root 38844 Apr 25 20:02 scrollkeeper.log
-rw-rw-r-- 1 root utmp 1062912 May 8 14:13 wtmp
-rw-r--r-- 1 root root 1365 Mar 13 16:27 xdm.log
here the output from /var/log/messages, i think i found it:
Code: Select all
May 8 10:03:48 gentoo postfix/postfix-script: starting the Postfix mail system
May 8 10:03:48 gentoo postfix/master[1690]: daemon started -- version 2.0.16
May 8 10:04:01 gentoo postfix/smtpd[1695]: fatal: open database /etc/mail/aliases.db: No such file or directory
May 8 10:04:02 gentoo postfix/master[1690]: warning: process /usr/lib/postfix/smtpd pid 1695 exit status 1
May 8 10:04:02 gentoo postfix/master[1690]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
May 8 10:05:02 gentoo postfix/smtpd[1697]: fatal: open database /etc/mail/aliases.db: No such file or directory
May 8 10:05:03 gentoo postfix/master[1690]: warning: process /usr/lib/postfix/smtpd pid 1697 exit status 1
May 8 10:05:03 gentoo postfix/master[1690]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
May 8 10:05:48 gentoo postfix/postfix-script: stopping the Postfix mail system
May 8 10:05:48 gentoo postfix/master[1690]: terminating on signal 15
/var/log/messages although hosts dmesg and other sylogs too , is this normal?
I have made a stage 3 installtion from cd-rom : install-x86-universal-2004.0.iso
pc is a duron 900.
nothing more installed than x,gnome,net-tools,oopenoffice,firefox,xmms,apache,postfix.
at the end of the installtion process there is a hint that we should edit the /etc/mail/aliases.
i did uncomment the root entry:
# Well-known aliases -- these should be filled in!
root: root <--- "root" inserted by me
i also let the system do an update of 3 config files /etc/postfix/ssl* with etc-update -3 after installation of postfix.
thats all i did.
reedbeat