Ubuntu :: Include Partitions For Error Checking Along With /

May 18, 2010

I have noticed that Ubuntu checks the / (which includes my home folder) for errors after a certain number of boots.

But the problem is it never checks another partition (Reiserfs) which I had created during installing Ubuntu.

I keep all my data there.

Now how do I configure Ubuntu so that it checks the partition I just mentioned ?

View 3 Replies


ADVERTISEMENT

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 Installation :: Installer Won't Recognize Partitions - Error Message Saying Partitions Over Sized

Mar 22, 2011

I used Ubuntu before, without problems but since the 10.04 version it won't recognize my partitions. I formated my laptop and partitioned it, installed Windows 7 64bit, which I need for my work, and wanted now to install Ubuntu 10.04/10. I then used GParted to check my Harddisk and it is having troubles to recognize my partitions, too while Windows finds them. GParted is giving me an error message saying my partitions are oversized. I am still in the beginning of my Linux experiences and so I don't know what to do. I have two 250GB harddisks (how Windows recognizes them),

[Code]....

View 9 Replies View Related

Ubuntu :: Difference Between /usr/local/include And /usr/include?

Jul 11, 2010

What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?

View 1 Replies View Related

General :: Error:32 /usr/include/gtk/gtk.h Is Not Found

Feb 17, 2011

i have written a simple program in gtk. #include<gtk/gtk.h> //header file main program.. on compiling it is showing fatal error:32 /usr/include/gtk/gtk.h is not found. i have checked the location but file is there.

View 2 Replies View Related

Software :: Difference Between /usr/include And /usr/local/include?

Jul 8, 2010

I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib

View 2 Replies View Related

Ubuntu Servers :: Apache Include Hostname In Access.log And Error.log File Names?

Feb 8, 2010

I am sure this information is out there somewhere, but Googling apache access.log and hostname does not give you any good leads... so I hope someone here might be able to provide me with a quick answer...I am setting up a cluster of web servers, so I would like to name the access.log and error.log with the hostname of the individual servers to be able to distinguish one from another.

View 4 Replies View Related

Ubuntu :: Error - Checking For XML_ParserCreate_MM In -lexpat... No

Feb 13, 2010

I am getting some error when i compile cross compile "dbus-1.2.20".error

Code:
checking for XML_ParserCreate_MM in -lexpat... no configure: error: Could not find expat.h, check config.log for failed attempts so i downloaded te expat library sources i cross compiled. But again i am getting same error. I think i have to add "-lexpat" in LDFLAG. But i dont know how to do that.

View 3 Replies View Related

Ubuntu Installation :: Error When Checking For Updates?

Aug 8, 2010

I just installed Banshee 1.7, now I get this error when I check for updates. It doesn't look like it's affiliated with Banshee but I can't figure out what it's for.

Could not download all repository indexes: Failed to fetch [URL] 404 Not Found

Some index files failed to download, they have been ignored, or old ones used instead.

View 2 Replies View Related

Ubuntu Networking :: Modem Reports Error When Checking For SIM

May 31, 2011

Using a Vodafone K3806 USB modem on Ubuntu 9.10, trying to connect with Sakis3g (I already know from previous experience that VMC is out of the question), I get the following message: "Modem responded "ERROR" when checking fror SIM".

View 6 Replies View Related

General :: Checking For KDE... Configure: Error?

Jul 6, 2011

now i have installed libqt3-mt-dev this error is solve but new error is comming this is followingly i didn't understand------------->checking for KDE... configure: error:in the prefix, you've chosen, are no KDE headers installed. This will fail.So, check this please and use another prefix!

View 8 Replies View Related

General :: Error Checking On System Calls

Sep 19, 2010

I'm new to C language and some help finding places in the following code where a system call is made and error checking is not done. I found one but since I don't know C language at all I'm not exactly sure what else to look for. Link to my file: [URL]...

I found one and added error checking:
if (setoutpipe){
//Changes: Added error checking to the system call close()
//Orginal Code: close(pidefd[1]);
if(close(pipefd[1] != 0){
fprintf(stderr, "Could not close piple.
");
exit(255);
}

View 1 Replies View Related

Programming :: C - System Call & Error Checking?

Sep 18, 2010

I am trying to figure out how i would go about finding out where system call is made and error checking is not done. I have code below, if somebody can point me in the right direction where system call is made but error checking is not done.Quote:

#include "shell.h"
#include <stdio.h>
#include <string.h>

[code]....

View 5 Replies View Related

Slackware :: Error: Checking For C Compiler Default Output File Name

Feb 20, 2010

I downloaded Go-OpenOffice from SlackBuilds.org, but I can't build it. make terminates with configure error: checking for C compiler default output file name. configure: error: in `/tmp/SBo/ooo-build-3.1.1.5': configure: error: C compiler cannot create executables See `config.log' for more details.

(I can't find config.log anywhere) I use a quite 'light' installation (no xap, ap), and I suspect that I have some unmet dependencies, but the error message provides no information about what software is needed (I've installed all dependencies listed on SlackBuilds.org). I'm using Slackware64-13 with Xfce

View 3 Replies View Related

General :: Shell Script Is Showing Error After Whenever Checking A Special Variable

May 29, 2011

I have created a shell script to customise mv command, now i have achieved to accomplish all the functionality of mv by using alias. But i found difficulty in accomplish the funcionality with options [Like mv -i or mv -f etc.]. I thought about logic which check the first argument whether its starting with a minus [-] or not. if its starting with argument it will set a flag and execute accordingly. But whenever this condition is checked it shell script will throw error of destination operand missing. But the same will work with out option.

Note: I have used an minus[-] expression for decreasing a counter on the script above. The below mentioned is the portion of script. Sry for troubling Im not gud @scripting.

for i in $*
do
{
argument=`expr $argument - 1`
if [ $argument = 0 ];
then
exit
[Code]....

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

Programming :: Error 4 Which (according To /usr/include/asm-generic/errno-base.h) Means "interrupted System Call"

Aug 1, 2010

I'm using gmake (v3.81) to build some c executables. As the first step in the process I run the files through a preprocessor (for embedded SQL). The preprocessor completes successfully, but the gmake reports an error and discontinues buiding the remaining dependencies...

make *** [myfile.c] Error 4

which (according to /usr/include/asm-generic/errno-base.h) means "interrupted System Call". My preprocessor doesn't raise any signals, so I'm not sure what's causing this error.

View 2 Replies View Related

Ubuntu Networking :: Modem Responded "ERROR" While Checking For Pin

Jul 29, 2011

I downloaded and run sakis3g and I get this results /sakis3g modem responded "ERROR" while checking for pin

View 2 Replies View Related

Ubuntu :: Error While Hash Checking Of Torrent - The Sha Module Is Deprecated - Use The Hashlib Module Instead From Sha Import Sha

Jun 8, 2010

Code:

nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha

These errors occurred during execution:

[09:37:48] IOError - [Errno 5] Input/output error

Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.

View 2 Replies View Related

Red Hat / Fedora :: "checking Hlt Instructions" Error During CentOS Installation?

Feb 18, 2011

I have an old PC running 900Mhz Tbird CPU and 768Mb RAM. I also upgraded the HDD to a 60Gb. I've tried to install Gentoo, CentOS, Ubuntu, and Linux Mint and all and everyone of them stop at the line "checking hlt instructions" during the installtion. I've looked over the web and there are quite a few cases with the same problem, nonetheless the solution is not clear to me, still. I've managed to install CentOS, though, with the help of web forums, bypassing the error by typing from the Kernel "linux no-hlt" and pressing enter. Now when I rebooted the machine it keeps doing even though the install completed succesfully. I'm interested in loading CentOS to build a server since I used to run Ubuntu 8.04 on that box without any problems.

View 2 Replies View Related

OpenSUSE :: Installing Visual Python Error "need Gtkglextmm 1.2 Checking In Yast"

Feb 1, 2011

I'm having trouble installing visual python, I've downloaded the source package from [URL] as I couldn't find it on yast. On calling ./configure most tests are passed but I get an error which says I need gtkglextmm 1.2 checking in Yast I see this is already installed. Looking in the install.txt it talks about this error and suggests renaming some files, I'm not keen to do this for fear of breaking something else but as it turns out they are already named what they need to be anyway.? Now I'm truly stumped.

View 4 Replies View Related

Ubuntu :: Grub Error, Can't Find Partitions?

Jun 10, 2010

I have a 320GB Hard Drive, divided into 4 partitions.

20GB Windows 7 Home Premium x64(NTFS)
20GB Mac OSX Leopard
20GB Ubuntu 9.10 x64 Root (Ext4)

[code]....

View 3 Replies View Related

Ubuntu Installation :: Error: Can't Have Overlapping Partitions

Jan 21, 2011

I read many threads regarding `gparted` not showing up hard disk partitions. Also read the advice not to change partition table according to solution to given to others. So posting my partition table here...

Code:

sudo parted /dev/sda print
Error: Can't have overlapping partitions.

Code:

mint@mint ~ $ sudo fdisk -lu
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors

[code]...

I guess entire disk is taken as extended partition and primary partition(/dev/sda4) lying within this. So this is may be similar to thread [URL]. Correct me if I am wrong and also advice me on how to proceed further.

View 9 Replies View Related

Ubuntu Installation :: Error When Make Partitions - Windows XP And 9.10

Sep 8, 2010

I'm trying to install Ubuntu 9.10. When it got to the "partition manager" stage of the installation, not only was I not able to decrease the Windows partition's size, I was also told that there was an error when partitioning and that the process has been aborted, I'm now just using the Ubuntu Live CD..

View 1 Replies View Related

Ubuntu :: Grub Error 22 - Restore Macrium Backup On One Of Two Partitions

Feb 11, 2010

my old 80gb pata HD showed a dual boot Ubuntu - XP on startup, although ubuntu never worked, onlly XP booted. Recently I tried to Restore a Macrium backup on one of its two partitions, & spoiled something. On boot up it says:-

GRUB loading stage 1.5GRUB loading please waite Error 22

I tried to reinstall Ubuntu 10.8 with no success, & also XP with "R" for repair again with no success.

View 3 Replies View Related

Ubuntu :: Dd Input/output Error - Copy Disc W/2 Partitions?

Mar 3, 2011

I was given a CD for work purposes and when I put the disc into the drive I get 2 disc icons on my desktop. One has data (a pdf file) and the other has serveral audio tracks. I tried to use dd to image the disc but it gives an input/output error immediately without copying anything. If I try to use brasero or k3b to copy the disc it only copies the audio portion. The data portion does not show up in the drop down to copy - only the audio. If I right-click the data (or audio) desktop icon and select 'copy' from the shortcut menu then it creates an image of the audio portion.

for dd i tried:
dd if=/dev/cdrom of=/home/username/test.iso
This give an immediate error with no data written to the iso file.
dd if=/dev/cdrom of=/home/username/test.iso bs=2M conv=notrunc,noerror

This copies a small amount of data to an iso file but it wasn't usable.

View 3 Replies View Related

Fedora :: Intermittent Error Autmounting USB Partitions?

Aug 23, 2009

Estimating 10-20% of the time while booting I get an error like the following for USB partitions I am trying to automount in boot.log:

Code:
Mounting local filesystems: mount: special device /dev/sdc1 does not exist
mount: special device /dev/sdc2 does not exist

[code]....

View 3 Replies View Related

Ubuntu Installation :: Error Message Concerning Swap Space - Partitions Missing

Jan 3, 2010

I was trying to install Ubuntu as a dual-boot on my Windows Vista laptop. The hard drive is 250 gb: Vista boot 157 gb partition; a partially-occupied 33 gb partition which was designated as swap-space; a newly partitioned and ext3 formatted 30gb for the Ubuntu installation. I believe there is also a hidden partition ~20 gb with "hidden" system info. During installation I received an error message concerning the swap space partition, which forced me out of the installation and back to the ubuntu partition manager screen. Now in Vista my 33 and 30 gb partitions are missing. Is there anyway I can get back to pre-Ubuntu state?

View 4 Replies View Related

Ubuntu Installation :: Lucid - Multiple Active Partitions Error At Startup?

Aug 4, 2010

I created a customized Lucid image and installed on my computer which has 1 hard drive (/dev/sda)When I booted up .. it gave me an error indicating "Multiple active partitions" ... and did not boot up ...

I used my live CD and run as live session to check on the hard drive, When I issued the command fdisk -l on an terminal , the out put indicated that only /dev/sda1 is bootable, and other /dev/sda* were not bootable ...

I am not sure why I got the "Multiple active partitions" message at boot up time ..

View 3 Replies View Related

Ubuntu Installation :: CD Doesn't Detect Partitions But No Apparent Overlapping Partitions?

Mar 3, 2010

Xubuntu 9.04 installation CD not detecting any of the current partitions. This all started when I reinstalled windows XP a few days ago.After, the computer wouldn't boot into GRUB and would boot directly into windows.Other threads have dealt with a similar issue, that of overlapping partitions causing libparted/parted/gparted to detect the whole drive as unallocated space. The problem in these threads seemed to be a corrupted partition table, in which the partitions overlapped with each other. So of course I checked the output of fdisk -l for overlapping partitions, but I don't see any obvious overlapping partitions. I've noticed that the partition that used to be linux swap isn't showing up in the partition table at all. I might just be missing something simple here and would like another set of eyes to help me figure this one out. Does the problem have anything to do with the partition table being out of order (ie. not in order of what regions they cover on the drive)? From the liveCD I've run

Code:

sudo fdisk -lu
sudo sfdisk -d
sudo parted /dev/sda print

and have received the following output:

Code:

ubuntu@ubuntu:/mnt$ sudo fdisk -lu
omitting empty partition (5)
Disk /dev/sda: 60.0 GB, 60011642880 bytes

[code]....

View 3 Replies View Related







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