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 - Javier Amor Garcia

Pages: 1 ... 76 77 [78] 79
1156
Installation and Upgrades / Re: Tape Drive Support
« on: January 31, 2008, 08:44:32 am »
eBox can't make his backups directly to a tape drive. However all backups archives are available in a share accessible to users with administration rights; you can take the file and manually copy to your tape or to another medium

1157
Installation and Upgrades / Re: Problem with external connections
« on: January 30, 2008, 10:25:21 am »
Obviously I was wrong and you don't have name resolution.

Are you sure you have the name server set as sixstone said?
If this is your case I suggest you check the contents of the /etc/resolv.conf file.

1158
Installation and Upgrades / Re: Problem with external connections
« on: January 30, 2008, 09:45:03 am »
well, seeing you output it seems that you have name resolution but you can't do the http connection.
You can try to do a 'ping -c 3 www.ebox-platform.com', if the ping fails you have routing problems, if it succeeds maybe you are behind a firewall.

1159
Thanks for the tip, tatster

1160
Installation and Upgrades / Re: Problem with external connections
« on: January 30, 2008, 08:56:41 am »
Maybe you can manually grant access to the www, upgrade and then proceed to add the rule for internet access in the upgraded firewall module.
In your shell type:
  iptables -I OUTPUT 1 -p tcp --dport 80 -j ACCEPT

Then do the upgrade and proceed as Javi pointed out

1161
Installation and Upgrades / Re: Ubuntu Ebox and DansGuardian issue
« on: January 24, 2008, 04:59:09 pm »
Hi,
  if you are sure about your last configuration then I fear you have hit another different bug.
 The know bug will be fixed with this: https://trac.ebox-platform.com/changeset/9313

Anyway, if you ccame bak at the house and saw a different configuration than the one you posted, please report it.

Cheers,
  Javier

1162
Installation and Upgrades / Re: Exporting the Proxy log's
« on: January 24, 2008, 08:46:34 am »
The database is a postgreSQL, not a mySQL one.
You can use the command psql to get the database's shell, I advice you to take a look to the manual page ('man psql') to get more pointers

1163
Spanish / Re: usuario
« on: January 24, 2008, 08:43:17 am »
Hola ruso,
  actualmente el proxy-web no tiene esa caracteristica que pides. Sin embargo si que puede denegar o autorizar  el acceso a partir de direcciones IP.


1164
hello sandermans,
  users and groups are stored in a LDAP database. You must consult the docuemntation of your ftp-server to see how to hook it to the LDAP database; the database's schema is very common so if your FTP supports LDAP you shouldn't have any futher problems.
One last thing, the LDAP password is stored at /var/lib/ebox/conf/ebox-ldap.passwd

1165
Installation and Upgrades / Re: Ubuntu Ebox and DansGuardian issue
« on: January 21, 2008, 12:12:41 pm »
Seems that you had found a bug.
I just reviewed  the code and I have found some configurations where dansguardian is not correctly managed.
I need some details about your configuration to see if this was your problem or if there is another one.
I need to know what configuration you have under 'HTTP Proxy->General' and what options and policies you have set for the domains list. (i don't need the names just the policies and the options)


Thanks,
  Javier


1166
Installation and Upgrades / Re: Proxy Question
« on: January 21, 2008, 09:24:40 am »
We don't have this feature implemented.
As you say, you can implement a script that changes the active status of the proxy module.

You can use this as start point (warning: not tested!):
Code: [Select]
#!/usr/bin/perl
use strict;
use warnings;


use EBox;
use EBox::Global;


my ($service) = @ARGV;
if (not defined $service) {
   die 'you must supply a value for the new proxy service status';
}

EBox::init();

my $proxy = EBox::Global->modInstance('squid');

$proxy->setService($service);

$global->saveAllModules();

1;

1167
Installation and Upgrades / Re: Ubuntu Ebox and DansGuardian issue
« on: January 21, 2008, 09:07:59 am »
Hello,
  after doing any changes in the domains list the 'save changes' control (top right of the page) should turn red. When it is red you can click on it to 'save changes' and it internally restarts dansguardian and all the needed stuff.

In your case the control doesn't turn red after any changes in the configuration?

1168
Installation and Upgrades / Re: Exporting the Proxy log's
« on: January 21, 2008, 09:01:21 am »
The logs are inside a postgre SQL database. (you can use the psql command to get a database shell).

The database name is 'eboxlogs' and the user and the password are 'eboxlogs' too

1169
Installation and Upgrades / Re: help me with user password
« on: January 17, 2008, 03:34:52 pm »
Are you sure you have activated either the POP or the IMAP services? If you only have one active are you sure that is the one you are using in thunderbird?

1170
Installation and Upgrades / Re: Exporting the Proxy log's
« on: January 17, 2008, 03:33:30 pm »
Hello,
  the proxy logs that appear in ebox's logs webpage are extracted from the database and not from the text log file.
  So if you have problems with the web interface maybe you can login in the database and make your queries from there.

Pages: 1 ... 76 77 [78] 79