View previous topic :: View next topic |
Author |
Message |
kazik1616 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 03 Mar 2006 Posts: 117 Location: pl
|
Posted: Thu Dec 21, 2006 9:31 am Post subject: [SOLVED]After deep update system doesn't want to reboot |
|
|
Hi all,
after emerge -uDv world my system doesnt reboot. That means, when I type reboot X's are tyrning off, the screen is blank and I cannot do anything. What to do?? _________________ http://bots.xt.pl
Last edited by kazik1616 on Thu Jan 04, 2007 7:49 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loki_val Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 13 Nov 2006 Posts: 418 Location: Denmark
|
Posted: Thu Dec 21, 2006 9:53 am Post subject: |
|
|
If you're running ~x86, you probably got the new baselayout. To get it to reboot cleanly, you have to Code: | emerge -1av sys-apps/sysvinit | (assuming you've already run etc-update. If not, do it.) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kazik1616 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 03 Mar 2006 Posts: 117 Location: pl
|
Posted: Thu Dec 21, 2006 9:57 am Post subject: |
|
|
I use AMD64 and there is no such package in my system any other ideas? My emerge --info: Code: | Portage 2.1.2_rc3-r8 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-suspend2 x86_64)
=================================================================
System uname: 2.6.18-suspend2 x86_64 AMD Sempron(tm) Processor 2800+
Gentoo Base System version 1.12.8
Last Sync: Wed, 20 Dec 2006 16:20:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.61
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=k8 -march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-mtune=k8 -march=k8 -O2 -pipe"
DISTDIR="/usr/portage//distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="pl_PL.UTF-8"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility alsa amd64 avahi bash-completion berkdb bitmap-fonts cli cracklib crypt cups dlloader dri dvd elibc_glibc exif fortran gdbm gif gnome gpm gtk gtk2 hal iconv input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog jabber java jpeg kernel_linux libg++ linguas_pl mp3 ncurses nls nptl nptlonly nvidia pam pcre pdf perl ppds pppd python readline reflection session spl ssl tcpd truetype-fonts type1-fonts udev unicode userland_GNU video_cards_fbdev video_cards_nv video_cards_nvidia video_cards_v4l video_cards_vesa video_cards_vga xorg xv zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
|
_________________ http://bots.xt.pl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
loki_val Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 13 Nov 2006 Posts: 418 Location: Denmark
|
Posted: Thu Dec 21, 2006 10:08 am Post subject: |
|
|
What do you mean "there's no such package"? If sysvinit isn't present, you're in trouble unless you've installed initng or something like it.
EDIT: In other words, what's the output of Code: | emerge -1pv sys-apps/sysvinit sys-apps/baselayout | AND have you run the command after upgrading? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jjstickel n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Jul 2004 Posts: 10
|
Posted: Sat Dec 23, 2006 4:04 am Post subject: |
|
|
I got hit by this issue also. You can read more here: https://forums.gentoo.org/viewtopic-t-525459.html
I upgraded to testing versions of module-init-tools and baselayout due to a bug with module updating (https://forums.gentoo.org/viewtopic-t-523396.html). A later "emerge --depclean" removed sysvinit entirely! Oops. After chrooting and emerging the testing version of sysvinit, I am OK again. But why didn't baselayout bring in the correct version of sysvinit and prevent depclean from removing it!? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kazik1616 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 03 Mar 2006 Posts: 117 Location: pl
|
Posted: Thu Jan 04, 2007 7:49 am Post subject: |
|
|
Thanks, helped ![Smile :)](images/smiles/icon_smile.gif) _________________ http://bots.xt.pl |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|