Displaying 20 results from an estimated 40000 matches similar to: "field from from but not in DB"
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 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
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.
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
2007 Nov 10
3
producing output as *.spo (spss output format)
Dear All
I am considering moving from SPSS to R as my stats environment of
choice. I have read around and everything looks favourable. There is
just one issue on which I have been unable to find information.
Many clients ask me to send them output (tables, graphs, etc) as an spss
output file (ie .spo). I haven't asked them why, I've just said yes. I
know R can produce graphics as
2008 Jan 08
1
Need input on DB/table design
I''m building a site.. Dah!! and it requires different skills for
different jobs in different states. the site will start off in only
one state but I want to make sure I''m ready for many states. I''m
thinking of a generic skills table with columns skill1 .... skillN.
then another table with columns state, job type, skill name, skill
column mapping to the column in the
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
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
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 Feb 03
1
initializer
Have an app that works fine in development but not production behind
pound that uses Geokit. I''ve figured out the API key is wrong. is
there a way to configure each mongrel with a different API key? if
there a variable i can check in the initializer and provide the right
API key for that port since it''s going to be based on the internal
address:port the connection is on?
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
2001 Mar 01
2
Individual rename of list items
I am confused by the logic of renaming:
# Rename individual list items?
Empl<-list(employee="Anna",spouse="Fred")
names(Empl)<-c("empl","spo")
names(Empl)
#[1] "empl" "spo"
# worked like a charm... but
names(Empl[1])<-"newempl"
# no error message, yet ....
names(Empl)
#[1] "empl" "spo"
#
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
2005 Apr 18
3
RBAC?
hi all,
I posted this earlier:
are there any RBAC (role based access control) efforts in rails? code
to support? external, open source project(s)? etc?
any help much appreciated, if none exists we''ll build it and anyone who
wants to help is welcome :)
_alex
--
alex black, founder
the turing studio, inc.
510.666.0074
root-16h2cdTTKgpzNNFeSAH1EA@public.gmane.org
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)
2006 Nov 20
1
g729 registered
Hi guys,
I've registered some g729 licenses, during register process everything
worked fine.
astk2*CLI> show g729
0/0 encoders/decoders of 20 licensed channels are currently in use
But I'm not able to use this codec. I'm trying to use a linksys PAP2 to talk
using g729 but I got this answer from asterisk:
Got SIP response 488 "Not Acceptable Here" back from
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
>
2019 Oct 15
1
[PATCH] drm: Generalized NV Block Linear DRM format mod
On Tue, Oct 15, 2019 at 5:14 PM James Jones <jajones at nvidia.com> wrote:
>
> On 10/15/19 7:19 AM, Daniel Vetter wrote:
> > On Mon, Oct 14, 2019 at 03:13:21PM -0700, James Jones wrote:
> >> Builds upon the existing NVIDIA 16Bx2 block linear
> >> format modifiers by adding more "fields" to the
> >> existing parameterized
> >>
2019 Nov 27
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Tue, Nov 26, 2019 at 06:10:36PM -0500, Lyude Paul wrote:
> Hey-this is almost certainly not the right place in this thread to respond,
> but this thread has gotten so deep evolution can't push the subject further to
> the right, heh. So I'll just respond here.
:)
> I've been following this and helping out Karol with testing here and there.
> They had me test