Displaying 20 results from an estimated 98 matches for "caleb".
Did you mean:
kaleb
2007 Dec 28
3
How to get the c/s 15011(unstable)
...start and the system hang.
I notice that the author said these patches can be applied cleanly on
C/S 15011 (unstable), I don''t know how to get the source code of C/S
15011 (unstable).
Can somebody tell me how to get the code or tell me which version can
use these patches?
Thanks,
Caleb
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Mar 22
2
XP can see Linux but Win98 can't
...th the XP machine and vice
versa just fine, so it's driving me crazy that these two won't see the
Linux box! Here is my smb.conf file:
;*******************section global*****************
[global]
log file = /smblog
wins proxy = yes
remote announce = 192.168.0.255/WORKGROUP
netbios name = calebs
wins support = yes
os level = 400
workgroup = WORKGROUP
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = lprng
security = SHARE
smb passwd file = /etc/samba/smbpasswd
preferred master = True
encrypt passwords = True
socket options = TCP_NODELAY
dns proxy =...
2007 Mar 16
5
ferret on 64bit systems?
I''m still having some crashes on my server that don''t seem to happen on
my development system. One difference between them is that the server is
running in 64bit mode. Are there any issues running ferret on a 64bit
system? I''ve seen some old traffic on the subject but all from about 9
months ago.
There are some warnings printed out when I install ferret on the
2002 Nov 08
1
Using LDAP with samba
is it possible and how difficult is it, to use LDAP for all the user
accounts and groups and password management? would this be something you
would want to do? or is it better to stick with samba's initila way of
dealing with users?
Caleb O'Connell
caleb@lincoln.midcoast.com
(207)882-7792
2010 Mar 02
1
problem with choose.files
...ide of
several directories and it takes a lot of clicking to get to where I
need to be. Is there a problem with these lines? Is it likely
elsewhere in the script?
I apologize for my ignorance and wasting time, but in the
documentation for choose.files it suggests this should happen
automatically.
Caleb Rounds
2007 Dec 22
1
Rails: Specing libraries
...hey''re integrated into the whole spec::rails system.
Where should I put specs for my libraries, and what''s the best way to
require the files that I''m testing in my spec?
I''ve never used rspec before, and I''m new to rails, so I''m huge newb.
--
Caleb Land
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071222/80f1b979/attachment.html
2007 Feb 16
8
term vector blues
I have a lot of crashes when I try to use term vectors. Here''s an
example, which crashes pretty consistently. This problem seems to be
somewhat sensitive to platform... people on other OS''s and ruby versions
have reported no error. I have seen this with ferret 0.10.13 and 0.10.14
on debian stable using ruby 1.8.2, but I have observed the same problem
on various other systems as
2006 Aug 29
7
uninitialized constant UNTOKENIZED
I''m getting "uninitialized constant UNTOKENIZED" when I try to do
something like the following:
class Url < ActiveRecord::Base
acts_as_ferret :fields => {''name'' => {},
''description'' => {},
''url'' => {:index =>
Ferret::Document::Field::Index::UNTOKENIZED},
2002 Dec 03
0
[cae@bklyn.org: Re: Accessing network shares under sshd]
...ide, but I'm not
sure what to do about it.
Client = Windows XP SP1, Cygwin 1.3.13(0.62/3/2), OpenSSH 3.4p1
Server = Debian unstable, Samba version "2.999+3.0.alpha20-4"
Any help appreciated, forwarded message including some Samba
log info is below.
----- Forwarded message from Caleb Epstein <cae@bklyn.org> -----
Date: Tue, 3 Dec 2002 13:49:06 -0500
From: Caleb Epstein <cae@bklyn.org>
Subject: Re: Accessing network shares under sshd
To: ssh-l@erdelynet.com
On Tue, Dec 03, 2002 at 11:49:21AM -0500, Ben Voigt wrote:
> Can you open a cmd.exe session from within s...
2006 Dec 07
8
crash on repeated search
I have found another crash in ferret; this one just uses a regular
search. It''s similar to an issue reported by Matt Schnitz a while ago,
but unlike his, mine does not go away if I turn off omit_norms. It does
go away if I turn on the garbage collector more often, but I''m not sure
that''s a stable workaround under the circumstances.
This one isn''t a
2012 Oct 23
3
Samba4 upgrade compatability
...n to use the internal now? I'm happy with bind so if it's literally just a preference issue I'll probably stick with what I have.
If there are good reasons to move to s3fs and internal? is there an easy way to migrate the older domains via the upgrade?
Thanks in advance to everyone.
Caleb O'Connell
2012 Sep 24
2
smbclient username not working
I joined a samba 3.5.10 server to a samba4 active directory domain. Windows
clients can't browse the root of the servers shares (\\192.168.10.10 ) but
they can access the shares if I manually mount them.
The following command works on the server that samba 3.5 is running on.
smbclient -U administrator -L 127.0.0.1
The following command gives a NT_STATUS_LOGON_FAILURE on a client
2005 Sep 08
2
wine in ubuntu
When i attempt to run winesetup in ubuntu, it has some error saying i cant
configure it as super user.........it does this when im not
superuser!........why is this? is there a fix?
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
2012 Aug 07
3
Best way to add samba4 to existing domain
...do it looks like it doesn't replicate the directory, just forwards?
Should I provision as a DC with the same settings and then do the join?
This fails with a IO_TIMEOUT sort of error.
Is there another method that I just haven't discovered yet?
Thanks in advance for all the great help.
Caleb
2007 Mar 09
5
memory leak in index build?
I have a script (below) which attempts to make an index out of all the
man pages on my system. It takes a while, mostly because it runs man
over and over... but anyway, as time goes on the memory usage goes up
and up and never down. Eventually, it runs out of ram and just starts
thrashing up the swap space, pretty much grinding to a halt.
The workaround would seem to be to index documents in
2004 Sep 10
3
Cygwin patch
...2002-08-13 08:23:29 -0400
@@ -26,6 +26,7 @@
#include <fcntl.h> /* for _O_BINARY */
#elif defined __CYGWIN__
#include <io.h> /* for _setmode(), O_BINARY */
+#include <fcntl.h>
#endif
#include "FLAC/assert.h"
#include "protected/file_decoder.h"
--
Caleb Epstein | bklyn . org | Mr. Cole's Axiom:
cae at | Brooklyn Dust | The sum of the intelligence on the
bklyn dot org | Bunny Mfg. | planet is a constant; the population
| | is growing.
2014 Jan 15
1
ControlMaster auto and stderr
...or I'd expect
would be that when ssh creates the controlmaster process, it would set
its stdin/stderr/stdout to /dev/null, or else some logfile. It's not
useful to have that process writing to the terminal after its parent
is long dead.
Thanks for any information/feedback you can provide!
-Caleb
[1] http://www.ansibleworks.com/
[2] http://docs.python.org/2/library/subprocess.html#subprocess.Popen.communicate
2007 Mar 01
2
FerretHash
Dave, thank you so much for the 0.11 release(s). You have solved many
problems for me. As part of my appreciation for your good works, I am
offering up for public consideration a silly little class that I wrote.
(Code is below.) This class offers a simplified Hash-like interface to
(a very restricted subset of) Ferret. Hence I call it FerretHash.
FerretHash comes with its very own pet Ferret
2005 Sep 17
1
Who is going to AstriCon (TheAsteriskConference)?
....
If you think this is an option let me know I have someone who has some
software they wouldn't mind stress testing as a trial.
Cheers,
Dean
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Caleb
> Sent: Saturday, 17 September 2005 8:48 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Who is going to AstriCon
> (TheAsteriskConference)?
>
> I'd have to second what Craig mentioned. Begin based out of Singapore
> we brou...
2005 May 20
3
samba4 openldap
...will have it's own LDAP database. How will the support
for OpenLDAP be? if anyone knows. Will I have the option to use OpenLDAP
still for all the new features so as to be able to use current apps that
use OpenLDAP already? If anyone has info regarding this, it would be
appreciated. Thanks.
Caleb O'Connell