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

Pages: [1]
1
I get the same "Listening port 80 already exists." when I try and enable "Enable per user public_html:". I tried changing the port to another #, that tells me I ran into a bug.
Any thoughts?

2
Installation and Upgrades / Re: Not able to login to Zarafa
« on: October 17, 2010, 04:17:17 pm »
I checked that it was set correctly in Mysql. It's irrelevant now though. I just moved to a raid 10 setup and reinstalled in the process.
Thanks

3
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: October 12, 2010, 07:58:35 am »
I have found that my install, reinstall are ineffective as well. I actually reverted to the old password and changed it in Mysql as well. No joy!!!
I have found that my Zafara server never actually starts now from the log at "/var/log/zarafa/server.log".

"Mon Oct 11 12:26:16 2010: Unable to connect to database: Access denied for user 'zarafa'@'localhost' (using password: YES)"

Looks like maybe a user/password issue with Mysql. This is little outside of my expertise. Anyone know what's going on here?

4
Installation and Upgrades / Re: Not able to login to Zarafa
« on: October 11, 2010, 09:31:54 pm »
OK
So I found the log at "/var/log/zarafa/server.log". It's saying:
"Mon Oct 11 12:26:16 2010: Unable to connect to database: Access denied for user 'zarafa'@'localhost' (using password: YES)"
Weird
Looks like maybe a user/password issue with Mysql. This is little outside of my expertise. Anyone know what's going on here?

5
Installation and Upgrades / Not able to login to Zarafa
« on: October 11, 2010, 08:40:40 pm »
Hey my Zentyal peeps!!
I need some help with the Zarafa module. I have enabled and configured my zentyal install to use Zarafa for mail. I have enabled my users accounts under the user tab. I am able to see the webaccess login page, but when I try and login it tells me "Can't connect to the zarafa server." This makes me suspicious that the module is not running. Is there a way to check on the command line? or a log I can check to find the problem?

Thanks for your help guys

*Edit*
I tried to start it manually and it fails

sudo /etc/init.d/zarafa-server start
 * Starting Zarafa server: zarafa-server                                 [fail]

**Edit**
I also removed the module and reinstalled it.

Really lost any help is appreciated



6
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: October 03, 2010, 03:58:23 am »
J. A. Calvo
I am having real trouble getting Zafara working on this edit. Is there somewhere I need to change the password for Zafara to access mysql? It's a very odd problem because I can't even get the web interface for Zafara to come up on my virtual host.

If I go to "http://DomainName" I get roundcube interface and if I go to "http://DomainName/webaccess" I get "Not Found".

Any ideas what's up?
Thanks

7
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: October 03, 2010, 03:53:37 am »
Did you use the original password when you logged into mysql to change the password? See edit above

8
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: October 03, 2010, 03:50:05 am »
Those both seem fine.
Did you do the rest of the steps to change the password in MySQL (steps 3-6) ? Did you receive any errors during those steps?

9
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: September 17, 2010, 03:58:17 am »
Solved:

1.Change the default password in the config file for Zentyal
Code: [Select]
sudo nano /var/lib/ebox/conf/ebox-zarafa.passwd2. Copy and paste the password to a text file for root login later. Comment out the password in the file and list your new password for mysql. Then press ctrl 'x' then 'y'
3. Stop the MySQL Server.
Code: [Select]
sudo /etc/init.d/mysql stop4. Start the mysqld configuration
Code: [Select]
sudo mysqld --skip-grant-tables &5. Login to MySQL as root. EDIT: Use original password in "ebox-zarafa.passwd", the one you commented out in step 2
Code: [Select]
mysql -u root mysql6. Replace YOURNEWPASSWORD with your new password!
Code: [Select]
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;
You can then install phpmyadmin and gain access for root






10
Installation and Upgrades / Re: MYSQL password for Zentyal 2.0
« on: September 07, 2010, 12:02:01 am »
Thanks for the quick response.
Can I change it? Maybe by updating the file you mentioned and mysql?

11
Installation and Upgrades / MYSQL password for Zentyal 2.0
« on: September 06, 2010, 06:54:17 pm »
It looks like mysql comes pre-installed on 2.0. When I try and install phpmyadmin, it asks me for the administrative password. I entered my Zentyal password thinking they might be synced but no luck. Is there a default password that Zentyal is using when it installs?
Help
Thanks

12
Installation and Upgrades / Re: Problem with large file
« on: October 27, 2009, 12:31:48 am »
I am having the same issue. Did you ever resolve this? I saw another post shown below. I really need the AV and don't want to remove it.

Changed 5 weeks ago by anonymous


priority changed from normal to highest
Changed 4 weeks ago by ufe@…


priority changed from highest to low
summary changed from ebox 1.2 files bigger 2GB can not be read from SAMBA Drive to ebox 1.2 files bigger 2GB can not be read from SAMBA Drive with clamd(antivirus)
Hi,

this issue is not related to samba but to clamd. I removed all clamd entries in smb.conf and removed the ebox anti virus module.

now it's working perfect and explorer is not freezing anymore.

BTW. clamd brought my server (3GHz P4-786M Ram) to an average load of 3.1.

Uwe

Pages: [1]