Displaying 20 results from an estimated 22 matches for "360k".
Did you mean:
360
2005 May 29
1
memdisk and floppy images on 4801
Im trying to boot memtest86 via pxelinux, memdisk,
I found this advice on http://forum.x86-secret.com/viewtopic.php?t=2906
folks are making the image match a floppy size by one of the following:
dd if=memtest86+-1.xx.bin of=memtest.img bs=360k count=1 conv=sync
or
dd bs=360k count=1 conv=sync if=memtest86+-1.xx.bin|gzip > memtest.gz
I did the former, it did suppress the warning/errors I saw previously,
...
MEMDISK: Image has fractional end sector
MEMDISK: Image seems to have fractional end cylinder
MEMDISK: Image appears to be trunca...
2008 Apr 22
3
Encoding speed
I tried to encode two minutes from an AVI DV file 720x480:
ffmpeg latest release produces a FLV 320x240 25fps 360k video 40k audio in about 45 sec.
ffmpeg latest release produces an OGG 320x240 25fps 360k video 40k audio in about 1:20 sec.
ffmpeg2theora the same in about 2 minutes or more.
The FLV quality it's quite good, some dropped frames maybe.
I was wondering to know if ffmpeg team it's using a...
2015 Mar 09
1
grsync for centos 7
Francis Gerund wrote:
<snip>
> And FWIW, I do like, and use the CLI all the time. That's how I learned
- using MS-DOS 3.2 on a 386sx box with 360k floppy drives. And 512k ram
- what luxury!
>
> : )
You leaned on a 386 with (2?) floppy drives? I had to make do with DOS 3.0
on an 8088 w/ 2 floppy drives... and let me tell you how much fun it was
to compile (I kid you not) basica, esp. with an encrypted library....
mark
2015 Mar 10
1
grsync for centos 7
On Mon, March 9, 2015 17:36, m.roth at 5-cent.us wrote:
> Francis Gerund wrote:
> <snip>
>> And FWIW, I do like, and use the CLI all the time. That's how I
>> learned
> - using MS-DOS 3.2 on a 386sx box with 360k floppy drives. And 512k
> ram
> - what luxury!
>>
>> : )
>
> You leaned on a 386 with (2?) floppy drives? I had to make do
> with DOS 3.0 on an 8088 w/ 2 floppy drives... and let me tell
> you how much fun it was to compile (I kid you not) basica, esp.
> with an en...
2003 Sep 08
1
what is the current state
hi,
what is the current state of dovecot? is it worth to upgrade now or wait
for some release in the near future?
--
Levente "Si vis pacem para bellum!"
2012 Jan 15
3
some issues with modules/syslinux
...kely sourcecode. Not
seeing any "ifmemdsk.cbt" legacy comboot module.
* Do COM32 modules have their own memory requirements? Menu.c32 fails on
a 2MB QEMU system, same for CHAIN.C32, yet Isolinux (and Syslinux) load
fine if no com32 is loaded. Memdisk also loads fine (only tested with
360K floppy image).
I haven't tried 1MB QEMU (hangs on win32 due to either QEMU or SeaBIOS
or bug) nor 0MB system (Coreboot with Cache-As-Ram in theory).
* There doesn't seem to be a fallback to text-only mode for the UI
parameter in case of low memory situations. Physical systems have 4MB
a...
2005 Jan 15
7
Access denied changing file attributes
Hi!
I've been tearing my hair out trying to get DOS file attributes to work
with Samba. Basically, I have it all set up so the user mbolingbroke
(me) can write to this Supernova Backup share I have - this all works
fine. However, since this is going to backup my Windows machine I want
to preserve the file attributes. To this end, I've set up mapping of the
attributess using "map
2002 Jul 13
0
ogg@48kb/s ~ mp3@96
...-V9 which averaged 99kb/s. Lame defaults
to a 13khz lowpass at this quality. It was very acceptable & listenable
(if thats a word) on my cheap desktop speakers which have plenty of
bass & midrange but not too much top-end.
For desktop listening it would save a ton of space using only 360k per
minute. This is great!
Any reports from others testing the lower sampling frequencies?
Ross.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org...
2012 Jul 03
3
size of netinst iso
Hi.
I was wanting to set up a centos 6 virtual machine using the netinst iso
image. I've done this for Centos 5 before but I was surprised to see
that the size of the netinst iso had gone from +/- 10Mb to 227Mb. I was
therefore wondering if I had the right file? If so, why did it get 22x
bigger then the previous version?
Regards,
Johan
2015 Mar 06
1
grsync for centos 7
On Thu, Mar 05, 2015 at 04:30:15PM -0600, Francis Gerund wrote:
> 5) If Grsync was in centos before, why was it removed? "Because it's not
> in RHEL." Okay, but why not?
I can't find any evidence it was ever in RHEL or CentOS. It looks
like it's in the Nux Desktop repo and the Repoforge repo for EL5 and 6 and
Nux for EL7.
> 6) While I do really appreciate CLI
2010 Jun 14
4
help
On Wed 5/5/2010 3:28 AM
Miller, Shao wrote,
----------------------------------------------
Good day again Matthew,
As per (c=80) * (h=2) * (s=48) * (sect_size=512) = 3,932,160 bytes =
7,680 sectors:
For Windows, you might enjoy:
- "DD for Windows" by John Newbigin and chrysocome[1]
- "ImDisk Virtual Disk Driver" and "Zero and Random Device Driver" by
Olof
2016 Nov 18
2
DWARF Generator
...ngs
> from string pooling. In fact using DW_FORM_string for small strings would
> save some more space (admittedly not much) and a bunch of relocations.
> (I found data from an old experiment, in a debug build of Clang it saved
> ~0.7MB out of a total 340MB of debug-info size, and >360K ELF relocations.)
This is true, but it also adversely affects DWARF parsing speed as you will need to manually skip each C string when parsing the DIEs.
>
> I'd favor an API that passed the string down and let the DIE generator
> (as opposed to the DWARF generator) pick the form.
I...
2016 Nov 18
2
DWARF Generator
...g pooling. In fact using DW_FORM_string for small strings
> would
> > save some more space (admittedly not much) and a bunch of relocations.
> > (I found data from an old experiment, in a debug build of Clang it saved
> > ~0.7MB out of a total 340MB of debug-info size, and >360K ELF
> relocations.)
>
> This is true, but it also adversely affects DWARF parsing speed as you
> will need to manually skip each C string when parsing the DIEs.
>
>
Sorry, thread got derailed a bit - the main point was that Greg wants
support for generating DW_FORM_string to test...
2010 Mar 03
26
How to verify ecc for ram is active and enabled?
Is there a method to view the status of the rams ecc single or double bit errors? I would like to confirm that ecc on my xeon e5520 and ecc ram are performing their role since memtest is ambiguous.
I am running memory test on a p6t6 ws, e5520 xeon, 2gb samsung ecc modules and this is what is on the screen:
Chipset: Core IMC (ECC : Detect / Correct)
However, further down "ECC" is
2008 Dec 05
6
xen-3.0-x86_32 not supported by xen kernel
I build a DomU kernel on RHEL AS5.1. But when I boot this Guest DomU with the kernel, it gives me error message:
Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n'')
Can someone give me any suggestion about this problem?
Thank you!
Joe
_______________________________________________
Xen-users
2010 May 12
0
Xen 4.0.0 - dom0_mem differs from dom0''s memory
...tializing CPU#0
Software IO TLB enabled:
Aperture: 64 megabytes
Address size: 27 bits
Kernel range: ffff88000192a000 - ffff88000592a000
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Memory: 437604k/532480k available (2966k kernel code, 8192k absent, 86152k
reserved, 1428k data, 360k init)
Hierarchical RCU implementation.
NR_IRQS:832
Xen reported: 2494.584 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
console [ttyS0] enabled
console [xvc-1] enabled
Calibrating delay using timer specific routine.. 4991.27 BogoMIPS
(lpj=9982553)
Mount-cache hash table entries:...
2010 Mar 02
3
Very unresponsive, sometimes stalling domU (5.4, x86_64)
...0 0| 16k 208k| 126B 178B| 0 0 | 80 89
0 0 46 54 0 0| 56k 0 | 308B 178B| 0 0 | 38 68
0 0 42 58 0 0| 0 0 | 66B 178B| 0 0 | 11 11
0 0 54 45 0 0|1264k 752k| 66B 178B| 0 0 | 282 428
0 0 53 47 0 0| 0 360k| 66B 178B| 0 0 | 81 101
0 0 53 46 0 0| 0 576k| 66B 178B| 0 0 | 141 129
0 0 38 62 0 0| 536k 88k| 126B 178B| 0 0 | 68 62
0 0 50 50 0 0| 0 0 | 66B 178B| 0 0 | 17 15
1 1 52 46 0 0| 336k 392k| 126B 178B|...
2010 Mar 02
3
Very unresponsive, sometimes stalling domU (5.4, x86_64)
...0 0| 16k 208k| 126B 178B| 0 0 | 80 89
0 0 46 54 0 0| 56k 0 | 308B 178B| 0 0 | 38 68
0 0 42 58 0 0| 0 0 | 66B 178B| 0 0 | 11 11
0 0 54 45 0 0|1264k 752k| 66B 178B| 0 0 | 282 428
0 0 53 47 0 0| 0 360k| 66B 178B| 0 0 | 81 101
0 0 53 46 0 0| 0 576k| 66B 178B| 0 0 | 141 129
0 0 38 62 0 0| 536k 88k| 126B 178B| 0 0 | 68 62
0 0 50 50 0 0| 0 0 | 66B 178B| 0 0 | 17 15
1 1 52 46 0 0| 336k 392k| 126B 178B|...
2007 Aug 22
5
Slow concurrent actions on the same LVM logical volume
Hi 2 all !
I have problems with concurrent filesystem actions on a ocfs2
filesystem which is mounted by 2 nodes. OS=RH5ES and OCFS2=1.2.6
F.e.: If I have a LV called testlv which is mounted on /mnt on both
servers and I do a "dd if=/dev/zero of=/mnt/test.a bs=1024
count=1000000" on server 1 and do at the same time a du -hs
/mnt/test.a it takes about 5 seconds for du -hs to execute:
270M
2016 Nov 18
4
DWARF Generator
> On Nov 17, 2016, at 3:40 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Thu, Nov 17, 2016 at 3:12 PM Greg Clayton via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> I have recently been modifying the DWARF parser and have more patches planned and I want to be able to add unit tests that test the internal llvm DWARF APIs to ensure they continue to