Jump to content

Jasager v2 launched


Recommended Posts

When I get it working again I'll let you know. The old Fon that didn't accept packages would give out dhcp addresses. I've since flashed that and not tried to set it up on either of two current ones.

I'll get it up and running and let you know.

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

I finally got around to updating to v2.1 after installing the ruby packages I did get the ipkg: fork failed: cannot allocate memory error but after a power cycle then copying the jasager_2.1.ipk package back to the fon it said it installed properly and with success. It did hang on starting jasager as well for awhile then I just power cycled again and when I log into the fon via 192.168.1.1 it directs me to the status "http://192.168.1.1/cgi-bin/status.rb" and this is all I see:

./connected_clients.inc.rb:8:in `initialize': No such file or directory - /karma/log/status.log (Errno::ENOENT)
    from ./connected_clients.inc.rb:8:in `open'
    from ./connected_clients.inc.rb:8
    from /www/cgi-bin/status.rb:210:in `require'
    from /www/cgi-bin/status.rb:210
Content-type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Jasager - Karma on the Fon</title>
    <meta name="description" content="Karma on the Fon" />
    <meta name="keywords" content="jasager karma fon"/>
    <link rel="stylesheet" type="text/css" href="/css/jasager.css" />
    <script src="/prototype.js" type="text/javascript"></script>
    <script src="/jasager.js" type="text/javascript"></script>
</head>
<body onload="init()"><div id="body-wrap">
    <h1>Jasager</h1>
    <div id="top-panel"><div class="wrap">
    <div id="messages-panel">
        <h2>Help/Messages</h2>
        <div id="messages-replace">
            <p class="credits">Welcome to <a href="http://www.digininja.org/jasager/">Jasager v.1</a>.</p><h3>Design and Build</h3><p class="credits"><a href="mailto:dninja@gmail.com">Robin Wood</a> @ <a href="http://www.digininja.org">DigiNinja.org</a></p><h3>Testing, hardware supplier and promotion</h3><p class="credits">Darren @ <a href="http://www.hak5.org/">Hak5</a></p><h3>Original idea, support and testing</h3><p class="credits">Mubix @ <a href="http://www.room362.com/">Room362</a></p>
        </div>
        <p class="help"><a onclick="return show_help('credits')" href="status.rb?help=credits">Credits<span></span></a></p>
    </div>
    <div id="status-panel">
        <h2>Status / Main Controls</h2>
        <form method="post" action="/cgi-bin/status.rb">
            <p>
Interface is currently: 
<span id="ifline" style="color:green;">Up</span>
<input name="bringup" type="submit" value="Change" onclick="return ifup()"  />
<br />
Karma is currently: 
<span id="statusline" style="color:red;">Off</span>
<input name="karmastatus" type="submit" value="Change" onclick="return karmaup()" />
<br />
Black/Whitelist mode: 
<span id="blackwhiteline" style="color:black;">Blacklist</span>
        <input name="blackwhite" type="submit" value="Change" onclick="return blackwhit()" />
        <br />
    
        Reset SSID list: <input name="reset" type="submit" value="Reset SSID list" onclick="return resetlist()" /><br />
        <label for="add_ssid_value">Add SSID to list:</label>
        <input id="add_ssid_value" name="add_ssid_value" type="text" value="" /> <input name="add" type="submit" value="Add SSID to list" onclick="return addtolist()" /><br />
    </p>
    </form>
    <p class="help"><a onclick="return show_help('status')" href="status.rb?help=status">Help<span> with Status</span></a></p>
    </div><!-- /#status -->
    
    <div class="clear"></div>
    </div></div><!-- /#top-panel -->
    

<div id="bottom-panel"><div class="wrap">
<div id="clients-panel">
    <h2>Connected Clients</h2>
    <p class="explain">A list of connected clients.</p>
    <script type="text/javascript">
    /* <![CDATA[ */
    document.write ('<input type="button" value="Refresh client list" onclick="refresh_connected_clients()" />');
    /* ]]> */
    </script>    
    <div id="connected-clients">

Link to comment
Share on other sites

As you said, the ruby package didn't install. Because of this nothing is parsing the page before putting it out so you can getting the raw ruby script rather than the ruby parsed output.

Try installing the ruby packages again.

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...