Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] issue with gentoo-x86 cvs repo
Date: Sat, 02 Oct 2010 01:38:16
Message-Id: robbat2-20101002T013323-776201821Z@orbis-terrarum.net
In Reply to: [gentoo-dev] issue with gentoo-x86 cvs repo by "Miroslav Šulc (fordfrog)"
1 On Sat, Oct 02, 2010 at 03:19:42AM +0200, "Miroslav ?ulc (fordfrog)" wrote:
2 > hi,
3 >
4 > yesterday i was able to use the repo but now i get this error (for any
5 > cvs command):
6 >
7 > $ cvs rm -f apgdiff-2.0.2.ebuild
8 > Your account has expired; please contact your system administrator
9 > Connection closed by 81.93.255.6
10 > cvs [remove aborted]: end of file from server (consult above messages if
11 > any)
12 >
13 > what does it exactly mean?
14 It's fixed already.
15 Some lovely lines from the old perl_ldap:
16 ===
17 my $expiry = convertEpoch(0,0,0,1,9,2010);
18 ...
19 shadowExpire => $expiry,
20 ===
21 Which is a date of 2010/10/02, that just rolled up a few hours ago.
22 A constant value that was set >5 years ago come up :-).
23
24 All LDAP and the script are fixed now.
25
26 --
27 Robin Hugh Johnson
28 Gentoo Linux: Developer, Trustee & Infrastructure Lead
29 E-Mail : robbat2@g.o
30 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-dev] issue with gentoo-x86 cvs repo "Miroslav Šulc (fordfrog)" <fordfrog@g.o>
[gentoo-dev] Re: issue with gentoo-x86 cvs repo "Diego Elio Pettenò" <flameeyes@×××××.com>