Bug#340608: fai: nfsroot should not be in /usr

2005-11-25 Thread Thomas Lange
On Fri, 25 Nov 2005 00:56:17 -0800, Steve Langasek [EMAIL PROTECTED] said: Could you elaborate on why you believe this is an FHS violation? Is the fai nfsroot not shareable, or is it not read-only? (I would expect an nfsroot image to be both...) The FAI nfsroot IS shareable

Bug#340608: fai: nfsroot should not be in /usr

2005-11-25 Thread Thomas Lange
On Fri, 25 Nov 2005 13:41:18 +0100, Pierre THIERRY [EMAIL PROTECTED] said: read-write object the user can modify and update... It belongs either to /var or /srv (the latter I prefer, as it is clearly data for a service exposed by the system). My future plans are to move it to

Bug#340608: fai: nfsroot should not be in /usr

2005-11-25 Thread Thomas Lange
On Fri, 25 Nov 2005 16:13:24 +0100, Pierre THIERRY [EMAIL PROTECTED] said: The problem is, strictly speaking, using /srv would not be policy compliant, I think, because there is no mention of /srv in the currently included FHS. Maybe you should just usr /var/lib/fai and just be

Bug#337324: can reproduce the bug

2005-12-02 Thread Thomas Lange
I can't reproduce this bug. The first part was #334373 which is fixed now in the subversion trunk. The second bug (start-stop-daemon.REAL) does not occure with debootstrap 0.3.3. AFAIK the start-stop-daeom.REAL bug always was caused by a faulty debian mirror. Please try debootstrap 0.3.3 so we can

Bug#309209: automatically edited files must not be conffiles

2005-05-16 Thread Thomas Lange
OK, it will prepare a fix for this bug ASAP. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#309209: patch contains CVS files

2005-05-18 Thread Thomas Lange
I will not use your patch, since it contains patches for the CVS files, which would corrupt my CVS tree. Instead I will apply these changes by hand and will also add some changes that are missing in your patch. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#343338: discover-modprobe does not work on amd64

2005-12-14 Thread Thomas Lange
Package: discover Version: 2.0.7-2.1 Severity: normal Debian Release: 3.1 Architecture: amd64 Kernel: Linux 2.6.8-11-amd64-k8-smp #1 SMP Wed Jun 1 00:01:27 CEST 2005 x86_64 GNU/Linux Versions of packages discover depends on: ii libdiscover2 2.0.7-2.1 hardware

Bug#343344: fai-mirror does not download packages from other arch

2005-12-14 Thread Thomas Lange
Package: fai-server Version: 2.9 Severity: minor When creating a partitial mirror with fai-mirror, packages are not downloaded if they does not exist on the architecture where fai-mirror is running. Example: on amd64 WARNING: These unknown packages are removed from the installation list:

Bug#343361: fai-mirror does not download packages defined by aptitude-r, bug in install_packages

2005-12-14 Thread Thomas Lange
Package: fai-server Version: 2.9 Tags: patch fai-mirror does not download pacakges defined by a PACKAGES aptitude-r rule. Change this line at the end of install_packages: @commands = qw/taskinst aptitude install/; @commands = qw/taskinst aptitude install aptitude-r/; -- regards Thomas --

Bug#334333: fai-cd installs systems lacking a grub bootloader when using simple examples

2005-10-17 Thread Thomas Lange
install_packages should bepatched to download-only also package names ending with a minus when install_packages is called from fai-mirror. I will try to write a patch. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#334333: new patch for #334333

2005-10-17 Thread Thomas Lange
This is a propose for bug #334333. Please test it and send comments on it. [~] diff fai-2.8.4/scripts/install_packages . 325c325,326 unshift @orig, $_; --- my $x = $opt_d ? $pack : $_; # when using -d, remove suffix -, so this package will also be downloaded unshift @orig,

Bug#334333: fai-cd installs systems lacking a grub bootloader when using simple examples

2005-10-18 Thread Thomas Lange
On Tue, 18 Oct 2005 09:53:57 +0200, Henning Glawe [EMAIL PROTECTED] said: packages should be only pulled onto the fai-cd if there is any positive occurrence of a package... Your are right. So I have just to ignore any package name ending with a minus. -- regards Thomas -- To

Bug#334333: fai-cd installs systems lacking a grub bootloader when using simple examples

2005-10-18 Thread Thomas Lange
On Tue, 18 Oct 2005 09:53:57 +0200, Henning Glawe [EMAIL PROTECTED] said: this is definitely not the right solution for the problem; there could be just any reason to have a uninstalled in the package lists (especially, if your $FAI for fai-cd and installations/softupdates is

Bug#337271: patch can't work

2005-11-21 Thread Thomas Lange
I like to include this patch, but it can't work. The function getopt is not extended, so the new option -I will not be recognized. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#322157: removing backtick feature

2005-11-23 Thread Thomas Lange
I plan to remove the feature of backtick evaluation. IMO it not usefull any more. Any comments? Otherwise I will close this bug. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390367: --hostname and -u parsing dysfunctional

2006-12-11 Thread Thomas Lange
On Sat, 9 Dec 2006 05:58:14 -0600, Henning Sprang [EMAIL PROTECTED] said: reopen 390367 Ich bin mir nicht sicher ob dieser bug wirklich erneut geoeffnet wurde. Auf jeden Fall ist die Subject Zeile nicht uebernommen worden. Vielleicht waere es besser gewesen, nicht den wishlist bug zu

Bug#402644: My patch for this bug

2006-12-12 Thread Thomas Lange
I agree that we do not need the hash in the local log files. I wonder if it's a bug or a feature that we copy the hash (md5 by default) of the rootpw to the remote location. This fix may not be complete (depending on bug or feature that it's copied to remote), since fai-savelog copies from

Bug#402644: My patch for this bug

2006-12-13 Thread Thomas Lange
What do you think about making the the /var/log/fai directory read only for root and the group adm? IMO this would fix the security problem. - regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#373596: (no subject)

2006-09-12 Thread Thomas Lange
This directory is normally created by make-fai-nfsroot. I will add a test into fai-chboot for testing if this directory exists. IMO fai-chboot should not created this dir. This is the task of make-fai-nfsroot. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#358967: Remove fai-statoverride

2006-10-31 Thread Thomas Lange
On Sun, 29 Oct 2006 23:43:17 +0100, Michael Tautschnig [EMAIL PROTECTED] said: What is fai-statoverride good for at all? A grep in the FAI sources did not turn up any uses of the command, thus I suggest removing the script entirely. It's like dpkg-divert but changes things in the

Bug#389905: fai-chboot list wrong information

2006-11-01 Thread Thomas Lange
On Wed, 1 Nov 2006 09:36:24 +0100, Thomas =?UTF-8?Q?P=C3=B6hnitzsch?= [EMAIL PROTECTED] said: On Sun, Oct 29, 2006 at 03:52:10PM +0100, Thomas Lange wrote: +while ( length $n ) { +$host = sprintf( %s%d ,$host?$host.:$host, +(hex

Bug#390346: (no subject)

2006-11-01 Thread Thomas Lange
Would it be OK to check if the path for dirinstall is an absolute path? If not, fai could print an error message. Or should fai convert a relative path to an absolute one? -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#361524: (no subject)

2006-11-01 Thread Thomas Lange
We have to check every variable in boot.log if it's needed during softupdates. fai action softupdates does not create or read boot.log, so those variables are not set. But maybe it's enough to document that LOGSERVER has to be defined in fai.conf if you want to use softupdate after the first

Bug#390346: (no subject)

2006-11-02 Thread Thomas Lange
IMO the solution using abspath=$(cd $dir;pwd) to get the absolute path of dir does not work. When calling fai dirinstall relpath the user will specify a relative path that does not exist yet. So the cd will not work. Also using readlink -f will not help when the relative path does not exist.

Bug#390346: (no subject)

2006-11-02 Thread Thomas Lange
On Thu, 2 Nov 2006 16:49:36 +0100, Holger Levsen [EMAIL PROTECTED] said: If the directory doesn't exist, create it. Doesnt matter if the path is relative or absolute. Sure this directory will be created. But it does matter in this case if it's relative or absolute. That's the bug. --

Bug#361524: (no subject)

2006-11-02 Thread Thomas Lange
Since FAI 3 the variable $LOGSERVER is not defined any more in fai.conf. You must define it in your config space in a *.var file. If you do not define it, fai-savelog has the fallback to use the variable $SERVER which is only defined during an installation (by get-boot-info) not during

Bug#390367: (no subject)

2006-10-08 Thread Thomas Lange
I will add the new flag -u,--hostname for setting the hostname (only two variables) during dirinstall. But rembember that during dirinst we can set the variables HOST and HOSTNAME but FAI will not call the command hostname to change the host. If a script or command uses the command hostname to

Bug#390447: also run task confdir with dirinstall

2006-10-02 Thread Thomas Lange
Variables from *.var are defined for dirinst since task_defvar is called before task_dirinst. Have a look at http://www.informatik.uni-koeln.de/fai/download/dirinst-log/fai.log -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#390508: provide updated documentation (new features and changes of version 3.0 are not documented)

2006-10-02 Thread Thomas Lange
Thomas, you could help others to help you, by providing a list (in the wiki?) of what parts are missing. All user visible changes are described in NEWS.Debian. You could start using this list. I think I'm a little bit blind in doing the review of my own documentation. So I hope to

Bug#390508: provide updated documentation (new features and changes of version 3.0 are not documented)

2006-10-02 Thread Thomas Lange
Thomas, you could help others to help you, by providing a list (in the wiki?) of what parts are missing. All user visible changes are described in NEWS.Debian. You could start using this list. I think I'm a little bit blind in doing the review of my own documentation. So I hope to

Bug#390504: FAI_CONFIGDIR is ignored

2006-10-02 Thread Thomas Lange
IMO this bug is of severity normal. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390447: also run task confdir with dirinstall

2006-10-02 Thread Thomas Lange
On Mon, 02 Oct 2006 14:32:52 +0200, Henning Sprang [EMAIL PROTECTED] said: Hmm. Probably I mixed that with the hostname problem (so, HOSTNAME.var wasn't executed, as well as CLASSNAME.var for classes that i usually define in a class/HOSTNAME file when doing netinstalls. If you

Bug#390680: prevent concurrent fai runs

2006-10-02 Thread Thomas Lange
On Mon, 2 Oct 2006 16:35:27 +0200, Holger Levsen [EMAIL PROTECTED] said: it would be great, if /usr/sbin/fai would check, if there is another fai-process running and if so, exit with an error-msg and an error. Currently this is checked but not for softupdates in bin/fai:

Bug#390944: Link to $FAI already exists

2006-10-03 Thread Thomas Lange
On Tue, 3 Oct 2006 23:45:50 +0200, Michael Tautschnig [EMAIL PROTECTED] said: Updating SVN in /var/lib/fai/config ln: creating symbolic link `/var/run/fai/current_config/config' to `/var/lib/fai/config': File exists So this link already points to the correct directory before calling

Bug#390345: (no subject)

2006-10-07 Thread Thomas Lange
Action names can be nearly any name. If this action is not one of the default actions, FAI tries to find a hook with the name of the action. Have a look at subroutines: *) if [ -f $FAI/hooks/$FAI_ACTION ]; then echo Calling user defined action: $FAI_ACTION $FAI/hooks/$FAI_ACTION

Bug#390343: (no subject)

2006-10-07 Thread Thomas Lange
AFAIK the variable NFSROOT is only needed during dirinst when extracting the base.tgz from the nfsroot. I'll add a test which checks the existing of the base.tgz file. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#390345: (no subject)

2006-10-07 Thread Thomas Lange
I propose to _change_ the action name from dirinst to dirinstall. So dirinst will not be possible any more. Since dirinst is pretty new, I have no problem to rename this action. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#390346: (no subject)

2006-10-07 Thread Thomas Lange
Currently I do not remobmer which function returns the canonical path. How can I convert a relativ path to an absolute path? -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390345: (no subject)

2006-10-07 Thread Thomas Lange
On Sat, 07 Oct 2006 16:51:26 +0200, Henning Sprang [EMAIL PROTECTED] said: Hmm, somehow I don't like the idea mixing up hooks and user defined actions. Whare is this actually used? When calling fai on the command line? yes, but also when doing network boot. So you can always

Bug#391639: fai-cd creates image with wrong sources.list

2006-10-07 Thread Thomas Lange
Package: fai-server Version: 3.0 Tags: patch fai-cd includes the wrong sources.list to the ISO image. Therefore the image will not work in most environments. Here's the patch fai-cd @ -118,7 +118,7 @@ set +e local d -local dirs=boot $FAI media/mirror etc/fai/apt/sources.list +

Bug#386192: (no subject)

2006-09-20 Thread Thomas Lange
The newer version of the installer only write to /etc/default/locale. /etc/environment is not used any more. We can now use the command update-locale to set these variables in /etc/default/locale. Currently LANG is set by the FAI debconf information, only LANGUAGE is missing yet. -- regards

Bug#386192: (no subject)

2006-09-20 Thread Thomas Lange
The variable LANGUAGE is only set by d-i in cerain cases: Here's some code snippet from d-i: db_get debian-installer/language LANGLIST=$RET # We set LANGUAGE only if the languagelist is a list of # languages with alternatives. Otherwise, setting it is useless if echo $LANGLIST | grep -q :; then

Bug#363701: (no subject)

2006-09-26 Thread Thomas Lange
A new variable was added (in FAI 3~beta60 I think). You can set FAI_ALLOW_UNSIGNED=1 in class/*.var to allow the installation of packages from unsigned repositories during the installation. When calling make-fai-nfsroot packages from unsigned repositories are allowed by default. AFAIK there are

Bug#389905: fai-chboot list wrong information

2006-09-28 Thread Thomas Lange
Package: fai-server Version: 3.0 Severity: minor fai-chboot -l shows wrong information for a host, if both config files like 865F09E0 and 865F09E0.disable are available. kueppers[]# fai-chboot -l [Other] 865F09E7 memtest86+ [DEFAULT] default

Bug#400373: two problems with make-fai-bootfloppy

2006-11-26 Thread Thomas Lange
On Sat, 25 Nov 2006 19:25:08 +0100, Holger Levsen [EMAIL PROTECTED] said: package: fai version: 3.1.1 severity: important Hallo Holger, bitte nicht zwei bugs in einem Bug report submitten. Das ist schlecht wenn wenn man nur einem Bug schliessen will. Ausserdem haette ich

Bug#400324: postinst info slightly inaccurate and confusing

2006-11-27 Thread Thomas Lange
On Sat, 25 Nov 2006 12:40:28 +0100, Holger Levsen [EMAIL PROTECTED] said: And now I wonder why fai-server doesn't provide a /etc/fai/sources.list which just works? :) It provides a sources.list which just works, but in most cases it's better to specify a Debian mirror that's nearer

Bug#400324: postinst info slightly inaccurate and confusing

2006-11-27 Thread Thomas Lange
On Mon, 27 Nov 2006 20:17:28 +0100, Holger Levsen [EMAIL PROTECTED] said: On Monday 27 November 2006 20:06, you wrote: And now I wonder why fai-server doesn't provide a /etc/fai/sources.list which just works? :) It provides a sources.list no it doesnt.

Bug#340609: new path

2006-08-07 Thread Thomas Lange
MNTPOINT is now set to /media/mirror. FHS does not define anything for temorary NFS mounts. IMO an NFS mount is pretty much the same as a removable media. It must be mounted to access it, it can be umounted and it's not good to umount it when somebody is accessing it. Since we use this path only

Bug#348350: make-fai-nfsroot -K should remove the patches file too.

2006-01-16 Thread Thomas Lange
Do you know why the subdirectory patches/ is created? -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#348350: make-fai-nfsroot -K should remove the patches file too.

2006-01-17 Thread Thomas Lange
On Mon, 16 Jan 2006 19:46:23 +0200, karl shaul [EMAIL PROTECTED] said: On Monday, January 16, 2006, Thomas Lange wrote: Do you know why the subdirectory patches/ is created? It is a file, not a directory: $ more nfsroot/boot/patches-2.6.* OK, thanks

Bug#502394: fai-client: Softupdates hang during update of config files

2008-10-16 Thread Thomas Lange
I think this is not an important bug. I do not like to force those options for every softupdate. Another approach could be, that the admin is resposible for setting his prefered options in /etc/apt/apt.conf.d, when doing softupdtes. If FAI forces the options that you proposed, it's not possible

Bug#502394: (no subject)

2008-10-16 Thread Thomas Lange
This bug does not break the whole softupdate. It only stops and asks, if the user changes some config files. This is the default behaviour of dpkg, and the user should add some config options to /etc/apt/apt-conf.d, so a default decision which config to use should be defined. This is a normal bug

Bug#482817: (no subject)

2008-10-20 Thread Thomas Lange
Adding the bg option to my fstab does not work all the time. Only one NFS mount is done, the others are directories are not mounted. I think this is really strage, and I suggest to tag this bug RC, because it breaks my whole system. I could help debugging or testing a workaround if you like. --

Bug#423405: (no subject)

2008-10-21 Thread Thomas Lange
I can confirm this bug. I also have /var as a separate partition and it doesn't work. I would like that this bug will be fixed. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#502975: (no subject)

2008-10-22 Thread Thomas Lange
When using env classes=DEFAULT A B ./fcopy -D -n the order of the classes is printed in the worng order, but is used correctly. In the two other situations the order is printed correctly but is used in the wrong order. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#464541: (no subject)

2008-10-22 Thread Thomas Lange
It seems that those option do not work when /var is a seperate partition, because of a bug in initscripts. See #423405. Maybe this bug should be reassigned, but I'm not sure. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#494784: (no subject)

2008-08-29 Thread Thomas Lange
This fix was in the svn repository, but not included in 3.2.9. Therefore I reopened this bug. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#484791: (no subject)

2008-08-29 Thread Thomas Lange
I can't confirm this problem. I also think fai-mirror tells you that something was bad, so it's your fault for use this faulty mirror. Then again fai-cd will tell you what goes wrong. The cause of the problem to download this file

Bug#497066: setup-harddisks fails all the time

2008-08-29 Thread Thomas Lange
Package: fai-client Version: 3.2.9 Tags: patch setup-harddisks fails because there's a new line in the output of parted, which has to be ignored. The line starts with Model: (see below) Suggested patch by Michael: --- Volumes.pm (revision 5061) +++ Volumes.pm (working copy) @@ -137,7 +137,7

Bug#482817: (no subject)

2008-09-01 Thread Thomas Lange
I have the same problem. I just did a new lenny installation using this entries in fstab: kueppers:/home /home nfs rw,noatime,nosuid 0 0 kueppers:/var/mail /var/mail nfs rw,nosuid,noac,actimeo=0 0 0 kueppers:/usr/local /usr/local nfs ro,noatime,actimeo=900 0 0 My /etc/network/interfaces look

Bug#487080: (ei aihetta)

2008-07-31 Thread Thomas Lange
On Mon, 21 Jul 2008 07:56:53 +0300, Mikko Korhonen [EMAIL PROTECTED] said: Yes, that works. Why not then just require 2.6.25 and default to aufs to close the bug altogether? Thanks for the info. Future FAI versions will use 2.6.25 and aufs as default. I will close this bug with an

Bug#493237: Please support ram size * factor for sizes when

2008-08-07 Thread Thomas Lange
On Thu, 07 Aug 2008 17:11:25 +0200, Henning Sprang [EMAIL PROTECTED] said: Patrick Schoenfeld wrote: What about dynamically creating/modifying the disk_config/* files? Its a good idea to workaround a (in my humble opinion) missing feature. This feature is not missing. You

Bug#494699: remove obsolete variable KERNELVERSION from sources

2008-08-11 Thread Thomas Lange
Package: fai Version: 3.2 Severity: minor The variable KERNELVERSION is set in the sources of FAI in file VERSION and is used in the Makefile, but is obsolete since FAI 3.2, since the package fai-kernels was not used any more, so we do not need to reference to the kernel version. -- regards

Bug#494826: (no subject)

2008-08-12 Thread Thomas Lange
Package: fai user [EMAIL PROTECTED] usertag 451013 svn-trunk usertag 474326 svn-trunk usertag 484722 svn-trunk usertag 487080 svn-trunk usertag 487866 svn-trunk usertag 488404 svn-trunk usertag 490111 svn-trunk usertag 494357 svn-trunk usertag 494387 svn-trunk usertag 494440 svn-trunk usertag

Bug#496072: fai-client: fai-do-scripts calls shell scripts with debug option even with debug=0

2008-08-22 Thread Thomas Lange
Package: fai-client Version: 3.2.9 Severity: minor If I set the variable debug=0 in a *.var file (for setup-storage for e.g.) all shell scripts will be executed with debugging output like this = shell: FAIBASE/10-misc = + error=0 + trap error=1 ERR + fcopy -i /etc/modules + local

Bug#404760: inetutils-inetd: [in.tftpd-hpda] received address was not AF_INET

2008-09-24 Thread Thomas Lange
I also think this bug is at least important. Since IPv4 is not dropped in lenny, this may also be serious since it breaks other software. I will set this bug to important now, but I like to get a feedback if it's better to tag it serious. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL

Bug#500046: make-fai-nfsroot does not print version of debootstrap

2008-09-24 Thread Thomas Lange
Package: fai-server Version: 3.2.10 Severity: minor Tags: patch make-fai-nfsroot does not print the version of debootstrap it is using when used on a lenny system. This information is very useful to new users for debugging problems. This simple patch fixes the problem on lenny and also works on

Bug#500046: (no subject)

2008-09-25 Thread Thomas Lange
a shorter patch from mika: dpkg -l debootstrap | awk '/debootstrap/ {print $3}' -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Thomas Lange
Please add the version of you FAI packages. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#500208: make-fai-nfsroot deletes nfs-mounted mirror

2008-09-26 Thread Thomas Lange
I'm really wondering why the mirror is mounted rw? This is from make-fai-nfsroot: mount -o ro,noatime,rsize=8192 $FAI_DEBMIRROR $NFSROOT/$MNTPOINT Are you using dirinstall? This may be slightly different. We need more information on this bug. -- regards Thomas -- To UNSUBSCRIBE, email to

Bug#497683: fai: FTBFS in lenny: debiandoc2latexpdf: one or more used LaTeX typesetting styles not found

2008-09-04 Thread Thomas Lange
On Wed, 3 Sep 2008 16:25:12 +0200, Lucas Nussbaum [EMAIL PROTECTED] said: debiandoc2latexpdf fai-guide.sgml debiandoc2latexpdf: one or more used LaTeX typesetting styles not found debiandoc2latexpdf: please install the package 'texlive-fonts-recommended' make[2]: ***

Bug#498052: do not call hdparm with empty device list

2008-09-06 Thread Thomas Lange
Package: fai-client Version: 3.2.9 The subruotines task_setup() tries to detect all cdroms and then calls hdparm for every cdrom device. If this list is empty hdparm is called the wrong way is prints is long help. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#498412: FAI class dependencies

2008-09-10 Thread Thomas Lange
I will have a look at the new implementation for defining classes that depend on other classes and I think it will be included after lenny. Ingo's implementation seems to be a good way to do it and it already includes some documentation. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL

Bug#453294: ignores boot=live, order of parameters is important

2007-11-28 Thread Thomas Lange
Package: initramfs-tools Version: 0.85h I'm using initramfs-tools and live-initramfs to boot my FAI environment. Therefore I have to append boot=live and root=/dev/nfs to get the live-initramfs scripts executed. If I use this order boot=live root=/dev/nfs it does not work, since the script

Bug#444156: (no subject)

2007-11-10 Thread Thomas Lange
Which version of (k)ubuntu are you using? Ubuntu feisty does not seem to have this problem. A user reported that it's working with feisty, but they do not use the orgiginal feisty kernel. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#313440: (no subject)

2007-11-10 Thread Thomas Lange
I wontfix this bug, since the user can add this function by writing a hook. A patch is also described here. Defining those classes will not be done by default by FAI. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#419788: (no subject)

2007-11-10 Thread Thomas Lange
Please provide the output of fcopy -vD so we have more debugging information. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#449236: (no subject)

2007-11-11 Thread Thomas Lange
I'm wondering why this file is not removed. In fai I do: trap 'clean_exit' EXIT and the clean_exit subroutine should remove it. Since FAI now reports the PID of the process that may be still running, I set the severity to minor. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL

Bug#388157: (no subject)

2007-11-11 Thread Thomas Lange
The fai-setup patch is now included. The make-fai-nfsroot patch is not needed IMO, since it's already working the way you like it. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#443198: (no subject)

2007-11-17 Thread Thomas Lange
I can't confirm this bug. In FAI 3.2.1 all those script are already /bin/bash scripts. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#445273: (no subject)

2007-11-17 Thread Thomas Lange
This directory will not be used any more in FAI 3.2.2. The new directory will also be more secured. See also #445276. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#281260: (no subject)

2007-11-17 Thread Thomas Lange
Since we have now (3.2.2) a variable ($task_error) which hold the maximum error code, I could add a variable like which defines when not to reboot automatically. NOREBOOT_ON_ERROR So, reboot automatically only if $task_error is less than $NOREBOOT_ON_ERROR. -- regards Thomas -- To

Bug#443198: Processed: tagging 443198

2007-11-17 Thread Thomas Lange
I think it makes no sense to make those script dash compatible. The speed improvement will be minimal. FAI always needs bash on the client, since most scripts in FAI (like the main fai script) only run with bash. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#301179: fai: Early hooks (example: setup) are not executed.

2005-03-24 Thread Thomas Lange
I can't find any differences in the source code between 2.6.5 and 2.6.7 which could cause this error. Please try to detect the problem in more detail. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#301342: (no subject)

2005-03-25 Thread Thomas Lange
Subject: does not find all .ko kernel drivers Package: mkinitrd-cd Version: 0.50 Severity: important Tags: patch *** Please type your report below this line *** Hi Rene, the new mkinitrd-cd version is fantastic, but it does not work at all for a 2.6 kernel, since it does not find all .ko kernel

Bug#303565: make-fai-nfsroot is broken because is uses ext2resize

2005-04-07 Thread Thomas Lange
Package: fai Version: 2.7 Severity: grave make-fai-nfsroot is broken. It uses ext2resize, which is currently unavailable in testing. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#304179: missing packages in mirror when using fai-mirror

2005-04-11 Thread Thomas Lange
Package: fai Version: 2.8 Severity: normal Tags: patch A mirror created by fai-mirror does not contains the packages listed in $NFSROOT/var/tmp/packages.arch, even when giving the -a option. This is the patch: diff -r1.17 fai-mirror 186,187c186,187 if [ -f

Bug#305861: You have to add boot into disk_config

2005-04-25 Thread Thomas Lange
If your boot partition is not the first partition, you'll have to add boot as an extra option in disk_config after the semicolon. FAI 2.8.1 will have an addition bug fix. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#307838: unsecure temp file

2005-05-05 Thread Thomas Lange
Package: fai Version: 2.8.1 Severity: serious The script lib/updatebase creates unsecure temp file when called from task softupdate. This violates the policy. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#307632: not rc, not a security issues

2005-05-05 Thread Thomas Lange
On Thu, 5 May 2005 16:02:33 -0400, Joey Hess [EMAIL PROTECTED] said: severity 307632 normal can be performed on unsafely created temp files. The program in question is run during a fai install, before the system is multiuser, and so its unsafe temp files cannot be created.

Bug#289271: In addition, I believe that fai-setup:add_export_line() is broken

2005-01-10 Thread Thomas Lange
On Sat, 08 Jan 2005 14:48:45 +0200, Shaul Karl [EMAIL PROTECTED] said: The following patch should fix what looks to me broken: Does it only look broken, or do you have any p[roblems? -[ -f /etc/exports ] grep -q ^$pattern[[:space:]] /etc/exports return -echo $pattern

Bug#290371: fai: LOGREMOTEDIR would be helpful even with rcp/scp

2005-01-14 Thread Thomas Lange
What about this in fai-savelog: save_log_remote_shell() { -local thislog=$HOSTNAME/$FAI_ACTION-$FAI_RUNDATE +local thislog=$LOGREMOTEDIR/$HOSTNAME/$FAI_ACTION-$FAI_RUNDATE Would that be ok for you? -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#296932: fai-kernels: serial console doesn't work with 2.6 kernel

2005-02-26 Thread Thomas Lange
Since the 2.6 kernel is growing large, I had to remove some unused drivers, which are only rarely used. Otherwise this kernel will not fit onto a floppy disk. Should we explain it in more detail in the documentation? Do you like to write a patch for this? -- regards Thomas -- To UNSUBSCRIBE,

Bug#297550: make-fai-bootfloppy: 1.44M too small for kernel 2.6.10

2005-03-02 Thread Thomas Lange
Hi Richard, I can;t see the typo. Please specify in more detail. -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444079: fai-server: Default NFSROOT file does not support default config access method NFS [patch]

2007-09-26 Thread Thomas Lange
On Wed, 26 Sep 2007 00:33:24 +0200, Achim Bohnet [EMAIL PROTECTED] said: +# Depends on the used config method(s): nfs-common, git-core, subversion ... +nfs-common I wondering if this really is needed. The default Debian NFSROOT does not include the nfs-common package, and is working

Bug#439091: fai-doc: typo in package name

2007-08-22 Thread Thomas Lange
Package: fai-doc Version: 3.2 Severity: minor In examples/simple/package_config/DEFAULT there's a package name inux-image-amd64 It should be linux-image-amd64. This occurs two times. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture:

Bug#439101: fai-server: fai-cd does not eject CD before rebooting

2007-08-22 Thread Thomas Lange
Package: fai-server Version: 3.2 Severity: minor The fai-cd does not have the file /boot/RUNNING_FROM_FAICD, so the eject commands is not executed before rebooting. This file is now in /etc. No big problem, since the CD boots from local disk by default. -- System Information: Debian Release:

Bug#445978: fai-doc: postinst should check required variables

2007-10-09 Thread Thomas Lange
Package: fai-doc Version: 3.2.1 Severity: normal In examples/simple/files/boot/grub/menu.lst/postinst we should check if the variables $BOOT_DEVICE and $BOOT_PARTITION are defined and print an error if they are not defined. -- System Information: Debian Release: 4.0 APT prefers stable APT

Bug#441231: apt-move determines wrong architecture

2007-09-07 Thread Thomas Lange
Package: apt-move Version: 4.2.26-1 Severity: minor apt-move uses ARCH=`dpkg --print-installation-architecture` for definig the architecture. This is used when creating the binary-$ARCH directory. In my environment, I like to apt-move a bunch of amd64 packages which works good except for

Bug#442021: svn+ssh with username doesnt work

2007-09-13 Thread Thomas Lange
IMO your patch reverts the patch made in r4538. Please check with svn diff -r4537:4538 if you patch was made from an older copy of get-fai-configdir-svn. IMO this is the case. How can we handle this in the future? --- ../../trunk/lib/get-config-dir-svn2007-09-11 21:06:17.0

  1   2   3   4   5   6   7   8   9   10   >