Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
snort.ebuild is real strange :D
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
kagn
n00b
n00b


Joined: 28 Jul 2002
Posts: 5

PostPosted: Thu Aug 08, 2002 2:31 pm    Post subject: snort.ebuild is real strange :D Reply with quote

Hi,
just emerged snort, and /etc/conf.d/snort is somewhat broken
(yes it's the latest ebuild;)
Code:
# This pulls in the options above
SNORT_OPTS="-D -s -u nobody -dev -l $LOGDIR -h $NETWORK -c $CONF"


as you can see, it runs as nobody user, but there was a snort user created to run snort as !!
so i had to change to
Code:
# This pulls in the options above
SNORT_OPTS="-D -s -u snort -dev -l $LOGDIR -h $NETWORK -c $CONF"


also, $LOGDIR and $NETWORK are also setup in /etc/snort/snort.conf ($CONF) (but thoses conf.d option override them.. this is not very intuitive though :)


correct it :)
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Fri Aug 09, 2002 12:13 pm    Post subject: Reply with quote

Did you report this to bugzilla?
Back to top
View user's profile Send private message
Xor
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2002
Posts: 144

PostPosted: Fri Aug 09, 2002 8:14 pm    Post subject: Reply with quote

better would be to fix it in the ebuild and then send it to bugzilla :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum