[Bug 2076983] Re: Fix for purge-old-kernels scripts

2024-08-14 Thread NetVicious
** Description changed: Hi! /usr/bin/purge-old-kernels script installed by byobu today it's a simple bypass to an apt autoremove which can uninstall other packages not kernel related. Please replace on that script the line: sudo apt-get $@ autoremove By this one: - apt

[Bug 2076983] Re: Fix for purge-old-kernels scripts

2024-08-14 Thread NetVicious
** Description changed: Hi! /usr/bin/purge-old-kernels script installed by byobu today it's a simple bypass to an apt autoremove which can uninstall other packages not kernel related. Please replace on that script the line: sudo apt-get $@ autoremove By this one: - apt

[Bug 2076983] [NEW] Fix for purge-old-kernels scripts

2024-08-14 Thread NetVicious
Public bug reported: Hi! /usr/bin/purge-old-kernels script installed by byobu today it's a simple bypass to an apt autoremove which can uninstall other packages not kernel related. Please replace on that script the line: sudo apt-get $@ autoremove By this one: apt list '?or(?garbage,?config-f

[Bug 2051766] Re: needrestart should priorize and wait for network and DNS when restarting services

2024-06-03 Thread NetVicious
Sorry for the late answer. I got the same problem today with nginx. On this box I'm using "Ubuntu 22.04.4 LTS" fully updated. Log for today problem: Restarting services... systemctl restart acpid.service atd.service chrony.service irqbalance.service multipathd.service nginx.service packagekit.

[Bug 1883857] Re: Not supported "uint32be" condition in yara rules

2021-03-26 Thread NetVicious
As you can see my file doesn't has syntax issues. The rules are using a condition which it's not supported by the compiled version on Ubuntu. Check this URL https://yara.readthedocs.io/en/v3.5.0/writingrules.html and look for the "Accessing data at a given position" section. There appears uint32be

[Bug 1883857] Re: Not supported "uint32be" condition in yara rules

2021-03-26 Thread NetVicious
** Changed in: clamav (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883857 Title: Not supported "uint32be" condition in yara rules To manage notifications ab

[Bug 1883857] Re: Not supported "uint32be" condition in yara rules

2021-03-26 Thread NetVicious
I'm sorry for not answer in time: I'm using the yara rules to block malware on the SMTP server within spamassassin and clamd These rules have the non supported uint32be Regards, rule packager_cve2017_11882 { meta: author = "Rich Warren" description = "Attempts to exploit CVE-2017

[Bug 1883857] [NEW] Not supported "uint32be" condition in yara rules

2020-06-17 Thread NetVicious
Public bug reported: The internal library on LibClamAV related to yara rules seems to be non- updated to the current one. I use some rules with a uint32be condition which it doesn't supports: LibClamAV Error: yyerror(): /var/lib/clamav/yara_2.yar line 248 undefined identifier "uint32be" LibClam

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-07-12 Thread NetVicious
Seems to be fixed on Ubuntu 18.04.2 LTS in php package 7.2.19-0ubuntu0.18.04.1. It was fixed on the upstream package time ago. https://bugs.php.net/bug.php?id=72175 The bug can be closed now. Thanks to all. ** Changed in: php7.0 (Ubuntu) Status: Triaged => Fix Released -- You receive

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-04-12 Thread NetVicious
Ok thanks, I will test it on the next php7.2 update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to Interbase with php >= 7.0 are not allowed To manage notific

[Bug 1578600] Re: Multiple connections to Interbase with php >= 7.0 are not allowed

2019-04-11 Thread NetVicious
Hi! upstream bug has been closed and semi-fixed. I don't know if the fix was send to 7.3 branch or older. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to Interba

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-28 Thread NetVicious
Ok, so that confirms the bug was not patched on 7.1 and 7.2 upstream. And I think it should not be patched on 7.3 too. Can you change the bugreport to assign it to 7.2 too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-27 Thread NetVicious
Hi Nish! As you can see the bug was reported for php 7.0. We tested it on 7.1 and 7.2 and it's yet there. That's why I think it's not a problem of the Ubuntu package. And I think when Ubuntu takes a new major version, like 7.1 and 7.2 was, you should take the complete upstream instead of doing al

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-26 Thread NetVicious
Interbase module seems to be abandoned. All the developers which appear on phpinfo() related with the Interbase/firebird module are not active developers of php looking at their Linkedin accounts. So obviously this bug won't be fixed because there it's no active developer in charge of the interbas

[Bug 1798089] [NEW] ClamAV do not processes CL_TYPE_RAR cdb custom signature format

2018-10-16 Thread NetVicious
Public bug reported: It seems the RAR code it's not compiled on the Ubuntu clamAV binary. ** Affects: clamav (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2017-01-26 Thread NetVicious
Hi! This patch was relesed on the ubuntu updates ? In the upstream bugtracker seems no one it's taking attention on it. I'm using the libapache2-mod-php7.0 (7.0.13-0ubuntu0.16.04.1) on Ubuntu 16.04.1 LTS and the bug it's there yet. -- You received this bug notification because you are a member

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-29 Thread NetVicious
The upstream bug had a comment about other users with the same problem using ADOdb. I posted yesterday a note saying the bug was found and fixed. https://github.com/ADOdb/ADOdb/issues/231 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
Hi dupre, I have some applications running with php7+firebird and this one was the only bug I found. I fixed it temporary using a static var for the php connection to the database in my DB library. Hasta luego ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
Hi Nish, So we had the solution near two months in front our face. I saw your comment on php bugtracker. There we don't have any developer assigned so why you don't create a patch within the tool? It seems you're the maintainer of the php package for the Ubuntu distro, so. We will have a fixed p

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
** Description changed: # lsb_release -rd Description:Ubuntu 16.04 LTS Release:16.04 --- # apt-cache policy php7.0-interbase php7.0-interbase: - Instalados: 7.0.4-7ubuntu2 - Candidato: 7.0.4-7ubuntu2 - Tabla de versión: - *** 7.0.4-7ubuntu2 500

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-28 Thread NetVicious
I confirm too that lp1569609 still contains bug, and lp1578600 FIXES perfectly this bug. Good job and thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578600 Title: Multiple connections to In

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2016-06-16 Thread NetVicious
There it's no more information on stackoverflow. Here's the link: http://stackoverflow.com/questions/37049534/multiple-connections-to-interbase-with-php-7-0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1578600] [NEW] Multiple connections to Interbase with php 7.0 are not allowed

2016-05-05 Thread NetVicious
Public bug reported: # lsb_release -rd Description:Ubuntu 16.04 LTS Release:16.04 --- # apt-cache policy php7.0-interbase php7.0-interbase: Instalados: 7.0.4-7ubuntu2 Candidato: 7.0.4-7ubuntu2 Tabla de versión: *** 7.0.4-7ubuntu2 500 500 http://es.arch

[Bug 1198145] [NEW] setup_chroot.sh bugs (mknod and nss libs)

2013-07-05 Thread NetVicious
386 - NetVicious > /bin/ls /lib/i386-linux-gnu/libnss_compat* > /dev/null 2>&1 > if [ $? -eq 0 ]; then > LIB_LIST="$LIB_LIST /lib/i386-linux-gnu/libnss_compat*" > fi > ** ** 2 ** ** The creation of the special file null it's wrong. The major and