Re: [sisuite-users] how to disable tmpfs staging?

2010-07-20 Thread Tristam MacDonald
On Tue, Jul 20, 2010 at 12:53 AM, Brian Elliott Finley
br...@thefinleys.com wrote:

 What you're doing should prevent tmpfs staging.  And yes -- it is off
 by default.

 Can you provide the output of df -k from the console of a failed
 autoinstall client?

 Thanks, -Brian

The output from df -k, which seems to indicate that it never mounted
the disk partitions:

Filesystem   1k-blocks  Used Available Use% Mounted on

rootfs 1028604   1015228 13376  99% /
/dev/root    15540 15540 0 100% /old_root
tmpfs  1028604   1015228 13376  99% /
devpts 1028604   164   1028440   0% /dev/pts
tmpfs  1028604   1015228 13376  99% /dev/.static/dev
udev   1028604   164   1028440   0% /dev

Also the output of fdisk -l, which indicates that it did create all of
the partitions successfully:

Disk /dev/sda: 160.0 GB, 1600 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks  Id System
/dev/sda1   1 608 4881787  83 Linux
Partition 1 does not end on cylinder boundary
/dev/sda2   * 608    3040    19530273+ 83 Linux
/dev/sda3    3040    4255 9765625  83 Linux
/dev/sda4    4256   19452   122069902+ 83 Linux

My partition layout is somewhat unorthodox: 5GB swap, followed by 20GB
/, 10 GB /tmp and 115 GB /data. All of the above except for / are
empty, but could the swap-first layout be confusing things?

Thanks,

--
Tristam MacDonald
http://swiftcoder.wordpress.com/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] how to disable tmpfs staging?

2010-07-20 Thread Brian Elliott Finley
Tristam,

Are you using ext4?  If so, I bet that's why. I'm in the process of
adding support for ext4 and grub2, but its not there yet.

Your partition layout should be fine.

Try using ext3.  You can even take an image from a machine installed
with ext4 and have SI autoinstall it as ext3.  Just change all
instances of ext4 to ext3 in /etc/systemimager/autoinstallscript.conf
on your golden client before running si_getimage.

Finally, for now, try using Grub v1.  Here's a HOWTO for converting
from Grub2 to Grub1 (haven't tried it myself yet):
https://help.ubuntu.com/community/Grub2#Uninstalling%20GRUB%202

Hope that helps,

-Brian


On Tue, Jul 20, 2010 at 8:45 AM, Tristam MacDonald swiftco...@gmail.com wrote:
 On Tue, Jul 20, 2010 at 12:53 AM, Brian Elliott Finley
 br...@thefinleys.com wrote:

 What you're doing should prevent tmpfs staging.  And yes -- it is off
 by default.

 Can you provide the output of df -k from the console of a failed
 autoinstall client?

 Thanks, -Brian

 The output from df -k, which seems to indicate that it never mounted
 the disk partitions:

    Filesystem   1k-blocks  Used Available Use% Mounted on

    rootfs 1028604   1015228 13376  99% /
    /dev/root    15540 15540 0 100% /old_root
    tmpfs  1028604   1015228 13376  99% /
    devpts 1028604   164   1028440   0% /dev/pts
    tmpfs  1028604   1015228 13376  99% /dev/.static/dev
    udev   1028604   164   1028440   0% /dev

 Also the output of fdisk -l, which indicates that it did create all of
 the partitions successfully:

    Disk /dev/sda: 160.0 GB, 1600 bytes
    255 heads, 63 sectors/track, 19452 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

       Device Boot  Start End  Blocks  Id System
    /dev/sda1   1 608 4881787  83 Linux
    Partition 1 does not end on cylinder boundary
    /dev/sda2   * 608    3040    19530273+ 83 Linux
    /dev/sda3    3040    4255 9765625  83 Linux
    /dev/sda4    4256   19452   122069902+ 83 Linux

 My partition layout is somewhat unorthodox: 5GB swap, followed by 20GB
 /, 10 GB /tmp and 115 GB /data. All of the above except for / are
 empty, but could the swap-first layout be confusing things?

 Thanks,

 --
 Tristam MacDonald
 http://swiftcoder.wordpress.com/

 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users




-- 
Brian Elliott Finley
Mobile: 630.447.9108

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] how to disable tmpfs staging?

2010-07-20 Thread Tristam MacDonald
On Tue, Jul 20, 2010 at 12:51 PM, Brian Elliott Finley
br...@thefinleys.com wrote:
 Tristam,

 Are you using ext4?  If so, I bet that's why. I'm in the process of
 adding support for ext4 and grub2, but its not there yet.

Right you are - I am imaging an ubuntu 10.04 box, so ext4 and grub2 by
default. I just tested switching to ext3, and the imaging appears to
be proceeding perfectly, so I will mess with downgrading grub in the
morning.

Thanks,

-- 
Tristam MacDonald
http://swiftcoder.wordpress.com/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] Auto Reply: sisuite-users Digest, Vol 49, Issue 2

2010-07-20 Thread ajaz . mirza
Hi,

I will be out of the office July 19  20, returning to the office Wednesday, 
July 21.

Please submit an iSupport ticket for further assistance.

Regards,
-Ajaz

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users