File: how_to_interpret_errors.txt

package info (click to toggle)
audiolink 0.05-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 372 kB
  • sloc: perl: 653; makefile: 66
file content (25 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
If AudioLink doesn't work as it's expected to, go through this doc for
the errors you get (if any), and try to rectify the situation. If it
doesn't work, file a bug report at:


https://sourceforge.net/tracker/?group_id=89886&atid=591752

Try to include as many details as possible in your bug report. Thanks.


"couldn't create symlink for file <filename>"
	  1. This would ususally mean that the symlink for the file
	     already exists.
	  2. This could also mean that the filesystem you're running
	     on doesn't support symlinks (eg., Windows).
	  3. This could also mean that changing to the target
	     directory failed or some other error occured. If
	     possible, gather more information about the problem and
	     file a bug report.

"can't create directory <dirname>\n"
       1. Check for permissions. Try creating a directory manually in
       the specified path and check if it fails. If it doesn't, file a
       bug report.