Shih Lin wrote: > apt-get install kword > Reading Package Lists... Done > Building Dependency Tree... Done > 1 packages upgraded, 0 newly installed, 0 to remove and 158 not upgraded. > 5 packages not fully installed or removed.
Looks like your config is broken from a previous apt-get run. > Need to get 1820kB of archives. After unpacking 1080kB will be used. > Get:1 http://http.us.debian.org unstable/main kword 1:1.1-beta2-3 [1820kB] > Fetched 1820kB in 40s (45.2kB/s) > tar: ./shlibs: time stamp 2001-05-16 06:39:19 is 43083053 s in the future > tar: ./postinst: time stamp 2001-06-02 13:43:02 is 44577276 s in the future > tar: ./prerm: time stamp 2001-06-02 13:43:02 is 44577276 s in the future > tar: ./postrm: time stamp 2001-06-02 13:43:03 is 44577277 s in the future > tar: ./md5sums: time stamp 2001-06-02 13:44:44 is 44577378 s in the future > tar: ./control: time stamp 2001-06-02 13:44:38 is 44577372 s in the future This is not really an error, but a warning message. Your clock is probably skewed, try date. > (Reading database ... 120789 files and directories currently installed.) > Preparing to replace kword 1:1.1-20010404-1 (using > .../kword_1%3a1.1-beta2-3_i386.deb) ... > Unpacking replacement kword ... > Setting up postfix (0.0.20010502.SNAPSHOT-5) ... > > Postfix configuration was untouched. If you need to make changes, edit > /etc/postfix/main.cf (and others) as needed. To view Postfix configuration > values, see postconf(8). > > After modifying main.cf, be sure to run '/etc/init.d/postfix reload'. > > Running newaliases > newaliases: fatal: My hostname lshih is not a fully qualified name - set > myhostname or mydomain in /etc/postfix/main.cf This is the first error. Something is broken with your hostname lshih. I know nothing about postfix, you might want to ask what to do on debian-user. > dpkg: error processing postfix (--configure): > subprocess post-installation script returned error exit status 1 >From here on everything is broken, because of the problem with postfix. You see, postfix is a MTA (mail transport agent) and the other three packages you want to set up (mutt, elm-me+, vm) need an MTA to work properly. Because postfix is not configured properly, they stop working. > dpkg: dependency problems prevent configuration of mutt: > mutt depends on exim | mail-transport-agent; however: > Package exim is not installed. > Package mail-transport-agent is not installed. > Package postfix which provides mail-transport-agent is not configured yet. > dpkg: error processing mutt (--configure): > dependency problems - leaving unconfigured > dpkg: dependency problems prevent configuration of elm-me+: > elm-me+ depends on mail-transport-agent; however: > Package mail-transport-agent is not installed. > Package postfix which provides mail-transport-agent is not configured yet. > dpkg: error processing elm-me+ (--configure): > dependency problems - leaving unconfigured > dpkg: dependency problems prevent configuration of vm: > vm depends on smail | sendmail | mail-transport-agent; however: > Package smail is not installed. > Package sendmail is not installed. > Package mail-transport-agent is not installed. > Package postfix which provides mail-transport-agent is not configured yet. > dpkg: error processing vm (--configure): > dependency problems - leaving unconfigured > Setting up lprng (3.7.4-4) ... > Starting printer spooler: dpkg: error processing lprng (--configure): > subprocess post-installation script returned error exit status 1 This is funny, because there is no real error message here. Try dpkg --configure lprng and see what it does. > Setting up kword (1.1-beta2-3) ... kword is actually configured properly. You should be able to use it without problems. HTH, Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de/~rosenfel/

