Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 17:04:19

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nmpribeiro

Pages: [1]
1
Kloxo-MR Technical Helps / Transaction Check Error
« on: 2014-12-18, 04:16:55 »
Hi there Mustafa,

Got the following error:

Total                                                                 1.5 MB/s |  17 MB     00:11
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/share/mysql/charsets/Index.xml conflicts between attempted installs of mysql55-libs-5.5.40-2.ius.el6.x86_64 and mysql56u-common-5.6.21-3.el6.x86_64


What should I exclude in /etc/yum.conf ?
exclude=mysql55-libs or mysql56u-common ?

Thanks in advance,
NR

2
Hi,
Can't change memory_limit from 64M

INFO:
Kloxo-MR: 6.5.1.b-2014072901
PHP: php54-5.4.31-1.ius.el6.x86_64
Php-type (for Httpd/proxy): php-fpm_event

There's some bug, since I cannot change in the "advanced php conf" UI, neither in /opt/php54m.......ini nor /etc/php.ini

3
Kloxo-MR Technical Helps / Testing Kloxo-mr 6.5.1b on a VM
« on: 2014-07-02, 13:52:46 »
Hi all,

I'm testing kloxo 6.5.1b on a VM (need to be able to debug that php-fpm issue with sabredav)

Dummy domain is now working for me in http://IP/~admin/

Need guidance...
Thanks!

4
So...

I've seen php config has gone back to the client (not per domain).

But, I had to switch from php-fpm to suphp, and somehow, one domain has pdo working and the other doesn't.

This one has broken my understanding of kloxo-mr. Any help would be very much apreciated!

5
Kloxo-MR Technical Helps / Sabredav problem with php-fpm
« on: 2014-07-01, 12:08:51 »
   

    [01-Jul-2014 10:40:19]  [pool admin] pid 603
    script_filename = /home/admin/owncloud_place/remote.php
    [0x00007f84dec32c28] fread() /home/admin/owncloud_place/lib/private/helper.php:561
    [0x00007f84dec323f0] streamCopy() /home/admin/owncloud_place/lib/private/files/view.php:358
    [0x00007f84dec32018] file_put_contents() /home/admin/owncloud_place/lib/private/cache/file.php:74
    [0x00007f84dec31dd0] set() /home/admin/owncloud_place/lib/private/filechunking.php:50
    [0x00007f84dec31188] store() /home/admin/owncloud_place/lib/private/connector/sabre/file.php:215
    [0x00007f84dec301c8] createFileChunked() /home/admin/owncloud_place/lib/private/connector/sabre/file.php:70
    [0x00007f84dec2faf8] put() /home/admin/owncloud_place/lib/private/connector/sabre/directory.php:76
    [0x00007f84dec2f4f0] createFile() /home/admin/owncloud_place/3rdparty/sabre/dav/lib/Sabre/DAV/Server.php:1647
    [0x00007f84dec2e9b0] createFile() /home/admin/owncloud_place/3rdparty/sabre/dav/lib/Sabre/DAV/Server.php:900
    [0x00007fffba710b90] httpPut() unknown:0
    [0x00007f84dec2e618] call_user_func() /home/admin/owncloud_place/3rdparty/sabre/dav/lib/Sabre/DAV/Server.php:474
    [0x00007f84dec2d720] invokeMethod() /home/admin/owncloud_place/3rdparty/sabre/dav/lib/Sabre/DAV/Server.php:214
    [0x00007f84dec2ce50] exec() /home/admin/owncloud_place/apps/files/appinfo/remote.php:61
    [0x00007f84dec2c5a0] +++ dump failed


from http://pastebin.com/9drbfUfR


The program I'm degugging is owncloud. I'm trying to upload big files to my server.
Expeceted behaviour:
Files are chunked to a cache folder.
Then files are read from cache and put on the files/somedir directories
 However, when sabredav tries to read those cached chunks, it fails with an Internal Server Error.

I know this is a server optimization issue, and few to do with kloxo, but...  nevertheless, a technical help :)

Anyone has an idea of what might this behaviour be from? Some php config? Some php-fpm conf?

Any help will be awesome


6

Hum... what should I do? what's the pack that provides recode.so ?

7
Kloxo-MR Technical Helps / SSL for a specific domain
« on: 2014-06-30, 13:34:59 »
Hi there,

I'm looking for a way to assign a specific ssl to a specific domain.
I am testing an app that seams to break if the domain is not the same as in the ssl. So.... I wonder if that's possible? I am going to edit /home/apache/conf/domain/specific.domain.conf to assign the certs to it in:

    <IfModule mod_ssl.c>
        SSLEngine On
        SSLCertificateFile /home/kloxo/httpd/ssl/eth0___localhost.crt
        SSLCertificateKeyFile /home/kloxo/httpd/ssl/eth0___localhost.key
        SSLCACertificatefile /home/kloxo/httpd/ssl/eth0___localhost.ca
    </IfModule>

Diferent from those eth0___localhost.crt
It seams that each ssl is connected to a specific IP (ggrrrr) but mine are self signed, so it's not that important to me (for now at least)

8
Kloxo-MR Technical Helps / Open_dasedir disable
« on: 2014-06-27, 19:52:12 »
Hi all,

I've tried to disable open_basedir in the domain "misc" menu in kloxo. But phpinfo() still gives me open_basedir directive with a bunch of directories.

Anyone gone through this already? Perhaps a certain file is globaly imposing this?

9
Kloxo-MR Technical Helps / Drush in Kloxo-mr
« on: 2014-06-16, 11:23:43 »
So...

So far I can only ssh login as root... I've managed to install drush through pecl (see github drush project for install instructions)

But now, if I try to exec drush:

p]# drush help
You are running the provision script as the root user. Exiting                                             [error]

So... i guess I'll really need to figure out a way to switch to another user and trigger this program.
Has anyone been struggling with this?
I'll dig further once I have the time.


(by the way, drush is not only for development...)

10
Kloxo-MR Technical Helps / SSL ssl_error_rx_record_too_long
« on: 2014-06-14, 20:17:10 »
So...

I've started running into this error...

Quote
Secure Connection Failed

An error occurred during a connection to lavoulp.com. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)

All domains have this problem, must be the SSL i've generated.

The SSL is the same for kloxo, however, it works fine in kloxo (is it some diference between kloxo's https protocol and httpd?)

I need some enlightment here please,
Thanks in advance...

11
Kloxo-MR Technical Helps / DNS problems
« on: 2014-06-11, 12:08:28 »
Hi there MR,

Before anything elser:

[root@server1 ~]# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2014051901

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php53u-5.3.28-4.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.mr.e6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64
   7. Dns: bind-9.8.2-0.23.rc1.el6_5.1.x86_64

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          3880        563       3317          0         12        293
   -/+ buffers/cache:        257       3623
   Swap:         1023          0       1023


I have one IP.
My ns's are pointing to there.
My default dns template is pointing to them. BIND issue? I'll try djbdns

I created a subdomainY of domainX, resulting in subdomainY.domainX.com

When I try to see subdomainY.domainX.com in internet, I see domainX.com

Sould I not create subdomain as subdomain but rather as domain?

I'm confused here...

12
Hi there,

I've upgraded from official kloxo... and seams I've messed up stuff...

Really need your help.

Didn't done the qmail to toaster script.
Httpd (after I shutdown the default one and start httpd) doesn't catch my domains

(it takes ages to load. but it was already a problem it got I don't really know how some months ago... that's why I figured out I should move on to other kloxo :) )

So... right now:

httpd starts but no domain is working.
named: fails (and just hangs there... I need to ^C to terminate it)

mail... can't really access it (but I guess I can tackle down the line, first things first)

my idealized fix: just suck every file from this server, setup everything in localhost (perhaps with CentOS6 instead of 5.10) and make all the configs manually from fresh...
then, just reinstall my vps and pass everything back there (it's 4 domains... nothing tricky... but...)

Can anyone help me out here? (doing a huge sh /script/centos5-upgrade right now)
Thanks in advance!

Pages: [1]

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.045 seconds with 19 queries.

web stats analysis