Gentoo Archives: gentoo-security

From: Robert Larson <robert@×××××××××.com>
To: gentoo-security@l.g.o
Subject: [gentoo-security] invalid section : "db"
Date: Wed, 25 Jan 2006 21:17:35
Message-Id: 200601251509.54513.robert@sixthings.com
1 Hello,
2
3 I'm trying to setup Prelude IDS on a new server and I seem to be running into
4 problems with prelude-manager upon startup. It does
5 start but it does not connect to MySQL (maybe I'm wrong and it's
6 libpreludedb).
7 I have the following versions installed:
8
9 prelude-manager-0.9.1-r1
10 libprelude-0.9.3
11 libpreludedb-0.9.2
12
13 Here are the errors I receive when running "prelude-manager" from the command
14 line:
15
16 /etc/prelude-manager/prelude-manager.conf:90: invalid section : "db".
17 /etc/prelude-manager/prelude-manager.conf:93: invalid option "type" in
18 "global" section at depth 0.
19 /etc/prelude-manager/prelude-manager.conf:96: invalid option "host" in
20 "global" section at depth 0.
21 /etc/prelude-manager/prelude-manager.conf:99: invalid option "port" in
22 "global" section at depth 0.
23 /etc/prelude-manager/prelude-manager.conf:102: invalid option "name" in
24 "global" section at depth 0.
25 /etc/prelude-manager/prelude-manager.conf:108: invalid option "pass" in
26 "global" section at depth 0.
27 - server started (listening on 0.0.0.0 port 4690).
28
29
30 Here is my configuration located in /etc/prelude-manager/prelude-manager.conf:
31 include = /etc/prelude/default/global.conf
32 listen = 0.0.0.0
33 [db]
34 type = mysql
35 host = localhost
36 port = 3306
37 name = prelude
38 user = prelude
39 pass = *cough!* you wish *cough!*
40
41 The contents of the included global.conf are:
42 [prelude]
43
44
45 Could I be missing something? When I first set it up I just went through and
46 uncommented the items above, so I wouldn't think that it wouldn't be able to
47 recognize "[db]" as a valid section.
48
49
50 Any ideas on how I could troubleshoot this further would be, oh, so helpful.
51
52 Thanks in advance!
53
54
55 Robert Larson
56
57 --
58 gentoo-security@g.o mailing list

Replies

Subject Author
RE: [gentoo-security] invalid section : "db" "Stéphane Joguet" <sjoguet@×××.fr>