You are not logged in.

#1 2007-07-01 22:27:27

nn1317
Member
From: Russia
Registered: 2007-07-01
Posts: 4
Website

suspend2 kernel strange fail

Hi
I know that my english is very bad and i am sorry for this
I had 0.8 arch recently and it worked on my laptop. So i had downloaded suspend2 kernel and installed it.
Then reboot. it was all right.
Acfter that i tryed to configure hibernate script.... and not specially push button SLEEP, and laptop went to sleep:(
I don't expect that, i think that SLEEP will not work:(
so, i pushed some buttons after that and it wake up, very strange wake up
It was kde running and amarok played before sleeping. After waking up, amarok continue playing, but there was no KDE(i saw text mode with light background, and letters "b" filled the screen)
Laptop don't answer for pushing keys and i manually rebooted it

What i have after it: kernel init, that s right, then types like "INIT 2.86 booting" and errors (in file rc.conf)
First error was like this: "Syntax error: unexpected '(' on line xxx"
as i see later, at that line in file rc.conf was first symbol '('
If i comment this line, nothings will changes(only number of line in error)
It was with both kernels (19 and 21)
then it prints, that filesystem mount readonly, start daemons(not successfully, of course) and stop
Then i find out that errors are from /etc/rc.sysinit and /etc/rc.multi execution
so i try do debug them
rc.conf and other configuration files was right
and i thinked that something wrong in /bin/sh
I copied work /bin/sh from another Arch0.8
it was better, because after booting system go to single mode
("press root password or type Control-D:...")
If i try to use "mount" command with option "-n", it sad that it wasn't right
so i copyed all binaries (/bin, /sbin, /usr/bin, /usr/sbin) from working Arch
there is less error during boot, bu i can't go to single user mode again!

I don't know what to do
I think that some files are corrupted(of course, i checked filesystem - it is all right) but i don't know which ones:(
If i cant start it i should reinstall system(thats wasnt good)

PS: I use lilo and ext3.
PS2: sorry for my english again.

Last edited by nn1317 (2007-07-01 23:49:19)


ignition, starter, here goes:)

Offline

#2 2007-07-02 13:03:07

nn1317
Member
From: Russia
Registered: 2007-07-01
Posts: 4
Website

Re: suspend2 kernel strange fail

Any ideas?...


ignition, starter, here goes:)

Offline

#3 2007-07-02 23:23:32

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: suspend2 kernel strange fail

could you post your rc.conf?

Offline

#4 2007-07-03 08:53:36

nn1317
Member
From: Russia
Registered: 2007-07-01
Posts: 4
Website

Re: suspend2 kernel strange fail

of course

#
# /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/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="ru_RU.KOI8-R"
HARDWARECLOCK="localtime"
TIMEZONE="Canada/Pacific"
KEYMAP="ru4"
CONSOLEFONT="koi8r-8x8.gz"
###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 udev
###MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#                   
#
echo "sdsds"
MODULES=(fglrx 8139too mii bcm43xx asus_acpi battery ac button container fan dock sbs processor thermal video) 
#i2c_ec
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="nn1317"
#
# 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
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 10.10.10.2 netmask 255.255.254.0 broadcast 10.10.10.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 10.10.10.254"
###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-profiles
#
#NET_PROFILES=(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 acpid hal hwd sensors network alsa netfs crond kdm httpd mysqld)


# End of file

ignition, starter, here goes:)

Offline

#5 2007-07-03 11:42:09

kano
Member
From: Michigan
Registered: 2007-05-04
Posts: 185
Website

Re: suspend2 kernel strange fail

What is the 'echo "sdsds"' doing there?


\\ archlinux on a XPS M1530 //

Offline

#6 2007-07-03 19:57:04

nn1317
Member
From: Russia
Registered: 2007-07-01
Posts: 4
Website

Re: suspend2 kernel strange fail

i try to find out where it has errors
without this ECHO there are the same


ignition, starter, here goes:)

Offline

Board footer

Powered by FluxBB