search for: outpu

Displaying 20 results from an estimated 30 matches for "outpu".

Did you mean: output
2019 Nov 25
3
Re: [PATCH] rhv-upload: Support qcow2 disks
...redhat.com> wrote: > On Wed, Nov 20, 2019 at 03:06:55AM +0200, Nir Soffer wrote: > > diff --git a/v2v/v2v.ml b/v2v/v2v.ml > > index 03590c9e..58bb06c3 100644 > > --- a/v2v/v2v.ml > > +++ b/v2v/v2v.ml > > @@ -739,7 +739,9 @@ and copy_targets cmdline targets input output = > > | TargetURI uri -> uri in > > [ "qemu-img"; "convert" ] @ > > (if not (quiet ()) then [ "-p" ] else []) @ > > - [ "-n"; "-f"; "qcow2"; "-O"; t.target_format ]...
2012 Mar 19
4
network problems
Hi, i have problems with the network between pv-domains and the real network. I done an upgrade with apt-get in debian an now i have xen4.1 with kernel 3.2.9 first i must chance the vif-bridge script from http://nopaste.php-q.net/194087 to http://nopaste.php-q.net/194084 now i have a connection from pv to dom0 and the windows hvm, but no connection between physical network an the pv
2018 Jul 07
1
Redirect output from python script with systemd
Hi all, I need to redirect an output from python script that runs as a systemd service. I have tried to redirect its output in Exec statement without luck. I have tried to use StandardOutput and StandardError options also, but outpu log goes to /var/log/messages. Any tip? Thanks. -- Greetings, C. L. Martinez
2010 Aug 15
4
Icecast2 / edcast Initial Setup Question
Hi, I have setup Icecast2 and edcast (standalone) on an XPSP3 machine. The basic setup works. I can speak into a microphone and hear my voice from another PC on a LAN. Now I want to "stream a file" such as an mp3 podcast I made or just a song (mp3, acc etc.) or play a CD and don't know what to even search for in the mail archives, forum or Google to get help. I can't
2001 Dec 23
2
Input/Output error - Not Samba ?
Hi, I have a very odd problem which perhaps is not related to Samba but to be sure... I have a RH6.2 2.2.20 ACLs Samba server 2.2.2 and everything is/was running fine partaking in a Windows 2000 domain. I needed to reboot the server. It has come up and I am getting "input/output errors" all over the logs when I try and access any of the shares on the raid array from a Windows client and Windows gives the standard 'network name cannot be found". If I set up a share which is not on the raid array then no problem. So it is not Samba I hear you say BUT... The...
2019 Nov 25
0
Re: [PATCH] rhv-upload: Support qcow2 disks
...t; On Wed, Nov 20, 2019 at 03:06:55AM +0200, Nir Soffer wrote: > > > diff --git a/v2v/v2v.ml b/v2v/v2v.ml > > > index 03590c9e..58bb06c3 100644 > > > --- a/v2v/v2v.ml > > > +++ b/v2v/v2v.ml > > > @@ -739,7 +739,9 @@ and copy_targets cmdline targets input output = > > > | TargetURI uri -> uri in > > > [ "qemu-img"; "convert" ] @ > > > (if not (quiet ()) then [ "-p" ] else []) @ > > > - [ "-n"; "-f"; "qcow2"; "-O"...
2010 Aug 16
0
Icecast2 / edcast Initial Setup Question
...in versions have the option to turn it off. This is because they can also accept input from the associated player, whereas the standalone version obviously has no player and hence no other input source. As has been said here already, you should be able to change your soundcard input to accept outpu from other players or from the CD drive. > Can anyone clue me into what to look at next? Is edcast even the right > tool for this? Tool for what, ultimately? If you just want to play automation from Winamp or Foobar, using the plugin may well be a lot simpler. But it really depends wha...
2005 May 18
1
problem to exclude
...r --progress --delete) CMD=(rsync ${OPTS}) $CMD rsync://rsync.fr.NetBSD.org/NetBSD/ ${LL}netbsd-ftp/ - - - - - - - - - - I still use verbose mode to debug it, and the content of netbsd-selection.txt is: - - - - - - - - - - - /NetBSD-release-1-5/** - /packages/1.5** - - - - - - - - - - But the outpu of the script tell yet: - - - - - - - - - - - [...] NetBSD-release-1-5/src/games/fortune/datfiles/CVS/Repository 27 100% 0.00kB/s 0:00:00 NetBSD-release-1-5/src/games/fortune/datfiles/CVS/Root 25 100% 0.00kB/s 0:00:00 NetBSD-release-1-5/src/games/fortune/datfiles/CV...
2018 Dec 14
3
LLVM Alias Analysis problem
Dear LLVM developers, My name is Artem Vopilov, I am a student at TU Darmstadt. I am writing to you again to ask about Alias Analysis. Now I attached IR code and C code of program I analyze with Alias Analysis. Running commands "opt -analyze -aa-eval -print-all-alias-modref-info" and for printing sets of alias "opt -analyze -aa-eval -print-alias-sets" gives me the results,
2018 Dec 14
2
LLVM Alias Analysis problem
...e ".txt" file you > attached is not complete and therefore not helpful. We can all > open/read ".ll" files and so should you. As long as you pass the -S > flag to opt (and clang in combination with -emit-llvm) you get human > readable (=plain text) LLVM-IR as outpu. According to the function group comments, the missing line seems to be: attributes #0 = { nounwind uwtable } @Артём: Hi, One other thing llvm-dev will need to know is the version of LLVM you're using. It looks like it isn't a recent version since load instructions changed a while back....
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...library "/lib/libthread_db.so.1". (no debugging symbols found) Core was generated by `/home/kehoste/work/LLVM/1.8/llvm/Release/bin/ lli-force-interpreter=false ../17'. Program terminated with signal 6, Aborted. warning: svr4_current_sos: Can't read pathname for load map: Input/ outpu t error </end> Other tests: <start> /home/kehoste/work/LLVM/1.8/llvm/Release/bin/fpcmp: Comparison failed, not a numeric difference. ******************** TEST (llc) '178.galgel' FAILED! ******************** Execution Context Diff: </end> Strangely enough, no...
2019 Nov 20
2
[PATCH] rhv-upload: Support qcow2 disks
When using oVirt >= 4.3, we can enable the NBD based backend in imageio by specifying that we transfer raw data when creating a transfer. With the NBD backend, we can specify qcow2 disk format. I think we need a way to expose the capabilities of the output to the user. For example, can we use qcow2 format. Issues: - I hacked qemu-img convert command line to always use -O raw instead of "-O t.target_format" since oVirt always starts qemu-nbd with the actual disk format. This works for this plugin, but may be wrong for other plugins....
2009 Oct 05
3
Questions about app_jack.c
...o connected (with asoundrc) to the kernel dummy sound card (allow me dial command). I do a call with a JACK_HOOK from app_jack.so, sound is sent but no one is received. My extensions.conf : exten => _0.,1,Answer exten => _0.,n,Set(JACK_HOOK(manipulate,c(asterisk))i(from_voip:input)o(to_voip:outpu t)))=on) exten => _0.,n,Dial(SIP/freephonie-out/${EXTEN:1}) Asterisk command : console dial 0xxxxxxxx 2) Jackd works well with anothers applications when I force them to use jack as input/output. -> probably not a jack configuration problem. 3) If I kill jackd and I use chan_alsa.so with t...
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...1 which cause llvm-gcc to throw an error. I suspect there's a small problem, perhaps with the detection of my system. I guess this has more to do with the NAG compiler than with LLVM itself. Nevertheless, I wanted to mention it. llvm-gcc <with-a-bunch-of-options> -O3 -S dcabs1.c -o Output/ dcabs1.ll -emit-llvm In file included from <path>/SPEC_CPU2000_1.3_src/benchspec/ CFP2000/168.wupwise/src/dcabs1.f:1: <path>/lib/f95.h:109: error: syntax error before ‘Logical4’ <path>/lib/f95.h:109: warning: data definition has no type or sto rage class <path>/...
2010 Jul 15
9
Troubleshooting Xen 4.0 + 2.6.32.16 pv_ops install
...- Debian 2.6.32 backports with same result - reboot after Xen 4.0.1 Boot process: Xen 4.0.1 part boots OK afterward processing dom0 kernel get machine to hard reset. I dont see anything on screen. The machine is remote - i have supermicro KVM console connection. There is option for serial console output. Please can you point me how to troubleshoot this ? Thanks Peter _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Aug 01
4
tc shown rate larger than ceil (was "Weird rate in HTB")
An earlier exchange about someone seeing the rate larger than the ceiling is posted below. Andy explained the reason for the "above ceiling" rate in Daniel''s output . . . but I just saw an example that doesn''t fit. >> tc output >> class htb 1:14 parent 1:1 leaf 14: prio 1 quantum 3072 rate 256000bit ceil 282000bit burst 1820b/8 mpu 0b overhead 0b cburst 1851b/8 mpu 0b overhead 0b level 0 Sent 2639448 bytes 1128 pkt (dropped 0, ove...
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...so.1". > (no debugging symbols found) > Core was generated by `/home/kehoste/work/LLVM/1.8/llvm/Release/bin/ > lli-force-interpreter=false ../17'. > Program terminated with signal 6, Aborted. > > warning: svr4_current_sos: Can't read pathname for load map: Input/ > outpu t error > </end> > > Other tests: > <start> > /home/kehoste/work/LLVM/1.8/llvm/Release/bin/fpcmp: Comparison > failed, not a numeric difference. > ******************** TEST (llc) '178.galgel' FAILED! > ******************** > Execution Context D...
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
.../LLVM/1.8/llvm/include -I/home/kehoste/work/LLVM/1.8/llvm/ projects/llvm-test/include -I../../../../include -I/home/kehoste/work/ LLVM/1.8/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -I /work/ SPEC_CPU2000_1.3_src/benchspec/CFP2000/168.wupwise/src/ -I/work/ NAG_f95/lib -O3 -S dcabs1.c -o Output/dcabs1.ll -emit-llvm In file included from /work/SPEC_CPU2000_1.3_src/benchspec/ CFP2000/168.wupwise/src/dcabs1.f:1: /work/NAG_f95/lib/f95.h:109: error: syntax error before ‘Logical4’ /work/NAG_f95/lib/f95.h:109: warning: data definition has no type or storage class /work/NAG_f95/lib/f95.h:118:...
2013 Jan 05
38
[Bug 59057] New: Black screen after resume from s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=59057 Priority: medium Bug ID: 59057 Assignee: nouveau at lists.freedesktop.org Summary: Black screen after resume from s2ram QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: pontus.fuchs at gmail.com
2009 Sep 11
1
Multiple ports support for virtio_console; major number for dev
Hello, This is the patch that I have for adding support for multiple ports to virtio_console. It's pretty stable in my testing so far and the memory corruption that I had earlier has been resolved in linux-next so I'm proposing this for inclusion. This currently uses device major number 60 from the experimental range; Alan could you please reserve a new major number for virtio_console?