Page 8 of 52 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 518

Thread: HOWTO: Graphical IP Blocker

  1. #71
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    Quote Originally Posted by KubuntuKilledMe View Post
    On the first run i try to click the enable button. It asks if i want to update the lists. I say yes, and it hangs there for 10 minutes until i kill it.
    If there were no error messages, it was probably still downloading.

    Now everytime i run it, even after a reboot (!), when i click enable it shows an empty dialog. Actually all dialogs shown are empty.
    Does this still occur after a successful update?

    Also does it run at startup?
    It doesn't start at boot. It can be done by adding "/usr/sbin/ipblock -s" to /etc/rc.local. But to use the GUI it would require to stop ipblock manually (sudo ipblock -d).

    Do i have to keep the window open for it to block?
    Yes. Running it in background can be done by using ipblock from the command-line (man 8 ipblock).
    iplist

    "Specialization is for Insects", R. Heinlein

  2. #72
    Join Date
    Mar 2005
    Location
    Charlotte, NC
    Beans
    115

    Re: HOWTO: Graphical IP Blocker

    How do I uninstall this? I don't want it anymore..
    Proud User of Ubuntu 7.10

  3. #73
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    Code:
    aptitude purge iplist
    iplist

    "Specialization is for Insects", R. Heinlein

  4. #74
    Join Date
    May 2007
    Beans
    360

    Re: HOWTO: Graphical IP Blocker

    When i run it nothing happens. This is the terminal ouput:

    steven@steven-desktop:~$ ipblock
    error: You must be root to use ipblock
    steven@steven-desktop:~$ sudo ipblock
    steven@steven-desktop:~$

    I do that and no windows or anything come up. The process doesnt show up in the system monitor either.

    Edit:
    Nevermind my problem. I'll just use the built-in ip blocker in deluge with the pg2 lists.
    Last edited by NoSmokingBandit; October 30th, 2007 at 08:09 PM.

  5. #75
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    Code:
    sudo ipblock -h
    This would show the available options.
    iplist

    "Specialization is for Insects", R. Heinlein

  6. #76
    Join Date
    May 2007
    Beans
    360

    Re: HOWTO: Graphical IP Blocker

    steven@steven-desktop:~$ sudo ipblock -g
    Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    at java.awt.Toolkit.getDefaultToolkit(libgcj.so.81)
    at java.awt.EventQueue.invokeLater(libgcj.so.81)
    at org.ipblock.gui.ipblockUI.main(Unknown Source)
    Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer: libgtkpeer.so: cannot open shared object file: No such file or directory
    at java.lang.Runtime._load(libgcj.so.81)
    at java.lang.Runtime.loadLibrary(libgcj.so.81)
    at java.lang.System.loadLibrary(libgcj.so.81)
    at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>(libgcj.s o.81)
    at java.lang.Class.initializeClass(libgcj.so.81)
    at java.lang.Class.forName(libgcj.so.81)
    at java.awt.Toolkit.getDefaultToolkit(libgcj.so.81)
    ...2 more
    steven@steven-desktop:~$

    ...is what happens. I have no idea how to even start reading that...

  7. #77
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    It looks like libgj is conflicting with sun's virtual machine (had a similar problem on Debian Etch). If you use sun's vm it is safe to remove gcj to fix this.

    Code:
    dpkg --list | grep gcj
    This will show the version of gcj-<version>-base that can be removed.
    Code:
    aptitude remove gcj-<version>-base
    iplist

    "Specialization is for Insects", R. Heinlein

  8. #78
    Join Date
    May 2007
    Beans
    360

    Re: HOWTO: Graphical IP Blocker

    aha! Runs perfect now. Thanks for the help!

  9. #79
    Join Date
    May 2007
    Beans
    360

    Re: HOWTO: Graphical IP Blocker

    Is anyone else unable to load the Level1 block list? I havent been able to get it the past few days :/

  10. #80
    Join Date
    Nov 2007
    Beans
    44
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Graphical IP Blocker

    installed it got it up and running but few questions.

    I've managed to update the level1 list but when I run bit torrent I get no log reports of ips blocked.

    Does this give you information in the graphic interface of ips that have been blocked simaler to peer guardian 2 ?

    Also I have a custom list of ips I wish to add how do I go about that pg2 just took the text file but do I have to convert the file into a different file format other than txt for it to use it ?

    Seems to work ok just want to get the best out of it.

Page 8 of 52 FirstFirst ... 67891018 ... LastLast

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
  •