Ubuntu :: Crypto_LUKS - New Kernel - Fail ?

Oct 19, 2010

When i installed Kubuntu 10.10 on my laptop i just wiped the drive and started over. and set up a crypto_LUKS file system. and everything was working great until i compiled a new kernel. now the new kernel panics at boot up when it tries to mount the file system. i can still boot from the older, generic kernel that came with Kubuntu but i'd really like to get this new one working.

What i did for the kernel was i loaded the settings from my old config file and just removed drivers and made it fit my processor. i really didn't touch file system support. my new kernel is 2.6.35.7.

View 4 Replies


ADVERTISEMENT

OpenSUSE Install :: Read All Others Already ... Error: Mount: Unknown Filesystem Type 'crypto_LUKS'

Feb 21, 2010

Formated new drive with ext3 on external drive on Suse 11.1 When upgraded to 11.2, drive was not connected... Could not get mounted after that... Set up another boot drive, could not get to mount. Found post with following:

>cryptsetup luksOpen /dev/sde1 restore
>mkdir /restore
>mount /dev/sde1 /restore

Error as follows: mount: unknown filesystem type 'crypto_LUKS' Have also got to another point where superblock was incorrect. I can use terminal, but am not a linux guru... Have looked at other posts under luks, but can not find a solution.

View 6 Replies View Related

Ubuntu Installation :: Kernel Update FAIL

Jun 2, 2011

I tried to update Linux kernel (2.6.39) but after installation procedure PC won't boot into NEW kernel, I get only BLANK screen, but hopefully older kernel works just fine (2.6.38-9), how to fix it, that I can fluently boot into 2.6.39?

View 4 Replies View Related

OpenSUSE Install :: New Kernel Fail To Run ?

Sep 2, 2010

Out of curiosity, I decided to try the kernel-desktop-base-2.6.35-rc6.15.1.x86_64.rpm downloaded with 1-click install from here

Now my desktop can't even boot and says

Code:

Want me to fall back to /dev/disk/by-id/ata-Hitachi_HD725016GLA380_GEK830RBTV12MA-part2? (Y/n)

Both options got me nowhere. how to debug this situation?

View 9 Replies View Related

Ubuntu Multimedia :: Fail To Initialize The NVIDIA Kernel Module?

Sep 29, 2010

Problem: computer and graphics card had been running for months without problem. For some reason, last night, things locked up...wouldn't think it's related, but happened when I noticed I was locked out of creating new folders on my usb attached My Book storage drive. So, from terminal I tried to sudo change permissions to read/write. Everything locked up. Now, every time I reboot it states needing to use low graphics mode "Screen, graphics card, and input device settings could not be detected correctly."

When I check the error log I see: "(EE) Failed to initialize the NVIDIA kernel module.."(EE) NVIDIA(0): ***Aborting* Screens found but none have a usable configuration. Fatal Server Error - no screens found"

If I try to then start in safe low graphics mode or restart X, I get the Ubuntu splash screen with the 5 dots that turn red to show progress...but nothing ever happens. I can switch to VT 1, login at command line, and type "startx" and then the graphical desktop loads just fine. Video playback, etc. is perfect and fine - not in low graphics mode at all. System seems totally normal.

However, I have to go through these steps each time I reboot. Also, I noticed that when I try to boot from Ubuntu Live CD I can't. I get as far as picking English as a language, then screen goes blank and goes to power saving mode (no signal being sent). This greatly concerns me as even though I have a work around for now - getting to command line then startx'ing - if I ever needed to reinstall from the CD, it seems I can't.

Some info on my pc:Running 10.04 on Compaq Presario SR1950NX AMD 64 GeForce 6150 LE/PCI/SSE2/3DNow! <- believe built onto motherboard on what I can do to fix? Is this a sign that something is wrong with my video card?

View 3 Replies View Related

Debian Installation :: Virutalbox Fail With New Kernel

May 19, 2011

m-a a-i virtualbox-ose-source doesn't work, every other method I searched failed, I'm using 2.6.38-6.dmz.1-liquorix-amd64

Here the error log:

View 4 Replies View Related

CentOS 5 :: Raid-1 Fail With Kernel Panic?

Oct 4, 2009

I had been testing the this link Raid Setup

I can do this in the installation phase, no issue, but I have to know how to make it in a production server.

I follow, read and test the article 3 times without any success, went I try to boot my machine with the raid disk it show error about that cannot find my root "/dev/root"

mount: could not find filesystem '/dev/root'
...
setuproot : moving /dev failed: no such fie or directory
no fstab.sys

[Code]....

But I still don't know what I have done wrong, this is my 3rd time that I try this without any luck, I'm running Centos 5.3 updated. Both disk are the same size.

View 13 Replies View Related

Ubuntu :: Sensors-applet Fail To Display Hd Temp After Kernel Upgrade

Jun 30, 2010

After Kernel upgrade, sensors-applet doesn't display the hd temp. To fix the problem I have to remove and after reinstall hddtemp package.

View 5 Replies View Related

Debian Configuration :: Block/as-iosched.o Causes Kernel Build To Fail

Jan 15, 2010

I am working with linux-source-2.6.30 from squeeze.

The only changes I made in the config file were the processor type, and I disabled CONFIG_SYSFS_DEPRECATED_V2 to avoid some warnings from udev.

When I tried to build the kernel package, this is what I get:

(The bottom bit is from 'time').

Searching for this error turned up a plethora of results, none of which seemed relevant.

I see that it tells me to file a bug report, but I'm not sure if that is meant for the Debian kernel team or upstream.

View 1 Replies View Related

Debian :: Building Kernel - Initrd Fail And Nvidia Can't Find Source

Feb 25, 2010

So I'm building a custom kernel cuz I want the fbcondecor patch in my kernel. I use the same .config that 2.6.32 debian kernel package comes with. This kernel runs perfectly. I pass --initrd to make-kpkg when building the package but no initrd is built when I install it so I have to make it using "mkinitramfs -o /boot/initrd.img-2.6.33 2.6.33" to get it to boot. Now when I try to build the nvidia drivers it complains it can't find the source. I did build kernel_headers and installed them also the source is in /usr/src/linux. I also tried to specify the path by passing --kernel-source-path= to the nvidia script but no change. What is going on? I've done this fifty times before and never had any problems. Has there been some changes to how debian kernel packages are built? EDIT: Just thought I'd add some info about the steps I took.

Code:
tar xjvf linux-2.6.33.tar.bz2
ln -s linux-2.6.33 linux
cd linux
patch -p1 < ../fbcondecor-0.9.6-2.6.33-rc7.patch
cp /boot/config-2.6.32-trunk-686 ./.config

make menuconfig Loaded .config then I removed support for maxtorfb, tile blitting and some sirrusfb thing, nothing thats relevant to my system. Changed cpu from Pentium 4 to Core 2 and added framebuffer decor
support from my patch, exited and saved. Then:

[Code]....

EDIT2: I have now tried to build 2.6.32.8 in the same way with the same strange results, anyone have any thoughts as to what I'm doing wrong just throw it at me, I'm getting desperate and running out of ideas. I've checked all the kernel source symlinks and everything looks good.

View 7 Replies View Related

Software :: Udev And Tmpfs Fail On Custom Kernel - Docs Misleading ?

Jul 19, 2010

On boot, udev is giving a mount error. It appears to not have control of the /dev directory. This was finally traced to bad kernel compile, but some questions remain. Bogus information has been removed.

The kernel was built with tmpfs (CONFIG file had CONFIG_TMPFS, compiled kernel probably did not, this has been fixed.)

My system runs, probably because there is a valid /dev directory tree copied from the original 2.4.31 system.

After boot, I am getting 3 udevd running, according to "ps -A".

After re-executing /etc/rc.d/rc.udev I see only one udevd at a low id number (625).

Previously I had 2.4.31, which had udev and it was mounting using ramfs.

My fstab has:

On my previous 2.4.31 these fstab lines were:

I have been running Slackware since 1996. This is Slackware 13.1, running on a Sempron/Athlon K8, VIA chipsets. I have been fighting with this install for 2 weeks now. If I have to I will disable udev and live with a /dev directory that I setup by hand.

If udev does not have a tmpfs over the top of /dev, does it use the /dev on the harddrive or does it just fail some other way ?

View 2 Replies View Related

Slackware :: Vbox Guest Additions - Proprietary Version - Fail With - Currents New Kernel Config

Mar 11, 2010

Experienced that building the vbox guest additions (on the binary/non-free vbox) on a slackware --current guest (with windows *and* linux as a host) fails now with the new kernel's just released in --current?

View 7 Replies View Related

Debian :: Compiling Kernel - 2.6.26 Version Of Kernel Doesn't Longer Exist In Kernel.org Website

Sep 16, 2010

i'm using this guide videos - howto: debian linux kernel compilation, part 1 and the author says i need kernel 2.6.26 this version of kernel doesnt longer exist in kernel.org website and the only 2.6.26 i found is a patch here. should i use the patch? or download another version of kernel?

View 2 Replies View Related

Ubuntu :: Fail To Run Apt-get Update

Feb 1, 2010

Host - Debian 5.0 32bit
VM - Ubuntu 9.10 32bit
KVM

On running $ sudo apt-get update

Code:
err http://hk.archive.ubuntu.com karmic release.gpg
could not resolve 'hk.archive.ubuntu.com'
......

The feature System --> Shutdown/Restart/etc. are missing

View 3 Replies View Related

Ubuntu :: Shut Down Fail / What To Do?

Aug 3, 2011

I'm running ubuntu 11.04 on an Acer Aspire 6935 and lately when I shut down or restart its
-somtimes stuck 'on' and with the screen lit a very dark blue
-simtimes power button stays lit and computer is still running

View 3 Replies View Related

Ubuntu :: Fail To Mount Filesystem?

Jan 8, 2010

Something very strange happened. Firefox was acting a little strange, so I decided to restart my system. When ubuntu started to boot it showed an error that said filesystem failed to mount. It gave me an "emergency" command line and told me ctrl-D would retry the mount. Why would this happen? I haven't modified any system files for a very long time. It told me to run fsck (I think thats what it was) and that seemed to fix the problem. Just curious as to what could have happened. Anyone else have this problem? Anything I should try to fix so this won't happen in the future?

View 2 Replies View Related

Ubuntu :: Fail Shutdown With Ups Low Battery

Jan 24, 2010

I recently purchased a UPS (Tripp-lite Internet 550U)to shutdown my PC during a power outage when unattended. This model of UPS is connected to the PC with USB. Upon plugging in the UPS USB cable the Gnome Power Manager started up and it appears to correctly show the condition of the UPS. During a power outage it showed battery discharge right down to the battery going critical, but never shutdown the PC. I have set the options in the power manager for low & critical battery shutdow. Seems something is blocking the Gnome Power Manager from shutting down, but I have no idea where to start looking..

PC: Abit mobo with Phoenix bios
Ubuntu 8.04
UPS: Trtipp-Lite Internet 550U

View 5 Replies View Related

Ubuntu Networking :: WPA Encryption Fail?

Apr 3, 2010

I'm on an Acer Aspire One.Clean install of 9.10.I was using 9.10 and my wireless was working fine.Then for no reason it would not connect.So I decided to reboot my router and reinstall ubuntu.Still does not work.I have figured out that it seems to be WPA encryption that is at fault.When I turn it off on my Linksys the netbook connects fine, turn it back on and nada.

if i try to use a static address then the laptop seems to connect but I cannot ping the router or get to the internet.If anyone has any ideas I would be grateful, I would rather use WPA than WEP.My iphone connects and this netbook connects with Windows, so I know the linksys is not at fault.

View 3 Replies View Related

Ubuntu Installation :: Apt-get Update Fail?

Apr 9, 2010

I apologize if this is posted elsewhere, but after a few searches I came up blank. My question is how do I redirect apt-get to look under current distro repositories? I upgraded recently to Karmic from Jaunty, yet apt-get is still looking for Jaunty. ie

[Code]...

E: Some index files failed to download, they have been ignored, or old ones used instead.ernie@ubuntu:~$I know this has to be an easy fix, I'm just too new to know what to do about it.

View 2 Replies View Related

Ubuntu :: Mediatomb Startup Fail?

May 4, 2010

Question 1: whenever I boot the Linux machine I recently put together I see "ok" on all the startup items except Mediatomb. It always reads: "Starting upnp media server mediatomb [fail]."So I run it myself via sudo /etc/init.d/mediatomb startIn the mediatomb default file NO_START is set to "no," hence why it tries. But why does it fail? The guide I followed to install it intended for it to run at startup, but it just fails.Question 2: When I manually start mediatomb, and I later access it on another machine via the browser, it's all good. But on the monitor of the linux machine the command line goes bye-bye. It's just a cursor, and commands don't execute. Is there a keyboard combo like ctrl+alt+f-something that brings it back?

View 3 Replies View Related

Ubuntu :: Fail To Run Anki Application / Fix It?

May 19, 2010

I've just installed anki_0.9.8.7-1_all.deb successfully...however, when i tried to run the application (Applications -> Education -> Anki), nothing happened...so my question is what's the **** wrong and how can i fix it...

View 1 Replies View Related

Ubuntu Servers :: Authendication Fail(EUC )?

Jun 7, 2010

Recently I am setting up Ubuntu private cloud platform, I followed installation instruction but on the setting, When the step:"sudo -u eucalyptus ssh-copy-id -i ~eucalyptus/.ssh/id_rsa.pub eucalyptus@<IP_OF_NODE>" processed, authentication fail happened. so what the solution and how could I solve it.

View 3 Replies View Related

Ubuntu / Apple :: 6.10 Fail To Install?

Jul 11, 2010

so i finally found my disk of ubuntu 6.10 that i know works. if booted fine and after the disk got formatted it proceeded to install. but to only gets about 73% through the install and then promptly crashes and when I tried it again it does the same thing.

View 5 Replies View Related

Ubuntu Installation :: Upgrade 10.04 To 10.10 Fail?

Oct 23, 2010

I tried to do a upgrade-manager -p ( or maybe -d , I forget ) and at the end it said the upgraded failed and my os was in a broke state. What can I check or do to complete the upgrade?

View 1 Replies View Related

Ubuntu :: Startup Splash Res Fail

Apr 10, 2011

So I installed my ATI graphics driver in Ubuntu 10.10, and it took my pretty startup splash logo away. I tweaked around with this and I got the splash back, but it's big, and terrible res.

View 3 Replies View Related

Ubuntu Installation :: Upgrade From 10.10 To 11.04 Fail

Apr 28, 2011

Fail the upgrading...
Could not calculate the upgrade
An unresolvable problem occurred while calculating the upgrade: The package 'update-manager-kde' is marked for removal but it is in the removal blacklist.

This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report.

View 9 Replies View Related

Ubuntu :: Rhythmbox CDDB Fail?

May 24, 2011

http://ubuntuforums.org/showthread.php?t=1664485
http://ubuntuforums.org/showthread.php?t=1161017
http://ubuntuforums.org/showthread.php?t=1147610

For what its worth Banshee doesn't seem to have working CDDB lookup either.

View 9 Replies View Related

Ubuntu :: Why Does Grub2 Fail To Update

Jul 10, 2011

I amend the grub file at /etc/default/grub as administrator, I then open a terminal and perform 'sudo update-grub', but I receive the following error message:

Quote:

/etc/default/grub: 1: If: not found

What could this mean? How can I update Grub successfully?

View 5 Replies View Related

Ubuntu :: IMindMap Program Installation Fail?

Jan 25, 2010

For some reason, a problem has come up when I try to install iMindMap on 64-bit Ubuntu:

Starting Installer ...
java.lang.NullPointerException
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.Launcher.main(Unknown Source)
java.lang.NullPointerException

I have installed the ia32 version of Sun Java, yet it still doesn't want to install. I tried uninstalling and reinstalling, but to no avail. What does the above error even mean?

View 2 Replies View Related

Ubuntu :: Mount Of File System Fail?

Jan 28, 2010

When I try to boot into Ubuntu I get this error message:t of filesystems failed.3d82d6-5dcb-494b-b2f0-fe9f157e9430Any ideas on how to fix it? I have a duel boot with XP and Ubuntu 9.10.

View 9 Replies View Related







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