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:42:14

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.


Messages - mvillanueva

Pages: [1] 2
1
Did you tried to check if DNS template (even if you don't use DNS server) has given IP set for such domain?

2
Translations / Re: Spanish Translation
« on: 2016-10-26, 19:34:33 »
Can you upload somehere and share the link? I may use it.

3
Find that domains.tpl was, infact, domains.conf.tpl. Anyway, there were some issues to be discussed (if MR wants, of course).

Found that

Code: [Select]
### MR -- disable perl until fix hardlinks issue
#ScriptAlias /cgi-bin/ "/home/<?php echo $user?>/<?php echo $domainname?>/cgi-bin/"

invokes cgi-bin using a /home/$user/domain.tdl/cgi-bin (and also, for subdomains, is my guess).

Some users (including me), uses a set of directories in their structure more obscure, to gain darkness over malicious users (i.e. mydomain.com often uses a ~myuser/alaksf/ for its domain root).

For this case used:

Code: [Select]
ln -s alakfs mydomain.com
and got no 404, but 500 error.

Any ideas?

4
Same problem here, but seems not to be .tpl files (at all). Tried to find with mlocate locate.

Where  can I find them?

5
Found the problem, taking a look to the script.

Script does install CSF firewall, and left ports for kloxo (7777:7778) closed.

I'm configuring now CSF to allow traffic to those ports.

6
Rather prefer Transmission, but seems to be conflicting with something.

As there are no active transfers, I will uninstall it and then try to access kloxo-mr.

Is there any mean to reinstall kloxo-mr and have my users and other configs already configured?

7
Hi fellows!

I've installed Transmission in my box using the following: http://elijahpaul.co.uk/script-install-for-transmission-2-83-seedbox-on-centos-6-5/

With kloxo service stopped.

Now, I'am unable to enter my kloxo panel.

Code: [Select]
sudo sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2015010801

B. OS: CentOS release 6.6 (Final) i686

C. Apps:
   1. MySQL: mysql55-5.5.42-1.ius.el6.i686
   2. PHP: php54-5.4.37-1.ius.el6.i686
   3. Httpd: httpd-2.2.29-1.mr.el6.i386
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.46.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
   7. Dns: bind-9.9.5-1.el6.i686

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          2048        492       1555          3          0        362
   -/+ buffers/cache:        130       1917
   Swap:            0          0          0

did

Code: [Select]
sudo sed -i 's:// initProgram:initProgram:' /usr/local/lxlabs/kloxo/init/changeport.php
sudo sh /script/restart

as recomended in: http://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-panel-doesn%27t-load/

with result:

Code: [Select]
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]

But still seems to be "loading", but no response from hiawatha-kloxo at all. The page seems to be loading for long, long time. Websites are running fine, as well transmission does.

Also, tried with:

Code: [Select]
sudo sh /script/cleanup
sudo sh /script/upcp
sudo sh /script/restart
sudo service kloxo restart

and restarted my box twice.

Yes,  I rather prefer to use sudo instead pure root. Results are the same if:

Code: [Select]
sudo su -
Any ideas?

8
Kloxo-MR Development / Re: [IMPORTANT] Watchdog configure
« on: 2014-06-19, 07:03:52 »
FYI, cp watchdog.conf custom.watchdog.conf and edit custom.watchdog.conf to preserve changes.

9
Market Places / Linux HostAdmin and SysAdmin
« on: 2014-06-19, 06:56:48 »
Hi all,

I want to offer my services as hostmaster and sysadmin for your server needs. I can handle tasks from simple monitoring and troubleshooting, to system management tasks for Linux virtual boxes and/or dedis.

I work on GMT-0700, with full time from 9:00 to 19:00.

English and spanish spoken. Non-disclosure agreement signage if needed.

10
Kloxo-MR Technical Helps / Re: scavenge
« on: 2014-06-19, 06:30:51 »
Seems like this happens because large drives. "It's not a bug, it's a feature". If you don't mind, you can try with nohup to detach from console upon completion, and if you're using fixtraffic with cron, I recommend to not run atleast for an hour or so, or even by several hours if you're using huge (ie. 1TB+) filesystems.

Hope we can find any better solution to scavenge disk quota in the future.

11
Kloxo-MR Technical Helps / Re: Drush in Kloxo-mr
« on: 2014-06-16, 23:10:35 »
If you have sudo installed on your box, you can add an user to sudoers and limit the scripts/programs she/he can run.

You can check this reference: http://serverfault.com/questions/36759/editing-sudoers-file-to-restrict-a-users-commands

Specially the part:
Quote

sure, as root call visudo and prevent 'user' from running /sbin/halt:

user ALL=(ALL) NOPASSWD: !/sbin/halt


This restriction has the ability to disable "halt" command to be executed my ALL users.
Refer to man pages of sudo to verify what can and cannot be done by this approach.

Regards!

12
Kloxo-MR Technical Helps / Re: Drush in Kloxo-mr
« on: 2014-06-16, 13:23:56 »
Never used, but if you have to run it as normal user, try to create a test user to do so. Also, you can give SSH access to normal users, and also to admin. Will check this in a while

13
Kloxo-MR Technical Helps / Slave scripts
« on: 2014-06-16, 10:38:39 »
Hi all.

After my personal server apocalypse, I am working now in trying to get my slave(s) to work with scripts.

Anyway, anytime I want to run /script/fix-chownchmod or /mysql-convert for my slave(s),
a) if in Master, there's no way to run this on slaves.
b) if in Slave, got "This is a Slave Server. Operate it at the Master server." error.

Sysinfo any of my slaves:
Code: [Select]
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: djbdns-1.05-17.3.mr.el6.x86_64

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        419         92          0          0         45
   -/+ buffers/cache:        373        138
   Swap:            0          0          0

And for Master:

Code: [Select]
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): mod_php_ruid2

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        448         63          0          0        131
   -/+ buffers/cache:        317        194
   Swap:            0          0          0

Thank you guys!

Edit:
Fixed by: /script/fix-all; /script/fix-services-list; /script/cleanup

14
I mean reprovision the server. Beforehand, I have to recover emaill accounts at least and make a backup for databases and /home for users.

15
Kloxo-MR Technical Helps / Corrupted Kloxo install
« on: 2014-06-14, 01:35:45 »
Hi all,

I have this scenario:

For strange reasons, my cluster was working normally until today. Since the inclusion of a new client, using resource plan, hosted in a slave, I was trying to populate his website when php gave me blank pages.

For any reason, I've done a "/script/cleanup" in slave (because I was having a lots of problems with apache), and then, in master there was a major trouble.

Admin is working no more in master.

I tried all: changing the master password (/script/resetpassword master newpasword) with error "Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  not_admin_cannot_modify_general   <br>" (including bare html tags), change the root mysql password several times (/script/reset-mysql-root-password) with success but no chance at all to reset my password.

Also done: /script/mysql-optimize --select=repair, /script/mysql-optimize --select=optimize, /script/upcp -y; /script/cleanup; reboot;, all without success.

qmail is working, at least, and seems to be working dns server also. Not working apache.

Funny thing: slave IS working plenty, but also seems like apache doesn't want to execute wordpress install. Not matters now, I need first to make the panel work again, and also make apache serve pages in the master server.

Any ligths to solve this?

P.S. Found /script/reflect that seems to be like old good /script/update from old Kloxo official versions. used also "/script/reflect --type=update --subaction=update_password --class=client --name=admin --v-var=password --v-val=newpassword" with result: "objetc client-admin doesn't exist".

Also did "/script/restore --restore --accounts=all /home/kloxo/selfbackup/self/__backup/kloxo-scheduled-masterselfbackup-2014-June-12-UID.zip" to get my database before the new customer addition, and the result was "Restore Failed. Reason: corrupted_file: dbname:".

/script/sysinfo:

Code: [Select]
A. Kloxo-MR: 6.5.0.f-2014051901

B. OS: CentOS release 5.10 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el5
   2. PHP: php53u-5.3.28-4.ius.el5
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el5
   7. Dns: djbdns-1.05-17.3.mr.el5

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        437         74          0          0        220
   -/+ buffers/cache:        217        294
   Swap:            0          0          0

Thank you fellows.

Pages: [1] 2

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.081 seconds with 17 queries.

web stats analysis