summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-July/003813.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2011-July/003813.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-July/003813.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-July/003813.html93
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-July/003813.html b/zarb-ml/mageia-sysadm/2011-July/003813.html
new file mode 100644
index 000000000..c4c792e0f
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-July/003813.html
@@ -0,0 +1,93 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [1827] add small maintdb script
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1827%5D%20add%20small%20maintdb%20script&In-Reply-To=%3C201107300236.34269.maarten.vanraes%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="003812.html">
+ <LINK REL="Next" HREF="003746.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [1827] add small maintdb script</H1>
+ <B>Maarten Vanraes</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1827%5D%20add%20small%20maintdb%20script&In-Reply-To=%3C201107300236.34269.maarten.vanraes%40gmail.com%3E"
+ TITLE="[Mageia-sysadm] [1827] add small maintdb script">maarten.vanraes at gmail.com
+ </A><BR>
+ <I>Sat Jul 30 02:36:34 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="003812.html">[Mageia-sysadm] [1827] add small maintdb script
+</A></li>
+ <LI>Next message: <A HREF="003746.html">[Mageia-sysadm] New apprentice info
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3813">[ date ]</a>
+ <a href="thread.html#3813">[ thread ]</a>
+ <a href="subject.html#3813">[ subject ]</a>
+ <a href="author.html#3813">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Op zaterdag 30 juli 2011 01:52:23 schreef nicolas vigier:
+&gt;<i> On Sat, 30 Jul 2011, Maarten Vanraes wrote:
+</I>&gt;<i> &gt; Op vrijdag 29 juli 2011 17:11:00 schreef Michael Scherer:
+</I>&gt;<i> &gt; &gt; Le vendredi 29 juillet 2011 &#224; 16:55 +0200, nicolas vigier a &#233;crit :
+</I>&gt;<i> &gt; &gt; &gt; On Sat, 16 Jul 2011, Michael Scherer wrote:
+</I>&gt;<i> &gt; &gt; &gt; &gt; &gt; +function maintgetall()
+</I>&gt;<i> &gt; &gt; &gt; &gt; &gt; +{
+</I>&gt;<i> &gt; &gt; &gt; &gt; &gt; + cd &quot;$MAINTDBDIR&quot;
+</I>&gt;<i> &gt; &gt; &gt; &gt; &gt; + for file in *
+</I>&gt;<i> &gt; &gt; &gt; &gt;
+</I>&gt;<i> &gt; &gt; &gt; &gt; Wouldn't this one have problem the day we have too much maintainers
+</I>&gt;<i> &gt; &gt; &gt; &gt; ?
+</I>&gt;<i> &gt; &gt; &gt;
+</I>&gt;<i> &gt; &gt; &gt; too much packages ?
+</I>&gt;<i> &gt; &gt;
+</I>&gt;<i> &gt; &gt; Mhh, yes :)
+</I>&gt;<i> &gt; &gt;
+</I>&gt;<i> &gt; &gt; &gt; &gt; ( even if &quot;too much&quot; is, according to my test, more than 60000 so
+</I>&gt;<i> &gt; &gt; &gt; &gt; this is just a retorical question )
+</I>&gt;<i> &gt; &gt; &gt;
+</I>&gt;<i> &gt; &gt; &gt; According to tune2fs we have 1148096 free inodes, so that should be
+</I>&gt;<i> &gt; &gt; &gt; enough. I don't know the limit for the &quot;*&quot; expansion.
+</I>&gt;<i> &gt; &gt;
+</I>&gt;<i> &gt; &gt; There used to be one, but maybe it was just in a time when kernel 2.4
+</I>&gt;<i> &gt; &gt; was hype :)
+</I>&gt;<i> &gt; &gt; ( or maybe that was on a bsd or os x ).
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; iirc * expansion is shell dependant and was 255 in the early days and may
+</I>&gt;<i> &gt; have been 16383, but i think it's 65535 now for a while... i know
+</I>&gt;<i> &gt; certain 2.6 kernels do have a limit, because i ran into it once (don't
+</I>&gt;<i> &gt; ask)
+</I>&gt;<i>
+</I>&gt;<i> You're probably talking about the limit in the size of arguments for a
+</I>&gt;<i> new process. But &quot;for&quot; is not a process, so I'm not sure there is a
+</I>&gt;<i> limit.
+</I>
+afaik it's internal handling; it was exactly a for that gave me my problem
+before.
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="003812.html">[Mageia-sysadm] [1827] add small maintdb script
+</A></li>
+ <LI>Next message: <A HREF="003746.html">[Mageia-sysadm] New apprentice info
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3813">[ date ]</a>
+ <a href="thread.html#3813">[ thread ]</a>
+ <a href="subject.html#3813">[ subject ]</a>
+ <a href="author.html#3813">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>