search for: bob

Displaying 20 results from an estimated 5015 matches for "bob".

Did you mean: blob
2012 Feb 21
4
V4 - New Install - Missing Zone File
Hello List, I am trying to compile and install Samba 4 using the wiki guide on Centos 6.2. I am currently using the current source from git. It seems that the zone file used for Bind is not configured and not installed in the private directory. Is there any way to get this file generated so I can finish my install? Thank you for your time and have a great day!! Kind regards, Jeremy
2007 Apr 06
4
Newbie having full text search problem with acts_as_ferret
...ull text search on my models and I am having problem on three-letter word searches. I am going to use an example to explain my problem. Here it is: There is a table called users and it has login, first_name, last_name columns. There are three rows inside it. login first_name last_name bob bob henry longbob nil nil existingbob nil nil Now I am expecting to get all three rows as the search result and my search query is: "bob OR *bob* OR bob* OR *bob" However, I am only getting longbob and existingbob rows, not the user bob. I...
2012 Feb 20
1
error with persp()- increasing 'x' and 'y' values expected
I want to use persp to graph my data and it keeps giving me the error increasing 'x' and 'y' values expected, even though my data is in increasing order with respect to x and y. Here is the code I'm currently using: bob= scan ("SBA3dataTaxonB.txt",what="char") labels = bob[1:3] bob=bob[-c(1,2,3)] bob=as.numeric(bob) bob=array(bob,dim=c(3, length(bob)/3)) bob=t(bob) data.frame(bob) -> bob bob = bob[order(bob[,1], bob[,3]),] persp(bob[,1], bob[,3], bob[,2], log="bob[,1]") The first...
2013 May 09
0
Replace rows in dataframe based on values in other columns
Hi, dat1<- read.table(text=" Restaurant owner purchase_date ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Bob??????? 1/1/2013 ??????????? 23 Bob??????? 1/1/2013 ??????????? 23 Bob???????? 1/1/2013 ??????????? 15 Hazel 4/11/2010 ??????????? 15 Hazel 4/11/2010 ??????????? 15 Hazel 4/11/2010 ??????????? 15 Hazel 4/11/2010 ??????????? 17 Pete 9/2/2012 ??????????? 17 Pete 9/2/2012 ??????????? 17 Pete 9/2/2012 ?...
2003 Apr 02
19
Combining the components of a character vector
Dear Help, Suppose I have a character vector. x <- c("Bob", "loves", "Sally") I want to combine it into a single string: "Bob loves Sally" . paste(x) yields: paste(x) [1] "Bob" "loves" "Sally" The following function combines the character vector into a string in the way that I want, but...
2012 May 30
12
resource override
hi All, I''m a bit new to puppet. Is there a mailing list for puppet beginners?:) I have a service module called postfix, which defines file in a class: file { ''/etc/postfix/main.cf'': owner => "root", group => "root", mode => 644, content =>
2020 Jan 30
3
SSH certificates - restricting to host groups
...<mark.christian at intel.com> wrote: > > On Thu, 2020-01-30 at 12:27 +0000, Brian Candler wrote: > > As a concrete example: I want Alice to be able to login as "alice" > > and > > "www" to machines in group "webserver" (only). Also, I want Bob to > > be > > able to login as "bob" and "www" to machines in group "webserver" > > (only). > > Why can't you have a AuthorizedPrincipalsFile for alice, bob and www on > each of the "web servers", where the contents of the alice...
2011 Sep 01
2
R Help finding Mean
bob<-read.csv('shi.csv', header=T) newmean<-matrix(0, test, dim(bob)[2]-6);a<-0; for (i in c(4,8:(dim(bob)[2]))) {a<-a+1;newmean[,a]<-tapply(bob[,i], bob$Exam, mean)} colnames(newmean)<-colnames(bob)[c(4,8:(dim(bob)[2]))] Could anyone please help me what does the above code...
2020 Jun 05
2
Advanced Codec Negotiation: Need info and uses cases
Greetings All, We've been working hard on new codec negotiation stuff for Asterisk 18 and we've got some stuff to run by you. It's a lot so please read carefully. To give you some idea of just how difficult a job this is, a simple call from Alice to Bob currently causes 8 attempts to reconcile codecs between them in app_dial, chan_pjsip, res_pjsip_session and res_pjsip_sdp_rtp. If you've noticed a recent addition of a SCOPE_TRACE facility for Asterisk being committed, this was the driver. It was also very enlightening. So we're trying t...
2018 Oct 24
0
doveadm backup: Error: Both source and destination mail_location points to same directory
...no ? list = yes ? location = mdbox:~/mail_special_folders ? prefix =? ? separator = / ? subscriptions = yes } HOME is set by LDAP user_attrs = =home=/srv/mail/%Ld/%Ln,=uid=20000,=gid=20000,imapQuota=quota_rule=*:st orage=%$G Identical debug messages of following commands: # dsync -Dv backup -u bob at cs.sbg.ac.at maildir:/home/Mailexport/bob or # doveadm -Dv backup -u bob at cs.sbg.ac.at maildir:/home/Mailexport/bob or # doveadm -Dv??backup -u bob at cs.sbg.ac.at -n inbox maildir:/home/Mailexport/bob or? # doveadm -Dv??backup -u bob at cs.sbg.ac.at -n special maildir:/home/Mailexport/bob .....
2002 Sep 24
1
LDAP Group Mapping Problem w/ Samba 2.2.5
...rver with LDAP support. I don't wont local system users, so i also set up PAM authentication against ldap. This works fine, Machine Trusts and Users are not needed to be local (in /etc/passwd or /etc/group). The same with Groups. Now here is my Problem. Example: Assume two users, alice and bob, and two groups, alice-group and bob-group which are all represented in ldap. alice has primary group alice-group bob has bob-group bob has no secondary group membership alice is group member in bob-group Assume two directories, like: drwxr-x--- 2 alice alice-group 4096 Sep 24 07:43 alice...
2018 Jul 19
1
Stopping login via "nologin" parameter
...pany_employeeid (for example: abc_company_03284). The idea behind that is that I do not want someone outside of the company to be able to know the first half of the username and password pair just because they have an employee's e-mail address. For the e-mail address I specify something like: bob at abc.com however I never want someone to be able to login via their e-mail address. Originally, I specified the password field as empty, with the understanding being that the default encryption of a password is {CRYPT}. Since crypt() cannot output a null string, this meant that there was never...
2012 Sep 27
3
Calculating number of elapsed days from starting date
Hi I have data for events in rows, with columns for person and date. Each person may have more than one event; tC <- textConnection(" Person date bob 1/1/00 bob 1/2/00 bob 1/3/00 dave 1/7/00 dave 1/8/00 dave 1/10/00 kevin 1/2/00 kevin 1/3/00 kevin 1/4/00 ") data <- read.table(header=TRUE, tC) close.connection(tC) rm(tC) I would like to add a new column to my dataframe containing the calculated number of elapsed days from the starting da...
2017 Jul 13
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 14:46 schrieb Pete Biggs: >> I have a vsftp server and two users for up and download. >> >> If user Alice uploads a file, the owner is set to Alice as expected >> "-rw-r--r-- alice ftpuploadgroup" >> >> Now Bob can login to the same folder and is able to rename the uploaded >> file. >> >> Bob can also rename an uploaded folder, but can't rename a file in that >> folder .... >> >> I'm confused, as I don't get why this is possible at all. >> > What ar...
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
I am following the instructions in https://wiki.asterisk.org/wiki/display/AST/Basic+PBX+Functionality and I am trying to make a call from extension Alice (6001) to extension for Bob (6002). When I make the call, I can hear the ringing on Alice's phone (caller), but Bob's phone (callee) doesn't ring, or show a call coming in from Alice. My setup and environment is as follows: Alice, Bob and Asterisk all in the same 192.168.1.0/24 network, and they are able to regist...
2010 Mar 18
3
Using indexing to manipulate data
...ve looked through past postings, but nothing seems to match this problem I have a data set with one column of actors and one column of acts. I need a list that will give me a pair of actors in each row, provided they both participated in the act. Example: The Data looks like this: Jim A Bob A Bob C Larry D Alice C Tom F Tom D Tom A Alice B Nancy B I would like this: Jim Bob Jim Tom Bob Alice Larry Tom Alice Nancy The order doesn't matter (Jim-Bob vs. Bob-Jim), but each pairing should be counted only once. Th...
2003 Jun 25
1
XP Pro, Samba-3 authentication consistancy problems
I really don't know where to start on this one... We have an XP Pro workstation. The user on this workstation is, say, 'bob'. Earlier this year, bob would log in to his workstation with a different password than was on the Samba machine. I /think/ that's what's causing the problems, but I'm not sure. Anyhow, we had specifically mapped drives on bob's workstation using his samba password. Lately, b...
2020 Jan 30
5
SSH certificates - restricting to host groups
...st way to issue SSH certificates in such way that they only allow access to specific usernames *and* only to specific groups of host. As a concrete example: I want Alice to be able to login as "alice" and "www" to machines in group "webserver" (only). Also, I want Bob to be able to login as "bob" and "www" to machines in group "webserver" (only). I have been through the ssh-keygen and sshd_config manpages, and various blog postings, in particular Facebook's one here: <https://engineering.fb.com/security/scalable-and-secu...
2011 Sep 12
2
regression on data subsets in datafile
I have data of the form tC <- textConnection(" Subject Date parameter1 bob 3/2/99 10 bob 4/2/99 10 bob 5/5/99 10 bob 6/27/99 NA bob 8/35/01 10 bob 3/2/02 10 steve 1/2/99 4 steve 2/2/00 7 steve 3/2/01 10 steve 4/2/02 NA steve 5/2/03 16 kevin 6/5/04 24 ") data <- read.table(header=TRUE, tC) close.connection(tC) rm(tC) I am trying to calculate rate of change of para...
2006 Jul 12
6
Showing rows on a page
...loyees, cost_codes and timesheet, I will simplify them when describing them later on. When an employee logs in, I would like to pull up their timesheet, which should consist of one row per cost code. So timesheet would look a little like: (timesheets) Name, Cost Code, Ending Date, M,T,W,Th,F Bob, 11701, ?7-15-2006?, 8,8,0,0,0 Bob, 11704, ?7-15-2006?, 0,0,8,8,4 Bob, 55702, ?7-15-2006?, 0,0,0,0,4 (Cost Codes) Code, Description, Default 11701, ?Programming?, 1 11702, ?Research?, 1 11703, ?User Studies?, 1 11704, ?Documentation?, 1 11705, ?Vacation?, 1 55701, ?Onsite Training?,0 55702, ?Clien...