General :: WARNING: Modpost: Found X Section Mismatch(es)?

Jan 17, 2011

I am trying to compile and install a new kernel. I have downloaded the 2.6.37 version from kernel.org and I have extracted it in usr/src/linux-2.6.37/ folder.I have tried to compile it and install it according to the instruction given in the following web site and which I found very useful:ttp://www.digitalhermit.com/linux/K...WTO.html#INTRONevertheless, I am encountering some problems during the make install modules process as I get some warnings (i.e. The title of this post).I thought to ignore the warnings and continue by copying the modules in /lib/modules/linux-2.6.37 but this is not possible since at that directory there is no folder created with the new kernel I am trying to install and thus I get a msg saying: FATAL: could not load /lib/modules/2.6.37/modules.dep.

The warning message: WARNING: modpost: found X section mismatch(es) suggests to run a make CONFIG_DEBUG_SECTION_MISMATCH=y.At the moment I am running a make again and saving the output to a file so that I can see later on what are the mismatches that I get. In any case we are talking about more than 50 mismatches so I am wondering if these mismatches are not that serious and the problem I cannot install and copy the modules is something else

View 1 Replies


ADVERTISEMENT

Ubuntu :: Make-kpkg Strange Vanilla Kernel Build Errors: Found 60 Section Mismatch(es) ?

Apr 30, 2011

I've getting strange build errors when using make-kpkg with the latest (2.6.39-rc5) vanilla kernel.I'm using the procedure outlined here:
https:[url]....e.g.:

Code:
make oldconfig CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

I'm getting the following build errors:

Code:
Building modules, stage 2.
MODPOST 3053 modules
WARNING: modpost: Found 60 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC arch/x86/crypto/aesni-intel.mod.o[code]....

There is even much more error output but it looks like it is basically the same issue.

View 2 Replies View Related

Hardware :: External Hard Drive / Cannot Format / Warning: Block Count Mismatch: Found 78xxxxx But Assuming 0'?

Oct 21, 2010

I have WD external hdd (80GB) formatted with fat32. I was using this hdd to transfer the data from computer A (LINUX, RH9) to computer B (Win7).

I was keep copying and deleting the data in the WD hdd during the data transfer because the amount to transfer is more than 300GB.

After doing this several times (and the WD drive was emptied), comp. A said the disk is full. I checked using 'df' and it was really full but 'ls -la' shows that there is no data in it.

I checked it in comp. B, and it showed empty. I tried to format in comp. A using 'mkdosfs -F 32 /dev/xxx# (block#)', but showed an error message like below.

'Warning: block count mismatch: found 78xxxxx but assuming 0'.

I found a similar situation in this forum metioning 'possible damaged linux kernel (not exactly same expression though)', so I re-installed linux in comp. A, but the problem was not solved.

1. why the disk info. is showed differently in linux and win7
2. why I cannot format it

View 3 Replies View Related

Slackware :: Compiling Kernel 2.6.38.6 - Config Debug Section Mismatch

May 11, 2011

Anyone able to compile kernel 2.6.38.6 on Slackware 13.37 successfully using the config from testing/2.6.38.4? I was able to get .4 and .5 to compile successfully, but with .6 I get the following after running "make modules".

Code:
WARNING: modpost: Found 11 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
Running "make CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 > outfile" gives me a bunch of WARNINGS as follows:

Code:
WARNING: vmlinux.o(.text+0xe656a): Section mismatch in reference from the function build_all_zonelists() to the function .meminit.text:setup_zone_pageset.clone.56()
The function build_all_zonelists() references
the function __meminit setup_zone_pageset.clone.56().
This is often because build_all_zonelists lacks a __meminit
annotation or the annotation of setup_zone_pageset.clone.56 is wrong.....

WARNING: drivers/watchdog/nv_tco.o(.devinit.text+0x14): Section mismatch in reference from the function nv_tco_init() to the function .init.text:nv_tco_getdevice()
The function __devinit nv_tco_init() references
a function __init nv_tco_getdevice().
If nv_tco_getdevice is only used by nv_tco_init then
annotate nv_tco_getdevice with a matching annotation.

View 14 Replies View Related

Fedora :: Warning: Inherited Section [Modem0] Does Not Exist In Wvdial.conf

Jan 7, 2010

When I use wvdial, most of the times on first attempt I get output like that

Quote:

[root@localhost apinder]# wvdial
--> WvDial: Internet dialer version 1.60
--> Warning: inherited section [Modem0] does not exist in wvdial.conf
--> Cannot get information for serial port.

[code]....

View 2 Replies View Related

General :: -bash: Warning:: Command Not Found

Jun 29, 2010

rpm -ivh httpd-2.0.59-1.i386.rpm
warning: httpd-2.0.59-1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 751d7f27
error: Failed dependencies:
libapr-0.so.0 is needed by httpd-2.0.59-1.i386
libaprutil-0.so.0 is needed by httpd-2.0.59-1.i386

[code]...

View 3 Replies View Related

OpenSUSE Install :: Immutable Section Of HDD + Differencing Section?

Jul 8, 2010

You maybe know that VirtualBox has an "immutable" feature for HDD images. I.e. setup the system, if the stuff is in place, you can set the image to IMMUTABLE to prevent any changes to the image. Differences are written to a separated image. So on the next boot you'll see that all the (unintended) changes are gone and the "old" system is up & running again. I run an old SuSE 10.3 on a write-protected SD-IDE-Adapter. Changing and playing with RPMs is a mess due to around 50 changes I had to do to make that work. Is there any option to mount an SD-card as RO and having all the changes written to e.g. /dev/sda3? To make it clear: I thought about something like a RAID-X system, but could not find any description on how to setup a raidtab.

View 3 Replies View Related

Debian Configuration :: Modpost Error Compiling Compat-wireless On Squeeze

Feb 3, 2010

Compiling latest compat-wireless on up to date squeeze install I get this:

make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1

[code].....

View 3 Replies View Related

Debian Multimedia :: Output DFP2 Not Found Warning On Terminal

Feb 23, 2016

Every time I open my terminal a warning message shows up. The warning is the following:

Code: Select allwarning: output DFP2 not found; ignoring

There is no output DFP2 in my system. I ran xrarndr and the outputs are the following:

Code: Select allScreen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+
   1680x1050     59.95 
   1600x900      59.98 
   1280x1024     75.02    60.02 

[Code] ......   

HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 477mm x 268mm

   1920x1080     60.00*+  50.00    59.94 
   1680x1050     59.88 
   1600x900      59.98 
   1280x1024     75.02    60.02 

[Code] ....

HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)

View 2 Replies View Related

Ubuntu :: X Session:warning :x Rdb Command Not Found :x Resources Not Merged

Mar 1, 2010

I have installed ubuntu Server 9.10 [ubuntu-9.10-server-i386]in ma machine. After giving the command startx i couldnt goto gui . It saying x session : warning: x rdb command not found resource not merged.

View 1 Replies View Related

Ubuntu Servers :: Warning: Prerequisite Digest::SHA1 0 Not Found

Oct 7, 2010

This is installed and I get this error. I am attempting to install razor-agents 2.84 and get this error along with: Warning: prerequisite URI::Escape 0 not found.

Both of these were install in CPAN. When I attempt to install them again, they say they are up to date.

View 5 Replies View Related

CentOS 5 :: OpenLdap First Start: Bdb_db_open: Warning - No DB_CONFIG File Found

Feb 22, 2009

I'm stepping out with LDAP for the first time. It's up and running. My Question is really closer to DB4, the Berkely database. When I start the ldap service I get this output:

# service ldap restart
Stopping slapd: [ OK ]
Checking configuration files for slapd: bdb_db_open: Warning - No DB_CONFIG file found in directory /var/lib/ldap: (2)
Expect poor performance for suffix dc=example,dc=com.
config file testing succeeded

View 3 Replies View Related

Fedora :: NVIDIA Mismatch Error - Error: API Mismatch

Jun 11, 2010

I was creating an OpenGL+GLUT+Perl Simulator, and I got this error on starting it:

Error: API mismatch: the NVIDIA kernel module has version 195.36.15, but this NVIDIA driver component has version 195.36.24. make sure that the kernel module and all NVIDIA driver components have the same version. The app still works fine, but I have no clue what to do about this.

View 1 Replies View Related

Fedora :: Texlive Installation - Warning: Kpathsea: Configuration File Texmf.cnf Not Found

Jul 21, 2010

I installed TeXlive 2010 and when i compile this command pdflatex it shows the following error:

warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr:/usr/share/texlive:/usr/bin/share/texmf-local/web2c:/usr/share/texmf-local/web2c:/usr/share/texlive/share/texmf-local/web2c:/usr/bin/texmf-local/web2c:/usr/texmf-local/web2c:/usr/share/texlive/texmf-local/web2c:/usr/bin/share/texmf/web2c:/usr/share/texmf/web2c:/usr/share/texlive/share/texmf/web2c:/usr/bin/texmf/web2c:/usr/texmf/web2c:/usr/share/texlive/texmf/web2c.

View 14 Replies View Related

Slackware :: WARNING: Prelink Not Found, Base Address Of Core Dlls Won't Be Set Correctly

Mar 4, 2011

i installed slackware current straight(make iso from it and installed on clean disk) and i installed Multilib current from alien and now when i wanna compile wine source its write

"configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled

[code].....

I checked i got that libaries in /lib and /lib64 why it doesent work it was working on slackware 13.1 with multilib

View 4 Replies View Related

General :: Disk Size Mismatch Using Df

Feb 21, 2011

When I run df command, the sum of free and used space doesn't tally up to total space. Now I found an explanation in this thread: URL...The amount of "reserved" space seems a little too high as OP of the thread had commented, but may be that's what needed. Now my question is is there a way to change/specify this amount of "reserved" space manually?Also is there a way where you can see the actual disk usage for every mounted partition including the hidden "reserved" space? Because sometimes this mismatch makes the output of df very confusing!

I am attaching output of df, and fdisk from my NFS server. The amount of reserved space seems to be close to 5% of the total partition size.

View 3 Replies View Related

General :: API Mismatch: Nvidia - Error: No Display Specified

Nov 27, 2010

after installing thunderbird my computer was unable to load linux (fedora 13) while loading it reaches the blue screen with logo and halts. it didnt respond to any button. then i went to a single user by Ctrl+Alt+F1 because im a total newbie and thinking that video driver is missing, i installed nvidia using yum! but the problem remains. now entering startx gives:

API mismatch: the nvidia kernel module has version 195.36.24, but this nvidia driver component has version 260.19.12. there is always this error: no display specified/etc/X11/xorg.cof file has Driver "nvidia" in the Section "Device", but it is supposed to be "nv", because it was so previously. manually editing this doesnt help.

1). is it possible to "unyum" what i did and get back the driver i used to have? 2). how can i get the display working? 3). were there any known to you cases when thunderbird could mess up display drivers?

View 3 Replies View Related

General :: Root Mismatch Between Server And Client In LDAP?

Jan 27, 2010

I have a server and a few clients set up with LDAP and NFS. All user files and logins are on the server, and I can login as a normal user on any client and get to my files. However, if I log in as root on a client, I can't write in root-owned directories on the NFS. I suppose that client-root and server-root are different.

Question: is there some way to convince the LDAP or that client-root and server-root are the same?

View 3 Replies View Related

Ubuntu Servers :: Nagios On 10.04 Server Using Apt-get - HTTP WARNING: HTTP/1.1 404 Not Found

Aug 4, 2010

I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?

View 1 Replies View Related

SUSE :: Shows Message "Warning: No Target Process Found. Waiting For It."?

Jun 9, 2010

I have installed cpulimit tar archive software on my suse linux DesktopI can limit any process upto a max cpu percentage uses with its pid with below command.# cpulimit -p <pid> -l <percentage>It is working i have tested.But when i run this command for a executable script with following command# cpulinit -e /<path with script file> -l <percentage>it shows message "Warning: no target process found. Waiting for it." though thatscript is running at that time.what could be the issuse.How can i rectify that problem

View 2 Replies View Related

General :: Sed/awk - Remove Section From File

Oct 26, 2010

I have a file like this:

I would like to remove a section between [first] and [second]:

Is almost what I want. I would like the section header to say in place.

Desired output:

View 3 Replies View Related

General :: What Is (1xx 0, 2xx 8, 3xx 0, 4xx 3, 5xx 0) In Logwatch Httpd Section

Nov 27, 2010

In this part of logwatch:

Code:
--------------------- httpd Begin ------------------------
0.12 MB transferred in 11 responses (1xx 0, 2xx 8, 3xx 0, 4xx 3, 5xx 0)

[code]....

View 2 Replies View Related

General :: Section '.bss' Type Changed To PROGBITS

Oct 30, 2010

What does the warning 'section XXX type changed to PROGBITS' mean, and how do I avoid it? I'm compiling some code to run on a sub-processor, and I'm getting this warning during the linking stage.

View 2 Replies View Related

General :: Direct To The Success Stories Section?

Mar 3, 2010

I am having a hard time locating the Success Stories area here.

View 3 Replies View Related

General :: Showing Section In Files That Have Different Names?

Mar 3, 2010

I am running a bash script and I would like a command that will show me what differs from some files with similar names so I can delete them. Or if you can provide some info on how to complete my script. Here is my code:

#!/bin/bash
pwd=SOURCE
#Add extension into the name

[code]...

View 1 Replies View Related

General :: Downloads - Video Has Disappeared From The Places Section

Nov 25, 2009

When I first installed Ubuntu to my computer I seen to remember a section in 'Places' that had Video. I have been trying to download video but cannot get anything to work and the 'Video' has disappeared from the 'places' section. Have I pushed a wrong button? what I need to do to download video from a camcorder or a DVD made from the camcorder.

View 1 Replies View Related

General :: Control The Segment Selector Assigned To A Section?

May 30, 2010

I see from dumping executables that seg selector 0x10 is assigned to my stack segment and to my data segments (.bss .data COMMON). The code is using 0x08. My question - how can I control this? I've looked at all the command line options and don't see it. I have a different program that uses 0x10 for code and 0x18 for data. I note that the second program has i386 in the architecture field in the linker script, whereas the first one referenced has i686. Is this what causes the difference? I understand that this architecture field triggers something regarding a library named BFD - is this where I should look? If so, where do I find it? I am runnig fedora. Is there a way to control the association of sections in the linker script with segment registers? I can set up segments in the gdt and can asign them to segment registers. I can - when writing in assembler - assign code to a section. I can relate a segment in the gdt with a register.But I dont see how to tell the section which segment register it is associated with Finally I see that the gcc compiler decides - based on how I initialize a variable - whether to put it into bss or data or COMMON. Do I have any control over this?

View 1 Replies View Related

General :: Grab A Random Section In The Middle Of A Huge File?

Apr 23, 2011

I have a huge log file of around 3.5 GB and would like to sample random sections in the middle of say 10 MB for the purpose of debugging what my application is doing.

I could use head or tail commands to get the beginning or end of the file, how can I grab an arbitrary portion from the middle of the file? I guess I could do something like head -n 1.75GB | tail -n 10MB but that seems clumsy and I'd need to determine line numbers for the midpoint of the file to get 1.75GB and 10MB line counts.

View 2 Replies View Related

General :: Find Mapping Between Man Section Number And It's Description In Standalone Mashine?

Aug 14, 2010

where I can to find mapping between man section number and it's description in standalone mashine.In other words, where I can to find description of some man section when I have not connection to Internet? For example:

1 -> User commands
2, 3 -> Linux programmer's manual
and so on..

View 1 Replies View Related

General :: Closing The Section Headings Window On The Left Of The Xpdf Screen?

May 24, 2011

When I open a pdf file (e.g., beamer file) using xpdf, there's an annoying window on the left displaying section headings. Presumably it's possible to close it, ideally toggle it closed and open with a key binding, but I can't find out how to do this.

View 4 Replies View Related







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