similar to: Question how to implement remote access

Displaying 20 results from an estimated 500 matches similar to: "Question how to implement remote access"

2016 Jan 04
4
Re: API for retrieving resource metrics from VMs?
Thank you for the reply! I used the term "disk usage" as what you mentioned first; the information which can be retrieved via 'df' command on linux system... I'll then have to consider different approach to do what I want. Anyway, thanks again for your great help. Best regards bgkim 2016-01-04 22:21 GMT+09:00 Michal Privoznik <mprivozn@redhat.com>: > On
2016 Jan 05
2
Re: API for retrieving resource metrics from VMs?
On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote: > 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: >> hank you for the reply! >> >> I used the term "disk usage" as what you mentioned first; the information >> which can be retrieved via 'df' command on linux system... >> >> I'll then have to consider different
2016 Jan 04
2
API for retrieving resource metrics from VMs?
Hello. I'm a new getting started to learn the libvirt API. I've tried to find APIs which retrieve resource metrics such as cpu, disk, memory, and network I/O usages, but I could find few related thing; I was intended to use libvirt-Java binding first, it seems I'd be better to use the others like Python binding or C API though. The Java binding API is likely to provide very limited
2016 Jan 06
0
Re: API for retrieving resource metrics from VMs?
Thank you indeed! That information would be really great help for me. I'll look for the libguestfs. By the way, you mentioned that the tool would be better not to use frequently, so... Does the tool have any performance issue? Best regards bgkim 2016-01-06 5:44 GMT+09:00 Laine Stump <laine@laine.org>: > On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote: > >> 2016-01-04 16:33
2016 Jan 05
1
Re: API for retrieving resource metrics from VMs?
On 04.01.2016 17:59, Vasiliy Tolstov wrote: > 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: >> hank you for the reply! >> >> I used the term "disk usage" as what you mentioned first; the information >> which can be retrieved via 'df' command on linux system... >> >> I'll then have to consider different approach
2015 Jul 29
2
Re: \n didn't lead to a new line while using remote model
On Wed, Jul 29, 2015 at 04:18:02PM +0800, Yu Liu wrote: [...] > Let's make an example: > > #guestfish -a disk.img > >run > >mount /dev/sda1 / > >write-append /a.txt "Hello\n" > >write-append /a.txt "World\n" > >cat /a.txt > Hello > World > > >quit > > Another try: > eval `guestfish --listen` > guestfish
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from listening globally on TCP 1099 or 58722 How do I disable them from listening globally without having to resort to iptables? $ lsof -i -n -P | grep java | grep LISTEN java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN) java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772
2009 Jul 17
2
[LLVMdev] Bug in LiveIntervals? Please Examine
In LiveIntervals::processImplicitDefs() we have this: for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg), UE = mri_->use_end(); UI != UE; ) { MachineOperand &RMO = UI.getOperand(); MachineInstr *RMI = &*UI; ++UI; MachineBasicBlock *RMBB = RMI->getParent(); if (RMBB == MBB) continue; const
2005 Mar 23
1
problem when writing to a deleted file
I've got a weird situation. I have an RMI application that is creating PDF's for a web server. A request comes in to the web server, the web server deletes the PDF if it exists and then requests an RMI server to create the PDF. The PDF is written directly to the web server's disk via a Samba mount (both systems are Linux and are running Samba 3.0.10). The problem occurs when the
2009 Jul 17
0
[LLVMdev] Bug in LiveIntervals? Please Examine
On Jul 17, 2009, at 7:57 AM, David Greene wrote: > In LiveIntervals::processImplicitDefs() we have this: > > for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg), > UE = mri_->use_end(); UI != UE; ) { > MachineOperand &RMO = UI.getOperand(); > MachineInstr *RMI = &*UI; > ++UI; > MachineBasicBlock *RMBB
2013 Mar 13
2
How to add a new line at a particular place in a file..
Hi all, How can i write a puppet code such that..it adds a line of content that i want..at a desired place in a file.. if [ "x$JAVA_OPTS" = "x" ]; then JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
2012 Oct 05
4
PHP version dilemma
I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a "safe" way to upgrade PHP to 5.2x? Todd -- Ariste Software Bend, OR 97702 http://www.aristesoftware.com
2009 Jan 05
1
error message of RODBC...
channel <- odbcConnectExcel("nuova tabella terapia occupazionale mod.xls") > ## list the spreadsheets > sqlTables(channel) TABLE_CAT TABLE_SCHEM TABLE_NAME 1 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60g TO FU1$' 2 c:\\TABELLE DEFINITIVE\\nuova
2006 May 14
12
Is there a place for java in Ruby on Rails apps?
Hi all, I''m asking this question from the standpoint of a developer with almost 10 years experience with Microsoft technologies, mostly doing server side component and database work. So, I''m not very familiar with the java world. Can anyon tell me how/if java development can complement Ruby on Rails development? I''m not interested in how java can duplicate Rails
2003 Dec 01
1
cant set read-only attr. on office files in 1 share.
Lo folks, I have samba3 running on my redhat 8 system. Two shares are available: my "main" share and my "homes" shares. I cant set read-only attr on office files on my main share. But i can set them in my homes share. Ive read something about a bug beeing fixed in 3.0.1 but then i shouldnt be able to set read-only in my homes share ...or am i mistaking ? There is however
2003 Nov 04
1
ACL + sticky bit
Lo folks, I got a little question. Ive set up samba 3.0.0 + RH 8. And since ACL within samba only works on share niveau i wanted to implement POSIX ACL. I was thinking what is the difference between "full" access and "change" on a NT4 server. As far as i could think the difference is that "full" acces can delete a file and "change" can only change it. So i
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi, I would like to use dtrace to observe some behaviour in my J2EE app running in JBoss. I start JBoss normally in a 1.6 VM. When I try to enable set the ExtendedDTraceProbes flag using jinfo, I get a thread dump in the JBoss console and the message: "Unable to open door: target process not responding or HotSpot VM not loaded" in the jinfo console. I have tried this with both
2011 May 23
1
Remote use of libguestfs
[Stefan asked an interesting question on IRC about how / whether it is possible to use libguestfs remotely. The answer is too detailed for IRC] Consider this model of the libguestfs architecture[i]: (2) libguestfs (3) Linux (1) API protocol syscalls program <--------> libguestfs <--------> qemu <-------->
2004 Oct 27
1
Problem changing pw from win2k & xp
Hi here, I have the following problem: I have win98 / Win XP pro / Win2k Pro clients and a samba 3.0.2a server. When i try and change passwords from a win98 client it all works fine, but when i try to change a pw from a win2k or win XP pro client i get a message: "The system cannot change your password now because the domain GENERAL is not available" (our domain is called GENERAL)
2016 Jan 04
0
Re: API for retrieving resource metrics from VMs?
2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>: > hank you for the reply! > > I used the term "disk usage" as what you mentioned first; the information > which can be retrieved via 'df' command on linux system... > > I'll then have to consider different approach to do what I want. > > Anyway, thanks again for your great help.