maxrss using wrong unit in time

2023-12-19 Thread Wesley Moore
Hi folks, Just thought I'd draw your attention to this bug since I think I've found the cause: https://bugs.busybox.net/show_bug.cgi?id=15751 It seems that `time` is treating the the `ru_maxrss` value as a count of pages[1][2] but it's already in kilobytes[3]: > ru_maxrss (since Linux 2.6.32)

Backend to cdn.netbsd.org appears to be down

2020-02-22 Thread Wesley Moore
Hi, I'm unsure of the best place to report this, or if it's known already — I looked through various mailing lists and did not find any mention. When I tried access cdn.netbsd.org I get a Varnish error[2], although it's timing out now. Down for Everyone or Just Me, confirms it's not just

Jira (PUP-9105) puppet node CLI assumes server name

2018-09-05 Thread Wesley Moore (JIRA)
Title: Message Title Wesley Moore created

Re: [Emc-users] Modbus RS-485 Connection with Mesa?

2015-04-01 Thread Wesley Moore
Mark, Not sure if this helps or not. But for various control systems I use Moxa device servers for Ethernet to RS232/422/485. I talk to them over TCP/IP, but it can give you a simple telnet port to the device on the other end. http://www.moxa.com/Serial_Connectivity/Index.aspx Wesley

[rails-oceania] [JOB]: Ruby Developer - Full Time or Contract - TrikeApps Melbourne

2014-04-16 Thread Wesley Moore
Hello All, I originally posted this back in February but I'm still looking for another 1–2 people. I'm also open to working with freelancers on a contract basis if there's anyone interested in that. TrikeApps is looking for developers (two or more years experience in the Ruby space) to work

[rails-oceania] [JOB] Junior and Senior Developer Positions in Melbourne

2013-10-09 Thread Wesley Moore
Hi, Wes from Trike Apps here. We're looking for a junior to join our existing small team of programmers in our relaxed West Melbourne office. You'd be working on a fairly stable set of mostly web-based projects. Most projects use Ruby on Rails (v3.0+, good test coverage), but where the best

Re: [Emc-users] Rigging Company?

2013-09-18 Thread Wesley Moore
Please note that I don't come from a machining background, but from a laboratory. Wrapping could be a good idea. We had a shipment travel cross-country that was covered and tarped. Looked like it went through the Mississippi River instead of over it...not fun to see on a device worth

[Emc-users] general questions

2013-03-28 Thread Wesley Moore
I'm trying to answer a couple of general questions that don't seem like an easy find on the wiki, etc. Yes I know there are many contributing factors involved on accurate answers, so a rough ballpark is all I'm looking for. Without additional hardware: How many encoder counts per second can be

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
- Original Message - From: Michael Haberler mai...@mah.priv.at To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Sent: Monday, March 18, 2013 6:57:15 PM Subject: Re: [Emc-users] c/c++ interface Wesley, Am 18.03.2013 um 19:45 schrieb Wesley Moore: Hey guys

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
Wesley, For those basic functions, could you just use linuxcncrsh (emcrsh prior to version 2.5), see: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Linuxcncrsh Regards, Eric Thanks Eric. I actually just started looking into that as an option. In general, telnet is frowned upon for

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
One of my colleagues posted a design sim here: https://www.youtube.com/watch?v=8nSfLRaEPEElist=UU7zkQp-M-_i3c498p9MGWmAindex=1 That's pretty neat. It looks like genhexkins isn't general enough for your design, though.

[Emc-users] c/c++ interface

2013-03-18 Thread Wesley Moore
Hey guys, I've been playing with linuxcnc a bit and have it working on ubuntu 12.04. Using the python modules, I've created a bridge to interface with EPICS (Experimental Physics and Industrial Control System). Basically a network interface that calls the corresponding linuxcnc functions.

Re: [ragel-users] scanning boolean expressions

2010-11-18 Thread Wesley Moore
I was Was thinking about using Ragel to build a compiler for a programming language today and after looking at the clang sample linked on the website and the full C grammar I came to the conclusion that a scanner as the lever that fed tokens into a state machine with the grammar was the way I'd

Removal of dnsmasq startup item

2009-07-12 Thread Wesley Moore
Hi,I use dnsmasq on my home network for dhcp and dns. I've noticed that a startup item is no longer generated. I think this caused the previously existing one to be removed when I upgraded. The next time I rebooted dnsmasq did not start and all my clients stopped working. I can see in Changeset

Base library random number generation

2008-12-17 Thread Wesley Moore
In a few places on the GNUstep site (see below) it is mentioned that the Base library includes classes for random number generators. I can't seem to find this particular functionality though, can anyone point me in the right direction? I am aware of rand(3) but figured if there is stuff in the

Re: Possible Bug for Oracle

2008-11-25 Thread Wesley Moore
On Wed, Nov 26, 2008 at 4:55 AM, Jeremy Evans [EMAIL PROTECTED] wrote: Thanks, applied: http://github.com/jeremyevans/sequel/commit/0c7c893c5093337008f59de6885bd682cf8d327b Do the Oracle adapter specs run correctly? Did you try running the integration tests with the Oracle adapter?

Re: Possible Bug for Oracle

2008-11-24 Thread Wesley Moore
8b395139f67ddcf7f24443cb6c1d7460e409f639 and appears to correct the problem. I've attached a patch, which adds some rudimentary specs for the change. Thanks, Wes On Tue, Nov 25, 2008 at 3:47 AM, Jeremy Evans [EMAIL PROTECTED] wrote: On Nov 23, 10:38 pm, Wesley Moore [EMAIL PROTECTED] wrote: The code in question from dataset

Re: [t2] Firefox 3 available in t2/trunk

2008-06-18 Thread Wesley Moore
Awesome! Thanks for such a prompt update. On Wed, Jun 18, 2008 at 7:57 PM, Rene Rebe [EMAIL PROTECTED] wrote: Hi all, I already checked out the ff3 release candidates and prepared the required T2 package adaption and thus was able to instantly provide the firefox package update today. I

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread Wesley Moore
Tom, Overlooking for the moment the problem Dave H raised, what would the rendering engine be aiming to do with the text when font-size was auto? I assume this is to make the resolution independent example you've made easier to implement, how does it help that? WM On 6/6/07, Windy Road [EMAIL

Re: [directfb-users] help needed for compiling cairo graphics with directfb.

2006-04-25 Thread Wesley Moore
I think you have to use Cairo CVS (or whatever SCM they are using now) to get DirectFB support. Wes On 4/26/06, Sujay Baliga [EMAIL PROTECTED] wrote: Hi dok, Im trying to use cairo graphics with directfb as backend. I downloaded the cairo tarball from the official site of cairo graphics

Re: [directfb-users] how to hide a window using DFB and it still can receive events

2006-03-09 Thread Wesley Moore
I think what you need to do is create a window with the DWCAPS_INPUTONLY capability set. DWCAPS_INPUTONLY - The window has no surface. You can not draw to it but it receives events http://directfb.org/docs/DirectFB_Reference/types.html#DFBWindowCapabilities Wes On 3/9/06, Jiao [EMAIL PROTECTED]

Re: [webkit-dev] where's the link to websvn?

2006-02-24 Thread Wesley Moore
Not sure where the link is on the web site but this is where WebSVN is: http://anoncvs.opensource.apple.com/svn/ WM On 2/25/06, Leo Savernik [EMAIL PROTECTED] wrote: Hello, Am I blind? I don't find any link to the websvn page on http://webkit.opendarwin.org/ for WebCore's svn repository.