search for: unversioned

Displaying 20 results from an estimated 127 matches for "unversioned".

2015 Jun 12
0
[PATCH 2/3] get-kernel: add --unversioned-names
New --unversioned-names option to save extracted files just with their base name (i.e. "vmlinux", "initrd.img"). --- get-kernel/get_kernel.ml | 17 +++++++++++++---- get-kernel/virt-get-kernel.pod | 9 +++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/get-kernel/ge...
2015 Jun 12
1
[PATCH 3/3] get-kernel: add --prefix
...++ 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/get-kernel/get_kernel.ml b/get-kernel/get_kernel.ml index 1523363..01297f0 100644 --- a/get-kernel/get_kernel.ml +++ b/get-kernel/get_kernel.ml @@ -25,7 +25,7 @@ open Printf (* Main program. *) let main () = - let add, output, unversioned = + let add, output, unversioned, prefix = let domain = ref None in let file = ref None in let libvirturi = ref "" in @@ -33,6 +33,7 @@ let main () = let output = ref "" in let machine_readable = ref false in let unversioned = ref false in + let...
2015 Sep 01
3
[PATCH 1/3] get-kernel: split command line handling in own function
...ertions(+), 93 deletions(-) diff --git a/get-kernel/get_kernel.ml b/get-kernel/get_kernel.ml index 8ca7ca0..3b27740 100644 --- a/get-kernel/get_kernel.ml +++ b/get-kernel/get_kernel.ml @@ -23,104 +23,106 @@ module G = Guestfs open Printf -(* Main program. *) -let main () = - let add, output, unversioned, prefix = - let domain = ref None in - let file = ref None in - let libvirturi = ref "" in - let format = ref "" in - let output = ref "" in - let machine_readable = ref false in - let unversioned = ref false in - let prefix = ref None in - -...
2015 Jun 11
2
[PATCH] (Almost) new tool: virt-get-kernel
Extract the guest kernel/ramdisk extraction from virt-builder into a separate utility, so it can be used and improved without cluttering virt-builder. Currently it does what virt-builder --get-kernel did, adding also the options for remote disks and libvirt access, much like other libguestfs tools. virt-builder --get-kernel now just spawns virt-get-kernel. --- .gitignore |
2020 Feb 17
1
[PATCH] virt-get-kernel: add '--blocksize' option support
...libvirt guest name"; - [ L"format" ], Getopt.Set_string (s_"format", format), s_"Format of input disk"; - [ S 'o'; L"output" ], Getopt.Set_string (s_"directory", output), s_"Output directory"; - [ L"unversioned-names" ], Getopt.Set unversioned, - s_"Use unversioned names for files"; - [ L"prefix" ], Getopt.String (s_"prefix", set_prefix), s_"Prefix for files"; + [ S 'a'; L"add" ], Getopt.S...
2020 Jan 16
2
[PATCH] add default (unversioned) directory for guest agent on EL
There was no source directory for EL8 guest agent (only EL6 and EL7). RHBZ#1791802 Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/windows_virtio.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 5ec7664b..6ddc488a 100644 --- a/v2v/windows_virtio.ml +++ b/v2v/windows_virtio.ml @@ -192,7 +192,7 @@ and
2016 Jan 18
2
Problem with the way BUILD_SHARED_LIBS=ON handled in llvm 3.8
Hi, For lllvm 3.7 and before BUILD_SHARED_LIBS=ON would produce versioned shared libs like libLLVMLTO.so (symlink) libLLVMLTO.so.3.7 (symlink) libLLVMLTO.so.3.7.0 (real file) now it just builds an unversioned libLLVMLTO.so file which I believe is a problem because when a program links to llvm it generates a runtime dependency on libLLVMLTO.so instead of libLLVMLTO.so.3.7.0 which will break versioned dependencies. Can we please get this behaviour back? Thanks, ismail
2016 Jan 19
2
Problem with the way BUILD_SHARED_LIBS=ON handled in llvm 3.8
...re not API stable (especially not the ones you generate with BUILD_SHARED_LIBS). Those libraries are really not intended to ship. I know that's why I need them versioned. Currently we (openSUSE) ship libLLVM package which will install libLLVMFooBar.so.3.7 files and llvm-devel package will ship unversioned libLLVMFooBar.so. So, any application linking against LLVM generates a dependency against the versioned libLLVMFooBar.so.3.7 and not against the unversioned library. This way when we ship the new libLLVM 3.8 old application will have to be recompiled to correctly link against the new LLVM LLVM 3....
2009 Sep 08
1
Perl module versioning
Re: https://bugzilla.redhat.com/show_bug.cgi?id=521674 Perl modules are unversioned, but should carry version numbers Currently perl RPM deps are unversioned. Apparently if we add a version number into the perl module(s) then we can fix that, eg: our $VERSION = "1.0.68"; This would allow Perl users to specify the version either through an RPM dependency or in code...
2014 Feb 06
2
Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
...and send the output back to the list. > Output from the above command: 0.000000 debug level is '1' 0.248714 Supported UPS detected with megatec protocol 1.268575 Permissions problem: Input/output error Network UPS Tools - Megatec/Q1 protocol USB driver 0.09 (2.6.5-Unversioned directory) /var/log/system.log entries but they do not come out as a result of the above command....they just come out in large intervals: Feb 6 12:09:15 smalltree upsmon[3091]: UPS [UPSonic at localhost]: connect failed: Connection failure: Connection refused -- Chris Duffy Product Sup...
2006 Apr 08
4
Development Environment
I want to be able to code my rails apps either on my Desktop mac or my Powerbook using textmate. I want to build a Debian server that runs lighttpd, rails and mysql. Would I use samba on the server and access the files that way through TextMate or is there something else that folks use? and should I use subversion and if so, how would I do that in the scanario I''m describing.
2011 May 03
2
[LLVMdev] Loop-Unroll optimization
Hi, > The loop that I am trying it on is: > for(i=0; i< 1000; i++) > { > c[i] = a[i] + b[i]; > } I can't find any benefit unrolling this loop. ------------------ Yuan Pengfei Peking Unversity, China
2012 Aug 10
1
Zigor Ebro 650 compatibility
...s<at> pegasus]/usr/local/libexec/nut% sudo ./blazer_usb -a zigor >>>>> -DDDDDDDDD -x vendorid=0x0001 -x productid=0x0000 -x subdriver=krauler >>>>> Password: >>>>> Network UPS Tools - Megatec/Q1 protocol USB driver 0.04 >>>>> (2.6.3-Unversioned directory) >>>>> 0.000000 send_to_all: SETINFO driver.parameter.vendorid "0x0001" >>>>> 0.000013 send_to_all: SETINFO driver.parameter.productid "0x0000" >>>>> 0.000018 send_to_all: SETINFO driver.parameter.subdri...
2012 Dec 26
3
Eaton 5PX 1500i RT2U : nut does not work
...Just baught this ups to replace an Ellipse. I've had a look at the nut hardware compatibility list, it's fully compatible and uses the same driver as ellipse (usbhid-ups) Here is the error I get when I "/usr/bin/upsdrvctl start" : Network UPS Tools - UPS driver controller 2.6.5-Unversioned directory Network UPS Tools - Generic HID driver 0.37 (2.6.5-Unversioned directory) USB communication driver 0.31 No matching HID UPS found Driver failed to start (exit status=1) Using Archlinux, kernel x86_64 3.7.1 lsusb : Bus 001 Device 002: ID 0424:2512 Standard Microsystems Corp. USB 2.0 Hub...
2013 Aug 11
2
N-Power MEV-3000LT compatibility report and problem
...me to Moscow to N-Power, suggesting to buy from them. So I believe the compatibility list deserves two new lines. Now what doesn't work. 1. Shutdown ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # /lib64/nut/blazer_ser -amv -k -DDD Network UPS Tools - Megatec/Q1 protocol serial driver 1.55 (2.6.5-Unversioned directory) ?? 0.000000??? debug level is '3' ?? 0.108370??? Initiating UPS shutdown ?? 0.108561??? send: 'C' ?? 0.150967??? read: 'NAK' ?? 0.151021??? instcmd: command [shutdown.stop] failed ?? 0.151162??? send: 'C' ?? 0.193506??? read: 'NAK' ?? 0.193598??? i...
2013 Apr 20
1
PuppetDB / inventory service configuration problem
...pointers for trying to debug this? Thanks, Dave ------- /var/log/puppetdb/puppetdb log: 2013-04-20 18:11:32,909 WARN [qtp1655388819-40] [io.nio] javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 2013-04-20 18:11:55,089 WARN [qtp1655388819-39] [http.server] Use of unversioned APIs is deprecated; please use /v1/metrics/mbean/java.lang:type=Memory 2013-04-20 18:35:43,518 INFO [command-proc-45] [puppetdb.command] [db173bb5-a2ea-486e-8dd2-46abf737f975] [replace facts] puppetmaster.domain.com 2013-04-20 18:35:48,999 INFO [command-proc-45] [puppetdb.command] [b8cc3c17...
2014 Feb 06
0
Question on support for Upsonic Commercial UPS CXR 2000 - 2000VA/1200W - Rack/Tower on Freebsd 9.1.
...the list. >> > Output from the above command: > > 0.000000 debug level is '1' > 0.248714 Supported UPS detected with megatec protocol > 1.268575 Permissions problem: Input/output error > Network UPS Tools - Megatec/Q1 protocol USB driver 0.09 (2.6.5-Unversioned directory) Hmm, "Input/output error" is somewhat different than a permissions problem, so this points to some FreeBSD-specific weirdness. Unfortunately, it looks like this has been seen before, with no apparent resolution at the time: http://lists.alioth.debian.org/pipermail/nut-upsu...
2011 May 03
2
[LLVMdev] Loop-Unroll optimization
Hi, you need to run some optimization passes first. (like -O2) 2011/5/3 Manish Gupta <mgupta.iitr at gmail.com> > I just want to try loop-unroll and see corresponding changes in the bitcode > file. For that any loop will do. Have you been able to test llvm loop-unroll > successfully? > > > On Mon, May 2, 2011 at 10:04 PM, Yuan Pengfei <coolypf at qq.com> wrote: >
2012 Aug 30
2
UPS - CYBERPOWER CPS DX600E supported by usbhid-ups
...1650 battery.runtime.low: 300 battery.type: PbAcid battery.voltage: 4.8 battery.voltage.nominal: 12 device.mfr: CPS device.model: DX600E device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ugen0.00 driver.version: 2.6.3-Unversioned directory driver.version.data: CyberPower HID 0.3 driver.version.internal: 0.35 input.transfer.high: 0 input.transfer.low: 0 input.voltage: 230.0 input.voltage.nominal: 230 output.voltage: 239.0 ups.beeper.status: enabled ups.delay.shutdown: 20 ups.delay.start: 30 ups.load: 21 ups.mfr: CPS ups.mode...
2007 Oct 22
3
How to format data for time-series analysis
Hello all, I'm using R to visualize and explore the data produced by a software system. The software generates logs for many types of events. The software runs for days on end, and can possibly generate multiple events per second. What is the appropriate time format for year, month, day, hour, minute, second, millisecond? that R can properly interpret (using zoo? or ITS?) I'll have