From: prasad r. r <rpr...@re...> - 2005-07-15 05:49:02
|
hi burk,=0AUdisetup in verbos mod give the following information.In tem dir= ectory /tmp/udiszB3Ny8=0Afolder is getting created but why udisetup is look= ing for /tmp/upropBdpLaz! folder in tem=0Adirectory.=0A =0A udisetup -v /us= r/src/udiref/env/linux/udi.udi=0A udisetup: INFO: Package file : udi_brd= g.udi=0A ++cp udi_brdg.udi /tmp/udiszB3Ny8/udi_brdg/udi_brdg.udi =0A = ++cd /tmp/udiszB3Ny8/udi_brdg=0A ++tar xf udi_brdg.udi =0A udisetup: = INFO: ..Driver : udi_brdg=0A udisetup: INFO: ....Alternative : 3=0A = udisetup: INFO: ......Component : udi_bridge =0A udisetup: ERROR: Cannot o= pen /tmp/upropBdpLaz!=0A =0A Exiting.=0A =0A regards=0A prasad=0A=A0=0A=0A= =0AOn Wed, 13 Jul 2005 Burkhard Daniel wrote :=0A>Ok, it looks like the ker= nel you're using has undergone some significant changes since we last touch= ed the udi ref env. I'm not sure there is much I can do to help you right n= ow, because we're not actively maintaining the ref env at this time.=0A>=0A= >Try using an older kernel from the 2.4 series :-)=0A>=0A>As to your proble= m with the /tmp file system, you might want to check which symbols from env= _test it doesn't like. But that may not be the cause for your problem at al= l. If it isn't, your best bet is to step through udisetup and see where exa= ctly it fails. Once you've found that, either the solution is obvious, or y= ou can send your debugging results here and we can see if we can help you.= =0A>=0A>Burk.=0A>=0A>prasad roy r wrote:=0A>>hi burk,=0A>> Sorry if i mail= ed it earlier.In file udi_osdep.c (/udiref/env/linux) i have done the follo= wing modification.=0A>>spinlock_t sigmask_lock =3D SPIN_LOCK_UNLOCKED; /* a= dded by prasad */=0A>>=0A>>void EnterUDIContext() {=0A>> long flags;=0A= >> /* Modify signal mask so we don"t freeze up if they send a signal. *= /=0A>> spin_lock_irqsave(sigmask_lock, flags);/*modified by prasad */= =0A>> siginitsetinv(=A4t->blocked, 0); /* disable all signals */=0A>>/*= sigmask(SIGINT) | sigmask(SIGKILL) | sigmask(SIGSTOP));*/=0A>> recalc_s= igpending();/*Modified by prasad */=0A>> spin_unlock_irqrestore(sigmask= _lock, flags);/* MODIFIED BY PRASAD */=0A>> _OSDEP_SEM_P(&_udi_MA_init_= complete);=0A>>}=0A>>=0A>>Earlier i was getting "sigmask_lock" was not a me= mber of "current".So i modified the=0A>>code.I have a write permission in /= tmp.=0A>>=0A>>regards=0A>>prasad=0A>> =0A>>=0A>>On Wed, 13 Jul 2005 Burkha= rd Daniel wrote :=0A>> >prasad roy r wrote:=0A>> >>Hi all,=0A>> >> I am= using redhat 9 enterprise to build UDI env with version udiref-ss-2001-09-= 30.tar.gz.With little modification i was able to build=0A>> >=0A>> >What = kind of modifications?=0A>> >=0A>> >>the UDI.While i was trying to instal= l the UDI env i am getting the following erros.=0A>> >>=0A>> >>289 blocks= =0A>> >>depmod: *** Unresolved symbols in /lib/modules/2.4.21-4.EL/misc/en= v_test.o=0A>> >>udisetup: ERROR: Cannot open /tmp/upropfN8uMY!=0A>> >=0A>= > >Can you check that you have write permission in /tmp?=0A>> >=0A>> >Bu= rk.=0A>> >-- Burkhard Daniel=0A>> >Software Technologies Group, Inc.=0A>>= >bu...@st... * http://www.stg.com=0A>> >fon: +49-179-5319489 fax: +49-3= 0-55153591=0A>>=0A>>=0A>>=0A>><http://clients.rediff.com/signature/track_si= g.asp>=0A>=0A>=0A>-- Burkhard Daniel=0A>Software Technologies Group, Inc.= =0A>bu...@st... * http://www.stg.com=0A>fon: +49-179-5319489 fax: +49-30-5= 5153591=0A |