Displaying 20 results from an estimated 353 matches for "billy".
Did you mean:
bill
2015 Mar 24
6
Samba4 + external ldap
After some reading and attempts, I managed to set the Samba4 with the
external openldap.
I tried to add a user through the command "smbpasswd", but an error
occurred, which follows below:
root at sol:~# smbpasswd -a billy
>
> smbldap_search_domain_info: Searching
>> for:[(&(objectClass=sambaDomain)(sambaDomainName=POA))]
>
> smbldap_open_connection: connection opened
>
> ldap_connect_system: successful connection to the LDAP server
>
> New SMB password:
>
> Retype new SMB pass...
2011 Apr 21
6
ssh_authorized_key fails when home directory doesn't exist
...ave the home directory created (su - username). However, I would like the ssh_authorized_key type to not fail but just give a notice. (home directory does not exist, skipping) therefore the reports don''t show errors and give misleading errors in the reports.
ssh_authorized_key{ "billys key":
ensure => present,
key => ''billys sshkey'',
name => "super duper key",
type => ssh-rsa,
user =>"billy",
onlyif =>...
2010 Dec 27
5
Is apostrophe (') something special in a regex if at end?
(Ruby 1.9.2) I have a simple validation regex which I need to pass the
following values: "Billy-Bob" and "O''Kelley" (as test cases). Originally I
was not allowing apostrophe but it became apparent I had to allow it.
The initial regex was:
/^[a-zA-Z -]*$/
Now, when I added the apostrophe like this:
/^[a-zA-Z'' -'']*$/
Then for some reason "Bill...
2004 Jun 24
2
string overflow in safe_strcpy
...ate mask = 0777
force create mode = 0777
directory mask = 0777
force directory mode = 0777
[printers]
comment = All Printers
printable = Yes
browseable = No
[apache]
comment = webserver share
path = /var/www/html
username = billy,@billy, nobody, cspalding
valid users = cspalding, mcaley, lynn, billy
admin users = cspalding, mcaley, corey
write list = billy, @billy
[office]
path = /usr2/office
Any ideas how to get rid of this error? Its more of a nuisance that
anything else at the mome...
2004 Sep 08
4
Cisco GW and DTMF problems
...isco 2610XM gateway which then routes
the call to my asterisk box via sip.. Asterisk can no longer process DTMF
tones generated by the calling party. This affects DISA, prompts and
menus.. Has anyone else had this problem?? and use.. I DO have dtmf-relay
rtp-nte toggled in my dial peer..
Thanks, Billy
+--------------------------------------------------+
| Billy Huddleston Senior Systems Administrator |
| Net-Express http://www.nxs.net |
| 114 Sherway Rd. Voice: 865-691-2011 |
| Knoxville, TN 379...
2005 Feb 14
1
Sub with and without perl=TRUE
I have a problem doing substitution using sub and perl=TRUE when the
elements of x have fewer characters than the replacement string. Let me
show you what I mean:
> sub("m","billy","m")
[1] "billy"
But using perl=TRUE, I can only return a result as long as my x:
> sub("m","billy","m",perl=TRUE)
[1] "b"
> sub("m","billy","ma",perl=TRUE)
[1] "bi"
Etc.
Is this supp...
2008 Dec 12
22
Disabling cirrus-vga
...on for hvm in xen?
I have been trying to disable that from the source codes, but even with
that, I still see a VGA controller when I boot up my guest domain. In
particular, I would like to do this because I am passing through a graphics
card to my guest domain using direct pass through.
Thanks,
- billy
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2002 Jun 05
9
swat seems broken in HEAD
it just says
/usr/sbin/swat.new
Aborted
when i run it from the command line.
nothing i can see in the logs...
The swat binary from a 2 week old head now
(with the rest of the installation from today's head)
seems to work okay.
what's going on with swat - did i screw up the build?
Are others also having problems? (nothing in the marc)
brad
2009 Nov 27
5
Installing CentOS 5.4 64bit on server with LSI SAS 1068E controller.
...drivers for RHEL5 for it.. and tried a few of them.. Some will load,
some complain that this isn't the correct version.. non of them work
when it comes to showing Hard Drivers in the partition manager. The
machine is a Supermicro SYS-6015V-M3 server. Any help would be appreciated.
Thanks, Billy
2009 Apr 09
1
Does R support [:punct:] in regexps?
Hello does R support [:punct:] in regular expressions? I am trying to
strip all regular expressions for a vector of strings.
> x <- c("yoda-yoda","billy!")
> gsub("/[:punct:]/","",x)
[1] "yoda-yoda" "billy!"
Thanks
Dan
--
**************************************************************
Daniel Brewer, Ph.D.
Institute of Cancer Research
Molecular Carcinogenesis
Email: daniel.brewer at icr.ac.uk
******...
2004 May 02
1
[LLVMdev] hoisting problem.
...bool LICM::hoist(Instruction *I, const Loop* L){
DEBUG(std::cerr << "HOIST\n");
//remove instruction, and stick it in the preheader,
BEFORE
//the last Instruction of that block (which is a branch)
Instruction* I2 = I->clone();
I2->setName("Billy");
I->replaceAllUsesWith(I2);
I->getParent()->getInstList().remove(I);
//we want to insert before the
//branch at the end
iplist<Instruction> preheaderInsts =
L->getLoopPreheader()->getInstList();
iplist<Instruction>::iterator i =...
2006 May 30
2
Hi , Anyone From Singapore?
Hi All ,
I been trying out RoR and reading the mailing list for
sometimes and wondering if anyone of you guys from Singapore ? I am
thinking of a meetup or something for RoR fans here. If you are , pls
contact me by my email ? Thank you very much.
regards
billy
PS : Apology for sending non-ruby question email in the list.
2005 Apr 02
2
OT Windows policy question
...ot;Start Menu" and "Desktop" requires
a local (machine) security profile. I wouldn't know what that is.
Can anyone on the list please point me at a Microsoft Knowledge Base
url that details what this is, and how I can implement it using
mmc/Group Policy?
--Tonni
--
mail: tonye@billy.demon.nl
http://www.billy.demon.nl
2007 Sep 01
1
why doesn't as.character of this factor create a vector ofcharacters?
...tors, then
df[df$a=="Abraham",]
returns a list. Each element of this list is a factor, and has a
different set of levels. Thus, look at the following output:
> c(df[df$a=="Abraham",])
$a
[1] Abraham
Levels: Abraham Jonah Moses
$b
[1] Sarah
Levels: Hannah Mary Sarah
$c
[1] Billy
Levels: Billy Bob Joe
It is quite obvious why it is so complicated to untangle these. I
think the best way would be:
one.line<- sapply(df[df$a=="Abraham",],as.character)
Michael
-----Original Message-----
From: r-help-bounces_at_stat.math.ethz.ch
[mailto:r-help-bounces_at_stat.math...
2001 Feb 07
3
cbq ip range?
OK, finally I have made cbq run !
now I would like to know if it is posible to limit a range of IP to a speed.
something like this :
from 192.168.1.1 to 192.168.1.21 limit to 128K
I don''t whant to limit each IP to 128K, what I would like to do is limit all
20 IP to have a max of 128K.
Is it posible?
2005 Feb 12
4
Samba/LDAP documentation
...quot;Domain Admins"). Worse, Linux don't like them. Worst
of all, it looks like shit on an 'ls -l'. I have my own alternative method
which works perfectly. That's what I'd like to discuss, off list. No, I
haven't asked IDEALX, no I haven't consulted anyone else than Billy my
Cat, my IT consultant. He's in perfect agreement with me - but then, he
usually is, if he gets food and petting regularly.
Best,
--Tonni
--
mail: tonye@billy.demon.nl
http://www.billy.demon.nl
2019 Jul 23
2
[RFC] Optimization Remark for derived function / argument attributes
...g_attr(0,
"nocapture") arg_attr(0, "readonly") [-Rannotations]
double f(double* a) {
foobar.c:
double f(double* a) {
return a[0];
}
A work in progress patch implementing such an optimization remark is
available here: https://reviews.llvm.org/D65169
Cheers,
Billy Moses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190723/c29e167f/attachment.html>
2005 Aug 20
2
Realtime sip_buddies "register=>" how?
...e
question that could not find the answer to or maybe its not posible at this
time.
Is there a way use "register=>......" on a DB using realtime. For the moment I
use it in sip.conf. It will help me a lot if this could be store on a DB
somehow.
commets or sugestions .... ?
thanks
Billy
2005 May 27
6
Samba and Windows ACL Issue
Hi all got a bit of and odd problem with ACL. Ive read up on a few bits in
the samba howto and read some threads on here about it.
Im not sure if this is a bug, something ive not done, doing wrong etc so
anyone that could shed some light on it that would be great.
Basically the windows box handles all user account processing and during
creating a script for all this it will attempt to change the
2006 Apr 19
3
Upgrade from 1.2.4 to 1.2.7.1
List,
I wish to upgrade from 1.2.4 to 1.2.7.1
I have downloaded & unzipped the file but how do I compile it?
Do I need to "make clean" then "make" and "make upgrade"?
Or "make" then "make install"?
Thanks,
William
-------------- next part --------------
An HTML attachment was scrubbed...
URL: