Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mulog(1) [debian man page]

MULOG(1)							Museek Daemon Plus							  MULOG(1)

NAME
Mulog - Chat Logging Script for Museekd DESCRIPTION
Mulog is command-line Python script that connects to museekd(1) and saves chat messages into log files. Under the Log Directory, it creates room & private subdirectories and a syslog file. If it loses connection with museekd, it will automatically exit. Setting the interface and password on the command-line is a security risk. Since interface and password settings are saved to the config file when set, you should set them, exit mulog, and restart mulog without the options on the commandline..LP Before running, you will need a working museekd(1) and need to know your museekd interface and interface password. Configure those with musetup(1). SYNOPSIS
mulog [-c <config-filename> ] [--config <config-filename>] [-i <host:port | /socket.path>] [--interface <host:port | /socket.path> [-p <interface-password>] [--password <inteface-password>] [-l <directory>] [--log <directory>] [-v] [--version] [-h] [--help] OPTIONS
Mulog accepts the following options: -c <filename>, --config <filename> Use a different config file. -l <directory>, --log <directory> Use a different chat log directory. -i, --interface <host:port | /socket.path> Choose a different interface (saved to config file) -p, --password <interface-password> Choose a different password (saved to config file) -v, --version Display Version and exit. -h, --help Display Help and exit. EXAMPLE
To run this program the standard way type: mulog Alternativly you use a different config file with: mulog --config mulog.config To set the interface password: mulog --password 1234567890 FILES
~/.museekd/mulog.config The default location for the mulog config file. ~/.museekd/logs/ The default log directory. ~/.museekd/logs/syslog The museekd error/connection log file. ~/.museekd/logs/room/ The directory where chat room logs are stored. ~/.museekd/logs/private/ The directory where private chat logs are stored. AUTHORS
Hyriand <hyriand@thegraveyard.org> daelstorm <daelstorm@gmail.com> SEE ALSO
mucous(1) murmur(1) muscan(1) muscand(1)museekcontrol(1) museekd(1) musetup(1) musetup-gtk(1) museeq(1) daelstorm Release 0.2.0 MULOG(1)

Check Out this Related Man Page

MUSCAN(1)							Museek Daemon Plus							 MUSCAN(1)

NAME
Muscan - File scanner for Museek SYNOPSIS
muscan [-c <filename>] [--config <filename>] [-b] [--buddy] [-v] [--verbose] [-r] [--rescan] [-n] [--noscan] [-s <directory>] [--share <directory>] [-u <directory>] [--unshare <directory>] [-l] [--list] [-h] [--help] DESCRIPTION
Muscan scans paths & files to be shared by museekd(1). It creates a database of files, with meta-data for MP3 and OGG Vorbis files, if Vor- bis support was compiled in. There are two available shares databases, Normal and Buddies-Only. Buddies-Only is an optional shares database that, if enabled, is only accessible by the users you've chosen as "Buddies". Before running muscan, you will need a configured museekd, which can be done with musetup(1) or fI>musetup-gtk(1), and add some shared paths with either of the setup tools or with muscan(1). OPTIONS
Muscan accepts the following options: -c <filename>, --config <filename> Use a different config file. -b, --buddy Select Buddy-Only Shares. -s <directory>, --share <directory> Add directory to shares. -u <directory>, --unshare <directory> Remove directory from shares. -r, --rescan Rescan shares. -n, --noscan Do not rescan shares. -v, --verbose Be verbose while scanning shares. -l, --list Display list of shared directories. -h, --help Display Help, version and exit. EXAMPLE
To run a quick shares update, run: muscan or muscan -b To rescan everything, run: muscan -r or muscan -b -r Alternatively you use a different config file with: muscan --config config.xml FILES
~/.museekd/config.xml The default location for the museekd config file. ~/.museekd/config.shares The default location for the Normal shares database. ~/.museekd/config.shares.state The default location for the active Normal shares database. ~/.museekd/config.buddyshares The default location for the Buddy shares database. ~/.museekd/config.buddyshares.state The default location for the active Buddy shares database's. AUTHORS
Hyriand <hyriand@thegraveyard.org> daelstorm <daelstorm@gmail.com> SEE ALSO
mucous(1) mulog(1) murmur(1) muscand(1) museekcontrol(1) museekd(1) museeq(1) musetup(1) musetup-gtk(1) daelstorm Release 0.2.0 MUSCAN(1)
Man Page