search for: yarg

Displaying 4 results from an estimated 4 matches for "yarg".

Did you mean: arg
2004 Sep 29
0
hostname and smbstatus
...sing Samba. Problem: When I login to a Mepis user session, the share is mounted in a user directory (set up with smb4k). However, smbstatus shows only the IP address of the machine, not the hostname. The Windows machine hostnames show up correctly. Here's smbstatus with forced user/group "yarg"/"domadm", Windows XP box "thais", and the Linux box: Samba version 3.0.5-Debian PID Username Group Machine ------------------------------------------------------------------- 3096 yarg domadm 192.168.1.8 (192.168.1.8) 2816 yarg...
2009 Mar 20
1
v2.8.1 crashes on quit(save="yes") or just won't save (PR#13612)
...;yes") Error in .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") : C symbol name "R_lazyLoadDBfetch" not in DLL for package "base" > quit(save="no") (that latter command worked, 2nd time, no need for Force Quit) Yarg! I know I can work around this using write.csv(), but I guess my lesson is never to change versions in the middle of one's dissertation analyses! with thanks, Anne G.
2005 Dec 16
2
tc filter match u8 problem??
Hi All Can someone tell me what am I doing wrong? These was suposed to catch icmp type 8. Why ''match u8'' does not work? # tc filter add dev eth0 protocol ip parent 1: prio 2 \ u32 \ match u16 0x0800 0xffff at -2 \ match u8 8 0xff at 20 \ flowid 1:5 Illegal "match" # # tc filter add dev eth0 protocol ip parent 1: prio 2 \ u32 \ match
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...argument via ... how do I access it? To: Mark Heckmann <mark.heckmann at gmx.de> Cc: r-help at r-project.org Message-ID: <7A4DB3F5-66F0-4DE4-9803-A35C472F6DAA at comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Try: ftest <- function(x1, ...) { yargs =list(...) ; if (hasArg(y2) == TRUE) print("YES"); return(yargs) } > ftest(2, y2 = 3) [1] "YES" $y2 [1] 3 > yt <- ftest(2, y2=3) [1] "YES" > yt $y2 [1] 3 On Dec 22, 2008, at 6:16 PM, Mark Heckmann wrote: > Hi r-experts, > > >...