Log of /people/eartoast/bugfix
Directory Listing
Revision
3189 -
Directory Listing
Modified
Sat Dec 31 13:26:39 2005 UTC
(7 years, 4 months ago)
by
glaweh-guest
remove merged branches
Revision
3081 -
Directory Listing
Modified
Wed Nov 23 09:03:07 2005 UTC
(7 years, 5 months ago)
by
glaweh-guest
include option -I in the getopt call; this really enables
interface selection.
BTW: even before, by setting eth0 as the default interface,
the dhcp failures on the other interfaces disappeared ;)
Revision
2995 -
Directory Listing
Modified
Fri Nov 4 08:45:05 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX:337271 include an interface name in the kernel-ip configuration
the interface defaults to eth0, but can be changed using make-fai-bootfloppy's
"-I" option
(solves the problem of kernel-ip-configuration getting stuck in dhcp requests
if there's more than one network interface)
Revision
2994 -
Directory Listing
Modified
Fri Nov 4 08:42:22 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
new bug, new branch
Revision
2993 -
Directory Listing
Modified
Fri Nov 4 08:40:50 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX: #312128, work around changed ifupdown
ifupdown was changed: instead of the file /etc/network/ifstate it uses
/etc/network/run/ifstate, while /etc/network/run is a symlink to /dev/shm/network.
this fails, of cause, in the FAI nfsroot.
quick workaround: bind-mount /tmp to /dev/shm and create the directory
/dev/shm/network/ in lib/create_ramdisk
Revision
2992 -
Directory Listing
Modified
Fri Nov 4 08:31:36 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
branch to fix the changed-ifupdown bug
Revision
2979 -
Directory Listing
Modified
Thu Nov 3 18:05:38 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
* BUGFIX:297550 clean up the fcopy recursion code
the File::Find code used in recursive fcopy descended into the ignored
directories and their subdirectories. this failed when a revision control
system keeps subdirectories there (in this case: subversion).
while fixing this bug, the whole File::Find code was brought to a more
readable/debuggable form.
this version differs from the first version sent to fai-workshow@guug.de
because it moves the newly introduced %ignoredirs out of global scope.
Revision
2978 -
Directory Listing
Modified
Thu Nov 3 18:02:50 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
create branch for the fcopy-recursion bug
Revision
2977 -
Directory Listing
Added
Thu Nov 3 17:59:40 2005 UTC
(7 years, 6 months ago)
by
glaweh-guest
create the root of my bugfix branches