Displaying 20 results from an estimated 28 matches for "220k".
Did you mean:
220
2002 Apr 07
2
Kernel Panic
...P3 with adaptec 2400A IDE RAID. After
many attempts with the partitions, I have finally managed to install but not
get the following error on boot:
creatig root device
mounting root filesystem
error mounting ext3
pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2
freeing unused kernel memory :220k freed
kernel panic: no init found. try passing init=option to kernel
as I am not a linux expert by any streatch of the imagination, any help
would be greatly appreciated.
Many Thanks,
Grant Lyons
2018 Nov 02
3
WebAssembly Opus Decoder
...offer direct ways to decode
partial Opus files until the complete file is downloaded and available. If
anyone has connections with browser vendor engineers, it would be worth
considering a direct way for JavaScript to access browsers' baked-in Opus
decoding library, which would avoid the ~140-220K Wasm binaries currently
needed to do this. Only complete files can be downloaded with
BaseAudioContext.decodeAudioData():
https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lis...
2002 Jan 03
4
ext3 crash after RedHat 7.2 installation
...that my whole ext3 file system is
corrupted.
I get the message:
Mounting root filesystem
EXT3-fs: ide0(3,3):couldn't mount because of unsupported optional features
(200 0200).
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot, /sysroot/initrd_ failed: 2
Freeing unused kernel memory: 220k freed
Kernel panic: No init found. Try passing init= option to kernel
(system hangs.......)
At this point I decided to boot from the CDROM and go into "linux rescue"
mode.
The rescue mode tried to mount the RedHat Linux installation to
/mnt/sysimage but this failed, so it kicked me into...
2002 Nov 04
2
quota problem
...(rw)
/dev/hdb3 on /data3 type reiserfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /proc type proc (rw)
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 220k freed
Adding Swap: 265064k swap-space (priority -1)
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,1), internal journal
reiserfs: checking transaction log (device 03:03) ...
Using r5 hash to sort names
reiserfs: using 3.5.x disk format
ReiserFS version 3.6.25
reiserfs: checking transaction log (device 0...
2009 Mar 31
2
DomU console appears to hang when starting
...0x25
[ 0.031237] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.031481] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.031543] Software IO TLB disabled
[ 0.034139] Memory: 228596k/270336k available (2533k kernel code, 33212k reserved, 1331k data, 220k init)
[ 0.098742] Calibrating delay using timer specific routine.. 5995.27 BogoMIPS (lpj=11990555)
[ 0.098797] Security Framework initialized
[ 0.098812] SELinux: Disabled at boot.
[ 0.098832] AppArmor: AppArmor initialized
[ 0.098844] Failure registering capabilities with primary s...
2002 Feb 04
1
ext3 mount: error 22
...nk to non-existing file).
When I wanted to boot from the RedHat again, these
errors occured:
...
Mounting root filesystem
EXT3: failed to open journal device
unknown-block(0,0):-19
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd)
failed: 2
Freeing unused kernel memory: 220k freed
Kernel panic: no init found. Try passing init= option
to kernel.
I tried to boot from CD and run fsck but only the
error message changed:
...
EXT3: failed to open journal device unknown-block(2,3)
Does anyone have any ideas what the problem is?
Regards,
Pavel
____________________________...
2002 Feb 04
0
ext3 mout: error 22
...n-existing file).
When I wanted to boot from the RedHat again, these
error messages occured:
...
Mounting root filesystem
EXT3: failed to open journal device
unknown-block(0,0):-19
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd)
failed: 2
Freeing unused kernel memory: 220k freed
Kernel panic: no init found. Try passing init= option
to kernel.
I tried to boot from CD and run fsck but only the
error message changed:
EXT3: failed to open journal device unknown-block(2,3)
Does anybody have any idea what's happend and how to
repair it?
Regards,
Pavel
_____________...
2011 Jun 20
2
using a cross partition WINEPREFIX
...f5-4ef5-8200-e3c79a8a1aca/home/kayve# df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/sda6 124G 98G 20G 84% /
> none 1.9G 300K 1.9G 1% /dev
> none 1.9G 1.3M 1.9G 1% /dev/shm
> none 1.9G 220K 1.9G 1% /var/run
> none 1.9G 0 1.9G 0% /var/lock
> /dev/sr0 239M 239M 0 100% /media/CB80
> /dev/sda1 319G 219G 84G 73% /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca
> root at kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1...
2018 Nov 02
0
WebAssembly Opus Decoder
...to add a
> seeking feature using HTTP range requests:
> https://github.com/AnthumChris/opus-stream-decoder/issues/1
You may also be interested in <https://github.com/brion/ogv.js/> (if
you're not already aware of it). There might be some useful
collaboration possible.
> ~140-220K Wasm binaries currently needed to do this. Only complete
> files can be downloaded with BaseAudioContext.decodeAudioData():
> https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData
Maybe I'm confused, but I thought this was the purpose of the Media
Source Ex...
2019 Dec 07
1
WebAssembly Opus Decoder
...using HTTP range requests:
> > https://github.com/AnthumChris/opus-stream-decoder/issues/1
>
> You may also be interested in <https://github.com/brion/ogv.js/> (if
> you're not already aware of it). There might be some useful
> collaboration possible.
>
> > ~140-220K Wasm binaries currently needed to do this. Only complete
> > files can be downloaded with BaseAudioContext.decodeAudioData():
> >
> https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData
>
> Maybe I'm confused, but I thought this was the purpose...
2005 May 25
1
Winbind - loss of trust
...165M 165M sleep poll 15:21 1.51%
squid
1446 root 10 0 92K 412K sleep nanosl 1:09 0.00%
svscan
2496 www 2 0 996K 1608K sleep select 0:37 0.00%
httpd
29202 root 2 0 728K 1036K sleep select 0:12 0.00%
nmbd
10472 root 2 0 272K 220K idle select 0:12 0.00%
cron
24271 nobody -6 0 72K 388K sleep piperd 0:10 0.00%
unlinkd
28591 root 2 0 312K 520K idle select 0:08 0.00%
sshd
17737 www 2 0 1032K 748K sleep netcon 0:06 0.00%
httpd
31651 www 2 0 1032K 748K sleep...
2006 Dec 13
1
Core Dump: create_transaction (p=0x0) at pbx_dundi.c:2787
...sin = {sin_family = 2, sin_port = 43025, sin_addr = {s_addr = 3415129048}, sin_zero = "\000\000\000\000\000\000\000"}
res = -1209714176
buf = "t?\000\000\000\000\211\000\000\006\000\016\f?\222M\023\004\022K?D\020P?\226? \003?lZ?O?6?^@p(Yi\233T?&\002?8??\023\231?_\220k\0350\227Q?T\031?1?[o?}?\232\\?\232??\224??g<?\026??uy\231???\017?zr)????b\000n??5N?a?d?0??\f?R\237}GD??,\201PF?????O?\2076??????\022\200\021\202?I%\t|H\232,m\rh}\235?|v@\214??,??c?\216??\214?S\034\232\016\226449y?\031o?\201Z?_??c"...
len = 16
#6 0x080558cd in ast_io_wait (ioc=0x813...
2001 Mar 17
4
"cipher none" alternatives ?
We are trying to upgrade from SSH1 to OpenSSH/SSH2.
I see that configuration support for "cipher NONE" was removed in OpenSSH.
Is there an alternative for this ?
We need to move big files (>100Mb) between machines on the Internet. In
the past we had used NFS or ftp but want to block those services at one or
both ends. Moving them with SSH 1 scp takes quite a bit of CPU effort for
2007 Apr 18
1
[Bridge] recent crashes? Linux kernel 2.6.18-1.2239.fc5 (Linux Fedora Core 5)
At the risk of angering the crash Gods, my sustem has NOT crashed again
since I downgraded the kernel from 2.6.18-1.2239.fc5 to 2.6.18-1.2200.fc5.
Given that newfound stability, and my lack of time, I'm going to put on
hold any further diagnostics, until the next kernel revision is released.
I have submitted a report at bugzilla.redhat.com (bug 218128). (Ah, nuts;
accidentally created a
2011 Jun 19
4
Trying to install ChessBase 8.0 and Hiarcs
I have Ubuntu 11.04 with wine and I am trying to install my ChessBase 8.0 on it using Wine. I have copied the CD to my hard disk and I manage to get the installation splash page, but when I click on Install, it says "Can't Run Setup.Exe"
[Image: http://kayve.net/cannot_setup.png ]
[Image: http://kayve.net/InstallChessBase.png ]
[Image: http://kayve.net/install_Hiarcs.png ]
Can
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all,
i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend).
Hardware is:
HP XW8200
2x 3.0GHz Xeon
8Gb ECC Ram
1x TT3200-S2 card
1x DVBWordl S2 card
1x Nova-S2 card
[many other card for other domUs...]
Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo.
DomU (Mythtv) is a 8.04 (using LVM)
both using 2.6.24-23-xen kernels
Dom0 configs:
lspci:
...
02:01.0
2004 Jun 30
0
problem loading initrd
...ries: 512 (order: 0, 4096 bytes)
CPU: AMD 486 DX/4-WB stepping 041HI3;01HN3;01HU3;01HX3;01H
3;01H23;01H.3;01H13;MChecking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
checking if image is initramfs...
it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 220k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.00 entry at 0xf00e1, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
devfs: 2004-01-31 Richard Gooch (rgooch at atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographi...
2008 Mar 07
12
Types of apps to use Rails for?
I am a web developer using PHP and very limited JavaScript. I keep
hearing about RoR and am interested in learning it, but before I make
the jump I''d like to hear about the types of applications I should be
using it for.
On all the tutorials you see big apps like stores, social networking,
shopping carts, etc. I don''t have any immediate plans to be building
something that
2008 May 20
1
The specified network name is no longer available 3.0.25 RHEL4
..."\260(\205\10\31\200\220\221\260\310@\204,@\310JXd!B\31"..., 41236) = 1448
read(5, "i\30r:\n8\35\225p:\n9]\t8])\341\264\313\343\324\344\316"..., 39788) = 1448
read(5, "\275P\34\301\364\20v\353l\36q\320\v\365\302+9\216`y\10"..., 38340) = 1448
read(5, "4w\216=\23\220k\20\375\242\321\222\371\203e\275\347\334"..., 36892) = 1448
read(5, "\336\375\307\354\35\205\231\331\271=b\307u0A\"\333q\353"..., 35444) = 1448
read(5, "\337\222u\262X\344k\235\251a}\200\337\237\10\365\225\337-j\262"..., 16620) = 1448
read(5, "exNm3b\335,\265nA\...
2002 May 20
5
A solution to Kernel Panic ... on ext3 only!
Here I don't want to start a discussion, but rather share a *solution*
that took me some days to come up with.
The whole stuff started with a power-outage. After reboot, my server
(ext3) came back with the dreaded file system error (Ctrl-D to reboot or
password for maintenance) - if you've never seen this, consider yourself
lucky!
In any case, I did the fsck as prescribed, but abandoned