search for: ppro

Displaying 20 results from an estimated 58 matches for "ppro".

Did you mean: pro
2006 May 23
1
Bug#368531: Debian Xen kernel-image?
> Could you please try with a Debian kernel image There is one? I do not find it in either etch or sid (or on Alioth). Do I have to recompile a kernel?
1999 Nov 01
1
samba and SMP
I've now tried 2.0.6pre2 with a SuperMicro P6DNF dual PPro as well as the Everex StepDP/Pro dual PPro MB; same result, large (more than 1 MB) file copies usually crash with only a message about oplock errors in the logfile. Running a single CPU kernel works fine (pre2 seems much faster, but I haven't done any testing). 2.0.5a does the same. NFS and...
2009 Mar 23
1
Memdisk + Freedos problem
...(silent) ____________________ It prints: ========================================================== FreeDOS HIMEM64 3.26 [Aug 25 2006] (c) 1995, Till Gerken 2001-2005 tom ehlert HIMEM - Fast A20 method used UMBPCI c't 11/95 - Siering/Sch?pers/Stiller V3.77 - support for new chipsets, Inter PPro, AMD K7 - Uwe Sieler 08/2008 AMD K8 CPU found Using CF00-E2FF Using E700-E7FF Program installed LowDMA (haftman# software 11/01): installed Kernel: allocated 34 Diskbuffers = 18088 Bytes in HMA Invalid Opcode at 5281 FFFF 0286 E0A0 0000 0000 0000 0000 E0A0 0000 017C 0000 0D86 ======================...
2004 Dec 04
3
Local mirrors and ISP transfer bills
...to my real customer servers go at a hundred megabit rate rather than the time it'd take to suck down a new kernel or openoffice through a DS/1. I'd like to recommend that everyone with some kind of server farm do this. The local mirror doesn't have to be wonderful - mine is a 200mhz PPro machine built out of junked parts - all it has to do is serve FTP. You'll save money in the long run and reduce the cost to the donated mirrors. Someone pays for the bandwidth, one way or the other.
2005 Jun 30
1
Re: Hot swap CPU -- "build" is not a good CPU benchmark
...its 100% cpu and > neglects memory or disk performance but I had the numbers handy > for that :-) BTW, it is 100% ALU and a major strain on the ALU LOAD. In other words, it's not a good benchmark for even CPU. That's why the 3-issue ALU in the Nx586 on-ward blows the 2-issue ALU in PPro on-ward (especially the P4) to crap. But that's all besides the point because it has _0_ to do with server performance period, even computationally intensive. -- Bryan J. Smith mailto:b.j.smith at ieee.org
2005 Jul 09
2
[LLVMdev] [X86] CMOVcc not supported by MASM
Even the latest version of MASM does not support the CMOVcc instructions (unless they are named something different my Microsoft ?). Using the CMOVcc instruction rules the X86 out for compilation to pre Pentium Pro CPU's. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jul 09
0
[LLVMdev] [X86] CMOVcc not supported by MASM
...gt; Even the latest version of MASM does not support the CMOVcc instructions > (unless they are named something different my Microsoft ?). Using the > CMOVcc instruction rules the X86 out for compilation to pre Pentium Pro > CPU's. You probably have to emit a directive that enables ppro and higher opcodes. Maybe something like this will work: .i686 It has been many years since I've used MASM though, I could be wrong... -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...ow that behavior. Just in case i am adding here all the xen packages i have installed : ii libc6-xen 2.3.6.ds1-8 GNU C Library: Shared libraries [Xen version ii linux-image-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 image on PPro/Celeron/PII/PIII/ ii linux-modules-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 modules on PPro/Celeron/PII/PII ii xen-hypervisor-3.0-unstable-1-i386 3.0-unstable+hg11561-1 The Xen Hypervisor on i386-class rc xen-hypervisor-3.0.3-1-i386 3.0.3-0-2...
2006 Oct 08
1
Bug#391771: xen-hypervisor-3.0.2-1-i386: Fails to find xen utils
...Mem(MiB) VCPUs State Time(s) Domain-0 0 1001 2 r----- 262.5 uname -a: Linux vserver 2.6.16-2-xen-686 #1 SMP Fri Aug 18 21:56:08 UTC 2006 i686 GNU/Linux # dpkg -l | grep xen- ii linux-image-2.6.16-2-xen-686 2.6.16-18 Linux kernel 2.6.16 image on PPro/Celeron/PI ii linux-modules-2.6.16-2-xen-686 2.6.16-18 Linux kernel modules 2.6.16 image on PPro/Ce ii xen-hypervisor-3.0.2-1-i386 3.0.2-3+hg9762-1 The Xen Hypervisor on i386-class ii xen-utils-3.0.2-1 3.0.2-3+hg9762-1 XEN administrative tools ii xen-utils-...
2001 Nov 03
1
Samba swamps the server's CPU
Hi. I'm running Samba 2.2.2 and Linux 2.4.7 on a dual PPro-200/256KB server. The relevant NIC is an Intel EtherExpress PRO/100+. The problem I'm having is that certain programs will swamp the server; the load will spike immediately to 50% (i.e., 100% on one CPU) and performance will, naturally, bite. Having another active connection to the server at...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 03/17] paravirt_ops - system routines
...t.orig/include/asm-x86_64/processor.h +++ clean-start/include/asm-x86_64/processor.h @@ -139,35 +139,6 @@ extern unsigned short num_cache_leaves; #define X86_CR4_OSXMMEXCPT 0x0400 /* enable unmasked SSE exceptions */ /* - * Save the cr4 feature set we're using (ie - * Pentium 4MB enable and PPro Global page - * enable), so that any CPU's that boot up - * after us can get the correct flags. - */ -extern unsigned long mmu_cr4_features; - -static inline void set_in_cr4 (unsigned long mask) -{ - mmu_cr4_features |= mask; - __asm__("movq %%cr4,%%rax\n\t" - "orq %0,%%rax\n\t&...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 03/17] paravirt_ops - system routines
...t.orig/include/asm-x86_64/processor.h +++ clean-start/include/asm-x86_64/processor.h @@ -139,35 +139,6 @@ extern unsigned short num_cache_leaves; #define X86_CR4_OSXMMEXCPT 0x0400 /* enable unmasked SSE exceptions */ /* - * Save the cr4 feature set we're using (ie - * Pentium 4MB enable and PPro Global page - * enable), so that any CPU's that boot up - * after us can get the correct flags. - */ -extern unsigned long mmu_cr4_features; - -static inline void set_in_cr4 (unsigned long mask) -{ - mmu_cr4_features |= mask; - __asm__("movq %%cr4,%%rax\n\t" - "orq %0,%%rax\n\t&...
2002 Feb 09
3
Samba 2.2.3 Windows Printer Drivers definitions
...have a question about the assignment of printer drivers for windows to my printers in printcap. How do I configure a printer located in my printcap to be recognised by a windows pc as the right model? Where is the mapping supposed to be saved? I have RH 7.2, samba 2.2.3 and lprng running on a PPro 200 Compaq. My intention is that it will serv as a queue server for about 100 printers. According to the Samba HOWTO Printing part the parameter "printer driver", "printer driver locastion" and "printer driver file" is not to be used in new installations. Accordi...
2002 Jun 03
1
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1630)
Using the same settings in config.site as were used for R-1.4.1, R-1.5.0 fails to build. ./configure --enable-R-shlib Using defaults and using PPro optimizations, the build failed in package methods: dumping R code in package 'methods' gmake[4]: *** [../../../library/methods/R/all.rda] Error 139 gmake[4]: Leaving directory `/mnt/Data/src/install/R-1.5.0/src/library/methods' The command that fails is: ../../../bin/R --vanilla...
1999 Apr 24
3
HP Deskjet 1000c
Howdy all - I have Samba 2.0.3 running like a champ on a dual PPro 200, 128 MB RAM, running Slackware 3.6, kernel 2.2.5. Running like a champ as far as file sharing is concerned, that is. I have an HP Deskjet 1000c hanging off the parallel port. I set up a raw printer in /etc/printcap, the line looks like this: dj1000|DeskJet 1000c:sh:lp=/dev/lp0:sd=/var/spool...
1997 Dec 09
4
samba-des has bad performance
...s about half a minute/meg on an Ethernet LAN with no other activity. Trying to read a file using netscape (file://server/blabla) gets me down to 40 KB/s, or less! One user has put his WinNetscape mail directory on the server, and claims that Netscape hardly starts after this. The machine is fast (PPro 200MHz, three SCSI-UW (w/ 2940-UW controller) disks, 128 MB RAM) running FreeBSD-stable (2.2.5) and it serves nfs, http and appletalk (using netatalk) much faster than samba, so it's probably not related to network hardware. In the same network, there is a P90 w/ IDE disks running NT Server 4...
2001 Jan 06
0
Bug Report OpenSSH 2.3.0-p1-1.src.rpm for linux
...text+0x16ff): undefined reference to `hosts_access' sshd.o(.text+0x171e): undefined reference to `refuse' collect2: ld returned 1 exit status make: *** [sshd] Error 1 Please feel free to contact me for any information about my system you may need. Generic info as follows: Dual-PPro 200 192 MB RAM 40 GIGS of drive space, plenty of FREE drive space, especially under the /usr directory tree -- /dev/sda1 8657308 1361896 6855636 17% /usr As I said, I don't know what info you need, so please feel free to ask me... I would've emailed the "portabilit...
2006 Jun 14
0
Easiest (best?) linux distribution for dedicatedAsterisk box?
...e computer to be installed and running without any major software changes for a year or more? Then use Centos or Ubuntu Dapper 6.06 or Debian Sarge 3.1. Make sure you don't install the graphics as it can affect the latency of asterisk, especially on older hardware. Third, I run asterisk on a PPro 200 at home, so your machine is beefy enough for sure. And lastly, just give it a try, you'll learn a lot just making the effort. Mike John Klimek wrote: > First off, I'm sorry for sending so many messages to the list-serv. > Hopefully this will be my last for a while! > > I...
1999 Jun 03
0
800+ simultaneous connections ...
...r of *simultaneous* connections? We're investigating the possibility of moving one of our servers from novell to solaris, and the only "concern" we have at this time is what happens if 800 clients all decide to connect at the same time? the server will be running solaris/7 on a dual-ppro system ... I konw with the 'idle' setting set, it won't use as much resources, since only those active sessions will be tying things up, but we're worried about that 'once in a blue moon' situation... Marc G. Fournier ICQ#7615664 IRC Nick: S...
1999 Jul 12
0
CONTRIB: crash_samba
.... It connects to a service and does a dir. This may be useful if you want to check the resources of your server. Configure it changing the vars at the begining. In my tests I compared two computers, NT vs samba-2.0.3 NT was much faster. 50 concurrent connections, 10 commands issued. NT-4.0 SP4 Ppro 166 , 256 MB RAM elapsed: 0:6.7 Linux-2.0.6 Pentium II 300, 128 MB RAM elapsed 0:31.8 #!/usr/bin/perl -w ########################################################################### # crash_samba.pl # it comes with no warranty, no support, it could blow away your system # use at your own risk #...