Fedora :: Bad HDD Stop Kernel From Checking It

Aug 24, 2009

I will keep this short, I have a bad HDD possibly PCB damage due to heat.It's a laptop although I can remove it but in the mean time till then, is there any way I can pass an option to the kernel to stop scanning it.My OS mounted on a 8 gb sd card plus 4 gb flash drive.It takes 20 minutes for Fedora to bootup and Debian base Linux 30 to 35 minutes.

It wouldn't been a problem setting my laptop to sleep mode when I'm done and it was working fine but after a few updates, once I put my laptop to sleep I can't do it again in the same row. I have to shutdown. Lets say I tried anyway, system stop being responsive, while I let it continue to see it will become responsive again, it went on for an hour and half. It's annoying... So my question is, what option can tell the kernel to not scan my HDD.

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Checking For Directory With ALSA Kernel Sources

Jan 22, 2011

I followed this doc for the "debian method" for building the kernel: [URL]. I installed the source in /var/tmp/src/linux-2.6-2.6.32 , configured it, and tried make-kpkg modules-image. The error I get is:

checking for current directory... /usr/src/modules/alsa-driver
checking cross compile...
checking for directory with ALSA kernel sources... ../alsa-kmirror
checking for directory with kernel top-level makefile... /var/tmp/src/linux-2.6-2.6.32
checking for directory with kernel headers... failed
make[2]: *** [configure-stamp] Error 1
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.

I tried some hacks such as setting KBUILD_SRC or ln -s linux-headers-2.6.32-5-amd64/ /usr/src/linux - but these fail too.

View 2 Replies View Related

Hardware :: Installing Alsa1.0.23 For Centos 5.5 - Error Checking For Directory With Kernel Source

Nov 19, 2010

i was not able to install alsa...showing the error checking for directory with kernel source... Please install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /lib/modules/2.6.18-194.el5xen/source). my friends installed the alsa for cent os 5.4...how to rectify this...

View 3 Replies View Related

Ubuntu :: Checking Disk Mean Checking All Partitions On Hd?

May 10, 2010

Sometimes at startup I get this message "Checking disk 1 of 1". Does that mean it's checking all partitions on the hd? After a bad shutdown there is no prompt for fsck to run and the system just boots up. In fstab I have both options set to "1" for the partition Ubuntu is on, all others set to "0". Any ideas on both?

View 3 Replies View Related

Ubuntu :: After Updating To Latest Kernel From 10.4.1 - Stop Loading

Oct 9, 2010

Today i downloded latest ubuntu 10.4.1 and installed from windows environment (so you know am new with ubuntu) after installing i tried updating ubuntu, including some kernel updates, but after updating ubuntu not loading up, it just show the loading page that all nothing change i tried recovery mode but i dint understood anything it show some command prompt. i had used 10.4.0 before.

View 3 Replies View Related

Ubuntu :: X64 'Random' Kernel Panic On Laptop / Stop This?

Jan 10, 2011

I'm on an Acer Aspire 7535 Laptop running a dual boot with 10.10 and Windows 7. Although a fresh install of Ubuntu 10.10 doesn't seem to give me any problems, after a few updates, my laptop would lock up and give a black screen while using 10.10. The kernel panic seems to happen randomly, either taking minutes or hours to happen, whether I am doing anything or idling.

View 2 Replies View Related

Debian :: Blacklist Kernel Module (stop Autoloading)?

Aug 29, 2010

Running Debian lenny.I want Debian to stop from loading certain kernel module at startup. For now I tried adding "blacklist my_module" line in /etc/modprobe.d/blacklist file with no luck. Also I tried to add line above into some new file in /etc/modprobe.d directory - not working.How do I blacklist kernel module in Debian lenny ?

View 4 Replies View Related

Ubuntu :: Ir-keytable OrI Learned To Stop Worrying About The LIRC Kernel?

May 10, 2011

Cross posted from the XBMC Forums. I know there's a whole lot of WTF surrounding the new IR setup and not a whole lot of documentation. This is what got it working for me. This is for kernel's 2.6.35+ and LIRC 0.9.0 and above.

Foreword: I've put off upgrading from Lucid because of the cluster that was LIRC in Kernel (and have not been shy about it). After Natty... I'm not happy about Natty, I'm going back to what every thing else in my house runs. A good proper Debian system. I've finally bit the bullet and started to figure out how to deal with LIRC in the Kernel, because it's not going away. Turns out, its just a little bit of awesome (and a whole lot of work.)

First you're going to need ir-keytable. It's available in natty (not maverick) and Sid & Testing. apt-get install ir-keytable. ir-keytable turns ... I'm not really sure what ir-keytable really does. But it turns remote presses into LIRC stuff.

This is the flow chart of fun. I'll try and work on this in order. lirc kernel -> ir-keytable mapping -> LIRC devinput -> lircmap.xml -> remote.xml. Do not install LIRC yet. Un-install it if you have it. Right now we're going to be futzing without it. Running ir-keytable by itself will dump out what IR receiver it recognizes in addition to what protocols it supports. I have a real HP receiver & Remote (ID 045e:006d Microsoft Corp. eHome Remote Control Keyboard keys)

[Code]...

View 5 Replies View Related

Ubuntu Servers :: Kernel Log Daemon Always Stop And Restart Back Automatic?

Feb 22, 2010

waht is kernek log daemon..? why kernel log daemon always stop and restart back automatic?

View 1 Replies View Related

OpenSUSE Install :: Yast Overwrites Menu.lst - Stop Idiocy When Upgrading The Kernel

Feb 12, 2010

Yast completely overwrites my very customized /boot/grub/menu.lst. I wrote a Perl script to restore the customizations from the previous version (retained in CVS) but this is more than a little annoying. At least Ubuntu asks. How do I stop this idiocy when upgrading the kernel.

View 8 Replies View Related

Fedora :: Checking If OpenGL Is Working?

May 31, 2010

I'm trying to get a program to compile with OpenGL support and it's saying that the headers are missing. But I think (or thought!) that I already had Open GL up and running. My suspicion is that I need to install the appropriate -devel files...but I just can't seem to find them. Furthermore, I don't want to tweak my system and install proprietary Nvidia drivers if things are already working just fine.

I have a Geforce 8300 GS in a i586 32bit Dell Inspiron 530. I'm trying to compile Cinelarra and keep getting:

Quote:

OpenGL 2.0 libraries missing Hardware acceleration using OpenGL 2.0 is disabled

Does anyone know which driver (ie: 96xx? 173xx?) I should be using for this? Where are these libraries? How can I find them and tell Cinelarra where to look?

And even more basically: How do I tell if OpenGL is working or not? Maybe I don't have them afterall..

View 6 Replies View Related

Fedora Installation :: Checking For Libraries Currently In Use?

Jul 19, 2010

I have just installed from the Live Cd (Fedora 13). So far so good except that I have just installed the updates (which has taken some time) .

The updater screen shows a full progress bar and next to the progress bar is this text " checking for libraries currently in use" this has been at least one hour showing the same thing, it hasn't changed (PC is still running OK). Does this mean I can safely quit and the updates will be OK or should I keep waiting for a reboot screen or updates success message ? Is this normal, if so how long does it usually take to complete?

View 1 Replies View Related

Fedora :: Checking Hard Disk For Errors

Aug 2, 2009

On my FC11 installation Palimpset Disk Utility icon in the top menu bar is reporting that I have a disk failure with the caption "one or more disks is failing".When I open up the details section in Pilimpset I can see that "2 sectors are failing",I have checked this with gparted checking facility and it reports that the disk is OK.What I would like to do is to check the disk using a command like tool or ofline tool, which would then tell me where those bad sectors are on that partition so that I can resize it (using gparted) and have the bad sectors in NON ALLOCATED DISK SPACE.

View 4 Replies View Related

Fedora :: Checking For GNU Libc Compatible Malloc... No \ Fix It?

Jul 13, 2010

I'm trying to compile ink but with no luck. Here are the terminal output,

Code:
[trumpet@Trumpet-PC ink-0.5.1]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c

[code]...

View 6 Replies View Related

Fedora Installation :: Fed 7 To 8 Upgrd, Hangs At Dependancy Checking?

Feb 6, 2009

Whenever I get to the dependancy check, it gets up to 99% and appears hung. I am in text, not GUI. Any idea why or if I just need to wait longer? I waited about 1/2 hour. Also, on newer versions, there seems to be no text install option. I saw in the stickies there is this option, and I was wondering how to get to it? I hit the function keys to get different menus while installing fedora 10 on my laptops but just can find a place to type text. I'm no guru, but I've been around the block and I'm just faster at the old text way. Old fart you might

View 5 Replies View Related

Fedora Security :: Disable Strict Password Checking?

Jul 12, 2009

I'm not necessarily gonna do this, but I have to know. Is there a way to make the system not complain about every single freaking password you try to use? Make it so that any regular user could make "hello" their password without complaint? Like I said, I won't necessarily do it, but I have to know if it can be done.I did some searching and found the su -c "passwd username" trick, which is working for right now (I have root access but a user account I made for a friend doesn't)... it's just irritating when it won't even let him use something like "snuh123" because it seems to think it's based on a (reversed) dictionary word. Any use of a dictionary word, even with other chars, fails

View 6 Replies View Related

Fedora X86/64bit :: Yumex Crashes After Checking Repositories?

Dec 18, 2009

yumex crashes after checking repositories:

Code:
running
Current Settings
autorefresh: True
branding_title: 'Yum Extender NextGen'

[Code].....

View 7 Replies View Related

Fedora Security :: Easy Integrity File Checking ?

Feb 9, 2010

How to do an easy file integrity checking on fedora 11 ? just to make sure that the necessary core os files are not corrupted using rpm and yum.

View 2 Replies View Related

Fedora Installation :: F13 Install Freezes When Checking For Dependencies

Sep 1, 2010

Installing from a CD, and F13 constantly freezes at the same spot - "Checking dependencies in packages selected for installation" - gets stuck 1/3 to 1/2 thru.

Dell Dimension 2400, Celeron 2.4GHz, 768MB memory, 120GB drive.

I've used same CD set to install several other systems so CDs are good.

View 9 Replies View Related

Fedora :: Checking Automated FTP Script's Status (Bash)

Jan 31, 2011

I am using an automated bash script to upload some files to a remote ftp server . The script is working fine as it is , however I need to check if it uploaded the file successfully or not , so it can remove them. This is the ftp part of the script which is working fine for uploading files.

[Code]...

View 2 Replies View Related

Fedora :: System Freezes After Checking Media During Installation

May 27, 2011

I tried installing F14 and F15 but display resulted in freezing. The display would work upto "Check Media/Skip Test" for media during installation and the system freezes immediately after that. So I did a VNC installation from another system. But the initiation of X would always result in hanging of the box. After googling and trying various solutions, I found a ray of hope in one solution which suggested adding "vesafb:mtrr,ywrap vga=0x318" to the kernel arguments. This resulted in displaying successfully the boot-time flash (Fedora logo being filled with white color) during booting. But "startx" or "inittab 5" result in hanging of the system.

The following is the relevant information:
I see 5 monitors and 5 cards!

Code:
# lspci | grep ATI
09:0c.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
09:0d.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)

Code:
# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
Screen 4 "Screen4" RightOf "Screen3"
Screen 5 "Screen5" RightOf "Screen4"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection .....

View 2 Replies View Related

Fedora :: Yum Dependency Checking Broken By Security Update?

Jun 22, 2011

The problem is that yum is refusing to install gcc on a new SL6 install. As far as I can make out, a security update that I applied prior to my attempt to install gcc has caused problems. I did a new SL6 install (x86_86) a couple of weeks ago. This was a minimal installation, and I didn't install any dev tools, as I intended to install them later from yum. Since then, I've done very little; I installed a few packages (samba, xemacs, etc), and I let the system update itself. The update installed 'kernel', and updated 'kernel-firmware' [URL]. I now need to install the dev tools (g++, and so on), but I can't. I've tried this from gpk-application, and directly from yum. The complete yum output is below, but the basic error is:

> Error: Package: glibc-2.12-1.7.el6.i686 (sl)
> Requires: glibc-common = 2.12-1.7.el6
> Installed: glibc-common-2.12-1.7.el6_0.5.x86_64 (@sl-security)

[code]....

View 4 Replies View Related

Fedora Installation :: Fc11 Install Hangs At Checking Dependencies / Fix It?

Jun 11, 2009

I am trying to install fc11 on an intel mb with pentium4 and ati graphics
the install always hangs at the point where the sw packages have been selected
and the install is checking dependencies.

I have tried the regular install
the basic video install, and text install
with the same symptoms each time

the dvd drive lite is on and the hard disk activity lite is on and the system is frozen.
have to power off.

I have fc11 installed on another system (amd) and had install issues also but that was
with the preview.

View 1 Replies View Related

Red Hat / Fedora :: Command To Stop That File/process Or Is It Just Kill The Process To Stop The Process?

Nov 11, 2010

I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process

View 2 Replies View Related

Fedora Installation :: How To Install Kernel Source Tree Of Fedora 14's Current Kernel?

Feb 23, 2011

I have installed the fedora 14, but there is no kernel source tree.I read the doc "building a custom kernel".But I don't want to rebuild a new kernel.I just want to install the source tree of current kernel.Could someone tell me the way?

View 6 Replies View Related

Fedora :: Nvidia 8600m Gt Driver Fc12 - Kernel Automatically Will Change To Be A Pae Kernel?

Jul 4, 2010

my problem is on installing nvidia driver on fc12 32bit but, first of all, as i understood the pae kernel requires more than 4gb of ram,i have a 2.2 ghz cpu with 2 gb ram,but when i run command:uname -r it answers: 2.6.31.5-127.PAE [i have fc12 32 bit] when we try to download linux we have a 32bit edition or 64bit edition,do we have an edition which is only for pae? or when we install for example the 32bit edition on a computer with more than 4gb of ram then the kernel automatically will change to be a pae kernel??

View 10 Replies View Related

Fedora :: 0 Byte Initrd File In Kernel Kernel-2.6.27.25-170.2.72.fc10.x86_64

Jul 13, 2009

I'm I seeing this wrong or is the initrd file in kernel-2.6.27.25-170.2.72.fc10.x86_64 a zero byte file and that's why I can't boot with it( get this "kernel panic not syncing VFS unable to mount root fs on known -block (0,0)" message)

View 2 Replies View Related

Fedora Installation :: Errors For VirtualBox / Kernel Source For Kernel 2.6.32.11-99.fc Cannot Be Found?

Apr 21, 2010

Trying to install virtualbox in F12 but fails when recompiling kernel module. Output of vbox-install log is:

Attempting to install using DKMS
removing old DKMS module vboxdrv version 3.1.6
Deleting module version: 3.1.6
completely from the DKMS tree.
Creating symlink /var/lib/dkms/vboxdrv/3.1.6/source ->
/usr/src/vboxdrv-3.1.6

DKMS: add Completed.

Error! Your kernel source for kernel 2.6.32.11-99.fc12.i686.PAE cannot be found
at
/lib/modules/2.6.32.11-99.fc12.i686.PAE/build or /lib/modules/2.6.32.11-99.fc12.
code....

View 6 Replies View Related

Fedora :: Find Kernel.spec File For Compile Vanilla Kernel?

Nov 29, 2010

i want to compile the vanilla kernel 2.6.37-rc3, but i want to obtain a .rpm file. I found this guide long time ago (i used it many times) but it use src.rpm package and the contained kernel.spec file have many lines for adding patches. Someone know where can i download a kernel.spec for vanilla kernel or a guide to obtain an rpm file

View 4 Replies View Related

Fedora Security :: User Access To Start And Stop Tomcat But Also Gives User Access To Start And Stop Other Services "/etc/sudoers"

Mar 13, 2009

I am trying to give access to ONE single user to start and shutdown tomcat server. The problem being, when I enter syntax: username ALL= /etc/init.d/tomcat5, /usr/local/tomcat/webapps, PASSWD:ALL This gives the user access to start and stop tomcat but also gives user access to start and stop other services within /etc/init.d - such as httpd etc... What is the proper way to give user access to start and stop service, and limiting that power to only one service....

View 2 Replies View Related







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