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 - yokobr

Pages: 1 [2] 3
16
Installation and Upgrades / CGI Script
« on: August 29, 2011, 02:45:33 pm »
Hi everybody,

I'm trying to run a virtual web domain with a cgi script, but if i change /etc/apache2/sites-avaliable/ebox-domainame file, it auto-resets my config when i restart webserver module.. But without that config i get

Quote
Not Found

The requested URL /cgi-bin/wxis was not found on this server.

So, please, how can i make that file?

mine should look like this

Quote
<VirtualHost *:80>
   DocumentRoot /srv/www/domain.org.br
   <Directory /srv/www/sindifes.org.br>
      Options Indexes FollowSymLinks MultiViews
      AllowOverride None
      Order allow,deny
      allow from all
   </Directory>

   ScriptAlias /cgi-bin/ /srv/www/domain.com.br/sindifes/biblioteca/cgi-bin/
   <Directory "/srv/www/domain.com.br/sindifes/biblioteca/cgi-bin/">
      AllowOverride None
      Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
      Order allow,deny
      Allow from all
   </Directory>
</VirtualHost>


17
Thanks a lot!

18
Installation and Upgrades / Can't send mail to Gmail
« on: August 22, 2011, 10:08:24 pm »
I know this is not a Zentyal issue, but i want to know if there's any good practice on zentyal to make it more "friendly" to gmail. I mean, i cannot send emails to gmail accounts because i'm flagged as a spammer... or something like that... But i'm out of every blacklist on earth, and i can send to any other mail domains in the hole world, but gmail.

19
Portuguese / Servidor de email
« on: August 01, 2011, 05:48:58 pm »
Olá galera,
Estou tentando configurar o zentyal como servidor de email, porém recebo esta mensagem no postmaster do terra:

Quote
Verificando o DNS reverso do IP [186.215.98.2]:

$ host 186.215.98.2
2.98.215.186.in-addr.arpa domain name pointer sindifes2.bhe.gvt.net.br.


Resultado: OK, o IP [186.215.98.2] resolve para um host válido [sindifes2.bhe.gvt.net.br.].


2) Verificando o DNS direto do host [sindifes2.bhe.gvt.net.br.]:

$ host sindifes2.bhe.gvt.net.br.
Host sindifes2.bhe.gvt.net.br not found: 3(NXDOMAIN)


Resultado: ERRO, o host [sindifes2.bhe.gvt.net.br.] não resolve para o IP [186.215.98.2].


O DNS do IP [186.215.98.2] não está corretamente configurado

Também nas regras de gateway, setei para que o serviço de email saia por uma wan (ip fixo) e o tráfego de internet por outra (banda larga), mas não está funcionando. às vezes os emails saem por um, às vezes por outro.

20
Installation and Upgrades / 2 WAN
« on: August 01, 2011, 04:41:09 pm »
How do i use 2 WAN

One just to send, recieve emails and host a webpage,

One just for http traffic (web surfing).

I set on "Network> Gateways > Gateway rules" and set http for one gateway, and dns, smtp, email and webhosting stuff on the other one. But sometimes, when i try to sent emails, it goes through the wrong isp :(

21
Installation and Upgrades / Users and Groups module problem
« on: July 28, 2011, 05:14:54 pm »
Hi guys, i'm getting this error

Quote
Trace
root command /etc/init.d/slapd start failed.
Error output:
Command output: Starting OpenLDAP: slapd - failed.
The operation failed but no output was produced. For hints on what went
wrong please refer to the system's logfiles (e.g. /var/log/syslog) or
try running the daemon in Debug mode like via "slapd -d 16383" (warning:
this will create copious output).
Below, you can find the command line options used by this script to
run slapd. Do not forget to specify those options if you
want to look to debugging output:
slapd -h 'ldap:/// ldapi:/// ldaps:///' -g openldap -u openldap -F /etc/ldap/slapd.d/
.
Exit value: 1 at /usr/share/perl5/Error.pm line 182
Error::throw('EBox::Exceptions::Sudo::Command', 'cmd', '/etc/init.d/slapd start', 'output', 'ARRAY(0x7fe2643f6668)', 'error', 'ARRAY(0x7fe2695e6438)', 'exitValue', 1, ...) called at /usr/share/perl5/EBox/Sudo.pm line 212
EBox::Sudo::_rootError('/usr/bin/sudo -p sudo: /var/lib/zentyal/tmp/ndx_NUVtAF.cmd 2>...', '/etc/init.d/slapd start', 256, 'ARRAY(0x7fe2643f6668)', 'ARRAY(0x7fe2695e6438)') called at /usr/share/perl5/EBox/Sudo.pm line 181
EBox::Sudo::_root(1, '/etc/init.d/slapd start') called at /usr/share/perl5/EBox/Sudo.pm line 136
EBox::Sudo::root('/etc/init.d/slapd start') called at /usr/share/perl5/EBox/Ldap.pm line 1103
EBox::Ldap::_tryToStartSlapd() called at /usr/share/perl5/EBox/Ldap.pm line 1119
EBox::Ldap::safeConnect('ldapi://%2fvar%2frun%2fslapd%2fldapi') called at /usr/share/perl5/EBox/Ldap.pm line 158
EBox::Ldap::anonymousLdapCon('EBox::Ldap=HASH(0x7fe266cb1810)') called at /usr/share/perl5/EBox/Ldap.pm line 222
EBox::Ldap::dn('EBox::Ldap=HASH(0x7fe266cb1810)') called at /usr/share/perl5/EBox/UsersAndGroups.pm line 534
EBox::UsersAndGroups::groupsDn('EBox::UsersAndGroups=HASH(0x7fe26746eb48)') called at /usr/share/perl5/EBox/UsersAndGroups.pm line 1972
EBox::UsersAndGroups::groups('EBox::UsersAndGroups=HASH(0x7fe26746eb48)') called at /usr/share/perl5/EBox/CGI/UsersAndGroups/Users.pm line 47
EBox::CGI::UsersAndGroups::Users::_process('EBox::CGI::UsersAndGroups::Users=HASH(0x7fe2695e97b0)') called at /usr/share/perl5/EBox/CGI/Base.pm line 264
EBox::CGI::Base::run('EBox::CGI::UsersAndGroups::Users=HASH(0x7fe2695e97b0)') called at /usr/share/perl5/EBox/CGI/Run.pm line 129
EBox::CGI::Run::run('EBox::CGI::Run', 'UsersAndGroups/Users', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 34
ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7fe2696a9d08)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7fe2643f9a58)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7fe2643f9a58)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7fe2696a9d08)') called at -e line 0
eval {...} called at -e line 0

22
here is my error

Quote
root command /etc/init.d/slapd start failed. Error output: Command output: Starting OpenLDAP: slapd - failed. The operation failed but no output was produced. For hints on what went wrong please refer to the system's logfiles (e.g. /var/log/syslog) or try running the daemon in Debug mode like via "slapd -d 16383" (warning: this will create copious output). Below, you can find the command line options used by this script to run slapd. Do not forget to specify those options if you want to look to debugging output: slapd -h 'ldap:/// ldapi:/// ldaps:///' -g openldap -u openldap -F /etc/ldap/slapd.d/ . Exit value: 1

23
Hi guys,

I get an erro when i try to enable mail module or change user and groups settings... I think it may be a LDAP problem....
And my proxy is wide open... i would like to change it only to local network.. but squid.conf is reseted when i restart, enable or disabe any module... and so i canot do that http_proxy 127.0.0.1:3128

24
Installation and Upgrades / [SOLVED] Version 2.1-1
« on: July 25, 2011, 07:09:47 pm »
Hi guys... I have installed this version and it appears that it has no updates.. What is happening?

Edit: I had to change my sources.list and download a gpg key. It went well when i upgraded it, but now i can't enable my mail module due an error on Users and Groups module.

25
Installation and Upgrades / Slow Internet
« on: July 25, 2011, 03:01:55 pm »
Hi guys,

Well, i dunno why, but internet gets too slow with zentyal. Now i have a simple proxy running on a window$ pc and it's working really good. When i put my zentyal server to work, it gets slow.

26
Installation and Upgrades / Re: Proxy filter
« on: July 18, 2011, 08:31:25 pm »
Man, SAME question. I wonder if it's possible :(

27
Portuguese / Lentidão ao compartilhar internet
« on: July 18, 2011, 08:05:26 pm »
Boa tarde, meus caros

Tenho um Core 2 Duo como servidor, com 2,5 gb de memória ram e 300 gb de HD.
Nele tenho o zentyal 2.0 instalado, com serviços de gateway (mas o dhcp não inicia de modo algum...tenho que criar um dhcpd.conf na mão e mandar iniciar via console), hospedagem de um portal e dns (bind). O bind funciona, mas quando tento registar o registro.br dá erro. É como se a porta do bind (53, se não me engano) estivesse fechada. E de uma semana pra cá, comecei a ter MUITOS problemas com lentidão na internet. Pensei que fosse minha operadora.. mas é um link dedicado de 1 mb, e ao trocar por uma maquina com window$ xp com um proxyzinho qualquer, funcionou muito rápido.

Minha estrutura é a seguinte:
Roteador do link dedicado > Gateway Zentyal > Servidor de banco de dados, Active Directory (windows server 2003 ) e rede


28
Installation and Upgrades / Extremely slow Internet
« on: July 14, 2011, 06:10:31 pm »
Hi guys. I have a dedicated link, and it got too slow since 2 days ago.
It was working pretty well, but i dunno why it got so slow.
My server runs webservice (some few webpages), shares internet connection through squid, mail service (not yet running, but it will). It's located at 192.168.0.1. Also i have two other servers: one for mysql at 192.168.0.4 and other for Active Directory at 192.168.0.16, user shares and printer service.
Now i've made a simple server to substitute my zentyal server, with windows xp and a simple proxy and it's working well... so the problem is not on my ISP.

Edit: Oh, and i forgot to say that DHCP server doesn't start by itself. I have to make a new dhcpd.conf and start it manually.

29
Installation and Upgrades / Re: Can't access from outside
« on: May 30, 2011, 05:48:40 pm »
Yep. I've called my ISP, and they helped me... my router firewall is disabled, and it's properly configured.
I can access ssh, http and https from internal network, but i cannot upload files by ftp (even from internal). And no access at all from outside of my lan.
Thanks in advance!

30
Installation and Upgrades / Re: Can't access from outside
« on: May 30, 2011, 04:39:11 pm »
This screenshot is from "External Networks to Zentyal"

Pages: 1 [2] 3