You are not logged in.

#1 2005-11-27 12:18:46

Samuel Cengel
Member
From: Slovak Republic
Registered: 2005-11-19
Posts: 55

upgrade initscripts

Hi, I am using Arch in my laptop IBM thinkpad 600e.

My kernel is 2.6.10-3 with APM support and no ACPI, compiled with gcc 3.4.

When I upgrade package initscripts, I cant boot into my Arch.

The message is: loading modules   [BUSY]

BUSY is still BUSY

when I downgrade package initscripts on version 0.7.1-5 my Arch is booting correct.

Offline

#2 2005-11-27 15:07:05

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: upgrade initscripts

You really need to upgrade your kernel - arch doesn't do the whole "backwards compatible with everything we'reever released"

Offline

#3 2005-11-27 15:55:52

Samuel Cengel
Member
From: Slovak Republic
Registered: 2005-11-19
Posts: 55

Re: upgrade initscripts

Phrakture, thank you very much. It is really nice, but I need my kernel with APM supports. The arch stock kernel 2.6.13 dont have APM support and ACPI dont works correct on my laptop. It is old laptop, six years ago. Kernel 2.6.10 is good for this laptop.
And what about this?
/etc/pacman.conf
IgnorePkg = initscripts

Offline

#4 2005-11-27 16:17:54

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: upgrade initscripts

which version of initscripts make trouble?
it shouldn'T stop while loading modules.

Offline

#5 2005-11-27 16:53:31

Samuel Cengel
Member
From: Slovak Republic
Registered: 2005-11-19
Posts: 55

Re: upgrade initscripts

All versions newer than 0.7.1-5.
When my arch is booting I see the message loading modules (BUSY).
This message is still BUSY and I must restart computer manually and downgrade package initscripts to version 0.7.1-5.
Version 0.7.1-13 makes same exact problem.

Offline

#6 2005-11-27 17:19:45

Samuel Cengel
Member
From: Slovak Republic
Registered: 2005-11-19
Posts: 55

Re: upgrade initscripts

this is my /etc/rc.conf

[root@myhost samuel]# cat /etc/rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/unimaps
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE=
HARDWARECLOCK="localtime"
TIMEZONE=Europe/Bratislava
KEYMAP=us
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by hwdetect
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to disable it
#
MODULES=(!usbserial xirc2ps-cs ppp-generic nsc-ircc ircomm ircomm-tty)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="myhost"
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo !eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
NET_PROFILES=menu
#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng !hotplug pcmcia network netfs crond hwd autofs apmd)
# End of file
[root@myhost samuel]#

Offline

#7 2005-11-27 18:58:29

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: upgrade initscripts

try initscripts -14 it should fix your bootup problem, added a check for your problem.
greetings
tpowa

Offline

#8 2005-11-27 20:14:05

Samuel Cengel
Member
From: Slovak Republic
Registered: 2005-11-19
Posts: 55

Re: upgrade initscripts

Thank you very much, Tpowa.
when I use in rc.conf autoload modle=yes, I see the message hwdetect aborted you need kernel 2.6.12
when I use autoload modules=no, I dont see this message.
sorry for my english.
Archlinux is super and great distro :-)

Offline

Board footer

Powered by FluxBB