Displaying 20 results from an estimated 200 matches similar to: "Red Hat Enterprise 3 build"
2006 Aug 01
1
snmp-ups and a Liebert GXT2-3000RT120 Ups
Is this the best place to get into contact with the snmp-ups driver
developers? I am trying to get the snmp-ups driver to work with a
Liebert GXT2 UPS, and it works for knowing when it goes on battery and
such, but when it comes to shutting down the Liebert UPS, it doesn't
work.
Any suggestions or docs that I need to read?
--
Ronald Reed
Manager of Computer Operations
ARM SGP ACRF Site
2007 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this?
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
Sincerely,
K
-----Original Message-----
From: KC
2008 Aug 06
4
Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible
Hi,
This small mail to share my observation about a recent move of mailboxes
between two servers and ask about explanation and/or improvement about UIDL
in dovecot.
SV1 : Dovecot 0.99.14 / Red Hat Fedore Core 4
SV2 : Dovecot 1.07 / CentOS 5.2
Mailboxes in /var/spool/mail on the twoo servers.
Test will be done with outlook express with option "leave message on server"
checked.
Goal is
2020 Aug 27
1
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
On Thu, 27 Aug 2020 at 22:36, Logan Gunthorpe <logang at deltatee.com> wrote:
>
>
>
> On 2020-08-23 6:04 p.m., Tom Murphy wrote:
> > I have added a check for the sg_dma_len == 0 :
> > """
> > } __sgt_iter(struct scatterlist *sgl, bool dma) {
> > struct sgt_iter s = { .sgp = sgl };
> >
> > + if (sgl &&
2003 Sep 06
0
ports tree
is it just my two -STABLE systems, or is the 4.9 ports tree broken ?
# portupgrade -a
cd: can't cd to /usr/ports/x11/gnomecore
cd: can't cd to /usr/ports/palm/gnomepilot
cd: can't cd to /usr/ports/palm/gnomepilot-conduits
cd: can't cd to /usr/ports/x11/libpanel
** Package name changed from 'automake14' (devel/automake14) to 'automake'
(devel/automake14).
** No
2020 Sep 10
1
[Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
On Wed, 9 Sep 2020 at 13:56, Tvrtko Ursulin
<tvrtko.ursulin at linux.intel.com> wrote:
>
>
> On 09/09/2020 10:16, Tvrtko Ursulin wrote:
> > On 08/09/2020 23:43, Tom Murphy wrote:
> >> On Tue, 8 Sep 2020 at 16:56, Tvrtko Ursulin
> >> <tvrtko.ursulin at linux.intel.com> wrote:
> >>> On 08/09/2020 16:44, Logan Gunthorpe wrote:
>
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All,
I have a CentOS server that I am trying to configure Asterisk on 1.4 on.
Everything seems to go ok, with regards to compiling Zaptel, Libpri,
Asterisk (will be using kernel 2.6 timer and ztdummy)
Unfortunately I can't insmod / modprobe ztdummy.
[root @xyz src]# modprobe ztdummy
FATAL: Module ztdummy not found.
FATAL: Error running install command for ztdummy
2002 Sep 09
2
User names?
I rebuilt an RHL 7.2 and copied my Samba file(s) back over. Samba is
running, and when prompted for my username/password by my Windoze machine
it will only work with one username/password. It will not work with any
others.
What's causing my problem here?
Don't shoot the messenger,
Rick Reed
rreed@budgetext.com
2008 Nov 03
4
wine hangs until ctrl - C is sent
Hello,
I have a strange problem
I have two applications called ADM and SGP
When I start one or another it starts very fast, but the second hangs until I got to the terminal and I press crtl-c
The message sent when i press ctrl-c is the following
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000013a
After that it starts working
2020 Aug 24
1
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
Hi Logan/All,
I have added a check for the sg_dma_len == 0 :
"""
} __sgt_iter(struct scatterlist *sgl, bool dma) {
struct sgt_iter s = { .sgp = sgl };
+ if (sgl && sg_dma_len(sgl) == 0)
+ s.sgp = NULL;
if (s.sgp) {
.....
"""
at location [1].
but it doens't fix the problem.
You're right though, this
2017 Oct 31
0
convertTime package.
Hi Scott,
Where did you get this function originally? I can't find anything about it.
What OS are you using?
What says, "not available for the version"? Where are you getting that error?
What are you trying to accomplish? What does that function actually
do? It's impossible to suggest a work-around for a function of unknown
purpose and origin.
(The posting guide for this
2017 Oct 31
2
convertTime package.
To whom it might concern. I am working on a project that needs the convertTime function. I am currently using version 3.4.1 and it says not available for the version. Two questions is there a work around for the function or is there another package that contains that functions.
Thanks,
Scott Anderwald
2008 Sep 29
3
wine: Unhandled page fault on read access to 0x00000064
Why am i always getting this crash ??
I dont understand how can I make this work
wine: Unhandled page fault on read access to 0x00000064 at address 0x7e72d7a6 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000064 in 32-bit code (0x7e72d7a6).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e72d7a6 ESP:00334b7c EBP:00334b94
2007 May 29
9
Asking hard questions about the NUT architecture
I've spent the better part of two working days reading the NUT code and
documentation and thinking about typical modern use cases for the software.
I'm now questioning whether I want to get any further involved with this
project, because it seems to me that the codebase is a huge and complicated
pile of machinery mainly aimed at solving problems that no longer matter.
I could be wrong
2008 Nov 11
1
Can I load kernel32 native dll ?
I cant load kernel32 native dll ...
why ?
WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
2005 Aug 07
5
ocfs2 can not mount for nodes. first time installation
Error: mount.ocfs2: Transport endpoint is not connected while
mounting /dev/sdc1 on /u02, could not mount /dev/sdc1.
The installation step is:
1. install all rpms on int-rac1, int-rac2
2. interconnect int-rac1, int-rac2, ping each other using private ip and public
ip ok. Add EMC SAN as shared disk and visable for two nodes.
3. configure int-rac1 using ocfs2console, add two nodes
4. according
2017 Jan 09
4
How to downgrade gtk2 libs in CentOS 6.8?
Hi all. I'm using a CentOS 6.8 VM to do volunteer builds for an open
source project. I want to build Pale Moon with a gtk2 library older
than 2.24, to allow people with older linuxes to run it. Short summary,
if built against version gtk2-2.24 and/or higher, the binary will use a
function that does not exist in gtk2-2.23 and lower. Net result is that
the program dies with an
2008 Apr 26
19
DVD reader: Hardware problem or OS glitch?
Hello: The box is dual boot (Win XP & CentOS 5). A Dell Dimension
4300 Celeron. There was an intermittent problem with this last year
and last Thanksgiving, I wiped the HD and installed Win XP and CentOS
5 clean. My daughter asked me to install KStars which is in the kdeedu
RPM on the Fedora Core 6 Install DVD. I did that, without any
problems, on my box and on my wife's box. On the
2020 Sep 08
0
[Intel-gfx] [PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
On Tue, 8 Sep 2020 at 16:56, Tvrtko Ursulin
<tvrtko.ursulin at linux.intel.com> wrote:
>
>
> On 08/09/2020 16:44, Logan Gunthorpe wrote:
> > On 2020-09-08 9:28 a.m., Tvrtko Ursulin wrote:
> >>>
> >>> diff --git a/drivers/gpu/drm/i915/i915_scatterlist.h
> >>> b/drivers/gpu/drm/i915/i915
> >>> index b7b59328cb76..9367ac801f0c
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi,
I would like to submit the attached patch. It implements IO loop using
FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of
2005-12-12.
I could only give it limited testing on FreeBSD 5.4 but it works fine so far.
Vaclav Haisman
-------------- next part --------------
diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh
---