I am really new to the console Linux and it is hard for me some times, I have no idea how to edit this file. I have tried VI but I can not get it act right, it will open the file but I can not edit it and if I did I have no idea how to save it. and VI references are way to advanced to help a starter.
I would love to edit it using the web interface but that directory is not available. I would really appreciate some simple step by steps.
Thanks
Place the cursor on line 29 over the “o” (of outn), press “i” (means insert) and write //
Place the cursor on line 75 over the “o” (of out) and write //
Press ESC
Write :wq and press enter
The reason that commenting out these two lines works is that that avoids the calls to outn() and out() that are failing. Looks like these functions just output text to the console, so it’s no big loss to comment them out, but it would be a more elegant solution to resolve the missing include or whatever is causing them to be undefined.
sorry guys, was stuck in in flight delays all yesterday. Should be fixed. As a future hint - you can always try the module_admin command line version which would also fix this. Or - upgrade to 2.4, that one works fine:)