Displaying 20 results from an estimated 30000 matches similar to: "App Directory issues-again?"
1999 Sep 14
2
DBase File locking issues
Hi All,
I am experiencing issues with the use of DBase files on a Samba 2.0.5a
share, that appear to be due to locking problems. Basically, I have
test programs for both DOS and Win32 that does nothing but append
records to a DBase database (DBF/MDX files). If more than one client
PC is appending to this file, data loss occurs. I get random data
loss, with records lost, and index file
2007 May 11
1
Problems with outbound calls through VSP
Bear with me this is a bit long winded. I am having some issues making
automated outbound calls over Broadvoice from my Asterisk 1.4.2 server.
For reference, none of the below issues happen when I make the calls to
VoIP phones attached to the Asterisk server. What I am trying to do is
call, using a .call file, out via the SIP trunk we have setup, and when
the party picks up use AMD to
2007 Apr 18
2
APIC clock setup dependent on PAE ?
Why are these APIC clock init hooks dependent on CONFIG_X86_PAE ?
include/asm/paravirt.h:
static inline void setup_boot_clock(void)
{
paravirt_ops.setup_boot_clock();
}
static inline void setup_secondary_clock(void)
{
paravirt_ops.setup_secondary_clock();
}
(via the vmi timer patch).
- James
--
James Morris
<jmorris@namei.org>
2007 Apr 18
2
APIC clock setup dependent on PAE ?
Why are these APIC clock init hooks dependent on CONFIG_X86_PAE ?
include/asm/paravirt.h:
static inline void setup_boot_clock(void)
{
paravirt_ops.setup_boot_clock();
}
static inline void setup_secondary_clock(void)
{
paravirt_ops.setup_secondary_clock();
}
(via the vmi timer patch).
- James
--
James Morris
<jmorris@namei.org>
2007 Apr 18
1
[PATCH] paravirt build fix
Currently, 020-paravirt-xen.patch contains inconsistent declarations for a
bunch of native_read/write functions. This patch updates the declarations
to use unsigned long for register values.
Signed-off-by: James Morris <jmorris@redhat.com>
---
include/asm-i386/paravirt.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff -purN -X dontdiff
2007 Apr 18
1
[PATCH] paravirt build fix
Currently, 020-paravirt-xen.patch contains inconsistent declarations for a
bunch of native_read/write functions. This patch updates the declarations
to use unsigned long for register values.
Signed-off-by: James Morris <jmorris@redhat.com>
---
include/asm-i386/paravirt.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff -purN -X dontdiff
2007 Apr 18
1
[LGUEST] updated nohz/hrtimer WIP patches (v02)
At http://namei.org/misc/lguest/patches/time/v02/
Current status:
- Resync to recent upstream lguest patch queue
- Rudimentary clock event device is working, but with a significant
performance hit
- Old TSC code included, still needs to be modified to handle freq change
Next:
- Check for pending interrupts after they're enabled again per suggestion
from Rusty.
--
James Morris
2007 Apr 18
1
[LGUEST] updated nohz/hrtimer WIP patches (v02)
At http://namei.org/misc/lguest/patches/time/v02/
Current status:
- Resync to recent upstream lguest patch queue
- Rudimentary clock event device is working, but with a significant
performance hit
- Old TSC code included, still needs to be modified to handle freq change
Next:
- Check for pending interrupts after they're enabled again per suggestion
from Rusty.
--
James Morris
2007 Apr 18
1
[PATCH] fix boot crash when freeing initrd memory
I'm triggering this BUG_ON during boot, which happens while freeing initrd
memory:
EIP is at free_init_pages+0x37/0xac
[<c01143f1>] free_initrd_mem+0x11/0x13
[<c03ce259>] free_initrd+0x13/0x29
[<c03cf647>] populate_rootfs+0xdc/0xe2
[<c01003af>] init+0x42/0x253
[<c0103bbb>] kernel_thread_helper+0x7/0x10
I'm not sure why this memory isn't aligned
2007 Apr 18
1
[PATCH] fix boot crash when freeing initrd memory
I'm triggering this BUG_ON during boot, which happens while freeing initrd
memory:
EIP is at free_init_pages+0x37/0xac
[<c01143f1>] free_initrd_mem+0x11/0x13
[<c03ce259>] free_initrd+0x13/0x29
[<c03cf647>] populate_rootfs+0xdc/0xe2
[<c01003af>] init+0x42/0x253
[<c0103bbb>] kernel_thread_helper+0x7/0x10
I'm not sure why this memory isn't aligned
2007 Apr 18
0
[PATCH] lhype: compilation fix for PKMAP_BASE reference
I get a compilation error with an undefined reference to PKMAP_BASE (on a
fairly standard x86 box). This patch include asm/highmem.h, where the
macro is defined. Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 2f39210c8792 drivers/lhype/init.c
--- a/drivers/lhype/init.c Mon Nov 13 17:16:49 2006 -0500
+++ b/drivers/lhype/init.c Mon Nov 13 17:23:38 2006 -0500
@@
2007 Apr 18
0
[PATCH] lhype: Add LFS support to lhype_add for disk images
This patch allows lhype_add to open disk image files larger than 2GB.
Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 82d084b15417 drivers/lhype/lhype_add.c
--- a/drivers/lhype/lhype_add.c Wed Nov 15 00:58:18 2006 -0500
+++ b/drivers/lhype/lhype_add.c Wed Nov 15 01:01:35 2006 -0500
@@ -329,7 +329,7 @@ static int set_up_block_device(const cha
struct stat st;
1999 Jan 11
0
R: Regression with t errors?
> Date: Mon, 11 Jan 1999 15:23:10 +0100
> From: Kjetil Halvorsen <khal at alumni.uv.es>
> To: "Morris, Jeffrey (JCD-RL)" <JMorris at OCDUS.JNJ.COM>
> CC: "'R-Help'" <r-help at stat.math.ethz.ch>
> Subject: [R] R: Regression with t errors?
>
> Has anybody implemented/knows about ways to do in R regression
> based on
2007 Apr 18
0
[PATCH] lhype: compilation fix for PKMAP_BASE reference
I get a compilation error with an undefined reference to PKMAP_BASE (on a
fairly standard x86 box). This patch include asm/highmem.h, where the
macro is defined. Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 2f39210c8792 drivers/lhype/init.c
--- a/drivers/lhype/init.c Mon Nov 13 17:16:49 2006 -0500
+++ b/drivers/lhype/init.c Mon Nov 13 17:23:38 2006 -0500
@@
2007 Apr 18
0
[PATCH] lhype: Add LFS support to lhype_add for disk images
This patch allows lhype_add to open disk image files larger than 2GB.
Please apply.
Signed-off-by: James Morris <jmorris@redhat.com>
---
diff -r 82d084b15417 drivers/lhype/lhype_add.c
--- a/drivers/lhype/lhype_add.c Wed Nov 15 00:58:18 2006 -0500
+++ b/drivers/lhype/lhype_add.c Wed Nov 15 01:01:35 2006 -0500
@@ -329,7 +329,7 @@ static int set_up_block_device(const cha
struct stat st;
2005 Sep 30
1
Music on hold not initiating RTP stream?
I've been having problems getting MusicOnHold to work, so I've dumbed down my
setup to as simple of a setup as I can.
Asterisk 1.0.9. SIP ATA's (Sipura SPA-2002's)
<SIP ATA 1> <---> <Asterisk> <---> <SIP ATA 2>
Both ATA's have public IP's. No NAT'ing going on here. Reinvites are allowed
so the media stream bypases Asterisk once a call
1998 Mar 25
1
R-beta: S Mailing List
I know that the S Mailing list recently moved but am not sure where. I
recently
moved and would like to resubscribe to the S Mailing list. Could someone
send me the latest info on subscribing?
Thanks!
Jeff
jmorris at cldx.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1998 Mar 25
1
R-beta: S Mailing List
I know that the S Mailing list recently moved but am not sure where. I
recently
moved and would like to resubscribe to the S Mailing list. Could someone
send me the latest info on subscribing?
Thanks!
Jeff
jmorris at cldx.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2007 May 09
2
[PATCH 0/2 v05] lguest: TSC & hrtimers
The following patches are the latest update of the TSC and hrtimer patches
I posted on 29/03.
Rusty's original TSC patch has been resynced to the latest lguest repo,
as has the hrtimer patch, which also incorporates feedback from Jeremy &
Rusty:
- Change clock event hrtimer to absolute time. 'now' is captured in the
host during the hypercall.
- Propagate -ETIME back to the
2007 May 09
2
[PATCH 0/2 v05] lguest: TSC & hrtimers
The following patches are the latest update of the TSC and hrtimer patches
I posted on 29/03.
Rusty's original TSC patch has been resynced to the latest lguest repo,
as has the hrtimer patch, which also incorporates feedback from Jeremy &
Rusty:
- Change clock event hrtimer to absolute time. 'now' is captured in the
host during the hypercall.
- Propagate -ETIME back to the