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/20120616 | |
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/20120616')
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007898.html | 110 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007899.html | 114 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007900.html | 82 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007901.html | 134 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007902.html | 73 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/007903.html | 64 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/author.html | 77 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/date.html | 77 | ||||
l--------- | zarb-ml/mageia-discuss/20120616/index.html | 1 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/subject.html | 77 | ||||
-rw-r--r-- | zarb-ml/mageia-discuss/20120616/thread.html | 89 |
11 files changed, 898 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120616/007898.html b/zarb-ml/mageia-discuss/20120616/007898.html new file mode 100644 index 000000000..295dbffb8 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007898.html @@ -0,0 +1,110 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] fstab problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3C4FDBB78F.7060904%40ono.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="007901.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] fstab problem</H1> + <B>JA Magallón</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3C4FDBB78F.7060904%40ono.com%3E" + TITLE="[Mageia-discuss] fstab problem">jamagallon at ono.com + </A><BR> + <I>Sat Jun 16 00:30:39 CEST 2012</I> + <P><UL> + + <LI>Next message: <A HREF="007901.html">[Mageia-discuss] fstab problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7898">[ date ]</a> + <a href="thread.html#7898">[ thread ]</a> + <a href="subject.html#7898">[ subject ]</a> + <a href="author.html#7898">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 06/15/2012 08:54 PM, Anne Wilson wrote: +><i> On 15/06/12 19:13, Frank Griffin wrote: +</I>>><i> On 06/15/2012 01:42 PM, AL13N wrote: +</I>>>><i> Op vrijdag 15 juni 2012 16:46:03 schreef Anne Wilson: +</I>>>>><i> 'mount: wrong fs type, bad option, bad superblock on +</I>>>>><i> 192.168.0.200:/Anne, +</I>>>>><i> +</I>>>>><i> has dmesg something? did you have nfs in lsmod? +</I>>>>><i> +</I>>><i> +</I>>><i> Shortly before release I and others noticed that a lot of basic services +</I>>><i> that were converted to systemd were no longer starting automatically at +</I>>><i> boot. I thought that it was fixed, but you might check to see that NFS +</I>>><i> has actually been started. +</I>><i> +</I>><i> Combining replies: +</I>><i> +</I>><i> Sander: nfs-utils-clients wasn't installed on the misbehaving laptop. After installation, all the 192.168.0.40 mounts work, the 192.168.0.200 ones don't. More digging to be done. +</I>><i> +</I>><i> The errors for those two are: +</I>><i> +</I>><i> 'mount.nfs: rpc.statd is not running but is required for remote locking. +</I>><i> mount.nfs: Either use '-o nolock' to keep locks local, or start statd. +</I>><i> mount.nfs: an incorrect mount option was specified' +</I>><i> +</I>><i> Not sure what I have to do about statd - my efforts don't seem to have achieved much. +</I>><i> +</I>><i> AL113N: 'useer' is a red herring :-) I was typing what I could see on the netbook screen. This is a new install and I hadn't slowed down the keyboard repeat - doing that now. dmesg didn't have anything to say, and nfs is in lsmod. +</I>><i> +</I>><i> Frank: since the 192.168.0.40 mounts are now working, I think we can assume that nfs is started. Or maybe not - nfs-common.service is reported as loaded but dead. I've restarted it, but it has no effect on the troublesome mounts. +</I>><i> +</I>><i> Anne +</I> +In the failing box, try + +systemctl start nfs.target +systemctl start nfs-server.service + +If after that mounts work, check all your boxes and re-do something like + +systemctl enable nfs.tartget +systemctl enable nfs-server.service + +Problem: after conversion from sysvinit to systemd, nfs is not enabled even +if it was before. I suppose this will be fixed. + +And don't worry about nfs-common.service. It is dead and removed, but some +other services reference it so it appears in listings. I suppose its references +will be completely removed in next packages... but it doesn't hurt +(apart your eyes). + +-- +J.A. Magallon <jamagallon()ono!com> \ Winter is coming... + + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="007901.html">[Mageia-discuss] fstab problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7898">[ date ]</a> + <a href="thread.html#7898">[ thread ]</a> + <a href="subject.html#7898">[ subject ]</a> + <a href="author.html#7898">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/007899.html b/zarb-ml/mageia-discuss/20120616/007899.html new file mode 100644 index 000000000..4e2632748 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007899.html @@ -0,0 +1,114 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Music player + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Music%20player&In-Reply-To=%3CCAJyy6UQyPK6CVmdZ6ORNZqvsJzt%2BQZZCQS%2B32smG_r8KYRphqg%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="007902.html"> + <LINK REL="Next" HREF="007900.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Music player</H1> + <B>Diego Bello</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Music%20player&In-Reply-To=%3CCAJyy6UQyPK6CVmdZ6ORNZqvsJzt%2BQZZCQS%2B32smG_r8KYRphqg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Music player">dbello at gmail.com + </A><BR> + <I>Sat Jun 16 00:38:52 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007902.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007900.html">[Mageia-discuss] Music player +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7899">[ date ]</a> + <a href="thread.html#7899">[ thread ]</a> + <a href="subject.html#7899">[ subject ]</a> + <a href="author.html#7899">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Fri, Jun 15, 2012 at 5:35 PM, Marc Paré <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>> wrote: +><i> Le 2012-06-15 11:00, Dimitrios Glentadakis a écrit : +</I>>><i> +</I>>><i> +</I>>><i> +</I>>><i> 2012/6/15 Diego Bello <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dbello at gmail.com</A> +</I>>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">dbello at gmail.com</A>>> +</I>>><i> +</I>>><i> +</I>>><i>    On Thu, Jun 14, 2012 at 8:50 AM, Gary Montalbine +</I>>><i>    <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">gmontalbine at cox.net</A> +</I>>><i>    <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">gmontalbine at cox.net</A>>> wrote: +</I>>><i>     > I was using Amarok as a player for my music files. After an +</I>>><i>    upgrade to +</I>>><i>     > Mageia2 it would stop at each song in the folder. Had to +</I>>><i>    continually restart +</I>>><i>     > each song. Found Guayadeque in the repositories. Works great. Thanks +</I>>><i>     > developers. +</I>>><i>     > Gary +</I>>><i> +</I>>><i>    The same happens to me but only with ogg songs. With mp3 I have no +</I>>><i>    problems at all. +</I>>><i>    If the same happens to you, let's report a bug. +</I>>><i> +</I>>><i>    Regards, +</I>>><i> +</I>>><i>    -- +</I>>><i>    Diego Bello Carreño +</I>>><i> +</I>>><i> +</I>>><i> +</I>>><i> i think that amarok needs xine as phonon backend +</I>>><i> +</I>>><i> Clementine uses gstreamer , and can benefits crossfade between songs for +</I>>><i> that (xine does nt support any more crossfade) +</I>>><i> -- +</I>>><i> Dimitrios Glentadakis +</I>>><i> +</I>><i> +</I>><i> I have GStreamer as my backend. It's the only one on the list, Xine is not +</I>><i> there. Maybe, Xine is not used with Amarok, unless you install it. +</I>><i> +</I>><i> Marc +</I>><i> +</I>><i> Amarok 2.5.0 +</I>><i> +</I> +I tried the Xine backend and didn't work at all. Someone said in this +thread that it was broken upstream. + +So, it seems there is a problem with the gstreamer backend playing +ogg. Let's try with the VLC backend. You will have to install it from +the repositories. + +-- +Diego Bello Carreño +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007902.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007900.html">[Mageia-discuss] Music player +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7899">[ date ]</a> + <a href="thread.html#7899">[ thread ]</a> + <a href="subject.html#7899">[ subject ]</a> + <a href="author.html#7899">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/007900.html b/zarb-ml/mageia-discuss/20120616/007900.html new file mode 100644 index 000000000..a909b9e67 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007900.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Music player + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Music%20player&In-Reply-To=%3Cjrgtp5%241l9%241%40dough.gmane.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007899.html"> + <LINK REL="Next" HREF="007903.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Music player</H1> + <B>Marc Paré</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Music%20player&In-Reply-To=%3Cjrgtp5%241l9%241%40dough.gmane.org%3E" + TITLE="[Mageia-discuss] Music player">marc at marcpare.com + </A><BR> + <I>Sat Jun 16 05:15:49 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007899.html">[Mageia-discuss] Music player +</A></li> + <LI>Next message: <A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7900">[ date ]</a> + <a href="thread.html#7900">[ thread ]</a> + <a href="subject.html#7900">[ subject ]</a> + <a href="author.html#7900">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Diego, + +Le 2012-06-15 18:38, Diego Bello a écrit : + +><i> +</I>><i> I tried the Xine backend and didn't work at all. Someone said in this +</I>><i> thread that it was broken upstream. +</I>><i> +</I>><i> So, it seems there is a problem with the gstreamer backend playing +</I>><i> ogg. Let's try with the VLC backend. You will have to install it from +</I>><i> the repositories. +</I>><i> +</I> +I just tried playing .ogg files with GStreamer and there is no problem +playing them on my Amarok one after another. + +I also tried playing .ogg files with the VLC backend, Amarok complained +that it had problems recognizing my soundcard, then defaulted to another +soundcard driver and played .ogg files without any problems. + +Cheers, + +Marc + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007899.html">[Mageia-discuss] Music player +</A></li> + <LI>Next message: <A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7900">[ date ]</a> + <a href="thread.html#7900">[ thread ]</a> + <a href="subject.html#7900">[ subject ]</a> + <a href="author.html#7900">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/007901.html b/zarb-ml/mageia-discuss/20120616/007901.html new file mode 100644 index 000000000..3d5dcf2c8 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007901.html @@ -0,0 +1,134 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] fstab problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3CCACB12RFx4KNKxLGQFpWpNa-OtdkfV8M8sw58-tdvJfE165ysRQ%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="007898.html"> + <LINK REL="Next" HREF="007902.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] fstab problem</H1> + <B>Sander Lepik</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3CCACB12RFx4KNKxLGQFpWpNa-OtdkfV8M8sw58-tdvJfE165ysRQ%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] fstab problem">sander.lepik at eesti.ee + </A><BR> + <I>Sat Jun 16 08:43:42 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007898.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007902.html">[Mageia-discuss] fstab problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7901">[ date ]</a> + <a href="thread.html#7901">[ thread ]</a> + <a href="subject.html#7901">[ subject ]</a> + <a href="author.html#7901">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Jun 16, 2012 1:36 AM, "JA Magallón" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">jamagallon at ono.com</A>> wrote: +><i> +</I>><i> On 06/15/2012 08:54 PM, Anne Wilson wrote: +</I>>><i> +</I>>><i> On 15/06/12 19:13, Frank Griffin wrote: +</I>>>><i> +</I>>>><i> On 06/15/2012 01:42 PM, AL13N wrote: +</I>>>>><i> +</I>>>>><i> Op vrijdag 15 juni 2012 16:46:03 schreef Anne Wilson: +</I>>>>>><i> +</I>>>>>><i> 'mount: wrong fs type, bad option, bad superblock on +</I>>>>>><i> 192.168.0.200:/Anne, +</I>>>>>><i> +</I>>>>>><i> has dmesg something? did you have nfs in lsmod? +</I>>>>>><i> +</I>>>><i> +</I>>>><i> Shortly before release I and others noticed that a lot of basic services +</I>>>><i> that were converted to systemd were no longer starting automatically at +</I>>>><i> boot. I thought that it was fixed, but you might check to see that NFS +</I>>>><i> has actually been started. +</I>>><i> +</I>>><i> +</I>>><i> Combining replies: +</I>>><i> +</I>>><i> Sander: nfs-utils-clients wasn't installed on the misbehaving laptop. +</I>After installation, all the 192.168.0.40 mounts work, the 192.168.0.200 +ones don't. More digging to be done. +>><i> +</I>>><i> The errors for those two are: +</I>>><i> +</I>>><i> 'mount.nfs: rpc.statd is not running but is required for remote locking. +</I>>><i> mount.nfs: Either use '-o nolock' to keep locks local, or start statd. +</I>>><i> mount.nfs: an incorrect mount option was specified' +</I>>><i> +</I>>><i> Not sure what I have to do about statd - my efforts don't seem to have +</I>achieved much. +>><i> +</I>>><i> AL113N: 'useer' is a red herring :-) I was typing what I could see on +</I>the netbook screen. This is a new install and I hadn't slowed down the +keyboard repeat - doing that now. dmesg didn't have anything to say, and +nfs is in lsmod. +>><i> +</I>>><i> Frank: since the 192.168.0.40 mounts are now working, I think we can +</I>assume that nfs is started. Or maybe not - nfs-common.service is reported +as loaded but dead. I've restarted it, but it has no effect on the +troublesome mounts. +>><i> +</I>>><i> Anne +</I>><i> +</I>><i> +</I>><i> In the failing box, try +</I>><i> +</I>><i> systemctl start nfs.target +</I>><i> systemctl start nfs-server.service +</I>Why start server on client side? +><i> +</I>><i> If after that mounts work, check all your boxes and re-do something like +</I>><i> +</I>><i> systemctl enable nfs.tartget +</I>><i> systemctl enable nfs-server.service +</I>><i> +</I>><i> Problem: after conversion from sysvinit to systemd, nfs is not enabled +</I>even +><i> if it was before. I suppose this will be fixed. +</I>><i> +</I>><i> And don't worry about nfs-common.service. It is dead and removed, but some +</I>><i> other services reference it so it appears in listings. I suppose its +</I>references +><i> will be completely removed in next packages... but it doesn't hurt +</I>><i> (apart your eyes). +</I>For me (on mga2) nfs-common is the service that starts rpc.statd - so i +wouldn't call it a dead thing yet, seems to be pretty much needed. + +-- +Sander +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20120616/2d57c60d/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007898.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007902.html">[Mageia-discuss] fstab problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7901">[ date ]</a> + <a href="thread.html#7901">[ thread ]</a> + <a href="subject.html#7901">[ subject ]</a> + <a href="author.html#7901">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/007902.html b/zarb-ml/mageia-discuss/20120616/007902.html new file mode 100644 index 000000000..0320e5779 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007902.html @@ -0,0 +1,73 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] fstab problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3C18884540.BEYXyK9jxY%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007901.html"> + <LINK REL="Next" HREF="007899.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] fstab problem</H1> + <B>AL13N</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20fstab%20problem&In-Reply-To=%3C18884540.BEYXyK9jxY%40localhost%3E" + TITLE="[Mageia-discuss] fstab problem">alien at rmail.be + </A><BR> + <I>Sat Jun 16 09:20:11 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007901.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007899.html">[Mageia-discuss] Music player +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7902">[ date ]</a> + <a href="thread.html#7902">[ thread ]</a> + <a href="subject.html#7902">[ subject ]</a> + <a href="author.html#7902">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op zaterdag 16 juni 2012 09:43:42 schreef Sander Lepik: +[...] +><i> After installation, all the 192.168.0.40 mounts work, the 192.168.0.200 +</I>><i> ones don't. More digging to be done. +</I>><i> +</I>><i> >> The errors for those two are: +</I>><i> >> +</I>><i> >> 'mount.nfs: rpc.statd is not running but is required for remote locking. +</I>><i> >> mount.nfs: Either use '-o nolock' to keep locks local, or start statd. +</I>><i> >> mount.nfs: an incorrect mount option was specified' +</I>><i> >> +</I>><i> >> Not sure what I have to do about statd - my efforts don't seem to have +</I>><i> +</I>><i> achieved much. +</I>[...] + +doesn't this mean that 192.168.0.200 hasn't had statd started? check with +rpcinfo -p 192.168.0.200. +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007901.html">[Mageia-discuss] fstab problem +</A></li> + <LI>Next message: <A HREF="007899.html">[Mageia-discuss] Music player +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7902">[ date ]</a> + <a href="thread.html#7902">[ thread ]</a> + <a href="subject.html#7902">[ subject ]</a> + <a href="author.html#7902">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/007903.html b/zarb-ml/mageia-discuss/20120616/007903.html new file mode 100644 index 000000000..11029649c --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/007903.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Menu suspend in Cauldron GNOME Shell + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Menu%20suspend%20in%20Cauldron%20GNOME%20Shell&In-Reply-To=%3CCAGvW9Wd%2BCK2HyJMTrR7qraZgQvtD%2BmbGpqWUOL8_9KFp_hc8gg%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="007900.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Menu suspend in Cauldron GNOME Shell</H1> + <B>Michael Hill</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Menu%20suspend%20in%20Cauldron%20GNOME%20Shell&In-Reply-To=%3CCAGvW9Wd%2BCK2HyJMTrR7qraZgQvtD%2BmbGpqWUOL8_9KFp_hc8gg%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] Menu suspend in Cauldron GNOME Shell">mdhillca at gmail.com + </A><BR> + <I>Sat Jun 16 22:45:35 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007900.html">[Mageia-discuss] Music player +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#7903">[ date ]</a> + <a href="thread.html#7903">[ thread ]</a> + <a href="subject.html#7903">[ subject ]</a> + <a href="author.html#7903">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>So, I understand the default behaviour will be changing to Shutdown +in GNOME 3.6, but for now I need to suspend from the menu. I looked +for it this morning and was only offered "Power Off...", with or +without the Alt key, so I closed the lid. When I opened it a few +hours later, the battery was drained. + +Advanced Settings no longer gives me the option to choose the menu +behaviour. Is there a way to get Suspend back without writing my own +extension? + +Mike +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007900.html">[Mageia-discuss] Music player +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#7903">[ date ]</a> + <a href="thread.html#7903">[ thread ]</a> + <a href="subject.html#7903">[ subject ]</a> + <a href="author.html#7903">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> diff --git a/zarb-ml/mageia-discuss/20120616/author.html b/zarb-ml/mageia-discuss/20120616/author.html new file mode 100644 index 000000000..1c838547f --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/author.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 16 June 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>16 June 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 Jun 16 00:30:39 CEST 2012</i><br> + <b>Ending:</b> <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Messages:</b> 6<p> + <ul> + +<LI><A HREF="007902.html">[Mageia-discuss] fstab problem +</A><A NAME="7902"> </A> +<I>AL13N +</I> + +<LI><A HREF="007899.html">[Mageia-discuss] Music player +</A><A NAME="7899"> </A> +<I>Diego Bello +</I> + +<LI><A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A><A NAME="7903"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="007901.html">[Mageia-discuss] fstab problem +</A><A NAME="7901"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="007898.html">[Mageia-discuss] fstab problem +</A><A NAME="7898"> </A> +<I>JA Magallón +</I> + +<LI><A HREF="007900.html">[Mageia-discuss] Music player +</A><A NAME="7900"> </A> +<I>Marc Paré +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Archived on:</b> <i>Sat Jun 16 22:45:40 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/20120616/date.html b/zarb-ml/mageia-discuss/20120616/date.html new file mode 100644 index 000000000..d8c65df8f --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/date.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 16 June 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>16 June 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 Jun 16 00:30:39 CEST 2012</i><br> + <b>Ending:</b> <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Messages:</b> 6<p> + <ul> + +<LI><A HREF="007898.html">[Mageia-discuss] fstab problem +</A><A NAME="7898"> </A> +<I>JA Magallón +</I> + +<LI><A HREF="007899.html">[Mageia-discuss] Music player +</A><A NAME="7899"> </A> +<I>Diego Bello +</I> + +<LI><A HREF="007900.html">[Mageia-discuss] Music player +</A><A NAME="7900"> </A> +<I>Marc Paré +</I> + +<LI><A HREF="007901.html">[Mageia-discuss] fstab problem +</A><A NAME="7901"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="007902.html">[Mageia-discuss] fstab problem +</A><A NAME="7902"> </A> +<I>AL13N +</I> + +<LI><A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A><A NAME="7903"> </A> +<I>Michael Hill +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Archived on:</b> <i>Sat Jun 16 22:45:40 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/20120616/index.html b/zarb-ml/mageia-discuss/20120616/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/index.html @@ -0,0 +1 @@ +thread.html
\ No newline at end of file diff --git a/zarb-ml/mageia-discuss/20120616/subject.html b/zarb-ml/mageia-discuss/20120616/subject.html new file mode 100644 index 000000000..b71b18fbb --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/subject.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 16 June 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>16 June 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 Jun 16 00:30:39 CEST 2012</i><br> + <b>Ending:</b> <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Messages:</b> 6<p> + <ul> + +<LI><A HREF="007898.html">[Mageia-discuss] fstab problem +</A><A NAME="7898"> </A> +<I>JA Magallón +</I> + +<LI><A HREF="007901.html">[Mageia-discuss] fstab problem +</A><A NAME="7901"> </A> +<I>Sander Lepik +</I> + +<LI><A HREF="007902.html">[Mageia-discuss] fstab problem +</A><A NAME="7902"> </A> +<I>AL13N +</I> + +<LI><A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A><A NAME="7903"> </A> +<I>Michael Hill +</I> + +<LI><A HREF="007899.html">[Mageia-discuss] Music player +</A><A NAME="7899"> </A> +<I>Diego Bello +</I> + +<LI><A HREF="007900.html">[Mageia-discuss] Music player +</A><A NAME="7900"> </A> +<I>Marc Paré +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Archived on:</b> <i>Sat Jun 16 22:45:40 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/20120616/thread.html b/zarb-ml/mageia-discuss/20120616/thread.html new file mode 100644 index 000000000..d4cdc4044 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120616/thread.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The Mageia-discuss 16 June 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>16 June 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 Jun 16 00:30:39 CEST 2012</i><br> + <b>Ending:</b> <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Messages:</b> 6<p> + <ul> + +<!--0 01339799439- --> +<LI><A HREF="007898.html">[Mageia-discuss] fstab problem +</A><A NAME="7898"> </A> +<I>JA Magallón +</I> + +<UL> +<!--1 01339799439-01339829022- --> +<LI><A HREF="007901.html">[Mageia-discuss] fstab problem +</A><A NAME="7901"> </A> +<I>Sander Lepik +</I> + +<UL> +<!--2 01339799439-01339829022-01339831211- --> +<LI><A HREF="007902.html">[Mageia-discuss] fstab problem +</A><A NAME="7902"> </A> +<I>AL13N +</I> + +</UL> +</UL> +<!--0 01339799932- --> +<LI><A HREF="007899.html">[Mageia-discuss] Music player +</A><A NAME="7899"> </A> +<I>Diego Bello +</I> + +<UL> +<!--1 01339799932-01339816549- --> +<LI><A HREF="007900.html">[Mageia-discuss] Music player +</A><A NAME="7900"> </A> +<I>Marc Paré +</I> + +</UL> +<!--0 01339879535- --> +<LI><A HREF="007903.html">[Mageia-discuss] Menu suspend in Cauldron GNOME Shell +</A><A NAME="7903"> </A> +<I>Michael Hill +</I> + + </ul> + <p> + <a name="end"><b>Last message date:</b></a> + <i>Sat Jun 16 22:45:35 CEST 2012</i><br> + <b>Archived on:</b> <i>Sat Jun 16 22:45:40 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> + |