search for: sketch

Displaying 20 results from an estimated 647 matches for "sketch".

Did you mean: sketchy
2004 Feb 13
1
Windows dll compilation (mingw32): how to find R.h and other head er files when sketching short functions
Sorry, this seems like a particularly stupid question, but here goes. It relates to some "sketching" work I'm doing under Windoze. I can only get my C code to find R.h and friends if I shift these header files files and folders into the analogous mingw32 folders. This seems a rather clumsy way of doing things, and I wondered what I've missed? (I'm using the gcc -02 etc. c...
2009 Aug 20
3
categorized barplot
...d out how to categorize my histogram. I have the following dataset: Time??????????? First.day? Second.day 08:00-10:00??????? 9?????????? ? 8 10:00-12:00?????? 13???????? ? 15 12:00-14:00??????? 9?????????? ? 9 14:00-16:00???????10????????? ? 9 I attached a jpeg file to this e-mail containing the sketches. What I'd like to do is a barplot (or histogram), firstly?with 2 categories - first and second day (figure 1) And then with 4 categories - the times (figure 2) Also, I'd like the graphs both with lines (as sketched) and bars. Thanks in advance, Kind regards, Rafael. ____________...
2004 Feb 13
0
Windows dll compilation (mingw32): how to find R.h and ot her head er files when sketching short functions
I thought Rcmd SHLIB mycode.c should take care of that, no? Andy > From: Paul Hewson > > Sorry, this seems like a particularly stupid question, but > here goes. It > relates to some "sketching" work I'm doing under Windoze. > > I can only get my C code to find R.h and friends if I shift > these header > files files and folders into the analogous mingw32 folders. > This seems a > rather clumsy way of doing things, and I wondered what I've > misse...
2007 Apr 18
1
rough sketch of revised patching infrastructure
Here's the new patching patch. It compiles, but it doesn't, you know, boot, as such. The basic idea is to make the incremental cost of patching a new hook as small as possible. If a backend wants pure default patch handling, then it can simply call paravirt_patcher with a NULL patch table; this will end up patching calls to be direct calls to the paravirt op, unless the op is NULL or
2007 Apr 18
1
rough sketch of revised patching infrastructure
Here's the new patching patch. It compiles, but it doesn't, you know, boot, as such. The basic idea is to make the incremental cost of patching a new hook as small as possible. If a backend wants pure default patch handling, then it can simply call paravirt_patcher with a NULL patch table; this will end up patching calls to be direct calls to the paravirt op, unless the op is NULL or
2015 Apr 29
3
Cannot authenticate the administrator account
Greetings, Sketch! >> Did I simply provision the REALM or domain incorrectly from the start? >> testparm -v output shows I provided the following: >> >> workgroup = INTERNAL >> realm = EXAMPLE.COM >> netbios name = SAMBA > Looks that way to me. Your realm should include the...
2016 Feb 24
4
Samba 4.1.17-Debian as ADS member
Am 2016-02-24 um 13:44 schrieb Sketch: > On Wed, 24 Feb 2016, Stefan G. Weichinger wrote: > [snip] >> idmap config CUST:range = 10000-99999 >> idmap config CUST:backend = ad >> idmap config *:range = 2000-9999 >> idmap config * : backend = tdb > > If your idmap backend is ad, you nee...
2002 Sep 06
6
Wondershaper
...and the other hosts. Is this because I use ip masquerading, and all the traffic seems (for the shaper) to come from one host ? The U32 filter and the other setup works correctly, because e.g. ssh traffic on port 23 always has highest priority. Has anybody an idea how to fix it ? I think a nice sketch about the order of routing/postrouting and traffic shaping would help me. Sebastian -=> Sebastian Bleikamp -=> EMail: <Sebastian.Bleikamp@web.de> -=> Phone: +49-172-6545394 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman....
2016 Apr 13
2
samba dns
On Thu, Apr 7, 2016 at 11:00 AM, Sketch <smblist at rednsx.org> wrote: > My guess would be not much, because BIND9_DLZ exists and (mostly) gives you > the best of both worlds. If you want to use bind with MS DNS servers, then > you have to go that route, but it's not necessary with Samba 4 and > BIND9_DLZ. That...
2015 Oct 08
3
Samba AD PDC , LDAP and Single-Sign-On
On Thu, 8 Oct 2015 15:46 Sketch wrote: > It's easy in Linux with Samba as well. You basically just need to follow > the directions here: > > https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server Thanks for the feedback. OK, I'll check out your link ASAP. The "Server" bit in the link g...
2015 Oct 13
3
Second DC doesn't recognize users/groups on getent
...bled btw) Not sure if this is going to break anything or not. @mathias, I didn't forgot to join, otherwise the DC wouldn't work. The DC2 *seems* to be working just fine. showrepl doesn't popup any error and is listed as a Domain Controller on ADUC. On Tue, Oct 13, 2015 at 11:10 AM, Sketch <smblist at rednsx.org> wrote: > On Tue, 13 Oct 2015, Guilherme Boing wrote: > > I should also mention that Samba 4.3.0 was installed from tarball, I >> compiled it myself. >> >> DC2 does not have the /var/lib/samba/private/sam.ldb file. Also it did not >> re...
2013 May 23
3
Xen/ARM multiboot (v2) support
...Xen/ARM still into 4.3? It looks like it can coexists with zImage in the same binary - the multiboot structure can be put just behind the zImage header and the code can determine how it has been started: zImage bootloaders clears r0, multiboot one''s would set r0 to the MB magic. I will sketch a patch tomorrow, just wondering if we can have this in 4.3 to have a sane booting protocol from the very beginning. Of course bootloaders need to be enabled also, I could take care of the u-boot port. Regards, Andre.
2006 Mar 23
4
belongs_to more than one model
Suppose I have one table: states id statename And I have two other tables that contains states: houses id color state_id places id place_name state_id How would my model relationships look like? class State < ActiveRecord::Base belongs_to house belongs_to place end class House < ActiveRecord::Base has_one state end class Place <
2009 Jul 17
4
RFC: Different quota for dovecot and deliver
...nicer if a stored procedure could be called with parameters (like Postfix allows), but that would mean a fair bit of change to dovecot. (And in Postgres at least the query could be rewritten with rules - but that's not that nice, either.) I've now looked into the sources, and tried to sketch the basic change that I imagine; please see the attached patch. Would something like that be acceptable? I thought for some time whether the additional query should use the filename part of the executable; then similar things could be done. But as this is a bit more general I settled for the e...
2009 Apr 17
2
Error messages 3.0.6pre1
...symtimes, file-flags ----- However, now I'm getting these kinds of messages throughout my output: ----- rsync(68321) malloc: *** error for object 0x80af80: Non-aligned pointer being freed (2) *** set a breakpoint in malloc_error_break to debug deleting Desktop/PURDY/Lines of the Poet/Leonard sketch. 01.jpg rsync(68321) malloc: *** error for object 0x80af80: Non-aligned pointer being freed (2) *** set a breakpoint in malloc_error_break to debug deleting Desktop/PURDY/Lines of the Poet/Leonard sketch 00.jpg rsync(68321) malloc: *** error for object 0x80af80: Non-aligned pointer being freed (2)...
2009 Jul 30
0
[LLVMdev] LLVM Logo
...plify the drawing before downscaling it, see [1] for example. > Of course having the SVG without an artist is already better than > having none of them :). I'm not an artist, so the simplifying is not so easy for me, but its true that that is the really hard part. So I did two full-scale sketches with different texts. http://web.student.tuwien.ac.at/~e0325716/LLVM_Bleeding.png http://web.student.tuwien.ac.at/~e0325716/LLVM_Inside.png @"the mailing list moderator": my previous (too big) messages with these files are not necessary anymore :-) Andi -- =========================...
2015 Sep 03
2
samba_dlz: Failed to connect
On 03/09/15 19:05, Robert Moskowitz wrote: > > > On 09/03/2015 01:59 PM, Sketch wrote: >> On Thu, 3 Sep 2015, Rowland Penny wrote: >> >>> What are the permissions on /var/lib/samba/private/dns ? >> >> Also don't forget the permissions on /var/lib/samba/private >> >> If you're using sernet's packages, you'll have to...
2016 Mar 29
2
samba 4.4 gpupdate /force
...are different, but I can not adjust it. Using Samba 4.3.3 (Upgrade from 4.2 -> 4.3 -> 4.3.3), I think it has something it was initially used with Windows 2003 (no longer usaddo) to replicate data Win 2003 -> Samba. Today only own Samba (which had to increase Schema) Em 29-03-2016 10:27, Sketch escreveu: > On Tue, 29 Mar 2016, Carlos A. P. Cunha wrote: > >> Hello everyone! >> Whenever replicate the Sysvol need to run the DC command that >> received the data >> >> /opt/samba/bin/samba-tool ntacl sysvolreset >> >> This solves the problem (at...
2015 Oct 10
2
Workstations are member servers (or domain members) Re: Samba AD PDC , LDAP and Single-Sign-On
...it set up properly), even though my brain thinks of it as a "client" of the AD "server". OK, not the first time these terms have gotten scrambled in my mind. I'm not deep enough into it yet to grasp what you mean by "pam_winbindd is mandatory". So far, Rowland, Sketch and their referenced link https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server are omitting references to PAM, but I'll cross that bridge if/when I get there. Thanks, --Mark -----Original Message----- > Subject: Workstations are member servers (or domain members) Re: [Samba] &gt...
2016 Feb 24
4
Samba 4.1.17-Debian as ADS member
Am 2016-02-24 um 14:11 schrieb Rowland penny: > That seems to prove what Sketch said is true, you haven't got any > uidNumber or gidNumber attributes in AD. The 'rid' backend calculates > UIDs & GIDs from the user or group RID. So the "rid"-path is good to go? Do you still recommend the "few extra lines" from before with "rid&quo...