search for: allud

Displaying 20 results from an estimated 271 matches for "allud".

Did you mean: aloud
2006 Aug 10
6
Login Restfully
In DHH''s keynote, he alluded to doing logins with REST. Has anyone implemented this, and if so, would you mind elaborating on how you did it please? Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2006 Oct 30
3
root email question
Hi all, Ive done this before but the solution alludes me now. Can someone please remind me how to change the default Redhat behavior of root email being sent from root at server.domain to root at domain. It's something in sendmail.mc from memory. Thanks
2011 Jun 21
4
Using umask
Grasping a full understanding of setting default Users, Groups and Masks has alluded me over the years, but now I find myself in a situation where manually "setting" the file/directory attributes is becoming a pain. I understand the fundamentals of the file attributes, though from time to time I have to review the "sticky bit"; what I do not understand is...
2007 Jun 30
2
[LLVMdev] svn convert "issue"
...remove your tree and check > it out again. This should only happen if you updated very recently. > > SVN is open for business. Lets wait a few days before we move anything > else over. :) > Reid sent an email asking people not to commit. Does this take care of all the issues alluded to in his email, or are there other issues yet to be resolved (aside from needing to add people to htpasswd; I'm aware of that one)? -- John T. > -Chris > >
2019 Nov 26
6
debug build busts memory
..., 2019 at 10:31 AM David Jones via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Throw hardware at it. > While I agree that this is good advice with the current state of affairs, I don't think we should consider the current situation acceptable. LLVM has a lot of knobs that Tim alluded to, but first time users shouldn't have to search for them to get a working debug build of LLVM out of the box. As a community, we need to raise the bar here, and spend some time making first time build setup easier. I seem to recall that there were discussions at the dev meeting about simpli...
2002 Mar 12
2
ext3 filesystem corruption
...nd certain IBM hard drives, having to to with cache problems in the drive on powerdown, and that there are windows errata to workaround the problems. (msgs 2428, 2433, 2435 in this archive.) Q: Are my drives known to be bad? Is there a list somewhere? Q: What are the workarounds for RH and windows alluded to? I have some utilities downloaded from IBM, which I vaguely remember may let me change/disable cache modes. I'm gonna shut down now and give that a try. Thanks for any help... David Potterveld
2002 Jan 09
3
lattice problems under Win2K and R-1.4.0
I'm having problems copying and saving lattice graphs using R-1.4.0 under Win2k. It seems I've see this alluded to recently in R-help. If I do the following example: > data(quakes) > xyplot(long ~ lat , data = quakes) And then try to copy or save the graph as either a metafile or bitmap or if I use any of the bitmap/metafile devices via (for example) > png(file="mygraph.png") > da...
2009 Sep 11
4
What happens if puppet fails half way into processing a catalog?
If puppet fails half way into processing a catalog the system might be in an unusable state right? For example if it installs a package but not the one that follows it or can''t set up the config file for whatever reason it doesn''t know how to "undo " the catalog does it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2024 Apr 11
1
[External] Re: Repeated library() of one package with different include.only= entries
...atrix::fac2sparse This does not fully simulate attachment, e.g. running package hooks & resolving Depends. > ?library could also mention using detach() followed by library() or > attachNamespace() with a new include.only specification. This is the "quite hard to accomplish" I alluded to, admittedly I hadn't forced myself to write it all out -- maybe it's not as bad as all that. After some iterations, today I think we'd want to do... modify_attach = function(pkg, new_names) { if (!startsWith(pkg, "package:")) pkg <- paste0("package:", pkg)...
2010 Feb 14
1
AppDB instructions
Hey Gang, I'm new here so I get to as a few dumb questions without feeling too dumb about it... Several posts have been kind enough to include links to the AppDB pages, which I have been using, but I don't find there the instructions people allude to. All I find in AppDB pages is lists and rankings and images and basically a report of how well it works and less about how to make it work for you or me. I don't know how to paste a link yet, but the last AppDB page I looked at was for Fallout 3 in wine 1.1.36 on Ubuntu 9.10. Thanks,
2001 Oct 06
1
State of CVS?
Hi: A friend of mine wants to know whether to update to CVS. Last I heard, CVS was only encoding at 128kbps mode, but this was a few weeks back. More recently though, Monty alluded to problems he was having with the libs. So what's the current status? Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the w...
2016 Sep 23
4
Install Mariadb on Centos 7 fails
...Sep 22 17:46:38 goat.xxx.com systemd[1]: mariadb.service failed. Hint: Some lines were ellipsized, use -l to show in full. [root at goat ~]# My environment is a Centos 7 installation running as a VM inside Vmware, and is not a production system. It is updated nightly. When I examined the files alluded to, /var/log/mysqld.log does not exist but /var/log/mariadb/mariadb.log exists and is empty. Adivce would be appreciated Thanks David
2024 Apr 15
1
[External] Re: Repeated library() of one package with different include.only= entries
...t; resolving Depends. (indeed; as library() is really about search() patch attchment) >> ?library could also mention using detach() followed by library() or >> attachNamespace() with a new include.only specification. > This is the "quite hard to accomplish" I alluded to, admittedly I hadn't > forced myself to write it all out -- maybe it's not as bad as all that. > After some iterations, today I think we'd want to do... > modify_attach <- function(pkg, new_names) { > if (!startsWith(pkg, "package:")) pkg...
2004 Oct 01
1
Solution to my Grandstream lockups
...udgeTone 101). The lockups consisted of seemingly dead devices, no dialtone or response, until I power cycled via software or hardware. The workaround had been to reboot the device every 30 minutes with a cron job. I contacted Grandstream and although they didn't have a specific answer, they alluded to the fact that lack of registration might be the cause. I performed the following: Increased the "Register Expiration" in the device to 60 minutes Increased "maxexpirey" and "defaultexpirey" to 3800 seconds Configured the device with a static IP address Added def...
2010 Jul 21
3
String processing - is there a better way
I have a two part question Part 1) I am trying to remove characters in a string based on the position of a key character in another string.? I have a solution that works but it requires a for-loop.? A vectorized way of doing this has alluded me.? CleanRead<-function(x,y) { ? if (!is.character(x)) ??? x <- as.character(x) ? if (!is.character(y)) ??? y <- as.character(y) ? idx<-grep("\\*", x, value=FALSE) ? starpos<-gregexpr("\\*", x[idx]) ? ? ysplit<-strsplit(y[idx], '') ? n<-len...
2006 Dec 12
3
Variables available in configs...
Is there a list somewhere? How do I know what $operatingsystem, for example, is going to be set to? Using ''solaris'' seems to work, but I haven''t tested ''ubuntu'' and ''redhat'' yet (haven''t gotten that far). It''d be nice to have a list of available vars, along with "how they are set." -Charlie
2003 Dec 01
1
Linus "praise" for Xen
...in ring3, as usual. They have linux running under xen ;) The project''s home page is at http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ and one paper describing the whole thing is here: http://www.cl.cam.ac.uk/netos/papers/2003-xensosp.pdf And Linus replied: This is what I alluded to [in a previous comment] - saying that if you move the driver down to ring1, then you should move _everything_ down to ring1 and just leave a microkernel at ring0. Now, I''m not big on microkernels, but a pure virtual machine abstraction is at least not the distateful academic...
2003 Apr 17
1
R-1.7.0; empty html files.
...other 0 Apr 16 15:52 R-lang.html I thought that they got put in automatically, and indeed the files are ***there*** there's just nothing in them. I did the usual ./configure make make check make install and no errors seemed to occur --- other than the permissions problem I alluded to in an earlier email. When I noticed that the *.html files were empty I tried doing make html explicitly --- although the instructions seem to indicate that this shouldn't be necessary --- and repeated the make install. Not a sausage. What am I doing wrong? cheers, Rolf Tu...
2012 Sep 09
1
PCA legend outside of PCA plot
Hi All, I have been trying to get to plot my PCA legend outside of the PCA plot, but success still alludes me. Can you guys please advise how I can achieve this. I used locater() to obtain coordinates for below the Comp.1 axis. Using these coordinates the legend disappears. Below is the code for the PCA and legend. Thanks in advance for the help. Regards Tinus r.cols <- rainbow(length(unique(...
1998 Jan 16
1
data.frame(...) not constructing "1:n" row.names [diff. S <--> R]
[I think Doug Bates has already alluded to this, somewhere..] In R, data.frame( ... ) does not construct row.names whereas in S, it does: R: > data.frame(x=1:2,y=3:4) x y [1,] 1 3 [2,] 2 4 > row.names(data.frame(x=1:2,y=3:4)) NULL S-plus: > data.frame(x=1:2,y=3:4) x y 1 1 3 2 2 4 > row.names(data.frame(x=1:2...