| View previous topic :: View next topic |
| Author |
Message |
haneulso Tux's lil' helper

Joined: 31 Aug 2004 Posts: 149
|
Posted: Thu Nov 15, 2012 10:44 pm Post subject: Disappeared hostname after openrc imgration. |
|
|
I upgrade openrc from 0.10.5 to 0.11.5.(http://www.gentoo.org/doc/en/openrc-migration.xml)
After upgrading hostname of my machine is disappeared.
| Code: |
myhome@(none) ~ $ hostname
(none)
myhome@(none) ~ $ su -
Password:
(none) ~ # hostname
(none)
(none) ~ #
|
/etc/conf.d/hostname is
| Code: |
# Set to the hostname of this machine
hostname="MyBox"
|
I has used openrc-0.10.5.
But different things are upgrading openrc to 0.11.5 and adding critical services to the boot runlevel or sysinit runlevel according to http://www.gentoo.org/doc/en/openrc-migration.xml
| Code: |
rc-update add root boot
rc-update add procfs boot
rc-update add mtab boot
rc-update add fsck boot
rc-update add swap boot
rc-update add udev sysinit
|
What's problem? |
|
| Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 29972 Location: 56N 3W
|
Posted: Thu Nov 15, 2012 11:06 pm Post subject: |
|
|
haneulso,
Check that your hostname service is in the right runlevel _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
| Back to top |
|
 |
DONAHUE Watchman


Joined: 09 Dec 2006 Posts: 5270 Location: Goose Creek SC
|
Posted: Thu Nov 15, 2012 11:29 pm Post subject: |
|
|
should look like | Quote: |
This is \n. (\s \m \r) \t |
_________________ Defund the FCC. |
|
| Back to top |
|
 |
haneulso Tux's lil' helper

Joined: 31 Aug 2004 Posts: 149
|
Posted: Thu Nov 15, 2012 11:39 pm Post subject: Thanks I solved. |
|
|
| Thanks All. I solved. |
|
| Back to top |
|
 |
|