Thanks Arun,<br>I&#39;ve followed your instructions and have now successfully created a new user=user, pass=pass. (I&#39;ve called the VM cameron1 for the moment).<br><br>Tom,<br>How do you recommend we move forward if we wish to start from XUbuntu 9.10, instead of 9.04.<br>
<br>I can try to upgrade from 9.04 to 9.10, which should work,  but I might not have a clean xubuntu 9.10 at the end.<br>Is it straight forward to create a new xubuntu 9.10 base image?<br><br><div class="gmail_quote">On Wed, Jan 27, 2010 at 3:07 AM, Arun Sharma <span dir="ltr">&lt;<a href="mailto:arun.s@tecnics.com">arun.s@tecnics.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hello Cameron,<br>
<br>
I have attached modified  common-password which can be placed under /etc/pam.d/ of vm.<br>
Once we place above file then we can create user &quot;user&quot; and set password.<br>
<br>
Here are the steps which we have followed.<br>
<div class="im"><br>
<br>
 #useradd user<br>
<br>
 #passwd user [Set the password as &quot;user&quot;]<br>
<br>
#usermod -u 499 user<br>
<br>
</div># su user<br>
<br>
Above command will create directory once we login using user &quot;user&quot;.<br>
<br>
About ubuntu release version, yes for gisvm which we build  earlier stage was ubuntu904 as per requirement.<br>
<br>
Please mail us if you find issues.<br>
<br>
Thanks<br>
Arun sharma<br>
<br>
-----Original Message-----<br>
From: &quot;Arun Sharma&quot; &lt;<a href="mailto:arun.s@tecnics.com">arun.s@tecnics.com</a>&gt;<br>
Date: Tue, 26 Jan 2010 11:17:03<br>
To: Tom Callaghan&lt;<a href="mailto:tom.callaghan@click2try.com">tom.callaghan@click2try.com</a>&gt;<br>
Subject: Re: FW: Question on xubuntu click2try image<br>
<br>
Sure Tom<br>
<br>
-----Original Message-----<br>
From: &quot;Tom Callaghan&quot; &lt;<a href="mailto:tom.callaghan@click2try.com">tom.callaghan@click2try.com</a>&gt;<br>
Date: Tue, 26 Jan 2010 05:13:44<br>
To: &#39;Arun Sharma&#39;&lt;<a href="mailto:arun.s@tecnics.com">arun.s@tecnics.com</a>&gt;<br>
Subject: FW: FW: Question on xubuntu click2try image<br>
<br>
Hello Arun,<br>
<br>
I&#39;m afraid Cameron is still stuck.  Could you please offer him assistance<br>
directly.<br>
<br>
Regards,<br>
<br>
Tom<br>
<div class="im"><br>
<br>
-----Original Message-----<br>
From: Cameron Shorter [mailto:<a href="mailto:cameron.shorter@gmail.com">cameron.shorter@gmail.com</a>]<br>
Sent: Tuesday, January 26, 2010 4:27 AM<br>
To: Tom Callaghan<br>
</div><div><div></div><div class="h5">Cc: &#39;Cameron Shorter&#39;; Arun Sharma; <a href="mailto:live-demo@lists.osgeo.org">live-demo@lists.osgeo.org</a><br>
Subject: Re: FW: Question on xubuntu click2try image<br>
<br>
Tom,<br>
I&#39;m afraid that I&#39;m still stuck on the prior issue, and have another issue:<br>
<br>
I did try the steps below, but couldn&#39;t work out what lines I was<br>
supposed to comment out. (I did try a few different combinations).<br>
<br>
I&#39;m able to create a new user &quot;user&quot; but it doesn&#39;t create a home<br>
directory at /home/user (as I&#39;d expect). And I haven&#39;t been able to set<br>
the password.<br>
<br>
However,<br>
In debugging, I&#39;ve realised that the Xubuntu image that has been set up<br>
is for version 9.04, and we are targeting 9.10.<br>
What is the process for creating a new Virtual Machine? Is this<br>
something that I can do?<br>
If you are creating a new image, can you please set the default<br>
user=user. (If you are using the normal Xubuntu LiveDVD installer, then<br>
you should be able to set the default user during the install process).<br>
<br>
I&#39;ve started documenting our click2try livedvd build process at:<br>
<a href="http://wiki.osgeo.org/wiki/Live_GIS_Build#Creating_a_Click2Try_Virtual_Machi" target="_blank">http://wiki.osgeo.org/wiki/Live_GIS_Build#Creating_a_Click2Try_Virtual_Machi</a><br>
ne<br>
Feel free to update this wiki with the build process if you wish.<br>
<br>
Tom Callaghan wrote:<br>
&gt;<br>
&gt; Cameron,<br>
&gt;<br>
&gt; Here is my engineer&#39;s reply. This should fix the issue for you. Please<br>
&gt; let me know if you need anything else.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Tom<br>
&gt;<br>
&gt; *From:* Arun Sharma [mailto:<a href="mailto:arun.s@tecnics.com">arun.s@tecnics.com</a>]<br>
&gt; *Sent:* Monday, January 25, 2010 11:36 AM<br>
&gt; *To:* &#39;Tom Callaghan&#39;<br>
&gt; *Cc:* &#39;Sanjay&#39;; &#39;Arun Sharma&#39;<br>
&gt; *Subject:* RE: Question on xubuntu image<br>
&gt;<br>
&gt; Hello Tom,<br>
&gt;<br>
&gt; I tried creating a vm using viewer launcher using appid &quot;bxubdm904&quot;.<br>
&gt;<br>
&gt; To fix create user and set password issue &quot;Edited the file<br>
&gt; /etc/pam.d/common-password and remove the use_authtok directive from<br>
&gt; the pam_unix.so line, as well as comment out the pam_cracklib.so line.&quot;<br>
&gt;<br>
&gt; #useradd user<br>
&gt;<br>
&gt; #passwd user [Set the password as &quot;user&quot;]<br>
&gt;<br>
&gt; #usermod -u 499 user<br>
&gt;<br>
&gt; I have tried the same for *osgeo-bxubdm904-101* on r1 . This vm is<br>
&gt; saved for future user.<br>
&gt;<br>
&gt; Above steps should fix the issue.<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Arun<br>
&gt;<br>
&gt; *From:* Tom Callaghan [mailto:<a href="mailto:tom.callaghan@presage-tech.com">tom.callaghan@presage-tech.com</a>]<br>
&gt; *Sent:* Monday, January 25, 2010 7:51 PM<br>
&gt; *To:* &#39;Arun Sharma&#39;<br>
&gt; *Subject:* Question on xubuntu image<br>
&gt;<br>
&gt; Hello Arun,<br>
&gt;<br>
&gt; How are you doing? Its been a long time since we&#39;ve talked. I have a<br>
&gt; question. I created an appid for the xubuntu image that is a two<br>
&gt; layered appliance. In their COW image I changed the root password to<br>
&gt; something else. I gave this to the OSGeo guys to start working on<br>
&gt; their new release. Cameron tells me that he cannot create the user id<br>
&gt; user and change its password. He says he cannot sudo to the user user.<br>
&gt; Can you help me with this? The appid is bxubdm904. I created a VM for<br>
&gt; them in the osgeo account (password livedemo). I changed the root<br>
&gt; password to livedemo in their COW file.<br>
&gt;<br>
&gt; I think if you log in as root, you will see what he is talking about.<br>
&gt;<br>
&gt; Thanks in Advance,<br>
&gt;<br>
&gt; Tom<br>
&gt;<br>
<br>
<br>
--<br>
Cameron Shorter<br>
Geospatial Systems Architect<br>
Tel: +61 (0)2 8570 5050<br>
Mob: +61 (0)419 142 254<br>
<br>
Think Globally, Fix Locally<br>
Geospatial Solutions enhanced with Open Standards and Open Source<br>
<a href="http://www.lisasoft.com" target="_blank">http://www.lisasoft.com</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cameron Shorter<br>Geospatial Systems Architect<br>Tel: +61 (0)2 8570 5050<br>Mob: +61 (0)419 142 254<br><br>Think Globally, Fix Locally<br>Commercial Support for Geospatial Open Source Solutions<br>
<a href="http://www.lisasoft.com/LISAsoft/SupportedProducts.html">http://www.lisasoft.com/LISAsoft/SupportedProducts.html</a><br>