Coder Social home page Coder Social logo

Comments (4)

JonnyHightower avatar JonnyHightower commented on June 14, 2024

Hi M1chael,
It works fine for me on Debian 8. Can you run neet-update and try again please? If you still get the same error, please send me the output of the following commands:

  • /sbin/ip addr show
  • /sbin/route -n
  • the entire command line you used to start Neet.

Thanks!

from neet.

M1chael avatar M1chael commented on June 14, 2024

Hello Jonny.
Thanks for reply! neet-update was my first try. It didn't help.

/sbin/ip addr show
35: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 5e:48:6f:66:63:24 brd ff:ff:ff:ff:ff:ff
inet 10.<x>.<y>.8/24 brd 10.<x>.<y>.255 scope global eth0
inet6 fe80::5c48:6fff:fe66:6324/64 scope link 
valid_lft forever preferred_lft forever
37: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN group default 
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host 
valid_lft forever preferred_lft forever

/sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.<x>.<y>.1    0.0.0.0         UG    0      0        0 eth0
10.<x>.<y>.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0

neet -I 176.9.<a>.<b>
neet 176.9.<a>.<b>

from neet.

JonnyHightower avatar JonnyHightower commented on June 14, 2024

Thank you. My fault! To fix it, edit /opt/neet/core/Neet/MainScan.pm. In line 322, replace:
if ($line =~ /^\d:/){
with
if ($line =~ /^\d+:/){
I'll get a new release pushed out shortly. Thanks for letting me know!

from neet.

M1chael avatar M1chael commented on June 14, 2024

Perfect! It works! Thanks for the so fast fix!

from neet.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.