General :: Newbie Being Harassed By Password Prompts?

Jul 12, 2010

I just installed Ubuntu last night on a partition, and so far..There is one thing that may be a deal-breaker for me though: It seems that I am always prompted for a password!!!! When I first start my machine up...PASSWORD! O-K, once a day wouldn't be so bad...but if I let my display turn off while I'm away from the 'puter...I come back, and...PASSWORD?! Every time I try to do anything on the system....PASSWORD?!

I did a few things that I thought might solve the problem- I checked some boxes here and there, like "automatically log on" and made myself an administrator....but no matter what I do, I'm plagued by the password prompt 600 times a day and i can't take it!!!

Is there any way to stop this nonsense? This is WORSE than Windows UAC crapola!! (at least with that, you just have to click a button)- As much as I am loving Ubuntu....if there is no way to disable this password nonsense, I'm afraid I'll be heading back to Vista. I'm the only person who uses my computer (Although I think my dogs were playing on it while i was out fixing the tractor today...)- so I just need to know if there's a way to get rid of all this password-protected stuff?

View 14 Replies


ADVERTISEMENT

General :: Su Prompts For A Password When No Such Is Set?

Nov 11, 2010

Story: i use Fedora9 and i want to set up a FTP server whithout creating a home dir for each and every user, i want them to share 1 home dir. All users are in one group.Problem: i write the following:

Code:
root# useradd -d /home/ftp_home -g ftp_users -M user1
root# useradd -d /home/ftp_home -g ftp_users -M user2

[code]...

View 1 Replies View Related

General :: Connect To The Server It Prompts For Username And Password?

May 3, 2010

i installed acronis on the server end , the problem is that i have disabled the graphical interface on the server i have a acronis management console on a windows system where the image is being created when i try to connect to the linux server it prompts for username and password after i give the credentials then i get this error

[Code]...

View 2 Replies View Related

Ubuntu :: Evolution Prompts For Password?

Feb 6, 2010

I am running Ubuntu 9.10. When I open Evolution, it prompts me for a password to the default keyring. I am not sure what this is, but I would like to not have to do this. I looked around in Evolution and did not see a way to have this password entered automatically. I searched this forum and it found no results. So I don't know if my problem is unique or not.

View 3 Replies View Related

Ubuntu :: How To Disable Password Prompts?

Jul 28, 2010

I know, I know, its a security feature. That doesn't make it any less annoying. I find the constant asking for my password to be every bit as irritating as Windows's UAC. When I want to use the terminal, or when I want to download something, I don't want to have to enter my password every time. I don't care that someone could theoretically do something to my computer in some way. I managed to stay out of harms way in windows with UAC off, I'm sure I can do it in ubuntu without the constant nagging of the password prompts. Its annoying and I am tired of dealing with it. Anyone know how to turn it off? I am really not looking for reasons to leave it on. Its the same with UAC: Yeah, it can keep you out of trouble. No, I don't want it on.

View 9 Replies View Related

Ubuntu :: Gksu Prompts For Administrative Password

Apr 19, 2011

How to fix the problem that is happening with gksu. It prompts me for the administrative password. I don't (for advised security reasons) have a password associated with the root account.

The sudo works fine and accepts my sudo password. Gksu fails with "incorect password... try again." error.

This is a new install of the Ubuntu Server 10.10 x64 Maverick edition.

View 6 Replies View Related

Red Hat / Fedora :: SFTP - Using RSA Key Authentication - Still Prompts For Password

Dec 5, 2010

Server A: Generated RSA Key
Server B: Added the RSA Key to authorized_keys list
SFTP from A to B.
Still prompts for password.

I will be sftp-ing both from Server B to Server A and 'A to B'. Sever B to Server A works fine. No prompting for password. But from A-B it this is what is happening sftp -v log...

debug1: Offering public key: ~InfAdmin-.ssh-id_rsa
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Trying private key: ~InfAdmin-.ssh-id_dsa
debug1: Next authentication method: password
InfAdminATServerB's password:

Why is this trying id_dsa private key? From Server B to Server A when I do the same, it does not say 'Trying Private Key -id_dsa' This is what it says

debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).

How do I enforce that Server A does the same? Why is it trying the dsa private key when I have used RSA.

View 4 Replies View Related

Ubuntu :: Kubuntu LiveCD Prompts For User / Password?

May 30, 2010

Kubuntu live CD prompts me for user name password, what is it? I've tried all obvious blank, kubuntu etc, none worked.

View 2 Replies View Related

Ubuntu Security :: Possible To Limit Number Of Prompts For Keyring Password?

Jan 18, 2010

I have a standard home set-up for my Ubuntu OS, and I would like to know whether its possible to cut out the repetitive prompts to enter the password, as when you connect to the internet or access files on a partition that's not home, or install new software.

View 1 Replies View Related

Ubuntu :: Disable Password Prompts That Pop Open Every Time I Try To Install Something?

Jun 3, 2010

Was just wondering if there was a way to disable the password prompts that pop open every time I try to install something. Is there a way to do that?

View 3 Replies View Related

Fedora :: Disable Password Prompts Every 5 Mins From Screen Saver?

Apr 10, 2011

I just installed fedora 13 in virtualbox. (running intel dual core with 4 gi ram chips installed under windows xp)

I want to disable the annoying password prompts on my fedora 13 every 5 minutes ?

Tried right click desktop and nothing

Tried export TMOUT=3600 on a xterm account, not sure if it is working or not.

View 7 Replies View Related

Ubuntu Security :: SSH To Server Using GSSAPI/Kerberos Prompts For Password When Using DNS Alias?

Jan 15, 2010

I have a Kerberos/LDAP/OpenAFS server running on Debian lenny, set up according to Davor Ocelic's excellent guide here (url). SSHd has ben configured to use GSSAPI auth and the clients have been configured to pass auth tokens through to the server.

My clients are all Ubuntu 9.10 x86 fully patched. On the clients, OpenAFS has been compiled and installed as a kernel module and git 1.6.6 has been compiled from source and installed. Otherwise, all software is stock Ubuntu repository-ware.

The setup is working fine as long as I connect to the primary server using its hostname:

peter@client01:~$ ssh nana
<connection goes through seamlessly without prompting>
peter@nana:~$

If I try to connect via a DNS alias (actually a second CNAME record), I get:

peter@client01:~$ ssh git1
peter@git1's password:
<connection completes>
peter@nana:~$

I need both passwordless auth and the DNS alias working, as it's internal policy that user connections are only ever made to service names, not real hostnames.

I have tried adding a second host principal to Kerberos for the alias (git1.darling.local) in addition to the host principal for the hostname (nana.darling.local).

If I turn off PasswordAuthentication in sshd_config, then "ssh git1" doesn't even fall through to passwords; it just denies logins. So it looks like it's not even using GSSAPI for the DNS alias.

So:

1) Is what I want even possible? I can't find anything that indicates that there's anything odd about DNS aliases such that this should happen.

2) Which config files should I post to help debug this? There's a lot and I didn't want to start blarfing them here if they aren't helpful.

View 1 Replies View Related

General :: Uninstalling Ubuntu For A Newbie?

Jul 1, 2011

I somehow installed 2 versions of ubuntu on my computer. how do i uninstall them to start over? it ony shows me a black screen , but does say theres not enough room to do anything

View 6 Replies View Related

General :: Newbie : Opinion For Redhat Installation?

Sep 17, 2010

I use xp and ubuntu 9.10 both in dual boot mode on my system and wish to install a new red hat based linux on my computer, so which is the best redhat based system to start off with : fedora or mandriva ? also, How many operating systems can i install on my system ?

View 4 Replies View Related

General :: Newbie Dual Boot Grub Menu Failure?

May 24, 2010

I'm running a dual-boot with linux mint and Windows. I have an E-machines desktop with : 760 GB Hard Drive 6GB RAM NVidia GeForce Graphics card 6150se Integrated AMD Athalon II X2 235e dual-core processor My problem is getting my grub to boot into Linux Mint, and the problem may lie with my graphics card. Whenever I install the linux mint for the first time, I am prompted to activate my proprietary NVidia graphics driver, which I do. Then I am asked to reboot.

Upon reboot, the system gets to the grub menu, accepts my selection to boot linux mint, then the "progress dots" appear on the screen. After about 8 seconds, the screen switches into command prompt mode. I never get to the graphical sign-on screen. All I get is the console sign-on prompts. From there my only option seems to be to reboot. (sudu reboot). After which, of course, I am forced to go into Windows vs. Linux to avoid the problem. Once Windows has loaded up, I do a restart and go back into Linux Mint . Finally, I get to the Linux sign-on graphical screen.

To summarize, i cannot restart linux mint without getting stuck staring at a console screen. I can get back into linux mint if i use the command 'sudo reboot', and, from the grub menu, choosing to go into Windows. From Windows, I then do a restart and end up back at the grub screen again, but this time when I select linux mint, things work and I am given the sign-on gui.

If I choose to not install the graphics driver (and put up with the annoying reminder to activate one), the system dual boots without a problem.

View 5 Replies View Related

General :: Newbie Looking To Dual-boot Gloria X64 Into A Box Already Running Windows 7 X64

Dec 17, 2009

I recently installed Windows 7 64-bit on my Quad-Core 3GB RAM machine. I am now looking to dual-boot it with Linux Mint 7 64-bit. While I am an IT Service Management major, I really only know enough to be dangerous, and I don't want to ruin the first computer that I have ever bought outright. (Nor do I want to have to reload Windows 7 again.) I also want to be able to run Microsoft Office (I despise OpenOffice, so this is not an option), other programs native to Windows, and iTunes. Anyone know how to do this correctly?

View 1 Replies View Related

General :: Doesn't Work Still Prompts To Overwrite The Individual Files

May 5, 2010

currently there's a xxx dir already in /home/yyy I'm trying to overwrite itcp -fr ../xxx /home/yyy/doesn't work still prompts me to overwrite the individual files. how do I fix it?

View 4 Replies View Related

General :: Script That Displays A Bunch Of Junk (pwd, Date, Yadda Yadda) And Then Prompts The User To Enter A Directory?

Mar 28, 2010

I'm still pretty new to linux, and burning through a unix/linux course offered at the local JC. I'm working on an assignment for shell scripting and I need to make a script that displays a bunch of junk (pwd, date, yadda yadda) and then prompts the user to enter a directory so they can view the contents. If it's valid, then it displays the contents. If it isn't then it throws an error message and the script stops. This is done using if, then and else. The problem is, my script always shoots straight to the else, even if the subdir entered IS a valid subdirectory.Here's what I have:

Code:
clear
pwd

[code]....

View 3 Replies View Related

Fedora :: Oops Newbie Mistake Using Yum?

Oct 26, 2009

So I installed FC11 and it seemed to be working ok I was having an issue configuring sendmail so I decided to use Yum to remove it and to re-install sendmail.I type yum remove sendmail and it asked me if I wanted to remove 39 dependancies. I said yes and it removed way more than just sendmailIt even removed Yum itself
HELP...I do not even have any way in the GUI for software installs, and YUM is no longer present.It even removed all but 7 items in my administration drop down. Can I fix this with the install CD of Fedora

View 1 Replies View Related

Server :: IPMI Newbie Don't Know How To Connect

Aug 13, 2010

I was struggeling with IPMI on my Debian Squeeze Supermicro 5014C-T server.I solved this issue and kept the original opening post in small font. This is what I had to do to make this work on my supermicro 5014C-T to get the IPMI controller working:

Code:
# create the device
mknod -m 0600 /dev/ipmi0 c 254 0

[code]...

View 5 Replies View Related

Ubuntu Servers :: Newbie Wondering About Configuration?

Mar 27, 2010

some of you may have seen my recent posts on inquiries about servers, well I have a new idea as my brain is always spinning...well I'm not sure this is possible, but could I run 1 server that can work as a LAMP, mail server, and a LTSP?

View 9 Replies View Related

Ubuntu :: Newbie Installing New Video Card?

May 13, 2010

I'm about to install a 'new' ATI Radeon video card into a Ubuntu 10.04 computer of mine (an ASUS A7VT) that has VIA onboard graphics. My question is, how will Ubuntu deal with this? Will it automatically download the required drivers or would I be better off with a fresh install after I've put the card in?

View 8 Replies View Related

Debian :: Linux Newbie Can't Install Software

Jan 12, 2010

Please help, I am completely new to Linux and having trouble installing software.The packages I am attempting to install are:Google Chrome.I followed the codeweaver instruction and in the user terminal I entered: sh install-crossover-pro-8.0.0.sh

The response I got was unable to find directory.All of the above packages are on my desktop and in my Downloads folder. I have tried Synaptics without success. What to do next?It's 0300 hours here (Australia), yawn, I will be back on later.

View 13 Replies View Related

Networking :: SSH Between Two Linux Boxes / Newbie Having Troubles

Oct 27, 2010

I'm trying to set up a mini grid of linux boxes, but am quite new to setting linux up.I've installed fedora 13 on one and would like to be able to SSH in to it. All boxes are within a university network (under a proxy if that makes any difference?).I can mount a shared disc easily enough, and SSH out to other computers (that I didn't set up myself),I've tried following a few threads, temporarily taking down firewalls, disabling SELinux, messing around with iptables but can't seem to manage it.

View 6 Replies View Related

Networking :: What's Fave IPtables Tutorial For A Newbie?

Jan 20, 2011

I just want to know the basics first.

View 3 Replies View Related

Programming :: Newbie To Start Driver Development?

Mar 14, 2010

I want to know where to beging with I want to start Device driver development.Any good link or book.

View 4 Replies View Related

Debian Installation :: Newbie--Grub Do Not List Windows?

May 2, 2011

I've installed Debian on another partition aside with Windows XP: and when I restart the machine it only list the Debian instalation.

When I do fdisk-l, I see this
/dev/sda1 1 12749 102406311  7  HPFS/NTFS
/dev/sda2 12750 38914 210164507 f  W95 Ext'd (LBA)

[code]....

View 8 Replies View Related

Ubuntu Networking :: Newbie's WIFI Can't Find Home?

Jan 16, 2010

I'm new to Linux and Ubuntu 9.10. I have installed Ubuntu 9.10 on an older Compaq Presario 6100. Initially my built in wireless was not working. I searched the forum and was able to get my wireless working (I think) by installing the BCM43XX driver. I assume that works on my computer since I believe the BCM4306 driver is needed. Anyway, assuming my wireless is working, my home network does not show up in the pick list when I go to network<wireless.

I've spent a couple of hours already researching this and up someone can help me out. I would really like to give this new system a try.

View 6 Replies View Related

Ubuntu :: Recommended Newbie Guide For Command Line?

Jul 20, 2010

I just installed Ubuntu 10.04 Server the other day, which gives me access to a command line only, to start out with. I'm hoping someone would be able to recommend a guide (online or a book, either way) for absolutely clueless beginners, so that I can learn to competently get around from the command line.

This would include information like:

Navigating the file system.
Editing text document.
Installing drivers.
Mounting data sources.
Installing and configuring packages.
and eventually installing a desktop environment.

View 5 Replies View Related

Ubuntu :: Newbie Seeking Advice On Performance Improvement?

Aug 27, 2010

every now and then my company cleans its it trash by giving away computers to its employees. this i became the owner of a p4, 2ghz compaq evo with 512 mb ram and no hard drive. i bought a 500 gb hdd, dowloaded ubuntu, created a live disk and in a matter of minutes i had a new desktop! i love it! a new computer with a new operating system set by a non-techie in 15 minutes? not even microsoft can beat that. oh, and the total cost was zero!

then i started clearing issues (mysterious crash on p4 computers solved with a patch, screen resolution solved with a new mode, not recognized microsoft webcam to be solved, connection to stora nsa to be solved, etc.). this is nothing different from what you would go through installing windows on a new computer, in fact the process seemed easier for me as there's tons of documentation and people willing 1. overall system performance, mostly while browsing seems low. could it be the 512 mb of memory? would it improve its performance to jump to 1 or 2 gb? or it's just the processor that's too slow and not all the memory in the world would make it faster? while we're at it, is it reasonable to expect good performance on ubuntu 10.4 on a p4 2.0 ghz? (my notebook, a 2 ghz core duo runs faster on xp, but it has 3 gb memory, so i guess memory would help...).

2. choppy videos and other video, both in partial and full screen modes. again, would more ram help? updating drivers? updating flash? (i think it's all updated, but i'll retry...). or is my bottleneck in the processor? 3. my computer has an extra video card, but it's disconnected. i'm not sure about brand or model or even whether this would be an improvement on the on-board card. should i plug it and see what happens? would a better video card improve my performance?

simplifying, this is a computer for me to play and for my baby boy to pound at the keyboard. if i were to spend little money on it, what's the best investment, memory or a new video board? (i think i know the answer, memory). i don't want to extrapolate too much from my windows experience because this is a new os, but i think i would go for extra memory. if memory were the solution to all my problems... how much memory? should i go for an additional gb? full 2 gb? 3? what about buying a 1 gb card and plugging it side by side with the existing 512 mb? would 1.5 gb be enough?

View 1 Replies View Related







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