search for: flav

Displaying 8 results from an estimated 8 matches for "flav".

Did you mean: flag
2004 Aug 06
2
ices - unable to compile
Thanks. That's got it. Now I'm getting "bad password" errors. "hackme" is the default password in icecast and i'm running ices with the -P hackme flag. Sorry to be such a drain... Wade -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Brendan Cully Sent: Tuesday, April 16, 2002 10:23 PM To: icecast@xiph.org
2018 Jul 19
5
[PATCH] v2v: ovf: add firmware and machine type element
...iles output_alloc sd_uuid image_uuids targets = ) (List.combine targets image_uuids) (* Create the OVF file. *) -let rec create_ovf source targets guestcaps inspect +let rec create_ovf source targets guestcaps inspect target_firmware output_alloc sd_uuid image_uuids vol_uuids vm_uuid ovf_flavour = assert (List.length targets = List.length vol_uuids); @@ -515,6 +531,7 @@ let rec create_ovf source targets guestcaps inspect let vmtype = get_vmtype inspect in let vmtype = match vmtype with `Desktop -> "0" | `Server -> "1" in let ostype = get_ostype in...
2018 Oct 10
4
[PATCH v2 0/2] v2v: machine type for oVirt
changes in v2: - split patch in two - changed as per suggestions Tomáš Golembiovský (2): v2v: ovf: add firmware and machine type element v2v: enable UEFI for oVirt/RHV outputs v2v/create_ovf.ml | 12 +++++++++++- v2v/create_ovf.mli | 2 +- v2v/output_rhv.ml | 6 ++---- v2v/output_rhv_upload.ml | 4 ++--
2003 Apr 29
0
Testing for scale e mu in survreg
...ameters, but is not possible to compare the mean time for death of this two curves with different scales. Existe any mean to make a survival model in R that test difference of scale for and difference of mean time for dead for factors? Or I'm crazy for think in this? Thanks Ronaldo -- <Flav> Win 98 Psychic edition: We'll tell you where you're going tomorrow -- | // | \\ [*****************************][*******************] || ( ? ? ) [Ronaldo Reis J?nior ][PentiumIII-600 ] | V [UFV/DBA-Entomologia ][HD: 30 + 10 Gb ] || / \ [3...
2010 Jul 09
1
Lossless Video Codec
...has the subject of creating a lossless video codec been considered? I know Dirac is available, but it is a hybrid; saving a file and having to set a compression setting is not very intuitive for a novice. I suggest a lossless codec for the distant future, an idea of the codec's name is: FLAV. Free Lossless Agile Video. The goals of it would be: Provide lossless video, have a reasonable file size and be able to decode on an average machine. It's obviously slated toward the future, when bandwidths can actually handle transferring the file. Why not start a project page? http:/...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...ils. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +use strict qw(vars); +use DBI; +use Osstest; +use Osstest::Debian; +use Osstest::TestSupport; + +tsreadconfig(); + +our ($whhost,$gn,$flav) = @ARGV; +$whhost ||= ''host''; +$gn ||= ''debian''; +$flav ||= ''netboot''; + +our $ho= selecthost($whhost); + +our $ram_mb= 512; +our $disk_mb= 10000; + +our $guesthost= "$gn.guest.osstest"; +our $gho; + +sub prep () { + target_inst...
2004 Aug 06
6
icecast on port 80 NOT as root
This may seem simple but I've looked all over and come up with nothing. I'm interested in running Icecast 1.3.12 on port 80 to get around the firewall issue. Obviously it's not prudent to run Icecast at root so I'm wondering is there any way to safely run Icecast on port 80 using either setuid or port redirection? Has anyone accomplished this and if so, how'd you do it?
2018 Feb 22
5
[PATCH v2 0/3] Make generated OVF more conforming to standard
The main reason for creating different OVF is that it can be used to create VM by oVirt REST API. The RHV export domain flavor cannot be used that way. v1 -> v2: - introduced flavour types instead of booleans - instead of referring to the new flavour as "standard OVF" or "fixed OVF" I refer to it as oVirt flavour. While it is more conforming than the one used in export domain it can still cont...