search for: faux

Displaying 20 results from an estimated 83 matches for "faux".

Did you mean: aux
2011 May 30
1
Fwd: Re: Fwd: cgroup OOM killer loop causes system to lockup (possible fix included) - now pinpointed to openssh-server
Just did some testing.. root at vicky:~# cat /var/log/auth.log | grep "Set" May 30 21:41:05 vicky sshd[1568]: Set /proc/self/oom_adj from -17 to -17 May 30 21:41:07 vicky sshd[1574]: Set /proc/self/oom_adj to -17 root at vicky:~# ps faux | grep 1574 root 1574 0.0 0.0 70488 3404 ? Ss 21:41 0:00 \_ sshd: root at pts/1 root at vicky:~# ps faux | grep "1568" root 1568 0.0 0.0 49168 1152 ? Ss 21:41 0:00 /usr/sbin/sshd In sshd.c there seems to be: static int oom_adj_save = INT_MIN;...
2001 May 15
2
WTLIB99 with wine-010510 tar ball broken again
Hi: Remember that I somewhat enthusiastically wrote that a VB3 program called "Watchtower Library 1999" now works with wine-010508? Well, [un]fortunately it is broken with again with the wine-010510 tar ball. (Thank you, Kin Lau for pointing this out to me by e-mail.) Description: The main program window of WTLIB99 is just a small bar with buttons and a menu on top of the buttons.
2006 Jul 24
1
deparse - width.cutoff
...nction in R What is the reason that "deparse" use an argument like "width.cutoff" ? Why the maximum cutoff is 500? I was manipulating an R formula and used "deparse". Since the length of user's formula was greater then 500, my code didnt work. thanks Johan johan Faux <johanfaux@yahoo.com> wrote: I have a question about "deparse" function in R What is the reason that "deparse" use an argument like "width.cutoff" ? Why the maximum cutoff is 500? I was manipulating an R formula and used "deparse". Since the length of...
2007 Oct 09
3
How to create something between a script and a package
(Before starting: I'm a total R noob so please bear with me in case of any error or faux pas). Hi, For a small project, I'm writing a few simple R functions and calling them from python (using RPy). I'm sharing the code with a couple of friends, using a subversion server. Now, I want something like a package, to be able to share functions between ourselves. Having read a few...
2007 Jun 04
2
locked environment and inheritance
Hi, I have a S3 package with namespace called "myS3Pkg". Inside my package I would like to create a S4 class which extends (adds 2 slots) another S4 class from some other package. The class should be created in "myPkg" environment (and not global environment). Using: setClass("myS4class", representation("otherS4class", mydata = "numeric"),
2007 Mar 20
2
run a script during R CMD build
I would like R CMD build to run some R code which does some stuff and save the result as a file in /inst/docs folder. Is there any way of doing this. Thank you. Johan ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love [[alternative HTML version deleted]]
2003 Feb 06
2
Novice question
Hi, New to Samba & this list, so please forgive if I make a faux pas. I've got a Redhat 7.3 box with Samba, & 2 Win stations, called "ws1" & "ws2". When either station creates files on the server, all the files get created with permissions of rw-r--r-- (644). How do I get them created with 777? ws1 & ws2 are both set up as e...
2014 Dec 05
2
vesamenu back to text before booting
.... Note I have tested those only a bit, and not within the vesamenu context, but if mboot.c32 resets to text mode, all will be fine. ------------------------------------------------------------------ === MirBSD === The MirBSD [https://www.mirbsd.org/mani386/boot.8 second-stage bootloader] acts as faux MultiBoot ?OS kernel?. It can either load the boot.cfg file and the kernel from disc, or have them passed as faux MultiBoot ?OS modules?. In SYSLINUX scenarios, the bootloader is commonly renamed as ?ldbsd.com?, although upstream places it under ?/boot? normally. ==== just the bootloader ==== &l...
2007 Jan 30
3
silent loading of packages
I would like to turn off all the messages during library(aPackage) or require(aPackage) I tried different commands: invisible, capture.output, sink but none of them is working. For example, loading VGAM, gives a lot of unnecessary messages: > library(VGAM) Attaching package: 'VGAM' The following object(s) are masked from package:splines : bs The
2004 Nov 06
3
shorewall.net Down Time
Tomorrow morning, the following systems will be unavailable while I upgrade the OS on my firewall: a) shorewall.net b) lists.shorewall.net c) cvs.shorewall.net d) rsync.shorewall.net The upgrade will begin around 0700 PST (-0800) and will like take two hours or so. Sorry for the inconvenience. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \
2003 Jan 21
1
Thanks for help with hosts file
All (Tom especially), Thanks for correcting my hosts file faux pas. I think I now (kinda) know how this file is used. Can I use this to control what subnets can get NAT''ed out and back through the net zone? For instance, with nothing in it every network inside can get out without a problem. If I do specify networks in it, is it true that only those sp...
2010 Sep 19
1
ergm crashes
...e interesting the fact that if I use one of the 'classic' examples, please see below, it does not crash but actually gives results. Any ideas about how to solve the issue? I suspect that something might be wrong with my data, but I do not know what. 'classic; example that works: data(faux.mesa.high) # Let?s try a larger network mesa <- faux.mesa.high plot(mesa) summary(mesa) plot(mesa, vertex.col='Grade') legend(?bottomleft?,fill=7:12,legend=paste(?Grade?,7:12),cex=0.75) fauxmodel.01 <- ergm(mesa ~edges + nodematch('Grade',diff=T) +nodematch('Race',diff...
2006 Jan 13
2
for loop should check the looping index !!
Hello , a<-c(1) for(i in 2:length(a)) do.something with a[[i]] I get : Error in a[[i]] : subscript out of bounds Am I missing something here? Doesnt R check the value of i inside "for" and if the condition is not tru, dont do anything ???? thanks, johan --------------------------------- Got holiday prints? See all the ways to get quality
2006 Jan 16
1
Bundled resource -- something I''m missing
...<%= render :partial => ?filter_box? %> In my view and... <%= dynarch_date_select ''filter_box'', ''begin_date'' %> I receive the following in my params hash: "begin_date"=>{"date"=>"01/01/2006"}} I constructed a faux model FilterBox just for the occasion, but as you might expect, it can?t be created as easily as you might think because of the trailing ?date? in the field id. Here?s the generated HTML: <input id="filter_box_begin_date_date" name="filter_box[begin_date][date]" type="...
2010 Nov 08
1
R help: reorder columns in an xyplot
Hello. First post, though I have read scores. Mostly i can solve my problems reading the archives, but I lack the vocabulary to ask this one right. Any social faux pais, I apologize. I am sure this is a very basic question and I am embarrassed to ask, but I spent several hours scouring the archives and trying various suggestions, but I am too new to get any of them to work. I am trying to generate an xyplot (or bwplot) for a presentation on Tuesday. As p...
2014 Dec 05
0
vesamenu back to text before booting
> On Fri, 5 Dec 2014, Gene Cumm wrote: > > > >> mostly in C and be BIOS-only) or making the MirOS kernel act like > > >> either an MBOOT kernel or a Linux kernel (for their boot protocols), > > The MirBSD _bootloader_ (not kernel) can act as a Multiboot kernel. > It can then use disc access (not PXE), or you can pass it the "real" > kernel, but
2011 Oct 03
1
Unable to load local library via GUI
...am stumped as to why the GUI is unable to read the file. Any pointers would very welcome. As I am a textmate user and it passes the code to the R64.app, I currently stuck with either command line or Rstudio (it's nice but is currently missing some key features textmate has) Many thanks, Noel Faux ---- NHMRC Post Doctoral Fellow Australian Imaging Biomarker Lifestyle (AIBL) flagship Mental Health Research Institute The University of Melbourne ---- 155 Oak St, Parkville Victoria 3052 Australia T: +613 9389 2943 ---- National Neuroscience Facility Level 3, Alan Gilbert Building 161 Barry Stree...
2012 Oct 25
2
Small issue with "submission host"
Hi everyone, I'm facing a small issue with the lda/lmtp "submission_host" feature in dovecot 2.0.14. When sending mail to MTA (in case of sieve filter forwarding for example), dovecot pass a RCPT TO command just after the EHLO. He's missing the MAIL FROM command. Therefore, my MTA show me a warning like this : "improper command pipelining after EHLO". How can i
2011 Nov 21
1
video calls not working
Hi list,* *I am not able to make video calls between two sip accounts. below is the information. please help me where I am missing the configuration.* Extensions.conf* exten => 111,1,Answer() same => n,Dial(SIP/2206,60,r) same => n,Hangup() *SIP.conf* [2218] type=friend secret=******* callerid="Virendra" <9172341457> host=dynamic ;
2005 Dec 28
2
(no subject)
I'd like to submit a patch to the 'hidups' driver. I'm a bit new to open-source development model, so I hope I'm not committing a faux paus by just posting it here. I did verify that the problem still exists (by source code inspection) in the latest dev snapshot, which is nut-2.0.3-pre2. I'm using nut-2.0.2 myself. The problem is when I'm connecting to my APC UPS using the hiddev driver. I get error messages every 5...