diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-February/023193.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-February/023193.html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-February/023193.html b/zarb-ml/mageia-dev/2013-February/023193.html new file mode 100644 index 000000000..ce0840615 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-February/023193.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Bug #7633 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Bug%20%237633&In-Reply-To=%3CCAONrEtYAtwU6CnTaEksYBd9QsCuBu-AttxZU3U4K8hpWpmuk0w%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023190.html"> + <LINK REL="Next" HREF="023186.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Bug #7633</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Bug%20%237633&In-Reply-To=%3CCAONrEtYAtwU6CnTaEksYBd9QsCuBu-AttxZU3U4K8hpWpmuk0w%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Bug #7633">thierry.vignaud at gmail.com + </A><BR> + <I>Thu Feb 28 22:34:27 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023190.html">[Mageia-dev] Bug #7633 +</A></li> + <LI>Next message: <A HREF="023186.html">[Mageia-dev] fpc does *not* require gcc +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23193">[ date ]</a> + <a href="thread.html#23193">[ thread ]</a> + <a href="subject.html#23193">[ subject ]</a> + <a href="author.html#23193">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 28 February 2013 22:18, Olivier Blin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at blino.org</A>> wrote: +>><i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=7633">https://bugs.mageia.org/show_bug.cgi?id=7633</A> +</I>>><i> +</I>>><i> Can we do something about this bug? 80+ people in CC getting spammed +</I>>><i> every second day. If we can't fix it then let's drop it. +</I>><i> +</I>><i> Hi, +</I>><i> +</I>><i> Just putting an eval {} block like this in lib/MDV/Snapshot/Hal.pm +</I>><i> should be enough: +</I>><i> +</I>><i> sub find_removable_volumes { +</I>><i> my ($dbus) = @_; # perl_checker: $dbus = Net::DBus->new +</I>><i> eval { +</I>><i> my $hal = $dbus->get_service($hal_dn); # perl_checker: $dbus = Net::DBus->new +</I>><i> my $manager = $hal->get_object($manager_path, $hal_manager); # perl_checker: $manager = Net::DBus::RemoteObject +</I>><i> grep { is_proper_device($_, 1) } map { $hal->get_object($_, "$hal_dn.Device") } @{$manager->GetAllDevices}; +</I>><i> } +</I>><i> } +</I>><i> +</I>><i> We just won't be able to automatically detect the backup disk mount point. +</I> +Or someone should do the same thing as for perl-Hal-Cdroms (should be +easy, just needs time): +<A HREF="http://svnweb.mageia.org/soft/perl-Hal-Cdroms/trunk/lib/Hal/Cdroms.pm?view=log">http://svnweb.mageia.org/soft/perl-Hal-Cdroms/trunk/lib/Hal/Cdroms.pm?view=log</A> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023190.html">[Mageia-dev] Bug #7633 +</A></li> + <LI>Next message: <A HREF="023186.html">[Mageia-dev] fpc does *not* require gcc +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23193">[ date ]</a> + <a href="thread.html#23193">[ thread ]</a> + <a href="subject.html#23193">[ subject ]</a> + <a href="author.html#23193">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |