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.


Topics - scottgutman

Pages: [1]
1
Installation and Upgrades / loading virtualbox on zentyal 3.2
« on: June 29, 2014, 08:13:45 pm »
I am having trouble installing virtualbox on zentyal 3.2.

I installed most of the denpendancies that were suggested, but I get an error message:

Code: [Select]
Setting up virtualbox (4.1.12-dfsg-2ubuntu0.3) ...
 * Stopping VirtualBox kernel modules                [ OK ]
 * Starting VirtualBox kernel modules
 * No suitable module for running kernel found      [fail]

I ran these statements:
Code: [Select]
sudo apt-get install build-essential linux-source linux-headers-`uname -r`
sudo apt-get install virtualbox

Code: [Select]
uname -v -r
3.11.0-24-generic #41~precise1-Ubuntu SMP Wed Jun 11 13:15:06 UTC 2014

Can you help me troubleshoot this?





 

2
Installation and Upgrades / libc6-dev dependacy problem in 2.2
« on: October 22, 2012, 12:52:31 am »
Hello,

I would like to install libc6-dev to my machine but I am getting a dependency issue.  I am logged in as root, so sudo is not an issue. Here is what I did.

1. I ran the update: apt-get update
2. I ran apt-get -f install libc6-dev and got this error:
Code: [Select]
The following packages have unmet dependencies:
  libc6-dev: Depends: libc6 (= 2.11.1-0ubuntu7.8) but 2.11.1-0ubuntu7.10 is to be installed
E: Broken packages
3. I tried apt-get install libc6-dev=2.11.1-0ubuntu7.8 to force the matching version and got the same error as before.
4. I looked in the libc6 package dpkg -s libc6, and below is part of the output. Notice the version number 2.11.1-0ubuntu7.10 and is not what is reported by apt-get.
Code: [Select]
Version: 2.11.1-0ubuntu7.10
Replaces: belocs-locales-bin
Provides: glibc-2.10-1
Depends: libc-bin (= 2.11.1-0ubuntu7.10), debconf (>= 0.5) | debconf-2.0, libgcc1, tzdata, findutils (>= 4.4.0-2ubuntu2)

I am not sure how to proceed. Can you help me fix this and get libc6-dev installed?

My system is running Zentyal 2.2 | Ubuntu 10.04.4 LTS | Linux 2.6.32-42-server #95-Ubuntu x86_64

Thank you

3
Installation and Upgrades / Errors during upgrading
« on: January 03, 2010, 09:19:30 pm »
I this error when I try to upgrade the packages on my eBox 1.2.

Quote
The packages installation has not finished correctly . More information on the logs

root command sh -c 'export DEBIAN_FRONTEND="noninteractive" && apt-get install -f --yes' failed. Error output

1. Where can i find the log of this error?
2. How do i get rid of this error?

Thanks

4
Installation and Upgrades / restore fails at LDAP
« on: January 03, 2010, 08:54:02 pm »
I wanted to upgrade my 1.2 eBox  to 1.3.   I built a new machine with almost identical specs and installed 1.3.  Then I made a config backup of the 1.2 box and tried to restore it on the 1.3 box.  The installation failed at the users.bak during the LDAP restore.

1. LDAP no longer functions and the 1.3 box needs to be reinstalled.  How can the LDAP from the 1.2 box be restored on the 1.3 box?
2. if the LDAP db needs to be hand entered, will all the users on the domain need to Re-Created their profiles? how can this be avoided?
3. will all the domain computers have to be re-joined?

5
Installation and Upgrades / upgrading Dovecot and adding Sieve
« on: December 22, 2009, 06:39:48 pm »
Hi. I just started using ebox and let me say thanks to the developers and contributors.  Great job.

I wanted to add SIEVE to Dovecot and it looks like the best way to do that is to upgrade dovecot to 1.2.  I have a few questions to that end.

  • 1. Is there a good way to upgrade dovecot 1.0.10 (ebox 1.2) to dovecot 1.2?
  • 2. What changes need to be made to /usr/share/ebox/stubs/mail/dovecot.conf.mas
  • 3. What is the best way to install Sieve?
  • 4. Should I consider upgrading to EBox 1.3
  • 5. Can SIEVE be installed without upgrading Dovecot?

6
hey guys, ebox looks great and I am really looking forward to trying it out!  


I wanted to try to install but I am having a few issues.

1. I tried to download the ISO, but the mirror says the file doesn't exist.  couldn't find a torrent either.  Any ideas?  This is the download URL: http://ebox-platform.com/download/latest or http://mirror.ebox-platform.com/ebox_installer-1.2-1.iso

2. I decided to install ubuntu 8.04 server amd64.  I added the necessary entries for apt-get:
     a. I added  "deb http://ppa.launchpad.net/ebox/1.2/ubuntu hardy main" to the end of /etc/apt/sources.list
     b. i executed sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 342D17AC
now this did make the repo available, but it did not work too well.  
I tried sudo apt-get install ebox-all and got "couldn't find package ebox-all".  I tried all the meta-packages and most did not work.  here is a list of the packages that did work:
Code: [Select]
ebox-printers
ebox-openvpn
ebox-ntp
ebox-services
ebox-ca
ebox
ebox-dhcp
ebox-dns
ebox-usersandgroups
ebox-gateway
ebox-samba
ebox-squid

Any ideas on how I should proceed?  What would be the proper order to install?

Pages: [1]