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

Pages: 1 [2] 3 4
16
I dont know what's happening and it's difficult for me to troubleshoot it from here. This might sound a bit radical, but how about a reboot? :P Actually, I would like to put my hands on it to figure out what's happening...

So you have upgraded from where to where?

I've rebooted twice :(

I upgraded what was in Hardy...I don't believe I used a PPA.


Actually I can't PM you...can you email me?  chall <at> callawayso <dot> org

17
I did that...the problem still remains.  Disk space:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             1.8T  143G  1.7T   8% /
varrun               1005M  1.3M 1004M   1% /var/run
varlock              1005M     0 1005M   0% /var/lock
udev                 1005M   44K 1005M   1% /dev
devshm               1005M     0 1005M   0% /dev/shm


I'm toying with upgrading to 1.2.  Would recommend this is the current (slightly broken) state?

Thanks

18
I did that...the problem still remains.  Disk space:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             1.8T  143G  1.7T   8% /
varrun               1005M  1.3M 1004M   1% /var/run
varlock              1005M     0 1005M   0% /var/lock
udev                 1005M   44K 1005M   1% /dev
devshm               1005M     0 1005M   0% /dev/shm

19
Check your free disk space please, and run:

sudo /etc/init.d/ebox apache restart

I did that...the problem still exists.

2010/01/14 09:04:32 INFO> Module.pm:134 EBox::Module::restartService - Restarting service for module: apache
2010/01/14 09:05:15 INFO> EventDaemon.pm:291 EBox::EventDaemon::_loadModules - EBox::Event::Watcher::Runit loaded from registeredEvents
2010/01/14 09:05:17 ERROR> GConfModule.pm:289 EBox::GConfModule::_gconf_wrapper - gconf error using function all_entries and params /ebox-ro/modules/services/serviceTable/keys/serv1715
 Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 at /usr/share/perl5/EBox/GConfModule.pm line 279.
2010/01/14 09:05:17 WARN> EventDaemon.pm:197 EBox::EventDaemon::__ANON__ - Error executing run from EBox::Event::Watcher::Runit: gconf error using function all_entries and params /ebox-ro/modules/services/serviceTable/keys/serv1715
 Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 at /usr/share/perl5/EBox/GConfModule.pm line 279.
2010/01/14 09:05:24 ERROR> GConfModule.pm:289 EBox::GConfModule::_gconf_wrapper - gconf error using function all_entries and params /ebox-ro/modules/services/serviceTable/keys/serv1715
 Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 at /usr/share/perl5/EBox/GConfModule.pm line 279.

20
I upgraded to the latest Ubuntu packages for Hardy.  openvpn wasn't working for me (the key was vulnerable so I renewed it but it still wouldn't start) so I restarted the server itself hoping to clear up any cache.  When the server restarted I can no longer log into ebox:

An internal error has ocurred. This is most probably a bug, relevant information can be found in the logs.

ebox.log shows:

2010/01/14 08:28:02 WARN> Union.pm:50 EBox::Types::Union::new - Union type cannot be optional. To use the non-defined value, choose EBox::Types::Union::Text
2010/01/14 08:28:03 ERROR> GConfModule.pm:289 EBox::GConfModule::_gconf_wrapper - gconf error using function all_entries and params /ebox-ro/modules/objects/objectTable/keys/obje8783/members/keys/memb8081
 Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0 at /usr/share/perl5/EBox/GConfModule.pm line 279.



 

21
We've noticed (long) delays with employees logging in using roaming profiles.  Ebox is setup for a law enforcement agency and there's 12 computers for the employees to login into.  So it's nice to have roaming profiles but the delay is getting annoying.

Is it possible to limit which folders are stored in the roaming profile?  We really only need %APPDATA%, Desktop and their documents / pictures directory.   Temporary files shouldn't be synced.

Thanks

22
I rebooted a server today and the samba module would not start.  I see this error:

Unknown error at EBox::Ldap::modifyAttribute unrecognized objectClass 'CourierMailAccount'

I see this in ebox.log:

2009/04/16 22:14:07 INFO> Module.pm:135 EBox::Module::restartService - Restarting service for module: samba
 * Restarting eBox module: samba                                                                                      [fail]
Unknown error at EBox::Ldap::modifyAttribute unrecognized objectClass 'CourierMailAccount'
2009/04/16 22:14:10 ERROR> Ldap.pm:464 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'changes' => [
                         'replace',
                         [
                           'sambaHomePath',
                           '\\\\corp\\homes\\Ebox User'
                         ]
                       ]
        };
2009/04/16 22:14:10 ERROR> Ldap.pm:466 EBox::Ldap::_errorOnLdap - Unknown error at EBox::Ldap::modifyAttribute unrecognized objectClass 'CourierMailAccount'

I do not have or use the courier mail account.  I looked at it once but removed the module.

23
Installation and Upgrades / Access to .forward
« on: February 10, 2009, 10:40:55 pm »
We have a user that needs to forward his email to a PHP script (long story).  Typically he uses a .forward for this but with eBox it's apparently not being read. 

Any suggestions on how to get this done for this user?

Or how to create a system user that postfix can also receive email for?

Thanks

24
Installation and Upgrades / procmail
« on: October 18, 2008, 01:11:23 am »
Is there a way to use procmail settings per user with ebox?  I like to throw my mail into about 20 different directories...but at the server level since I bounce around clients all the time.


25
Seperate virtual interface or real interface (eth2)

You can do that from the eBox GUI as long as every public IP comes in eBox by  a separate network interface.

26
We have two public IP addresses from our ISP.  I want be able to specify which ports get forwarded to which )internal) IP addresses.

IE publicip1:80 -> lancomputer1:8080
IE publicip2:80 -> lancomputer2:8080

Can this be done from the ebox administrator?

27
Yea..they can login and logout fine...but just can't check their email

Maybe is a password synchronization problem. May the user connect to the files shares after the password change?

28
Installation and Upgrades / Logging squid users
« on: May 02, 2008, 09:36:16 pm »
We are setup using transparent proxying (I know...this causes issues with authentication)

Any suggestions for logging pages that users access?  The boss wants this ability to see who did what and when.  Obviously date / time and username (windows login name).  I'm using samba as the only PDC so I have no Windows Active Directory server to authenicate against.

I'm not totally against installing identd...all users are NAT.

29
My users are authenticating for windows logins and courier IMAP (ebox-mail).  When a user changes his password in windows he can no longer connect with IMAP with either the old or new password.

Any ideas?

Thanks

30
I've been having a problem when I ssh into the ebox server with my standard login I can no longer access my email with IMAP.  I have to go into ebox, manually change the user password and then I'm set until I log back in with IMAP

There is / was a local user account with the same login name when I added the same username into Ebox.  I don't know if that's the problem or not...but any suggestions would be helpful.


Pages: 1 [2] 3 4