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

Pages: [1]
1
Thank you. I tried that but got a kernel version error.

However, I was able to get it running doing the following:

- Adding the repository:
deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free

- Getting the key and updating:
wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
sudo apt-key add oracle_vbox.asc
sudo apt-get update

- Installing linux headers and finally virtualbox:
sudo apt-get install linux-headers-2.6.32-24-generic
sudo apt-get install virtualbox-4.0

Cheers

2
I have extracted the .tar kernel in /usr/src.

If I leave it in /usr/src/linux-source-2.6.32 and run vbox setup, I get the previous error (source files not found).

If I rename the directory to /usr/src/linux, I get the attached error log file, that includes:

 ERROR: Kernel configuration is invalid.
         include/linux/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

I therefore ran: make oldconfig && make prepare

And got: make: *** No rule to make target `oldconfig'.  Stop.

Any advice, please?

Thank you

3
Hello,

Thank you for replying. I have done as told and I'm still getting the same message:


root@zentyal:/home/administrator/Downloads# dpkg -i virtualbox-4.0_4.0.4-70112~Ubuntu~lucid_amd64.deb
Selecting previously deselected package virtualbox-4.0.
(Reading database ... 76206 files and directories currently installed.)
Unpacking virtualbox-4.0 (from virtualbox-4.0_4.0.4-70112~Ubuntu~lucid_amd64.deb) ...
Setting up virtualbox-4.0 (4.0.4-70112~Ubuntu~lucid) ...
addgroup: The group `vboxusers' already exists as a system group. Exiting.
update-rc.d: warning: vboxdrv stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)
 * Stopping VirtualBox kernel modules                                    [ OK ]
 * Uninstalling old VirtualBox DKMS kernel modules                       [ OK ]
 * Trying to register the VirtualBox kernel modules using DKMS                 
 * Failed, trying without DKMS
 * Recompiling VirtualBox kernel modules                                       
 * Look at /var/log/vbox-install.log to find out what went wrong

Processing triggers for ureadahead ...
Processing triggers for shared-mime-info ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for python-central ...

root@zentyal:/home/administrator/Downloads# cat /var/log/vbox-install.log

Makefile:167: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Stop.
root@zentyal:/home/administrator/Downloads#

Any tips?

Thanks in advance!

4
Hello,

I'm trying to install VirtualBox to run under Zentyal 2.0.17.

What I have tried so far is getting the .deb for Ubuntu 10.04 and then installing with dpkg.

First, I ran into some missing packages. I installed them through apt-get and then proceeded to try and install VirtualBox again.

The final result was:

 * Stopping VirtualBox kernel modules                                    [ OK ]
 * Uninstalling old VirtualBox DKMS kernel modules                       [ OK ]
 * Trying to register the VirtualBox kernel modules using DKMS                 
 * Failed, trying without DKMS
 * Recompiling VirtualBox kernel modules                                       
 * Look at /var/log/vbox-install.log to find out what went wrong


And this is in vbox-install.log:

Makefile:167: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Stop.

Should I specify the Zentyal's kernel directory when installing VirtualBox? In that case, what is Zentyal's kernel directory? Is it safe to proceed this way?

Any assistance would be appreciated.

Best regards

5
Installation and Upgrades / Superuser authentication through LDAP
« on: January 06, 2011, 03:41:00 pm »
Hello,

I was wondering if someone could help me with this, which I haven't been able to figure out.

I want to make a superuser so an admin can login to all the computers that validate the login through Zentyal / LDAP.

I have tried adding the user as superuser with visudo in the local machine and then connecting, which effectively gives the user superuser powers, but I was hoping to do this on the Zentyal server so I don't have to configure each computer's sudoers list manually.

Is this possible? I would appreciate any help.

Best regards

6
Installation and Upgrades / Equivalent to GPOs
« on: December 28, 2010, 08:18:21 pm »
Hello,

I am planning to replace our company's Windows 2003 server with Zentyal.

We are currently using an Active Domain with some GPOs such as software restriction,
folder redirection and customized desktop.

To what extent can Zentyal/Desktop replicate this functionality? I am trying the Zentyal
server + Zentyal Desktop on Ubuntu 10.04 set-up but when I log in as a "user" I only
get a link to the user's shared folder on the desktop; I was hoping I could set up the home
directory to point to the user's folder in the server instead, like I have done in Windows 2003.

I believe software restriction policies wouldn't be needed with Ubuntu's own authentication,
however, I would like to know if it's possible to deploy applications or change the desktop remotely.

Any feedback would be appreciated; thank you in advance!

Best regards,

Andrew

Pages: [1]