Ubuntu :: 9.10 - Admin Password On Mounting Filesystem
Apr 16, 2010
I am using Ubuntu 9.10 (along with Win xp). I have to authenticate everytime I mount filesystem (My d: , e: drives in windows). Or to connect to the internet (I use mobile broadband) I have to authenticate, also if I have to install something from synaptics I have to authenticate. I know this is good for security but I am the only person using my computer , so is there any way out of this authentication business.
I thought these were the same password?In-fact, they WERE the same password on the set-up I currently have.But now, weirdly, I can log in fine but I the exact same password is not using in order to perform admin tasks.I've tried a recovery mode, console, and then "password (username)" in order to reset the password.This does reset the password I need to use to log in, but the password still does not work for performing admin tasks
I'm dual booting XP and UNR and I want to give users access to the windows file-systems but not to admin of Ubuntu.
At present I have given them a Desktop user account but that doesn't allow access to the XP file-systems. The only way I can see to enable that is to go to Advanced User Setting and allow them to Administer the System - which I don't want to do.
I recently decided to try and change my admin password on my usual default account (the one you have to type in, in order to do sudo e.t.c im guessing)a the user account option...and having entered my previous password correctly,t will not allow me to enter a new password, it just seems to hang, (i.e the working icon appears, but having waited a minute or twwo nothing seems to of happened..(cannot press the confirm button). Is there a way to reset the password so that i can set a new one, if i cannot change my own admin password, and i was working on a windows system, i would be screaming system compromise right now, but as its ubuntu, im sure theres a perfectly innocent explantion
I've tried several installs via Windows with the latest RC of Ubuntu/Kubuntu/Xubuntu/Netbook et al, and I've encountered the same problem all over: every time an admin password is required, for example to install updates or new applications, I enter it, but then, the authentication window freezes, even though I've clicked on Confirm or pressed Enter to validate the password.
I have a friend who just recently got an old computer from a college. The college had been shut down for maybe 6 months and decided to sell all their equipment computer ETC. In that amount of time the college had forgotten the administrator passwords for all the computers. Therefore the computer can not be updated or upgraded to the latest version of Ubuntu.Is there anyway possible to get the administrator password so that I may update upgrade and install new necessary components for the computer?
I need to host a user directory and home directors on a Ubuntu 10.04 box. I've installed openLDAP and I can connect a mac to it. how to install the mac schema or add users etc to it. I can view the directory in Workgroup Manager on Mac OS X Server but I also dont know how to set the admin username or password.
When I go to "Software Sources..." in the Software Center, the screen dims bringing my attention to the password prompt. I find this quite aesthetically pleasing and am immediately aware that I cannot continue until I enter my password. This is the only time that the screen dims in this fashion when asking for my admin password. Is this correct? If not (or maybe even if it is), should this be considered one for the papercut ninjas?
I set an admin password for the bios of my dell inspiron e1505 laptop. I do know the password. Is there some way for me to delete the admin password so that I can access the BIOS settings without a password?
I have no idea how to make a bash script but I'm trying. My bash script goes something like this:
#/bin/bash sudo mkdir /media/5gb sudo mount /dev/sdc3 /media/5gb
I made it executable, put in /usr/local/bin and updatedb. Then I made a launcher pointing to the bash script. The problem is, If I use the launcher, it never asks for your admin password so, the folder doesn't get created.
After my windows computer died of old age, I was given this computer. It has Linux Mint 9 Isadora on it. I am trying to learn how to use it. The update and other functions are locked out with a password. Is it possible to change it without reinstalling the entire Os.
I try to install my printer again after reinstall ubuntu 9.04. ("downgraded from 9.10"). Instead of asking for the local-user-login password, as it does for other system changes, it asks for a root password that I never had. What happened? How can I set this right?I made a printscreen.
Is there a way i can setup my computer so i can connect to my wireless network without the use of an admin password? i personally feel that it wouldn't be a security risk of any sort to not require a password to connect to an ecrypted wireless connection.
I just took a job and the admin password for the AFS is missing. How do I find/reset this password? I have the root password for the machine it is installed on.
I am not new to linux, but am to mysql. i run a website, on which i decided to put vpet, a virtual pet php thing. now in the instalation of this thing, it did not ask for an admin password. but it did come with a database. so i'm guessing the login is hidden in there. heres the question, i have phpmyadmin. how the heck do i read the database?
I have a external HDD with eSATA and USB connectors available. I want to use this HDD to store my backups. The HDD should be encrypted (my main system is as well).
So here is what I did so far: 1) I used the following code to create the encrypted LUKS partition with EXT3 Filesystem: Code: cryptsetup -c aes-xts-plain -s 512 luksFormat /dev/sdb1 cryptsetup luksOpen /dev/sdb1 luks mkfs.ext3 /dev/mapper/luks The system always hang when I executed the "mkfs.ext3..." command, so I switched the HDD from eSATA to USB and then it worked fine.
2) When I switched on the ext. HDD the first time, the drive was recognized automatically and Nautilus asked for the password. I typed it in as checked the checkbox to remember the password in the future. For the backup I use a nice script that I found in another forum, where I can define a mountpoint and then the script will check for previous backups and only make a incremental backup based of the latest version. The script also mounts the drive automatically. In order to always have the same mountpoint, I want to make an entry in the /etc/fstab using the UUID of the ext. HDD.
Whatever I tried, it doesn't work. What am I doing wrong? Here is my current /etc/fstab Code: # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/mapper/ubuntu-root during installation UUID=2ea47421-73ce-4c66-9606-8a1db81ae640 / ext3 relatime,errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation UUID=dbdeb793-1d4e-43ea-8986-7b37fdbc9674 /boot ext3 relatime 0 2 # /home was on /dev/mapper/ubuntu-home during installation UUID=42702091-83e6-43eb-aad1-108f43eedf9d /home ext3 relatime 0 2 # swap was on /dev/mapper/ubuntu-swap during installation UUID=e225bcf9-908b-4226-a963-6b02ee658df1 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 # Eintrag wegen iPhone none /proc/bus/usb usbfs devgid=125,devmode=666,nodev,nosuid,noexec 0 0 # external HDD UUID=913977f7-8fa6-416f-af79-b5f913b68f53 /media/backup-hdd ext3 noauto,users 0 0 I made the "none /proc/bus/usb..." entry because it was recommended to ensure correct behaviour of the iPhone. Not sure if I need it though.
I created the mountpoint with this command: Code: sudo mkdir /media/backup-hdd Now it seems the mountpoints owner is not root - strange right? Code: 2 4 drwxr-xr-x 3 michael michael 4096 2010-01-15 02:45 backup-hdd How should I mount this drive correctly? It will be automounted as every USB device, but that should not be the case. I want the script to mount and unmount the drive.
It seems that karmic has changed the behavior of Gnome's cpufreqselector, so that it requires root authority to make changes, and those changes don't persist after a reboot.
Is there a way to make changes persistent? Is there a way to let admin users change the setting without having to enter a password every time?
A few weeks ago, I installed Ubuntu 9.10 on a Dell Insprion 8600 as a dual boot to try out Ubuntu. I let the setup configure partitions for me. During the install, I was asked once for a password. Last week, Win XP would not boot up; that's OK as I was planning a re-partition and reinstall of both win and Ubuntu.
I wanted to get files off the NTFS partitions (I have one for win, one for the swap file and two more fore files etc.), so I wanted to mount the NTFS partitions. I was asked for a password for the administrator. My regular password, the only one I have set up, would not work. I tried rebooted two more times and still no luck with my only password.
However, I was able to boot up from the set-up disk and mount the NTFS partitions without a password. I was able to move all the files I needed to one partition that I plan to keep (I will reinstall win xp then back up those files on the separate partition).
A question and a comment...
1. How do I install Ubuntu so that I make sure I have the passwords to do administrative level things (like mounting a drive)? 2. Being able to do administrative work off the Ubuntu test-drive disk while being denied access after signing in seems like a security issue (unless I screwed up somewhere).
I often want to have mythtv running on one display while I continue with work on the main display, as I CAN chew gum and walk at the same time. When the task is administrative, such as running update manager, I am asked for my password so Ubuntu (10.04 amd64) can authenticate me as an administrator. Good, but I think I would like it not to freeze the desktop, including the mythtv, while it does so. Is there a good reason not to want that? If not, can it be done (avoid freeze when authenticating) and if so, how?
Following a slight dose of vandalism, I have invested in a security camera system.It is basically a hard drive in a box which connects to a couple of cameras.There is also a USB lead to connect it to a PC, and some software that enables Windows to look at the recordings (I can't get it to work on WINE).I was hoping to simply bypass that, and just look at the drive directly, but it seems from here that the disk "doesn't contain a valid partition table".Obviously, the box thinks it has a valid partition table, else it would not work.I was quite surprised: I had assumed the box would have some kind of cut down Linux based system, but if that were the case, you would expect it to use a recognisable filesystem.
I installed it from the packages list and the eye candy has been good.
However, in trying to fix an error showing up in syslog
Feb 1 17:37:38 host ntop[30764]: **ERROR** Buffer too short @ dataFormat.c:144 (increase to at least 56) [230982 years, 187 days 7:107374]
I started looking at the configuration files; well attempted. It asks for a login. It isn't any user or root, but apparently is admin, but IO don't ever remember setting it.
Various web search suggests it is done at compile(downloaded compiled) /installation, but I have no recollection of entering any.
There is a Redhat/Centos wrinkle ntop -set-admin-passwd=password; but that puts out a lot of lines, then hangs and has no effect.
Note, despite message(old version of ntop), it is up todate in packages.
I have fresh install of SuSe11.2 64x My software updater applet tells me there are about 50 or so updates required. I check all and then click install, get prompted for admin password but then nothing happens except the software updater window closes and if I hover my mouse over the applet it tells me it is updating.
however hours later and nothing appears to have happened. If I click the updater applet all the selected updates still appear in the update window. I have added all the standard repos and have network connectivity. I'm a bit baffled here - it worked perfectly fine on my last 11.2 on the same machine.
I did an upgrade install. So, I didn't get the prompt to make one. How to change the admin password? I think I know how I can change my username and password.
I've just got a new laptop with 4GB RAM available, in order to fully utilize the available memory I'm going to install Ubuntu Lucid Lynx 64bit, but when I boot with Live CD, I always get the following errors:
Code:
BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) Enter 'help' for a list of built-in commands.
(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Input/output error Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs
I need to examine a hard drive that came from another system running Ubunut Server (not sure what version). I know the drive has LVM on it, so as far as I understand that means the drive will be treated as EXT4 for mounting. I can't boot from the actual disk, but I have used a IDE to USB connector to make a binary copy of the drive, which I've mounted as a loopback device. However, when I try to mount the loopback device properly, I get this:
root@~je:/# mount -o ro -t ext4 /dev/loop0 /mnt mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
I tried using -t ext4dev too, but that just gives an unknown filesystem error. The file I've got mounting in /dev/loop0 is a .dd file, created by imaging the drive using dcfldd on the server drive while it was mounted (as /dev/sdb). System I'm working on is running Ubuntu 9.10. All I need is to be able to mount the server drive so I can traverse the file directories, there's a few things I need to check on it. If needed I can dispense with the whole loopback setup and just directly connect the server hard drive again using the IDE to USB cable, but I'd rather not do that; it's imperative that the drive doesn't get altered, or at least as little as possible.
It seems xdg-su is unable to accept my admin/root password whenever I try to install a new AIR application or make an upgrade.Upon every attempt to add my admin/root password I get an error: "su: Authentication failure". In the end: "Error# 5100"!I have recently upgraded to Lucid, but the problem has arisen back in Karmic.