blueice_haller
Neuer User
- Mitglied seit
- 28 Apr 2007
- Beiträge
- 170
- Punkte für Reaktionen
- 1
- Punkte
- 18
Danke.
-> http://trac.freetz.org/wiki/help/howtos/common/newbie_start#StartenvonFreetz
Ich möchte die DB mit den Adressbuch Einträgen extern auslagern.
Leider weiß ich noch nicht wie groß mein Image nach make wird.
Der Hauptgrund ist ein Zentrales Adressbuch für Thunderbird mit LDAP.
Danke nochmals.
Lösungsansatz für Config.in.rej und Makefile.in.rej:
Reject = Zurückweisen
Die Zeilennummern stimmen nicht, da einfach nicht so viele enthalten sind.
-> Den Inhalt aus der Config.in.rej -> Config.in
sowie Makefile.in.rej in Makefile.in manuell ans Ende hinzufügen:
02.03.10
Warum wurde das Image nicht erstellt ?
Dann nehme ich SVN trunk. Was muss ich dazu eingeben ?hier wirst du wohl etwas selber Hand anlegen müssen - besser ist, du nimmst SVN trunk und lässt den Patch für die Berkeley DB weg, da der schon jetzt integriert ist.
-> http://trac.freetz.org/wiki/help/howtos/common/newbie_start#StartenvonFreetz
Code:
$ svn checkout http://svn.freetz.org/trunk freetz-trunk
...
Checked out revision 4390.
$
Brauche ich das denn, wenn ich auf den LDAP (mit und ohne VPN) zugreifen möchte ?Das Shell Backend brauchst du nur für das Auslesen des Adressbuches.
Darum möchte ich sie auslagern. Laut trac wiki habe ich ich 8 MB Flash Speicher.... Weiterhin ist die Berkeley DB gross.
Für beide = ldapd + Berkeley DB = 500 kB ? = groß ? Oder hab ich was falsch verstanden.Alles in allem brauchst du für beide ca. 500KB Speicher im Image.
Ich möchte die DB mit den Adressbuch Einträgen extern auslagern.
Leider weiß ich noch nicht wie groß mein Image nach make wird.
Wie geht das ?Wenn du die hast, ist alles gut. Wenn nicht, dann musst du selber das external.mk anlegen um die in dein USB Verzeichnis zu schieben.
Der Hauptgrund ist ein Zentrales Adressbuch für Thunderbird mit LDAP.
Danke nochmals.
Lösungsansatz für Config.in.rej und Makefile.in.rej:
Reject = Zurückweisen
Die Zeilennummern stimmen nicht, da einfach nicht so viele enthalten sind.
-> Den Inhalt aus der Config.in.rej -> Config.in
Code:
** Config.in.rej **
***************
*** 795,797 ****
default n
help
A POSIX wrapper interface to the Perl Compatible Regular Expression library
--- 795,804 ----
default n
help
A POSIX wrapper interface to the Perl Compatible Regular Expression library
+
+ config FREETZ_LIB_libdb
+ bool "Berkeley DB library (libdb.so)"
+ select FREETZ_LIB_libpthread
+ default n
+ help
+ The Berkeley database library.
** -> Das obere vernachlässige ich. **
** Config.in **
config FREETZ_LIB_libdb
bool "Berkeley DB library (libdb.so)"
select FREETZ_LIB_libpthread
default n
help
The Berkeley database library.
Code:
** Makefile.in.rej **
***************
*** 206,208 ****
LIBS+=gd
endif
--- 206,211 ----
LIBS+=gd
endif
+ ifeq ($(strip $(FREETZ_LIB_libdb)),y)
+ LIBS+=db
+ endif
** -> Bei gd fehlt etwas. Also manuell hinzugefügt. **
** Makefile.in **
ifeq ($(strip $(FREETZ_LIB_libgd)),y)
LIBS+=gd
endif
ifeq ($(strip $(FREETZ_LIB_libdb)),y)
LIBS+=db
endif
02.03.10
Code:
...
*** Compile finished ***
If the main program and CGIs compiled without any errors, you
can continue with installing Nagios as follows (type 'make'
without any arguments for a list of all possible options):
make install
- This installs the main program, CGIs, and HTML files
make install-init
- This installs the init script in /etc/init.d
make install-commandmode
- This installs and configures permissions on the
directory for holding the external command file
make install-config
- This installs *SAMPLE* config files in /mod/etc/nagios
You'll have to modify these sample files before you can
use Nagios. Read the HTML documentation for more info
on doing this. Pay particular attention to the docs on
object configuration files, as they determine what/how
things get monitored!
*** Support Notes *******************************************
If you have questions about configuring or running Nagios,
please make sure that you:
- Look at the sample config files
- Read the HTML documentation
- Read the FAQs online at http://www.nagios.org/faqs
before you post a question to one of the mailing lists.
Also make sure to include pertinent information that could
help others help you. This might include:
- What version of Nagios you are using
- What version of the plugins you are using
- Relevant snippets from your config files
- Relevant error messages from the Nagios log file
For more information on obtaining support for Nagios, visit:
http://www.nagios.org/support/
*************************************************************
Enjoy.
make[1]: Verlasse Verzeichnis '/home/freetz/freetz-1.1.2/source/nagios-2.11'
mkdir -p packages/nagios-2.11/root/usr/bin/
cp source/nagios-2.11/base/nagios packages/nagios-2.11/root/usr/bin/nagios
/home/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/nagios-2.11/root/usr/bin/nagios
mkdir -p packages/nagios-2.11/root/usr/bin/
cp source/nagios-2.11/base/nagiostats packages/nagios-2.11/root/usr/bin/nagiostats
/home/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/nagios-2.11/root/usr/bin/nagiostats
tar -C source -xzf dl/db-4.8.26.tar.gz
shopt -s nullglob; for i in make/libs/patches/*.db.patch; do tools/freetz_patch source/db-4.8.26 $i; done
ERROR: modpatch: Error in patch-file make/libs/patches/100-no_docs.db.patch
make: *** [source/db-4.8.26/.unpacked] Fehler 2
Zuletzt bearbeitet: