search for: 8m

Displaying 20 results from an estimated 212 matches for "8m".

2006 Oct 18
3
identifying Eicon Diva Server V-4BRI-8M vs 4BRI-8M
Hi (Armin)! Does someone knows how to identify the type of the card? The delivery note says it is a V-4BRI-8M, whereas lspci reports a 4BRI-8M. What is it really? Are there any Eicon tools to identify the card type? thanks klaus 0000:0a:03.0 Network controller: Eicon Networks Corporation Diva Server 4BRI-8M Rev 2 (rev 01) Subsystem: Eicon Networks Corporation Diva Server 4BRI-8M Rev 2...
2006 May 04
1
pxelinux and kernel files over 8M
...was a file around 47M. When I tried to boot this kernel and file system combination using pxelinux, I got the error message "Invalid or corrupt kernel image.". I tracked this to the file runkernel.inc at the label "is_linux_kernel:" where it checks to see if the kernel is over 8M and determines that it is corrupt if it is. Commenting out the first two lines after the label which are the 8M check and jump to kernel_corrupt will allow me to use pxelinux to boot my 47M kernel and file system combination file. The comment just above this section of the code has me worried:...
2007 Oct 05
2
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images
...ages could have up to 20Megs in size. The goal is to have a configuration that will contains tools for different type of hardware. To ease the process, I want to automate image creation (floppy or harddisk), and use it with memdisk. I use the mkfloppyimg.sh script and it is working fine up until 8M in size, if I go higher than this, it doesn't work, and I can't boot the image. I did try to do the same with mkdiskimage without success, I probably miss something in the way to create the image. My question is simple, is there any recipe to create a +8M dos/freedos image I could use with...
2012 Nov 03
0
mtrr_gran_size and mtrr_chunk_size
...0GB, range: 16GB, type WB reg 1, base: 16GB, range: 1GB, type WB reg 2, base: 17GB, range: 256MB, type WB reg 3, base: 3GB, range: 1GB, type UC reg 4, base: 2816MB, range: 256MB, type UC reg 5, base: 2752MB, range: 64MB, type UC reg 6, base: 2736MB, range: 16MB, type UC reg 7, base: 17656MB, range: 8MB, type UC total RAM covered: 16296M gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 56M gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 56M gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 56M gran_size: 64K chunk_size...
2012 Jan 15
0
[CENTOS6] mtrr_cleanup: can not find optimal value - during server startup
...FE00000 mask FFFE00000 uncachable 7 base 430000000 mask FF0000000 uncachable 8 disabled 9 disabled x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 original variable MTRRs reg 0, base: 0GB, range: 16GB, type WB reg 1, base: 16GB, range: 1GB, type WB reg 2, base: 3256MB, range: 8MB, type UC reg 3, base: 3264MB, range: 64MB, type UC reg 4, base: 3328MB, range: 256MB, type UC reg 5, base: 3584MB, range: 512MB, type UC reg 6, base: 17150MB, range: 2MB, type UC reg 7, base: 17152MB, range: 256MB, type UC total RAM covered: 16310M gran_size: 64K chunk_size: 64K n...
2007 Oct 10
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Solved)
...t I did install the latest syslinux, but in fact it was the 3.36 version. 2- Thank to kevin Connelly, he point me to a problem he got with mkdosfs command. The default FAT16 do not work, but the FAT12 do. By adding -F12 to the mkdosfs command fix the problem. The default F16 do seem to work for <8M floppy image. Thank you On 10/9/07, Gaetan linny Lord <email at gaetanlord.ca> wrote: > > Sorry for the delay, I should not send email on an holiday week-end. > > I'll try to answer all the questions by explaining what does work > for me right now, and what I'd like...
2012 Apr 12
1
6.2 x86_64 "mtrr_cleanup: can not find optimal value"
...num_reg: 8 lose cover RAM: 4865M Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 2M num_reg: 8 lose cover RAM: 4864M Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 4M num_reg: 8 lose cover RAM: 4864M Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 8M num_reg: 8 lose cover RAM: 4864M Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 16M num_reg: 8 lose cover RAM: 0G Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 32M num_reg: 8 lose cover RAM: 0G Apr 11 17:25:36 kernel: gran_size: 64K chunk_size: 64M...
2007 Oct 09
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Murali (????? ?????) )
...end. I'll try to answer all the questions by explaining what does work for me right now, and what I'd like to do. I have a script to create the a USB stick or an ISO image. The boot media contains many DOS images, and I use versamenu to select one of them. If my DOS image is smaller than 8megs, everything is working fine as expected. To create my dos image, I did use Murali script and pick the freedos floppy image from http://www.fdos.org/bootdisks/autogen/FDSTD.144.gz I modify cwhosthe script, put FDSTD.144 as the OLDIMAGE I set NEWIMAGE to dexter1.img I set the SIZEMB to 10 The s...
2022 Dec 16
1
[PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
...ng multiple extents > for that context as well (qemu commit fb7afc797e, Jul 2018). Qemu > extents are never smaller than 512 bytes (other than an exception at > the end of a file whose size is not aligned to 512), but even so, a > request for just under 4G of block status could produce 8M extents, > resulting in a reply of 64M if it were not capped smaller. > > When nbdkit first implemented NBD_CMD_BLOCK_STATUS (nbdkit 4ca66f70a5, > Mar 2019), it did not impose any restriction on the number of extents > in the reply chunk. But because it allows extents as small as o...
2003 Dec 17
0
Asterisk and Eicom BRI-2M or 4BRI-8M
Hello, Dos anybody use these card with asterisk? If so I'd like to have some tips on how to configure them. Regards, Daniel ANDRE -- Daniel ANDRE (mailto:dandre@iris-tech.fr) IRIS Technologies - http://www.iris-tech.com Serveur kwartz - http://www.kwartz.com
2004 Oct 08
0
Eicon DIVA Server 4BRI-8M
Hi, just a quickie... We've bought one of these primarily for Hylafax use, but since this card can run in NT mode, I'd be curious to use one of the four ports on it to 'serve' our PBX as a trunk for tests and playing with Asterisk. My question is, "Is it likely that we can use 3 ports with Hylafax in normal ISDN client mode, and the remaining port in NT mode with
2006 May 17
3
PHP register_globals
...omeone trold me that I should change php.ini and I did it. ? - register_globals = Off - register_globals = On I made a php test page html/test.php <?php phpinfo(); ?> and checked it, but I can not make it. output_buffering no value no value output_handler no value no value post_max_size 8M 8M precision 14 14 register_argc_argv On On register_globals Off Off I am using CentOs 4.3 and installed php-4.3.9-3.12 php-mbstring-4.3.9-3.12 php-gd-4.3.9-3.12. Does anyone help me to trun on register_globals please? Thenks for your help. Cheers, Joe ____________________________________...
2007 May 29
0
LoMAC module: cannot get clearance level revoked
...t=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ :path=~/bin:/sbin:/bin:/usr/sbin:/user/bin:/usr/local/sbin:usr/local/bin:\ :manpath=/usr/share/man /usr/local/man:\ :nologin=/usr/sbin/nologin:\ :cputime=1h30m:\ :datasize=8M:\ :vmemoryuse=100M:\ :stacksize=2M:\ :memorylocked=4M:\ :memoryuse=8M:\ :filesize=8M:\ :coredumpsize=8M:\ :openfiles=24:\ :maxproc=32:\ :priority=0:\ :requirehome:\ :passwordtime=91d:\ :umask=022:\...
2023 Mar 03
1
[PATCH v2 1/6] spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
...> > for that context as well (qemu commit fb7afc797e, Jul 2018). Qemu > > extents are never smaller than 512 bytes (other than an exception at > > the end of a file whose size is not aligned to 512), but even so, a > > request for just under 4G of block status could produce 8M extents, > > resulting in a reply of 64M if it were not capped smaller. > > > > When nbdkit first implemented NBD_CMD_BLOCK_STATUS (nbdkit 4ca66f70a5, > > Mar 2019), it did not impose any restriction on the number of extents > > in the reply chunk. But because it all...
2009 Mar 08
2
Server Setup Advice
Hello Everybody! I am currently setting up an Asterisk server for medium to high load (approximately 20-35 concurrent phone lines). Do you think the following specs will sufficiently satisfy this system? CPU: XeonQC3220 2.4GHZ 8M RAM: 2X2GB/800 Harddrive: 1X250GB I could add harddrives and partition them into /var and /log directories to help with diskdrive throughput. Thanks! Elliot
2007 Oct 11
2
udp question
i all I use linux as GiGE router and have 6 NIC on it Those days the NIC interrupt takes around 100% CPU but the system is 4G memroy and 8 CPU. I can't see any error packet in this NIC interface too After I block the udp, the %CPU drops. but the UDP only takes around 8M in general We use UDP traffic for voice. Do you have any suggestion ? increase the kernel parameter? Thank you so much --------------------------------- Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail -------------- next part...
2015 Jan 15
3
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
...- One MMIO bar is enough, we can place both virtio regions and > msi-x regions there. I'd suggest to add msi-x sub-regions to > the modern bar. Why exactly? It seems simpler to separate things, extra BARs have no cost. > * What is the reason for making the modern bar 8M in size? Looks a bit > excessive, given that only 64k or so of that are actually used ... I use a page per VQ for architectures that can locate the offset of the accessed page that triggered EPT violation faster than the offset within page. I think this is the case for SVM. > > vir...
2015 Jan 15
3
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
...- One MMIO bar is enough, we can place both virtio regions and > msi-x regions there. I'd suggest to add msi-x sub-regions to > the modern bar. Why exactly? It seems simpler to separate things, extra BARs have no cost. > * What is the reason for making the modern bar 8M in size? Looks a bit > excessive, given that only 64k or so of that are actually used ... I use a page per VQ for architectures that can locate the offset of the accessed page that triggered EPT violation faster than the offset within page. I think this is the case for SVM. > > vir...
2008 Mar 06
2
DDOS problem from Bangkok, Thailand
...1 MySQL 5.0.20 php.ini ====== ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing r memory_limit = 32M (at the beginning it is 8M, I change to 32MB since the cause of httpd-error.log, however, it still the error as the following showed on httpd-error.log FILE:/var/log/httpd-error.log ===================== Allowed memory size of 33554432 bytes exhausted .... happend like this all over the log Thanks in Advanced, Kamolpat...
2008 Oct 07
0
splinefun gives incorrect derivs when extrapolating to the (PR#13139)
--MP_/kvy20nVajVG/n.8m=_ZjLAX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, 7 Oct 2008 19:31:03 +0800 Berwin A Turlach <berwin at maths.uwa.edu.au> wrote: > The attached patch (against the current SVN version of R) implements > the latter stra...