Kisuke

Results 20 comments of Kisuke

Like you wrote, quick-fix is to replace `$maps = '';` with `$maps = [];`; This fixes the error message. But there is probably some bigger conceptional error. Because when I...

Check what rates do you have in jasmin using `mtrouter -l` I tried PlaySMS and it worked for me. Simple like this: ![palaysms](https://github.com/jookies/jasmin/assets/18639698/2b218a2e-0687-4dfb-ac42-d8f552f0ea65) But since I do not care about...

Upgrading between major releases is not supported officially on RHEL/CentOS and other clones. But in past I've upgraded some installations from 6 to 7 - but be aware that it...

Hi, I tried to repackage jasmin for RHEL9 and clones. I think it works. Here is a repository in COPR: https://copr.fedorainfracloud.org/coprs/kisuke-cze/Jasmin-SMS-Gateway/ Packages are generated for both - EL8 & EL9....

Hi, I've looked at the `nfpm.yaml` you mentioned. But it's "only" for `jasmin-sms-gateway` istelf. Which is not the problem. Your package will work (and do work in RHEL9) For RHEL9...

@farirat I thinked about it and I have a proposal how to make packaging less time-consuming. Just stop making RPM and DEB packages with python dependecies. `jasmin-sms-gateway` should be just...

There is also project which provides web-gui instead telnet: https://github.com/101t/jasmin-web-panel It seems maintained. I tested it in past, it works somehow, but for me it was not as straightforward as...

See this. https://github.com/jookies/jasmin/issues/1155 It was fixed in https://github.com/jookies/jasmin/pull/1156 Not sure when package will be updated in repo. But you can download it manually. [jasmin-sms-gateway-0.11.1-1.noarch.zip](https://github.com/jookies/jasmin/files/13503536/jasmin-sms-gateway-0.11.1-1.noarch.zip)

Oh, sorry, my bad. I just forgot that 0.11.1 is not out yet... This is correct package for 0.11.0 [jasmin-sms-gateway-0.11.0-2.noarch.zip](https://github.com/jookies/jasmin/files/13504170/jasmin-sms-gateway-0.11.0-2.noarch.zip)

Hi, post installation script is not ideal. I already suggested change in packaging: https://github.com/jookies/jasmin/pull/1156 You can try generated package from this changed style: [jasmin-sms-gateway_0.11.0-2_all.zip](https://github.com/jookies/jasmin/files/13390537/jasmin-sms-gateway_0.11.0-2_all.zip)