Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

forked-daapd(8) [debian man page]

FORKED-DAAPD(8) 					      RSP & DAAP media server						   FORKED-DAAPD(8)

NAME
mt-daapd - RSP & iTunes-compatible DAAP server SYNOPSIS
forked-daapd [options] DESCRIPTION
forked-daapd is an RSP (Roku Streaming Protocol) and DAAP (Digital Audio Access Protocol) server. It allows you to share your music collec- tion over the local network using the RSP protocol used by devices from Roku and/or the DAAP protocol also used by Apple's iTunes. OPTIONS
-d level Log level (0-5). -D dom,..,dom Debug domains; available domains are: config, daap, db, httpd, main, mdns, misc, rsp, scan, xcode, event. -s Synchronous logging; logging is asynchronous by default. Use when debugging, especially if debugging a crash. -c file Use file as the configuration file. -P file Write PID to file. -f Run in the foreground. -b ffid ffid to be broadcast in mDNS records. -v Display version information. FILES
/etc/forked-daapd.conf /var/cache/forked-daapd AUTHORS
forked-daapd was written by Julien BLACHE <jb@jblache.org> as a fork/rewrite of mt-daapd. mt-daapd was written by Ron Pedde <ron@pedde.com>. This manual page was written by Rogerio Brito <rbrito@users.sf.net> and Julien BLACHE <jblache@debian.org> for the Debian project (but may be used by others). forked-daapd 2010-07-18 FORKED-DAAPD(8)

Check Out this Related Man Page

sane-config(1)						      General Commands Manual						    sane-config(1)

NAME
sane-config - get information about the installed version of libsane SYNOPSIS
sane-config [--prefix] [--exec-prefix] [--libs] [--cflags] [--ldflags] [--version] [--help [OPTION]] DESCRIPTION
sane-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link SANE frontends to a SANE backend library (libsane). OPTIONS
sane-config accepts the following options: --version Print the currently installed version of libsane on the standard output. --help OPTION Print a short usage message. If OPTION is specified, help for that option (e.g. --libs) is printed (if available). --libs Print the additional libraries that are necessary to link a SANE frontend to libsane. --ldflags Print the linker flags that are necessary to link a SANE frontend to libsane. --cflags Print the compiler flags that are necessary to compile a SANE frontend. --prefix Print the prefix used during compilation of libsane. --exec-prefix Print the exec-prefix used during compilation of libsane. SEE ALSO
sane(7) AUTHOR
This manual page was written by Julien BLACHE <jblache@debian.org>, for the Debian GNU/Linux system (but may be used by others). 15 October 2002 sane-config(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Script causing multi forked porcess - not sure why ?

Hi, I am facing a queer situation, when i run the below script it starts up multiple forked process and hangs the unix server , we had to reboot the server once. Can someone pls help me understand why the script is causing multiple processes to start . If i run ps -ef rename.sh , after i start... (2 Replies)
Discussion started by: learnoutmore99
2 Replies