Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to MakeNL Next Generation.  <--  <--- Return to Home Page
   Networked Database  MakeNL Next Generation.   [77 / 109] RSS
 From   To   Subject   Date/Time 
Message   Kees van Eeten    mark lewis   latest linux version   October 20, 2018
 1:02 AM *  

Hello mark!

18 Oct 18 20:33, you wrote to all:

 ml> what's the latest version of makenl-ng available for linux?
 ml> do i need to download the latest repository version and build it for
 ml> x86_64? what problems might i face? (eg: problem detecting newest DOY
 ml> file)

 For the latest and the greatest,

 I run this as a cron job once a week. It all but replaces the the version
 on the default search path.

---8<----------------------------------------------------
#!/bin/bash

# Get initial source and compile makenl_ng

  if [ ! -d ./makenl-code ]
  then
      git clone -v git://git.code.sf.net/p/makenl/code makenl-code
      cd makenl-code/src
      make -f makefile.linux clean
      make -f makefile.linux
      cd -
  fi

# Check for updates and recompile if updated.

  cd  makenl-code
  git pull git://git.code.sf.net/p/makenl/code 2>&1 | grep -q "up-to-date"
  rc=$?

  if [ $rc -eq 1 ]
  then
    cd src
      make -f makefile.linux clean
      make -f makefile.linux
  fi
#
---8<------------------------------------------------------

 The DOY still uses the 7 day interval. So you need some external
 handling for dailies.

For daily net segments consider

publish Today
make network xx net-xx   ; "master data file", No input data.

For regions you will have to be more creative,

Kees

--- GoldED+/LNX 1.1.5
 * Origin: As for me, all I know is that, I know nothing. (2:280/5003.4)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to MakeNL Next Generation.  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0802 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_7mmhivjn3n3f08hjgov00v4jp6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_7mmhivjn3n3f08hjgov00v4jp6, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_7mmhivjn3n3f08hjgov00v4jp6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0