Ubuntu :: Fix For Virtualbox Key Authentication?

May 20, 2010

Just thought I'd post this in case anyone else is experiencing the same problem. For awhile now, I have been running VirtualBox which was installed by adding the virtualbox.org repository to my apt sources. Starting sometime yesterday, the Update Manager started complaining about key authentication problems, namely:

Code: W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://download.virtualbox.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139[URL]..

W: Some index files failed to download, they have been ignored, or old ones used instead. Apparently VirtualBox 3.2 just got released, and it's the first release under the Oracle name (since Oracle's acquisition of Sun). As such, you need to get a new key:

Code:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Problem solved. I then promptly upgraded to 3.2...

View 9 Replies


ADVERTISEMENT

Ubuntu Security :: Configure SSH Key-based Authentication And SSH Password Authentication In Same Machine For Different User?

Jan 10, 2010

I want to configure SSH key-based authentication and SSH password Authentication in same machine for different user .

View 1 Replies View Related

Ubuntu Servers :: Postfix Smarthost + Authentication: Get 535 Incorrect Authentication Data Error

Mar 14, 2011

On Ubuntu server 10.10, with a relay smtp server with authentication via postfix; I keep getting 535: Incorrect authentication data. I'm sure my username and password is correct. Heres how I set up postfix: I created a file called smarthosts.conf in my /etc/postfix/ directory that contains the following:

[Code].....

my server uses plain text authentication on port 25. I would like to use security like SSL, but this particular server is unsecured.

View 9 Replies View Related

Debian :: Way To Make Su Repeat Authentication Rather Then Just Returning Authentication Failed

Apr 1, 2016

If I am running a script, let's say a install script. Is there a way to make Su repeat authentication rather then just returning "Authentication failed" and continuing the script?

View 3 Replies View Related

Security :: Make A Choice On What Authentication Protocol To Use For Authentication And Authorization?

Jan 17, 2011

I need to make a choice on what authentication protocol I want to use for Authentication and Authorization. I was looking at Radius and then literature suggested that Diameter was a better protocol. Keep in mind I need this on a hetrogeneous setup ( linux & windows together). Diameter seemed like a good fit until I discovered that the open source code no longer seems to be maintained ( C/C++).

I was also looking at Kerberos as an option though there is alot overhead with the server. SSL/TLS or EAP? I am looking for simple but secure and am new at the security protocols.

View 2 Replies View Related

Server :: Su: Authentication Service Cannot Retrieve Authentication Info?

Mar 12, 2010

I have a problem with ldap client authentication in ubuntu. I am using rhel5 as openldap server and I configured ubuntu as client, when I am trying to login the following message is coming."su: Authentication service cannot retrieve authentication info. Sorry"
But when I do search through "ldapsearch" command output is coming without any errors, Can anybody explain what would be problem.

View 1 Replies View Related

Server :: Squid Proxy Authentication And Without Authentication

May 27, 2011

I have a network and am using squid proxy with authentication I want to create another subnet without authentication.

View 1 Replies View Related

Debian :: VirtualBox Error - 'install Virtualbox-ose-modules Package For Kernel And Execute 'modprobe Vboxdrv'

Apr 27, 2010

my error when trying to run a VB (Virtualbox). Error as copied from error box. install the virtualbox-ose-modules package for your kernel and execute 'modprobe vboxdrv' as root. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


[code]...

I get this when trying to launch a VB after making one with wizzard.

View 6 Replies View Related

OpenSUSE :: Data Corruption In VirtualBox 4.0.4 From Virtualbox.org?

Mar 7, 2011

Observed on two host systems both with openSUSE 11.3 32 bit using ext4: When a big files, in this case a 1.2 GB and a 1.7 GB is copied from DVD, usb harddrive or shared folder into a Windows 7 32 bit guest system, the copied file is corrupted. The md5sum has changed and until the guest system has been rebooted successive md5sum tests on the same file comes up with various results... After a reboot md5sum tests show consistent results, but a sum different from the original file.

View 1 Replies View Related

OpenSUSE Hardware :: Unable To Start VirtualBox Kernel Modules - Error Stopping VirtualBox Kernel Modules

Mar 23, 2011

I was trying to install VirtualBox through the YaST > Software Management but it is not working, someone in the forum told me that I have to download the OSE version and do it manual way. Finally I am able to start up VB but not able to use the network connection. Thus I am trying to do this:

/etc/init.d/vboxdrv setup. I get this error:

[code]...

When I type dmesg, it shows me a bunch of info which I don't know what should look for. When I type modprobe vboxnetflt, I get the error: FATAL: Error inserting vboxnetflt (/lib/modules/2.6.37.1-1.2-default/updates/vboxnetflt.ko): Invalid module format. what should I do in order to get my VB to be able to connect to the internet?

View 5 Replies View Related

Ubuntu :: Configure Apt-get Such That It Will Ask For Authentication

Aug 11, 2010

how to configure apt-get such that it will ask for authentication (user name and password) each time while accessing the Internet via proxy host, somewhat like sudo command. I don't want my username and password to be saved by apt-get in the apt-get configuration file.

View 2 Replies View Related

Ubuntu :: Ssh Authentication: Key & Password Mix?

Jul 25, 2011

I am running a small ubuntu-server headless machine at home. It is configured with sshd so that I can connect from anywhere (if I have Internet access.)However, there is a thing: I'd like to have good security and disable password authentication, but I also want to be able to connect from a PC that I've never touched before. And no, I'm not prepared to type a 256 bytes password every time I type "sudo ..."

Here is what I thought: I could have a login (pieroxy) that has a moderately strong password and another user (pieroxy-ext) that has a very strong password (100+ chars.) I would use my regular account (pieroxy) whenever I have a key-based authentication and the other one (pieroxy-ext) whenever I have a password-based authentication to do. Then, I'll just su to "pieroxy" and I'm done typing the 100 chars pwd. In order to do that, I would need to be able to configure my machine so that password-based authentication is disabled for all accounts but enabled for my account that has a strong password (pieroxy-ext). Is it possible to disable password-based authentication on a user basis?

View 2 Replies View Related

Ubuntu Networking :: Wlan Web Authentication?

Feb 6, 2010

At my workplace the wireless connection is open but once you connect you first need to authenticate on your browser to be able to use the internet.On Windows as soon as I open whatever page I get the login request.On Linux I open firefox but nothing happens, just get the usual error page like if I had no connection. The IP's I get as well as DNS seem ok, I even tryed to match them up with windows.I tried a lot but can't get to the login page.

View 3 Replies View Related

Ubuntu :: Authentication To Mount Device?

Feb 7, 2010

Cant I get rid of the window which says "authentication required to mount the device" every time when I try to open a common drive?

View 1 Replies View Related

Ubuntu :: Adobe AIR Proxy Authentication

Mar 10, 2010

I have an issue with Adobe AIR, which I use to run Tweetdeck. It keeps on asking me to authenticate for my proxy server - every time Tweetdeck tries to load someone's avatar, for instance, which is making it pretty unusable right now.

I'm not sure why it's doing this, other than that I've just upgraded to 9.10 (well, to Mint 8, actually, but I would think the issue is the same). I've got all my proxy settings working, and indeed AIR seems to be able to read the settings from somewhere (it autocompletes the authenticate box with the correct details), but it just doesn't seem to be able to authenticate once and then be done with it, like it had done previously.

View 1 Replies View Related

Ubuntu :: Set Up Authentication For Removable Drives In 9.10?

Mar 21, 2010

how to set up authentication for removable drives in ubuntu 9.10 ?

View 7 Replies View Related

Ubuntu Servers :: SSH Authentication Fails From Outside LAN?

Mar 29, 2010

My first post here. I've been using Ubuntu to run our internal mail server for a while now on Ubuntu server 9.04 and ISPconfig 2. I've read a lot of threads on poeple that have difficulty connecting to their server using SSH from outside the LAN and it is not the same problem I have. Well, not entirely the same.

My problem is that my authentication fails from outside the LAn, but I can connect to the SSH port from outside my LAN. The other threads pointed towards checking the router port forwarding etc, but I can see my SSH log in asking for my username and password. So, at this stage I know the port forwarding worked, otherwise I wouldn't even see the log in prompt.

Has anyone see this before where you can connect, but the authentication fails? I can use the correct username and password from inside the LAN, but using the same credentials from outside fails.

View 2 Replies View Related

Ubuntu Servers :: Best Technique For Authentication?

Jun 6, 2010

I try to install a server based on Ubuntu. It will provide many different services as SMTP, IMAP, Jabber, SVN(via Apache),maybe a groupware and some other web applications.I'm looking for a way of authenticating the same set of users (a user essentially has a username, a domain it is belonging to and some passwords) against all of the services.What is the most flexible and elegant way? I need a method which is not too bloated (mysql or ldap would be okay) and is easily applyable to all those services and all services which maybe will come later.

I've read some documentation about sasl, mysql-authentication, ldap-authentication, pam, cyrus, apache, ... and i'm somewhat confused now about the proper way.For now I suspect MySQL to be the best method for that, but i'm not sure about the flexibility for embedding it into all the services.

View 1 Replies View Related

Ubuntu Installation :: Ldap Authentication On 10.04

Jun 23, 2010

I am trying to allow my freshly installed ubuntu 10.04 to authenticate with ldap. I did follow the doc https://help.ubuntu.com/community/LD...Authentication and some other hints with no success.My needs is just to use an ldap existing server (active directory in my site, but i wish to use it via ldap, not via samba/ winbind) to validate users on services using pam modules.After the package installation the command getent passwd retrieve just local users and I don't understand if my ubuntu client is not querying the server or the server reply with some message.

View 2 Replies View Related

Ubuntu :: 407 Proxy Authentication Required?

Aug 2, 2010

when i use the terminal, and i run "sudo apt-get update", there is a notification which says, "407 proxy authentication required". i use the internet of our school which requires its users to log into its proxy server so that the user can have access to the internet. the problem is i cannot run update or install commands through the terminal, though i can connect to the internet through firefox.

View 1 Replies View Related

Ubuntu :: Turn Off The Authentication Feature?

Aug 3, 2010

How do I turn off the authentication feature? I am the only person who uses my computer and it is frustrating always having to type in my authentication password. Can I turn off the authentication feature permanently so I am never asked for authentication ever again?

View 7 Replies View Related

Ubuntu :: Ldap Authentication Fails Using Uid

Sep 16, 2010

One I cant figure out is a problem of authentication. I'm using open ldap server and try to authenticate a groupware (simple groupware) against it. As it fails, I tested with a ldap client to understand things better. Using GQ ldap client, I 'm able to browse my ldap tree successfully and to search some args from the base DN i specified. but when entering the exact uid as a search string iI got no answer whereas searching the cn returns the correct entry (and display its related entry including the uid I can't find ..) Here is the only thing I can trace in logs (syslog) when trying to seach firstname.lastname (= uid)

[Code]....

View 1 Replies View Related

Ubuntu :: Install Programs - Authentication

Oct 3, 2010

I'm having several problems trying to install programs. Some sort of problem with authentication. I then tried to upgrade to Maverick Meercat and it gives the problem that you can see in the uploaded pic.

View 1 Replies View Related

Ubuntu :: Su Password Authentication Failure?

Oct 8, 2010

I had installed xp & ubuntu on my laptop hp compaq cq-40. Then i got this problem on su password authentication failure. I had alreadyformat and re installed ubuntu. But the su authentication still failure,

View 2 Replies View Related

Ubuntu Networking :: Likwise Authentication To TMG?

Mar 28, 2011

I have question regarding AD authentication. Will Ubuntu workstation joined AD domain via likewise client authorize to TMG proxy directly without any utilities like ntlmaps and etc?

View 1 Replies View Related

Ubuntu :: Try To Use Su - Get Password Authentication Failure

May 3, 2011

I am running Ubuntu 11.04 which I like very much (except for Unity - so I am using Ubuntu Classic).

Whenever I try to use "su - " I get Password Authentication Failure. I have checked Caps Lock (obviously) and have also tried resetting the password using "passwd" - but with no success.

If I use "sudo ...." with a command the password is accepted.

I have the same software installed on two computers but the problem only occurs on one - the other is OK!

View 2 Replies View Related

Ubuntu :: SU Authentication Failure In Terminal

May 29, 2011

su doesn't work in terminal. i found one (click), and tried it, but it didn't fix it. Everything else works. Sudo, Software manager, synaptic package manager... I know i'm putting the right password in. Heres a picture, ignore everything except the last 4 lines.

Everything before it was me trying a proposed fix in the thread mentioned above.

Quote:

sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

I've tried changing my password as well. I got the same error. Also, "sudo su" works fine. I'm not sure if theres a difference as i'm new to ubuntu....linux in general. Can you explain the difference between sudo and su, and sudo su? Also, can you explain what any commands you need me to do are? that way, i'm not just leaching.i'm trying to do is install Java!

Sysinfo:

Quote:

Release: Ubuntu 11.04 (natty)
GNOME: 2.32.1
Kernal: 2.6.38-8-generic

View 5 Replies View Related

Ubuntu :: Skipping The Authentication When Accessing And HDD?

Aug 7, 2011

On a laptop I have Windows 7 installed, and ubuntu 11.04. Now. A while ago the HDD died and I replaced it. with some data loss but nothing much to worry. Now I thought that it would be useful if I somehow could manage to direct the Documents, Music etc. etc. folders located /home/[user] to somewhere on a different partition HDD. I managed to make new folders on the partition and link them with the documents and music folders etc.. the problem now is is that you have to unlock it every time by either opening the partition and insert your password. I know that the password problem can be evaded by simply changing some settings, but. I want to evade the whole process of clicking on the partition. It is for security reasons that that have to sort of activate the partition, but I find it becoming a bit annoying.

So, has anyone a clue of how to activate the driver right at the start? something automatic stuff. Or does someone know how to disable this ?

View 1 Replies View Related

Ubuntu Security :: Remove Authentication Completely From My Pc?

Jan 7, 2010

How can I remove authentication completely from my pc?
How can I edit the files present in the patrician filesystem?

View 8 Replies View Related

Ubuntu :: Authentication Token Manipulation Error?

Jan 11, 2010

I have an error when I try to add a user or change a password: Authentication token manipulation error.happens suddenly. My config: Ubuntu server 9.04, Samba, open-ldap. Until now I can create users without problem. Now, I can create but with password error. If i add the user to Samba, no problem.I have googled it several hours, but I cant find any solution to it

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved