Displaying 20 results from an estimated 45 matches for "evergreens".
Did you mean:
evergreen
2013 Sep 16
3
Evergreen ILS on CentOS?
I spent a number of hours at one of the local SF clubs turning a desktop
into a dual-boot (if they ever need that for anything) CentOS 6.4 system,
then trying to install Evergreen, an oss library package.
Can you say, "dependency hell"?
I suspect they wrote it on Ubuntu (this is client/server software, dunno
why they'd do that). At any rate, I yum installed the postgresql 9.x
2006 Jul 25
0
pam winbind seems to have trouble with idmap backend = ldap
Environment is
samba-3.0.10-1.4E.6
RedHat ES4, kernel 2.6.9-34.0.2.ELsmp
AD domain Win2003 SP2 Native mode
This system was initially setup in ads security mode, joined to a Win
2003 AD domain and configured to use winbind for both samba file shares
and authz/authn for sshd and local logins. In this configuration the
winbind idmap was the default local database. Everything worked fine.
Users could
2009 Nov 26
2
Testing for strength of fit using R
Dear all,
I am trying to validate a model by comparing simulated output values against observed values. I have produced a simple X-y scatter plot with a 1:1 line, so that the closer the points fall to this line, the better the 'fit' between the modelled data and the observation data.
I am now attempting to quantify the strength of this fit by using a statistical test in R. I am no
2007 Sep 05
1
ecological meaning of randomForest vegetation classification?
Hi, everyone,
I haven't found anything similar in the forum, so here's my problem (I'm no
expert in R nor statistics):
I have a data set of 59.000 cases with 9 variables each (fractional
coverage of 9 different plant types, such as deciduous broad-leaved
temperate trees or evergreen tropical trees etc.), which was generated by a
vegetation model.
In order to evaluate the quality of
2014 Jan 13
2
A question about 7
I've seen that RHEL 7 beta is out for some time now: is there a CentOS
version of that beta? If not, is it likely to be a real pain, once CentOS
7 is released, to upgrade from RHEL 7 beta to CentOS 7?
Reason for this: at one of my local sf clubs, I've been trying to install
Evergreen, F/OSS library software, on a system, and it's a nightmare. They
seem to have been building it for
2015 Feb 19
3
[LLVMdev] [3.6 Release] RC4 has been tagged
On 19 February 2015 at 13:57, Renato Golin <renato.golin at linaro.org> wrote:
> test/CodeGen/R600/Output/infinite-loop-evergreen.ll
>
> Is actually in an infinite loop on AArch64... This is RC4 Phase3. I
> didn't see that on RC3.
Well, I spoke too early. Apparently the test finished after 8 minutes
running... Is that expected?
8 minutes is longer than it takes to run the
2008 Jan 04
4
library system
Dear All,
Sorry for disturbing, anyone have recommendation for a good open
source library system.
hope to do it for my church.
Thanks
2012 May 12
1
xulrunner 1.9.2.26 available in repackaged form for use with legacy programs
I have re-packaged xulrunner 1.9.2.26 for CentOS 5 for use with older
applications which can't be run with xulrunner 10.0.4. I created
'compatibity' RPMs that can be safely installed alongside xulrunner
10.0.4. I needed it to run the Evergreen 2.1 and 2.2 Staff Clients at
our local library. The RPMs are available in the Deepwoods Software
repo at the URL:
2011 Aug 23
2
king fm m3u streams
Hi,
Thanks, that helps. What I really want however, is an MP3 stream that
can play on a WI-FI mp3 player. I know the m3u streams, but they wont
play. I can find the stream for the regular KING HD-1, but not for
opera or evergreen.
Bijan
On 8/22/2011 10:01 PM, Greg Ogonowski wrote:
> Bijan-
>
> It will play in Windows Media Player 12, however there is a Microsoft bug
> (never
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
Hi Christian
Am 11.05.20 um 19:17 schrieb Christian K?nig:
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
>
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/radeon/Makefile | 4 +-
> drivers/gpu/drm/radeon/evergreen.c | 7 -
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
AGP is deprecated for 10+ years now and not used any more on modern hardware.
Old hardware should continue to work in PCI mode.
Signed-off-by: Christian K?nig <christian.koenig at amd.com>
---
drivers/gpu/drm/radeon/Makefile | 4 +-
drivers/gpu/drm/radeon/evergreen.c | 7 -
drivers/gpu/drm/radeon/r100.c | 10 +-
drivers/gpu/drm/radeon/r300.c | 9 -
2004 Aug 06
1
Ices dies unexpectedly!!!
...ng up
Encountered error while transfering
/home/mp3/balazs/ministry_of_sound-the_annual_spring2001cd1.mp3: Mount
failed on http://127.0.0.1:8000/ices, error: Could not login on server.
Server message: ERROR - Mount Point Taken or Invalid
DEBUG: Builtin playlist handler serving: /home/mp3/MicroMan - Evergreens
Vol. 1/01. Das Nippel.mp3
DEBUG: ID3v1 song: Das Nippel
DEBUG: ID3v1 artist: MicroMan
DEBUG: ID3v2 tag size is 112 bytes
DEBUG: Skipping to MP3 data
DEBUG: Layer: III Version: MPEG-1 Frequency: 44100
DEBUG: Bitrate: 128 kbit/s Padding: 0 Mode: j-stereo
DEBUG: Ext: 0 Mode_Ext: 2 Copyright: 0 Origin...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
On Mon, May 11, 2020 at 1:17 PM Christian K?nig
<ckoenig.leichtzumerken at gmail.com> wrote:
>
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
Might want to clarify that there is no loss of functionality here.
Something like:
"There is no loss of functionality here. GPUs will continue to
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys,
Well let's face it AGP is a total headache to maintain and dead for at least 10+ years.
We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc...
So the idea here is to just go ahead and remove the support
2014 Oct 03
2
[LLVMdev] Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
Hi Tom, Matt,
I'm running into strange issues with the cos test (piglit
generated_tests/cl/builtin/math/builtin-float-cos-1.0.generated.c)
I have been seeing random failures (incorrect results) for some time and
tried to investigate. the weird part is that the failures are not 100%
reproducible, sometimes the tests pass, or partly pass
(it's usually float8 and float16 subtests that
2008 Jan 16
0
step-down bootstrap multiple comparisons in R?
I've been using SAS PROC MULTTEST to perform multiple comparisons on
data that are not normally distributed by using the stepdown bootstrap
procedures of Westfall and Young (1993). According to the SAS manual,
"the bootstrap method creates pseudo-data sets by sampling observations
with replacement from each within-stratum pool of observations. An
entire data set is thus created, and
2006 Jan 27
2
DTMF's indescipherable, but voice clean!
After many hours today thinking that I had placed a bug into my dialplan, I
realized that for some reason DTMF tones are simply not making it into
asterisk! Calling into my pbx transmits crystal-clear audio in both
directions. But dialing DTMF's from pstn->pbx is unsuccessful, while
pbx->pstn works fine. The tones simply don't make it through. Tiny brief
fragments are all.
Please
2012 Jun 07
2
ATI Mobility Radeon HD 5470
Hello.
Can I use this video card with FreeBSD? If yes so, where I can driver download?
Best regards,
Vladimir Vasilenko <vladimir@shumbely.com>
2012 Aug 11
0
[ANNOUNCE] libdrm 2.4.38
Alex Deucher (2):
radeon: add some missing evergreen pci ids
radeon: add some new SI pci ids
Chris Wilson (1):
intel: Bail gracefully if we encounter an unknown Intel device
Cooper Yuan (1):
libdrm/exynos: padding gem_mmap structure to 64-bit aligned
Damien Lespiau (1):
intel: Remove two unused variables
Dave Airlie (4):
libdrm: add missing caps from kernel
2012 Dec 11
0
VGA passthrough to HVM Linux domU
I am having problems getting my 64-bit Debian Squeeze (Xen version 4.0, Linux Kernel 2.6.32) dom0 to pass a Gigabyte HD 5450 graphics card to an HVM 64-bit Arch Linux domU. I have two Gigabyte HD 5450 graphics cards connected to my Gigabyte GA-X79-UP4 motherboard. I can pass the secondary card (the one the bios doesn’t show up on) to an HVM 32-bit Windows XP domU (I thought that would be the hard