Package Details: oscam-git 11866-1

Git Clone URL: https://aur.archlinux.org/oscam-git.git (read-only, click to copy)
Package Base: oscam-git
Description: Open Source Conditional Access Module software
Upstream URL: http://www.streamboard.tv/oscam
Keywords: cccam oscam
Licenses: GPL3
Conflicts: oscam-svn
Submitter: JulianXhokaxhiu
Maintainer: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 6
Popularity: 0.052129
First Submitted: 2015-10-03 09:35 (UTC)
Last Updated: 2025-01-12 11:23 (UTC)

Dependencies (7)

Required by (0)

Sources (3)

Pinned Comments

JulianXhokaxhiu commented on 2019-01-22 20:55 (UTC)

To anyone mentioning that pkgver is empty, I am not sure what are you talking about. On my side it works just fine, and here ( https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oscam-git#n7 ) it is declared.

Please stop flagging the package for no reason.

Latest Comments

1 2 3 4 5 Next › Last »

JulianXhokaxhiu commented on 2025-01-12 11:24 (UTC)

Sorry for the late reply, I disabled signing. Thanks for the heads up.

ericwoud commented on 2025-01-11 07:32 (UTC)

Please fix signing error:

diff --git a/PKGBUILD b/PKGBUILD
index 0f36d8b..799e2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,8 @@ build() {

   make allyesconfig

+  ./config.sh --disable WITH_SIGNING
+
   make -j$(getconf _NPROCESSORS_ONLN) \
        CONF_DIR=/var/lib/oscam \
        USE_SSL=1 \

huxus commented on 2024-12-05 08:26 (UTC)

hi---found the problem-make allyesconfig cause enabling Binary signing with X.509 certificate--- anabling this option cause error on load and shutdown oscam!!!

huxus commented on 2024-12-04 16:44 (UTC) (edited on 2024-12-05 10:53 (UTC) by huxus)

Hi

NOW oscam refuses to load!--- please help

huxus commented on 2024-12-01 16:43 (UTC) (edited on 2024-12-01 18:12 (UTC) by huxus)

Hi all ! / version 11847-1 does not run and fail in systemctl \ please see my terminal output : / systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION
● oscam.service loaded failed failed Open Source Conditional Access Module

Legend: LOAD → Reflects whether the unit definition was properly loaded. ACTIVE → The high-level unit activation state, i.e. generalization of SUB. SUB → The low-level unit activation state, values depend on unit type.

void09 commented on 2024-11-13 22:49 (UTC)

I think this compile option would fix it: -DWITH_SIGNING=OFF

void09 commented on 2024-11-13 17:27 (UTC) (edited on 2024-11-13 17:38 (UTC) by void09)

What is the minimum config needed to get the service running ? Installing and running out of the box results in fail for me : nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 56307 nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) signal handling initialized nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) exit oscam requested nov 13 19:29:25 myhost oscam[56307]: 00000000 s (signing) Signature = Error: Binary's signature is invalid! Shutting down... nov 13 19:29:25 myhost oscam[56307]: 00000000 s (signing) Certificate = Trusted CA Certificate, valid until 13.11.2025 19:15:13 nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) waiting for local card init nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) init for all local cards done nov 13 19:29:25 myhost oscam[56307]: 00000000 s (emmcache) loading emmcache disabled since no reader is using it! nov 13 19:29:25 myhost oscam[56307]: 00000000 s (emmcache) loading emmstats disabled since no reader is using it! nov 13 19:29:25 myhost oscam[56307]: 00000000 s (anticasc) anti cascading disabled nov 13 19:29:25 myhost oscam[56307]: 00000000 s (gbox) local gbox failed init nov 13 19:29:25 myhost oscam[56307]: 00000000 s (dvbapi) dvbapi channelcache saved to /var/lib/oscam/oscam.ccache nov 13 19:29:25 myhost oscam[56307]: 00000000 s (emmcache) saving emmcache disabled since no reader is using it! nov 13 19:29:25 myhost oscam[56307]: 00000000 s (emmcache) saving emmstats disabled since no reader is using it! nov 13 19:29:25 myhost oscam[56307]: 7B179B8C h (webif) webif: decompressed 178917 bytes back into 476048 bytes nov 13 19:29:25 myhost oscam[56307]: 7B179B8C h (webif) HTTP Server running. ip=:: port=8280 nov 13 19:29:25 myhost oscam[56307]: 00000000 s (config) userdb 0 accounts freed nov 13 19:29:25 myhost oscam[56307]: 00000000 s (config) readerdb 0 readers freed nov 13 19:29:25 myhost oscam[56307]: 00000000 s (main) cardserver down nov 13 19:29:26 myhost oscam[56307]: 7B179B8C h (webif) HTTP Server stopped

most likely it's from this : Signature = Error: Binary's signature is invalid! Shutting down...

void09 commented on 2024-11-12 08:22 (UTC)

No longer builds atm, I fixed it replacing pkgver like: pkgver() { cd "$pkgname" local full_version=$(./config.sh --oscam-version) echo "$full_version" | cut -d'-' -f2 }

JulianXhokaxhiu commented on 2023-07-02 21:07 (UTC)

@MarsSeed: You might be right but mine is actually way more maintained than the one in oscam-svn and it has a different build config compared to that one. So despite sharing a repository, they are very different in the way we build oscam.

I don't think it's right to delete this one IMHO.

MarsSeed commented on 2023-06-29 13:52 (UTC) (edited on 2023-07-02 21:37 (UTC) by MarsSeed)

I have submitted a deletion request, since this package builds from a Subversion repo and therefore is an exact duplicate of oscam-svn. People who need this module should use the latter package.