diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-June/016422.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-June/016422.html | 199 |
1 files changed, 199 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-June/016422.html b/zarb-ml/mageia-dev/2012-June/016422.html new file mode 100644 index 000000000..561c85368 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-June/016422.html @@ -0,0 +1,199 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09nfs-utils-1.2.6-2.mga3&In-Reply-To=%3C4FD6FC19.6040000%40colin.guthr.ie%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="016414.html"> + <LINK REL="Next" HREF="016481.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3</H1> + <B>Colin Guthrie</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09nfs-utils-1.2.6-2.mga3&In-Reply-To=%3C4FD6FC19.6040000%40colin.guthr.ie%3E" + TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3">mageia at colin.guthr.ie + </A><BR> + <I>Tue Jun 12 10:21:45 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="016414.html">[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3 +</A></li> + <LI>Next message: <A HREF="016481.html">[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#16422">[ date ]</a> + <a href="thread.html#16422">[ thread ]</a> + <a href="subject.html#16422">[ subject ]</a> + <a href="author.html#16422">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>'Twas brillig, and Guillaume Rousse at 12/06/12 07:26 did gyre and gimble: +><i> Le 12/06/2012 02:37, JA Magallón a écrit : +</I>>><i> On 06/12/2012 02:29 AM, JA Magallón wrote: +</I>>>><i> On 06/11/2012 10:22 PM, guillomovitch wrote: +</I>>>>><i> Name : nfs-utils Relocations: (not +</I>>>>><i> relocatable) +</I>>>>><i> Version : 1.2.6 Vendor: Mageia.Org +</I>>>>><i> Release : 2.mga3 Build Date: Mon Jun 11 +</I>>>>><i> 22:21:14 2012 +</I>>>>><i> Install Date: (not installed) Build Host: +</I>>>>><i> ecosse.mageia.org +</I>>>>><i> Group : Networking/Other Source RPM: (none) +</I>>>>><i> Size : 787418 License: GPL +</I>>>>><i> Signature : (none) +</I>>>>><i> Packager : guillomovitch <guillomovitch> +</I>>>>><i> URL : <A HREF="http://sourceforge.net/projects/nfs/">http://sourceforge.net/projects/nfs/</A> +</I>>>>><i> Summary : The utilities for Linux NFS server +</I>>>>><i> Description : +</I>>>>><i> This package provides various programs needed for NFS support on +</I>>>>><i> server. +</I>>>>><i> +</I>>>>><i> guillomovitch <guillomovitch> 1:1.2.6-2.mga3: +</I>>>>><i> + Revision: 259882 +</I>>>>><i> - add exports.d directory +</I>>>>><i> - use /var/lib/nfs/statd for statd, instead of /var/lib/nfs, as in +</I>>>>><i> fedora +</I>>>>><i> - add modprobe config file to alias 'nfs4' to 'nfs' +</I>>>>><i> - add systemd support +</I>>>>><i> - drop sysinit support +</I>>>>><i> - merge client and server package, as per redhat setup +</I>>>>><i> +</I>>>><i> +</I>>>><i> Some weird things happen with this and systemd... +</I>>>><i> I had nfs server active. After update and reboot, I had no nfs server +</I>>>><i> running. +</I>>>><i> What do I have to add in systemd to get them working ? +</I>>>><i> I got it by: +</I>>>><i> systemctl enable nfs.target (still had no server...) +</I>>>><i> systemctl enable nfs-server.service +</I>>>><i> +</I>>>><i> Are those the correct top level units ? +</I>>>><i> +</I>>>><i> TIA +</I>>>><i> +</I>>><i> +</I>>><i> Ah, and after reboot systemd still shows nfs-common.service: +</I>>><i> +</I>>><i> werewolf:/etc/systemd# systemctl --all | grep nfs +</I>>><i> proc-fs-nfsd.mount loaded active mounted RPC Pipe File +</I>>><i> System +</I>>><i> nfs-common.service error inactive dead +</I>>><i> nfs-common.service +</I>>><i> nfs-idmap.service loaded active running NFSv4 ID-name +</I>>><i> mapping daemon +</I>>><i> nfs-mountd.service loaded active running NFS Mount Daemon +</I>>><i> nfs-rquotad.service loaded inactive dead NFS Remote Quota +</I>>><i> Server +</I>>><i> nfs-server.service loaded active exited NFS Server +</I>>><i> nfs.target loaded active active Network File +</I>>><i> System Server +</I>>><i> +</I>>><i> werewolf:/etc/systemd# systemctl status nfs-common.service +</I>>><i> nfs-common.service +</I>>><i> Loaded: error (Reason: No such file or directory) +</I>>><i> Active: inactive (dead) since Tue, 12 Jun 2012 01:30:45 +0200; 1h +</I>>><i> 5min ago +</I>><i> Same issue here. I think that's just another bogus output of systemctl +</I>><i> list-units --all output. +</I> +This happens if it's referred to by another unit. i.e. as an After or a +Before reference etc. It shows up wtthout a proper description and just +the unit name. I think it would be better to put a generic "[Missing] in +the description rather than the unit fragment name, but hey ho. Maybe +this is done already in newer versions. + + +Col + + + + +-- + +Colin Guthrie +colin(at)mageia.org +<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A> + +Day Job: + Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A> +Open Source: + Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A> + PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A> + Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A> + + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="016414.html">[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3 +</A></li> + <LI>Next message: <A HREF="016481.html">[Mageia-dev] [changelog] [RPM] cauldron core/release nfs-utils-1.2.6-2.mga3 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#16422">[ date ]</a> + <a href="thread.html#16422">[ thread ]</a> + <a href="subject.html#16422">[ subject ]</a> + <a href="author.html#16422">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |