1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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:
><i> On Sat, 30 Jul 2011, Maarten Vanraes wrote:
</I>><i> > Op vrijdag 29 juli 2011 17:11:00 schreef Michael Scherer:
</I>><i> > > Le vendredi 29 juillet 2011 à 16:55 +0200, nicolas vigier a écrit :
</I>><i> > > > On Sat, 16 Jul 2011, Michael Scherer wrote:
</I>><i> > > > > > +function maintgetall()
</I>><i> > > > > > +{
</I>><i> > > > > > + cd "$MAINTDBDIR"
</I>><i> > > > > > + for file in *
</I>><i> > > > >
</I>><i> > > > > Wouldn't this one have problem the day we have too much maintainers
</I>><i> > > > > ?
</I>><i> > > >
</I>><i> > > > too much packages ?
</I>><i> > >
</I>><i> > > Mhh, yes :)
</I>><i> > >
</I>><i> > > > > ( even if "too much" is, according to my test, more than 60000 so
</I>><i> > > > > this is just a retorical question )
</I>><i> > > >
</I>><i> > > > According to tune2fs we have 1148096 free inodes, so that should be
</I>><i> > > > enough. I don't know the limit for the "*" expansion.
</I>><i> > >
</I>><i> > > There used to be one, but maybe it was just in a time when kernel 2.4
</I>><i> > > was hype :)
</I>><i> > > ( or maybe that was on a bsd or os x ).
</I>><i> >
</I>><i> > iirc * expansion is shell dependant and was 255 in the early days and may
</I>><i> > have been 16383, but i think it's 65535 now for a while... i know
</I>><i> > certain 2.6 kernels do have a limit, because i ran into it once (don't
</I>><i> > ask)
</I>><i>
</I>><i> You're probably talking about the limit in the size of arguments for a
</I>><i> new process. But "for" is not a process, so I'm not sure there is a
</I>><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>
|