Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Suche: oscam v11517-X64 für Vserver

ich habe schonmal kompiliert mit ipc auf einem raspberry.Bin allerdings grade dabei ins Haus einzuziehen und es ist alles andere noch in Kisten..neuer Provider usw :(
 
Bitte
oscam v11572-X64 für Vserver mit Cache ex
weil ich habe selbst probiert aber leider nicht geschaft
 
+-------------------------------------------------------------------------------
| OSCam ver: 1.20_svn rev: 11572 target: x86_64-linux-gnu-ssl
| Tools:
| CROSS =
| CC = gcc
| Settings:
| CONF_DIR = /usr/local/etc
| CC_OPTS = -O2 -ggdb -pipe -ffunction-sections -fdata-sections
| CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
| CFLAGS = -DWITH_SSL=1 -DWITH_LIBCRYPTO=1
| LDFLAGS = -Wl,--gc-sections -DWITH_SSL=1 -DWITH_LIBCRYPTO=1
| LIBS = -lssl -lcrypto -lm -lpthread -ldl
| UseFlags = USE_SSL=1 USE_LIBCRYPTO=1
| Config:
| Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY TOUCH WITH_SSL IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CW_CYCLE_CHECK LCDSUPPORT
| Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE
| Readers : NAGRA NAGRA_MERLIN IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : PHOENIX SMARGO STINGER
| Compiler : gcc (Ubuntu 8.3.0-6ubuntu1) 8.3.0
| Config : build/x86_64-linux-gnu-ssl/config.mak
| Binary : Distribution/oscam-1.20_svn11572-x86_64-linux-gnu-ssl
+-------------------------------------------------------------------------------

Und was genau ist da jetzt so schwierig? Sind doch nur drei Befehle. OScam Self-made (kompilieren)
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
alle drei Befehle. OScam Self-made (kompilieren)

oscam liegt /usr/bin

oscam restartet

aber zeigt immer noch OSCam: 1.20_svn Build: r11517 Compiler: x86_64-linux-gnu-ssl-libusb

warum zeigt immer noch alte version ich weiß nicht
 
wo liegt oscam.version /tmp ?

wenn ich status schaue (Webif) zeigt immer noch alte version
 
immer noch alte

Unix starttime: 1578179015
Starttime: 05.01.2020 00:03:35
Version: oscam-1.20_svn-r11517
Compiler: x86_64-linux-gnu-ssl-libusb
Box type: generic (generic)
PID: 496
TempDir: /tmp/.oscam
GBox tmp_dir: not defined using: /tmp/.oscam
ConfigDir: /usr/local/etc/
WebifPort: 4521
 
Hast du Oscam über das WebIf neu gestartet? Das funzt so nicht.
Du musst die alte OScam beenden, und dann die neue aus der Shell starten
 
Hallo alex
nur für testing ich habe bananapi debian installiert und oscam compliert
alles gut gelaufen zeigt oscam 572
aber wenn ich starte findet keine oscam

2 root@bananapi ~/oscam-svn (svn)-[trunk:11572] # oscam start :(
zsh: command not found: oscam

Oscam liegt Root/bin oder ?

ich habe auch use/bin geschaut keine oscam drinn
 
Die fertige kompilierte Oscam liegt im Unterverzeichnis Distribution, also in deinem Fall ~/oscam-svn/Distribution
Wo die Oscam bei dir liegen soll, kann ich dir aber nicht sagen, aber für gnau so was gibt es auch IPC
 
wie kann mann starten mit welche befehl in debian, und je reboot immer auto start ?

wenn ich oscam start gebe
command nicht gefunden
 
Wenn du dir IPC installierst ist das alles geregelt.

Sonst hier die Startparameter:

Usage: oscam [parameters]

Directories:
-c, --config-dir <dir> | Read configuration files from <dir>.
. Default: /usr/local/etc
-t, --temp-dir <dir> | Set temporary directory to <dir>.
. Default: /tmp/.oscam

Startup:
-b, --daemon | Start in the background as daemon.
-B, --pidfile <pidfile> | Create pidfile when starting.
-r, --restart <level> | Set restart level:
. 0 - Restart disabled (exit on restart request).
. 1 - WebIf restart is active (default).
. 2 - Like 1, but also restart on segfaults.
-w, --wait <secs> | Set how much seconds to wait at startup for the
. system clock to be set correctly. Default: 60

Logging:
-I, --syslog-ident <ident> | Set syslog ident. Default: oscam
-S, --show-sensitive | Do not filter sensitive info (card serials, boxids)
. from the logs.
-d, --debug <level> | Set debug level mask used for logging:
. 0 - No extra debugging (default).
. 1 - Detailed error messages.
. 2 - ATR parsing info, ECM, EMM and CW dumps.
. 4 - Traffic from/to the reader.
. 8 - Traffic from/to the clients.
. 16 - Traffic to the reader-device on IFD layer.
. 32 - Traffic to the reader-device on I/O layer.
. 64 - EMM logging.
. 128 - DVBAPI logging.
. 256 - Loadbalancer logging.
. 512 - CACHEEX logging.
. 1024 - Client ECM logging.
. 2048 - CSP logging.
. 4096 - CWC logging.
. 65535 - Debug all.

Settings:
-p, --pending-ecm <num> | Set the maximum number of pending ECM packets.
. Default: 32 Max: 4096
-u, --utf8 | Enable WebIf support for UTF-8 charset.

Debug parameters:
-a, --crash-dump | Write oscam.crash file on segfault. This option
. needs GDB to be installed and OSCam executable to
. contain the debug information (run oscam-XXXX.debug)
-s, --capture-segfaults | Capture segmentation faults.
-g, --gcollect <mode> | Garbage collector debug mode:
. 1 - Immediate free.
. 2 - Check for double frees.

Information:
-h, --help | Show command line help text.
-V, --build-info | Show OSCam binary configuration and version.

Und der Befehl müsste in /etc/rc.local
 
Zurück
Oben