Displaying 8 results from an estimated 8 matches for "gottschlich".
2008 May 13
6
variable name containing variable name
Hello, i''m new to puppet (and ruby).
I have a problem when using a variable name containing a variable name
and containing a reserved variable name :
I have a class :
class kernel-Linux-binary {
$test = $operatingsystem ? {
Fedora => "/usr/bin/test",
default => undef
}
}
and i want to call "test" and replace Linux by
2010 Feb 15
2
anyone using pxelinux.0 > 3.36 successfully with HP DLXXX G3, G5?
...on?
Thanks in advance
regards Thomas
--
Thomas Mieslinger
IT Operations Core Infrastructure Services
E-Mail: thomas.mieslinger at 1und1.de
1&1 Internet AG
Brauerstra?e 48
76135 Karlsruhe
Amtsgericht Montabaur HRB 6484
Vorst?nde: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr.
Oliver Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
2007 Dec 04
2
X4500 ILOM thinks disk 20 is faulted, ZFS thinks not.
Hey Guys,
Have any of y''all seen a condition where the ILOM considers a disk
faulted (status is 3 instead of 1), but ZFS keeps writing to the disk
and doesn''t report any errors? I''m going to do a scrub tomorrow and
see what comes back. I''m curious what caused the ILOM to fault the
disk. Any advice is greatly appreciated.
Best Regards,
Jason
P.S.
The system is
2010 Mar 08
0
results for pxelinux-4.00-pre36 on HP DL360G6 and DL360G4p
...nce
Thomas
--
Thomas Mieslinger
IT Operations Core Infrastructure Services
Telefon: +49-721-91374-4404
E-Mail: thomas.mieslinger at 1und1.de
1&1 Internet AG
Brauerstra?e 48
76135 Karlsruhe
Amtsgericht Montabaur HRB 6484
Vorst?nde: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr.
Oliver Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
2010 Feb 21
1
SYSLINUX 3.85 released
Syslinux 3.85 is a bug fix and minor new feature release. The biggest
change is undoubtedly that gPXELINUX is now considered feature
complete, and should be able to be a drop-in for PXELINUX for all uses.
Special thanks to Intel Corporation, my current employer, for their
support for my Syslinux work.
Changes in 3.85:
* gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
2010 Mar 05
4
Syslinux 3.85 chain.c32 problem solved
Thanks to debugging information from Thomas Mieslinger, I have
root-caused the failure of chain.c32 in Syslinux 3.85. I have put out
Syslinux 3.86-pre1 and Syslinux 4.00-pre33 which fix the problem.
I expect to release a Syslinux 3.86 relatively shortly (ideally in the
next two weeks), with bug fixes only. I would like to figure out if
there are other bug fixes we can get in in reasonable time,
2008 Apr 07
10
setting environment variables
Hi all,
I''m running Puppet on FreeBSD and recently I started building my own
packages. I would like to set the PKGROOT variable on all hosts so
that packages are fetched from my server instead of freebsd.org. Is
it possible to set this with puppet?
I''ve read the suggestion on Trac [1], and it solves the problem when
puppet is run with an rc script, but it won''t work
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting
up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and
connected via load-shared 4Gbit FC links. This week I have tried many
different configurations, using firmware managed RAID, ZFS managed
RAID, and with the controller cache enabled or disabled.
My objective is to obtain the best single-file write performance.