Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121779 - firestarter-1.0.3 refuses to start
Summary: firestarter-1.0.3 refuses to start
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 21:57 UTC by Craig Lawson
Modified: 2011-10-30 22:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Lawson 2006-02-05 21:57:53 UTC
First time install. When I run firestarter, it tells me:

---
A proper configuration for Firestarter was not found. If you are running Firestarter from the directory you built it in, run 'make install-data-local' to install a configuration, or simply 'make install' to install the whole program.

Firestarter will now close.
---

and then it exits! Happens every time...



emerge --info:
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.14-suspend2-r7 i686)
=================================================================
System uname: 2.6.14-suspend2-r7 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -fomit-frame-pointer -pipe"
DISTDIR="/var/tmp/portage-distfiles"
FEATURES="autoconfig buildpkg ccache distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ http://cudlug.cudenver.edu/gentoo/ http://mirror.tucdemonic.org/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/var/tmp/portage-packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acl ajpeg alsa apm audiofile avi berkdb bitmap-fonts bonobo bzip2 c++ cdr crypt cups curl dga divx4linux doc dv dvd dvdr eds emacs emboss encode ethereal exif expat fam fame ffmpeg flac foomaticdb fortran freetype gd gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml guile ieee1394 imagemagick imlib inkjar jack java jikes jpeg lcms libg++ libwww lzo mad mikmod mjpeg mmx mng motif mozilla mp3 mpeg mysql ncurses network nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pda pdflib perl plugin png ppds python quicktime readline recode samba scanner sdl slang spell sse sse2 ssl svg symlink tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev usb v4l videos vorbis wmf xine xml xml2 xmms xv xvid zlib video_cards_radeon userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Stefan Cornelius (RETIRED) gentoo-dev 2006-02-05 22:12:35 UTC
this doesnt seem to be a security issue, reassigning to gnome herd.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-02-10 10:32:25 UTC
It worked fine for me, on a first time install (never installed before on this box).  It opened the wizard to setup the firewall.

Try re-emerging maybe?
Comment 3 Craig Lawson 2006-02-11 22:23:07 UTC
Closing as invalid.

Firestarter was complaining because its gconf settings had not been installed correctly. However, they were installed correctly. The problem was that I had two gconf servers running, one owned by root and the other owned by me. The Firestarter emerge installed by connecting to the one running as root, but when I started Firestarter (as root), it connected to the one running as me, which for some reason, didn't know about the new settings.

Adding to the confusion was that gconf-editor showed no Firestarter settings configured. Apparently it was connecting to the non-root gconf, too.

Killing the non-root gconf solved all my problems instantly! (except why I had two of them in the first place)