search for: reqd

Displaying 20 results from an estimated 23 matches for "reqd".

Did you mean: read
2012 Aug 08
1
ggplot2 with separate average lines
Hi I'm just starting off with R but is this correct? I have this data set. > data Type ID Size 1 Reqd 244808 1024 2 Reqd 244045 512 3 Reqd 245427 800 4 Reqd 245423 1024 5 Reqd 244983 1024 6 Used 244808 615 7 Used 244045 33 8 Used 245427 261 9 Used 245423 461 10 Used 244983 1194 I want a scatterplot of the Size values grouped by the Type column. I also want 2 lines showing each group...
2010 Aug 30
1
pam changes - service restart reqd?
Howdy, Do we need to restart any service after making changed to pam modules? I have changed system-auth config, but not sure if I need to restart any service after making changes, e.g. ssh which uses pam. Any help? -- Thanks, CS.
2002 Feb 27
5
Machine trust account reqd in 2.2.3a?
Greetings, I was reading over the documentation online for using SAMBA as a PDC, and in the section about creating machine trust accounts is talks about having to add machine accounts to the /etc/passwd file. The text also mentions that future versions of SAMBA will remove this requirement: "Because Samba requires machine accounts to possess a UNIX uid from which an Windows NT SID can
2003 Dec 07
0
[PATCH] Do PAM chauthtok via keyboard-interactive.
...1.84 +++ auth-pam.c 7 Dec 2003 13:23:38 -0000 @@ -53,6 +53,7 @@ RCSID("$Id: auth-pam.c,v 1.84 2003/11/21 extern ServerOptions options; extern Buffer loginmsg; +extern int compat20; #define __unused @@ -118,6 +119,7 @@ static int sshpam_authenticated = 0; static int sshpam_new_authtok_reqd = 0; static int sshpam_session_open = 0; static int sshpam_cred_established = 0; +static int sshpam_account_status = -1; static char **sshpam_env = NULL; struct pam_ctxt { @@ -144,6 +146,21 @@ pam_getenvlist(pam_handle_t *pamh) } #endif +void +pam_password_change_required(int reqd) +{ + s...
2011 Jan 04
1
[LLVMdev] Function-level metadata for OpenCL (was Re: OpenCL support)
...l calling another kernel. I like this idea. I think that the entry point should keep its original name though, while we rename the body, because the fact that we factor out the function body seems like an implementation detail. To a certain extent it also removes the need to attach metadata for reqd_work_group_size etc at the function level (if required by the target), since this information can be attached to intrinsic calls within the entry point. Example: define void @foo() nounwind { entry: call void @llvm.opencl.reqd.work.group.size(i32 4, i32 1, i32 1) ; .. other setup .. call vo...
2007 Mar 18
1
Dependancy sequencing problem
Hi, I have this code here: $filepackages = $operatingsystem ? { debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget" ], default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget" ] } package { $filepackages: ensure => latest
2004 Aug 12
3
Menu for PXELinux
I'd like to add a user-friendly menuing system to pxelinux replacing/enhancing the default on the pxelinux.cfg/default Where can I find instructions on how to get started? Regards, Conrad Lawes Sr. Technical Analyst Argon Technology
2006 Aug 03
1
OT: Tables and Rails code
...lt;/th> <th scope="col">Days left</th> <th scope="col">Category</th> <th scope="col">City</th> <th scope="col">State</th> <th scope="col">PayType</th> <th scope="col">Exp reqd</th> </tr> </thead> <tfoot> </tfoot> <tbody> <tr > <td><%= position.company_job_id %></td> <td><%= position.comapny_id %></td> <td><%= position.entered_on_date.strftime("%m/%d/%Y") %></td> &lt...
2011 Feb 14
3
R command line and pipe using in Linux?
Hi, I have a very large data file(GB) from which I only want to extract one column to draw histogram. This would be done several times, so I would like to ask if there is anyway to plot this using R from the linux command line, something look like this cut -f1 xxx.txt |RplotHist .... Thanks and hope to hear from you. Best regards, Hang [[alternative HTML version deleted]]
2005 Apr 23
2
[Tip] Introspection to determine if a column may be null
I still want to get this into Rails for all connection adaptors, but for now I''ve hacked my own addition on for just PostgreSQL. The following code extends every Column object returned by MyModel.columns to support a new #required? method, which indicates if the column may or may not be null. The following is a huge hack - suggestions on a cleaner way to add this functionality
2011 Jan 03
0
[LLVMdev] Function-level metadata for OpenCL (was Re: OpenCL support)
Sorry for the late reply, as I have been on vacation for awhile. One method which I haven't seen mentioned is to separate out the kernel semantics from the function definition. All the kernel attribute does is specify that this function is an entry point to the device from the host. So, why not just create a separate entry point that is only callable by the host and everything from the
2010 Dec 24
2
[LLVMdev] Function-level metadata for OpenCL (was Re: OpenCL support)
On Tue, Dec 21, 2010 at 07:17:40PM -0000, Anton Lokhmotov wrote: > > From: Peter Collingbourne [mailto:peter at pcc.me.uk] > > Sent: 20 December 2010 20:11 > > As with __local variables, it may be that "kernelness" cannot be > > represented in a standard form in LLVM. For example on a CPU a > > kernel function may have an additional parameter which is a
2011 Jan 31
0
[R} R install on Unix Server
...ly because we do not have a Fortran compiler for HP unix. The IT guys sent me an email with some questions that I hope to get some help in anwsering. " We need the information for "R" software that it is really compatible with hpux or not . If compatible , then which version of hpux reqd ? what are other dependency to load "R" ? What will be the patch level and FORTRAN version ? Also is there any other s/w equivalent to "R" which can be tested on hpux ? " -- Joseph C. Magagnoli [[alternative HTML version deleted]]
2002 Mar 22
0
sequential t-test - replies
...Methods in Statistics', p 60 # (b) succesfully reproduces table L in OL Davies Design & Analysis of Industrial Experiments' # # notation is a mixture of a and b. # # delta is the difference-to-detect ( in std devs ) # alpha, beta are the reqd type1 & 2 errors # minn:maxn is the range of sample-numbers # bot:top is the range used in solving for critical values # # Hh <- function(N = 5, X = 0, lolim = 0, hilim = Inf) { # an integral required in the likelehood ratio...
2009 Dec 10
1
Packing multiple frames in a RTP packet
...l have the necessary padding at the end without any separators between individual encoded frames. That would be really cool. Other wise I was scratching my head as to we'll have to chop the padding from each encoded frame before it can be put in the RTP payload. Lot of bit operations otherwise reqd from the appln have been saved. Really appreciate your input. Thanks and Regards, -Manish S. Jalan On Thu, Dec 10, 2009 at 5:22 PM, Jean-Marc Valin < jean-marc.valin at usherbrooke.ca> wrote: > You cannot concatenate bytes because Speex frames don't necessarily end > on octet b...
2005 Jan 14
5
Softphone for Linux recommendation
Can anyone _recommend_ a downloadable OSS softphone that _works_ under Linux and is compatible with Asterisk. So far I have tried kphone and linphone and had problems with both, and I am still waiting to hear back from the X-Lite beta folks. -- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just
2002 Nov 14
5
Reg: Porting UFS/VxFs to ext2 (fwd)
Hello Gurus, Greetings. I have been assigned some work on the development of a migration tool. The requirement is that it has to migrate the data on a UFS/VxFs filesystem to an ext2 filesystem. What are the technical apects I will have to look into to achieve the same? Is it possible to change the on-disk structure of the UFS/VxFs filesystem to an ext2 filesystem? The question may
2009 Dec 10
2
Packing multiple frames in a RTP packet
Hello, *Background:* The RFC 5574 suggests the RTP payload format for the speex codec. The payload formation is straight forward; the encoded frames are to be concatenated one after another. Once we have appended desired number of frames, we have to pad the stream with 01111 sort of sequence to ensure that payload ends on a octet boundary. *Observation:* I am using the speex encoder at 2150 Kbps
2004 Dec 28
0
500 "Internal Server Error"
...: Inband Voice 6990: 6991: 006953: Dec 29 01:48:05.079: sipSPIUpdCcbWithSdpInfo: SDP Media Information: 6992: Negotiated Codec : g711ulaw , bytes :160 6993: Early Media : 0 6994: Delayed Media : 0 6995: Bridge Done : 0 6996: New Media : 0 6997: DSP DNLD Reqd : 0 6998: Media Dest addr/Port : 65.67.76.41:11980 6999: 7000: 006954: Dec 29 01:48:05.079: sipSPIHandleInviteMedia: 7001: Negotiated Codec : g711ulaw, bytes :160 7002: Preferred Codec : g729r8, bytes :20 7003: Preferred DTMF relay : 0 7004: Negotiated DTMF relay : 0 7005: Pref...
2004 Nov 11
2
PXELINUX - no boot file found
...ot as far as suspecting the NIC's (3COM 3C509's) - I have reflashed these to MBA 4.3 tcpdump seems to recognise the dhcp request then nothing.(that I can understand) Any suggestions or other diag I could use would be appreciated. Chris dhcpd.conf # allow booting; allow bootp; # # Reqd by version 3.0.1 ddns-update-style ad-hoc; option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209 = text; option pxelinux.pathprefix code 210 = text; option pxelinux.reboottime code 211 = unsigned integer 32; # # Bog standard DHCP stuff # ~~...