Displaying 12 results from an estimated 12 matches for "distroyed".
Did you mean:
destroyed
2012 Oct 23
2
mount -o loop question.
Hi,
I know I can create a file and mount it like this:
dd if=/dev/zero of=/tmp/somefile bs=1024 count=100000
mke2fs /tmp/somefile
mount /tmp/somefile /mnt -o loop
but that has a problem it cannot grow.
Is there a way to do the same (above) but have it not restricted to a size?
Or can I append blocks to the end of the file without distroying it?
Jobst
--
Sendmail administration
2006 Nov 09
8
Distroy to experiment with Xen?
Hello,
I would like to experiment with Xen some to see how I could integrate
it in my various web application environments and hopefully make my
life easier. I am currently using FreeBSD 6 but it seems that it
doesn''t fully support Xen. I did some searching around and also notice
some posts on mailing lists mentioning some trouble with the CentOS 4
distribution (something about the
2007 Mar 30
1
pxelinux: Doing DHCP-Release?
Hi,
i am currently working on a project to install our windows-workstations
using PXE-Boot und unattended (http://unattended.sourceforge.net/).
All workstations load pxelinux and display a menu: Continue the bootchain
(= start Windows) or reinstall the Workstation.
The windows-workstations have static IPs (this can not be changes that
easy, we are talking about more then 5000 Workstations....)
2004 Aug 06
1
Psycho Acoustic models i Speech Coding
(This is almost out of topic but anyway...)
It is surprising how little research effort have been put into psy-acou
models for CELP. The basic problem lies in that it is not easy to alter
the LP model without distroying the minimum-phase property (ie. the
stability of the predictor). That leaves us with psy-acou modelling of
the noise-part only. However, my own research is in constrained
2004 Aug 06
4
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Carsten,
due to the ongoing discussion on both lists, i simply respond to both
lists. it's hard crossposting, but it's for both roups relevant (i
think).
<p>+After having thought about control structures, it makes sense to me to
do the extra work and merge this creamed cake into a jabber server
component. Otherwise a control channel to the server component would
have to be
2005 Jun 01
0
BT101 new firmware problem (1.0.6.3)
Hello,
We found out that after upgrading the firmware in our GrandStream
BudgeTone phones, that we were not able to transfer calls anymore. We
use the BT's own tranfering mechanisme. We can dial the phone where the
call should be tranfered to. But after that, the original caller stays
in music on hold on the server and there's no way to get the calling
channel back again (not to the
2005 Jun 14
1
C/Java libraries for iproute
Anybody knows allready programmed libraries either java or C to
create/destroy queues?
2004 Aug 06
0
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Ulrich,
<p>you distroyed my evening today ;-). Im only sitting here
and follow the videoconferencing thread ;-)).
> due to the ongoing discussion on both lists, i simply respond to both
> lists. it's hard crossposting, but it's for both roups relevant (i
> think).
Yes, this was right. There is a great d...
2004 Aug 06
2
Psycho Acoustic models i Speech Coding
Hi,
Does anyone have an idea about the possibility to apply psychoacoustic
models as the ones in mp3 or AAC to a CELP coder? Thanks!
/Pontus
<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 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the
2006 Jul 25
6
Newbie CMS question
Hi guys,
I''m new to Rails, as a starting project I''m trying to put together a
showcase site for some of my projects (web design, audio production
etc...). I''d like to build a basic CMS so I can quickly add updates,
and also to practice my Rails skills.
I''ve been reading the ''Agile Web Development with Rails'' book which
is great and
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in