Displaying 20 results from an estimated 1000 matches similar to: "Xen in my financial news"
2006 Oct 31
0
4907972 ON packages: more typos in pkginfo files
Author: comay
Repository: /hg/zfs-crypto/gate
Revision: 995b6c053845811b23c196dc9e221620ed5ea04c
Log message:
4907972 ON packages: more typos in pkginfo files
6403105 ON packages need update to satisfy new package audits
Files:
update: usr/src/pkgdefs/PHXext/pkginfo.tmpl
update: usr/src/pkgdefs/SUNW1394/pkginfo.tmpl
update: usr/src/pkgdefs/SUNW1394h/pkginfo.tmpl
update:
2005 Oct 28
3
prepare for centos on compaq dl380 G1
greetings
i have a few dual P3 Compaq 1850R units and use compaq smartstart 5.5 on
them before a CentOS 4 load
i have acquired some dual P3 Compaq DL380 G1 i.e. Generation 1 units and am
wondering which specific smartstart download i should be using for them from
this URL below
h18004.www1.hp.com/support/files/server/us/subscription/ssdownloads.asp
would someone please share their experience
2011 Oct 06
1
dahdi show status command not avilable in CLI
Hi All,
I have installed asteriskNow with Asterisk 1.6.2.11 and FreePBX
2.7.0.10. I have configured x100p fxo card in my asterisk box. But in my
cli mode i am not getting the command *"dahdi show status"*
Output of CLI :
astrisks*CLI> *dahdi show status*
No such command 'dahdi show status' (type 'core show help dahdi show' for
other possible commands)
I
2006 Feb 17
1
test ping
test ping
- rh
--
Robert Hanson - Abba Communications
Computer & Internet Services
(509) 624-7159 - www.abbacomm.net
2005 Nov 22
3
server exercising, stressing, and/or testing
greetings
would someone please point me to an excellent server exercising, stressing,
and/or testing program that will run on centos 4?
i want one that will not out and out destroy a machine so to speak...
...meaning testing is one thing, yet pounding a box in the hard drive
department over and above the cause or unnecessarily does not appeal to me.
fyi the box i want to test/stress this time
2007 Oct 28
0
9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
configure.ac | 8 ++---
libswfdec/swfdec_as_context.c | 14 ++++-----
libswfdec/swfdec_audio_internal.h | 1
libswfdec/swfdec_codec_audio.c | 12 +++++++-
libswfdec/swfdec_codec_gst.c | 54 +++++++++++++++++++++++++++++++-------
libswfdec/swfdec_sound.c | 11 +++----
6 files changed, 72 insertions(+), 28 deletions(-)
New commits:
commit
2006 Aug 23
1
Winbind not looking in correct Win2k3 SBS User container
Hi,
We've recently upgraded a network from Win2k to 2k3 SBS. We were using
samba with security = domain (which I believe stopped working - I was on
vacation at the time the upgrade was done) and are now using security =
ads.
We're using samba-3.0.23b-0.1.35 on SuSE Enterprise Linux Server 9 SP3
x86_64
The samba machine has been sucessfully joined to the domain with:
kinit
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the
ssh_config file and use them from the LocalCommand and ProxyCommand.
Examples:
# set FOO to foo
LocalEnvMod FOO = foo
# append bar to FOO with default separator ","
LocalEnvMod FOO += bar
# unset FOO
LocalEnvMod FOO =
# append foo to BAR with separator ":", if BAR is empty
2012 Oct 14
1
[PATCH] NEW API: mktemp
Used to create temporary directory or file with an optional suffix.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
daemon/dir.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
generator/actions.ml | 36 +++++++++++++++++++++++++++++++
gobject/Makefile.inc | 6 ++++--
po/POTFILES | 2 ++
src/MAX_PROC_NR | 2 +-
5 files changed, 104
2005 Nov 09
3
Packages
I am in need of the udunits and udunits-devel packages. I know I
remember seeing the udunits package on the CD's but don't recall seeing
the udunits-devel. Looking at the rpm-pbone.net, I only found versions
avilable for FC. Would it break a bunch of stuff to install both
packages on a 4.1-i386 system ? Also looked via yum, at Dag's
repository, and mirrors, but nothing shows
2016 Jan 11
0
[PATCH v5 01/12] vga_switcheroo: Add handler flags infrastructure
Allow handlers to declare their capabilities and allow clients to
obtain that information. So far we have these use cases:
* If the handler is able to switch DDC separately, clients need to
probe EDID with drm_get_edid_switcheroo(). We should allow them
to detect a capable handler to ensure this function only gets
called when needed.
* Likewise if the handler is unable to switch AUX
2009 Sep 03
12
paperclip is not saving the files
Hi all,
I''ve installed paperclips but
paperclip is not saving the files
my model has
has_attached_file :attachment,:styles => { :medium => "300x300>",
:thumb => "100x100>" }
and i have db migration as
class AddAttachmentToPolicies < ActiveRecord::Migration
def self.up
add_column :policies,
2007 Apr 04
6
Best practice, dev/test/staging/production environments
I like the Stanford Best Practices guide for puppet. One thing I didn''t
see it address was handling of separate environments, for example Dev,
Test, Staging, Production.
My thoughts on this so far, are:
brainstorm #1) Handle environment differences with metadata:
node devProductName01 {
$env = "dev"
include ProductName-webserver
}
node testProductName01 {
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
Overview
========
This module implements the Center for Internet Security (CIS) Security Configuration Benchmark for Red Hat Enterprise Linux 6 v.1.1.0 (avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact.
Installation
============
Please either:
- Clone git repo from https://github.com/arildjensen/cis-puppet
- Run "puppet
2008 Sep 27
1
[PATCH 6/6 v3] PCI: document the change
Create how-to for SR-IOV user and device driver developer.
Cc: Jesse Barnes <jbarnes at virtuousgeek.org>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Grant Grundler <grundler at parisc-linux.org>
Cc: Alex Chiang <achiang at hp.com>
Cc: Matthew Wilcox <matthew at wil.cx>
Cc: Roland Dreier <rdreier at cisco.com>
Cc: Greg KH <greg at kroah.com>
2008 Sep 27
1
[PATCH 6/6 v3] PCI: document the change
Create how-to for SR-IOV user and device driver developer.
Cc: Jesse Barnes <jbarnes at virtuousgeek.org>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Grant Grundler <grundler at parisc-linux.org>
Cc: Alex Chiang <achiang at hp.com>
Cc: Matthew Wilcox <matthew at wil.cx>
Cc: Roland Dreier <rdreier at cisco.com>
Cc: Greg KH <greg at kroah.com>
2008 Sep 01
2
[PATCH 4/4 v2] PCI: document the change
Complete the hotplug ABI document, and add SR-IOV HOWTO.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
Documentation/ABI/testing/sysfs-bus-pci | 67 ++++++++++++
Documentation/DocBook/kernel-api.tmpl | 3 +
Documentation/PCI/pci-iov-howto.txt | 177 +++++++++++++++++++++++++++++++
3 files changed, 247 insertions(+),
2008 Sep 01
2
[PATCH 4/4 v2] PCI: document the change
Complete the hotplug ABI document, and add SR-IOV HOWTO.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
Documentation/ABI/testing/sysfs-bus-pci | 67 ++++++++++++
Documentation/DocBook/kernel-api.tmpl | 3 +
Documentation/PCI/pci-iov-howto.txt | 177 +++++++++++++++++++++++++++++++
3 files changed, 247 insertions(+),
2008 Sep 01
2
[PATCH 4/4 v2] PCI: document the change
Complete the hotplug ABI document, and add SR-IOV HOWTO.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
Documentation/ABI/testing/sysfs-bus-pci | 67 ++++++++++++
Documentation/DocBook/kernel-api.tmpl | 3 +
Documentation/PCI/pci-iov-howto.txt | 177 +++++++++++++++++++++++++++++++
3 files changed, 247 insertions(+),
2005 Aug 10
1
additional boot options with older Compaq 1850R and DL360 and DL380 units
greetings
does the list at this url cover *all* options or are there some hidden or
newer ones by chance?
http://www.centos.org/docs/4/html/rhel-ig-x8664-multi-en-4/ap-bootopts.html
i am playing with CentOS 4 on some Compaq dual PIII hardware. The first unit
is an 1850R with dual 500Mhz. If you need more info please let me know. it
is a basic unit with raid controller and a Gig of DRAM etc.