Thanks all for finally getting this straightened out. I realize it's not
a priority at the moment with the big crunch for hardy upon us, but is
there any change for a "backport" (it's the exact same patch) to gutsy,
feisty, or etch (all of which it is also broken in, but I believe it
works as inten
Sorry it took so long to get all the ducks in a row.
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
Colin, Stefan, many thanks!!
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://
Closing out ubuntu-meta task; the sysvinit one is adequate.
** Changed in: sysvinit (Ubuntu)
Importance: Undecided => High
Assignee: (unassigned) => Stefan Bader (stefan-bader-canonical)
** Changed in: ubuntu-meta (Ubuntu)
Status: New => Invalid
--
ACPI ac module not getting load
I've sponsored Stefan's fix to sysvinit.
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.
This bug was fixed in the package sysvinit - 2.86.ds1-14.1ubuntu39
---
sysvinit (2.86.ds1-14.1ubuntu39) hardy; urgency=low
* If ACPI is available, load the ac module before checking the root
filesystem (LP: #89752).
-- Stefan Bader <[EMAIL PROTECTED]> Tue, 11 Mar 2008
15:01:
Well, if someone official believes that it's not a kernel bug, I'm
changing the status of the sysvinit from "Invalid" to "Conformed", and
hopefully someone official from the sysvinit team will deal with it,
noting that a patch has already been provided by Stefan Bader. Can
someone official from U
manu, I share your sense of frustration - time for the various teams to
stop squabbling and for someone to pick up the slack and commit Stefan's
fix. At least we have a patch that works and an assignee at canonical
now. The bug is still open in ubuntu-meta, where I suspect it will be
filed. Have fa
** Also affects: ubuntu-meta (Ubuntu)
Importance: Undecided
Status: New
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
Stefan's patch works perfectly for me on an otherwise clean amd64/gutsy
box. Please do apply this patch to hardy (in fact, if I had a vote I'd
vote for applying it on gutsy, and with further testing feisty and edgy
as well), as this bug has lingered an embarrassingly long time! Thanks
much Stefan.
So now this bug is INVALID in 3 packages and WONTFIX in 1 (the kernel).
How useful!
Well, let's say it is a general Ubuntu bug. But sending it into oblivion
can't be right when everybody agrees that it is a bug.
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/b
I would propose the attached patch for the initscripts package.
** Attachment added: "Load ac module before checking rootfs."
http://launchpadlibrarian.net/12554663/initscripts-loadac.patch
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You recei
This is not a real kernel problem. IMHO the module should be loaded by
the script that requires it.
** Changed in: linux (Ubuntu)
Status: In Progress => Won't Fix
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notificati
It seems to be only a kernel bug so the init entries could be closed.
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Changed in: sysvinit (Ubuntu)
Status: New => Invalid
** Changed in: powermgmt-base (Ubuntu)
Status: Incomplete => Invalid
--
ACPI a
It's not necessarily a kernel bug. The issue is that *either* the
ac_adapter module needs to be loaded explicitly by the init scripts
*before* fsck is run, *or* the ACPI and ac_apater modules need to be
explicitly configured as being built into the kernel, i.e.:
CONFIG_ACPI=y
CONFIG_ACPI_AC=y
S
** Changed in: linux (Ubuntu)
Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Stefan Bader
(stefan-bader-canonical)
Status: Triaged => In Progress
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification bec
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team)
Status: New => Triaged
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification be
It is still not fixed. It doesn't happen with my self compiled kernel but still
with the Ubuntu one.
It happens since the first integration of Upstart (Edgy).
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because
** Also affects: sysvinit (Ubuntu)
Importance: Undecided
Status: New
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu
Fixes?
1. Build the kernel with the ac module compiled into the kernel.
2. Modify the initscripts to load the ac module early enough and (it that
fails) complain in a message, so users can tell that something went wrong
(Failed loading ac module: Cannot determine whether running on batteries). I
What is incomplete in this bug report? I also have the same problem. I
just deactivated the fsck check completely.
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this bug notification because you are a member of Ubuntu
Bugs, which is the
Suggestion: In /etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh, at the
beginning of the file, place the command:
ls /proc/acpi/ac_adapter. If it's not there, then that's clearly your problem.
The thing to check would be the initrd file. to see if it includes the acpi
modules:
gunzip < /b
unggnu -
Unfortunately, the problem is still happening for me - I retested just
now after receiving your message.
sudo tune2fs -c 33 /dev/sda6
sudo tune2fs -C 33 /dev/sda6
unplug and reboot, and I still get a fsck.
Trying to figure out what could be different between my system and
yours...
sda
It seems to be fixed in Gutsy. At least I always got a message fsck was
skipped because of battery mode.
** Changed in: powermgmt-base (Ubuntu)
Status: Confirmed => Incomplete
--
ACPI ac module not getting loaded before e2fsck runs
https://bugs.launchpad.net/bugs/89752
You received this b
** Summary changed:
- skipping fsck while booting on battery
+ ACPI ac module not getting loaded before e2fsck runs
** Description changed:
- Binary package hint: e2fsprogs
-
- It should be a good idea to skip filesystem check after X mounts while a
- laptop is booting on battery, to save batte
25 matches
Mail list logo