Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 734 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Using the nvidia binary driver with Xen on Debian etch:
#1 Re: Using the nvidia binary driver with Xen on Debian etch Posted by wuzzeb (64.5.xx.xx) on Fri 26 Jan 2007 at 18:12 Last time I did this (admitibly on ubuntu dapper on a desktop machine), I needed to export xen_tlb_flush symbol from the kernel. Does the debian xen kernel package include the patch to export this symbol, or is this still a required step? Otherwise I ran the following script in the nvidia build directory. (For 64bit, will need to be modified for a 32bit system... the colrm part and the ld -m) for sym in xen_tlb_flush force_evtchn_callback xen_features; do export $sym=$(egrep " $sym\$" /boot/System.map-2.6.16.29-xen | colrm 17) done ld -m elf_x86_64 --defsym xen_tlb_flush=0x$xen_tlb_flush --defsym force_evtchn_callback=0x$force_evtchn_callback --defsym xen_features=0x$xen_features -r -o nvidia.ko nvidia.o nvidia.mod.o
for sym in xen_tlb_flush force_evtchn_callback xen_features; do export $sym=$(egrep " $sym\$" /boot/System.map-2.6.16.29-xen | colrm 17) done ld -m elf_x86_64 --defsym xen_tlb_flush=0x$xen_tlb_flush --defsym force_evtchn_callback=0x$force_evtchn_callback --defsym xen_features=0x$xen_features -r -o nvidia.ko nvidia.o nvidia.mod.o
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account