View previous topic :: View next topic |
Author |
Message |
drak n00b

Joined: 18 Jun 2003 Posts: 40
|
Posted: Sat Jun 18, 2005 7:57 am Post subject: Setting user font ... error calling: "unlink" in & |
|
|
During boot I recently noticed I have been getting the following errors
Code: |
Updating environment
devfsd:error calling: "unlink" in "GLOBAL"
devfsd:error calling: "unlink" in "GLOBAL"
devfsd:error calling: "unlink" in "GLOBAL"
devfsd:error calling: "unlink" in "GLOBAL"
and
Setting user font ...
error calling: "unlink" in "GLOBAL"
error calling: "unlink" in "GLOBAL"
|
I solved the first errors by doing an env-update, is there an equivalent font-update??? |
|
Back to top |
|
 |
EliasP Guru


Joined: 06 Dec 2002 Posts: 318 Location: South-West Germany
|
Posted: Mon Jun 20, 2005 10:40 am Post subject: |
|
|
Normally, your first error is related to devfsd. A solution would be, to remove devfsd support in the kernel and add this to your bootparameters:
Code: |
udev gentoo=nodevfsd
|
The second error may be related to fbsplash. When using fbsplash/splashutils, remove consolefont from the appropriate runlevel
Code: |
rc-update del consolefont
|
Splashutils manages consolefonts now.
Greetings
Elias P. |
|
Back to top |
|
 |
Dynamit n00b

Joined: 10 Aug 2005 Posts: 2 Location: Germany
|
Posted: Wed Aug 10, 2005 3:30 pm Post subject: |
|
|
EliasP
Thank you for a good tip, it work's fine! I'd the same boring message and i got it away!
greetz
Dynamit |
|
Back to top |
|
 |
|