Opened 13 years ago
Closed 13 years ago
#537 closed defect (fixed)
cfg and log mixup
Reported by: | yoda | Owned by: | David Azarewicz |
---|---|---|---|
Priority: | major | Milestone: | Release 4.00 |
Component: | Daemon | Version: | 3.20.01 |
Keywords: | Cc: |
Description
In MPTN\ETC\ACPID.CFG:
If I specify: VBESave = 0xf Daemon will output: VBE:0x0
If I specify: VBESave = 15 Daemon will output: VBE:0xf
If I specify: AcpiLog = D:\AcpiCA.log then I do get a file named AcpiCA.log in root; but it contains the output from ACPIDAEMON, not anything from ACPICA$ as I would have expected.
Change History (1)
comment:1 by , 13 years ago
Component: | ACPI PSD → Daemon |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The daemon config file only accepts decimal numbers. I have updated the documentation.
VBESave is not supported at this time.
There was a typo that caused the same file name to be used for both log files. This has been fixed and will be included in the next release.