Bug#801626: udev: out-of-memory/page-fault when encountering broken ms-dos partition table
Marco d'Itri
md at Linux.IT
Mon Oct 12 19:43:49 BST 2015
On Oct 12, Dieter <dieter at sarina-ist-doof.de> wrote:
> Sadly i can't. I have not yet found a system or live-cd that would not run
> into the described out-of-memory situation.
> (i tried debian-stable live, gparted live, arch-stable live)
GRML does not use systemd yet, so it may work.
> I thought i might be able to mask the partitions using the following rule:
> cat /etc/udev/rules.d/00_hide_partitions
> KERNEL=="sdc*", ENV{UDISKS_IGNORE}="1"
> KERNEL=="sdd*", ENV{UDISKS_IGNORE}="1"
I doubt that the problem is udisks, try instead:
cat << 'END' >> /etc/udev/rules.d/10-test.rules
KERNEL=="sd[cd]*", GOTO="systemd_end"
END
If this works then you can try raising 10 step by step until you can
reproduce the issue (have a look at the existing rules to guess some
interesting values).
--
ciao,
Marco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 648 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20151012/105e7805/attachment-0002.sig>
More information about the Pkg-systemd-maintainers
mailing list