Hmmm, yeah, those ownership values look strange, with the numeric owners and groups.<div><br></div><div>I tried to reproduce your use case, mounting a cifs network share and using that as an assetstore.  I was able to get it to work, but you might have trouble because you will be using different authentication mechanism, hopefully this will get you close.</div>
<div><br></div><div>Here is my setup:</div><div><br></div><div>-a network share at //networkserver/share</div><div>-a folder under that share at //networksever/share/mgrauer/temp</div><div>-created a folder on my local machine at /mnt/networkshare/temp</div>
<div>-changed ownership of that local folder to the www-data user and group</div><div><br></div><div>sudo chown www-data:www-data /mnt/networkshare/temp</div><div><br></div><div>-mounted the network share folder to the local folder, (I can mount that share without my username, hence the "guest"), and the uid and gid of www-data (the apache user on ubuntu)</div>
<div><br></div><div>sudo mount -t cifs //networkserver/share /mnt/networkshare/temp -o "username=guest,uid=www-data,gid=www-data,noauto,umask=002,file_mode=0775,dir_mode=0775,rw"</div><div><br></div><div>now when I do </div>
<div><br></div><div>ls -latr /mnt/networkshare/temp</div><div><br></div><div>I can see the mgrauer folder (from //networkserver/share/mgrauer) and it is owned by www-data:www-data</div><div><br></div><div>I then added this local path as an assetstore and set this assetstore as the default, and was able to upload to Midas and have my files saved and folders/subfolders created.</div>
<div><br></div><div>assetstorepath = /mnt/networkshare/temp/mgrauer/temp</div><div><br></div><div>I hope this gives you some insight into your setup.</div><div><br></div><div>Thanks,</div><div>Mike</div><div><br></div><div>
<br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Sep 4, 2012 at 5:25 PM, Samira <span dir="ltr"><<a href="mailto:samiras@ece.ubc.ca" target="_blank">samiras@ece.ubc.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-CA" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Hi Mike,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Yes, exactly, I meant what you said. When I mounted the midas folder, I couldn’t change the ownership to apache user due to the permission problem. As I knew if you change the ownership before mounting a folder it will work. But it seems that in that case it doesn’t work. I attached a screenshot of the ls –al and mount command.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thank you so much<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Samira<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Michael Grauer [mailto:<a href="mailto:michael.grauer@kitware.com" target="_blank">michael.grauer@kitware.com</a>] <br>
<b>Sent:</b> September-04-12 12:56 PM<br><b>To:</b> Samira<br><b>Cc:</b> <a href="mailto:midas@public.kitware.com" target="_blank">midas@public.kitware.com</a><br><b>Subject:</b> Re: [Midas] Changing the assetstore in Midas<u></u><u></u></span></p>
<div><div class="h5"><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Hi Samira,<u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">When you say the first and second folder, do you mean /mnt/midas/2c for the first and /mnt/midas/2c/b0 for the second, or something else?<u></u><u></u></p>
</div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Can you tell me the results of these command lines (I'm looking for the ownership, group, and permissions) on your linux web server machine:<u></u><u></u></p>
</div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">ls -la /mnt<u></u><u></u></p></div><div><p class="MsoNormal">ls -la /mnt/midas<u></u><u></u></p></div><div><p class="MsoNormal">ls -la /mnt/midas/2c<br>
<br>Also, can you tell me the result of the "mount" command, specifically the single line where you mount to /mnt/midas?<u></u><u></u></p></div><div><p class="MsoNormal"><br>Thanks,<u></u><u></u></p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt">
Mike<br><br><u></u><u></u></p><div><p class="MsoNormal">On Tue, Sep 4, 2012 at 3:18 PM, Samira <<a href="mailto:samiras@ece.ubc.ca" target="_blank">samiras@ece.ubc.ca</a>> wrote:<u></u><u></u></p><div><div><p class="MsoNormal">
Hi All, <u></u><u></u></p><p class="MsoNormal"> <u></u><u></u></p><p class="MsoNormal">I’ve recently installed midas on a linux machine in our lab at UBC. I changed the default assetstore to a mounted file system (a windows server on the network).  But when I want to upload the data I get an error. Midas can create the first folder successfully, but when it wants to create the second folder the problem happens, however I can create the folder manually. it seems that it’s a permission problem because the first folder has full permission but the second one doesn’t, I attached some screenshot of the error page and my settings. It would be great if anyone can help me to figure it out. <u></u><u></u></p>
<p class="MsoNormal"> <u></u><u></u></p><p class="MsoNormal">Thanks,<u></u><u></u></p><p class="MsoNormal">Samira<u></u><u></u></p><p class="MsoNormal"> <u></u><u></u></p><p class="MsoNormal"> <u></u><u></u></p></div></div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>_______________________________________________<br>Midas mailing list<br><a href="mailto:Midas@public.kitware.com" target="_blank">Midas@public.kitware.com</a><br><a href="http://public.kitware.com/cgi-bin/mailman/listinfo/midas" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/midas</a><u></u><u></u></p>
</div><p class="MsoNormal"><br><br clear="all"><u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div><p class="MsoNormal" style="margin-bottom:12.0pt">-- <br>Thanks,<br>Michael Grauer<br>R & D Engineer<br>
Kitware, Inc.<br><a href="tel:919%20969%206990%20x322" value="+19199696990" target="_blank">919 969 6990 x322</a><br><br><br><u></u><u></u></p></div></div></div></div></div></blockquote></div><br><br clear="all"><div><br>
</div>-- <br>Thanks,<br>Michael Grauer<br>R & D Engineer<br>Kitware, Inc.<br>919 969 6990 x322<br><br><br><br>
</div>