Posts by s3n0

    s3n0
    if someone asks can he make 2 oscam why do you answer the second question?

    if you know how to say if you don't keep quiet and don't write just to say later that you wrote....

    If someone writes to you that they want to have twice the same version of the Windows Server system installed or running on their computer or twice the same version of the Linux system as a server - the same two versions, don't you ask them why they want to practice it? After all, it is absolute nonsense.


    If you suffer from human hatred, you have to show it to a psychiatrist. Not with me. Sorry. I'm not here since.


    Either write your comment on the topic or do not write at all. Because your comment is OFF-TOPIC.

    Oh... then I won't advise you. I don't know Irdeto Layer2b.


    But I think the Oscam modification for Layer2b is about the algorithm for part of the reader source code. So, it should work with multiple cards. Simply create another reader in the oscam.server file. Or does it really not work that way ?

    Hi. According to server LOGs... CAID 1802 works but CAID 1861 does not work. Both are Nagravision. I don't know why the CAID 1861 doesn't work. It depends on the settings of your oscam-configuration files and it also depends on whether it can be done in Oscam. I mean this CAID 1861 ... that doesn't work.

    I am victim of a IP address who always try to connect with my server and sadly hack my existing user and connect with there IP anonymously.

    what can i do for it?


    Hi.


    There are several ways to block a user. First you need to find out how he broke into your Oscam or which exploit / bug abused. Then focus on this error. There are really many ways to block a user. But you have to write what he uses - which BUG.


    For example, you can try changing the protocol version if it is cccam. You can update Oscam to a new version if you haven't. You can ban an IP address in your router. You can add "hostname =" to the accounts in the "oscam.user" file to specify an exclusive IP / hostname (for each account) - But the problem here will then be dynamically assigned IP addresses. What does this "anonymous" account look like in Oscam's LOG ? Isn't that a problem with a missing "dvbapi" account ? Because this happens often if you forget to set up a dvbapi account while using it (internal connection of Oscam to Oscam as to yourself).


    Of course, the login+password and filter for connection from specific IP addresses to the administrator's WebGUI (Oscam Webif) is also a necessity. This is setting in the "oscam.conf" file. But then you have to use the root password on the machine running your Oscam server.

    I'm using your latest version and I cannot download icons anymore, this is the error I receive: "Error 512! the 7-zip archiver did not find the archive file, pleas check the correct file name. Error! No picons found in the downloaded archive file!"


    Any help? Thanks so much

    Hi.


    This will probably be a problem with your VPN network, which you use, or a problem with some external proxy through which your network tries to connect to the server with the picons. Then the file is downloaded... but as an ".txt" (HTML) message with an error and not as a ".7z" file.


    You must set the network policy in the set top box so that it does not connect to the "picon.cz" server via the VPN network, but directly from your set-top box.


    I need to adjust the file download algorithm or verify the header of the content of the downloaded file. So in the next updated version... because this problem is reported by many people who connect with their VPN network or with PROXY to the "picon.cz" server.


    For example, I use a free vpn service - ZeroTier - in my set-top box and it works great. The icons are downloaded without problems as a ".7z" file, via a direct network connection. And not through a ZeroTier connection. So the problem is in your VPN and its settings.


    The same error 512 is here: https://www.opena.tv/plugins/5…-plugin-6.html#post472231

    Hi.


    You have to write here what error message you see in the terminal / shell.


    How do I know where the problem occurred ? Uhm ...


    Do you have SVN / GIT support installed on Linux at all ?

    Addition / Notice


    Regarding the error message "invalid literal for int() with base 10: 'sats'" - when updating plugin from v4 to v5


    There was a small problem. After updating the plugin from version 4.x.xxxxxx to version 5.x.xxxxxx, the configuration from the old version of the plugin will still remain in Enigma2. Unfortunately, the new version of the 5.x.xxxxxx plugin already uses a different type of configuration item - ConfigSubList instead of the original ConfigSubsection. Unfortunately, this causes an error message when opening the PLUGIN MENU in Enigma2.


    This issue will be resolved if you delete the previous plugin configuration.


    The built-in update script in the plugin source code retains your previous plugin configuration after each update to a newer plugin version. However, if you use the online installation shell-script, the configuration in Enigma2 from the previous plugin version will deleted automatically.


    I apologize for this small mistake. I forgot about the update without deleting the previous configuration, which is now unfortunately problematic in the specific case of updating v4 -> v5.


    You can use an online shell-script to delete the plugin configuration from Enigma2 and then the new version 5.x.xxxxxx will no longer show the above error:

    wget -qO- --no-check-certificate "https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup" | bash -s del-config


    EDIT:


    All newer Enigma2 distributions should be able to automatically delete non-existent plugin configuration items, from the Enigma2 configuration (from the file: "/etc/enigma2/settings").


    So after this error pops up, simply perform an additional one restart of Enigma2 and it should be fine again.


    In this case, of course, it is not necessary to use the Linux-shell to clear the plugin configuration. However, I recommend to completely delete the plugin configuration + restart the Enigma2 to be sure.

    OpenATV

    /etc/init.d/softcam.oscam

    (or some similar)


    PurE2

    /usr/script/cam/oscam*.sh

    (or some similar)


    Find and change all the "-c /path_to_directory" and "--config-dir /path_to_directory" arguments in the script. If this argument does not exist, add or change it only if you want to specify a oscam config-directory in both Enigma distributions.


    With the following method with symbolic links, you must remove the "-c /path_to_directory" and "--config-dir /path_to_directory" arguments from both scripts (OpenATV + PurE2) or edit them to a common directory in both flash disks (filesystem in OpenATV image as well as in PurE2), for example to the same directory "-c /etc/tuxbox/config/oscam":


    Choose the directory where both Enigma distributions can access - for example "/hdd/oscam-cfg/" or "/media/hdd/oscam-cfg/" (I don't know PurE2 but the symbolic link "/hdd" to "should also work for "/media/hdd"). Of course, you have to create an empty directory there first.


    Then you use the symbolic link of the directory, in both Enigma distributions the same, to the pre-created directory "/media/hdd/oscam-cfg" or "/media/usb/oscam-cfg":

    ln -s /etc/tuxbox/config/oscam /media/hdd/oscam-cfg

    ...or if you want to use a USB device:

    ln -s /etc/tuxbox/config/oscam /media/usb/oscam-cfg


    When creating these symbolic links, in both Enigma, the "/media/hdd/oscam-cfg" directory must be created before and the original directory must also be deleted:

    rm -f /etc/tuxbox/config/oscam


    In this method, when Oscam starts, it will search the directory with the configuration files in the default paths. Of course, for the "/etc/tuxbox/oscam/config" directory, there will be a redirect to "/media/hdd/oscam-cfg" directory and a configuration files will be found there.

    Hi.


    Oscam searches for configuration files in a specific order, by the original source code, as follows:

    https://git.streamboard.tv/common/oscam/-/blob/master/oscam.c?ref_type=heads#L1686

    Code
    "/etc/tuxbox/config/",
    "/etc/tuxbox/config/oscam/",
    "/var/tuxbox/config/",
    "/usr/keys/",
    "/var/keys/",
    "/var/etc/oscam/",
    "/var/etc/",
    "/var/oscam/",
    "/config/oscam/"

    So you can have configuration files in any of the following folders, if the "-c /path_to_cfg-dir" argument was not used when starting Oscam.


    The problem may be some Oscam startup scripts that can determine the configuration directory with the "-c /path_to_cfg-directory" argument just mentioned after the startup command. Then, unfortunately, Oscam only looks for the configuration in this folder. So it also depends on the startup script.


    If you need shared both Oscam in alone folder together, you can try to move (copy) the configuration files to your shared folder (on HDD / USB), which is accessible in both cases of dual-boot systems, on both Enigma2 distributions. So, for example, you can create a folder on the HDD and move the configuration files there and then add an argument, such as "-c /media/hdd/oscam_cfg", in the launcher of both Enigma2 distributions. Then these configuration files will always found in the same config. folder. Of course, you cannot use the "/etc" folder as shared, because this folder changes, depending on the booted system (another file-system is booted).

    i downloaded picons yahsat by plugin extensions-chocholousek but doesn,t show on list

    and show hotbird - turksat- azarsat - nilesat ...

    dose it show yahsat picons for anyone ?

    pl..... take it photo ?

    Hi. I don't understand exactly. You need to describe your problem in more detail. What exactly doesn't work ? Have you set the correct directory for your picons in the plugin configuration ? Which Enigma distribution do you use ?

    Of course yes ... the installation package automatically detects which Enigma distribution you are using and, based on that, selects the correct script. For example, if any specialties are required, such as a different folder for SoftCAMs binaries or for special scripts ... or there may be be some other special method of installing SoftCAMs ... which unfortunately in some Enigma distributions is really needed.


    However, in most cases, in each Enigma, the standard "Linux" installation and boot procedure must also work when booting this Linux (in a set top box).

    Um, thanks for the bug report, but I'd like to see an early debug-log file from Enigma2. Please enable the debugging function and then, for example, send the debug-log file via a private message due to the possible private data in the LOG file. The error can be anywhere. For example, don't you use a VPN network in a set-top box? Theoretically, this could also be the cause. The same as here: https://www.opena.tv/plugins/5…-plugin-6.html#post472231

    5.0.210501


    Added multiple configuration profiles:

    - since there has also been a change in the system file "/etc/enigma2/settings",

    it is recommended to delete "chocholousekpicons" old configuration entries, for example using an online script:

    wget -qO- --no-check-certificate "https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup" | bash -s del-config


    The ability to check and save the plugin configuration is removed:

    - the plugin configuration is SAVED AUTOMATICALLY and immediately after each change

    - the red "Exit" button has been replaced by "Profile reset" for this purpose

    - the green button is used to exit the plugin


    New option to add default picon directories, for Enigma2 administrators and developers:

    - create a text file "/etc/enigma2/chocholousekpicons.cfg" (Unix/Linux newlines)

    - insert the configuration section [picon_dir] into the file and insert the required directories to the picons below it (one line = one directory)

    - note: this file will also be used instead of the original file "/etc/enigma2/3rd_party_picons.ini",

    which was intended for downloading external archives 7z with picons (for example SRN picons) - only under configuration profile number 1 !!!,

    just add a configuration section named [picon_url]

    - comments are allowed with a "#" sign at the beginning of the line

    - example file content:


    4.0.210428

    Fixed path to non-traditional picons directories:

    - the letter "s" was missing at the end of the "ZZPicon" and "XPicon" directory names

    - in the case of the "/media/hdd" and "/media/usb" subdirectories

    - thx to @steiff


    4.0.210429

    Fixed typo: "XPpicons" to "XPicons"

    Added OLED 96x64 picons for the front display of some devices.