Skip to content

Instantly share code, notes, and snippets.

View alavit-d's full-sized avatar

Aymeric Lavit d'Hautefort alavit-d

View GitHub Profile
@alavit-d
alavit-d / README.md
Last active August 31, 2016 17:25
Setup dhcp for Rig

#Setup dhcp for Rig

  • Set static IP on network: ex on enxf01e34002108: sudo ifconfig enxf01e34002108 192.168.50.0
  • Setup file in /etc/dhcp/dhcpd.conf - as options routers ip set IP getting net access
  • Setup correct interface in /etc/default/isc-dhcp-server
  • sudo service isc-dhcp-server restart
  • sudo service isc-dhcp-server status
  • for debug: sudo tcpdump -n -i enxf01e34002108 port bootps or port bootpc
  • for DNS using the google DNS: add /etc/resolvconf/resolv.conf.d/tail
test
2015-06-29 12:11:27: Starting execution sequence in -fork mode- for app name:throw-later id:0
fs.js:540
binding.open(pathModule._makeLong(path),
^
TypeError: path must be a string
at TypeError (native)
at Object.fs.open (fs.js:540:11)
at OpenReq.process (/home/travis/build/Unitech/PM2/node_modules/chokidar/node_modules/readdirp/node_modules/graceful-fs/graceful-fs.js:55:16)
at OpenReq.Req (/home/travis/build/Unitech/PM2/node_modules/chokidar/node_modules/readdirp/node_modules/graceful-fs/graceful-fs.js:126:8)