search for: becomes

Displaying 20 results from an estimated 24643 matches for "becomes".

2008 Jun 02
4
NOT-SO-SIMPLE function!
...umber of which may appear consecutively and not separated by zeros. Below is an example with a detailed explanation of the output desired: x <- c(3,2,0,1,0,2,0,0,1,0,0,0,0,4,1) output desired = c(1.098, 0.69, NA, -0.69, NA, -0.41, NA, NA, 1.098, NA, NA, NA, NA, -0.22, 0) the 1st element, 3, becomes log(3) = 1.098612 the 2nd element, 2, becomes log(2) = 0.6931472 the 3rd element, 0, becomes NA (cannot log zero). the 4rd element, 1, becomes log(1/(1(number of consecutive zeros immediately preceding it) + 1 (constant))) = log(1/2) = -0.6931472 the 5th element, 0, becomes NA the 6th element...
2008 May 14
3
[LLVMdev] Help needed after hiatus
Hi, I've restarted my Elsa/LLVM project after three months of having real life intrude. I upgraded my LLVM source to the current trunk. I had to make a few changes to my source, e.g. LLVMFoldingBuilder became IRBuilder and several instances of "new" became "Create". Now, a test case that previously succeeded fails. I run the following script: #!/bin/sh if [ 1 -ne 0 ]
2008 Mar 08
0
Failed to Set UID Error and Can't become connected user Error
I am certainly not an expert on Samba, so I apologize in advance for this question if I should know the answer. A week ago our main file server crashed and had to be replaced. Our new server is running Fedora Core 8 and Samba 3.0.26a-6 but has been very unstable. We are running a small network of Windows XP Pro and Home clients accessing the server (10 clients). ERROR ONE: I am getting
2012 Mar 28
1
how to avoid farword slashes in RJSONIO output
Hi All, I wanted know how to get RJSONIO output with out forward slashes? for example: "({\"total\":5,\"results\":[\n {\n \"id\": 1,\n\"name\": \"Monkey D Luffy\",\n\"position\": \"Captain\",\n\"ambition\": \"I Will become the pirate king\" \n},\n{\n \"id\": 2,\n\"name\":
2015 Feb 01
4
Tincd fails to resolve domain names before it is started name resolution becomes available.
If tincd is started before name resolution comes up, it keeps failing for ever to resolve domain names in Address= host configuration variable after name resolution becomes possible. I think tincd should succeed in resolving domain names after name resolution becomes available.
2008 Apr 06
9
becoming root
Hi List, I've just drafted a FAQ/mini-HOWTO on becoming root as this is a topic I see come up time and time again. Perhaps someone with a reasonable understanding could check it for technical correctness, and if anyone would like to offer comments/feedback?? Any suggestions as to where might be an appropriate home for this on the Wiki? Regards, Ned (attached below)
2009 Sep 16
1
Is there a way to round numbers up or down to the nearest "natural looking" number?
...ing series of numbers: > t [1] 21.85000 30.90410 43.71000 61.82234 87.43999 123.67296 [7] 174.91997 247.40249 349.91996 494.91815 700.00000 What's the simplest way of formatting them into the nearest "natural looking" (rounded to nearest multiple of 10) numbers? So: t[1] becomes 20 t[2] becomes 30 t[3] becomes 40 t[4] becomes 60 t[5] becomes 90 t[6] becomes 120, etc ? Thus far I've tried signif(t,2) but that's not working great.. Any help would be much appreciated, Thanks in advance, George.
2010 Apr 13
1
problem of "when memory become 50% or more then sound become noisy?"
Dear all, Currently I am using asterisk 1.4.23.1. . Over the period of 1 week, the memory in use starts off at 50% and continues to climb until it hits 99%. When memory usage ratio become 50% or more, the quality of calls become extremely noisy. The call quality goes back to being perfect once I reboot the machine, but I was to try and avoid having to reboot the machine every week. the following
2010 Aug 17
1
node becomes "unavailable"
After running for a while the node becomes "unavailable" in the server UI. All VMs running on that node also become unavailable. The node is still running fine as are all the VMs, they're just no longer manageable. I looked on the node and everything appeared to be running fine. Looked on the server and ovirt-taskomatic...
2006 Apr 24
2
XEN 3.0.1: domUs become zombies after shutdown with "unregister_netdevice: waiting for vifX.0 to become free. Usage count = n"
Hello guys I have the following problem with xen 3.0.1 compiled from sources on Debian Sarge, kernel 2.6.12.6 which can be easily reproduced at least on my installation: after I log in to domU console or via ssh and run "shutdown" I get deadlocked network interface with error message: unregister_netdevice: waiting for vifX.0 to become free. Usage count = n After this happen I
2008 Nov 16
1
Are you sure a table can become a data.frame?
Hi R users, Imagine X as a data frame: X=read.table(textConnection(" Var1 Var2 1 A H 2 B K 3 A H 4 B H 5 C L "),header=TRUE) closeAllConnections() X X is a data frame Var1 Var2 1 A H 2 B K 3 A H 4 B H 5 C L Y<-table(X$Var1,X$Var2) Y is a cross table between Var1 and Var2
2017 Jun 09
2
After gluster clean up sub directories becomes invisible
Hi Team, After performing the gluster clean up and again doing gluster configuration the sub directories become invisible. Even after they are present the directories are invisible. If I create a new directory by the same name it will say the directory already exists. Thanks & Regards, Sangeeta Ramapure -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 02
0
AD Computer Account Becoming Disabled on Re-Join
...LDAP queries. As part of the Squid configuration, on startup the system performs a net ads join to join the domain and on restart of the squid services it leaves the domain then re-joins. Somewhere in the region of 2 out of 3 times that this leave/re-join process occurs the computer account in AD becomes disabled and the box is unable to complete the join. In most cases going through the leave/re-join resolves this issue and the account becomes re-enabled. This is somewhat frustrating, as the "usual" things that can go wrong (bind account credentials/logon names, DNS forward/reverse res...
1999 Mar 18
2
can't become user
Hi. I have installed samba before. This time I cannot even do a smbclient -L localhost. When I try to connect I get that log: [1999/03/15 11:37:32, 0] smbd/uid.c:become_gid(105) Couldn't set effective gid to 408 currently set to (real=0,eff=0) [1999/03/15 11:37:32, 0] smbd/service.c:make_connection(425) Can't become connected user! [1999/03/15 11:37:50, 0] smbd/uid.c:become_gid(105)
2017 Jun 12
3
After gluster clean up sub directories becomes invisible
...t; Sangeeta Ramapure > > > > *From:* Sangeeta Ramapure [mailto:sangeeta.ramapure at globallogic.com] > *Sent:* June 09, 2017 4:41 PM > *To:* 'gluster-users at gluster.org' > *Cc:* 'devarajan at ericsson.com' > *Subject:* After gluster clean up sub directories becomes invisible > > > > Hi Team, > > > > After performing the gluster clean up and again doing gluster > configuration the sub directories become invisible. Even after they are > present the directories are invisible. If I create a new directory by the > same name it will...
2012 Jul 20
8
sti_object.becomes(Parent) unexpectedly mutating the receiver
I ran into an interesting issue today with ActiveRecord''s becomes method and discovered that it is mutating the receiver without me knowing it. The API docs<http://api.rubyonrails.org/classes/ActiveRecord/Persistence.html#method-i-becomes>say "The new instance will share a link to the same attributes as the original > class. So any change to t...
2004 Jul 19
1
Rsync: Directories become Symbolic Links
...I have rsync'ed directory /rootdir/dirdir/ from Server1 to Server2, using cmd on Server2 "rsync Server1:/rootdir/dirdir -avz /rootdir/dirdir". There were some sub-directories from Server1 got updated to become the symbolic links. For example, directory /rootdir/dirdir/subdir1/ now becomes the symbolic link /rootdir/dirdir/subdir1 pointing to the new created directory /rootdir/dirdir/subdir2/: Before: Server1 % ls -ld /rootdir/dirdir/subdir1 drwx-xr-x 3 vhuynh 512 Jul 12 2001 subdir1 After: Server1 % ls -ld /rootdir/dirdir/subdir1 lrwxrwxrwx 1 vhuynh 19 Se...
1998 Aug 20
1
Users Become Nobody
Hello We recently upgraded samba on our UNIX to version 1.9.18p1 partly because sometimes users would become NOBODY rather than their username and this was screwing up the permissions of the files they save or try to read. But this version is doing it too. It seems to be random. Every so often Ill run smbstatus and have a look and a handfull of users are logged on as NOBODY. These clients are
2005 Nov 12
1
Help with error message: Can't become connected user
I cannot even start troubleshooting until I buy a clue. What does "Can't become connected user" mean? It shows up fairly often. Aside from happening when I try to access a share, there's no pattern that I can see. ---------- 6 11:34:40 badlands smbd[20524]: [2005/11/06 11:34:40, 0] smbd/service.c:make_connection_snum(577) Nov 6 11:34:40 badlands smbd[20524]: Can't
2017 Jun 12
0
After gluster clean up sub directories becomes invisible
...h this issue. Thanks & Regards, Sangeeta Ramapure *From:* Sangeeta Ramapure [mailto:sangeeta.ramapure at globallogic.com] *Sent:* June 09, 2017 4:41 PM *To:* 'gluster-users at gluster.org' *Cc:* 'devarajan at ericsson.com' *Subject:* After gluster clean up sub directories becomes invisible Hi Team, After performing the gluster clean up and again doing gluster configuration the sub directories become invisible. Even after they are present the directories are invisible. If I create a new directory by the same name it will say the directory already exists. Thanks &a...