<div dir="ltr">Hello,<div><br></div><div>1. How do I run auto "cleanse" job via cron (so it won't ask me for username and password)?</div><div><br>"$ /srv/omeroserver/bin/omero -s localhost admin cleanse /srv/omerodata" - asks for username/pass</div>

<div>"$ /srv/omeroserver/bin/omero -s root@localhost admin cleanse /srv/omerodata" - asks for pass<br><br><br>2. Is it possible to include this patch into Omero releases (from Chris Allan):</div><div><a href="http://users.openmicroscopy.org.uk/~cxallan/pil_image_import_inline.patch" target="_blank">http://users.openmicroscopy.org.uk/~cxallan/pil_image_import_inline.patch</a></div>

<div><br></div><div>It solves some client issues for us (python 2.6).</div><div><br></div><div>This is how I patch OMERO web client:<br>[root@vera144 log]# cd /srv/OMERO.server-Beta-4.3.2/lib/python/<br>[root@vera144 python]# wget <a href="http://users.openmicroscopy.org.uk/~cxallan/pil_image_import_inline.patch" target="_blank">http://users.openmicroscopy.org.uk/~cxallan/pil_image_import_inline.patch</a><br>


[root@vera144 python]# cp omeroweb/webclient/webclient_gateway.py omeroweb/webclient/webclient_gateway.py.orig<br>[root@vera144 python]# patch -p0 < pil_image_import_inline.patch<br>patching file omeroweb/webclient/webclient_gateway.py<br>


[root@vera144 python]# chown omero.omero omeroweb/webclient/webclient_gateway.pyl<br clear="all"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse;color:rgb(80, 0, 80)"><div>


<br></div><div><br></div><div>Thank you,</div><div>Leon Kolchinsky</div></span></div><br>
</div></div>