I have just installed a fresh kubuntu 6.06 on my system, but there seems to be something wrong: At first kde failed to start up completely with some error message regarding the absence of the dcop server. When I tried to fire it up manually it complained about the absence of the .DCOPserver_myhostname directory. When I manually created it all was fine.
There are more applications with the same problem: when I start a fresh gpg I get the following messages:
gijs@laptopgijs/:~$ gpg
gpg: failed to create temporary file `/home/gijs/.gnupg/.#lk0x81247b0.laptopgijs/.7778': No such file or directory
gpg: keyblock resource `/home/gijs/.gnupg/secring.gpg': general error
gpg: failed to create temporary file `/home/gijs/.gnupg/.#lk0x81247b0.laptopgijs/.7778': No such file or directory
gpg: keyblock resource `/home/gijs/.gnupg/pubring.gpg': general error
spamassassin has the same problem:
gijs@laptopgijs/:~$ sa-learn --ham Mail/inbox/cur/
bayes: expire_old_tokens: locker: safe_lock: cannot create tmp lockfile /home/gijs/.spamassassin/bayes.lock.laptopgijs/.7777 for /home/gijs/.spamassassin/bayes.lock: No such file or directory
Learned tokens from 0 message(s) (1 message(s) examined)
bayes: locker: safe_lock: cannot create tmp lockfile /home/gijs/.spamassassin/bayes.lock.laptopgijs/.7777 for /home/gijs/.spamassassin/bayes.lock: No such file or directory
Creating the directories by hand (.#lk0x81247b0.laptopgijs / bayes.lock.laptopgijs) results in the applications running without errors, but this would require me to create a directory every time I try to run some application. Does anyone know what is going wrong here?
There are more applications with the same problem: when I start a fresh gpg I get the following messages:
gijs@laptopgijs/:~$ gpg
gpg: failed to create temporary file `/home/gijs/.gnupg/.#lk0x81247b0.laptopgijs/.7778': No such file or directory
gpg: keyblock resource `/home/gijs/.gnupg/secring.gpg': general error
gpg: failed to create temporary file `/home/gijs/.gnupg/.#lk0x81247b0.laptopgijs/.7778': No such file or directory
gpg: keyblock resource `/home/gijs/.gnupg/pubring.gpg': general error
spamassassin has the same problem:
gijs@laptopgijs/:~$ sa-learn --ham Mail/inbox/cur/
bayes: expire_old_tokens: locker: safe_lock: cannot create tmp lockfile /home/gijs/.spamassassin/bayes.lock.laptopgijs/.7777 for /home/gijs/.spamassassin/bayes.lock: No such file or directory
Learned tokens from 0 message(s) (1 message(s) examined)
bayes: locker: safe_lock: cannot create tmp lockfile /home/gijs/.spamassassin/bayes.lock.laptopgijs/.7777 for /home/gijs/.spamassassin/bayes.lock: No such file or directory
Creating the directories by hand (.#lk0x81247b0.laptopgijs / bayes.lock.laptopgijs) results in the applications running without errors, but this would require me to create a directory every time I try to run some application. Does anyone know what is going wrong here?
Comment