Displaying 20 results from an estimated 283 matches for "turely".
Did you mean:
surely
2005 Jan 26
2
drdb fails under xen
Under xen, either stock xen-2.0.1+linux-2.6.9 or Fedora''s latest
(2.6.10-1.1109_FC4), drdb (<http://www.drbd.org/>),as soon as I try to
write to one of its devices, causes "Badness" in the kernel and,
ultimately, a spontaneous reboot.
Under non-xen 2.6.10-1.1109_FC4 and 2.6.9-1.678_FC3, drbd works fine.
The error:
Jan 25 21:01:23 turing kernel: Badness in blk_plug_device
2011 Jul 25
4
Rails 3 test database issues
I am having a problem using the test database in Rails 3. It
apparently has kept track of aspects of the database that I deleted
completely from my migrations at some point. I don''t always use the
''down'' part of a migration and sometimes just recreate the whole
database. I did rake db:migrate:reset and rake db:test:prepare, but
when I run my test it is trying to access
2007 Dec 28
1
field from from but not in DB
ok I''m down to getting AR to ignore the field. the field is called
turing.. I have two function stubs..
def turing
end
def turing=(temp)
end
what do i need to do in these two functions to emulate what AR would
have for column in the DB..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2020 Oct 30
6
[PATCH 0/5] Improve Robust Channel (RC) recovery for Turing
This is an initial series of patches to improve channel recovery on Turing GPUs
with the goal of improving reliability enough to eventually enable SVM for
Turing. It's likely follow up patches will be required to fully address problems
with less trivial workloads than what I have been able to test thus far.
This series primarily addresses a number of hardware changes to interrupt layout
and
2024 Sep 11
1
[PATCH v2 3/3] drm/nouveau: Add drm_panic support for nv50+
On Wed, Sep 11, 2024 at 10:19?AM Jocelyn Falempe <jfalempe at redhat.com>
wrote:
> On 06/09/2024 21:36, James Jones wrote:
> > Right, there are 3 iterations of block linear tiling actually. NV50 does
> > support scanout of block linear surfaces. All block-linear-capable GPUs
> > do. The 3 generations are:
> >
> > NV5x/G8x/GTXXX line: Original block size.
2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
I encountered a strange libzfs behavior while testing a zone fix and
want to make sure that I found a genuine bug. I''m creating zones whose
zonepaths reside in ZFS datasets (i.e., the parent directories of the
zones'' zonepaths are ZFS datasets). In this scenario, zoneadm(1M)
attempts to create ZFS datasets for zonepaths. zoneadm(1M) has done
this for a long time (since
2018 Mar 01
3
samba 2.4.6 to 2.4.7 update on Fedora update 26 to 27, can't connect to shares
I've just updated my samba 2.4.6 to samba 2.4.7 via updating Fedora 26 to 27
System was working in F26. But in F27 users cannot connect to the service
definitions:
$ smbclient //turing/ngaywood
Enter UNE\ngaywood's password:
Anonymous login successful
tree connect failed: NT_STATUS_ACCESS_DENIED
The server system is configured as (testparm output):
[global]
auth methods = guest
2011 Jun 28
1
More than 32G on memory in a domU guest?
I must be missing something obvious. I have a large domU guest:
dom0# cat /etc/xen/turing
name = "turing"
uuid = "8d3383a0-f0ae-f0b1-215d-c2e04115e9fe"
maxmem = 40000
memory = 40000
vcpus = 12
bootloader = "/usr/bin/pygrub"
kernel = "/var/lib/xen/boot_kernel.nrTJko"
ramdisk = "/var/lib/xen/boot_ramdisk.y6Gcn9"
extra = "ro
2007 Apr 03
2
[OT] Ragel and FSM tutorials
This is off-topic.
I''m hoping someone on this list can point me towards more general
information on finite state machines, their definition, how to build
them, determining when to apply them, etc. I read Zed''s blog entry
from way back when covering Ragel [1] but he hasn''t followed it up
and there aren''t many pointers to external information.
2008 Jan 08
1
A question on chisq.test
Dear all,
I would like to do a goodness-of-fit test on my data to see if they follow a mixture of 2 poisson distributions. I have small numbers for observed values. Most of them <5. The chisq.test gives warning message: Chi-squared approximation may be incorrect in: chisq.test(x , p = prob). However, the option sim=TURE would suppress the warning message. Does that mean with the option
2003 Oct 08
0
Samba 3.0: Cannot alter user settings with pdbedit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
After a failed migrate from NT4 to Samba 3.0 using the rpc vampire method I decided I'd do it manually with 'net rpc samdump'. Well it sort of worked, except I can't edit any of the users settings, it might just be me, but it should modify the profile to that, just as a test but it doesn't. I'd actually like to get rid of the
2011 Mar 04
3
Puppet dsl
Is the puppet dsl a complete Turing capable language?
As I understand it, the chain is dsl -> compiled thing -> actions.
What language is the compiled thing in? Ruby?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email
2009 Oct 07
1
Log entries with truncated service names
Hi,
Situation:
I'm seeing lots (~500k per day) of log entries like:
smbd[13939]: itlab-pc06 (::ffff:10.51.51.103) couldn't find service it261
In this case, the last character of the request is truncated - it should be
it2610
I'm seeing the same/similar issue to
http://lists.samba.org/archive/samba/2009-March/147277.html
I've dismissed this over the last few weeks as a minor
2005 Aug 31
5
R binaries
Dear Rexperts,
I intend to burn some R CDs to colleagues in Vietnam. I want to put all
binary files for base as well as contributed packages (for both Windows
and Linux). It is very time consuming if I download files by files. Is
there a place a can buy a CD with all the mentioned files?
Regards,
--
Nam-Ky Nguyen, Senior Lecturer
School of Mathematics, Statistics and Computer Science
2007 Dec 27
4
Help With partials
ok i''m having problems moving a piece of code into a partial
I have a line in a view:
<%= image_tag( createturing ) %>
moving to a partial _createturing.rhtml and changing the view to:
<div id="turing"><%= render(:partial => "createturing") %></div>
gives errors:
ActionView::TemplateError (can''t convert nil into String) on
2005 Mar 02
2
Suppressing observation numbers
Dear R gurus,
Below is a part of the R output. Please consider the two lines:
> data
> model.matrix(m1)
Is there a way of suppressing the observation numbers 1, 2, ...27 in the
output (I don't want these number to appear in the output)?
Regards,
NKN
> # Orthogonal blocking
> data=read.table("cut.txt",header=T)
> attach(data)
> data
b x1 x2 x3
1 1 -1 -1 0
2
2013 Oct 05
2
bridged networking doesn't bring up eth0: RTNETLINK answers: File exists
I am running Xen on Debian wheezy. I switched from routed networking to bridged
networking. Now I can''t seem to get eth0 to come up. When the network script
tries to bring it up, it gets an error: RTNETLINK answers: File exists
Any tips? details below
brian
root@trout:/etc/xen# egrep -v ''#|^ *$'' xend-config.sxp
(network-script network-bridge)
(vif-script vif-bridge)
2019 Dec 17
1
[PATCH] drm/nouveau: Add correct turing page kinds
Turing introduced a new simplified page kind
scheme, reducing the number of possible page
kinds from 256 to 16. It also is the first
NVIDIA GPU in which the highest possible page
kind value is not reserved as an "invalid" page
kind.
To address this, the invalid page kind is made
an explicit property of the MMU HAL, and a new
table of page kinds is added to the tu102 MMU
HAL.
One
2011 Jun 27
2
R PLS package data format
Dear sir,
If I have a vector as:
>y <- c(1:4)
and a matrix as:
>x <- matrix (5:12, nrow=4, ncol=2)
Then I create a data frame as:
>t <- data.frame(y, x)
R will generate a data frame of 3 columns
>names(t)
> "y" "X1" "X2"
>is.vector(t$X1) returns TRUE
> is.vector(t$X2) returns TRUE
R splits the columns of a matrix into column vectors
2015 Jun 27
4
[LLVMdev] readonly and infinite loops
On Sat, Jun 27, 2015 at 2:16 PM, Nuno Lopes <nunoplopes at sapo.pt> wrote:
> At least in C/C++ that's UB, yes.
So you cannot map every turing machine to a valid C/C++ program then. :)
Also, does this mean that "daemon" programs that run continuously till
they're killed by the OS (using a mechanism that is not visible in C)
are effectively undefined?
-- Sanjoy
>