Ubuntu :: Intramfs Prompts After Shuffling HDD's?

Feb 17, 2010

Wonder if someone out there can help me.

First, a small back-story. I upgraded my Mythbox to 9.10 last year, and as a backup path, I left the original HDD (sda) intact, and chucked a spare drive (sdc) in for the install. I just changed the boot order in the BIOS to boot from the spare drive, and all my data (/var/lib/mythtv/) is on a separate drive (sdb). The original drive is redundant, I just didn't get round to pulling it.

Now, I got a new 1TB drive today, transferred all my data onto it and swapped it for the old data drive, and at the same time pulled the unused old install drive. So I just have the new 9.10 (spare) install drive, and the new drive.

I changed my fstab with the correct UUID's of the drives, but at boot, I get 'gave up waiting for root filesystem on sdc1' and the intramfs prompt. Listing the drives by UUID, I have sda(1&2) and sdb(1&2).

I can get the system bootable again by putting the unused old install drive back, so that I have an sdc, but this is far from ideal, as I have a drive spinning away nearly 24/7 that is not needed.

Now, I thought that using UUID's got away from the whole sda/sdb/hda ... business, but it seems that the kernel is still looking for sdc1 to boot off.

FWIW, my fstab: The old and new data drives, and the boot drive are there, the redundant drive doesn't have an entry.
Code:
mythbox@mythbox-desktop:/$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
code....

So I guess I need to point grub to the correct location. Now I know I'm not supposed to edit grub.cfg, but I can't see how I can successfully boot the system in a state where running update-grub will pull the correct drive in. My thinking is that what I need to do is edit the

Code:
linux/boot/vmlinuz-2.6.31-14-generic root=/dev/sdc1 ro quiet splash hpet=disable
line to read
Code:
linux/boot/vmlinuz-2.6.31-14-generic root=UUID=4a5599f5-d409-42b5-a74f-0c689f15d73d ro quiet splash hpet=disable
Shutdown, pull the redundant drive, boot (hopefully anyway), then run update-grub.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Stuck At Intramfs/busybox. How To Backup Files?

Oct 20, 2010

i find myself in a situation very similar to here. [URL].. when i try use boot a live disk off my flash drive, it gives me the same issue. right now, i was just wondering how i would be able to get all my files off of my hard drive and onto an external drive so i may just format and reinstall everything on my computer.

any tips on how to do a simple copy over through the busybox or intramfs?

View 8 Replies View Related

General :: Randomly Shuffling Of Array Elements?

Oct 10, 2010

i have an array var=(node1,node2,node3,node4) and i want to shuffle the array elements randomly every time when unix script will run like that.....

first time when script run order will be shuffle randomly
node3,node1,node4,node2

second time when script run order will be shuffle randomly like
node1,node4,node2,node3

third time when script will run again order will be shuffle randomly like
node2,node1,node3,node4

how to do this without using of shuf or shufsequence commands

View 8 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 :: Using 'expect' And Scp - Hiding Prompts?

Mar 25, 2010

I'm using a small "expect" script to automate password entry for some file copying.The automation works fine, but the "Password: " prompt still displays on the screen. How do I hide the prompts so the user doesn't see "Password: " on the console?Here's the relevant section of my script:

Code:
expect -c "spawn /usr/bin/scp -q $2 user@$1:$2
set timeout 60

[code]....

View 9 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 :: Restore Firefox Prompts For Profile?

Jun 23, 2010

When configured to save and restore running applications (System, Preferences, Start-up Applications, Options) the restoration of Firefox instances prompts for profile.

In my case Firefox was running with several different profiles. Each one was started with "-no-remote" and "-P [profile-name]".

Any ideas? Would it be possible to auto-close only Firefox windows?

View 1 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

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

Ubuntu :: Get The Machine Back To Being Able To Boot Into Windows Without Any Prompts

Jan 8, 2010

So I needed to remove linux from a dual boot, single drive setup I had going. Without thinking I was in Windows XP and formatted the linux partition I had created. After trying to reboot the computer I receive a Grub 1.5 Error 17 rightfully so.

I am having a hard time finding a solution... All I need to do is get the machine back to being able to boot into Windows without any prompts.

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 :: Fill In Command Line Prompts From Script?

Jun 9, 2010

I have set up an ssh server for myself and a friend to work on a project. It is configured to use password authentication, but I am somewhat uncomfortable giving him my password to get the files. I was wondering if there was any way to have a script that logs him on, filling in the password at the prompt. So that when "ssh xxxx@xxxxx" is run, the script fills in the prompt for the password rather than him filling it in.Of course he still could find the file within the script before it is run, but knowing his somewhat ADD nature it seems unlikely.

View 1 Replies View Related

Ubuntu :: Ctrl-Alt-F Command Prompts Have Messed Up Output?

Nov 2, 2010

Not sure exactly how to explain it. My command prompt screens are appearing messed up.the resolution appears to have squeezed the command prompt vertically to just a few pixes at the top of the screen. The command prompt appears to also repeat several times horizontally. This is also the case with boot-up.I'm still in the experimental phases of learning how linux works, messing with GDM, and installing/installing some boot screen tweaks here and there to see what would happen.I can't quite remember exactly WHAT I did.

View 6 Replies View Related

Ubuntu :: Bash: User Prompts And Directory Changing?

Mar 2, 2011

Basically I'm trying to create a bash script that'll ask for a folder name and then change into that folder.

Code:
Not real code but bare with me!

echo "Enter the desired folder and press [ENTER]
read $folder
cd $folder
pwd
/home/<user name>/<whatever the user entered>
Is this possible with bash or am I chasing a pipe dream?

View 1 Replies View Related

Software :: Any Application For Ubuntu That Prompts Weather Alerts

Feb 3, 2011

Is there an app that will display a weather warning like how pidgin and empathy display prompts when someone logs on, I would like to be immediately informed if there is a severe weather alert from the weather station in me city.

View 1 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

Ubuntu Security :: Keyring Login Prompts Multiple Times

Nov 9, 2010

It's been awhile since I've been on here. I suppose that can be considered a good thing, since I made the completely transfer to Ubuntu three months ago and everything's been running completely smoothly. Anyway, security is a pretty big thing to me. I usually change the root password, take sudo off (and default gksu, not gksudo), encrypt my hard drives, etc... One thing I also do is create a separate password for my login keyring. I don't mind having to enter one extra password at login, but it started prompting two times, and now three. It's the same password every time, so my question is..

View 4 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

Fedora :: Color Prompts Screws Bash?

Aug 7, 2010

I got a good one!I colorized my prompt as follow; Green for normal user, Red for root:

Root .bashrc:
PS1=e[0;31m[ ][u@h:w][!]\$ e[m"
User .bashrc:
PS1="e[0;37m[ ][u@h:w][!]\$ e[m"
Which gives:

[Code]...

View 7 Replies View Related

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 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 :: 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

Programming :: Custom ZSH Error Prompts / Zsh: Command Not Found?

Mar 25, 2011

Using zstyle, I can create a custom warning for messages and such, but looking into the man pages and all, I do not see anything for customizing actual error messages in ZSH, as such:

Code:
casper@ltp01[/home/casper][19:14] - asdfsdafasdfjsdf
zsh: command not found: asdfsdafasdfjsdf

View 3 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

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

OpenSUSE Multimedia :: Amarok Podcast Prompts For Gst-install-plugins-helper?

Mar 13, 2011

I'm using Amarok 2.4.0 with openSUSE 11.4. I am trying to play podcast.However, when I try to select play, the following pops appear as show below:

Code:
/usr/lib/gst-install-plugins-helper requires an additional plugin to decode this file The following plugin is required:
application/xml
Do you want to search for this now?
then

[Code].....

View 1 Replies View Related

Ubuntu Installation :: Grub Rescue Prompts After Formatting / "error: Unknown Filesystem"?

Sep 1, 2011

I had Ubuntu and Kubuntu installed to dual-boot using the GRUB loader installed by Kubuntu. I mistakenly formatted the Kununtu partition to NTFS in an attempt to install Windows XP in its place without updating grub to pull the files from my Ubuntu partition.

Now, when I go to boot the computer, I receive a the "error: unknown filesystem" and the grub rescue prompts for commands. I've attempted to boot from both a Ubuntu Live CD and a Secured Ubuntu CD with boot repair built into it, but receive the same message both times. I know this isn't an issue with my boot order (I've changed that), and my computer will boot into a Windows XP setup disc (which will not proceed for a different reason)

View 1 Replies View Related

Ubuntu Installation :: Load GRUB From Grub Rescue Prompts?

Apr 11, 2010

First the hard data:

Upgraded from Ubuntu 9.04 to 9.10 via upgrade manager
System is AMD 64
Have dual boot with XP on seperate hard drive

[code]....

Then the wheelspin:

Seem to have knocked out GRUB as normal loading screen does not appear anymore.
Worse, I think I accidently installed grub to something labelled SDC5.

Cannot get anything except the "grub rescue" prompt. I'm not sure if using the LiveCD (9.10) can help. Have tried a few prompts from other threads but just ended up with mud splattered all over the place. I'm gathering I need to load grub, but can I do it using any grub rescue commands?

View 9 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related







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