summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-February/023190.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2013-February/023190.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2013-February/023190.html')
-rw-r--r--zarb-ml/mageia-dev/2013-February/023190.html83
1 files changed, 83 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-February/023190.html b/zarb-ml/mageia-dev/2013-February/023190.html
new file mode 100644
index 000000000..fe9aa6dcc
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-February/023190.html
@@ -0,0 +1,83 @@
+<!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=%3Cm3621ccf3d.fsf%40euphor.blino.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="023179.html">
+ <LINK REL="Next" HREF="023193.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Bug #7633</H1>
+ <B>Olivier Blin</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Bug%20%237633&In-Reply-To=%3Cm3621ccf3d.fsf%40euphor.blino.org%3E"
+ TITLE="[Mageia-dev] Bug #7633">mageia at blino.org
+ </A><BR>
+ <I>Thu Feb 28 22:18:14 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="023179.html">[Mageia-dev] Bug #7633
+</A></li>
+ <LI>Next message: <A HREF="023193.html">[Mageia-dev] Bug #7633
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23190">[ date ]</a>
+ <a href="thread.html#23190">[ thread ]</a>
+ <a href="subject.html#23190">[ subject ]</a>
+ <a href="author.html#23190">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Sander Lepik &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">sander.lepik at eesti.ee</A>&gt; writes:
+
+&gt;<i> Hi!
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=7633">https://bugs.mageia.org/show_bug.cgi?id=7633</A>
+</I>&gt;<i>
+</I>&gt;<i> Can we do something about this bug? 80+ people in CC getting spammed
+</I>&gt;<i> every second day. If we can't fix it then let's drop it.
+</I>
+Hi,
+
+Just putting an eval {} block like this in lib/MDV/Snapshot/Hal.pm
+should be enough:
+
+sub find_removable_volumes {
+ my ($dbus) = @_; # perl_checker: $dbus = Net::DBus-&gt;new
+ eval {
+ my $hal = $dbus-&gt;get_service($hal_dn); # perl_checker: $dbus = Net::DBus-&gt;new
+ my $manager = $hal-&gt;get_object($manager_path, $hal_manager); # perl_checker: $manager = Net::DBus::RemoteObject
+ grep { is_proper_device($_, 1) } map { $hal-&gt;get_object($_, &quot;$hal_dn.Device&quot;) } @{$manager-&gt;GetAllDevices};
+ }
+}
+
+We just won't be able to automatically detect the backup disk mount point.
+
+--
+Olivier Blin - blino
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="023179.html">[Mageia-dev] Bug #7633
+</A></li>
+ <LI>Next message: <A HREF="023193.html">[Mageia-dev] Bug #7633
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23190">[ date ]</a>
+ <a href="thread.html#23190">[ thread ]</a>
+ <a href="subject.html#23190">[ subject ]</a>
+ <a href="author.html#23190">[ 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>