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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Error message while trying checkout a package?with mgarepo
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Error%20message%20while%20trying%20checkout%20a%09package%3Fwith%0A%20mgarepo&In-Reply-To=%3C1329041786.17645.9.camel%40liliana.cdg.redhat.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011863.html">
<LINK REL="Next" HREF="011878.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Error message while trying checkout a package?with mgarepo</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Error%20message%20while%20trying%20checkout%20a%09package%3Fwith%0A%20mgarepo&In-Reply-To=%3C1329041786.17645.9.camel%40liliana.cdg.redhat.com%3E"
TITLE="[Mageia-dev] Error message while trying checkout a package?with mgarepo">misc at zarb.org
</A><BR>
<I>Sun Feb 12 11:16:26 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011863.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
</A></li>
<LI>Next message: <A HREF="011878.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11876">[ date ]</a>
<a href="thread.html#11876">[ thread ]</a>
<a href="subject.html#11876">[ subject ]</a>
<a href="author.html#11876">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le samedi 11 février 2012 à 15:22 +0100, Dimitrios Glentadakis a écrit :
><i> Στις Σάββατο 11 Φεβρουάριος 2012 15:00:42 nicolas vigier γράψατε:
</I>><i> > On Sat, 11 Feb 2012, Dimitrios Glentadakis wrote:
</I>><i> >
</I>><i> > > Στις Σάββατο 11 Φεβρουάριος 2012 14:41:59 nicolas vigier γράψατε:
</I>><i> > > > On Sat, 11 Feb 2012, Dimitrios Glentadakis wrote:
</I>><i> > > >
</I>><i> > > > >
</I>><i> > > > > What could be wrong ?
</I>><i> > > >
</I>><i> > > > Did you try to do a checkout on packages svn repository without mgarepo
</I>><i> > > > to see if that works ?
</I>><i> > > >
</I>><i> > > > svn co svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/null/current">ssh://svn.mageia.org/svn/packages/cauldron/null/current</A>
</I>><i> > > >
</I>><i> > > >
</I>><i> > >
</I>><i> > >
</I>><i> > > it works, it gave me this:
</I>><i> > >
</I>><i> > > [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dglent at localhost</A> mgarepo]$ svn co svn+<A HREF="ssh://svn.mageia.org/svn/packages/cauldron/null/current">ssh://svn.mageia.org/svn/packages/cauldron/null/current</A>
</I>><i> > > Password:
</I>><i> > > Password:
</I>><i> >
</I>><i> > It shouldn't ask you for password if you uploaded your ssh key on
</I>><i> > <A HREF="https://identity.mageia.org/">https://identity.mageia.org/</A>
</I>><i> >
</I>><i> >
</I>><i>
</I>><i> in <A HREF="https://identity.mageia.org/">https://identity.mageia.org/</A> i choose sshPublicKey i add my key , i clic ok but there is no field added - (also i did it a second time and i did nt see that was the field Mobile, and i added in the mobile field. Now impossible to delete it. I have the message page not fount) -
</I>
><i>From ldap.log :
</I>
Feb 11 15:03:50 valstar slapd[2240]: conn=1159066 op=3 MOD
dn="uid=dglent,ou=People,dc=mageia,dc=org"
Feb 11 15:03:50 valstar slapd[2240]: conn=1159066 op=3 MOD
attr=sshPublicKey
Feb 11 15:03:50 valstar slapd[2240]: conn=1159066 op=3 RESULT tag=103
err=19 text=modify breaks constraint on sshPublicKey
Are you sure that you used the complete
It seems that the key that was uploaded was not in the good format. Can
you make sure that you used the complete ssh key, ie the whole line, not
just the binary encoded blurb in the middle. Without the beginning,
( ie ssh-rsa/ssh-dsa ), there is no way it would work, since openssh
cannot guess the format and the algo to use.
So try again by using the complete line :
ssh-rsa XXXx....XXXX <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">foo at example.org</A>
And if this solve the problem, could mentors please ensure that newer
packagers actually really understand how ssh is supposed to work before
directing them to sysadmin for diagnosing the same problem over and
over?
( alternative version : code proper error reporting in identity )
( 2nd alternative version : add a foolproof mgarepo command to create
and upload keys into our ldap )
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011863.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
</A></li>
<LI>Next message: <A HREF="011878.html">[Mageia-dev] Error message while trying checkout a package?with mgarepo
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11876">[ date ]</a>
<a href="thread.html#11876">[ thread ]</a>
<a href="subject.html#11876">[ subject ]</a>
<a href="author.html#11876">[ 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>
|