search for: qw

Displaying 20 results from an estimated 322 matches for "qw".

Did you mean: wq
2008 Oct 20
14
Wine and Quicken
Hello, I am running Ubuntu 8.04. off of an external HD. in the File Browser, Ubuntu sees the internal HD, and I can navigate to the Quicken executable. I installed wine and went into Configure it and clicked Add Application. I can see the Program Files folder, but when I go into it, all I can see is the Common Files and Internet Explorer folders. Why can't I see executables? How can I try
2010 Jul 28
3
Create new Sys::VirtV2V::Util
These 2 patches are mostly code motion. They were prompted by an apparent augeas error in BZ 613967 which didn't display useful error message. The error seems to happen in Converter::Linux. GuestOS::RedHat had a handy function which displayed verbose augeas error messages. This function moves into the new module where it can be used by both modules. The second patch is an consequential tidy
2008 Jul 25
11
How to fix "CAPI 2.0 not installed"?
Hallo, I recently installed wine 1.1.2 on my SlackWare 12.1 Linux system, because I have to run a hardware debugging program which only runs under Windows. When I run the application, i get the message "CAPI 2.0 not installed". In the same directory as the application there's a file called capi2032.dll, and I suspect that has something to do with it. If so, how do I tell wine that
2005 Dec 29
2
loop
Dear All, I have to use loop over an array so I am using following procedure count<-1 repeat{ count<-count + 1 c(g[count],1:i[count]) ->qw if(count>5)break } as a result qw is [1] 0.9643836 1.0000000 2.0000000 3.0000000 4.0000000 5.0000000 [7] 6.0000000 7.0000000 8.0000000 9.0000000 10.0000000 11.0000000 [13] 12.0000000 13.0000000 14.0000000 15.0000000 16.0000000 17.0000000 [19] 18.0000000 19.0000000 20.0000000 21.00...
2007 Jul 27
1
MRTG with 14all.cgi on centos 5
...downloaded it from below URL. http://my14all.sourceforge.net/14all-1.1.txt and did only below 3 changes to that file. those can be seen in BOLDletters. # if MRTG_lib.pm (from mrtg) is not in the module search path (@INC) # uncomment the following line and change the path appropriatly: #use lib qw(/usr/local/mrtg-2/lib/mrtg2); use lib qw(/usr/lib/mrtg2); # if RRDs (rrdtool perl module) is not in the module search path (@INC) # uncomment the following line and change the path appropriatly # or use a LibAdd: setting in the config file #use lib qw(/usr/local/rrdtool-1.0.38/lib/perl); use lib q...
2009 Sep 23
1
Sum of Product in a Matrix
...time in a matrix X=[ 1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16] I would like to do (1*5+2*6+3*7+4*8) I need to do it step by step because I will further put a conditional in the formula It worked this way x <- matrix ( c (1 : 16),ncol = 4) #generating my x matrix qw <- matrix (0, ncol = 4, nrow = 4) answer<- matrix (0, ncol = 4, nrow = 4) #my final objective is to generate this matrix soma <- function (d,q){ (d [q, 1] * d [q, 2]) #a function to multiplicate two collumns and two elements at a time } for (q in 1:4){ m <- soma qw [q, 2] <- m (...
2012 Aug 24
1
virt-v2v trouble converting Xen Centos 5.X to KVM Centos 6.3 or Fedora 17
...ror messages I don't understand, and I check and the logical volume under the vg5 pool has been deleted once the script exits. vm-alan2: 100% [=====================================================]D 0h08m16s Use of uninitialized value $transferdev in quotemeta at /bin/virt-v2v line 609. Use of qw(...) as parentheses is deprecated at /usr/share/perl5/vendor_perl/Sys/VirtConvert/Converter/RedHat.pm line 169. Use of qw(...) as parentheses is deprecated at /usr/share/perl5/vendor_perl/Sys/VirtConvert/Converter/RedHat.pm line 178. Use of qw(...) as parentheses is deprecated at /usr/share/perl5/v...
2023 Jan 08
3
Dovecot - mail_crypt - lmtp-server - no password to decrypt the key
...ota_over_flag check: quota_over_script unset - skipping imap(someone at example.com)<241><oaoI9sLxVKXAqDEB>: Debug: Mailbox INBOX: Mailbox opened --- Load Inbox Ends --- --- Lmtp --- lmtp(248): Info: Connect from 172.17.0.1 lmtp(someone at example.com)<248><e2dcD6TuumP4AAAALzF/Qw>: Debug: auth-master: userdb lookup(someone at example.com): Started userdb lookup lmtp(someone at example.com)<248><e2dcD6TuumP4AAAALzF/Qw>: Debug: auth-master: conn unix:/var/run/dovecot/auth-userdb: Connecting lmtp(someone at example.com)<248><e2dcD6TuumP4AAAALzF/Qw>...
2016 Jul 29
7
how to build rpm
Hi, For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm? Thanks! Regards Andrew
2004 Sep 22
1
Protocol negotation failed
...d Same result if I use 'localhost' or reference it by IP. If you can tell me what I have missed it would be greatly appreciated. I have been following the HOWTO step-by-step and I'm not sure what I missed. Thanks, Misty smbldap_conf.pm: use strict; package smbldap_conf; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapmodify $suffix...
2016 Jul 05
4
how to build/install pulseaudio 6.0 on centos 6.8
...ntOS 7 >environment on a CentOS 6 platform > >Is there any reason you can't just use CentOS 7 ? some applications are still run on centos 6.8. Therefore, centos 6.8 is preferred. At 2016-07-05 18:32:25, "James Pearson" <james-p at moving-picture.com> wrote: >qw wrote: >> >> Centos 6.8 comes with pulseaudio 0.9, but I want to use pulseaudio >> 6.0 or higher version, which is used on centso 7. How to >> build/install new pulseaudio on centso 6.8? Are there some dependency >> libs for pulseaudio? is there some rpm of pulseaudio...
2019 Jul 10
1
[p2v PATCH] Use List::MoreUtils instead of List::Util
...fig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-p2v-config.pl b/generate-p2v-config.pl index 01387e0..be98838 100755 --- a/generate-p2v-config.pl +++ b/generate-p2v-config.pl @@ -20,7 +20,7 @@ use warnings; use Class::Struct; use Getopt::Long; -use List::Util qw(any); +use List::MoreUtils qw(any); struct ConfigSection => { -- 2.21.0
2019 Jun 13
2
where to get kernel source
...rnel-3.10.0-327.36.3.el7.src.rpm. http://vault.centos.org/7.2.1511/updates/Source/SPackages/ But I can't find kernel-3.10.0-327.36.4.el7.src.rpm. Thanks! Regards Andrew At 2019-06-13 16:27:02, "Fabian Arrotin" <arrfab at centos.org> wrote: >On 13/06/2019 07:47, qw wrote: >> Hi, >> >> >> I install centos 7.2 with kernel version of 3.10.0-327.36.4.el7.x86_64. Where to get its kernel source? >> > >So multiple points: > >- 7.2 is *really* old and unsecure and you shouldn't use that at all >- https://wiki.centos...
2008 Sep 17
1
How to notify a native linux client for a piece of software?
Hello everyone, As some of you may know, ET:QW (www.enemyterritory.com) now has a native Linux client with every game feature (except AntiAliasing on some PCs :p) implemented. My question is the following : knowing the WineHQ AppDB says the game is Bronze/Garbage and no recent version was tested under Wine, shall i make a test report in which...
2011 Jan 17
1
[PATCH] Fix subclassing of LibVirtXMLSource
...deletions(-) diff --git a/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm b/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm index e62d996..ffb9309 100644 --- a/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm +++ b/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm @@ -30,7 +30,7 @@ use Sys::VirtV2V::Util qw(user_message parse_libvirt_volinfo); use Locale::TextDomain 'virt-v2v'; - at Sys::VirtV2V::Connection::Source::LibVirtXMLSource::ISA = + at Sys::VirtV2V::Connection::LibVirtXMLSource::ISA = qw(Sys::VirtV2V::Connection::Source); =pod -- 1.7.3.4
2002 Aug 28
0
Bug - just subscriibed
...rotocol version 26 The cygwin version: rsync version 2.5.5 protocol version 26 If I run with -vvv I get the following consistently just before it crashes. >recv_generator(accounts/quickenw/whatsnew.wri,281) >accounts/quickenw/whatsnew.wri is uptodate >recv_generator(accounts/quickenw/~QW~LINK.QDT,282) >accounts/quickenw/~QW~LINK.QDT is uptodate >recv_generator(accounts/~QW~LINK.QDT,283) >accounts/~QW~LINK.QDT is uptodate >generate_files phase=1 >send_files phase=1 >recv_files phase=1 >generate_files phase=2 >send files finished >total: matches=0 tag_hits...
2002 Aug 31
0
Crash with Cygwin version
...low, I get the following consistently just before it crashes. rsync -avvv --delete -e ssh ./accounts \ nyc.livingwork.com:/home/peterk/pcbackup >... >recv_generator(accounts/quickenw/whatsnew.wri,281) >accounts/quickenw/whatsnew.wri is uptodate >recv_generator(accounts/quickenw/~QW~LINK.QDT,282) >accounts/quickenw/~QW~LINK.QDT is uptodate >recv_generator(accounts/~QW~LINK.QDT,283) >accounts/~QW~LINK.QDT is uptodate >generate_files phase=1 >send_files phase=1 >recv_files phase=1 >generate_files phase=2 >send files finished >total: matches=0 tag_hits...
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
...y +++ b/scripts/ovirt-early @@ -644,7 +644,11 @@ start_ovirt_early () { done ;; *) - bootparams="$bootparams $i" + # check the params to be ignored before adding to bootparams + varname=${i%=*} + if ! grep -qw /etc/ovirt-commandline.d/*; then + bootparams="$bootparams $i" + fi ;; esac done -- 1.7.4.4
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...Netrc; use URI; use XML::DOM; @@ -29,6 +27,11 @@ use XML::DOM; use Sys::Virt; use Sys::VirtV2V; +use Sys::VirtV2V::Connection; +use Sys::VirtV2V::Connection::Volume; +use Sys::VirtV2V::Transfer::ESX; +use Sys::VirtV2V::Transfer::SSH; +use Sys::VirtV2V::Transfer::Local; use Sys::VirtV2V::Util qw(user_message); use Locale::TextDomain 'virt-v2v'; @@ -39,70 +42,47 @@ use Locale::TextDomain 'virt-v2v'; =head1 NAME -Sys::VirtV2V::Connection::LibVirt - Read libvirt metadata from libvirtd - -=head1 SYNOPSIS - - use Sys::VirtV2V::Connection::LibVirt; - - $conn = Sys::VirtV2...
2008 May 03
3
Low Quality Sound and Video settings in TF2
...gs to "Headphones", but when I restart the game, it always goes back to "2 Speakers". I'm running Ubuntu 8.04 and Wine 0.9.60 with the nVidia 169.12 drivers. I know there's nothing wrong with my video drivers as glxgears works perfectly and I have the Linux client of ET:QW installed and that runs just as well as my Windows ET:QW install does.