Displaying 20 results from an estimated 3000 matches similar to: "(no subject)"
2005 Oct 13
2
smbd and winbindd refuse to start, but nmbd runs fine on Redhat 9.0
Hi, I downloaded the binaries for samba yesterday for redhat 9.0, and
installed them without error. Managed to get swat up and running and
configured samba, the same way I configured my other linux (slackware
10.2) box, and started samba thru swat. But when the status page
reloads, it shows smbd and winbindd as not running, although it shows
nmbd running. When i check the ps list, it shows
2006 Apr 24
0
Re: Sum-up: Re-proposal: web forums
On Monday 24 April 2006 04:50 am, Tom Spear (Dustin Booker, Dustin
Navea) wrote:
> n0dalus wrote:
> > In a way this holds for mailing lists as well, but I think
> > the difference is that forums usually have:
> > - Large sections containing non-technical discussion
> > - 'Post counts', often used as a measure of status
> > - Signup date, also used as
2005 Oct 27
0
Re: wine overstepping the mark?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The running of wine programs is not controlled by the mimetype but by a feature
of the linux kernel.
In /etc/init.d you might find a init script called wine. This script uses the
kernel modules binfmt_misc to tell the linux kernel that when it encounters a
file being executed with a special byte in the header to call it with wine. You
can disable
2007 Aug 20
0
access denied & Sid does not start with 'S-'.
Hi there.
For some reason I am getting permission denied errors on a new samba server.
I can add machines to the domain, I can login with any user id's and so on
as well. But when I try connecting to a public share, or the users home
directory, I get a user denied error.
"\\Fileserver\user is not accessible. You might not have permission to use
this network resource. Contact the
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>
2008 Nov 11
0
RE: Xen-users Digest, Vol 45, Issue 45
Kathy,
Thank you very much!
Peter Olson
Alcatel-Lucent
Member of Technical Staff
Services Technologies
1960 Lucent Lane
Rm 7G334
Naperville, IL 60566
peterolson@alcatel-lucent.com
Phone: 630 979 0573
Mobile: 630 430 6926
-----Original Message-----
From: xen-users-bounces@lists.xensource.com
[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of
xen-users-request@lists.xensource.com
Sent:
2010 Jan 09
0
[LLVMdev] Inlining
Hello Dustin,
Always inline is the closest to a preprocessor macro you can get in LLVM Assembly since it doesn't have a preprocessor at all. LLVM does aggressive inlining for functions used only once so those instances don't require specification as alwaysinline.
--Sam
----- Original Message ----
> From: Dustin Laurence <dllaurence at dslextreme.com>
> Cc: llvmdev at
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
2010 Jun 22
0
Question about the remote Authentication in the libvirt Java bindings
Dustin:
I am adding this response to the libvirt list as well so that others may
see it.
The authorization is done via a callback. The ConnectAuthDefault() that
you are using is one such implementation. You could create your own
subclass of ConnectAuth, and override the method:
public abstract int callback(Credential[] cred);
And then provide the username/password in that fashion. Look at
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 the day, the issue
>> has
2006 Jun 15
1
Need to Hire: PHP Programmer for PhoneCALL
Hello all!
It's come time where I need to add another programmer to our team.
You should have at least 3 years of "work" experience with PHP/MySQL.
Please send me your resume and a few code samples if you can.
If you 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
2010 Jan 09
0
[LLVMdev] Inlining
Hello Dustin,
Alwaysinline is not a hint. It forces something inline that wouldn't have otherwise been as long as the linkage type permits it. (You just ran into a situation where linkage did not permit it.)
Personally, I don't see the need for a preprocessor in most circumstances. If you need to do type substitution you can use an opaque type. The only reason for conditional
2011 Apr 20
3
[LLVMdev] Is this a bug in clang?
Technically, it could've sent the mail before you even thought about
writing it. Undefined is undefined, there are no requirements. From:
Dustin Laurence
Sent: Wednesday, April 20, 2011 6:50 AM
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Is this a bug in clang?
On 04/19/2011 10:50 PM, John Regehr wrote:
> The compiler is perfectly within its rights to send a rude email to your
>
2010 Feb 12
0
[LLVMdev] Portable I/O
Thanks everyone, a set of wrapper routines it will be then.
Dustin, are the routines you wrote open source or do you know if there is
already a project that provides such a portable interface to libc for LLVM?
If not, I'll write my own routines, but if there is a way to adopt a common
standard or avoid reinventing the wheel I'm all for it.
Mike
2010 Jan 08
0
[LLVMdev] First-class aggregate semantics
Hi Dustin-
You'll probably need to use insertvalue to construct your return value.
Alastair
On 7 Jan 2010, at 21:56, Dustin Laurence wrote:
> define %Token @foo()
> {
> ...
>
> ret %Token {%c_int %token, %i8* %value}
> }
2013 Jan 29
1
identify non-recursive models
Hi,
I'm working on a project that will generate RAM matrices at random. What I
want to do is to be able to automatically identify if the model is
non-recursive. For example, the following RAM matrix has a non-recursive
loop (going from A to B to C to A):
n.recursive <- data.frame(matrix(c("A", "B", 1,
"B", "C", 1,
2002 Jan 31
1
Files getting excluded.. don't understand why?
I am trying to use rsync along with find to quickly copy changes to mirrors
for some web sites. The basic idea is:
1 look for files newer than X >> export-file
2 rsync --include-from=export-file remote-server:/remote-path
Simple enough. Unfortunately, I can't get this to work. Step 1 works well
enough. However, when I use rsync it appears that rsync is excluding the
files I added
2010 Jan 09
0
[LLVMdev] Inlining
Dustin Laurence wrote:
> On 01/08/2010 02:10 PM, John McCall wrote:
>
>
>> 'llc' is an IR-to-assembly compiler; at -O3 it does some pretty neat
>> machine-code and object-file optimizations, but it does not apply
>> high-level optimizations like CSE or inlining. 'opt' is the tool
>> which does IR-to-IR optimization.
>>
>
> A
2010 Dec 15
4
ssh-import-id
Howdy,
We in the Ubuntu Server world have been using a handy little shell
utility for a couple of releases now, called 'ssh-import-id' [1].
Whereas ssh-copy-id _pushes_ a public key from one system to another,
ssh-import-id _pulls_ a public key from a secure key server and
installs it.
It takes one or more userid's as command line arguments, loops over
them, sequentially attempts to
2004 Sep 10
0
flac ogg quicktime iTunes
--- Dustin Byford <dustin@firein.net> wrote:
> Hello,
>
> I'm going to start by asking something that has probably been asked
> before (although I didn't see it on the lists at sourceforge). Is
> anyone working on getting iTunes to work with flac?
>
> I'm bouncing around a few ideas and it seems like the logical
> approach
> would be to write a