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

Pages: 1 2 3 [4] 5 6 ... 20
46
Hello zentyalhk,

Welcome to the forum!

I think that your post is a duplicate of this one:
http://forum.zentyal.org/index.php/topic,13486.0.html

Let me know if you think that it isn't related.

Quote
Is it a bug or a mistake of mine?
I would say a bug since some user, including myself, are experiencing it as well...

Also, you may follow the bug report:
http://trac.zentyal.org/ticket/5921

Best,

Marcus

47
Hello tharldvs1,

You do have 2 possibilities:
You can either do a port forward on your router.

Ports list:
http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

Simply cherry pick the ports that you would like to forward to your server...

Or
You can use your Zentyal as a router.

Best,

Marcus

48
Hello tharldvs1,

There is a quick HowTo in the Red5 Wiki:
http://red5wiki.com/wiki/Installing_and_running_Red5

Follow the "Linux (Debian / Ubuntu)" HowTo since Zentyal is running on top of an Ubuntu server and everithing should be alright.

Best,

Marcus

49
Installation and Upgrades / Re: Zentyal killed my server!!!
« on: December 28, 2012, 01:51:53 pm »
Hello roofuskit,

Welcome to the forum.

Quote
absolutely nothing on my server is accessible anymore!
It may be a firewall configuration. Stopping it may allow access to the admin page (and the other services).
Code: [Select]
sudo /etc/init.d/zentyal firewall stop
Double check its current configuration and adjust if needed.

**Applying changes will restart the firewall.

Quote
How the heck do I remove Zentyal

Code: [Select]
sudo apt-get remove --purge zentya*
Best,

Marcus

50
Installation and Upgrades / Re: USB Drive not working
« on: December 27, 2012, 10:02:56 pm »
Hello,

Quote
I cannot actually check this for Zentyal's LXDE
My favorite way...  using X11!
Code: [Select]
ssh -XC user@server.tld
Code: [Select]
lxpanel
The lower panel will blend seamlessly with my Unity desktop (I'm using Ubuntu Desktop).

Quote
I am not getting any notifications and I have checked the file manager.
For your USB drive, you may be facing the same problem that Ian and I experienced.

ref: http://forum.zentyal.org/index.php/topic,13533.0.html

** There is 2 workaround proposed while Zentyal team makes it easier to use the product right out-of-the-box. Don't forget to install the NTFS support:
Code: [Select]
sudo apt-get install ntfs-3g
Otherwise to mount it manually:
https://help.ubuntu.com/community/Mount/USB

Best,

Marcus

51
Installation and Upgrades / Re: PCmanFM
« on: December 27, 2012, 09:41:22 pm »
Hello ian,

Quote
In the mean time i have adapted the fstab file the last line.
Nice workaround!

Quote
in his menu i can not start f.e. networkstations the i get the error " Option not supported ".
Starting your software a different way may help debugging a problem.

The following should also work (and doesn't require to modify the fstab nor a reboot). Give it a shot:
Menu >> Accesories >> Right-click on "File Manager" >> Properties >> Replace "pcmanfm %U" by "dbus-launch pcmanfm"

Now start your File Manager:
Menu >> Accesories >> File Manager

From a terminal (in order to change the "normal" shortcut behavior):
Code: (terminal) [Select]
sudo sed -i 's/Exec=pcmanfm %U/Exec=dbus-launch pcmanfm/g' /usr/share/applications/pcmanfm.desktop
Your "menu" should now be fine (trash, network places, My Computer...).

Best,

Marcus

52
Hello OliverSteele,

Quote
we needed to have all three nameserver IPs listed first in resolv.conf

From the GUI
Zentyal >> Network >> DNS >> + Add New

You may add as much as you want (I just tried it and it worked for me).

From the Terminal
You may add more entries to it this way (and mitigate the conflict with Zentyal):
Code: [Select]
echo "nameserver 8.8.8.8" >> /etc/resolvconf/resolv.conf.d/extra
Simply replace the IP in the string and repeat for adding your extra IPs. You may not see those IP in the Zentyal GUI.  That would just be an aesthetic problem...

Best,

Marcus

53
Installation and Upgrades / Re: PCmanFM
« on: December 27, 2012, 01:49:17 pm »
Hello Ian,

Try to launch it using dbus (add sudo for complete power):
Code: [Select]
dbus-launch pcmanfm
Also, are you able to use pcmanfm with X11 ?  (that is my favorite way)

Establishing the connexion with X11 support:
Code: [Select]
ssh -XC your-user@your-server.tldThe "C" option is optionnal - it is "Compressing" your connexion.

Starting PCmanFM:
Code: [Select]
pcmanfm
Good luck,

Marcus

54
Hello jsalamero,

­> why you need to change the stub
This was true for previous version (2.x series).

> when you have on /etc/zentyal/zarafa.conf
You'll notice that the Zentyal v3.0 instruction is exactly what you just wrote...

Best,

Marcus

55
Hello freeoli,

Quote
And after add a new site with force SSL option and restart the server and not working, use the Zentyal generated certificate.
Ok, we are at least 2 system administrator experiencing the same issue...

You may follow the bug report:
http://trac.zentyal.org/ticket/5921

Best,

Marcus

56
Installation and Upgrades / Master/Slave sync error
« on: December 20, 2012, 07:41:44 pm »
Hello,

I'm having problems setting up the Master/Slave replication on fresh, fully up-to-date v3.0 installs.

Up to now, this is what I've done:
1) setup master (very basic - I only choosed "Users&Groups" and removed the "cloud" freemium)
2) setup slave (same local network - very basic - only Users&Groups and removed the "cloud" freemium)

On the master: 
1) picked up the "Slave connection password"

On the slave:
1) Clicked on the drop down menu (Sync users from:) and choosed "Other Zentyal Server"
2) I typed the local IP in the "Master host:" field
3) Changed the "Master port:" to something else (SSL is needed)
4) Entered the "slave password"
5) Hit Change followed by updating the configuration (top right)

On the master;
1) created a group
2) created a user

Logs are giving:
DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Status read failed: 
ERROR> Slave.pm:149 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl1 for _addUser: 500 Status read failed: 
DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Status read failed: 
ERROR> Slave.pm:149 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl1 for _modifyGroup: 500 Status read failed: 

I've redone the sync configuration by switching the slave configuration to "none", saved the new configuration, switching it back to remote zentyal and saved again.  Still same error...

** Apparmor got removed from both servers and that didn't seem to help.

Any help would be much appreciated.

Best,

Marcus

57
Installation and Upgrades / Re: FTP Login Issue
« on: December 20, 2012, 05:09:52 pm »
Hello nontrivial (James),

What are the FTP logs giving you?

Best,

Marcus

58
Installation and Upgrades / Re: Install/Overwrite SSL CA pem+key
« on: December 20, 2012, 04:25:00 pm »
Hello freeoli,

It shouldn't be "/usr/share/zentyal/stubs".  It should be "/etc/zentyal/stubs".

/etc/zentyal/stubs/<service>/<configuration file>.mas won't be overwritten.

This is some official info around your request:
http://events.zentyal.com/wp-content/uploads/2011/11/zentyal_summit_2011_how_to_customize_zentyal_cperezaradros.pdf

Best,

Marcus

 

59
Installation and Upgrades / Re: Locale settings for non-english locale
« on: December 19, 2012, 03:03:30 pm »
Hello,

You may also simply run this command:
Code: [Select]
sudo apt-get install language-pack-<language>
** Replacing <language> with your own language.  For exemple, french would be "fr".
More precisely, it would look like this:
Code: [Select]
sudo apt-get install language-pack-fr
Best,

Marcus

60
Installation and Upgrades / Re: Distributed Services
« on: December 19, 2012, 01:57:53 pm »
Hello,

Quote
If you find any similar platform embedding such central management for remote occurrences, please let me know. I'm sure some users here will be happy to give a look and compare
Artica (more precisely the "Meta" admin)

http://artica.fr

That project is live and much active since 2004.

Best,

Marcus

Pages: 1 2 3 [4] 5 6 ... 20