User Feedback :: various problem with DSL 3.0



What changed starting in 3.0 was the addition of ACPI power management modules. From your printout it appears that your computer does have and tries to use ACPI. So, do try the various ACPI=xxx   options. acpi=off, or acpi=force, etc.
Quote (cbagger01 @ June 26 2006,00:31)
Does

dsl legacy acpi=off

work?

legacy?
What does it do?

Quote (vees @ June 22 2006,08:10)
Code Sample
dpi_socket_dir.c:63: tst_dir: access : No such file or directory
- /tmp/dsl-r1b1bc/
debug_msg - init_sockdir: The socket directory /tmp/dsl-r1b1bc does not exist or is not a directory
dpi_socket_dir.c:85: mk_sockdir: a_Misc_mkdtemp :  - /tmp/dsl-l8ctg8
dpi_socket_dir.c:123: init_sockdir: mk_sockdir :  - Failed to create dpi socket directory
main.c:243: main: init_sockdir : Failed to create socket directory


AS ROOT:

Code Sample
dpi.c:61: a_Dpi_rd_dpi_socket_dir: access : No such file or directory
- /root/.dillo

Notice in the original post "Failed to create socket directory" under 3.0 and unionfs.

Notice that it does work with 3.0.1 and no unionfs.  It looks to me like there were file system issues as originally stated by kerry and the switch to no unionfs fixed the problem (hence socket directory could be created).

I have had no problems with my compaq armada 7800 and 3.0rc2 but I don't have acpi (actually I turned it off in the bios).  There may be an issue with the knoppix-autoconfig  making a change with acpi detection on your system that affects the file system and confuses unionfs at the start which shows up later.  It may not even be related to acpi but just unionfs or unionfs and something else.


original here.