Results 1 to 5 of 5

Thread: Firestarter does not want to start

  1. #1
    Join Date
    May 2008
    Location
    San Antonio, Texas
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Firestarter does not want to start

    I just installed Firestarter.

    Code:
    sudo apt-get install firestarter
    I went through the run wizard where it asks for my connection and it recognized eth1. Everything was going fine until I clicked save at the end and I got this error message:

    "Firestarter rejects to start reporting that eth1 interface is not ready." Really? This interface is ready and working very well.

    It won't work from the command line either as I tried:

    Code:
    sudo firestarter start
    External network device eth1 is not ready. Aborting..
    and
    Code:
     sudo firestarter show 
    External network device eth1 is not ready. Aborting..
    I know damn well eth1 is working because I am using wireless right now to make this post.

    Just for giggles though I ran
    Code:
    gary@gary-laptop:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:21:70:b0:91:e6  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:17 
    
    eth1      Link encap:Ethernet  HWaddr 00:23:4d:4d:bc:47  
              inet addr:192.168.1.82  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::223:4dff:fe4d:bc47/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:54761 errors:0 dropped:0 overruns:0 frame:57134
              TX packets:38153 errors:6 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:45723772 (45.7 MB)  TX bytes:4566979 (4.5 MB)
              Interrupt:17 Base address:0xc000 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:442 errors:0 dropped:0 overruns:0 frame:0
              TX packets:442 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:27396 (27.3 KB)  TX bytes:27396 (27.3 KB)
    
    gary@gary-laptop:~$
    I have no idea why firestarter is not cooperating.
    Last edited by Bigtime_Scrub; June 9th, 2009 at 02:46 AM. Reason: typos and puncuation
    True freedom requires sacrifice and pain. Most human beings only think they want freedom. In truth they yearn for the bondage of social order, rigid laws, materialism, the only freedom man really wants, is the freedom to become comfortable.

  2. #2
    Join Date
    Nov 2008
    Location
    Liberty, NC
    Beans
    329
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Firestarter does not want to start

    try going through add/remove, remove firestarter, and then install it thorugh add/remove. It is possible that apt installer did not configure the program correctly, though I doubt it. If that does not work, the only thing I can think of, is possible the firestarter program may be 32bit and is not fully compatable with the 64bit OS version of Ubuntu.

  3. #3
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Firestarter does not want to start

    Don't bother with Firestarter. Install gufw instead, which is the frontend for UFW (Uncomplicated Firewall).

    Code:
    sudo apt-get install gufw
    Firestarter is not recommended anymore.

    Quick links to similar threads: Google Site Search | Forum Search

  4. #4
    Join Date
    May 2008
    Location
    San Antonio, Texas
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Firestarter does not want to start

    I tried it with add/remove. I did
    Code:
    sudo apt-get purge firestarter
    and then to make sure
    Code:
    sudo apt-get autoremove
    I installed firestarter with add/remove. This time the error message did not show up but eth1 on Firestarter shows no activity and under Events there is no log. There should be lots of hits in that log. Which tells me it still isn't working.

    So, after a little more research I am inclined to think either it is a bug
    https://bugs.launchpad.net/ubuntu/+s...er/+bug/230166

    OR

    You are right, and it does not support 64-bit.


    So....I still would like a firewall. Any suggestions?
    True freedom requires sacrifice and pain. Most human beings only think they want freedom. In truth they yearn for the bondage of social order, rigid laws, materialism, the only freedom man really wants, is the freedom to become comfortable.

  5. #5
    Join Date
    May 2008
    Location
    San Antonio, Texas
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Firestarter does not want to start

    Quote Originally Posted by lovinglinux View Post
    Don't bother with Firestarter. Install gufw instead, which is the frontend for UFW (Uncomplicated Firewall).

    Code:
    sudo apt-get install gufw
    Firestarter is not recommended anymore.

    Quick links to similar threads: Google Site Search | Forum Search
    Cool! Thanks.
    True freedom requires sacrifice and pain. Most human beings only think they want freedom. In truth they yearn for the bondage of social order, rigid laws, materialism, the only freedom man really wants, is the freedom to become comfortable.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •