search for: yups

Displaying 20 results from an estimated 2008 matches for "yups".

Did you mean: ups
2009 Sep 28
0
fully open source ECM? yup.
it's all about the open source, baby. http://candyandaspirin.blogspot.com/2009/09/next-adventure-in-ecm-begins.html DISCLAIMER: the lady in question is a good friend of mine. but don't let that scare you off. :-) rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux
2003 Jan 27
1
yup, i'm still stuck
hi, the last piece of advice i got just reminded me of how new i am at this. You said to check the logs and make sure the user has permissions for those folders. The log says alot of stuff, and i have no idea what any of it means, if you want to see one, just ask and i can send you alot. The other thing. how do i check if the user has permissions for the shared folders. their set to 777,
2002 Dec 26
3
Pentium Samba server?
I have got an old pentium back. It is an Intel 66Mhz processor, 16MB RAM and a 2 gigabyte harddrive. Could it be used as a dedicated samba server and what Linux disto would work well? I was thinking of Debian 3 or Slackware. Can samba act as a 2000 PDC?
2007 Aug 30
4
NT MD4 password check bug??
Hi, Is there a bug with the NT MD4 password check?? With one password, I can't access the shares.. in the log it says: ntlm_password_check: NT MD4 password check failed for user jason But when I change the password to something else it works. What's goin on?? Jason. -- Jason Coo Computer Engineer, P.Eng. The Fluid Life Corporation 1-877-962-2400 jason@fluidlife.com
2023 Apr 18
3
[PATCH] ocfs2: reduce ioctl stack usage
On Tue, Apr 18, 2023 at 05:37:06PM +0800, Joseph Qi wrote: > Andrew picked ocfs2 patches into -mm tree before. Yup and that's fine obviously, but this belongs to fs/ and we're aiming to take fs/ stuff through the dedicated fs trees going forward. Thanks! Christian > > Thanks, > Joseph > > On 4/18/23 5:17 PM, Christian Brauner wrote: > > > > On Mon, 17
2009 Aug 26
4
[LLVMdev] Slow jitter.
Eli Friedman <eli.friedman at gmail.com> writes: > On Tue, Aug 25, 2009 at 4:58 PM, Óscar Fuentes<ofv at wanadoo.es> wrote: >> Eli Friedman <eli.friedman at gmail.com> writes: >> >>> On Wed, Aug 26, 2009 at 1:10 AM, Óscar Fuentes<ofv at wanadoo.es> wrote: >>>> While compiling some sources, translating from my compiler's IR to LLVM
2006 May 01
0
[LLVMdev] Register allocation in LLVM
On Sat, 29 Apr 2006, Fernando Magno Quintao Pereira wrote: > I want to implement the register allocation algorithm described in the > paper "Register Allocation via Coloring of Chordal Graphs, APLAS'05" in > LLVM. This is a graph coloring algorithm that can find an optimal coloring > of the interference graph in most of the cases. I've downloaded LLVM last > week,
2017 Sep 28
2
Conditionally disabling auth policy
On Wed, Sep 27, 2017 at 10:06 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > On 27.09.2017 20:14, Mark Moseley wrote: > > On Wed, Sep 27, 2017 at 10:03 AM, Marcus Rueckert <darix at opensu.se> > wrote: > > > >> On 2017-09-27 16:57:44 +0000, Mark Moseley wrote: > >>> I've been digging into the auth policy stuff with weakforced
2004 Aug 22
12
Tom''s Key
Since you''ve started signing your email, Tom, my machine can''t verify your sig. Where are you publishing your key? -- John Andersen - NORCOM http://www.norcomsoftware.com/
2008 Apr 22
0
[LLVMdev] getting closer!
On Apr 21, 2008, at 20:09, Terence Parr wrote: > Ok, I *might* be getting this from the assembly code. ... From > that, it will push/pop in functions? If so, that's easy enough. :) Yup! Sounds like you've got it. > What I was/am missing is the explicit link between types and > variables in a GC.c file and the generated machine code. If I can > get that last
2016 Feb 23
3
Re: guestmount without fstab
On Tue, Feb 23, 2016 at 06:21:34PM +0100, Pino Toscano wrote: > On Tuesday 23 February 2016 15:21:17 Richard W.M. Jones wrote: > > As for the particular question about lack of /etc/fstab. Are you > > getting some kind of error when using the guestmount -i option? It > > used to be (a long time ago) that libguestfs inspection[1] could not > > handle guests that did not
2019 Apr 10
2
chown: changing ownership of 'test': Invalid argument
Ho Roland, Replies inline On Wed, 10 Apr 2019 at 11:03, Rowland Penny <rpenny at samba.org> wrote: > On Wed, 10 Apr 2019 10:25:25 +0200 > Ian Coetzee <samba at iancoetzee.za.net> wrote: > > > Hi Rowland, > > > > Please see my replies inline. > > > > > > Possibly, but it could just be down to you not having this line > > > in
2008 Nov 24
2
[LLVMdev] RFC: Mangling Unnamed Global Values
On Nov 24, 2008, at 11:07 AM, Chris Lattner wrote: > > On Nov 24, 2008, at 11:01 AM, Bill Wendling wrote: > >> The symbols I'm interested in already have internal linkage (as you >> would expect). But because the mangler is in charge of assigning them >> names, they never seem to be decorated with the 'L' in front. . . . > > If you use
2015 Oct 25
2
[compiler-rt] Undefined negation in float emulation functions
On Oct 24, 2015, at 6:02 PM, Chris Lattner <clattner at apple.com> wrote: > > >> On Oct 23, 2015, at 7:43 PM, Matthew Fernandez via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> On 21/10/15 00:15, Stephen Canon wrote: >>> Yup, this is UB. If you want to propose a patch, I would do something like the following: >>> >>> rep_t sign
2009 Nov 03
4
Rails in css ..
Hello all, Actually i am having a small problem.. googled it but did''nt find any clue.. So what i want to do is that i want to insert ruby variable in css style property.. as like .. <div class="abc" style="left: <%= @var * 6 %> px;"> But this is not working.. I am doing it because i want to keep the left property dynamic .. :) Is there any possible way to
2008 Jan 17
2
[LLVMdev] LLVM and OpenMP
Hi, On Nov 29, 2007 6:19 PM, Chris Lattner <sabre at nondot.org> wrote: > On Thu, 29 Nov 2007, Wojciech Matyjewicz wrote: > > As for the dependence analysis, I need this piece for my project, and I > > am preparing myself to write it. > > Great! > > > I am currently studying some papers, but haven't yet decided on the > > method. Maybe some of you
2010 Mar 30
15
[Xen-tools] Unable to start xend
[root@localhost onkar]# which xend /usr/sbin/xend [root@localhost onkar]# uname -a Linux localhost.localdomain 2.6.31.12 #1 SMP Wed Mar 31 09:51:44 IST 2010 i686 i686 i386 GNU/Linux [root@localhost onkar]# xend start ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory) Traceback (most recent call last): File "/usr/sbin/xend",
2010 Mar 30
15
[Xen-tools] Unable to start xend
[root@localhost onkar]# which xend /usr/sbin/xend [root@localhost onkar]# uname -a Linux localhost.localdomain 2.6.31.12 #1 SMP Wed Mar 31 09:51:44 IST 2010 i686 i686 i386 GNU/Linux [root@localhost onkar]# xend start ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory) Traceback (most recent call last): File "/usr/sbin/xend",
2006 Apr 29
2
[LLVMdev] Register allocation in LLVM
Hello, all, I want to implement the register allocation algorithm described in the paper "Register Allocation via Coloring of Chordal Graphs, APLAS'05" in LLVM. This is a graph coloring algorithm that can find an optimal coloring of the interference graph in most of the cases. I've downloaded LLVM last week, and started studying the code. Basically, I have to implement: 1) A
2005 May 18
2
[LLVMdev] JIT + tail cals
On Wed, 18 May 2005, Morten Ofstad wrote: > Alexander Friedman wrote: >> How do I tell the code generator to enable tail calls on the X86? >> Since it is part of a library, I cannot pass a command line argument. > > Here is a snippet from our code which might help you ;-) > > const char *args[] = { "-disable-pattern-isel", "false", 0 }; >