LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-17-2008, 09:35 PM   #1
jonward690
LQ Newbie
 
Registered: Apr 2008
Posts: 3

Rep: Reputation: 0
Firestarter In slackware


How would I install firestarter in slackware I cannot find any info about a package for firestarter in slackware or anything.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 04-17-2008, 10:22 PM   #2
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I searched and couldn't find a package (or SlackBuild) in any of the major repositories, which means you'll have to build it yourself. See this page for details: http://www.fs-security.com/docs/installation.php

I tried creating a SlackBuild for you, but it apparently depends on GConf2, which depends on ORBit2, which I don't really want to install. A SlackBuild for both of those is available at slackbuilds.org (build ORBit2 first, then GConf), but I can't really say if there are any other dependencies. It appears as though this app is highly Gnome-centric, and although you definitely could install it, it may take a while to determine what it needs (you'll get an error upon running ./configure, which should tell you what it's missing. Then, you must find that dependency on the 'net, download it, compile it [and any dependencies IT might have] and run ./configure again).

It would probably be easier just to learn about iptables, but it's your choice. Good luck, you'll need it.
 
Old 04-17-2008, 10:23 PM   #3
chess
Member
 
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware and OpenBSD
Posts: 740

Rep: Reputation: 190Reputation: 190
Quote:
Originally Posted by jonward690 View Post
How would I install firestarter in slackware I cannot find any info about a package for firestarter in slackware or anything.
I don't know if there are any prebuilt Firestarter packages out there for Slackware. If not, you could compile it from source. You could also take this as an opportunity to learn about writing SlackBuild scripts and write your own SlackBuild for it. Check SlackBuilds.org for a SlackBuild template and the Slack wiki for more information on writing SlackBuilds. And if you are successful in creating a SlackBuild for it, you could consider contributing it to SlackBuilds.org for others to use.
 
Old 04-17-2008, 10:44 PM   #4
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Rep: Reputation: 16
There are other firewall tools available on slackbuilds.org if you don't want to build firestarter. KMyFirewall and Guarddog come to mind. But, like suggested learning iptables would be a good idea. There are plenty of resources on the net, plus the man page is quite good.
 
Old 04-18-2008, 04:36 AM   #5
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Or you could use the easy firewall generator script:

http://www.slackware.com/~alien/efg/
 
Old 04-18-2008, 10:24 AM   #6
Sonneteer
Member
 
Registered: May 2006
Location: Canada
Distribution: Slackware 13.37; Ubuntu 12.04
Posts: 81
Blog Entries: 5

Rep: Reputation: 15
One of the guys at dropline gnome has a firestarter package in his extras directory ( http://mmyoung.droplinegnome.org/ ). It hasn't been updated for two years, but it still works fine on my Slack 12.0 (with DLG 2.20.2).
 
Old 04-18-2008, 02:16 PM   #7
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
It should be noted that the build of firestarter for DLG will also require several dependencies (which don't seem to be listed anywhere on the 'net). This most certainly is a Gnome-centric app, so if you do use an existing Firestarter build, it may crash until you sort out all of the dependencies. You could always install DLG and then Firestarter, but the Firestarter build is old and installing Dropline for one app is a little extreme.
 
Old 04-18-2008, 03:49 PM   #8
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
I used firestarter for a computer with Slackware 11 before. I installed freerock GNOME first, however (I think it is called GNOME SlackBuild, or GSB, now). Afterwards, I came to the personal conclusion that I don't like GNOME, so I stopped using it. However, since I already had the GNOME libs installed I continued using firestarter, which is a really good firewall particularly for people who are used to firewall programs on Windows. I had installed it from source. If I were to do it again today, I would have created a build script.

Since then, I use Guarddog and/or modify my ipchains directly to maintain the firewall configurations I like. I regularly check my logs, so I don't miss the real time hit logs that firestarter offers.

If you don't want to use a lot of GNOME libs. I do not recommend that you use firestarter. If you do still want to build firestarter, perhaps src2pkg would be of some help.
 
Old 04-18-2008, 06:26 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Ok, I looked into being nice and building it for you (nothing like wasting time when I should be studying for exams), but it's not going to happen. It requires GConf2 (which requires ORBit2), libgnome-2.0, libgnomeui-2.0, gtk+-2.0 >= 2.4.0 (the version included in Slackware is only 2.10.13), gnome-vfs-2.0, and possibly more. Basically, if you want this, you MUST use Gnome. (That's one thing I *hate* about the uprising of Gnome -- everything, even Gnome-unrelated stuff, seems to depend on so many small Gnome packages, and KDE- [or other WM]-users who don't want to use Gnome get the shaft. It sucks.)
 
Old 12-22-2010, 12:34 AM   #10
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
Ok, I know this thread is 2 years old but I didn't have nothing better to do so hears how I did it.

Make an sqf for sbopkg queues containing:

Libtasn1
locale-gettext
ORBit2
libbonobo
GConf
gnome-mime-data
gnome-vfs
libgnome
libgnomecanvas
gnome-keyring
libbonoboui
libgnomeui
libdaemon

Let sbopkg run this stuff and install them.

Then download
Firestarter-1.0.3.tar.gz
http://prdownloads.sourceforge.net/f...ar.gz?download
And build with src2pkg with this command:
Src2pkg -e="--sysconfdir=/etc" firestarter-1.0.3.tar.gz

Start with:
kdesu G_SLICE=always-malloc firestarter
 
2 members found this post helpful.
Old 02-17-2011, 04:14 AM   #11
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Talking Thank you for belatedly posting this solution!!!!

Quote:
Originally Posted by slackass View Post
Ok, I know this thread is 2 years old but I didn't have nothing better to do so hears how I did it.
Hey I was looking for this!!!

Thanks

Also, if you're ever in doubt about whether you should post on an old thread, or one that's marked as [Solved] when you think you have something to add or offer, then READ THIS POST.

Why? Because I simply wasn't going to bother going through the hassle due to time constraints and other pending projects, and after reading your post on this topic, I did a quick check and discovered that I already had all those deps so all I needed to do was make an SBo to try out Firestarter.

My initial review? Well, it's nice - very nice. But after playing with it for a while, and not immediately finding the granularity I was seeking, I've determined that, at least for me, this product makes for a nice workstation or internal server firewall out of the box - but not with the flexibility I have at my fingertips just tweaking my own library of firewall scripts.

The thing I like most about it, is the real time events - I don't have to have a separate log facility running in a term window.

So I've already gone back to my own rc.firewall scripts once again.

But it does indeed show promise!

Once again @slackass, thanks
 
Old 02-17-2011, 09:48 AM   #12
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by T3slider View Post
...depends on GConf2, which depends on ORBit2, which I don't really want to install...
Just FYI, both of those are required for Xfce 4.8 and/or Google Chrome.
 
Old 02-17-2011, 03:51 PM   #13
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by cwizardone View Post
Just FYI, both of those are required for Xfce 4.8 and/or Google Chrome.
Which is literally the only reason I don't have Chrome on my machine.
 
Old 02-18-2011, 09:28 AM   #14
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
Glad to be of some use once in a while. I don't use Firestarter myself but one night I was just looking for something to do while the caffeine wore off and ran across this thread. I'm a lower level user and try to find things to learn once in a while. ...
 
Old 02-18-2011, 12:29 PM   #15
Crashbox
Member
 
Registered: Jun 2004
Location: USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 22
Quote:
Originally Posted by T3slider View Post
but it apparently depends on GConf2, which depends on ORBit2, which I don't really want to install.
hey T3, you made this comment and one other indicating that you don't want to install ORBit2. I am wondering why. I don't know much about either other than they are required dependencies of Chrome (which is why I built and installed them from Slackbuilds.org), but is it something about ORBit2 specifically?

Not looking to argue, just curious. If there is a really good reason not be using ORBit, I'd like to know so I can stop. Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 11.0 wanting to get firestarter working coldbeer Slackware 1 11-15-2006 07:36 AM
Firestarter in slackware? neilcpp Slackware 3 11-11-2005 07:14 AM
Firestarter in slackware 10.1 matthewa Slackware 3 06-29-2005 02:37 AM
trying to install firestarter in slackware 9.1 SouthernGal Slackware 7 04-17-2004 11:32 PM
Badly needed help on Slackware and Firestarter. cutsomeslak Slackware 0 02-17-2003 07:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration