APF (from repo) strangeness

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

APF (from repo) strangeness

Unread post by Highland »

I've always installed APF from the gzip but I was pleased to see the atomic repo had it in there so I figured I'd run with that. All I've ever had to do is edit /etc/apf/conf.apf and the allow and deny files. But when attempting to start APF I get this

Code: Select all

# apf -s
/etc/apf/internals/internals.conf: line 59: /internals/rab.ports: No such file or directory
/etc/apf/internals/internals.conf: line 61: /internals/functions.apf: No such file or directory
/usr/sbin/apf: line 136: eout: command not found
/usr/sbin/apf: line 138: /internals/.last.full: No such file or directory
/usr/sbin/apf: line 152: devm: command not found
/usr/sbin/apf: line 154: /vnet/vnetgen: No such file or directory
/usr/sbin/apf: line 156: /firewall: No such file or directory
/usr/sbin/apf: line 160: bandmin: command not found
/usr/sbin/apf: line 162: eout: command not found
Any ideas what's going on?
"Its not a mac. I run linux... I'm actually cool." - scott
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Re: APF (from repo) strangeness

Unread post by Highland »

For some reason it was looking for INSTALL_PATH, which was not set. I set it and it still didn't want to work right. Threw another similar error after I fixed that one.

Code: Select all

# apf -s
/etc/apf/internals/functions.apf: line 27: $LOG_APF: ambiguous redirect
grep: 127.0.0.1: No such file or directory
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
/etc/apf/internals/functions.apf: line 27: $LOG_APF: ambiguous redirect (repeated about 20 times)
I finally just bit the bullet and went with the tarball.
Is this not ready for prime time?
"Its not a mac. I run linux... I'm actually cool." - scott
Post Reply