Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
shutdown problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Sun Apr 18, 2004 1:01 pm    Post subject: shutdown problem Reply with quote

ich fahre mit gentoo-sources-2.4.25-r2 und habe nach dem ich auf den kernel compiliert und installiert habe und danach ein emerge -uU world durchgef*hrt habe jedesmal beim runterfahren folgende meldung

* Mounting remaining filesystems readonly [!!]

und danach beim wieder hochfahren von reiserfsck die fehlermeldung filesystems were not clearly unmounted.



woran kann das liegen?

bitte helft mir...

danke
matthias
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Apr 18, 2004 1:12 pm    Post subject: Re: shutdown problem Reply with quote

motzl wrote:
bitte helft mir...
Hilf Dir selbst, sonst hilft Dir niemand!

Ich konnte es lassen und musste diesen Satz aus einem Buch von Kirschner zitieren. ;)

also zurück zu deinem problem. kannst du mal den inhalt deiner /etc/fstab hier posten?

gruss

steve
Back to top
View user's profile Send private message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Sun Apr 18, 2004 1:24 pm    Post subject: Reply with quote

ja das ich mir selbst helfen muss hab ich nicht gewusst :?

naja wie gesagt, es hat sich nach dem world-upgrade bezüglich fstab nichts geändert:
hier die fstab:
Code:

# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1      /boot      ext2      noauto,noatime      1 1
/dev/hda3      /      reiserfs   noatime      0 0
/dev/hda2      /mnt/store   reiserfs   noatime      0 0
/dev/hda4      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro      0 0
#/dev/fd0      /mnt/floppy   auto      noauto         0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      defaults      0 0




danke dass ihr mir moegliche fehlerquellen zu finden helft...


mfg
hais
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Apr 18, 2004 1:29 pm    Post subject: Reply with quote

motzl wrote:
ja das ich mir selbst helfen muss hab ich nicht gewusst :?
war nur ein witz :)

motzl wrote:
naja wie gesagt, es hat sich nach dem world-upgrade bezüglich fstab nichts geändert
bei welcher disk beklagt sich denn der boot-prozess?

motzl wrote:
danke dass ihr mir moegliche fehlerquellen zu finden helft...
nicht so förmlich! hier duzen wir uns alle ;)

motzl wrote:
mfg
hais
war da nich vorher ein anderer name?

gruss

SteveB
Back to top
View user's profile Send private message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Sun Apr 18, 2004 1:44 pm    Post subject: Reply with quote

mhm

beim shutdown gibt er nur den error (!!) aus und beim hochfahren /Dev/hda3 also / sagt reoserfscck das /dev/hda3 nicht clearly unmounted war




ja motzl
oder hias






www.motzlmachines.net
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Apr 18, 2004 2:06 pm    Post subject: Reply with quote

okay... verstehe. hast du acpi oder apm im kernel aktiviert?

gruss

steve
Back to top
View user's profile Send private message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Sun Apr 18, 2004 2:23 pm    Post subject: Reply with quote

ja hab ich beides, ich fahre auf einem mendocino 400 mit 256 ram


das ist wiederum ein sehr strange sache:
Code:

                               [*] Power Management support                                                        │ │
  │ │                                <*>   Advanced Power Management BIOS support                                        │ │
  │ │                                [*]     Ignore USER SUSPEND                                                         │ │
  │ │                                [*]     Enable PM at boot time                                                      │ │
  │ │                                [*]     Make CPU Idle calls when idle                                               │ │
  │ │                                [*]     Enable console blanking using APM                                           │ │
  │ │                                [ ]     RTC stores time in GMT                                                      │ │
  │ │                                [*]     Allow interrupts during APM BIOS calls                                      │ │
  │ │                                [ ]     Use real mode APM BIOS call to power off                                    │ │
  │ │                                ACPI Support  --->                                                                  │ │

acpi:
Code:

                                           [*] ACPI Support                                                         │ │
  │ │                                           <*>   AC Adapter                                                         │ │
  │ │                                           <*>   Battery                                                            │ │
  │ │                                           <*>   Button                                                             │ │
  │ │                                           <*>   Fan                                                                │ │
  │ │                                           <*>   Processor                                                         │ │
  │ │                                           <*>   Thermal Zone                                                       │ │
  │ │                                           < >   ASUS Laptop Extras                                                 │ │
  │ │                                           < >   Toshiba Laptop Extras                                              │ │
  │ │                                           [ ]   Debug Statements                                                   │ │
  │ │                                           [ ]   Relaxed AML Checking



unter kde habe ich eine anzeiga was thermal zone, batterie etc betrifft
und in der befehlszeile mit sys-apps/acpi bekomme ich den error dass acpi nicht im kernel ist.
das ist aber nicht so wichtig...

das mit der hd is wichtiger.
beim reboot ist es genauso (mit der fehlermeldung)

mfg hias
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Apr 18, 2004 2:28 pm    Post subject: Reply with quote

du hast sowohl acpi als auch apm im kernel aktiviert. das ist zwar nicht schlimm; aber der kernel wird nur eines davon laden. ich habe bei mir beides aktiv und entscheide dann über kernel parameter was geladen werden soll.

hast du mal versucht die option "Use real mode APM BIOS call to power off" zu aktivieren? vielleicht hast du eines dieser komischen bios implementationen wo das nötig ist.


gruss

steve
Back to top
View user's profile Send private message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Sun Apr 18, 2004 2:37 pm    Post subject: Reply with quote

ich sag morgen bescheid ob das was geholfen hat.
hias
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Apr 18, 2004 3:00 pm    Post subject: Reply with quote

okay
Back to top
View user's profile Send private message
motzl
n00b
n00b


Joined: 22 Jan 2004
Posts: 44

PostPosted: Mon Apr 19, 2004 8:40 am    Post subject: Reply with quote

hey. es hat funktioniert.

danke
wie geht das mit den kernel parametern?

mfg
hias
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Mon Apr 19, 2004 9:55 am    Post subject: Reply with quote

motzl wrote:
hey. es hat funktioniert.

danke
wie geht das mit den kernel parametern?

mfg
hias
Toll ;)

kernel paramater:
Code:
acpi=on oder off
Code:
apm=on oder off


mein /boot/grub/grub.conf sieht so aus (bitte nicht 1 zu 1 übernehmen! ich benütze bei mir UDEV anstelle von DevFS):
Code:
default 3
timeout 5
fallback 2
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

# [0] ##
title=Memtest86 (memory test for x86 computers)
        root (hd0,0)
        kernel /boot/memtest86/memtest.bin

# [1] ##
title=Gentoo Linux [2.6.5-mm6|CFQ]
        root (hd0,0)
        kernel /boot/bzImage-2.6.5-mm6 root=/dev/hda3 hdc=cdrom hda=autotune acpi=on apm=off elevator=cfq vga=0x31B devfs=nomount

# [2] ##
title=Gentoo Linux [2.6.6-rc1|CFQ]
        root (hd0,0)
        kernel /boot/bzImage-2.6.6-rc1 root=/dev/hda3 hdc=cdrom hda=autotune acpi=on apm=off elevator=cfq vga=0x31B devfs=nomount

# [3] ##
title=Gentoo Linux [2.6.5-love5|CFQ]
        root (hd0,0)
        kernel /boot/bzImage-2.6.5-love5 root=/dev/hda3 hdc=cdrom hda=autotune acpi=on apm=off elevator=cfq vga=0x31B devfs=nomount



Gruss

Steve
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum