Reply To: Cannot connect to set up

#6441
rpedde
Participant

@KeithO wrote:

open(“/var/cache/mt-daapd/songs.gdb”, O_RDWR|O_CREAT, 0600) = -1 EACCES (Permission denied)
write(2, “Could not open songs database (/”…, 81Could not open songs database (/var/cache/mt-daapd/songs.gdb): Permission denied
) = 81
[/code]

i appreciate you helping me with this.

Hrm. That really does show access denied when trying to create that. You ran this as root, right?

Did that file already exist there? Can you touch a file in that directory? How strange.

Might be worth trying to rebuild the package from scratch. Do you have development tools on that machine?