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/2012-September | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-September')
141 files changed, 15221 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-September/008648.html b/zarb-ml/mageia-discuss/2012-September/008648.html new file mode 100644 index 000000000..595715990 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008648.html @@ -0,0 +1,119 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Setting up a port forward + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C1721463.7DyK11YbTz%40pip%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="008653.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Setting up a port forward</H1> + <B>Deri James</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C1721463.7DyK11YbTz%40pip%3E" + TITLE="[Mageia-discuss] Setting up a port forward">deri at chuzzlewit.myzen.co.uk + </A><BR> + <I>Sat Sep 1 00:16:27 CEST 2012</I> + <P><UL> + + <LI>Next message: <A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8648">[ date ]</a> + <a href="thread.html#8648">[ thread ]</a> + <a href="subject.html#8648">[ subject ]</a> + <a href="author.html#8648">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 31 Aug 2012 22:42:26 Thomas Backlund wrote: +><i> Why not simply have sshd listen on 2 ports and skip need for port +</I>><i> forwarding? +</I>><i> +</I>><i> +</I>><i> Just uncomment the "Port 22" line in /etc/ssh/sshd_config +</I>><i> and add a second line with the second port +</I>><i> +</I>><i> so it would look like +</I>><i> +</I>><i> Port 22 +</I>><i> Port 5122 +</I>><i> +</I>><i> and restart sshd +</I>><i> +</I>><i> with this all access that expects port 22 will continue to work, +</I>><i> and you can also access it through the new 5122 port. +</I>><i> +</I>><i> Simple and effective, and no portforwarding needed. +</I>><i> +</I>><i> -- +</I>><i> Thomas +</I> +And add 5122/tcp to the "Advanced" tab in MCC -> Security -> Personal Firewall +(if you are using a personal firewall). + +If the server is accessible from the internet I would recommend some further +changes to sshd_conf. This is what I use (assuming this is a server for +personal use, not with hundreds of users connecting):- + +================================================= + +LoginGraceTime 120 +PermitRootLogin no + +TCPKeepAlive yes + +AllowUsers ->your user name here<- +MaxStartups 2:90:4 + +================================================== + +The "MaxStartups" parameter deters the script kiddies trying to guess the +password:- + + +MaxStartups +======== + +Specifies the maximum number of concurrent unauthenticated connections to the +SSH daemon. Additional connections will be dropped until authentication +succeeds or the LoginGraceTime expires for a connection. The default is 10. + +Alternatively, random early drop can be enabled by specifying the three colon +separated values “start:rate:full” (e.g. "10:30:60"). sshd(8) will refuse +connection attempts with a probability of “rate/100” (30%) if there are +currently “start” (10) unauthenticated connections. The probability increases +linearly and all connection attempts are refused if the number of +unauthenticated connections reaches “full” (60). + +Cheers + +Deri + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8648">[ date ]</a> + <a href="thread.html#8648">[ thread ]</a> + <a href="subject.html#8648">[ subject ]</a> + <a href="author.html#8648">[ 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/2012-September/008649.html b/zarb-ml/mageia-discuss/2012-September/008649.html new file mode 100644 index 000000000..90789e5e1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008649.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Setting up a port forward + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C3500051.QnmWVzEMvJ%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008656.html"> + <LINK REL="Next" HREF="008650.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Setting up a port forward</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C3500051.QnmWVzEMvJ%40localhost%3E" + TITLE="[Mageia-discuss] Setting up a port forward">alien at rmail.be + </A><BR> + <I>Sat Sep 1 00:39:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8649">[ date ]</a> + <a href="thread.html#8649">[ thread ]</a> + <a href="subject.html#8649">[ subject ]</a> + <a href="author.html#8649">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op vrijdag 31 augustus 2012 20:23:02 schreef Anne Wilson: +><i> On 31/08/12 16:28, AL13N wrote: +</I>><i> > Op vrijdag 31 augustus 2012 12:41:37 schreef Anne Wilson: I need to +</I>><i> > set up ssh in such a way that it comes in on a high port, say 5122 +</I>><i> > which is forwarded to 22 - or otherwise to have ssh listen on 5122. +</I>><i> > I assume this is beyond MCC, and will entail editing iptables. This +</I>><i> > is not something I'm familiar with. Can someone please advise me? +</I>><i> > +</I>><i> > Anne +</I>><i> > +</I>><i> > better to put it in shorewall: +</I>><i> > +</I>><i> > use the /etc/shorewall/rules file... on top of the file (and man +</I>><i> > shorewall- rules) is documented... +</I>><i> +</I>><i> I'd love to - but I'm not having much success. After much reading of +</I>><i> man pages (largely gobbledegook if you don't already know it) and +</I>><i> tutorials from +</I>><i> <A HREF="http://runtime.bordeaux.inria.fr/oaumage/oa/Teaching/ARSA_06/Shorewall/">http://runtime.bordeaux.inria.fr/oaumage/oa/Teaching/ARSA_06/Shorewall/</A> +</I>><i> (much +</I>><i> easier to understand) I ended up adding lines like +</I>><i> +</I>><i> DNAT net loc:192.168.0.40 tcp 143 5143 +</I>><i> DNAT net loc:192.168.0.40 tcp 22 5122 +</I>><i> +</I>><i> An attempt to restart seems to imply that I can't forward two +</I>><i> addresses like this, so I assume I'm on the wrong track altogether. +</I>><i> +</I>><i> Before adding those lines I used to get +</I>><i> +</I>><i> ssh: connect to host 192.168.0.40 port 5122: Connection refused +</I>><i> +</I>><i> Now it just hangs. +</I>><i> +</I>><i> Depressing :-( This worked so easily and perfectly with the old, +</I>><i> unreliable LinkSys router. Now I have to find a way to configure it +</I>><i> on local firewalls, and frankly I'm simply not up to it. +</I> +i also saw that DNAT is for port forwarding to another machine in the lan, +while REDIRECT is for port forwarding on the firewall itself + +so: + +#ACTION SRC DST PROTO DPORT SPORT +REDIRECT net 22 tcp 5122 - + +(man page mentions that DEST parameter in case of REDIRECT can be $FW::port, +but can also be only the port where it should be forwarded TO. + +if 192.1680.40 is indeed your shorewall FW ip for that machine. + + +source port is not something you'll be using, almost never used. (your last +column) + +no offense, it seems to me that you're lacking some basic networking and +firewalling knowledge to really understand what you're trying to do. If you +want to learn such things, you could probably read up on the low-low basics of +networking. (often people have middle understanding, but not the low basics, +so they then mash up different things together.) + +in this case, remember the following: + +for tcp/udp, every ip packet has a source ip and dest ip. but also a source +port and a dest port (iow: the dst has an ip and port it listens on; and the +src has an ip and uses a source port to send it from, often in case of TCP, +the reply has everything in reverse, including the ports) + +ex: +192.168.0.50:54134 --> 192.168.0.40:22 (user sends 'echo hello world') +192.168.0.40:22 --> 192.168.0.40:54134 (server sends back 'hello world') +192.168.0.50:54134 --> 192.168.0.40:22 ... + +also, to debug networking issues: tcpdump is a good program for it, you can +see all the traffic that passes through an interface. + +good luck +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8649">[ date ]</a> + <a href="thread.html#8649">[ thread ]</a> + <a href="subject.html#8649">[ subject ]</a> + <a href="author.html#8649">[ 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/2012-September/008650.html b/zarb-ml/mageia-discuss/2012-September/008650.html new file mode 100644 index 000000000..04ab21840 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008650.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! + </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-1%3Fq%3FKristoffer_Grundstr%3DF6m_vill_l%3DE4%3F%3D%0A%20%3D%3Fiso-8859-1%3Fq%3Fgga_till_dig_p%3DE5_Zoosk%21%3F%3D&In-Reply-To=%3C504178C5.6040606%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008649.html"> + <LINK REL="Next" HREF="008651.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk!</H1> + <B>Kristoffer Grundström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Fiso-8859-1%3Fq%3FKristoffer_Grundstr%3DF6m_vill_l%3DE4%3F%3D%0A%20%3D%3Fiso-8859-1%3Fq%3Fgga_till_dig_p%3DE5_Zoosk%21%3F%3D&In-Reply-To=%3C504178C5.6040606%40gmail.com%3E" + TITLE="[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk!">kristoffer.grundstrom1983 at gmail.com + </A><BR> + <I>Sat Sep 1 04:53:57 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8650">[ date ]</a> + <a href="thread.html#8650">[ thread ]</a> + <a href="subject.html#8650">[ subject ]</a> + <a href="author.html#8650">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Johnny A. Solbu skrev 2012-08-31 20:30: +><i> On Friday 31 August 2012 20:20, AL13N wrote: +</I>>><i> maybe we should just unsubcribe people who send these things, if it's an +</I>>><i> error +</I>><i> Oh yea, I forgot to say. I took the liberty to unsubscribed both lists it appeared on, before I fired away my last mail. +</I>><i> +</I>I'd like to apologize for this kind of email to the wrong place. I +didn't uncheck the checkbox before I clicked SEND & I take full +responsibility for it. +I understand if anyone should feel offended by theese emails. It wasn't +my intent to send those to this ML. +Again...... I'm very very sorry. + +It won't happen again since I've deleted the contact from the list in +Zoosk.com + +/Kristoffer +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8650">[ date ]</a> + <a href="thread.html#8650">[ thread ]</a> + <a href="subject.html#8650">[ subject ]</a> + <a href="author.html#8650">[ 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/2012-September/008651.html b/zarb-ml/mageia-discuss/2012-September/008651.html new file mode 100644 index 000000000..302c2a945 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008651.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%09%3D%3Fiso-8859-1%3Fq%3FKristoffer_Grundstr%3DF6m_vill_l%3DE4%3F%3D%0A%09%3D%3Fiso-8859-1%3Fq%3Fgga_till_dig_p%3DE5_Zoosk%21%3F%3D&In-Reply-To=%3C201209010504.57947.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="008650.html"> + <LINK REL="Next" HREF="008652.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk!</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%09%3D%3Fiso-8859-1%3Fq%3FKristoffer_Grundstr%3DF6m_vill_l%3DE4%3F%3D%0A%09%3D%3Fiso-8859-1%3Fq%3Fgga_till_dig_p%3DE5_Zoosk%21%3F%3D&In-Reply-To=%3C201209010504.57947.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk!">cooker at solbu.net + </A><BR> + <I>Sat Sep 1 05:04:57 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI>Next message: <A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8651">[ date ]</a> + <a href="thread.html#8651">[ thread ]</a> + <a href="subject.html#8651">[ subject ]</a> + <a href="author.html#8651">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday 01 September 2012 04:53, Kristoffer Grundström wrote: +><i> It wasn't my intent to send those to this ML. +</I> +No worries. I had a feeling this was a mistake. :-)= + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120901/442b92d2/attachment.asc> +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI>Next message: <A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8651">[ date ]</a> + <a href="thread.html#8651">[ thread ]</a> + <a href="subject.html#8651">[ subject ]</a> + <a href="author.html#8651">[ 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/2012-September/008652.html b/zarb-ml/mageia-discuss/2012-September/008652.html new file mode 100644 index 000000000..9d74c0548 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008652.html @@ -0,0 +1,67 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Where ara the isos for mga3 alpha1? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Where%20ara%20the%20isos%20for%20mga3%20alpha1%3F&In-Reply-To=%3CCA%2Bh4nj7wjSZ5Q8xA_qPeqZuCyMr8an%3D_Y5E6iTx3mbfQob7AZQ%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="008651.html"> + <LINK REL="Next" HREF="008654.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Where ara the isos for mga3 alpha1?</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Where%20ara%20the%20isos%20for%20mga3%20alpha1%3F&In-Reply-To=%3CCA%2Bh4nj7wjSZ5Q8xA_qPeqZuCyMr8an%3D_Y5E6iTx3mbfQob7AZQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Where ara the isos for mga3 alpha1?">molch.b at googlemail.com + </A><BR> + <I>Sat Sep 1 06:22:27 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI>Next message: <A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8652">[ date ]</a> + <a href="thread.html#8652">[ thread ]</a> + <a href="subject.html#8652">[ subject ]</a> + <a href="author.html#8652">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2012/8/31 Luiz Alberto Saba <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">las at transauto.com.br</A>>: +><i> Hi guys +</I>><i> +</I>><i> Where can I find the isos for mga3 alpha1? +</I> +In the future. As announced Alpha is due on Sept 4. + +-- +wobo +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A></li> + <LI>Next message: <A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8652">[ date ]</a> + <a href="thread.html#8652">[ thread ]</a> + <a href="subject.html#8652">[ subject ]</a> + <a href="author.html#8652">[ 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/2012-September/008653.html b/zarb-ml/mageia-discuss/2012-September/008653.html new file mode 100644 index 000000000..c12e7d0ae --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008653.html @@ -0,0 +1,150 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Setting up a port forward + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C5041D118.7090805%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008648.html"> + <LINK REL="Next" HREF="008656.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Setting up a port forward</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C5041D118.7090805%40kde.org%3E" + TITLE="[Mageia-discuss] Setting up a port forward">annew at kde.org + </A><BR> + <I>Sat Sep 1 11:10:48 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8653">[ date ]</a> + <a href="thread.html#8653">[ thread ]</a> + <a href="subject.html#8653">[ subject ]</a> + <a href="author.html#8653">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 31/08/12 23:16, Deri James wrote: +><i> On Friday 31 Aug 2012 22:42:26 Thomas Backlund wrote: +</I>>><i> Why not simply have sshd listen on 2 ports and skip need for +</I>>><i> port forwarding? +</I>>><i> +</I>Thanks, Thomas and Deri. +>><i> +</I>>><i> Just uncomment the "Port 22" line in /etc/ssh/sshd_config and add +</I>>><i> a second line with the second port +</I>>><i> +</I>>><i> so it would look like +</I>>><i> +</I>>><i> Port 22 Port 5122 +</I>>><i> +</I>>><i> and restart sshd +</I>>><i> +</I>>><i> with this all access that expects port 22 will continue to work, +</I>>><i> and you can also access it through the new 5122 port. +</I>>><i> +</I>>><i> Simple and effective, and no portforwarding needed. +</I>>><i> +</I>Done + +><i> And add 5122/tcp to the "Advanced" tab in MCC -> Security -> +</I>><i> Personal Firewall (if you are using a personal firewall). +</I>><i> +</I>Also done + +><i> If the server is accessible from the internet I would recommend +</I>><i> some further changes to sshd_conf. This is what I use (assuming +</I>><i> this is a server for personal use, not with hundreds of users +</I>><i> connecting):- +</I>><i> +</I>><i> ================================================= +</I>><i> +</I>><i> LoginGraceTime 120 +</I> +Was 2m - I assume that is minutes and you gave seconds. Changed it anyway + +><i> PermitRootLogin no +</I>><i> +</I>><i> TCPKeepAlive yes +</I>><i> +</I>Both already set + +><i> AllowUsers ->your user name here<- MaxStartups 2:90:4 +</I>><i> +</I>><i> ================================================== +</I>><i> +</I>><i> The "MaxStartups" parameter deters the script kiddies trying to +</I>><i> guess the password:- +</I>><i> +</I>><i> +</I>><i> MaxStartups ======== +</I>><i> +</I>><i> Specifies the maximum number of concurrent unauthenticated +</I>><i> connections to the SSH daemon. Additional connections will be +</I>><i> dropped until authentication succeeds or the LoginGraceTime expires +</I>><i> for a connection. The default is 10. +</I>><i> +</I>><i> Alternatively, random early drop can be enabled by specifying the +</I>><i> three colon separated values “start:rate:full” (e.g. "10:30:60"). +</I>><i> sshd(8) will refuse connection attempts with a probability of +</I>><i> “rate/100” (30%) if there are currently “start” (10) +</I>><i> unauthenticated connections. The probability increases linearly and +</I>><i> all connection attempts are refused if the number of +</I>><i> unauthenticated connections reaches “full” (60). +</I>><i> +</I>Done. Also fail2ban is installed, which should give another layer of +protection. I've used that for ~3 years, and in that time only seen +3-4 times when it had to work, but work it did :-) + +Unfortunately, after adding the IMAP high port to shorewall and +telling dovecot to listen to that port, I still can't get my Roaming +mail profile to work. I'll have to explore more later today. + +Thanks for the help so far. + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBB0Q8ACgkQj93fyh4cnBcQigCfRwIxl7J7KMPepl+v4uSyW8HU +Ge4An2h/UIKMlrnC/f7b8j0dlyBdT+xE +=TKtn +-----END PGP SIGNATURE----- +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8653">[ date ]</a> + <a href="thread.html#8653">[ thread ]</a> + <a href="subject.html#8653">[ subject ]</a> + <a href="author.html#8653">[ 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/2012-September/008654.html b/zarb-ml/mageia-discuss/2012-September/008654.html new file mode 100644 index 000000000..cd6dd5220 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008654.html @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mageia1 slow boot + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mageia1%20slow%20boot&In-Reply-To=%3C5041F655.4000308%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008652.html"> + <LINK REL="Next" HREF="008655.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mageia1 slow boot</H1> + <B>Tony Blackwell</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mageia1%20slow%20boot&In-Reply-To=%3C5041F655.4000308%40bigpond.com%3E" + TITLE="[Mageia-discuss] mageia1 slow boot">tablackwell at bigpond.com + </A><BR> + <I>Sat Sep 1 13:49:41 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A></li> + <LI>Next message: <A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8654">[ date ]</a> + <a href="thread.html#8654">[ thread ]</a> + <a href="subject.html#8654">[ subject ]</a> + <a href="author.html#8654">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>New HD in laptop, M1 install in one partition, fully updated it on-line, +then changed boot from grub to lilo. Booting now is unusually slow, +building up a slow couple of lines of dots as if still decompressing +stuff like on installation. Eventually boots OK. Ideas on cause/fix? +(and yes, I like lilo, even if the writing is on the wall...) + +Apologies in advance - I might be slow responding re this, 36 hrs plus +plane flights coming up tomorrow... Ideas to try on the plane? +Tony Blackwell +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A></li> + <LI>Next message: <A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8654">[ date ]</a> + <a href="thread.html#8654">[ thread ]</a> + <a href="subject.html#8654">[ subject ]</a> + <a href="author.html#8654">[ 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/2012-September/008655.html b/zarb-ml/mageia-discuss/2012-September/008655.html new file mode 100644 index 000000000..39784f587 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008655.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mageia1 slow boot + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mageia1%20slow%20boot&In-Reply-To=%3C5041F7E4.1000005%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008654.html"> + <LINK REL="Next" HREF="008657.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mageia1 slow boot</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mageia1%20slow%20boot&In-Reply-To=%3C5041F7E4.1000005%40gmail.com%3E" + TITLE="[Mageia-discuss] mageia1 slow boot">eeeemail at gmail.com + </A><BR> + <I>Sat Sep 1 13:56:20 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI>Next message: <A HREF="008657.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8655">[ date ]</a> + <a href="thread.html#8655">[ thread ]</a> + <a href="subject.html#8655">[ subject ]</a> + <a href="author.html#8655">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 01/09/12 12:49, Tony Blackwell wrote: +><i> New HD in laptop, M1 install in one partition, fully updated it on-line, +</I>><i> then changed boot from grub to lilo. Booting now is unusually slow, +</I>><i> building up a slow couple of lines of dots as if still decompressing +</I>><i> stuff like on installation. Eventually boots OK. Ideas on cause/fix? +</I>><i> (and yes, I like lilo, even if the writing is on the wall...) +</I>><i> +</I>><i> Apologies in advance - I might be slow responding re this, 36 hrs plus +</I>><i> plane flights coming up tomorrow... Ideas to try on the plane? +</I>><i> Tony Blackwell +</I> +I would imagine it is probably building dkms kernel modules. It +shouldn't happen every boot though if it is. + +Claire +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI>Next message: <A HREF="008657.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8655">[ date ]</a> + <a href="thread.html#8655">[ thread ]</a> + <a href="subject.html#8655">[ subject ]</a> + <a href="author.html#8655">[ 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/2012-September/008656.html b/zarb-ml/mageia-discuss/2012-September/008656.html new file mode 100644 index 000000000..5ac593cae --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008656.html @@ -0,0 +1,155 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Setting up a port forward + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C504255C4.50702%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008653.html"> + <LINK REL="Next" HREF="008649.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Setting up a port forward</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20a%20port%20forward&In-Reply-To=%3C504255C4.50702%40kde.org%3E" + TITLE="[Mageia-discuss] Setting up a port forward">annew at kde.org + </A><BR> + <I>Sat Sep 1 20:36:52 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8656">[ date ]</a> + <a href="thread.html#8656">[ thread ]</a> + <a href="subject.html#8656">[ subject ]</a> + <a href="author.html#8656">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 01/09/12 10:10, Anne Wilson wrote: +><i> On 31/08/12 23:16, Deri James wrote: +</I>>><i> On Friday 31 Aug 2012 22:42:26 Thomas Backlund wrote: +</I>>>><i> Why not simply have sshd listen on 2 ports and skip need for +</I>>>><i> port forwarding? +</I>>>><i> +</I>><i> Thanks, Thomas and Deri. +</I>>>><i> +</I>>>><i> Just uncomment the "Port 22" line in /etc/ssh/sshd_config and +</I>>>><i> add a second line with the second port +</I>>>><i> +</I>>>><i> so it would look like +</I>>>><i> +</I>>>><i> Port 22 Port 5122 +</I>>>><i> +</I>>>><i> and restart sshd +</I>>>><i> +</I>>>><i> with this all access that expects port 22 will continue to +</I>>>><i> work, and you can also access it through the new 5122 port. +</I>>>><i> +</I>>>><i> Simple and effective, and no portforwarding needed. +</I>>>><i> +</I>><i> Done +</I>><i> +</I>>><i> And add 5122/tcp to the "Advanced" tab in MCC -> Security -> +</I>>><i> Personal Firewall (if you are using a personal firewall). +</I>><i> +</I>><i> Also done +</I>><i> +</I>>><i> If the server is accessible from the internet I would recommend +</I>>><i> some further changes to sshd_conf. This is what I use (assuming +</I>>><i> this is a server for personal use, not with hundreds of users +</I>>><i> connecting):- +</I>><i> +</I>>><i> ================================================= +</I>><i> +</I>>><i> LoginGraceTime 120 +</I>><i> +</I>><i> Was 2m - I assume that is minutes and you gave seconds. Changed +</I>><i> it anyway +</I>><i> +</I>>><i> PermitRootLogin no +</I>><i> +</I>>><i> TCPKeepAlive yes +</I>><i> +</I>><i> Both already set +</I>><i> +</I>>><i> AllowUsers ->your user name here<- MaxStartups 2:90:4 +</I>><i> +</I>>><i> ================================================== +</I>><i> +</I>>><i> The "MaxStartups" parameter deters the script kiddies trying to +</I>>><i> guess the password:- +</I>><i> +</I>><i> +</I>>><i> MaxStartups ======== +</I>><i> +</I>>><i> Specifies the maximum number of concurrent unauthenticated +</I>>><i> connections to the SSH daemon. Additional connections will be +</I>>><i> dropped until authentication succeeds or the LoginGraceTime +</I>>><i> expires for a connection. The default is 10. +</I>><i> +</I>>><i> Alternatively, random early drop can be enabled by specifying the +</I>>><i> three colon separated values “start:rate:full” (e.g. +</I>>><i> "10:30:60"). sshd(8) will refuse connection attempts with a +</I>>><i> probability of “rate/100” (30%) if there are currently “start” +</I>>><i> (10) unauthenticated connections. The probability increases +</I>>><i> linearly and all connection attempts are refused if the number of +</I>>><i> unauthenticated connections reaches “full” (60). +</I>><i> +</I>><i> Done. Also fail2ban is installed, which should give another layer +</I>><i> of protection. I've used that for ~3 years, and in that time only +</I>><i> seen 3-4 times when it had to work, but work it did :-) +</I>><i> +</I>><i> Unfortunately, after adding the IMAP high port to shorewall and +</I>><i> telling dovecot to listen to that port, I still can't get my +</I>><i> Roaming mail profile to work. I'll have to explore more later +</I>><i> today. +</I>><i> +</I>><i> Thanks for the help so far. +</I>><i> +</I>Just to confirm - the IMAP forwarding still isn't working, so I have to +explore further on that but ssh is working. + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBCVboACgkQj93fyh4cnBdWygCfe8BAki5aJnUk4RtqNHTrZvFH +N5wAnR/lxpt0xKsX2+kbZ+ITtcbwwdsT +=Nv9n +-----END PGP SIGNATURE----- +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI>Next message: <A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8656">[ date ]</a> + <a href="thread.html#8656">[ thread ]</a> + <a href="subject.html#8656">[ subject ]</a> + <a href="author.html#8656">[ 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/2012-September/008657.html b/zarb-ml/mageia-discuss/2012-September/008657.html new file mode 100644 index 000000000..c80cf7962 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008657.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5042F7E2.8000904%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008655.html"> + <LINK REL="Next" HREF="008658.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5042F7E2.8000904%40bigpond.com%3E" + TITLE="[Mageia-discuss] Playing flv files">phil_lor at bigpond.com + </A><BR> + <I>Sun Sep 2 08:08:34 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI>Next message: <A HREF="008658.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8657">[ date ]</a> + <a href="thread.html#8657">[ thread ]</a> + <a href="subject.html#8657">[ subject ]</a> + <a href="author.html#8657">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Thank you for reading this. + +Someone recently asked a question about this very topic but the answer +didn't help me. + +I have always been able to play flv files, with various players, until +Mageia 2. For example, this is the error that VLC generates: + +VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +[0x841e920] main libvlc: Running vlc with the default interface. Use +'cvlc' to use vlc without interface. +[0x84692d8] qt4 interface error: Unable to load extensions module + +I tried cvlc and although it didn't generate an error message it also +didn't seem do anything either. + +The "extension module" seems like a likely place to start but I cannot +see anything useful in MCC. Can anyone help? + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A></li> + <LI>Next message: <A HREF="008658.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8657">[ date ]</a> + <a href="thread.html#8657">[ thread ]</a> + <a href="subject.html#8657">[ subject ]</a> + <a href="author.html#8657">[ 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/2012-September/008658.html b/zarb-ml/mageia-discuss/2012-September/008658.html new file mode 100644 index 000000000..51a715f61 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008658.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C50430AAE.1040904%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008657.html"> + <LINK REL="Next" HREF="008660.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Len Lawrence</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C50430AAE.1040904%40gmail.com%3E" + TITLE="[Mageia-discuss] Playing flv files">tarazed25 at gmail.com + </A><BR> + <I>Sun Sep 2 09:28:46 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008657.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008660.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8658">[ date ]</a> + <a href="thread.html#8658">[ thread ]</a> + <a href="subject.html#8658">[ subject ]</a> + <a href="author.html#8658">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 07:08, Phil wrote: +><i> Thank you for reading this. +</I>><i> +</I>><i> Someone recently asked a question about this very topic but the answer +</I>><i> didn't help me. +</I>><i> +</I>><i> I have always been able to play flv files, with various players, until +</I>><i> Mageia 2. For example, this is the error that VLC generates: +</I>><i> +</I>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>><i> 'cvlc' to use vlc without interface. +</I>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>><i> +</I>><i> I tried cvlc and although it didn't generate an error message it also +</I>><i> didn't seem do anything either. +</I>><i> +</I>><i> The "extension module" seems like a likely place to start but I cannot +</I>><i> see anything useful in MCC. Can anyone help? +</I>><i> +</I>I have seen this in the past. Cannot remember what the fix was. + +cvlc works for me. + +Poking around on the Ubuntu forums I saw this suggestion to get vlc +going after a different problem: + +rm -rf ~/.config/vlc + +On my system that directory contains a qt4 configuration file. +Restarting vlc might regenerate the contents and might help with the +missing module problem - shooting in the dark here though. + +And, if you want to use skins, remember to install svlc. + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008657.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008660.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8658">[ date ]</a> + <a href="thread.html#8658">[ thread ]</a> + <a href="subject.html#8658">[ subject ]</a> + <a href="author.html#8658">[ 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/2012-September/008659.html b/zarb-ml/mageia-discuss/2012-September/008659.html new file mode 100644 index 000000000..a8ff31af3 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008659.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5043103E.3060409%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008663.html"> + <LINK REL="Next" HREF="008661.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Len Lawrence</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5043103E.3060409%40gmail.com%3E" + TITLE="[Mageia-discuss] Playing flv files">tarazed25 at gmail.com + </A><BR> + <I>Sun Sep 2 09:52:30 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A></li> + <LI>Next message: <A HREF="008661.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8659">[ date ]</a> + <a href="thread.html#8659">[ thread ]</a> + <a href="subject.html#8659">[ subject ]</a> + <a href="author.html#8659">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 07:08, Phil wrote: +><i> Thank you for reading this. +</I>><i> +</I>><i> Someone recently asked a question about this very topic but the answer +</I>><i> didn't help me. +</I>><i> +</I>><i> I have always been able to play flv files, with various players, until +</I>><i> Mageia 2. For example, this is the error that VLC generates: +</I>><i> +</I>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>><i> 'cvlc' to use vlc without interface. +</I>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>><i> +</I>><i> I tried cvlc and although it didn't generate an error message it also +</I>><i> didn't seem do anything either. +</I>><i> +</I>><i> The "extension module" seems like a likely place to start but I cannot +</I>><i> see anything useful in MCC. Can anyone help? +</I>><i> +</I>Further to the vlc question; these are the components installed on my +system: + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">lcl at belexeuli</A> ~]$ rpm -qa | grep vlc +vlc-plugin-pulse-2.0.1-1.mga2.tainted +lib64vlc5-2.0.1-1.mga2.tainted +vlc-plugin-theora-2.0.1-1.mga2.tainted +vlc-plugin-common-2.0.1-1.mga2.tainted +svlc-2.0.1-1.mga2.tainted +vlc-2.0.1-1.mga2.tainted +lib64vlccore5-2.0.1-1.mga2.tainted + + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A></li> + <LI>Next message: <A HREF="008661.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8659">[ date ]</a> + <a href="thread.html#8659">[ thread ]</a> + <a href="subject.html#8659">[ subject ]</a> + <a href="author.html#8659">[ 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/2012-September/008660.html b/zarb-ml/mageia-discuss/2012-September/008660.html new file mode 100644 index 000000000..646f02170 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008660.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C504315EB.9070306%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008658.html"> + <LINK REL="Next" HREF="008663.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C504315EB.9070306%40bigpond.com%3E" + TITLE="[Mageia-discuss] Playing flv files">phil_lor at bigpond.com + </A><BR> + <I>Sun Sep 2 10:16:43 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008658.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8660">[ date ]</a> + <a href="thread.html#8660">[ thread ]</a> + <a href="subject.html#8660">[ subject ]</a> + <a href="author.html#8660">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 17:28, Len Lawrence wrote: +><i> On 02/09/12 07:08, Phil wrote: +</I>>><i> Thank you for reading this. +</I>>><i> +</I>>><i> Someone recently asked a question about this very topic but the answer +</I>>><i> didn't help me. +</I>>><i> +</I>>><i> I have always been able to play flv files, with various players, until +</I>>><i> Mageia 2. For example, this is the error that VLC generates: +</I>>><i> +</I>>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>>><i> 'cvlc' to use vlc without interface. +</I>>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>>><i> +</I>>><i> I tried cvlc and although it didn't generate an error message it also +</I>>><i> didn't seem do anything either. +</I>>><i> +</I>>><i> The "extension module" seems like a likely place to start but I cannot +</I>>><i> see anything useful in MCC. Can anyone help? +</I>>><i> +</I>><i> I have seen this in the past. Cannot remember what the fix was. +</I>><i> +</I>><i> cvlc works for me. +</I>><i> +</I>><i> Poking around on the Ubuntu forums I saw this suggestion to get vlc +</I>><i> going after a different problem: +</I>><i> +</I>><i> rm -rf ~/.config/vlc +</I> +I don't have such a file, I wonder if that's the problem? + +><i> +</I>><i> On my system that directory contains a qt4 configuration file. +</I>><i> Restarting vlc might regenerate the contents and might help with the +</I>><i> missing module problem - shooting in the dark here though. +</I>><i> +</I>><i> And, if you want to use skins, remember to install svlc. +</I>><i> +</I> +The name of the video flashes on the play window briefly but nothing +else happens. There aren't any error messages. + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008658.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8660">[ date ]</a> + <a href="thread.html#8660">[ thread ]</a> + <a href="subject.html#8660">[ subject ]</a> + <a href="author.html#8660">[ 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/2012-September/008661.html b/zarb-ml/mageia-discuss/2012-September/008661.html new file mode 100644 index 000000000..b3740095d --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008661.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C50431670.8050202%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008659.html"> + <LINK REL="Next" HREF="008662.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C50431670.8050202%40bigpond.com%3E" + TITLE="[Mageia-discuss] Playing flv files">phil_lor at bigpond.com + </A><BR> + <I>Sun Sep 2 10:18:56 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008659.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8661">[ date ]</a> + <a href="thread.html#8661">[ thread ]</a> + <a href="subject.html#8661">[ subject ]</a> + <a href="author.html#8661">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 17:52, Len Lawrence wrote: +><i> On 02/09/12 07:08, Phil wrote: +</I>>><i> Thank you for reading this. +</I>>><i> +</I>>><i> Someone recently asked a question about this very topic but the answer +</I>>><i> didn't help me. +</I>>><i> +</I>>><i> I have always been able to play flv files, with various players, until +</I>>><i> Mageia 2. For example, this is the error that VLC generates: +</I>>><i> +</I>>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>>><i> 'cvlc' to use vlc without interface. +</I>>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>>><i> +</I>>><i> I tried cvlc and although it didn't generate an error message it also +</I>>><i> didn't seem do anything either. +</I>>><i> +</I>>><i> The "extension module" seems like a likely place to start but I cannot +</I>>><i> see anything useful in MCC. Can anyone help? +</I>>><i> +</I>><i> Further to the vlc question; these are the components installed on my +</I>><i> system: +</I>><i> +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">lcl at belexeuli</A> ~]$ rpm -qa | grep vlc +</I>><i> vlc-plugin-pulse-2.0.1-1.mga2.tainted +</I>><i> lib64vlc5-2.0.1-1.mga2.tainted +</I>><i> vlc-plugin-theora-2.0.1-1.mga2.tainted +</I>><i> vlc-plugin-common-2.0.1-1.mga2.tainted +</I>><i> svlc-2.0.1-1.mga2.tainted +</I>><i> vlc-2.0.1-1.mga2.tainted +</I>><i> lib64vlccore5-2.0.1-1.mga2.tainted +</I>><i> +</I> +I have all of those files Len except the lib64 files. Probably because I +have a 32 bit system. + +I continue poking around. + +-- +Regards, +Phil +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008659.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8661">[ date ]</a> + <a href="thread.html#8661">[ thread ]</a> + <a href="subject.html#8661">[ subject ]</a> + <a href="author.html#8661">[ 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/2012-September/008662.html b/zarb-ml/mageia-discuss/2012-September/008662.html new file mode 100644 index 000000000..b28b1288b --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008662.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files - solved + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files%20-%20solved&In-Reply-To=%3C50432139.8010809%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008661.html"> + <LINK REL="Next" HREF="008671.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files - solved</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files%20-%20solved&In-Reply-To=%3C50432139.8010809%40bigpond.com%3E" + TITLE="[Mageia-discuss] Playing flv files - solved">phil_lor at bigpond.com + </A><BR> + <I>Sun Sep 2 11:04:57 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008661.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008671.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8662">[ date ]</a> + <a href="thread.html#8662">[ thread ]</a> + <a href="subject.html#8662">[ subject ]</a> + <a href="author.html#8662">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 17:52, Len Lawrence wrote: +><i> On 02/09/12 07:08, Phil wrote: +</I>>><i> Thank you for reading this. +</I>>><i> +</I>>><i> Someone recently asked a question about this very topic but the answer +</I>>><i> didn't help me. +</I>>><i> +</I>>><i> I have always been able to play flv files, with various players, until +</I>>><i> Mageia 2. For example, this is the error that VLC generates: +</I>>><i> +</I> + +I noticed that older video clips that I had downloaded from youtube +played but newer ones don't. So I reasoned that there must be a problem +with the down-loader and not the player, which was the case. + +I have been using a Firefox plug-in called "Download helper" for several +years without any problems. It still downloads but not correctly, +apparently, because I can no longer convert files with ffmpeg. + +Anyway, I now use "Flash video down loader" which works perfectly. + +-- +Regards, +Phil +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008661.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008671.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8662">[ date ]</a> + <a href="thread.html#8662">[ thread ]</a> + <a href="subject.html#8662">[ subject ]</a> + <a href="author.html#8662">[ 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/2012-September/008663.html b/zarb-ml/mageia-discuss/2012-September/008663.html new file mode 100644 index 000000000..11374138e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008663.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files - correction + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files%20-%20correction&In-Reply-To=%3C50431940.7030303%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008660.html"> + <LINK REL="Next" HREF="008659.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files - correction</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files%20-%20correction&In-Reply-To=%3C50431940.7030303%40bigpond.com%3E" + TITLE="[Mageia-discuss] Playing flv files - correction">phil_lor at bigpond.com + </A><BR> + <I>Sun Sep 2 10:30:56 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008660.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008659.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8663">[ date ]</a> + <a href="thread.html#8663">[ thread ]</a> + <a href="subject.html#8663">[ subject ]</a> + <a href="author.html#8663">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/09/12 17:28, Len Lawrence wrote: +><i> On 02/09/12 07:08, Phil wrote: +</I>>><i> Thank you for reading this. +</I>>><i> +</I>>><i> Someone recently asked a question about this very topic but the answer +</I>>><i> didn't help me. +</I>>><i> +</I>>><i> I have always been able to play flv files, with various players, until +</I>>><i> Mageia 2. For example, this is the error that VLC generates: +</I>>><i> +</I>>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>>><i> 'cvlc' to use vlc without interface. +</I>>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>>><i> +</I>>><i> I tried cvlc and although it didn't generate an error message it also +</I>>><i> didn't seem do anything either. +</I>>><i> +</I>>><i> The "extension module" seems like a likely place to start but I cannot +</I>>><i> see anything useful in MCC. Can anyone help? +</I>>><i> +</I>><i> I have seen this in the past. Cannot remember what the fix was. +</I>><i> +</I>><i> cvlc works for me. +</I>><i> +</I>><i> Poking around on the Ubuntu forums I saw this suggestion to get vlc +</I>><i> going after a different problem: +</I>><i> +</I>><i> rm -rf ~/.config/vlc +</I> +I do have that directory. I deleted it an ran vlc and svlc, neither +worked, and the directory was recreated. + +-- +Regards, +Phil +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008660.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008659.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8663">[ date ]</a> + <a href="thread.html#8663">[ thread ]</a> + <a href="subject.html#8663">[ subject ]</a> + <a href="author.html#8663">[ 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/2012-September/008664.html b/zarb-ml/mageia-discuss/2012-September/008664.html new file mode 100644 index 000000000..bf09ab07e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008664.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck1vgtm%24ocr%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="008672.html"> + <LINK REL="Next" HREF="008665.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck1vgtm%24ocr%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Mageia PVR">marc at marcpare.com + </A><BR> + <I>Sun Sep 2 13:45:55 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008672.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8664">[ date ]</a> + <a href="thread.html#8664">[ thread ]</a> + <a href="subject.html#8664">[ subject ]</a> + <a href="author.html#8664">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>My wife would like a PVR. I was wondering if anyone was using Mageia to +run as a PVR? I was planning on using MythTV. + +I have a spare box that I am planning to use with a terabyte drive + +another 160gig drive. I am hoping to stream programs over our house lan +to another 4 Mageia computer boxes. Our house is wired with ethernet !Gig. + +Any suggestions would help. + +Cheers, + +Marc + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008672.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8664">[ date ]</a> + <a href="thread.html#8664">[ thread ]</a> + <a href="subject.html#8664">[ subject ]</a> + <a href="author.html#8664">[ 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/2012-September/008665.html b/zarb-ml/mageia-discuss/2012-September/008665.html new file mode 100644 index 000000000..4b47fa2ec --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008665.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Csig.259221123b.50434871.5040506%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008664.html"> + <LINK REL="Next" HREF="008666.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Csig.259221123b.50434871.5040506%40drdos.info%3E" + TITLE="[Mageia-discuss] Mageia PVR">support at drdos.info + </A><BR> + <I>Sun Sep 2 13:52:17 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8665">[ date ]</a> + <a href="thread.html#8665">[ thread ]</a> + <a href="subject.html#8665">[ subject ]</a> + <a href="author.html#8665">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Marc Paré wrote: +><i> My wife would like a PVR. I was wondering if anyone was using Mageia +</I>><i> to run as a PVR? I was planning on using MythTV. +</I> +I'm using Mageia 1 for my MythTV setup along with my mother's. + +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="008664.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8665">[ date ]</a> + <a href="thread.html#8665">[ thread ]</a> + <a href="subject.html#8665">[ subject ]</a> + <a href="author.html#8665">[ 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/2012-September/008666.html b/zarb-ml/mageia-discuss/2012-September/008666.html new file mode 100644 index 000000000..c8df7ecc7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008666.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C50434A1D.5080800%40earthlink.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008665.html"> + <LINK REL="Next" HREF="008668.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>ed</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C50434A1D.5080800%40earthlink.net%3E" + TITLE="[Mageia-discuss] Mageia PVR">etharp at earthlink.net + </A><BR> + <I>Sun Sep 2 13:59:25 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8666">[ date ]</a> + <a href="thread.html#8666">[ thread ]</a> + <a href="subject.html#8666">[ subject ]</a> + <a href="author.html#8666">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/02/2012 07:45 AM, Marc Paré wrote: +><i> My wife would like a PVR. I was wondering if anyone was using Mageia +</I>><i> to run as a PVR? I was planning on using MythTV. +</I>><i> +</I>><i> I have a spare box that I am planning to use with a terabyte drive + +</I>><i> another 160gig drive. I am hoping to stream programs over our house +</I>><i> lan to another 4 Mageia computer boxes. Our house is wired with +</I>><i> ethernet !Gig. +</I>><i> +</I>><i> Any suggestions would help. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I>I would say first, we make sure we can walk before we try and run, so,,, +How much experience do you have getting your video capture/tv tuner card +to work in your location? +Once you get something like xawtv working and good TV signal, (and you +know where the capture card is located , like /dev/video/video0 or +/dev/vid1) then the setup for mythTV is not too bad, but like most +hardware, it is important to be sure your capture card is comparable +with your current Linux kernels . + +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8666">[ date ]</a> + <a href="thread.html#8666">[ thread ]</a> + <a href="subject.html#8666">[ subject ]</a> + <a href="author.html#8666">[ 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/2012-September/008667.html b/zarb-ml/mageia-discuss/2012-September/008667.html new file mode 100644 index 000000000..223c79f09 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008667.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%09Newbie%20How-to%20feature&In-Reply-To=%3C50435F60.2030402%40alice.it%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008692.html"> + <LINK REL="Next" HREF="008669.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature</H1> + <B>Marcello</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%09Newbie%20How-to%20feature&In-Reply-To=%3C50435F60.2030402%40alice.it%3E" + TITLE="[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature">marcello.anni at alice.it + </A><BR> + <I>Sun Sep 2 15:30:08 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8667">[ date ]</a> + <a href="thread.html#8667">[ thread ]</a> + <a href="subject.html#8667">[ subject ]</a> + <a href="author.html#8667">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi all, + +i've proposed this feature for mageia 3: + +<A HREF="https://wiki.mageia.org/en/NewbieHow-To">https://wiki.mageia.org/en/NewbieHow-To</A> + +<A HREF="https://qa.mandriva.com/attachment.cgi?id=17504">https://qa.mandriva.com/attachment.cgi?id=17504</A> (mockup) + +i would like to implement it, but i don't have technical skills to +develop the plasmoid. is there anyone who wants to volunteer to develop +it? i can write the documentation (together with doc team). thanks + + +cheers, +Marcello +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8667">[ date ]</a> + <a href="thread.html#8667">[ thread ]</a> + <a href="subject.html#8667">[ subject ]</a> + <a href="author.html#8667">[ 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/2012-September/008668.html b/zarb-ml/mageia-discuss/2012-September/008668.html new file mode 100644 index 000000000..f5798ec79 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008668.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C50436C69.3080903%40free.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008666.html"> + <LINK REL="Next" HREF="008675.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>jpbfree</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C50436C69.3080903%40free.fr%3E" + TITLE="[Mageia-discuss] Mageia PVR">jpierre.benoit at free.fr + </A><BR> + <I>Sun Sep 2 16:25:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8668">[ date ]</a> + <a href="thread.html#8668">[ thread ]</a> + <a href="subject.html#8668">[ subject ]</a> + <a href="author.html#8668">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 02/09/2012 13:45, Marc Paré a écrit : +><i> My wife would like a PVR. I was wondering if anyone was using Mageia +</I>><i> to run as a PVR? I was planning on using MythTV. +</I>><i> +</I>><i> I have a spare box that I am planning to use with a terabyte drive + +</I>><i> another 160gig drive. I am hoping to stream programs over our house +</I>><i> lan to another 4 Mageia computer boxes. Our house is wired with +</I>><i> ethernet !Gig. +</I>><i> +</I>><i> Any suggestions would help. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I>Can't help with the video part, but I now testing "mediatomb" (installed +under mga2 XC68-64) on the home server to stream audio and video and to +share pictures; works fine on the private lan with upnp Win$ and mga +clients (tested with vlc and other OS media player). + +JPB +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8668">[ date ]</a> + <a href="thread.html#8668">[ thread ]</a> + <a href="subject.html#8668">[ subject ]</a> + <a href="author.html#8668">[ 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/2012-September/008669.html b/zarb-ml/mageia-discuss/2012-September/008669.html new file mode 100644 index 000000000..8cf3ef6d2 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008669.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%20Newbie%20How-to%20feature&In-Reply-To=%3C20120902182644.761f4af0%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008667.html"> + <LINK REL="Next" HREF="008678.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%20Newbie%20How-to%20feature&In-Reply-To=%3C20120902182644.761f4af0%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature">shlomif at shlomifish.org + </A><BR> + <I>Sun Sep 2 17:26:44 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8669">[ date ]</a> + <a href="thread.html#8669">[ thread ]</a> + <a href="subject.html#8669">[ subject ]</a> + <a href="author.html#8669">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Marcello, + +On Sun, 02 Sep 2012 15:30:08 +0200 +Marcello <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marcello.anni at alice.it</A>> wrote: + +><i> Hi all, +</I>><i> +</I>><i> i've proposed this feature for mageia 3: +</I>><i> +</I>><i> <A HREF="https://wiki.mageia.org/en/NewbieHow-To">https://wiki.mageia.org/en/NewbieHow-To</A> +</I>><i> +</I>><i> <A HREF="https://qa.mandriva.com/attachment.cgi?id=17504">https://qa.mandriva.com/attachment.cgi?id=17504</A> (mockup) +</I>><i> +</I>><i> i would like to implement it, but i don't have technical skills to +</I>><i> develop the plasmoid. is there anyone who wants to volunteer to +</I>><i> develop it? i can write the documentation (together with doc team). +</I>><i> thanks +</I>><i> +</I> +Why not simply implement this HOWTO as a shortcut on the desktop (an icon) +which would link to an HTML page on the hard disk or on an Internet web site? +Or am I missing something? + +Regards, + + Shlomi Fish + +><i> +</I>><i> cheers, +</I>><i> Marcello +</I> + + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +My Aphorisms - <A HREF="http://www.shlomifish.org/humour.html">http://www.shlomifish.org/humour.html</A> + +Chuck Norris wrote a complete Perl 6 implementation in a day, but then +destroyed all evidence with his bare hands, so no‐one will know his secrets. + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8669">[ date ]</a> + <a href="thread.html#8669">[ thread ]</a> + <a href="subject.html#8669">[ subject ]</a> + <a href="author.html#8669">[ 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/2012-September/008670.html b/zarb-ml/mageia-discuss/2012-September/008670.html new file mode 100644 index 000000000..35483c155 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008670.html @@ -0,0 +1,67 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF 15 and TB 15 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%2015%20and%20TB%2015&In-Reply-To=%3C504384B8.8060507%40sebastienchopin.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008678.html"> + <LINK REL="Next" HREF="008673.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF 15 and TB 15</H1> + <B>Chopin Sébastien</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%2015%20and%20TB%2015&In-Reply-To=%3C504384B8.8060507%40sebastienchopin.fr%3E" + TITLE="[Mageia-discuss] FF 15 and TB 15">contact at sebastienchopin.fr + </A><BR> + <I>Sun Sep 2 18:09:28 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8670">[ date ]</a> + <a href="thread.html#8670">[ thread ]</a> + <a href="subject.html#8670">[ subject ]</a> + <a href="author.html#8670">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +Is it possible to have Firefox 15 and Thunderbird 15 in update media ? + +Sébastien +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8670">[ date ]</a> + <a href="thread.html#8670">[ thread ]</a> + <a href="subject.html#8670">[ subject ]</a> + <a href="author.html#8670">[ 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/2012-September/008671.html b/zarb-ml/mageia-discuss/2012-September/008671.html new file mode 100644 index 000000000..7bb03efa9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008671.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3CCAFZT4010HdWCHEVEF3HH05GXimBp2zdRPMVBzo7wUity699OTg%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="008662.html"> + <LINK REL="Next" HREF="008672.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Julia Jumeau</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3CCAFZT4010HdWCHEVEF3HH05GXimBp2zdRPMVBzo7wUity699OTg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Playing flv files">julia.jumeau at orange.fr + </A><BR> + <I>Sun Sep 2 18:24:36 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A></li> + <LI>Next message: <A HREF="008672.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8671">[ date ]</a> + <a href="thread.html#8671">[ thread ]</a> + <a href="subject.html#8671">[ subject ]</a> + <a href="author.html#8671">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2012/9/2 Len Lawrence <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">tarazed25 at gmail.com</A>> + +><i> On 02/09/12 07:08, Phil wrote: +</I>><i> +</I>>><i> Thank you for reading this. +</I>>><i> +</I>>><i> Someone recently asked a question about this very topic but the answer +</I>>><i> didn't help me. +</I>>><i> +</I>>><i> I have always been able to play flv files, with various players, until +</I>>><i> Mageia 2. For example, this is the error that VLC generates: +</I>>><i> +</I>>><i> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) +</I>>><i> [0x841e920] main libvlc: Running vlc with the default interface. Use +</I>>><i> 'cvlc' to use vlc without interface. +</I>>><i> [0x84692d8] qt4 interface error: Unable to load extensions module +</I>>><i> +</I>>><i> I tried cvlc and although it didn't generate an error message it also +</I>>><i> didn't seem do anything either. +</I>>><i> +</I>>><i> The "extension module" seems like a likely place to start but I cannot +</I>>><i> see anything useful in MCC. Can anyone help? +</I>>><i> +</I>>><i> Further to the vlc question; these are the components installed on my +</I>><i> system: +</I>><i> +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">lcl at belexeuli</A> ~]$ rpm -qa | grep vlc +</I>><i> vlc-plugin-pulse-2.0.1-1.mga2.**tainted +</I>><i> lib64vlc5-2.0.1-1.mga2.tainted +</I>><i> vlc-plugin-theora-2.0.1-1.**mga2.tainted +</I>><i> vlc-plugin-common-2.0.1-1.**mga2.tainted +</I>><i> svlc-2.0.1-1.mga2.tainted +</I>><i> vlc-2.0.1-1.mga2.tainted +</I>><i> lib64vlccore5-2.0.1-1.mga2.**tainted +</I>><i> +</I>><i> +</I>><i> +</I>You may have to delete your vlc files (being root, type urpme vlc) : +<A HREF="https://wiki.mageia.org/en/URPMI">https://wiki.mageia.org/en/URPMI</A> + + and add the vlc you can get from the tainted deposit + +friendly +-- +Julia Jumeau +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120902/1d0d81a9/attachment-0001.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A></li> + <LI>Next message: <A HREF="008672.html">[Mageia-discuss] Playing flv files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8671">[ date ]</a> + <a href="thread.html#8671">[ thread ]</a> + <a href="subject.html#8671">[ subject ]</a> + <a href="author.html#8671">[ 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/2012-September/008672.html b/zarb-ml/mageia-discuss/2012-September/008672.html new file mode 100644 index 000000000..12f6a900a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008672.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Playing flv files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5043ACE7.6080901%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008671.html"> + <LINK REL="Next" HREF="008664.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Playing flv files</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Playing%20flv%20files&In-Reply-To=%3C5043ACE7.6080901%40kde.org%3E" + TITLE="[Mageia-discuss] Playing flv files">annew at kde.org + </A><BR> + <I>Sun Sep 2 21:00:55 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008671.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8672">[ date ]</a> + <a href="thread.html#8672">[ thread ]</a> + <a href="subject.html#8672">[ subject ]</a> + <a href="author.html#8672">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 02/09/12 07:08, Phil wrote: +><i> Someone recently asked a question about this very topic but the +</I>><i> answer didn't help me. +</I> +I think it was my question that you remember. Someone did confirm my +feeling that VLC should play the file in question, but it failed. +Eventually I found that the person who sent it to me (via a cloud +upload) also couldn't play the file, even though his original was +still fine, so maybe "the cloud" had rained on it :-) + +Other than making sure you have the tainted sources enabled so that it +can get the required codecs, I can't suggest anything else, sorry. + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBDrOUACgkQj93fyh4cnBdZ4wCfcJUwWnyUZPhrdnaLgsI99PbY +DlMAn22852+cBqP3L7IBwlGd/IHz5YQI +=/EUO +-----END PGP SIGNATURE----- +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008671.html">[Mageia-discuss] Playing flv files +</A></li> + <LI>Next message: <A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8672">[ date ]</a> + <a href="thread.html#8672">[ thread ]</a> + <a href="subject.html#8672">[ subject ]</a> + <a href="author.html#8672">[ 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/2012-September/008673.html b/zarb-ml/mageia-discuss/2012-September/008673.html new file mode 100644 index 000000000..c207ae6e6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008673.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF 15 and TB 15 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%2015%20and%20TB%2015&In-Reply-To=%3Ck20b5c%24rhs%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="008670.html"> + <LINK REL="Next" HREF="008674.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF 15 and TB 15</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%2015%20and%20TB%2015&In-Reply-To=%3Ck20b5c%24rhs%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] FF 15 and TB 15">marc at marcpare.com + </A><BR> + <I>Sun Sep 2 21:13:46 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI>Next message: <A HREF="008674.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8673">[ date ]</a> + <a href="thread.html#8673">[ thread ]</a> + <a href="subject.html#8673">[ subject ]</a> + <a href="author.html#8673">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Bonjour Sébastien, + +Le 2012-09-02 12:09, Chopin Sébastien a écrit : +><i> Hello, +</I>><i> +</I>><i> Is it possible to have Firefox 15 and Thunderbird 15 in update media ? +</I>><i> +</I>><i> Sébastien +</I>><i> +</I> +Yes, just download both software into their own folders and start them +from their folders. If you do this, then I would suggest you remove the +Mageia version off your machine through the MCC -- this will stop you +from starting the Mageia version which will confuse you. + +HOWEVER, be warned that if you do this, you can sometimes run into +dependency problems. This is why our great Mageia devs use the Firefox +ESR and Thunderbird ESR versions (Extended Support Release)[1] which are +official corporate versions of these packages. There are fewer upgrades +but ALL security patches are sent in from Mozilla AND our Mageia devs +make sure that all dependencies/bugs are covered/fixed properly. + +IMO, it is safer to use the Mageia version than the latest from Mozilla. + +NOTE: I am not a Mageia dev. + +Cheers, + +Marc + +[1] +<A HREF="http://blog.mozilla.org/blog/2012/01/10/delivering-a-mozilla-firefox-extended-support-release/">http://blog.mozilla.org/blog/2012/01/10/delivering-a-mozilla-firefox-extended-support-release/</A> + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI>Next message: <A HREF="008674.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8673">[ date ]</a> + <a href="thread.html#8673">[ thread ]</a> + <a href="subject.html#8673">[ subject ]</a> + <a href="author.html#8673">[ 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/2012-September/008674.html b/zarb-ml/mageia-discuss/2012-September/008674.html new file mode 100644 index 000000000..354c9f06a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008674.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck20bbv%24t24%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="008673.html"> + <LINK REL="Next" HREF="008676.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck20bbv%24t24%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] TV Cards">marc at marcpare.com + </A><BR> + <I>Sun Sep 2 21:17:18 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI>Next message: <A HREF="008676.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8674">[ date ]</a> + <a href="thread.html#8674">[ thread ]</a> + <a href="subject.html#8674">[ subject ]</a> + <a href="author.html#8674">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I am mounting a Mageia PVR system. + +Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 cards +in and I am getting a "PCI device ... unknown header type 7f, ignoring +device ..." warning. + +I was hoping to PVR 2-3 programmes at the same time. + +Cheers, + +Marc + + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI>Next message: <A HREF="008676.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8674">[ date ]</a> + <a href="thread.html#8674">[ thread ]</a> + <a href="subject.html#8674">[ subject ]</a> + <a href="author.html#8674">[ 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/2012-September/008675.html b/zarb-ml/mageia-discuss/2012-September/008675.html new file mode 100644 index 000000000..230c3c884 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008675.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C1945338.WCfZSXVVDA%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008668.html"> + <LINK REL="Next" HREF="008693.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3C1945338.WCfZSXVVDA%40localhost%3E" + TITLE="[Mageia-discuss] Mageia PVR">alien at rmail.be + </A><BR> + <I>Sun Sep 2 21:39:56 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8675">[ date ]</a> + <a href="thread.html#8675">[ thread ]</a> + <a href="subject.html#8675">[ subject ]</a> + <a href="author.html#8675">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op zondag 2 september 2012 07:45:55 schreef Marc Paré: +><i> My wife would like a PVR. I was wondering if anyone was using Mageia to +</I>><i> run as a PVR? I was planning on using MythTV. +</I>><i> +</I>><i> I have a spare box that I am planning to use with a terabyte drive + +</I>><i> another 160gig drive. I am hoping to stream programs over our house lan +</I>><i> to another 4 Mageia computer boxes. Our house is wired with ethernet !Gig. +</I>><i> +</I>><i> Any suggestions would help. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I> +i have a mediabox diskless that i'm booting via PXE and uses nfs mount over +gigabit networking, the files to be played are also on nfs mounts and thus are +played over networking as well... + +i've been able to play a full HD (real 1080p non interlaced!) complete movie +without any glitch whatsoever (i only have one such movie) + +so, i've installed the basesystem and task-kde4 as if it were a chroot in that +dir where the nfs mount point points to. + +then i made the PXE work to boot the system. then i just have autologin to a +complete KDE, with the bar hidden, put a clock on the background and put in +four big buttons (plasma-launchbutton) with some icons on it and linked to 4 +apps: DVD + video + music + tv + +then i bought a wiimote and bluetooth receiver, and i use the wiimote to point +and click, apparently no sensor bar is needed, if you have any type of light +source, candle, lightbulb or spots, it all works. +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8675">[ date ]</a> + <a href="thread.html#8675">[ thread ]</a> + <a href="subject.html#8675">[ subject ]</a> + <a href="author.html#8675">[ 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/2012-September/008676.html b/zarb-ml/mageia-discuss/2012-September/008676.html new file mode 100644 index 000000000..9b2529908 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008676.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5249249.fIm0b5O6v2%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008674.html"> + <LINK REL="Next" HREF="008677.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5249249.fIm0b5O6v2%40localhost%3E" + TITLE="[Mageia-discuss] TV Cards">alien at rmail.be + </A><BR> + <I>Sun Sep 2 21:42:37 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008674.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008677.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8676">[ date ]</a> + <a href="thread.html#8676">[ thread ]</a> + <a href="subject.html#8676">[ subject ]</a> + <a href="author.html#8676">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op zondag 2 september 2012 15:17:18 schreef Marc Paré: +><i> I am mounting a Mageia PVR system. +</I>><i> +</I>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 cards +</I>><i> in and I am getting a "PCI device ... unknown header type 7f, ignoring +</I>><i> device ..." warning. +</I>><i> +</I>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I> +should be possible. maybe the driver has a glitch, or maybe something odd +happened due to pci slots: + +2options: + - swap cards, use other slots, check mobo which pci slots are shared, and try +to put on different ones. + - perhaps the tuner options aren't the same, so the kernel modules need to be +set per module alias, and not globally. not 100% sure how to do this, but it +should be possible, i had a similar issue with 2 bonding interfaces which +needed different parameters set. + +good luck. +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008674.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008677.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8676">[ date ]</a> + <a href="thread.html#8676">[ thread ]</a> + <a href="subject.html#8676">[ subject ]</a> + <a href="author.html#8676">[ 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/2012-September/008677.html b/zarb-ml/mageia-discuss/2012-September/008677.html new file mode 100644 index 000000000..6bfc9ca91 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008677.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Csig.359292ec89.5043B826.8040304%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008676.html"> + <LINK REL="Next" HREF="008685.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Csig.359292ec89.5043B826.8040304%40drdos.info%3E" + TITLE="[Mageia-discuss] TV Cards">support at drdos.info + </A><BR> + <I>Sun Sep 2 21:48:54 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008676.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008685.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8677">[ date ]</a> + <a href="thread.html#8677">[ thread ]</a> + <a href="subject.html#8677">[ subject ]</a> + <a href="author.html#8677">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Marc Paré wrote: +><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>><i> ignoring device ..." warning. +</I> +What type of cards do you have? And, to get the best help out of +MythTV, you should join the mythtv users mailing list: + +Lots of MythTV users willing to help: + +<A HREF="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</A> + + +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="008676.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008685.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8677">[ date ]</a> + <a href="thread.html#8677">[ thread ]</a> + <a href="subject.html#8677">[ subject ]</a> + <a href="author.html#8677">[ 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/2012-September/008678.html b/zarb-ml/mageia-discuss/2012-September/008678.html new file mode 100644 index 000000000..8e62afd28 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008678.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%20Newbie%20How-to%20feature&In-Reply-To=%3C50447040.1060603%40alice.it%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008669.html"> + <LINK REL="Next" HREF="008670.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature</H1> + <B>Marcello</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20searching%20for%20plasmoid%20developers%20to%20implement%0A%20Newbie%20How-to%20feature&In-Reply-To=%3C50447040.1060603%40alice.it%3E" + TITLE="[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature">marcello.anni at alice.it + </A><BR> + <I>Mon Sep 3 10:54:24 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8678">[ date ]</a> + <a href="thread.html#8678">[ thread ]</a> + <a href="subject.html#8678">[ subject ]</a> + <a href="author.html#8678">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Il 02/09/2012 17:26, Shlomi Fish ha scritto: +><i> Hi Marcello, +</I>><i> +</I>><i> On Sun, 02 Sep 2012 15:30:08 +0200 +</I>><i> Marcello<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marcello.anni at alice.it</A>> wrote: +</I>><i> +</I>>><i> Hi all, +</I>>><i> +</I>>><i> i've proposed this feature for mageia 3: +</I>>><i> +</I>>><i> <A HREF="https://wiki.mageia.org/en/NewbieHow-To">https://wiki.mageia.org/en/NewbieHow-To</A> +</I>>><i> +</I>>><i> <A HREF="https://qa.mandriva.com/attachment.cgi?id=17504">https://qa.mandriva.com/attachment.cgi?id=17504</A> (mockup) +</I>>><i> +</I>>><i> i would like to implement it, but i don't have technical skills to +</I>>><i> develop the plasmoid. is there anyone who wants to volunteer to +</I>>><i> develop it? i can write the documentation (together with doc team). +</I>>><i> thanks +</I>>><i> +</I>><i> +</I>><i> Why not simply implement this HOWTO as a shortcut on the desktop (an icon) +</I>><i> which would link to an HTML page on the hard disk or on an Internet web site? +</I>><i> Or am I missing something? +</I>><i> +</I>><i> Regards, +</I>><i> +</I>><i> Shlomi Fish +</I>><i> +</I>>><i> +</I>>><i> cheers, +</I>>><i> Marcello +</I>><i> +</I>><i> +</I>><i> +</I> +hi shlomi! + +simply because my user target would never open that link :) instead, if +a short guide is opened by default and it's simply and useful, probably +they read it and browse other infos... + + +cheers, +Marcello +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI>Next message: <A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8678">[ date ]</a> + <a href="thread.html#8678">[ thread ]</a> + <a href="subject.html#8678">[ subject ]</a> + <a href="author.html#8678">[ 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/2012-September/008679.html b/zarb-ml/mageia-discuss/2012-September/008679.html new file mode 100644 index 000000000..e5d00bd7e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008679.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50448217.9060406%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008690.html"> + <LINK REL="Next" HREF="008680.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50448217.9060406%40kde.org%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">annew at kde.org + </A><BR> + <I>Mon Sep 3 12:10:31 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008690.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8679">[ date ]</a> + <a href="thread.html#8679">[ thread ]</a> + <a href="subject.html#8679">[ subject ]</a> + <a href="author.html#8679">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +For convenience I've been in the habit of mounting /home on my server +box in fstab, but I'm not having any success here. + +I'[ve used MCC on the server to set up the nfs shares. The lines look +logical. I then turned to the client, again using MCC, to mount the +share, but got "Mounting partition 192.168.0.40:/home in directory +/mnt/server_home failed." + +The mount point is correct. What has gone wrong? + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBEgg8ACgkQj93fyh4cnBdIGACffOCzZ8vKr/UKz7gHDzP+LhgN +EIwAnRizttLONIosGbang3jgnunu9ASe +=7SwB +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008690.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8679">[ date ]</a> + <a href="thread.html#8679">[ thread ]</a> + <a href="subject.html#8679">[ subject ]</a> + <a href="author.html#8679">[ 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/2012-September/008680.html b/zarb-ml/mageia-discuss/2012-September/008680.html new file mode 100644 index 000000000..f79d1c6cd --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008680.html @@ -0,0 +1,105 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C504483C2.80905%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008679.html"> + <LINK REL="Next" HREF="008681.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C504483C2.80905%40kde.org%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">annew at kde.org + </A><BR> + <I>Mon Sep 3 12:17:38 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8680">[ date ]</a> + <a href="thread.html#8680">[ thread ]</a> + <a href="subject.html#8680">[ subject ]</a> + <a href="author.html#8680">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 03/09/12 11:10, Anne Wilson wrote: +><i> For convenience I've been in the habit of mounting /home on my +</I>><i> server box in fstab, but I'm not having any success here. +</I>><i> +</I>><i> I'[ve used MCC on the server to set up the nfs shares. The lines +</I>><i> look logical. I then turned to the client, again using MCC, to +</I>><i> mount the share, but got "Mounting partition 192.168.0.40:/home in +</I>><i> directory /mnt/server_home failed." +</I>><i> +</I>><i> The mount point is correct. What has gone wrong? +</I>><i> +</I>><i> Anne +</I> +"mount -a" gives + +mount.nfs: requested NFS version or transport protocol is not supported + +?? + +Both systems are using standard M2. not Cauldron. + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBEg8AACgkQj93fyh4cnBfZzQCfcAva6smEwmSnjMSWHsEqXmYw +MH0AnRWe+EMBqXFYU1euL6QdBpnQTHjv +=r1+B +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8680">[ date ]</a> + <a href="thread.html#8680">[ thread ]</a> + <a href="subject.html#8680">[ subject ]</a> + <a href="author.html#8680">[ 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/2012-September/008681.html b/zarb-ml/mageia-discuss/2012-September/008681.html new file mode 100644 index 000000000..895c74b4a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008681.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3Csig.5593ceb033.50449083.7090403%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008680.html"> + <LINK REL="Next" HREF="008682.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3Csig.5593ceb033.50449083.7090403%40drdos.info%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">support at drdos.info + </A><BR> + <I>Mon Sep 3 13:12:03 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8681">[ date ]</a> + <a href="thread.html#8681">[ thread ]</a> + <a href="subject.html#8681">[ subject ]</a> + <a href="author.html#8681">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Anne Wilson wrote: +><i> mount.nfs: requested NFS version or transport protocol is not supported +</I> +Please show the output of your NFS line for your mount: + +cat /etc/fstab + +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="008680.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8681">[ date ]</a> + <a href="thread.html#8681">[ thread ]</a> + <a href="subject.html#8681">[ subject ]</a> + <a href="author.html#8681">[ 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/2012-September/008682.html b/zarb-ml/mageia-discuss/2012-September/008682.html new file mode 100644 index 000000000..9e029d6c8 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008682.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50449284.4060702%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008681.html"> + <LINK REL="Next" HREF="008683.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50449284.4060702%40kde.org%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">annew at kde.org + </A><BR> + <I>Mon Sep 3 13:20:36 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8682">[ date ]</a> + <a href="thread.html#8682">[ thread ]</a> + <a href="subject.html#8682">[ subject ]</a> + <a href="author.html#8682">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 03/09/12 12:12, Doug Lytle wrote: +><i> Anne Wilson wrote: +</I>>><i> mount.nfs: requested NFS version or transport protocol is not +</I>>><i> supported +</I>><i> +</I>><i> Please show the output of your NFS line for your mount: +</I>><i> +</I>><i> cat /etc/fstab +</I>><i> +</I>192.168.0.40:/home /mnt/server_home nfs +rsize=8192,wsize=8192,nosuid,soft 0 0 + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBEkm4ACgkQj93fyh4cnBfu6QCcC/HkxwGtJUh0K0DDZ64367GZ +Q7gAn21TinG5pl6e0guYynDEyYURev2C +=Hyw9 +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8682">[ date ]</a> + <a href="thread.html#8682">[ thread ]</a> + <a href="subject.html#8682">[ subject ]</a> + <a href="author.html#8682">[ 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/2012-September/008683.html b/zarb-ml/mageia-discuss/2012-September/008683.html new file mode 100644 index 000000000..cf4fddc79 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008683.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3Csig.05939bfa4c.50449398.5010304%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008682.html"> + <LINK REL="Next" HREF="008684.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3Csig.05939bfa4c.50449398.5010304%40drdos.info%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">support at drdos.info + </A><BR> + <I>Mon Sep 3 13:25:12 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8683">[ date ]</a> + <a href="thread.html#8683">[ thread ]</a> + <a href="subject.html#8683">[ subject ]</a> + <a href="author.html#8683">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Anne Wilson wrote: +><i> 92.168.0.40:/home /mnt/server_home nfs +</I>><i> rsize=8192,wsize=8192,nosuid,soft 0 0 +</I> +I mount my music from NFS and use autofs to do it. The options I use +below (I'm running on a gigabit network): + +Music +-fstype=nfs,rsize=2097152,wsize=2097152,hard,proto=tcp,timeo=600,retrans=2,sec=sys,intr,nfsvers=3,actimeo=0 + + +You may want to add the proto=tcp or nfsvers=3 or both to your fstab + +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="008682.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8683">[ date ]</a> + <a href="thread.html#8683">[ thread ]</a> + <a href="subject.html#8683">[ subject ]</a> + <a href="author.html#8683">[ 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/2012-September/008684.html b/zarb-ml/mageia-discuss/2012-September/008684.html new file mode 100644 index 000000000..f9bca2f57 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008684.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50449655.20802%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008683.html"> + <LINK REL="Next" HREF="008686.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C50449655.20802%40roadrunner.com%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">ftg at roadrunner.com + </A><BR> + <I>Mon Sep 3 13:36:53 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8684">[ date ]</a> + <a href="thread.html#8684">[ thread ]</a> + <a href="subject.html#8684">[ subject ]</a> + <a href="author.html#8684">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/03/2012 07:25 AM, Doug Lytle wrote: +><i> +</I>><i> You may want to add the proto=tcp or nfsvers=3 or both to your fstab +</I>><i> +</I> +Also, see <A HREF="https://bugs.mageia.org/show_bug.cgi?id=6541">https://bugs.mageia.org/show_bug.cgi?id=6541</A> +</PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8684">[ date ]</a> + <a href="thread.html#8684">[ thread ]</a> + <a href="subject.html#8684">[ subject ]</a> + <a href="author.html#8684">[ 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/2012-September/008685.html b/zarb-ml/mageia-discuss/2012-September/008685.html new file mode 100644 index 000000000..bd596de14 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008685.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck226vj%24ad3%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="008677.html"> + <LINK REL="Next" HREF="008687.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>TJ</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck226vj%24ad3%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] TV Cards">andrewsfarm at gmail.com + </A><BR> + <I>Mon Sep 3 14:14:43 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008677.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008687.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8685">[ date ]</a> + <a href="thread.html#8685">[ thread ]</a> + <a href="subject.html#8685">[ subject ]</a> + <a href="author.html#8685">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/02/2012 03:17 PM, Marc Paré wrote: +><i> I am mounting a Mageia PVR system. +</I>><i> +</I>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 cards +</I>><i> in and I am getting a "PCI device ... unknown header type 7f, ignoring +</I>><i> device ..." warning. +</I>><i> +</I>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I>><i> +</I>><i> +</I>Maybe firmware needs to be installed? I know my old Air2PC card won't +work at all unless I install the firmware file, which, last I knew, +isn't available on the Mageia repositories. I used a DVB firmware +package downloaded from the Mandriva/PLF repositories. + +TJ + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008677.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008687.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8685">[ date ]</a> + <a href="thread.html#8685">[ thread ]</a> + <a href="subject.html#8685">[ subject ]</a> + <a href="author.html#8685">[ 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/2012-September/008686.html b/zarb-ml/mageia-discuss/2012-September/008686.html new file mode 100644 index 000000000..7bdd76fff --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008686.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mount nfs fails? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C5044A273.8030100%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008684.html"> + <LINK REL="Next" HREF="008689.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mount nfs fails?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mount%20nfs%20fails%3F&In-Reply-To=%3C5044A273.8030100%40kde.org%3E" + TITLE="[Mageia-discuss] Mount nfs fails?">annew at kde.org + </A><BR> + <I>Mon Sep 3 14:28:35 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8686">[ date ]</a> + <a href="thread.html#8686">[ thread ]</a> + <a href="subject.html#8686">[ subject ]</a> + <a href="author.html#8686">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 03/09/12 12:36, Frank Griffin wrote: +><i> On 09/03/2012 07:25 AM, Doug Lytle wrote: +</I>>><i> +</I>>><i> You may want to add the proto=tcp or nfsvers=3 or both to your +</I>>><i> fstab +</I>>><i> +</I>Didn't help. +><i> +</I>><i> Also, see <A HREF="https://bugs.mageia.org/show_bug.cgi?id=6541">https://bugs.mageia.org/show_bug.cgi?id=6541</A> +</I> +Yes, I'd already read that - which is why I mentioned that both +systems are not using Cauldron. I wasn't much wiser at the end, though. + +I'm not sure whether to add to that bug report, or whether I would +just confuse the issue. The only possibly useful thing I could add is +that if Mageia 2 is using nfs3 on the server, that seems to be where +the fault is, as the nfs4 mount to my old server (Scientific Linux) +worked from this laptop (M2, still) and to my NAS device it still does. + +Anne +- -- +Need KDE help? Try +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +-----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> + +iEYEARECAAYFAlBEomoACgkQj93fyh4cnBefTACfaRNsxdeXetTKqs9gmHm3mqVr +LEsAnjgeFw43z0gHneCyVqEj7E19Yfk3 +=REZ/ +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8686">[ date ]</a> + <a href="thread.html#8686">[ thread ]</a> + <a href="subject.html#8686">[ subject ]</a> + <a href="author.html#8686">[ 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/2012-September/008687.html b/zarb-ml/mageia-discuss/2012-September/008687.html new file mode 100644 index 000000000..5d59f5a86 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008687.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5044DD6E.6050206%40earthlink.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008685.html"> + <LINK REL="Next" HREF="008688.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>ed</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5044DD6E.6050206%40earthlink.net%3E" + TITLE="[Mageia-discuss] TV Cards">etharp at earthlink.net + </A><BR> + <I>Mon Sep 3 18:40:14 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008685.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008688.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8687">[ date ]</a> + <a href="thread.html#8687">[ thread ]</a> + <a href="subject.html#8687">[ subject ]</a> + <a href="author.html#8687">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/02/2012 03:17 PM, Marc Paré wrote: +><i> I am mounting a Mageia PVR system. +</I>><i> +</I>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>><i> ignoring device ..." warning. +</I>><i> +</I>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I>><i> +</I>><i> +</I>you won't have the hard drive I/O bandwidth, unless you go with a +dedicated raid card and a ton of memory. +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008685.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008688.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8687">[ date ]</a> + <a href="thread.html#8687">[ thread ]</a> + <a href="subject.html#8687">[ subject ]</a> + <a href="author.html#8687">[ 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/2012-September/008688.html b/zarb-ml/mageia-discuss/2012-September/008688.html new file mode 100644 index 000000000..a02dbc824 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008688.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C13232717.GlLWqdFUZV%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008687.html"> + <LINK REL="Next" HREF="008691.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C13232717.GlLWqdFUZV%40localhost%3E" + TITLE="[Mageia-discuss] TV Cards">alien at rmail.be + </A><BR> + <I>Mon Sep 3 20:19:10 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008687.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008691.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8688">[ date ]</a> + <a href="thread.html#8688">[ thread ]</a> + <a href="subject.html#8688">[ subject ]</a> + <a href="author.html#8688">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op maandag 3 september 2012 12:40:14 schreef ed: +><i> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>><i> > I am mounting a Mageia PVR system. +</I>><i> > +</I>><i> > Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>><i> > cards in and I am getting a "PCI device ... unknown header type 7f, +</I>><i> > ignoring device ..." warning. +</I>><i> > +</I>><i> > I was hoping to PVR 2-3 programmes at the same time. +</I>><i> > +</I>><i> > Cheers, +</I>><i> > +</I>><i> > Marc +</I>><i> +</I>><i> you won't have the hard drive I/O bandwidth, unless you go with a +</I>><i> dedicated raid card and a ton of memory. +</I> +SSD +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008687.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008691.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8688">[ date ]</a> + <a href="thread.html#8688">[ thread ]</a> + <a href="subject.html#8688">[ subject ]</a> + <a href="author.html#8688">[ 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/2012-September/008689.html b/zarb-ml/mageia-discuss/2012-September/008689.html new file mode 100644 index 000000000..b09b3d997 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008689.html @@ -0,0 +1,113 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Technical proofreaders needed + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Technical%20proofreaders%20needed&In-Reply-To=%3C5044FCA2.8080907%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008686.html"> + <LINK REL="Next" HREF="008699.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Technical proofreaders needed</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Technical%20proofreaders%20needed&In-Reply-To=%3C5044FCA2.8080907%40xs4all.nl%3E" + TITLE="[Mageia-discuss] Technical proofreaders needed">marja11 at xs4all.nl + </A><BR> + <I>Mon Sep 3 20:53:22 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8689">[ date ]</a> + <a href="thread.html#8689">[ thread ]</a> + <a href="subject.html#8689">[ subject ]</a> + <a href="author.html#8689">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Hi, + +Documentation team is adding missing files to the installer help and +writing documentation for MCC. + +However, before those files can be checked for English language errors +and before they can be translated, they need to be proofread from a +technical point of view. Is the information correct and complete enough? + +At the moment, the doc team members who could do that, are too busy +with other things. Your help would be greatly appreciated. + +For installer help, currently those two files need to be checked: + +<A HREF="http://docteam.mageia.nl/installer/content/configureX_card_list.html">http://docteam.mageia.nl/installer/content/configureX_card_list.html</A> +<A HREF="http://docteam.mageia.nl/installer/content/configureX_monitor.html">http://docteam.mageia.nl/installer/content/configureX_monitor.html</A> + +For MCC help, if you click on the link below and look at the table: +all the pages that are marked "WRITTEN" in the "Status" column, and +still have *no* in the "Approved (technically)" column, need to be +checked. The links to the pages are in the last column. + +<A HREF="https://wiki.mageia.org/en/Calenco_Draktools#List_of_needed_help_texts">https://wiki.mageia.org/en/Calenco_Draktools#List_of_needed_help_texts</A> + +If you'd like to help, please contact Documentation team: +<A HREF="https://wiki.mageia.org/en/Documentation_team#How_to_contact.2Fjoin_the_team">https://wiki.mageia.org/en/Documentation_team#How_to_contact.2Fjoin_the_team</A> + +However, if you don't have much time and only want to make one or two +remarks about a help file, feel free to do that in a reply to this mail. + +Thanks :) +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> + +iQEcBAEBAgAGBQJQRPydAAoJEKWubDMI5nEBlVQH/3CpcxDuUeDtwaBMVPgTkzbs +FeOhsqtDRxbifRg1YYVssUgL5lC2za+YIpvIrbOPLhRbQ9EKBDQaEpt7XFTx876I +/GFeU+eXaU2pM0+WXwddJqhRmyex/Fv2OuIgooKwihoh1VGrKDK62NMKR/TyyJrp +7pelBN3R3vjTV8OUJvlMix1R/02RM+6VzFGV6XQvYDk7UAWXBAHpyA4mT+d5jEar +Rc3bMd0cWMNvcJwjLWkIPl/W/hPJW55IDp7RaDet1oJLrTRDutO0wTUrZ0/N1yvz +BXiF3YGL7lbArT3UOf6ZhFjgapFjSF2p2EGIKtJZFMQA8SSghSt0NQf+Rg5xRnA= +=yr57 +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI>Next message: <A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8689">[ date ]</a> + <a href="thread.html#8689">[ thread ]</a> + <a href="subject.html#8689">[ subject ]</a> + <a href="author.html#8689">[ 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/2012-September/008690.html b/zarb-ml/mageia-discuss/2012-September/008690.html new file mode 100644 index 000000000..d1b1f8a47 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008690.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck239bn%24dh0%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="008698.html"> + <LINK REL="Next" HREF="008679.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck239bn%24dh0%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] TV Cards">marc at marcpare.com + </A><BR> + <I>Tue Sep 4 00:01:27 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008698.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8690">[ date ]</a> + <a href="thread.html#8690">[ thread ]</a> + <a href="subject.html#8690">[ subject ]</a> + <a href="author.html#8690">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi everyone, + +Thanks for the help and tips! + +Le 2012-09-02 15:17, Marc Paré a écrit : +><i> I am mounting a Mageia PVR system. +</I>><i> +</I>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 cards +</I>><i> in and I am getting a "PCI device ... unknown header type 7f, ignoring +</I>><i> device ..." warning. +</I>><i> +</I>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I> +It took a little juggling around of our TV cards in the house and I +finally got 2 cards to cooperate and now the warning message has gone away. + +We use "Powerview" tv cards. You can find details on our forums here: +<A HREF="https://forums.mageia.org/en/viewtopic.php?f=23&t=2880.">https://forums.mageia.org/en/viewtopic.php?f=23&t=2880.</A> + +Funny thing, even when I put in the same tv-cards some of them gave me +problems. Weird. I have a Brooktree tv-card and it looks like it takes +away two PCI slots -- one for audio and another for video. + +Anyway, 2 of our Powerview tv-cards match and I'll try it out with these. + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008698.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8690">[ date ]</a> + <a href="thread.html#8690">[ thread ]</a> + <a href="subject.html#8690">[ subject ]</a> + <a href="author.html#8690">[ 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/2012-September/008691.html b/zarb-ml/mageia-discuss/2012-September/008691.html new file mode 100644 index 000000000..b63ce240e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008691.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck239pl%24glt%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="008688.html"> + <LINK REL="Next" HREF="008694.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3Ck239pl%24glt%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] TV Cards">marc at marcpare.com + </A><BR> + <I>Tue Sep 4 00:08:52 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008688.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008694.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8691">[ date ]</a> + <a href="thread.html#8691">[ thread ]</a> + <a href="subject.html#8691">[ subject ]</a> + <a href="author.html#8691">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Ed and Al13N (I keep forgetting your name -- doh!), + +Le 2012-09-03 14:19, AL13N a écrit : +><i> Op maandag 3 september 2012 12:40:14 schreef ed: +</I>>><i> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>>>><i> I am mounting a Mageia PVR system. +</I>>>><i> +</I>>>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>>>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>>>><i> ignoring device ..." warning. +</I>>>><i> +</I>>>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>>>><i> +</I>>>><i> Cheers, +</I>>>><i> +</I>>>><i> Marc +</I>>><i> +</I>>><i> you won't have the hard drive I/O bandwidth, unless you go with a +</I>>><i> dedicated raid card and a ton of memory. +</I>><i> +</I>><i> SSD +</I>><i> +</I> +My youngest son was telling me that I should go for SSD, but I bought a +terabyte drive instead. The computer guy said that it should work better +than an external drive (which I would have prefered -- my wife could +then move around the house better with the drive -- its a little easier +to understand than with the NFS thingy). Yes, SSD would have been neat +though! + +Raid --- hmmmm, my board doesn't have raid -- ASRock 775i65G. Not sure +how to implement this, or if even worth it. The computer is just a box I +had sitting not being used. + +Cheers, + +Marc + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008688.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008694.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8691">[ date ]</a> + <a href="thread.html#8691">[ thread ]</a> + <a href="subject.html#8691">[ subject ]</a> + <a href="author.html#8691">[ 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/2012-September/008692.html b/zarb-ml/mageia-discuss/2012-September/008692.html new file mode 100644 index 000000000..e345ac9e4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008692.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck23a2h%24glt%243%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="008693.html"> + <LINK REL="Next" HREF="008667.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck23a2h%24glt%243%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Mageia PVR">marc at marcpare.com + </A><BR> + <I>Tue Sep 4 00:13:37 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8692">[ date ]</a> + <a href="thread.html#8692">[ thread ]</a> + <a href="subject.html#8692">[ subject ]</a> + <a href="author.html#8692">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi everyone, + +Le 2012-09-02 07:45, Marc Paré a écrit : +><i> My wife would like a PVR. I was wondering if anyone was using Mageia to +</I>><i> run as a PVR? I was planning on using MythTV. +</I>><i> +</I>><i> I have a spare box that I am planning to use with a terabyte drive + +</I>><i> another 160gig drive. I am hoping to stream programs over our house lan +</I>><i> to another 4 Mageia computer boxes. Our house is wired with ethernet !Gig. +</I>><i> +</I>><i> Any suggestions would help. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I> +Thanks for the great feedback and sharing, nice ideas. I'm going ahead +with MythTV and I'll see how it ends up. Should be fun. + +Doug -- I'll join the MythTV list too! Thanks for the suggestion. + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8692">[ date ]</a> + <a href="thread.html#8692">[ thread ]</a> + <a href="subject.html#8692">[ subject ]</a> + <a href="author.html#8692">[ 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/2012-September/008693.html b/zarb-ml/mageia-discuss/2012-September/008693.html new file mode 100644 index 000000000..3da3f2e9c --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008693.html @@ -0,0 +1,107 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia PVR + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck239tr%24glt%242%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="008675.html"> + <LINK REL="Next" HREF="008692.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia PVR</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%20PVR&In-Reply-To=%3Ck239tr%24glt%242%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Mageia PVR">marc at marcpare.com + </A><BR> + <I>Tue Sep 4 00:11:07 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8693">[ date ]</a> + <a href="thread.html#8693">[ thread ]</a> + <a href="subject.html#8693">[ subject ]</a> + <a href="author.html#8693">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 2012-09-02 15:39, AL13N a écrit : +><i> Op zondag 2 september 2012 07:45:55 schreef Marc Paré: +</I>>><i> My wife would like a PVR. I was wondering if anyone was using Mageia to +</I>>><i> run as a PVR? I was planning on using MythTV. +</I>>><i> +</I>>><i> I have a spare box that I am planning to use with a terabyte drive + +</I>>><i> another 160gig drive. I am hoping to stream programs over our house lan +</I>>><i> to another 4 Mageia computer boxes. Our house is wired with ethernet !Gig. +</I>>><i> +</I>>><i> Any suggestions would help. +</I>>><i> +</I>>><i> Cheers, +</I>>><i> +</I>>><i> Marc +</I>><i> +</I>><i> i have a mediabox diskless that i'm booting via PXE and uses nfs mount over +</I>><i> gigabit networking, the files to be played are also on nfs mounts and thus are +</I>><i> played over networking as well... +</I>><i> +</I>><i> i've been able to play a full HD (real 1080p non interlaced!) complete movie +</I>><i> without any glitch whatsoever (i only have one such movie) +</I>><i> +</I>><i> so, i've installed the basesystem and task-kde4 as if it were a chroot in that +</I>><i> dir where the nfs mount point points to. +</I>><i> +</I>><i> then i made the PXE work to boot the system. then i just have autologin to a +</I>><i> complete KDE, with the bar hidden, put a clock on the background and put in +</I>><i> four big buttons (plasma-launchbutton) with some icons on it and linked to 4 +</I>><i> apps: DVD + video + music + tv +</I>><i> +</I>><i> then i bought a wiimote and bluetooth receiver, and i use the wiimote to point +</I>><i> and click, apparently no sensor bar is needed, if you have any type of light +</I>><i> source, candle, lightbulb or spots, it all works. +</I>><i> +</I> +Hmmm, I am trying to keep costs down, we can purchase a PVR box for +approximately $250Cdn. But, I could always try some of these nifty +things later. I like the wiimote and blootooth idea. + +Cheers, + +Marc + + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI>Next message: <A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8693">[ date ]</a> + <a href="thread.html#8693">[ thread ]</a> + <a href="subject.html#8693">[ subject ]</a> + <a href="author.html#8693">[ 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/2012-September/008694.html b/zarb-ml/mageia-discuss/2012-September/008694.html new file mode 100644 index 000000000..25b197f52 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008694.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C50454EB5.30909%40earthlink.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008691.html"> + <LINK REL="Next" HREF="008695.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>ed</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C50454EB5.30909%40earthlink.net%3E" + TITLE="[Mageia-discuss] TV Cards">etharp at earthlink.net + </A><BR> + <I>Tue Sep 4 02:43:33 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008691.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008695.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8694">[ date ]</a> + <a href="thread.html#8694">[ thread ]</a> + <a href="subject.html#8694">[ subject ]</a> + <a href="author.html#8694">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/03/2012 06:08 PM, Marc Paré wrote: +><i> Hi Ed and Al13N (I keep forgetting your name -- doh!), +</I>><i> +</I>><i> Le 2012-09-03 14:19, AL13N a écrit : +</I>>><i> Op maandag 3 september 2012 12:40:14 schreef ed: +</I>>>><i> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>>>>><i> I am mounting a Mageia PVR system. +</I>>>>><i> +</I>>>>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>>>>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>>>>><i> ignoring device ..." warning. +</I>>>>><i> +</I>>>>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>>>>><i> +</I>>>>><i> Cheers, +</I>>>>><i> +</I>>>>><i> Marc +</I>>>><i> +</I>>>><i> you won't have the hard drive I/O bandwidth, unless you go with a +</I>>>><i> dedicated raid card and a ton of memory. +</I>>><i> +</I>>><i> SSD +</I>>><i> +</I>><i> +</I>><i> My youngest son was telling me that I should go for SSD, but I bought +</I>><i> a terabyte drive instead. The computer guy said that it should work +</I>><i> better than an external drive (which I would have prefered -- my wife +</I>><i> could then move around the house better with the drive -- its a little +</I>><i> easier to understand than with the NFS thingy). Yes, SSD would have +</I>><i> been neat though! +</I>><i> +</I>><i> Raid --- hmmmm, my board doesn't have raid -- ASRock 775i65G. Not sure +</I>><i> how to implement this, or if even worth it. The computer is just a box +</I>><i> I had sitting not being used. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>it's not disk read write speeds, although that is part of it, it is +northbridge to cpu bottlenecks. +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008691.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008695.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8694">[ date ]</a> + <a href="thread.html#8694">[ thread ]</a> + <a href="subject.html#8694">[ subject ]</a> + <a href="author.html#8694">[ 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/2012-September/008695.html b/zarb-ml/mageia-discuss/2012-September/008695.html new file mode 100644 index 000000000..fc119d130 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008695.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C15509568.0MA2TLrMQj%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008694.html"> + <LINK REL="Next" HREF="008696.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C15509568.0MA2TLrMQj%40localhost%3E" + TITLE="[Mageia-discuss] TV Cards">alien at rmail.be + </A><BR> + <I>Tue Sep 4 08:06:53 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008694.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008696.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8695">[ date ]</a> + <a href="thread.html#8695">[ thread ]</a> + <a href="subject.html#8695">[ subject ]</a> + <a href="author.html#8695">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op maandag 3 september 2012 20:43:33 schreef ed: +><i> On 09/03/2012 06:08 PM, Marc Paré wrote: +</I>><i> > Hi Ed and Al13N (I keep forgetting your name -- doh!), +</I>><i> > +</I>><i> > Le 2012-09-03 14:19, AL13N a écrit : +</I>><i> >> Op maandag 3 september 2012 12:40:14 schreef ed: +</I>><i> >>> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>><i> >>>> I am mounting a Mageia PVR system. +</I>><i> >>>> +</I>><i> >>>> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>><i> >>>> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>><i> >>>> ignoring device ..." warning. +</I>><i> >>>> +</I>><i> >>>> I was hoping to PVR 2-3 programmes at the same time. +</I>><i> >>>> +</I>><i> >>>> Cheers, +</I>><i> >>>> +</I>><i> >>>> Marc +</I>><i> >>> +</I>><i> >>> you won't have the hard drive I/O bandwidth, unless you go with a +</I>><i> >>> dedicated raid card and a ton of memory. +</I>><i> >> +</I>><i> >> SSD +</I>><i> > +</I>><i> > My youngest son was telling me that I should go for SSD, but I bought +</I>><i> > a terabyte drive instead. The computer guy said that it should work +</I>><i> > better than an external drive (which I would have prefered -- my wife +</I>><i> > could then move around the house better with the drive -- its a little +</I>><i> > easier to understand than with the NFS thingy). Yes, SSD would have +</I>><i> > been neat though! +</I>><i> > +</I>><i> > Raid --- hmmmm, my board doesn't have raid -- ASRock 775i65G. Not sure +</I>><i> > how to implement this, or if even worth it. The computer is just a box +</I>><i> > I had sitting not being used. +</I> +don't use onboard raid or fakeraid cards... even the software raid is more +efficient... (these chips use regular CPU for raid anyway) + +only hardware raid (read $$$) will be able to help you. + +external disk will not help at all, unless it's a small nas so as to offload the +IO. +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008694.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008696.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8695">[ date ]</a> + <a href="thread.html#8695">[ thread ]</a> + <a href="subject.html#8695">[ subject ]</a> + <a href="author.html#8695">[ 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/2012-September/008696.html b/zarb-ml/mageia-discuss/2012-September/008696.html new file mode 100644 index 000000000..9cb687286 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008696.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C94rgh9-mbr.ln1%40psd.motzarella.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008695.html"> + <LINK REL="Next" HREF="008697.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>blind Pete</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C94rgh9-mbr.ln1%40psd.motzarella.org%3E" + TITLE="[Mageia-discuss] TV Cards">0123peter at gmail.com + </A><BR> + <I>Tue Sep 4 10:35:53 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008695.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008697.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8696">[ date ]</a> + <a href="thread.html#8696">[ thread ]</a> + <a href="subject.html#8696">[ subject ]</a> + <a href="author.html#8696">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>ed wrote: + +><i> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>>><i> I am mounting a Mageia PVR system. +</I>>><i> +</I>>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>>><i> ignoring device ..." warning. +</I>>><i> +</I>>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>>><i> +</I>>><i> Cheers, +</I>>><i> +</I>>><i> Marc +</I>>><i> +</I>>><i> +</I>>><i> +</I>><i> you won't have the hard drive I/O bandwidth, unless you go with a +</I>><i> dedicated raid card and a ton of memory. +</I> +You already have the hardware. Try it and see. + +I have 3 digital tuners and an ordinary hard disk. It seems to cope. + +-- +blind Pete +Sig goes here... + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008695.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008697.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8696">[ date ]</a> + <a href="thread.html#8696">[ thread ]</a> + <a href="subject.html#8696">[ subject ]</a> + <a href="author.html#8696">[ 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/2012-September/008697.html b/zarb-ml/mageia-discuss/2012-September/008697.html new file mode 100644 index 000000000..3bbf9097f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008697.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5045C522.1060509%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008696.html"> + <LINK REL="Next" HREF="008698.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Thomas Backlund</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C5045C522.1060509%40mageia.org%3E" + TITLE="[Mageia-discuss] TV Cards">tmb at mageia.org + </A><BR> + <I>Tue Sep 4 11:08:50 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008696.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008698.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8697">[ date ]</a> + <a href="thread.html#8697">[ thread ]</a> + <a href="subject.html#8697">[ subject ]</a> + <a href="author.html#8697">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>blind Pete skrev 4.9.2012 11:35: +><i> ed wrote: +</I>><i> +</I>>><i> On 09/02/2012 03:17 PM, Marc Paré wrote: +</I>>>><i> I am mounting a Mageia PVR system. +</I>>>><i> +</I>>>><i> Is it possible to mount 2-3-4 TV cards on the same box? I've put 2 +</I>>>><i> cards in and I am getting a "PCI device ... unknown header type 7f, +</I>>>><i> ignoring device ..." warning. +</I>>>><i> +</I>>>><i> I was hoping to PVR 2-3 programmes at the same time. +</I>>>><i> +</I>>>><i> Cheers, +</I>>>><i> +</I>>>><i> Marc +</I>>>><i> +</I>>>><i> +</I>>>><i> +</I>>><i> you won't have the hard drive I/O bandwidth, unless you go with a +</I>>><i> dedicated raid card and a ton of memory. +</I>><i> +</I>><i> You already have the hardware. Try it and see. +</I>><i> +</I>><i> I have 3 digital tuners and an ordinary hard disk. It seems to cope. +</I>><i> +</I> +A normal hdd should have no problem with recording atleast 4 normal +streams or 2 HD streams at the same time. + +After all, that is what enduser tv-boxes do... + +But depending on the pvr cards it can get cpu bound if the cards +do do all their work in software with no hw assistance... + +But the only way to know is to read specs & test :) + +-- +Thomas + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008696.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008698.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8697">[ date ]</a> + <a href="thread.html#8697">[ thread ]</a> + <a href="subject.html#8697">[ subject ]</a> + <a href="author.html#8697">[ 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/2012-September/008698.html b/zarb-ml/mageia-discuss/2012-September/008698.html new file mode 100644 index 000000000..c9035111f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008698.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] TV Cards + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C1825312.fRQldBAIYg%40chuzlap.chuzzlewit.co.uk%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008697.html"> + <LINK REL="Next" HREF="008690.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Cards</H1> + <B>Deri James</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Cards&In-Reply-To=%3C1825312.fRQldBAIYg%40chuzlap.chuzzlewit.co.uk%3E" + TITLE="[Mageia-discuss] TV Cards">deri at chuzzlewit.myzen.co.uk + </A><BR> + <I>Tue Sep 4 11:52:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008697.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008690.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8698">[ date ]</a> + <a href="thread.html#8698">[ thread ]</a> + <a href="subject.html#8698">[ subject ]</a> + <a href="author.html#8698">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tuesday 04 Sep 2012 12:08:50 Thomas Backlund wrote: +><i> +</I>><i> A normal hdd should have no problem with recording atleast 4 normal +</I>><i> streams or 2 HD streams at the same time. +</I>><i> +</I>><i> After all, that is what enduser tv-boxes do... +</I>><i> +</I>><i> But depending on the pvr cards it can get cpu bound if the cards +</I>><i> do do all their work in software with no hw assistance... +</I>><i> +</I>><i> But the only way to know is to read specs & test :) +</I>><i> +</I>><i> -- +</I>><i> Thomas +</I> +Using DVB-T in the UK most SD programs are between 2.5 -> 4.5 mbit a second. I +use a sheevaplug with 3 DVB-T USB dongles which can record up to 6 programs +from 3 separate muxes at a time. This backend device runs MythTV with the UPNP +module. It writes to an external disk using e-sata. + +Next to the TV I have a Dune HD101 connected to powerline adapter. This sees +the MythTV box as a DLNA server. Various laptops in the house can run MythTV +frontend to also view programs/setup recordings. + +The same setup could possibly be duplicated with two Raspberry PIs. + +Deri + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008697.html">[Mageia-discuss] TV Cards +</A></li> + <LI>Next message: <A HREF="008690.html">[Mageia-discuss] TV Cards +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8698">[ date ]</a> + <a href="thread.html#8698">[ thread ]</a> + <a href="subject.html#8698">[ subject ]</a> + <a href="author.html#8698">[ 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/2012-September/008699.html b/zarb-ml/mageia-discuss/2012-September/008699.html new file mode 100644 index 000000000..9876b4bc5 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008699.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 3 - alpha 1 is available + </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%20-%20alpha%201%20is%20available&In-Reply-To=%3C504A15F8.2030105%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008689.html"> + <LINK REL="Next" HREF="008700.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 3 - alpha 1 is available</H1> + <B>Anne Nicolas</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%203%20-%20alpha%201%20is%20available&In-Reply-To=%3C504A15F8.2030105%40mageia.org%3E" + TITLE="[Mageia-discuss] Mageia 3 - alpha 1 is available">ennael at mageia.org + </A><BR> + <I>Fri Sep 7 17:42:48 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A></li> + <LI>Next message: <A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8699">[ date ]</a> + <a href="thread.html#8699">[ thread ]</a> + <a href="subject.html#8699">[ subject ]</a> + <a href="author.html#8699">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi there + +As you may have seen it, Alpha 1 is available for tests: +<A HREF="http://blog.mageia.org/en/2012/09/07/try-mageia-3-alpha-1/">http://blog.mageia.org/en/2012/09/07/try-mageia-3-alpha-1/</A> + +Only DVDs and dual can be downloaded. As said in blog, there are pb with +Unionfs and tmb is looking for a solution (either fix it or switch to +another file system) + +Cheers + +-- +Anne +<A HREF="http://mageia.org">http://mageia.org</A> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A></li> + <LI>Next message: <A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8699">[ date ]</a> + <a href="thread.html#8699">[ thread ]</a> + <a href="subject.html#8699">[ subject ]</a> + <a href="author.html#8699">[ 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/2012-September/008700.html b/zarb-ml/mageia-discuss/2012-September/008700.html new file mode 100644 index 000000000..cb92dac89 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008700.html @@ -0,0 +1,71 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mod-fortune path problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C3535684.mWNGpWRff0%40mycroft.excession%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008699.html"> + <LINK REL="Next" HREF="008701.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mod-fortune path problem</H1> + <B>bascule</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C3535684.mWNGpWRff0%40mycroft.excession%3E" + TITLE="[Mageia-discuss] mod-fortune path problem">asura at theexcession.co.uk + </A><BR> + <I>Sun Sep 9 01:14:11 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A></li> + <LI>Next message: <A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8700">[ date ]</a> + <a href="thread.html#8700">[ thread ]</a> + <a href="subject.html#8700">[ subject ]</a> + <a href="author.html#8700">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>after installing mod-fortune the following is added to /etc/profile/ +if [ "$UID" -ge 500 ] && ! echo ${PATH} |grep -q /usr/games ; then + PATH=$PATH:/usr/games +fi +but /usr/games does not shoe up in my path when i log on to kde, kmail says: +/bin/sh: fortune: command not found +and konsole tells me: +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bascule at mycroft</A> ~]$ echo $PATH +/home/bascule/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib64/qt4/bin +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bascule at mycroft</A> ~]$ + +now obviously i can add /usr/games the same way i added /home/bascule/bin but +i thought that /etc/profile was system wide stuff so whats going wrong here? + +bascule +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A></li> + <LI>Next message: <A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8700">[ date ]</a> + <a href="thread.html#8700">[ thread ]</a> + <a href="subject.html#8700">[ subject ]</a> + <a href="author.html#8700">[ 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/2012-September/008701.html b/zarb-ml/mageia-discuss/2012-September/008701.html new file mode 100644 index 000000000..e8aa964bd --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008701.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mod-fortune path problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C20120909114344.447f7b17%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008700.html"> + <LINK REL="Next" HREF="008715.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mod-fortune path problem</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C20120909114344.447f7b17%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] mod-fortune path problem">shlomif at shlomifish.org + </A><BR> + <I>Sun Sep 9 10:43:44 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8701">[ date ]</a> + <a href="thread.html#8701">[ thread ]</a> + <a href="subject.html#8701">[ subject ]</a> + <a href="author.html#8701">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi bascule, + +On Sun, 09 Sep 2012 00:14:11 +0100 +bascule <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">asura at theexcession.co.uk</A>> wrote: + +><i> after installing mod-fortune the following is added to /etc/profile/ +</I>><i> if [ "$UID" -ge 500 ] && ! echo ${PATH} |grep -q /usr/games ; then +</I>><i> PATH=$PATH:/usr/games +</I>><i> fi +</I>><i> but /usr/games does not shoe up in my path when i log on to kde, +</I>><i> kmail says: /bin/sh: fortune: command not found +</I>><i> and konsole tells me: +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bascule at mycroft</A> ~]$ echo $PATH +</I>><i> /home/bascule/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib64/qt4/bin +</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">bascule at mycroft</A> ~]$ +</I>><i> +</I>><i> now obviously i can add /usr/games the same way i +</I>><i> added /home/bascule/bin but i thought that /etc/profile was system +</I>><i> wide stuff so whats going wrong here? +</I>><i> +</I> +This seems to be fine here on both Mageia 2 x86-64 and Mageia Cauldron x86-64. + +What happens when you ssh into your user account at localhost? Is /usr/games +getting set properly then? + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +Parody of "The Fountainhead" - <A HREF="http://shlom.in/towtf">http://shlom.in/towtf</A> + +Oh! I wish you could see the look on his face! Actually, I would have also +liked to see the look on his face, but just then I woke up from the dream. + — The Enemy and how I Helped to Fight It + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8701">[ date ]</a> + <a href="thread.html#8701">[ thread ]</a> + <a href="subject.html#8701">[ subject ]</a> + <a href="author.html#8701">[ 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/2012-September/008702.html b/zarb-ml/mageia-discuss/2012-September/008702.html new file mode 100644 index 000000000..38ec38cdf --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008702.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF java plugin + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2houq%244rf%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="008715.html"> + <LINK REL="Next" HREF="008703.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF java plugin</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2houq%244rf%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] FF java plugin">marc at marcpare.com + </A><BR> + <I>Sun Sep 9 11:53:29 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008703.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8702">[ date ]</a> + <a href="thread.html#8702">[ thread ]</a> + <a href="subject.html#8702">[ subject ]</a> + <a href="author.html#8702">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hmm, something changed and I can no longer play java applets! My java +was just updated to java-1.7.0-openjdk, but, I am not sure if this is +when I lost my java plugin; it may have happened a little while ago +before the update. + +How do I go about installing a java plugin on my FF (Mageia2, 64bit box). + +BTW ... I also tried installing the Oracle java but it just seemed +impossible to install it. Weird! I used to be able to just run the +.rpm's and install with no problems. I also read on the Oracle site, +that the 64bit version of java will not run java applets and they +recommend installing the 32bit version along with the 64bit. + +The openjdk version should at least past the Oracle test page here: +<A HREF="http://java.com/en/download/testjava.jsp">http://java.com/en/download/testjava.jsp</A> + +Any suggestions? + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008703.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8702">[ date ]</a> + <a href="thread.html#8702">[ thread ]</a> + <a href="subject.html#8702">[ subject ]</a> + <a href="author.html#8702">[ 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/2012-September/008703.html b/zarb-ml/mageia-discuss/2012-September/008703.html new file mode 100644 index 000000000..5424f7b23 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008703.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF java plugin + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3C20120909060941.09b73f1a%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="008702.html"> + <LINK REL="Next" HREF="008704.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF java plugin</H1> + <B>Charles A Edwards</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3C20120909060941.09b73f1a%40SuperSize.eslrahc.com%3E" + TITLE="[Mageia-discuss] FF java plugin">CAE at eslrahc.com + </A><BR> + <I>Sun Sep 9 12:09:41 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008702.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008704.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8703">[ date ]</a> + <a href="thread.html#8703">[ thread ]</a> + <a href="subject.html#8703">[ subject ]</a> + <a href="author.html#8703">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sun, 09 Sep 2012 05:53:29 -0400 +Marc Paré wrote: + +><i> Hmm, something changed and I can no longer play java applets! My java +</I>><i> was just updated to java-1.7.0-openjdk, but, I am not sure if this is +</I>><i> when I lost my java plugin; it may have happened a little while ago +</I>><i> before the update. +</I>><i> +</I>><i> How do I go about installing a java plugin on my FF (Mageia2, 64bit +</I>><i> box). +</I> + +For openjdk you need the icedtea-web rpm. + + + Charles + +-- +RFC 882 put the dot in .com, not Sun Microsystems + -- Seen on Slashdot +---------------------- +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.5.3-tmb-server-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/20120909/2941489b/attachment.asc> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008702.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008704.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8703">[ date ]</a> + <a href="thread.html#8703">[ thread ]</a> + <a href="subject.html#8703">[ subject ]</a> + <a href="author.html#8703">[ 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/2012-September/008704.html b/zarb-ml/mageia-discuss/2012-September/008704.html new file mode 100644 index 000000000..ef84a2ab9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008704.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF java plugin + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2i3dn%24dc0%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="008703.html"> + <LINK REL="Next" HREF="008706.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF java plugin</H1> + <B>TJ</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2i3dn%24dc0%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] FF java plugin">andrewsfarm at gmail.com + </A><BR> + <I>Sun Sep 9 14:52:06 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008703.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008706.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8704">[ date ]</a> + <a href="thread.html#8704">[ thread ]</a> + <a href="subject.html#8704">[ subject ]</a> + <a href="author.html#8704">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/09/2012 06:09 AM, Charles A Edwards wrote: +><i> On Sun, 09 Sep 2012 05:53:29 -0400 +</I>><i> Marc Paré wrote: +</I>><i> +</I>>><i> Hmm, something changed and I can no longer play java applets! My java +</I>>><i> was just updated to java-1.7.0-openjdk, but, I am not sure if this is +</I>>><i> when I lost my java plugin; it may have happened a little while ago +</I>>><i> before the update. +</I>>><i> +</I>>><i> How do I go about installing a java plugin on my FF (Mageia2, 64bit +</I>>><i> box). +</I>><i> +</I>><i> +</I>><i> For openjdk you need the icedtea-web rpm. +</I>><i> +</I>><i> +</I>><i> Charles +</I>><i> +</I>And the icedtea-web plugin from the Mageia 2 repositories works with +openjdk 1.6.x, not 1.7.x. I'm told by one of the Mageia developers that +because Mageia's icedtea-web uses that openjdk, it is not susceptible to +the zero-day bug plaguing Oracle's jre 1.7.x versions. Both openjdk +versions have been installed on my 32-bit system. + +Icedtea-web 1.3 was released a few days ago. It may find its way into +Mageia 2 if there are important bug and/or security fixes, but my guess +is we will have to wait for Mageia 3. + +TJ + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008703.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008706.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8704">[ date ]</a> + <a href="thread.html#8704">[ thread ]</a> + <a href="subject.html#8704">[ subject ]</a> + <a href="author.html#8704">[ 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/2012-September/008705.html b/zarb-ml/mageia-discuss/2012-September/008705.html new file mode 100644 index 000000000..686a8a982 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008705.html @@ -0,0 +1,71 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20GNOME%20Cauldron%3A%20Timezone%20vs%20Online%20Accounts%3F&In-Reply-To=%3CCAGvW9WdW4dviwLAkVsyk%2BFAcQ6Lq%2BMyVh_d9AUSmT8UpZ8gxDg%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="008706.html"> + <LINK REL="Next" HREF="008707.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts?</H1> + <B>Michael Hill</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20GNOME%20Cauldron%3A%20Timezone%20vs%20Online%20Accounts%3F&In-Reply-To=%3CCAGvW9WdW4dviwLAkVsyk%2BFAcQ6Lq%2BMyVh_d9AUSmT8UpZ8gxDg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts?">mdhillca at gmail.com + </A><BR> + <I>Sun Sep 9 22:38:40 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008706.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8705">[ date ]</a> + <a href="thread.html#8705">[ thread ]</a> + <a href="subject.html#8705">[ subject ]</a> + <a href="author.html#8705">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Although YaST shows the correct timezone (America/Toronto), GNOME Date +and Time Settings have me in London. When I launch g-c-c in a teminal, +starting Date & Time gives this: + +(gnome-control-center:2859): datetime-cc-panel-WARNING **: Timezone '' +is unhandled, setting Europe/London as default + +As a possible side effect (reported as bugs in a couple of other +distros), my GNOME Online Accounts let me connect to Google, but the +password expires immediately. If I can persuade GNOME to save my +timezone, will my Google account stay connected? + +Mike +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008706.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8705">[ date ]</a> + <a href="thread.html#8705">[ thread ]</a> + <a href="subject.html#8705">[ subject ]</a> + <a href="author.html#8705">[ 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/2012-September/008706.html b/zarb-ml/mageia-discuss/2012-September/008706.html new file mode 100644 index 000000000..0cf86c481 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008706.html @@ -0,0 +1,108 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] FF java plugin + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2jv0d%248as%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="008704.html"> + <LINK REL="Next" HREF="008705.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] FF java plugin</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20FF%20java%20plugin&In-Reply-To=%3Ck2jv0d%248as%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] FF java plugin">marc at marcpare.com + </A><BR> + <I>Mon Sep 10 07:49:01 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008704.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8706">[ date ]</a> + <a href="thread.html#8706">[ thread ]</a> + <a href="subject.html#8706">[ subject ]</a> + <a href="author.html#8706">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Thanks Charles and TJ, + +That did the trick. + +Le 2012-09-09 08:52, TJ a écrit : +><i> On 09/09/2012 06:09 AM, Charles A Edwards wrote: +</I>>><i> On Sun, 09 Sep 2012 05:53:29 -0400 +</I>>><i> Marc Paré wrote: +</I>>><i> +</I>>>><i> Hmm, something changed and I can no longer play java applets! My java +</I>>>><i> was just updated to java-1.7.0-openjdk, but, I am not sure if this is +</I>>>><i> when I lost my java plugin; it may have happened a little while ago +</I>>>><i> before the update. +</I>>>><i> +</I>>>><i> How do I go about installing a java plugin on my FF (Mageia2, 64bit +</I>>>><i> box). +</I>>><i> +</I>>><i> +</I>>><i> For openjdk you need the icedtea-web rpm. +</I>>><i> +</I>>><i> +</I>>><i> Charles +</I>>><i> +</I>><i> And the icedtea-web plugin from the Mageia 2 repositories works with +</I>><i> openjdk 1.6.x, not 1.7.x. I'm told by one of the Mageia developers that +</I>><i> because Mageia's icedtea-web uses that openjdk, it is not susceptible to +</I>><i> the zero-day bug plaguing Oracle's jre 1.7.x versions. Both openjdk +</I>><i> versions have been installed on my 32-bit system. +</I>><i> +</I>><i> Icedtea-web 1.3 was released a few days ago. It may find its way into +</I>><i> Mageia 2 if there are important bug and/or security fixes, but my guess +</I>><i> is we will have to wait for Mageia 3. +</I>><i> +</I>><i> TJ +</I>><i> +</I>><i> +</I> +I have to admit that I am not a big fan of Oracle java and its nice that +there is an alternative. + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008704.html">[Mageia-discuss] FF java plugin +</A></li> + <LI>Next message: <A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8706">[ date ]</a> + <a href="thread.html#8706">[ thread ]</a> + <a href="subject.html#8706">[ subject ]</a> + <a href="author.html#8706">[ 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/2012-September/008707.html b/zarb-ml/mageia-discuss/2012-September/008707.html new file mode 100644 index 000000000..703224549 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008707.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2kbhe%24da6%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="008705.html"> + <LINK REL="Next" HREF="008709.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2kbhe%24da6%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">marc at marcpare.com + </A><BR> + <I>Mon Sep 10 11:22:53 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A></li> + <LI>Next message: <A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8707">[ date ]</a> + <a href="thread.html#8707">[ thread ]</a> + <a href="subject.html#8707">[ subject ]</a> + <a href="author.html#8707">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I am just wondering if it is just me, but, ever since the KDE update, I +had problems with my desktops and laptops (5 in total). I have had to +delete .kde4 (Home folder) on 4 of these boxes, and the last one has not +been updated yet (my son just finished his summer holidays and was +breaking in his Windows partition with his new install of WOW); now that +summer vacation is over and WOW time is reduced, he will have to update. +I was hoping he would try playing WOW on his Mageia partition. + +Has anyone else had any problems? + +Some of the problems that I have had: + +-- general slow down in speed +-- Klipper would disappear at login +-- the Lan connection Icon would disappear +-- some of the KDE preferences would somehow go back to their default state +-- log off widget in the taskbar (lower-right) would quit responding +-- re-start option (Start button ...) would also stop responding + +The problems happened intermittently. The KDE bug assistant did come up +on one of my 2 laptops but I did not have sufficient information to +submit the bug report, just general stuff like above. + +I've deleted the .kde4 file and they all run fine now. + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A></li> + <LI>Next message: <A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8707">[ date ]</a> + <a href="thread.html#8707">[ thread ]</a> + <a href="subject.html#8707">[ subject ]</a> + <a href="author.html#8707">[ 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/2012-September/008708.html b/zarb-ml/mageia-discuss/2012-September/008708.html new file mode 100644 index 000000000..7c0148d78 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008708.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] alpha: how do you get rid of nouveau? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Chkp0i9-pse.ln1%40psd.motzarella.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008724.html"> + <LINK REL="Next" HREF="008710.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] alpha: how do you get rid of nouveau?</H1> + <B>blind Pete</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Chkp0i9-pse.ln1%40psd.motzarella.org%3E" + TITLE="[Mageia-discuss] alpha: how do you get rid of nouveau?">0123peter at gmail.com + </A><BR> + <I>Mon Sep 10 11:48:32 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8708">[ date ]</a> + <a href="thread.html#8708">[ thread ]</a> + <a href="subject.html#8708">[ subject ]</a> + <a href="author.html#8708">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>My test computer has an old nVidia card in it. + +Mageia 3 alpha installs quite happily on it, but +it won't boot to a GUI. It gives error messages +about nouveau, even though the modules has been +deleted and XFdrake run to try "nv" then "vesa". + +BTW there is also an EDID check sum error from +the monitor which could be confusing things. + +There is a repeat of 8 lines of hex data and +[drm] nouveau 0000:01:00.0: DDC responded, but no EDID for VGA-1 + +-- +blind Pete +Sig goes here... + +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8708">[ date ]</a> + <a href="thread.html#8708">[ thread ]</a> + <a href="subject.html#8708">[ subject ]</a> + <a href="author.html#8708">[ 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/2012-September/008709.html b/zarb-ml/mageia-discuss/2012-September/008709.html new file mode 100644 index 000000000..d7a70bbd0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008709.html @@ -0,0 +1,130 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C20120910130416.6464ddc0%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008707.html"> + <LINK REL="Next" HREF="008713.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C20120910130416.6464ddc0%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">shlomif at shlomifish.org + </A><BR> + <I>Mon Sep 10 12:04:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8709">[ date ]</a> + <a href="thread.html#8709">[ thread ]</a> + <a href="subject.html#8709">[ subject ]</a> + <a href="author.html#8709">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Marc, + +On Mon, 10 Sep 2012 05:22:53 -0400 +Marc Paré <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: + +><i> I am just wondering if it is just me, but, ever since the KDE update, +</I> +Which KDE update? + +><i> I had problems with my desktops and laptops (5 in total). I have had +</I>><i> to delete .kde4 (Home folder) on 4 of these boxes, and the last one +</I>><i> has not been updated yet (my son just finished his summer holidays +</I>><i> and was breaking in his Windows partition with his new install of +</I>><i> WOW); +</I> +Just a note - NEVER (!!) delete ~/.kde4/ as this will lose all your settings. +You can instead move it away using the "mv" command: + +<A HREF="http://en.wikipedia.org/wiki/Mv">http://en.wikipedia.org/wiki/Mv</A> + +I'm just mentioning it so people won't be encouraged to do so (and you shouldn't do +so in the future). + +><i> now that summer vacation is over and WOW time is reduced, he +</I>><i> will have to update. I was hoping he would try playing WOW on his +</I>><i> Mageia partition. +</I>><i> +</I>><i> Has anyone else had any problems? +</I>><i> +</I>><i> Some of the problems that I have had: +</I>><i> +</I>><i> -- general slow down in speed +</I>><i> -- Klipper would disappear at login +</I>><i> -- the Lan connection Icon would disappear +</I>><i> -- some of the KDE preferences would somehow go back to their default +</I>><i> state +</I>><i> -- log off widget in the taskbar (lower-right) would quit +</I>><i> responding +</I>><i> -- re-start option (Start button ...) would also stop +</I>><i> responding +</I>><i> +</I> + +I didn't encounter any of these problems either on Mageia 2 x86-64 or Mageia Cauldron +x86-64. If you can reproduce them somehow, you can file bug reports on <A HREF="http://bugs.kde.org/">http://bugs.kde.org/</A> . + +Regards, + + Shlomi Fish + +><i> The problems happened intermittently. The KDE bug assistant did come +</I>><i> up on one of my 2 laptops but I did not have sufficient information +</I>><i> to submit the bug report, just general stuff like above. +</I>><i> +</I>><i> I've deleted the .kde4 file and they all run fine now. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Marc +</I>><i> +</I>><i> +</I> + + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +My Public Domain Photos - <A HREF="http://www.flickr.com/photos/shlomif/">http://www.flickr.com/photos/shlomif/</A> + +I’d do Windows-- , but this may result in an integer underflow. + — an Israeli Linuxer. + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8709">[ date ]</a> + <a href="thread.html#8709">[ thread ]</a> + <a href="subject.html#8709">[ subject ]</a> + <a href="author.html#8709">[ 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/2012-September/008710.html b/zarb-ml/mageia-discuss/2012-September/008710.html new file mode 100644 index 000000000..25f7c3f79 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008710.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] alpha: how do you get rid of nouveau? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Cff291040-d30f-43d1-a035-2b62dd19ff5b%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="008708.html"> + <LINK REL="Next" HREF="008711.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] alpha: how do you get rid of nouveau?</H1> + <B>Kevin Bulgrien</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Cff291040-d30f-43d1-a035-2b62dd19ff5b%40email.android.com%3E" + TITLE="[Mageia-discuss] alpha: how do you get rid of nouveau?">kbulgrien at att.net + </A><BR> + <I>Mon Sep 10 14:01:55 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8710">[ date ]</a> + <a href="thread.html#8710">[ thread ]</a> + <a href="subject.html#8710">[ subject ]</a> + <a href="author.html#8710">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>blind Pete <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">0123peter at gmail.com</A>> wrote: + +><i>My test computer has an old nVidia card in it. +</I>><i> +</I>><i>Mageia 3 alpha installs quite happily on it, but +</I>><i>it won't boot to a GUI. It gives error messages +</I>><i>about nouveau, even though the modules has been +</I>><i>deleted and XFdrake run to try "nv" then "vesa". +</I>><i> +</I>><i>BTW there is also an EDID check sum error from +</I>><i>the monitor which could be confusing things. +</I>><i> +</I>><i>There is a repeat of 8 lines of hex data and +</I>><i>[drm] nouveau 0000:01:00.0: DDC responded, but no EDID for VGA-1 +</I>><i> +</I>><i>-- +</I>><i>blind Pete +</I>><i>Sig goes here... +</I> +I only solved this after modding my init-rd: + +<A HREF="http://www.linuxquestions.org/questions/fedora-35/fedora-12-nouveau-nvidia-driver-solution-771248/">http://www.linuxquestions.org/questions/fedora-35/fedora-12-nouveau-nvidia-driver-solution-771248/</A> + +Later I realized I could force uninstall all the rpms that had to do with nouveau even though urpme wouldn't let me do it. + +I think I still had to mod initrd even though the rpms with the stuff were gone, but I'm not 100% sure. + +I could not compile a real nVidia for old TNT2 cards and got no sympathy from the nvidia forums. I used nv but its opengl was slow and I found a cheap newer card somewhere. + +My experience was with 2. + +Kbulgrien + +-- +Sent from my Android tablet. Please excuse my brevity. +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120910/af321486/attachment.html> +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8710">[ date ]</a> + <a href="thread.html#8710">[ thread ]</a> + <a href="subject.html#8710">[ subject ]</a> + <a href="author.html#8710">[ 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/2012-September/008711.html b/zarb-ml/mageia-discuss/2012-September/008711.html new file mode 100644 index 000000000..7be56dd5e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008711.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] alpha: how do you get rid of nouveau? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3C9aed622067a4e52b91d13c09d26234d4.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="008710.html"> + <LINK REL="Next" HREF="008712.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] alpha: how do you get rid of nouveau?</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3C9aed622067a4e52b91d13c09d26234d4.squirrel%40mail.rmail.be%3E" + TITLE="[Mageia-discuss] alpha: how do you get rid of nouveau?">alien at rmail.be + </A><BR> + <I>Mon Sep 10 14:34:25 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8711">[ date ]</a> + <a href="thread.html#8711">[ thread ]</a> + <a href="subject.html#8711">[ subject ]</a> + <a href="author.html#8711">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> My test computer has an old nVidia card in it. +</I>><i> +</I>><i> Mageia 3 alpha installs quite happily on it, but +</I>><i> it won't boot to a GUI. It gives error messages +</I>><i> about nouveau, even though the modules has been +</I>><i> deleted and XFdrake run to try "nv" then "vesa". +</I>><i> +</I>><i> BTW there is also an EDID check sum error from +</I>><i> the monitor which could be confusing things. +</I>><i> +</I>><i> There is a repeat of 8 lines of hex data and +</I>><i> [drm] nouveau 0000:01:00.0: DDC responded, but no EDID for VGA-1 +</I> +i donno how nouveau fares, but for nvidia there was a noEDID option +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8711">[ date ]</a> + <a href="thread.html#8711">[ thread ]</a> + <a href="subject.html#8711">[ subject ]</a> + <a href="author.html#8711">[ 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/2012-September/008712.html b/zarb-ml/mageia-discuss/2012-September/008712.html new file mode 100644 index 000000000..4dc7d837c --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008712.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] alpha: how do you get rid of nouveau? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Csig.1600e28ae8.30448528.7960.1347281020762.JavaMail.root%40drdos.info%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008711.html"> + <LINK REL="Next" HREF="008722.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] alpha: how do you get rid of nouveau?</H1> + <B>Doug Lytle</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3Csig.1600e28ae8.30448528.7960.1347281020762.JavaMail.root%40drdos.info%3E" + TITLE="[Mageia-discuss] alpha: how do you get rid of nouveau?">support at drdos.info + </A><BR> + <I>Mon Sep 10 14:43:40 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8712">[ date ]</a> + <a href="thread.html#8712">[ thread ]</a> + <a href="subject.html#8712">[ subject ]</a> + <a href="author.html#8712">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>>><i> My test computer has an old nVidia card in it. +</I> + +I think you have to add nokmsboot to your Grub's menu.lst kernel line. At least I recall that message being displayed at boot. + +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="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8712">[ date ]</a> + <a href="thread.html#8712">[ thread ]</a> + <a href="subject.html#8712">[ subject ]</a> + <a href="author.html#8712">[ 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/2012-September/008713.html b/zarb-ml/mageia-discuss/2012-September/008713.html new file mode 100644 index 000000000..f93102055 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008713.html @@ -0,0 +1,148 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3CCABN%3DKygvARVvabu_Q0Wh_PwqgsmnfSWCDT-66PTKPDxoD0DQMg%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="008709.html"> + <LINK REL="Next" HREF="008718.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Max Quarterpleen</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3CCABN%3DKygvARVvabu_Q0Wh_PwqgsmnfSWCDT-66PTKPDxoD0DQMg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">bogusman222 at gmail.com + </A><BR> + <I>Mon Sep 10 20:26:31 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8713">[ date ]</a> + <a href="thread.html#8713">[ thread ]</a> + <a href="subject.html#8713">[ subject ]</a> + <a href="author.html#8713">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, Sep 10, 2012 at 1:04 PM, Shlomi Fish <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">shlomif at shlomifish.org</A>> wrote: + +><i> Hi Marc, +</I>><i> +</I>><i> On Mon, 10 Sep 2012 05:22:53 -0400 +</I>><i> Marc Paré <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: +</I>><i> +</I>><i> > I am just wondering if it is just me, but, ever since the KDE update, +</I>><i> +</I>><i> Which KDE update? +</I>><i> +</I>><i> > I had problems with my desktops and laptops (5 in total). I have had +</I>><i> > to delete .kde4 (Home folder) on 4 of these boxes, and the last one +</I>><i> > has not been updated yet (my son just finished his summer holidays +</I>><i> > and was breaking in his Windows partition with his new install of +</I>><i> > WOW); +</I>><i> +</I>><i> Just a note - NEVER (!!) delete ~/.kde4/ as this will lose all your +</I>><i> settings. +</I>><i> You can instead move it away using the "mv" command: +</I>><i> +</I>><i> <A HREF="http://en.wikipedia.org/wiki/Mv">http://en.wikipedia.org/wiki/Mv</A> +</I>><i> +</I>><i> I'm just mentioning it so people won't be encouraged to do so (and you +</I>><i> shouldn't do +</I>><i> so in the future). +</I>><i> +</I>><i> > now that summer vacation is over and WOW time is reduced, he +</I>><i> > will have to update. I was hoping he would try playing WOW on his +</I>><i> > Mageia partition. +</I>><i> > +</I>><i> > Has anyone else had any problems? +</I>><i> > +</I>><i> > Some of the problems that I have had: +</I>><i> > +</I>><i> > -- general slow down in speed +</I>><i> > -- Klipper would disappear at login +</I>><i> > -- the Lan connection Icon would disappear +</I>><i> > -- some of the KDE preferences would somehow go back to their default +</I>><i> > state +</I>><i> +</I> +That happened to my wife's laptop. +The background image got reset to a default option, and the picture she had +originally set did not even appear as an option to change to. (Right click +options on the desktop). + + +><i> > -- log off widget in the taskbar (lower-right) would quit +</I>><i> > responding +</I>><i> > -- re-start option (Start button ...) would also stop +</I>><i> > responding +</I>><i> > +</I>><i> +</I>><i> +</I>><i> I didn't encounter any of these problems either on Mageia 2 x86-64 or +</I>><i> Mageia Cauldron +</I>><i> x86-64. If you can reproduce them somehow, you can file bug reports on +</I>><i> <A HREF="http://bugs.kde.org/">http://bugs.kde.org/</A> . +</I>><i> +</I>><i> Regards, +</I>><i> +</I>><i> Shlomi Fish +</I>><i> +</I>><i> > The problems happened intermittently. The KDE bug assistant did come +</I>><i> > up on one of my 2 laptops but I did not have sufficient information +</I>><i> > to submit the bug report, just general stuff like above. +</I>><i> > +</I>><i> > I've deleted the .kde4 file and they all run fine now. +</I>><i> > +</I>><i> > Cheers, +</I>><i> > +</I>><i> > Marc +</I>><i> > +</I>><i> > +</I>><i> +</I>><i> +</I>><i> +</I>><i> -- +</I>><i> ----------------------------------------------------------------- +</I>><i> Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +</I>><i> My Public Domain Photos - <A HREF="http://www.flickr.com/photos/shlomif/">http://www.flickr.com/photos/shlomif/</A> +</I>><i> +</I>><i> I’d do Windows-- , but this may result in an integer underflow. +</I>><i> — an Israeli Linuxer. +</I>><i> +</I>><i> Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120910/f4399e8b/attachment-0001.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8713">[ date ]</a> + <a href="thread.html#8713">[ thread ]</a> + <a href="subject.html#8713">[ subject ]</a> + <a href="author.html#8713">[ 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/2012-September/008714.html b/zarb-ml/mageia-discuss/2012-September/008714.html new file mode 100644 index 000000000..6872da662 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008714.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] network tools and ipv6 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20network%20tools%20and%20ipv6&In-Reply-To=%3C504E3DA6.5060100%40whitby-jr.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008722.html"> + <LINK REL="Next" HREF="008716.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] network tools and ipv6</H1> + <B>Jim Whitby</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20network%20tools%20and%20ipv6&In-Reply-To=%3C504E3DA6.5060100%40whitby-jr.org%3E" + TITLE="[Mageia-discuss] network tools and ipv6">jim at whitby-jr.org + </A><BR> + <I>Mon Sep 10 21:21:10 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8714">[ date ]</a> + <a href="thread.html#8714">[ thread ]</a> + <a href="subject.html#8714">[ subject ]</a> + <a href="author.html#8714">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Isn't it time to add ipv6 to all the network tools? + +I realize *most* hosts are not using ipv6, yet. There are a lot of us +who are though and more coming all the time. + +Most of the top web sites have it available. Comcast is making it +available. Verzion will be this fall. + +Having the tools ready and debugged would be a big help to those who +want/need to make use of it. + +An example: +net_monitor ignores anything ipv6 ( will not show up even in connections ). + +All the underlying info is there, ipv6 functions well at the net layer. +It's the tools that are lacking. + +The closest I know of to working is net configure in mcc. It has a +checkbox for ipv6toipv4, but this is almost never used. +ipv6inipv4, yes ( tunneling ). + +So, what do you guys an gals think? +Should we be prepared for the future? + +Jim + +-- +Never argue with a fool -- people might not be able to tell the difference. +---------------------- +Mageia release 2 (Official) for x86_64 +3.3.8-server-2.mga2 x86_64 +---------------------- + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8714">[ date ]</a> + <a href="thread.html#8714">[ thread ]</a> + <a href="subject.html#8714">[ subject ]</a> + <a href="author.html#8714">[ 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/2012-September/008715.html b/zarb-ml/mageia-discuss/2012-September/008715.html new file mode 100644 index 000000000..1d62a1aaa --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008715.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mod-fortune path problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C1780168.M9N9cgfo5s%40mycroft.excession%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008701.html"> + <LINK REL="Next" HREF="008702.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mod-fortune path problem</H1> + <B>bascule</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mod-fortune%20path%20problem&In-Reply-To=%3C1780168.M9N9cgfo5s%40mycroft.excession%3E" + TITLE="[Mageia-discuss] mod-fortune path problem">asura at theexcession.co.uk + </A><BR> + <I>Mon Sep 10 21:54:54 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008702.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8715">[ date ]</a> + <a href="thread.html#8715">[ thread ]</a> + <a href="subject.html#8715">[ subject ]</a> + <a href="author.html#8715">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sunday 09 Sep 2012 11:43:44 Shlomi Fish wrote: +><i> > now obviously i can add /usr/games the same way i +</I>><i> > added /home/bascule/bin but i thought that /etc/profile was system +</I>><i> > wide stuff so whats going wrong here? +</I>><i> > +</I>><i> > +</I>><i> +</I>><i> This seems to be fine here on both Mageia 2 x86-64 and Mageia Cauldron +</I>><i> x86-64. +</I>><i> +</I>><i> What happens when you ssh into your user account at localhost? Is /usr/games +</I>><i> getting set properly then? +</I> +hi, +yes ssh'ing - is that verb? - into my user account from a local console does +show /usr/games, but only because i've added /usr/games to my users's +.bash_profile, with that there kmail also recognises 'fortune' as present, it +still doesn't show up in the path as echoed in konsole. +when i remove the reference in .bash profile, then /usr/games won't show up in +any circumstance and kmail fails to find 'fortune' + +bascule +-- +"And remember, my friends, future events such as these will affect you in the +future....." +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A></li> + <LI>Next message: <A HREF="008702.html">[Mageia-discuss] FF java plugin +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8715">[ date ]</a> + <a href="thread.html#8715">[ thread ]</a> + <a href="subject.html#8715">[ subject ]</a> + <a href="author.html#8715">[ 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/2012-September/008716.html b/zarb-ml/mageia-discuss/2012-September/008716.html new file mode 100644 index 000000000..6af9733df --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008716.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Latest update not completing -- give message ... + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%20...&In-Reply-To=%3Ck2ljag%24kui%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="008714.html"> + <LINK REL="Next" HREF="008717.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Latest update not completing -- give message ...</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%20...&In-Reply-To=%3Ck2ljag%24kui%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Latest update not completing -- give message ...">marc at marcpare.com + </A><BR> + <I>Mon Sep 10 22:41:52 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A></li> + <LI>Next message: <A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8716">[ date ]</a> + <a href="thread.html#8716">[ thread ]</a> + <a href="subject.html#8716">[ subject ]</a> + <a href="author.html#8716">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I just got a note from a friend on Mageia2 and she says: + +"In updating, I receive the following message: + +Sorry, the following package cannot be selected: + +- lib64mesagl1-8.0.4-2.1.mga2.tainted.x86_64 (due to unsatisfied +lib64txc-dxtn) " + +I get the same. I told here that there will most likely be another +update later to fix the problem. + +Do other people have the same results from the update? + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A></li> + <LI>Next message: <A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8716">[ date ]</a> + <a href="thread.html#8716">[ thread ]</a> + <a href="subject.html#8716">[ subject ]</a> + <a href="author.html#8716">[ 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/2012-September/008717.html b/zarb-ml/mageia-discuss/2012-September/008717.html new file mode 100644 index 000000000..7d5c1739e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008717.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Latest update not completing -- give message ... + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%0A%20...&In-Reply-To=%3C504E5118.7030607%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008716.html"> + <LINK REL="Next" HREF="008721.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Latest update not completing -- give message ...</H1> + <B>Thomas Backlund</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%0A%20...&In-Reply-To=%3C504E5118.7030607%40mageia.org%3E" + TITLE="[Mageia-discuss] Latest update not completing -- give message ...">tmb at mageia.org + </A><BR> + <I>Mon Sep 10 22:44:08 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8717">[ date ]</a> + <a href="thread.html#8717">[ thread ]</a> + <a href="subject.html#8717">[ subject ]</a> + <a href="author.html#8717">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>10.09.2012 23:41, Marc Paré skrev: +><i> I just got a note from a friend on Mageia2 and she says: +</I>><i> +</I>><i> "In updating, I receive the following message: +</I>><i> +</I>><i> Sorry, the following package cannot be selected: +</I>><i> +</I>><i> - lib64mesagl1-8.0.4-2.1.mga2.tainted.x86_64 (due to unsatisfied +</I>><i> lib64txc-dxtn) " +</I>><i> +</I>><i> I get the same. I told here that there will most likely be another +</I>><i> update later to fix the problem. +</I>><i> +</I>><i> Do other people have the same results from the update? +</I>><i> +</I> +It was a missing linking of a package. +The issue is already resolved on primary mirror, so it should soon start +showing up on all mirrors... + + +-- +Thomas + + +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8717">[ date ]</a> + <a href="thread.html#8717">[ thread ]</a> + <a href="subject.html#8717">[ subject ]</a> + <a href="author.html#8717">[ 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/2012-September/008718.html b/zarb-ml/mageia-discuss/2012-September/008718.html new file mode 100644 index 000000000..bc7f149cf --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008718.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2ljhj%24mn1%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="008713.html"> + <LINK REL="Next" HREF="008719.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2ljhj%24mn1%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">marc at marcpare.com + </A><BR> + <I>Mon Sep 10 22:45:39 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8718">[ date ]</a> + <a href="thread.html#8718">[ thread ]</a> + <a href="subject.html#8718">[ subject ]</a> + <a href="author.html#8718">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 2012-09-10 06:04, Shlomi Fish a écrit : +><i> Hi Marc, +</I>><i> +</I>><i> On Mon, 10 Sep 2012 05:22:53 -0400 +</I>><i> Marc Paré<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: +</I>><i> +</I>>><i> I am just wondering if it is just me, but, ever since the KDE update, +</I>><i> +</I>><i> Which KDE update? +</I>><i> +</I>>><i> I had problems with my desktops and laptops (5 in total). I have had +</I>>><i> to delete .kde4 (Home folder) on 4 of these boxes, and the last one +</I>>><i> has not been updated yet (my son just finished his summer holidays +</I>>><i> and was breaking in his Windows partition with his new install of +</I>>><i> WOW); +</I>><i> +</I>><i> Just a note - NEVER (!!) delete ~/.kde4/ as this will lose all your settings. +</I>><i> You can instead move it away using the "mv" command: +</I>><i> +</I>><i> <A HREF="http://en.wikipedia.org/wiki/Mv">http://en.wikipedia.org/wiki/Mv</A> +</I>><i> +</I>><i> I'm just mentioning it so people won't be encouraged to do so (and you shouldn't do +</I>><i> so in the future). +</I>><i> +</I> +This would be great if you could give a little more detail for people +(like me) who would not know what to mv. I did not know where the +problem was coming from and it was just easier (time-wise) to reset the +desktop and KDE soft. + +Can you give me an example of what I would do in these circumstances? + +Cheers, + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8718">[ date ]</a> + <a href="thread.html#8718">[ thread ]</a> + <a href="subject.html#8718">[ subject ]</a> + <a href="author.html#8718">[ 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/2012-September/008719.html b/zarb-ml/mageia-discuss/2012-September/008719.html new file mode 100644 index 000000000..a591a2b9a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008719.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C20120910235910.2a3f0ddb%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008718.html"> + <LINK REL="Next" HREF="008720.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C20120910235910.2a3f0ddb%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">shlomif at shlomifish.org + </A><BR> + <I>Mon Sep 10 22:59:10 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8719">[ date ]</a> + <a href="thread.html#8719">[ thread ]</a> + <a href="subject.html#8719">[ subject ]</a> + <a href="author.html#8719">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Marc, + +On Mon, 10 Sep 2012 16:45:39 -0400 +Marc Paré <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: + +><i> Le 2012-09-10 06:04, Shlomi Fish a écrit : +</I>><i> > Hi Marc, +</I>><i> > +</I>><i> > On Mon, 10 Sep 2012 05:22:53 -0400 +</I>><i> > Marc Paré<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: +</I>><i> > +</I>><i> >> I am just wondering if it is just me, but, ever since the KDE +</I>><i> >> update, +</I>><i> > +</I>><i> > Which KDE update? +</I>><i> > +</I>><i> >> I had problems with my desktops and laptops (5 in total). I have +</I>><i> >> had to delete .kde4 (Home folder) on 4 of these boxes, and the +</I>><i> >> last one has not been updated yet (my son just finished his summer +</I>><i> >> holidays and was breaking in his Windows partition with his new +</I>><i> >> install of WOW); +</I>><i> > +</I>><i> > Just a note - NEVER (!!) delete ~/.kde4/ as this will lose all your +</I>><i> > settings. You can instead move it away using the "mv" command: +</I>><i> > +</I>><i> > <A HREF="http://en.wikipedia.org/wiki/Mv">http://en.wikipedia.org/wiki/Mv</A> +</I>><i> > +</I>><i> > I'm just mentioning it so people won't be encouraged to do so (and +</I>><i> > you shouldn't do so in the future). +</I>><i> > +</I>><i> +</I>><i> This would be great if you could give a little more detail for people +</I>><i> (like me) who would not know what to mv. I did not know where the +</I>><i> problem was coming from and it was just easier (time-wise) to reset +</I>><i> the desktop and KDE soft. +</I>><i> +</I>><i> Can you give me an example of what I would do in these circumstances? +</I>><i> +</I> +You can do something like: + +mv ~/.kde4 ~/.kde4-old-"$(date '+%s')" + +This will move the ~/.kde4 directory away (and as far as KDE is concerned, its +settings will be reset), but you can restore it later, or use it for reference +for older customisations. + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +Apple Inc. is Evil - <A HREF="http://www.shlomifish.org/open-source/anti/apple/">http://www.shlomifish.org/open-source/anti/apple/</A> + +A golfed Java program will be longer than non‐golf Perl or Python code. + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8719">[ date ]</a> + <a href="thread.html#8719">[ thread ]</a> + <a href="subject.html#8719">[ subject ]</a> + <a href="author.html#8719">[ 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/2012-September/008720.html b/zarb-ml/mageia-discuss/2012-September/008720.html new file mode 100644 index 000000000..90b4c9d8c --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008720.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2m4ld%24mdp%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="008719.html"> + <LINK REL="Next" HREF="008723.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2m4ld%24mdp%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">marc at marcpare.com + </A><BR> + <I>Tue Sep 11 03:37:48 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8720">[ date ]</a> + <a href="thread.html#8720">[ thread ]</a> + <a href="subject.html#8720">[ subject ]</a> + <a href="author.html#8720">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Shlomi, + +Le 2012-09-10 16:59, Shlomi Fish a écrit : +>>><i> +</I>>><i> +</I>>><i> This would be great if you could give a little more detail for people +</I>>><i> (like me) who would not know what to mv. I did not know where the +</I>>><i> problem was coming from and it was just easier (time-wise) to reset +</I>>><i> the desktop and KDE soft. +</I>>><i> +</I>>><i> Can you give me an example of what I would do in these circumstances? +</I>>><i> +</I>><i> +</I>><i> You can do something like: +</I>><i> +</I>><i> mv ~/.kde4 ~/.kde4-old-"$(date '+%s')" +</I>><i> +</I>><i> This will move the ~/.kde4 directory away (and as far as KDE is concerned, its +</I>><i> settings will be reset), but you can restore it later, or use it for reference +</I>><i> for older customisations. +</I>><i> +</I>><i> Regards, +</I>><i> +</I>><i> Shlomi Fish +</I>><i> +</I> +Ah! I usually open Dolphin and rename it to .kdeOLD as I will usually +want to move my wallpapers from the share file. + +But yes, I should have mentioned this and thank you for pointing this +out. Always best to have your original copy to compare. + +Thanks! + +Marc + + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8720">[ date ]</a> + <a href="thread.html#8720">[ thread ]</a> + <a href="subject.html#8720">[ subject ]</a> + <a href="author.html#8720">[ 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/2012-September/008721.html b/zarb-ml/mageia-discuss/2012-September/008721.html new file mode 100644 index 000000000..0db0c31d7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008721.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Latest update not completing -- give message ... + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%0A%09...&In-Reply-To=%3Ck2m4uc%24mdp%242%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="008717.html"> + <LINK REL="Next" HREF="008725.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Latest update not completing -- give message ...</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Latest%20update%20not%20completing%20--%20give%20message%0A%09...&In-Reply-To=%3Ck2m4uc%24mdp%242%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] Latest update not completing -- give message ...">marc at marcpare.com + </A><BR> + <I>Tue Sep 11 03:42:36 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008725.html">[Mageia-discuss] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8721">[ date ]</a> + <a href="thread.html#8721">[ thread ]</a> + <a href="subject.html#8721">[ subject ]</a> + <a href="author.html#8721">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Thomas, + +Thanks! And a big thanks to the devs and all involved for the quick work! + +Marc + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;`````````````````````````````````````````````````````````` + +Le 2012-09-10 16:44, Thomas Backlund a écrit : +><i> 10.09.2012 23:41, Marc Paré skrev: +</I>>><i> I just got a note from a friend on Mageia2 and she says: +</I>>><i> +</I>>><i> "In updating, I receive the following message: +</I>>><i> +</I>>><i> Sorry, the following package cannot be selected: +</I>>><i> +</I>>><i> - lib64mesagl1-8.0.4-2.1.mga2.tainted.x86_64 (due to unsatisfied +</I>>><i> lib64txc-dxtn) " +</I>>><i> +</I>>><i> I get the same. I told here that there will most likely be another +</I>>><i> update later to fix the problem. +</I>>><i> +</I>>><i> Do other people have the same results from the update? +</I>>><i> +</I>><i> +</I>><i> It was a missing linking of a package. +</I>><i> The issue is already resolved on primary mirror, so it should soon start +</I>><i> showing up on all mirrors... +</I>><i> +</I>><i> +</I>><i> -- +</I>><i> Thomas +</I>><i> +</I>><i> +</I>><i> +</I> + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008725.html">[Mageia-discuss] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8721">[ date ]</a> + <a href="thread.html#8721">[ thread ]</a> + <a href="subject.html#8721">[ subject ]</a> + <a href="author.html#8721">[ 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/2012-September/008722.html b/zarb-ml/mageia-discuss/2012-September/008722.html new file mode 100644 index 000000000..67d609da0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008722.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] alpha: how do you get rid of nouveau? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3C5p63i9-agv.ln1%40psd.motzarella.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008712.html"> + <LINK REL="Next" HREF="008714.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] alpha: how do you get rid of nouveau?</H1> + <B>blind Pete</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20alpha%3A%20how%20do%20you%20get%20rid%20of%20nouveau%3F&In-Reply-To=%3C5p63i9-agv.ln1%40psd.motzarella.org%3E" + TITLE="[Mageia-discuss] alpha: how do you get rid of nouveau?">0123peter at gmail.com + </A><BR> + <I>Tue Sep 11 09:45:09 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8722">[ date ]</a> + <a href="thread.html#8722">[ thread ]</a> + <a href="subject.html#8722">[ subject ]</a> + <a href="author.html#8722">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Doug Lytle wrote: + +>>><i> My test computer has an old nVidia card in it. +</I>><i> +</I>><i> +</I>><i> I think you have to add nokmsboot to your Grub's menu.lst kernel line. At +</I>><i> least I recall that message being displayed at boot. +</I> +That would seem to be the problem. + +It is now happily running the VESA drive. Now was this something +that should have been auto detected and autoconfigured at +installation time or configuration time? It is worth a bug +report. + +-- +blind Pete +Sig goes here... + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI>Next message: <A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8722">[ date ]</a> + <a href="thread.html#8722">[ thread ]</a> + <a href="subject.html#8722">[ subject ]</a> + <a href="author.html#8722">[ 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/2012-September/008723.html b/zarb-ml/mageia-discuss/2012-September/008723.html new file mode 100644 index 000000000..5804d6ce0 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008723.html @@ -0,0 +1,108 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C504EF63B.9070100%40kde.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008720.html"> + <LINK REL="Next" HREF="008724.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Anne Wilson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3C504EF63B.9070100%40kde.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">annew at kde.org + </A><BR> + <I>Tue Sep 11 10:28:43 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8723">[ date ]</a> + <a href="thread.html#8723">[ thread ]</a> + <a href="subject.html#8723">[ subject ]</a> + <a href="author.html#8723">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 10/09/2012 21:45, Marc Paré wrote: +><i> Le 2012-09-10 06:04, Shlomi Fish a écrit : +</I>>><i> Hi Marc, +</I>>><i> +</I>>><i> On Mon, 10 Sep 2012 05:22:53 -0400 +</I>>><i> Marc Paré<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: +</I>>><i> +</I>>>><i> I am just wondering if it is just me, but, ever since the KDE update, +</I>>><i> +</I>>><i> Which KDE update? +</I>>><i> +</I>>>><i> I had problems with my desktops and laptops (5 in total). I have had +</I>>>><i> to delete .kde4 (Home folder) on 4 of these boxes, and the last one +</I>>>><i> has not been updated yet (my son just finished his summer holidays +</I>>>><i> and was breaking in his Windows partition with his new install of +</I>>>><i> WOW); +</I>>><i> +</I>>><i> Just a note - NEVER (!!) delete ~/.kde4/ as this will lose all your +</I>>><i> settings. +</I>>><i> You can instead move it away using the "mv" command: +</I>>><i> +</I>>><i> <A HREF="http://en.wikipedia.org/wiki/Mv">http://en.wikipedia.org/wiki/Mv</A> +</I>>><i> +</I>>><i> I'm just mentioning it so people won't be encouraged to do so (and you +</I>>><i> shouldn't do +</I>>><i> so in the future). +</I>>><i> +</I>><i> +</I>><i> This would be great if you could give a little more detail for people +</I>><i> (like me) who would not know what to mv. I did not know where the +</I>><i> problem was coming from and it was just easier (time-wise) to reset the +</I>><i> desktop and KDE soft. +</I>><i> +</I>><i> Can you give me an example of what I would do in these circumstances? +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>mv ~/.kde4 ~/.kde4-old + +When you restart KDE you will have lost all your settings, but you can +then restore from the old one, in bite-size pieces, until you hit a +problem. At that point, delete the bit you just restored (rollback) and +you should be fine. + +Anne +Anne + + +-- +Need KDE Help? Visit +<A HREF="http://userbase.kde.org">http://userbase.kde.org</A> or +<A HREF="http://forum.kde.org">http://forum.kde.org</A> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8723">[ date ]</a> + <a href="thread.html#8723">[ thread ]</a> + <a href="subject.html#8723">[ subject ]</a> + <a href="author.html#8723">[ 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/2012-September/008724.html b/zarb-ml/mageia-discuss/2012-September/008724.html new file mode 100644 index 000000000..8ff2147b9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008724.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] KDE update problems? Maybe? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2p1pq%243rf%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="008723.html"> + <LINK REL="Next" HREF="008708.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] KDE update problems? Maybe?</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20KDE%20update%20problems%3F%20Maybe%3F&In-Reply-To=%3Ck2p1pq%243rf%241%40ger.gmane.org%3E" + TITLE="[Mageia-discuss] KDE update problems? Maybe?">marc at marcpare.com + </A><BR> + <I>Wed Sep 12 06:07:22 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8724">[ date ]</a> + <a href="thread.html#8724">[ thread ]</a> + <a href="subject.html#8724">[ subject ]</a> + <a href="author.html#8724">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Anne, + +Le 2012-09-11 04:28, Anne Wilson a écrit : + +>><i> +</I>><i> mv ~/.kde4 ~/.kde4-old +</I>><i> +</I>><i> When you restart KDE you will have lost all your settings, but you can +</I>><i> then restore from the old one, in bite-size pieces, until you hit a +</I>><i> problem. At that point, delete the bit you just restored (rollback) and +</I>><i> you should be fine. +</I>><i> +</I>><i> Anne +</I>><i> Anne +</I>><i> +</I>><i> +</I> +Thanks! I am curious as to how long this process would take as opposed +to re-starting from scratch. I'll give it a try next time to see how +long the process would take. + +I am looking at this from the point of a user having to go through this. + +Cheers, + +Marc + +-- +Marc Paré +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Marc at MarcPare.com</A> +<A HREF="http://www.parEntreprise.com">http://www.parEntreprise.com</A> +parEntreprise.com Supports OpenDocument Formats (ODF) +parEntreprise.com Supports <A HREF="http://www.LibreOffice.org">http://www.LibreOffice.org</A> + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A></li> + <LI>Next message: <A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8724">[ date ]</a> + <a href="thread.html#8724">[ thread ]</a> + <a href="subject.html#8724">[ subject ]</a> + <a href="author.html#8724">[ 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/2012-September/008725.html b/zarb-ml/mageia-discuss/2012-September/008725.html new file mode 100644 index 000000000..67a3cc560 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008725.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] installing in parallel + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20installing%20in%20parallel&In-Reply-To=%3C505610BD.6020505%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008721.html"> + <LINK REL="Next" HREF="008729.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] installing in parallel</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20installing%20in%20parallel&In-Reply-To=%3C505610BD.6020505%40xs4all.nl%3E" + TITLE="[Mageia-discuss] installing in parallel">marja11 at xs4all.nl + </A><BR> + <I>Sun Sep 16 19:47:41 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8725">[ date ]</a> + <a href="thread.html#8725">[ thread ]</a> + <a href="subject.html#8725">[ subject ]</a> + <a href="author.html#8725">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Hi everyone, + + +In MCC --> Software Management --> Configure media sources for install +and update +so in this screen: +<A HREF="http://docteam.mageia.nl/en/MCC/content/drakrpm-edit-media.html">http://docteam.mageia.nl/en/MCC/content/drakrpm-edit-media.html</A> + +in the menubar --> options +you can choose *parallel* + +It was originally created to enable installing packages on several +systems in a network at the same time. + +Does anyone use this option? + +If so, does it *only* work with identical systems (so with the same +hardware and software), or does it work as long as the systems have +the same architecture and the same Mageia version? + +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> + +iQEcBAEBAgAGBQJQVhC3AAoJEKWubDMI5nEBpecH/AhgV17Odz+kVOqh3vJAO5P8 +hWpEFLnRcuBjNGfH6xpC99HgfW+X8qHuHq2j89BnspL0FIKB1hNrINy29W6IUGqQ +XBGWgLFn+kCquD4ybClG+/0QUXMsagAwPjZvbAA+oqgkoLxrNw6IED4YvHbrQMu7 +2bROV99p/pi2XUOO05BC78G8/6GG0DITMK9cp2zETV0Ia78AkMO+Xaotp/q2n8Jj +Qc0HUVtmjAk2G8h5VyO4IQ/bQb/x28koSYPRKOP8GUnM3t3befFXzyWu7Vo686l2 +1VnV/xwEe4mQTB2wXOj+Fm9ouwTtCd5b5UaFnxbzvXw61Unac6xtENsWF6t2Q6I= +=au+J +-----END PGP SIGNATURE----- +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A></li> + <LI>Next message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8725">[ date ]</a> + <a href="thread.html#8725">[ thread ]</a> + <a href="subject.html#8725">[ subject ]</a> + <a href="author.html#8725">[ 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/2012-September/008726.html b/zarb-ml/mageia-discuss/2012-September/008726.html new file mode 100644 index 000000000..11e88dc39 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008726.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209162142.13119.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="008736.html"> + <LINK REL="Next" HREF="008727.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209162142.13119.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Mon Sep 17 03:42:13 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8726">[ date ]</a> + <a href="thread.html#8726">[ thread ]</a> + <a href="subject.html#8726">[ subject ]</a> + <a href="author.html#8726">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I have a problem, in that whenever I want to use the USB Serial port at +/dev/ttyUSB0 I have to log in as root. + +I wonder if the way to solve this is by adding a rule +/dev/ttyUSB0 root root 777 in Mcc > Security > Settings > Permissions or is +there another way ? + +I have tried to change the permissions in /dev but they always revert to 660 +after a time. + +Cheers, + +Ron. +-- + Sed nescio quo modo nihil tam absurde dici potest + quod non dicatur ab aliquo philosophorum. + -- Marcus Tullius Cicero + + -- <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="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8726">[ date ]</a> + <a href="thread.html#8726">[ thread ]</a> + <a href="subject.html#8726">[ subject ]</a> + <a href="author.html#8726">[ 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/2012-September/008727.html b/zarb-ml/mageia-discuss/2012-September/008727.html new file mode 100644 index 000000000..d0e8b1789 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008727.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3CCAHDxzRfwtBYimAgGVLu6Yhg8nC5N7_%2BB%3D6UQiQ7VLEGLXTzHYQ%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="008726.html"> + <LINK REL="Next" HREF="008730.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Alejandro López</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3CCAHDxzRfwtBYimAgGVLu6Yhg8nC5N7_%2BB%3D6UQiQ7VLEGLXTzHYQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">listas.apl at gmail.com + </A><BR> + <I>Mon Sep 17 09:08:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8727">[ date ]</a> + <a href="thread.html#8727">[ thread ]</a> + <a href="subject.html#8727">[ subject ]</a> + <a href="author.html#8727">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Renaud, + +On Mon, Sep 17, 2012 at 3:42 AM, Renaud (Ron) Olgiati < +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">renaud at olgiati-in-paraguay.org</A>> wrote: + +><i> I have a problem, in that whenever I want to use the USB Serial port at +</I>><i> /dev/ttyUSB0 I have to log in as root. +</I>><i> +</I>><i> I wonder if the way to solve this is by adding a rule +</I>><i> /dev/ttyUSB0 root root 777 in Mcc > Security > Settings > Permissions or is +</I>><i> there another way ? +</I>><i> +</I>><i> I have tried to change the permissions in /dev but they always revert to +</I>><i> 660 +</I>><i> after a time. +</I>><i> +</I> +The devices in /dev/ are recreated with each boot. This explains why they +loose the permissions. udevd is responsible for creating them at boot time, +following some rules. You need to modify those rules. If I remember +correctly, they are located in /etc/udev/rules.d/. + +HTH, +Alejandro. + + + +><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Ron. +</I>><i> -- +</I>><i> Sed nescio quo modo nihil tam absurde dici potest +</I>><i> quod non dicatur ab aliquo philosophorum. +</I>><i> -- Marcus Tullius Cicero +</I>><i> +</I>><i> -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- +</I>><i> +</I>><i> +</I>-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120917/d58f77ef/attachment.html> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8727">[ date ]</a> + <a href="thread.html#8727">[ thread ]</a> + <a href="subject.html#8727">[ subject ]</a> + <a href="author.html#8727">[ 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/2012-September/008728.html b/zarb-ml/mageia-discuss/2012-September/008728.html new file mode 100644 index 000000000..90832d5bf --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008728.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C6991031.JLgHIuLueg%40pip%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008734.html"> + <LINK REL="Next" HREF="008733.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Deri James</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C6991031.JLgHIuLueg%40pip%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">deri at chuzzlewit.myzen.co.uk + </A><BR> + <I>Mon Sep 17 11:15:03 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8728">[ date ]</a> + <a href="thread.html#8728">[ thread ]</a> + <a href="subject.html#8728">[ subject ]</a> + <a href="author.html#8728">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sunday 16 Sep 2012 21:42:13 Renaud Olgiati wrote: +><i> I have a problem, in that whenever I want to use the USB Serial port at +</I>><i> /dev/ttyUSB0 I have to log in as root. +</I>><i> +</I>><i> I wonder if the way to solve this is by adding a rule +</I>><i> /dev/ttyUSB0 root root 777 in Mcc > Security > Settings > Permissions or is +</I>><i> there another way ? +</I>><i> +</I>><i> I have tried to change the permissions in /dev but they always revert to 660 +</I>><i> after a time. +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Ron. +</I> +Isn't there a group (dialout?) you can make yourself a member of which owns +the group rights to the device? Remember to logout/in after adding yourself to +the group. + +Cheers + +Deri + + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8728">[ date ]</a> + <a href="thread.html#8728">[ thread ]</a> + <a href="subject.html#8728">[ subject ]</a> + <a href="author.html#8728">[ 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/2012-September/008729.html b/zarb-ml/mageia-discuss/2012-September/008729.html new file mode 100644 index 000000000..81d46d740 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008729.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel + </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%20installing%20in%20parallel&In-Reply-To=%3C50570EC5.3060702%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008725.html"> + <LINK REL="Next" HREF="008732.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C50570EC5.3060702%40xs4all.nl%3E" + TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">marja11 at xs4all.nl + </A><BR> + <I>Mon Sep 17 13:51:33 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008725.html">[Mageia-discuss] installing in parallel +</A></li> + <LI>Next message: <A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8729">[ date ]</a> + <a href="thread.html#8729">[ thread ]</a> + <a href="subject.html#8729">[ subject ]</a> + <a href="author.html#8729">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 16/09/2012 19:47, Marja van Waes wrote: +><i> +</I>><i> In MCC --> Software Management --> Configure media sources for +</I>><i> install and update so in this screen: +</I>><i> <A HREF="http://docteam.mageia.nl/en/MCC/content/drakrpm-edit-media.html">http://docteam.mageia.nl/en/MCC/content/drakrpm-edit-media.html</A> +</I>><i> +</I>><i> in the menubar --> options you can choose *parallel* +</I>><i> +</I>><i> It was originally created to enable installing packages on several +</I>><i> systems in a network at the same time. +</I>><i> +</I>><i> Does anyone use this option? +</I>><i> +</I>><i> If so, does it *only* work with identical systems (so with the +</I>><i> same hardware and software), or does it work as long as the systems +</I>><i> have the same architecture and the same Mageia version? +</I>><i> +</I> +If you don't use this option, but you do install in parallel, what do +you use instead? Does your alternative only work on identical systems? +-----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> + +iQEcBAEBAgAGBQJQVw6/AAoJEKWubDMI5nEBAiQIAKKZJ4gnq9w2chg8owJkX5C0 +OC6Bv7OC/92kr7uqE7KVe5zQ2/Rz+OTWLb6ZBhRcOwbxrT8oVwBEPHDSFh0zm2Mr +vM8xS5GngpgX4dtChWnTbOzy/eJ8MgS6samX3TFKaWz3jY2wJJ5z8UiFXthXwqz2 +QB4Xj2VlVTlcatU/nOuprbllKF3o011cT06EMi5OzVJTmZY7W+vCk3qK2LIEKFSZ +Zj45cKxTYgWTOiRGunKL7ZcoKQ4YmgH8Q00BzxgMaAssLxD2akTGHgFjjzHN1lz0 +acoJmNTblldB9aSm+ca+URLqoUTN9/KsO+gBobJ6h5kH+GwdAQmnlUuquFm68ng= +=eHpD +-----END PGP SIGNATURE----- +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008725.html">[Mageia-discuss] installing in parallel +</A></li> + <LI>Next message: <A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8729">[ date ]</a> + <a href="thread.html#8729">[ thread ]</a> + <a href="subject.html#8729">[ subject ]</a> + <a href="author.html#8729">[ 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/2012-September/008730.html b/zarb-ml/mageia-discuss/2012-September/008730.html new file mode 100644 index 000000000..d636881e4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008730.html @@ -0,0 +1,92 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209170748.46385.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="008727.html"> + <LINK REL="Next" HREF="008731.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209170748.46385.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Mon Sep 17 13:48:46 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8730">[ date ]</a> + <a href="thread.html#8730">[ thread ]</a> + <a href="subject.html#8730">[ subject ]</a> + <a href="author.html#8730">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 17 Sep 2012 03:08 my mailbox was graced by a message from Alejandro +López who wrote: +><i> > I have a problem, in that whenever I want to use the USB Serial port at +</I>><i> > /dev/ttyUSB0 I have to log in as root. +</I>><i> > I wonder if the way to solve this is by adding a rule +</I>><i> > /dev/ttyUSB0 root root 777 in Mcc > Security > Settings > Permissions or +</I>><i> > is there another way ? +</I>><i> > I have tried to change the permissions in /dev but they always revert to +</I>><i> > 660 after a time. +</I> +><i> The devices in dev are recreated with each boot. This explains why they +</I>><i> loose the permissions. udevd is responsible for creating them at boot time, +</I>><i> following some rules. You need to modify those rules. If I remember +</I>><i> correctly, they are located in /etc/udev/rules.d/. +</I> +I think I finally found a simpler solution: +/dev/ttyUSB0 (like all the /dev/ttyS*) belongs to the group dialout. + +So I just added my user to that group ("usermod -a -G dialout user" as root) +and logged in again. + +And I can now download my GPS data as user ! + +Cheers, + +Ron. +-- + I'll defend to the death your right to say that, + but I never said I'd listen to it! + -- Tom Galloway with apologies to Voltaire + + -- <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="008727.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8730">[ date ]</a> + <a href="thread.html#8730">[ thread ]</a> + <a href="subject.html#8730">[ subject ]</a> + <a href="author.html#8730">[ 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/2012-September/008731.html b/zarb-ml/mageia-discuss/2012-September/008731.html new file mode 100644 index 000000000..b6cb90aa6 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008731.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C50571B33.3030707%40roadrunner.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008730.html"> + <LINK REL="Next" HREF="008734.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Frank Griffin</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C50571B33.3030707%40roadrunner.com%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">ftg at roadrunner.com + </A><BR> + <I>Mon Sep 17 14:44:35 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8731">[ date ]</a> + <a href="thread.html#8731">[ thread ]</a> + <a href="subject.html#8731">[ subject ]</a> + <a href="author.html#8731">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 09/17/2012 07:48 AM, Renaud (Ron) Olgiati wrote: +><i> I think I finally found a simpler solution: +</I> +You should enter a bug report for this, as there is probably more going +on here than simple Unix permissions. + +When dinosaurs roamed the earth, Unix systems were multi-user, and it +was expected that the sysadmin would use the groups to parcel out device +permissions. As Linux distros have moved more and more towards +single-user systems, permission mechanisms have changed. + +/dev devices are now created dynamically (as already pointed out) +according to rules supplied by the packages you install. The theory is +that you only end up creating /dev nodes for devices you will actually +use, rather than the cast of thousands that used to be created +statically for every possible need. + +And access to common devices like CD drives and the audio system is (I +believe) done dynamically now as well, by packages like polkit and +systemd, which take their configuration from places other than /etc/group. + +As a USB tty is not a common device, it may well have fallen through the +cracks of these new mechanisms, and should probably be addressed there. +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8731">[ date ]</a> + <a href="thread.html#8731">[ thread ]</a> + <a href="subject.html#8731">[ subject ]</a> + <a href="author.html#8731">[ 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/2012-September/008732.html b/zarb-ml/mageia-discuss/2012-September/008732.html new file mode 100644 index 000000000..b0230b9aa --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008732.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel + </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%20installing%20in%20parallel&In-Reply-To=%3C201209171512.08437.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="008729.html"> + <LINK REL="Next" HREF="008735.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C201209171512.08437.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">cooker at solbu.net + </A><BR> + <I>Mon Sep 17 15:12:03 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8732">[ date ]</a> + <a href="thread.html#8732">[ thread ]</a> + <a href="subject.html#8732">[ subject ]</a> + <a href="author.html#8732">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 17 September 2012 13:51, Marja van Waes wrote: +><i> If you don't use this option, but you do install in parallel, what do +</I>><i> you use instead? Does your alternative only work on identical systems? +</I> +I use a single command line for parrallel upgrades, that can be used for parallel package installation. +=== +ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp1</A> -t "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp2</A> -t "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp3</A> -t "/usr/sbin/urpmi --auto-update" +=== +If you have disabled root login, add sudo just before the urpmi command. (btw, I use ssh keys for auth and enforce "without-password".) +Just replace "--auto-update" with "name of package" for installation. +I use a similar line for managing updates on three Debian servers. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120917/e098dfa7/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8732">[ date ]</a> + <a href="thread.html#8732">[ thread ]</a> + <a href="subject.html#8732">[ subject ]</a> + <a href="author.html#8732">[ 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/2012-September/008733.html b/zarb-ml/mageia-discuss/2012-September/008733.html new file mode 100644 index 000000000..4cae0df7b --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008733.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 from scratch - problems + </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%20from%20scratch%20-%20problems&In-Reply-To=%3CCAHDxzRdSugZK8PyzCma-3dcHyA9mMcGY-fcY6TS8%3DaY9nCE09Q%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="008728.html"> + <LINK REL="Next" HREF="008738.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 from scratch - problems</H1> + <B>Alejandro López</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20from%20scratch%20-%20problems&In-Reply-To=%3CCAHDxzRdSugZK8PyzCma-3dcHyA9mMcGY-fcY6TS8%3DaY9nCE09Q%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Mageia 2 from scratch - problems">listas.apl at gmail.com + </A><BR> + <I>Mon Sep 17 15:13:08 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8733">[ date ]</a> + <a href="thread.html#8733">[ thread ]</a> + <a href="subject.html#8733">[ subject ]</a> + <a href="author.html#8733">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +I installed Mageia 2 on 2 new systems where no previous installation was +available. This means it wasn't an upgrade, but a complete install from the +DVD. While doing this, I fall in some problems: + +1) I seleced brtfs for a partition and the installer told me it was going +to install the package btrfs-progs, but failed to do so and I couldn't use +btrfs on tat partition. What I remark here is that it tried but failed. So +either btrfs should not be present in the installer, or the btrfs-progs +package present in the DVD (I may be missing other possibilities) + + +2) While partitioning the disks, I accidentally pressed "format" instal of +the button I wanted to really press. I wanted to press the "back" button +but there wasn't any. Once at this point, the only possible action is to +format the partition. Luckilly it was a brand new disk so I lost nothing. + + +3) This is the most annoying problem I have. Although I configured none of +the local acounts for autologin, there is an account the automatically +logs-in after booting the machines. I see the desktop during a fraction of +a seconds an then an error message that says (in spanisk so my translation +back to english might no the exact): "Something went wrong. A error +happened and the system cannot be recovered. Close the session and try +again." This happens with every boot on both machines. + + +Should I open bugs? Ideas on how to correct the 3rd problem? + +Alejandro. +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120917/28656790/attachment.html> +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8733">[ date ]</a> + <a href="thread.html#8733">[ thread ]</a> + <a href="subject.html#8733">[ subject ]</a> + <a href="author.html#8733">[ 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/2012-September/008734.html b/zarb-ml/mageia-discuss/2012-September/008734.html new file mode 100644 index 000000000..8d71108c7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008734.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Making the serial port available to all + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209171005.50486.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="008731.html"> + <LINK REL="Next" HREF="008728.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Making the serial port available to all</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Making%20the%20serial%20port%20available%20to%20all&In-Reply-To=%3C201209171005.50486.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Making the serial port available to all">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Mon Sep 17 16:05:50 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8734">[ date ]</a> + <a href="thread.html#8734">[ thread ]</a> + <a href="subject.html#8734">[ subject ]</a> + <a href="author.html#8734">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 17 Sep 2012 08:44 my mailbox was graced by a message from Frank +Griffin who wrote: +><i> > I think I finally found a simpler solution: +</I> +><i> You should enter a bug report for this, as there is probably more going +</I>><i> on here than simple Unix permissions. +</I> +><i> When dinosaurs roamed the earth, Unix systems were multi-user, and it +</I>><i> was expected that the sysadmin would use the groups to parcel out device +</I>><i> permissions. As Linux distros have moved more and more towards +</I>><i> single-user systems, permission mechanisms have changed. +</I> +><i> /dev devices are now created dynamically (as already pointed out) +</I>><i> according to rules supplied by the packages you install. The theory is +</I>><i> that you only end up creating /dev nodes for devices you will actually +</I>><i> use, rather than the cast of thousands that used to be created +</I>><i> statically for every possible need. +</I> +><i> And access to common devices like CD drives and the audio system is (I +</I>><i> believe) done dynamically now as well, by packages like polkit and +</I>><i> systemd, which take their configuration from places other than /etc/group. +</I> +><i> As a USB tty is not a common device, it may well have fallen through the +</I>><i> cracks of these new mechanisms, and should probably be addressed there. +</I> +I beg to disagree with the last, given that the group attribution for +/dev/ttyUSB0 (for the USB serial port adapter) is the same as that for the +common or garden serial ports at /dev/ttyS* +All of those belong to the dialout group, probably leftover from the days when +the serial ports conected to the modem (?). + +Filled the bug report. + +Cheers, + +Ron. +-- + Deux étions, et n'avions qu'un coeur. + -- François Villon + + -- <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="008731.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI>Next message: <A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8734">[ date ]</a> + <a href="thread.html#8734">[ thread ]</a> + <a href="subject.html#8734">[ subject ]</a> + <a href="author.html#8734">[ 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/2012-September/008735.html b/zarb-ml/mageia-discuss/2012-September/008735.html new file mode 100644 index 000000000..13f87386f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008735.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel + </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%20installing%20in%20parallel&In-Reply-To=%3C50573233.4010502%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008732.html"> + <LINK REL="Next" HREF="008736.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C50573233.4010502%40xs4all.nl%3E" + TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">marja11 at xs4all.nl + </A><BR> + <I>Mon Sep 17 16:22:43 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8735">[ date ]</a> + <a href="thread.html#8735">[ thread ]</a> + <a href="subject.html#8735">[ subject ]</a> + <a href="author.html#8735">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 17/09/2012 15:12, Johnny A. Solbu wrote: +><i> On Monday 17 September 2012 13:51, Marja van Waes wrote: +</I>>><i> If you don't use this option, but you do install in parallel, +</I>>><i> what do you use instead? Does your alternative only work on +</I>>><i> identical systems? +</I>><i> +</I>><i> I use a single command line for parrallel upgrades, that can be +</I>><i> used for parallel package installation. === ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp1</A> -t +</I>><i> "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp2</A> -t +</I>><i> "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp3</A> -t +</I>><i> "/usr/sbin/urpmi --auto-update" === If you have disabled root +</I>><i> login, add sudo just before the urpmi command. (btw, I use ssh keys +</I>><i> for auth and enforce "without-password".) Just replace +</I>><i> "--auto-update" with "name of package" for installation. I use a +</I>><i> similar line for managing updates on three Debian servers. +</I>><i> +</I> +Ah, nice Johnny, your command line can even be used across different +Mageia versions and arches :) + +Now it looks odd that I ever thought the MCC/drakrpm-edit-media +parallel option would only work on identical systems ;) +-----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> + +iQEcBAEBAgAGBQJQVzIuAAoJEKWubDMI5nEBfzYH/2YBGtO1p9hE9cye7TasNMfa +1q8ZbqRdFezNt+AuzM3LklNqr92KwPqeOvXHGeWJFJoWWn/K/SvPoNAfl91pJCnQ +zDcKA63yFtWdMiH5aB8m5bXyA51RiGlS1foF6bNyObLbgvldKDYHC9zFeR4qwKJO +nBdZmZ9vkDj9xlQ/bd3Vs/lfTUqXhUjdI6XoBxs/TYwXVreMDLs3nr75voZVt/n5 +fRZKB/d1+00ZxBH+DAmzv5/nhrAzxtE6NSabWUHt/xe2MyBDK+JABnt3JNmH3yQb +lba/NgDU4ytvuLZXFVZvyJGsZbz05EC0SYeRFzh/SBxa2Ts+GUmv2w6mONTZfyg= +=nR0x +-----END PGP SIGNATURE----- +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8735">[ date ]</a> + <a href="thread.html#8735">[ thread ]</a> + <a href="subject.html#8735">[ subject ]</a> + <a href="author.html#8735">[ 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/2012-September/008736.html b/zarb-ml/mageia-discuss/2012-September/008736.html new file mode 100644 index 000000000..8e17b6a8d --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008736.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel + </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%20installing%20in%20parallel&In-Reply-To=%3C201209171643.48624.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="008735.html"> + <LINK REL="Next" HREF="008726.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20installing%20in%20parallel&In-Reply-To=%3C201209171643.48624.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">cooker at solbu.net + </A><BR> + <I>Mon Sep 17 16:43:42 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8736">[ date ]</a> + <a href="thread.html#8736">[ thread ]</a> + <a href="subject.html#8736">[ subject ]</a> + <a href="author.html#8736">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Monday 17 September 2012 16:22, Marja van Waes wrote: +><i> your command line can even be used across different Mageia versions and arches :) +</I> +If one have many systems, one can use a shellscript with one ssh command on each line. + +The advantage of using urpmi's "--parallel" option is that the "--parallel" option only downloads one file that are distributed to the nodes, +whereas my command will download three copies, one on each machine. So unless one have a local mirror or use an urpmi proxy, my command example will download three copies of each updated package over the internet connection. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120917/8e029e31/attachment-0001.asc> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8736">[ date ]</a> + <a href="thread.html#8736">[ thread ]</a> + <a href="subject.html#8736">[ subject ]</a> + <a href="author.html#8736">[ 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/2012-September/008737.html b/zarb-ml/mageia-discuss/2012-September/008737.html new file mode 100644 index 000000000..c0a5b7a15 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008737.html @@ -0,0 +1,131 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] [Mageia-dev] installing in parallel + </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%20%20%20installing%20in%20parallel&In-Reply-To=%3C50575465.5010603%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008738.html"> + <LINK REL="Next" HREF="008739.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] [Mageia-dev] installing in parallel</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20%5BMageia-dev%5D%20%20%20installing%20in%20parallel&In-Reply-To=%3C50575465.5010603%40xs4all.nl%3E" + TITLE="[Mageia-discuss] [Mageia-dev] installing in parallel">marja11 at xs4all.nl + </A><BR> + <I>Mon Sep 17 18:48:37 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI>Next message: <A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8737">[ date ]</a> + <a href="thread.html#8737">[ thread ]</a> + <a href="subject.html#8737">[ subject ]</a> + <a href="author.html#8737">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 17/09/2012 17:15, nicolas vigier wrote: +><i> On Mon, 17 Sep 2012, Marja van Waes wrote: +</I>>><i> On 17/09/2012 15:12, Johnny A. Solbu wrote: +</I> +>>><i> +</I>>>><i> I use a single command line for parrallel upgrades, that can +</I>>>><i> be used for parallel package installation. === ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp1</A> +</I>>>><i> -t "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp2</A> -t +</I>>>><i> "/usr/sbin/urpmi --auto-update" && ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at comp3</A> -t +</I>>>><i> "/usr/sbin/urpmi --auto-update" === If you have disabled root +</I>>>><i> login, add sudo just before the urpmi command. (btw, I use ssh +</I>>>><i> keys for auth and enforce "without-password".) Just replace +</I>>>><i> "--auto-update" with "name of package" for installation. +</I>>><i> +</I> +>><i> Ah, nice Johnny, your command line can even be used across +</I>>><i> different Mageia versions and arches :) +</I>>><i> +</I>>><i> Now it looks odd that I ever thought the MCC/drakrpm-edit-media +</I>>><i> parallel option would only work on identical systems ;) +</I>><i> +</I>><i> I think urpmi-parallel is not the same. It's using ka-tools or +</I>><i> taktuk to do parallel transfert of the package files on the +</I>><i> servers. +</I>><i> +</I>><i> I don't know if it is still working. +</I>><i> +</I> +Thanks, Nicolas. + +I remember having seen a choice between ka-run and ssh, when I looked +at the tool. + +ka-tools has been obsoleted after Mdv 2007, or am I wrong about that? + +On 17/09/2012 16:43, Johnny A. Solbu wrote: + +><i> If one have many systems, one can use a shellscript with one ssh +</I>><i> command on each line. +</I>><i> +</I>><i> The advantage of using urpmi's "--parallel" option is that the +</I>><i> "--parallel" option only downloads one file that are distributed +</I>><i> to the nodes, whereas my command will download three copies, one on +</I>><i> each machine. So unless one have a local mirror or use an urpmi +</I>><i> proxy, my command example will download three copies of each +</I>><i> updated package over the internet connection. +</I>><i> +</I> +Thanks, Johnny :) + +It would be nice, in case we're going to have an educational DVD +somewhere in the future, to know whether this MCC option would be an +appropriate tool for people in charge of some school computers to +maintain them. + +So there is this tool, and there is urpmi --parallel and +drakrpm-edit-media --parallel=alias,host (be in parallel mode, use +"alias" group, use "host" machine to show needed deps) + +-----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> + +iQEcBAEBAgAGBQJQV1RgAAoJEKWubDMI5nEBTUgIAJNmsbbY/h5Rx0shQgrUZO+T +xJ1Ey9Hy6U1sHg7PZ7HKm1omk5pfK1Q9IXFCCTs0pz/NMT90h0k/ktRWJIM65Wie +wOZyyh6rq/O6xYHsZP8P3vVTE2e7TwCnTCbPl1WH9SU4S3UTuVz0gF/mpY8ACdHt +TiQrELp6B0+62geq99cz4ZCiCFOGGN+Oy+/C89bgQFUutBMBBYSVOfBNJEYLUI9T +ihfcLFRh1Jd/rzJxhNIv7xwIJVLVXC8JLiOf5B+xlKyncvZAGWL8XoHsUXYKEb5u +eY/5W9xdKsZTfxMl22YUY48hiNHPDDLj3v5mtcEqnOM9OQzR779on/anayr42QA= +=ATBw +-----END PGP SIGNATURE----- +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI>Next message: <A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8737">[ date ]</a> + <a href="thread.html#8737">[ thread ]</a> + <a href="subject.html#8737">[ subject ]</a> + <a href="author.html#8737">[ 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/2012-September/008738.html b/zarb-ml/mageia-discuss/2012-September/008738.html new file mode 100644 index 000000000..c8c550a6d --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008738.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 from scratch - problems + </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%20from%20scratch%20-%20problems&In-Reply-To=%3C50576FDD.6000108%40alice.it%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008733.html"> + <LINK REL="Next" HREF="008737.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 from scratch - problems</H1> + <B>Marcello</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20from%20scratch%20-%20problems&In-Reply-To=%3C50576FDD.6000108%40alice.it%3E" + TITLE="[Mageia-discuss] Mageia 2 from scratch - problems">marcello.anni at alice.it + </A><BR> + <I>Mon Sep 17 20:45:49 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI>Next message: <A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8738">[ date ]</a> + <a href="thread.html#8738">[ thread ]</a> + <a href="subject.html#8738">[ subject ]</a> + <a href="author.html#8738">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Il 17/09/2012 15:13, Alejandro López ha scritto: +><i> Hi, +</I>><i> +</I>><i> I installed Mageia 2 on 2 new systems where no previous installation was +</I>><i> available. This means it wasn't an upgrade, but a complete install from +</I>><i> the DVD. While doing this, I fall in some problems: +</I>><i> +</I>><i> 1) I seleced brtfs for a partition and the installer told me it was +</I>><i> going to install the package btrfs-progs, but failed to do so and I +</I>><i> couldn't use btrfs on tat partition. What I remark here is that it tried +</I>><i> but failed. So either btrfs should not be present in the installer, or +</I>><i> the btrfs-progs package present in the DVD (I may be missing other +</I>><i> possibilities) +</I>><i> +</I>><i> +</I>><i> 2) While partitioning the disks, I accidentally pressed "format" instal +</I>><i> of the button I wanted to really press. I wanted to press the "back" +</I>><i> button but there wasn't any. Once at this point, the only possible +</I>><i> action is to format the partition. Luckilly it was a brand new disk so I +</I>><i> lost nothing. +</I>><i> +</I>><i> +</I>><i> 3) This is the most annoying problem I have. Although I configured none +</I>><i> of the local acounts for autologin, there is an account the +</I>><i> automatically logs-in after booting the machines. I see the desktop +</I>><i> during a fraction of a seconds an then an error message that says (in +</I>><i> spanisk so my translation back to english might no the exact): +</I>><i> "Something went wrong. A error happened and the system cannot be +</I>><i> recovered. Close the session and try again." This happens with every +</I>><i> boot on both machines. +</I>><i> +</I>><i> +</I>><i> Should I open bugs? Ideas on how to correct the 3rd problem? +</I>><i> +</I>><i> Alejandro. +</I>><i> +</I> +Hi Alejandro, + +yes, you should open the bug reports here: + +<A HREF="http://bugs.mageia.org/">http://bugs.mageia.org/</A> + +you must use the account created in identity.mageia. for the 3d problem +open mageia in failsafe mode, and start drakconf, you should find an +entry to choose for autologin (i can't remember its name right now). + +cheers, +Marcello +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A></li> + <LI>Next message: <A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8738">[ date ]</a> + <a href="thread.html#8738">[ thread ]</a> + <a href="subject.html#8738">[ subject ]</a> + <a href="author.html#8738">[ 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/2012-September/008739.html b/zarb-ml/mageia-discuss/2012-September/008739.html new file mode 100644 index 000000000..6bfa32fbf --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008739.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] OT: Interesting new realtime historical archive service. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20OT%3A%20Interesting%20new%20realtime%20historical%20archive%0A%09service.&In-Reply-To=%3C201209180730.23413.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="008737.html"> + <LINK REL="Next" HREF="008740.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] OT: Interesting new realtime historical archive service.</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20OT%3A%20Interesting%20new%20realtime%20historical%20archive%0A%09service.&In-Reply-To=%3C201209180730.23413.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] OT: Interesting new realtime historical archive service.">cooker at solbu.net + </A><BR> + <I>Tue Sep 18 07:30:17 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8739">[ date ]</a> + <a href="thread.html#8739">[ thread ]</a> + <a href="subject.html#8739">[ subject ]</a> + <a href="author.html#8739">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I just stumbled upon this archive that I thought others would like to read about, and possibly use. +<A HREF="http://olduse.net/">http://olduse.net/</A> + +Someone have setup a nntp/usenet server where they publish 30 -thirty- year old usenet articles in realtime, as they appeared on usenet. +The FAQ says that if you post an article on the usenet server, it will not show up for 30 years. + +I thought this was fun, and perhaps usefull for those who want to experience a little history, as it happened. +So, next year or so they'll be publishing Stallmans article on launching Free software. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120918/333ada65/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A></li> + <LI>Next message: <A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8739">[ date ]</a> + <a href="thread.html#8739">[ thread ]</a> + <a href="subject.html#8739">[ subject ]</a> + <a href="author.html#8739">[ 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/2012-September/008740.html b/zarb-ml/mageia-discuss/2012-September/008740.html new file mode 100644 index 000000000..511ae3f01 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008740.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Single click or double click ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Single%20click%20or%20double%20click%20%3F&In-Reply-To=%3C201209181943.41862.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="008739.html"> + <LINK REL="Next" HREF="008741.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Single click or double click ?</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Single%20click%20or%20double%20click%20%3F&In-Reply-To=%3C201209181943.41862.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Single click or double click ?">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Sep 19 01:43:41 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A></li> + <LI>Next message: <A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8740">[ date ]</a> + <a href="thread.html#8740">[ thread ]</a> + <a href="subject.html#8740">[ subject ]</a> + <a href="author.html#8740">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I notice that some applications, when one goes to File => Open, and gets the +navigation window, a single clicks opens a directory (Libreoffice, Kwrite, +Gwenview, Kaffeine,SMPlayer, Sigil, etc.); in other applications (Archive +Manager, Gimp, LibreCAD) I have to double-click on a directory to open it. + +This in spite of having chosen "Single-click to open files and folders" in +Tools => System Tools => System Settings => Input Devices => Mouse => General. + +Is there a way to ensure all applications behave in the same way, and respect +the choice of the user ? + +Cheers, + +Ron. +-- + The two most common elements in the Universe + are hydrogen and stupidity. + -- Harlan Ellison + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +592279cd7389536cdd113d2ab99ff1583695fbf2c439350bf2c42852d1c956b3 +5f3ac4fe0f105551b28a82efcfd1f0fe5d7722a83ee02563c56192bc8325682c + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A></li> + <LI>Next message: <A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8740">[ date ]</a> + <a href="thread.html#8740">[ thread ]</a> + <a href="subject.html#8740">[ subject ]</a> + <a href="author.html#8740">[ 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/2012-September/008741.html b/zarb-ml/mageia-discuss/2012-September/008741.html new file mode 100644 index 000000000..5fb417f13 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008741.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Single click or double click ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Single%20click%20or%20double%20click%20%3F&In-Reply-To=%3C201209191829.53414.r.h.michel%2Bmageia%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008740.html"> + <LINK REL="Next" HREF="008742.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Single click or double click ?</H1> + <B>Renaud MICHEL</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Single%20click%20or%20double%20click%20%3F&In-Reply-To=%3C201209191829.53414.r.h.michel%2Bmageia%40gmail.com%3E" + TITLE="[Mageia-discuss] Single click or double click ?">r.h.michel+mageia at gmail.com + </A><BR> + <I>Wed Sep 19 18:29:53 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI>Next message: <A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8741">[ date ]</a> + <a href="thread.html#8741">[ thread ]</a> + <a href="subject.html#8741">[ subject ]</a> + <a href="author.html#8741">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wednesday 19 September 2012 at 01:43:41, Renaud (Ron) Olgiati wrote : +><i> I notice that some applications, when one goes to File => Open, and gets +</I>><i> the navigation window, a single clicks opens a directory (Libreoffice, +</I>><i> Kwrite, Gwenview, Kaffeine,SMPlayer, Sigil, etc.); in other applications +</I>><i> (Archive Manager, Gimp, LibreCAD) I have to double-click on a directory +</I>><i> to open it. +</I>><i> +</I>><i> This in spite of having chosen "Single-click to open files and folders" +</I>><i> in Tools => System Tools => System Settings => Input Devices => Mouse => +</I>><i> General. +</I> +But that setting is only for KDE (and maybe other qt apps). + +><i> Is there a way to ensure all applications behave in the same way, and +</I>><i> respect the choice of the user ? +</I> +You will need to configure the other toolkits that your applications are +built on. +That means at least gtk+, but I don't know where it can be configured. + +Cheers +-- +Renaud Michel +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI>Next message: <A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8741">[ date ]</a> + <a href="thread.html#8741">[ thread ]</a> + <a href="subject.html#8741">[ subject ]</a> + <a href="author.html#8741">[ 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/2012-September/008742.html b/zarb-ml/mageia-discuss/2012-September/008742.html new file mode 100644 index 000000000..20ca640ff --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008742.html @@ -0,0 +1,69 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PPTP in Mageia 2? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505A5948.1010101%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008741.html"> + <LINK REL="Next" HREF="008744.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PPTP in Mageia 2?</H1> + <B>Scott Neugroschl</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505A5948.1010101%40gmail.com%3E" + TITLE="[Mageia-discuss] PPTP in Mageia 2?">redfloyd at gmail.com + </A><BR> + <I>Thu Sep 20 01:46:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI>Next message: <A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8742">[ date ]</a> + <a href="thread.html#8742">[ thread ]</a> + <a href="subject.html#8742">[ subject ]</a> + <a href="author.html#8742">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I'm trying to get PPTP running so that I can connect to my workplace. +I've installed pptp-linux, networkmanager-pptp and knetworkmanager-pptp. +I can't seem to get it configured properly. + +Has anyone gotten PPTP to work properly? It's pretty much a vanilla +configuration, just user, domain, and password, along with requiring +encryption (I think mppe). + +Thanks, + +red floyd + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A></li> + <LI>Next message: <A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8742">[ date ]</a> + <a href="thread.html#8742">[ thread ]</a> + <a href="subject.html#8742">[ subject ]</a> + <a href="author.html#8742">[ 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/2012-September/008743.html b/zarb-ml/mageia-discuss/2012-September/008743.html new file mode 100644 index 000000000..d3a9dcf1e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008743.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209200649.09251.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="008747.html"> + <LINK REL="Next" HREF="008745.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209200649.09251.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Thu Sep 20 06:49:04 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8743">[ date ]</a> + <a href="thread.html#8743">[ thread ]</a> + <a href="subject.html#8743">[ subject ]</a> + <a href="author.html#8743">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi. + +I want to ask the community for advice upon transfering my KMail contents from a box running KDE3 to one running KDE4. +I have a large ~/Mail folder with 765M of mail that I wan't to transfer from an old box still running mdv2008.1, and have KDE 3.5.9 and KMail 1.9.9. I have delayed this transfer mainly because the current computer perfoms the task quite nicely and works just as I want it to. But it's getting old, so I need to do this at some point anyway. + +I need to transfer all settings, including several accounts, identies, filtering rules and the address book. +What do I need to transfer in order to accomplish this? +And what, if anything do I need to reconfigure after the transfer in order to make KMail on the receving system to recognice all settings? + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120920/cf87fe07/attachment.asc> +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8743">[ date ]</a> + <a href="thread.html#8743">[ thread ]</a> + <a href="subject.html#8743">[ subject ]</a> + <a href="author.html#8743">[ 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/2012-September/008744.html b/zarb-ml/mageia-discuss/2012-September/008744.html new file mode 100644 index 000000000..f4c18a033 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008744.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PPTP in Mageia 2? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505ACB8B.4060806%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008742.html"> + <LINK REL="Next" HREF="008747.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PPTP in Mageia 2?</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505ACB8B.4060806%40gmail.com%3E" + TITLE="[Mageia-discuss] PPTP in Mageia 2?">eeeemail at gmail.com + </A><BR> + <I>Thu Sep 20 09:53:47 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8744">[ date ]</a> + <a href="thread.html#8744">[ thread ]</a> + <a href="subject.html#8744">[ subject ]</a> + <a href="author.html#8744">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 20/09/12 00:46, Scott Neugroschl wrote: +><i> I'm trying to get PPTP running so that I can connect to my workplace. +</I>><i> I've installed pptp-linux, networkmanager-pptp and knetworkmanager-pptp. +</I>><i> I can't seem to get it configured properly. +</I>><i> +</I>><i> Has anyone gotten PPTP to work properly? It's pretty much a vanilla +</I>><i> configuration, just user, domain, and password, along with requiring +</I>><i> encryption (I think mppe). +</I>><i> +</I>><i> Thanks, +</I>><i> +</I>><i> red floyd +</I>><i> +</I> +IIRC this is due to patent problems and probably needs a tainted build +of ppp. + +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=2894">https://bugs.mageia.org/show_bug.cgi?id=2894</A> + +Claire +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8744">[ date ]</a> + <a href="thread.html#8744">[ thread ]</a> + <a href="subject.html#8744">[ subject ]</a> + <a href="author.html#8744">[ 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/2012-September/008745.html b/zarb-ml/mageia-discuss/2012-September/008745.html new file mode 100644 index 000000000..ddb392834 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008745.html @@ -0,0 +1,105 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%20content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C20120920121917.047d2cd7%40lap.shlomifish.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008743.html"> + <LINK REL="Next" HREF="008750.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Shlomi Fish</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%20content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C20120920121917.047d2cd7%40lap.shlomifish.org%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">shlomif at shlomifish.org + </A><BR> + <I>Thu Sep 20 11:19:17 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8745">[ date ]</a> + <a href="thread.html#8745">[ thread ]</a> + <a href="subject.html#8745">[ subject ]</a> + <a href="author.html#8745">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>ׁHi Johnny, + +On Thu, 20 Sep 2012 05:49:04 +0100 +"Johnny A. Solbu" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">cooker at solbu.net</A>> wrote: + +><i> Hi. +</I>><i> +</I>><i> I want to ask the community for advice upon transfering my KMail +</I>><i> contents from a box running KDE3 to one running KDE4. I have a large +</I>><i> ~/Mail folder with 765M of mail that I wan't to transfer from an old +</I>><i> box still running mdv2008.1, and have KDE 3.5.9 and KMail 1.9.9. +</I> +Wow, that's old. Are there still updates for it? + +><i> I +</I>><i> have delayed this transfer mainly because the current computer +</I>><i> perfoms the task quite nicely and works just as I want it to. But +</I>><i> it's getting old, so I need to do this at some point anyway. +</I>><i> +</I>><i> I need to transfer all settings, including several accounts, +</I>><i> identies, filtering rules and the address book. What do I need to +</I>><i> transfer in order to accomplish this? And what, if anything do I need +</I>><i> to reconfigure after the transfer in order to make KMail on the +</I>><i> receving system to recognice all settings? +</I> +Well, I recall that while early KMail released on KDE 4 worked mostly fine, +KMail 2 was far too unreliable and unstable. Maybe it is better now. +As a result, I have switched to Claws-mail, using these script: + +<A HREF="https://bitbucket.org/shlomif/convert-away-from-kmail/src/115463239f0d/shlomif-convert-away-from-kmail">https://bitbucket.org/shlomif/convert-away-from-kmail/src/115463239f0d/shlomif-convert-away-from-kmail</A> + +I didn't have a good way to import the filters, and created them again semi-manually, +as I ran into a place where I needed to filter messages. + +Regards, + + Shlomi Fish + +-- +----------------------------------------------------------------- +Shlomi Fish <A HREF="http://www.shlomifish.org/">http://www.shlomifish.org/</A> +Freecell Solver - <A HREF="http://fc-solve.shlomifish.org/">http://fc-solve.shlomifish.org/</A> + +No one calls Xena the warrior princess “Zeena” to her face and survives. +Luckily for you, she hasn’t visited the modern day United States yet. + +Please reply to list if it's a mailing list post - <A HREF="http://shlom.in/reply">http://shlom.in/reply</A> . +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8745">[ date ]</a> + <a href="thread.html#8745">[ thread ]</a> + <a href="subject.html#8745">[ subject ]</a> + <a href="author.html#8745">[ 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/2012-September/008746.html b/zarb-ml/mageia-discuss/2012-September/008746.html new file mode 100644 index 000000000..b81ce071a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008746.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%20content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C754e1372797f2fc12f9a89876996c7ac.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="008750.html"> + <LINK REL="Next" HREF="008748.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%20content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C754e1372797f2fc12f9a89876996c7ac.squirrel%40mail.rmail.be%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">alien at rmail.be + </A><BR> + <I>Thu Sep 20 12:44:09 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8746">[ date ]</a> + <a href="thread.html#8746">[ thread ]</a> + <a href="subject.html#8746">[ subject ]</a> + <a href="author.html#8746">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> Hi. +</I>><i> +</I>><i> I want to ask the community for advice upon transfering my KMail contents +</I>><i> from a box running KDE3 to one running KDE4. +</I>><i> I have a large ~/Mail folder with 765M of mail that I wan't to transfer +</I>><i> from an old box still running mdv2008.1, and have KDE 3.5.9 and KMail +</I>><i> 1.9.9. I have delayed this transfer mainly because the current computer +</I>><i> perfoms the task quite nicely and works just as I want it to. But it's +</I>><i> getting old, so I need to do this at some point anyway. +</I>><i> +</I>><i> I need to transfer all settings, including several accounts, identies, +</I>><i> filtering rules and the address book. +</I>><i> What do I need to transfer in order to accomplish this? +</I>><i> And what, if anything do I need to reconfigure after the transfer in order +</I>><i> to make KMail on the receving system to recognice all settings? +</I> +i have no idea, but i think the jump is too large, i would just do a +remote imap connection or something and copy the emails over manually / +folder. + +i would export address book and reimport + +and i would do all the other stuff (identities, filtering rules, accounts) +manually + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8746">[ date ]</a> + <a href="thread.html#8746">[ thread ]</a> + <a href="subject.html#8746">[ subject ]</a> + <a href="author.html#8746">[ 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/2012-September/008747.html b/zarb-ml/mageia-discuss/2012-September/008747.html new file mode 100644 index 000000000..cb1375f8f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008747.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] PPTP in Mageia 2? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505AF999.5040700%40free.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008744.html"> + <LINK REL="Next" HREF="008743.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] PPTP in Mageia 2?</H1> + <B>Rama Space Ship</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20PPTP%20in%20Mageia%202%3F&In-Reply-To=%3C505AF999.5040700%40free.fr%3E" + TITLE="[Mageia-discuss] PPTP in Mageia 2?">ramaspaceship at free.fr + </A><BR> + <I>Thu Sep 20 13:10:17 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8747">[ date ]</a> + <a href="thread.html#8747">[ thread ]</a> + <a href="subject.html#8747">[ subject ]</a> + <a href="author.html#8747">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Scott, +><i> I'm trying to get PPTP running so that I can connect to my +</I>><i> workplace. I've installed pptp-linux, networkmanager-pptp and +</I>><i> knetworkmanager-pptp. +</I>><i> I can't seem to get it configured properly. +</I>><i> +</I>><i> Has anyone gotten PPTP to work properly? It's pretty much a vanilla +</I>><i> configuration, just user, domain, and password, along with requiring +</I>><i> encryption (I think mppe). +</I>Yes, but after several hours of trial. + +I first tried kvpnc, which used to work well with Mandriva 2010. But it +now generates a wrong pptp command which fails to do its job. On Mageia +1, I succeed to install the Mandriva 2010 version but this failed on +Mageia 2. + +Then I tried networkmanager as you did, and never got something to work. +It is wise to remove it as it may create problems even when you think +you don't use it. + +Then I used the "pptp-command" tool (part of pptp-linux package) and I +got the connection. It is a command line tool to be run as root. I just +have to adjust /etc/resolv.conf once connected as the added name servers +are at the end, where they should come first. + +I hope this will help you. + +Bernard + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A></li> + <LI>Next message: <A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8747">[ date ]</a> + <a href="thread.html#8747">[ thread ]</a> + <a href="subject.html#8747">[ subject ]</a> + <a href="author.html#8747">[ 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/2012-September/008748.html b/zarb-ml/mageia-discuss/2012-September/008748.html new file mode 100644 index 000000000..fc80f0f80 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008748.html @@ -0,0 +1,71 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209201406.34416.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="008746.html"> + <LINK REL="Next" HREF="008749.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Morgan Leijström</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209201406.34416.fri%40tribun.eu%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">fri at tribun.eu + </A><BR> + <I>Thu Sep 20 14:06:34 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8748">[ date ]</a> + <a href="thread.html#8748">[ thread ]</a> + <a href="subject.html#8748">[ subject ]</a> + <a href="author.html#8748">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>torsdagen den 20 september 2012 06.49.04 skrev Johnny A. Solbu: +><i> I want to ask the community for advice upon transfering my KMail contents +</I>><i> from a box running KDE3 to one running KDE4. +</I> +I would try to see If Kmail can digest it itself. + +Copy the kmail folder tree from the old to the new computer, +then start kmail and see if you are lucky :) + +Today the mail folder is at ~/.kde4/share/apps/kmail/ +It is probably similar on your elder system + +-- +Morgan Leijström +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8748">[ date ]</a> + <a href="thread.html#8748">[ thread ]</a> + <a href="subject.html#8748">[ subject ]</a> + <a href="author.html#8748">[ 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/2012-September/008749.html b/zarb-ml/mageia-discuss/2012-September/008749.html new file mode 100644 index 000000000..256e5c2b1 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008749.html @@ -0,0 +1,125 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209202217.26756.terraagua%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008748.html"> + <LINK REL="Next" HREF="008751.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Macxi</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209202217.26756.terraagua%40gmail.com%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">terraagua at gmail.com + </A><BR> + <I>Fri Sep 21 03:17:26 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8749">[ date ]</a> + <a href="thread.html#8749">[ thread ]</a> + <a href="subject.html#8749">[ subject ]</a> + <a href="author.html#8749">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Em qui 20 set 2012, às 01:49:04, Johnny A. Solbu escreveu: +><i> Hi. +</I>><i> +</I>><i> I want to ask the community for advice upon transfering my KMail contents +</I>><i> from a box running KDE3 to one running KDE4. I have a large ~/Mail folder +</I>><i> with 765M of mail that I wan't to transfer from an old box still running +</I>><i> mdv2008.1, and have KDE 3.5.9 and KMail 1.9.9. I have delayed this +</I>><i> transfer mainly because the current computer perfoms the task quite nicely +</I>><i> and works just as I want it to. But it's getting old, so I need to do this +</I>><i> at some point anyway. +</I>><i> +</I>><i> I need to transfer all settings, including several accounts, identies, +</I>><i> filtering rules and the address book. What do I need to transfer in order +</I>><i> to accomplish this? +</I>><i> And what, if anything do I need to reconfigure after the transfer in order +</I>><i> to make KMail on the receving system to recognice all settings? +</I> +Johnny , + +I think you can export email folders, filters and address book from KDE3-Kmail to +KDE4-Kmail or kmail2 + +Are you using Mageia 1 or Mageia 2? + +In Mageia 1 the folder of Kmail is in home/user/.kde/share/apps/kmail. + +In Mageia 2 the folder of Kmail2 is in home/user/.local/share/local-mail/ + + +I do not remember if these options KDE3 are all correct, because I do not have +the kde3 to verify. + + +Export email: +In KDE3, you can to export the kmail folders with the emails. To export, you +click on Kmail folder, and right-mouse button, select the "Archive Folders", +which will create a compressed archive (zip, tar, etc.) + +Export filter +In KDE3, the Kmail filters can be exported. In toolbar, in "settings" and in "Set +filters", the file of filters can be exported + +Export kdressebook +In KDE3, kdressbook can be exported. In toolbar, in "Tools", in "address book", +will open a new windos. In toolbar, go to File, export "kdressbook". + + +Import email folders to KDE4: +In Mageia 1 with Kmail or In Mageia 2 with Kmail2 (KDE4) these "Archive Folders" +(zip, tar, etc) can be imported, In toolbar, "file", "import messages", and +select "import a archiving KMaill" + +Import filters to kmail or kmail2 in KDE4: +In toolbar, in "settings" and in "Set filters", the file of filters can be +imported. + +Import kadressboof to kmail or kmail2 in KDE4: + In toolbar, in "Tools", in "address book", will open a new windos. In toolbar, +go to File, import "kdressbook". + + +Macxi +-- +Linux Packages Search +<A HREF="http://pkgs.org/search/">http://pkgs.org/search/</A> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120920/48ee83d1/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8749">[ date ]</a> + <a href="thread.html#8749">[ thread ]</a> + <a href="subject.html#8749">[ subject ]</a> + <a href="author.html#8749">[ 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/2012-September/008750.html b/zarb-ml/mageia-discuss/2012-September/008750.html new file mode 100644 index 000000000..032a61a27 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008750.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210419.48598.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="008745.html"> + <LINK REL="Next" HREF="008746.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Need%20advice%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210419.48598.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 04:19:41 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8750">[ date ]</a> + <a href="thread.html#8750">[ thread ]</a> + <a href="subject.html#8750">[ subject ]</a> + <a href="author.html#8750">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 20 September 2012 11:19, Shlomi Fish wrote: +>><i> an old box still running mdv2008.1, and have KDE 3.5.9 and KMail 1.9.9. +</I>><i> +</I>><i> Wow, that's old. Are there still updates for it? +</I> +Not for a few years. :-)= +The only updates are the few packages I package myself. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/a719af83/attachment-0001.asc> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8750">[ date ]</a> + <a href="thread.html#8750">[ thread ]</a> + <a href="subject.html#8750">[ subject ]</a> + <a href="author.html#8750">[ 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/2012-September/008751.html b/zarb-ml/mageia-discuss/2012-September/008751.html new file mode 100644 index 000000000..2cc1ef8f3 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008751.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Allmost%20there%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210514.20802.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="008749.html"> + <LINK REL="Next" HREF="008752.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Allmost%20there%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210514.20802.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 05:14:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8751">[ date ]</a> + <a href="thread.html#8751">[ thread ]</a> + <a href="subject.html#8751">[ subject ]</a> + <a href="author.html#8751">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 20 September 2012 06:49, Johnny A. Solbu wrote: +><i> I need to transfer all settings, including several accounts, identies, filtering rules and the address book. +</I> +With the tips I received from you, and a little poking on Google, I've managed transfer all mails and the addressbok. +i've also managed to export and imported the filters. + +Now I need to figure out how to import the 9 accounts (pop3 accounts mainly) and 8 smtp transport settings, and I'm all set. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/f517e446/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8751">[ date ]</a> + <a href="thread.html#8751">[ thread ]</a> + <a href="subject.html#8751">[ subject ]</a> + <a href="author.html#8751">[ 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/2012-September/008752.html b/zarb-ml/mageia-discuss/2012-September/008752.html new file mode 100644 index 000000000..17270d57a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008752.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Allmost%20there%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210518.33559.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="008751.html"> + <LINK REL="Next" HREF="008753.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Allmost%20there%3A%20Transfer%20KMail%20settings%20and%0A%09content%20from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210518.33559.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 05:18:33 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8752">[ date ]</a> + <a href="thread.html#8752">[ thread ]</a> + <a href="subject.html#8752">[ subject ]</a> + <a href="author.html#8752">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 21 September 2012 05:14, Johnny A. Solbu wrote: +><i> Now I need to figure out how to import the 9 accounts (pop3 accounts mainly) and 8 smtp transport settings, and I'm all set. +</I> +Of cource I had to forget one item. I also need to import the identities. +If I manage that, Then I hope I'm done. :-)= + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/6322e496/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8752">[ date ]</a> + <a href="thread.html#8752">[ thread ]</a> + <a href="subject.html#8752">[ subject ]</a> + <a href="author.html#8752">[ 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/2012-September/008753.html b/zarb-ml/mageia-discuss/2012-September/008753.html new file mode 100644 index 000000000..1c99bbade --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008753.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20SUCCESS%21%3A%20Transfer%20KMail%20settings%20and%20content%20from%0A%09KDE3%20to%20KDE4&In-Reply-To=%3C201209210708.20934.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="008752.html"> + <LINK REL="Next" HREF="008754.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20SUCCESS%21%3A%20Transfer%20KMail%20settings%20and%20content%20from%0A%09KDE3%20to%20KDE4&In-Reply-To=%3C201209210708.20934.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 07:08:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8753">[ date ]</a> + <a href="thread.html#8753">[ thread ]</a> + <a href="subject.html#8753">[ subject ]</a> + <a href="author.html#8753">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 21 September 2012 05:18, Johnny A. Solbu wrote: +><i> If I manage that, Then I hope I'm done. :-)= +</I> +And I've done it! :-)= +I'll still be reading mail from this old system. Old habbit, and the display card supports a higher resolution. but it works. \o/ + +First things first. I did the import on mdv2010.2, but I suspect the procedure will work in mageia also. + + +When poking Google, I stumbled accross this official KDE guide: +<A HREF="http://userbase.kde.org/KMail/FAQs_Hints_and_Tips#Migration">http://userbase.kde.org/KMail/FAQs_Hints_and_Tips#Migration</A> + +I did some steps not in that guide, by trial and error. + +The mail folder in KDE3 was ~/Mail/. it was enough to copy the content of the folder into ~/.kde4/share/apps/kmail/mail/ (rsync -av <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">user at kde3-host</A>:Mail/ ~/.kde/share/apps/kmail/mail/) + +Simply copying kmailrc from a kde3 system to kde4 did not work. +So I removed everything that was not an account, transport or identity setting, and saved it in a new file, which I then added to ~/.kde4/share/config/kmailrc. +Next I copied the transport settings into ~/.kde4/share/config/mailtransports. +I also copied emaildefaults and emailidentities into the config folder. I removed the [$version] section from the emailidentities file. + +The filters was imported using the export and import feature. + +That's basically what I did. +When I launched KMail afterwards, it all worked. All folders where exactly as on the old system. + +Now I have to figure out why KMail doesn't see my addressbook, and i'm all set. :-)= + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/e3f4c753/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8753">[ date ]</a> + <a href="thread.html#8753">[ thread ]</a> + <a href="subject.html#8753">[ subject ]</a> + <a href="author.html#8753">[ 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/2012-September/008754.html b/zarb-ml/mageia-discuss/2012-September/008754.html new file mode 100644 index 000000000..3d40851bc --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008754.html @@ -0,0 +1,74 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20SUCCESS%21%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210714.44649.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="008753.html"> + <LINK REL="Next" HREF="008755.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20SUCCESS%21%3A%20Transfer%20KMail%20settings%20and%20content%0A%09from%20KDE3%20to%20KDE4&In-Reply-To=%3C201209210714.44649.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 07:14:44 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8754">[ date ]</a> + <a href="thread.html#8754">[ thread ]</a> + <a href="subject.html#8754">[ subject ]</a> + <a href="author.html#8754">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 21 September 2012 07:08, Johnny A. Solbu wrote: +><i> The mail folder in KDE3 was ~/Mail/. it was enough to copy the content of the folder into ~/.kde4/share/apps/kmail/mail/ +</I> +><i> (rsync -av <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">user at kde3-host</A>:Mail/ ~/.kde/share/apps/kmail/mail/) +</I> +Gaah. Stupid typo. The correct rsync command should of cource be this one: +rsync -av <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">user at kde3-host</A>:Mail/ ~/.kde4/share/apps/kmail/mail/ + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/329e90ff/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8754">[ date ]</a> + <a href="thread.html#8754">[ thread ]</a> + <a href="subject.html#8754">[ subject ]</a> + <a href="author.html#8754">[ 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/2012-September/008755.html b/zarb-ml/mageia-discuss/2012-September/008755.html new file mode 100644 index 000000000..4e831ac49 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008755.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mp3wrap ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C201209211005.02812.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="008754.html"> + <LINK REL="Next" HREF="008756.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mp3wrap ?</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C201209211005.02812.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] mp3wrap ?">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Fri Sep 21 16:05:02 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8755">[ date ]</a> + <a href="thread.html#8755">[ thread ]</a> + <a href="subject.html#8755">[ subject ]</a> + <a href="author.html#8755">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I see we have mp3splt in M1, but not the brother-program mp3wrap. + +Any idea why ? + +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> -- + +ff70bad05937e546ded5a7e644d47cb21b125e324082c116a42e11fa57737704 +497415370c6c1637d13b046d210ea6c042e1cd1050b8c74aea0163e6e3694a09 + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A></li> + <LI>Next message: <A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8755">[ date ]</a> + <a href="thread.html#8755">[ thread ]</a> + <a href="subject.html#8755">[ subject ]</a> + <a href="author.html#8755">[ 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/2012-September/008756.html b/zarb-ml/mageia-discuss/2012-September/008756.html new file mode 100644 index 000000000..90f0e8111 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008756.html @@ -0,0 +1,65 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mp3wrap ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C505C77C6.5040601%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008755.html"> + <LINK REL="Next" HREF="008757.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mp3wrap ?</H1> + <B>Sandro CAZZANIGA</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C505C77C6.5040601%40gmail.com%3E" + TITLE="[Mageia-discuss] mp3wrap ?">cazzaniga.sandro at gmail.com + </A><BR> + <I>Fri Sep 21 16:20:54 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8756">[ date ]</a> + <a href="thread.html#8756">[ thread ]</a> + <a href="subject.html#8756">[ subject ]</a> + <a href="author.html#8756">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 21/09/2012 16:05, Renaud (Ron) Olgiati a écrit : +><i> I see we have mp3splt in M1, but not the brother-program mp3wrap. +</I>><i> +</I>><i> Any idea why ? +</I>><i> +</I>><i> Cheers, +</I>><i> +</I>><i> Ron. +</I>Make a package request for it on the QA? +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8756">[ date ]</a> + <a href="thread.html#8756">[ thread ]</a> + <a href="subject.html#8756">[ subject ]</a> + <a href="author.html#8756">[ 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/2012-September/008757.html b/zarb-ml/mageia-discuss/2012-September/008757.html new file mode 100644 index 000000000..cb573ee54 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008757.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] mp3wrap ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C201209211855.44566.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="008756.html"> + <LINK REL="Next" HREF="008758.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] mp3wrap ?</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20mp3wrap%20%3F&In-Reply-To=%3C201209211855.44566.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] mp3wrap ?">cooker at solbu.net + </A><BR> + <I>Fri Sep 21 18:55:38 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8757">[ date ]</a> + <a href="thread.html#8757">[ thread ]</a> + <a href="subject.html#8757">[ subject ]</a> + <a href="author.html#8757">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday 21 September 2012 16:05, Renaud (Ron) Olgiati wrote: +><i> I see we have mp3splt  in M1, but not the brother-program mp3wrap. +</I>><i> +</I>><i> Any idea why ? +</I> +I think it might have something to do with the fact that the last release was in 2003, and has been abandoned since 2006. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120921/f8b23d1b/attachment.asc> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8757">[ date ]</a> + <a href="thread.html#8757">[ thread ]</a> + <a href="subject.html#8757">[ subject ]</a> + <a href="author.html#8757">[ 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/2012-September/008758.html b/zarb-ml/mageia-discuss/2012-September/008758.html new file mode 100644 index 000000000..3601a6015 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008758.html @@ -0,0 +1,69 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 live boot fail + </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%20live%20boot%20fail&In-Reply-To=%3C505DB5FD.9040309%40eircom.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008757.html"> + <LINK REL="Next" HREF="008761.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 live boot fail</H1> + <B>Sean Mac Suibhne 7</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20live%20boot%20fail&In-Reply-To=%3C505DB5FD.9040309%40eircom.net%3E" + TITLE="[Mageia-discuss] Mageia 2 live boot fail">seanmac2007 at eircom.net + </A><BR> + <I>Sat Sep 22 14:58:37 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8758">[ date ]</a> + <a href="thread.html#8758">[ thread ]</a> + <a href="subject.html#8758">[ subject ]</a> + <a href="author.html#8758">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I cannot get Mageia 2 Live disk to load. + +I can get the cursor to show but not the content. + +If I add xdriver=vesa to the kernal options when booting the screen +freezes after the time setting screen. + +I have a Toshiba Satellite SM30-304 which I believe uses intel chips. + +Any ideas? + +Seán +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A></li> + <LI>Next message: <A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8758">[ date ]</a> + <a href="thread.html#8758">[ thread ]</a> + <a href="subject.html#8758">[ subject ]</a> + <a href="author.html#8758">[ 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/2012-September/008759.html b/zarb-ml/mageia-discuss/2012-September/008759.html new file mode 100644 index 000000000..6105614dc --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008759.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] gnome-shell failure + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20gnome-shell%20failure&In-Reply-To=%3CCAGvW9WfQvHm60rrVWFvyaZK-ginVxhGqUMYcUGVzbO2cS6h5cw%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="008761.html"> + <LINK REL="Next" HREF="008760.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] gnome-shell failure</H1> + <B>Michael Hill</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20gnome-shell%20failure&In-Reply-To=%3CCAGvW9WfQvHm60rrVWFvyaZK-ginVxhGqUMYcUGVzbO2cS6h5cw%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] gnome-shell failure">mdhillca at gmail.com + </A><BR> + <I>Sat Sep 22 16:01:15 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI>Next message: <A HREF="008760.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8759">[ date ]</a> + <a href="thread.html#8759">[ thread ]</a> + <a href="subject.html#8759">[ subject ]</a> + <a href="author.html#8759">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I got a gnome-shell .92 package with my auto-update this morning, and it +fails to launch. session-log says wrong version of Ibus. + +Mike +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120922/bdd771e2/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI>Next message: <A HREF="008760.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8759">[ date ]</a> + <a href="thread.html#8759">[ thread ]</a> + <a href="subject.html#8759">[ subject ]</a> + <a href="author.html#8759">[ 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/2012-September/008760.html b/zarb-ml/mageia-discuss/2012-September/008760.html new file mode 100644 index 000000000..771d8e12f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008760.html @@ -0,0 +1,66 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Downgrade package + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3CCAGvW9Wcx3G7gBGubN%3Dd3_FP-pwSPwZ4jYCxS-U5KoMJWf6nzhw%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="008759.html"> + <LINK REL="Next" HREF="008762.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Downgrade package</H1> + <B>Michael Hill</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3CCAGvW9Wcx3G7gBGubN%3Dd3_FP-pwSPwZ4jYCxS-U5KoMJWf6nzhw%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Downgrade package">mdhillca at gmail.com + </A><BR> + <I>Sat Sep 22 16:03:38 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A></li> + <LI>Next message: <A HREF="008762.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8760">[ date ]</a> + <a href="thread.html#8760">[ thread ]</a> + <a href="subject.html#8760">[ subject ]</a> + <a href="author.html#8760">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>All I need to downgrade a package in Mageia is rpm and a previous version +of the package? + +Thanks, + +Mike +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120922/c4dd76c1/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A></li> + <LI>Next message: <A HREF="008762.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8760">[ date ]</a> + <a href="thread.html#8760">[ thread ]</a> + <a href="subject.html#8760">[ subject ]</a> + <a href="author.html#8760">[ 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/2012-September/008761.html b/zarb-ml/mageia-discuss/2012-September/008761.html new file mode 100644 index 000000000..3f5c306d9 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008761.html @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 live boot fail + </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%20live%20boot%20fail&In-Reply-To=%3C505DE003.9050805%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008758.html"> + <LINK REL="Next" HREF="008759.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 live boot fail</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20live%20boot%20fail&In-Reply-To=%3C505DE003.9050805%40gmail.com%3E" + TITLE="[Mageia-discuss] Mageia 2 live boot fail">eeeemail at gmail.com + </A><BR> + <I>Sat Sep 22 17:57:55 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI>Next message: <A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8761">[ date ]</a> + <a href="thread.html#8761">[ thread ]</a> + <a href="subject.html#8761">[ subject ]</a> + <a href="author.html#8761">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/09/12 13:58, Sean Mac Suibhne 7 wrote: +><i> I cannot get Mageia 2 Live disk to load. +</I>><i> +</I>><i> I can get the cursor to show but not the content. +</I>><i> +</I>><i> If I add xdriver=vesa to the kernal options when booting the screen +</I>><i> freezes after the time setting screen. +</I>><i> +</I>><i> I have a Toshiba Satellite SM30-304 which I believe uses intel chips. +</I>><i> +</I>><i> Any ideas? +</I>><i> +</I>><i> Seán +</I> +Hi Seán + +You might have the same problem some others have had with intel laptops, +both old and new. + +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=6077">https://bugs.mageia.org/show_bug.cgi?id=6077</A> + +Try adding acpi=off too. There are a few other options on that bug you +could try if that works for you. It's a far from ideal solution, but it +is a solution. + +You could also add your details to that bug if you are suffering from +the same thing. + +Thanks +Claire +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A></li> + <LI>Next message: <A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8761">[ date ]</a> + <a href="thread.html#8761">[ thread ]</a> + <a href="subject.html#8761">[ subject ]</a> + <a href="author.html#8761">[ 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/2012-September/008762.html b/zarb-ml/mageia-discuss/2012-September/008762.html new file mode 100644 index 000000000..98f274999 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008762.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Downgrade package + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE084.9090309%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008760.html"> + <LINK REL="Next" HREF="008763.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Downgrade package</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE084.9090309%40gmail.com%3E" + TITLE="[Mageia-discuss] Downgrade package">eeeemail at gmail.com + </A><BR> + <I>Sat Sep 22 18:00:04 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008760.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008763.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8762">[ date ]</a> + <a href="thread.html#8762">[ thread ]</a> + <a href="subject.html#8762">[ subject ]</a> + <a href="author.html#8762">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/09/12 15:03, Michael Hill wrote: +><i> All I need to downgrade a package in Mageia is rpm and a previous version +</I>><i> of the package? +</I>><i> +</I>><i> Thanks, +</I>><i> +</I>><i> Mike +</I>><i> +</I> +Hi Mike + +You can use rpm -e --nodeps <package> to remove a single one without +removing things which depend on it. You can then install the older +version in the usual way. + +Claire +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008760.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008763.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8762">[ date ]</a> + <a href="thread.html#8762">[ thread ]</a> + <a href="subject.html#8762">[ subject ]</a> + <a href="author.html#8762">[ 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/2012-September/008763.html b/zarb-ml/mageia-discuss/2012-September/008763.html new file mode 100644 index 000000000..f0333d079 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008763.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Downgrade package + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3CCAGvW9WcAXcPNeCpQTET%2BCcy1%2BOBrRxXAo-W%3D%3Dbt2bhaw1DoY1g%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="008762.html"> + <LINK REL="Next" HREF="008764.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Downgrade package</H1> + <B>Michael Hill</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3CCAGvW9WcAXcPNeCpQTET%2BCcy1%2BOBrRxXAo-W%3D%3Dbt2bhaw1DoY1g%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Downgrade package">mdhillca at gmail.com + </A><BR> + <I>Sat Sep 22 18:16:29 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008762.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008764.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8763">[ date ]</a> + <a href="thread.html#8763">[ thread ]</a> + <a href="subject.html#8763">[ subject ]</a> + <a href="author.html#8763">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Sep 22, 2012 12:00 PM, "Claire Robinson" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">eeeemail at gmail.com</A>> wrote: +><i> +</I>><i> On 22/09/12 15:03, Michael Hill wrote: +</I>><i> > All I need to downgrade a package in Mageia is rpm and a previous +</I>version +><i> > of the package? +</I>><i> > +</I>><i> > Thanks, +</I>><i> > +</I>><i> > Mike +</I>><i> > +</I>><i> +</I>><i> Hi Mike +</I>><i> +</I>><i> You can use rpm -e --nodeps <package> to remove a single one without +</I>><i> removing things which depend on it. You can then install the older +</I>><i> version in the usual way. +</I> +Thanks, Claire. To have the previous version I'd have needed to have +activated it in my urpmi settings, wouldn't I? Is there someplace I can +look for an earlier version of a package? + +Thanks, + +Mike +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120922/8e6b30bd/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008762.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008764.html">[Mageia-discuss] Downgrade package +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8763">[ date ]</a> + <a href="thread.html#8763">[ thread ]</a> + <a href="subject.html#8763">[ subject ]</a> + <a href="author.html#8763">[ 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/2012-September/008764.html b/zarb-ml/mageia-discuss/2012-September/008764.html new file mode 100644 index 000000000..bcc2944e2 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008764.html @@ -0,0 +1,95 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Downgrade package + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE8D9.2040609%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008763.html"> + <LINK REL="Next" HREF="008765.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Downgrade package</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE8D9.2040609%40gmail.com%3E" + TITLE="[Mageia-discuss] Downgrade package">eeeemail at gmail.com + </A><BR> + <I>Sat Sep 22 18:35:37 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008763.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8764">[ date ]</a> + <a href="thread.html#8764">[ thread ]</a> + <a href="subject.html#8764">[ subject ]</a> + <a href="author.html#8764">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 22/09/12 17:16, Michael Hill wrote: +><i> On Sep 22, 2012 12:00 PM, "Claire Robinson" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">eeeemail at gmail.com</A>> wrote: +</I>>><i> +</I>>><i> On 22/09/12 15:03, Michael Hill wrote: +</I>>>><i> All I need to downgrade a package in Mageia is rpm and a previous +</I>><i> version +</I>>>><i> of the package? +</I>>>><i> +</I>>>><i> Thanks, +</I>>>><i> +</I>>>><i> Mike +</I>>>><i> +</I>>><i> +</I>>><i> Hi Mike +</I>>><i> +</I>>><i> You can use rpm -e --nodeps <package> to remove a single one without +</I>>><i> removing things which depend on it. You can then install the older +</I>>><i> version in the usual way. +</I>><i> +</I>><i> Thanks, Claire. To have the previous version I'd have needed to have +</I>><i> activated it in my urpmi settings, wouldn't I? Is there someplace I can +</I>><i> look for an earlier version of a package? +</I>><i> +</I>><i> Thanks, +</I>><i> +</I>><i> Mike +</I>><i> +</I> +You can use urpmi --media Release <package> to install it from the +Release medias. You can also do similar with Updates. + +Sometimes there will be two or more versions in Updates though, so if +you need a specific version you can download it from the mirror manually +with a browser or wget and install with urpmi path/to/<package>. + +For example urpmi ./<package> + +Claire + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008763.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8764">[ date ]</a> + <a href="thread.html#8764">[ thread ]</a> + <a href="subject.html#8764">[ subject ]</a> + <a href="author.html#8764">[ 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/2012-September/008765.html b/zarb-ml/mageia-discuss/2012-September/008765.html new file mode 100644 index 000000000..c14a3e1b2 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008765.html @@ -0,0 +1,75 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50627060.8060705%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008764.html"> + <LINK REL="Next" HREF="008766.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50627060.8060705%40bigpond.com%3E" + TITLE="[Mageia-discuss] Bootable external drive">phil_lor at bigpond.com + </A><BR> + <I>Wed Sep 26 05:02:56 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008764.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8765">[ date ]</a> + <a href="thread.html#8765">[ thread ]</a> + <a href="subject.html#8765">[ subject ]</a> + <a href="author.html#8765">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Thank you for reading this. + +Over the years I've attempted to create a bootable external USB drive, +but without success. Recently I tried unetbootin which is supposed to +download and install a Linux distribution of choice and then create a +bootable disc. It all seems to work well except my laptop won't boot +from the newly created bootable external drive. + +I've occasionally forgotten to unplug my e-book reader and the next time +that I start the computer I'm informed that "this is not a bootable +disc." So, the computer does detect whether an external device is +bootable or not. + +My question is, how can I determine whether the external drive is indeed +bootable or not? Is there a bit that's set somewhere if it's bootable? + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008764.html">[Mageia-discuss] Downgrade package +</A></li> + <LI>Next message: <A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8765">[ date ]</a> + <a href="thread.html#8765">[ thread ]</a> + <a href="subject.html#8765">[ subject ]</a> + <a href="author.html#8765">[ 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/2012-September/008766.html b/zarb-ml/mageia-discuss/2012-September/008766.html new file mode 100644 index 000000000..46202413f --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008766.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C5493856.QbQRnF7mLF%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008765.html"> + <LINK REL="Next" HREF="008767.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C5493856.QbQRnF7mLF%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Bootable external drive">led43john at googlemail.com + </A><BR> + <I>Wed Sep 26 12:32:47 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8766">[ date ]</a> + <a href="thread.html#8766">[ thread ]</a> + <a href="subject.html#8766">[ subject ]</a> + <a href="author.html#8766">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wednesday 26 Sep 2012 13:02:56 Phil wrote: +><i> Thank you for reading this. +</I>><i> +</I>><i> Over the years I've attempted to create a bootable external USB drive, +</I>><i> but without success. Recently I tried unetbootin which is supposed to +</I>><i> download and install a Linux distribution of choice and then create a +</I>><i> bootable disc. It all seems to work well except my laptop won't boot +</I>><i> from the newly created bootable external drive. +</I>><i> +</I>><i> I've occasionally forgotten to unplug my e-book reader and the next time +</I>><i> that I start the computer I'm informed that "this is not a bootable +</I>><i> disc." So, the computer does detect whether an external device is +</I>><i> bootable or not. +</I>><i> +</I>><i> My question is, how can I determine whether the external drive is indeed +</I>><i> bootable or not? Is there a bit that's set somewhere if it's bootable? +</I> +As far as I know unenetbooting does not work with our iso's, its a long time +erm undocumented feature ;) you can use the DD command, there is even a DD for +widoz. +Regards John (Led43_xxx) +-- +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="008765.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8766">[ date ]</a> + <a href="thread.html#8766">[ thread ]</a> + <a href="subject.html#8766">[ subject ]</a> + <a href="author.html#8766">[ 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/2012-September/008767.html b/zarb-ml/mageia-discuss/2012-September/008767.html new file mode 100644 index 000000000..5b1e406fe --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008767.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C201209260711.09225.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="008766.html"> + <LINK REL="Next" HREF="008768.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C201209260711.09225.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Bootable external drive">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Sep 26 13:11:09 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8767">[ date ]</a> + <a href="thread.html#8767">[ thread ]</a> + <a href="subject.html#8767">[ subject ]</a> + <a href="author.html#8767">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wednesday 26 Sep 2012 06:32 my mailbox was graced by a message from John +Bowden who wrote: + +><i> As far as I know unenetbooting does not work with our iso's, its a long +</I>><i> time erm undocumented feature ;) you can use the DD command, there is even +</I>><i> a DD for widoz. +</I> +I have had good results, sorry but I forget whether it was with Tuxboot-Linux +or Mandriva-seed.sh. Only thing I am certain of is that one of the two worked +for me. + +Cheers, + +Ron. +-- + Solitudinem faciunt pacem appellant. + -- Cornelius Tacitus + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +441bab58a038f021247f94fc48e94be69e554b35126a1867a87f17acdb74925d +730e8948247b392aedbdb5829a53f36ff0944170a54e748136a70be63982720e + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8767">[ date ]</a> + <a href="thread.html#8767">[ thread ]</a> + <a href="subject.html#8767">[ subject ]</a> + <a href="author.html#8767">[ 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/2012-September/008768.html b/zarb-ml/mageia-discuss/2012-September/008768.html new file mode 100644 index 000000000..b0bfa6af7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008768.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C201209260726.36278.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="008767.html"> + <LINK REL="Next" HREF="008775.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C201209260726.36278.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Bootable external drive">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Sep 26 13:26:36 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8768">[ date ]</a> + <a href="thread.html#8768">[ thread ]</a> + <a href="subject.html#8768">[ subject ]</a> + <a href="author.html#8768">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wednesday 26 Sep 2012 07:11 my mailbox was graced by a message from Renaud +(Ron) Olgiati who wrote: +><i> I have had good results, sorry but I forget whether it was with +</I>><i> Tuxboot-Linux or Mandriva-seed.sh. Only thing I am certain of is that one +</I>><i> of the two worked for me. +</I> +It might even have been both ;-3) + +Cheers, + +Ron. +-- + No one can have a higher opinion of him than I have, + and I think he's a dirty little beast. + -- W.S. Gilbert + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +34e11ceb2ad98440dc439bcf6e9ff406db9f48cab8aa8fbce63d1eed728de480 +43dc7bf3eff7736ac394170c2e0369f4385b5c7442a39eaef09573ed4c8ece62 + + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8768">[ date ]</a> + <a href="thread.html#8768">[ thread ]</a> + <a href="subject.html#8768">[ subject ]</a> + <a href="author.html#8768">[ 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/2012-September/008769.html b/zarb-ml/mageia-discuss/2012-September/008769.html new file mode 100644 index 000000000..f78c24ebb --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008769.html @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Video edition + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C201209260728.49200.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="008782.html"> + <LINK REL="Next" HREF="008771.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Video edition</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C201209260728.49200.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Video edition">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Wed Sep 26 13:28:49 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008771.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8769">[ date ]</a> + <a href="thread.html#8769">[ thread ]</a> + <a href="subject.html#8769">[ subject ]</a> + <a href="author.html#8769">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I want to venture into unknown territory, that of video edition. + +I have downloaded a 1930 documental on the Paraguay-Bolivia war, which came +out with the images formatted 16:9. + +What would be the tool of choice to reformat it to the original 4:3 ? + +TIA, + +Ron. +-- + No one can have a higher opinion of him than I have, + and I think he's a dirty little beast. + -- W.S. Gilbert + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +34e11ceb2ad98440dc439bcf6e9ff406db9f48cab8aa8fbce63d1eed728de480 +43dc7bf3eff7736ac394170c2e0369f4385b5c7442a39eaef09573ed4c8ece62 + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008771.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8769">[ date ]</a> + <a href="thread.html#8769">[ thread ]</a> + <a href="subject.html#8769">[ subject ]</a> + <a href="author.html#8769">[ 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/2012-September/008770.html b/zarb-ml/mageia-discuss/2012-September/008770.html new file mode 100644 index 000000000..260dea288 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008770.html @@ -0,0 +1,78 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Solution Linux 2012 (french event in Paris) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Solution%20Linux%202012%20%28french%20event%20in%20Paris%29&In-Reply-To=%3CCALVo_BiQ%2B-p-x4czjyo7zAn%2B%3DCS%2B0c5mvi2pLnUQxZcJ-DV1xg%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="008776.html"> + <LINK REL="Next" HREF="008772.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Solution Linux 2012 (french event in Paris)</H1> + <B>Dimitrios Glentadakis</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Solution%20Linux%202012%20%28french%20event%20in%20Paris%29&In-Reply-To=%3CCALVo_BiQ%2B-p-x4czjyo7zAn%2B%3DCS%2B0c5mvi2pLnUQxZcJ-DV1xg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Solution Linux 2012 (french event in Paris)">dglent at gmail.com + </A><BR> + <I>Wed Sep 26 13:43:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008776.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8770">[ date ]</a> + <a href="thread.html#8770">[ thread ]</a> + <a href="subject.html#8770">[ subject ]</a> + <a href="author.html#8770">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>i'd like to inform that i used this video: +<A HREF="http://www.youtube.com/watch?v=78HKHC7KGLY">http://www.youtube.com/watch?v=78HKHC7KGLY</A> + +to add Greek subtitles: +<A HREF="http://www.youtube.com/watch?v=N58Li92FB8Y">http://www.youtube.com/watch?v=N58Li92FB8Y</A> + + + +-- +Dimitrios Glentadakis +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120926/8fd36db3/attachment.html> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008776.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8770">[ date ]</a> + <a href="thread.html#8770">[ thread ]</a> + <a href="subject.html#8770">[ subject ]</a> + <a href="author.html#8770">[ 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/2012-September/008771.html b/zarb-ml/mageia-discuss/2012-September/008771.html new file mode 100644 index 000000000..2094ba4d7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008771.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Video edition + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C5063282C.9060704%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008769.html"> + <LINK REL="Next" HREF="008773.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Video edition</H1> + <B>Claire Robinson</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C5063282C.9060704%40gmail.com%3E" + TITLE="[Mageia-discuss] Video edition">eeeemail at gmail.com + </A><BR> + <I>Wed Sep 26 18:07:08 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008769.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008773.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8771">[ date ]</a> + <a href="thread.html#8771">[ thread ]</a> + <a href="subject.html#8771">[ subject ]</a> + <a href="author.html#8771">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 26/09/12 12:28, Renaud (Ron) Olgiati wrote: +><i> I want to venture into unknown territory, that of video edition. +</I>><i> +</I>><i> I have downloaded a 1930 documental on the Paraguay-Bolivia war, which came +</I>><i> out with the images formatted 16:9. +</I>><i> +</I>><i> What would be the tool of choice to reformat it to the original 4:3 ? +</I>><i> +</I>><i> TIA, +</I>><i> +</I>><i> Ron. +</I> +There are a few, including probably ffmpeg on the command line. +I would try avidemux though. If you ever used Virtualdub in windows, it +is quite similar. + +Claire +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008769.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008773.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8771">[ date ]</a> + <a href="thread.html#8771">[ thread ]</a> + <a href="subject.html#8771">[ subject ]</a> + <a href="author.html#8771">[ 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/2012-September/008772.html b/zarb-ml/mageia-discuss/2012-September/008772.html new file mode 100644 index 000000000..52f257dc4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008772.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Solution Linux 2012 (french event in Paris) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Solution%20Linux%202012%20%28french%20event%20in%20Paris%29&In-Reply-To=%3C50632A12.9000203%40xs4all.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008770.html"> + <LINK REL="Next" HREF="008774.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Solution Linux 2012 (french event in Paris)</H1> + <B>Marja van Waes</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Solution%20Linux%202012%20%28french%20event%20in%20Paris%29&In-Reply-To=%3C50632A12.9000203%40xs4all.nl%3E" + TITLE="[Mageia-discuss] Solution Linux 2012 (french event in Paris)">marja11 at xs4all.nl + </A><BR> + <I>Wed Sep 26 18:15:14 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI>Next message: <A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8772">[ date ]</a> + <a href="thread.html#8772">[ thread ]</a> + <a href="subject.html#8772">[ subject ]</a> + <a href="author.html#8772">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On 26/09/2012 13:43, Dimitrios Glentadakis wrote: +><i> i'd like to inform that i used this video: +</I>><i> <A HREF="http://www.youtube.com/watch?v=78HKHC7KGLY">http://www.youtube.com/watch?v=78HKHC7KGLY</A> +</I>><i> +</I>><i> to add Greek subtitles: <A HREF="http://www.youtube.com/watch?v=N58Li92FB8Y">http://www.youtube.com/watch?v=N58Li92FB8Y</A> +</I>><i> +</I>><i> +</I>><i> +</I>That looks very nice, Dimitrios. + +Thanks :) +-----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> + +iQEcBAEBAgAGBQJQYyoMAAoJEKWubDMI5nEBOg0H/iP09ZafJwPsqqZ7GO23/C9u +7bk6cWcgHfjZHsubjXvqxWFBP/OzuJLBqnNi88/t/CzXMZmQoXolhex1Wh+4WkoZ +gDNtJWLo07y5yt518meMQHlbtCPsbAZn4IWcN0EbGjQj5WxvNqMzVsuuTHANMU8l +TboYP48Y8lJmbZAYfp69MpVa+XNzHWOQTpUG18Dk0+S74aIkWdSgzZppllbQNhg5 +s66cSlhLpdlxZ9RtgXPviD28srzpJJJ+3zmQJolTcW6PvQOlVZnkEYIsWVudEwWS +00fnVQiOn1Sd4LI1CFSdPPoOVAwsfQABz5PMgBRvsO9qBEOce2ZQ4SvksejFI00= +=lnzs +-----END PGP SIGNATURE----- +</PRE> + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI>Next message: <A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8772">[ date ]</a> + <a href="thread.html#8772">[ thread ]</a> + <a href="subject.html#8772">[ subject ]</a> + <a href="author.html#8772">[ 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/2012-September/008773.html b/zarb-ml/mageia-discuss/2012-September/008773.html new file mode 100644 index 000000000..0ae820c55 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008773.html @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Video edition + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C201209261340.46580.terraagua%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008771.html"> + <LINK REL="Next" HREF="008776.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Video edition</H1> + <B>Macxi</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3C201209261340.46580.terraagua%40gmail.com%3E" + TITLE="[Mageia-discuss] Video edition">terraagua at gmail.com + </A><BR> + <I>Wed Sep 26 18:40:46 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008771.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008776.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8773">[ date ]</a> + <a href="thread.html#8773">[ thread ]</a> + <a href="subject.html#8773">[ subject ]</a> + <a href="author.html#8773">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Em qua 26 set 2012, às 13:07:08, Claire Robinson escreveu: +><i> On 26/09/12 12:28, Renaud (Ron) Olgiati wrote: +</I>><i> > I want to venture into unknown territory, that of video edition. +</I>><i> > +</I>><i> > I have downloaded a 1930 documental on the Paraguay-Bolivia war, which +</I>><i> > came out with the images formatted 16:9. +</I>><i> > +</I>><i> > What would be the tool of choice to reformat it to the original 4:3 ? +</I>><i> > +</I>><i> > TIA, +</I>><i> > +</I>><i> > Ron. +</I>><i> +</I>><i> There are a few, including probably ffmpeg on the command line. +</I>><i> I would try avidemux though. If you ever used Virtualdub in windows, it +</I>><i> is quite similar. +</I>><i> +</I>><i> Claire +</I> + +Kdenlive rendering in several format, including 4:3 + +<A HREF="http://www.kdenlive.org/">http://www.kdenlive.org/</A> + + +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008771.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008776.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8773">[ date ]</a> + <a href="thread.html#8773">[ thread ]</a> + <a href="subject.html#8773">[ subject ]</a> + <a href="author.html#8773">[ 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/2012-September/008774.html b/zarb-ml/mageia-discuss/2012-September/008774.html new file mode 100644 index 000000000..3a1f53ade --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008774.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C6000274.1124471.1348683484819.JavaMail.root%40vznit170126%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008772.html"> + <LINK REL="Next" HREF="008778.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>vze1pbnt at verizon.net</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C6000274.1124471.1348683484819.JavaMail.root%40vznit170126%3E" + TITLE="[Mageia-discuss] Bootable external drive">vze1pbnt at verizon.net + </A><BR> + <I>Wed Sep 26 20:18:04 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI>Next message: <A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8774">[ date ]</a> + <a href="thread.html#8774">[ thread ]</a> + <a href="subject.html#8774">[ subject ]</a> + <a href="author.html#8774">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i>Thank you for reading this. +</I>><i> +</I>><i>Over the years I've attempted to create a bootable external USB drive, +</I>><i>but without success. Recently I tried unetbootin which is supposed to +</I>><i>download and install a Linux distribution of choice and then create a +</I>><i>bootable disc. It all seems to work well except my laptop won't boot +</I>><i>from the newly created bootable external drive. +</I>><i> +</I>><i>I've occasionally forgotten to unplug my e-book reader and the next time +</I>><i>that I start the computer I'm informed that "this is not a bootable +</I>><i>disc." So, the computer does detect whether an external device is +</I>><i>bootable or not. +</I>><i> +</I>><i>My question is, how can I determine whether the external drive is indeed +</I>><i>bootable or not? Is there a bit that's set somewhere if it's bootable? +</I>><i> +</I>><i>-- +</I>><i>Regards, +</I>><i>Phil +</I>><i> +</I> +Have never had a problem doing this. CDs and DVDs I have burned from iso files have always been bootable. +I would say check you bios if you were not getting that bootable disc message. So I think the place to look at is setting up +writing the disk or USB stick. I did have one friend who had this problem. When I checked his boot disk it had one file on +it, with the extension of iso. But check you bios just to be sure. + + +</PRE> + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI>Next message: <A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8774">[ date ]</a> + <a href="thread.html#8774">[ thread ]</a> + <a href="subject.html#8774">[ subject ]</a> + <a href="author.html#8774">[ 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/2012-September/008775.html b/zarb-ml/mageia-discuss/2012-September/008775.html new file mode 100644 index 000000000..4617a123e --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008775.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50638DE6.7080408%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008768.html"> + <LINK REL="Next" HREF="008777.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50638DE6.7080408%40bigpond.com%3E" + TITLE="[Mageia-discuss] Bootable external drive">phil_lor at bigpond.com + </A><BR> + <I>Thu Sep 27 01:21:10 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8775">[ date ]</a> + <a href="thread.html#8775">[ thread ]</a> + <a href="subject.html#8775">[ subject ]</a> + <a href="author.html#8775">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 26/09/12 20:32, John Bowden wrote: +><i> +</I>><i> As far as I know unenetbooting does not work with our iso's, its a long time +</I>><i> erm undocumented feature ;) you can use the DD command, there is even a DD for +</I>><i> widoz. +</I> +Thanks everyone for your replies, + +I think there might be a hardware issue somewhere. The laptop detects +USB sticks (and e-book readers) and reports that the device isn't +bootable however the USB hard drive is simply ignored. So there must be +some subtle difference between the mechanical drive and a USB stick. + +The Internet is awash with tutorials on how to create a bootable +external drive but, in my case, unless the external drive is mounted +it's not detected and the BIOS is set to boot from an external drive. + +I'm reluctant to try my drive on someone else's computer because if +anything goes wrong, even six years later, it will be my fault. + +I don't think Tuxboot or DD would offer a solution. + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8775">[ date ]</a> + <a href="thread.html#8775">[ thread ]</a> + <a href="subject.html#8775">[ subject ]</a> + <a href="author.html#8775">[ 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/2012-September/008776.html b/zarb-ml/mageia-discuss/2012-September/008776.html new file mode 100644 index 000000000..dd6955934 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008776.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Video edition + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3CCABN%3DKyi5zPozP%3DV_YXkUpXcK4nVyK%3DopqPoK%2BPt_BBwf3_s43w%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="008773.html"> + <LINK REL="Next" HREF="008770.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Video edition</H1> + <B>Max Quarterpleen</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Video%20edition&In-Reply-To=%3CCABN%3DKyi5zPozP%3DV_YXkUpXcK4nVyK%3DopqPoK%2BPt_BBwf3_s43w%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Video edition">bogusman222 at gmail.com + </A><BR> + <I>Thu Sep 27 11:47:43 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008773.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8776">[ date ]</a> + <a href="thread.html#8776">[ thread ]</a> + <a href="subject.html#8776">[ subject ]</a> + <a href="author.html#8776">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wed, Sep 26, 2012 at 6:40 PM, Macxi <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">terraagua at gmail.com</A>> wrote: + +><i> Em qua 26 set 2012, às 13:07:08, Claire Robinson escreveu: +</I>><i> > On 26/09/12 12:28, Renaud (Ron) Olgiati wrote: +</I>><i> > > I want to venture into unknown territory, that of video edition. +</I>><i> > > +</I>><i> > > I have downloaded a 1930 documental on the Paraguay-Bolivia war, which +</I>><i> > > came out with the images formatted 16:9. +</I>><i> > > +</I>><i> > > What would be the tool of choice to reformat it to the original 4:3 ? +</I>><i> > > +</I>><i> > > TIA, +</I>><i> > > +</I>><i> > > Ron. +</I>><i> > +</I>><i> > There are a few, including probably ffmpeg on the command line. +</I>><i> > I would try avidemux though. If you ever used Virtualdub in windows, it +</I>><i> > is quite similar. +</I>><i> > +</I>><i> > Claire +</I>><i> +</I>><i> +</I>><i> Kdenlive rendering in several format, including 4:3 +</I>><i> +</I>><i> <A HREF="http://www.kdenlive.org/">http://www.kdenlive.org/</A> +</I>><i> +</I>><i> +</I>That's what I use for editing video, even though it has a tendency to crash +X on embedded Intel graphics cards. At least, on the two laptops I've tried +it does... +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120927/61109d3a/attachment.html> +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008773.html">[Mageia-discuss] Video edition +</A></li> + <LI>Next message: <A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8776">[ date ]</a> + <a href="thread.html#8776">[ thread ]</a> + <a href="subject.html#8776">[ subject ]</a> + <a href="author.html#8776">[ 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/2012-September/008777.html b/zarb-ml/mageia-discuss/2012-September/008777.html new file mode 100644 index 000000000..75dede572 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008777.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C3008724.hAEDJ5nreB%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008775.html"> + <LINK REL="Next" HREF="008779.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C3008724.hAEDJ5nreB%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Bootable external drive">led43john at googlemail.com + </A><BR> + <I>Thu Sep 27 12:55:47 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8777">[ date ]</a> + <a href="thread.html#8777">[ thread ]</a> + <a href="subject.html#8777">[ subject ]</a> + <a href="author.html#8777">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday 27 Sep 2012 09:21:10 Phil wrote: +><i> On 26/09/12 20:32, John Bowden wrote: +</I>><i> > As far as I know unenetbooting does not work with our iso's, its a long +</I>><i> > time erm undocumented feature ;) you can use the DD command, there is +</I>><i> > even a DD for widoz. +</I>><i> +</I>><i> Thanks everyone for your replies, +</I>><i> +</I>><i> I think there might be a hardware issue somewhere. The laptop detects +</I>><i> USB sticks (and e-book readers) and reports that the device isn't +</I>><i> bootable however the USB hard drive is simply ignored. So there must be +</I>><i> some subtle difference between the mechanical drive and a USB stick. +</I>><i> +</I>><i> The Internet is awash with tutorials on how to create a bootable +</I>><i> external drive but, in my case, unless the external drive is mounted +</I>><i> it's not detected and the BIOS is set to boot from an external drive. +</I>><i> +</I>><i> I'm reluctant to try my drive on someone else's computer because if +</I>><i> anything goes wrong, even six years later, it will be my fault. +</I>><i> +</I>><i> I don't think Tuxboot or DD would offer a solution. +</I> +You might find the ext hd is a bit slow at initalizing and spinning up to +speed, a usb drive does not have to spin up disks. Try powering on the laptop +and if it does not see the ext hd do a soft reboot (ALT CTRL + DEL). +Also make sure the bios is set to boot ext usb first before looking at other +boot devices. If you have the ext hd plugged in and powered up while in the +bios screen it might offer you the ext hd IF you are very lucky! +Regards 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="008775.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8777">[ date ]</a> + <a href="thread.html#8777">[ thread ]</a> + <a href="subject.html#8777">[ subject ]</a> + <a href="author.html#8777">[ 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/2012-September/008778.html b/zarb-ml/mageia-discuss/2012-September/008778.html new file mode 100644 index 000000000..06c268d4d --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008778.html @@ -0,0 +1,129 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia-discuss%20Digest%2C%20Vol%2025%2C%20Issue%2030&In-Reply-To=%3C50657CEE.9060906%40terra.com.br%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008774.html"> + <LINK REL="Next" HREF="008783.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30</H1> + <B>Vilhjalmur Ingi</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia-discuss%20Digest%2C%20Vol%2025%2C%20Issue%2030&In-Reply-To=%3C50657CEE.9060906%40terra.com.br%3E" + TITLE="[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30">ingiarna at terra.com.br + </A><BR> + <I>Fri Sep 28 12:33:18 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8778">[ date ]</a> + <a href="thread.html#8778">[ thread ]</a> + <a href="subject.html#8778">[ subject ]</a> + <a href="author.html#8778">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Obrigado Telma, mas sem problema. + +O "Rei dos Caletos" tem "Home delivery" so I order plenty of chicken. +By end of the week I am sure I wil be able to walk to the supermarket, +thank god I still have the crutches (moletas). +Stefan comes to Recife 3. de Outubro and stays for 3 weeks. +By then I must be totally OK. (Mais ou menos ;-) ) + +Ingi + + +On 09/28/2012 07:00 AM, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A> wrote: +><i> Send Mageia-discuss mailing list submissions to +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A> +</I>><i> +</I>><i> To subscribe or unsubscribe via the World Wide Web, visit +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">https://www.mageia.org/mailman/listinfo/mageia-discuss</A> +</I>><i> or, via email, send a message with subject or body 'help' to +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-request at mageia.org</A> +</I>><i> +</I>><i> You can reach the person managing the list at +</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss-owner at mageia.org</A> +</I>><i> +</I>><i> When replying, please edit your Subject line so it is more specific +</I>><i> than "Re: Contents of Mageia-discuss digest..." +</I>><i> +</I>><i> +</I>><i> Today's Topics: +</I>><i> +</I>><i> 1. Re: Bootable external drive (John Bowden) +</I>><i> +</I>><i> +</I>><i> ---------------------------------------------------------------------- +</I>><i> +</I>><i> Message: 1 +</I>><i> Date: Thu, 27 Sep 2012 11:55:47 +0100 +</I>><i> From: John Bowden<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">led43john at googlemail.com</A>> +</I>><i> To: Mageia general discussions<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">mageia-discuss at mageia.org</A>> +</I>><i> Subject: Re: [Mageia-discuss] Bootable external drive +</I>><i> Message-ID:<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">3008724.hAEDJ5nreB at john.pistonbroke</A>> +</I>><i> Content-Type: text/plain; charset="us-ascii" +</I>><i> +</I>><i> On Thursday 27 Sep 2012 09:21:10 Phil wrote: +</I>>><i> On 26/09/12 20:32, John Bowden wrote: +</I>>>><i> As far as I know unenetbooting does not work with our iso's, its a long +</I>>>><i> time erm undocumented feature ;) you can use the DD command, there is +</I>>>><i> even a DD for widoz. +</I>>><i> Thanks everyone for your replies, +</I>>><i> +</I>>><i> I think there might be a hardware issue somewhere. The laptop detects +</I>>><i> USB sticks (and e-book readers) and reports that the device isn't +</I>>><i> bootable however the USB hard drive is simply ignored. So there must be +</I>>><i> some subtle difference between the mechanical drive and a USB stick. +</I>>><i> +</I>>><i> The Internet is awash with tutorials on how to create a bootable +</I>>><i> external drive but, in my case, unless the external drive is mounted +</I>>><i> it's not detected and the BIOS is set to boot from an external drive. +</I>>><i> +</I>>><i> I'm reluctant to try my drive on someone else's computer because if +</I>>><i> anything goes wrong, even six years later, it will be my fault. +</I>>><i> +</I>>><i> I don't think Tuxboot or DD would offer a solution. +</I>><i> You might find the ext hd is a bit slow at initalizing and spinning up to +</I>><i> speed, a usb drive does not have to spin up disks. Try powering on the laptop +</I>><i> and if it does not see the ext hd do a soft reboot (ALT CTRL + DEL). +</I>><i> Also make sure the bios is set to boot ext usb first before looking at other +</I>><i> boot devices. If you have the ext hd plugged in and powered up while in the +</I>><i> bios screen it might offer you the ext hd IF you are very lucky! +</I>><i> Regards John (Led43_???) +</I></PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8778">[ date ]</a> + <a href="thread.html#8778">[ thread ]</a> + <a href="subject.html#8778">[ subject ]</a> + <a href="author.html#8778">[ 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/2012-September/008779.html b/zarb-ml/mageia-discuss/2012-September/008779.html new file mode 100644 index 000000000..70238f815 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008779.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50661B44.7040205%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008777.html"> + <LINK REL="Next" HREF="008780.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive&In-Reply-To=%3C50661B44.7040205%40bigpond.com%3E" + TITLE="[Mageia-discuss] Bootable external drive">phil_lor at bigpond.com + </A><BR> + <I>Fri Sep 28 23:48:52 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8779">[ date ]</a> + <a href="thread.html#8779">[ thread ]</a> + <a href="subject.html#8779">[ subject ]</a> + <a href="author.html#8779">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 27/09/12 20:55, John Bowden wrote: +><i> +</I>><i> You might find the ext hd is a bit slow at initalizing and spinning up to +</I>><i> speed, a usb drive does not have to spin up disks. Try powering on the laptop +</I>><i> and if it does not see the ext hd do a soft reboot (ALT CTRL + DEL). +</I>><i> Also make sure the bios is set to boot ext usb first before looking at other +</I>><i> boot devices. If you have the ext hd plugged in and powered up while in the +</I>><i> bios screen it might offer you the ext hd IF you are very lucky! +</I> +Thanks again John, + +I've solved the external USB hard drive boot problem and it's +embarrassing to admit that it was a simple setting in the BIOS. + +The hard drive contained a live distribution but saved data is not +persistent between boots and only a small section of the disc is +available anyway. + +So I partition the external hard drive and downloaded the iso file +again, now the blasted DVD drive has died completely (it was always +flaky from new) so I'm thwarted again; maybe an external USB DVD drive +would be the answer? + +Not to be outwitted by a dumb machine, I created a bootable USB memory +stick, again with unetbootin. This time a message is displayed that +reads something to the effect that the external device should be removed +to continue the boot process. + +There aren't any more hidden BIOS settings, that I can see, so it might +be the end of the line for this project. + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8779">[ date ]</a> + <a href="thread.html#8779">[ thread ]</a> + <a href="subject.html#8779">[ subject ]</a> + <a href="author.html#8779">[ 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/2012-September/008780.html b/zarb-ml/mageia-discuss/2012-September/008780.html new file mode 100644 index 000000000..53bd442a7 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008780.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive solved + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C506659C3.5090504%40bigpond.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008779.html"> + <LINK REL="Next" HREF="008781.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive solved</H1> + <B>Phil</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C506659C3.5090504%40bigpond.com%3E" + TITLE="[Mageia-discuss] Bootable external drive solved">phil_lor at bigpond.com + </A><BR> + <I>Sat Sep 29 04:15:31 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8780">[ date ]</a> + <a href="thread.html#8780">[ thread ]</a> + <a href="subject.html#8780">[ subject ]</a> + <a href="author.html#8780">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 29/09/12 07:48, Phil wrote: + +dd was the answer. I now have a bootable external hard drive and a +bootable USB memory stick. Of course, I should have tried dd earlier. + +-- +Regards, +Phil +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A></li> + <LI>Next message: <A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8780">[ date ]</a> + <a href="thread.html#8780">[ thread ]</a> + <a href="subject.html#8780">[ subject ]</a> + <a href="author.html#8780">[ 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/2012-September/008781.html b/zarb-ml/mageia-discuss/2012-September/008781.html new file mode 100644 index 000000000..74bd61c85 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008781.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive solved + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C53959099.a3HmC8fZK6%40john.pistonbroke%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008780.html"> + <LINK REL="Next" HREF="008782.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive solved</H1> + <B>John Bowden</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C53959099.a3HmC8fZK6%40john.pistonbroke%3E" + TITLE="[Mageia-discuss] Bootable external drive solved">led43john at googlemail.com + </A><BR> + <I>Sat Sep 29 14:44:42 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8781">[ date ]</a> + <a href="thread.html#8781">[ thread ]</a> + <a href="subject.html#8781">[ subject ]</a> + <a href="author.html#8781">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday 29 Sep 2012 12:15:31 Phil wrote: +><i> On 29/09/12 07:48, Phil wrote: +</I>><i> +</I>><i> dd was the answer. I now have a bootable external hard drive and a +</I>><i> bootable USB memory stick. Of course, I should have tried dd earlier. +</I> +Glad you got it working with DD. The soft reboot trick to give an ext usb hd +or dvd time to initalize is handy to keep in mind. +-- +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="008780.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8781">[ date ]</a> + <a href="thread.html#8781">[ thread ]</a> + <a href="subject.html#8781">[ subject ]</a> + <a href="author.html#8781">[ 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/2012-September/008782.html b/zarb-ml/mageia-discuss/2012-September/008782.html new file mode 100644 index 000000000..7cde317a5 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008782.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Bootable external drive solved + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C201209290900.31285.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="008781.html"> + <LINK REL="Next" HREF="008769.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Bootable external drive solved</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Bootable%20external%20drive%20solved&In-Reply-To=%3C201209290900.31285.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Bootable external drive solved">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Sat Sep 29 15:00:31 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008769.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8782">[ date ]</a> + <a href="thread.html#8782">[ thread ]</a> + <a href="subject.html#8782">[ subject ]</a> + <a href="author.html#8782">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Saturday 29 Sep 2012 08:44 my mailbox was graced by a message from John +Bowden who wrote: +><i> > dd was the answer. I now have a bootable external hard drive and a +</I>><i> > bootable USB memory stick. Of course, I should have tried dd earlier. +</I> +><i> Glad you got it working with DD. The soft reboot trick to give an ext usb +</I>><i> hd or dvd time to initalize is handy to keep in mind. +</I> +This is probably why the BIOS of my recent motherboard has a waiting time of +10 seconds before booting, to give the USB (and other) drives time to come up +to speed. + +Cheers, + +Ron. +-- + To our sweethearts and wives: + May they never meet. + -- 19th century toast + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +301aa97a40e74bf7c2d16abd20013d8515bedabe4af165598feabe4751a554d2 +7979678589bb45e8c86788ecf0fadbd7959392baddf53e2a7e26a987c2c3784f + +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A></li> + <LI>Next message: <A HREF="008769.html">[Mageia-discuss] Video edition +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8782">[ date ]</a> + <a href="thread.html#8782">[ thread ]</a> + <a href="subject.html#8782">[ subject ]</a> + <a href="author.html#8782">[ 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/2012-September/008783.html b/zarb-ml/mageia-discuss/2012-September/008783.html new file mode 100644 index 000000000..27561ece4 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/008783.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Boot and fsck question + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Boot%20and%20fsck%20question&In-Reply-To=%3C201209300307.17985.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="008778.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Boot and fsck question</H1> + <B>Johnny A. Solbu</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Boot%20and%20fsck%20question&In-Reply-To=%3C201209300307.17985.cooker%40solbu.net%3E" + TITLE="[Mageia-discuss] Boot and fsck question">cooker at solbu.net + </A><BR> + <I>Sun Sep 30 03:07:14 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#8783">[ date ]</a> + <a href="thread.html#8783">[ thread ]</a> + <a href="subject.html#8783">[ subject ]</a> + <a href="author.html#8783">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>I have just discovered that on Debian, one can force the system to run "fsck -y" on bootup, to make it automatically fix errors whether they require human intervention or not, by setting "FSCKFIX=yes" in /etc/default/rcS". +I have also discovered that something similar is possible for Mandriva and Mageia, by activting "AUTOFSCK_DEF_CHECK=yes" in /etc/sysconfig/autofsck. +Will this setting also force fsck to run with the "-y" option? + +The purpose of this change is to make selected systems so the administrator does /Not/ have to manually fix the filesystems. Some of these systems are at friends and family who religiously refuse to deal with the command line. They prefer that I drive an hour to their places and fix it. My brother learned to use a shellscript I created, that ran "fsck -y". But he's the exception. +I also have a server that I'd like to behave this way, so I don't have to attach a monitor and a keyboard each time it fails to boot up, because it wants me to "hold it's hand" in fixing it. + +-- +Johnny A. Solbu +PGP key ID: 0xFA687324 +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 189 bytes +Desc: This is a digitally signed message part. +URL: </pipermail/mageia-discuss/attachments/20120930/f8ea1f62/attachment.asc> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#8783">[ date ]</a> + <a href="thread.html#8783">[ thread ]</a> + <a href="subject.html#8783">[ subject ]</a> + <a href="author.html#8783">[ 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/2012-September/author.html b/zarb-ml/mageia-discuss/2012-September/author.html new file mode 100644 index 000000000..dcfd6820a --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/author.html @@ -0,0 +1,727 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss September 2012 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>September 2012 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>Sat Sep 1 00:16:27 CEST 2012</i><br> + <b>Ending:</b> <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Messages:</b> 136<p> + <ul> + +<LI><A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8758"> </A> +<I>Sean Mac Suibhne 7 +</I> + +<LI><A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8649"> </A> +<I>AL13N +</I> + +<LI><A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8675"> </A> +<I>AL13N +</I> + +<LI><A HREF="008676.html">[Mageia-discuss] TV Cards +</A><A NAME="8676"> </A> +<I>AL13N +</I> + +<LI><A HREF="008688.html">[Mageia-discuss] TV Cards +</A><A NAME="8688"> </A> +<I>AL13N +</I> + +<LI><A HREF="008695.html">[Mageia-discuss] TV Cards +</A><A NAME="8695"> </A> +<I>AL13N +</I> + +<LI><A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8711"> </A> +<I>AL13N +</I> + +<LI><A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8746"> </A> +<I>AL13N +</I> + +<LI><A HREF="008697.html">[Mageia-discuss] TV Cards +</A><A NAME="8697"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8717"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8654"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A><A NAME="8652"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8766"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8777"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8781"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8710"> </A> +<I>Kevin Bulgrien +</I> + +<LI><A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8756"> </A> +<I>Sandro CAZZANIGA +</I> + +<LI><A HREF="008703.html">[Mageia-discuss] FF java plugin +</A><A NAME="8703"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8669"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8701"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8709"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8719"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8745"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8770"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8684"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8731"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8650"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A><A NAME="8705"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A><A NAME="8759"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008760.html">[Mageia-discuss] Downgrade package +</A><A NAME="8760"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008763.html">[Mageia-discuss] Downgrade package +</A><A NAME="8763"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A><A NAME="8778"> </A> +<I>Vilhjalmur Ingi +</I> + +<LI><A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8648"> </A> +<I>Deri James +</I> + +<LI><A HREF="008698.html">[Mageia-discuss] TV Cards +</A><A NAME="8698"> </A> +<I>Deri James +</I> + +<LI><A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8728"> </A> +<I>Deri James +</I> + +<LI><A HREF="008671.html">[Mageia-discuss] Playing flv files +</A><A NAME="8671"> </A> +<I>Julia Jumeau +</I> + +<LI><A HREF="008658.html">[Mageia-discuss] Playing flv files +</A><A NAME="8658"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008659.html">[Mageia-discuss] Playing flv files +</A><A NAME="8659"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8748"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8665"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008677.html">[Mageia-discuss] TV Cards +</A><A NAME="8677"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8681"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8683"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8712"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8727"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8733"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8741"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8749"> </A> +<I>Macxi +</I> + +<LI><A HREF="008773.html">[Mageia-discuss] Video edition +</A><A NAME="8773"> </A> +<I>Macxi +</I> + +<LI><A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8667"> </A> +<I>Marcello +</I> + +<LI><A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8678"> </A> +<I>Marcello +</I> + +<LI><A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8738"> </A> +<I>Marcello +</I> + +<LI><A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8742"> </A> +<I>Scott Neugroschl +</I> + +<LI><A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A><A NAME="8699"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8726"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8730"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8734"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8740"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8755"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8767"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8768"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008769.html">[Mageia-discuss] Video edition +</A><A NAME="8769"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8782"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8664"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8673"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008674.html">[Mageia-discuss] TV Cards +</A><A NAME="8674"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008690.html">[Mageia-discuss] TV Cards +</A><A NAME="8690"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008691.html">[Mageia-discuss] TV Cards +</A><A NAME="8691"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8693"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8692"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008702.html">[Mageia-discuss] FF java plugin +</A><A NAME="8702"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008706.html">[Mageia-discuss] FF java plugin +</A><A NAME="8706"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8707"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8716"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8718"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8720"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8721"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8724"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008696.html">[Mageia-discuss] TV Cards +</A><A NAME="8696"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8708"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8722"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008657.html">[Mageia-discuss] Playing flv files +</A><A NAME="8657"> </A> +<I>Phil +</I> + +<LI><A HREF="008660.html">[Mageia-discuss] Playing flv files +</A><A NAME="8660"> </A> +<I>Phil +</I> + +<LI><A HREF="008661.html">[Mageia-discuss] Playing flv files +</A><A NAME="8661"> </A> +<I>Phil +</I> + +<LI><A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A><A NAME="8663"> </A> +<I>Phil +</I> + +<LI><A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A><A NAME="8662"> </A> +<I>Phil +</I> + +<LI><A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8765"> </A> +<I>Phil +</I> + +<LI><A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8775"> </A> +<I>Phil +</I> + +<LI><A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8779"> </A> +<I>Phil +</I> + +<LI><A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8780"> </A> +<I>Phil +</I> + +<LI><A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8713"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008776.html">[Mageia-discuss] Video edition +</A><A NAME="8776"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8655"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8744"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8761"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008762.html">[Mageia-discuss] Downgrade package +</A><A NAME="8762"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008764.html">[Mageia-discuss] Downgrade package +</A><A NAME="8764"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008771.html">[Mageia-discuss] Video edition +</A><A NAME="8771"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8747"> </A> +<I>Rama Space Ship +</I> + +<LI><A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8651"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8732"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8736"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A><A NAME="8739"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8743"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8750"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8751"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8752"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8753"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8754"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8757"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A><A NAME="8783"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8670"> </A> +<I>Chopin Sébastien +</I> + +<LI><A HREF="008685.html">[Mageia-discuss] TV Cards +</A><A NAME="8685"> </A> +<I>TJ +</I> + +<LI><A HREF="008704.html">[Mageia-discuss] FF java plugin +</A><A NAME="8704"> </A> +<I>TJ +</I> + +<LI><A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A><A NAME="8689"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008725.html">[Mageia-discuss] installing in parallel +</A><A NAME="8725"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8729"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8735"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8737"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8772"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A><A NAME="8714"> </A> +<I>Jim Whitby +</I> + +<LI><A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8653"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8656"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008672.html">[Mageia-discuss] Playing flv files +</A><A NAME="8672"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8679"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8680"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8682"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8686"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8723"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8700"> </A> +<I>bascule +</I> + +<LI><A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8715"> </A> +<I>bascule +</I> + +<LI><A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8666"> </A> +<I>ed +</I> + +<LI><A HREF="008687.html">[Mageia-discuss] TV Cards +</A><A NAME="8687"> </A> +<I>ed +</I> + +<LI><A HREF="008694.html">[Mageia-discuss] TV Cards +</A><A NAME="8694"> </A> +<I>ed +</I> + +<LI><A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8668"> </A> +<I>jpbfree +</I> + +<LI><A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8774"> </A> +<I>vze1pbnt at verizon.net +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Archived on:</b> <i>Sun Sep 30 03:07:24 CEST 2012</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/2012-September/date.html b/zarb-ml/mageia-discuss/2012-September/date.html new file mode 100644 index 000000000..48e6dafbb --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/date.html @@ -0,0 +1,727 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss September 2012 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>September 2012 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>Sat Sep 1 00:16:27 CEST 2012</i><br> + <b>Ending:</b> <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Messages:</b> 136<p> + <ul> + +<LI><A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8648"> </A> +<I>Deri James +</I> + +<LI><A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8649"> </A> +<I>AL13N +</I> + +<LI><A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8650"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8651"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A><A NAME="8652"> </A> +<I>Wolfgang Bornath +</I> + +<LI><A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8653"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8654"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8655"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8656"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008657.html">[Mageia-discuss] Playing flv files +</A><A NAME="8657"> </A> +<I>Phil +</I> + +<LI><A HREF="008658.html">[Mageia-discuss] Playing flv files +</A><A NAME="8658"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008659.html">[Mageia-discuss] Playing flv files +</A><A NAME="8659"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008660.html">[Mageia-discuss] Playing flv files +</A><A NAME="8660"> </A> +<I>Phil +</I> + +<LI><A HREF="008661.html">[Mageia-discuss] Playing flv files +</A><A NAME="8661"> </A> +<I>Phil +</I> + +<LI><A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A><A NAME="8663"> </A> +<I>Phil +</I> + +<LI><A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A><A NAME="8662"> </A> +<I>Phil +</I> + +<LI><A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8664"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8665"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8666"> </A> +<I>ed +</I> + +<LI><A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8667"> </A> +<I>Marcello +</I> + +<LI><A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8668"> </A> +<I>jpbfree +</I> + +<LI><A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8669"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8670"> </A> +<I>Chopin Sébastien +</I> + +<LI><A HREF="008671.html">[Mageia-discuss] Playing flv files +</A><A NAME="8671"> </A> +<I>Julia Jumeau +</I> + +<LI><A HREF="008672.html">[Mageia-discuss] Playing flv files +</A><A NAME="8672"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8673"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008674.html">[Mageia-discuss] TV Cards +</A><A NAME="8674"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8675"> </A> +<I>AL13N +</I> + +<LI><A HREF="008676.html">[Mageia-discuss] TV Cards +</A><A NAME="8676"> </A> +<I>AL13N +</I> + +<LI><A HREF="008677.html">[Mageia-discuss] TV Cards +</A><A NAME="8677"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8678"> </A> +<I>Marcello +</I> + +<LI><A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8679"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8680"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8681"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8682"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8683"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8684"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008685.html">[Mageia-discuss] TV Cards +</A><A NAME="8685"> </A> +<I>TJ +</I> + +<LI><A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8686"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008687.html">[Mageia-discuss] TV Cards +</A><A NAME="8687"> </A> +<I>ed +</I> + +<LI><A HREF="008688.html">[Mageia-discuss] TV Cards +</A><A NAME="8688"> </A> +<I>AL13N +</I> + +<LI><A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A><A NAME="8689"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008690.html">[Mageia-discuss] TV Cards +</A><A NAME="8690"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008691.html">[Mageia-discuss] TV Cards +</A><A NAME="8691"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8693"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8692"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008694.html">[Mageia-discuss] TV Cards +</A><A NAME="8694"> </A> +<I>ed +</I> + +<LI><A HREF="008695.html">[Mageia-discuss] TV Cards +</A><A NAME="8695"> </A> +<I>AL13N +</I> + +<LI><A HREF="008696.html">[Mageia-discuss] TV Cards +</A><A NAME="8696"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008697.html">[Mageia-discuss] TV Cards +</A><A NAME="8697"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008698.html">[Mageia-discuss] TV Cards +</A><A NAME="8698"> </A> +<I>Deri James +</I> + +<LI><A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A><A NAME="8699"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8700"> </A> +<I>bascule +</I> + +<LI><A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8701"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008702.html">[Mageia-discuss] FF java plugin +</A><A NAME="8702"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008703.html">[Mageia-discuss] FF java plugin +</A><A NAME="8703"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="008704.html">[Mageia-discuss] FF java plugin +</A><A NAME="8704"> </A> +<I>TJ +</I> + +<LI><A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A><A NAME="8705"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008706.html">[Mageia-discuss] FF java plugin +</A><A NAME="8706"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8707"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8708"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8709"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8710"> </A> +<I>Kevin Bulgrien +</I> + +<LI><A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8711"> </A> +<I>AL13N +</I> + +<LI><A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8712"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8713"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A><A NAME="8714"> </A> +<I>Jim Whitby +</I> + +<LI><A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8715"> </A> +<I>bascule +</I> + +<LI><A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8716"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8717"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8718"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8719"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8720"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8721"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8722"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8723"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8724"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008725.html">[Mageia-discuss] installing in parallel +</A><A NAME="8725"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8726"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8727"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8728"> </A> +<I>Deri James +</I> + +<LI><A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8730"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8729"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8731"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8732"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8733"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8734"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8735"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8736"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8737"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8738"> </A> +<I>Marcello +</I> + +<LI><A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A><A NAME="8739"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8740"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8741"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8742"> </A> +<I>Scott Neugroschl +</I> + +<LI><A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8743"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8744"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8745"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8746"> </A> +<I>AL13N +</I> + +<LI><A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8747"> </A> +<I>Rama Space Ship +</I> + +<LI><A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8748"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8749"> </A> +<I>Macxi +</I> + +<LI><A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8750"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8751"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8752"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8753"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8754"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8755"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8756"> </A> +<I>Sandro CAZZANIGA +</I> + +<LI><A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8757"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8758"> </A> +<I>Sean Mac Suibhne 7 +</I> + +<LI><A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A><A NAME="8759"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008760.html">[Mageia-discuss] Downgrade package +</A><A NAME="8760"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8761"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008762.html">[Mageia-discuss] Downgrade package +</A><A NAME="8762"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008763.html">[Mageia-discuss] Downgrade package +</A><A NAME="8763"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008764.html">[Mageia-discuss] Downgrade package +</A><A NAME="8764"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8765"> </A> +<I>Phil +</I> + +<LI><A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8766"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8767"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8768"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008769.html">[Mageia-discuss] Video edition +</A><A NAME="8769"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8770"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="008771.html">[Mageia-discuss] Video edition +</A><A NAME="8771"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8772"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008773.html">[Mageia-discuss] Video edition +</A><A NAME="8773"> </A> +<I>Macxi +</I> + +<LI><A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8774"> </A> +<I>vze1pbnt at verizon.net +</I> + +<LI><A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8775"> </A> +<I>Phil +</I> + +<LI><A HREF="008776.html">[Mageia-discuss] Video edition +</A><A NAME="8776"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8777"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A><A NAME="8778"> </A> +<I>Vilhjalmur Ingi +</I> + +<LI><A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8779"> </A> +<I>Phil +</I> + +<LI><A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8780"> </A> +<I>Phil +</I> + +<LI><A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8781"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8782"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A><A NAME="8783"> </A> +<I>Johnny A. Solbu +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Archived on:</b> <i>Sun Sep 30 03:07:24 CEST 2012</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/2012-September/index.html b/zarb-ml/mageia-discuss/2012-September/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/index.html @@ -0,0 +1 @@ +thread.html
\ No newline at end of file diff --git a/zarb-ml/mageia-discuss/2012-September/subject.html b/zarb-ml/mageia-discuss/2012-September/subject.html new file mode 100644 index 000000000..9db79757b --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/subject.html @@ -0,0 +1,727 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss September 2012 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>September 2012 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>Sat Sep 1 00:16:27 CEST 2012</i><br> + <b>Ending:</b> <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Messages:</b> 136<p> + <ul> + +<LI><A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8737"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8729"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8732"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8735"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8736"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8752"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8751"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8708"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8710"> </A> +<I>Kevin Bulgrien +</I> + +<LI><A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8711"> </A> +<I>AL13N +</I> + +<LI><A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8712"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8722"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A><A NAME="8783"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8765"> </A> +<I>Phil +</I> + +<LI><A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8766"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8767"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8768"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8774"> </A> +<I>vze1pbnt at verizon.net +</I> + +<LI><A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8775"> </A> +<I>Phil +</I> + +<LI><A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8777"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8779"> </A> +<I>Phil +</I> + +<LI><A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8780"> </A> +<I>Phil +</I> + +<LI><A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8781"> </A> +<I>John Bowden +</I> + +<LI><A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8782"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008760.html">[Mageia-discuss] Downgrade package +</A><A NAME="8760"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008762.html">[Mageia-discuss] Downgrade package +</A><A NAME="8762"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008763.html">[Mageia-discuss] Downgrade package +</A><A NAME="8763"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008764.html">[Mageia-discuss] Downgrade package +</A><A NAME="8764"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8670"> </A> +<I>Chopin Sébastien +</I> + +<LI><A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8673"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008702.html">[Mageia-discuss] FF java plugin +</A><A NAME="8702"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008703.html">[Mageia-discuss] FF java plugin +</A><A NAME="8703"> </A> +<I>Charles A Edwards +</I> + +<LI><A HREF="008704.html">[Mageia-discuss] FF java plugin +</A><A NAME="8704"> </A> +<I>TJ +</I> + +<LI><A HREF="008706.html">[Mageia-discuss] FF java plugin +</A><A NAME="8706"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A><A NAME="8705"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A><A NAME="8759"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="008725.html">[Mageia-discuss] installing in parallel +</A><A NAME="8725"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8707"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8709"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8713"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8718"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8719"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8720"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8723"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8724"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8650"> </A> +<I>Kristoffer Grundström +</I> + +<LI><A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8651"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8721"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8716"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8717"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8733"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8738"> </A> +<I>Marcello +</I> + +<LI><A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8758"> </A> +<I>Sean Mac Suibhne 7 +</I> + +<LI><A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8761"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A><A NAME="8699"> </A> +<I>Anne Nicolas +</I> + +<LI><A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8664"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8665"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8666"> </A> +<I>ed +</I> + +<LI><A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8668"> </A> +<I>jpbfree +</I> + +<LI><A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8675"> </A> +<I>AL13N +</I> + +<LI><A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8693"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8692"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A><A NAME="8778"> </A> +<I>Vilhjalmur Ingi +</I> + +<LI><A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8654"> </A> +<I>Tony Blackwell +</I> + +<LI><A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8655"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8726"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8727"> </A> +<I>Alejandro López +</I> + +<LI><A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8728"> </A> +<I>Deri James +</I> + +<LI><A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8730"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8731"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8734"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8700"> </A> +<I>bascule +</I> + +<LI><A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8701"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8715"> </A> +<I>bascule +</I> + +<LI><A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8679"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8680"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8681"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8682"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8683"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8684"> </A> +<I>Frank Griffin +</I> + +<LI><A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8686"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8755"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8756"> </A> +<I>Sandro CAZZANIGA +</I> + +<LI><A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8757"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8748"> </A> +<I>Morgan Leijström +</I> + +<LI><A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8749"> </A> +<I>Macxi +</I> + +<LI><A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8750"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8743"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8745"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8746"> </A> +<I>AL13N +</I> + +<LI><A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A><A NAME="8714"> </A> +<I>Jim Whitby +</I> + +<LI><A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A><A NAME="8739"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008657.html">[Mageia-discuss] Playing flv files +</A><A NAME="8657"> </A> +<I>Phil +</I> + +<LI><A HREF="008658.html">[Mageia-discuss] Playing flv files +</A><A NAME="8658"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008659.html">[Mageia-discuss] Playing flv files +</A><A NAME="8659"> </A> +<I>Len Lawrence +</I> + +<LI><A HREF="008660.html">[Mageia-discuss] Playing flv files +</A><A NAME="8660"> </A> +<I>Phil +</I> + +<LI><A HREF="008661.html">[Mageia-discuss] Playing flv files +</A><A NAME="8661"> </A> +<I>Phil +</I> + +<LI><A HREF="008671.html">[Mageia-discuss] Playing flv files +</A><A NAME="8671"> </A> +<I>Julia Jumeau +</I> + +<LI><A HREF="008672.html">[Mageia-discuss] Playing flv files +</A><A NAME="8672"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A><A NAME="8663"> </A> +<I>Phil +</I> + +<LI><A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A><A NAME="8662"> </A> +<I>Phil +</I> + +<LI><A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8742"> </A> +<I>Scott Neugroschl +</I> + +<LI><A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8744"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8747"> </A> +<I>Rama Space Ship +</I> + +<LI><A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8667"> </A> +<I>Marcello +</I> + +<LI><A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8669"> </A> +<I>Shlomi Fish +</I> + +<LI><A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8678"> </A> +<I>Marcello +</I> + +<LI><A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8648"> </A> +<I>Deri James +</I> + +<LI><A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8649"> </A> +<I>AL13N +</I> + +<LI><A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8653"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8656"> </A> +<I>Anne Wilson +</I> + +<LI><A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8740"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8741"> </A> +<I>Renaud MICHEL +</I> + +<LI><A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8770"> </A> +<I>Dimitrios Glentadakis +</I> + +<LI><A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8772"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8754"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8753"> </A> +<I>Johnny A. Solbu +</I> + +<LI><A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A><A NAME="8689"> </A> +<I>Marja van Waes +</I> + +<LI><A HREF="008674.html">[Mageia-discuss] TV Cards +</A><A NAME="8674"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008676.html">[Mageia-discuss] TV Cards +</A><A NAME="8676"> </A> +<I>AL13N +</I> + +<LI><A HREF="008677.html">[Mageia-discuss] TV Cards +</A><A NAME="8677"> </A> +<I>Doug Lytle +</I> + +<LI><A HREF="008685.html">[Mageia-discuss] TV Cards +</A><A NAME="8685"> </A> +<I>TJ +</I> + +<LI><A HREF="008687.html">[Mageia-discuss] TV Cards +</A><A NAME="8687"> </A> +<I>ed +</I> + +<LI><A HREF="008688.html">[Mageia-discuss] TV Cards +</A><A NAME="8688"> </A> +<I>AL13N +</I> + +<LI><A HREF="008690.html">[Mageia-discuss] TV Cards +</A><A NAME="8690"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008691.html">[Mageia-discuss] TV Cards +</A><A NAME="8691"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="008694.html">[Mageia-discuss] TV Cards +</A><A NAME="8694"> </A> +<I>ed +</I> + +<LI><A HREF="008695.html">[Mageia-discuss] TV Cards +</A><A NAME="8695"> </A> +<I>AL13N +</I> + +<LI><A HREF="008696.html">[Mageia-discuss] TV Cards +</A><A NAME="8696"> </A> +<I>blind Pete +</I> + +<LI><A HREF="008697.html">[Mageia-discuss] TV Cards +</A><A NAME="8697"> </A> +<I>Thomas Backlund +</I> + +<LI><A HREF="008698.html">[Mageia-discuss] TV Cards +</A><A NAME="8698"> </A> +<I>Deri James +</I> + +<LI><A HREF="008769.html">[Mageia-discuss] Video edition +</A><A NAME="8769"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<LI><A HREF="008771.html">[Mageia-discuss] Video edition +</A><A NAME="8771"> </A> +<I>Claire Robinson +</I> + +<LI><A HREF="008773.html">[Mageia-discuss] Video edition +</A><A NAME="8773"> </A> +<I>Macxi +</I> + +<LI><A HREF="008776.html">[Mageia-discuss] Video edition +</A><A NAME="8776"> </A> +<I>Max Quarterpleen +</I> + +<LI><A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A><A NAME="8652"> </A> +<I>Wolfgang Bornath +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Archived on:</b> <i>Sun Sep 30 03:07:24 CEST 2012</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/2012-September/thread.html b/zarb-ml/mageia-discuss/2012-September/thread.html new file mode 100644 index 000000000..19d9d7cac --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-September/thread.html @@ -0,0 +1,979 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss September 2012 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>September 2012 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>Sat Sep 1 00:16:27 CEST 2012</i><br> + <b>Ending:</b> <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Messages:</b> 136<p> + <ul> + +<!--0 01346451387- --> +<LI><A HREF="008648.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8648"> </A> +<I>Deri James +</I> + +<UL> +<!--1 01346451387-01346490648- --> +<LI><A HREF="008653.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8653"> </A> +<I>Anne Wilson +</I> + +<UL> +<!--2 01346451387-01346490648-01346524612- --> +<LI><A HREF="008656.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8656"> </A> +<I>Anne Wilson +</I> + +</UL> +</UL> +<!--0 01346452785- --> +<LI><A HREF="008649.html">[Mageia-discuss] Setting up a port forward +</A><A NAME="8649"> </A> +<I>AL13N +</I> + +<!--0 01346468037- --> +<LI><A HREF="008650.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8650"> </A> +<I>Kristoffer Grundström +</I> + +<UL> +<!--1 01346468037-01346468697- --> +<LI><A HREF="008651.html">[Mageia-discuss] Kristoffer Grundström vill lägga till dig på Zoosk! +</A><A NAME="8651"> </A> +<I>Johnny A. Solbu +</I> + +</UL> +<!--0 01346473347- --> +<LI><A HREF="008652.html">[Mageia-discuss] Where ara the isos for mga3 alpha1? +</A><A NAME="8652"> </A> +<I>Wolfgang Bornath +</I> + +<!--0 01346500181- --> +<LI><A HREF="008654.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8654"> </A> +<I>Tony Blackwell +</I> + +<UL> +<!--1 01346500181-01346500580- --> +<LI><A HREF="008655.html">[Mageia-discuss] mageia1 slow boot +</A><A NAME="8655"> </A> +<I>Claire Robinson +</I> + +</UL> +<!--0 01346566114- --> +<LI><A HREF="008657.html">[Mageia-discuss] Playing flv files +</A><A NAME="8657"> </A> +<I>Phil +</I> + +<UL> +<!--1 01346566114-01346570926- --> +<LI><A HREF="008658.html">[Mageia-discuss] Playing flv files +</A><A NAME="8658"> </A> +<I>Len Lawrence +</I> + +<UL> +<!--2 01346566114-01346570926-01346573803- --> +<LI><A HREF="008660.html">[Mageia-discuss] Playing flv files +</A><A NAME="8660"> </A> +<I>Phil +</I> + +<!--2 01346566114-01346570926-01346574656- --> +<LI><A HREF="008663.html">[Mageia-discuss] Playing flv files - correction +</A><A NAME="8663"> </A> +<I>Phil +</I> + +</UL> +<!--1 01346566114-01346572350- --> +<LI><A HREF="008659.html">[Mageia-discuss] Playing flv files +</A><A NAME="8659"> </A> +<I>Len Lawrence +</I> + +<UL> +<!--2 01346566114-01346572350-01346573936- --> +<LI><A HREF="008661.html">[Mageia-discuss] Playing flv files +</A><A NAME="8661"> </A> +<I>Phil +</I> + +<!--2 01346566114-01346572350-01346576697- --> +<LI><A HREF="008662.html">[Mageia-discuss] Playing flv files - solved +</A><A NAME="8662"> </A> +<I>Phil +</I> + +<!--2 01346566114-01346572350-01346603076- --> +<LI><A HREF="008671.html">[Mageia-discuss] Playing flv files +</A><A NAME="8671"> </A> +<I>Julia Jumeau +</I> + +</UL> +<!--1 01346566114-01346612455- --> +<LI><A HREF="008672.html">[Mageia-discuss] Playing flv files +</A><A NAME="8672"> </A> +<I>Anne Wilson +</I> + +</UL> +<!--0 01346586355- --> +<LI><A HREF="008664.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8664"> </A> +<I>Marc Paré +</I> + +<UL> +<!--1 01346586355-01346586737- --> +<LI><A HREF="008665.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8665"> </A> +<I>Doug Lytle +</I> + +<!--1 01346586355-01346587165- --> +<LI><A HREF="008666.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8666"> </A> +<I>ed +</I> + +<!--1 01346586355-01346595945- --> +<LI><A HREF="008668.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8668"> </A> +<I>jpbfree +</I> + +<!--1 01346586355-01346614796- --> +<LI><A HREF="008675.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8675"> </A> +<I>AL13N +</I> + +<UL> +<!--2 01346586355-01346614796-01346710267- --> +<LI><A HREF="008693.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8693"> </A> +<I>Marc Paré +</I> + +</UL> +<!--1 01346586355-01346710417- --> +<LI><A HREF="008692.html">[Mageia-discuss] Mageia PVR +</A><A NAME="8692"> </A> +<I>Marc Paré +</I> + +</UL> +<!--0 01346592608- --> +<LI><A HREF="008667.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8667"> </A> +<I>Marcello +</I> + +<UL> +<!--1 01346592608-01346599604- --> +<LI><A HREF="008669.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8669"> </A> +<I>Shlomi Fish +</I> + +<UL> +<!--2 01346592608-01346599604-01346662464- --> +<LI><A HREF="008678.html">[Mageia-discuss] searching for plasmoid developers to implement Newbie How-to feature +</A><A NAME="8678"> </A> +<I>Marcello +</I> + +</UL> +</UL> +<!--0 01346602168- --> +<LI><A HREF="008670.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8670"> </A> +<I>Chopin Sébastien +</I> + +<UL> +<!--1 01346602168-01346613226- --> +<LI><A HREF="008673.html">[Mageia-discuss] FF 15 and TB 15 +</A><A NAME="8673"> </A> +<I>Marc Paré +</I> + +</UL> +<!--0 01346613438- --> +<LI><A HREF="008674.html">[Mageia-discuss] TV Cards +</A><A NAME="8674"> </A> +<I>Marc Paré +</I> + +<UL> +<!--1 01346613438-01346614957- --> +<LI><A HREF="008676.html">[Mageia-discuss] TV Cards +</A><A NAME="8676"> </A> +<I>AL13N +</I> + +<!--1 01346613438-01346615334- --> +<LI><A HREF="008677.html">[Mageia-discuss] TV Cards +</A><A NAME="8677"> </A> +<I>Doug Lytle +</I> + +<!--1 01346613438-01346674483- --> +<LI><A HREF="008685.html">[Mageia-discuss] TV Cards +</A><A NAME="8685"> </A> +<I>TJ +</I> + +<!--1 01346613438-01346690414- --> +<LI><A HREF="008687.html">[Mageia-discuss] TV Cards +</A><A NAME="8687"> </A> +<I>ed +</I> + +<UL> +<!--2 01346613438-01346690414-01346696350- --> +<LI><A HREF="008688.html">[Mageia-discuss] TV Cards +</A><A NAME="8688"> </A> +<I>AL13N +</I> + +<UL> +<!--3 01346613438-01346690414-01346696350-01346710132- --> +<LI><A HREF="008691.html">[Mageia-discuss] TV Cards +</A><A NAME="8691"> </A> +<I>Marc Paré +</I> + +<!--3 01346613438-01346690414-01346696350-01346710132-01346719413- --> +<LI><A HREF="008694.html">[Mageia-discuss] TV Cards +</A><A NAME="8694"> </A> +<I>ed +</I> + +<!--3 01346613438-01346690414-01346696350-01346710132-01346719413-01346738813- --> +<LI><A HREF="008695.html">[Mageia-discuss] TV Cards +</A><A NAME="8695"> </A> +<I>AL13N +</I> + +</UL> +<!--2 01346613438-01346690414-01346747753- --> +<LI><A HREF="008696.html">[Mageia-discuss] TV Cards +</A><A NAME="8696"> </A> +<I>blind Pete +</I> + +<UL> +<!--3 01346613438-01346690414-01346747753-01346749730- --> +<LI><A HREF="008697.html">[Mageia-discuss] TV Cards +</A><A NAME="8697"> </A> +<I>Thomas Backlund +</I> + +<!--3 01346613438-01346690414-01346747753-01346749730-01346752365- --> +<LI><A HREF="008698.html">[Mageia-discuss] TV Cards +</A><A NAME="8698"> </A> +<I>Deri James +</I> + +</UL> +</UL> +<!--1 01346613438-01346709687- --> +<LI><A HREF="008690.html">[Mageia-discuss] TV Cards +</A><A NAME="8690"> </A> +<I>Marc Paré +</I> + +</UL> +<!--0 01346667031- --> +<LI><A HREF="008679.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8679"> </A> +<I>Anne Wilson +</I> + +<UL> +<!--1 01346667031-01346667458- --> +<LI><A HREF="008680.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8680"> </A> +<I>Anne Wilson +</I> + +<UL> +<!--2 01346667031-01346667458-01346670723- --> +<LI><A HREF="008681.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8681"> </A> +<I>Doug Lytle +</I> + +<UL> +<!--3 01346667031-01346667458-01346670723-01346671236- --> +<LI><A HREF="008682.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8682"> </A> +<I>Anne Wilson +</I> + +<!--3 01346667031-01346667458-01346670723-01346671236-01346671512- --> +<LI><A HREF="008683.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8683"> </A> +<I>Doug Lytle +</I> + +<!--3 01346667031-01346667458-01346670723-01346671236-01346671512-01346672213- --> +<LI><A HREF="008684.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8684"> </A> +<I>Frank Griffin +</I> + +<!--3 01346667031-01346667458-01346670723-01346671236-01346671512-01346672213-01346675315- --> +<LI><A HREF="008686.html">[Mageia-discuss] Mount nfs fails? +</A><A NAME="8686"> </A> +<I>Anne Wilson +</I> + +</UL> +</UL> +</UL> +<!--0 01346698402- --> +<LI><A HREF="008689.html">[Mageia-discuss] Technical proofreaders needed +</A><A NAME="8689"> </A> +<I>Marja van Waes +</I> + +<!--0 01347032568- --> +<LI><A HREF="008699.html">[Mageia-discuss] Mageia 3 - alpha 1 is available +</A><A NAME="8699"> </A> +<I>Anne Nicolas +</I> + +<!--0 01347146051- --> +<LI><A HREF="008700.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8700"> </A> +<I>bascule +</I> + +<UL> +<!--1 01347146051-01347180224- --> +<LI><A HREF="008701.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8701"> </A> +<I>Shlomi Fish +</I> + +<UL> +<!--2 01347146051-01347180224-01347306894- --> +<LI><A HREF="008715.html">[Mageia-discuss] mod-fortune path problem +</A><A NAME="8715"> </A> +<I>bascule +</I> + +</UL> +</UL> +<!--0 01347184409- --> +<LI><A HREF="008702.html">[Mageia-discuss] FF java plugin +</A><A NAME="8702"> </A> +<I>Marc Paré +</I> + +<UL> +<!--1 01347184409-01347185381- --> +<LI><A HREF="008703.html">[Mageia-discuss] FF java plugin +</A><A NAME="8703"> </A> +<I>Charles A Edwards +</I> + +<UL> +<!--2 01347184409-01347185381-01347195126- --> +<LI><A HREF="008704.html">[Mageia-discuss] FF java plugin +</A><A NAME="8704"> </A> +<I>TJ +</I> + +<UL> +<!--3 01347184409-01347185381-01347195126-01347256141- --> +<LI><A HREF="008706.html">[Mageia-discuss] FF java plugin +</A><A NAME="8706"> </A> +<I>Marc Paré +</I> + +</UL> +</UL> +</UL> +<!--0 01347223120- --> +<LI><A HREF="008705.html">[Mageia-discuss] GNOME Cauldron: Timezone vs Online Accounts? +</A><A NAME="8705"> </A> +<I>Michael Hill +</I> + +<!--0 01347268973- --> +<LI><A HREF="008707.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8707"> </A> +<I>Marc Paré +</I> + +<UL> +<!--1 01347268973-01347271456- --> +<LI><A HREF="008709.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8709"> </A> +<I>Shlomi Fish +</I> + +<UL> +<!--2 01347268973-01347271456-01347301591- --> +<LI><A HREF="008713.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8713"> </A> +<I>Max Quarterpleen +</I> + +<!--2 01347268973-01347271456-01347309939- --> +<LI><A HREF="008718.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8718"> </A> +<I>Marc Paré +</I> + +<UL> +<!--3 01347268973-01347271456-01347309939-01347310750- --> +<LI><A HREF="008719.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8719"> </A> +<I>Shlomi Fish +</I> + +<!--3 01347268973-01347271456-01347309939-01347310750-01347327468- --> +<LI><A HREF="008720.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8720"> </A> +<I>Marc Paré +</I> + +<!--3 01347268973-01347271456-01347309939-01347352123- --> +<LI><A HREF="008723.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8723"> </A> +<I>Anne Wilson +</I> + +<!--3 01347268973-01347271456-01347309939-01347352123-01347422842- --> +<LI><A HREF="008724.html">[Mageia-discuss] KDE update problems? Maybe? +</A><A NAME="8724"> </A> +<I>Marc Paré +</I> + +</UL> +</UL> +</UL> +<!--0 01347270512- --> +<LI><A HREF="008708.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8708"> </A> +<I>blind Pete +</I> + +<UL> +<!--1 01347270512-01347278515- --> +<LI><A HREF="008710.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8710"> </A> +<I>Kevin Bulgrien +</I> + +<!--1 01347270512-01347280465- --> +<LI><A HREF="008711.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8711"> </A> +<I>AL13N +</I> + +<!--1 01347270512-01347281020- --> +<LI><A HREF="008712.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8712"> </A> +<I>Doug Lytle +</I> + +<UL> +<!--2 01347270512-01347281020-01347349509- --> +<LI><A HREF="008722.html">[Mageia-discuss] alpha: how do you get rid of nouveau? +</A><A NAME="8722"> </A> +<I>blind Pete +</I> + +</UL> +</UL> +<!--0 01347304870- --> +<LI><A HREF="008714.html">[Mageia-discuss] network tools and ipv6 +</A><A NAME="8714"> </A> +<I>Jim Whitby +</I> + +<!--0 01347309712- --> +<LI><A HREF="008716.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8716"> </A> +<I>Marc Paré +</I> + +<UL> +<!--1 01347309712-01347309848- --> +<LI><A HREF="008717.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8717"> </A> +<I>Thomas Backlund +</I> + +<UL> +<!--2 01347309712-01347309848-01347327756- --> +<LI><A HREF="008721.html">[Mageia-discuss] Latest update not completing -- give message ... +</A><A NAME="8721"> </A> +<I>Marc Paré +</I> + +</UL> +</UL> +<!--0 01347817661- --> +<LI><A HREF="008725.html">[Mageia-discuss] installing in parallel +</A><A NAME="8725"> </A> +<I>Marja van Waes +</I> + +<UL> +<!--1 01347817661-01347882693- --> +<LI><A HREF="008729.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8729"> </A> +<I>Marja van Waes +</I> + +<UL> +<!--2 01347817661-01347882693-01347887523- --> +<LI><A HREF="008732.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8732"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01347817661-01347882693-01347887523-01347891763- --> +<LI><A HREF="008735.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8735"> </A> +<I>Marja van Waes +</I> + +<!--3 01347817661-01347882693-01347887523-01347891763-01347893022- --> +<LI><A HREF="008736.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8736"> </A> +<I>Johnny A. Solbu +</I> + +</UL> +</UL> +</UL> +<!--0 01347846133- --> +<LI><A HREF="008726.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8726"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--1 01347846133-01347865696- --> +<LI><A HREF="008727.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8727"> </A> +<I>Alejandro López +</I> + +<UL> +<!--2 01347846133-01347865696-01347882526- --> +<LI><A HREF="008730.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8730"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--3 01347846133-01347865696-01347882526-01347885875- --> +<LI><A HREF="008731.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8731"> </A> +<I>Frank Griffin +</I> + +<!--3 01347846133-01347865696-01347882526-01347885875-01347890750- --> +<LI><A HREF="008734.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8734"> </A> +<I>Renaud (Ron) Olgiati +</I> + +</UL> +</UL> +<!--1 01347846133-01347873303- --> +<LI><A HREF="008728.html">[Mageia-discuss] Making the serial port available to all +</A><A NAME="8728"> </A> +<I>Deri James +</I> + +</UL> +<!--0 01347887588- --> +<LI><A HREF="008733.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8733"> </A> +<I>Alejandro López +</I> + +<UL> +<!--1 01347887588-01347907549- --> +<LI><A HREF="008738.html">[Mageia-discuss] Mageia 2 from scratch - problems +</A><A NAME="8738"> </A> +<I>Marcello +</I> + +</UL> +<!--0 01347900517- --> +<LI><A HREF="008737.html">[Mageia-discuss] [Mageia-dev] installing in parallel +</A><A NAME="8737"> </A> +<I>Marja van Waes +</I> + +<!--0 01347946217- --> +<LI><A HREF="008739.html">[Mageia-discuss] OT: Interesting new realtime historical archive service. +</A><A NAME="8739"> </A> +<I>Johnny A. Solbu +</I> + +<!--0 01348011821- --> +<LI><A HREF="008740.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8740"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--1 01348011821-01348072193- --> +<LI><A HREF="008741.html">[Mageia-discuss] Single click or double click ? +</A><A NAME="8741"> </A> +<I>Renaud MICHEL +</I> + +</UL> +<!--0 01348098376- --> +<LI><A HREF="008742.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8742"> </A> +<I>Scott Neugroschl +</I> + +<UL> +<!--1 01348098376-01348127627- --> +<LI><A HREF="008744.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8744"> </A> +<I>Claire Robinson +</I> + +<!--1 01348098376-01348139417- --> +<LI><A HREF="008747.html">[Mageia-discuss] PPTP in Mageia 2? +</A><A NAME="8747"> </A> +<I>Rama Space Ship +</I> + +</UL> +<!--0 01348116544- --> +<LI><A HREF="008743.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8743"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--1 01348116544-01348132757- --> +<LI><A HREF="008745.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8745"> </A> +<I>Shlomi Fish +</I> + +<UL> +<!--2 01348116544-01348132757-01348193981- --> +<LI><A HREF="008750.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8750"> </A> +<I>Johnny A. Solbu +</I> + +</UL> +<!--1 01348116544-01348137849- --> +<LI><A HREF="008746.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8746"> </A> +<I>AL13N +</I> + +<!--1 01348116544-01348142794- --> +<LI><A HREF="008748.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8748"> </A> +<I>Morgan Leijström +</I> + +<!--1 01348116544-01348190246- --> +<LI><A HREF="008749.html">[Mageia-discuss] Need advice: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8749"> </A> +<I>Macxi +</I> + +<!--1 01348116544-01348197256- --> +<LI><A HREF="008751.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8751"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--2 01348116544-01348197256-01348197513- --> +<LI><A HREF="008752.html">[Mageia-discuss] Allmost there: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8752"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--3 01348116544-01348197256-01348197513-01348204096- --> +<LI><A HREF="008753.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8753"> </A> +<I>Johnny A. Solbu +</I> + +<!--3 01348116544-01348197256-01348197513-01348204096-01348204484- --> +<LI><A HREF="008754.html">[Mageia-discuss] SUCCESS!: Transfer KMail settings and content from KDE3 to KDE4 +</A><A NAME="8754"> </A> +<I>Johnny A. Solbu +</I> + +</UL> +</UL> +</UL> +<!--0 01348236302- --> +<LI><A HREF="008755.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8755"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--1 01348236302-01348237254- --> +<LI><A HREF="008756.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8756"> </A> +<I>Sandro CAZZANIGA +</I> + +<!--1 01348236302-01348246538- --> +<LI><A HREF="008757.html">[Mageia-discuss] mp3wrap ? +</A><A NAME="8757"> </A> +<I>Johnny A. Solbu +</I> + +<UL> +<!--2 01348236302-01348246538-01348318717- --> +<LI><A HREF="008758.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8758"> </A> +<I>Sean Mac Suibhne 7 +</I> + +<UL> +<!--3 01348236302-01348246538-01348318717-01348329475- --> +<LI><A HREF="008761.html">[Mageia-discuss] Mageia 2 live boot fail +</A><A NAME="8761"> </A> +<I>Claire Robinson +</I> + +</UL> +</UL> +</UL> +<!--0 01348322475- --> +<LI><A HREF="008759.html">[Mageia-discuss] gnome-shell failure +</A><A NAME="8759"> </A> +<I>Michael Hill +</I> + +<!--0 01348322618- --> +<LI><A HREF="008760.html">[Mageia-discuss] Downgrade package +</A><A NAME="8760"> </A> +<I>Michael Hill +</I> + +<UL> +<!--1 01348322618-01348329604- --> +<LI><A HREF="008762.html">[Mageia-discuss] Downgrade package +</A><A NAME="8762"> </A> +<I>Claire Robinson +</I> + +<UL> +<!--2 01348322618-01348329604-01348330589- --> +<LI><A HREF="008763.html">[Mageia-discuss] Downgrade package +</A><A NAME="8763"> </A> +<I>Michael Hill +</I> + +<UL> +<!--3 01348322618-01348329604-01348330589-01348331737- --> +<LI><A HREF="008764.html">[Mageia-discuss] Downgrade package +</A><A NAME="8764"> </A> +<I>Claire Robinson +</I> + +</UL> +</UL> +</UL> +<!--0 01348628576- --> +<LI><A HREF="008765.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8765"> </A> +<I>Phil +</I> + +<UL> +<!--1 01348628576-01348655567- --> +<LI><A HREF="008766.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8766"> </A> +<I>John Bowden +</I> + +<UL> +<!--2 01348628576-01348655567-01348657869- --> +<LI><A HREF="008767.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8767"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--3 01348628576-01348655567-01348657869-01348658796- --> +<LI><A HREF="008768.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8768"> </A> +<I>Renaud (Ron) Olgiati +</I> + +</UL> +<!--2 01348628576-01348655567-01348701670- --> +<LI><A HREF="008775.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8775"> </A> +<I>Phil +</I> + +<UL> +<!--3 01348628576-01348655567-01348701670-01348743347- --> +<LI><A HREF="008777.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8777"> </A> +<I>John Bowden +</I> + +<!--3 01348628576-01348655567-01348701670-01348743347-01348868932- --> +<LI><A HREF="008779.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8779"> </A> +<I>Phil +</I> + +<!--3 01348628576-01348655567-01348701670-01348743347-01348868932-01348884931- --> +<LI><A HREF="008780.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8780"> </A> +<I>Phil +</I> + +<!--3 01348628576-01348655567-01348701670-01348743347-01348868932-01348884931-01348922682- --> +<LI><A HREF="008781.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8781"> </A> +<I>John Bowden +</I> + +<!--3 01348628576-01348655567-01348701670-01348743347-01348868932-01348884931-01348922682-01348923631- --> +<LI><A HREF="008782.html">[Mageia-discuss] Bootable external drive solved +</A><A NAME="8782"> </A> +<I>Renaud (Ron) Olgiati +</I> + +</UL> +</UL> +</UL> +<!--0 01348658929- --> +<LI><A HREF="008769.html">[Mageia-discuss] Video edition +</A><A NAME="8769"> </A> +<I>Renaud (Ron) Olgiati +</I> + +<UL> +<!--1 01348658929-01348675628- --> +<LI><A HREF="008771.html">[Mageia-discuss] Video edition +</A><A NAME="8771"> </A> +<I>Claire Robinson +</I> + +<UL> +<!--2 01348658929-01348675628-01348677646- --> +<LI><A HREF="008773.html">[Mageia-discuss] Video edition +</A><A NAME="8773"> </A> +<I>Macxi +</I> + +<UL> +<!--3 01348658929-01348675628-01348677646-01348739263- --> +<LI><A HREF="008776.html">[Mageia-discuss] Video edition +</A><A NAME="8776"> </A> +<I>Max Quarterpleen +</I> + +</UL> +</UL> +</UL> +<!--0 01348659825- --> +<LI><A HREF="008770.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8770"> </A> +<I>Dimitrios Glentadakis +</I> + +<UL> +<!--1 01348659825-01348676114- --> +<LI><A HREF="008772.html">[Mageia-discuss] Solution Linux 2012 (french event in Paris) +</A><A NAME="8772"> </A> +<I>Marja van Waes +</I> + +</UL> +<!--0 01348683484- --> +<LI><A HREF="008774.html">[Mageia-discuss] Bootable external drive +</A><A NAME="8774"> </A> +<I>vze1pbnt at verizon.net +</I> + +<!--0 01348828398- --> +<LI><A HREF="008778.html">[Mageia-discuss] Mageia-discuss Digest, Vol 25, Issue 30 +</A><A NAME="8778"> </A> +<I>Vilhjalmur Ingi +</I> + +<!--0 01348967234- --> +<LI><A HREF="008783.html">[Mageia-discuss] Boot and fsck question +</A><A NAME="8783"> </A> +<I>Johnny A. Solbu +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sun Sep 30 03:07:14 CEST 2012</i><br> + <b>Archived on:</b> <i>Sun Sep 30 03:07:24 CEST 2012</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> + |