Actions
Bug #827
closedMultiple bugs in pinet headless mode
Start date:
25 Mar 2021
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
- Second cycle (third button press) does not restart AP mode.
- SSID in hostapd.aponly is "piplayer" for pisentry.
- /tmp/pinet.done is not cleaned up upon returning to normal mode.
- Daemon mode doesn't create or write to the log file.
Updated by Hammel over 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
SSID issue is fixed and pushed.
Updated by Hammel over 3 years ago
- % Done changed from 20 to 40
- Second cycle problem: Need to call unsetCLIFlag(CLI_AP_RUNNING) in pinet-gpio.c:quit().
- Dangling pinet.done: Need to unlink file in pinet-gpio.c:quit().
- Daemon mode problem: Don't use -D but rather use start-stop-daemon -b in init script. Either that or fix daemon() in pinet-gpio.c.
Updated by Hammel over 3 years ago
- % Done changed from 40 to 80
All bugs fixed and pushed but they need proper testing on hw.
Updated by Hammel over 3 years ago
- % Done changed from 80 to 70
Another bug: postinst tries to update appmgr.priv but appmgr isn't installed with pisentry.
Updated by Hammel over 3 years ago
All fixes, including postinst, ready for testing (but not committed yet).
Updated by Hammel over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Fixes tested and verified. Changes committed and pushed.
Closing issue.
Actions