Following the steps in the OpenSUSE official site (http://es.opensuse.org/Active_Directory_Integracion) I configured the files for authentication in AD. I could checked that the logging (query to the AD) was completed successfully. I was in the last step: Join the machine to the domain using samba. When I google this error, most of the results talk... read more
Create link to the script in /etc/init.d ln –s /srv/scripts/firewall.sh Run chown root.root /etc/init.d/firewall Run chmod 700 /etc/init.d/firewall Run /sbin/chkconfig –level 345 /etc/init.d/firewall To check if it is working, run /etc/init.d/firewall and check if that worked. Then access YaSt/System Services (Run level) On expert mode, enable the service on run level 5 (network configuration, in... read more
If you are in a multiple user enviroment, you may have problems when you try to turn on a virtual machine on VMware Server over openSUSE. Let’s set the context: - You are logged with a user that is not root (music) - You can copy the virtual machine and add it to the VMware... read more
When you are hosting virtual machines over openSUSE-VMware platform, you can encounter yourself dealing with the following problem: You have a virtual device that is perfectly recognized by the guest machine, but you cannnot use it… why? Perhaps, because of this: The openSUSE host does not give you permission to use this device by default.... read more
When you have problems with DHCP service (in fact, with any service), the first thing we do is… restart the service. If it does not work for you in openSUSE you may try this: Open yast console and go to expert configuration. In the example, we have two configured declaration, but we really have one... read more
Add Sound card driver to the virtual machine configuration: Shut down the VM. Go to “Edit virtual machines settings”. On the Hardware tab select Add… Follow the wizard selecting Sound Adapter: Specify your sound adapter and select connect at power on: Done. Now you have the soundcard installed on the VM: Now you have... read more