You are not logged in.

#1 2011-04-16 18:03:09

Masoud
Member
Registered: 2011-04-16
Posts: 5

Boot problem after update kernel...

I upgraded my arch linux system and after reboot i face this error :

could not load /lib/modules/2.6.33-Arch/modules.dep NO such file or directory

in first time after this error system crashed and keyboard led's start to blink.
and in other boots my gnome login screen load but my mouse and keyboard don't working.

then i use this command :

depmod -a

and :

[root@masoud-desktop /]# depmod -a
WARNING: Couldn't open directory /lib/modules/2.6.32-21-generic: No such file or directory
FATAL: Could not open /lib/modules/2.6.32-21-generic/modules.dep.temp for writing: No such file or directory

what should i do now? sad

Offline

#2 2011-04-17 06:10:00

Masoud
Member
Registered: 2011-04-16
Posts: 5

Re: Boot problem after update kernel...

any body?
please help.
after update( pacman -Su ) ,  the version of kernel is 2.6.38 but the error says that the system is looking for 2.6.33
it seems to be a bug. i don't do any thing . i just update my arch linux after install it.

can some body help me please?

Last edited by Masoud (2011-04-17 06:14:02)

Offline

#3 2011-04-17 06:22:46

eMan
Member
From: Esfahan
Registered: 2010-08-16
Posts: 51

Re: Boot problem after update kernel...

It looks like a BUG
Do you try to command pacman -Syy to fix this error ?
can we have the contain of pacman.conf ?

Last edited by eMan (2011-04-17 06:22:59)

Offline

#4 2011-04-17 06:35:02

Masoud
Member
Registered: 2011-04-16
Posts: 5

Re: Boot problem after update kernel...

Yep. I thik .
yes. i try -Syy and then -Suu .

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg   = gnome2-user-docs gnome-themes nautilus-elementary
#IgnoreGroup = xorg

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
ShowSize
#UseDelta
TotalDownload
#CheckSpace

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[radeon]
#Server = http://spiralinear.org/perry3d/i686/

[gnome-unstable]
Include = /etc/pacman.d/mirrorlist

#[kde-unstable]
#Include = /etc/pacman.d/mirrorlist

[testing]
Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repository here.
#[multilib]
#Include = /etc/pacman.d/mirrorlist

#[archlinuxfr]
#Server = http://repo.archlinux.fr/i686

#[archstuff]
#Server = http://archstuff.vs169092.vserver.de/i686

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Offline

#5 2011-04-17 06:44:33

eMan
Member
From: Esfahan
Registered: 2010-08-16
Posts: 51

Re: Boot problem after update kernel...

can we have the contain of rc.conf ? either

Offline

#6 2011-04-17 06:49:35

Masoud
Member
Registered: 2011-04-16
Posts: 5

Re: Boot problem after update kernel...

#
# /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", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# 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/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Asia/Tehran"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# 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
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(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 (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# 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 dbus @networkmanager @netfs @alsa @crond gdm)

Last edited by Masoud (2011-04-17 06:51:01)

Offline

#7 2011-04-17 06:59:03

eMan
Member
From: Esfahan
Registered: 2010-08-16
Posts: 51

Re: Boot problem after update kernel...

every thing looks great but I don't know why there is no body to answer ? mad

Offline

#8 2011-04-17 07:04:06

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Boot problem after update kernel...

Arch Wiki wrote:
[testing]

The [testing] repository can be found in testing/os/i686 on your favorite mirror. [testing] is special because it contains packages that are candidates for the [core] or [extra] repositories. New packages go into [testing] if:

    * they are expected to break something on update and need to be tested first
    * they require other packages to be rebuilt. In this case, all packages that need to be rebuilt are put into [testing] first and when all rebuilds are done, they are moved back to the other repositories.

[testing] is the only repository that can have name collisions with any of the other official repositories. If enabled, it has to be the first repo listed in your pacman.conf file

Be careful when enabling [testing]. Your system may break after you perform an update with the [testing] repository enabled. Only experienced users who know how to deal with potential system breakage should use it.

https://wiki.archlinux.org/index.php/Th … testing.5D


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2011-04-17 08:46:20

Masoud
Member
Registered: 2011-04-16
Posts: 5

Re: Boot problem after update kernel...

ok but...
what should i do now to resolve the problem?

Offline

Board footer

Powered by FluxBB