Tuesday, November 27, 2018

Bugzilla: Create an account for a new user

Steps

  • Login to your Bugzilla

clip_image001

Note: You must login using Bugzilla administrator or have the “editusers” permission to add a new user account.

  • Click the Administration link in the header or footer

clip_image002

  • Click the Users link

clip_image003

  • Click the “add a new user” link
  • Enter the “Login name” which must be an email address – required
  • Enter the “Real name” – required
  • Enter the “Password” which must be at least 6 characters. If the complexity requirements are set (see User Authentication in Administration Parameters) then these must be met as well – required.
  • Leave “Bugmail Disabled” unchecked.
  • Leave “Disable text” blank.
  • Click the “Add” button

clip_image004

  • The user has now been created. Note that the user has not been notified of their new account. You will need to do this yourself.
  • You are now presented with a screen that allows you to change the user’s access. In most cases you can ignore these settings as the defaults work well. For more details about Bugzilla security see: Setting up Bugzilla Security.
  • Click the “back to the user list” link

clip_image005

Tuesday, November 20, 2018

FIX REASON 442: FAILED TO ENABLE VIRTUAL ADAPTER

    clip_image001
    When attempting to connect to a VPN gateway (router or firewall) using the Cisco VPN Client on Windows 10, it will fail to connect because of the following reason: Reason 442: Failed to Enable Virtual Adapter.
    Follow the below steps: -
    1. Open your Windows Registry Editor by typing regedit in the Window run.
    2. From the window on right, select and right -click on Display Name and choose Modify from the menu. Alternatively, Double-click on Display Name.
    Goto -
    clip_image002
    clip_image003
    clip_image004

    For Windows 10 64bit (x64) operating systems, change the value data from “@oem8.inf,%CVirtA_Desc%;Cisco Systems VPN Adapter for 64-bit Windows”
    to
    “Cisco Systems VPN Adapter for 64-bit Windows” (shown below):
    clip_image006
    The registry key now shows the correct DisplayName value data:
    clip_image004[1]
    At this point, you should be able to connect to your VPN Router or Gateway without any problems.













Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...