search for: yays

Displaying 20 results from an estimated 739 matches for "yays".

Did you mean: says
2010 Apr 18
3
loops and if statements
Hello, I am very new to R and data analysis in general. I am trying to generate values to append to my data frame using conditional statements. I am playing with this simple example: a <- c(1:4) b <- c("meep", "foo", "meep", "foo") d <- cbind(a, b) now what I want to do is , each time there is a "meep" in column 2 of d, print
2013 Aug 20
1
chmod + remote save denied = file wiped?
I have a SerNet Samba 4.0.8 AD DC running on CentOS 6.4 (newdc) replicating from a W2K3 DC (olddc). newdc also has a test share. I'm experiencing something strange whereby chmod and then an attempted file save causes a shared file to become zero bytes (despite the save not being blank, and also being denied): At olddc: 1) open \\newdc\testshare\yay.txt At newdc: $ ls -l total 8
2007 Jan 08
1
syntax question
I need to know how to do the following in puppet. Say I have three classes, (c1,c2,c3) that are not related. These classes could be considered "attributes" that may or may not apply to an individual host on my network. I need to know how to write a manifest, or series of manifests to allow me trigger a command (call it ''foo'') if all three classes are defined. I also
2002 Mar 18
0
RE: Yay!
Now that your VPN is working, you really have two LANs separated by routers. So the issues with browse lists etc. are the same as in any other WAN situation and really not related to Linx Advanced Routing. (But who am I to make that call - I''m just a skinny bald guy from Minnesota!) NetBIOS broadcast name resolution does you no good, so you''ll either need a WINS server or local
2003 Jul 24
4
filesystem broken / bad entry in directory #248447030
Jul 25 01:41:21 big kernel: EXT3-fs error (device device-mapper(254,16)): ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 - offset=0, inode=538976266, rec_len=14637, name_len=49 Jul 25 01:42:53 big kernel: EXT3-fs error (device device-mapper(254,16)): ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 - offset=0, inode=538976266, rec_len=14637, name_len=49
2011 Nov 18
2
Are tildes actually valid in templates or is this a bug?
Hi all, First off, we''re running Puppet 2.7.6 with Ruby 1.8.7 on CentOS 6.0. Now, I''m using tildes in a template to prevent newlines from appearing but ruby/puppet is choking on them. */tmp/puppet$ cat test.erb* Line 1: Line 2 will exist if running on CentOS. <% if operatingsystem == "CentOS" ~%> Line 2: Yay, we''re running CentOS. <% end ~%>
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Just wanted to say that everything is working fine, but I may have some suggestions for better documentation once I am done tweaking... Specifically, my server has docker and bridged networking so I ended up with my DNS being populated with some useless IP addresses. Other than that, everything seems to be hunky dorry! Thanks for the great tools!!! Deven
2002 Oct 20
1
observations/qestions of mbox concurrency ability (Yay!) on current CVS
Hi, all. Just been testing out the latest "CVS" (in quotes because I'm rsyncing the source tree) versions of Dovecot lately. Tested having Pine on the machine on which Dovecot was running, talking IMAP, as well as another Pine instance, this time from my Windows machine over the wire. Things seem to be working wonderfully. Deleted a message using one instance, then refreshed the
2006 Feb 14
7
onFailure fails?
Hi all, I have this code: new Ajax.Request(''non_existant.file'', { onSuccess:function(){alert("yay");}, onFailure:function(){alert("boo");} }); Why does the onFailure alert never get called? It works fine if I use a real file (onSuccess gets called). Thanks, Douglas
2005 Nov 16
3
yay for zfs
This zfs looks great! I really hope this gets put into solaris soon since I don''t think I could live with Solaris express on a production machine. The easy of adding disk and moving directories looks like a life saver, especially for me who deals with trying to store digital media which piles up a couple of gig a day! This message posted from opensolaris.org
2008 Oct 28
1
Dealing with progress codes
Hi, I've ran into an issue with a PRI provider in a major metropolitan area that I haven't needed to deal with before and I was hoping someone might have some insight on how to handle this within the Asterisk dialplan. At this location users can't always tell if a number is long distance or not (there are a lot of area codes and prefixes in the vicinity). Additionally, users are
2007 Apr 07
8
How to get rid of locks
Although Dovecot is already read-lockless and it uses only short- lived write locks, it's be really nice to just get rid of the locking completely. :) I just figured out that O_APPEND is pretty great. If the operating system updates seek position after writing to a file opened with O_APPEND, writes to Dovecot's transaction log file can be made lockless. I see that this works with
2016 May 05
3
Status of new pass manager work
Greetings folks, I just wanted to post a brief update on the status of the new pass manager. Philip asked me to do this at last month's social and Life intervened, but he's still got a great point, so I wanted to get it out there with one day to spare before he nagged me again. =D I'll keep it very brief and high level. If folks have questions about anything, happy to dig into it. -
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Following the instructions here: https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO In that page there is a link to using Bind as your DNS server, which links to: https://wiki.samba.org/index.php/DNS_Backend_BIND On that page, it instructs you to populate the DNS server with the command: /usr/local/samba/sbin/samba_dnsupdate --verbose --all-names Without the "interfaces" and the
2002 Dec 04
1
DNS
Hi all, I use SAMBA with winbind in a NT-LINUX domain. I also use DNS on another slackware linux machine, DNS is also working fine. But how can i see the computers -configured in DNS- in my network neighborhood on my windoze pc's ? GreetZ Philippe Dhont
2012 Apr 17
7
[LLVMdev] 3.1 Has Branched
Hi all, We branched for the 3.1 release! (Yay!) If there are any fixes which you think should go into the release, please contact the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners) so that they can approve the patches. No patches will be accepted into the 3.1 release without prior approval! This should be a great release! :-) -bw
2006 Aug 03
6
create or update -
Hi everyone, I''m looking for a shortcut to finding and updating or creating record depending on the results of the find. So, is there a shorter way to do it than this? @stuff = Stuff.find_by_foo_and_bar("yay","hooray") if @stuff: Stuff.update(@stuff.id, {:foo => "boo", :bar => "hoo"}) else Stuff.create({:foo => "boo",
2010 Jan 15
5
advice/opinion on "<-" vs "=" in teaching R
Hi R People: I'm teaching a statistical computing class using R starting next week (yay!) and I have an opinion type question, please. I'm old school and use "<-" in an assignment. However, I'm starting to see the "=" in the literature. Which should I use or does it matter, please? Thanks for your input! Sincerely, Erin -- Erin Hodgess Associate Professor
2012 Nov 10
5
[LLVMdev] RFC: Owning Bitcode
Hello, Chris's "keynote" at the LLVM Developers' Conference included a call for code owners, and my company has a heavy dependency on Bitcode, I propose taking ownership of: lib/Bitcode/* include/Bitcode/* This means that I'll be committed to documenting (yay) the implementation and responsible for reviewing patches and commits, as well as overall code quality and
2015 Mar 16
4
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
In my initial configuration using the provisioning tool I did not set "interfaces" or "bind interfaces only" in the smb.conf, so when I populated the Bind9 DLZ file I ended up with several A records for my DC which were IP address which cannot be accessed by other hosts on the network. Deven On Mon, Mar 16, 2015 at 1:06 PM, Rowland Penny <rowlandpenny at googlemail.com>