search for: 1.10

Displaying 20 results from an estimated 808 matches for "1.10".

Did you mean: 1.00
2007 Sep 09
2
[PATCH] autogen.sh : detect automake-1.10 correctly
Josh, Macports on OSX ships with automake-1.10 and the current autogen.sh detects 1.10 as an invalid version of automake. The following patch (snarfed from autogen.sh from libvorbis) fixes that. Once that is fixed there are still some other issues that need fixing for automake-1.10. Cheers, Erik diff -u -r1.16 autogen.sh --- autogen.sh 21 Nov 2006 01:40:57 -0000 1.16 +++ autogen.sh 10
2011 Apr 06
0
Roadmap for libguestfs 1.10 (next stable version)
It's been nearly 5 months since we last released a stable version of libguestfs, and so I'm trying to get everything ready for the next stable version. This will be called libguestfs 1.10, and there is already a fantastic array of new features, summarised in part here[1]. Bugs ---- If there are bugs that you think ought to be fixed before 1.10 is released, then you need to (a) file them
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
A new intel-gpu-tools quarterly release is available with the following changes: - New frequency manipulation tool (intel_gpu_frequency) - Adjustments for the Solaris port (Alan Coopersmith). - Remove tests/NAMING-CONVENTION since it's all in the docbook now, to avoid divergent conventions. - New CRITICAL log level for really serious stuff (Thomas Wood). - Interactive test mode can now
2007 Sep 10
1
Warnings with automake-1.10
Josh, Automake 1.10 on OSX is giving me warnings like the following: test/Makefile.am:50: wildcard *.raw: non-POSIX variable name test/Makefile.am:50: (probably a GNU make extension) test/Makefile.am:50: wildcard *.flac: non-POSIX variable name test/Makefile.am:50: (probably a GNU make extension) test/Makefile.am:50: wildcard *.oga: non-POSIX variable name
2010 Nov 10
2
Samba for z/OS 1.10
Hello everybody, is there any samba version available for download, which runs on IBM MVS, i.e. IBM z/OS 1.10 ...? if not, is there a possibility to compile the source code myself for the target system? with kind regards, M. ---------------------------- The information transmitted may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or
2011 Jan 11
1
Bonding performance question
I have a Dell server with four bonded, gigabit interfaces. Bonding mode is 802.3ad, xmit_hash_policy=layer3+4. When testing this setup with iperf, I never get more than a total of about 3Gbps throughput. Is there anything to tweak to get better throughput? Or am I running into other limits (e.g. was reading about tcp retransmit limits for mode 0). The iperf test was run with iperf -s on the
2011 Jul 11
2
Extract only the values from a row
Dear helpers, how can I extract only the values from a row in a data frame? Using [X,] doesn't do the trick: > data.frame(letters[1:10],letters[11:20])->my.data > my.data[1,] letters.1.10. letters.11.20. 1 a k I would like to be able to extract only the values "a" and "k" without getting the row names and column names with them.
2006 Jun 19
4
Qurey : How to add trendline( st. line) in Graph
How to add trendline (i.e. straight line passing through maximum points) in graph. I have worked on the data given below. Please tell me how to add trendline in the graph. The script is as follows =================================== start ==================================================== # The data is as follows data <- c( 0.01, 0.02, 0.04, 0.13, 0.17 , 0.19 , 0.21 , 0.27 , 0.27 ,
2008 May 20
1
modern-CentOS-1.10
Another update for our wiki theme :) See: http://wiki.centos.org/ArtWork/WikiDesign/modern-CentOS Changes 1.10 ======= * Update header background image. * Update logo. Add comment "Community ENTerprise Operating System" on it. * Update navibar. Add some decorations :). * Update editorheader(self, d). Add the navibar, pagetrail, and username elements. *
2008 Jan 28
0
gettext 1.10: uninitialized constant ApplicationController
When running rake updatepo with gettext 1.10, for several controllers it gives Ignored ''app/controllers/sample_controller.rb''. Solve dependencies first. /Users/sava/code/sht/trunk/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:266:in `load_missing_constant'': uninitialized constant ApplicationController Rails is 1.2.5, frozen in
2008 Dec 17
2
Something strange! Wine 1.10 doesn't want to delete stuff.
So, recentley I upgraded to the new 1.10 with apt, I am running 2.6.24-21-generic #1 SMP kernel, although I don't know why it thinks I have to have smp, I have a 2400+ sempron, my v-card is a 7300Gt nvidia. And after I upgraded, I shut it down and I went to bed. The next day, I tried to play WoW, everything was cool, no glitches, it ran noticeably faster, so I changed the graphics settings
2019 Jan 18
0
ANNOUNCE: nbdkit 1.10 - an NBD server toolkit with stable plugin API and permissive license
Iā€™m pleased to announce the next stable release of nbdkit. This release concentrates on performance and fuzzing, along with numerous other enhancements (full list below). NBD ā€” Network Block Device ā€” is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. nbdkit is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written
2014 Nov 30
3
automake
Compiling current git on MacOSX 10.5.8 Darwin mac.stare.cz 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 $ ./autogen.sh Updating build configuration files for FLAC, please wait.... configure.ac:26: require Automake 1.11, but have 1.10 autoreconf: automake failed with exit status: 1 Why
2010 Nov 02
1
Feature Request for 1.10 - ISDN power-save mode
Hi, In Europe many Telcos implement power-save mode (See http://www.isdn-test.de/ihhe12.htm#Heading37 and scroll down to 'Activation / Deactivation' for more information). Would you agree to have this feature added to the ones already discuused for next Asterisk release ? (See https://wiki.asterisk.org/wiki/display/AST/AstriDevCon+2010) Regards -------------- next part -------------- An
2000 Jul 27
2
batch mode in linux
I'm trying to learn how to use R version 1.1.0 under Mandrake Linux version 6.1. Using R interactively, I get good results. However, when I attempt to execute commands from a file (following the directions in section 1.10 of An Introduction to R, version 1.10) my output disappears. As a default or after a sink() command, I would expect to see output on the console, but none appears. After
2009 Jul 30
2
z[i,j] = x[i,j] * y(i+j) ?
For the life of me I couldn't work out what to searc I have an m*n numeric matrix x and a numeric vector y (of length m+n-1) How do I do a calculation like this? z[i,j] = x[i,j] * y[i+j] ? Well, one can write a pair of loops, or write a single loop within which we calculate a vector at a time, but ... is there a "neat" way to do it? tiny example:
2008 Feb 01
2
Four UPS's via usb.
> Hello everyone. I try to connect four PowerMust 2000 ups's via usb to one > computer using megatec_usb driver. But megatec_usb completly ignores port > directive in ups.conf, I even try port = /dev/null and megatec_usb founds > ups and it works. The 'port' is not used for USB connected devices, it's only needed for compatibility reasons. > Problem is that
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
It seems there have been some changes to ActiveRecord between Rails 1.1.0 RC and 1.10 Final that cause Globalize to fail; 1.10 RC was working fine. When retrieving records from the DB only the base language version is fetched, even when the locale has been set differently. The SQL in the log confirms that Globalize is ignored and a regular find() is performed.
2018 Mar 07
3
Problem with USB <---> UPS management connection
Hi, colleagues! Something strange happens with a server. I am attempting to connect management interface of UPS with server via USB. In console I see a lot of errors: Mar? 7 13:42:04 xxx kernel: ugen2.2: <POWERCOM Co.,LTD HID UPS Battery> at usbus2 Mar? 7 13:42:05 xxx kernel: uhid0 on uhub6 Mar? 7 13:42:05 xxx kernel: uhid0: <POWERCOM Co.,LTD HID UPS Battery, class 0/0, rev 1.10/0.02,
2010 Aug 25
1
Powerware 9125 & bcmxcp driver
Hello! It looks like bcmxcp driver doesn't fit my device: UPS Model ? ? ? ? ? ? ? ? ? ?PW9125 UPS Firmware Version ? ?FP: 1.10 INV: 1.10 VA Rating ? ? ? ? ? ? ? ? ? ? ?3000 VA Web/SNMP card is present. Minicom connection to /dev/ttyS0 gives nice banner and control menu, but they prevent nut driver from working correctly (I guess). UPS should be switched into "Pass-Through" mode