Displaying 20 results from an estimated 2000 matches similar to: "virt-manager can't start"
2015 Sep 11
2
Backup a VM (using live external snapshot and blockcommit)
Hi.
I'm following here a conversation that was initiated on Kashyap's
website [1].
We have a server we use as a host for virtual machines using KVM
(virt-manager used for VM creation) and we would like to setup VM
backups. Basically, we're thinking of a backup schedule like "keep 7
daily and 4 weekly backups". We'd rather not shutdown the VM every day
so live backups
2010 Nov 26
1
How to save a data set as .txt on fly?
Hi folks,
Win7 64bit
I tried to save DNase, a data set on database, as .txt file for future use with
load.
I can't do it on fly;
> save(DNase, file="C:/Users/satimis/Documents/aaa.txt")
> load(file="C:/Users/satimis/Documents/aaa.txt")
> aaa
Error: object 'aaa' not found
> aaa.txt
Error: object 'aaa.txt' not found
I must perform following
2008 Oct 06
1
Unable telnet port 143
Hi folks,
Postfix
Dovecot-imap 1.0
port 143 not working.
$ telnet localhost 143[code]
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK Dovecot ready.
1 login satimis mypassword
1 NO Authentication failed.
* BYE Disconnected for inactivity.
Connection closed by foreign host.
[/code]
# tail /var/log/mail.log[code]
Password:
Oct 6 01:05:02 xen5
2007 Aug 09
6
Problem on installing MS VM on wine
Hi folks,
Ubuntu 7.04 desktop
IEs4Linux
IE6
Download following packages on Internet;
msjavx86b3805.exe
MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe
I suppose "wine MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe" is
upgrade.
On terminal:
$ WINEPREFIX="/home/satimis/.ies4linux/ie6" wine msjavx86b3805.exe
....
.....
Backtrace:
=>1 0x00be006e (0x0034fe18)
2 0x7bc3ac3d in
2005 Mar 29
3
From FAQ 7.21 to a command like apply(sapply(list(f1,f2,f3),is.na),2,sum)
Dear all,
Last December there was a thread regarding the famous FAQ 7.21 "How can I
turn a string into a variable?" and asking what people want to do with
these strings.
My, certainly trivial application would be as follows:
Assume I have a data.frame containing besides others also the columns f1,
f2, ..., fn and I want to create a command like:
apply(sapply(list(f1,f2,f3),is.na),2,sum)
2009 Jul 25
1
wineconsole fails to start
Hi folks
Debian 5.0
iceweasel 3.0.6
wineconsole fails to start
$ wineconsole start
Code:
wine: created the configuration directory '/home/satimis/.wine'
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/satimis/.wine' has been updated.
iceweasel unable to start. Please advise how to fix the problem. TIA
B.R.
satimis
2006 Nov 19
3
file permissions and groups
Hello all,
I have a file owned by apache:apache with permissions of 640.
I have added myself to the apache group using usermod -G (and I can verify
that using the groups command) but I still can't read the abovementioned
file.
Am I not getting something?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jul 29
2
Importing time series
I have a time series dataset, saved in a csv file. However date-formatting is
:
7/2/1982
7/6/1982
7/7/1982
7/8/1982
7/13/1982
7/14/1982
However if I use following zoo-code, it is not reading data:
read.zoo(file="F:/data.csv", format="%m/%d/%y", header=F)
Error is
Error in read.zoo(file ="F:/data.csv", format = "%m/%d/%y", :
index contains NAs
Here
2005 Dec 07
2
Bandwidth selection for ksmooth( )
Dear R Users,
Before running ksmooth( ), a suitable bandwidth selection is needed. I use some functions for this task and receive these results for my data:
width.SJ(y,nb=100,method="ste") : 40.25
bcv(y,nb=100) : 40.53
ucv(y) : 41.26
bandwidth.nrd(y) : 45.43
After implementing the function ksmooth(x,y, bandwidth= each of abovementioned bandwidths), I have some NAs
2015 Sep 11
0
Re: Backup a VM (using live external snapshot and blockcommit)
On 09/11/2015 06:45 AM, Jérôme wrote:
> AFAIU, live backups using libvirt may be done thanks to blockcommit as
> explained here on the wiki [2].
>
> -> Considering our use case, is this the recommended way?
Yes, using active block-commit is the ideal way to perform a live backup.
>
> Assuming yes, here is the plan.
>
> I wrote a script that does
>
> #
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
Hello,
I was just reminded from a comment in some code that I had submitted this bug report last year, but it does not appear to have been addressed in R 3.5.0.
Can this please be fixed, or is there a specific reason that it cannot be addressed?
Thanks,
Adam
From: Gower, Adam
Sent: Monday, June 19, 2017 11:56 AM
To: 'r-devel at r-project.org'
Subject: Bug report for sealClass() in
2010 Aug 31
1
Unable to run dev.new
Hi folks,
Debian 504 64 bit.
Have spent more than 2 hours on dev.new and can't make it to work.
> dev.new(height = 6, width = 12)
Error in dev.new(height = 6, width = 12) :
unused argument(s) (height = 6, width = 12)
r-base-core has been installed. The command should be correct. I have run it
before.
Finally I started another VM, Ubuntu 10.04, also 64 bit, and then R. The
2010 Aug 26
2
About plot graphs
Hi folks,
Following command prints 2 graphs side-by-side:-
layout(matrix(1:2, nrow=1))
plot(Date,Input_No.)
plot(Test01$Date, Test01$Input_No.)
However each is a square graph I need a rectangular layout. Pls advise how to
make it. TIA
B.R.
satimis
2011 Sep 12
1
can't turn on wide links in homedir
Hi, I discovered that it's not possible to run 'wide links' and 'unix
entensions' at the same time - there are source-level blockers in place
that will disable wide links and write a log entry. I traced this to
https://bugzilla.samba.org/show_bug.cgi?id=7104 and
http://www.samba.org/samba/news/symlink_attack.html ...
However, I run a private home LAN server that already
2020 Mar 19
0
smbclient(samba-4.10.4) cannot log data in log.smbclient while samba-3.6.23 can
Any updates ..
On 3/18/20 18:04, Amit Kumar wrote:
>
> Hello,
>
> smbclient cannot create log file when log-basename is specified in
> samba-master.
>
> ?????? -l|--log-basename=logdirectory
> ?????????? Base directory name for log/debug files. The extension
> ".progname" will
> ?????????? be appended (e.g. log.smbclient, log.smbd, etc...). The log
>
2004 Aug 06
2
Bug found (and possibly fixed) in Win32 speexdec
Hi!
Speexdec "clips" playback of files on fast Windows machines when
invoking it in decode-and-play mode by only supplying a filename for the
source file - the end of the sound playback gets chopped off. I have
traced it to the line reading:
if (fout && strlen(outFile)==0)
WIN_Audio_close ();
<p>...which should probably read...
if (strlen(outFile)==0)
2004 Nov 30
6
How to know if a bug was recognised
Hello!
A problem with special characters seemed to me to be a bug. I sent a mail
to R-windows at r-project.org concerning the problem (see below).
How can I find out, if this is considered as a bug or an error of myself?
Which part of FAQs or documentation did I miss to find the answer?
thanks in advance
Heinz T??chler
-------------------- copy of abovementioned mail ----------
to: R-windows
2010 Nov 20
10
An empty grey diagram
Hi folks,
Win7 64bit
R 1.12.0
I run following command on R:-
> ToothGrowth
> attach(ToothGrowth)
> plot(dose,len)
> matrics=lm(len~dose)
> abline(metrics)
Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) :
plot.new has not been called yet
Only a grey diagram is displayed without content
> plot(abline(metrics))
Error in int_abline(a = a, b = b, h = h, v
2008 Nov 28
12
Guest - slow response to keystroke.
Hi folks,
Host - Debian Etch
Guests - Debian Etch.
Performed following steps to create duplicate guest, a mail server.
1)
# cp /etc/xen/guest-1.cfg /etc/xen/guest-2.cfg
edit guest-2.cfg changing the settings of:-
disk = [''file:/vserver/domains/guest-2_directory/disk.img,hda1,w'',
''file:/vserver/domains/guest-2_directory/swap.img,hda2,w'']
# Hostname
name
2005 Sep 13
1
what does this mean: Warning: Error in custom flags file / Corrupted Indexes
Hi everyone:
I am seeing a whole LOT of these messages in my dovecot logfile:
imap(rickt): Sep 12 17:14:03 Warning: Error in custom flags file /
home/rickt/mail/.imap/TRASH/.customflags: Duplicated ID 0
imap(rickt): Sep 12 17:14:03 Warning: Error in custom flags file /
home/rickt/mail/.imap/TRASH/.customflags: Duplicated ID 1
and also these:
imap(mbwnews): Sep 12 17:10:16 Error: Corrupted