init: exception encountered during start phase: Sys_error("/var/log/liquidsoap/radio.log: Permission denied")
# техническая папка tech = "/home/user/radio/log" # логи set("log.file.path","#{tech}/liquidsoap.log") # путь к файлу лога set("log.level", 3) # уровень логирования
sudo /etc/init.d/liquidsoap start
~/liquidsoap# make init git fetch git branch --set-upstream-to=origin/master master error: unknown option `set-upstream-to=origin/master' usage: git branch [options] [-r | -a] [--merged | --no-merged] or: git branch [options] [-l] [-f] <branchname> [<start-point>] or: git branch [options] [-r] (-d | -D) <branchname> or: git branch [options] (-m | -M) [<oldbranch>] <newbranch> Generic options -v, --verbose be verbose -t, --track set up tracking mode (see git-pull(1)) --set-upstream change upstream info --color[=<when>] use colored output -r act on remote-tracking branches --contains <commit> print only branches that contain the commit --abbrev[=<n>] use <n> digits to display SHA-1s Specific git-branch actions: -a list both remote-tracking and local branches -d delete fully merged branch -D delete branch (even if not merged) -m move/rename a branch and its reflog -M move/rename a branch, even if target exists -l create the branch's reflog -f, --force force creation (when already exists) --no-merged <commit> print only not merged branches --merged <commit> print only merged branches make: *** [init] Error 129
Reading package lists... Done Building dependency tree Reading state information... Done git is already the newest version. git set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.