search for: fou

Displaying 20 results from an estimated 26 matches for "fou".

Did you mean: for
2004 Sep 08
1
Feil i websider (PR#7216)
Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html BAD LINK: http://stat.ethz.ch/R/manual/ BAD LINK: http://nlme.stat.wisc.edu/MEMSS/ BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/ BAD LINK: http://software.biostat.washington.edu/statsoft/ess/ ------------------------------------------------------------ Warnin...
2004 May 29
3
panel function in a conditioned lattice graphic
...net/downloads/dryoutcover.Rdata The code that generates my graphic almost correctly is as follows: xyplot(coversage ~ dryout | year, data=dryoutcover, panel = function(x,y) { panel.lmline(x,y) one <- dryoutcover$block==1 two <- dryoutcover$block==2 thr <- dryoutcover$block==3 fou <- dryoutcover$block==4 fiv <- dryoutcover$block==5 six <- dryoutcover$block==6 grid.points(x[one], y[one], pch=49) grid.points(x[two], y[two], pch=50) grid.points(x[thr], y[thr], pch=51) grid.points(x[fou], y[fou], pch=52) grid.points(x[fiv], y[fiv], pch=53) grid.points(x[...
2002 Feb 28
0
RE: solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: relocation err or: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not fou nd
...ug.org.au] Sent: Thursday, February 28, 2002 4:22 PM To: David Edward Shapiro Cc: 'samba-technical@lists.samba.org'; 'samba@lists.samba.org' Subject: Re: solaris 8/samba3.0alpha15: ld.so.1: ls: fatal: relocation error: file /lib/nss_winbind.so.1: symbol socket: referenced symbol not found David Edward Shapiro wrote: > > Any hope getting an answer for this? > > If you do an ls -la in a directory that is part of a path of a share, you > get the following error: > > ld.so.1: ls: fatal: relocation error: file /lib/nss_winbind.so.1: symbol > socket: referen...
2007 Jul 26
0
Fuzzy Searches with Multiple Terms
I''m having trouble getting fuzzy searches to work with multiple search terms. Let''s say searching ''foo'' returns results, ''bar'' returns results and ''foo bar'' returns results. When I do this fou~ bar~ it returns nothing. This, however, works fine: fou~ bar I want the fuzzy search to apply to each word, and this seems to do the trick: fou+bar~ but I wanted to check if anyone can confirm this is correct because I thought the ''+'' meant that the term following '...
2010 Apr 02
1
Problems with PDF/Latex when building a package
Dear R People: I'm building a packages on an Ubuntu Karmic Koala 9.10 system and am getting the following errors: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not found . <to be read again> relax l.7 \begin{document} ! Font T1/ptm/m/n/24.88=ptmr8t at 24.88pt not loadable: Metric (TFM) file not f ound. <to be read again> relax l.8 \ch...
2002 Feb 15
2
Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not fou n d"
....edu] Sent: Friday, February 15, 2002 2:46 PM To: 'Herb Lewis'; Thomas, Daniel J. Cc: Samba (E-mail); 'samba-technical@lists.samba.org' Subject: RE: [Samba] Samba Team? - "ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not foun d" I've recompiled samba 2.2.3a and still any time I do a ls -l in a directory where there are files from a PC I get the error : ld.so.1: ls: fatal: relocation error: file /usr/lib/nss_winbind.so.1: symbol socket: referenced symbol not found If I shut off winbind or take winbind out...
2015 Dec 02
2
[PATCH] Receive multiple packets at a time
...ntly Tom Herbert was working on udp encapsulation methods in > the kernel "foo over udp" > > https://www.netdev01.org/docs/herbert-UDP-Encapsulation-Linux.pdf > > https://lwn.net/Articles/614348/ > > which preserve things important at high rates like GRO/GSO. Yes, FOU will probably get the highest rates, but it doesn't support even basic encryption, and is harder to set up for normal people :) > > At least for now we could commit the recvmmsg part? > > Not my call. It is a linux only thing, so far as I know. ATM yes. I wouldn't be surpris...
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
...access to the page is forbidden. The ssl_error_log indicates this error: [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table 'test .user_info' doesn't exist: /myurl_to_ssl_address [Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser not fou nd: /myurl_to_ssl_address It's like if apache would make a MySQL query to find the user I specified, but in fact I expected apache to look into the /etc/httpd/conf/myfile.htaccess for that, and not in MySQL. Another person had the same problem lately. Here is the post: http://groups.google...
2009 Nov 27
4
[Bug 25319] New: KSnapshot in allocation mode crashes X
...X Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: cpp.fou at gmail.com QAContact: xorg-team at lists.x.org KSnapshot (from KDE 4.3.3) crashes X, when trying to allocate screen area (to make snapshot of this area). The system freezes for 2-3 seconds, and then X restarts. Steps to Reproduce: 1) open KSnapShot, choose 'Screen Area' (I&...
2011 Oct 19
5
How to know the generated certname used by a puppet client, for reuse within erb (because of cloud provisioner) ?
Hi, I am using the cloud provisioner to bootstrap some ec2 nodes, and these clients are signed using a randomly generated certname, which is put in /etc/puppet.conf at the bootstrap time (eg certname = d7bcd693-73fd-495f-0876-ff91ea11111e). But my puppet code repo also manages the puppet.conf file, so the file will be overwritten on the client at the first puppet run. Nevertheless, i should not
2006 May 12
4
fc5 and link to sources?
Just installed fc5, installed correct kernel source, and trying to compile zaptel-1.2. Changed the link in /lib/modules/2.6.15-1.2054_FC5 to point to /usr/src/redhat/SOURCES. Like: lrwxrwxrwx 1 root root 23 May 12 15:21 build -> /usr/src/redhat/SOURCES A 'make install' still complains with: make -C /lib/modules/2.6.15-1.2054_FC5/build SUBDIRS=/usr/src/zaptel-1.2 modules make[1]:
2016 Mar 15
0
Centos 7: Problem with named-chroot service after last update
After last update, the named-chroot service not start anymore with this error: > mar 15 10:26:33 s-virt.mydom.local bash[3263]: zone mydom.local/IN: > loading from master file mydom.local/master.zone failed: file not fou > mar 15 10:26:33 s-virt.mydom.local bash[3263]: zone mydom.local/IN: > not loaded due to errors. > mar 15 10:26:33 s-virt.mydom.local bash[3263]: > _default/mydom.local/IN: file not found > mar 15 10:26:33 s-virt.mydom.local bash[3263]: zone 0.168.192.in- > addr.arpa/IN: loading...
2015 Dec 02
0
[PATCH] Receive multiple packets at a time
...p encapsulation methods in >> the kernel "foo over udp" >> >> https://www.netdev01.org/docs/herbert-UDP-Encapsulation-Linux.pdf >> >> https://lwn.net/Articles/614348/ >> >> which preserve things important at high rates like GRO/GSO. > > Yes, FOU will probably get the highest rates, but it doesn't support > even basic encryption, and is harder to set up for normal people :) I guess my meta point is driven by my headaches. Getting per packet processing to scale up past 100Mbit is hard without offloads even on embedded hardware consid...
2003 May 07
2
plot vertical labels along x axis
I know how to print my own labels along the x axis: plot(1:10,xlab = "My label", axes = FALSE) axis(1,at=seq(1,10,by=2),labels=c("first","second","third","fourth","fifth")) Is there a way to make the labels print vertically along the axis rather than horizontally? (I'm not sure if this is even going to look all right, but I want to check it out if it is possible.) Anna
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
...AuthMySQLEnable off AllowOverride All </Directory> You can also add it to your .htaccess file. Thanks Brent ! Daniel ----- Original Message ----- From: dan1 To: centos at centos.org Subject: [CentOS] htaccess authentication asks for MySQL table test.user_info Hello again. I just found out a work-around to this problem. We have to remove the mod_auth_mysql module with 'rpm -e mod_auth_mysql' and then it works again. However, I think that the choice of going through file or database should not be done by installing or uninstalling an rpm, but merely by choosing that opt...
2004 Feb 19
1
latex problem with Sweave output file under Debian
...when the .tex files are not produced by Sweave. Some of the error messages (log file pasted below) that result from the command latex include: kpathsea: Running mktexmf ecrm1000 ! I can't find file `ecrm1000'. ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not found. ! LaTeX Error: File `ae.sty' not found. ! LaTeX Error: File `fancyvrb.sty' not found. ! LaTeX Error: Missing \begin{document}. I downloaded the missing files and tried (I had no idea) putting them in /usr/share/texmf/tex/latex/graphics/ and /usr/lib/R/share/texmf/ with no apparent eff...
2011 Oct 13
2
How to divide the puppet.conf file in multiple files ?
Hi, How can i divide my puppet.conf file in multiple files ? I would like to have the [main] and [agent] section in puppet.conf and [master] in puppetmaster.conf for example. I could call sone "include" or "import" statement inside puppet.conf to include the content of puppetmaster.conf in my configuration Not sure if this is a stupid question, but i could not find any
2015 Dec 02
3
[PATCH] Receive multiple packets at a time
Hello, Dave Taht, on Wed 02 Dec 2015 13:21:56 +0100, wrote: > I'd made a start on the send direction here: > https://github.com/dtaht/tinc/commits/master > > Perhaps that will help. Well, converting a sendto call into a sendmsg call is not really "hard" :) What will be really hard is getting multiple packet receive/send over the tap/tun device, because support for it
2004 Sep 04
5
R question
Hi, Would you help me solve the following question? Thanks. Question: If I try to set the probability=0.05 and find the approximate x. (The answer should be somewhere between 2.1782 and 2.1783.) I write about this R program as follows but I don¡¦t know how to get the value of x which is between 2.1782 and 2.1783. library(mvtnorm) value<-array(1000) a<-array(1000)
2015 Apr 27
4
Folding At Home OT
On 04/22/15 21:05, Mark LaPierre wrote: > Can someone recommend a good video card to use with CentOS 6.6 that has > a GPU, or two, or more, that will work with the Folding At Home project. > > I built a killer machine primarily for contributing to the FAH effort > but the video card, NVIDIA Corporation G94 [GeForce 9600 GT], I had on > hand is not getting any assignments.