summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-November/009899.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/2011-November/009899.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/2011-November/009899.html')
-rw-r--r--zarb-ml/mageia-dev/2011-November/009899.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-November/009899.html b/zarb-ml/mageia-dev/2011-November/009899.html
new file mode 100644
index 000000000..e22a6019c
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-November/009899.html
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Unable to boot into kernel-3.1.3
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Unable%20to%20boot%20into%20kernel-3.1.3&In-Reply-To=%3C4ED3969F.7010802%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="009897.html">
+ <LINK REL="Next" HREF="009907.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Unable to boot into kernel-3.1.3</H1>
+ <B>Guillaume Rousse</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Unable%20to%20boot%20into%20kernel-3.1.3&In-Reply-To=%3C4ED3969F.7010802%40gmail.com%3E"
+ TITLE="[Mageia-dev] Unable to boot into kernel-3.1.3">guillomovitch at gmail.com
+ </A><BR>
+ <I>Mon Nov 28 15:11:43 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="009897.html">[Mageia-dev] Unable to boot into kernel-3.1.3
+</A></li>
+ <LI>Next message: <A HREF="009907.html">[Mageia-dev] Unable to boot into kernel-3.1.3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9899">[ date ]</a>
+ <a href="thread.html#9899">[ thread ]</a>
+ <a href="subject.html#9899">[ subject ]</a>
+ <a href="author.html#9899">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le 28/11/2011 15:00, Kira a &#233;crit :
+&gt;<i> Error message:
+</I>&gt;<i>
+</I>&gt;<i> /bin/systemctl: error while loading shared libraries:
+</I>&gt;<i> libsystemd-daemon.so.0: cannot open shared object
+</I>&gt;<i>
+</I>&gt;<i> file: No such file or directory.
+</I>&gt;<i>
+</I>&gt;<i> It seems something relating to drm....
+</I>Or to the men in black from the government.
+
+More realistically, to some missing files in your initrd.
+--
+BOFH excuse #98:
+
+The vendor put the bug there.
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="009897.html">[Mageia-dev] Unable to boot into kernel-3.1.3
+</A></li>
+ <LI>Next message: <A HREF="009907.html">[Mageia-dev] Unable to boot into kernel-3.1.3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9899">[ date ]</a>
+ <a href="thread.html#9899">[ thread ]</a>
+ <a href="subject.html#9899">[ subject ]</a>
+ <a href="author.html#9899">[ 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>
pan class="hl opt">} if ($vpn_type->can('prepare')) { my $wait = $in->wait_message(N("Please wait"), N("Initializing tools and detecting devices for %s...", $vpn_type->get_type)); if (!$vpn_type->prepare) { undef $wait; $in->ask_warn(N("Error"), N("Unable to initialize %s connection type!", $vpn_type->get_type)); return 1; } } }, next => "vpn_name", }, vpn_name => { name => N("Please select an existing VPN connection or enter a new name."), data => sub { [ { label => N("VPN connection"), val => \$vpn_connection, type => 'list', list => [ $vpn_type->get_configured_connections, '' ], format => sub { $_[0] ? $_[0]{name} : N("Configure a new connection...") }, gtk => { use_boxradio => 1 } }, { label => N("New name"), val => \$new_name, disabled => sub { $vpn_connection } }, ] }, complete => sub { if (!$vpn_connection && !$new_name) { $in->ask_warn(N("Warning"), N("You must select an existing connection or enter a new name.")); 1; } }, post => sub { $vpn_connection ||= $vpn_type->new($new_name); $vpn_connection->read_config; $vpn_connection->can('get_key_settings') ? "vpn_key_settings" : "vpn_settings"; }, }, vpn_key_settings => { name => N("Please enter the required key(s)"), data => sub { $vpn_connection->get_key_settings }, next => "vpn_settings", }, vpn_settings => { name => N("Please enter the settings of your VPN connection"), data => sub { $vpn_connection->get_settings }, post => sub { $vpn_connection->write_config; "connect"; }, }, connect => { name => N("Do you want to start the connection now?"), type => "yesorno", post => sub { my ($connect) = @_; if ($connect) { $vpn_connection->is_started and $vpn_connection->stop; $vpn_connection->start($in) or $in->ask_warn(N("Warning"), N("Connection failed.")); } require network::network; network::network::reload_net_applet(); "end"; }, }, end => { name => N("The VPN connection is now configured. This VPN connection can be automatically started together with a network connection. It can be done by reconfiguring the network connection and selecting this VPN connection. "), end => 1, }, }, }); $wiz->process($in); } 1;