Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: redteo on November 04, 2008, 11:23:16 PM
-
i need to compile the module to use one usb webcam.
but i have this problem
the installed kernel is 2.6.9-78.0.1.EL
but the source i'm able to install from the repository is 2.6.9-78.0.5.EL-i586
some one can tell me where found the rigth source???
-
To the best of my knowledge, SME never issued 2.6.9-78.0.1.EL.
The current kernel is kernel-smp-2.6.9-67.0.7.EL
and the one in smeupdates-testing is 2.6.9-78.0.5.EL
-
[root@server bin]# uname -r
2.6.9-78.0.1.EL
[root@server bin]#
this that my server said
-
[root@server bin]# uname -r
2.6.9-78.0.1.EL
[root@server bin]#
this that my server said
then you have updated your server enabling some CENTOS' repo..
that kernel is not current kernel for SME
anyway, install a dev machine, preferably CENTOS, with dev rpms and compile there the module you need.
my 2c
Ciao
Stefano
-
then you have updated your server enabling some CENTOS' repo..
that kernel is not current kernel for SME
anyway, install a dev machine, preferably CENTOS, with dev rpms and compile there the module you need.
my 2c
Ciao
Stefano
csn you be more clear..
i not undestod what i have to do..
i can try to update enablin centosplus repo.
in my server is active contribs and dungogMembers
i not remember to have installed rpm from testing repo.
but i remember something from centosplus
-
i solved.
i tougth that some moth ago i had one rpm db problem and forced the reistallation of the sme on the same machine..
ok i din't like to lose loot of data.
so i did this to solve
rm -f /var/lib/rpm/__db*
rpm --rebuilddb
yum clean all
after the daqtabase rebuil i did
yum update --enablerepo=smeudates-testing
that install the missed package.
thank for suggestion