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

Pages: 1 ... 81 82 [83] 84
1231
Installation and Upgrades / Re: can't connect to ebox trough browser.
« on: August 28, 2009, 11:08:50 am »
sudo dpkg-reconfigure ebox

1232
Installation and Upgrades / Re: ebox praise
« on: August 28, 2009, 11:07:19 am »
thanks, we keep working to make ebox better every day :)

1233
Installation and Upgrades / Re: eBox backup and restore how-to
« on: August 28, 2009, 11:06:01 am »
hi,

/dev/ebox/root only exists if you installed using LVM, otherwise your system partition should be /dev/sda1. run cat /proc/partitions to see the partitions on your system.

there is still some work to do on installing and restoring documentation, we will address this shortly.

1234
Installation and Upgrades / Re: Configuring ebox jabber
« on: August 25, 2009, 05:21:01 pm »
from the client, check with nmap the ports on the server are open. could you post a screenshot of your client configuration ? what did you set ssl option to in the jabber module ?

1235
Installation and Upgrades / Re: Configuring ebox jabber
« on: August 14, 2009, 09:53:20 am »
just tried again with ebox-jabber 1.2 and psi 0.12.1-2 and works like a charm. could you post your jabber client version and attach an screenshot of the configuration ?

1237
Installation and Upgrades / Re: Backup module
« on: July 12, 2009, 09:05:58 pm »
currently backup module only configures a full system local backup using rdiff-backup, also you can define how many days do you want to keep old copies.

in the future will allow to backup remote machines and you will be able to configure which directories are going to be copied.

1238
Spanish / Re: OPENVPN
« on: July 09, 2009, 08:53:49 pm »
deberás de regenerar, no es posible importar certificados existentes a la CA de eBox, la configuración en principio tampoco. de todas maneras una de las ventajas es que el despliegue es muy rápido y para un número así de pequeño no creo q te merezca la pena programar un script de importación.

1239
Installation and Upgrades / Re: Ebox LDAP Configuration (OpenFire)
« on: June 27, 2009, 09:36:56 am »
eBox includes ebox-jabber which cofigures Jabberd2 xmpp server and works out of the box. This jabber server should offer all the features most users need. Is there any reason to use OpenFire instead of ebox-jabber ? Do you miss anything ?

1240
MD5 checksum failure as been already fixed, it was a bug in the way we regenerate the ubuntu server installer MD5 list, but the contents where fine.

Semi-automatic mode is still experimental and probably will be for some time, Hardy LTS debian-installer is pretty old and has some bugs not easy to workaround.

1241
can you reproduce that with firewall module disabled ? check you don't have any iptable rules in place with iptables -L -n -v and iptables -t nat -L -n -v and iptables -t mangle -L -n -v.

1242
Installation and Upgrades / Re: Ebox 1.1.20 - Full backup Error
« on: June 27, 2009, 09:20:53 am »
clicerioneto, please run that command and post the output.txt file as an attachment so we can check your database contents.

1243
I you don't enable the modules and you don't save the configuration, your current configuration won't be changed.

1244
I've setup the infraestructure to generate and upload eBox Virtual Machine Snapshots. Virtual Machine images are generated from eBox trunk snapshots. This is the way to test latest bleeding edge development and help us to squash bugs and improve features and usability. You can find hard disk images for QEMU/KVM, VMware and VirtualBox on http://mirror.ebox-platform.com/. Images will be updated weekly. This is the default configuration:

  • System user: ebox/ebox
  • eBox webui passwd: (empty)
  • IP address: 192.168.100.249/24
  • Gateway and DNS server: 192.168.100.1

I hope you find it useful. Enjoy !

1245
Installation and Upgrades / Re: Adding another hard drive
« on: June 23, 2009, 06:03:15 pm »
yeah, somethig like that.

Code: [Select]
# mkdir /mnt/foo
# mount -t ext3 /dev/sdb1 /mnt/foo
# mv /home/* /mnt/foo/
(add/replace your fstab: /dev/sdb1       /home               ext3    relatime 0       1)
# reboot
# or umount /mnt/foo, rmdir /mnt/foo, mount /home and restart ebox samba

Pages: 1 ... 81 82 [83] 84