![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
The Community Cafe The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work. Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks! |
|
|
Thread Tools | Display Modes |
|
|
#31 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
|
|
|
|
|
|
#32 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
I didn't see anybody mention that there's a JeOS entry in Launchpad now...
https://code.launchpad.net/ubuntu-jeos/ Having looked at the script, there's reference to some packages (linux-virtual) and a virtual kernel that do not appear to be included in Gutsy. FWIW, their procedure is virtually identical to what I originally did to create VMs almost a year ago with 6.06LTS (minus the virtual kernel and "special" package(s)). Looking forward to seeing the rest of this show itself... anything to make my VMs better! |
|
|
|
|
|
#33 | |
|
Just Give Me the Beans!
![]() Join Date: Jul 2005
Beans: 72
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
Quote:
note: result from using "sudo dpkg -l" alsa-base alsa-utils bind9 bind9-doc bind9-host libasound2 libbind9-30 libdns32 libisc32 libisccc30 libisccfg30 libiw29 liblwres30 libusb-0.1-4 linux-sound-base ntfs-3g libntfs-3g12 pcmciautils popularity-contest ppp pppconfig pppoeconf reiserfsprogs wireless-tools wpasupplicant Add "sudo apt-get remove" to the head of that list and save some space. Apt listed 22MB saved/removed and it lookes like there's a 7MB initrd backup in /boot which can go also. |
|
|
|
|
|
|
#34 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
What is your installation size down to after removing those?
I used to build virtual appliances on Gentoo. My first appliance (incl. Lighttpd, PHP, Dropbear for SSH, and Busybox for most everything else) was around 10MB compressed. Now with Ubuntu, my appliances are 130MB to 200MB (depending on which apps are installed). I build a Tomcat appliance and for some reason I gcj is an installation dependency for Tomcat 5.5 despite trying to make it Sun JDK 6 only. Far too much bloat! |
|
|
|
|
|
#35 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2005
Beans: 72
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
UPDATE: Two Gutsy server installations( one using same DNS option and one with no selected option ) resulted in "zip -r9" sizes of 216MB and 210MB for the two options and after "apt-get remove" on the above listed packages.
Last edited by locutus42; October 19th, 2007 at 05:33 PM.. Reason: ran two vm installs and posting results |
|
|
|
|
|
#36 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2005
Beans: 34
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
Any update yet? Still havnt seen the JEOS released other than the script to build it. (Does it even work?)
|
|
|
|
|
|
#37 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
The script contains references to packages that aren't available, so no, it doesn't work
|
|
|
|
|
|
#38 | |
|
Ubuntu Developer
![]() Join Date: Feb 2005
Location: Boulder CO
Beans: 24
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
Quote:
https://code.launchpad.net/ubuntu-jeos I uploaded my own "nealmcb" branch with qemu support: https://code.launchpad.net/~nealmcb/ubuntu-jeos/nealmcb EmmEff, can you post a link or some more info on your gentoo appliance? What VM do you run it on? Last edited by nealmcb; November 8th, 2007 at 10:58 AM.. |
|
|
|
|
|
|
#39 | ||
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
Quote:
Quote:
Currently we offer LAMP, LAPP, Cacti, and Tomcat appliances based on Ubuntu 7.04 Server Edition. Of course it includes a kernel We're keen on making Ubuntu-based appliances that have a footprint similar to that of our custom Gentoo-based appliances, and still retain all the benefits of Ubuntu. |
||
|
|
|
|
|
#40 |
|
Ubuntu Developer
![]() Join Date: Feb 2005
Location: Boulder CO
Beans: 24
|
Re: Jeos: Canonical's virtualization-specific Ubuntu Linux
I edited out my kernel question after a bit more thought
The idea of using busybox to replace lots of stuff is interesting. Has anyone put together an ubuntu derivitave that relies on busybox? This is a command line I've used with that "nealmcb" version of ubuntu-jeos (after installing apt-catcher which caches apts and dramatically speeds up the apt-get stuff that debootstrap does). It uses ts (from the moreutils package) to timestamp each line of output: sudo ubuntu-jeos-builder -t /dev/shm --addpkg openssh-server --mirror http://localhost:3142/archive.ubuntu.com/ubuntu --vm qemu 2>&1 | ts %H:%M:%S > jb.out cd ubuntu-jeos-gutsy-i386 ./launchjeos -redir tcp:2222::22 -monitor stdio ssh ubuntu@localhost -p 2222 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|