Displaying 11 results from an estimated 11 matches similar to: "Asterisk Shutting Down"
2009 Dec 27
2
[Bug 25806] New: NV40 vertex corruption (kernel BO deletion too early?)
http://bugs.freedesktop.org/show_bug.cgi?id=25806
Summary: NV40 vertex corruption (kernel BO deletion too early?)
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2014 Dec 18
0
samba slowing down
On Thu, Dec 18, 2014 at 3:51 PM, Cj Tibbetts <
cjtibbetts at heritageacademyaz.com> wrote:
>
> Thank you Ricky for responding. I am still new to linux and samba so I am
> struggling with where to start. I will answer your questions the best that
> I can. For memory use I see only a small increase over time. I used vmstat
> after reboot and after 30 min. I am using samba 4.1.9
2008 Nov 26
0
cannot enable sound on domU (centos5.1) and cannot change virbr0 bridge to xenbr0 bridge
Hi all,
my dom0 is centos5.2 and domU paravirtualized is centos5.1
I can play sound on dom0 but not in domU (name: gasphar), moreover I use
wifi as my inet connection and on installing domU cento5.1, I used
virt-manager.
I know that libvirtd made virbr0 and when changing to xenbr0, I cannot
connect to internet but ssh to dom0 is fine!
so how do I enable sound device on domU and changing to
2014 Oct 17
0
Wine release 1.7.29
The Wine development release 1.7.29 is now available.
What's new in this release (see below for details):
- Support for shaping and BiDi mirroring in DirectWrite.
- Some page fault handling fixes.
- A few more C runtime functions.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.29.tar.bz2
2014 Dec 15
2
samba slowing down
The longer our samba runs the more delayed the responses become. Samba has
been running for 5 months but this new development was noticed 2 weeks ago.
The first major sign of the issue was a new DC was trying to join and
failed due to timeout errors. At close look we see performance degradation
within a few hours or when we try to join a new DC.
smb.conf
# Global parameters
[global]
2005 Apr 26
3
Error using e1071 svm: NA/NaN/Inf in foreign function call
Hello,
As far I saw in archive mailing list, I am not the first person with this problem. Anyway I was not able to pass this error once the information I got from the archive it is not very conclusive for this case. I have used linear, radial and sigmoid kernels for the same data in the same conditions and everything is ok. This problem just happens with the polynomial kernel. I send the
2006 Jan 30
1
Running Rails Tests in Eclipse Test::Unit GUI
Maybe this is common knowledge, I don''t know. I figured I''d post it,
hopefully it can help some people. If anyone has a better way, please
share.
http://jrhicks.net/120 (not my blog, I''m Mike in the comments
I couldn''t get it to literally run the test in the identical way as
rails does when you type rake. However, I could get it to run an
individual
2006 Mar 10
3
Problems installing rubygems -No such file to load: rubygems
Hi,
I''m a bit of a beginner at this and I''m having some problems with
installation, hopefully someone can help.
I''m following the guide for setting up under Mac OS X at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
. I follow the tutorial all the way through without any errors but when
it comes to the MySQL Native Bindings step I get an
2012 Oct 17
2
loop of quartile groups
Greetings R users,
My goal is to generate quartile groups of each variable in my data set. I
would like each experiment to have its designated group added as a
subsequent column. I can accomplish this individually with the following
code:
brks <- with(data_variables,
cut2(var2, g=4))
#I don't want the actual numbers, I need a numbered group
data$test1=factor(brks,
2011 Aug 05
0
Wine release 1.3.26
The Wine development release 1.3.26 is now available.
What's new in this release (see below for details):
- Various improvements to the builtin Internet Explorer.
- Support for Get/SetDIBits in the DIB engine.
- Support for enhanced metafiles in the View tool.
- Many improvements in WinHTTP.
- A number of fixes to the COM stubless marshaller.
- Improved mechanism for DLL
2006 Jan 25
9
AJAX Search w/database results
Hey,
I have a main page that lists a table of Devices, along with a Search
box. I''d like to have the Search field pull up any related Devices,
and then re-populate the table.
I can do this without AJAX, just calling my List action over again,
passing the params to search on, but with AJAX I get the error,
"Cannot convert nil to string" on this line:
@device_pages, @devices =