Displaying 20 results from an estimated 400 matches similar to: "sharing a printer"
2006 May 16
0
configure a small local network
Hi to all,
I'm a newbie installing and configuring samba/ldap and so on... I'm looking for
help! :)
I have a small network:
? hosts:
- melo2 (WinXP Home)
- melo3 (WinXP Professional)
- melo4 (Debian)
? on melo4 I created 4 users using "smbldap-useradd":
- alice, bob, charles, dana
- I alse created a group "office" using "smbldap-groupadd" and added those
2012 Jun 25
1
Is it possible to in live migration?
Hi all,
In live migration using shared memory, there would be a following step
to input the password after typing:
migrate --live vm_name qemu+ssh://Destination_IP/system.
. I wonder if it is possible to include the password in the URI so that the
password procedure can be avoided?
Thanks,
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 12
2
No way to obtain guest's cpu and mem usage?
Hi everybody,
I'm using the PHP API to make a web interface interact with the virtual
machines installed on some hypervisor.
Everything is fine, but I would like to find a way to get the guest's
cpu and mem usage, so that it should be possible to make some rrd
graphs. I didn't find out anything and also it seems looking around that
there is no way to obtain those data.
What is strange
2006 Jun 26
9
table name
hello freinds...
I m very new to ruby on rails and i m facing a problem...
whenever i add Scaffold table and try running in that broser it shos
error that the particular tbale doesnot exist....
also it changes the name of the table , for eg.table names Recipe gets
changed to Recipes and in order to get ountput i need to change the name
of the table TO Recipies........is there any reason to
2012 Jul 28
3
Appending the Column names
Hi Freinds,
I have two data frames X,Y. I want to append both the data frames into one,
along with the columns names from both the data frames (it should look like
Z).
X:
Summary G Y R
Acc 12 12 13
Bcc 11 14 15
Ccc 13 15 16
Y:
Summary G Y R
Acc 10 11 12
Bcc
2012 Jan 16
2
Quota is not working (Debian Squeeze - Dovecot 1.2)
Hi all,
I'm trying to make quota work in Squeeze (Dovecot 1.2.15-7).
The quota module is correctly loaded and, when receiving a message, from
the log I see these messages:
Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<mydomain>): Loading
modules from directory: /usr/lib/dovecot/modules/lda
Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<mydomain>): Module
loaded:
2011 Sep 07
1
How to dedicate a NIC for VM traffic without assigning it an IP
I am testing out a new server with RHEL6 running KVM. We have a few
NICs on the server, one of which we would like to dedicate to network
traffic to/from the virtual guests. Is it possible to do this without
assigning an IP address to the NIC? We're currently doing something
like this with Vmware Server, HP's HPVM for HP-UX/IA, and IBM's
PowerVM for AIX.
--
albert chin (china at
2012 Apr 16
2
What does cpu_time returned by virDomainGetCPUStats mean?
hi, everyone.
I find an 'interesting' thing involving virDomainGetCPUStats(). I
call it for cpu usage consumed by a domain and get a array of
virTypedParameter. My system is 2-core and hyperviser return 1
parameter per cpu. So the contents of the array is like this.
virTypedParameter[0]
{
.fiedl = "cpu_time"
.type = 4
.value.ul = 51640610899
2012 Mar 08
1
Setting the default Hypervisor
Hi all,
I'm using libvirt with qemu-kvm and virtualbox on the same system.
Everything is working, but I want to change the default uri fo virsh.
At the moment, if i run:
# virsh uri
vbox:///system
and because of this, if I try to list my vm(s) in this way:
# virsh list --all
Id Name State
----------------------------------
the output is empty. I need always to pass the
2006 Aug 09
1
data.frame to shape
Hi all,
I have a simple question:
I have a data.frame like this:
id x y
1 50 1647685 4815259
2 50 1647546 4815196
3 50 1647454 4815294
4 50 1647405 4815347
5 50 1647292 4815552
6 50 1647737 4815410
7 74 1647555 4815201
8 74 1647464 4815023
9 74 1646970 4815129
10 74 1646895 4815264
11 74 1646762 4815513
and I'd like to trasform it with the "convert.to.shapefile"
2004 Sep 10
3
Josh Coalson, you rock!
Me too! Flac is one of the most stable, polished, and useful open-source
tools I've used. Many thanks!
On Thu, Sep 27, 2001 at 09:27:20AM -0700, Josh Coalson wrote:
> wow, thanks a lot! even from the beginning I had a hunch
> I wasn't the only one who wanted something like FLAC. glad
> to know it's useful.
>
> Josh
>
> --- Neologism
2005 Jan 30
1
Trying to make but it fails
I get these errors, and i am stuck here. I don't know what to do.
I am using latest stable Zaptel 1.0.4 and Asterisk 1.0.5. I just ran it on a
freinds machine and it went well there.
chan_zap.c:3647: dereferencing pointer to incomplete type
chan_zap.c:3648: dereferencing pointer to incomplete type
chan_zap.c:3651: dereferencing pointer to incomplete type
chan_zap.c:3652: dereferencing
2006 Aug 09
0
R: data.frame to shape
assuming that the rows are sorted correctly
dat
id x y
1 50 1647685 4815259
2 50 1647546 4815196
3 50 1647454 4815294
4 50 1647405 4815347
5 50 1647292 4815552
6 50 1647737 4815410
7 74 1647555 4815201
8 74 1647464 4815023
9 74 1646970 4815129
10 74 1646895 4815264
11 74 1646762 4815513
> list.dat<-split(dat, dat$id)
>
> closed.polygons<-lapply(list.dat,
2005 Aug 28
1
monitoring with mrtg
Dear freinds,
The pl script file which is available in the asterisk
monitoring section of the voip-info.com expects
username ,password and host parameters .
Which one we should provied is the acconts we
registered for asterisk or any thing else
your help will be immensely appreciated .
with regards
rk
_______________________________________________________
Too much spam in your inbox?
2009 Sep 18
2
Suppressing script commands in R console when executing long program
Hi R users,
I have a script composing of more than 1000 lines and would like suppress
the R codes from the console when executing the script (to reduce the
physical processing time)
I have tried options(echo=T) but no luck..
*Q1. Are there any way of suppressing the commands in the R console?*
Also, when importing spreadsheet consisting of numbers with 1,000 separator
commas (i.e 10000 as
2005 Jun 22
1
A Simple * Answering Machine w/ Caller Screening like the olden days
Sorry about the lengthy post, I've searched high and lo for
information on how to do this but now I need your help...
======== Brief intro on problem and requirements ===========
I'm hoping to use Asterisk in a Home environment where I'd like to
replace the current non-PC Answering Machine, and get added benefits
such as IVR, and text to speeach, for Home Automation purposes.
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2009 Jun 14
7
[Bug 1610] New: LocalCommand is executed to early
https://bugzilla.mindrot.org/show_bug.cgi?id=1610
Summary: LocalCommand is executed to early
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: fs-linux_bug
2012 Aug 22
1
multiline text() with different cex sizes
This question has probably been asked & answered before, but I can't
find it: How to print a
multiline figure caption in a plot, where different lines have different
fonts and font sizes,
and so that the lines of text are spaced in a reasonable way.
Here's a simple example, where I have to keep tweaking the y coordinate
and the
cex combos, while I also manually adjust the aspect
2017 Mar 12
1
. Possible issue with R-tools on Windows
I encountered this issue a couple of months ago and resolved it by installing Rtools in the default directory
C:\Rtools, see below for details. I didn't have time to prepare a proper error report and in fact suspected that I may be messing up something.
I tracked down the error by installing from the command line, rather than with install.packages().
On Windows I keep multiple versions of