Re: Zope_Database_issue
Michele Marcionelli <[email protected]> Fri, 19 Nov 2010 10:57:16 +0100
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
--===============4324492462492590593== Content-Type: multipart/alternative; boundary="Apple-Mail-2-468308133" --Apple-Mail-2-468308133 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="windows-1252" Hi Smita you should probably install the postgres libraries as user "test"... = just to simplify your life ;-) Otherwise you can try changing the = permissions so that user "test" can access the "libpg.so.3". Try = following (as user "root"): chmod 755 /home/postgres chmod 755 /home/postgres/7.4.13 chmod 755 /home/postgres/7.4.13/lib chmod 644 /home/postgres/7.4.13/lib/libpq.so.3 Then following should work: su - test ls -l /home/postgres/7.4.13/lib/libpq.so.3 export LD_LIBRARY_PATH=3D/home/postgres/7.4.13/lib ldd /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so = | grep libpq.so If this works, try starting zope again. About the "PYTHONPATH" variable I'm not sure. Andreas? Cheers, Michele On Nov 19, 2010, at 10:34 , smita kamdar wrote: > HI, > =20 > While installing Postgresql, I installed it as user postgres & so the = entire folder in which it is installed have owner as postgres. >=20 > =20 > Other than Postgresql, all the other installations (i.e. Zope, Python, = egenix & psycopg) are done as user test. >=20 > =20 > Zope is also working as user test. >=20 > =20 > I tried to run the below as user test & it gave the following output: >=20 > =20 > [test@test ~]$ ls -l /home/postgres/7.4.13/lib/libpq.so.3 >=20 > ls: cannot access /home/postgres/7.4.13/lib/libpq.so.3: Permission = denied >=20 > =20 > Do you think I should change any permissions? >=20 > =20 > & I think you are right, in zopectl file, the variable PYTHONPATH is = not correct. >=20 > =20 > I have changed the value of that variable to=92 = /home/test/Python/2.4.4/lib=92 Is this path correct? >=20 > =20 > Thanks a lot!! >=20 > =20 > Regards, >=20 > Smita Kamdar >=20 > = --------------------------------------------------------------------------= --------------------------------------------------------------------------= --------------- >=20 > =20 > From: Michele Marcionelli [mailto:[email protected]]=20 > Sent: Thursday, November 18, 2010 11:55 PM > To: smita kamdar > Cc: [email protected] > Subject: Re: [Zope-DB] Zope_Database_issue >=20 > =20 > As I can see you execute the "ldd" command as user "test"; the = postgres libraries belongs to the user "postgres" in the respective = home... Zope will probably run as another user, for instance "zope". = Does all these users have enough rights? >=20 > =20 > Try as user "test" following: >=20 > =20 > ls -l /home/postgres/7.4.13/lib/libpq.so.3 >=20 > =20 > Can you see the file? >=20 > =20 > By the way: in the zopectl script you declared the variable = PYTHONPATH=3D"/opt/zope/lib/python" and here you speak of = /home/test/Python/2.4.4/lib/python2.4/site-packages... are you sure that = this variable is correct? >=20 > =20 > Cheers, >=20 > Michele >=20 > =20 > =20 > On Nov 18, 2010, at 18:27 , smita kamdar wrote: >=20 >=20 >=20 >=20 > Hi, >=20 > Please find below the output of the commands - >=20 > =20 > [test@test site-packages]$ ldd = /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so >=20 > linux-gate.so.1 =3D> (0x00e6f000) >=20 > libpq.so.3 =3D> not found >=20 > libcrypt.so.1 =3D> /lib/libcrypt.so.1 (0x0045d000) >=20 > libpthread.so.0 =3D> /lib/libpthread.so.0 (0x00110000) >=20 > libdl.so.2 =3D> /lib/libdl.so.2 (0x00e05000) >=20 > libutil.so.1 =3D> /lib/libutil.so.1 (0x003fe000) >=20 > libc.so.6 =3D> /lib/libc.so.6 (0x0073d000) >=20 > libfreebl3.so =3D> /usr/lib/libfreebl3.so (0x0012a000) >=20 > /lib/ld-linux.so.2 (0x004af000) >=20 > =20 > [test@test site-packages]$ ldd = /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so | = grep libpq.so >=20 > libpq.so.3 =3D> not found >=20 > =20 > & also please find attached the zopectl file. >=20 > =20 > I also created the symbolic link =96 >=20 > =20 > ln -s /home/postgres/7.4.13/lib/libpq.so.3 /usr/lib/libpq.so.3 >=20 > =20 > Please do tel me if I can try something else. >=20 > =20 > Thanks a lot!! >=20 > =20 >=20 > <zopectl.txt>_______________________________________________ > Zope-DB mailing list > [email protected] > https://mail.zope.org/mailman/listinfo/zope-db >=20 > =20 > --=20 > ETH Z=FCrich > Michele Marcionelli > IT Support Gruppe D-MATH > HG G 32.1 > R=E4mistrasse 101 > CH=968092 Z=FCrich >=20 > [email protected] > http://www.math.ethz.ch/~michele >=20 > +41 44 632 6193 Telefon > +41 44 632 1354 Fax >=20 > =20 > _______________________________________________ > Zope-DB mailing list > [email protected] > https://mail.zope.org/mailman/listinfo/zope-db --=20 ETH Z=FCrich Michele Marcionelli IT Support Gruppe D-MATH HG G 32.1 R=E4mistrasse 101 CH=968092 Z=FCrich [email protected] http://www.math.ethz.ch/~michele +41 44 632 6193 Telefon +41 44 632 1354 Fax --Apple-Mail-2-468308133 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="windows-1252" <html><head></head><body style=3D"word-wrap: break-word; = -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi = Smita<div><br></div><div>you should probably install the postgres = libraries as user "<font class=3D"Apple-style-span" = face=3D"Courier">test</font>"... just to simplify your life ;-) = Otherwise you can try changing the permissions so that user "<font = class=3D"Apple-style-span" face=3D"Courier">test</font>" can access the = "<font class=3D"Apple-style-span" face=3D"Courier">libpg.so.3</font>". = Try following (as user "<font class=3D"Apple-style-span" = face=3D"Courier">root</font>"):</div><div><br></div><div><div><font = class=3D"Apple-style-span" face=3D"Courier">chmod 755 = /home/postgres</font></div></div><div><div><font = class=3D"Apple-style-span" = face=3D"Courier">chmod 755 /home/postgres/7.4.13</font></div></d= iv><div><div><font class=3D"Apple-style-span" = face=3D"Courier">chmod 755 /home/postgres/7.4.13/lib</font></div= ></div><div><font class=3D"Apple-style-span" face=3D"Courier">chmod 644 = /home/postgres/7.4.13/lib/libpq.so.3</font></div><div><br></div><div>Then = following should work:</div><div><br></div><div><font = class=3D"Apple-style-span" face=3D"Courier">su - = test</font></div><div><span class=3D"Apple-style-span" = style=3D"font-family: Courier; ">ls -l = /home/postgres/7.4.13/lib/libpq.so.3</span></div><div><font = class=3D"Apple-style-span" face=3D"Courier">export = LD_LIBRARY_PATH=3D/home/postgres/7.4.13/lib</font></div><div><font = class=3D"Apple-style-span" color=3D"#000000"><span = class=3D"Apple-style-span" style=3D"background-color: = transparent;"><font class=3D"Apple-style-span" face=3D"Courier">ldd = /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so | = grep libpq.so</font></span></font></div><div><br></div><div>If this = works, try starting zope again.</div><div><br></div><div>About the = "PYTHONPATH" variable I'm not sure. = Andreas?</div><div><br></div><div>Cheers,</div><div>Michele</div><div><br>= </div><div><br><div><div>On Nov 19, 2010, at 10:34 , smita kamdar = wrote:</div><br class=3D"Apple-interchange-newline"><blockquote = type=3D"cite"><meta http-equiv=3D"Content-Type" content=3D"text/html; = charset=3DWindows-1252"><div class=3D"gmail_quote"><span = class=3D"Apple-style-span" style=3D"font-family: 'Times New Roman'; = font-size: 16px; ">HI,</span><br><div lang=3D"EN-US" link=3D"blue" = vlink=3D"blue" style=3D"word-wrap:break-word"><div><div><font size=3D"3" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">While= installing Postgresql, I installed it as user postgres & so the entire folder in which it is installed have owner as postgres. = </span></font></p><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">Other= than Postgresql, all the other installations (i.e. Zope, Python, egenix & psycopg) are done as user test. = </span></font></p><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">Zope = is also working as user test. </span></font></p><div><font size=3D"3" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">I = tried to run the below as user test & it gave the following = output:</span></font></p><div><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt">[test@test ~]$ ls -l = /home/postgres/7.4.13/lib/libpq.so.3</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt">ls: cannot access = /home/postgres/7.4.13/lib/libpq.so.3: Permission denied </span></font></p><div><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">Do = you think I should change any permissions?</span></font></p><div><font = size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">&= I think you are right, in zopectl file, the variable PYTHONPATH is not correct.</span></font></p><div><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">I = have changed the value of that variable to=92<i><span = style=3D"font-style:italic"> </span></i><font color=3D"#993300"><span = style=3D"color:#993300">/home/test/Python/2.4.4/lib</span></font>=92 Is this path correct?</span></font></p><div><font size=3D"3" face=3D"Times= New Roman"><span style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt">Thanks a lot!!</span></font></p><div><font = size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt">Regards,</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt">Smita Kamdar</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon">----------------------------------= --------------------------------------------------------------------------= -------------------------------------------------------</span></font></p> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><b><font = size=3D"2" face=3D"Tahoma"><span = style=3D"font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</span= ></font></b><font size=3D"2" face=3D"Tahoma"><span = style=3D"font-size:10.0pt;font-family:Tahoma"> Michele Marcionelli [mailto:<a href=3D"mailto:[email protected]" = target=3D"_blank">[email protected]</a>] <br> <b><span style=3D"font-weight:bold">Sent:</span></b> Thursday, November = 18, 2010 11:55 PM<br> <b><span style=3D"font-weight:bold">To:</span></b> smita kamdar<br> <b><span style=3D"font-weight:bold">Cc:</span></b> <a = href=3D"mailto:[email protected]" = target=3D"_blank">[email protected]</a><br> <b><span style=3D"font-weight:bold">Subject:</span></b> Re: [Zope-DB] Zope_Database_issue</span></font></p> </div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div><p class=3D"MsoNormal"><font = size=3D"3" face=3D"Times New Roman"><span style=3D"font-size:12.0pt">As = I can see you execute the "ldd" command as user "test"; the postgres libraries belongs to the user "postgres" in the respective home... Zope will probably run as another user, for instance "zope". Does all these users have enough rights?</span></font></p> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">Try as user "test" = following:</span></font></p> </div> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Courier"><span = style=3D"font-size:12.0pt;font-family:Courier"> ls -l /home/postgres/7.4.13/lib/libpq.so.3</span></font></p> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">Can you see the = file?</span></font></p> </div> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">By the way: in the = </span></font><font face=3D"Courier"><span = style=3D"font-family:Courier">zopectl</span></font> script you declared = the variable <span><font face=3D"Courier"><span = style=3D"font-family:Courier">PYTHONPATH=3D"/opt/zope/lib/python" </s= pan></font></span>and here you speak of <font face=3D"Courier"><span = style=3D"font-family:Courier">/home/test/Python/2.4.4/lib/python2.4/site-p= ackages</span></font>... are you sure that this variable is correct?</p> </div> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">Cheers,</span></font></p> </div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">Michele</span></font></p> </div> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> <div> <div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">On Nov 18, 2010, at 18:27 , = smita kamdar wrote:</span></font></p> </div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt"><br> <br> </span></font></p> <div> <div vlink=3D"purple" link=3D"blue"> <div><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon">Hi,</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt;color:maroon">Please find below = the output of the commands - </span></font></p> <div><div><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon">[test@test site-packages]$ ldd = /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so</span= ></font></p><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; linux-gate.so.1 =3D> (0x00e6f000)</span></font></p><p class=3D"MsoNormal"><font = size=3D"3" color=3D"maroon" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libpq.so.3 =3D> not found</span></font></p><p class=3D"MsoNormal"><font size=3D"3" = color=3D"maroon" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libcrypt.so.1 =3D> /lib/libcrypt.so.1 (0x0045d000)</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libpthread.so.0 =3D> /lib/libpthread.so.0 (0x00110000)</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libdl.so.2 =3D> /lib/libdl.so.2 (0x00e05000)</span></font></p><p class=3D"MsoNormal"><font= size=3D"3" color=3D"maroon" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libutil.so.1 =3D> /lib/libutil.so.1 (0x003fe000)</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libc.so.6 =3D> /lib/libc.so.6 (0x0073d000)</span></font></p><p class=3D"MsoNormal"><font = size=3D"3" color=3D"maroon" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libfreebl3.so =3D> /usr/lib/libfreebl3.so (0x0012a000)</span></font></p><p = class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> = /lib/ld-linux.so.2 (0x004af000)</span></font></p> <div><div><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon">[test@test site-packages]$ ldd /home/test/Python/2.4.4/lib/python2.4/site-packages/psycopgmodule.so | = grep libpq.so</span></font></p><p class=3D"MsoNormal"><font size=3D"3" = color=3D"maroon" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon"> &nbs= p; libpq.so.3 =3D> not found</span></font></p> <div><div><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:maroon">& also please find attached = the zopectl file. </span></font></p> <div><div><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"maroon" = face=3D"Times New Roman"><span style=3D"font-size:12.0pt;color:maroon">I = also created the symbolic link =96</span></font></p> <div><div><font size=3D"3" color=3D"maroon" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:maroon"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"#993300" = face=3D"Times New Roman"><span style=3D"font-size:12.0pt;color:#993300">ln= -s /home/postgres/7.4.13/lib/libpq.so.3 = /usr/lib/libpq.so.3</span></font></p> <div><div><font size=3D"3" color=3D"#993300" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:#993300"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"#993300" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:#993300">Please do tel me if I can try = something else.</span></font></p> <div><div><font size=3D"3" color=3D"#993300" face=3D"Times New = Roman"><span = style=3D"font-size:12.0pt;color:#993300"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div><p class=3D"MsoNormal"><font size=3D"3" color=3D"#993300" = face=3D"Times New Roman"><span = style=3D"font-size:12.0pt;color:#993300">Thanks a = lot!!</span></font></p> </div> </div> <table border=3D"0" cellpadding=3D"0"> <tbody><tr> <td bgcolor=3D"white" style=3D"background:white;padding:.75pt .75pt = .75pt .75pt"><pre><font size=3D"2" color=3D"black" face=3D"Courier = New"><span = style=3D"font-size:10.0pt;color:black"> </span></font></pre></td> </tr> </tbody></table> </div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt"><br> <zopectl.txt>_______________________________________________<br> Zope-DB mailing list<br> <a href=3D"mailto:[email protected]" = target=3D"_blank">[email protected]</a><br> <a href=3D"https://mail.zope.org/mailman/listinfo/zope-db" = target=3D"_blank">https://mail.zope.org/mailman/listinfo/zope-db</a></span= ></font></p> </div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> <div><p class=3D"MsoNormal"><font size=3D"3" face=3D"Times New = Roman"><span style=3D"font-size:12.0pt">-- <br> ETH Z=FCrich<br> Michele Marcionelli<br> IT Support Gruppe D-MATH<br> HG G 32.1<br> R=E4mistrasse 101<br> CH=968092 Z=FCrich<br> <br> <a href=3D"mailto:[email protected]" = target=3D"_blank">[email protected]</a><br> <a href=3D"http://www.math.ethz.ch/~michele" = target=3D"_blank">http://www.math.ethz.ch/~michele</a><br> <br> +41 44 632 6193 Telefon<br> +41 44 632 1354 Fax </span></font></p> </div><div><font size=3D"3" face=3D"Times New Roman"><span = style=3D"font-size:12.0pt"> </span></font><br = class=3D"webkit-block-placeholder"></div> </div> </div> </div> </div> </div> _______________________________________________<br>Zope-DB mailing = list<br><a = href=3D"mailto:[email protected]">[email protected]</a><br>https://mail.zope= .org/mailman/listinfo/zope-db<br></blockquote></div><br><div> -- <br>ETH Z=FCrich<br>Michele Marcionelli<br>IT Support Gruppe = D-MATH<br>HG G 32.1<br>R=E4mistrasse 101<br>CH=968092 Z=FCrich<br><br><a = href=3D"mailto:[email protected]">michele.marcionelli@math.= ethz.ch</a><br>http://www.math.ethz.ch/~michele<br><br>+41 44 632 6193 = Telefon<br>+41 44 632 1354 Fax </div> <br></div></body></html>= --Apple-Mail-2-468308133-- --===============4324492462492590593== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Zope-DB mailing list [email protected] https://mail.zope.org/mailman/listinfo/zope-db --===============4324492462492590593==--