Displaying 20 results from an estimated 8000 matches similar to: "SMP kernel on Pent 4?"
2006 Apr 30
6
FreePBX in production?
Has anyone attempted to use FreePBX for a business in production mode?
Initial take is there are lots of things scripted but a lot of
limitations in terms of supporting basic business functions. Inability
(or lack of flexibility) is handling multiple incoming pstn lines,
dialplan limitations, poor/no documentation, etc, to mention a few.
Maybe its just me, but it appears its no where near
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
---
src/nv_driver.c | 32 +-------------------------------
1 files changed, 1 insertions(+), 31 deletions(-)
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 248a151..9606d97 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -315,8 +315,6 @@ NVAdjustFrame(int scrnIndex, int x, int y, int flags)
/*
* This is called when VT switching back to the X server. Its job is
* to
2018 Dec 07
2
next/master boot bisection: Oops in nouveau driver on jetson-tk1
Please find below an automated bisection report for a kernel Oops
seen during the initialisation of the nouveau GPU driver on
jetson-tk1.
All the LAVA test jobs for this bisection can be found here:
http://lava.baylibre.com:10080/scheduler/alljobs?length=25&search=lava-bisect-staging-7366#table
Here's the beginning of the Oops stack trace:
[ 7.485361] [00000064] *pgd=f9e7b835
[
2016 May 30
4
CentOS 6 spontaneous reboots
Hello everyone -
My CentOS 6.8 server has been rebooting itself every 2 to 4 hours for the last
several days. I do not know where to look for logs that might give a clue what
the problem is. There are no unusual entries in /var/log/messages. I looked
over other log files in /var/log and found nothing suggestive. Where else can I
look?
By luck I saw the beginning of a reboot on the server
2012 May 23
1
[PATCH (nouveau)] Add xwayland support
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
---
This is mostly just for testing, although it should be safe to apply to nouveau
trunk.
src/nouveau_dri2.c | 34 +++++++++++
src/nv_driver.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++-----
src/nv_type.h | 7 +++
3 files changed, 191 insertions(+), 13 deletions(-)
diff
2018 Aug 23
3
[PATCH 0/3] drm/nouveau: Fixup module probe to add ->shutdown()
This series is intended to add support for shutting down the GPU on
kernel shutdown/reboot using the ->shutdown() hook, similar to what
amdgpu does. This is mainly intended to workaround a bios issue on the
P50 that was preventing nouveau from initializing the dedicated GM107
GPU on that system properly. You can find more details on this issue in
the patch labeled "Shut down GPU on kernel
2008 Oct 21
4
Multi matrix row-wise mapply?
Hi group!
Suppose I have 2 matrices A and B of equal dimensions.
I want to apply a function f to all corresponding pairs of rows from A
and B in an efficient manner.
Basically, I want
mapply(f, data.frame(A), data.frame(B))
but for rows.
How do I do it?
Thanks,
Andrey
2008 Jun 20
5
Programming Concepts and Philosophy
I am wondering if people on the list could recommend books that they
have found helpful about programming concepts and style? I often find
that students write R programs by copying existing code but could really
benefit from the understanding of more general programming ideas. An
example would be to avoid writing functions which attempt to modify
their parameters. Another principle would be
2005 Feb 21
2
compiling cvs-head today?
Anyone having problems compiling the current cvs head this morning?
New cvs checkout on RH9, followed by appropriate make clean and make
install. System was running cvs head from Nov 23 with TDM card, PRI,
SIP phones on local wire, and IAX.
Appears zaptel and libpri compiled correctly, however the first attempt
in the asterisk src directory yielded:
gcc -pipe -Wall -Wstrict-prototypes
2012 Nov 01
5
[PATCH 0/4] nouveau: xserver 1.13 compat fixes
Here are a few patches adding some missing functions in
NvPlatformProbe, which iirc is being used as of xserver 1.13
First patch adds a nouveau_kernel_mode_enabled helper, similar
to xf86-video-radeon
Second and third use the function in Nv{Pci,Platform}Probe
And last one ensures we can still use ZaphodHead and relative
head positioning via xorg.conf
The coding style may be a bit off, despite my
2020 Mar 10
2
[PATCH v7] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
Fixes the infamous 'runtime PM' bug many users are facing on Laptops with
Nvidia Pascal GPUs by skipping said PCI power state changes on the GPU.
Depending on the used kernel there might be messages like those in demsg:
"nouveau 0000:01:00.0: Refused to change power state, currently in D3"
"nouveau 0000:01:00.0: can't change power state from D3cold to D0 (config
space
2010 Jun 08
3
Deleting extension makes it usable?
I'm fairly new to FreePBX/Asterisk/Trixbox, but have Googled myself
into submission here, so any assistance is appreciated.
We had a user with a weak SIP secret recently that allowed it to be
used by an outside user. The extension was 3799. I could see the
intruder's calls (including the destination phone numbers) in the
trixbox call report log. Because the extension was no longer used, I
2006 Oct 23
2
Recurrence plot in package "tseriesChaos"
Hi,
I'm a new user of the R package, and I need to generate recurrence plots for a set of 56 time series data. The package tseriesChaos has the function "recurr" that gives a plot. But what I really need are the recurrence plot parameters that are calculated from each plot (like %recur, %det, trend, etc...) and that can be stored dynamically in a output file for all the 56 datasets.
2011 Sep 16
3
Problematic If-Else statement
Hi guys,
My code (next 2 lines below) isn't doing what I'm expecting it to:
tmp <-
ifelse(uncurated$days_to_tumor_recurrence=="null","norecurrence","recurrence")
curated$recurrence_status <- tmp
I want the column "recurrence_status" in my output file to have values
"recurrence" (if the input value had a number in the
2013 Jun 28
3
pxelinux 5.x, 6.x memtest problem
Hi guys!
I tried to boot memtest86+ v4.2 (renamed memtest.bin to memtest), and i have issues to boot it with pxelinux 5.x and greater.Pxelinux 4.06 works fine both memtest 4.1 and 4.2.
With version 6.00 no error message caught, only writes out dots. Any keypress does a reboot.With version 5.01 the error message is the follow:Loading images/memtest/memtest86... okBooting kernel failed: Bad file
2013 Jun 28
2
pxelinux 5.x, 6.x memtest problem
Hello,
FYI. This problem looks similar to the problem I reported in Februari
http://www.syslinux.org/archives/2013-February/019517.html
Kind regards,
Wim.
On 06/28/2013 10:02 AM, Matt Fleming wrote:
> On Fri, 28 Jun, at 08:13:03AM, N?meth P?ter wrote:
>> Hi guys!
>> I tried to boot memtest86+ v4.2 (renamed memtest.bin to memtest), and
>> i have issues to boot it with
2011 Aug 04
2
survival probability estimate method
Hi, I was reading a paper published in JCO "Prediction of risk of distant recurrence using 21-gene recurrence score in node-negative and node-positive postmenopausal patients with breast cancer treated with anastrozole or tamoxifen: a TransATAC study" (ICO 2010 28: 1829). The author uses a method to estimate the 9-year risk of distant recurrence as a function of continuous recurrence
2020 Mar 21
3
[PATCH v7] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Fri, Mar 20, 2020 at 11:19 PM Bjorn Helgaas <helgaas at kernel.org> wrote:
>
> On Tue, Mar 10, 2020 at 08:26:27PM +0100, Karol Herbst wrote:
> > Fixes the infamous 'runtime PM' bug many users are facing on Laptops with
> > Nvidia Pascal GPUs by skipping said PCI power state changes on the GPU.
> >
> > Depending on the used kernel there might be
2005 Sep 20
4
Proper way to boot memtest86
Hello list, any try the new memtest86 v3.2 with isolinux 3.11 cd and pxeboot?
How is the proper way to chainload memtest86
I was tried:
label memtest
kernel memtest.bin
but, nothing happens just a weird hang (my older versions of memtest hangs
too). Anyway chainloading in a floppy image with memdisk on CD or pxeboot was
fine but if I use memory to emulate a floppy I was not using this memory
2013 Feb 04
2
Version 5.01 not passing kernel command line args to memtest86+as it can understand
Hello,
I'm trying to pass the serial port options to memtest86+ using
Syslinux 5.01 but is not working. Debugging the memtest86+,
the check at main.cpp function static void parse_command_line(void)
if (*OLD_CL_MAGIC_ADDR != OLD_CL_MAGIC)
return;
Is being evaluated to true. What should I do? There is a way to
instruct memtest to use the "old way" to pass