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

Pages: 1 [2] 3 4
16
Installation and Upgrades / Re: Zarfara Groupware
« on: September 02, 2010, 11:03:30 am »
The calendar is available in all versions. Only the multi user calendar is unavailable in the community edition.

17
Installation and Upgrades / Re: mail logs
« on: April 12, 2010, 10:13:31 am »
I think my post http://forum.ebox-platform.com/index.php?topic=2934.0 is about the same problem.

I'm also unable to view mail logs in the EBox dashboard after the upgrade from 1.2 to 1.4

Seems Ebox is unable to write the records with mail information to the database which the EBox dashboard uses to display the information.

There are snippets of the errors in the ebox logfile in my post.

18
The problem with logging email (as shown in the first post) also still exists.

From /var/log/ebox/ebox.log

Quote
2010/03/27 07:45:30 ERROR> PgDBEngine.pm:167 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO mail_message ( from_address, message_type, status, event, message, to_address, client_host_name, timestamp, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  column "message_type" of relation "mail_message" does not exist
LINE 1: INSERT INTO mail_message ( from_address, message_type, statu...
                                                 ^
 
Values: $VAR1 = [
          'sender.address@domain.tld',
          'received',
          'reject',
          'greylist',
          '450 4.2.0 <recipient.address@ourdomain.tld>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/ourdomain.tld.html',
          'recipient.address@ourdomain.tld',
          'unknown',
          '2010-Mar-27 07:45:28',
          '190.177.141.22'
        ];

2010/03/27 07:45:30 WARN> Loggerd.pm:144 EBox::Loggerd::__ANON__ - Error processing line Mar 27 07:45:28 ubuntu01 postfix/smtpd[19265]: NOQUEUE: reject: RCPT from unknown[190.177.141.22]: 450 4.2.0 <recipient.address@ourdomain.tld>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/ourdomain.tld.html; from=<sender.address@domain.tld> to=<recipient.address@ourdomain.tld> proto=ESMTP helo=<190-177-141-22.speedy.com.ar> of /var/log/mail.log: Error inserting data: INSERT INTO mail_message ( from_address, message_type, status, event, message, to_address, client_host_name, timestamp, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  column "message_type" of relation "mail_message" does not exist
LINE 1: INSERT INTO mail_message ( from_address, message_type, statu...

Help would be appreciated  :)

19
Installation and Upgrades / Re: Change timeout for duplicity
« on: March 25, 2010, 02:41:16 pm »
I changed the last line of /usr/share/ebox-ebackup/ebox-duplicity-wrapper and the time-out problems with the backup are gone.

Original line (37)
Quote
exec "/usr/bin/duplicity @ARGV";

Modified line (37)
Quote
exec "/usr/bin/duplicity @ARGV --timeout=180";

20
I'm running ebox-samba 1.4.2 but the problem persists.

It looks like it's an old query ebox still tries to run, because it has a date of 2010-2-01

Quote
2010/03/25 10:17:06 DEBUG> PgDBEngine.pm:246 EBox::PgDBEngine::query - Error querying data: SELECT * FROM samba_virus_report WHERE client = '192.168.192.50' AND date = '2010-2-01' ; , ERROR:  relation "samba_virus_report" does not exist

2010/03/25 10:17:06 DEBUG> PgDBEngine.pm:162 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO samba_virus_report ( client, date, virus) VALUES ( ?, ?, ?)
ERROR:  relation "samba_virus_report" does not exist
 
2010/03/25 10:17:06 DEBUG> PgDBEngine.pm:166 EBox::PgDBEngine::insert - Values: $VAR1 = [
          '192.168.192.50',
          '2010-2-01',
          '9'
        ];

2010/03/25 10:17:06 ERROR> PgDBEngine.pm:167 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO samba_virus_report ( client, date, virus) VALUES ( ?, ?, ?)
ERROR:  relation "samba_virus_report" does not exist
 
Values: $VAR1 = [
          '192.168.192.50',
          '2010-2-01',
          '9'
        ];

2010/03/25 10:17:06 INFO> Service.pm:625 EBox::Module::Service::restartService - Restarting service for module: events
2010/03/25 10:17:08 INFO> EventDaemon.pm:303 EBox::EventDaemon::_loadModules - EBox::Event::Watcher::EBackup loaded from registeredEvents
2010/03/25 10:17:08 INFO> EventDaemon.pm:303 EBox::EventDaemon::_loadModules - EBox::Event::Dispatcher::Log loaded from registeredDispatchers
2010/03/25 10:17:08 INFO> EventDaemon.pm:303 EBox::EventDaemon::_loadModules - EBox::Event::Dispatcher::Mail loaded from registeredDispatchers
2010/03/25 11:17:09 DEBUG> PgDBEngine.pm:246 EBox::PgDBEngine::query - Error querying data: SELECT * FROM samba_virus_report WHERE client = '192.168.192.50' AND date = '2010-2-01' ; , ERROR:  relation "samba_virus_report" does not exist

2010/03/25 11:17:09 DEBUG> PgDBEngine.pm:162 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO samba_virus_report ( client, date, virus) VALUES ( ?, ?, ?)
ERROR:  relation "samba_virus_report" does not exist
 
2010/03/25 11:17:09 DEBUG> PgDBEngine.pm:166 EBox::PgDBEngine::insert - Values: $VAR1 = [
          '192.168.192.50',
          '2010-2-01',
          '9'
        ];

2010/03/25 11:17:09 ERROR> PgDBEngine.pm:167 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO samba_virus_report ( client, date, virus) VALUES ( ?, ?, ?)
ERROR:  relation "samba_virus_report" does not exist
 
Values: $VAR1 = [
          '192.168.192.50',
          '2010-2-01',
          '9'
        ];


Is there a way to delete this query ? Or maybe there is another problem?

21
Isaac,

Any progress on fixing this problem ?????


22
Installation and Upgrades / Re: Change timeout for duplicity
« on: March 19, 2010, 11:05:29 am »
Hello Sixstone,

Thank you for your reply. An increased timeout for all duplicity commands will be no problem. Most of them will need it.

I'll give modifying ebox-duplicity-wrapper a try.

Will post back here if it works.

Greetings.

23
Installation and Upgrades / Change timeout for duplicity
« on: March 18, 2010, 03:55:58 pm »
The backup in EBox 1.4 fails because duplicity times out on retrieving the filelist.

On the commandline I can add '--timeout=180' to increase the timeout to 180 seconds instead of the standard 30 seconds.

Which file (stubs?) do I have to change in my EBox configuration to change this timeout ?

/usr/share//ebox-ebackup/ebox-duplicity-wrapper maybe ?


24
Installation and Upgrades / Re: RDC to windows behind ebox1.4
« on: March 12, 2010, 11:55:59 am »
Then you have to do a port redirect to the machine running RDP so you can access it from outside on the public ip of the ebox-server.
The ebox-server will redirect the traffic for that port to your machine running RDP.

But this is a setup I would not recommend, because of possible security issues.

25
Installation and Upgrades / Re: RDC to windows behind ebox1.4
« on: March 03, 2010, 03:50:42 pm »
Do you have anymore information about your setup? Maybe I'll be able to help you.

I have a setup with vpn-users who connect to ebox and via this way access a windows2003 server in the external network through RDP.

26
Installation and Upgrades / Re: apt-get update problem
« on: February 19, 2010, 05:53:58 pm »
Have you tried the command ebox-software ?

27
Installation and Upgrades / Re: New to e-box quick question
« on: February 19, 2010, 04:24:17 pm »
Yes EBox can do that for you.

You won't be needing the novell client, better uninstall it.

28
Installation and Upgrades / Sieve and ManageSieve in egroupware (HOWTO)
« on: February 17, 2010, 06:21:38 pm »
I've got Sieve to work in egroupware on ebox 1.4

To enable ManageSieve in eBox you have to turn on the service in Mail ‣ General ‣ Mail server options -> Retrieval services

Configure egroupware
Login as an user with admin privileges
Click Admin --> emailadmin --> site configuration
Click default profile (created by setup) (or the description you have entered instead of the default)
Within the popup window choose the tab IMAP and set:
Type of IMAP server: Cyrus IMAP Server
Enable Sieve: activate the checkbox
Sieve server port: 4190
Save these settings
Click eMail --> Preferences --> Forced Preferences
Enter some name at sieve script name and save it

You have to logout and login again to see the new settings working...

Now you should be able to see some more settings within the egroupware eMail application:
- filter rules
- vacation notice
- email notification

I'm only not sure if these settings will survive in case of configuration changes in ebox. Maybe the ebox-team can tell me if there are any templates to be changed or they could implement this in an upcoming revision.

29
Installation and Upgrades / Slapd errors? in syslog
« on: February 15, 2010, 09:57:25 pm »
I have this error in my syslog from time to time:
Quote
Feb 15 21:38:08 ubuntu01 slapd[7927]: conn=57599 op=17 do_search: invalid dn: "sambaDomainName=,sambaDomainName=AUERHAAN-WG,dc=ebox"

Looks like there is a request that isn't build up properly sambaDomainName=,sambaDomainName=

There are also a lot messages like these:
Quote
Feb 15 08:03:45 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (domainMailPortion) not indexed
Feb 15 08:03:46 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (mail) not indexed
Feb 15 08:03:46 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (dc) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaSID) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaGroupType) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaSIDList) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaGroupType) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaSIDList) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (sambaSID) not indexed
Feb 15 08:04:30 ubuntu01 slapd[7927]: <= bdb_equality_candidates: (gidNumber) not indexed

30
If your NAS supports NFS or CIFS you could mount it on your ebox server and make a backup to that location.

Pages: 1 [2] 3 4