From: Hans-Ulrich J. <han...@t-...> - 2008-06-09 20:53:35
|
Hello Jonathan, Jonathan Coles wrote: > When I try to mount a Scramdisk container, I get the error message > "Mounting failed: No such device or address." > > This is after I updated my Ubuntu v7.10 system to the v8.04 LTS release > and installed ScramDisk_1.3-0_Ubuntu-8.04_2.6.24_i386.deb. I have > successfully used Scramdisk on Ubuntu since version 7.04. > > No information is given about the which device or address has a problem, > but /var/log/messages includes the entry: " kernel: [ 39.530073] > scramdisk: disagrees about version of symbol struct_module". > > Possibly this is a bug in the Debian package. If not, what is the solution? > > Thanks. > the problem is that the kernel on your system is slightly different from the kernel on which I built the package. This might come from a different Ubuntu distribution (KUbuntu, XUbuntu etc.) or from an updated kernel. The kernel on which I built the package is 2.6.24-16-generic which was in the plain Ubuntu I installed shortly after the launch. You can find out your kernel version by starting a terminal and typing uname -r or by looking at the files in your /boot directory. If you can tell me the exact version of your kernel I'll see whether I can get that kernel and build a new package which should match your kernel. An alternative would be to build ScramDisk-1.3 yourself from the sources. But you have to install many development tools in order to do so. There is some guidance for that in the ScramDisk documentation and I offer my support if you choose this option. Best regards Ulrich |