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

Pages: 1 ... 8 9 [10]
136
Installation and Upgrades / Re: A GUI For an eBox Machine?
« on: May 01, 2009, 05:13:24 pm »
Hi Sam!

Having a GUI can indeed be useful at some points, especially if you somehow configure your firewall or network interfaces in a way that prevents you from accessing the web interface.

That being said, eBox users can easily install a web interface just installing GNOME or KDE, so we don't see the need for eBox to offer a 'default' GUI. A HOWTO explaining how to do it for the least experienced users can be useful though.

Cheers

137
Installation and Upgrades / Re: SSH login in as a ebox user
« on: April 07, 2009, 08:04:56 pm »
Hello, SSH login works, you just need to:

1. install the Samba module (yeah, this shouldn't be needed and we'll try to fix this)

2. in /etc/ebox/80samba.conf change:
Code: [Select]
login_shell = /bin/falseto
Code: [Select]
login_shell = /bin/bashonce this is done new users will have /bin/bash as shell. If you want old users to be able to log in, you will need
to edit the LDAP yourself, using an LDAP client and change the loginShell attribute to /bin/bash manually.

3. change the ubuntu PAM setup so it takes LDAP into account for authentication, you can have a look here:
https://help.ubuntu.com/community/LDAPClientAuthentication#PAM
It's basically adding:
Code: [Select]
account sufficient      pam_ldap.so
to /etc/pam.d/common-account
and
Code: [Select]
auth    sufficient      pam_ldap.so
to /etc/pam.d/common-auth. These lines should be the first one of the files. You probably want to add use_first_pass after the line which says pam_unix.so in that file so it doesn't ask for the password twice.

Be careful while doing these changes, make sure you have a root terminal open while you do them because you might get locked out of your box if you mess up and you don't.

We'll try to do this more automatic in future versions :)

138
News and Announcements / eBox 1.0 ready to download
« on: March 30, 2009, 01:19:30 am »
Hi dear eBox users! eBox 1.0 has been released and is available for download.

You can read the details in the official announcement:
http://ebox-platform.com/archives/2009/03/26/122-ebox-10-ready-to-download/

139
I'll try to reproduce the issue and report back.

Thank you for your report.

140
Installation and Upgrades / Re: user password change
« on: February 04, 2009, 11:03:08 pm »
I am using ebox as a windows domain server, after I create the user account, is there a way I can send the user a link to change the password themself >:(

Unfortunately not as of now. It's in our roadmap though.

141
Installation and Upgrades / Re: Ebox 12.100 problems
« on: January 31, 2009, 09:06:21 am »
First of all, I want to say the new dashboard is awesome.  I am having some problems, though.
Right now my eth0 (external) graphs jump between -5000000000B, -2500000000B, and 0B.  My eth1 (internal) graphs start at 0 and will sometimes spike to 93.13 GB and go back down to 0 for no apparent reason.  Transferring files seem to have no effect on the graphs.

Uhm, I think I had that kind of problems when the interfaces were down, are they active? do they have traffic? I'll have a look at it in the next days and I'll ask you for more information if I can't reproduce it.

142
Installation and Upgrades / Re: CIDR Notation help
« on: November 29, 2008, 02:24:23 pm »
255.255.252.0 would be 11111111.11111111.11111100.00000000 in binary, as you can see the number of 1s is 22, and thus it should be 192.168.1.0/22

143
Installation and Upgrades / Re: Untangle...wtf?
« on: November 10, 2008, 10:10:16 am »
My screenshots died when our server crashed ...

144
Installation and Upgrades / Re: Untangle...wtf?
« on: November 10, 2008, 10:01:54 am »
Yeah, it kind of pissed me of a bit too when I discovered it.

I posted this on my blog:
http://people.warp.es/~isaac/blog/index.php/untangle-yourself-from-ethics-77

And this was Ignacio's (our CEO) take:
http://people.warp.es/~nacho/blog/?p=294

Pages: 1 ... 8 9 [10]