Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.32 KB | None | 0 0
  1. root@......'s password:
  2. [root@moi /]# cd /root
  3. [root@moi /root]# ./oscam-tbs-moi --help
  4.  ___  ____   ___
  5. / _ \/ ___| / __|__ _ _ __ ___
  6. | | | \___ \| |  / _` | '_ ` _ \
  7. | |_| |___) | |_| (_| | | | | | |
  8.  \___/|____/ \___\__,_|_| |_| |_|
  9.  
  10. OSCam cardserver v1.20-unstable_svn, build r9813 (arm-none-linux-gnueabi)
  11. Copyright (C) 2009-2013 OSCam developers.
  12. This program is distributed under GPLv3.
  13. OSCam is based on Streamboard mp-cardserver v0.9d written by dukat
  14. Visit http://www.streamboard.tv/oscam/ for more details.
  15.  
  16.  ConfigDir  : /usr/local/etc
  17.  
  18.  Usage: oscam [parameters]
  19.  
  20.  Directories:
  21.  -c, --config-dir <dir>  | Read configuration files from <dir>.
  22.                          . Default: /usr/local/etc
  23.  -t, --temp-dir <dir>    | Set temporary directory to <dir>.
  24.                          . Default: /tmp/.oscam
  25.  
  26.  Startup:
  27.  -b, --daemon            | Start in the background as daemon.
  28.  -B, --pidfile <pidfile> | Create pidfile when starting.
  29.  -r, --restart <level>   | Set restart level:
  30.                          .   0 - Restart disabled (exit on restart request).
  31.                          .   1 - WebIf restart is active (default).
  32.                          .   2 - Like 1, but also restart on segfaults.
  33.  -w, --wait <secs>       | Set how much seconds to wait at startup for the
  34.                          . system clock to be set correctly. Default: 60
  35.  
  36.  Logging:
  37.  -I, --syslog-ident <ident> | Set syslog ident. Default: oscam
  38.  -S, --show-sensitive    | Do not filter sensitive info (card serials, boxids)
  39.                          . from the logs.
  40.  -d, --debug <level>     | Set debug level mask used for logging:
  41.                          .     0 - No extra debugging (default).
  42.                          .     1 - Detailed error messages.
  43.                          .     2 - ATR parsing info, ECM, EMM and CW dumps.
  44.                          .     4 - Traffic from/to the reader.
  45.                          .     8 - Traffic from/to the clients.
  46.                          .    16 - Traffic to the reader-device on IFD layer.
  47.                          .    32 - Traffic to the reader-device on I/O layer.
  48.                          .    64 - EMM logging.
  49.                          .   128 - DVBAPI logging.
  50.                          .   256 - Loadbalancer logging.
  51.                          .   512 - CACHEEX logging.
  52.                          .  1024 - Client ECM logging.
  53.                          .  2048 - CSP logging.
  54.                          .  4096 - CWC logging.
  55.                          . 65535 - Debug all.
  56.  
  57.  Settings:
  58.  -p, --pending-ecm <num> | Set the maximum number of pending ECM packets.
  59.                          . Default: 32 Max: 4096
  60.  -u, --utf8              | Enable WebIf support for UTF-8 charset.
  61.  
  62.  Debug parameters:
  63.  -a, --crash-dump        | Write oscam.crash file on segfault. This option
  64.                          . needs GDB to be installed and OSCam executable to
  65.                          . contain the debug information (run oscam-XXXX.debug)
  66.  -s, --capture-segfaults | Capture segmentation faults.
  67.  -g, --gcollect <mode>   | Garbage collector debug mode:
  68.                          .   1 - Immediate free.
  69.                          .   2 - Check for double frees.
  70.  
  71.  Information:
  72.  -h, --help              | Show command line help text.
  73.  -V, --build-info        | Show OSCam binary configuration and version.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement