hi---found the problem-make allyesconfig cause enabling Binary signing with X.509 certificate--- anabling this option cause error on load and shutdown oscam!!!
Search Criteria
Package Details: oscam-git 11847-1
Package Actions
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.130337 |
First Submitted: | 2015-10-03 09:35 (UTC) |
Last Updated: | 2024-11-12 09:00 (UTC) |
Dependencies (7)
- libdvbcsaAUR (libdvbcsa-gitAUR)
- libusb (libusb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcsclite (pcsclite-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- ccid (ccid-gitAUR, ccid-morphoAUR) (optional) – PC/SC reader generic driver
- pcsclite (pcsclite-gitAUR) (optional) – for use with PC/SC readers
Required by (1)
Sources (3)
huxus commented on 2024-12-05 08:26 (UTC)
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.
JulianXhokaxhiu commented on 2019-08-08 22:03 (UTC)
@Alad thanks for the suggestion :) Fixed on the new release
Alad commented on 2019-08-05 13:02 (UTC)
This is NOT how you use SRCDEST
. SRCDEST
is the place where downloaded archives are placed, and this PKGBUILD only works by coincidence because makepkg
sets "$startdir"
as the default value for this variable. (If the user explicitely defines SRCDEST
as something else, it won't work).
You presumably meant "$srcdir"
, however cd "$pkgname"
suffices since makepkg
starts in "$srcdir"
already.
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.