diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-discuss/2013-January | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-discuss/2013-January')
130 files changed, 14463 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2013-January/009033.html b/zarb-ml/mageia-discuss/2013-January/009033.html new file mode 100644 index 000000000..bd44c2141 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009033.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Debian-style «rename» utility? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%3D%3Fiso-8859-1%3Fq%3FDebian-style_%3DABrename%3DBB_utility%3F%3D%0A%09%3D%3Fiso-8859-1%3Fq%3F%3D3F%3F%3D&In-Reply-To=%3C201301012158.16519.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="009034.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Debian-style «rename» utility?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%3D%3Fiso-8859-1%3Fq%3FDebian-style_%3DABrename%3DBB_utility%3F%3D%0A%09%3D%3Fiso-8859-1%3Fq%3F%3D3F%3F%3D&In-Reply-To=%3C201301012158.16519.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Debian-style «rename» utility?">cooker at solbu.net + </A><BR> + <I>Tue Jan 1 21:58:12 CET 2013</I> + <P><UL> + + <LI>Next message: <A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9033">[ date ]</a> + <a href="thread.html#9033">[ thread ]</a> + <a href="subject.html#9033">[ subject ]</a> + <a href="author.html#9033">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Sometimes I need to mass rename filenames, to replace norwegian special caracters, to make things work across samba. +On Debian th rename utility user «sed» style replacements, which means one command can replace all instances of a character or string recursively in all subfolders. But on Mandriva and Mageia, I have to run the exact same command multiple times in the same folder to do the same thing. And I can't do it recursively. + +One example. Say I want to recursively replace all spaces ' ' with an underscore '_' on all files in every subfolder under «folder2» + +On Debian: + replace 's/\ /_/g' folder2/ + +On Mageia: + cd folder2 + replace ' ' '_' * + replace ' ' '_' * + replace ' ' '_' * + replace ' ' '_' * + + cd subfolder1 + replace ' ' '_' * + <repeating> + <repeating> + ...... +and so on. + +Is there a command line utility on Mageia that can do this te way Debian does this, without resorting to creating a shellscript each time I need to replace something? (I'm no good at scripting, so I've had to do this manually for some 11 years.) + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130101/352086aa/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9033">[ date ]</a> + <a href="thread.html#9033">[ thread ]</a> + <a href="subject.html#9033">[ subject ]</a> + <a href="author.html#9033">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009034.html b/zarb-ml/mageia-discuss/2013-January/009034.html new file mode 100644 index 000000000..d80e15f34 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009034.html @@ -0,0 +1,125 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Debian-style «rename» utility? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301012113.02397.renaud%40olgiati-in-paraguay.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009033.html"> + <LINK REL="Next" HREF="009035.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Debian-style «rename» utility?</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301012113.02397.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Debian-style «rename» utility?">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Jan 2 01:13:02 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9034">[ date ]</a> + <a href="thread.html#9034">[ thread ]</a> + <a href="subject.html#9034">[ subject ]</a> + <a href="author.html#9034">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 01 Jan 2013 17:58 my mailbox was graced by a message from Johnny A. +Solbu who wrote: +><i> Sometimes I need to mass rename filenames, to replace norwegian special +</I>><i> caracters, to make things work across samba. On Debian th rename utility +</I>><i> user «sed» style replacements, which means one command can replace all +</I>><i> instances of a character or string recursively in all subfolders. But on +</I>><i> Mandriva and Mageia, I have to run the exact same command multiple times +</I>><i> in the same folder to do the same thing. And I can't do it recursively. +</I>><i> +</I>><i> One example. Say I want to recursively replace all spaces ' ' with an +</I>><i> underscore '_' on all files in every subfolder under «folder2» +</I>><i> +</I>><i> On Debian: +</I>><i> replace 's/\ /_/g' folder2/ +</I>><i> +</I>><i> On Mageia: +</I>><i> cd folder2 +</I>><i> replace ' ' '_' * +</I>><i> replace ' ' '_' * +</I>><i> replace ' ' '_' * +</I>><i> replace ' ' '_' * +</I>><i> +</I>><i> cd subfolder1 +</I>><i> replace ' ' '_' * +</I>><i> <repeating> +</I>><i> <repeating> +</I>><i> ...... +</I>><i> and so on. +</I>><i> +</I>><i> Is there a command line utility on Mageia that can do this te way Debian +</I>><i> does this, without resorting to creating a shellscript each time I need to +</I>><i> replace something? (I'm no good at scripting, so I've had to do this +</I>><i> manually for some 11 years.) +</I> +I have been removing spaces and a number of characters that cause problems in +filenames with the following: + +#!/bin/bash +ls | grep " " >totototo +while [ -s totototo ] +do +rename " " _ *" "* +ls | grep " " >totototo +done +for CHR in "(" ")" "," "%" "'" ":" ";" "__" "_-" +do +ls | grep $CHR >totototo +while [ -s totototo ] +do +rename $CHR "" *$CHR* +ls | grep $CHR >totototo +done +rm -f totototo +done +echo "Finished !" + +Forgot why the space character is treated apart from the others, but ISTR that +the for would not work if $CHR was a space. + +Cheers, + +Ron. +-- + The ability to speak several languages is an admirable asset, + but to be able to hold your tongue in one language is absolutely priceless. + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9034">[ date ]</a> + <a href="thread.html#9034">[ thread ]</a> + <a href="subject.html#9034">[ subject ]</a> + <a href="author.html#9034">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009035.html b/zarb-ml/mageia-discuss/2013-January/009035.html new file mode 100644 index 000000000..181cbccb4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009035.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Debian-style «rename» utility? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020242.49132.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009034.html"> + <LINK REL="Next" HREF="009036.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Debian-style «rename» utility?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020242.49132.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Debian-style «rename» utility?">cooker at solbu.net + </A><BR> + <I>Wed Jan 2 02:42:45 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9035">[ date ]</a> + <a href="thread.html#9035">[ thread ]</a> + <a href="subject.html#9035">[ subject ]</a> + <a href="author.html#9035">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wednesday 2. January 2013 01.13, Renaud (Ron) Olgiati wrote: +><i> I have been removing spaces and a number of characters that cause problems in +</I>><i> filenames with the following: +</I> +I have a similar solution, that I got from usenet some years ago. But both mine and your solution only replace spaces, +while the Debian solution replace anything you put into it, using sed style. + +And I might have found what I'm looking for: <A HREF="http://filerenameutils.sourceforge.net/">http://filerenameutils.sourceforge.net/</A> +Going to test it, and if it works as I hope I'll package and add it to Mageia. :-)= + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130102/58982aa2/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9035">[ date ]</a> + <a href="thread.html#9035">[ thread ]</a> + <a href="subject.html#9035">[ subject ]</a> + <a href="author.html#9035">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009036.html b/zarb-ml/mageia-discuss/2013-January/009036.html new file mode 100644 index 000000000..d522a3323 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009036.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Debian-style «rename» utility? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020704.15939.renaud%40olgiati-in-paraguay.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009035.html"> + <LINK REL="Next" HREF="009037.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Debian-style «rename» utility?</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020704.15939.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Debian-style «rename» utility?">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Jan 2 11:04:15 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9036">[ date ]</a> + <a href="thread.html#9036">[ thread ]</a> + <a href="subject.html#9036">[ subject ]</a> + <a href="author.html#9036">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 01 Jan 2013 22:42 my mailbox was graced by a message from Johnny A. +Solbu who wrote: +><i> I have a similar solution, that I got from usenet some years ago. But both +</I>><i> mine and your solution only replace spaces, while the Debian solution +</I>><i> replace anything you put into it, using sed style. +</I> +No, it replaces all the characters present in the line "for CHR in...." + +Cheers, + +Ron. +-- + Oderint, dum metuant. + -- Accius + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9036">[ date ]</a> + <a href="thread.html#9036">[ thread ]</a> + <a href="subject.html#9036">[ subject ]</a> + <a href="author.html#9036">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009037.html b/zarb-ml/mageia-discuss/2013-January/009037.html new file mode 100644 index 000000000..c6cd9f8c1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009037.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Debian-style «rename» utility? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020724.22251.renaud%40olgiati-in-paraguay.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009036.html"> + <LINK REL="Next" HREF="009038.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Debian-style «rename» utility?</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-15%3Fq%3FDebian-style_%3DABrename%3DBB_utilit%3F%3D%0A%20%3D%3Fiso-8859-15%3Fq%3Fy%3D3F%3F%3D&In-Reply-To=%3C201301020724.22251.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Debian-style «rename» utility?">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Jan 2 11:24:22 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009038.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9037">[ date ]</a> + <a href="thread.html#9037">[ thread ]</a> + <a href="subject.html#9037">[ subject ]</a> + <a href="author.html#9037">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 01 Jan 2013 21:13 my mailbox was graced by a message from Renaud +(Ron) Olgiati who wrote: +><i> I have been removing spaces and a number of characters that cause problems +</I>><i> in filenames with the following: +</I>><i> +</I>><i> #!/bin/bash +</I>><i> ls | grep " " >totototo +</I>><i> while [ -s totototo ] +</I>><i> do +</I>><i> rename " " _ *" "* +</I>><i> ls | grep " " >totototo +</I>><i> done +</I>><i> for CHR in "(" ")" "," "%" "'" ":" ";" "__" "_-" +</I>><i> do +</I>><i> ls | grep $CHR >totototo +</I>><i> while [ -s totototo ] +</I>><i> do +</I>><i> rename $CHR "" *$CHR* +</I>><i> ls | grep $CHR >totototo +</I>><i> done +</I>><i> rm -f totototo +</I>><i> done +</I>><i> echo "Finished !" +</I>><i> +</I>><i> Forgot why the space character is treated apart from the others, but ISTR +</I>><i> that the for would not work if $CHR was a space. +</I> +It came back ! It is because the spaces are replaced by an _ while the +characters, or groups of characters, in the "for CHR in..." line are simply +removed. + +Cheers, + +Ron. +-- + Les vieux donnent de bons conseils pour se consoler + de ne plus pouvoir donner le mauvais exemple. + -- La Rochefoucauld + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009038.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9037">[ date ]</a> + <a href="thread.html#9037">[ thread ]</a> + <a href="subject.html#9037">[ subject ]</a> + <a href="author.html#9037">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009038.html b/zarb-ml/mageia-discuss/2013-January/009038.html new file mode 100644 index 000000000..e492b4ee1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009038.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Software RAID + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C50E4A82C.1000306%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009037.html"> + <LINK REL="Next" HREF="009040.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Software RAID</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C50E4A82C.1000306%40xs4all.nl%3E" + TITLE="[Mageia-discuss] Software RAID">marja11 at xs4all.nl + </A><BR> + <I>Wed Jan 2 22:35:40 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009040.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9038">[ date ]</a> + <a href="thread.html#9038">[ thread ]</a> + <a href="subject.html#9038">[ subject ]</a> + <a href="author.html#9038">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 02/01/13 20:54, Dick Gray wrote: +><i> Hello, +</I>><i> +</I>><i> I am in a quandry. When I installed Mageia 1 on my gateway +</I>><i> computer it recognized the BIOS software RAID and came up with the +</I>><i> message "Bios software RAID detected on disks/dev/sdb /dev/sda. +</I>><i> Activate it?" Neither Mageia 2 or Mageia 3 Beta1 recognize the BIOS +</I>><i> software RAID. Do I need to file this as a bug or what do I need to +</I>><i> do in order to install the later versions? +</I>><i> +</I>><i> Thanks, Dick Gray +</I> +Sorry, I don't have a RAID and although I'm pretty sure I've seen a +bug or forum post (or errata item?) about this or something similar, I +can't look: it is bed time for me now. + +Please ask such questions in the Forums or on the mageia-discuss +mailing list in future. + +That increases the chance you'll get a good answer. I don't by far +know everything there is to know about Mageia. + +cc'ing Mageia general discussions <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A>> + +@ ml readers +If you answer, please send the answer to Dick, too. +Thx :) + +Cheers, +marja +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) +Comment: Using GnuPG with Mozilla - <A HREF="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</A> + +iQEcBAEBAgAGBQJQ5KgmAAoJEKWubDMI5nEB8SMH/35F425utch9sjPZfa+XvCsV +P9n+2qm0efcNYwpPpie/mdU14KU7gp7dljoxNcX+tWYl3bpQAK4dLFc052EI1/B/ +PnaPqy8VmEnOY0NwcN5/uU4sXhBgIwDov4oW0hbV/NR1Wc6jP6tkntw7TE5sUJJV +IO4GT88/CDul6Q5KBSRaU0aY88sPIUE7RQnGynfJYigoevekSS4ADtRW+z5Vss0B +0nQRq9KWtGPvYhnbF12+lFRH7Uea55euZ6VpeOCUbYQzGHktpFPsyyOY6d72DWQW +jTCN73gLi/sakHaYDC4vb7u33nA7WeCsb/0UKUjHW+eAl9l+THu6k+SiMNQsC3I= +=1bAH +-----END PGP SIGNATURE----- +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A></li> + <LI>Next message: <A HREF="009040.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9038">[ date ]</a> + <a href="thread.html#9038">[ thread ]</a> + <a href="subject.html#9038">[ subject ]</a> + <a href="author.html#9038">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009039.html b/zarb-ml/mageia-discuss/2013-January/009039.html new file mode 100644 index 000000000..64cffdb07 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009039.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Good work on upgrades! + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3Ckc36s0%24kcn%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009043.html"> + <LINK REL="Next" HREF="009041.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Good work on upgrades!</H1> + <B>Daniel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3Ckc36s0%24kcn%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Good work on upgrades!">mandriva at daik.se + </A><BR> + <I>Thu Jan 3 07:01:37 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009043.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9039">[ date ]</a> + <a href="thread.html#9039">[ thread ]</a> + <a href="subject.html#9039">[ subject ]</a> + <a href="author.html#9039">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello Mageia team. +In the last few days I did a dist upgrade on my Mageia 1 system. I moved +to Mageia 2. Now I've done a few dist upgrades in my time and I must say +that instructions on the mageia site were clear about what I needed to +do. As always a few things happened that were unexpected. First off, I +picked in the update applet that I wanted to download all packages before +the upgrade. As my / file-system would not hold all packages I created +one in my home dir (non-root), and clicked go. It starts and then tells +me that the directory has the wrong permissions. However I can not adjust +which directory it downloads to, nor does it tell me what permissions it +needed (I think it said "wrong owner" but I am not certain). Anyway I +restarted the upgrade without first downloading the packages and it all +went smoothly. + +After the upgrade Evolution did not have any mailboxes nor any mails. I +sort of expected this and it is a problem with Gnome/Evolution rather +than than Magieia. I followed the instructions I found on the net +regarding migrating from mbox to mdir and things were peaches again. + +Second was that I only had a "suspend" rather than "power off" button in +Gnome shell. I know this was a Gnome decision, so I went looking for the +gnome-shell-extensions but could not find them in the repository. I found +the bug-report that asked for them to be removed. To that regard I built +them myself from the Fedora 17 SRPMS (Fedora 17 runs the same Gnome +version as Mageia 2). And they work fine. + +I put them up on <A HREF="http://rpm.staticthings.com/">http://rpm.staticthings.com/</A> if anyone else is +interested. + +In all I am very pleased with how the upgrade went, good work guys and +gals! + +regards +Daniel + + +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009043.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9039">[ date ]</a> + <a href="thread.html#9039">[ thread ]</a> + <a href="subject.html#9039">[ subject ]</a> + <a href="author.html#9039">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009040.html b/zarb-ml/mageia-discuss/2013-January/009040.html new file mode 100644 index 000000000..fb711b47b --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009040.html @@ -0,0 +1,108 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Software RAID + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C50E534FC.1070803%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009038.html"> + <LINK REL="Next" HREF="009042.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Software RAID</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C50E534FC.1070803%40xs4all.nl%3E" + TITLE="[Mageia-discuss] Software RAID">marja11 at xs4all.nl + </A><BR> + <I>Thu Jan 3 08:36:28 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009038.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009042.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9040">[ date ]</a> + <a href="thread.html#9040">[ thread ]</a> + <a href="subject.html#9040">[ subject ]</a> + <a href="author.html#9040">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 02/01/2013 22:35, Marja van Waes wrote: +><i> On 02/01/13 20:54, Dick Gray wrote: +</I>>><i> Hello, +</I>><i> +</I>>><i> I am in a quandry. When I installed Mageia 1 on my gateway +</I>>><i> computer it recognized the BIOS software RAID and came up with +</I>>><i> the message "Bios software RAID detected on disks/dev/sdb +</I>>><i> /dev/sda. Activate it?" Neither Mageia 2 or Mageia 3 Beta1 +</I>>><i> recognize the BIOS software RAID. Do I need to file this as a bug +</I>>><i> or what do I need to do in order to install the later versions? +</I>><i> +</I>>><i> Thanks, Dick Gray +</I>><i> +</I>><i> Sorry, I don't have a RAID and although I'm pretty sure I've seen +</I>><i> a bug or forum post (or errata item?) about this or something +</I>><i> similar, I can't look: it is bed time for me now. +</I> +There is + +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=8484">https://bugs.mageia.org/show_bug.cgi?id=8484</A> + + + + +><i> +</I>><i> Please ask such questions in the Forums or on the mageia-discuss +</I>><i> mailing list in future. +</I>><i> +</I>><i> That increases the chance you'll get a good answer. I don't by far +</I>><i> know everything there is to know about Mageia. +</I>><i> +</I>><i> cc'ing Mageia general discussions <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A>> +</I>><i> +</I>><i> @ ml readers If you answer, please send the answer to Dick, too. +</I>><i> Thx :) +</I>><i> +</I>><i> Cheers, marja +</I>-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) +Comment: Using GnuPG with Mozilla - <A HREF="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</A> + +iQEcBAEBAgAGBQJQ5TT2AAoJEKWubDMI5nEBkpYH/3VgD4YEFvBJy0RW1fRm0y6S ++ptwtSOenXdBuEcm+wzNMZQzqVGSikWf7z7hx7Dda+HoljhBEM1ukQfEJjQ3FsEL +me13HsBXvzrHhuSqobK1AQtipT8FZt9eKzQWRUngPnCkmWGi3TWo8769cimQGZdS +Wgso/OGEaanlIZStCN3gCRVcNTC1oAbzfN/NGlHDcBGQ2DboW5hq2BSQ8M8KUx67 +/wU4PhTvReNvpvvg/CaBOLoA7NJozhTuQ7zHf6SWjlUdpDT9/z7VrUbgJNioIqDj +gaz5BE+GdNVKvOCTls/cKy8UlsR9S1kaITQBorfO8D+Lp6XZCkq1x+TfZqebZSk= +=jbUQ +-----END PGP SIGNATURE----- +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009038.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009042.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9040">[ date ]</a> + <a href="thread.html#9040">[ thread ]</a> + <a href="subject.html#9040">[ subject ]</a> + <a href="author.html#9040">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009041.html b/zarb-ml/mageia-discuss/2013-January/009041.html new file mode 100644 index 000000000..5e7483092 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009041.html @@ -0,0 +1,106 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Good work on upgrades! + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3C50E573D4.5000601%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009039.html"> + <LINK REL="Next" HREF="009044.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Good work on upgrades!</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3C50E573D4.5000601%40gmail.com%3E" + TITLE="[Mageia-discuss] Good work on upgrades!">eeeemail at gmail.com + </A><BR> + <I>Thu Jan 3 13:04:36 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9041">[ date ]</a> + <a href="thread.html#9041">[ thread ]</a> + <a href="subject.html#9041">[ subject ]</a> + <a href="author.html#9041">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 03/01/13 06:01, Daniel wrote: +><i> Hello Mageia team. +</I>><i> In the last few days I did a dist upgrade on my Mageia 1 system. I moved +</I>><i> to Mageia 2. Now I've done a few dist upgrades in my time and I must say +</I>><i> that instructions on the mageia site were clear about what I needed to +</I>><i> do. As always a few things happened that were unexpected. First off, I +</I>><i> picked in the update applet that I wanted to download all packages before +</I>><i> the upgrade. As my / file-system would not hold all packages I created +</I>><i> one in my home dir (non-root), and clicked go. It starts and then tells +</I>><i> me that the directory has the wrong permissions. However I can not adjust +</I>><i> which directory it downloads to, nor does it tell me what permissions it +</I>><i> needed (I think it said "wrong owner" but I am not certain). Anyway I +</I>><i> restarted the upgrade without first downloading the packages and it all +</I>><i> went smoothly. +</I>><i> +</I>><i> After the upgrade Evolution did not have any mailboxes nor any mails. I +</I>><i> sort of expected this and it is a problem with Gnome/Evolution rather +</I>><i> than than Magieia. I followed the instructions I found on the net +</I>><i> regarding migrating from mbox to mdir and things were peaches again. +</I>><i> +</I>><i> Second was that I only had a "suspend" rather than "power off" button in +</I>><i> Gnome shell. I know this was a Gnome decision, so I went looking for the +</I>><i> gnome-shell-extensions but could not find them in the repository. I found +</I>><i> the bug-report that asked for them to be removed. To that regard I built +</I>><i> them myself from the Fedora 17 SRPMS (Fedora 17 runs the same Gnome +</I>><i> version as Mageia 2). And they work fine. +</I>><i> +</I>><i> I put them up on <A HREF="http://rpm.staticthings.com/">http://rpm.staticthings.com/</A> if anyone else is +</I>><i> interested. +</I>><i> +</I>><i> In all I am very pleased with how the upgrade went, good work guys and +</I>><i> gals! +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I>><i> +</I>><i> +</I> +Its good to hear that Daniel. Could you create a bug for the 'wrong +owner' issue you found please on <A HREF="https://bugs.mageia.org">https://bugs.mageia.org</A> + +Did you try gnome-tweak-tool for the gnome bits you wanted to change? + +I'm not a gnome user so can't say whether it does all you want it to do +but it does allow you to easily alter certain hidden gnome settings. + +Thanks +Claire +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9041">[ date ]</a> + <a href="thread.html#9041">[ thread ]</a> + <a href="subject.html#9041">[ subject ]</a> + <a href="author.html#9041">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009042.html b/zarb-ml/mageia-discuss/2013-January/009042.html new file mode 100644 index 000000000..67022023e --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009042.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Software RAID + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C5349091.9ANZp5cjC9%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009040.html"> + <LINK REL="Next" HREF="009043.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Software RAID</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C5349091.9ANZp5cjC9%40localhost%3E" + TITLE="[Mageia-discuss] Software RAID">alien at rmail.be + </A><BR> + <I>Thu Jan 3 13:49:35 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009040.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009043.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9042">[ date ]</a> + <a href="thread.html#9042">[ thread ]</a> + <a href="subject.html#9042">[ subject ]</a> + <a href="author.html#9042">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op woensdag 2 januari 2013 22:35:40 schreef Marja van Waes: + +><i> On 02/01/13 20:54, Dick Gray wrote: +</I>><i> > Hello, +</I>><i> > +</I>><i> > I am in a quandry. When I installed Mageia 1 on my gateway +</I>><i> > computer it recognized the BIOS software RAID and came up with the +</I>><i> > message "Bios software RAID detected on disks/dev/sdb /dev/sda. +</I>><i> > Activate it?" Neither Mageia 2 or Mageia 3 Beta1 recognize the BIOS +</I>><i> > software RAID. Do I need to file this as a bug or what do I need to +</I>><i> > do in order to install the later versions? +</I>><i> > +</I>><i> > Thanks, Dick Gray +</I>><i> +</I>><i> Sorry, I don't have a RAID and although I'm pretty sure I've seen a +</I>><i> bug or forum post (or errata item?) about this or something similar, I +</I>><i> can't look: it is bed time for me now. +</I>><i> +</I>><i> Please ask such questions in the Forums or on the mageia-discuss +</I>><i> mailing list in future. +</I>><i> +</I>><i> That increases the chance you'll get a good answer. I don't by far +</I>><i> know everything there is to know about Mageia. +</I>><i> +</I>><i> cc'ing Mageia general discussions <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A>> +</I>><i> +</I>><i> @ ml readers +</I>><i> If you answer, please send the answer to Dick, too. +</I>><i> Thx :) +</I> +While it does look like a bug... + +it's discouraged to use bios software raid. + +if ever the software raid mainboard fails, you will need the exact type to get +your data back. + +and it gives no benefit at all because it uses your cpu anyway, thus slowing +things down. plus, while you have access to the raid, you have access to the +single disk as well, thus making it possible to write to the single disk and +destroying your data... + +i would advise you to use linux raid instead. + +unless you have true hardware raid (quite expensive), don't use it. it's only +been invented because windows doesn't have software raid. +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009040.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009043.html">[Mageia-discuss] Software RAID +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9042">[ date ]</a> + <a href="thread.html#9042">[ thread ]</a> + <a href="subject.html#9042">[ subject ]</a> + <a href="author.html#9042">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009043.html b/zarb-ml/mageia-discuss/2013-January/009043.html new file mode 100644 index 000000000..30786b0b0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009043.html @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Software RAID + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C5208839.5Zijk5H8dZ%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009042.html"> + <LINK REL="Next" HREF="009039.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Software RAID</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Software%20RAID&In-Reply-To=%3C5208839.5Zijk5H8dZ%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Software RAID">led43john at googlemail.com + </A><BR> + <I>Thu Jan 3 14:23:39 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009042.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9043">[ date ]</a> + <a href="thread.html#9043">[ thread ]</a> + <a href="subject.html#9043">[ subject ]</a> + <a href="author.html#9043">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 03 Jan 2013 13:49:35 AL13N wrote: +><i> Op woensdag 2 januari 2013 22:35:40 schreef Marja van Waes: +</I>><i> > On 02/01/13 20:54, Dick Gray wrote: +</I>><i> > > Hello, +</I>><i> > > +</I>><i> > > I am in a quandry. When I installed Mageia 1 on my gateway +</I>><i> > > computer it recognized the BIOS software RAID and came up with the +</I>><i> > > message "Bios software RAID detected on disks/dev/sdb /dev/sda. +</I>><i> > > Activate it?" Neither Mageia 2 or Mageia 3 Beta1 recognize the BIOS +</I>><i> > > software RAID. Do I need to file this as a bug or what do I need to +</I>><i> > > do in order to install the later versions? +</I>><i> > > +</I>><i> > > Thanks, Dick Gray +</I>><i> > +</I>><i> > Sorry, I don't have a RAID and although I'm pretty sure I've seen a +</I>><i> > bug or forum post (or errata item?) about this or something similar, I +</I>><i> > can't look: it is bed time for me now. +</I>><i> > +</I>><i> > Please ask such questions in the Forums or on the mageia-discuss +</I>><i> > mailing list in future. +</I>><i> > +</I>><i> > That increases the chance you'll get a good answer. I don't by far +</I>><i> > know everything there is to know about Mageia. +</I>><i> > +</I>><i> > cc'ing Mageia general discussions <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A>> +</I>><i> > +</I>><i> > @ ml readers +</I>><i> > If you answer, please send the answer to Dick, too. +</I>><i> > Thx :) +</I>><i> +</I>><i> While it does look like a bug... +</I>><i> +</I>><i> it's discouraged to use bios software raid. +</I>><i> +</I>><i> if ever the software raid mainboard fails, you will need the exact type to +</I>><i> get your data back. +</I>><i> +</I>><i> and it gives no benefit at all because it uses your cpu anyway, thus slowing +</I>><i> things down. plus, while you have access to the raid, you have access to +</I>><i> the single disk as well, thus making it possible to write to the single +</I>><i> disk and destroying your data... +</I>><i> +</I>><i> i would advise you to use linux raid instead. +</I>><i> +</I>><i> unless you have true hardware raid (quite expensive), don't use it. it's +</I>><i> only been invented because windows doesn't have software raid. +</I> ++1 To this advice. +Linux software raid is as fast if not faster than the fake raid chips found on +most mother boards these days and with the advent of multicore cpu's the hit +on your cpu's cycles is very small. if you m/board dies you can just move the +hard drives to another m/board mount the raid array and you are up and +running. +Tru hardware raid boards have room on them to install ram for catching but are +still classed as "enterprise" hardware, so very expensive. +John Bowden (Led43_???) +-- +Registered Linux user number 414240 + +Guy Faulks the only person to enter the Parliament with honest intentions and +he was going to blow them up ! + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009042.html">[Mageia-discuss] Software RAID +</A></li> + <LI>Next message: <A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9043">[ date ]</a> + <a href="thread.html#9043">[ thread ]</a> + <a href="subject.html#9043">[ subject ]</a> + <a href="author.html#9043">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009044.html b/zarb-ml/mageia-discuss/2013-January/009044.html new file mode 100644 index 000000000..4e260e922 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009044.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Good work on upgrades! + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3Ckc6dth%24grq%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009041.html"> + <LINK REL="Next" HREF="009045.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Good work on upgrades!</H1> + <B>Daniel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3Ckc6dth%24grq%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Good work on upgrades!">mandriva at daik.se + </A><BR> + <I>Fri Jan 4 12:20:17 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9044">[ date ]</a> + <a href="thread.html#9044">[ thread ]</a> + <a href="subject.html#9044">[ subject ]</a> + <a href="author.html#9044">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 03 Jan 2013 12:04:36 +0000, Claire Robinson wrote: + +><i> On 03/01/13 06:01, Daniel wrote: +</I>>><i> Hello Mageia team. +</I> +--SNIP-- + +>><i> To that regard I built them myself from the Fedora 17 SRPMS (Fedora 17 +</I>>><i> runs the same Gnome +</I>>><i> version as Mageia 2). And they work fine. +</I>>><i> I put them up on <A HREF="http://rpm.staticthings.com/">http://rpm.staticthings.com/</A> if anyone else is +</I>>><i> interested. +</I>>><i> +</I>>><i> In all I am very pleased with how the upgrade went, good work guys and +</I>>><i> gals! +</I>>><i> +</I>>><i> regards Daniel +</I>>><i> +</I>>><i> +</I>>><i> +</I>><i> Its good to hear that Daniel. Could you create a bug for the 'wrong +</I>><i> owner' issue you found please on <A HREF="https://bugs.mageia.org">https://bugs.mageia.org</A> +</I>><i> +</I>><i> Did you try gnome-tweak-tool for the gnome bits you wanted to change? +</I>><i> +</I>><i> I'm not a gnome user so can't say whether it does all you want it to do +</I>><i> but it does allow you to easily alter certain hidden gnome settings. +</I>><i> +</I>><i> Thanks Claire +</I> +Hello, +I have filed <A HREF="https://bugs.mageia.org/show_bug.cgi?id=8595">https://bugs.mageia.org/show_bug.cgi?id=8595</A> to cover this. + +I should probably also say that if you find the rpms I built useful do +let me know, so I know that there is an interest for them. If not I'll +probably take them down at some point in the future. + +keep up the good work! I'm looking forward to Mageia 3. + +regards +Daniel + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9044">[ date ]</a> + <a href="thread.html#9044">[ thread ]</a> + <a href="subject.html#9044">[ subject ]</a> + <a href="author.html#9044">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009045.html b/zarb-ml/mageia-discuss/2013-January/009045.html new file mode 100644 index 000000000..464fe633a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009045.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Good work on upgrades! + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3C1886546.cgCatKoHNo%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009044.html"> + <LINK REL="Next" HREF="009046.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Good work on upgrades!</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Good%20work%20on%20upgrades%21&In-Reply-To=%3C1886546.cgCatKoHNo%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Good work on upgrades!">led43john at googlemail.com + </A><BR> + <I>Fri Jan 4 17:28:14 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009046.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9045">[ date ]</a> + <a href="thread.html#9045">[ thread ]</a> + <a href="subject.html#9045">[ subject ]</a> + <a href="author.html#9045">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 04 Jan 2013 11:20:17 Daniel wrote: +><i> On Thu, 03 Jan 2013 12:04:36 +0000, Claire Robinson wrote: +</I>><i> > On 03/01/13 06:01, Daniel wrote: +</I>><i> >> Hello Mageia team. +</I>><i> +</I>><i> --SNIP-- +</I>><i> +</I>><i> >> To that regard I built them myself from the Fedora 17 SRPMS (Fedora 17 +</I>><i> >> runs the same Gnome +</I>><i> >> version as Mageia 2). And they work fine. +</I>><i> >> I put them up on <A HREF="http://rpm.staticthings.com/">http://rpm.staticthings.com/</A> if anyone else is +</I>><i> >> interested. +</I>><i> >> +</I>><i> >> In all I am very pleased with how the upgrade went, good work guys and +</I>><i> >> gals! +</I>><i> >> +</I>><i> >> regards Daniel +</I>><i> > +</I>><i> > Its good to hear that Daniel. Could you create a bug for the 'wrong +</I>><i> > owner' issue you found please on <A HREF="https://bugs.mageia.org">https://bugs.mageia.org</A> +</I>><i> > +</I>><i> > Did you try gnome-tweak-tool for the gnome bits you wanted to change? +</I>><i> > +</I>><i> > I'm not a gnome user so can't say whether it does all you want it to do +</I>><i> > but it does allow you to easily alter certain hidden gnome settings. +</I>><i> > +</I>><i> > Thanks Claire +</I>><i> +</I>><i> Hello, +</I>><i> I have filed <A HREF="https://bugs.mageia.org/show_bug.cgi?id=8595">https://bugs.mageia.org/show_bug.cgi?id=8595</A> to cover this. +</I>><i> +</I>><i> I should probably also say that if you find the rpms I built useful do +</I>><i> let me know, so I know that there is an interest for them. If not I'll +</I>><i> probably take them down at some point in the future. +</I>><i> +</I>><i> keep up the good work! I'm looking forward to Mageia 3. +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I>Hi Daniel. +Good to her the upgrade went so well. If you have packaging skills and want +the +rpm's you packaged to be included in our repos you can always join our +packaging team ;-) +They offer a mentoring scheme where you will be taught the correct Mageia +spells while doing your packaging and when you mentor thinks you are competent +enough will get you upload rights to the repos. Here is the packaging teams +url: + +<A HREF="https://wiki.mageia.org/en/Packagers_Team">https://wiki.mageia.org/en/Packagers_Team</A> + +Though any of the teams would welcome a hand +John (Led43_???) +-- +Registered Linux user number 414240 + +Guy Faulks the only person to enter the Parliament with honest intentions and +he was going to blow them up ! + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009046.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9045">[ date ]</a> + <a href="thread.html#9045">[ thread ]</a> + <a href="subject.html#9045">[ subject ]</a> + <a href="author.html#9045">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009046.html b/zarb-ml/mageia-discuss/2013-January/009046.html new file mode 100644 index 000000000..2f0b1fcc8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009046.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50E88DCF.5000807%40gadz.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009045.html"> + <LINK REL="Next" HREF="009081.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Papoteur</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50E88DCF.5000807%40gadz.org%3E" + TITLE="[Mageia-discuss] Drakconnect">yves.brungard_mageia at gadz.org + </A><BR> + <I>Sat Jan 5 21:32:15 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009081.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9046">[ date ]</a> + <a href="thread.html#9046">[ thread ]</a> + <a href="subject.html#9046">[ subject ]</a> + <a href="author.html#9046">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +I have started to document this tool : + + + Set up a new network interface (LAN, ISDN, ADSL, ...) + +It is accessible in Calenco and visible soon here : +<A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for +technically proofreading. + +Some sections are not documented, besause it is necessary to have the +hardware connected to configure it: +- Satellite connection (DVB) +- Cable modem connection +- GPRS/Edge/3G connection +- Bluetoth Dial-Up Networking connection + +If you have such a hardware, you can provide to doc team screenshots at +each step of the configuration, or write the section. + +The technical proofreading means: +1/ Detect if some part of documentation is lacking, for example a path +for a wizard, or some window. +2/ Detect if what it is said is correct or not. +3/ Indicate if you feel that some part must be more detailed, for +example the implication of some options. +4/ Indicate if you feel that the actions done by the tool are not enough +described, for example which files are modified, which service is +restarted... + +You can give your opinion even on one point and even if you do not know +how to complete/modify the documentation. You're welcome +Papoteur +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130105/dae0105d/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A></li> + <LI>Next message: <A HREF="009081.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9046">[ date ]</a> + <a href="thread.html#9046">[ thread ]</a> + <a href="subject.html#9046">[ subject ]</a> + <a href="author.html#9046">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009047.html b/zarb-ml/mageia-discuss/2013-January/009047.html new file mode 100644 index 000000000..60b590201 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009047.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C50EB3DAD.8080204%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009114.html"> + <LINK REL="Next" HREF="009059.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C50EB3DAD.8080204%40gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">oliver.bgr at gmail.com + </A><BR> + <I>Mon Jan 7 22:27:09 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009114.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9047">[ date ]</a> + <a href="thread.html#9047">[ thread ]</a> + <a href="subject.html#9047">[ subject ]</a> + <a href="author.html#9047">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi folks, + +FOSDEM is nearing on the horizon. +The conference will take place on February 2nd and 3rd in Bruxelles. +It is a great place to meet other Open Source guis and discuss +everything you want. + +As tha last two years, we will have a booth at FOSDEM and we will have +our General Assembly there. + +If you want to come, please do register here: +<A HREF="https://wiki.mageia.org/en/Fosdem_2013">https://wiki.mageia.org/en/Fosdem_2013</A> + +If you are coming to FOSDEM, we do need people for the booth and of +course for the Saturday night dinner! + +Cheers and see you in Bruxelles, + +Oliver + +-- +Oliver Burger aka obgr_seneca + +Mageia contributor +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009114.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9047">[ date ]</a> + <a href="thread.html#9047">[ thread ]</a> + <a href="subject.html#9047">[ subject ]</a> + <a href="author.html#9047">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009048.html b/zarb-ml/mageia-discuss/2013-January/009048.html new file mode 100644 index 000000000..7e104d4d7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009048.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%20password%20window%0A%09greyed%20out&In-Reply-To=%3Cpan.2013.01.08.16.27.22.525378%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009083.html"> + <LINK REL="Next" HREF="009049.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%20password%20window%0A%09greyed%20out&In-Reply-To=%3Cpan.2013.01.08.16.27.22.525378%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out">maurice at bcs.org.uk + </A><BR> + <I>Tue Jan 8 17:27:23 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9048">[ date ]</a> + <a href="thread.html#9048">[ thread ]</a> + <a href="subject.html#9048">[ subject ]</a> + <a href="author.html#9048">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Using KDE 4.8.5 on Mageia-2, I've come across an unexpected difference +between the Password fields of Configure KMail/Accounts/Modify for POP +and SMTP accounts. + +In the SMTP account, the Password field is open to change. + +In the POP account, the Password field is greyed out with the words + "Wallet is disabled in System Settimgs". +(No password was provided during account setup). + +Although I've always steered clear of KWallet (never seeing the need +for it), that does not seem to create a problem with changing the +SMTP password, but makes it impossible to enter one for the POP account. + +And iof I then enable KWallet in System Settings, then KWallet keeps +butting into KMail sessions. + +Anyone know of a solution to this, please ? + +-- +/\/\aurice + (Retired in Surrey, UK) + +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9048">[ date ]</a> + <a href="thread.html#9048">[ thread ]</a> + <a href="subject.html#9048">[ subject ]</a> + <a href="author.html#9048">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009049.html b/zarb-ml/mageia-discuss/2013-January/009049.html new file mode 100644 index 000000000..fa2f65c0a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009049.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%20password%0A%09window%20greyed%20out&In-Reply-To=%3C201301082029.20582.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009048.html"> + <LINK REL="Next" HREF="009050.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%20password%0A%09window%20greyed%20out&In-Reply-To=%3C201301082029.20582.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out">cooker at solbu.net + </A><BR> + <I>Tue Jan 8 20:29:15 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9049">[ date ]</a> + <a href="thread.html#9049">[ thread ]</a> + <a href="subject.html#9049">[ subject ]</a> + <a href="author.html#9049">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 8. January 2013 17.27, Maurice Batey wrote: +><i> In the POP account, the Password field is greyed out with the words +</I>><i> "Wallet is disabled in System Settimgs". +</I>><i> (No password was provided during account setup). +</I>><i> +</I>><i> Although I've always steered clear of KWallet (never seeing the need +</I>><i> for it), that does not seem to create a problem with changing the +</I>><i> SMTP password, but makes it impossible to enter one for the POP account. +</I> +You're not alone: <A HREF="http://forum.kde.org/viewtopic.php?f=15&t=98998">http://forum.kde.org/viewtopic.php?f=15&t=98998</A> + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130108/70fb9fe6/attachment.asc> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9049">[ date ]</a> + <a href="thread.html#9049">[ thread ]</a> + <a href="subject.html#9049">[ subject ]</a> + <a href="author.html#9049">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009050.html b/zarb-ml/mageia-discuss/2013-January/009050.html new file mode 100644 index 000000000..57d16e32a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009050.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%0A%09password%09window%20greyed%20out&In-Reply-To=%3Cpan.2013.01.09.13.04.18.359788%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009049.html"> + <LINK REL="Next" HREF="009051.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KMail%20%28KDE%204.8.5%29%20in%20Mageia-2%3A%20POP%0A%09password%09window%20greyed%20out&In-Reply-To=%3Cpan.2013.01.09.13.04.18.359788%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out">maurice at bcs.org.uk + </A><BR> + <I>Wed Jan 9 14:04:18 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9050">[ date ]</a> + <a href="thread.html#9050">[ thread ]</a> + <a href="subject.html#9050">[ subject ]</a> + <a href="author.html#9050">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, 08 Jan 2013 20:29:15 +0100, Johnny A. Solbu wrote: + +><i> You're not alone: <A HREF="http://forum.kde.org/viewtopic.php?f=15&t=98998">http://forum.kde.org/viewtopic.php?f=15&t=98998</A> +</I> + Managed to solve the problem, with the followig advice: + + "KWallet keeps all settings for POP3 but you can change its + password to 'blank' so you don't need to enter anything. + Make sure it's *not* set to 'Close when last app stops + using it' and hopefully it should leave you in peace." + (See Account Details/Kwallet in System Settings.) + +-- +/\/\aurice + + +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9050">[ date ]</a> + <a href="thread.html#9050">[ thread ]</a> + <a href="subject.html#9050">[ subject ]</a> + <a href="author.html#9050">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009051.html b/zarb-ml/mageia-discuss/2013-January/009051.html new file mode 100644 index 000000000..2e3a7c05b --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009051.html @@ -0,0 +1,112 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101358.01804.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009050.html"> + <LINK REL="Next" HREF="009052.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101358.01804.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 13:57:57 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9051">[ date ]</a> + <a href="thread.html#9051">[ thread ]</a> + <a href="subject.html#9051">[ subject ]</a> + <a href="author.html#9051">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>As some of you know, in november or so I had to replace my old mdv2008.1 install with Mageia 2, due to a harddrive crash. And that's a good thing, most of you will say. :-)= +The major reason I kept the old version was because KNode for KDE3 worked with GnuPG signatures, wheras KNode for KDE4 does Not. It is simply not possible to verify any signatures, not even my own. [1] +[1] <A HREF="https://bugs.kde.org/show_bug.cgi?id=192198">https://bugs.kde.org/show_bug.cgi?id=192198</A> + +So now I need a (graphical) replacement for KNode. However I have two requirements for a replacement. If either one is not met, there is no point in switching. +1: It must separate multiple usenet servers. (I have 6 usenet servers configured) +2: It must support GnuPG signing. + +I have spent the last few hours testing both pan and claws-mail. +Pan is not happening. It treats all usenet servers as 1 big server, and doesnt really care which server ut uses, as long as any server carries the group. +This I cannot live with. I need to be able to separate the various usenet servers, the same way an email client separates the various pop and imap accounts. Knode does this. + +Claws-mail looks promising, but I cannot get it to support encryption, let alone signing. +The documentation says it need a few core plugins and gpgme. and I can't see that I don't have all requirements. +=== +$ rpm -qa|grep gpg|grep -v pubkey|sort +lib64gpg-error0-1.10-2.mga2 +lib64gpgme11-1.3.1-2.mga2 +lib64gpgme++2-4.8.5-1.1.mga2 +lib64qgpgme1-4.8.5-1.1.mga2 +libgpg-error-common-1.10-2.mga2 + +$ rpm -qa|grep claws|sort +claws-mail-3.8.1-1.mga2 +claws-mail-pgpcore-plugin-3.8.1-1.mga2 +claws-mail-pgpinline-plugin-3.8.1-1.mga2 +claws-mail-pgpmime-plugin-3.8.1-1.mga2 +=== + +So, does anyone have an idea for a graphical USENET client I can use in Mageia 2? + +I do not ever send out anything that is not signed with gnupg, that includes usenet postings. So being able to sign any and all usenet postings is vital for me. It verifies for those that care to check that something really was sendt by me, and not an imposter. (And I know that some of the readers care.) +(If someone read a usenet posting or email that claim to be sendt from me during the last 10 years, I did not send it.) + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/e9ac3431/attachment.asc> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI>Next message: <A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9051">[ date ]</a> + <a href="thread.html#9051">[ thread ]</a> + <a href="subject.html#9051">[ subject ]</a> + <a href="author.html#9051">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009052.html b/zarb-ml/mageia-discuss/2013-January/009052.html new file mode 100644 index 000000000..b7637d7cb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009052.html @@ -0,0 +1,128 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C2177690.xbABpnIjWJ%40localhost.localdomain%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009051.html"> + <LINK REL="Next" HREF="009053.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Richard</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C2177690.xbABpnIjWJ%40localhost.localdomain%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">richardwest at leiston.info + </A><BR> + <I>Thu Jan 10 14:18:59 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9052">[ date ]</a> + <a href="thread.html#9052">[ thread ]</a> + <a href="subject.html#9052">[ subject ]</a> + <a href="author.html#9052">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10 January 2013 13:57:57 Johnny A. Solbu wrote: +><i> As some of you know, in november or so I had to replace my old mdv2008.1 +</I>><i> install with Mageia 2, due to a harddrive crash. And that's a good thing, +</I>><i> most of you will say. :-)= The major reason I kept the old version was +</I>><i> because KNode for KDE3 worked with GnuPG signatures, wheras KNode for KDE4 +</I>><i> does Not. It is simply not possible to verify any signatures, not even my +</I>><i> own. [1] [1] <A HREF="https://bugs.kde.org/show_bug.cgi?id=192198">https://bugs.kde.org/show_bug.cgi?id=192198</A> +</I>><i> +</I>><i> So now I need a (graphical) replacement for KNode. However I have two +</I>><i> requirements for a replacement. If either one is not met, there is no point +</I>><i> in switching. 1: It must separate multiple usenet servers. (I have 6 usenet +</I>><i> servers configured) 2: It must support GnuPG signing. +</I>><i> +</I>><i> I have spent the last few hours testing both pan and claws-mail. +</I>><i> Pan is not happening. It treats all usenet servers as 1 big server, and +</I>><i> doesnt really care which server ut uses, as long as any server carries the +</I>><i> group. This I cannot live with. I need to be able to separate the various +</I>><i> usenet servers, the same way an email client separates the various pop and +</I>><i> imap accounts. Knode does this. +</I>><i> +</I>><i> Claws-mail looks promising, but I cannot get it to support encryption, let +</I>><i> alone signing. The documentation says it need a few core plugins and gpgme. +</I>><i> and I can't see that I don't have all requirements. === +</I>><i> $ rpm -qa|grep gpg|grep -v pubkey|sort +</I>><i> lib64gpg-error0-1.10-2.mga2 +</I>><i> lib64gpgme11-1.3.1-2.mga2 +</I>><i> lib64gpgme++2-4.8.5-1.1.mga2 +</I>><i> lib64qgpgme1-4.8.5-1.1.mga2 +</I>><i> libgpg-error-common-1.10-2.mga2 +</I>><i> +</I>><i> $ rpm -qa|grep claws|sort +</I>><i> claws-mail-3.8.1-1.mga2 +</I>><i> claws-mail-pgpcore-plugin-3.8.1-1.mga2 +</I>><i> claws-mail-pgpinline-plugin-3.8.1-1.mga2 +</I>><i> claws-mail-pgpmime-plugin-3.8.1-1.mga2 +</I>><i> === +</I>><i> +</I>><i> So, does anyone have an idea for a graphical USENET client I can use in +</I>><i> Mageia 2? +</I>><i> +</I>><i> I do not ever send out anything that is not signed with gnupg, that includes +</I>><i> usenet postings. So being able to sign any and all usenet postings is vital +</I>><i> for me. It verifies for those that care to check that something really was +</I>><i> sendt by me, and not an imposter. (And I know that some of the readers +</I>><i> care.) (If someone read a usenet posting or email that claim to be sendt +</I>><i> from me during the last 10 years, I did not send it.) +</I> +Can't help you with alternatives, but did you know that Trinity is available +for MGA2? You should be able to use Trinity-knode under KDE4. (i use Quanta +under KDE4 with no problems) + +<A HREF="http://trinity.mangafrance.com/mga2/">http://trinity.mangafrance.com/mga2/</A> +-- +Richard. + +<A HREF="http://www.leiston.info">http://www.leiston.info</A> +<A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130110/48c172bd/attachment.html> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9052">[ date ]</a> + <a href="thread.html#9052">[ thread ]</a> + <a href="subject.html#9052">[ subject ]</a> + <a href="author.html#9052">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009053.html b/zarb-ml/mageia-discuss/2013-January/009053.html new file mode 100644 index 000000000..60ce5cda8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009053.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101442.37596.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009052.html"> + <LINK REL="Next" HREF="009054.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101442.37596.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 14:42:33 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9053">[ date ]</a> + <a href="thread.html#9053">[ thread ]</a> + <a href="subject.html#9053">[ subject ]</a> + <a href="author.html#9053">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 14.18, Richard wrote: +><i> did you know that Trinity is available for MGA2? +</I> +Unfortunately they don't seem to publish their SRPMS, so I can't use it. + +><i> You should be able to use Trinity-knode under KDE4. +</I> +It's no different than the knode I'm currently using. Due to a bug in KNode, It can't verify gpg/pgp signatures in usenet postings, which is why I need a replacement. + +><i> (i use Quanta under KDE4 with no problems) +</I> +Quanta is a web developnet environment. I was looking for a usenet reader. :-)= +Besides, I use a text editor (mcedit) for my own web development. :-)= + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/0dc1e9c8/attachment.asc> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9053">[ date ]</a> + <a href="thread.html#9053">[ thread ]</a> + <a href="subject.html#9053">[ subject ]</a> + <a href="author.html#9053">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009054.html b/zarb-ml/mageia-discuss/2013-January/009054.html new file mode 100644 index 000000000..d8a2cf26d --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009054.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C42440695.aBjfKtsNA8%40localhost.localdomain%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009053.html"> + <LINK REL="Next" HREF="009056.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Richard</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C42440695.aBjfKtsNA8%40localhost.localdomain%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">richardwest at leiston.info + </A><BR> + <I>Thu Jan 10 14:48:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9054">[ date ]</a> + <a href="thread.html#9054">[ thread ]</a> + <a href="subject.html#9054">[ subject ]</a> + <a href="author.html#9054">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10 January 2013 14:42:33 Johnny A. Solbu wrote: +><i> On Thursday 10. January 2013 14.18, Richard wrote: +</I>><i> > did you know that Trinity is available for MGA2? +</I>><i> +</I>><i> Unfortunately they don't seem to publish their SRPMS, so I can't use it. +</I>Don't understand this, just add the Trinity repo, no need to compile your own. +Unless you mean for philosophical reasons in which case the source is +available from Trinity. + +><i> +</I>><i> > You should be able to use Trinity-knode under KDE4. +</I>><i> +</I>><i> It's no different than the knode I'm currently using. Due to a bug in KNode, +</I>><i> It can't verify gpg/pgp signatures in usenet postings, which is why I need +</I>><i> a replacement. +</I>Trinity-knode is effectively the KDE3 knode so not the same as you are using +now. + +><i> > (i use Quanta under KDE4 with no problems) +</I>><i> +</I>><i> Quanta is a web developnet environment. I was looking for a usenet reader. +</I>><i> :-)= Besides, I use a text editor (mcedit) for my own web development. :-)= +</I>Agreed, just an example to show that the Trinity progs work OK under MGA2. +-- +Richard. + +<A HREF="http://www.leiston.info">http://www.leiston.info</A> +<A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130110/6fc4f9f1/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9054">[ date ]</a> + <a href="thread.html#9054">[ thread ]</a> + <a href="subject.html#9054">[ subject ]</a> + <a href="author.html#9054">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009055.html b/zarb-ml/mageia-discuss/2013-January/009055.html new file mode 100644 index 000000000..c98fdada2 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009055.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Calpine.LMD.2.02.1301101456390.23820%40zem.cjw.nep%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009064.html"> + <LINK REL="Next" HREF="009057.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Christiaan Welvaart</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Calpine.LMD.2.02.1301101456390.23820%40zem.cjw.nep%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cjw at daneel.dyndns.org + </A><BR> + <I>Thu Jan 10 14:58:31 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9055">[ date ]</a> + <a href="thread.html#9055">[ thread ]</a> + <a href="subject.html#9055">[ subject ]</a> + <a href="author.html#9055">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 10 Jan 2013, Johnny A. Solbu wrote: + +><i> So now I need a (graphical) replacement for KNode. However I have two requirements for a replacement. If either one is not met, there is no point in switching. +</I>><i> 1: It must separate multiple usenet servers. (I have 6 usenet servers configured) +</I>><i> 2: It must support GnuPG signing. +</I> +Have you tried thunderbird (or iceape) with the enigmail extension? + + + Christiaan +</PRE> + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9055">[ date ]</a> + <a href="thread.html#9055">[ thread ]</a> + <a href="subject.html#9055">[ subject ]</a> + <a href="author.html#9055">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009056.html b/zarb-ml/mageia-discuss/2013-January/009056.html new file mode 100644 index 000000000..de1fb007c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009056.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101506.46832.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009054.html"> + <LINK REL="Next" HREF="009062.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101506.46832.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 15:06:42 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9056">[ date ]</a> + <a href="thread.html#9056">[ thread ]</a> + <a href="subject.html#9056">[ subject ]</a> + <a href="author.html#9056">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 14.48, Richard wrote: +><i> no need to compile your own. Unless you mean for philosophical reasons +</I> +I never install binaries from third party repos, unless its blessed, supported or otherwize recommended from the distro in question. (Such as PLF). And unless I'm mistaken, Mageia doesn't support or recommend third party repos. +For that I need to recompile the sources on my own. + +><i> in which case the source is available from Trinity. +</I> +I can't find the sources. The sources folder is empty: +<A HREF="http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/</A> + +><i> Trinity-knode is effectively the KDE3 knode so not the same as you are using now. +</I> +How do you handle bug fixes and security patches? KDE3 is unsupported, as far as I know. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/7db4c5eb/attachment.asc> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9056">[ date ]</a> + <a href="thread.html#9056">[ thread ]</a> + <a href="subject.html#9056">[ subject ]</a> + <a href="author.html#9056">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009057.html b/zarb-ml/mageia-discuss/2013-January/009057.html new file mode 100644 index 000000000..68f920718 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009057.html @@ -0,0 +1,106 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C20130111011728.4edd8624%40cassiopeia%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009055.html"> + <LINK REL="Next" HREF="009058.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Trish Fraser</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C20130111011728.4edd8624%40cassiopeia%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">trish at thefrasers.org + </A><BR> + <I>Thu Jan 10 15:17:28 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9057">[ date ]</a> + <a href="thread.html#9057">[ thread ]</a> + <a href="subject.html#9057">[ subject ]</a> + <a href="author.html#9057">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Johnny, + +><i> Claws-mail looks promising, but I cannot get it to support +</I>><i> encryption, let alone signing. +</I> +I'm writing this using claws-mail with the following plugins for pgp +signatures: + +PGP/Core +PGP/Mime + +It requires gnupg to be installed, and once you've told GnuPG about +your signatures claws picks it up just fine (see my signature below). + +All the claws plugins are available from Mageia repos. + +Cheers, + +-- +Trish Fraser, VVMZ4 91L2V -35.67910, 142.66607 +Fri Jan 11 01:12:43 EST 2013 +GNU/Linux 1997-2012 #283226 counter.li.org +cassiopeia up 12 hour(s), 18 min. +Mageia release 2 (Official) for x86_64 +kernel 3.3.8-desktop-2.mga2 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 490 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130111/91876435/attachment.asc> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9057">[ date ]</a> + <a href="thread.html#9057">[ thread ]</a> + <a href="subject.html#9057">[ subject ]</a> + <a href="author.html#9057">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009058.html b/zarb-ml/mageia-discuss/2013-January/009058.html new file mode 100644 index 000000000..ae89e17a7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009058.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101546.15393.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009057.html"> + <LINK REL="Next" HREF="009060.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101546.15393.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 15:46:10 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9058">[ date ]</a> + <a href="thread.html#9058">[ thread ]</a> + <a href="subject.html#9058">[ subject ]</a> + <a href="author.html#9058">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 15.17, Trish Fraser wrote: +><i> PGP/Core +</I>><i> PGP/Mime +</I> +They where installed + +><i> It requires gnupg to be installed +</I> +It is. :-)= + +><i> and once you've told GnuPG about your signatures +</I>><i> claws picks it up just fine (see my signature below). +</I> +I think I have. I've been using PGP, and GnuPG since may 1999, and only now do I have problems. +Is there a specific option you are refering to, when you "tell it" about your key? + +When i sign and encrypt in the terminal, i don't have to do anything to make it use my key.. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/f4dad9b2/attachment.asc> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9058">[ date ]</a> + <a href="thread.html#9058">[ thread ]</a> + <a href="subject.html#9058">[ subject ]</a> + <a href="author.html#9058">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009059.html b/zarb-ml/mageia-discuss/2013-January/009059.html new file mode 100644 index 000000000..efb10a0a9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009059.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301101615.09576.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009047.html"> + <LINK REL="Next" HREF="009065.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301101615.09576.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 16:15:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9059">[ date ]</a> + <a href="thread.html#9059">[ thread ]</a> + <a href="subject.html#9059">[ subject ]</a> + <a href="author.html#9059">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 7. January 2013 22.27, Oliver Burger wrote: +><i> FOSDEM is nearing on the horizon. +</I>><i> The conference will take place on February 2nd and 3rd in Bruxelles. +</I>><i> It is a great place to meet other Open Source guis and discuss +</I>><i> everything you want. +</I> +I'm not going to attent, but I got an idea. The trials I have getting gnupg signing and verifcation working on usenet again, got me thinking. +Since this is perhaps the only time in a long time so many contributors are gointg to attend, why don't you also have a key-signing party? +Then you expand the web of trust, and verify for those who already signed your keys that the keys you sign can be trusted. + +</thinking out loud> + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/4c373077/attachment.asc> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9059">[ date ]</a> + <a href="thread.html#9059">[ thread ]</a> + <a href="subject.html#9059">[ subject ]</a> + <a href="author.html#9059">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009060.html b/zarb-ml/mageia-discuss/2013-January/009060.html new file mode 100644 index 000000000..ff8bfc9a9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009060.html @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C20130111021758.3c4fac3c%40cassiopeia%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009058.html"> + <LINK REL="Next" HREF="009061.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Trish Fraser</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C20130111021758.3c4fac3c%40cassiopeia%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">trish at thefrasers.org + </A><BR> + <I>Thu Jan 10 16:17:58 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9060">[ date ]</a> + <a href="thread.html#9060">[ thread ]</a> + <a href="subject.html#9060">[ subject ]</a> + <a href="author.html#9060">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE> + +><i> On Thursday 10. January 2013 15.17, Trish Fraser wrote: +</I>><i> > PGP/Core +</I>><i> > PGP/Mime +</I>><i> +</I>><i> They where installed +</I>><i> +</I>><i> > It requires gnupg to be installed +</I>><i> +</I>><i> It is. :-)= +</I>><i> +</I>><i> > and once you've told GnuPG about your signatures +</I>><i> > claws picks it up just fine (see my signature below). +</I>><i> +</I>><i> I think I have. I've been using PGP, and GnuPG since may 1999, and +</I>><i> only now do I have problems. Is there a specific option you are +</I>><i> refering to, when you "tell it" about your key? +</I>><i> +</I>><i> When i sign and encrypt in the terminal, i don't have to do anything +</I>><i> to make it use my key.. +</I> +Once the plugins are installed, you still need to tell Claws to load +them. + +Use Configuration/Plugins to load the plugins - if they're already +loaded, they will show on the left. If they aren't loaded, click the +load button and select them from the list of installed plugins, which +Claws should find automatically. + +Once the plugins are loaded, go to Configuration/Edit Accounts, and in +the main account window select the account and click edit. When the +account editing window comes up, you will see a Plugins item on the +left-hand menu. PGP should now be visible under plugins, and you can +configure which key to use. I have the default selected, but you might +wish to use different keys for different accounts - you set each +account's PGP key and signing/encrypting defaults up here. + +Hope this helps! + +-- +Trish Fraser, VVMZ4 91L2V -35.67910, 142.66607 +Fri Jan 11 02:12:29 EST 2013 +GNU/Linux 1997-2012 #283226 counter.li.org +cassiopeia up 13 hour(s), 18 min. +Mageia release 2 (Official) for x86_64 +kernel 3.3.8-desktop-2.mga2 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 490 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130111/6ecbe169/attachment.asc> +</PRE> + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9060">[ date ]</a> + <a href="thread.html#9060">[ thread ]</a> + <a href="subject.html#9060">[ subject ]</a> + <a href="author.html#9060">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009061.html b/zarb-ml/mageia-discuss/2013-January/009061.html new file mode 100644 index 000000000..5609719cb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009061.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101728.07276.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009060.html"> + <LINK REL="Next" HREF="009063.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301101728.07276.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 17:28:00 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9061">[ date ]</a> + <a href="thread.html#9061">[ thread ]</a> + <a href="subject.html#9061">[ subject ]</a> + <a href="author.html#9061">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 16.17, Trish Fraser wrote: +><i> Use Configuration/Plugins to load the plugins +</I> +And now I see what I did wrong. heh.. +I dismissded the popup window, as I thought it was a normal file-open window, prompting me for some file I've downloaded in my home directory. ;-)= + +Now I have a few alternatives to check out in the comming days. + +Thanks for the pointers and ideas, everyone. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/b208fe26/attachment.asc> +</PRE> + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9061">[ date ]</a> + <a href="thread.html#9061">[ thread ]</a> + <a href="subject.html#9061">[ subject ]</a> + <a href="author.html#9061">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009062.html b/zarb-ml/mageia-discuss/2013-January/009062.html new file mode 100644 index 000000000..02805999e --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009062.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C2619870.8cKCpkF0Ul%40localhost.localdomain%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009056.html"> + <LINK REL="Next" HREF="009068.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Richard</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C2619870.8cKCpkF0Ul%40localhost.localdomain%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">richardwest at leiston.info + </A><BR> + <I>Thu Jan 10 18:21:43 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9062">[ date ]</a> + <a href="thread.html#9062">[ thread ]</a> + <a href="subject.html#9062">[ subject ]</a> + <a href="author.html#9062">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10 January 2013 15:06:42 Johnny A. Solbu wrote: +><i> On Thursday 10. January 2013 14.48, Richard wrote: +</I>><i> > no need to compile your own. Unless you mean for philosophical reasons +</I>><i> +</I>><i> I never install binaries from third party repos, unless its blessed, +</I>><i> supported or otherwize recommended from the distro in question. (Such as +</I>><i> PLF). And unless I'm mistaken, Mageia doesn't support or recommend third +</I>><i> party repos. For that I need to recompile the sources on my own. +</I>That's a fair enough reason. + + +><i> +</I>><i> > in which case the source is available from Trinity. +</I>><i> +</I>><i> I can't find the sources. The sources folder is empty: +</I>><i> <A HREF="http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/</A> +</I><A HREF="http://trinity.blackmag.net/releases/3.5.13.1/downloads.html">http://trinity.blackmag.net/releases/3.5.13.1/downloads.html</A> + + +><i> +</I>><i> > Trinity-knode is effectively the KDE3 knode so not the same as you are +</I>><i> > using now. +</I>><i> How do you handle bug fixes and security patches? KDE3 is unsupported, as +</I>><i> far as I know. +</I><A HREF="http://www.trinitydesktop.org/">http://www.trinitydesktop.org/</A> +-- +Richard. + +<A HREF="http://www.leiston.info">http://www.leiston.info</A> +<A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130110/98ea28c6/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9062">[ date ]</a> + <a href="thread.html#9062">[ thread ]</a> + <a href="subject.html#9062">[ subject ]</a> + <a href="author.html#9062">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009063.html b/zarb-ml/mageia-discuss/2013-January/009063.html new file mode 100644 index 000000000..47b481fb7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009063.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Cpan.2013.01.10.17.58.39.100574%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009061.html"> + <LINK REL="Next" HREF="009067.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Cpan.2013.01.10.17.58.39.100574%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">maurice at bcs.org.uk + </A><BR> + <I>Thu Jan 10 18:58:39 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9063">[ date ]</a> + <a href="thread.html#9063">[ thread ]</a> + <a href="subject.html#9063">[ subject ]</a> + <a href="author.html#9063">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 10 Jan 2013 13:57:57 +0100, Johnny A. Solbu wrote: + +><i> Pan is +</I>><i> not happening. It treats all usenet servers as 1 big server, and doesnt +</I>><i> really care which server ut uses, as long as any server carries the group. +</I>><i> This I cannot live with. +</I> + That's how I felt when I tried 'new' Pan. +I'm still using 'old' Pan, but it is becoming difficult to install as +systems change. Otherwise I shall keep using it. + +I have it working on Mandriva 2010.2, Mageia-2, also Mageia-3-cauldron, +but the latter was a bit of a struggle. + +-- +/\/\aurice (Retired in Surrey, UK) + + +</PRE> + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9063">[ date ]</a> + <a href="thread.html#9063">[ thread ]</a> + <a href="subject.html#9063">[ subject ]</a> + <a href="author.html#9063">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009064.html b/zarb-ml/mageia-discuss/2013-January/009064.html new file mode 100644 index 000000000..8dca5d54c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009064.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Cpan.2013.01.10.18.05.53.237375%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009071.html"> + <LINK REL="Next" HREF="009055.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3Cpan.2013.01.10.18.05.53.237375%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">maurice at bcs.org.uk + </A><BR> + <I>Thu Jan 10 19:05:53 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9064">[ date ]</a> + <a href="thread.html#9064">[ thread ]</a> + <a href="subject.html#9064">[ subject ]</a> + <a href="author.html#9064">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, 10 Jan 2013 13:18:59 +0000, Richard wrote: + +><i> Trinity is available for MGA2? +</I> +I recently tried Trinity ('TDE') on my Mageia-2 installation, because I +needed a version of KMail that had not been akonadified (the lack of +which on Mageia-2 has been preventing me from oving over to Mageia-2). + +I ws very happy at first, but then TDE's KMail started misbehaving in a +weird fashion* and I had to abandon TDE. + +(* Occasionally, downloaded emails would be shown with no headers at +all - everything in the body. Never seen that before. Same emails +appeared OK under KDE4 KMail) + +-- +/\/\aurice + (Retired in Surrey, UK) + +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9064">[ date ]</a> + <a href="thread.html#9064">[ thread ]</a> + <a href="subject.html#9064">[ subject ]</a> + <a href="author.html#9064">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009065.html b/zarb-ml/mageia-discuss/2013-January/009065.html new file mode 100644 index 000000000..c7e1d0b0a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009065.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C2202566.riNjF1YAHp%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009059.html"> + <LINK REL="Next" HREF="009066.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C2202566.riNjF1YAHp%40localhost%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">alien at rmail.be + </A><BR> + <I>Thu Jan 10 19:40:10 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9065">[ date ]</a> + <a href="thread.html#9065">[ thread ]</a> + <a href="subject.html#9065">[ subject ]</a> + <a href="author.html#9065">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op donderdag 10 januari 2013 16:15:05 schreef Johnny A. Solbu: +><i> On Monday 7. January 2013 22.27, Oliver Burger wrote: +</I>><i> > FOSDEM is nearing on the horizon. +</I>><i> > The conference will take place on February 2nd and 3rd in Bruxelles. +</I>><i> > It is a great place to meet other Open Source guis and discuss +</I>><i> > everything you want. +</I>><i> +</I>><i> I'm not going to attent, but I got an idea. The trials I have getting gnupg +</I>><i> signing and verifcation working on usenet again, got me thinking. Since +</I>><i> this is perhaps the only time in a long time so many contributors are +</I>><i> gointg to attend, why don't you also have a key-signing party? Then you +</I>><i> expand the web of trust, and verify for those who already signed your keys +</I>><i> that the keys you sign can be trusted. +</I>><i> +</I>><i> </thinking out loud> +</I> +iinm, there's a general keysigning party at FOSDEM anyway (not strictly +related to only mageia members) +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9065">[ date ]</a> + <a href="thread.html#9065">[ thread ]</a> + <a href="subject.html#9065">[ subject ]</a> + <a href="author.html#9065">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009066.html b/zarb-ml/mageia-discuss/2013-January/009066.html new file mode 100644 index 000000000..cf8fd4381 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009066.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301102320.57437.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009065.html"> + <LINK REL="Next" HREF="009076.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301102320.57437.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 23:20:52 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9066">[ date ]</a> + <a href="thread.html#9066">[ thread ]</a> + <a href="subject.html#9066">[ subject ]</a> + <a href="author.html#9066">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 19.40, AL13N wrote: +><i> iinm, there's a general keysigning party at FOSDEM anyway (not strictly +</I>><i> related to only mageia members) +</I> +Then my sugestion is that those who have a gpg/pgp key, attend this party. +You need to sign up by uploading your key to a specific keyserver, so the organizers know who's comming and what keys will be checked and signed, as there often is a formal procedure as to how this is done, to ensure all participants verify the correct keys. + +The procedure is listed here: <A HREF="https://fosdem.org/2013/keysigning/">https://fosdem.org/2013/keysigning/</A> + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/2f505845/attachment.asc> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9066">[ date ]</a> + <a href="thread.html#9066">[ thread ]</a> + <a href="subject.html#9066">[ subject ]</a> + <a href="author.html#9066">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009067.html b/zarb-ml/mageia-discuss/2013-January/009067.html new file mode 100644 index 000000000..c2b20890c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009067.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C201301102350.14815.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009063.html"> + <LINK REL="Next" HREF="009072.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C201301102350.14815.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">cooker at solbu.net + </A><BR> + <I>Thu Jan 10 23:50:07 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9067">[ date ]</a> + <a href="thread.html#9067">[ thread ]</a> + <a href="subject.html#9067">[ subject ]</a> + <a href="author.html#9067">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>In a blog post[1], someone I know have an idea for implementing some autodetetion (for Debian in his case), that when a hardware device is inserted will propose to install packages needed to operate the device. +I don't have that many external hardware devices that I plug in and out on a regular basis, so I don't quite know how Mageia does this. So I wanted to ask, do we have something similar to this that I can point him to, so he don't have to invent a wheel that might already exist? + +[1] <A HREF="http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</A> + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130110/a8e16b1b/attachment.asc> +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9067">[ date ]</a> + <a href="thread.html#9067">[ thread ]</a> + <a href="subject.html#9067">[ subject ]</a> + <a href="author.html#9067">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009068.html b/zarb-ml/mageia-discuss/2013-January/009068.html new file mode 100644 index 000000000..8f8b58e1b --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009068.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301110829.34794.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009062.html"> + <LINK REL="Next" HREF="009069.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301110829.34794.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Fri Jan 11 08:29:30 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9068">[ date ]</a> + <a href="thread.html#9068">[ thread ]</a> + <a href="subject.html#9068">[ subject ]</a> + <a href="author.html#9068">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10. January 2013 18.21, Richard wrote: +><i> > I can't find the sources. The sources folder is empty: +</I>><i> > <A HREF="http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/</A> +</I>><i> <A HREF="http://trinity.blackmag.net/releases/3.5.13.1/downloads.html">http://trinity.blackmag.net/releases/3.5.13.1/downloads.html</A> +</I> +Those are the compressed archives, but where are the source rpms used to build the rpms? + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130111/1a575bfb/attachment.asc> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9068">[ date ]</a> + <a href="thread.html#9068">[ thread ]</a> + <a href="subject.html#9068">[ subject ]</a> + <a href="author.html#9068">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009069.html b/zarb-ml/mageia-discuss/2013-January/009069.html new file mode 100644 index 000000000..6b3d60a00 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009069.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C8826159.2GduSyjGx4%40localhost.localdomain%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009068.html"> + <LINK REL="Next" HREF="009070.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Richard</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C8826159.2GduSyjGx4%40localhost.localdomain%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">richardwest at leiston.info + </A><BR> + <I>Fri Jan 11 10:46:22 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9069">[ date ]</a> + <a href="thread.html#9069">[ thread ]</a> + <a href="subject.html#9069">[ subject ]</a> + <a href="author.html#9069">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 11 January 2013 08:29:30 Johnny A. Solbu wrote: +><i> On Thursday 10. January 2013 18.21, Richard wrote: +</I>><i> > > I can't find the sources. The sources folder is empty: +</I>><i> > > <A HREF="http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/mga2/trinity-3.5.13/SRPMS/</A> +</I>><i> > +</I>><i> > <A HREF="http://trinity.blackmag.net/releases/3.5.13.1/downloads.html">http://trinity.blackmag.net/releases/3.5.13.1/downloads.html</A> +</I>><i> +</I>><i> Those are the compressed archives, but where are the source rpms used to +</I>><i> build the rpms? +</I> +<A HREF="http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/</A> +-- +Richard. + +<A HREF="http://www.leiston.info">http://www.leiston.info</A> +<A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130111/2f61f2e9/attachment.html> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9069">[ date ]</a> + <a href="thread.html#9069">[ thread ]</a> + <a href="subject.html#9069">[ subject ]</a> + <a href="author.html#9069">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009070.html b/zarb-ml/mageia-discuss/2013-January/009070.html new file mode 100644 index 000000000..d2f4ff98b --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009070.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301111055.27955.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009069.html"> + <LINK REL="Next" HREF="009071.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C201301111055.27955.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">cooker at solbu.net + </A><BR> + <I>Fri Jan 11 10:55:21 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9070">[ date ]</a> + <a href="thread.html#9070">[ thread ]</a> + <a href="subject.html#9070">[ subject ]</a> + <a href="author.html#9070">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 11. January 2013 10.46, Richard wrote: +><i> > where are the source rpms used to build the rpms? +</I>><i> +</I>><i> <A HREF="http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/</A> +</I> +Ahh, look at that. Thank you. :-)= + +May I suggest that the other empty SRPMS folders for all distros you support be linked to the folder that actually contain them. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130111/2ad411e3/attachment.asc> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9070">[ date ]</a> + <a href="thread.html#9070">[ thread ]</a> + <a href="subject.html#9070">[ subject ]</a> + <a href="author.html#9070">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009071.html b/zarb-ml/mageia-discuss/2013-January/009071.html new file mode 100644 index 000000000..a83563284 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009071.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Help: Looking for a KNode replacement + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C5666556.yhu2kLKBbU%40localhost.localdomain%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009070.html"> + <LINK REL="Next" HREF="009064.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Help: Looking for a KNode replacement</H1> + <B>Richard</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Help%3A%20Looking%20for%20a%20KNode%20replacement&In-Reply-To=%3C5666556.yhu2kLKBbU%40localhost.localdomain%3E" + TITLE="[Mageia-discuss] Help: Looking for a KNode replacement">richardwest at leiston.info + </A><BR> + <I>Fri Jan 11 11:15:03 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9071">[ date ]</a> + <a href="thread.html#9071">[ thread ]</a> + <a href="subject.html#9071">[ subject ]</a> + <a href="author.html#9071">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 11 January 2013 10:55:21 Johnny A. Solbu wrote: +><i> On Friday 11. January 2013 10.46, Richard wrote: +</I>><i> > > where are the source rpms used to build the rpms? +</I>><i> > +</I>><i> > <A HREF="http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/">http://trinity.mangafrance.com/el6/trinity-3.5.13/SRPMS/</A> +</I>><i> +</I>><i> Ahh, look at that. Thank you. :-)= +</I>><i> +</I>><i> May I suggest that the other empty SRPMS folders for all distros you support +</I>><i> be linked to the folder that actually contain them. +</I> +You'll have to ask the devs there, I'm merely a user. +-- +Richard. + +<A HREF="http://www.leiston.info">http://www.leiston.info</A> +<A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130111/e1f215f0/attachment-0001.html> +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI>Next message: <A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9071">[ date ]</a> + <a href="thread.html#9071">[ thread ]</a> + <a href="subject.html#9071">[ subject ]</a> + <a href="author.html#9071">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009072.html b/zarb-ml/mageia-discuss/2013-January/009072.html new file mode 100644 index 000000000..2902dd1cb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009072.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3CCAF8zTzMt0H3vsVft0javJOvUOt3SyYu2YXmrNF48_PsXAnKtgQ%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="009067.html"> + <LINK REL="Next" HREF="009073.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Kristoffer Grundström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3CCAF8zTzMt0H3vsVft0javJOvUOt3SyYu2YXmrNF48_PsXAnKtgQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">kristoffer.grundstrom1983 at gmail.com + </A><BR> + <I>Fri Jan 11 14:48:42 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9072">[ date ]</a> + <a href="thread.html#9072">[ thread ]</a> + <a href="subject.html#9072">[ subject ]</a> + <a href="author.html#9072">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Make sure that ntfs-3g is installed and you SHOULD be fine. +Den 10 jan 2013 23:50 skrev "Johnny A. Solbu" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">cooker at solbu.net</A>>: + +><i> In a blog post[1], someone I know have an idea for implementing some +</I>><i> autodetetion (for Debian in his case), that when a hardware device is +</I>><i> inserted will propose to install packages needed to operate the device. +</I>><i> I don't have that many external hardware devices that I plug in and out on +</I>><i> a regular basis, so I don't quite know how Mageia does this. So I wanted to +</I>><i> ask, do we have something similar to this that I can point him to, so he +</I>><i> don't have to invent a wheel that might already exist? +</I>><i> +</I>><i> [1] +</I>><i> <A HREF="http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</A> +</I>><i> +</I>><i> -- +</I>><i> Johnny A. Solbu +</I>><i> PGP key ID: 0xFA687324 +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130111/3394be83/attachment.html> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9072">[ date ]</a> + <a href="thread.html#9072">[ thread ]</a> + <a href="subject.html#9072">[ subject ]</a> + <a href="author.html#9072">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009073.html b/zarb-ml/mageia-discuss/2013-January/009073.html new file mode 100644 index 000000000..d9bfbc962 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009073.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C201301111506.28892.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009072.html"> + <LINK REL="Next" HREF="009074.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C201301111506.28892.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">cooker at solbu.net + </A><BR> + <I>Fri Jan 11 15:06:25 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9073">[ date ]</a> + <a href="thread.html#9073">[ thread ]</a> + <a href="subject.html#9073">[ subject ]</a> + <a href="author.html#9073">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 11. January 2013 14.48, Kristoffer Grundström wrote: +><i> Make sure that ntfs-3g is installed and you SHOULD be fine. +</I> +That takes care of usb drives where you have NTFS and exFAT file system you want to access. That not what the blog posts is talking about. +There are other types of usb devices, such as printers, scanners, cameras, wireless network devices and what not. ntfs-3g does not handle any of them, unless they also have a file system accessible by usb. + +His idea is to have some sort of notification that a new hardware device is plugged in, and if the device is not supported by the currently installed packages, figure out which package you need to install, and give the user a button to click that will install it. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130111/3c3233f9/attachment.asc> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9073">[ date ]</a> + <a href="thread.html#9073">[ thread ]</a> + <a href="subject.html#9073">[ subject ]</a> + <a href="author.html#9073">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009074.html b/zarb-ml/mageia-discuss/2013-January/009074.html new file mode 100644 index 000000000..955ce2af1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009074.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C50F023B6.10804%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009073.html"> + <LINK REL="Next" HREF="009123.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C50F023B6.10804%40roadrunner.com%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">ftg at roadrunner.com + </A><BR> + <I>Fri Jan 11 15:37:42 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9074">[ date ]</a> + <a href="thread.html#9074">[ thread ]</a> + <a href="subject.html#9074">[ subject ]</a> + <a href="author.html#9074">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 01/11/2013 09:06 AM, Johnny A. Solbu wrote: +><i> That takes care of usb drives where you have NTFS and exFAT file +</I>><i> system you want to access. That not what the blog posts is talking +</I>><i> about. There are other types of usb devices, such as printers, +</I>><i> scanners, cameras, wireless network devices and what not. ntfs-3g does +</I>><i> not handle any of them, unless they also have a file system accessible +</I>><i> by usb. His idea is to have some sort of notification that a new +</I>><i> hardware device is plugged in, and if the device is not supported by +</I>><i> the currently installed packages, figure out which package you need to +</I>><i> install, and give the user a button to click that will install it. +</I>I think that's supposed to be handled by separate device-specific apps, +probably in response to an event issued by the generic USB support when +the device is recognized. For instance, a disk is handled by automount, +printers are handled by system-config-printer or possibly CUPS, wireless +by net-applet or NM, etc. +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9074">[ date ]</a> + <a href="thread.html#9074">[ thread ]</a> + <a href="subject.html#9074">[ subject ]</a> + <a href="author.html#9074">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009075.html b/zarb-ml/mageia-discuss/2013-January/009075.html new file mode 100644 index 000000000..f63b6e363 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009075.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3CCADroq_A734_Fam7UFPDcjLS%3Dt%2B2Mm015DEqy9Dc%3DMQZGgD2nSQ%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="009128.html"> + <LINK REL="Next" HREF="009077.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Dennis Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3CCADroq_A734_Fam7UFPDcjLS%3Dt%2B2Mm015DEqy9Dc%3DMQZGgD2nSQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">dennisgrif at gmail.com + </A><BR> + <I>Sun Jan 13 18:31:16 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9075">[ date ]</a> + <a href="thread.html#9075">[ thread ]</a> + <a href="subject.html#9075">[ subject ]</a> + <a href="author.html#9075">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>You are not alone...I have Mageia 2 running KDE on 4 machines and one of +them does this. + +*Dennis Griffin* +Grants Pass, Oregon +541-479-3079 +541-450-0042 cell +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dennisgrif at gmail.com</A> +<A HREF="http://griffin.isa-geek.net">http://griffin.isa-geek.net</A> + + +On Sat, Dec 8, 2012 at 3:27 PM, bascule <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">asura at theexcession.co.uk</A>> wrote: + +><i> despite saving my session over and ver again, for no reason i can see my +</I>><i> desktop icons keep disappearing every 3rd or 4th boot it seems, not every +</I>><i> other boot because after resetting them and saving the session they are +</I>><i> there +</I>><i> the next boot or two, +</I>><i> to get the icons back i go to the cashew, select folder view settings, +</I>><i> change +</I>><i> it to desktop view, apply and change it back to folder view settings apply +</I>><i> and +</I>><i> there are my desktop icons, of course they are the wrong size and in the +</I>><i> wrong +</I>><i> arrangement, i fix that and they stay for the next few boots, i have 6 +</I>><i> workspaces with separate desktops and two of them have icons on them, this +</I>><i> is +</I>><i> in updated mageia2 +</I>><i> am i alone in this? +</I>><i> +</I>><i> bascule +</I>><i> -- +</I>><i> "I teleported home one night +</I>><i> With Ron and Sid and Meg. +</I>><i> Ron stole Meggie's heart away +</I>><i> And I got Sidney's leg." +</I>><i> +</I>><i> - A poem about matter transference beams. +</I>><i> +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130113/eaa2d35c/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9075">[ date ]</a> + <a href="thread.html#9075">[ thread ]</a> + <a href="subject.html#9075">[ subject ]</a> + <a href="author.html#9075">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009076.html b/zarb-ml/mageia-discuss/2013-January/009076.html new file mode 100644 index 000000000..2eed237fb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009076.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C%2AM.G7v%40r78.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009066.html"> + <LINK REL="Next" HREF="009079.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Remco Rijnders</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C%2AM.G7v%40r78.nl%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">remco at webconquest.com + </A><BR> + <I>Mon Jan 14 08:36:39 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9076">[ date ]</a> + <a href="thread.html#9076">[ thread ]</a> + <a href="subject.html#9076">[ subject ]</a> + <a href="author.html#9076">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, Jan 10, 2013 at 11:20:52PM +0100, Johnny wrote in +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">201301102320.57437.cooker at solbu.net</A>>: +><i>On Thursday 10. January 2013 19.40, AL13N wrote: +</I>>><i> iinm, there's a general keysigning party at FOSDEM anyway (not strictly +</I>>><i> related to only mageia members) +</I>><i> +</I>><i>Then my sugestion is that those who have a gpg/pgp key, attend this party. +</I>><i>You need to sign up by uploading your key to a specific keyserver, so the +</I>><i>organizers know who's comming and what keys will be checked and signed, +</I>><i>as there often is a formal procedure as to how this is done, to ensure +</I>><i>all participants verify the correct keys. +</I>><i> +</I>><i>The procedure is listed here: <A HREF="https://fosdem.org/2013/keysigning/">https://fosdem.org/2013/keysigning/</A> +</I> +I'll be there, I just hope that this year the location of the keysigning +will be better published than it was last year... I missed it because I +could not find the location! :-( + +Remmy +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 836 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130114/3197f75c/attachment.asc> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9076">[ date ]</a> + <a href="thread.html#9076">[ thread ]</a> + <a href="subject.html#9076">[ subject ]</a> + <a href="author.html#9076">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009077.html b/zarb-ml/mageia-discuss/2013-January/009077.html new file mode 100644 index 000000000..13fd5dbc9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009077.html @@ -0,0 +1,118 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301140944.55538.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009075.html"> + <LINK REL="Next" HREF="009078.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301140944.55538.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">fri at tribun.eu + </A><BR> + <I>Mon Jan 14 09:44:55 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9077">[ date ]</a> + <a href="thread.html#9077">[ thread ]</a> + <a href="subject.html#9077">[ subject ]</a> + <a href="author.html#9077">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I had that problem on families desktops. +I thought other family members accidentaly did something, but apparently the +system do this by itself? + +Weird. + +söndagen den 13 januari 2013 18.31.16 skrev Dennis Griffin: +><i> You are not alone...I have Mageia 2 running KDE on 4 machines and one of +</I>><i> them does this. +</I>><i> +</I>><i> *Dennis Griffin* +</I>><i> Grants Pass, Oregon +</I>><i> 541-479-3079 +</I>><i> 541-450-0042 cell +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dennisgrif at gmail.com</A> +</I>><i> <A HREF="http://griffin.isa-geek.net">http://griffin.isa-geek.net</A> +</I>><i> +</I>><i> On Sat, Dec 8, 2012 at 3:27 PM, bascule <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">asura at theexcession.co.uk</A>> wrote: +</I>><i> > despite saving my session over and ver again, for no reason i can see my +</I>><i> > desktop icons keep disappearing every 3rd or 4th boot it seems, not every +</I>><i> > other boot because after resetting them and saving the session they are +</I>><i> > there +</I>><i> > the next boot or two, +</I>><i> > to get the icons back i go to the cashew, select folder view settings, +</I>><i> > change +</I>><i> > it to desktop view, apply and change it back to folder view settings +</I>><i> > apply and +</I>><i> > there are my desktop icons, of course they are the wrong size and in the +</I>><i> > wrong +</I>><i> > arrangement, i fix that and they stay for the next few boots, i have 6 +</I>><i> > workspaces with separate desktops and two of them have icons on them, +</I>><i> > this is +</I>><i> > in updated mageia2 +</I>><i> > am i alone in this? +</I>><i> > +</I>><i> > bascule +</I>><i> > -- +</I>><i> > "I teleported home one night +</I>><i> > With Ron and Sid and Meg. +</I>><i> > Ron stole Meggie's heart away +</I>><i> > And I got Sidney's leg." +</I>><i> > +</I>><i> > - A poem about matter transference beams. +</I> +-- +Morgan Leijström +</PRE> + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9077">[ date ]</a> + <a href="thread.html#9077">[ thread ]</a> + <a href="subject.html#9077">[ subject ]</a> + <a href="author.html#9077">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009078.html b/zarb-ml/mageia-discuss/2013-January/009078.html new file mode 100644 index 000000000..d05692950 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009078.html @@ -0,0 +1,126 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C50F3D8E5.1040503%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009077.html"> + <LINK REL="Next" HREF="009082.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C50F3D8E5.1040503%40gmail.com%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">eeeemail at gmail.com + </A><BR> + <I>Mon Jan 14 11:07:33 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9078">[ date ]</a> + <a href="thread.html#9078">[ thread ]</a> + <a href="subject.html#9078">[ subject ]</a> + <a href="author.html#9078">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 14/01/13 08:44, Morgan Leijström wrote: +><i> I had that problem on families desktops. +</I>><i> I thought other family members accidentaly did something, but apparently the +</I>><i> system do this by itself? +</I>><i> +</I>><i> Weird. +</I>><i> +</I>><i> söndagen den 13 januari 2013 18.31.16 skrev Dennis Griffin: +</I>>><i> You are not alone...I have Mageia 2 running KDE on 4 machines and one of +</I>>><i> them does this. +</I>>><i> +</I>>><i> *Dennis Griffin* +</I>>><i> Grants Pass, Oregon +</I>>><i> 541-479-3079 +</I>>><i> 541-450-0042 cell +</I>>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dennisgrif at gmail.com</A> +</I>>><i> <A HREF="http://griffin.isa-geek.net">http://griffin.isa-geek.net</A> +</I>>><i> +</I>>><i> On Sat, Dec 8, 2012 at 3:27 PM, bascule <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">asura at theexcession.co.uk</A>> wrote: +</I>>>><i> despite saving my session over and ver again, for no reason i can see my +</I>>>><i> desktop icons keep disappearing every 3rd or 4th boot it seems, not every +</I>>>><i> other boot because after resetting them and saving the session they are +</I>>>><i> there +</I>>>><i> the next boot or two, +</I>>>><i> to get the icons back i go to the cashew, select folder view settings, +</I>>>><i> change +</I>>>><i> it to desktop view, apply and change it back to folder view settings +</I>>>><i> apply and +</I>>>><i> there are my desktop icons, of course they are the wrong size and in the +</I>>>><i> wrong +</I>>>><i> arrangement, i fix that and they stay for the next few boots, i have 6 +</I>>>><i> workspaces with separate desktops and two of them have icons on them, +</I>>>><i> this is +</I>>>><i> in updated mageia2 +</I>>>><i> am i alone in this? +</I>>>><i> +</I>>>><i> bascule +</I>>>><i> -- +</I>>>><i> "I teleported home one night +</I>>>><i> With Ron and Sid and Meg. +</I>>>><i> Ron stole Meggie's heart away +</I>>>><i> And I got Sidney's leg." +</I>>>><i> +</I>>>><i> - A poem about matter transference beams. +</I>><i> +</I> + +When this happens, do you gain a scroll bar on the right hand side? + +I've never found the cause of this but have noticed it occasionally. +Moving the icons to the top half of the screen seems to prevent it +happening. It is odd though. + +Claire +</PRE> + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9078">[ date ]</a> + <a href="thread.html#9078">[ thread ]</a> + <a href="subject.html#9078">[ subject ]</a> + <a href="author.html#9078">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009079.html b/zarb-ml/mageia-discuss/2013-January/009079.html new file mode 100644 index 000000000..2740950c8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009079.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C20130114095431.GA12131%40bkor.dhs.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009076.html"> + <LINK REL="Next" HREF="009080.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Olav Vitters</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C20130114095431.GA12131%40bkor.dhs.org%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">olav at vitters.nl + </A><BR> + <I>Mon Jan 14 10:54:31 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9079">[ date ]</a> + <a href="thread.html#9079">[ thread ]</a> + <a href="subject.html#9079">[ subject ]</a> + <a href="author.html#9079">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, Jan 14, 2013 at 08:36:39AM +0100, Remco Rijnders wrote: +><i> I'll be there, I just hope that this year the location of the +</I>><i> keysigning will be better published than it was last year... I +</I>><i> missed it because I could not find the location! :-( +</I> +Look for 2 long groups of people getting trained on saying hello to each +other. One year I took a picture of that as it was so strange. Only +realized at least one FOSDEM later that it was a key signing party :P + +-- +Regards, +Olav +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9079">[ date ]</a> + <a href="thread.html#9079">[ thread ]</a> + <a href="subject.html#9079">[ subject ]</a> + <a href="author.html#9079">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009080.html b/zarb-ml/mageia-discuss/2013-January/009080.html new file mode 100644 index 000000000..86c786456 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009080.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301141113.56344.cooker%40solbu.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009079.html"> + <LINK REL="Next" HREF="009083.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3C201301141113.56344.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">cooker at solbu.net + </A><BR> + <I>Mon Jan 14 11:13:52 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9080">[ date ]</a> + <a href="thread.html#9080">[ thread ]</a> + <a href="subject.html#9080">[ subject ]</a> + <a href="author.html#9080">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 14. January 2013 08.36, Remco Rijnders wrote: +><i> I'll be there, I just hope that this year the location of the keysigning +</I>><i> will be better published than it was last year... I missed it because I +</I>><i> could not find the location! :-( +</I> +I suggest you mention this to the organizors. It might not occur to them that it's a problem. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 190 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20130114/291a3b6c/attachment.asc> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9080">[ date ]</a> + <a href="thread.html#9080">[ thread ]</a> + <a href="subject.html#9080">[ subject ]</a> + <a href="author.html#9080">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009081.html b/zarb-ml/mageia-discuss/2013-January/009081.html new file mode 100644 index 000000000..245d042e4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009081.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3Ckd0lph%24419%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009046.html"> + <LINK REL="Next" HREF="009092.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Daniel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3Ckd0lph%24419%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Drakconnect">mandriva at daik.se + </A><BR> + <I>Mon Jan 14 11:14:10 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009046.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009092.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9081">[ date ]</a> + <a href="thread.html#9081">[ thread ]</a> + <a href="subject.html#9081">[ subject ]</a> + <a href="author.html#9081">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sat, 05 Jan 2013 21:32:15 +0100, Papoteur wrote: + +><i> Hello, +</I>><i> +</I>><i> I have started to document this tool : +</I>><i> +</I>><i> +</I>><i> Set up a new network interface (LAN, ISDN, ADSL, ...) +</I>><i> +</I>><i> It is accessible in Calenco and visible soon here : +</I>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for technically +</I>><i> proofreading. +</I>><i> +</I>><i> Some sections are not documented, besause it is necessary to have the +</I>><i> hardware connected to configure it: +</I>><i> - Satellite connection (DVB) +</I>><i> - Cable modem connection - GPRS/Edge/3G connection - Bluetoth Dial-Up +</I>><i> Networking connection +</I>><i> +</I>><i> If you have such a hardware, you can provide to doc team screenshots at +</I>><i> each step of the configuration, or write the section. +</I>><i> +</I>><i> The technical proofreading means: +</I>><i> 1/ Detect if some part of documentation is lacking, for example a path +</I>><i> for a wizard, or some window. +</I>><i> 2/ Detect if what it is said is correct or not. +</I>><i> 3/ Indicate if you feel that some part must be more detailed, for +</I>><i> example the implication of some options. +</I>><i> 4/ Indicate if you feel that the actions done by the tool are not enough +</I>><i> described, for example which files are modified, which service is +</I>><i> restarted... +</I>><i> +</I>><i> You can give your opinion even on one point and even if you do not know +</I>><i> how to complete/modify the documentation. You're welcome Papoteur +</I> +Hello Papoteur, +I've got a 3G (4G actually) modem, I'm happy to either write the +documentation, or just take the screenshots. How would you like to get +the text/images off me? What is the easiest way? I can also do some proof +reading. In that case how do I get the comments to you? I do not have a +lot of time, but I figure some time is still valuable + +regards +Daniel + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009046.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009092.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9081">[ date ]</a> + <a href="thread.html#9081">[ thread ]</a> + <a href="subject.html#9081">[ subject ]</a> + <a href="author.html#9081">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009082.html b/zarb-ml/mageia-discuss/2013-January/009082.html new file mode 100644 index 000000000..69cac75fa --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009082.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3Csig.4726ab7a52.50F3DD4C.7060503%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009078.html"> + <LINK REL="Next" HREF="009086.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3Csig.4726ab7a52.50F3DD4C.7060503%40drdos.info%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">support at drdos.info + </A><BR> + <I>Mon Jan 14 11:26:20 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9082">[ date ]</a> + <a href="thread.html#9082">[ thread ]</a> + <a href="subject.html#9082">[ subject ]</a> + <a href="author.html#9082">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Claire Robinson wrote: +><i> I've never found the cause of this but have noticed it occasionally. +</I>><i> Moving the icons to the top half of the screen seems to prevent it +</I>><i> happening. It is odd though. +</I> +I believe the cause is the desktop size becomes slightly larger then the +screen resolution. I've found going into the KDE display properties, +changing to like 1280x1024 and then back to the correct 1920x1200 fixes +things. + +Doug + + +-- +Ben Franklin quote: + +"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." + +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9082">[ date ]</a> + <a href="thread.html#9082">[ thread ]</a> + <a href="subject.html#9082">[ subject ]</a> + <a href="author.html#9082">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009083.html b/zarb-ml/mageia-discuss/2013-January/009083.html new file mode 100644 index 000000000..8764c6aa8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009083.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM coming up, will you meet us there? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3CCA%2BCX%2BbgprkXWv1gTkX4%2B41dmnRVoxbYd4iz_cqA88zHmQWo8Hg%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="009080.html"> + <LINK REL="Next" HREF="009048.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM coming up, will you meet us there?</H1> + <B>Pascal Terjan</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20coming%20up%2C%20will%20you%20meet%20us%20there%3F&In-Reply-To=%3CCA%2BCX%2BbgprkXWv1gTkX4%2B41dmnRVoxbYd4iz_cqA88zHmQWo8Hg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM coming up, will you meet us there?">pterjan at gmail.com + </A><BR> + <I>Mon Jan 14 14:17:30 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9083">[ date ]</a> + <a href="thread.html#9083">[ thread ]</a> + <a href="subject.html#9083">[ subject ]</a> + <a href="author.html#9083">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thu, Jan 10, 2013 at 10:20 PM, Johnny A. Solbu <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">cooker at solbu.net</A>> wrote: +><i> On Thursday 10. January 2013 19.40, AL13N wrote: +</I>>><i> iinm, there's a general keysigning party at FOSDEM anyway (not strictly +</I>>><i> related to only mageia members) +</I>><i> +</I>><i> Then my sugestion is that those who have a gpg/pgp key, attend this party. +</I>><i> You need to sign up by uploading your key to a specific keyserver, so the organizers know who's comming and what keys will be checked and signed, as there often is a formal procedure as to how this is done, to ensure all participants verify the correct keys. +</I>><i> +</I>><i> The procedure is listed here: <A HREF="https://fosdem.org/2013/keysigning/">https://fosdem.org/2013/keysigning/</A> +</I> +I participated in 2007 (when there were not that many people), and +that's enough for me as many people who signed my key have been +participating since +<A HREF="http://pgp.cs.uu.nl/graph.php?KEY=D0AB4075&TYP=rank&STY=BIG">http://pgp.cs.uu.nl/graph.php?KEY=D0AB4075&TYP=rank&STY=BIG</A> :) +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI>Next message: <A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9083">[ date ]</a> + <a href="thread.html#9083">[ thread ]</a> + <a href="subject.html#9083">[ subject ]</a> + <a href="author.html#9083">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009084.html b/zarb-ml/mageia-discuss/2013-January/009084.html new file mode 100644 index 000000000..953383d76 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009084.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM reminder + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20reminder&In-Reply-To=%3CCALK7e_PqcYXndBPCvri191N-fHUQ-%2BniKyfsDeZ6Dd3OLvH99Q%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="009110.html"> + <LINK REL="Next" HREF="009085.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM reminder</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20reminder&In-Reply-To=%3CCALK7e_PqcYXndBPCvri191N-fHUQ-%2BniKyfsDeZ6Dd3OLvH99Q%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM reminder">oliver.bgr at gmail.com + </A><BR> + <I>Mon Jan 14 21:02:29 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9084">[ date ]</a> + <a href="thread.html#9084">[ thread ]</a> + <a href="subject.html#9084">[ subject ]</a> + <a href="author.html#9084">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi there, + +just a little reminder for those of you, who are planning to come to +FOSDEM and have not registered in the wiki yet: +<A HREF="https://wiki.mageia.org/en/Fosdem_2013">https://wiki.mageia.org/en/Fosdem_2013</A> + +We do need some more people at the booth and we should know, how many +people we will be for Saturday night's dinner. +So if you are planning to come, go to the wiki and register there. + +Thanks, + +Oliver +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9084">[ date ]</a> + <a href="thread.html#9084">[ thread ]</a> + <a href="subject.html#9084">[ subject ]</a> + <a href="author.html#9084">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009085.html b/zarb-ml/mageia-discuss/2013-January/009085.html new file mode 100644 index 000000000..05e528cdf --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009085.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F53A98.2060701%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009084.html"> + <LINK REL="Next" HREF="009087.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F53A98.2060701%40freenet.de%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">alexander.steidel at freenet.de + </A><BR> + <I>Tue Jan 15 12:16:40 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A></li> + <LI>Next message: <A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9085">[ date ]</a> + <a href="thread.html#9085">[ thread ]</a> + <a href="subject.html#9085">[ subject ]</a> + <a href="author.html#9085">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>hello, +i just installed magei 2 with gnome but i had a problem with the +atheros wlan. +is there a way that i can activate the wlan feature ? I cant connect the +oc via lan cable to the internet. is there any other way to activate this.? + +I am using gnome and is there a way to activate a zoom or to make the +font size bigger. especially in the login window. ? or is there aanother +way to activate this settimgs for the impaured person, like a zoom or +something else? +Or must i choose a nother desktop ? + +regards +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A></li> + <LI>Next message: <A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9085">[ date ]</a> + <a href="thread.html#9085">[ thread ]</a> + <a href="subject.html#9085">[ subject ]</a> + <a href="author.html#9085">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009086.html b/zarb-ml/mageia-discuss/2013-January/009086.html new file mode 100644 index 000000000..a1e9ab172 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009086.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301151347.44432.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009082.html"> + <LINK REL="Next" HREF="009108.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301151347.44432.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">fri at tribun.eu + </A><BR> + <I>Tue Jan 15 13:47:44 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9086">[ date ]</a> + <a href="thread.html#9086">[ thread ]</a> + <a href="subject.html#9086">[ subject ]</a> + <a href="author.html#9086">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>måndagen den 14 januari 2013 11.07.33 skrev Claire Robinson: +><i> When this happens, do you gain a scroll bar on the right hand side? +</I>Yes +-- +Morgan Leijström +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9086">[ date ]</a> + <a href="thread.html#9086">[ thread ]</a> + <a href="subject.html#9086">[ subject ]</a> + <a href="author.html#9086">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009087.html b/zarb-ml/mageia-discuss/2013-January/009087.html new file mode 100644 index 000000000..a66283076 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009087.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3Cpan.2013.01.15.15.56.17.666315%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009085.html"> + <LINK REL="Next" HREF="009088.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3Cpan.2013.01.15.15.56.17.666315%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">maurice at bcs.org.uk + </A><BR> + <I>Tue Jan 15 16:56:19 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9087">[ date ]</a> + <a href="thread.html#9087">[ thread ]</a> + <a href="subject.html#9087">[ subject ]</a> + <a href="author.html#9087">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, 15 Jan 2013 12:16:40 +0100, Alexander Steidel wrote: + +><i> i just installed magei 2 with gnome but i had a problem with the +</I>><i> atheros wlan. +</I>><i> is there a way that i can activate the wlan feature ? +</I> + If you tell us how and when the problem manifested itself, someone +might be able to help. + +The WiFi problem I had with Mageia-2 was that one of the s/w updates +broke it - it could no longer connect to the router. + What worked there was to use MCC to install +"kernel-network-nonfree" (a suggestion I found when Googling for the +problem) - but that didn't solve the Mageia-3 WiFi problem I later had.. +-- +/\/\aurice + + +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9087">[ date ]</a> + <a href="thread.html#9087">[ thread ]</a> + <a href="subject.html#9087">[ subject ]</a> + <a href="author.html#9087">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009088.html b/zarb-ml/mageia-discuss/2013-January/009088.html new file mode 100644 index 000000000..388cc1e99 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009088.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5B326.4010601%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009087.html"> + <LINK REL="Next" HREF="009090.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5B326.4010601%40freenet.de%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">alexander.steidel at freenet.de + </A><BR> + <I>Tue Jan 15 20:51:02 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9088">[ date ]</a> + <a href="thread.html#9088">[ thread ]</a> + <a href="subject.html#9088">[ subject ]</a> + <a href="author.html#9088">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I am using Mageia 2 and my wifi is the Atheros ub 91 +it is built in on the msi fm2 a75ia e53 motherboard; + + in the network center i can see the wifi wlan part. but there is an +error message that they cant find the device for the driver ath9k.htc +the build in bluetooth adapter is not working too. + + +Am 15.01.2013 16:56, schrieb Maurice Batey: +><i> On Tue, 15 Jan 2013 12:16:40 +0100, Alexander Steidel wrote: +</I>><i> +</I>>><i> i just installed magei 2 with gnome but i had a problem with the +</I>>><i> atheros wlan. +</I>>><i> is there a way that i can activate the wlan feature ? +</I>><i> If you tell us how and when the problem manifested itself, someone +</I>><i> might be able to help. +</I>><i> +</I>><i> The WiFi problem I had with Mageia-2 was that one of the s/w updates +</I>><i> broke it - it could no longer connect to the router. +</I>><i> What worked there was to use MCC to install +</I>><i> "kernel-network-nonfree" (a suggestion I found when Googling for the +</I>><i> problem) - but that didn't solve the Mageia-3 WiFi problem I later had.. +</I> +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9088">[ date ]</a> + <a href="thread.html#9088">[ thread ]</a> + <a href="subject.html#9088">[ subject ]</a> + <a href="author.html#9088">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009089.html b/zarb-ml/mageia-discuss/2013-January/009089.html new file mode 100644 index 000000000..ca27ae974 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009089.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5BD1C.50508%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009097.html"> + <LINK REL="Next" HREF="009093.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5BD1C.50508%40freenet.de%3E" + TITLE="[Mageia-discuss] keyboard layout.">alexander.steidel at freenet.de + </A><BR> + <I>Tue Jan 15 21:33:32 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9089">[ date ]</a> + <a href="thread.html#9089">[ thread ]</a> + <a href="subject.html#9089">[ subject ]</a> + <a href="author.html#9089">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>slowly i am thinking mageia is a piece of shit.. + +until now i had used a english layout keyboard but i recognized that it +cant display the correct signs or keys what i am pressing. +for example i press a "i" and it displays a "5" +and i cant find a systemsetting to change the keyboard layout. + +really i thinki will dele mageia and go back to fedora.wifi was working +and no keyboard problems. and i have access to al my usb drives and cd rons. + +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9089">[ date ]</a> + <a href="thread.html#9089">[ thread ]</a> + <a href="subject.html#9089">[ subject ]</a> + <a href="author.html#9089">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009090.html b/zarb-ml/mageia-discuss/2013-January/009090.html new file mode 100644 index 000000000..46f8cb576 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009090.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3CCAPn0va4AdMrVMpwKa3YC8wf-kNYwHyDu4ojXVY23b_g3eG%2B1iQ%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="009088.html"> + <LINK REL="Next" HREF="009091.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Donald Stewart</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3CCAPn0va4AdMrVMpwKa3YC8wf-kNYwHyDu4ojXVY23b_g3eG%2B1iQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">watersnowrock at gmail.com + </A><BR> + <I>Tue Jan 15 21:48:20 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9090">[ date ]</a> + <a href="thread.html#9090">[ thread ]</a> + <a href="subject.html#9090">[ subject ]</a> + <a href="author.html#9090">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 15 January 2013 19:51, Alexander Steidel +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">alexander.steidel at freenet.de</A>> wrote: +><i> I am using Mageia 2 and my wifi is the Atheros ub 91 +</I>><i> it is built in on the msi fm2 a75ia e53 motherboard; +</I>><i> +</I>><i> in the network center i can see the wifi wlan part. but there is an +</I>><i> error message that they cant find the device for the driver ath9k.htc +</I>><i> the build in bluetooth adapter is not working too. +</I>><i> +</I>><i> +</I>><i> Am 15.01.2013 16:56, schrieb Maurice Batey: +</I>>><i> On Tue, 15 Jan 2013 12:16:40 +0100, Alexander Steidel wrote: +</I>>><i> +</I>>>><i> i just installed magei 2 with gnome but i had a problem with the +</I>>>><i> atheros wlan. +</I>>>><i> is there a way that i can activate the wlan feature ? +</I>>><i> If you tell us how and when the problem manifested itself, someone +</I>>><i> might be able to help. +</I>>><i> +</I>>><i> The WiFi problem I had with Mageia-2 was that one of the s/w updates +</I>>><i> broke it - it could no longer connect to the router. +</I>>><i> What worked there was to use MCC to install +</I>>><i> "kernel-network-nonfree" (a suggestion I found when Googling for the +</I>>><i> problem) - but that didn't solve the Mageia-3 WiFi problem I later had.. +</I>><i> +</I> +I have no experience with atheros cards, but with intel ones, after +loading the driver a reboot is required before the card can be +initialized. THis could be similar to the issue you are having. +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9090">[ date ]</a> + <a href="thread.html#9090">[ thread ]</a> + <a href="subject.html#9090">[ subject ]</a> + <a href="author.html#9090">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009091.html b/zarb-ml/mageia-discuss/2013-January/009091.html new file mode 100644 index 000000000..14bba3bee --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009091.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C5928808.KqkayqOLH2%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009090.html"> + <LINK REL="Next" HREF="009095.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C5928808.KqkayqOLH2%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">led43john at googlemail.com + </A><BR> + <I>Tue Jan 15 21:49:09 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9091">[ date ]</a> + <a href="thread.html#9091">[ thread ]</a> + <a href="subject.html#9091">[ subject ]</a> + <a href="author.html#9091">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 15 Jan 2013 12:16:40 Alexander Steidel wrote: +><i> hello, +</I>><i> i just installed magei 2 with gnome but i had a problem with the +</I>><i> atheros wlan. +</I>><i> is there a way that i can activate the wlan feature ? I cant connect the +</I>><i> oc via lan cable to the internet. is there any other way to activate this.? +</I>><i> +</I>><i> I am using gnome and is there a way to activate a zoom or to make the +</I>><i> font size bigger. especially in the login window. ? or is there aanother +</I>><i> way to activate this settimgs for the impaured person, like a zoom or +</I>><i> something else? +</I>><i> Or must i choose a nother desktop ? +</I>><i> +</I>><i> regards +</I>alexander +There is a "input device" icon in the "system settings" accessed from the +spanner & screwdriver icon to adjust keyboard layout and in the control centre +you can set the localityfrom the "systems tab". +If these don't help perhaps a bit more infomation on your set up and some one +here or on irc can help +Regards John Bowden (Led43-???) +-- +Registered Linux user number 414240 + +Guy Faulks the only person to enter the Parliament with honest intentions and +he was going to blow them up ! + +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9091">[ date ]</a> + <a href="thread.html#9091">[ thread ]</a> + <a href="subject.html#9091">[ subject ]</a> + <a href="author.html#9091">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009092.html b/zarb-ml/mageia-discuss/2013-January/009092.html new file mode 100644 index 000000000..b17c402cb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009092.html @@ -0,0 +1,111 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50F5C355.80609%40gadz.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009081.html"> + <LINK REL="Next" HREF="009100.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Papoteur</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50F5C355.80609%40gadz.org%3E" + TITLE="[Mageia-discuss] Drakconnect">yves.brungard_mageia at gadz.org + </A><BR> + <I>Tue Jan 15 22:00:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009081.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009100.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9092">[ date ]</a> + <a href="thread.html#9092">[ thread ]</a> + <a href="subject.html#9092">[ subject ]</a> + <a href="author.html#9092">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 14/01/2013 11:14, Daniel a écrit : +><i> On Sat, 05 Jan 2013 21:32:15 +0100, Papoteur wrote: +</I>><i> +</I>>><i> Hello, +</I>>><i> +</I>>><i> I have started to document this tool : +</I>>><i> +</I>>><i> +</I>>><i> Set up a new network interface (LAN, ISDN, ADSL, ...) +</I>>><i> +</I>>><i> It is accessible in Calenco and visible soon here : +</I>>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for technically +</I>>><i> proofreading. +</I>>><i> +</I>>><i> Some sections are not documented, besause it is necessary to have the +</I>>><i> hardware connected to configure it: +</I>>><i> - Satellite connection (DVB) +</I>>><i> - Cable modem connection - GPRS/Edge/3G connection - Bluetoth Dial-Up +</I>>><i> Networking connection +</I>>><i> +</I>>><i> If you have such a hardware, you can provide to doc team screenshots at +</I>>><i> each step of the configuration, or write the section. +</I>>><i> +</I>>><i> The technical proofreading means: +</I>>><i> 1/ Detect if some part of documentation is lacking, for example a path +</I>>><i> for a wizard, or some window. +</I>>><i> 2/ Detect if what it is said is correct or not. +</I>>><i> 3/ Indicate if you feel that some part must be more detailed, for +</I>>><i> example the implication of some options. +</I>>><i> 4/ Indicate if you feel that the actions done by the tool are not enough +</I>>><i> described, for example which files are modified, which service is +</I>>><i> restarted... +</I>>><i> +</I>>><i> You can give your opinion even on one point and even if you do not know +</I>>><i> how to complete/modify the documentation. You're welcome Papoteur +</I>><i> Hello Papoteur, +</I>><i> I've got a 3G (4G actually) modem, I'm happy to either write the +</I>><i> documentation, or just take the screenshots. How would you like to get +</I>><i> the text/images off me? What is the easiest way? I can also do some proof +</I>><i> reading. In that case how do I get the comments to you? I do not have a +</I>><i> lot of time, but I figure some time is still valuable +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I>><i> +</I>><i> +</I>Hello Daniel, +Thank you for your proposition. +I suppose your are not familiar with Calenco. Thus the better is to +furnish me at least the screnshots in png format. This can be done by +email. If you have time and inspiration you can also write the text and +I will format it to include it in the xml file on Calenco. +Do you agree? +Regards +Papoteur +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009081.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009100.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9092">[ date ]</a> + <a href="thread.html#9092">[ thread ]</a> + <a href="subject.html#9092">[ subject ]</a> + <a href="author.html#9092">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009093.html b/zarb-ml/mageia-discuss/2013-January/009093.html new file mode 100644 index 000000000..9ebde6bdd --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009093.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5C00C.50600%40eesti.ee%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009089.html"> + <LINK REL="Next" HREF="009094.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Sander Lepik</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5C00C.50600%40eesti.ee%3E" + TITLE="[Mageia-discuss] keyboard layout.">sander.lepik at eesti.ee + </A><BR> + <I>Tue Jan 15 21:46:04 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9093">[ date ]</a> + <a href="thread.html#9093">[ thread ]</a> + <a href="subject.html#9093">[ subject ]</a> + <a href="author.html#9093">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>15.01.2013 22:33, Alexander Steidel kirjutas: +><i> slowly i am thinking mageia is a piece of shit.. +</I>><i> +</I>><i> until now i had used a english layout keyboard but i recognized that it +</I>><i> cant display the correct signs or keys what i am pressing. +</I>><i> for example i press a "i" and it displays a "5" +</I>><i> and i cant find a systemsetting to change the keyboard layout. +</I>Well, that sounds like you have a laptop and you have Num Lock on. + +-- +Sander + +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9093">[ date ]</a> + <a href="thread.html#9093">[ thread ]</a> + <a href="subject.html#9093">[ subject ]</a> + <a href="author.html#9093">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009094.html b/zarb-ml/mageia-discuss/2013-January/009094.html new file mode 100644 index 000000000..149a4ec5d --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009094.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3CCAJWAV%2BH3MM6_By5ckpkUkzKaafqaygf_OpAir2tfRwYEzijpgg%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="009093.html"> + <LINK REL="Next" HREF="009096.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>RICHARD WALKER</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3CCAJWAV%2BH3MM6_By5ckpkUkzKaafqaygf_OpAir2tfRwYEzijpgg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] keyboard layout.">richard.j.walker at ntlworld.com + </A><BR> + <I>Tue Jan 15 23:26:06 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9094">[ date ]</a> + <a href="thread.html#9094">[ thread ]</a> + <a href="subject.html#9094">[ subject ]</a> + <a href="author.html#9094">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>But if he is mistaking Mageia for a piece of human excrement, can we +be sure he knows what a laptop is? +</PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9094">[ date ]</a> + <a href="thread.html#9094">[ thread ]</a> + <a href="subject.html#9094">[ subject ]</a> + <a href="author.html#9094">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009095.html b/zarb-ml/mageia-discuss/2013-January/009095.html new file mode 100644 index 000000000..e82e866ce --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009095.html @@ -0,0 +1,105 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5DA64.3060009%40pilppa.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009091.html"> + <LINK REL="Next" HREF="009097.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Mika Laitio</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5DA64.3060009%40pilppa.org%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">lamikr at pilppa.org + </A><BR> + <I>Tue Jan 15 23:38:28 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9095">[ date ]</a> + <a href="thread.html#9095">[ thread ]</a> + <a href="subject.html#9095">[ subject ]</a> + <a href="author.html#9095">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 01/15/2013 10:49 PM, John Bowden wrote: +><i> On Tuesday 15 Jan 2013 12:16:40 Alexander Steidel wrote: +</I>>><i> hello, +</I>>><i> i just installed magei 2 with gnome but i had a problem with the +</I>>><i> atheros wlan. +</I>>><i> is there a way that i can activate the wlan feature ? I cant connect the +</I>>><i> oc via lan cable to the internet. is there any other way to activate this.? +</I>>><i> +</I>>><i> I am using gnome and is there a way to activate a zoom or to make the +</I>>><i> font size bigger. especially in the login window. ? or is there aanother +</I>>><i> way to activate this settimgs for the impaured person, like a zoom or +</I>>><i> something else? +</I>>><i> Or must i choose a nother desktop ? +</I>>><i> +</I>>><i> regards +</I>><i> alexander +</I>><i> There is a "input device" icon in the "system settings" accessed from the +</I>><i> spanner & screwdriver icon to adjust keyboard layout and in the control centre +</I>><i> you can set the localityfrom the "systems tab". +</I>><i> If these don't help perhaps a bit more infomation on your set up and some one +</I>><i> here or on irc can help +</I>><i> Regards John Bowden (Led43-???) +</I> +The problem I have experienced often is that I can see the access points +with drakconf's network manager and when I select access point to +connect I can even enter the ac password. But after pressing the connect +button I will just get error after a while that can not connect. + +But if I after that reboot, the wlan ap will be connected on next boot +automatically and it will work after that just fine. + +I have a feeling that somehow drakconnects wlan connection interferes +with the gnome's own wlan connection manager that uses conman. + +Mika + +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9095">[ date ]</a> + <a href="thread.html#9095">[ thread ]</a> + <a href="subject.html#9095">[ subject ]</a> + <a href="author.html#9095">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009096.html b/zarb-ml/mageia-discuss/2013-January/009096.html new file mode 100644 index 000000000..56238f691 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009096.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5DBF1.8080509%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009094.html"> + <LINK REL="Next" HREF="009098.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5DBF1.8080509%40freenet.de%3E" + TITLE="[Mageia-discuss] keyboard layout.">alexander.steidel at freenet.de + </A><BR> + <I>Tue Jan 15 23:45:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9096">[ date ]</a> + <a href="thread.html#9096">[ thread ]</a> + <a href="subject.html#9096">[ subject ]</a> + <a href="author.html#9096">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 15.01.2013 21:46, schrieb Sander Lepik: +><i> 15.01.2013 22:33, Alexander Steidel kirjutas: +</I>>><i> slowly i am thinking mageia is a piece of shit.. +</I>>><i> +</I>>><i> until now i had used a english layout keyboard but i recognized that it +</I>>><i> cant display the correct signs or keys what i am pressing. +</I>>><i> for example i press a "i" and it displays a "5" +</I>>><i> and i cant find a systemsetting to change the keyboard layout. +</I>><i> Well, that sounds like you have a laptop and you have Num Lock on. +</I>><i> +</I>><i> -- +</I>><i> Sander +</I>><i> +</I>i am using a normal 5 euro keyboard. when i try to type "iwconfig" it is +like this "5wc6nf5g" +and there are no special characters. + +alex. +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9096">[ date ]</a> + <a href="thread.html#9096">[ thread ]</a> + <a href="subject.html#9096">[ subject ]</a> + <a href="author.html#9096">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009097.html b/zarb-ml/mageia-discuss/2013-January/009097.html new file mode 100644 index 000000000..a24297db0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009097.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia wlan problem. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5DF15.5040608%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009095.html"> + <LINK REL="Next" HREF="009089.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia wlan problem.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20wlan%20problem.&In-Reply-To=%3C50F5DF15.5040608%40freenet.de%3E" + TITLE="[Mageia-discuss] Mageia wlan problem.">alexander.steidel at freenet.de + </A><BR> + <I>Tue Jan 15 23:58:29 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9097">[ date ]</a> + <a href="thread.html#9097">[ thread ]</a> + <a href="subject.html#9097">[ subject ]</a> + <a href="author.html#9097">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 15.01.2013 21:49, schrieb John Bowden: +><i> On Tuesday 15 Jan 2013 12:16:40 Alexander Steidel wrote: +</I>>><i> hello, +</I>>><i> i just installed magei 2 with gnome but i had a problem with the +</I>>><i> atheros wlan. +</I>>><i> is there a way that i can activate the wlan feature ? I cant connect the +</I>>><i> oc via lan cable to the internet. is there any other way to activate this.? +</I>>><i> +</I>>><i> I am using gnome and is there a way to activate a zoom or to make the +</I>>><i> font size bigger. especially in the login window. ? or is there aanother +</I>>><i> way to activate this settimgs for the impaured person, like a zoom or +</I>>><i> something else? +</I>>><i> Or must i choose a nother desktop ? +</I>>><i> +</I>>><i> regards +</I>><i> alexander +</I>><i> There is a "input device" icon in the "system settings" accessed from the +</I>><i> spanner & screwdriver icon to adjust keyboard layout and in the control centre +</I>><i> you can set the localityfrom the "systems tab". +</I>><i> If these don't help perhaps a bit more infomation on your set up and some one +</I>><i> here or on irc can help +</I>><i> Regards John Bowden (Led43-???) +</I>hello, +for the installation i had used a apple mac keyboard (the wgite one with +the two usb ports). after installation i had changed the keyboard to a +german layout keyboard and i had change the settings to german. +the germankeyboard is not working. whem i try to write iwconfig it shows +5wc6nf5g....for exampl.. + +when i go back to the mackeyboard i can type coorectly, but then i dont +have special characters like @ or " + +regards +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A></li> + <LI>Next message: <A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9097">[ date ]</a> + <a href="thread.html#9097">[ thread ]</a> + <a href="subject.html#9097">[ subject ]</a> + <a href="author.html#9097">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009098.html b/zarb-ml/mageia-discuss/2013-January/009098.html new file mode 100644 index 000000000..9a634035c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009098.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3CCAPn0va5sKpxQp_qi5YDck6KjgACQbFjCbK0ToCbGK3z2q_VF6g%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="009096.html"> + <LINK REL="Next" HREF="009099.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Donald Stewart</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3CCAPn0va5sKpxQp_qi5YDck6KjgACQbFjCbK0ToCbGK3z2q_VF6g%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] keyboard layout.">watersnowrock at gmail.com + </A><BR> + <I>Wed Jan 16 00:09:16 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9098">[ date ]</a> + <a href="thread.html#9098">[ thread ]</a> + <a href="subject.html#9098">[ subject ]</a> + <a href="author.html#9098">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 15 January 2013 22:45, Alexander Steidel +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">alexander.steidel at freenet.de</A>> wrote: +><i> Am 15.01.2013 21:46, schrieb Sander Lepik: +</I>>><i> 15.01.2013 22:33, Alexander Steidel kirjutas: +</I>>>><i> slowly i am thinking mageia is a piece of shit.. +</I>>>><i> +</I>>>><i> until now i had used a english layout keyboard but i recognized that it +</I>>>><i> cant display the correct signs or keys what i am pressing. +</I>>>><i> for example i press a "i" and it displays a "5" +</I>>>><i> and i cant find a systemsetting to change the keyboard layout. +</I>>><i> Well, that sounds like you have a laptop and you have Num Lock on. +</I>>><i> +</I>>><i> -- +</I>>><i> Sander +</I>>><i> +</I>><i> i am using a normal 5 euro keyboard. when i try to type "iwconfig" it is +</I>><i> like this "5wc6nf5g" +</I>><i> and there are no special characters. +</I>><i> +</I>><i> alex. +</I> +Num lock is enabled, disabling it will solve this. +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9098">[ date ]</a> + <a href="thread.html#9098">[ thread ]</a> + <a href="subject.html#9098">[ subject ]</a> + <a href="author.html#9098">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009099.html b/zarb-ml/mageia-discuss/2013-January/009099.html new file mode 100644 index 000000000..5716938a5 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009099.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5F062.4040305%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009098.html"> + <LINK REL="Next" HREF="009101.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F5F062.4040305%40freenet.de%3E" + TITLE="[Mageia-discuss] keyboard layout.">alexander.steidel at freenet.de + </A><BR> + <I>Wed Jan 16 01:12:18 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9099">[ date ]</a> + <a href="thread.html#9099">[ thread ]</a> + <a href="subject.html#9099">[ subject ]</a> + <a href="author.html#9099">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 16.01.2013 00:09, schrieb Donald Stewart: +><i> On 15 January 2013 22:45, Alexander Steidel +</I>><i> <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">alexander.steidel at freenet.de</A>> wrote: +</I>>><i> Am 15.01.2013 21:46, schrieb Sander Lepik: +</I>>>><i> 15.01.2013 22:33, Alexander Steidel kirjutas: +</I>>>>><i> slowly i am thinking mageia is a piece of shit.. +</I>>>>><i> +</I>>>>><i> until now i had used a english layout keyboard but i recognized that it +</I>>>>><i> cant display the correct signs or keys what i am pressing. +</I>>>>><i> for example i press a "i" and it displays a "5" +</I>>>>><i> and i cant find a systemsetting to change the keyboard layout. +</I>>>><i> Well, that sounds like you have a laptop and you have Num Lock on. +</I>>>><i> +</I>>>><i> -- +</I>>>><i> Sander +</I>>>><i> +</I>>><i> i am using a normal 5 euro keyboard. when i try to type "iwconfig" it is +</I>>><i> like this "5wc6nf5g" +</I>>><i> and there are no special characters. +</I>>><i> +</I>>><i> alex. +</I>><i> Num lock is enabled, disabling it will solve this. +</I>i had reinstalled it niw and then the keyboard is working now. +but still got the problem with the usb drives and the wlan. .. +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9099">[ date ]</a> + <a href="thread.html#9099">[ thread ]</a> + <a href="subject.html#9099">[ subject ]</a> + <a href="author.html#9099">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009100.html b/zarb-ml/mageia-discuss/2013-January/009100.html new file mode 100644 index 000000000..cd6c98375 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009100.html @@ -0,0 +1,122 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3Ckd5u08%2485d%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009092.html"> + <LINK REL="Next" HREF="009103.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Daniel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3Ckd5u08%2485d%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Drakconnect">mandriva at daik.se + </A><BR> + <I>Wed Jan 16 11:04:57 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009092.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009103.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9100">[ date ]</a> + <a href="thread.html#9100">[ thread ]</a> + <a href="subject.html#9100">[ subject ]</a> + <a href="author.html#9100">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, 15 Jan 2013 22:00:05 +0100, Papoteur wrote: + +><i> Le 14/01/2013 11:14, Daniel a écrit : +</I>>><i> On Sat, 05 Jan 2013 21:32:15 +0100, Papoteur wrote: +</I>>><i> +</I>>>><i> Hello, +</I>>>><i> +</I>>>><i> I have started to document this tool : +</I>>>><i> +</I>>>><i> +</I>>>><i> Set up a new network interface (LAN, ISDN, ADSL, ...) +</I>>>><i> +</I>>>><i> It is accessible in Calenco and visible soon here : +</I>>>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for +</I>>>><i> technically proofreading. +</I>>>><i> +</I>>>><i> Some sections are not documented, besause it is necessary to have the +</I>>>><i> hardware connected to configure it: +</I>>>><i> - Satellite connection (DVB) +</I>>>><i> - Cable modem connection - GPRS/Edge/3G connection - Bluetoth Dial-Up +</I>>>><i> Networking connection +</I>>>><i> +</I>>>><i> If you have such a hardware, you can provide to doc team screenshots +</I>>>><i> at each step of the configuration, or write the section. +</I>>>><i> +</I>>>><i> The technical proofreading means: +</I>>>><i> 1/ Detect if some part of documentation is lacking, for example a path +</I>>>><i> for a wizard, or some window. +</I>>>><i> 2/ Detect if what it is said is correct or not. +</I>>>><i> 3/ Indicate if you feel that some part must be more detailed, for +</I>>>><i> example the implication of some options. +</I>>>><i> 4/ Indicate if you feel that the actions done by the tool are not +</I>>>><i> enough described, for example which files are modified, which service +</I>>>><i> is restarted... +</I>>>><i> +</I>>>><i> You can give your opinion even on one point and even if you do not +</I>>>><i> know how to complete/modify the documentation. You're welcome Papoteur +</I>>><i> Hello Papoteur, +</I>>><i> I've got a 3G (4G actually) modem, I'm happy to either write the +</I>>><i> documentation, or just take the screenshots. How would you like to get +</I>>><i> the text/images off me? What is the easiest way? I can also do some +</I>>><i> proof reading. In that case how do I get the comments to you? I do not +</I>>><i> have a lot of time, but I figure some time is still valuable +</I>>><i> +</I>>><i> regards Daniel +</I>>><i> +</I>>><i> +</I>><i> Hello Daniel, +</I>><i> Thank you for your proposition. +</I>><i> I suppose your are not familiar with Calenco. Thus the better is to +</I>><i> furnish me at least the screnshots in png format. This can be done by +</I>><i> email. If you have time and inspiration you can also write the text and +</I>><i> I will format it to include it in the xml file on Calenco. +</I>><i> Do you agree? +</I>><i> Regards Papoteur +</I> +Hello Papoteur, +You are correct, I am not familiar at all with Calenco. I will at minimum +take the screenshots this weekend, and hopefully also got the text +written. I assume it is best to send the images directly to you and not +burden the mailing list with the attachments? + +regards +Daniel + + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009092.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009103.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9100">[ date ]</a> + <a href="thread.html#9100">[ thread ]</a> + <a href="subject.html#9100">[ subject ]</a> + <a href="author.html#9100">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009101.html b/zarb-ml/mageia-discuss/2013-January/009101.html new file mode 100644 index 000000000..5deed5ae8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009101.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C201301161134.18336.jarillon%40abul.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009099.html"> + <LINK REL="Next" HREF="009102.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Pierre Jarillon</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C201301161134.18336.jarillon%40abul.org%3E" + TITLE="[Mageia-discuss] keyboard layout.">jarillon at abul.org + </A><BR> + <I>Wed Jan 16 11:34:18 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9101">[ date ]</a> + <a href="thread.html#9101">[ thread ]</a> + <a href="subject.html#9101">[ subject ]</a> + <a href="author.html#9101">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le mercredi 16 janvier 2013 01:12:18, Alexander Steidel a écrit : +><i> > Num lock is enabled, disabling it will solve this. +</I>><i> +</I>><i> i had reinstalled it niw and then the keyboard is working now. +</I> +It was not necessary to reinstall it, just stop it with either: +- press the key numlock +- stop the service in MCC +- uninstall the package numlock with MCC + +><i> but still got the problem with the usb drives and the wlan. .. +</I> +You cannot have any help with such a description. You must be accurate, we +cannot guess which is the problem. + +-- +Pierre Jarillon - <A HREF="http://pjarillon.free.fr/">http://pjarillon.free.fr/</A> +Vice-président de l'ABUL : <A HREF="http://abul.org">http://abul.org</A> +Microsoft est à l'informatique ce que McDonald est à la gastronomie +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9101">[ date ]</a> + <a href="thread.html#9101">[ thread ]</a> + <a href="subject.html#9101">[ subject ]</a> + <a href="author.html#9101">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009102.html b/zarb-ml/mageia-discuss/2013-January/009102.html new file mode 100644 index 000000000..14324c934 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009102.html @@ -0,0 +1,109 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F6A28C.9010405%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009101.html"> + <LINK REL="Next" HREF="009104.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F6A28C.9010405%40freenet.de%3E" + TITLE="[Mageia-discuss] keyboard layout.">alexander.steidel at freenet.de + </A><BR> + <I>Wed Jan 16 13:52:28 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9102">[ date ]</a> + <a href="thread.html#9102">[ thread ]</a> + <a href="subject.html#9102">[ subject ]</a> + <a href="author.html#9102">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 16.01.2013 11:34, schrieb Pierre Jarillon: +><i> Le mercredi 16 janvier 2013 01:12:18, Alexander Steidel a écrit : +</I>>>><i> Num lock is enabled, disabling it will solve this. +</I>>><i> i had reinstalled it niw and then the keyboard is working now. +</I>><i> It was not necessary to reinstall it, just stop it with either: +</I>><i> - press the key numlock +</I>><i> - stop the service in MCC +</I>><i> - uninstall the package numlock with MCC +</I>><i> +</I>>><i> but still got the problem with the usb drives and the wlan. .. +</I>><i> You cannot have any help with such a description. You must be accurate, we +</I>><i> cannot guess which is the problem. +</I>><i> +</I>hello, +there was not a pronlem ith the numlock key/ for example on the mac +keyboard is no numlock. and on the other keyboard i had tried it with +numlock but the problem was still there. +i think the installer was the problem. i had used the apple keyboard +with us layout wit german software settings. +as i reinstalled itm i had used the german keyboard. now it is working. +for example there are few characyers that u only can find in german +language, what i dont have on the us layout. +but this problem is solved... + +usb and cd drive,,,, no automouting... after reinstalling it was +suddenly working, until the first reboot... than again no +automounting... i reinstalled then with kde desktop, automounting was +working... i reinstalled the the gnome desktop .. automounting is still +working .. +so this problem is solved by reinstalling... + +last problem Atheros wifi.. not working in kde and not working in gnome. +i think the problem is the istaller too, because during istalltion u can +look at the network onnection, and there is the error message too. +it says that the networkdriver ath9k.htc cannot find the atheros ub 91 +wifi onboard adapter. +the onboard wifi is working in other distros without an problems. +fpr the installation i had used the 64 bit dvd gnome version. +and i had istall it from a usb key. + + +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9102">[ date ]</a> + <a href="thread.html#9102">[ thread ]</a> + <a href="subject.html#9102">[ subject ]</a> + <a href="author.html#9102">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009103.html b/zarb-ml/mageia-discuss/2013-January/009103.html new file mode 100644 index 000000000..1490179b1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009103.html @@ -0,0 +1,125 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50F6E0B4.7030302%40gadz.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009100.html"> + <LINK REL="Next" HREF="009114.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Papoteur</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50F6E0B4.7030302%40gadz.org%3E" + TITLE="[Mageia-discuss] Drakconnect">yves.brungard_mageia at gadz.org + </A><BR> + <I>Wed Jan 16 18:17:40 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009100.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009114.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9103">[ date ]</a> + <a href="thread.html#9103">[ thread ]</a> + <a href="subject.html#9103">[ subject ]</a> + <a href="author.html#9103">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 16/01/2013 11:04, Daniel a écrit : +><i> On Tue, 15 Jan 2013 22:00:05 +0100, Papoteur wrote: +</I>><i> +</I>>><i> Le 14/01/2013 11:14, Daniel a écrit : +</I>>>><i> On Sat, 05 Jan 2013 21:32:15 +0100, Papoteur wrote: +</I>>>><i> +</I>>>>><i> Hello, +</I>>>>><i> +</I>>>>><i> I have started to document this tool : +</I>>>>><i> +</I>>>>><i> +</I>>>>><i> Set up a new network interface (LAN, ISDN, ADSL, ...) +</I>>>>><i> +</I>>>>><i> It is accessible in Calenco and visible soon here : +</I>>>>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for +</I>>>>><i> technically proofreading. +</I>>>>><i> +</I>>>>><i> Some sections are not documented, besause it is necessary to have the +</I>>>>><i> hardware connected to configure it: +</I>>>>><i> - Satellite connection (DVB) +</I>>>>><i> - Cable modem connection - GPRS/Edge/3G connection - Bluetoth Dial-Up +</I>>>>><i> Networking connection +</I>>>>><i> +</I>>>>><i> If you have such a hardware, you can provide to doc team screenshots +</I>>>>><i> at each step of the configuration, or write the section. +</I>>>>><i> +</I>>>>><i> The technical proofreading means: +</I>>>>><i> 1/ Detect if some part of documentation is lacking, for example a path +</I>>>>><i> for a wizard, or some window. +</I>>>>><i> 2/ Detect if what it is said is correct or not. +</I>>>>><i> 3/ Indicate if you feel that some part must be more detailed, for +</I>>>>><i> example the implication of some options. +</I>>>>><i> 4/ Indicate if you feel that the actions done by the tool are not +</I>>>>><i> enough described, for example which files are modified, which service +</I>>>>><i> is restarted... +</I>>>>><i> +</I>>>>><i> You can give your opinion even on one point and even if you do not +</I>>>>><i> know how to complete/modify the documentation. You're welcome Papoteur +</I>>>><i> Hello Papoteur, +</I>>>><i> I've got a 3G (4G actually) modem, I'm happy to either write the +</I>>>><i> documentation, or just take the screenshots. How would you like to get +</I>>>><i> the text/images off me? What is the easiest way? I can also do some +</I>>>><i> proof reading. In that case how do I get the comments to you? I do not +</I>>>><i> have a lot of time, but I figure some time is still valuable +</I>>>><i> +</I>>>><i> regards Daniel +</I>>>><i> +</I>>>><i> +</I>>><i> Hello Daniel, +</I>>><i> Thank you for your proposition. +</I>>><i> I suppose your are not familiar with Calenco. Thus the better is to +</I>>><i> furnish me at least the screnshots in png format. This can be done by +</I>>><i> email. If you have time and inspiration you can also write the text and +</I>>><i> I will format it to include it in the xml file on Calenco. +</I>>><i> Do you agree? +</I>>><i> Regards Papoteur +</I>><i> Hello Papoteur, +</I>><i> You are correct, I am not familiar at all with Calenco. I will at minimum +</I>><i> take the screenshots this weekend, and hopefully also got the text +</I>><i> written. I assume it is best to send the images directly to you and not +</I>><i> burden the mailing list with the attachments? +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I>><i> +</I>><i> +</I>Fine, +Yes, you can send it me directly. +Papoteur +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009100.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009114.html">[Mageia-discuss] Drakconnect +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9103">[ date ]</a> + <a href="thread.html#9103">[ thread ]</a> + <a href="subject.html#9103">[ subject ]</a> + <a href="author.html#9103">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009104.html b/zarb-ml/mageia-discuss/2013-January/009104.html new file mode 100644 index 000000000..f39f5bd96 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009104.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C2455047.da7dRcXJan%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009102.html"> + <LINK REL="Next" HREF="009105.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C2455047.da7dRcXJan%40localhost%3E" + TITLE="[Mageia-discuss] keyboard layout.">alien at rmail.be + </A><BR> + <I>Wed Jan 16 20:32:35 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9104">[ date ]</a> + <a href="thread.html#9104">[ thread ]</a> + <a href="subject.html#9104">[ subject ]</a> + <a href="author.html#9104">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op woensdag 16 januari 2013 13:52:28 schreef Alexander Steidel: +><i> Am 16.01.2013 11:34, schrieb Pierre Jarillon: +</I>><i> > Le mercredi 16 janvier 2013 01:12:18, Alexander Steidel a écrit : +</I>><i> >>> Num lock is enabled, disabling it will solve this. +</I>><i> >> +</I>><i> >> i had reinstalled it niw and then the keyboard is working now. +</I>><i> > +</I>><i> > It was not necessary to reinstall it, just stop it with either: +</I>><i> > - press the key numlock +</I>><i> > - stop the service in MCC +</I>><i> > - uninstall the package numlock with MCC +</I>><i> > +</I>><i> >> but still got the problem with the usb drives and the wlan. .. +</I>><i> > +</I>><i> > You cannot have any help with such a description. You must be accurate, we +</I>><i> > cannot guess which is the problem. +</I>><i> +</I>><i> hello, +</I>><i> there was not a pronlem ith the numlock key/ for example on the mac +</I>><i> keyboard is no numlock. and on the other keyboard i had tried it with +</I>><i> numlock but the problem was still there. +</I>><i> i think the installer was the problem. i had used the apple keyboard +</I>><i> with us layout wit german software settings. +</I>><i> as i reinstalled itm i had used the german keyboard. now it is working. +</I>><i> for example there are few characyers that u only can find in german +</I>><i> language, what i dont have on the us layout. +</I>><i> but this problem is solved... +</I> +Yeah, this explains alot, so the keyboard was set to mac layout (so the +external keyboard was too) + +and the numlock service forced the numlock on. + +so, 2 bugs here: +- don't install/set numlock if there is no numlock (macs) +- install new keymap for other keyboards? + +plz file those bugs at <A HREF="https://bugs.mageia.org/">https://bugs.mageia.org/</A> + +BTW: you should've said this was a mac and that there's no numlock ... that's +pretty important info. + +><i> usb and cd drive,,,, no automouting... after reinstalling it was +</I>><i> suddenly working, until the first reboot... than again no +</I>><i> automounting... i reinstalled then with kde desktop, automounting was +</I>><i> working... i reinstalled the the gnome desktop .. automounting is still +</I>><i> working .. +</I>><i> so this problem is solved by reinstalling... +</I> +usb and cd aren't automounted, unless you specify as such. +livecds are an exception to that, because it needs it to boot. + +in MCC, you need to set what you want automounted. + +><i> last problem Atheros wifi.. not working in kde and not working in gnome. +</I>><i> i think the problem is the istaller too, because during istalltion u can +</I>><i> look at the network onnection, and there is the error message too. +</I>><i> it says that the networkdriver ath9k.htc cannot find the atheros ub 91 +</I>><i> wifi onboard adapter. +</I> +network issues have nothing to do with kde or gnome. perhaps nonfree firmware +is needed for yours to work. enable nonfree (Nonfree Release & Nonfree +Updates) media in MCC, then go to device info, and see if it asks you to +install something. + +><i> the onboard wifi is working in other distros without an problems. +</I>><i> fpr the installation i had used the 64 bit dvd gnome version. +</I>><i> and i had istall it from a usb key. +</I></PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9104">[ date ]</a> + <a href="thread.html#9104">[ thread ]</a> + <a href="subject.html#9104">[ subject ]</a> + <a href="author.html#9104">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009105.html b/zarb-ml/mageia-discuss/2013-January/009105.html new file mode 100644 index 000000000..90217d8be --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009105.html @@ -0,0 +1,143 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F7AFB1.6010402%40freenet.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009104.html"> + <LINK REL="Next" HREF="009106.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Alexander Steidel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F7AFB1.6010402%40freenet.de%3E" + TITLE="[Mageia-discuss] keyboard layout.">alexander.steidel at freenet.de + </A><BR> + <I>Thu Jan 17 09:00:49 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9105">[ date ]</a> + <a href="thread.html#9105">[ thread ]</a> + <a href="subject.html#9105">[ subject ]</a> + <a href="author.html#9105">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Yesterday i tried the new Mageia 3 Beta. And everything works fine with +the Live CD. + +I think there will never be a working solution for the Mageia 2. I know +it is a community Project, but when they are working on Part 3, there +will never come a udate for the part 2. + +Thanks to all, whose ha try to help me. But at the end i will use +another Distro. A distro with less stress abd more working hardware. + +regars.. + + +Am 16.01.2013 20:32, schrieb AL13N: +><i> Op woensdag 16 januari 2013 13:52:28 schreef Alexander Steidel: +</I>>><i> Am 16.01.2013 11:34, schrieb Pierre Jarillon: +</I>>>><i> Le mercredi 16 janvier 2013 01:12:18, Alexander Steidel a écrit : +</I>>>>>><i> Num lock is enabled, disabling it will solve this. +</I>>>>><i> i had reinstalled it niw and then the keyboard is working now. +</I>>>><i> It was not necessary to reinstall it, just stop it with either: +</I>>>><i> - press the key numlock +</I>>>><i> - stop the service in MCC +</I>>>><i> - uninstall the package numlock with MCC +</I>>>><i> +</I>>>>><i> but still got the problem with the usb drives and the wlan. .. +</I>>>><i> You cannot have any help with such a description. You must be accurate, we +</I>>>><i> cannot guess which is the problem. +</I>>><i> hello, +</I>>><i> there was not a pronlem ith the numlock key/ for example on the mac +</I>>><i> keyboard is no numlock. and on the other keyboard i had tried it with +</I>>><i> numlock but the problem was still there. +</I>>><i> i think the installer was the problem. i had used the apple keyboard +</I>>><i> with us layout wit german software settings. +</I>>><i> as i reinstalled itm i had used the german keyboard. now it is working. +</I>>><i> for example there are few characyers that u only can find in german +</I>>><i> language, what i dont have on the us layout. +</I>>><i> but this problem is solved... +</I>><i> Yeah, this explains alot, so the keyboard was set to mac layout (so the +</I>><i> external keyboard was too) +</I>><i> +</I>><i> and the numlock service forced the numlock on. +</I>><i> +</I>><i> so, 2 bugs here: +</I>><i> - don't install/set numlock if there is no numlock (macs) +</I>><i> - install new keymap for other keyboards? +</I>><i> +</I>><i> plz file those bugs at <A HREF="https://bugs.mageia.org/">https://bugs.mageia.org/</A> +</I>><i> +</I>><i> BTW: you should've said this was a mac and that there's no numlock ... that's +</I>><i> pretty important info. +</I>><i> +</I>>><i> usb and cd drive,,,, no automouting... after reinstalling it was +</I>>><i> suddenly working, until the first reboot... than again no +</I>>><i> automounting... i reinstalled then with kde desktop, automounting was +</I>>><i> working... i reinstalled the the gnome desktop .. automounting is still +</I>>><i> working .. +</I>>><i> so this problem is solved by reinstalling... +</I>><i> usb and cd aren't automounted, unless you specify as such. +</I>><i> livecds are an exception to that, because it needs it to boot. +</I>><i> +</I>><i> in MCC, you need to set what you want automounted. +</I>><i> +</I>>><i> last problem Atheros wifi.. not working in kde and not working in gnome. +</I>>><i> i think the problem is the istaller too, because during istalltion u can +</I>>><i> look at the network onnection, and there is the error message too. +</I>>><i> it says that the networkdriver ath9k.htc cannot find the atheros ub 91 +</I>>><i> wifi onboard adapter. +</I>><i> network issues have nothing to do with kde or gnome. perhaps nonfree firmware +</I>><i> is needed for yours to work. enable nonfree (Nonfree Release & Nonfree +</I>><i> Updates) media in MCC, then go to device info, and see if it asks you to +</I>><i> install something. +</I>><i> +</I>>><i> the onboard wifi is working in other distros without an problems. +</I>>><i> fpr the installation i had used the 64 bit dvd gnome version. +</I>>><i> and i had istall it from a usb key. +</I> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9105">[ date ]</a> + <a href="thread.html#9105">[ thread ]</a> + <a href="subject.html#9105">[ subject ]</a> + <a href="author.html#9105">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009106.html b/zarb-ml/mageia-discuss/2013-January/009106.html new file mode 100644 index 000000000..6e45a2ac3 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009106.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] keyboard layout. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F7F698.2080801%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009105.html"> + <LINK REL="Next" HREF="009107.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] keyboard layout.</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20keyboard%20layout.&In-Reply-To=%3C50F7F698.2080801%40gmail.com%3E" + TITLE="[Mageia-discuss] keyboard layout.">eeeemail at gmail.com + </A><BR> + <I>Thu Jan 17 14:03:20 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9106">[ date ]</a> + <a href="thread.html#9106">[ thread ]</a> + <a href="subject.html#9106">[ subject ]</a> + <a href="author.html#9106">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 17/01/13 08:00, Alexander Steidel wrote: +><i> Yesterday i tried the new Mageia 3 Beta. And everything works fine with +</I>><i> the Live CD. +</I>><i> +</I> +If the LiveCD works fine then it is likely you were just missing nonfree +firmware/drivers which your particular hardware required. If you +installed from the 'free software only' dvd then that is the reason you +didn't have it. + +Mageia3 installer dvd will also carry nonfree since we rearranged all +the ISOs, so should be problem solved. + +Of course you could have installed the required nonfree bits from the +nonfree online medias after installing from the 'free software only' dvd +or installed mga2 from livecd which should also have the nonfree bits +your system seems to need. + +Good luck wherever you settle. + +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9106">[ date ]</a> + <a href="thread.html#9106">[ thread ]</a> + <a href="subject.html#9106">[ subject ]</a> + <a href="author.html#9106">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009107.html b/zarb-ml/mageia-discuss/2013-January/009107.html new file mode 100644 index 000000000..1a9b655d0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009107.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia ARM-port guide......., anyone interested? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%20anyone%20interested%3F&In-Reply-To=%3C50F813C6.9020502%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009106.html"> + <LINK REL="Next" HREF="009129.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia ARM-port guide......., anyone interested?</H1> + <B>Kristoffer Grundström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%20anyone%20interested%3F&In-Reply-To=%3C50F813C6.9020502%40gmail.com%3E" + TITLE="[Mageia-discuss] Mageia ARM-port guide......., anyone interested?">kristoffer.grundstrom1983 at gmail.com + </A><BR> + <I>Thu Jan 17 16:07:50 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9107">[ date ]</a> + <a href="thread.html#9107">[ thread ]</a> + <a href="subject.html#9107">[ subject ]</a> + <a href="author.html#9107">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi! + +Is there anyone here interested in helping out in construct a working +(dummies?) wiki-page to port Mageia to more ARM-devices followed by +other architectures? + +I'm talking about making test-builds and how they turn out....... +Instead of making numerous bugreports on the bugzilla I mean. + +Let me know if you're interested in helping out. + +/Kristoffer +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A></li> + <LI>Next message: <A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9107">[ date ]</a> + <a href="thread.html#9107">[ thread ]</a> + <a href="subject.html#9107">[ subject ]</a> + <a href="author.html#9107">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009108.html b/zarb-ml/mageia-discuss/2013-January/009108.html new file mode 100644 index 000000000..85db416b8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009108.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3CCADroq_D%3Dh0VjBji-vnczXbEh-FwGpSohRHn6%2BpL5Sz60EhGutQ%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="009086.html"> + <LINK REL="Next" HREF="009110.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Dennis Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3CCADroq_D%3Dh0VjBji-vnczXbEh-FwGpSohRHn6%2BpL5Sz60EhGutQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">dennisgrif at gmail.com + </A><BR> + <I>Thu Jan 17 22:54:22 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9108">[ date ]</a> + <a href="thread.html#9108">[ thread ]</a> + <a href="subject.html#9108">[ subject ]</a> + <a href="author.html#9108">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>There is a big thread on this bug at: +<A HREF="https://bugs.kde.org/show_bug.cgi?id=294795">https://bugs.kde.org/show_bug.cgi?id=294795</A> + +But no fix... + +Dennis Griffin +Grants Pass, Oregon +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dennisgrif at gmail.com</A> +<A HREF="http://griffin.isa-geek.net">http://griffin.isa-geek.net</A> + + +On Tue, Jan 15, 2013 at 4:47 AM, Morgan Leijström <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">fri at tribun.eu</A>> wrote: +><i> måndagen den 14 januari 2013 11.07.33 skrev Claire Robinson: +</I>>><i> When this happens, do you gain a scroll bar on the right hand side? +</I>><i> Yes +</I>><i> -- +</I>><i> Morgan Leijström +</I></PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9108">[ date ]</a> + <a href="thread.html#9108">[ thread ]</a> + <a href="subject.html#9108">[ subject ]</a> + <a href="author.html#9108">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009109.html b/zarb-ml/mageia-discuss/2013-January/009109.html new file mode 100644 index 000000000..63f7ecd00 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009109.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C201301181539.03877.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009131.html"> + <LINK REL="Next" HREF="009111.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C201301181539.03877.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">fri at tribun.eu + </A><BR> + <I>Fri Jan 18 15:39:03 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9109">[ date ]</a> + <a href="thread.html#9109">[ thread ]</a> + <a href="subject.html#9109">[ subject ]</a> + <a href="author.html#9109">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Upgraded on my two childrens laptops OK + +But my wifes laptop at boot can not mount root filesystem, boot failed! +Thankfully the previous kernel still boot OK. + +Two differences: +The OK macines are 32 bit and use plain LVM for all but /boot +The failed is *64* bit and *encrypted* LVM for all but /boot + +I am now diskimaging both my wifes machine and my very similar own laptop that +i have not yet upgraded, and will try more after that. + + +-- +Morgan Leijström +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9109">[ date ]</a> + <a href="thread.html#9109">[ thread ]</a> + <a href="subject.html#9109">[ subject ]</a> + <a href="author.html#9109">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009110.html b/zarb-ml/mageia-discuss/2013-January/009110.html new file mode 100644 index 000000000..751ab306d --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009110.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] desktop icons disappearing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301181613.17926.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009108.html"> + <LINK REL="Next" HREF="009084.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] desktop icons disappearing</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20desktop%20icons%20disappearing&In-Reply-To=%3C201301181613.17926.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] desktop icons disappearing">fri at tribun.eu + </A><BR> + <I>Fri Jan 18 16:13:17 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9110">[ date ]</a> + <a href="thread.html#9110">[ thread ]</a> + <a href="subject.html#9110">[ subject ]</a> + <a href="author.html#9110">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Maybe this should be put on the mga2 and mga3 erratas? + +torsdagen den 17 januari 2013 22.54.22 skrev Dennis Griffin: +><i> There is a big thread on this bug at: +</I>><i> <A HREF="https://bugs.kde.org/show_bug.cgi?id=294795">https://bugs.kde.org/show_bug.cgi?id=294795</A> +</I>><i> +</I>><i> But no fix... +</I>><i> +</I>><i> Dennis Griffin +</I>><i> Grants Pass, Oregon +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dennisgrif at gmail.com</A> +</I>><i> <A HREF="http://griffin.isa-geek.net">http://griffin.isa-geek.net</A> +</I>><i> +</I>><i> On Tue, Jan 15, 2013 at 4:47 AM, Morgan Leijström <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">fri at tribun.eu</A>> wrote: +</I>><i> > måndagen den 14 januari 2013 11.07.33 skrev Claire Robinson: +</I>><i> >> When this happens, do you gain a scroll bar on the right hand side? +</I>><i> > +</I>><i> > Yes +</I>><i> > -- +</I>><i> > Morgan Leijström +</I> +-- +Morgan Leijström +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI>Next message: <A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9110">[ date ]</a> + <a href="thread.html#9110">[ thread ]</a> + <a href="subject.html#9110">[ subject ]</a> + <a href="author.html#9110">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009111.html b/zarb-ml/mageia-discuss/2013-January/009111.html new file mode 100644 index 000000000..9d1611a93 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009111.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C201301181900.11057.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009109.html"> + <LINK REL="Next" HREF="009112.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C201301181900.11057.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">fri at tribun.eu + </A><BR> + <I>Fri Jan 18 19:00:11 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9111">[ date ]</a> + <a href="thread.html#9111">[ thread ]</a> + <a href="subject.html#9111">[ subject ]</a> + <a href="author.html#9111">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Analysis and workaround: +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=8738">https://bugs.mageia.org/show_bug.cgi?id=8738</A> + +fredagen den 18 januari 2013 15.39.03 skrev Morgan Leijström: +><i> Upgraded on my two childrens laptops OK +</I>><i> +</I>><i> But my wifes laptop at boot can not mount root filesystem, boot failed! +</I>><i> Thankfully the previous kernel still boot OK. +</I>><i> +</I>><i> Two differences: +</I>><i> The OK macines are 32 bit and use plain LVM for all but /boot +</I>><i> The failed is *64* bit and *encrypted* LVM for all but /boot +</I>><i> +</I>><i> I am now diskimaging both my wifes machine and my very similar own laptop +</I>><i> that i have not yet upgraded, and will try more after that. +</I> +-- +Morgan Leijström +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9111">[ date ]</a> + <a href="thread.html#9111">[ thread ]</a> + <a href="subject.html#9111">[ subject ]</a> + <a href="author.html#9111">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009112.html b/zarb-ml/mageia-discuss/2013-January/009112.html new file mode 100644 index 000000000..4db39b02a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009112.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C50F9B102.2000506%40ventoso.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009111.html"> + <LINK REL="Next" HREF="009113.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>Luca Olivetti</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C50F9B102.2000506%40ventoso.org%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">luca at ventoso.org + </A><BR> + <I>Fri Jan 18 21:30:58 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9112">[ date ]</a> + <a href="thread.html#9112">[ thread ]</a> + <a href="subject.html#9112">[ subject ]</a> + <a href="author.html#9112">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Al 18/01/13 19:00, En/na Morgan Leijström ha escrit: +><i> Analysis and workaround: +</I>><i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=8738">https://bugs.mageia.org/show_bug.cgi?id=8738</A> +</I> +Thank you, since I already saw your email, when the same happened to me I did not panic and could solve the problem in a couple of minutes. + +Bye +-- +Luca +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9112">[ date ]</a> + <a href="thread.html#9112">[ thread ]</a> + <a href="subject.html#9112">[ subject ]</a> + <a href="author.html#9112">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009113.html b/zarb-ml/mageia-discuss/2013-January/009113.html new file mode 100644 index 000000000..faf084666 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009113.html @@ -0,0 +1,113 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C8826005.NWzPWHBGXE%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009112.html"> + <LINK REL="Next" HREF="009115.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3C8826005.NWzPWHBGXE%40localhost%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">alien at rmail.be + </A><BR> + <I>Sat Jan 19 23:43:43 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9113">[ date ]</a> + <a href="thread.html#9113">[ thread ]</a> + <a href="subject.html#9113">[ subject ]</a> + <a href="author.html#9113">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op vrijdag 18 januari 2013 21:30:58 schreef Luca Olivetti: +><i> Al 18/01/13 19:00, En/na Morgan Leijström ha escrit: +</I>><i> > Analysis and workaround: +</I>><i> > <A HREF="https://bugs.mageia.org/show_bug.cgi?id=8738">https://bugs.mageia.org/show_bug.cgi?id=8738</A> +</I> +a different kernel bug? + +after updates on mga2, i had quite some strangeness: first of all, after a +little while of not yet rebooting, i got a complete hang of my system, SysRq +keys worked, it appeared to be a CPU stall... + +after reboot, my mouse didn't work. i replugged and then it did work. + +looking through the logs on what happend, i saw the kswapd0 info, and later +the hang in the form of continuous CPU stall INFO. but keyb/mouse hadn't +worked (keyboard is PS2) + +I did however note the following when booting up: + +Jan 19 22:20:25 localhost kernel: [ 2.229050] ohci_hcd: USB 1.1 'Open' Host +Controller (OHCI) Driver +Jan 19 22:20:25 localhost kernel: [ 2.229121] ohci_hcd 0000:00:12.0: OHCI +Host Controller +Jan 19 22:20:25 localhost kernel: [ 2.229152] ohci_hcd 0000:00:12.0: new +USB bus registered, assigned bus number 1 +Jan 19 22:20:25 localhost kernel: [ 2.229186] ohci_hcd 0000:00:12.0: irq +16, io mem 0xfcefe000 +... +Jan 19 22:20:25 localhost kernel: [ 2.230887] ehci_hcd: USB 2.0 'Enhanced' +Host Controller (EHCI) Driver +Jan 19 22:20:25 localhost kernel: [ 2.230889] Warning! ehci_hcd should +always be loaded before uhci_hcd and ohci_hcd, not after +... +Jan 19 22:20:25 localhost kernel: [ 3.059594] usb 3-1: new low-speed USB +device number 2 using xhci_hcd +... +Jan 19 22:20:25 localhost kernel: [ 8.059817] xhci_hcd 0000:04:00.0: +Timeout while waiting for address device command + + +hmm... could the loading of ohci before ehci explain that mouse issue? + + +now, i admit to not rebooting right away, but this is likely less than an hour +after doing the updates... +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9113">[ date ]</a> + <a href="thread.html#9113">[ thread ]</a> + <a href="subject.html#9113">[ subject ]</a> + <a href="author.html#9113">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009114.html b/zarb-ml/mageia-discuss/2013-January/009114.html new file mode 100644 index 000000000..d2a179159 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009114.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Drakconnect + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50FC46EE.1010500%40gadz.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009103.html"> + <LINK REL="Next" HREF="009047.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Drakconnect</H1> + <B>Papoteur</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Drakconnect&In-Reply-To=%3C50FC46EE.1010500%40gadz.org%3E" + TITLE="[Mageia-discuss] Drakconnect">yves.brungard_mageia at gadz.org + </A><BR> + <I>Sun Jan 20 20:35:10 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009103.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9114">[ date ]</a> + <a href="thread.html#9114">[ thread ]</a> + <a href="subject.html#9114">[ subject ]</a> + <a href="author.html#9114">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 14/01/2013 11:14, Daniel a écrit : +><i> On Sat, 05 Jan 2013 21:32:15 +0100, Papoteur wrote: +</I>><i> +</I>>><i> Hello, +</I>>><i> +</I>>><i> I have started to document this tool : +</I>>><i> +</I>>><i> +</I>>><i> Set up a new network interface (LAN, ISDN, ADSL, ...) +</I>>><i> +</I>>><i> It is accessible in Calenco and visible soon here : +</I>>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakconnect.html">http://docteam.mageia.nl/en/MCC/content/drakconnect.html</A> for technically +</I>>><i> proofreading. +</I>>><i> +</I>>><i> Some sections are not documented, besause it is necessary to have the +</I>>><i> hardware connected to configure it: +</I>>><i> - Satellite connection (DVB) +</I>>><i> - Cable modem connection - GPRS/Edge/3G connection - Bluetoth Dial-Up +</I>>><i> Networking connection +</I>>><i> +</I>>><i> If you have such a hardware, you can provide to doc team screenshots at +</I>>><i> each step of the configuration, or write the section. +</I>>><i> +</I>>><i> The technical proofreading means: +</I>>><i> 1/ Detect if some part of documentation is lacking, for example a path +</I>>><i> for a wizard, or some window. +</I>>><i> 2/ Detect if what it is said is correct or not. +</I>>><i> 3/ Indicate if you feel that some part must be more detailed, for +</I>>><i> example the implication of some options. +</I>>><i> 4/ Indicate if you feel that the actions done by the tool are not enough +</I>>><i> described, for example which files are modified, which service is +</I>>><i> restarted... +</I>>><i> +</I>>><i> You can give your opinion even on one point and even if you do not know +</I>>><i> how to complete/modify the documentation. You're welcome Papoteur +</I>><i> Hello Papoteur, +</I>><i> I've got a 3G (4G actually) modem, I'm happy to either write the +</I>><i> documentation, or just take the screenshots. How would you like to get +</I>><i> the text/images off me? What is the easiest way? I can also do some proof +</I>><i> reading. In that case how do I get the comments to you? I do not have a +</I>><i> lot of time, but I figure some time is still valuable +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I>><i> +</I>><i> +</I> +Hello +With the help from Daniel who done screenshots, I completed +drakconnect.xml with the part on 3G modem. +In the same time, I added also the part for Cable modem connection, as +there is no need to have such a modem to configure it. +Drakconnect.xml is updated in Calenco. + +Thus I need yet: +- Satellite connection (DVB) +- Bluetooth Dial-Up Networking + +Thanks very much, Daniel. + +Papoteur +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009103.html">[Mageia-discuss] Drakconnect +</A></li> + <LI>Next message: <A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9114">[ date ]</a> + <a href="thread.html#9114">[ thread ]</a> + <a href="subject.html#9114">[ subject ]</a> + <a href="author.html#9114">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009115.html b/zarb-ml/mageia-discuss/2013-January/009115.html new file mode 100644 index 000000000..95186afd6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009115.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3CCAHDxzRfOqLHBhcmC6_nDNW73F6gQazO0G0b8_4jdf1n53L_LZw%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="009113.html"> + <LINK REL="Next" HREF="009117.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>Alejandro López</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3CCAHDxzRfOqLHBhcmC6_nDNW73F6gQazO0G0b8_4jdf1n53L_LZw%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">listas.apl at gmail.com + </A><BR> + <I>Mon Jan 21 07:36:19 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9115">[ date ]</a> + <a href="thread.html#9115">[ thread ]</a> + <a href="subject.html#9115">[ subject ]</a> + <a href="author.html#9115">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>In my case I installed the new kernel on a desktop and on a laptop. On the +desktop the nvidia driver worked fine until I tried to use bzflag, which +runs in, I think it is, framebuffer mode. On the laptop, the wifi stopped +working. + +I didn't have time to investigate what was happening. Reverting to the old +kernel solved the problems. + +My 2 cents. + + +On Sat, Jan 19, 2013 at 11:43 PM, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">alien at rmail.be</A>> wrote: + +><i> Op vrijdag 18 januari 2013 21:30:58 schreef Luca Olivetti: +</I>><i> > Al 18/01/13 19:00, En/na Morgan Leijström ha escrit: +</I>><i> > > Analysis and workaround: +</I>><i> > > <A HREF="https://bugs.mageia.org/show_bug.cgi?id=8738">https://bugs.mageia.org/show_bug.cgi?id=8738</A> +</I>><i> +</I>><i> a different kernel bug? +</I>><i> +</I>><i> after updates on mga2, i had quite some strangeness: first of all, after a +</I>><i> little while of not yet rebooting, i got a complete hang of my system, +</I>><i> SysRq +</I>><i> keys worked, it appeared to be a CPU stall... +</I>><i> +</I>><i> after reboot, my mouse didn't work. i replugged and then it did work. +</I>><i> +</I>><i> looking through the logs on what happend, i saw the kswapd0 info, and later +</I>><i> the hang in the form of continuous CPU stall INFO. but keyb/mouse hadn't +</I>><i> worked (keyboard is PS2) +</I>><i> +</I>><i> I did however note the following when booting up: +</I>><i> +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.229050] ohci_hcd: USB 1.1 'Open' +</I>><i> Host +</I>><i> Controller (OHCI) Driver +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.229121] ohci_hcd 0000:00:12.0: +</I>><i> OHCI +</I>><i> Host Controller +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.229152] ohci_hcd 0000:00:12.0: new +</I>><i> USB bus registered, assigned bus number 1 +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.229186] ohci_hcd 0000:00:12.0: irq +</I>><i> 16, io mem 0xfcefe000 +</I>><i> ... +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.230887] ehci_hcd: USB 2.0 +</I>><i> 'Enhanced' +</I>><i> Host Controller (EHCI) Driver +</I>><i> Jan 19 22:20:25 localhost kernel: [ 2.230889] Warning! ehci_hcd should +</I>><i> always be loaded before uhci_hcd and ohci_hcd, not after +</I>><i> ... +</I>><i> Jan 19 22:20:25 localhost kernel: [ 3.059594] usb 3-1: new low-speed USB +</I>><i> device number 2 using xhci_hcd +</I>><i> ... +</I>><i> Jan 19 22:20:25 localhost kernel: [ 8.059817] xhci_hcd 0000:04:00.0: +</I>><i> Timeout while waiting for address device command +</I>><i> +</I>><i> +</I>><i> hmm... could the loading of ohci before ehci explain that mouse issue? +</I>><i> +</I>><i> +</I>><i> now, i admit to not rebooting right away, but this is likely less than an +</I>><i> hour +</I>><i> after doing the updates... +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130121/c786eb11/attachment.html> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9115">[ date ]</a> + <a href="thread.html#9115">[ thread ]</a> + <a href="subject.html#9115">[ subject ]</a> + <a href="author.html#9115">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009116.html b/zarb-ml/mageia-discuss/2013-January/009116.html new file mode 100644 index 000000000..4431ce458 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009116.html @@ -0,0 +1,106 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] How to mount NTFS partitions at boot? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20to%20mount%20NTFS%20partitions%20at%20boot%3F&In-Reply-To=%3C50FD2F68.3050805%40staff.telkomsa.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009117.html"> + <LINK REL="Next" HREF="009118.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] How to mount NTFS partitions at boot?</H1> + <B>Buchan Milne</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20to%20mount%20NTFS%20partitions%20at%20boot%3F&In-Reply-To=%3C50FD2F68.3050805%40staff.telkomsa.net%3E" + TITLE="[Mageia-discuss] How to mount NTFS partitions at boot?">bgmilne at staff.telkomsa.net + </A><BR> + <I>Mon Jan 21 13:07:04 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9116">[ date ]</a> + <a href="thread.html#9116">[ thread ]</a> + <a href="subject.html#9116">[ subject ]</a> + <a href="author.html#9116">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 30/11/2012 13:11, Anne Wilson wrote: +><i> On 29/11/12 19:01, TJ wrote: +</I>>><i> eading of head-scratching problems like this are the reason that, +</I>>><i> in nearly 11 years of using Linux, I never "upgrade" to a new +</I>>><i> release. I always do clean installs, with the exception of telling +</I>>><i> the installer to leave my /home partition alone. Believe me, I +</I>>><i> understand the desire to go the upgrade path, and I know the +</I>>><i> developers work very hard to make it possible, but the risk of +</I>>><i> problems is just too high for me. Clean installs have almost always +</I>>><i> worked for me first time, every time. +</I>><i> +</I>><i> In my 10+ years of Linux I've gone the upgrade path 3 times - and each +</I>><i> time I've spent significant time trying to sort out the mess then +</I>><i> doing a clean install anyway. From time to time people say "but it +</I>><i> works now" which is why I've been tempted to try it, but it's simply +</I>><i> not worth the effort. +</I> +On Mandrake/Mandriva I have done way too many upgrades to even list. + +On my personal laptop, I know I have done: + +Mandriva 2009.0 install +Mandriva 2009.0 -> Mandriva 2009.1 upgrade +Mandriva 2009.1 -> Mandriva 2010.0 upgrade +Mandriva 20101.0 -> Mageia 1 upgrade +Mageia 1 upgrade -> Mageia 2 upgrade + +There is one minor unresolved issue on the Mageia 2 installation, which +I will try and investigate further, but all other upgrades worked +perfectly (e.g. Mandriva 2010.0 to Mageia 1 upgrade was flawless). + +I finally got a work laptop, and migrated my home directory from the +above machine, and that worked fine. I have experienced more issues with +normal systemd/dracut etc. issues that with any settings/prefs. + + +Regards, +Buchan +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9116">[ date ]</a> + <a href="thread.html#9116">[ thread ]</a> + <a href="subject.html#9116">[ subject ]</a> + <a href="author.html#9116">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009117.html b/zarb-ml/mageia-discuss/2013-January/009117.html new file mode 100644 index 000000000..474dfe286 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009117.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PANIC: The new mga2 kernel of today not OK? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3Ckdjh6p%24kv2%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009115.html"> + <LINK REL="Next" HREF="009116.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?</H1> + <B>TJ</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PANIC%3A%20The%20new%20mga2%20kernel%20of%20today%20not%20OK%3F&In-Reply-To=%3Ckdjh6p%24kv2%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] PANIC: The new mga2 kernel of today not OK?">andrewsfarm at gmail.com + </A><BR> + <I>Mon Jan 21 14:52:27 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9117">[ date ]</a> + <a href="thread.html#9117">[ thread ]</a> + <a href="subject.html#9117">[ subject ]</a> + <a href="author.html#9117">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 01/21/2013 01:36 AM, Alejandro López wrote: +><i> In my case I installed the new kernel on a desktop and on a laptop. On +</I>><i> the desktop the nvidia driver worked fine until I tried to use bzflag, +</I>><i> which runs in, I think it is, framebuffer mode. On the laptop, the wifi +</I>><i> stopped working. +</I>><i> +</I>><i> I didn't have time to investigate what was happening. Reverting to the +</I>><i> old kernel solved the problems. +</I>><i> +</I>><i> My 2 cents. +</I>><i> +</I>><i> +</I>In my case, (all 32-bit systems) upgrading the server kernel went fine +on the desktop with a wired connection, as did the desktop kernel on a +desktop with a PCI card that uses the b43 driver for a wireless +connection. But, the wireless on a desktop (also desktop kernel) that +uses a USB dongle (rtl8192CU driver) stopped working. I've filed a bug +report: + +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=8754">https://bugs.mageia.org/show_bug.cgi?id=8754</A> + +Not sure what else might not be working, as it's a secondary computer +only used for browsing and the occasional video. As with you, reverting +to the old kernel got things working again. + +TJ + +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI>Next message: <A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9117">[ date ]</a> + <a href="thread.html#9117">[ thread ]</a> + <a href="subject.html#9117">[ subject ]</a> + <a href="author.html#9117">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009118.html b/zarb-ml/mageia-discuss/2013-January/009118.html new file mode 100644 index 000000000..d4cc05133 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009118.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Nice wrap in the IDG press + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C20130122155805.2423b035%40cassiopeia%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009116.html"> + <LINK REL="Next" HREF="009119.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Nice wrap in the IDG press</H1> + <B>Trish Fraser</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C20130122155805.2423b035%40cassiopeia%3E" + TITLE="[Mageia-discuss] Nice wrap in the IDG press">trish at thefrasers.org + </A><BR> + <I>Tue Jan 22 05:58:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A></li> + <LI>Next message: <A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9118">[ date ]</a> + <a href="thread.html#9118">[ thread ]</a> + <a href="subject.html#9118">[ subject ]</a> + <a href="author.html#9118">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi folks, + +I answered a series of questions from Rohan a few days ago, and this is +the outcome: + +<A HREF="http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/">http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/</A> + +Friends everywhere! + +Cheers, + +-- +Trish Fraser, VVMZ4 91L2V -35.67910, 142.66607 +Tue Jan 22 15:57:09 EST 2013 +GNU/Linux 1997-2012 #283226 counter.li.org +cassiopeia up 7 hour(s), 13 min. +Mageia release 2 (Official) for x86_64 +kernel 3.4.24-desktop-3.mga2 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 490 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130122/cebfc870/attachment.asc> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A></li> + <LI>Next message: <A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9118">[ date ]</a> + <a href="thread.html#9118">[ thread ]</a> + <a href="subject.html#9118">[ subject ]</a> + <a href="author.html#9118">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009119.html b/zarb-ml/mageia-discuss/2013-January/009119.html new file mode 100644 index 000000000..2148b8e39 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009119.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5Batelier-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3CCALVo_BgQRSjn9bBnz_Wo46yK9E75vAGPnwB9L%3D042_c6XEiNhA%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="009118.html"> + <LINK REL="Next" HREF="009120.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press</H1> + <B>Dimitrios Glentadakis</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5Batelier-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3CCALVo_BgQRSjn9bBnz_Wo46yK9E75vAGPnwB9L%3D042_c6XEiNhA%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press">dglent at gmail.com + </A><BR> + <I>Tue Jan 22 08:32:08 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9119">[ date ]</a> + <a href="thread.html#9119">[ thread ]</a> + <a href="subject.html#9119">[ subject ]</a> + <a href="author.html#9119">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/1/22 Trish Fraser <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">trish at thefrasers.org</A>> + +><i> Hi folks, +</I>><i> +</I>><i> I answered a series of questions from Rohan a few days ago, and this is +</I>><i> the outcome: +</I>><i> +</I>><i> +</I>><i> <A HREF="http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/">http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/</A> +</I>><i> +</I>><i> Friends everywhere! +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> -- +</I>><i> Trish Fraser, VVMZ4 91L2V -35.67910, 142.66607 +</I>><i> Tue Jan 22 15:57:09 EST 2013 +</I>><i> GNU/Linux 1997-2012 #283226 counter.li.org +</I>><i> cassiopeia up 7 hour(s), 13 min. +</I>><i> Mageia release 2 (Official) for x86_64 +</I>><i> kernel 3.4.24-desktop-3.mga2 +</I>><i> +</I> +Good work Trish +:<i>) +</I> + +-- +Dimitrios Glentadakis +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130122/75192e2a/attachment.html> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9119">[ date ]</a> + <a href="thread.html#9119">[ thread ]</a> + <a href="subject.html#9119">[ subject ]</a> + <a href="author.html#9119">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009120.html b/zarb-ml/mageia-discuss/2013-January/009120.html new file mode 100644 index 000000000..67af1f8ee --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009120.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Nice wrap in the IDG press + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C50FE66E2.4080900%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009119.html"> + <LINK REL="Next" HREF="009121.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Nice wrap in the IDG press</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C50FE66E2.4080900%40gmail.com%3E" + TITLE="[Mageia-discuss] Nice wrap in the IDG press">eeeemail at gmail.com + </A><BR> + <I>Tue Jan 22 11:16:02 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9120">[ date ]</a> + <a href="thread.html#9120">[ thread ]</a> + <a href="subject.html#9120">[ subject ]</a> + <a href="author.html#9120">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/01/13 04:58, Trish Fraser wrote: +><i> Hi folks, +</I>><i> +</I>><i> I answered a series of questions from Rohan a few days ago, and +</I>><i> this is the outcome: +</I>><i> +</I>><i> <A HREF="http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/">http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/</A> +</I>><i> +</I>><i> Friends everywhere! +</I>><i> +</I>><i> Cheers, +</I>><i> +</I> +That's a nice positive article. Well done :) + +The kernel is already at 3.8 in the upcoming beta2, I'm not sure +whether it will be the final one. He only mentions 3.7 in the article. + +Claire +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9120">[ date ]</a> + <a href="thread.html#9120">[ thread ]</a> + <a href="subject.html#9120">[ subject ]</a> + <a href="author.html#9120">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009121.html b/zarb-ml/mageia-discuss/2013-January/009121.html new file mode 100644 index 000000000..ff1f40ac8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009121.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Nice wrap in the IDG press + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C546mrifvwxx4x6mrlk4j8eek.1358850806233%40email.android.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009120.html"> + <LINK REL="Next" HREF="009126.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Nice wrap in the IDG press</H1> + <B>Kiki Syahadat</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C546mrifvwxx4x6mrlk4j8eek.1358850806233%40email.android.com%3E" + TITLE="[Mageia-discuss] Nice wrap in the IDG press">kiki.syahadat at yahoo.co.id + </A><BR> + <I>Tue Jan 22 11:33:26 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9121">[ date ]</a> + <a href="thread.html#9121">[ thread ]</a> + <a href="subject.html#9121">[ subject ]</a> + <a href="author.html#9121">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>But when will beta 2 ISO be released? I am still waiting. + +Claire Robinson <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">eeeemail at gmail.com</A>> menulis: + +><i>On 22/01/13 04:58, Trish Fraser wrote: +</I>>><i> Hi folks, +</I>>><i> +</I>>><i> I answered a series of questions from Rohan a few days ago, and +</I>>><i> this is the outcome: +</I>>><i> +</I>>><i> <A HREF="http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/">http://www.computerworld.com.au/article/451362/linux_distro_spotlight_mageia/</A> +</I>>><i> +</I>>><i> Friends everywhere! +</I>>><i> +</I>>><i> Cheers, +</I>>><i> +</I>><i> +</I>><i>That's a nice positive article. Well done :) +</I>><i> +</I>><i>The kernel is already at 3.8 in the upcoming beta2, I'm not sure +</I>><i>whether it will be the final one. He only mentions 3.7 in the article. +</I>><i> +</I>><i>Claire +</I></PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9121">[ date ]</a> + <a href="thread.html#9121">[ thread ]</a> + <a href="subject.html#9121">[ subject ]</a> + <a href="author.html#9121">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009122.html b/zarb-ml/mageia-discuss/2013-January/009122.html new file mode 100644 index 000000000..3695448f6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009122.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Fosdem schedule + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fosdem%20schedule&In-Reply-To=%3CCA%2Bh4nj7ob%2BqeEDiP4suExVg1i3w_RpfkUxqyDm-QaARaG9fgWg%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="009126.html"> + <LINK REL="Next" HREF="009125.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Fosdem schedule</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fosdem%20schedule&In-Reply-To=%3CCA%2Bh4nj7ob%2BqeEDiP4suExVg1i3w_RpfkUxqyDm-QaARaG9fgWg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Fosdem schedule">molch.b at googlemail.com + </A><BR> + <I>Tue Jan 22 11:40:45 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9122">[ date ]</a> + <a href="thread.html#9122">[ thread ]</a> + <a href="subject.html#9122">[ subject ]</a> + <a href="author.html#9122">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Do we already have a schedule for Mageia things like + + - when and where sill the GA take place + + - will there be speaches of Mageia people, if so when and where? + +I did not find anything about these points in the wiki + +-- +wobo +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9122">[ date ]</a> + <a href="thread.html#9122">[ thread ]</a> + <a href="subject.html#9122">[ subject ]</a> + <a href="author.html#9122">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009123.html b/zarb-ml/mageia-discuss/2013-January/009123.html new file mode 100644 index 000000000..3ae0f6c71 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009123.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C50FE6EC4.6060303%40staff.telkomsa.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009074.html"> + <LINK REL="Next" HREF="009124.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Buchan Milne</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C50FE6EC4.6060303%40staff.telkomsa.net%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">bgmilne at staff.telkomsa.net + </A><BR> + <I>Tue Jan 22 11:49:40 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9123">[ date ]</a> + <a href="thread.html#9123">[ thread ]</a> + <a href="subject.html#9123">[ subject ]</a> + <a href="author.html#9123">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 11/01/2013 16:37, Frank Griffin wrote: +><i> On 01/11/2013 09:06 AM, Johnny A. Solbu wrote: +</I>>><i> That takes care of usb drives where you have NTFS and exFAT file +</I>>><i> system you want to access. That not what the blog posts is talking +</I>>><i> about. There are other types of usb devices, such as printers, +</I>>><i> scanners, cameras, wireless network devices and what not. ntfs-3g does +</I>>><i> not handle any of them, unless they also have a file system accessible +</I>>><i> by usb. His idea is to have some sort of notification that a new +</I>>><i> hardware device is plugged in, and if the device is not supported by +</I>>><i> the currently installed packages, figure out which package you need to +</I>>><i> install, and give the user a button to click that will install it. +</I>><i> I think that's supposed to be handled by separate device-specific apps, +</I>><i> probably in response to an event issued by the generic USB support when +</I>><i> the device is recognized. For instance, a disk is handled by automount, +</I>><i> printers are handled by system-config-printer or possibly CUPS, wireless +</I>><i> by net-applet or NM, etc. +</I> +And what about all other devices? + +For example, getting a UPS with a USB port working is not something a +non-technical user is able to do on Mageia at present, but is trivial on +Mac OS X (I haven't tried on Windows recently). + +The examples in the blog post were about Yubikey and Lego Mindstorms. + +Some time ago, on Mandriva, there was a tool to do things like this (it +would put an icon on the desktop for a scanner, or webcam, if you +connected one). + +Regards, +Buchan +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9123">[ date ]</a> + <a href="thread.html#9123">[ thread ]</a> + <a href="subject.html#9123">[ subject ]</a> + <a href="author.html#9123">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009124.html b/zarb-ml/mageia-discuss/2013-January/009124.html new file mode 100644 index 000000000..239d82408 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009124.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3CCA%2Bh4nj7QEFtmyyJMGroShRoq_u7EjmSTmnnNNd%2Butuet-CXd7g%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="009123.html"> + <LINK REL="Next" HREF="009138.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3CCA%2Bh4nj7QEFtmyyJMGroShRoq_u7EjmSTmnnNNd%2Butuet-CXd7g%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">molch.b at googlemail.com + </A><BR> + <I>Tue Jan 22 12:00:39 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9124">[ date ]</a> + <a href="thread.html#9124">[ thread ]</a> + <a href="subject.html#9124">[ subject ]</a> + <a href="author.html#9124">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/1/22 Buchan Milne <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bgmilne at staff.telkomsa.net</A>>: +><i> On 11/01/2013 16:37, Frank Griffin wrote: +</I>>><i> On 01/11/2013 09:06 AM, Johnny A. Solbu wrote: +</I>>>><i> That takes care of usb drives where you have NTFS and exFAT file +</I>>>><i> system you want to access. That not what the blog posts is talking +</I>>>><i> about. There are other types of usb devices, such as printers, +</I>>>><i> scanners, cameras, wireless network devices and what not. ntfs-3g does +</I>>>><i> not handle any of them, unless they also have a file system accessible +</I>>>><i> by usb. His idea is to have some sort of notification that a new +</I>>>><i> hardware device is plugged in, and if the device is not supported by +</I>>>><i> the currently installed packages, figure out which package you need to +</I>>>><i> install, and give the user a button to click that will install it. +</I>>><i> I think that's supposed to be handled by separate device-specific apps, +</I>>><i> probably in response to an event issued by the generic USB support when +</I>>><i> the device is recognized. For instance, a disk is handled by automount, +</I>>><i> printers are handled by system-config-printer or possibly CUPS, wireless +</I>>><i> by net-applet or NM, etc. +</I>><i> +</I>><i> And what about all other devices? +</I>><i> +</I>><i> For example, getting a UPS with a USB port working is not something a +</I>><i> non-technical user is able to do on Mageia at present, but is trivial on +</I>><i> Mac OS X (I haven't tried on Windows recently). +</I>><i> +</I>><i> The examples in the blog post were about Yubikey and Lego Mindstorms. +</I>><i> +</I>><i> Some time ago, on Mandriva, there was a tool to do things like this (it +</I>><i> would put an icon on the desktop for a scanner, or webcam, if you +</I>><i> connected one). +</I> +It's a long time used feature of Windows. As soon as any new device is +plugged in you are notified of the event and the systems looks for +already installed drivers (if needed). If such a driver is available +it tells you that "You can use it now". If not it offers to search +online for the driver (which does not give a result in most times) and +then tells you to load a medium with the driver, mostly supplied with +the device. This has worked (or sometimes not worked) for years. An +old idea in Windows from the last century but a nice-to-have thing in +Linux. + +-- +wobo +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9124">[ date ]</a> + <a href="thread.html#9124">[ thread ]</a> + <a href="subject.html#9124">[ subject ]</a> + <a href="author.html#9124">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009125.html b/zarb-ml/mageia-discuss/2013-January/009125.html new file mode 100644 index 000000000..d9e41db8a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009125.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Fosdem schedule + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fosdem%20schedule&In-Reply-To=%3C50FE76D5.907%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009122.html"> + <LINK REL="Next" HREF="009127.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Fosdem schedule</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Fosdem%20schedule&In-Reply-To=%3C50FE76D5.907%40gmail.com%3E" + TITLE="[Mageia-discuss] Fosdem schedule">oliver.bgr at gmail.com + </A><BR> + <I>Tue Jan 22 12:24:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI>Next message: <A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9125">[ date ]</a> + <a href="thread.html#9125">[ thread ]</a> + <a href="subject.html#9125">[ subject ]</a> + <a href="author.html#9125">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 22.01.2013 11:40, schrieb Wolfgang Bornath: +><i> Do we already have a schedule for Mageia things like +</I>><i> +</I>><i> - when and where sill the GA take place +</I>As last year, we will tell so on short notice. We have yet to see, if we +do have a room for that. +We will publish it as soon as we do know. + +><i> +</I>><i> - will there be speaches of Mageia people, if so when and where? +</I>Not that I am aware of it. At least nobody said something about it. + +Oliver + + +-- +Oliver Burger aka obgr_seneca + +Mageia contributor +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI>Next message: <A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9125">[ date ]</a> + <a href="thread.html#9125">[ thread ]</a> + <a href="subject.html#9125">[ subject ]</a> + <a href="author.html#9125">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009126.html b/zarb-ml/mageia-discuss/2013-January/009126.html new file mode 100644 index 000000000..ec71a9232 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009126.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Nice wrap in the IDG press + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C50FE7AFE.4020405%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009121.html"> + <LINK REL="Next" HREF="009122.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Nice wrap in the IDG press</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Nice%20wrap%20in%20the%20IDG%20press&In-Reply-To=%3C50FE7AFE.4020405%40gmail.com%3E" + TITLE="[Mageia-discuss] Nice wrap in the IDG press">eeeemail at gmail.com + </A><BR> + <I>Tue Jan 22 12:41:50 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9126">[ date ]</a> + <a href="thread.html#9126">[ thread ]</a> + <a href="subject.html#9126">[ subject ]</a> + <a href="author.html#9126">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/01/13 10:33, Kiki Syahadat wrote: +><i> But when will beta 2 ISO be released? I am still waiting. +</I>><i> +</I> +<A HREF="http://blog.mageia.org/en/">http://blog.mageia.org/en/</A> + +There have been some problems which have delayed it a bit but, all being +well, it'll be released in the next few days. + +Claire +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A></li> + <LI>Next message: <A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9126">[ date ]</a> + <a href="thread.html#9126">[ thread ]</a> + <a href="subject.html#9126">[ subject ]</a> + <a href="author.html#9126">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009127.html b/zarb-ml/mageia-discuss/2013-January/009127.html new file mode 100644 index 000000000..5ecc0c3a7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009127.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Question on the Mageia-3 GRUB2 readme file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3Cpan.2013.01.22.17.39.03.912204%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009125.html"> + <LINK REL="Next" HREF="009143.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3Cpan.2013.01.22.17.39.03.912204%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file">maurice at bcs.org.uk + </A><BR> + <I>Tue Jan 22 18:39:04 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI>Next message: <A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9127">[ date ]</a> + <a href="thread.html#9127">[ thread ]</a> + <a href="subject.html#9127">[ subject ]</a> + <a href="author.html#9127">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Trialling Mageia-3-Cauldron and considering the implications of moving +to GRUB2 I have been looking at the most helpful README file at: + +<A HREF="http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.">http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.</A> +Mageia?view=markup + + One thing that puzzles me is in lines 59-61: + +------------------------------------------------------------------------ + 59 To re-install GRUB 2 to the root partition and place the + core.img in /boot/grub2/i386-pc/ + 60 + 61 # grub2-install --grub-setup=/bin/true /dev/sdXY +------------------------------------------------------------------------ + +Nowhere else in the document is "root partition" mentioned, so why does +it say "re-install"?! + + (Perhaps it just means "replace whatever is in the PBR"?) + +-- +/\/\aurice + (Retired in Surrey, UK) Registered Linux User #487649 + + +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A></li> + <LI>Next message: <A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9127">[ date ]</a> + <a href="thread.html#9127">[ thread ]</a> + <a href="subject.html#9127">[ subject ]</a> + <a href="author.html#9127">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009128.html b/zarb-ml/mageia-discuss/2013-January/009128.html new file mode 100644 index 000000000..0a89c34db --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009128.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C1693759.ilT0dAzmgR%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009142.html"> + <LINK REL="Next" HREF="009075.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C1693759.ilT0dAzmgR%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">led43john at googlemail.com + </A><BR> + <I>Wed Jan 23 01:07:24 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9128">[ date ]</a> + <a href="thread.html#9128">[ thread ]</a> + <a href="subject.html#9128">[ subject ]</a> + <a href="author.html#9128">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 10 Jan 2013 23:50:07 Johnny A. Solbu wrote: +><i> In a blog post[1], someone I know have an idea for implementing some +</I>><i> autodetetion (for Debian in his case), that when a hardware device is +</I>><i> inserted will propose to install packages needed to operate the device. I +</I>><i> don't have that many external hardware devices that I plug in and out on a +</I>><i> regular basis, so I don't quite know how Mageia does this. So I wanted to +</I>><i> ask, do we have something similar to this that I can point him to, so he +</I>><i> don't have to invent a wheel that might already exist? +</I>><i> +</I>><i> [1] +</I>><i> <A HREF="http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to</A> +</I>><i> _use_in_Debian.html +</I> +This also happens in Mageia and Linux. And as most distros have their own +software repo's any thing that needs a driver not included in the kernel the +distro knows where to get any driver thats available. In fact I find the +friends windoz pc's I look after have more trouble finding drivers that I have +not already manually found and put onto a cd or usb stick. +Regards John Bowden (Led43_???) +-- +Registered Linux user number 414240 + +Guy Faulks the only person to enter the Parliament with honest intentions and +he was going to blow them up ! + +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9128">[ date ]</a> + <a href="thread.html#9128">[ thread ]</a> + <a href="subject.html#9128">[ subject ]</a> + <a href="author.html#9128">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009129.html b/zarb-ml/mageia-discuss/2013-January/009129.html new file mode 100644 index 000000000..5fee00e3a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009129.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia ARM-port guide......., anyone interested? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3Ckdod4t%24mmo%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009107.html"> + <LINK REL="Next" HREF="009130.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia ARM-port guide......., anyone interested?</H1> + <B>Daniel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3Ckdod4t%24mmo%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Mageia ARM-port guide......., anyone interested?">mandriva at daik.se + </A><BR> + <I>Wed Jan 23 11:13:49 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9129">[ date ]</a> + <a href="thread.html#9129">[ thread ]</a> + <a href="subject.html#9129">[ subject ]</a> + <a href="author.html#9129">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE> + +><i> Hi! +</I>><i> +</I>><i> Is there anyone here interested in helping out in construct a working +</I>><i> (dummies?) wiki-page to port Mageia to more ARM-devices followed by +</I>><i> other architectures? +</I>><i> +</I>><i> I'm talking about making test-builds and how they turn out....... +</I>><i> Instead of making numerous bugreports on the bugzilla I mean. +</I>><i> +</I>><i> Let me know if you're interested in helping out. +</I>><i> +</I>><i> /Kristoffer +</I> +Hello, +I've got limited knowledge of cross compiling, AND I've got a raspberry +pi on which I would love to run Mageia. I think a wiki page is a good +place to start. Please let me know if/when you create one and we can go +from there. + +regards +Daniel + +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9129">[ date ]</a> + <a href="thread.html#9129">[ thread ]</a> + <a href="subject.html#9129">[ subject ]</a> + <a href="author.html#9129">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009130.html b/zarb-ml/mageia-discuss/2013-January/009130.html new file mode 100644 index 000000000..b9bf42ebb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009130.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia ARM-port guide......., anyone interested? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3C201301231401.20938.fri%40tribun.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009129.html"> + <LINK REL="Next" HREF="009131.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia ARM-port guide......., anyone interested?</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3C201301231401.20938.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] Mageia ARM-port guide......., anyone interested?">fri at tribun.eu + </A><BR> + <I>Wed Jan 23 14:01:20 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9130">[ date ]</a> + <a href="thread.html#9130">[ thread ]</a> + <a href="subject.html#9130">[ subject ]</a> + <a href="author.html#9130">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>onsdagen den 23 januari 2013 11.13.49 skrev Daniel: +><i> > Hi! +</I>><i> > +</I>><i> > Is there anyone here interested in helping out in construct a working +</I>><i> > (dummies?) wiki-page to port Mageia to more ARM-devices followed by +</I>><i> > other architectures? +</I>><i> > +</I>><i> > I'm talking about making test-builds and how they turn out....... +</I>><i> > Instead of making numerous bugreports on the bugzilla I mean. +</I>><i> > +</I>><i> > Let me know if you're interested in helping out. +</I>><i> > +</I>><i> > /Kristoffer +</I>><i> +</I>><i> Hello, +</I>><i> I've got limited knowledge of cross compiling, AND I've got a raspberry +</I>><i> pi on which I would love to run Mageia. I think a wiki page is a good +</I>><i> place to start. Please let me know if/when you create one and we can go +</I>><i> from there. +</I>><i> +</I>><i> regards +</I>><i> Daniel +</I> +I am thinking maybe get a Pi +This would be one more incentive :) + +-- +Morgan Leijström +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9130">[ date ]</a> + <a href="thread.html#9130">[ thread ]</a> + <a href="subject.html#9130">[ subject ]</a> + <a href="author.html#9130">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009131.html b/zarb-ml/mageia-discuss/2013-January/009131.html new file mode 100644 index 000000000..2fb004dcf --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009131.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia ARM-port guide......., anyone interested? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3C3440254.VcN86upnk0%40everardo.okay.com.mx%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009130.html"> + <LINK REL="Next" HREF="009109.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia ARM-port guide......., anyone interested?</H1> + <B>Luis Daniel Lucio Quiroz</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20ARM-port%20guide.......%2C%0A%09anyone%20interested%3F&In-Reply-To=%3C3440254.VcN86upnk0%40everardo.okay.com.mx%3E" + TITLE="[Mageia-discuss] Mageia ARM-port guide......., anyone interested?">dlucio at okay.com.mx + </A><BR> + <I>Wed Jan 23 16:07:35 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9131">[ date ]</a> + <a href="thread.html#9131">[ thread ]</a> + <a href="subject.html#9131">[ subject ]</a> + <a href="author.html#9131">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le mercredi 23 janvier 2013 14:01:20 Morgan Leijström a écrit : +><i> onsdagen den 23 januari 2013 11.13.49 skrev Daniel: +</I>><i> > > Hi! +</I>><i> > > +</I>><i> > > Is there anyone here interested in helping out in construct a working +</I>><i> > > (dummies?) wiki-page to port Mageia to more ARM-devices followed by +</I>><i> > > other architectures? +</I>><i> > > +</I>><i> > > I'm talking about making test-builds and how they turn out....... +</I>><i> > > Instead of making numerous bugreports on the bugzilla I mean. +</I>><i> > > +</I>><i> > > Let me know if you're interested in helping out. +</I>><i> > > +</I>><i> > > /Kristoffer +</I>><i> > +</I>><i> > Hello, +</I>><i> > I've got limited knowledge of cross compiling, AND I've got a raspberry +</I>><i> > pi on which I would love to run Mageia. I think a wiki page is a good +</I>><i> > place to start. Please let me know if/when you create one and we can go +</I>><i> > from there. +</I>><i> > +</I>><i> > regards +</I>><i> > Daniel +</I>><i> +</I>><i> I am thinking maybe get a Pi +</I>><i> This would be one more incentive :) +</I> ++1 +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A></li> + <LI>Next message: <A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9131">[ date ]</a> + <a href="thread.html#9131">[ thread ]</a> + <a href="subject.html#9131">[ subject ]</a> + <a href="author.html#9131">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009132.html b/zarb-ml/mageia-discuss/2013-January/009132.html new file mode 100644 index 000000000..8c86a1c3f --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009132.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C51031A48.7090302%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009153.html"> + <LINK REL="Next" HREF="009133.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Anne Nicolas</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C51031A48.7090302%40gmail.com%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">ennael1 at gmail.com + </A><BR> + <I>Sat Jan 26 00:50:32 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9132">[ date ]</a> + <a href="thread.html#9132">[ thread ]</a> + <a href="subject.html#9132">[ subject ]</a> + <a href="author.html#9132">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi there + +The release is finally done. Isos of beta2 are available on public mirrors: + +<A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> + +Thanks for all the hard work. We are now in the last run. We need tests +more than ever. + +Enjoy! + +-- +Anne +<A HREF="http://mageia.org">http://mageia.org</A> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9132">[ date ]</a> + <a href="thread.html#9132">[ thread ]</a> + <a href="subject.html#9132">[ subject ]</a> + <a href="author.html#9132">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009133.html b/zarb-ml/mageia-discuss/2013-January/009133.html new file mode 100644 index 000000000..f7a026ff1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009133.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C20130126152521.7241e0ef%40pitrou.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009132.html"> + <LINK REL="Next" HREF="009135.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Antoine Pitrou</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C20130126152521.7241e0ef%40pitrou.net%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">solipsis at pitrou.net + </A><BR> + <I>Sat Jan 26 15:25:21 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9133">[ date ]</a> + <a href="thread.html#9133">[ thread ]</a> + <a href="subject.html#9133">[ subject ]</a> + <a href="author.html#9133">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sat, 26 Jan 2013 00:50:32 +0100 +Anne Nicolas <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ennael1 at gmail.com</A>> wrote: +><i> Hi there +</I>><i> +</I>><i> The release is finally done. Isos of beta2 are available on public mirrors: +</I>><i> +</I>><i> <A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> +</I>><i> +</I>><i> Thanks for all the hard work. We are now in the last run. We need tests +</I>><i> more than ever. +</I> +I see no mention of XFCE in the graphical environments: +<A HREF="https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments">https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments</A> + +Is it really not available or has it simply been overlooked in the +above document? + +Regards + +Antoine. + + +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9133">[ date ]</a> + <a href="thread.html#9133">[ thread ]</a> + <a href="subject.html#9133">[ subject ]</a> + <a href="author.html#9133">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009134.html b/zarb-ml/mageia-discuss/2013-January/009134.html new file mode 100644 index 000000000..67ed2194d --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009134.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3Cs4ro0jelgol3mctnq9fcie1x.1359211475784%40email.android.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009137.html"> + <LINK REL="Next" HREF="009144.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Kiki Syahadat</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3Cs4ro0jelgol3mctnq9fcie1x.1359211475784%40email.android.com%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">kiki.syahadat at yahoo.co.id + </A><BR> + <I>Sat Jan 26 15:44:35 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9134">[ date ]</a> + <a href="thread.html#9134">[ thread ]</a> + <a href="subject.html#9134">[ subject ]</a> + <a href="author.html#9134">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>XFCE included in DVD installer. + +Antoine Pitrou <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">solipsis at pitrou.net</A>> menulis: + +><i>On Sat, 26 Jan 2013 00:50:32 +0100 +</I>><i>Anne Nicolas <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ennael1 at gmail.com</A>> wrote: +</I>>><i> Hi there +</I>>><i> +</I>>><i> The release is finally done. Isos of beta2 are available on public mirrors: +</I>>><i> +</I>>><i> <A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> +</I>>><i> +</I>>><i> Thanks for all the hard work. We are now in the last run. We need tests +</I>>><i> more than ever. +</I>><i> +</I>><i>I see no mention of XFCE in the graphical environments: +</I>><i><A HREF="https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments">https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments</A> +</I>><i> +</I>><i>Is it really not available or has it simply been overlooked in the +</I>><i>above document? +</I>><i> +</I>><i>Regards +</I>><i> +</I>><i>Antoine. +</I>><i> +</I>><i> +</I></PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9134">[ date ]</a> + <a href="thread.html#9134">[ thread ]</a> + <a href="subject.html#9134">[ subject ]</a> + <a href="author.html#9134">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009135.html b/zarb-ml/mageia-discuss/2013-January/009135.html new file mode 100644 index 000000000..48f9490b3 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009135.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C51041C63.4050608%40hiebel.eu%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009133.html"> + <LINK REL="Next" HREF="009136.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Manuel Hiebel</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C51041C63.4050608%40hiebel.eu%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">manuel.mageia at hiebel.eu + </A><BR> + <I>Sat Jan 26 19:11:47 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9135">[ date ]</a> + <a href="thread.html#9135">[ thread ]</a> + <a href="subject.html#9135">[ subject ]</a> + <a href="author.html#9135">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 26/01/2013 15:25, Antoine Pitrou a écrit : +><i> On Sat, 26 Jan 2013 00:50:32 +0100 +</I>><i> Anne Nicolas <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ennael1 at gmail.com</A>> wrote: +</I>>><i> Hi there +</I>>><i> +</I>>><i> The release is finally done. Isos of beta2 are available on public mirrors: +</I>>><i> +</I>>><i> <A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> +</I>>><i> +</I>>><i> Thanks for all the hard work. We are now in the last run. We need tests +</I>>><i> more than ever. +</I>><i> I see no mention of XFCE in the graphical environments: +</I>><i> <A HREF="https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments">https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments</A> +</I>><i> +</I>><i> Is it really not available or has it simply been overlooked in the +</I>><i> above document? +</I>><i> +</I>><i> Regards +</I>><i> +</I>><i> Antoine. +</I>><i> +</I>><i> +</I> +Indeed, and since this beta, you can install it from the classical install (other desktop checkbox or task-xfce in the manual choice. + + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9135">[ date ]</a> + <a href="thread.html#9135">[ thread ]</a> + <a href="subject.html#9135">[ subject ]</a> + <a href="author.html#9135">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009136.html b/zarb-ml/mageia-discuss/2013-January/009136.html new file mode 100644 index 000000000..99e4cbaac --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009136.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3CCALuRQbi8VrGy%2BHSZaG7sAn3e%2BqLD2EAcksLrgcd%3DUpo%2B%3DMa8dA%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="009135.html"> + <LINK REL="Next" HREF="009137.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Otto</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3CCALuRQbi8VrGy%2BHSZaG7sAn3e%2BqLD2EAcksLrgcd%3DUpo%2B%3DMa8dA%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">ottosa at gmail.com + </A><BR> + <I>Sat Jan 26 21:46:00 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9136">[ date ]</a> + <a href="thread.html#9136">[ thread ]</a> + <a href="subject.html#9136">[ subject ]</a> + <a href="author.html#9136">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Good choice! I like best xfce. + + + +2013/1/26 Manuel Hiebel <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">manuel.mageia at hiebel.eu</A>> + +><i> Le 26/01/2013 15:25, Antoine Pitrou a écrit : +</I>><i> > On Sat, 26 Jan 2013 00:50:32 +0100 +</I>><i> > Anne Nicolas <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ennael1 at gmail.com</A>> wrote: +</I>><i> >> Hi there +</I>><i> >> +</I>><i> >> The release is finally done. Isos of beta2 are available on public +</I>><i> mirrors: +</I>><i> >> +</I>><i> >> +</I>><i> <A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> +</I>><i> >> +</I>><i> >> Thanks for all the hard work. We are now in the last run. We need tests +</I>><i> >> more than ever. +</I>><i> > I see no mention of XFCE in the graphical environments: +</I>><i> > <A HREF="https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments">https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments</A> +</I>><i> > +</I>><i> > Is it really not available or has it simply been overlooked in the +</I>><i> > above document? +</I>><i> > +</I>><i> > Regards +</I>><i> > +</I>><i> > Antoine. +</I>><i> > +</I>><i> > +</I>><i> +</I>><i> Indeed, and since this beta, you can install it from the classical install +</I>><i> (other desktop checkbox or task-xfce in the manual choice. +</I>><i> +</I>><i> +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20130126/2e9cc567/attachment.html> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9136">[ date ]</a> + <a href="thread.html#9136">[ thread ]</a> + <a href="subject.html#9136">[ subject ]</a> + <a href="author.html#9136">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009137.html b/zarb-ml/mageia-discuss/2013-January/009137.html new file mode 100644 index 000000000..391b504d8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009137.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 beta 2 finally released + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C5104FAF7.20002%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009136.html"> + <LINK REL="Next" HREF="009134.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 beta 2 finally released</H1> + <B>Anne Nicolas</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20beta%202%20finally%20released&In-Reply-To=%3C5104FAF7.20002%40mageia.org%3E" + TITLE="[Mageia-discuss] Mageia 3 beta 2 finally released">ennael at mageia.org + </A><BR> + <I>Sun Jan 27 11:01:27 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9137">[ date ]</a> + <a href="thread.html#9137">[ thread ]</a> + <a href="subject.html#9137">[ subject ]</a> + <a href="author.html#9137">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 26/01/2013 15:25, Antoine Pitrou a écrit : +><i> On Sat, 26 Jan 2013 00:50:32 +0100 +</I>><i> Anne Nicolas<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ennael1 at gmail.com</A>> wrote: +</I>>><i> Hi there +</I>>><i> +</I>>><i> The release is finally done. Isos of beta2 are available on public mirrors: +</I>>><i> +</I>>><i> <A HREF="http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/">http://blog.mageia.org/en/2013/01/25/time-for-tests-mageia-3-beta-2-is-out/</A> +</I>>><i> +</I>>><i> Thanks for all the hard work. We are now in the last run. We need tests +</I>>><i> more than ever. +</I>><i> +</I>><i> I see no mention of XFCE in the graphical environments: +</I>><i> <A HREF="https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments">https://wiki.mageia.org/en/Mageia_3_beta2#Graphical_environments</A> +</I>><i> +</I>><i> Is it really not available or has it simply been overlooked in the +</I>><i> above document? +</I> + +This is a wiki. If you know well XFCE you can some details about XFCE there + +><i> +</I>><i> Regards +</I>><i> +</I>><i> Antoine. +</I>><i> +</I>><i> +</I> + +-- +Anne +<A HREF="http://mageia.org">http://mageia.org</A> +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9137">[ date ]</a> + <a href="thread.html#9137">[ thread ]</a> + <a href="subject.html#9137">[ subject ]</a> + <a href="author.html#9137">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009138.html b/zarb-ml/mageia-discuss/2013-January/009138.html new file mode 100644 index 000000000..ad027ecf9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009138.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3Cke3v5l%24166%241%40ger.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009124.html"> + <LINK REL="Next" HREF="009139.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>David Walser</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3Cke3v5l%24166%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">luigiwalser at yahoo.com + </A><BR> + <I>Sun Jan 27 20:28:55 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9138">[ date ]</a> + <a href="thread.html#9138">[ thread ]</a> + <a href="subject.html#9138">[ subject ]</a> + <a href="author.html#9138">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Buchan Milne wrote: +><i> For example, getting a UPS with a USB port working is not something a +</I>><i> non-technical user is able to do on Mageia at present, but is trivial on +</I>><i> Mac OS X (I haven't tried on Windows recently). +</I> +If it's an APC UPS, just install apcupsd and it'll work out of the box. I don't know about other brands, but we do have nut too (I think the +Mageia Control Center will install that one for you). + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9138">[ date ]</a> + <a href="thread.html#9138">[ thread ]</a> + <a href="subject.html#9138">[ subject ]</a> + <a href="author.html#9138">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009139.html b/zarb-ml/mageia-discuss/2013-January/009139.html new file mode 100644 index 000000000..e9fd6f030 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009139.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C20130127151233.02955f1f%40SuperSize.eslrahc.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009138.html"> + <LINK REL="Next" HREF="009140.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Charles A Edwards</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C20130127151233.02955f1f%40SuperSize.eslrahc.com%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">CAE at eslrahc.com + </A><BR> + <I>Sun Jan 27 21:12:33 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9139">[ date ]</a> + <a href="thread.html#9139">[ thread ]</a> + <a href="subject.html#9139">[ subject ]</a> + <a href="author.html#9139">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sun, 27 Jan 2013 14:28:55 -0500 +David Walser wrote: + +><i> > For example, getting a UPS with a USB port working is not something +</I>><i> > a non-technical user is able to do on Mageia at present, but is +</I>><i> > trivial on Mac OS X (I haven't tried on Windows recently). +</I>><i> +</I>><i> If it's an APC UPS, just install apcupsd and it'll work out of the +</I>><i> box. I don't know about other brands, but we do have nut too (I +</I>><i> think the Mageia Control Center will install that one for you). +</I> + +apcupsd will also work with CyberPower UPS and the various house brand +ups it supplies. + + + Charles + +-- +Love is never asking why? +---------------------- +Mageia release 3 (Cauldron) for x86_64$ +On SuperSize....<A HREF="http://www.eslrahc.com">http://www.eslrahc.com</A> +Registered Linux user #182463 +3.8.0-server-0.rc5.1.mga3 x86_64 +---------------------- +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 198 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130127/2c1e0a16/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9139">[ date ]</a> + <a href="thread.html#9139">[ thread ]</a> + <a href="subject.html#9139">[ subject ]</a> + <a href="author.html#9139">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009140.html b/zarb-ml/mageia-discuss/2013-January/009140.html new file mode 100644 index 000000000..aa605706a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009140.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C51059D12.8080100%40gadz.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009139.html"> + <LINK REL="Next" HREF="009141.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Papoteur</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C51059D12.8080100%40gadz.org%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">yves.brungard_mageia at gadz.org + </A><BR> + <I>Sun Jan 27 22:33:06 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9140">[ date ]</a> + <a href="thread.html#9140">[ thread ]</a> + <a href="subject.html#9140">[ subject ]</a> + <a href="author.html#9140">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 27/01/2013 21:12, Charles A Edwards a écrit : +><i> On Sun, 27 Jan 2013 14:28:55 -0500 +</I>><i> David Walser wrote: +</I>><i> +</I>>>><i> For example, getting a UPS with a USB port working is not something +</I>>>><i> a non-technical user is able to do on Mageia at present, but is +</I>>>><i> trivial on Mac OS X (I haven't tried on Windows recently). +</I>>><i> If it's an APC UPS, just install apcupsd and it'll work out of the +</I>>><i> box. I don't know about other brands, but we do have nut too (I +</I>>><i> think the Mageia Control Center will install that one for you). +</I>><i> +</I>><i> apcupsd will also work with CyberPower UPS and the various house brand +</I>><i> ups it supplies. +</I>><i> +</I>><i> +</I>><i> Charles +</I>><i> +</I>Hello, +The docteam need some screenshots of the different steps to install UPS +with MCC tool. Can somebody with this hardware deliver us this? + +Papoteur. +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9140">[ date ]</a> + <a href="thread.html#9140">[ thread ]</a> + <a href="subject.html#9140">[ subject ]</a> + <a href="author.html#9140">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009141.html b/zarb-ml/mageia-discuss/2013-January/009141.html new file mode 100644 index 000000000..6dc899bba --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009141.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C20130127165406.521394ab%40SuperSize.eslrahc.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009140.html"> + <LINK REL="Next" HREF="009142.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Charles A Edwards</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C20130127165406.521394ab%40SuperSize.eslrahc.com%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">CAE at eslrahc.com + </A><BR> + <I>Sun Jan 27 22:54:06 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9141">[ date ]</a> + <a href="thread.html#9141">[ thread ]</a> + <a href="subject.html#9141">[ subject ]</a> + <a href="author.html#9141">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sun, 27 Jan 2013 22:33:06 +0100 +Papoteur wrote: + +><i> Hello, +</I>><i> The docteam need some screenshots of the different steps to install +</I>><i> UPS with MCC tool. Can somebody with this hardware deliver us this? +</I> + +I did not use MCC. +The last time I tried it only nut was offered which I detest. + +I have thereafter always easily set-up/configured my ups with apcuspd. + + + Charles + +-- +BOFH excuse #143: + +had to use hammer to free stuck disk drive heads. +---------------------- +Mageia release 3 (Cauldron) for x86_64$ +On SuperSize....<A HREF="http://www.eslrahc.com">http://www.eslrahc.com</A> +Registered Linux user #182463 +3.8.0-server-0.rc5.1.mga3 x86_64 +---------------------- +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 198 bytes +Desc: not available +URL: </pipermail/mageia-discuss/attachments/20130127/757f6c4d/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9141">[ date ]</a> + <a href="thread.html#9141">[ thread ]</a> + <a href="subject.html#9141">[ subject ]</a> + <a href="author.html#9141">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009142.html b/zarb-ml/mageia-discuss/2013-January/009142.html new file mode 100644 index 000000000..48d2a6ec4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009142.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Do Mageia have something like this? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C51065DAE.9040000%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009141.html"> + <LINK REL="Next" HREF="009128.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Do Mageia have something like this?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Do%20Mageia%20have%20something%20like%20this%3F&In-Reply-To=%3C51065DAE.9040000%40kde.org%3E" + TITLE="[Mageia-discuss] Do Mageia have something like this?">annew at kde.org + </A><BR> + <I>Mon Jan 28 12:14:54 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9142">[ date ]</a> + <a href="thread.html#9142">[ thread ]</a> + <a href="subject.html#9142">[ subject ]</a> + <a href="author.html#9142">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 27/01/13 19:28, David Walser wrote: +><i> Buchan Milne wrote: +</I>>><i> For example, getting a UPS with a USB port working is not +</I>>><i> something a non-technical user is able to do on Mageia at +</I>>><i> present, but is trivial on Mac OS X (I haven't tried on Windows +</I>>><i> recently). +</I>><i> +</I>><i> If it's an APC UPS, just install apcupsd and it'll work out of the +</I>><i> box. I don't know about other brands, but we do have nut too (I +</I>><i> think the Mageia Control Center will install that one for you). +</I>><i> +</I>nut works for Leibert UPSs + +Anne +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) +Comment: Using GnuPG with Mozilla - <A HREF="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</A> + +iEYEARECAAYFAlEGXawACgkQj93fyh4cnBfxXACfUF5ccJ8o6MC3VbgINdI6ATN+ +rk0AnRIsYHgJVXQNt8urgDrlMYqFdCP1 +=fOm7 +-----END PGP SIGNATURE----- +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI>Next message: <A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9142">[ date ]</a> + <a href="thread.html#9142">[ thread ]</a> + <a href="subject.html#9142">[ subject ]</a> + <a href="author.html#9142">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009143.html b/zarb-ml/mageia-discuss/2013-January/009143.html new file mode 100644 index 000000000..d50352077 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009143.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Question on the Mageia-3 GRUB2 readme file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3C5106FCFF.9050009%40zen.co.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009127.html"> + <LINK REL="Next" HREF="009153.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file</H1> + <B>Barry Jackson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3C5106FCFF.9050009%40zen.co.uk%3E" + TITLE="[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file">zen25000 at zen.co.uk + </A><BR> + <I>Mon Jan 28 23:34:39 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9143">[ date ]</a> + <a href="thread.html#9143">[ thread ]</a> + <a href="subject.html#9143">[ subject ]</a> + <a href="author.html#9143">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/01/13 17:39, Maurice Batey wrote: +><i> Trialling Mageia-3-Cauldron and considering the implications of moving +</I>><i> to GRUB2 I have been looking at the most helpful README file at: +</I>><i> +</I>><i> <A HREF="http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.">http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.</A> +</I>><i> Mageia?view=markup +</I>><i> +</I>><i> One thing that puzzles me is in lines 59-61: +</I>><i> +</I>><i> ------------------------------------------------------------------------ +</I>><i> 59 To re-install GRUB 2 to the root partition and place the +</I>><i> core.img in /boot/grub2/i386-pc/ +</I>><i> 60 +</I>><i> 61 # grub2-install --grub-setup=/bin/true /dev/sdXY +</I>><i> ------------------------------------------------------------------------ +</I>><i> +</I>><i> Nowhere else in the document is "root partition" mentioned, so why does +</I>><i> it say "re-install"?! +</I>><i> +</I>><i> (Perhaps it just means "replace whatever is in the PBR"?) +</I>><i> +</I> +Maybe it should say "To re-create core.img in the root partition" - I +may change that - thanks ;) +No - nothing is written to the PBR - only /boot/grub2/i386-pc/core.img +is written. +This has already been created during the package installation, hence the +use of "re-install" - just in case it's ever needed. +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9143">[ date ]</a> + <a href="thread.html#9143">[ thread ]</a> + <a href="subject.html#9143">[ subject ]</a> + <a href="author.html#9143">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009144.html b/zarb-ml/mageia-discuss/2013-January/009144.html new file mode 100644 index 000000000..27fc5ec3c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009144.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C51079DBB.6050004%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009134.html"> + <LINK REL="Next" HREF="009145.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C51079DBB.6050004%40gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">oliver.bgr at gmail.com + </A><BR> + <I>Tue Jan 29 11:00:27 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9144">[ date ]</a> + <a href="thread.html#9144">[ thread ]</a> + <a href="subject.html#9144">[ subject ]</a> + <a href="author.html#9144">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi there, + +I will arrive in Buxelles on Friday evening. +So anyone of you would like to have some beer and pizza with me, just +tell me... + +Oliver +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI>Next message: <A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9144">[ date ]</a> + <a href="thread.html#9144">[ thread ]</a> + <a href="subject.html#9144">[ subject ]</a> + <a href="author.html#9144">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009145.html b/zarb-ml/mageia-discuss/2013-January/009145.html new file mode 100644 index 000000000..a4eac0e56 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009145.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3CCA%2Bh4nj47Om5La17Kb_Heco_CSaiocLw_yqg7wmQThnoVwQqm0Q%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="009144.html"> + <LINK REL="Next" HREF="009146.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3CCA%2Bh4nj47Om5La17Kb_Heco_CSaiocLw_yqg7wmQThnoVwQqm0Q%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">molch.b at googlemail.com + </A><BR> + <I>Tue Jan 29 11:10:37 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9145">[ date ]</a> + <a href="thread.html#9145">[ thread ]</a> + <a href="subject.html#9145">[ subject ]</a> + <a href="author.html#9145">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/1/29 Oliver Burger <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">oliver.bgr at gmail.com</A>>: +><i> Hi there, +</I>><i> +</I>><i> I will arrive in Buxelles on Friday evening. +</I>><i> So anyone of you would like to have some beer and pizza with me, just tell +</I>><i> me... +</I> +I will arrive Friday early around 10am, planning to do some sighseeing +(involving waffle experiments) and later drop in to the beer event. +But I'm open for any nasty plans involving EU institutions as well. + +-- +wobo +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9145">[ date ]</a> + <a href="thread.html#9145">[ thread ]</a> + <a href="subject.html#9145">[ subject ]</a> + <a href="author.html#9145">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009146.html b/zarb-ml/mageia-discuss/2013-January/009146.html new file mode 100644 index 000000000..725da95d6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009146.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107A707.9080501%40gmx.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009145.html"> + <LINK REL="Next" HREF="009147.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Sebastian</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107A707.9080501%40gmx.com%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">sebsebseb_mageia at gmx.com + </A><BR> + <I>Tue Jan 29 11:40:07 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9146">[ date ]</a> + <a href="thread.html#9146">[ thread ]</a> + <a href="subject.html#9146">[ subject ]</a> + <a href="author.html#9146">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 29/01/13 10:10, Wolfgang Bornath wrote: +><i> 2013/1/29 Oliver Burger<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">oliver.bgr at gmail.com</A>>: +</I>>><i> Hi there, +</I>>><i> +</I>>><i> I will arrive in Buxelles on Friday evening. +</I>>><i> So anyone of you would like to have some beer and pizza with me, just tell +</I>>><i> me... +</I>My plane is expected to arrive at 19:35, AL3N and Colin should be +waiting for me. Then the plan is for the three of us to go to the hotel +in AL3N's car, so that Colin and myself can check in. + +Then I expect AL3N and me will want to join you for pizza and beer and +maybe Colin to. However Colin and myself will probably end up at the +beer event. + + +Are both of you staying in Hotel Villa Royale as well? +><i> I will arrive Friday early around 10am, planning to do some sighseeing +</I>><i> (involving waffle experiments) and later drop in to the beer event. +</I>><i> But I'm open for any nasty plans involving EU institutions as well. +</I>><i> +</I>I got Monday before going back in the evening, for that kind of thing +and such, and AL13N will be joining me :). However here's the question +will anyone from our group join us on Monday or not? +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9146">[ date ]</a> + <a href="thread.html#9146">[ thread ]</a> + <a href="subject.html#9146">[ subject ]</a> + <a href="author.html#9146">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009147.html b/zarb-ml/mageia-discuss/2013-January/009147.html new file mode 100644 index 000000000..4b65df6f9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009147.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107AB29.9030009%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009146.html"> + <LINK REL="Next" HREF="009148.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Oliver Burger</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107AB29.9030009%40mageia.org%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">obgr_seneca at mageia.org + </A><BR> + <I>Tue Jan 29 11:57:45 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9147">[ date ]</a> + <a href="thread.html#9147">[ thread ]</a> + <a href="subject.html#9147">[ subject ]</a> + <a href="author.html#9147">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 29.01.2013 11:40, schrieb Sebastian: +><i> On 29/01/13 10:10, Wolfgang Bornath wrote: +</I>>><i> 2013/1/29 Oliver Burger<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">oliver.bgr at gmail.com</A>>: +</I>>>><i> Hi there, +</I>>>><i> +</I>>>><i> I will arrive in Buxelles on Friday evening. +</I>>>><i> So anyone of you would like to have some beer and pizza with me, just +</I>>>><i> tell +</I>>>><i> me... +</I>><i> My plane is expected to arrive at 19:35, AL3N and Colin should be +</I>><i> waiting for me. Then the plan is for the three of us to go to the hotel +</I>><i> in AL3N's car, so that Colin and myself can check in. +</I>><i> +</I>><i> Then I expect AL3N and me will want to join you for pizza and beer and +</I>><i> maybe Colin to. However Colin and myself will probably end up at the +</I>><i> beer event. +</I>We can always end up at the beer event... + + +><i> +</I>><i> +</I>><i> Are both of you staying in Hotel Villa Royale as well? +</I>>><i> I will arrive Friday early around 10am, planning to do some sighseeing +</I>>><i> (involving waffle experiments) and later drop in to the beer event. +</I>>><i> But I'm open for any nasty plans involving EU institutions as well. +</I>>><i> +</I>><i> I got Monday before going back in the evening, for that kind of thing +</I>><i> and such, and AL13N will be joining me :). However here's the question +</I>><i> will anyone from our group join us on Monday or not? +</I>At least I will leave on Sunday afternoon. + + +-- +obgr_seneca aka Oliver Burger +Mageia.Org + +i18n team leader +doc team deputy leader +secretary of the Association + +Mageia council +Mageia board +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9147">[ date ]</a> + <a href="thread.html#9147">[ thread ]</a> + <a href="subject.html#9147">[ subject ]</a> + <a href="author.html#9147">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009148.html b/zarb-ml/mageia-discuss/2013-January/009148.html new file mode 100644 index 000000000..ea042d6e4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009148.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107ACC1.5020909%40gmx.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009147.html"> + <LINK REL="Next" HREF="009150.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Sebastian</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3C5107ACC1.5020909%40gmx.com%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">sebsebseb_mageia at gmx.com + </A><BR> + <I>Tue Jan 29 12:04:33 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9148">[ date ]</a> + <a href="thread.html#9148">[ thread ]</a> + <a href="subject.html#9148">[ subject ]</a> + <a href="author.html#9148">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 29/01/13 10:57, Oliver Burger wrote: +><i> Am 29.01.2013 11:40, schrieb Sebastian: +</I>>><i> On 29/01/13 10:10, Wolfgang Bornath wrote: +</I>>>><i> 2013/1/29 Oliver Burger<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">oliver.bgr at gmail.com</A>>: +</I>>>>><i> Hi there, +</I>>>>><i> +</I>>>>><i> I will arrive in Buxelles on Friday evening. +</I>>>>><i> So anyone of you would like to have some beer and pizza with me, just +</I>>>>><i> tell +</I>>>>><i> me... +</I>>><i> My plane is expected to arrive at 19:35, AL3N and Colin should be +</I>>><i> waiting for me. Then the plan is for the three of us to go to the hotel +</I>>><i> in AL3N's car, so that Colin and myself can check in. +</I>>><i> +</I>>><i> Then I expect AL3N and me will want to join you for pizza and beer and +</I>>><i> maybe Colin to. However Colin and myself will probably end up at the +</I>>><i> beer event. +</I>><i> We can always end up at the beer event... +</I>I should have been more clear, AL3N and me for sure, will want to go out +and eat when there, but I probably also want to go to the beer event +later for a bit after. +><i> +</I>><i> +</I>>><i> +</I>>><i> +</I>>><i> Are both of you staying in Hotel Villa Royale as well? +</I>>>><i> I will arrive Friday early around 10am, planning to do some sighseeing +</I>>>><i> (involving waffle experiments) and later drop in to the beer event. +</I>>>><i> But I'm open for any nasty plans involving EU institutions as well. +</I>>>><i> +</I>>><i> I got Monday before going back in the evening, for that kind of thing +</I>>><i> and such, and AL13N will be joining me :). However here's the question +</I>>><i> will anyone from our group join us on Monday or not? +</I>><i> At least I will leave on Sunday afternoon. +</I>Yep I think pretty much all our group will leave on the Sunday, but +that's ok. +><i> +</I>><i> +</I> +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9148">[ date ]</a> + <a href="thread.html#9148">[ thread ]</a> + <a href="subject.html#9148">[ subject ]</a> + <a href="author.html#9148">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009149.html b/zarb-ml/mageia-discuss/2013-January/009149.html new file mode 100644 index 000000000..02e83cfdb --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009149.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3Cb13743a90660b8674aaaf9f6638ab8d0.squirrel%40mail.rmail.be%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009150.html"> + <LINK REL="Next" HREF="009151.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3Cb13743a90660b8674aaaf9f6638ab8d0.squirrel%40mail.rmail.be%3E" + TITLE="[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening">alien at rmail.be + </A><BR> + <I>Tue Jan 29 12:09:52 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9149">[ date ]</a> + <a href="thread.html#9149">[ thread ]</a> + <a href="subject.html#9149">[ subject ]</a> + <a href="author.html#9149">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> Hi there, +</I>><i> +</I>><i> I will arrive in Buxelles on Friday evening. +</I>><i> So anyone of you would like to have some beer and pizza with me, just +</I>><i> tell me... +</I>><i> +</I>><i> Oliver +</I>><i> +</I> +well, i'm picking up sebsebseb and coling at the airport, so i think us +three are up for that... :-) + +at what time are you arriving? + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9149">[ date ]</a> + <a href="thread.html#9149">[ thread ]</a> + <a href="subject.html#9149">[ subject ]</a> + <a href="author.html#9149">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009150.html b/zarb-ml/mageia-discuss/2013-January/009150.html new file mode 100644 index 000000000..b3a2b183a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009150.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FOSDEM - friday evening + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3CCA%2Bh4nj4kqwrqCiP%3D3nUNOjX0t7ikwSqaBa7133rG_B8O80OONQ%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="009148.html"> + <LINK REL="Next" HREF="009149.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FOSDEM - friday evening</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FOSDEM%20-%20friday%20evening&In-Reply-To=%3CCA%2Bh4nj4kqwrqCiP%3D3nUNOjX0t7ikwSqaBa7133rG_B8O80OONQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] FOSDEM - friday evening">molch.b at googlemail.com + </A><BR> + <I>Tue Jan 29 12:11:21 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9150">[ date ]</a> + <a href="thread.html#9150">[ thread ]</a> + <a href="subject.html#9150">[ subject ]</a> + <a href="author.html#9150">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/1/29 Sebastian <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">sebsebseb_mageia at gmx.com</A>>: +><i> On 29/01/13 10:10, Wolfgang Bornath wrote: +</I>>><i> +</I>>><i> 2013/1/29 Oliver Burger<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">oliver.bgr at gmail.com</A>>: +</I>>>><i> +</I>>>><i> Hi there, +</I>>>><i> +</I>>>><i> I will arrive in Buxelles on Friday evening. +</I>>>><i> So anyone of you would like to have some beer and pizza with me, just +</I>>>><i> tell +</I>>>><i> me... +</I>><i> +</I>><i> My plane is expected to arrive at 19:35, AL3N and Colin should be waiting +</I>><i> for me. Then the plan is for the three of us to go to the hotel in AL3N's +</I>><i> car, so that Colin and myself can check in. +</I>><i> +</I>><i> Then I expect AL3N and me will want to join you for pizza and beer and maybe +</I>><i> Colin to. However Colin and myself will probably end up at the beer event. +</I>><i> +</I>><i> +</I>><i> Are both of you staying in Hotel Villa Royale as well? +</I> +My room was booked by others very near Grand Place, Colin stayed there +once, I read his comment :) + +-- +wobo +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9150">[ date ]</a> + <a href="thread.html#9150">[ thread ]</a> + <a href="subject.html#9150">[ subject ]</a> + <a href="author.html#9150">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009151.html b/zarb-ml/mageia-discuss/2013-January/009151.html new file mode 100644 index 000000000..dc4747e15 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009151.html @@ -0,0 +1,147 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 esata hotplug + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20esata%20hotplug&In-Reply-To=%3C5107BD10.4020407%40ventoso.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009149.html"> + <LINK REL="Next" HREF="009152.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 esata hotplug</H1> + <B>Luca Olivetti</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20esata%20hotplug&In-Reply-To=%3C5107BD10.4020407%40ventoso.org%3E" + TITLE="[Mageia-discuss] Mageia 2 esata hotplug">luca at ventoso.org + </A><BR> + <I>Tue Jan 29 13:14:08 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9151">[ date ]</a> + <a href="thread.html#9151">[ thread ]</a> + <a href="subject.html#9151">[ subject ]</a> + <a href="author.html#9151">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +I installed mageia 2 x86_64 on a dell latitude e6530. +When I plug a drive in the esata port, it isn't recognized automatically. +I have to force a rescan of the scsi bus to see the disk, i.e. + +echo "- - -" > /sys/class/scsi_host/host4/scan + +On my old laptop (hp elitebook 8530w), running mageia 2 (but the 32 bits +version), the disk is automatically recognized as soon as I plug it in +(though it doesn't show in kde device notifier, but is shows in dolphin). + +Both use the same kernel (albeit one 64 bits, the other 32 bits), +3.4.24-desktop-3.mga2. +The sata controller is different, though it seems to me it's a different +variant of the same model (the only big difference is that on the dell +it's setup in raid mode): + +on the HP +================================ +00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) +4 port SATA Controller [AHCI mode] (rev 03) (prog-if 01 [AHCI 1.0]) + Subsystem: Hewlett-Packard Company Device 30e7 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- +ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- +<TAbort- <MAbort- >SERR- <PERR- INTx- + Latency: 0 + Interrupt: pin A routed to IRQ 45 + Region 0: I/O ports at 8108 [size=8] + Region 1: I/O ports at 8114 [size=4] + Region 2: I/O ports at 8100 [size=8] + Region 3: I/O ports at 8110 [size=4] + Region 4: I/O ports at 8000 [size=32] + Region 5: Memory at 9b325000 (32-bit, non-prefetchable) [size=2K] + Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit- + Address: fee0300c Data: 41a1 + Capabilities: [70] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA +PME(D0-,D1-,D2-,D3hot+,D3cold-) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004 + Capabilities: [b0] PCI Advanced Features + AFCap: TP+ FLR+ + AFCtrl: FLR- + AFStatus: TP- + Kernel driver in use: ahci + +on the DELL +================================== + +00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA +Controller [RAID mode] (rev 04) + Subsystem: Dell Device 0535 + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- +ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- +<TAbort- <MAbort- >SERR- <PERR- INTx- + Latency: 0 + Interrupt: pin B routed to IRQ 42 + Region 0: I/O ports at f090 [size=8] + Region 1: I/O ports at f080 [size=4] + Region 2: I/O ports at f070 [size=8] + Region 3: I/O ports at f060 [size=4] + Region 4: I/O ports at f020 [size=32] + Region 5: Memory at f7736000 (32-bit, non-prefetchable) [size=2K] + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00358 Data: 0000 + Capabilities: [70] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA +PME(D0-,D1-,D2-,D3hot+,D3cold-) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004 + Capabilities: [b0] PCI Advanced Features + AFCap: TP+ FLR+ + AFCtrl: FLR- + AFStatus: TP- + Kernel driver in use: ahci + + +What could I try to autodetect the drive plugged into the esata port? + +Bye +-- +Luca + + + + + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A></li> + <LI>Next message: <A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9151">[ date ]</a> + <a href="thread.html#9151">[ thread ]</a> + <a href="subject.html#9151">[ subject ]</a> + <a href="author.html#9151">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009152.html b/zarb-ml/mageia-discuss/2013-January/009152.html new file mode 100644 index 000000000..a89bca1d1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009152.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 esata hotplug + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20esata%20hotplug&In-Reply-To=%3C5107C336.7020305%40ventoso.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009151.html"> + <LINK REL="Next" HREF="009154.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 esata hotplug</H1> + <B>Luca Olivetti</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20esata%20hotplug&In-Reply-To=%3C5107C336.7020305%40ventoso.org%3E" + TITLE="[Mageia-discuss] Mageia 2 esata hotplug">luca at ventoso.org + </A><BR> + <I>Tue Jan 29 13:40:22 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI>Next message: <A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9152">[ date ]</a> + <a href="thread.html#9152">[ thread ]</a> + <a href="subject.html#9152">[ subject ]</a> + <a href="author.html#9152">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Al 29/01/13 13:14, En/na Luca Olivetti ha escrit: +><i> Hello, +</I>><i> +</I>><i> I installed mageia 2 x86_64 on a dell latitude e6530. +</I>><i> When I plug a drive in the esata port, it isn't recognized automatically. +</I> +.... + +><i> Both use the same kernel (albeit one 64 bits, the other 32 bits), +</I>><i> 3.4.24-desktop-3.mga2. +</I>><i> The sata controller is different, though it seems to me it's a different +</I>><i> variant of the same model (the only big difference is that on the dell +</I>><i> it's setup in raid mode): +</I> +Funny when you find the solution right after hitting enter: configuring +in the bios the controller in ahci mode instead of raid mode solves the +problem. +Windows detected the drive even in raid mode though. + +Bye +-- +Luca + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI>Next message: <A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9152">[ date ]</a> + <a href="thread.html#9152">[ thread ]</a> + <a href="subject.html#9152">[ subject ]</a> + <a href="author.html#9152">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009153.html b/zarb-ml/mageia-discuss/2013-January/009153.html new file mode 100644 index 000000000..b168664bd --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009153.html @@ -0,0 +1,65 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Question on the Mageia-3 GRUB2 readme file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3Cpan.2013.01.29.17.01.05.673836%40bcs.org.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009143.html"> + <LINK REL="Next" HREF="009132.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file</H1> + <B>Maurice Batey</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Question%20on%20the%20Mageia-3%20GRUB2%20readme%20file&In-Reply-To=%3Cpan.2013.01.29.17.01.05.673836%40bcs.org.uk%3E" + TITLE="[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file">maurice at bcs.org.uk + </A><BR> + <I>Tue Jan 29 18:01:05 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9153">[ date ]</a> + <a href="thread.html#9153">[ thread ]</a> + <a href="subject.html#9153">[ subject ]</a> + <a href="author.html#9153">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, 28 Jan 2013 22:34:39 +0000, Barry Jackson wrote: + +><i> Maybe it should say "To re-create core.img in the root partition" +</I> + Yes, that might prevent folk doing 2+2=5. :-) + +-- +/\/\aurice + + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A></li> + <LI>Next message: <A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9153">[ date ]</a> + <a href="thread.html#9153">[ thread ]</a> + <a href="subject.html#9153">[ subject ]</a> + <a href="author.html#9153">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009154.html b/zarb-ml/mageia-discuss/2013-January/009154.html new file mode 100644 index 000000000..362277bf2 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009154.html @@ -0,0 +1,63 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] M3B2 wireless ath5k + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C51085CA8.4000503%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009152.html"> + <LINK REL="Next" HREF="009155.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] M3B2 wireless ath5k</H1> + <B>Tony Blackwell</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C51085CA8.4000503%40bigpond.com%3E" + TITLE="[Mageia-discuss] M3B2 wireless ath5k">tablackwell at bigpond.com + </A><BR> + <I>Wed Jan 30 00:35:04 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI>Next message: <A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9154">[ date ]</a> + <a href="thread.html#9154">[ thread ]</a> + <a href="subject.html#9154">[ subject ]</a> + <a href="author.html#9154">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Still problems despite me saying in earlier bug report that it seemed +OK. Here at linux.conf.au and can't connect - just fails silently in +graphical mode. Running drakconf -> Network Configuration from a text +login fails with the message that the SSID (linuxconfau) is too long! +Then gives some parse string errors. +Thoughts? +tonyb +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A></li> + <LI>Next message: <A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9154">[ date ]</a> + <a href="thread.html#9154">[ thread ]</a> + <a href="subject.html#9154">[ subject ]</a> + <a href="author.html#9154">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009155.html b/zarb-ml/mageia-discuss/2013-January/009155.html new file mode 100644 index 000000000..7d8c0b76c --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009155.html @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] M3B2 wireless ath5k + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C6001268.jAR9UQQzUf%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009154.html"> + <LINK REL="Next" HREF="009156.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] M3B2 wireless ath5k</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C6001268.jAR9UQQzUf%40localhost%3E" + TITLE="[Mageia-discuss] M3B2 wireless ath5k">alien at rmail.be + </A><BR> + <I>Wed Jan 30 02:02:26 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI>Next message: <A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9155">[ date ]</a> + <a href="thread.html#9155">[ thread ]</a> + <a href="subject.html#9155">[ subject ]</a> + <a href="author.html#9155">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op woensdag 30 januari 2013 09:35:04 schreef Tony Blackwell: +><i> Still problems despite me saying in earlier bug report that it seemed +</I>><i> OK. Here at linux.conf.au and can't connect - just fails silently in +</I>><i> graphical mode. Running drakconf -> Network Configuration from a text +</I>><i> login fails with the message that the SSID (linuxconfau) is too long! +</I>><i> Then gives some parse string errors. +</I>><i> Thoughts? +</I>><i> tonyb +</I> +i sometimes have problems connecting when i'm on battery +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI>Next message: <A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9155">[ date ]</a> + <a href="thread.html#9155">[ thread ]</a> + <a href="subject.html#9155">[ subject ]</a> + <a href="author.html#9155">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009156.html b/zarb-ml/mageia-discuss/2013-January/009156.html new file mode 100644 index 000000000..f7c4ea815 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009156.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] M3B2 wireless ath5k + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C5108CD7C.8010601%40eesti.ee%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009155.html"> + <LINK REL="Next" HREF="009157.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] M3B2 wireless ath5k</H1> + <B>Sander Lepik</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20M3B2%20wireless%20ath5k&In-Reply-To=%3C5108CD7C.8010601%40eesti.ee%3E" + TITLE="[Mageia-discuss] M3B2 wireless ath5k">sander.lepik at eesti.ee + </A><BR> + <I>Wed Jan 30 08:36:28 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI>Next message: <A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9156">[ date ]</a> + <a href="thread.html#9156">[ thread ]</a> + <a href="subject.html#9156">[ subject ]</a> + <a href="author.html#9156">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>30.01.2013 03:02, AL13N kirjutas: +><i> Op woensdag 30 januari 2013 09:35:04 schreef Tony Blackwell: +</I>>><i> Still problems despite me saying in earlier bug report that it seemed +</I>>><i> OK. Here at linux.conf.au and can't connect - just fails silently in +</I>>><i> graphical mode. Running drakconf -> Network Configuration from a text +</I>>><i> login fails with the message that the SSID (linuxconfau) is too long! +</I>>><i> Then gives some parse string errors. +</I>>><i> Thoughts? +</I>>><i> tonyb +</I>><i> i sometimes have problems connecting when i'm on battery +</I>Power saving mode may have something to do with it. You can try this +command on battery: + +iwconfig your_device_here_(wlan0_for_example) power off + +-- +Sander + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + <LI>Next message: <A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#9156">[ date ]</a> + <a href="thread.html#9156">[ thread ]</a> + <a href="subject.html#9156">[ subject ]</a> + <a href="author.html#9156">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/009157.html b/zarb-ml/mageia-discuss/2013-January/009157.html new file mode 100644 index 000000000..769e76693 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/009157.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20battery%20power%20control%20and%20hard%20disk%20spin%20down%20with%0A%09mageia%202%20%28systemd%29%3F&In-Reply-To=%3C510A4252.1090408%40ventoso.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="009156.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)?</H1> + <B>Luca Olivetti</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20battery%20power%20control%20and%20hard%20disk%20spin%20down%20with%0A%09mageia%202%20%28systemd%29%3F&In-Reply-To=%3C510A4252.1090408%40ventoso.org%3E" + TITLE="[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)?">luca at ventoso.org + </A><BR> + <I>Thu Jan 31 11:07:14 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#9157">[ date ]</a> + <a href="thread.html#9157">[ thread ]</a> + <a href="subject.html#9157">[ subject ]</a> + <a href="author.html#9157">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +I just realized with a new laptop that an old problem is still there: +when on battery, the hard disk spins down only to awake a few seconds later. +This isn't healthy for the hard-disk, and in the past I solved it by +editing laptop-mode settings to lengthen the spin-down timeout. +Now laptop-mode is gone and I don't know where to look (I googled but I +only could find outdated or non relevant information, maybe my google-fu +isn't strong enough, but everything I find about systemd is either +outdated or plainly not working). +Where should I look? + +Another problem I have is the backlight control doesn't work, but I +think that's a kernel problem. +It's a laptop with optimus technology, with the intel card the backlight +control worked, but then I disabled optimus to use the nvidia card and +the backlight is always at full brightness. + +Bye +-- +Luca +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#9157">[ date ]</a> + <a href="thread.html#9157">[ thread ]</a> + <a href="subject.html#9157">[ subject ]</a> + <a href="author.html#9157">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/2013-January/author.html b/zarb-ml/mageia-discuss/2013-January/author.html new file mode 100644 index 000000000..1a14aec06 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/author.html @@ -0,0 +1,672 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss January 2013 Archive by author</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>January 2013 Archives by author</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Tue Jan 1 21:58:12 CET 2013</i><br> + <b>Ending:</b> <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Messages:</b> 125<p> + <ul> + +<LI><A HREF="009042.html">[Mageia-discuss] Software RAID +</A><A NAME="9042"> </A> +<I>AL13N +</I> + +<LI><A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9065"> </A> +<I>AL13N +</I> + +<LI><A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9104"> </A> +<I>AL13N +</I> + +<LI><A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9113"> </A> +<I>AL13N +</I> + +<LI><A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A><A NAME="9149"> </A> +<I>AL13N +</I> + +<LI><A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9155"> </A> +<I>AL13N +</I> + +<LI><A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9048"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9050"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9063"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9064"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9087"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9127"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9153"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9154"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9122"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9124"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9145"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9150"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009043.html">[Mageia-discuss] Software RAID +</A><A NAME="9043"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9045"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9091"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9128"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9047"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A><A NAME="9084"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9125"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9144"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9147"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9039"> </A> +<I>Daniel +</I> + +<LI><A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9044"> </A> +<I>Daniel +</I> + +<LI><A HREF="009081.html">[Mageia-discuss] Drakconnect +</A><A NAME="9081"> </A> +<I>Daniel +</I> + +<LI><A HREF="009100.html">[Mageia-discuss] Drakconnect +</A><A NAME="9100"> </A> +<I>Daniel +</I> + +<LI><A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9129"> </A> +<I>Daniel +</I> + +<LI><A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9139"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9141"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9057"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9060"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9118"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A><A NAME="9119"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9075"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9108"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9074"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9072"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9107"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9135"> </A> +<I>Manuel Hiebel +</I> + +<LI><A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9143"> </A> +<I>Barry Jackson +</I> + +<LI><A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9101"> </A> +<I>Pierre Jarillon +</I> + +<LI><A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9095"> </A> +<I>Mika Laitio +</I> + +<LI><A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9077"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9086"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9109"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9110"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9111"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9130"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9093"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9156"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9082"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9115"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A><A NAME="9116"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9123"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9132"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9137"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9034"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9036"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9037"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9112"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9151"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9152"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A><A NAME="9157"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9136"> </A> +<I>Otto +</I> + +<LI><A HREF="009046.html">[Mageia-discuss] Drakconnect +</A><A NAME="9046"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009092.html">[Mageia-discuss] Drakconnect +</A><A NAME="9092"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009103.html">[Mageia-discuss] Drakconnect +</A><A NAME="9103"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009114.html">[Mageia-discuss] Drakconnect +</A><A NAME="9114"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9140"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9133"> </A> +<I>Antoine Pitrou +</I> + +<LI><A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9131"> </A> +<I>Luis Daniel Lucio Quiroz +</I> + +<LI><A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9052"> </A> +<I>Richard +</I> + +<LI><A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9054"> </A> +<I>Richard +</I> + +<LI><A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9062"> </A> +<I>Richard +</I> + +<LI><A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9069"> </A> +<I>Richard +</I> + +<LI><A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9071"> </A> +<I>Richard +</I> + +<LI><A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9076"> </A> +<I>Remco Rijnders +</I> + +<LI><A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9041"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9078"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9106"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9120"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9126"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9146"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9148"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9033"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9035"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9049"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9051"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9053"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9056"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9058"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9059"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9061"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9066"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9067"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9068"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9070"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9073"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9080"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9085"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9088"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9089"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9096"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9097"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9099"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9102"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9105"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9090"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9098"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9121"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9134"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9117"> </A> +<I>TJ +</I> + +<LI><A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9083"> </A> +<I>Pascal Terjan +</I> + +<LI><A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9079"> </A> +<I>Olav Vitters +</I> + +<LI><A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9094"> </A> +<I>RICHARD WALKER +</I> + +<LI><A HREF="009038.html">[Mageia-discuss] Software RAID +</A><A NAME="9038"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009040.html">[Mageia-discuss] Software RAID +</A><A NAME="9040"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9138"> </A> +<I>David Walser +</I> + +<LI><A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9055"> </A> +<I>Christiaan Welvaart +</I> + +<LI><A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9142"> </A> +<I>Anne Wilson +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Archived on:</b> <i>Thu Jan 31 18:13:05 CET 2013</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/2013-January/date.html b/zarb-ml/mageia-discuss/2013-January/date.html new file mode 100644 index 000000000..4f8d8d37b --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/date.html @@ -0,0 +1,672 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss January 2013 Archive by date</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>January 2013 Archives by date</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Tue Jan 1 21:58:12 CET 2013</i><br> + <b>Ending:</b> <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Messages:</b> 125<p> + <ul> + +<LI><A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9033"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9034"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9035"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9036"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9037"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009038.html">[Mageia-discuss] Software RAID +</A><A NAME="9038"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9039"> </A> +<I>Daniel +</I> + +<LI><A HREF="009040.html">[Mageia-discuss] Software RAID +</A><A NAME="9040"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9041"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009042.html">[Mageia-discuss] Software RAID +</A><A NAME="9042"> </A> +<I>AL13N +</I> + +<LI><A HREF="009043.html">[Mageia-discuss] Software RAID +</A><A NAME="9043"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9044"> </A> +<I>Daniel +</I> + +<LI><A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9045"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009046.html">[Mageia-discuss] Drakconnect +</A><A NAME="9046"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9047"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9048"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9049"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9050"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9051"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9052"> </A> +<I>Richard +</I> + +<LI><A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9053"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9054"> </A> +<I>Richard +</I> + +<LI><A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9055"> </A> +<I>Christiaan Welvaart +</I> + +<LI><A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9056"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9057"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9058"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9059"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9060"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9061"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9062"> </A> +<I>Richard +</I> + +<LI><A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9063"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9064"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9065"> </A> +<I>AL13N +</I> + +<LI><A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9066"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9067"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9068"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9069"> </A> +<I>Richard +</I> + +<LI><A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9070"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9071"> </A> +<I>Richard +</I> + +<LI><A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9072"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9073"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9074"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9075"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9076"> </A> +<I>Remco Rijnders +</I> + +<LI><A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9077"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9079"> </A> +<I>Olav Vitters +</I> + +<LI><A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9078"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9080"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009081.html">[Mageia-discuss] Drakconnect +</A><A NAME="9081"> </A> +<I>Daniel +</I> + +<LI><A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9082"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9083"> </A> +<I>Pascal Terjan +</I> + +<LI><A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A><A NAME="9084"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9085"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9086"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9087"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9088"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9089"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9093"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9090"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9091"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009092.html">[Mageia-discuss] Drakconnect +</A><A NAME="9092"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9094"> </A> +<I>RICHARD WALKER +</I> + +<LI><A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9095"> </A> +<I>Mika Laitio +</I> + +<LI><A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9096"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9097"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9098"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9099"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009100.html">[Mageia-discuss] Drakconnect +</A><A NAME="9100"> </A> +<I>Daniel +</I> + +<LI><A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9101"> </A> +<I>Pierre Jarillon +</I> + +<LI><A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9102"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009103.html">[Mageia-discuss] Drakconnect +</A><A NAME="9103"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9104"> </A> +<I>AL13N +</I> + +<LI><A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9105"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9106"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9107"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9108"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9109"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9110"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9111"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9112"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9113"> </A> +<I>AL13N +</I> + +<LI><A HREF="009114.html">[Mageia-discuss] Drakconnect +</A><A NAME="9114"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9115"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A><A NAME="9116"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9117"> </A> +<I>TJ +</I> + +<LI><A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9118"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A><A NAME="9119"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9120"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9121"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9122"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9123"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9124"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9125"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9126"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9127"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9128"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9129"> </A> +<I>Daniel +</I> + +<LI><A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9130"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9131"> </A> +<I>Luis Daniel Lucio Quiroz +</I> + +<LI><A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9132"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9133"> </A> +<I>Antoine Pitrou +</I> + +<LI><A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9134"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9135"> </A> +<I>Manuel Hiebel +</I> + +<LI><A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9136"> </A> +<I>Otto +</I> + +<LI><A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9137"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9138"> </A> +<I>David Walser +</I> + +<LI><A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9139"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9140"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9141"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9142"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9143"> </A> +<I>Barry Jackson +</I> + +<LI><A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9144"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9145"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9146"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9147"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9148"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A><A NAME="9149"> </A> +<I>AL13N +</I> + +<LI><A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9150"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9151"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9152"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9153"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9154"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9155"> </A> +<I>AL13N +</I> + +<LI><A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9156"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A><A NAME="9157"> </A> +<I>Luca Olivetti +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Archived on:</b> <i>Thu Jan 31 18:13:05 CET 2013</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/2013-January/index.html b/zarb-ml/mageia-discuss/2013-January/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/index.html @@ -0,0 +1 @@ +thread.html
\ No newline at end of file diff --git a/zarb-ml/mageia-discuss/2013-January/subject.html b/zarb-ml/mageia-discuss/2013-January/subject.html new file mode 100644 index 000000000..8dd6f854a --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/subject.html @@ -0,0 +1,672 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss January 2013 Archive by subject</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>January 2013 Archives by subject</h1> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Tue Jan 1 21:58:12 CET 2013</i><br> + <b>Ending:</b> <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Messages:</b> 125<p> + <ul> + +<LI><A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A><A NAME="9119"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A><A NAME="9149"> </A> +<I>AL13N +</I> + +<LI><A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A><A NAME="9157"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9033"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9034"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9035"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9036"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9037"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9075"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9077"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9078"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9082"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9086"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9108"> </A> +<I>Dennis Griffin +</I> + +<LI><A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9110"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9067"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9072"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9073"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9074"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9123"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9124"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9128"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9138"> </A> +<I>David Walser +</I> + +<LI><A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9139"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9140"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9141"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9142"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="009046.html">[Mageia-discuss] Drakconnect +</A><A NAME="9046"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009081.html">[Mageia-discuss] Drakconnect +</A><A NAME="9081"> </A> +<I>Daniel +</I> + +<LI><A HREF="009092.html">[Mageia-discuss] Drakconnect +</A><A NAME="9092"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009100.html">[Mageia-discuss] Drakconnect +</A><A NAME="9100"> </A> +<I>Daniel +</I> + +<LI><A HREF="009103.html">[Mageia-discuss] Drakconnect +</A><A NAME="9103"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009114.html">[Mageia-discuss] Drakconnect +</A><A NAME="9114"> </A> +<I>Papoteur +</I> + +<LI><A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9144"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9145"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9146"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9147"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9148"> </A> +<I>Sebastian +</I> + +<LI><A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9150"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9047"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9059"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9065"> </A> +<I>AL13N +</I> + +<LI><A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9066"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9076"> </A> +<I>Remco Rijnders +</I> + +<LI><A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9079"> </A> +<I>Olav Vitters +</I> + +<LI><A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9080"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9083"> </A> +<I>Pascal Terjan +</I> + +<LI><A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A><A NAME="9084"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9122"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9125"> </A> +<I>Oliver Burger +</I> + +<LI><A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9039"> </A> +<I>Daniel +</I> + +<LI><A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9041"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9044"> </A> +<I>Daniel +</I> + +<LI><A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9045"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9051"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9052"> </A> +<I>Richard +</I> + +<LI><A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9053"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9054"> </A> +<I>Richard +</I> + +<LI><A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9055"> </A> +<I>Christiaan Welvaart +</I> + +<LI><A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9056"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9057"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9058"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9060"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9061"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9062"> </A> +<I>Richard +</I> + +<LI><A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9063"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9064"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9068"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9069"> </A> +<I>Richard +</I> + +<LI><A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9070"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9071"> </A> +<I>Richard +</I> + +<LI><A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A><A NAME="9116"> </A> +<I>Buchan Milne +</I> + +<LI><A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9089"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9093"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9094"> </A> +<I>RICHARD WALKER +</I> + +<LI><A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9096"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9098"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9099"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9101"> </A> +<I>Pierre Jarillon +</I> + +<LI><A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9102"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9104"> </A> +<I>AL13N +</I> + +<LI><A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9105"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9106"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9050"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9049"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9048"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9154"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9155"> </A> +<I>AL13N +</I> + +<LI><A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9156"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9151"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9152"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9132"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9133"> </A> +<I>Antoine Pitrou +</I> + +<LI><A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9134"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9135"> </A> +<I>Manuel Hiebel +</I> + +<LI><A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9136"> </A> +<I>Otto +</I> + +<LI><A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9137"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9129"> </A> +<I>Daniel +</I> + +<LI><A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9130"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9131"> </A> +<I>Luis Daniel Lucio Quiroz +</I> + +<LI><A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9107"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9085"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9087"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9088"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9090"> </A> +<I>Donald Stewart +</I> + +<LI><A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9091"> </A> +<I>John Bowden +</I> + +<LI><A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9095"> </A> +<I>Mika Laitio +</I> + +<LI><A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9097"> </A> +<I>Alexander Steidel +</I> + +<LI><A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9118"> </A> +<I>Trish Fraser +</I> + +<LI><A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9120"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9121"> </A> +<I>Kiki Syahadat +</I> + +<LI><A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9126"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9109"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9111"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9112"> </A> +<I>Luca Olivetti +</I> + +<LI><A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9113"> </A> +<I>AL13N +</I> + +<LI><A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9115"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9117"> </A> +<I>TJ +</I> + +<LI><A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9127"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9143"> </A> +<I>Barry Jackson +</I> + +<LI><A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9153"> </A> +<I>Maurice Batey +</I> + +<LI><A HREF="009038.html">[Mageia-discuss] Software RAID +</A><A NAME="9038"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009040.html">[Mageia-discuss] Software RAID +</A><A NAME="9040"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="009042.html">[Mageia-discuss] Software RAID +</A><A NAME="9042"> </A> +<I>AL13N +</I> + +<LI><A HREF="009043.html">[Mageia-discuss] Software RAID +</A><A NAME="9043"> </A> +<I>John Bowden +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Archived on:</b> <i>Thu Jan 31 18:13:05 CET 2013</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + <a href="thread.html#start">[ thread ]</a> + + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + diff --git a/zarb-ml/mageia-discuss/2013-January/thread.html b/zarb-ml/mageia-discuss/2013-January/thread.html new file mode 100644 index 000000000..da0b23425 --- /dev/null +++ b/zarb-ml/mageia-discuss/2013-January/thread.html @@ -0,0 +1,905 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss January 2013 Archive by thread</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>January 2013 Archives by thread</h1> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p><b>Starting:</b> <i>Tue Jan 1 21:58:12 CET 2013</i><br> + <b>Ending:</b> <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Messages:</b> 125<p> + <ul> + +<!--0 01357073892- --> +<LI><A HREF="009033.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9033"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--1 01357073892-01357085582- --> +<LI><A HREF="009034.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9034"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--2 01357073892-01357085582-01357090965- --> +<LI><A HREF="009035.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9035"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01357073892-01357085582-01357090965-01357121055- --> +<LI><A HREF="009036.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9036"> </A> +<I>Renaud (Ron) Olgiati +</I> + +</UL> +<!--2 01357073892-01357085582-01357122262- --> +<LI><A HREF="009037.html">[Mageia-discuss] Debian-style «rename» utility? +</A><A NAME="9037"> </A> +<I>Renaud (Ron) Olgiati +</I> + +</UL> +</UL> +<!--0 01357162540- --> +<LI><A HREF="009038.html">[Mageia-discuss] Software RAID +</A><A NAME="9038"> </A> +<I>Marja van Waes +</I> + +<UL> +<!--1 01357162540-01357198588- --> +<LI><A HREF="009040.html">[Mageia-discuss] Software RAID +</A><A NAME="9040"> </A> +<I>Marja van Waes +</I> + +<!--1 01357162540-01357217375- --> +<LI><A HREF="009042.html">[Mageia-discuss] Software RAID +</A><A NAME="9042"> </A> +<I>AL13N +</I> + +<UL> +<!--2 01357162540-01357217375-01357219419- --> +<LI><A HREF="009043.html">[Mageia-discuss] Software RAID +</A><A NAME="9043"> </A> +<I>John Bowden +</I> + +</UL> +</UL> +<!--0 01357192897- --> +<LI><A HREF="009039.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9039"> </A> +<I>Daniel +</I> + +<UL> +<!--1 01357192897-01357214676- --> +<LI><A HREF="009041.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9041"> </A> +<I>Claire Robinson +</I> + +<UL> +<!--2 01357192897-01357214676-01357298417- --> +<LI><A HREF="009044.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9044"> </A> +<I>Daniel +</I> + +<UL> +<!--3 01357192897-01357214676-01357298417-01357316894- --> +<LI><A HREF="009045.html">[Mageia-discuss] Good work on upgrades! +</A><A NAME="9045"> </A> +<I>John Bowden +</I> + +</UL> +</UL> +</UL> +<!--0 01357417935- --> +<LI><A HREF="009046.html">[Mageia-discuss] Drakconnect +</A><A NAME="9046"> </A> +<I>Papoteur +</I> + +<UL> +<!--1 01357417935-01358158450- --> +<LI><A HREF="009081.html">[Mageia-discuss] Drakconnect +</A><A NAME="9081"> </A> +<I>Daniel +</I> + +<UL> +<!--2 01357417935-01358158450-01358283605- --> +<LI><A HREF="009092.html">[Mageia-discuss] Drakconnect +</A><A NAME="9092"> </A> +<I>Papoteur +</I> + +<UL> +<!--3 01357417935-01358158450-01358283605-01358330697- --> +<LI><A HREF="009100.html">[Mageia-discuss] Drakconnect +</A><A NAME="9100"> </A> +<I>Daniel +</I> + +<!--3 01357417935-01358158450-01358283605-01358330697-01358356660- --> +<LI><A HREF="009103.html">[Mageia-discuss] Drakconnect +</A><A NAME="9103"> </A> +<I>Papoteur +</I> + +</UL> +<!--2 01357417935-01358158450-01358710510- --> +<LI><A HREF="009114.html">[Mageia-discuss] Drakconnect +</A><A NAME="9114"> </A> +<I>Papoteur +</I> + +</UL> +</UL> +<!--0 01357594029- --> +<LI><A HREF="009047.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9047"> </A> +<I>Oliver Burger +</I> + +<UL> +<!--1 01357594029-01357830905- --> +<LI><A HREF="009059.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9059"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--2 01357594029-01357830905-01357843210- --> +<LI><A HREF="009065.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9065"> </A> +<I>AL13N +</I> + +<UL> +<!--3 01357594029-01357830905-01357843210-01357856452- --> +<LI><A HREF="009066.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9066"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01357594029-01357830905-01357843210-01357856452-01358148999- --> +<LI><A HREF="009076.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9076"> </A> +<I>Remco Rijnders +</I> + +<!--3 01357594029-01357830905-01357843210-01357856452-01358148999-01358157271- --> +<LI><A HREF="009079.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9079"> </A> +<I>Olav Vitters +</I> + +<!--3 01357594029-01357830905-01357843210-01357856452-01358148999-01358158432- --> +<LI><A HREF="009080.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9080"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01357594029-01357830905-01357843210-01357856452-01358169450- --> +<LI><A HREF="009083.html">[Mageia-discuss] FOSDEM coming up, will you meet us there? +</A><A NAME="9083"> </A> +<I>Pascal Terjan +</I> + +</UL> +</UL> +</UL> +<!--0 01357662443- --> +<LI><A HREF="009048.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9048"> </A> +<I>Maurice Batey +</I> + +<UL> +<!--1 01357662443-01357673355- --> +<LI><A HREF="009049.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9049"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--2 01357662443-01357673355-01357736658- --> +<LI><A HREF="009050.html">[Mageia-discuss] KMail (KDE 4.8.5) in Mageia-2: POP password window greyed out +</A><A NAME="9050"> </A> +<I>Maurice Batey +</I> + +</UL> +</UL> +<!--0 01357822677- --> +<LI><A HREF="009051.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9051"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--1 01357822677-01357823939- --> +<LI><A HREF="009052.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9052"> </A> +<I>Richard +</I> + +<UL> +<!--2 01357822677-01357823939-01357825353- --> +<LI><A HREF="009053.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9053"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01357822677-01357823939-01357825353-01357825685- --> +<LI><A HREF="009054.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9054"> </A> +<I>Richard +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802- --> +<LI><A HREF="009056.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9056"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802-01357838503- --> +<LI><A HREF="009062.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9062"> </A> +<I>Richard +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802-01357838503-01357889370- --> +<LI><A HREF="009068.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9068"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802-01357838503-01357889370-01357897582- --> +<LI><A HREF="009069.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9069"> </A> +<I>Richard +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802-01357838503-01357889370-01357897582-01357898121- --> +<LI><A HREF="009070.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9070"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01357822677-01357823939-01357825353-01357825685-01357826802-01357838503-01357889370-01357897582-01357898121-01357899303- --> +<LI><A HREF="009071.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9071"> </A> +<I>Richard +</I> + +</UL> +<!--2 01357822677-01357823939-01357841153- --> +<LI><A HREF="009064.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9064"> </A> +<I>Maurice Batey +</I> + +</UL> +<!--1 01357822677-01357826311- --> +<LI><A HREF="009055.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9055"> </A> +<I>Christiaan Welvaart +</I> + +<!--1 01357822677-01357827448- --> +<LI><A HREF="009057.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9057"> </A> +<I>Trish Fraser +</I> + +<UL> +<!--2 01357822677-01357827448-01357829170- --> +<LI><A HREF="009058.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9058"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01357822677-01357827448-01357829170-01357831078- --> +<LI><A HREF="009060.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9060"> </A> +<I>Trish Fraser +</I> + +<!--3 01357822677-01357827448-01357829170-01357831078-01357835280- --> +<LI><A HREF="009061.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9061"> </A> +<I>Johnny A. Solbu +</I> + +</UL> +</UL> +<!--1 01357822677-01357840719- --> +<LI><A HREF="009063.html">[Mageia-discuss] Help: Looking for a KNode replacement +</A><A NAME="9063"> </A> +<I>Maurice Batey +</I> + +</UL> +<!--0 01357858207- --> +<LI><A HREF="009067.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9067"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--1 01357858207-01357912122- --> +<LI><A HREF="009072.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9072"> </A> +<I>Kristoffer Grundström +</I> + +<UL> +<!--2 01357858207-01357912122-01357913185- --> +<LI><A HREF="009073.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9073"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01357858207-01357912122-01357913185-01357915062- --> +<LI><A HREF="009074.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9074"> </A> +<I>Frank Griffin +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780- --> +<LI><A HREF="009123.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9123"> </A> +<I>Buchan Milne +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01358852439- --> +<LI><A HREF="009124.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9124"> </A> +<I>Wolfgang Bornath +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01359314935- --> +<LI><A HREF="009138.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9138"> </A> +<I>David Walser +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01359314935-01359317553- --> +<LI><A HREF="009139.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9139"> </A> +<I>Charles A Edwards +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01359314935-01359317553-01359322386- --> +<LI><A HREF="009140.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9140"> </A> +<I>Papoteur +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01359314935-01359317553-01359322386-01359323646- --> +<LI><A HREF="009141.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9141"> </A> +<I>Charles A Edwards +</I> + +<!--3 01357858207-01357912122-01357913185-01357915062-01358851780-01359314935-01359371694- --> +<LI><A HREF="009142.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9142"> </A> +<I>Anne Wilson +</I> + +</UL> +</UL> +<!--1 01357858207-01358899644- --> +<LI><A HREF="009128.html">[Mageia-discuss] Do Mageia have something like this? +</A><A NAME="9128"> </A> +<I>John Bowden +</I> + +</UL> +<!--0 01358098276- --> +<LI><A HREF="009075.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9075"> </A> +<I>Dennis Griffin +</I> + +<UL> +<!--1 01358098276-01358153095- --> +<LI><A HREF="009077.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9077"> </A> +<I>Morgan Leijström +</I> + +<UL> +<!--2 01358098276-01358153095-01358158053- --> +<LI><A HREF="009078.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9078"> </A> +<I>Claire Robinson +</I> + +<UL> +<!--3 01358098276-01358153095-01358158053-01358159180- --> +<LI><A HREF="009082.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9082"> </A> +<I>Doug Lytle +</I> + +<!--3 01358098276-01358153095-01358158053-01358254064- --> +<LI><A HREF="009086.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9086"> </A> +<I>Morgan Leijström +</I> + +<!--3 01358098276-01358153095-01358158053-01358254064-01358459662- --> +<LI><A HREF="009108.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9108"> </A> +<I>Dennis Griffin +</I> + +<!--3 01358098276-01358153095-01358158053-01358254064-01358459662-01358521997- --> +<LI><A HREF="009110.html">[Mageia-discuss] desktop icons disappearing +</A><A NAME="9110"> </A> +<I>Morgan Leijström +</I> + +</UL> +</UL> +</UL> +<!--0 01358193749- --> +<LI><A HREF="009084.html">[Mageia-discuss] FOSDEM reminder +</A><A NAME="9084"> </A> +<I>Oliver Burger +</I> + +<!--0 01358248600- --> +<LI><A HREF="009085.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9085"> </A> +<I>Alexander Steidel +</I> + +<UL> +<!--1 01358248600-01358265379- --> +<LI><A HREF="009087.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9087"> </A> +<I>Maurice Batey +</I> + +<UL> +<!--2 01358248600-01358265379-01358279462- --> +<LI><A HREF="009088.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9088"> </A> +<I>Alexander Steidel +</I> + +<UL> +<!--3 01358248600-01358265379-01358279462-01358282900- --> +<LI><A HREF="009090.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9090"> </A> +<I>Donald Stewart +</I> + +</UL> +</UL> +<!--1 01358248600-01358282949- --> +<LI><A HREF="009091.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9091"> </A> +<I>John Bowden +</I> + +<UL> +<!--2 01358248600-01358282949-01358289508- --> +<LI><A HREF="009095.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9095"> </A> +<I>Mika Laitio +</I> + +<!--2 01358248600-01358282949-01358290709- --> +<LI><A HREF="009097.html">[Mageia-discuss] Mageia wlan problem. +</A><A NAME="9097"> </A> +<I>Alexander Steidel +</I> + +</UL> +</UL> +<!--0 01358282012- --> +<LI><A HREF="009089.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9089"> </A> +<I>Alexander Steidel +</I> + +<UL> +<!--1 01358282012-01358282764- --> +<LI><A HREF="009093.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9093"> </A> +<I>Sander Lepik +</I> + +<UL> +<!--2 01358282012-01358282764-01358288766- --> +<LI><A HREF="009094.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9094"> </A> +<I>RICHARD WALKER +</I> + +<!--2 01358282012-01358282764-01358289905- --> +<LI><A HREF="009096.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9096"> </A> +<I>Alexander Steidel +</I> + +<UL> +<!--3 01358282012-01358282764-01358289905-01358291356- --> +<LI><A HREF="009098.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9098"> </A> +<I>Donald Stewart +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138- --> +<LI><A HREF="009099.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9099"> </A> +<I>Alexander Steidel +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138-01358332458- --> +<LI><A HREF="009101.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9101"> </A> +<I>Pierre Jarillon +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138-01358332458-01358340748- --> +<LI><A HREF="009102.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9102"> </A> +<I>Alexander Steidel +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138-01358332458-01358340748-01358364755- --> +<LI><A HREF="009104.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9104"> </A> +<I>AL13N +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138-01358332458-01358340748-01358364755-01358409649- --> +<LI><A HREF="009105.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9105"> </A> +<I>Alexander Steidel +</I> + +<!--3 01358282012-01358282764-01358289905-01358291356-01358295138-01358332458-01358340748-01358364755-01358409649-01358427800- --> +<LI><A HREF="009106.html">[Mageia-discuss] keyboard layout. +</A><A NAME="9106"> </A> +<I>Claire Robinson +</I> + +</UL> +</UL> +</UL> +<!--0 01358435270- --> +<LI><A HREF="009107.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9107"> </A> +<I>Kristoffer Grundström +</I> + +<UL> +<!--1 01358435270-01358936029- --> +<LI><A HREF="009129.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9129"> </A> +<I>Daniel +</I> + +<UL> +<!--2 01358435270-01358936029-01358946080- --> +<LI><A HREF="009130.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9130"> </A> +<I>Morgan Leijström +</I> + +<UL> +<!--3 01358435270-01358936029-01358946080-01358953655- --> +<LI><A HREF="009131.html">[Mageia-discuss] Mageia ARM-port guide......., anyone interested? +</A><A NAME="9131"> </A> +<I>Luis Daniel Lucio Quiroz +</I> + +</UL> +</UL> +</UL> +<!--0 01358519943- --> +<LI><A HREF="009109.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9109"> </A> +<I>Morgan Leijström +</I> + +<UL> +<!--1 01358519943-01358532011- --> +<LI><A HREF="009111.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9111"> </A> +<I>Morgan Leijström +</I> + +<UL> +<!--2 01358519943-01358532011-01358541058- --> +<LI><A HREF="009112.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9112"> </A> +<I>Luca Olivetti +</I> + +<UL> +<!--3 01358519943-01358532011-01358541058-01358635423- --> +<LI><A HREF="009113.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9113"> </A> +<I>AL13N +</I> + +<!--3 01358519943-01358532011-01358541058-01358635423-01358750179- --> +<LI><A HREF="009115.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9115"> </A> +<I>Alejandro López +</I> + +<!--3 01358519943-01358532011-01358541058-01358635423-01358750179-01358776347- --> +<LI><A HREF="009117.html">[Mageia-discuss] PANIC: The new mga2 kernel of today not OK? +</A><A NAME="9117"> </A> +<I>TJ +</I> + +</UL> +</UL> +</UL> +<!--0 01358770024- --> +<LI><A HREF="009116.html">[Mageia-discuss] How to mount NTFS partitions at boot? +</A><A NAME="9116"> </A> +<I>Buchan Milne +</I> + +<!--0 01358830685- --> +<LI><A HREF="009118.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9118"> </A> +<I>Trish Fraser +</I> + +<UL> +<!--1 01358830685-01358839928- --> +<LI><A HREF="009119.html">[Mageia-discuss] [atelier-discuss] Nice wrap in the IDG press +</A><A NAME="9119"> </A> +<I>Dimitrios Glentadakis +</I> + +<!--1 01358830685-01358849762- --> +<LI><A HREF="009120.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9120"> </A> +<I>Claire Robinson +</I> + +</UL> +<!--0 01358850806- --> +<LI><A HREF="009121.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9121"> </A> +<I>Kiki Syahadat +</I> + +<UL> +<!--1 01358850806-01358854910- --> +<LI><A HREF="009126.html">[Mageia-discuss] Nice wrap in the IDG press +</A><A NAME="9126"> </A> +<I>Claire Robinson +</I> + +</UL> +<!--0 01358851245- --> +<LI><A HREF="009122.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9122"> </A> +<I>Wolfgang Bornath +</I> + +<UL> +<!--1 01358851245-01358853845- --> +<LI><A HREF="009125.html">[Mageia-discuss] Fosdem schedule +</A><A NAME="9125"> </A> +<I>Oliver Burger +</I> + +</UL> +<!--0 01358876344- --> +<LI><A HREF="009127.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9127"> </A> +<I>Maurice Batey +</I> + +<UL> +<!--1 01358876344-01359412479- --> +<LI><A HREF="009143.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9143"> </A> +<I>Barry Jackson +</I> + +<UL> +<!--2 01358876344-01359412479-01359478865- --> +<LI><A HREF="009153.html">[Mageia-discuss] Question on the Mageia-3 GRUB2 readme file +</A><A NAME="9153"> </A> +<I>Maurice Batey +</I> + +</UL> +</UL> +<!--0 01359157832- --> +<LI><A HREF="009132.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9132"> </A> +<I>Anne Nicolas +</I> + +<UL> +<!--1 01359157832-01359210321- --> +<LI><A HREF="009133.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9133"> </A> +<I>Antoine Pitrou +</I> + +<UL> +<!--2 01359157832-01359210321-01359223907- --> +<LI><A HREF="009135.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9135"> </A> +<I>Manuel Hiebel +</I> + +<UL> +<!--3 01359157832-01359210321-01359223907-01359233160- --> +<LI><A HREF="009136.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9136"> </A> +<I>Otto +</I> + +</UL> +<!--2 01359157832-01359210321-01359280887- --> +<LI><A HREF="009137.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9137"> </A> +<I>Anne Nicolas +</I> + +</UL> +</UL> +<!--0 01359211475- --> +<LI><A HREF="009134.html">[Mageia-discuss] Mageia 3 beta 2 finally released +</A><A NAME="9134"> </A> +<I>Kiki Syahadat +</I> + +<!--0 01359453627- --> +<LI><A HREF="009144.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9144"> </A> +<I>Oliver Burger +</I> + +<UL> +<!--1 01359453627-01359454237- --> +<LI><A HREF="009145.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9145"> </A> +<I>Wolfgang Bornath +</I> + +<UL> +<!--2 01359453627-01359454237-01359456007- --> +<LI><A HREF="009146.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9146"> </A> +<I>Sebastian +</I> + +<UL> +<!--3 01359453627-01359454237-01359456007-01359457065- --> +<LI><A HREF="009147.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9147"> </A> +<I>Oliver Burger +</I> + +<!--3 01359453627-01359454237-01359456007-01359457065-01359457473- --> +<LI><A HREF="009148.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9148"> </A> +<I>Sebastian +</I> + +<!--3 01359453627-01359454237-01359456007-01359457881- --> +<LI><A HREF="009150.html">[Mageia-discuss] FOSDEM - friday evening +</A><A NAME="9150"> </A> +<I>Wolfgang Bornath +</I> + +</UL> +</UL> +<!--1 01359453627-01359457792- --> +<LI><A HREF="009149.html">[Mageia-discuss] [Mageia-dev] FOSDEM - friday evening +</A><A NAME="9149"> </A> +<I>AL13N +</I> + +</UL> +<!--0 01359461648- --> +<LI><A HREF="009151.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9151"> </A> +<I>Luca Olivetti +</I> + +<UL> +<!--1 01359461648-01359463222- --> +<LI><A HREF="009152.html">[Mageia-discuss] Mageia 2 esata hotplug +</A><A NAME="9152"> </A> +<I>Luca Olivetti +</I> + +</UL> +<!--0 01359502504- --> +<LI><A HREF="009154.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9154"> </A> +<I>Tony Blackwell +</I> + +<UL> +<!--1 01359502504-01359507746- --> +<LI><A HREF="009155.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9155"> </A> +<I>AL13N +</I> + +<UL> +<!--2 01359502504-01359507746-01359531388- --> +<LI><A HREF="009156.html">[Mageia-discuss] M3B2 wireless ath5k +</A><A NAME="9156"> </A> +<I>Sander Lepik +</I> + +</UL> +</UL> +<!--0 01359626834- --> +<LI><A HREF="009157.html">[Mageia-discuss] battery power control and hard disk spin down with mageia 2 (systemd)? +</A><A NAME="9157"> </A> +<I>Luca Olivetti +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Thu Jan 31 11:07:14 CET 2013</i><br> + <b>Archived on:</b> <i>Thu Jan 31 18:13:05 CET 2013</i> + <p> + <ul> + <li> <b>Messages sorted by:</b> + + <a href="subject.html#start">[ subject ]</a> + <a href="author.html#start">[ author ]</a> + <a href="date.html#start">[ date ]</a> + <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More info on this list... + </a></b></li> + </ul> + <p> + <hr> + <i>This archive was generated by + Pipermail 0.09 (Mailman edition).</i> + </BODY> +</HTML> + |