smbmount with big file sizes

Richard Sharpe rsharpe at ns.aus.com
Thu Jul 11 12:19:03 GMT 2002


On Thu, 11 Jul 2002, root wrote:

> Finally it has been working out the box. Now i am able to rsync the data more than 4GB files as well.
> But during boot time i gets some error message of this kind.
> #####
> /lib/ext3.o: unresolved symbol iget4_R7414451b
> /lib/ext3.o: unresolved symbol journal_update_format_R6f0a81a7
> /lib/ext3.o: unresolved symbol is_read_only_R740274ca
> /lib/ext3.o: unresolved symbol journal_lock_updates_R3a4ce5b0
> /lib/ext3.o: unresolved symbol do_BUG_R577f4bff
> /lib/ext3.o: unresolved symbol vfs_follow_link_Rd32dc562
> /lib/ext3.o: unresolved symbol create_empty_buffers_R72f366d6
> /lib/ext3.o: unresolved symbol journal_wipe_R8cfe1ad2
> /lib/ext3.o: unresolved symbol event_R7b16c344
> /lib/ext3.o: unresolved symbol unlock_buffer_Re88e33da
> /lib/ext3.o: unresolved symbol update_atime_Rc345c8cb
> /lib/ext3.o: unresolved symbol journal_abort_Re6f37883
> /lib/ext3.o: unresolved symbol blkdev_put_R92071f2a
> /lib/ext3.o: unresolved symbol log_start_commit_Rabb1f687
> /lib/ext3.o: unresolved symbol generic_read_dir_R782f9e03
> /lib/ext3.o: unresolved symbol hardsect_size_Rc5f560d8
> /lib/ext3.o: unresolved symbol journal_stop_Rae0ffc4a
> /lib/ext3.o: unresolved symbol init_special_inode_R5712c202
> /lib/ext3.o: unresolved symbol generic_file_write_Ref16dc01
> /lib/ext3.o: unresolved symbol mark_buffer_dirty_R31543699
> /lib/ext3.o: unresolved symbol __wait_on_buffer_R6ac803f5
> ERROR: /bin/insmod exited abnormally!
> #####
> 
> Is this ok? or i have missed out something.

Something is wrong. Those are versioned symbols from the kernel. It looks 
like the symbol versions in ext3.o are different to those exported by your 
kernel.

Either build with the .config used to build your kernel, or switch of 
symbol versioning in your kernel.

You can also override some of that at module load time.

Regards
-----
Richard Sharpe, rsharpe at ns.aus.com, rsharpe at samba.org, 
sharpe at ethereal.com





More information about the samba-technical mailing list