Ok, had to create a new thread:
-> complete new setup from downloaded DVD 14.04.1 from Ubuntu User "glass", password "glass" 1 CPU, 4GB of RAM No additional packages selected before installation // the first two packages are needed for my projects sudo apt-get install mono-complete sudo apt-get install libzmq-dev sudo apt-get install git sudo apt-get install unzip sudo apt-get update -qq sudo apt-get -y install libpam0g:i386 sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 sudo apt-get install -qq gcc-multilib libcurl3:i386 libstdc++6:i386 sudo ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6 /usr/lib/i386-linux-gnu/libstdc++.so cd git clone https://github.com/GsDevKit/gsDevKitHome.git cd gsDevKitHome git checkout -b glass export GS_HOME=`pwd` export PATH=$GS_HOME/bin:$PATH installServer devKit 3.1.0.6 This works without any problems - and the Gemstone server is running. That is amazing ! I was not able to connect via Jade to it, but that might be another problem. I was able to stop the database and restart the database - no problems. Then I stopped the database and shutdown the virtual machine. Then I started the virtual machine again and I was not able to start the database again. Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Hi Marten,
I had trouble with Jade, too. Make sure that the ip adresses on the advanced and basic tab of the Jade Login window are the same. They are not synchronized. Sebastian Sebastian Am 24.09.2014 12:33, schrieb [hidden email] via Glass: > Ok, had to create a new thread: > > -> complete new setup from downloaded DVD 14.04.1 from Ubuntu > > User "glass", password "glass" > 1 CPU, 4GB of RAM > No additional packages selected before installation > > // the first two packages are needed for my projects > sudo apt-get install mono-complete > sudo apt-get install libzmq-dev > > sudo apt-get install git > sudo apt-get install unzip > > sudo apt-get update -qq > sudo apt-get -y install libpam0g:i386 > sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 > sudo apt-get install -qq gcc-multilib libcurl3:i386 libstdc++6:i386 > sudo ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6 > /usr/lib/i386-linux-gnu/libstdc++.so > > cd > git clone https://github.com/GsDevKit/gsDevKitHome.git > cd gsDevKitHome > git checkout -b glass > export GS_HOME=`pwd` > export PATH=$GS_HOME/bin:$PATH > installServer devKit 3.1.0.6 > > > This works without any problems - and the Gemstone server is running. > That is amazing ! > > I was not able to connect via Jade to it, but that might be another problem. > > I was able to stop the database and restart the database - no problems. > > Then I stopped the database and shutdown the virtual machine. Then I > started the virtual machine again and I was not able to start the > database again. > > Marten > _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
Okay ... the restart isdiagnostic ... in my work yesterday and the day before in trying to reproduce some issues I did notice that the shared memory settings were not persisting across restarts. I have submitted an issue for this[1]. The workaround is to rerun the $GS_HOME/bin/installGemStone script using
an already installed product ... the system settings will be performed
but a new download will not be performed ...On Wed, Sep 24, 2014 at 12:33 PM, [hidden email] via Glass <[hidden email]> wrote: Ok, had to create a new thread: _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
In Jade, the host for the Stone should default to ‘localhost' and it should be okay for it to be different from the address for the Gem. The only time you would change it is if the Gem and the Stone were on different machines, which is not what I’d expect unless you have a pretty big setup (and the no-cost license does not support this configuration). If it were the case that they should be synchronized then the second one would not be necessary.
I’d like to understand what trouble you had and why ‘localhost’ did not work on the advanced tab. James Foster On Sep 24, 2014, at 12:48 PM, Sebastian Heidbrink via Glass <[hidden email]> wrote: > Hi Marten, > > I had trouble with Jade, too. > Make sure that the ip adresses on the advanced and basic tab of the Jade Login window are the same. They are not synchronized. > > Sebastian > > Sebastian > > Am 24.09.2014 12:33, schrieb [hidden email] via Glass: >> Ok, had to create a new thread: >> >> -> complete new setup from downloaded DVD 14.04.1 from Ubuntu >> >> User "glass", password "glass" >> 1 CPU, 4GB of RAM >> No additional packages selected before installation >> >> // the first two packages are needed for my projects >> sudo apt-get install mono-complete >> sudo apt-get install libzmq-dev >> >> sudo apt-get install git >> sudo apt-get install unzip >> >> sudo apt-get update -qq >> sudo apt-get -y install libpam0g:i386 >> sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 >> sudo apt-get install -qq gcc-multilib libcurl3:i386 libstdc++6:i386 >> sudo ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6 >> /usr/lib/i386-linux-gnu/libstdc++.so >> >> cd >> git clone https://github.com/GsDevKit/gsDevKitHome.git >> cd gsDevKitHome >> git checkout -b glass >> export GS_HOME=`pwd` >> export PATH=$GS_HOME/bin:$PATH >> installServer devKit 3.1.0.6 >> >> >> This works without any problems - and the Gemstone server is running. >> That is amazing ! >> >> I was not able to connect via Jade to it, but that might be another problem. >> >> I was able to stop the database and restart the database - no problems. >> >> Then I stopped the database and shutdown the virtual machine. Then I >> started the virtual machine again and I was not able to start the >> database again. >> >> Marten >> > > _______________________________________________ > Glass mailing list > [hidden email] > http://lists.gemtalksystems.com/mailman/listinfo/glass _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Hi James,
I just checked this. It is indeed al lfine with localhost. I guess the reason why I had trouble here is due to the fact that I had updated Jade from on old version. After the update the RPC GemHOST ip was the same like the Stone HOST ip. But not localhost! Now I installed a 3.1.0.6 DB on a seperated VM as a preparation for CampSmalltalk. I only changed the RPC GemHOST IP on the Basic tab. The IPs on both tabs where now different. When I tried to login I git the error that remote login is permitted by the key file. When I chenged the ip on the Advanced tab every things was fine again. So maybe just an issue when updateing Jade from on older version. Sebastian Am 26.09.2014 11:12, schrieb James Foster: > In Jade, the host for the Stone should default to ‘localhost' and it should be okay for it to be different from the address for the Gem. The only time you would change it is if the Gem and the Stone were on different machines, which is not what I’d expect unless you have a pretty big setup (and the no-cost license does not support this configuration). If it were the case that they should be synchronized then the second one would not be necessary. > > I’d like to understand what trouble you had and why ‘localhost’ did not work on the advanced tab. > > James Foster > > On Sep 24, 2014, at 12:48 PM, Sebastian Heidbrink via Glass <[hidden email]> wrote: > >> Hi Marten, >> >> I had trouble with Jade, too. >> Make sure that the ip adresses on the advanced and basic tab of the Jade Login window are the same. They are not synchronized. >> >> Sebastian >> >> Sebastian >> >> Am 24.09.2014 12:33, schrieb [hidden email] via Glass: >>> Ok, had to create a new thread: >>> >>> -> complete new setup from downloaded DVD 14.04.1 from Ubuntu >>> >>> User "glass", password "glass" >>> 1 CPU, 4GB of RAM >>> No additional packages selected before installation >>> >>> // the first two packages are needed for my projects >>> sudo apt-get install mono-complete >>> sudo apt-get install libzmq-dev >>> >>> sudo apt-get install git >>> sudo apt-get install unzip >>> >>> sudo apt-get update -qq >>> sudo apt-get -y install libpam0g:i386 >>> sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 >>> sudo apt-get install -qq gcc-multilib libcurl3:i386 libstdc++6:i386 >>> sudo ln -s /usr/lib/i386-linux-gnu/libstdc++.so.6 >>> /usr/lib/i386-linux-gnu/libstdc++.so >>> >>> cd >>> git clone https://github.com/GsDevKit/gsDevKitHome.git >>> cd gsDevKitHome >>> git checkout -b glass >>> export GS_HOME=`pwd` >>> export PATH=$GS_HOME/bin:$PATH >>> installServer devKit 3.1.0.6 >>> >>> >>> This works without any problems - and the Gemstone server is running. >>> That is amazing ! >>> >>> I was not able to connect via Jade to it, but that might be another problem. >>> >>> I was able to stop the database and restart the database - no problems. >>> >>> Then I stopped the database and shutdown the virtual machine. Then I >>> started the virtual machine again and I was not able to start the >>> database again. >>> >>> Marten >>> >> _______________________________________________ >> Glass mailing list >> [hidden email] >> http://lists.gemtalksystems.com/mailman/listinfo/glass > _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
Hello Dale,
though I do not understand all that bash stuff, to write into the sysctl.conf you should use something like: sudo /bin/su -c "echo 'kernel.shmmax=2000000000' >>/etc/sysctl.conf" Perhaps that helps Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Thanks Marten....I will have to update the installGemStone script ... I'm making a pass fixing Metacello bugs at the moment, but when I finish that (a week or so?) I will swing back through GsDevKit ... Dale On Tue, Sep 30, 2014 at 1:51 AM, [hidden email] <[hidden email]> wrote: Hello Dale, _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |