[Bug 106097] Re: EVMS Boot-Problem

2013-05-13 Thread Phillip Susi
This package has been removed from Ubuntu. Closing all related bugs.

** Changed in: evms (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/106097

Title:
  EVMS Boot-Problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evms/+bug/106097/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2010-07-08 Thread David Stansby
Setting as patch-needswork as per comment #7

** Tags added: patch-needswork
** Tags removed: patch

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2008-10-05 Thread Daniel T Chen
** Changed in: evms (Ubuntu)
   Importance: Undecided = High
   Status: New = Triaged

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2008-02-18 Thread Daniel Holbach
To get your fix included in Ubuntu, it would help if you tried
transforming it into a debdiff
(http://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff) and submit it
for review (http://wiki.ubuntu.com/SponsorshipProcess). If you prefer
somebody else to do that, that's fine - please just indicate if you're
available to do that.

Does this still apply to Hardy?

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-11-25 Thread Emmet Hikory
** Tags added: patch

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-05-10 Thread Darik Horn
I can confirm that this bug happens during the upgrade to Feisty for
i386 and amd64 computers, and that the given patch fixes both.

The upgrade from Edgy to Feisty will break any computer that has an EVMS
root.  The severity of the bug should be increased because it makes
affected computers unbootable.

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-05-02 Thread Bob/Paul
I've never used evms for a root device, but am currently running into
problems on a test I'm using with VMWare, so maybe this is the issue I'm
having.

A thought occurs to me, though. The init system was changed from the
debian system to Upstart beginning with Edgy Eft. Upstart runs startup
scripts in parallel when possible. Could have the lack of parallelism in
Dapper naturally caused enough delay to prevent problems? Did you have
problems with Edgy, or did you jump from Dapper to Feisty?

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-04-18 Thread jilse
I compared the evms scripts from initramfs-tools from dapper und 
initramfs-tools from feisty.
They are exactly identical, but with the initramfs-tools from feisty, i have to 
wait before
calling evms_activate, because otherwise the root-device on an EVMS-Volume will 
not be
found ... What the hell is that? Why don't i have this problem with the dapper 
version of the
 initramfs-tools, but with the feisty version? Is my suggested fix only a 
workaround for a 
completely different problem? Is there anyone else out there with such a 
problem? Is there
anyone out there, who uses an EVMS-Volume as root-device and *don't* need to 
wait before
running evms_activate from initial ramdisk?

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-04-14 Thread jilse
A working patch to fix this issue is contained in the 3rd message about this 
problem.
Maybe someone should only commit this change (i am not an Ubuntu developer, and
i don't want to be one because of lack of time, so i can't do it). The patch 
works
without any problems for me. Is there anyone out there, who had the same 
problem?
Does this patch also for that person?

** Changed in: evms (Ubuntu)
   Status: Unconfirmed = Fix Released

** Changed in: evms (Ubuntu)
   Status: Fix Released = Unconfirmed

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-04-13 Thread jilse
Today i have build a patch for evms to solve this problem more elegant
as the quickdirty solution with sleep 5. This solutions replaces the
call of /sbin/evms_activate in the script /usr/share/initramfs-
tools/scripts/local-top/evms with a loop which tries to start
evms_activate until $ROOT shows up (but limits the calls to
evms_activate to a maximum of 11 times). Also it inserts a line in
/usr/share/initramfs-tools/hooks/evms to make shure, that
/lib/libgcc_s.so.1 is available in the initrd when evms is used (to
avoid errormessages from evms_activate). May this patch (or something
based on it) be useful for every ubuntu-User which uses an evms-Volume
for the root-filesystem.

From my point of view, this bug is fixed, when this patch is included in
Ubuntu feisty ...

** Attachment added: Patch for evms to solve the above mentiond boot-problem
   http://librarian.launchpad.net/7326175/evms.diff

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106097] Re: EVMS Boot-Problem

2007-04-12 Thread jilse
After again reading Bugreport #105386, i noticed, that this is possibly
the same bug, so i added a comment with a pointer to this report in
#105386.

-- 
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs