Re: Alternatives to preseed installation?

2012-12-07 Thread Reinhard Tartler
On Thu, Dec 6, 2012 at 3:43 PM, Christoph Mathys  wrote:
>> Maybe FAI?
>> http://wiki.fai-project.org/wiki/Installing_Ubuntu_Linux_with_FAI
>
> Thanks for the link. Have you used FAI already? Is it complicated to
> learn? Is it reliable?
>
> From a quick look at the website I guess I could also manage
> ubuntu/debian servers with this tool.

I'm using it here to deploy a lab consisting of about 20 computers
running Ubuntu/quantal and about 100 students.

FAI itself is very reliable, but it is a bit of an effort to set it up
if you are not used to PXE setups etc.


-- 
regards,
Reinhard

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Hi and Thanks.

2012-12-07 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cole...@lavabit.com wrote on 03/12/12 23:26:
> ...
> 
> I like Ubuntu so much and the philosophy/open source ideas behind
> it I wanted to contribute to help Ubuntu. So if my experiences or
> feedback can help inform or improve ubuntu in any way, I'm happy to
> contribute and take part in the discussions. I'm really excited
> that the developers let users take part in discussions :)
> 
> ...

There are many ways to contribute to Ubuntu, described on the Ubuntu
wiki. 

Cheers
- -- 
mpt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDB0m4ACgkQ6PUxNfU6ecpQUQCfYwdPwVdXlaKWMnK97nqZjAf7
gksAoLQO0AOgjUbLmHW5O/x4O8PUFs6o
=/ptQ
-END PGP SIGNATURE-

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Possible inclusion of zram-config on default install

2012-12-07 Thread Fabio Pedretti
It would be nice if Ubuntu could include zram-config by default. This package 
set up compressed RAM swap space and can lower RAM requirements for running and 
installing Ubuntu. It should be a win for every configuration. Since kernel 3.8 
the zram module is out of staging, I am using it since precise with no problem.

The bug request is here:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Possible inclusion of zram-config on default install

2012-12-07 Thread John Moser
it's a definite win for large configurations infrequent swapping, much 
more additional RAM), as well as for small configurations where there's 
a lot of swapping (faster than swapping).


I wrote and use an init script that breaks up the zswap into n devices, 
1 per cpu execution thread, to fully parallel the operation.  If you 
swap 64KiB at once with 8 core plus hyperthreading, the kernel will do 
16 4k pages in parallel under that configuration--big, multi-CPU, 
hypethreaded servers (it's a big 30% gain with parallel like threads, 
i.e. compression) benefit much from this.


Less useful in VMs, where such things should really happen at the 
hypervisor.


On 12/07/2012 05:32 PM, Fabio Pedretti wrote:

It would be nice if Ubuntu could include zram-config by default. This package
set up compressed RAM swap space and can lower RAM requirements for running and
installing Ubuntu. It should be a win for every configuration. Since kernel 3.8
the zram module is out of staging, I am using it since precise with no problem.

The bug request is here:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059



--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Possible inclusion of zram-config on default install

2012-12-07 Thread Jordon Bedwell
-1. I am not on a netbook and even my laptop have 12gb of Ram.  It
would be nice if Ubuntu did detect your ram and decide but not force
it on people like me who aren't memory constrained.

On Fri, Dec 7, 2012 at 4:32 PM, Fabio Pedretti  wrote:
> It would be nice if Ubuntu could include zram-config by default. This package
> set up compressed RAM swap space and can lower RAM requirements for running 
> and
> installing Ubuntu. It should be a win for every configuration. Since kernel 
> 3.8
> the zram module is out of staging, I am using it since precise with no 
> problem.
>
> The bug request is here:
> https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Possible inclusion of zram-config on default install

2012-12-07 Thread John Moser



On 12/07/2012 05:44 PM, Jordon Bedwell wrote:

-1. I am not on a netbook and even my laptop have 12gb of Ram.  It
would be nice if Ubuntu did detect your ram and decide but not force
it on people like me who aren't memory constrained.



In an abundant memory situation, the device is set up and sits idle 
consuming zero CPU resources and a few pages of RAM.  As memory is not 
constrained, the few pages of RAM are negligible.  Extremely.



On Fri, Dec 7, 2012 at 4:32 PM, Fabio Pedretti  wrote:

It would be nice if Ubuntu could include zram-config by default. This package
set up compressed RAM swap space and can lower RAM requirements for running and
installing Ubuntu. It should be a win for every configuration. Since kernel 3.8
the zram module is out of staging, I am using it since precise with no problem.

The bug request is here:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059

--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss




--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Possible inclusion of zram-config on default install

2012-12-07 Thread Dmitrijs Ledkovs
On 7 December 2012 22:32, Fabio Pedretti  wrote:
> It would be nice if Ubuntu could include zram-config by default. This package
> set up compressed RAM swap space and can lower RAM requirements for running 
> and
> installing Ubuntu. It should be a win for every configuration. Since kernel 
> 3.8
> the zram module is out of staging, I am using it since precise with no 
> problem.
>
> The bug request is here:
> https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059
>

Where necessaries, we already ship and include zram.

E.g. ubuntu nexus7 and ac100 images.

What other images do you want this for? I am not convinced it makes
much sense on i386/amd64.

Regards,

Dmitrijs.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss