ubuntuusers.de

HILFE Ubuntu fährt nicht runter!?!? (acpid: exiting)

Status: Ungelöst | Ubuntu-Version: Ubuntu 8.10 (Intrepid Ibex)
Antworten |

Titzi266

Anmeldungsdatum:
11. November 2008

Beiträge: 338

Hi,

habe ein kleins Problem mit meinem Ubuntu 8.10 Jedes mal beim herunterfahren oder neustarten steht irgendwann nur noch "acpid: exiting" auf den Monitor und dann passiert nichts mehr. Muss dann Reset drücken oder Aussschalten. Habe Acpi eigentlich schon deaktiviert. Meine menu.lst sieht so aus:

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=2481eee2-9423-4c37-8fb6-f2e7449d488a ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,6)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=nosplash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Ubuntu 8.10, kernel 2.6.27-7-generic
root		(hd0,6)
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=2481eee2-9423-4c37-8fb6-f2e7449d488a ro vga=791 acpi=off
initrd		/boot/initrd.img-2.6.27-7-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root		(hd0,6)
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=2481eee2-9423-4c37-8fb6-f2e7449d488a ro  single
initrd		/boot/initrd.img-2.6.27-7-generic

title		Ubuntu 8.10, kernel 2.6.24-21-generic
root		(hd0,6)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=2481eee2-9423-4c37-8fb6-f2e7449d488a ro splash 
initrd		/boot/initrd.img-2.6.24-21-generic
quiet

title		Ubuntu 8.10, kernel 2.6.24-21-generic (recovery mode)
root		(hd0,6)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=2481eee2-9423-4c37-8fb6-f2e7449d488a ro  single
initrd		/boot/initrd.img-2.6.24-21-generic

title		Ubuntu 8.10, memtest86+
root		(hd0,6)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Microsoft Windows XP Home Edition
root		(hd0,0)
savedefault
makeactive
chainloader	+1

Kann mir jemand helfen?

Danke

Titzi266

Titzi266

(Themenstarter)

Anmeldungsdatum:
11. November 2008

Beiträge: 338

Kann mir denn keiner helfen!? ☹

Into_the_Pit Team-Icon

Ehemalige
Avatar von Into_the_Pit

Anmeldungsdatum:
25. Juni 2008

Beiträge: 9490

Wohnort: Bochum

Hi,

versuch mal beim nächsten Runterfahren die Tastenkombination Strg+Alt+F7 und schau wo er hängt. Bei mir ist es auch so, das er diese Meldung bringt allerdings fährt er dann ganz normal runter.

Mit der menu.lst hat das eigentlich weniger zu tun.

Gruß

der Pit

wolfgang-p

Anmeldungsdatum:
1. März 2008

Beiträge: 664

Wohnort: Wedel

Moin,

könnte es sein, dass es sich um einen Fehler in Ubuntu 8.10 handelt? An anderer Stelle habe ich über ein fast gleiches Problem berichtet - bisher ohne Lösung. Auch scheinen Titzi266 und ich bei weitem nicht die einzigen User der Version 8.10 zu sein, welche dieses Problem betrifft. Mein PC schaltet sich immerhin nach etlichen Minuten doch noch aus; beim Notebook ist das aber nervig - wer will schon fünf Minuten warten, bis das Gerät ausgeschaltet ist.

Gruß Wolfgang

ArminS

Anmeldungsdatum:
12. Juli 2008

Beiträge: 73

Hallöchen,

die gleiche Meldung hab ich auch beim runterfahren meines Notebooks (Ubuntu 8.10). Allerdings dauert es nach der Meldung nur um die 5 sek, dann schaltet das Notebook (Acer Extensa 2000) ganz von allein ab.

Dingz

Avatar von Dingz

Anmeldungsdatum:
8. Oktober 2008

Beiträge: 56

Habe ebenfalls dieses Problem,

Rechner will runterfahren > blinkender Cursor für gut 2-3 Min > acpid: exiting > Rechner geht endlich aus

Installiert ist bei mir der unerschütterliche Hornochse, sprich Intrepid 😈

edit:

Habe gerade http://wiki.ubuntuusers.de/Herunterfahren#Rechner-schaltet-sich-nicht-ab gefunden. Seitdem scheint es so, dass durch das einfügen von acpi=force in /boot/grub/menu.lst sich die Zeit deutlich verkürzt hat. Wäre nett wenn das mal jemand ebenfalls testet. Bei mir sind es jetzt gefühlte 30-60 Sekunden...

Ath0

Anmeldungsdatum:
24. September 2008

Beiträge: 674

ich hatte genau das gleiche problem nur war das bei mir ein bisschen spektakulärer

und zwar wenn ich den rechner ausgeschalten hab kamen auf dem ganzen bildschirm weiße striche

als ich danach in die Konsole gegangen bin dem

stand dort auch

acpid: exiting

was mir geholfen hat war es den Bootsplash neu zu installieren

obwohl ich es seehr seeehr komisch fand das der Bootsplash was mit acpid zutun hat

naja man lernt nie aus 😀

viel glück noch

Dingz

Avatar von Dingz

Anmeldungsdatum:
8. Oktober 2008

Beiträge: 56

Also ich muss mal anmerken, dass durch acpi=force in /boot/grub/menu.lst zwar der system-shutdown nun schneller ist aber sich deutlich Sideeffekts eingeschlichen haben, als die da wären:

1. Konsoleneinträge werden sporadisch beim shutdown angezeigt oder auch nicht

2. Konsoleneinträge werden nach dem bootsplash angezeigt, ebenfalls nur manchmal

2. Die Tastatur wird bei ca. 1 von 4 Startups nicht erkannt

Ich denke ich werde den Eintrag wieder entfernen und es ebenfalls mit einem neu aufgesetzen bootsplash versuchen.

Danke für den Hinweis @Ath0

Gruß Dingz

mo8b8

Anmeldungsdatum:
26. November 2008

Beiträge: 3

hallo,

ich habe das gleich Problem mit meinem Notebook(Acer Aspire 2920)!

Also wenn jemand eine Lösung gefunden hat oder den Ansatz (Bootsplash) probiert hat wäre ich und ich denke alle anderen für einen Post sehr dankbar.

Mfg

mo

Ingo63

Avatar von Ingo63

Anmeldungsdatum:
15. August 2007

Beiträge: 126

Wohnort: Solingen

Hallo zusammen,

ich hatte unter Ubuntu 8.10 auch das Problem, daß der Rechner erst nach einigen Minuten ausging bzw. neu startete. Das hat mir geholfen http://forum.ubuntuusers.de/topic/ubuntu-8.10-faehrt-nicht-runter/

Gruß Ingo

Dingz

Avatar von Dingz

Anmeldungsdatum:
8. Oktober 2008

Beiträge: 56

Ingo63 schrieb...

Das hat mir geholfen http://forum.ubuntuusers.de/topic/ubuntu-8.10-faehrt-nicht-runter/

Klappt auch bei mir, ich dank dir für den Link. 😀

Ich für meinen Teil betrachte das Thema dann mal als gelöst.

Grüße, Dingz

mo8b8

Anmeldungsdatum:
26. November 2008

Beiträge: 3

Hallo Ingo,

auch ich danke dir für die Verlinkung funktioniert tadellos!

Danke sagt der

mo

spassel

Avatar von spassel

Anmeldungsdatum:
24. April 2008

Beiträge: 81

Wohnort: Berlin

Hallo,

bei mir ist der Fehler erst seit zwei Tagen vorhanden. Vorher funktionierte das Runterfahren tadellos und da habe ich auch schon Ubuntu 8.10 genutzt. Jemand eine Idee woran es liegen könnte? Der Workaround ist zwar gut, aber sicherlich keine Dauerlösung.

Beste Grüße

spassel

matheprof1

Anmeldungsdatum:
9. Oktober 2008

Beiträge: 5

Wohnort: Dresden

Ich hatte dasgleiche Problem sehr plötzlich auf zwei Rechnern. In meiner /etc/fstab hatte ich einen Eintrag der Form

SERVER/LOGINNAME MOUNTPOINT ncp auto, WEITERE OPTIONEN

Ich habe den Eintrag auskommentiert, das System neu gestartet und siehe da: es funktioniert. Ich kann den Fehler jederzeit reproduzieren, indem ich die Änderung wieder rückgängig mache.

K.

Antworten |