The issue tracker has been moved https://gitlab.archlinux.org/archlinux/archiso/-/issues
FS#14486 - AIF fails when loading remote procedure
Attached to Project:
Release Engineering
Opened by tuxce (tuxce) - Tuesday, 28 April 2009, 16:10 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 15 June 2009, 11:18 GMT
Opened by tuxce (tuxce) - Tuesday, 28 April 2009, 16:10 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 15 June 2009, 11:18 GMT
|
Detailsaif.sh sets wrong module when executing a remote procedure:
# aif -p http://example.org/example-procedure ERROR: Something went wrong while sourcing procedure /usr/lib/aif/user/http/procedures/http://example.org/example-procedure The error is in lib-flowcontrol.sh, module should be "http" instead of "http:". But even with the good module name: # aif -p http://example.org/example-procedure ERROR: Could not download procedure http://example.org/example-procedure This is because $RUNTIME_DIR (/tmp/aif) doesn't exist for the first execution. Patch attached. |
This task depends upon
aif.patch
http://projects.archlinux.org/?p=aif.git;a=commitdiff;h=86d47cc4f61bd61f2f11dbc8e6075120f815ab71
Please retest