Displaying 20 results from an estimated 69 matches for "frazier".
2020 Oct 05
2
[PATCH] device: return error for unknown chipsets
...;pri to be NULL and to fail probing
later. We really should just return an error inside nvkm_device_ctor for
unsupported GPUs.
Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second map")
Signed-off-by: Karol Herbst <kherbst at redhat.com>
Cc: dann frazier <dann.frazier at canonical.com>
---
drm/nouveau/nvkm/engine/device/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c
index 9f4ac2672..68d665414 100644
--- a/drm/nouveau/nvkm/engine/device/base.c
+++ b/drm/...
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
On Tue, Oct 06, 2020 at 06:46:35PM +0200, Karol Herbst wrote:
> On Tue, Oct 6, 2020 at 6:43 PM dann frazier <dann.frazier at canonical.com> wrote:
> >
> > On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote:
> > > Previously the code relied on device->pri to be NULL and to fail probing
> > > later. We really should just return an error inside nvkm_device_ct...
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
...robing
> later. We really should just return an error inside nvkm_device_ctor for
> unsupported GPUs.
>
> Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second map")
> Signed-off-by: Karol Herbst <kherbst at redhat.com>
> Cc: dann frazier <dann.frazier at canonical.com>
Thanks Karol! Got rid of the Oops for me.
Tested-by: dann frazier <dann.frazier at canonical.com>
Would it be appropriate to tag this for stable v5.8+?
-dann
> ---
> drm/nouveau/nvkm/engine/device/base.c | 1 +
> 1 file changed, 1 inserti...
2005 Feb 13
15
Fedora Core 3 / 2.6.9-1.667
I just installed Fedora Core 3
uname -r
2.6.9-1.667
I got the latest shorewall''s rpm:
http://www.shorewall.net/pub/shorewall/2.2/shorewall-2.2.0/shorewall-2.2.0-1
.noarch.rpm
Made my changes
Attempted to run shorewall and got:
[root@demo shorewall]# shorewall start
ERROR: Can''t find iptables executable
I haven''t seen this before.
I tried to go through all the
2020 Oct 06
0
[PATCH] device: return error for unknown chipsets
On Tue, Oct 6, 2020 at 6:43 PM dann frazier <dann.frazier at canonical.com> wrote:
>
> On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote:
> > Previously the code relied on device->pri to be NULL and to fail probing
> > later. We really should just return an error inside nvkm_device_ctor for
> > uns...
2010 Jul 03
2
Change the frequency of a ts?
...336 305.6789 ... ...
> tsp(filings.ts)
[1] 1 311 1
> tsp(filings.ts) <- c(1,311,12)
Error in attr(x, "tsp") <- value :
invalid time series parameters specified
What am I doing wrong here? I can't seem to be able to change the frequency
from 1 to 12. Thanks!
Nick Frazier
[[alternative HTML version deleted]]
2012 Oct 30
1
homebrew install R
Is there a recommended way to install R with homebrew? Will I completely lose the GUI? .r file command editor? thanks, Ty
-----
Tyler Frazier
Department of Transportation Planning and Telematics
Technical University Berlin
http://www.vsp.tu-berlin.de/
[[alternative HTML version deleted]]
2018 Jun 01
3
Centos 7 (using iptables) removed firewalld
...,ESTABLISHED -j ACCEPT-A FORWARD -i eth0 -o eth1 -j ACCEPT-A FORWARD -i eth1 -o eth1 -j REJECT --reject-with icmp-port-unreachableCOMMIT# Completed on Fri Jun? 1 10:34:39 2018~~
Steve
On Friday, June 1, 2018, 9:37:57 AM EDT, m.roth at 5-cent.us <m.roth at 5-cent.us> wrote:
Steve Frazier wrote:
>? Hello,?
> I hope that I can ask some questions on this mailing list about IPTables.
> I am more familiar with IPTABLES instead of FIREWALLD.? I disabled
> FIREWALLD and installed?iptables-services.
> I have put together a script that I found on the web on how to set up a
&g...
2005 Mar 10
3
SetCallerID({$NEWCALLERID})
I am trying to SetCallerID to a variable I have defined. This obviously is
wrong. It actually sets the caller ID to $NEWCALLERID. I have search
through the examples on wiki but wasn't able to find something similar to
see what I was doing wrong. Could someone tell me the correct way to
SetCallerID to a defined variable?
exten => 2125551212,5,SetCallerID({$NEWCALLERID})
exten =>
2018 Jun 01
2
Centos 7 (using iptables) removed firewalld
...am just looking for some help with IPTABLES on Centos 7.
Please let me know and I won't send any more questions if I am not sending to the right list for help and not the right way.
On Friday, June 1, 2018, 11:16:33 AM EDT, m.roth at 5-cent.us <m.roth at 5-cent.us> wrote:
Steve Frazier wrote:
>? Thank you.? I apologize for sending something that could be read.? There
> are more examples in there that I had commented out.
> Anyway,? here is my working iptables-save.? If someone could review my
> output and let me know if I am missing anything and if the order of the
&g...
2004 Aug 28
1
Logging to Console - this one is different
...ce,
but I can''t see the answer to my question.
Is there a way to keep Shorewall messages from filling the kernel
message ring buffer? I want to be able to run dmesg and not get all of
the shorewall messages. I suspect there isn''t, short of modifying
netfilter somehow.
Thanks,
Frazier.
2007 Sep 11
1
what am I missing
...(t^2-4*d))/2)
}
now outer(x,y,gv) works as expected, outer(x,y,fv) bombs. But
z<-matrix(0,10,10); for (i in 1:10) for (j in 1:10) z[i,j]<-fv(x[i],y
[j])
works fine. Must be something in outer().
==========================================================
Jan de Leeuw, 11667 Steinhoff Rd, Frazier Park, CA 93225, 661-245-1725
.mac: jdeleeuw ++++++ aim: deleeuwjan ++++++ skype: j_deleeuw
homepages: http://www.cuddyvalley.org and http://gifi.stat.ucla.edu
==========================================================
A bath when you're born,
a bath when you die,...
2008 Mar 27
1
functions
...dots
x^m_{i_ms}
with arrays of arbitrary dimension. Reminded me of the good old APL
days. I could not find this in the archives, but if it's already there,
I would appreciate if someone let me know.
==========================================================
Jan de Leeuw, 11667 Steinhoff Rd, Frazier Park, CA 93225, 661-245-1725
.mac: jdeleeuw ++++++ aim: deleeuwjan ++++++ skype: j_deleeuw
homepages: http://www.cuddyvalley.org and http://gifi.stat.ucla.edu
==========================================================
The Good -- and this is surely true --
is just the B...
2008 Apr 07
0
[LLVMdev] LLVM-based IBM summer internship position
...news,
Michel?). The goal of this work is to add new (LLVM-level and/or back-
end-level) optimizations targeted at Cell.
This search is being started somewhat late for the summer. If you are
interested in this position and qualify, please contact me as soon as
possible.
--Vikram
Chris Frazier/Austin/IBM
To
vadve at uiuc.edu
cc
Mark Nutter/Austin/IBM at IBMUS, Hema N Reddy/Austin/IBM at IBMUS
Subject
Re: Follow-up to IBM / UIUC co-op, LLVM
Professor Adve,
Below you will find the job description we discussed. If you would,
please post this Job description with any and all ava...
2018 Jun 01
0
Centos 7 (using iptables) removed firewalld
Steve Frazier wrote:
> Thank you.? I apologize for sending something that could be read.? There
> are more examples in there that I had commented out.
> Anyway,? here is my working iptables-save.? If someone could review my
> output and let me know if I am missing anything and if the order of the
&g...
2018 Jun 01
5
Centos 7 (using iptables) removed firewalld
Hello,?
I hope that I can ask some questions on this mailing list about IPTables.
I am more familiar with IPTABLES instead of FIREWALLD.? I disabled FIREWALLD and installed?iptables-services.
I have put together a script that I found on the web on how to set up a good set of IPTABLES rules to keep my server as secure as possible.
I have two NICs. ETH0 and ETH1. ETHO is the internet and ETH1 is my
2004 May 13
4
IAX Freeworld
I have looked all over the site(s) for help. But heres the problem. Im
missing something.
In coming works fine from FreeWorld via IAX. But when Dialing out i get:
May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I
don't know how to authenticate iaxtel to 65.39.205.121
my IAX.conf if as follows
[general]
port=5036
register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
...oot and at every restart of CUPS
Removed tag(s) sid, wheezy, and jessie.
> tags 730269 - jessie sid
Bug #730269 {Done: Debian FTP Masters <ftpmaster at ftp-master.debian.org>} [nulog] nulog 2.0.dfsg.1-2 is broken
Removed tag(s) sid and jessie.
> unarchive 518921
Bug #518921 {Done: dann frazier <dannf at debian.org>} [linux-image-2.6.26-1-amd64] i386 missing syscall detection is broken on amd64
Bug #521863 {Done: dann frazier <dannf at debian.org>} [linux-image-2.6.26-1-amd64] popen broken on some systems
Bug #526519 {Done: dann frazier <dannf at debian.org>} [linux-imag...
2018 Jun 01
0
Centos 7 (using iptables) removed firewalld
Steve Frazier wrote:
> Hello,?
> I hope that I can ask some questions on this mailing list about IPTables.
> I am more familiar with IPTABLES instead of FIREWALLD.? I disabled
> FIREWALLD and installed?iptables-services.
> I have put together a script that I found on the web on how to set up a
&g...
2018 Jun 01
0
Centos 7 (using iptables) removed firewalld
Am 01.06.2018 um 17:24 schrieb Steve Frazier:
> I assumed this was a Centos 7 mailing list and I was looking for help with IPTABLEs.I have used mailing lists before.? Copying a file to an email address didn't have that type of output.? I apologize.
> First of all is this a Centos 7 Mailing list that I can ask for help or have I ma...