search for: 0800

Displaying 20 results from an estimated 16461 matches for "0800".

2002 Nov 18
0
Kazaa
...ut: --------------------------------------------------- fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:win32:PE_CreateModule Unknown directory 15 ignored err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string ite...
2010 May 19
6
[PATCH 0/6]xl: Add ''xl tmem-*'' commands
Add tmem-* commands, did some simple tests. [PATCH 1/6]xl: Add ''xl tmem-list'' command [PATCH 2/6]xl: Add ''xl tmem-freeze'' command [PATCH 3/6]xl: Add ''xl tmem-destroy'' command [PATCH 4/6]xl: Add ''xl tmem-thaw'' command [PATCH 5/6]xl: Add ''xl tmem-set'' command [PATCH 6/6]xl: Add ''xl
2012 Dec 21
0
File Attachments for previous bug report
...for the mailer daemon at mindrot, per Angel's suggestion. I am attaching the patch files to the email, with the extra space removed and a minor correction made. Bill Parker (wp02855 at gmail dot com) -------------- next part -------------- --- port-linux.c.orig 2012-12-19 17:40:53.231529475 -0800 +++ port-linux.c 2012-12-19 17:41:27.573571514 -0800 @@ -191,7 +191,7 @@ logit("%s: getcon failed with %s", __func__, strerror(errno)); return; } - if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) == + if ((cx = strchr(oldctx, ':')) == NUL...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...part -------------- diff -ruN klibc-0.114_orig/klibc/arch/i386/libgcc/__muldi3.S klibc-0.114/klibc/arch/i386/libgcc/__muldi3.S --- klibc-0.114_orig/klibc/arch/i386/libgcc/__muldi3.S 2002-08-27 16:04:29.000000000 -0700 +++ klibc-0.114/klibc/arch/i386/libgcc/__muldi3.S 2004-02-22 04:39:00.000000000 -0800 @@ -1,7 +1,7 @@ /* * arch/i386/libgcc/__muldi3.S * - * 64*64 = 64 bit unsigned multiplication + * 64*64 = 64 bit signed multiplication */ .text diff -ruN klibc-0.114_orig/klibc/libgcc/__divdi3.c klibc-0.114/klibc/libgcc/__divdi3.c --- klibc-0.114_orig/klibc/libgcc/__divdi3.c 2002-08-27 2...
2007 Jan 24
1
bug in logging
...bug in puppetmaster.log. (maybe. it is possible I did this myself with a borked config ) I seems that puppetmaster is re-logging past data. I have noop = true and set runinterval = 60 to show the bug. I manually added the "manual break" lines in between runs. Wed Jan 24 09:27:29 -0800 2007 Puppet (notice): Shutting down Wed Jan 24 09:28:36 -0800 2007 Puppet (notice): Reopening log files Wed Jan 24 09:28:36 -0800 2007 Puppet (notice): Starting Puppet server version 0.22.0 Wed Jan 24 09:28:44 -0800 2007 Puppet (notice): Compiled configuration for fc5 in 0.04 seconds Wed Jan 24 09:...
2012 Dec 20
4
Deprecated calls to bzero() and index() found in OpenSSH 6.1p1
...hich is ANSI compliant), index() (replaced with strchr() which is also ANSI compliant). In file 'auth2-jpake.c', I've replaced all the bzero() calls with the equivalent memset() calls. The patch file is below in (diff -u) format: --- auth2-jpake.c.orig 2012-12-19 17:01:52.817528171 -0800 +++ auth2-jpake.c 2012-12-19 17:05:59.044554766 -0800 @@ -178,7 +178,7 @@ fatal("%s: not enough bytes for rawsalt (want %u have %u)", __func__, len, digest_len); memcpy(rawsalt, digest, len); - bzero(digest, digest_len); + mem...
2005 Jul 31
1
BUG: Standard Time v. DST calculated wrong by Samba Server
FYI, the same bug apears if one mounts the file system using "cifs": -rwxr----- 1 user 2532415 2000-04-02 00:34:50.000000000 -0800 fo1.mp3* -rwxr----- 1 user 3876671 2000-03-12 21:33:20.000000000 -0800 fo2.mp3* Linda W wrote: > Summary: > There appears to be a bug in the "time range" Samba is using on > dates where time is scheduled to "Spring Forward" from Standard > to Daylight Savings time...
2007 Feb 05
1
Recommendations for Lexmark Z11 driver install?
...the driver is not installed? (Should lz11.foomatic be available from somewhere else, and I simply haven't installed all the right centos packages?) __________ Here's the rundown of what I've tried so far, starting with the log output when the test print fails: I [04/Feb/2007:20:33:06 -0800] Adding start banner page "none" to job 4. I [04/Feb/2007:20:33:06 -0800] Adding end banner page "none" to job 4. I [04/Feb/2007:20:33:06 -0800] Job 4 queued on 'Lexmark' by 'root'. I [04/Feb/2007:20:33:06 -0800] Started filter /usr/lib/cups/filter/pstops (PID 64...
2008 Nov 25
7
when timer go back in dom0 save and restore or migrate, PV domain hung
...estoring, xen don''t restore the wc_sec of share_info from xenstore and use native one. So guest os will hang. this patch will work for this issue. Thanks -- Song Wei diff -r a5ed0dbc829f tools/libxc/xc_domain_restore.c --- a/tools/libxc/xc_domain_restore.c Tue Nov 18 14:34:14 2008 +0800 +++ b/tools/libxc/xc_domain_restore.c Fri Nov 21 17:34:15 2008 +0800 @@ -328,6 +328,16 @@ /* For info only */ nr_pfns = 0; + //jsong@novell.com, james song + memset(&domctl, 0, sizeof(domctl)); + domctl.domain = dom; + domctl.cmd = XEN_DOMCTL_restoredomain; + fr...
2010 Feb 12
1
[LLVMdev] Unable to connect to google1.osuosl.org
I am unable to connect to build master at:google1.osuosl.org:9990 from my buildslave. See attached twisted9.0.0 log. 2010-02-12 09:50:03-0800 [-] Log opened. 2010-02-12 09:50:03-0800 [-] twistd 9.0.0 (C:\Python26\python.exe 2.6.2) starting up. 2010-02-12 09:50:03-0800 [-] reactor class: twisted.internet.win32eventreactor.Win32Reactor. 2010-02-12 09:50:03-0800 [-] Starting factory <buildbot.slave.bot.BotFactory instance at 0x013A1DA0&g...
2001 Dec 28
1
[cups] print_job: Unsupported format 'application/octet-stream'!
Hello Family, In attempting to print from Win2000 to RedHat-6.2 Linux (Samba-2.2.2) using CUPS I received the following errors from /var/log/cups/error_log I [28/Dec/2001:19:20:40 +0800] Listening to 0:631 I [28/Dec/2001:19:20:40 +0800] Configured for up to 100 clients. I [28/Dec/2001:19:20:40 +0800] LoadPPDs: Read "/etc/cups/ppds.dat",12 PPDs... I [28/Dec/2001:19:20:40 +0800] LoadPPDs: No new or changed PPDs... E [28/Dec/2001:19:21:58 +0800] print_job: Unsupported...
2007 Apr 18
0
[PATCH 3/9] Vmi cpu cycles.patch
...rences with real hardware, but we need it to be as precise as possible so the guest can make accurate time calculations with the cycle counters. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r b8b315c897bb arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c Tue Feb 27 14:04:43 2007 -0800 +++ b/arch/i386/kernel/vmi.c Tue Feb 27 14:06:46 2007 -0800 @@ -874,6 +874,7 @@ static inline int __init activate_vmi(vo paravirt_ops.setup_secondary_clock = vmi_timer_setup_secondary_alarm; #endif paravirt_ops.get_scheduled_cycles = vmi_get_sched_cycles; + paravirt_ops.get_cpu_khz = vmi_c...
2007 Apr 18
0
[PATCH 3/9] Vmi cpu cycles.patch
...rences with real hardware, but we need it to be as precise as possible so the guest can make accurate time calculations with the cycle counters. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r b8b315c897bb arch/i386/kernel/vmi.c --- a/arch/i386/kernel/vmi.c Tue Feb 27 14:04:43 2007 -0800 +++ b/arch/i386/kernel/vmi.c Tue Feb 27 14:06:46 2007 -0800 @@ -874,6 +874,7 @@ static inline int __init activate_vmi(vo paravirt_ops.setup_secondary_clock = vmi_timer_setup_secondary_alarm; #endif paravirt_ops.get_scheduled_cycles = vmi_get_sched_cycles; + paravirt_ops.get_cpu_khz = vmi_c...
2007 Feb 14
4
[PATCH 3/12] Provide basic Xen PM infrastructure
...dd basic infrastructure for xen power management. Now only S3 (suspend to ram) is supported. Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com> diff -r 13e258a58044 xen/arch/x86/acpi/Makefile --- a/xen/arch/x86/acpi/Makefile Wed Feb 14 11:13:40 2007 +0800 +++ b/xen/arch/x86/acpi/Makefile Wed Feb 14 11:13:40 2007 +0800 @@ -1,1 +1,2 @@ obj-y += boot.o obj-y += boot.o +obj-y += power.o diff -r 13e258a58044 xen/arch/x86/boot/x86_32.S --- a/xen/arch/x86/boot/x86_32.S Wed Feb 14 11:13:40 2007 +0800 +++ b/xen/arch/x86/boot/x86_32.S Wed Feb 14 11:13:40 200...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...ned-off-by: Dan Hecht <dhecht@vmware.com> Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.16-rc6/arch/i386/kernel/apic.c =================================================================== --- linux-2.6.16-rc6.orig/arch/i386/kernel/apic.c 2006-03-12 19:49:53.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/apic.c 2006-03-12 19:57:42.000000000 -0800 @@ -39,6 +39,7 @@ #include <mach_apic.h> #include <mach_ipi.h> +#include <mach_apictimer.h> #include "io_ports.h" @@ -1322,7 +1323,7 @@ int __init APIC_init_uniprocessor (void) i...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...ned-off-by: Dan Hecht <dhecht@vmware.com> Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.16-rc6/arch/i386/kernel/apic.c =================================================================== --- linux-2.6.16-rc6.orig/arch/i386/kernel/apic.c 2006-03-12 19:49:53.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/apic.c 2006-03-12 19:57:42.000000000 -0800 @@ -39,6 +39,7 @@ #include <mach_apic.h> #include <mach_ipi.h> +#include <mach_apictimer.h> #include "io_ports.h" @@ -1322,7 +1323,7 @@ int __init APIC_init_uniprocessor (void) i...
2007 Apr 18
1
[PATCH 2/9] Sched clock paravirt op fix.patch
...function which I ashamedly admit I hacked in to try to get this to work earlier, and then even got in the wrong units. Please apply. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r d58e6ddfdfa9 arch/i386/kernel/paravirt.c --- a/arch/i386/kernel/paravirt.c Thu Feb 15 23:52:41 2007 -0800 +++ b/arch/i386/kernel/paravirt.c Fri Feb 16 00:04:39 2007 -0800 @@ -32,6 +32,7 @@ #include <asm/fixmap.h> #include <asm/apic.h> #include <asm/tlbflush.h> +#include <asm/timer.h> /* nop stub */ static void native_nop(void) @@ -520,6 +521,7 @@ struct paravirt_ops parav...
2007 Apr 18
1
[PATCH 2/9] Sched clock paravirt op fix.patch
...function which I ashamedly admit I hacked in to try to get this to work earlier, and then even got in the wrong units. Please apply. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r d58e6ddfdfa9 arch/i386/kernel/paravirt.c --- a/arch/i386/kernel/paravirt.c Thu Feb 15 23:52:41 2007 -0800 +++ b/arch/i386/kernel/paravirt.c Fri Feb 16 00:04:39 2007 -0800 @@ -32,6 +32,7 @@ #include <asm/fixmap.h> #include <asm/apic.h> #include <asm/tlbflush.h> +#include <asm/timer.h> /* nop stub */ static void native_nop(void) @@ -520,6 +521,7 @@ struct paravirt_ops parav...
2011 Nov 24
0
[PATCH 6/6] X86: implement PCID/INVPCID for hvm
...tively; For shadow hvm, we disable PCID/INVPCID, otherwise we need to emulate INVPCID at vmm by setting INVPCID non-root behavior as vmexit. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r c61a5ba8c972 xen/arch/x86/hvm/hvm.c --- a/xen/arch/x86/hvm/hvm.c Tue Nov 22 02:47:51 2011 +0800 +++ b/xen/arch/x86/hvm/hvm.c Tue Nov 22 16:15:19 2011 +0800 @@ -1549,6 +1549,13 @@ int hvm_set_cr0(unsigned long value) } else if ( !(value & X86_CR0_PG) && (old_value & X86_CR0_PG) ) { + if ( hvm_pcid_enabled(v) ) + { + HVM_DBG_LOG(DBG_LEVEL_...
2009 Jan 13
2
0800 UK number
I have concocted a system for my children's primary school where parents can dial in and subscribe to an "emergency broadcast" message so that they can be automatically contacted in case of a problem like the school being shut because of snow etc. I would like to provide an 0800 number service for this, so that there is no cost to the parents, but obviously I would like to get the best package possible. I have come across several packages, but would like the "most inclusive minutes" for "the best price" ;) Does anyone that has used an 0800 service...