[Bug 1867980] [NEW] daemon depend not required

2020-03-18 Thread Elbandi
Public bug reported: I tried to search, why the daemon package is required, but i didnt find any reference. The only place where "daemon" use the sample init.d files. but since, debian/ubuntu is using systemd to run ganesha, daemon is unused and doesnt required ** Affects: nfs-ganesha

[Bug 1853494] Re: Add back WITH_SSL build parameter

2019-11-22 Thread Elbandi
A background worker process is crashed. dmesg line: [110854.430928] traps: icinga2[17383] general protection ip:7f403c6f4edc sp:7f40365cfe40 error:0 in libpthread-2.23.so[7f403c6e8000+18000] icinga use newer libboost, i checked the libbost source, just some backport changes lines. We disable the

[Bug 1853494] [NEW] Add back WITH_SSL build parameter

2019-11-21 Thread Elbandi
Public bug reported: The WITH_SSL=bundle option is removed in last (5.7.28) build, but thats looks wrong. (out icinga2 crashing). Please add back the WITH_SSL options with system value: https://github.com/mysql/mysql-server/commit/d39d6a51dac0f49196e4e280e0105f23db452812 ps: rebuilding with

[Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-14 Thread Elbandi
look the important section: http://clusterlabs.org/doc/fr/Pacemaker/1.1-pcs/html/Clusters_from_Scratch/_configuring_corosync.html -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to corosync in Ubuntu.

[Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-14 Thread Elbandi
look the important section: http://clusterlabs.org/doc/fr/Pacemaker/1.1-pcs/html/Clusters_from_Scratch/_configuring_corosync.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1434684 Title:

[Bug 1221108] [NEW] Internal Server Error with 2.3.1

2013-09-05 Thread Elbandi
Public bug reported: On a clean Ubuntu Saucy, redmine is installed with apt-get. db backend is sqlite (but same error with mysql backend too). WEBrick web server works. In production, we want to run on lighttpd with fastcgi. lighty config is from the example conf. But the result is 500

[Bug 1056141] Re: libcurl hangs when sftp destination run out of space

2012-10-18 Thread Elbandi
ops, wrong patch attached. So, only Curl_scp_send and Curl_sftp_send need the check, recv's functions error handled good in sendf.c ** Patch added: curl_ssh_hang_fix.patch https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1056141/+attachment/3402699/+files/curl_ssh_hang_fix.patch -- You

[Bug 1056141] Re: libcurl hangs when sftp destination run out of space

2012-09-25 Thread Elbandi
** Patch added: curl_ssh_hang_fix.patch https://bugs.launchpad.net/bugs/1056141/+attachment/3341370/+files/curl_ssh_hang_fix.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1056141 Title:

[Bug 1056141] [NEW] libcurl hangs when sftp destination run out of space

2012-09-25 Thread Elbandi
Public bug reported: my libcurl is compiled with scp/sftp support. when sftp destination is roun out of space, libcurl hangs, and try send more data forever. The error is in lib/ssh.c at Curl_scp_send and Curl_sftp_send function: The libssh2_sftp_write returns number of bytes written or