blob: ce084061599d6d3a70541f818f7dcfa89a3572ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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>
|