search for: getinfo

Displaying 20 results from an estimated 154 matches for "getinfo".

Did you mean: setinfo
2009 Apr 03
1
Functions Accessing Databases
...e to retrieve. I can easily get the data from one year by the following: info1985=dbGetQuery(con, statement='the SQL query') Inside the statement, I have a column that is set to the desired year (e.g. table.column=1985) through a WHERE clause, but when I write a function like the following: getinfo=function(t){dbGetQuery(con,statement='the SQL query')} and instead of using a specific year, I substitute in t (e.g. table.column=t) in a WHERE clause When I go to do allinfo=sapply(c(1985:2007),getinfo) I get the following error message: RS-DBI driver: (could not run statement: Unknown col...
2020 May 01
0
Windows 10 client opens a folder as a file and asks for SMB2 GetInfo SMB2_FILE_STREAM_INFO
...01f0 Blob Length: 24 ExtraInfo SMB2_CREATE_QUERY_MAXIMAL_ACCESS_REQUEST SMB2 (Server Message Block Protocol version 2) SMB2 Header ProtocolId: 0xfe534d42 Header Length: 64 Credit Charge: 1 Channel Sequence: 0 Reserved: 0000 Command: GetInfo (16) Credits requested: 0 Flags: 0x00000034, Chained, Priority Chain Offset: 0x00000000 Message ID: Unknown (65657) Process Id: 0x0000feff Tree Id: 0x12c24d77 Session Id: 0x00000000771ae25b Signature: 00000000000000000000000000000000...
2013 Sep 30
2
virNodeInfo returns MBytes instead of bytes
...ype "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> conn=libvirt.open("qemu+ssh://xx@xx.xxx.com/system") Enter passphrase for key '/home/xx/.ssh/id_rsa': >>> hv_info=conn.getInfo() >>> hv_info ['x86_64', 15919, 8, 3292, 1, 1, 4, 2] 15,919 is the number I am referencing, should that not be in bytes and not MB? 8 is the number of cores, CPU is 3.2Ghz. $ rpm -q libvirt libvirt-0.10.2-18.el6_4.14.x86_64 $ uname -a Linux xx.xxx.com 2.6.32-358.18.1.el6.x86_64...
2008 May 11
1
Help, please-- Ubuntu 8.04
...0000 7b8b2888 00000000 0x7f22f880: 7fffffff 00000000 6e656874 41636974 0x7f22f890: 7f00444d 00440000 7f22f8ac 7fe217f6 0x7f22f8a0: 00000001 7f22fd88 00000006 7f22fd88 0x7f22f8b0: 00440cb6 7f22f950 00000000 00000000 0x7f22f8c0: 00000000 7f0e7bb5 7f0d8701 7fe217b6 Backtrace: =>1 0x7fe24343 in getinfo (+0x4343) (0x7f22f898) 2 0x7fe217f6 in getinfo (+0x17f6) (0x7f22f8ac) 3 0x00440cb6 in _ins5576._mp (+0x40cb6) (0x7f22fd88) 4 0x0040fff8 in _ins5576._mp (+0xfff8) (0x7f22fdc0) 5 0x00410b29 in _ins5576._mp (+0x10b29) (0x7f22fdd4) 6 0x00416912 in _ins5576._mp (+0x16912) (0x7f22fdec) 7 0x00...
2006 Aug 16
2
[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
Thanks, Reid. I've found that some overrides of allocation_order_begin() calls MachineFunction getInfo method. this method is not const. However, I think there could be default const implementation (const_cast of non-const method) and then allocation_order_begin() could be const. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-...
2017 Feb 15
2
Error in libvirt-GUI
...rare I get following error message dialogue box. (Image is attached for the error dialogue box ) Error saysError polling connection:'qemu+ssh......' Internal error client socket is closed TraceBack (most recent calls)engine.py: 440  conn.tickconnection.py: 1433   self.hostinfo() = self.vmm.getinfo() Is it a problem with libvirt or with my environment Thanks in advance. RegardsAbhishek
2008 Jan 24
12
getting started with facebooker
Hi, I started with rfacebook but given the recent events figure its best to move over to facebooker. I have: 1.) Installed the facebooker plugin 2.) setup my facebook app (fbml/canvas) 3.) created a method on controller & view to handle initial request 4.) added "ensure_application_is_installed_by_facebook_user" to top off application.rb I am able to get to my landing page
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
Testing on an 8-node 128-way NUMA machine has exposed a problem with Xen''s nr_cpus calculation. In this case, since Xen cuts off recognized CPUs at 32, the machine appears to have 16 CPUs on the first and second nodes and none on the remaining nodes. Given this asymmetry, the calculation of sockets_per_node (which is later used to calculate nr_cpus) is incorrect:
2008 Mar 11
2
Error opening SHP file (maptools)
I am having difficulty loading a points shapefile (1600 records) I generated from ArcGIS as a PointsSpatialDataFrame using the maptools readShapePoints function. library(maptools) surveypts <- readShapePoints(system.file("C:/temp/survey.shp", package="maptools")[1] Error in getinfo.shape(filen) : Error opening SHP file I've tried numerous re-exports and renames of the dataset, to no avail. I've also tried placing the shapefile in the library's shapefile folder, with the example dataset (see example below). x <- readShapePoints(system.file("shapes/survey...
2018 Feb 07
2
Question about using LoopAccessLegacyAnalysis
...t;LoopInfoWrapperPass>().getLoopInfo(); LoopAccessLegacyAnalysis &lala = getAnalysis<LoopAccessLegacyAnalysis>(); for(LoopInfo::iterator lp = li.begin(); lp != li.end(); lp++) { Loop *loop = *lp; const LoopAccessInfo &lai = lala.getInfo(loop); // need help here // I can’t get any information from the LoopAccessInfo instance. errs()<<lai.getNumLoads(); // return 0 } } // register static RegisterPass<SkeletonPass> X("test", "test for using the existing pass",...
2010 Sep 08
2
[PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant
...cketMultiPageBuffer = - IVmbusChannelSendPacketMultiPageBuffer; - iface->RecvPacket = IVmbusChannelRecvPacket; - iface->RecvPacketRaw = IVmbusChannelRecvPacketRaw; - iface->EstablishGpadl = IVmbusChannelEstablishGpadl; - iface->TeardownGpadl = IVmbusChannelTeardownGpadl; - iface->GetInfo = GetChannelInfo; -} void GetChannelInfo(struct hv_device *device, struct hv_device_info *info) { @@ -150,3 +136,18 @@ void GetChannelInfo(struct hv_device *device, struct hv_device_info *info) info->Outbound.BytesAvailToRead = debugInfo.Outbound.BytesAvailToRead; info->Outbound.Bytes...
2010 Sep 08
2
[PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant
...cketMultiPageBuffer = - IVmbusChannelSendPacketMultiPageBuffer; - iface->RecvPacket = IVmbusChannelRecvPacket; - iface->RecvPacketRaw = IVmbusChannelRecvPacketRaw; - iface->EstablishGpadl = IVmbusChannelEstablishGpadl; - iface->TeardownGpadl = IVmbusChannelTeardownGpadl; - iface->GetInfo = GetChannelInfo; -} void GetChannelInfo(struct hv_device *device, struct hv_device_info *info) { @@ -150,3 +136,18 @@ void GetChannelInfo(struct hv_device *device, struct hv_device_info *info) info->Outbound.BytesAvailToRead = debugInfo.Outbound.BytesAvailToRead; info->Outbound.Bytes...
2016 Jan 29
2
Fruit/AAPL behavior
...ds. I've cranked the fruit debug level up to 10 and can see that it is getting used ("fruit_stat called for files", for instance). I've also looked through Wireshark and it appears to appropriately negotiate the AAPL extension with the client. In wireshark I'm still seeing a GetInfo Request for every file and directory which hammers my poor server. I was under the impression the aapl protocol extension was supposed to make these requests unnecessary. Am I misunderstanding the functionality or is something wrong? The details: Server: CentOS 6 Samba 4.3.4 Client: OS X 10.9.5 sm...
2011 Mar 11
1
[LLVMdev] Accessing an empty machine function before instruction selection?
I'm trying to access the MachineFunctionInfo structure from a pre-ISel pass. In order to do this I have to get access to the MachineFunction and then call getInfo(). Currently in my pass I request it via: void AMDILBarrierDetect::getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired<MachineFunctionAnalysis>(); FunctionPass::getAnalysisUsage(AU); } However, I am getting an assert: assert(NormalCtor && "Cannot cal...
2006 Aug 16
0
redirect_to weirdness?
In my rails app I issue a redirect_to "http://www.otherdomain.com/getinfo.php" to invoke a php script that will in turn ultimately send control back to my rails app with some information. However I am noticing that getinfo.php seems to be cached or something. It returns the same stale result time and again unless I manuall tell my browser to refresh the page an...
2004 Apr 29
1
R-crash using read.shape (maptools)
Hi List, I am trying to read a large shapefile (~37,000 polys) using read.shape [winxp, 1gig ram, dellbox). I receive the following error: AppName: rgui.exe AppVer: 1.90.30412.0 ModName: maptools.dll ModVer: 1.90.30412.0 Offset: 0000309d The getinfo.shape returns info, and the shapefile is readable in arcmap. Any ideas on how to overcome this? Thanks Herry ------------------------------------------- Alexander Herr - Herry --------------------------------------------
2008 Jan 27
2
maptools no such file
...t; read.table("cities.shp") Error in read.table("cities.shp") : empty beginning of file In addition: Warning message: In read.table("cities.shp") : incomplete final line found by readTableHeader on 'cities.shp' > read.shape("cities.shp") Error in getinfo.shape(filen) : No such file Any thoughts? Thanks Pieter -- This message was sent on behalf of pieterprovoost at gmail.com at openSubscriber.com http://www.opensubscriber.com/messages/r-help at r-project.org/topic.html
2012 Dec 29
1
Problem to load a shape file
Dear all, I've been puzzled why I not able to load a shapefile from a connection. Does anyone here can give a reasonable answer? When I try the following script I got this error: Error in getinfo.shape(fn) : Error opening SHP file #Reproduction temp <- tempfile() download.file("http://metodologiapolitica.com/download/Brasil.zip",temp) shp.br <- readShapePoly(unzip(temp, "Brasil.shp")) unlink(temp) Just for acknowledgement, I successful can load the file wheneve...
2006 Aug 16
0
[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
On Wed, 16 Aug 2006, Anton Vayvod wrote: > Thanks, Reid. > I've found that some overrides of allocation_order_begin() calls > MachineFunction getInfo method. this method is not const. However, I think > there could be default const implementation (const_cast of non-const method) > and then allocation_order_begin() could be const. That sounds reasonable to me. There should probably also be a const version of the getInfo method. If you...
2006 Aug 17
0
[LLVMdev] allocation_order_begin takes non-const reference for MachineFunction
Thanks, Ralph, this line worked well :) Here it is, my first patch to LLVM :) I've changed all allocation_order_begin() and allocation_order_end() methods to take const MachineFunction &MF as a parameter. I also added const version of MachineFunction::getInfo<Ty>() method. And I changed three static hasFP() functions to take const reference to MachineFunction. While doing this I've found that some methods of MachineFunction are const but return non-const pointers to MachineFunction internal info. Is that all right? Thanks, Tony. P.S. I'...