similar to: Re: info please

Displaying 20 results from an estimated 20000 matches similar to: "Re: info please"

2005 May 12
0
Re: info please part 2
juan melgarejo wrote: > Is there any document or how-to showing: > how to run a backtrace using the wine debugger > how set debug parameters for wine tracing of program execution > how to submit bugs to bugzilla (how to report, content) > How to Know proper settings for bugs > (when a bug should be a blocker, which bug depends on which other bug, > etc) ? I
2018 Apr 14
0
Reminder: R Project Contributed Documentation Still Frozen
Dear R Developers, Just I would like to remind that R Contributed Documentation is still frozen: https://cran.r-project.org/other-docs.html It would certainly be nice to have an official R Project Contributed Documentation Site where we can all contribute :) Kind regards, Juan Telleria *P.D.: I have already finished editing my first R Machine Learning Cheatsheet, and hope to publish it to
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 14
0
(no subject)
Gerald, hi. Thanks for the quick reply, I apparently missed it, so thanks for the archives too! How do I get a level 10 debug log? I'm not totally familiar with samba yet, so I'm not sure about how to do that, but once I receive your reply, I will be more than happy to send it. Thanks again, as well as in advance! Dustin Gerald (Jerry) Carter wrote: > -----BEGIN PGP SIGNED
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 Feb 05
0
Xen Unstable Seed Repository Tarball
The Xen Mercurial cheatsheet ( http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/hg-cheatsheet.txt ) says: <<<<<<<<<<<<< You can point a browser and this and use Hg''s web interface to view revision history, or use it as the nominated source when issuing "hg init" or "hg pull" commands. However, to avoid taxing the Mercurial
2006 Aug 03
9
Rails Cheatsheets!!!
Hey if you know any rails cheatsheet link add it inot the follwing list, lets make a long list on Rails cheatsheet.... ;) 1) 2) 3) 4) . . . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/a6eea2ac/attachment-0001.html
2018 Sep 20
0
future time stamps warning
On Thu, Sep 20, 2018 at 11:46 AM Leo Lahti <leo.lahti at iki.fi> wrote: > > Time stamps are correct and my system time is correct. > > I am now tried to use Sys.setFileTime() to update time stamps as proposed. > This does not help. > > The windows and debian builds give different reports on the time stamp > issue. >
2015 Apr 06
5
Hoja de Referencia (CheatSheet) para "gglplot2" traducida al español...
Hola, Durante esta pasada Semana Santa, Santiago Mota y yo mismo hemos traducido al español la cheatsheet de "ggplot2" que recientemente publicó RStudio. Nos acaban de comunicar que la hoja de referencia ya está disponible: http://www.rstudio.com/resources/cheatsheets/ -- Saludos, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
2018 Sep 20
3
future time stamps warning
Time stamps are correct and my system time is correct. I am now tried to use Sys.setFileTime() to update time stamps as proposed. This does not help. The windows and debian builds give different reports on the time stamp issue. https://win-builder.r-project.org/incoming_pretest/eurostat_3.2.8_20180920_122655/Windows/00check.log
2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around? Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a while and while I can use prototypejs.org, cheatsheets are handy for jogging memories.. I checked his blog, nothing there for 1.6. Gareth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
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
2005 May 13
5
HTML sanitizer
Hello! Does anybody know of a Ruby implementation of a HTML sanitizer that prevents the attacks described on the xss cheatsheet? (http://ha.ckers.org/xss.html) I checked out the version Jamis wrote (http://dev.rubyonrails.com/ticket/1277), but that only covers the very basic attacks. Anybody? Just figured I would ask before, before I reinvent the wheel.. Ciao! Florian
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>
2006 Jan 25
7
Global Data, where can it go?
I''m developing a stateful Ruby application that needs to keep data in one location where all people accessing the site can modify its contents. This data will be read-from/written to often, so I would prefer for rails to keep it in memory, rather than a database. My frist try involved global variables. After discovering that they were being "re-initialized" with each new
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,
2024 Jan 21
3
[Bug 1732] New: nft list chain does not return correct info on RHEL 8
https://bugzilla.netfilter.org/show_bug.cgi?id=1732 Bug ID: 1732 Summary: nft list chain does not return correct info on RHEL 8 Product: nftables Version: 1.0.x Hardware: x86_64 OS: RedHat Linux Status: NEW Severity: blocker Priority: P5 Component: nft Assignee: pablo at
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:
2017 Dec 15
3
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
I don’t know of any further issues preventing us flipping the switch. At this point, I’d aim to flip the switch shortly after the creation of the 6.0.0 release branch, so that GlobalISel can harden a bit more enabled-by-default on trunk before it goes into an LLVM release (presumably 7.0.0 then). Thanks, Kristof > On 11 Dec 2017, at 17:08, Amara Emerson <aemerson at apple.com> wrote: