Yah, I can see their point of view, after all, long time users have been doing it this way since what, 2.9 came out? *Edit - my bad, 2.x for linux were all zip files, now maybe THAT is an idea they can go back to, extract and done, though I guess not real professional
And I think most companies tend to think that most linux users are born fending for themselves against wolves right out of the crib
Lastly, would you rather put out one installer, or 2 (or more) for each kind of linux packaging system out there? I know what I'd be doing.
As far as the 512megs goes, shockingly the 9 dp had no issue as far as I can tell installing in it. For practical purposes, I would suggest a bare minimum of 1gb, but of course everyone has a different situation on their hands and a different level of skills, sometimes you have to make due with what you have as it were
On to the command line discoveries -
For this, I started off by setting the ram on the VM back to 512megs (lubuntus minimum recommended setting). After restarting the machine, I made sure the installer would seg fault 11, it did.
I wanted to check to see if updating lubuntu would solve the issue, so I ran -
Code: Select all
sudo apt-get update
sudo apt-get upgrade
However, after this the installer still seg.faults.
Next, I increased the amount of ram to 768megs.
The installer launched as expected, but crashed on launching. As a side benefit though, the ubuntu crash reporter popped up, giving a nice list of the dependencies at the time of crash -
Anyhoo, I rebooted and launched the installer from the command line, first navigating to the desktop...

then typing 'dir' to get the listing, and highlighting then copying the file name in the terminal...

then typing ./ and right clicking to paste the file name...

However, after all that you can see it still exited with signal 11. This seems to indicate to me that to run Lc on lubuntu your going to need at least 1gig of ram in the main boards slots, which is peculiar since I have installed it on systems (not ubuntu, but other Debian variants) running far less than 1gb of ram.
What Next? Naturally I started downloading the newest and then older versions of Lc to see if it is just this version, or what version you'd have to go down to, if you don't have >= 1gb of ram, and set the machine back to 512megs of ram.
The latest 9.0 dp launched the installer and looked to run just fine. The following were the results with the previous 8.x versions...
8.2.0 dp 2 - segfault
8.1.8 - segfault
8.1.5 - slave installer quit unexpectedly
8.1.0 - installed as expected.
---------------------------
So, it looks like if your running a
*low ram system, you can install up to 8.1.0 of the stable releases, or 9.x of the developer previews.
In an attempt to see if I could then update to 8.1.9, I ran the updater, however, while it downloaded and appeared to have installed 8.1.9, my lack of familiarity with it prevents me from confirming this happened.
I don't see a menu entry for x.9, and when I click on the menu link for 8.x, the title of the menubar stack indicates it is 8.1 only. when I check for updates, I don't see any listed. YMMV.
*low ram meaning < 1gb. The easiest way I know of to find out how much ram your box is running is to type 'free' at the command line -
