softwareinventory with different preinstalled Linuxmachines

2008-04-10 Thread Patrick Cervicek
We have a grown linux environment, which are different in hardware/distribution/installed software. We are more interessted in FAIs "softupdate" function than "install". We would like to gather the information about the softwarereleases installed on our clients. This could be done with aptitude

ubuntu installation just like from DVD Installer

2010-02-07 Thread Patrick Cervicek
I am installing Ubuntu Karmic with FAI and it works. No problems so far. From time to time I recognize that some packages are missing. Packages, which would be there if it would be a "normal" DVD Installation. To get this "normal packages" in my ubuntu I have to put them in my KARMIC-Packages-

Re: ubuntu installation just like from DVD Installer

2010-02-16 Thread Patrick Cervicek
Feedback: Installation with "PACKAGES aptitude-r" works as desired. It is now documented in the wiki. thx to Waldemar, Patrick

Aligning a partiton with setup-storage

2010-07-08 Thread Patrick Cervicek
For performance reasons we would like to install our servers with aligned partitions (Partiton starts at sector number 64 instead of 63). This is the sequence we would use with fdisk. fdisk /dev/whatever1 x b 1 64 How can we do that with Setup-Storage or other other FAI tools? Patrick btw

Re: Aligning a partiton with setup-storage

2010-07-19 Thread Patrick Cervicek
On Sat, 10 Jul 2010, Michael Tautschnig wrote: For performance reasons we would like to install our servers with aligned partitions (Partiton starts at sector number 64 instead of 63). This is the sequence we would use with fdisk. fdisk /dev/whatever1 x b 1 64 How can we do that with Setup

Re: Aligning a partiton with setup-storage

2011-01-03 Thread Patrick Cervicek
Hi Michael, Sorry for the late answer On Sat, 18 Sep 2010, Michael Tautschnig wrote: Thanks again for providing all the information; I have finally implemented an "align-at" option in a patch included in 4.0~beta2+experimental7. It would be great if you could give that one a try. The use is as

Re: Aligning a partiton with setup-storage

2011-03-29 Thread Patrick Cervicek
On Sat, 18 Sep 2010, Michael Tautschnig wrote: Thanks again for providing all the information; I have finally implemented an "align-at" option in a patch included in 4.0~beta2+experimental7. It would be great if you could give that one a try. The use is as follows: disk_config sda align-at:4K .

Re: Aligning a partiton with setup-storage

2011-03-29 Thread Patrick Cervicek
On Tue, 29 Mar 2011, Michael Tautschnig wrote: Would it be acceptable if it takes around three weeks until you get a new and proper version, or do you need an urgent bugfix release? We have time. It is just a suggestion for further releases. Patrick

Re: Aligning a partiton with setup-storage

2011-04-18 Thread Patrick Cervicek
On Fri, 15 Apr 2011, Michael Tautschnig wrote: Finally that day has come: Could you please give 4.0~beta2+experimental80 another try? Supposedly that works fine with align-at. If not, I will try to fix any breakage ASAP. I tested fai-setup-storage_4.0~beta2+experimental85_all.deb on an test-n

Re: Aligning a partiton with setup-storage

2011-04-18 Thread Patrick Cervicek
On Mon, 18 Apr 2011, Thomas Lange wrote: On Mon, 18 Apr 2011 14:25:42 +0200 (CEST), Patrick Cervicek said: > disk_config /dev/sda align-at:4k disklabel:msdos Try this: disk_config sda align-at:4k disklabel:msdos It looks like "align-at" does not longer work in experimen

Re: Aligning a partiton with setup-storage

2011-04-18 Thread Patrick Cervicek
On Mon, 18 Apr 2011, Michael Tautschnig wrote: [...] It looks like "align-at" does not longer work in experimental85 Indeed, there is a bug in the parser probably caused by a mis-merge on my part. It's fixed in experimental86. No, "align-at" does not work. Without ist works. $ setup-stor

Re: Aligning a partiton with setup-storage

2011-04-18 Thread Patrick Cervicek
experimental87 is not throwing any errors, but the align-at option doesn't work $ cat stzdiskconfig disk_config /dev/sda align-at:4k disklabel:msdos primary /boot 300 - - primary - 0-- - primary swap 2G swap - $ fdisk -lu Disk

Re: Aligning a partiton with setup-storage

2011-04-18 Thread Patrick Cervicek
On Mon, 18 Apr 2011, Michael Tautschnig wrote: experimental87 is not throwing any errors, but the align-at option doesn't work I'm not sure I agree. But that might be because my interpretation of alignment is not quite accurate. [...] Device Boot Start End Blocks Id

Re: Aligning a partiton with setup-storage

2011-04-19 Thread Patrick Cervicek
On Tue, 19 Apr 2011, Michael Tautschnig wrote: [...] Yes, the second partition is ok. We are also interessted in gettig the first partition aligned (without this "msdos-compability" feature) [...] Ok, thanks; could you please give experimental88 another try? Sorry for abusing you as tester,

Restart a FAI installation without reboot

2011-05-06 Thread Patrick Cervicek
Is there an easy method to restart a FAI Installation without rebooting the target machine? Usually, when an installation is finished, "" appears. In our FAI environment, the user/admin can choose some parameters during the FAI installation process (in the "defclass.DEFAULT" hook) e.g what kind

Re: Is DHCP server absolutely required - new FAI user

2011-07-27 Thread Patrick Cervicek
On Wed, 27 Jul 2011, Karthik Kambatla wrote: Thanks for the quick response, Henning. Sadly, we can't configure the existing DHCP server (the Department owns it and doesn't let students tamper with it). we have the same scenario http://lisas.de/~patrick/blog/?p=113 Just confirming - do you

Re: Is DHCP server absolutely required - new FAI user

2011-07-27 Thread Patrick Cervicek
On Wed, 27 Jul 2011, Karthik Kambatla wrote: I assume ip=dhcp suggests acquiring an IP address from the existing DHCP server. However, the machines are already assigned static IPs and the DHCP server doesn't assign any. Wouldn't that be a problem. According to /usr/src/linux/Documentation/file

off-topic: FAI is too smart (Re: Direct FAI to install medium..?)

2011-09-02 Thread Patrick Cervicek
On Fri, 2 Sep 2011, Michael Tautschnig wrote: Hmm, FAI doesn't try to be smart in any way - it shouldn't "find" anything, it will only use whatever was configured. When fai-setup-storage detects any old MDADM Softraid Partitions, it tries to assemble/start them even when Sofraid is not confi