Re: German keyboard layout

2009-08-20 Thread Mathieu Alorent
keyboard and can have the same # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options # in /etc/X11/xorg.conf. XKBMODEL="pc105" XKBLAYOUT="fr" XKBVARIANT="oss" XKBOPTIONS="" # Do not update the following md5 sum if you change # /etc/console-se

INTERNAL ERROR in setup-storage: convert_unit

2009-08-26 Thread Mathieu Alorent
umes.pm line 311. INTERNAL ERROR in setup-storage: convert_unit Please report this error to the Debian Bug Tracking System. -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA Tél: 04 97 12 6226 malorent@orange-ftgroup.com La sig

INTERNAL ERROR in setup-storage: convert_unit

2009-08-27 Thread Mathieu Alorent
alized value in concatenation (.) or string at /usr/share/fai/setup-storage//Volumes.pm line 311. INTERNAL ERROR in setup-storage: convert_unit Please report this error to the Debian Bug Tracking System. -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/

Re: INTERNAL ERROR in setup-storage: convert_unit

2009-08-27 Thread Mathieu Alorent
Le jeudi 27 août 2009 à 11:46 +0200, Mathieu Alorent a écrit : > Hi, > > I'm installing the FAI (3.2.20) in our infrastructure. > > I've plan to use the new setup-harddisks, it works quite fine but I > get > this error after the second install on a machine (sa

Re: INTERNAL ERROR in setup-storage: convert_unit

2009-08-27 Thread Mathieu Alorent
Le jeudi 27 août 2009 à 15:05 +0200, Henning Sprang a écrit : > Mathieu Alorent wrote: > > I've found that the use of Ubuntu Hardy NfsRoot > > You're usinf fai (latest version) on an UBuntu server? > > >works whereas Debian > > Lenny Not. > >

Re: INTERNAL ERROR in setup-storage: convert_unit

2009-09-15 Thread Mathieu Alorent
42 # Parse the number of allocated physical extents from the volume group. - elsif( m/Alloc PE \/ Size\s+(\S+) \/ (\S+) (\S+)/ ) { + elsif( m/Alloc PE \/ Size\s+(\S+) \/ (\S+)(?:\s+(\S+))?/ ) { $vghash{$vgn}->{alloc_pe} = $1; $vghash{$vgn}->{alloc_pe_size} = $2; - $vghash{$vgn}-&g

Re: setup-storage: error

2009-10-16 Thread Mathieu Alorent
RS=="aacraid" ATTRS{vendor}=="0x9005" ATTRS{device}=="0x0285" ATTRS{subsystem_vendor}=="0x1014" ATTRS{subsystem_device}=="0x02f2" ATTRS{class}=="0x010400" ATTRS{irq}=="28" ATTRS{local_cpus}=="

LVM on an entire disk

2009-10-29 Thread Mathieu Alorent
name("/dev/" . $FAI::disks[ $1 - 1 ], $2); + } elsif ($dev =~ m/^disk(\d+)/) { + $dev = "/dev/" . $FAI::disks[ $1 - 1 ]; } else { $dev = "/dev/$dev"; } Hope this will (or has already) be(en) integrate

Re: LVM on an entire disk

2009-10-29 Thread Mathieu Alorent
else { > > $dev = "/dev/$dev"; > > } > > > > Hope this will (or has already) be(en) integrated in next release :) > > > > Did you actually test/use it like this? If so, I'll get it in in a few > moments. >

Re: LVM on an entire disk

2009-10-29 Thread Mathieu Alorent
; > Best, > Michael > However, this need to be fixed... Executing: udevsettle --timeout=10 && parted -s /dev/sdb set -1 lvm on Command udevsettle --timeout=10 && parted -s /dev/sdb set -1 lvm on had exit code 1 -- Mathieu Alorent Shell&Core Sophia-Antip

Re: LVM on an entire disk

2009-10-30 Thread Mathieu Alorent
t -1 lvm on had > > exit code 1 > > > > Could you try experimental version 3.2.23~beta35+experimental1, which was just > built? This one includes your proposed patch and a fix for this problem. I > didn't spot any other things that need to be fixed, but then again I couldn

Re: LVM on an entire disk

2009-10-30 Thread Mathieu Alorent
Le vendredi 30 octobre 2009 à 12:15 +0100, Mathieu Alorent a écrit : > Le vendredi 30 octobre 2009 à 11:42 +0100, Michael Tautschnig a écrit : > > > Le jeudi 29 octobre 2009 à 16:09 +0100, Michael Tautschnig a écrit : > > > > [...] > > > > > > > &

Re: LVM on an entire disk

2009-10-30 Thread Mathieu Alorent
Le vendredi 30 octobre 2009 à 13:52 +0100, Mathieu Alorent a écrit : > Le vendredi 30 octobre 2009 à 12:15 +0100, Mathieu Alorent a écrit : > > Le vendredi 30 octobre 2009 à 11:42 +0100, Michael Tautschnig a écrit : > > > > Le jeudi 29 octobre 2009 à 16:09 +0100, Micha

Re: LVM on an entire disk

2009-10-30 Thread Mathieu Alorent
Le vendredi 30 octobre 2009 à 14:12 +0100, Mathieu Alorent a écrit : > Le vendredi 30 octobre 2009 à 13:52 +0100, Mathieu Alorent a écrit : > > Le vendredi 30 octobre 2009 à 12:15 +0100, Mathieu Alorent a écrit : > > > Le vendredi 30 octobre 2009 à 11:42 +0100, Michael

reiserfs and FAI 3.2.20

2010-01-11 Thread Mathieu Alorent
tions -f" unless ($create_options =~ m/-f/); + ($fs eq "reiserfs") and $create_options = "$create_options -f" unless ($create_options =~ m/-f/); my $pre_encrypt = "exist_$device"; hope this will help someone else. Regards -- Mathieu Alorent Shell&Core

Re: reiserfs and FAI 3.2.20

2010-01-11 Thread Mathieu Alorent
Le lundi 11 janvier 2010 à 15:53 +0100, Thomas Neumann a écrit : > After reading the manpage: It seems "-q" would be the best choice. you're right. I'll update my local patch to "-q" and test. -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour Fr

Re: reiserfs and FAI 3.2.20

2010-01-11 Thread Mathieu Alorent
Le lundi 11 janvier 2010 à 16:15 +0100, Mathieu Alorent a écrit : > Le lundi 11 janvier 2010 à 15:53 +0100, Thomas Neumann a écrit : > > After reading the manpage: It seems "-q" would be the best choice. > > you're right. I'll update my local patch to "-q

setup-storage percent of free space

2010-01-12 Thread Mathieu Alorent
-EXEC /exec 5G ext3rw HEBEX-SPACE_80 /SPACE_80 80% ext3rw HEBEX-SPACE_20 /SPACE_20 20% ext3rw -- Mathieu Al

Re: setup-storage percent of free space

2010-01-14 Thread Mathieu Alorent
> -20% ext3rw > > It means "use at most 80% (20%) of disk space", and remaining space should get > distributed proportionally. > > Maybe you could report back success or failure :-) > > Best, > Michael > Thanks Mi

Re: Anatomy of an FAI run?

2010-03-24 Thread Mathieu Alorent
are :) Did you progress on your flow-chart ? I need to do something similar... Could you please share it ? Regards -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA Tél: 04 97 12 6226 malorent@orange-ftgroup.com La signa

setup-storage + grub2

2010-04-12 Thread Mathieu Alorent
4G- - - disk_config lvm vg HEBEXdisk1.9 Edit: For the first error, it seems to be already corrected in svn branch, not in the package build... Regards -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOP

Re: setup-storage + grub2

2010-04-13 Thread Mathieu Alorent
00TiB 0.00TiB 0.00TiB logical ext3 8 0.00TiB 0.01TiB 0.00TiB logical ext3 9 0.01TiB 0.06TiB 0.05TiB logical lvm r...@ubuntu-fai-srv:~# > > Thanks a lot, > Michael > Regards. -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pou

Re: FAI 3.3.3 + Ubuntu Lucid

2010-04-13 Thread Mathieu Alorent
ow to disable fb on -generic kernels. -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA Tél: 04 97 12 6226 malorent@orange-ftgroup.com La signature de ce mail peut être vérifiée en installant les autorités de certifications C

Re: setup-storage + grub2

2010-04-13 Thread Mathieu Alorent
Le mardi 13 avril 2010 à 19:56 +0200, Mathieu Alorent a écrit : > > > ? Maybe the format has changed, so probably also parted -v would be > useful. I forgot to say, this is an Ubuntu Lucid nfsroot. # parted -v parted (GNU parted) 2.2 Copyright (C) 2010 Free Software Foundation,

Re: setup-storage + grub2

2010-04-16 Thread Mathieu Alorent
> to have > fixed those issues. Errors have disappeared with 3.4~beta1+experimental8 ! :) Thanks for your work ! -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA Tél: 04 97 12 6226 malorent@orange-ftgroup.com La signature de

Re: FAI 3.3.3 + Ubuntu Lucid

2010-04-16 Thread Mathieu Alorent
Hi, Le mardi 13 avril 2010 à 20:46 +0200, Waldemar Brodkorb a écrit : > Hi, > Mathieu Alorent wrote, > > > Le jeudi 18 mars 2010 à 21:08 +0100, Stephan Hermann a écrit : > > > Console: switching to colour framebuffer device 80x30 > > > > > > I tried

INTERNAL ERROR in setup-storage

2010-04-19 Thread Mathieu Alorent
Hi, I'm getting this error, didn't yet find time to investigate. This is using FAI 3.4~beta1+experimental9 with Lenny NFSROOT, with backports... Partitioning local harddisks using setup-storage Starting setup-storage 1.2.1+exp Using config file: /var/lib/fai/config/disk_config/DEFAULT Executing:

Re: INTERNAL ERROR in setup-storage

2010-04-20 Thread Mathieu Alorent
module to access LVM status information in perl scripts ii lvm2 2.02.39-7 The Linux Logical Volume Manager -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA Tél: 04

Re: INTERNAL ERROR in setup-storage

2010-04-20 Thread Mathieu Alorent
5G ext3 rw #HEBEX-WOO_LOG /WOO/LOG10G ext3 rw,noatime #HEBEX-WOO_PROG /WOO/PROG 2G ext3 rw #HEBEX-WOO_BASE /WOO/BASE 10G ext3 rw #disk_config raid #raid1 /toto disk1.9,disk3.2:spare:missing,disk2.1 xfs rw Do you need some more infos

Re: INTERNAL ERROR in setup-storage

2010-04-20 Thread Mathieu Alorent
Le mardi 20 avril 2010 à 11:51 +0200, Michael Tautschnig a écrit : > Could you send (or paste to paste.debian.net) the full log with debug > enabled? There ! http://paste.debian.net/69853/ Mât smime.p7s Description: S/MIME cryptographic signature

Re: INTERNAL ERROR in setup-storage

2010-04-20 Thread Mathieu Alorent
-rw 1 root disk 104, 5 Apr 20 11:18 c0d0p5 brw-rw 1 root disk 104, 6 Apr 20 11:18 c0d0p6 brw-rw 1 root disk 104, 7 Apr 20 11:18 c0d0p7 brw-rw---- 1 root disk 104, 8 Apr 20 11:18 c0d0p8 brw-rw 1 root disk 104, 9 Apr 20 11:18 c0d0p9 -- Mathieu Alorent Shell&Core Sophia-Antip

Re: INTERNAL ERROR in setup-storage

2010-04-20 Thread Mathieu Alorent
Le mardi 20 avril 2010 à 13:41 +0200, Michael Tautschnig a écrit : > > Ok, that looks fixable. Could you give 3.4~beta1+experimental11 > another try? Good, it's working now :) Thanks for your work ! Regards Mât smime.p7s Description: S/MIME cryptographic signature

Re: fai server on Ubuntu lucid?

2010-04-20 Thread Mathieu Alorent
Le mardi 20 avril 2010 à 14:42 +0200, Andreas Sindermann a écrit : > did anyone already try to install a fai server on a Ubuntu Lucid > platform? I did, there is not problem... can I help you ? Mât smime.p7s Description: S/MIME cryptographic signature

LVM filesystems should be listed in /etc/fstab by name

2010-04-30 Thread Mathieu Alorent
Hi, just a note extracted from Ubuntu Lucid Release Notes. However I've not tested FAI behavior. "LVM filesystems should be listed in /etc/fstab by name In general, filesystems are listed in /etc/fstab by UUID rather than by device name, to ensure that the filesystem can always be found reliably

Re: Using fcopy with -r

2010-05-04 Thread Mathieu Alorent
st3 `-- TESTBASE -- Mathieu Alorent Shell&Core Sophia-Antipolis AUSY Pour France Telecom – DGP/PORTAILS/DOP/HÉBEX Tél: 04 97 12 6226 malorent@orange-ftgroup.com La signature de ce mail peut être vérifiée en installant les autorités de certifications CAcert (Class1 et Class3)

setup-storage: Cannot determine size of /dev/cciss/c1d0 - scheme unknown

2010-05-06 Thread Mathieu Alorent
hi all ! I get this error when trying to install an HP Blade. "Cannot determine size of /dev/cciss/c1d0 - scheme unknown" I'm using FAI 3.4~beta1+experimental11. Attached setup-storage -d output. Michael, do you find something interesting ? ;) I'll try with lastest experimental in a few minut

Re: setup-storage: Cannot determine size of /dev/cciss/c1d0 - scheme unknown

2010-05-06 Thread Mathieu Alorent
Le jeudi 06 mai 2010 à 11:35 +0200, Mathieu Alorent a écrit : > I'll try with lastest experimental in a few minutes... Same things with experimental15... smime.p7s Description: S/MIME cryptographic signature

Re: setup-storage: Cannot determine size of /dev/cciss/c1d0 - scheme unknown

2010-05-06 Thread Mathieu Alorent
Le jeudi 06 mai 2010 à 11:35 +0200, Mathieu Alorent a écrit : > "Cannot determine size of /dev/cciss/c1d0 - scheme unknown" Found it ! here is the patch... Hope there is no side effects. --- usr/share/fai/setup-storage/Init.pm.orig2010-05-06 13:37:32.0 +0200 +++ usr/sh

Re: setup-storage: Cannot determine size of /dev/cciss/c1d0 - scheme unknown

2010-05-06 Thread Mathieu Alorent
Le jeudi 06 mai 2010 à 14:21 +0200, Steffen Grunewald a écrit : > On Thu, May 06, 2010 at 01:45:48PM +0200, Mathieu Alorent wrote: > > Le jeudi 06 mai 2010 à 11:35 +0200, Mathieu Alorent a écrit : > > > "Cannot determine size of /dev/cciss/c1d0 - scheme unknown" >

Re: setup-storage: Cannot determine size of /dev/cciss/c1d0 - scheme unknown

2010-05-06 Thread Mathieu Alorent
Le jeudi 06 mai 2010 à 14:58 +0200, Steffen Grunewald a écrit : > On Thu, May 06, 2010 at 02:42:00PM +0200, Mathieu Alorent wrote: > > Are you sure ? > > > > $2 will then contains "p1" or "p2"... instead of just the number ! > > You're right,

Re: fai-setup crashed existing tftp-server

2010-05-11 Thread Mathieu Alorent
Le lundi 10 mai 2010 à 20:59 +0200, Martin Schulte a écrit : > Hello, > after installing fai on debian lenny with an existing tftp-server the > tftfp-boot crashed. > This is the error-message > - > PXE-E01: File not found > PXE-E3B: TFTP-Error - File not found > - > so it seems, the client

Re: setup-storage without partitions

2010-07-15 Thread Mathieu Alorent
Le mercredi 14 juillet 2010 à 18:28 +0200, Jordi Funollet a écrit : > Is there some way to tell 'setup-storage' not to partition the disks? I saw there is an option called 'virtual' Your disk_config may look like this: disk_config disk1 bootable:1 primary /boot ext3rw disk_config di

Re: setup-storage without partitions

2010-07-16 Thread Mathieu Alorent
Le jeudi 15 juillet 2010 à 17:51 +0200, Jordi Funollet a écrit : > That means 'virtual' keeps the partition from being created, but > 'setup- > storage' still expects it to exist. > > Hi, do you have a way in your KVM setup to map your LVM-partX to /dev/vda1 (instead of /dev/vda) ? Best smim

task_partition & lvm ; FAI 4.0~beta2 exp36

2010-10-27 Thread Mathieu Alorent
Hello all ! We're testing FAI 4.0~beta2 exp36 and we found something annoying... I can't tell if it's really a bug or not... The error message is : [...] Executing: mkfs.ext3 /dev/sda8 Executing: parted -s /dev/sda set 9 lvm on Executing: pvcreate /dev/sda9 Command had non-zero exit code Error

Re: HP BL460c G6 - Any one got this working??

2010-10-27 Thread Mathieu Alorent
Le vendredi 22 octobre 2010 à 14:15 +0200, Leen Smit a écrit : > Hello All, Hello, > > Just an update for future reference. The problem with the BL460C G6 had > nothing to do with the firmware or the initrd. > Installing the bnx2x firmware into the NFSROOT indeed should be sufficient. > > In ou

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-10-27 Thread Mathieu Alorent
Le mercredi 27 octobre 2010 à 16:13 +0200, Michael Tautschnig a écrit : > Would you have debug logs available? I'd just like to understand > whether the LVM > was detected, which error message was shown, etc. Of, course here they are :) > > This problem isn't really unexpected, but I had hoped w

Re: setup-storage + grub2

2010-10-28 Thread Mathieu Alorent
Hello, Le mardi 13 avril 2010 à 11:09 +0200, Michael Tautschnig a écrit : > Could you give 3.4~beta1+experimental5 another chance? If you redo the > partitioning using this version, you'll get back the > first-partition-starts-at-sector-63 free space. I'm reopening an old thread ! Sometimes, th

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-02 Thread Mathieu Alorent
Le vendredi 29 octobre 2010 à 14:04 +0200, Michael Tautschnig a écrit : > Thank you very much for this further information, I guess this has > saved us a > number of trial&error rounds. I have made an attempt to get this fixed > in > 4.0~beta2+experimental37, could you give that one a try? Should i

Re: setup-storage + grub2

2010-11-02 Thread Mathieu Alorent
Hi, Le vendredi 29 octobre 2010 à 13:32 +0200, Michael Tautschnig a écrit : > Could you please clarify that last sentence: Does that mean, that if > using the > very same install client, same FAI version, etc. and install multiple > times, you > will sometimes get sector 32 and at other times sect

Re: setup-storage + grub2

2010-11-08 Thread Mathieu Alorent
Le lundi 08 novembre 2010 à 16:54 +0100, Michael Tautschnig a écrit : > > ... show this kind of behavior. I have commited a patch to > experimental, which > is included in 4.0~beta2+experimental39. Could you update your lab > hosts and see > whether the change breaks any standard installations? An

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-15 Thread Mathieu Alorent
Le samedi 13 novembre 2010 à 09:37 +0100, Michael Tautschnig a écrit : > I just wanted to ask whether you had already done this testing as > well? You've > obviously done lots of testing for the wrong-first-sector problem, so > maybe this > issue was tested for along the way!? Hi Michael, I've p

Re: debootstrapping multidistributions

2010-11-15 Thread Mathieu Alorent
Hi, Le samedi 13 novembre 2010 à 12:24 +0100, Michael Tautschnig a écrit : > > I'm also thinking that possibly the basefiles.tgz could be built > > later, after more packages are installed, which would make an even > > faster FAI bootstrap install. Maybe this will work only if the > > hardware is

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-18 Thread Mathieu Alorent
Le vendredi 29 octobre 2010 à 14:04 +0200, Michael Tautschnig a écrit : > > Le mercredi 27 octobre 2010 à 17:11 +0200, Michael Tautschnig a > écrit : > > [...] > > > Could you add 'pvcreateopts="-ff"' to your vg TEST ... config > line? > > > > Ok, with "-ff" system waits. > > > > I've killed the

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-18 Thread Mathieu Alorent
Le lundi 15 novembre 2010 à 10:14 +0100, Mathieu Alorent a écrit : > > I've put FAI exp39 in our devel install and ask users to use it. > > NO error were reported since ! > > I'll keep an eye on the install logs, watching for sector-32/64. The error "sec

Re: bad interaction between fai and mkconf (mdadm)

2010-11-22 Thread Mathieu Alorent
Le lundi 22 novembre 2010 à 11:08 +0100, Thomas Lange a écrit : > Can anyone using FAI on Ubuntu check, if the DEVICE variable is set in > Ubuntu? Maybe a Ubuntu specific problem. This variable doesn't seem to be set. Bests Mât

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-22 Thread Mathieu Alorent
Le lundi 22 novembre 2010 à 12:25 +0100, Michael Tautschnig a écrit : > Hi Mât, Hi Michael > > Sorry for taking so long to respond. no Problem :) [...] > > Well, no, that's not quite true - setup-storage hasn't yet removed the > partition > table or the like, these are really the first comman

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-11-25 Thread Mathieu Alorent
hi, Le jeudi 18 novembre 2010 à 16:49 +0100, Mathieu Alorent a écrit : > Le lundi 15 novembre 2010 à 10:14 +0100, Mathieu Alorent a écrit : > > > > I've put FAI exp39 in our devel install and ask users to use it. > > > > NO error were reported since ! > >

Re: task_partition & lvm ; FAI 4.0~beta2 exp36

2010-12-06 Thread Mathieu Alorent
Le samedi 04 décembre 2010 à 12:42 +0100, Michael Tautschnig a écrit : > Do you think you could convince your users to send the logs right > after the > first failure? I'm still not sure I completely understand why this > problem > occurs, and in particular what the correct solution would be. Oka

what's the correct way to declare LVM on entire disk ?

2010-12-06 Thread Mathieu Alorent
Hi, A few times ago, we've improve setup-storage so LVM and RAID arrays could refer to diskX to use entire disk. I've found in the changelogs that it has been integrated in setup-storage 1.1.2 ; fai (3.3) ; Tue, 03 Nov 2009 "changelog : setup-storage/Parser.pm: LVM volume groups or RAID arrays m

Re: what's the correct way to declare LVM on entire disk ?

2010-12-06 Thread Mathieu Alorent
Hi Michael, [...] > ... this is expected to fail. This was added for the simple reason that the > semantics of an empty disk_config X entry would be unclear, should existing > partitions be deleted, should it be used as is, etc. Ok, I agree with that change. [...] > That is unexpected to say th

Re: what's the correct way to declare LVM on entire disk ?

2010-12-08 Thread Mathieu Alorent
Hi Michael, Le lundi 06 décembre 2010 à 13:34 +0100, Mathieu Alorent a écrit : > > Your second attempt *without* the disk_config disk2 line would be "correct" > > - > > but it seems that setup-storage is not. Could you just give that another try > > as expla

Re: what's the correct way to declare LVM on entire disk ?

2010-12-16 Thread Mathieu Alorent
Hi Michael ! Thanks for taking time to dig into this issue ! Le jeudi 16 décembre 2010 à 14:47 +0100, Michael Tautschnig a écrit : > I finally got around to look into this and it might be that indeed it > would be > better not to declare this configuration as being "correct" - and go > for anothe

Re: what's the correct way to declare LVM on entire disk ?

2010-12-16 Thread Mathieu Alorent
Hi Michael, Le jeudi 16 décembre 2010 à 15:20 +0100, Mathieu Alorent a écrit : > > > > Mât, could you please give this config another try? > > Of course ! I'll give it a chance in a few minutes :) Unfortunately, there's still something wrong. Please find

Re: what's the correct way to declare LVM on entire disk ?

2010-12-17 Thread Mathieu Alorent
Hi Michael ! Le vendredi 17 décembre 2010 à 09:19 +0100, Michael Tautschnig a écrit : > Could you re-try with the same config but updating to > 4.0~beta2+experimental48? > If it does work, could you send debug logs nevertheless? I'm trying to > cleanup a > bit of the dependency mess between comm

Re: issue with setup-storage, squeeze, and SW Raid1

2010-12-22 Thread Mathieu Alorent
Hi, Le mardi 21 décembre 2010 à 18:50 -0800, David Dreezer a écrit : > Our /dev/hdx drives were being identified as /dev/sd(x), confusing > both us and setup storage. I made edits to my disk_config file to > work around this You could specify disks names in your disk_config as "disk1, disk2..."

setup-storage & preserve_lazy on LVM

2011-03-28 Thread Mathieu Alorent
Hi, I'm playing with FAI/setup-storage and preserve_partition for a future project. I'm using FAI 4.0~beta2+experimental70 for my tests and can't get it to work. For the sudding case, I've used a "simple" class to made an initial install. Then I've added some partitions to the preserve_lazy comm

Re: setup-storage & preserve_lazy on LVM

2011-03-29 Thread Mathieu Alorent
Le lundi 28 mars 2011 à 20:17 +0100, Michael Tautschnig a écrit : > Hi Mât, Hi Michael, First of all, thanks for taking time to reply :) [...] > > * I've saw in the debug output that my LVM parts will be preserved and > > my PV part will also be preserved (good here) but setup-storage try to >

Re: setup-storage & preserve_lazy on LVM

2011-03-29 Thread Mathieu Alorent
Hi, [...] Le mardi 29 mars 2011 à 10:54 +0100, Michael Tautschnig a écrit : > I've found this one: > > https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/133905 > > It seems that Ubuntu devs are pretty fond of their extra changes, > making volume > groups start as volumes appear via some udev

Re: what's the correct way to declare LVM on entire disk ?

2011-10-28 Thread Mathieu Alorent
On 16/12/2010 14:47, Michael Tautschnig wrote: Hi Mât, [...] Could you tell me what is the "correct" way to declare such a configuration please ? Your second attempt *without* the disk_config disk2 line would be "correct" - but it seems that setup-storage is not. Could you just give that

Re: what's the correct way to declare LVM on entire disk ?

2011-10-28 Thread Mathieu Alorent
On 28/10/2011 14:47, Mathieu Alorent wrote: [...] Sorry don't take care of the last message... I'll write a new "real" one. Mât smime.p7s Description: S/MIME Cryptographic Signature

Re: what's the correct way to declare LVM on entire disk ?

2011-10-28 Thread Mathieu Alorent
On 16/12/2010 14:47, Michael Tautschnig wrote: Hi Mât, [...] Hi, I'm sorry for resurrecting an old thread... I finally got around to look into this and it might be that indeed it would be better not to declare this configuration as being "correct" - and go for another one instead. Could yo

Problem with "empty VG"

2011-10-28 Thread Mathieu Alorent
Hi, I've recently discovered that declaring an empty VG (ie: without affecting LV) lead to this error: Starting setup-storage 1.3 Can't use an undefined value as an ARRAY reference at /usr/share /fai/setup-storage//Parser.pm line 1060, <$config_file> line 1. Using config file: /tmp/fai/DISK_

Re: what's the correct way to declare LVM on entire disk ?

2011-11-02 Thread Mathieu Alorent
Hi, On 01/11/2011 00:37, Michael Tautschnig wrote: The problem simply is that this feature wasn't merged into 3.4.8 - it's still available in 4.0* versions only, i.e., experimental builds or manual builds from SVN trunk. We do work on getting 4.0 released some time soon, but no timeline has bee

Re: Problem with "empty VG"

2011-11-02 Thread Mathieu Alorent
On 01/11/2011 00:44, Michael Tautschnig wrote: [...] Could you please let me know how urgent that is for you? Would the workaround you presented be ok for another month? This bug wouldn't be forgotten, just trying to figure out how to schedule a few tasks. No problem, this is not urgent here.

Wheezy nfsroot / FAI 4.0.3

2012-07-19 Thread Mathieu Alorent
boot=nfs FAI_FLAGS=sshd,createvt FAI_ACTION=install FAI_CONFIG_SRC=git+http://fai.fai/fai/.git OS=UBUNTU VERSION=PRECISE ARCH=AMD64 CLASSES=TEST monserver=172.31.20.5 FAI_BASEFILEURL=http://fai.fai/faibasefiles/ Does someone see what I'm missing ? Any tips/advices ? Bests -- Mathi

Re: Wheezy nfsroot / FAI 4.0.3

2012-07-19 Thread Mathieu Alorent
igured. So no nfsmount. I'm totally lost ! "live-boot" + "boot=nfs" is the better combinaison I've found. But problem seems to be related to missing aufs support... -- Mathieu Alorent smime.p7s Description: S/MIME Cryptographic Signature

Re: Wheezy nfsroot / FAI 4.0.3

2012-07-19 Thread Mathieu Alorent
ively, when installing dracut 0.19 from debian snapshot I finally get a working Wheezy nfsroot :) Meanwhile, I'll probably also try the live-boot alternative today... Please let me (us) know about your result! -- Mathieu Alorent smime.p7s Description: S/MIME Cryptographic Signature

Re: wheezy fai sysinfo reboots without reboot flag

2012-08-14 Thread Mathieu Alorent
he same problem, I added a new flag "noreboot" in subroutines... https://github.com/kumy/fai/commit/ef3d68991c69b09343b110c8d8e857501b588f28 -- Mathieu Alorent smime.p7s Description: S/MIME Cryptographic Signature

Re: Anyone also having problems with using config space via git?

2012-11-13 Thread Mathieu Alorent
Le 12/11/2012 21:41, Thomas Lange a écrit : I'm wondering if anyone can help with #682067. Please write a comment to the bug report. I'm interested in confirmation of the bug, or comments if you do not encounter this problem. As you've asked, I've confirmed the bug. Bests Mât smime.p7s Des

unsubscribe

2013-07-12 Thread Mathieu Alorent
unsubscribe smime.p7s Description: S/MIME Cryptographic Signature