search for: perticular

Displaying 20 results from an estimated 33 matches for "perticular".

Did you mean: particular
2007 Sep 26
0
How to set VMX trap on a perticular Memory Page
I am trying to locate the code (xen hypervisor or dom0) where xen is configuring to hide the physical phages (MMIO or other physical pages) from domain(s). This way CPU generates pagefault when domain tries to access them, which causes VMExit to occur. In otherwords, there may be some where we must be registering pages to hide from domain. ????? I do know where it gets handled
2008 May 12
2
How to eliminate perticular date
Hi R-expert, I try to eliminate 29 Feb but I got an error message below: feb_data1 <- Pooraka_data[Pooraka_data$Month=="2",] feb_28days <- feb_data1 [feb_data1$Day=="28",] feb_29days <- feb_data1 [feb_data1$Day=="29",] ## delete 29 Feb feb_no_29 <- feb_data1 [-(feb_29days),] feb_no_29 <- feb_data1 [-(feb_29days),] Error in xj[i] : invalid subscript
2005 Jun 23
3
Froums
Again i point out the benefite of a forum in this perticular manner. It has become apparent that there is someone on this list serve taking email addresses and sending spam (to its individuals and not directly to the list) because i created this email addess specifically for this list serve It is not listed online anywhere or registered on any webpages. B...
2007 Oct 19
3
Tc Filter - Port Ranges Calculate Mask Value
Hi, I need to support port ranges in tc filter rules. I know how to formulate the rule but , I am not able to understand how to calculate the mask value for a perticular range so as to segregate the port values that lie within this range . I got the following sample "tc filter add dev eth1 parent 1:1 protocol ip prio 10 u32 match ip sport 0x1ae0 0x1ff0 flowid 1:10 This rule will match all ports from 6880 to 6895. " This rule correctly matches port rang...
2007 Mar 23
1
Creating new directory/folder from R script on run time.
Hi, Please correct me if this request does not belong to this discussion forum. Kindly suggest me if there is a way to create a new folder from R on runtime? for e.g. >From one of my R script I want to store the PDF result file in a perticular folder let say c:\tt for that initially i am creating "tt" folder manually and using the following command: fname <- paste("C:/tt/result", strptime(Sys.time(),"%Y-%m-%d"), ".pdf", sep="") pdf(file = fname, width = 13, height...
2003 Feb 06
1
No struct cmsghdr - what to do ?
Hi all, If any perticular OS does not have 'struct cmsghdr' in sys/socket.h and also it does not have access rights in 'struct msghdr', then how the compilation should be done ? Does anybody had similar problem earlier ? Regards, Ajit
2005 Nov 23
1
How to add a logon Script in Windows 2003 Domain
...t.. in windows 2003 Domain... i need to know where i have to place my script.. (in which folder..... full path as example) also how to setup that in ADS... there is many restricted users in my domain... but i need to run a internal Time syncrinization script for every user.. while they login with a perticular time server in my network only.. the script is ready with me.. all i need to know.. how i can setup this in my ADS Thank you in advance.. Jerrynikki
2006 Oct 12
1
routing between two isp
I have three ethernet card and two of them connected to diffrent ISP and has diffrent gateways. And one ethernet card is connected to local lan. I have installed iptables and configured the firwall to work as nat gateway for the users. Now I want to route only mail traffic to the perticular ISP and which I am not able to do it. I have done iproute configuration what ever lartc said. But still I am able to access internet only through one ISP. can someone tell me how can I load blance between two ISPs connected to single machine. Thanks Imthiyaz -------------------------------------...
2017 May 17
2
Machine instruction verifier pass
- Please do not add any more uses of the LiveVariables pass! It is deprecated and only kept around for one last pass that isn't converted. All new code should use LiveIntervalAnalysis! - Kill flags are optional: If they are present they must be correct, but it is legal to have a value die without having a kill flag on the operand. So often a simple fix is to clear out the kill flags from
2005 Jun 23
1
Froums
...o be exposed. Geoff Jason S Salaz wrote: >That's a complete and total lie. >OOTB (Out of the box) phpBB implements no e-mail munging or otherwise >spam protection. > >Just FYI. > >Eric Robinson wrote: > > >>Again i point out the benefite of a forum in this perticular manner. >> >>It has become apparent that there is someone on this list serve >> taking email addresses and sending spam >>(to its individuals and not directly to the list) >>because i created this email addess specifically for this list serve >>It is not listed o...
2006 Apr 30
1
general help on R and factor in R and a few simple comment from a newbie
...me general idea. I used to learn Mathematica, which is also a high-level tool by their help. It is very comprehensive, yet well-organized with some general idea, some specific fundtion explanation and some functions about one topic. For R's help, you get only the specific explanation for the perticular function, and no more related things. I feel it is more like a reference for experienced user instead of some newbie. I know there should be some trick by R with some dense code for big work. But unfortunately, I could not find many place to learn it. Now for a specific question, I use...
2020 Oct 01
5
Failed auth attempt i don't understand.
...e despite my logname and password being exact , in the log i have the following . Nothing wrong for me. the only strange thing being the : stream_terminate_connection: Terminating connection - 'kdc_tcp_call_loop: tstream_read_pdu_blob_recv() - NT_STATUS_CONNECTION_DISCONNECTED' line in perticular the second one because just after things seems to continue with the : Kerberos: TGS-REQ Administrator at LOCAL.MYDOMAIN from ipv4:192.168.1.23:62418 for host/vr083023.LOCAL.MYDOMAIN at LOCAL.MYDOMAIN [canonicalize, renewable, forwardable] line. Can anyone with more knowledge than me have an e...
2003 May 23
7
CBQ DEVICE BW?
Hi, The CBQ config file shud be some thing like this. DEVICE=eth0,10Mbit,1Mbit RATE=50Kbit WEIGHT=5Kbit Shall i hardcode the DEVICE BW as 10/100 Mbit or Shall i use any other tool like ethtool for getting this. ethtool gives Speed: 10Mbps If so, how about, if i use some other Interfaces other than eth0, like ppp0 or some other? C''d anybody can give a suggestion over this? thanks
2006 May 11
4
/public content security
Hello all, I have a question regarding the security of my new web zine. The idea is that I have editors that can log into the site, and then upload comics in the form of a jpg. The way that I have this set up right now is that the jpg is submitted through a form and then placed into the authors sub directory in public/comics/. The record of the jpg is stored in a pendingcomics table
2005 Aug 23
5
Winbind UID/GID mismatch!!
Hi the list (again) Got a pretty major issue now Did the samba link to AD on a couple of redhat es3 servers using samba 3.0.14a Everything seems ok Except when I do a getent passwd username Server 3 getent passwd ross ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false Server 2 getent passwd ross ross:x:10006:10000:ross:/home/ACADEMIC/ross:/bin/false Server 1 getent passwd ross
2004 Aug 25
6
Tricky problem of public proxy server
Hello All, I have installed Shorewall 2.0.7 and configured , I am using masq to share internet for users. I have problem of perticular sites . I blocked site IP address. and succeeded but i have problem of Public proxy addresses , some user use anonymous proxy Ip and get thru it and use blocked sites. I blocked Public proxy adresses but it lot of them( I mean more than one public proxy servers) I fed up blocking IP addresses , s...
2005 Jun 20
2
mixed live- & playlist-streaming]
>>it would be great if the streamtranscoder could "kick" ezstream off when it >>begins to send the live-stream... > > > Have the ezstream mount as a fallback to the live stream - when the live > stream dies it will go back to the ezstream mount and when the live > stream comes back it will resume with that mount. thx a lot, this seems 2 work at least in
2005 Jun 23
1
Froums
...Thursday, June 23, 2005 12:41 PM To: icecast@xiph.org Subject: Re: [Icecast] Froums That's a complete and total lie. OOTB (Out of the box) phpBB implements no e-mail munging or otherwise spam protection. Just FYI. Eric Robinson wrote: > Again i point out the benefite of a forum in this perticular manner. > > It has become apparent that there is someone on this list serve > taking email addresses and sending spam > (to its individuals and not directly to the list) > because i created this email addess specifically for this list serve > It is not listed online anywhere or r...
2006 Jan 14
3
Active record confusion
...ng to setup an application where users are interconnected. For example, each user will have multiple friends and each user can be friend of multiple people. Now, I just have one User table with fields ( id, name, information ). How do I use ActiveRecord in such a way that I get all friends of a perticular user by giving User.find(1).friends ? Thanks a lot, Pratik -- Posted via http://www.ruby-forum.com/.
2009 Jan 27
0
hangup problem(for spa400)
Hi all, I have asterisk connected to my voice application server. Asterisk is connected and registering to a linksys spa400 box. I am running an application on a perticular extention (141). Here is a snip from my extensions.conf... exten => spa400,s,MyApp(/etc/asterisk/MyAppConfig.conf) exten => spa400,s+1,Hangup when an incoming call comes,It is accepted properly,And the application executes successfully,Also I see SIP BYE going to spa400 and getting a 200...