Displaying 20 results from an estimated 364 matches for "dustin".
Did you mean:
justin
2008 Oct 01
5
Xm Create Image Path
All,
Is is possible for xm create foo.cfg to traverse a symlink to access the foo.img. Here''s an example config and the resulting error..
---
name = "jim"
memory = "512"
disk = [ ''phy:/dev/VolGroup00/foo,xvda,r'',
''tap:aio:/home/fred/local/jim/build/foo_swap.img,xvdd,w'',
2011 Dec 01
3
FIML with missing data in sem package
...a in the sem package? For example, suppose I have a
dataset with complete information on X1-X3, but missing data (MAR) on X4.
Is there a way to use FIML in this case? I know lavaan and openmx allow you
to do it, but I couldn't find anything in the documentation for the sem
package. Thanks!
--
Dustin Fife
Graduate Student
Quantitative Psychology
University of Oklahoma
[[alternative HTML version deleted]]
2007 Aug 20
0
access denied & Sid does not start with 'S-'.
...to find out
if you have access permission."
When checking the permissions on the users home directory, i have the
following:
drwx------ 3 user user
And permissions on my "public" directory is:
drwxrwxr-x 9 root users
In my log files I have:
smb.log
Connect path is '/home/dustin' for service [dustin]
string_to_sid: Sid dustin does not start with 'S-'.
'/home/dustin' does not exist or permission denied when connecting to
[dustin] Error was Permission denied
Yielding connection to dustin
create_conn_struct: Can't ChDir to new conn path /home/d...
2005 Apr 04
15
Two Interface Setup + router problems II
...ot everything in the router turned off and
set it up as a switch rather then a rouiter, this still never
corrected my problems. Use tcpdump I see there is alot of traffic, but
as soon as I dhcpcd eth1 (local) I loose all outside access from the
firewall, and can never get any in the LAN at all.
--
Dustin Carl
2008 Jun 25
0
[Fwd: AOL Mail]
FYI
-------- Original Message --------
Subject: RE: AOL Mail
Date: Wed, 25 Jun 2008 13:47:06 -0500
From: Dustin Davis <dustin@txls.com>
To: "'Dale Schroeder'" <dale@BriannasSaladDressing.com>
References:
<419cf800ca3991a24f4b9829f3806aba@briannassaladdressing.com>
<145401c8d604$ccfb1780$66f14680$@com>
<48612B6B.4020402@BriannasSaladDressing.com>
<149001...
2007 Dec 08
3
Uploading photos using facebook & attachment_fu
...`content_type'' for "sample.jpg":String)
Again, I''m using attachment_fu to handle the image processing. It was
working before I tried porting it over to facebook so I think I have
attachment_fu configured properly.
Any ideas on what I''m missing?
Many thanks,
Dustin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20071208/6a917d1b/attachment.html
2010 Jan 13
5
[LLVMdev] invoke/unwind
...eep in the
same translation unit. If I try it across translation units, or more
than one call deep, I get a seg fault every time.
I have reduced the problem to a trivial test case which I can post if
there is an obvious "you idiot, everyone knows you have to frob your
gismoids" answer.
Dustin
2009 Nov 20
3
Javascript Confirm for Form Value
How could I ask a user to confirm specific form input?
EX:
<%= f.submit ''Donate'', :confirm => ''Confirm your donation amount:
###amount###'' %>
Where the ###amount### would be replaced with the amount entered in
the form.
Thanks,
Dustin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2010 Jan 09
7
[LLVMdev] Variable declarations vs. definitions
...(with a header, just like in C). I could easily make
an exception module with accessor functions, and that is likely the
better software engineering solution, but again my real goal is to learn
as much as possible (I don't need exceptions in the parser, either, but
I want to understand them).
Dustin
2004 Jan 20
1
Compiling problems with SuSE
> -----Original Message-----
> From: Uwe Klein [mailto:uwe-klein@foni.net]
> Sent: Monday, January 19, 2004 9:14 AM
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] Compiling problems with SuSE
>
> > > From: Dustin Knuttgen on Sunday, January 18, 2004 11:47 PM
> >
> > > We tried to use SuSE initially and had no luck compiling zaptel on
> > > either 8.2 or 9.0. We even had Digium take a look. After working
on it
> > > for days we finally switched to Red Hat 9.
> >
> &g...
2013 Nov 29
2
nsd 4.0 EAGAIN loop in sendmmsg(2)
...uss shows it getting EAGAIN from sendmmsg(2) over and over again.
According to the man page:
[EAGAIN|EWOULDBLOCK]
The socket is marked non-blocking and the requested
operation would block.
Sounds like it's blocking when it shouldn't?
-Dustin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20131128/170fab59/attachment.htm>
2009 Nov 11
5
Vyatta ISO in DomU
A friend of mine recommended checking out the Vyatta project. I was
reviewing their website and saw endorsements of their product running on
both Vmware and Xen. In fact, they have a Vmware virtual image and a beta
XenServer image.
However, I am running a typical Debian Lenny 64 DomU installed through the
repositories. According to their installation documents, it states that
the ISO can be
2008 Jul 18
4
gem question on hosted service
...ent.rb file, and in a couple of
other locations that I thought might help with no success.
Is there a way to require a gem from a strange location, or do I need
to add something to my path or environment variables to help ruby
figure out where these are stored?
Any help is much appreciated .....
Dustin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send e...
2010 Jan 08
4
[LLVMdev] Inlining
...result
}
define i32 @main(i32 %argc, i8** nocapture %argv) {
%retVal = tail call fastcc i32 @foo(i32 6) alwaysinline ; <i32> [#uses=1]
ret i32 %retVal
}
---
I'm pleased to get the tailcall optimization, but in this case was
looking for the 'no call at all' optimization. :-)
Dustin
2006 Jan 26
2
djbdns rpm for centos [dnk]
Can anyone point me to a good one for use? It would be cool if it was
from a repo for updates, etc.
Thanks in advance!
Dustin
2006 Jun 15
1
Need to Hire: PHP Programmer for PhoneCALL
...ou can only work part-time or full-time, please include that in your
response.
Along with your salary requirements.
You'll be working with PhoneCALL, so be sure to look over the code first
before applying.
http://www.vecsector.com/phonecall
Thanks everyone!
-------------------------------
Dustin Wildes
President
VecSector, LLC
1.912.422.7082 x101
email: dustin@vecsector.com
web: http://www.vecsector.com
2012 Feb 15
0
Asterisk + Avaya (CM5.2) H.323 trunk Link (Dustin fails)
Can be done calls from each system? How about to capture data with Wireshark?
I have experiences Asterisk with Panasonic with H323 without any problem.
Mc GRATH Ricardo
E-Mail mcgrathr at mail2web.com
2009 Apr 02
3
Re: Re: VT-D RMRR is incorrect
reaver wrote:
>
> On Tue, Feb 24, 2009 at 12:36 AM, Dustin Henning
> <Dustin.Henning@prd-inc.com> wrote:
>> Christian,
>> I am not sure what lead me to believe you had an AMD system. To
>> summarize what I was trying to say, ASUS is claiming that this issue is
>> unsupported because you use Linux, but at the end of...
2005 Aug 16
2
PhoneCALL v2.6.1 - Released
...low' - but not
administer any of the scripts/macros and can only see the information
for the tenant they are assigned.
3) Site-Admin has full access to all accounts/scripts, etc... like
root account (current setup)
We're taking feature requests, and all feedback is welcome.
Thanks!
Dustin Wildes
VecSector, LLC
2008 Jul 14
14
Can''t install Windows 2003 on SLES10SP1
I finally have a xen server to play with stuff that''s causing me
problems on my production servers. One of those problems is simply
installing Windows 2003. Here''s what I do:
Open virt-manager
set up a new install:
full virt
512 ram
20 gig sparse file
boot off /dev/cdrom
The install starts as you''d expect. When it gets to the formatting I
tell it to format in NTFS.