search for: dpaste

Displaying 20 results from an estimated 37 matches for "dpaste".

Did you mean: paste
2009 Mar 16
0
dpaste, pastebin etc. Syntax highlighting for R?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, There are many sites to get bite-sized chuncks of code. The nice thing is that they use syntax highlighting. Examples: http://dpaste.com/ http://pastie.org/ http://pastebin.com/ Twitter with a link to a syntax highlighting site would do wonders. There are plugins for most (good) editors to post directly to the site from the editor. Example: http://www.vim.org/scripts/script.php?script_id=1624 The wiki shows that there are good...
2009 Sep 03
1
Subsetting Data Frame based On Specified K Value
I have a data that looks like this: http://dpaste.com/88988/plain/ How can I extract/subset the data frame based on selected uniq ID. Let's say I want the first K uniq ID. I want to be able to specify the parameter "K" here, (i.e. given K=3, we hope to extract dat$V2 = 0,1,2). I'm stuck with this construct: dat <- read.tab...
2020 Nov 17
2
image works in native but not in vm when cpu mode='host-passthrough' is set
...ags which works on my machine when it comes to native boot. if I take that same image into a vm managed via libvirt, I get kernel panic. I'd assume that something is missing from my vm config, question is what and what I can do about it? here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8 and the vm's xml: https://dpaste.com/984JX4LUQ if I build the image with the default flags (march=x86-64), the vm boots well. my new chost is -O2 -pipe -march=skylake -mabm -mno-adx -mno-avx -mno-avx2 -mno-bmi -mno-bmi2 -mno-f16c -mno-fma -mno-xsave -mno-xsavec -mno-xsaveopt -mno-...
2011 Aug 01
3
Migration hangs on Gentoo with KVM
...entoo-r3 #12 SMP Fri Jul 29 23:57:49 MST 2011 x86_64 AMD Opteron(tm) Processor 6174 AuthenticAMD GNU/Linux # kvm --version QEMU emulator version 0.14.1 (qemu-kvm-0.14.1), Copyright (c) 2003-2008 Fabrice Bellard # libvirtd --version libvirtd (libvirt) 0.9.3 # cat /etc/libvirt/libvirtd.conf http://dpaste.com/hold/583874/ # cat /etc/libvirt/qemu.conf http://dpaste.com/hold/583873/ # /etc/init.d/libvirtd start # cat /var/log/libvirt/libvirtd.log http://pastebin.com/V615fgbK # virsh create descriptions/domain.xml # cat descriptions/domain.xml http://dpaste.com/583880/ # cat /var/log/libvirt/libv...
2010 Sep 01
2
Error: Domain ''winXP'' does not exist.
Hi, I''m tying to load a full HVM enviroment with windows XP to test my first xen VM. This is my config file http://dpaste.org/pbJd/ <http://dpaste.org/pbJd/>when i run the command : xm create winxp.cfg i got Error: Domain ''winXP'' does not exist. Somebody can help me with this? i did read docs about config files, everyting seems to be in place thanks -- *-----* *Juan Pablo Lopez Bergero* *Ce...
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
...123 * BYE Disconnected for inactivity. I have tried to use the following values in my proxy database: ssl='any-cert', starttls='Y' ssl='any-cert', starttls='any-cert' ssl=NULL, starttls='any-cert' Here is a strace of the imap-login process on node B: http://dpaste.com/1377232/ The illegal seek on line 30 of the strace looked suspicious to me. Here is the corresponding lsof: http://dpaste.com/1377239/ Here is node A's config: http://dpaste.com/1377247/ And here is node B's: http://dpaste.com/1377241/ This is node B's password query: password_...
2020 Oct 12
4
unable to find any master var store for loader error
Greetings, I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi. /etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see: # ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/share/edk2-ovm...
2010 Mar 19
1
How to plot two cumulative frequency graph together
Dear masters, I have data that looks like this: #val Freq1 Freq2 0.000 178 202 0.001 4611 5300 0.002 99 112 0.003 26 30 0.004 17 20 0.005 15 20 0.006 11 14 0.007 11 13 0.008 13 13 ...many more lines.. Full data can be found here: http://dpaste.com/173536/plain/ What I intend to do is to have a cumulative graph with "val" as x-axis with "Freq1" & "Freq2" as y-axis, plot together in 1 graph. What's the right way to approach this? - G.V.
2020 Oct 13
0
Re: unable to find any master var store for loader error
On Mon, Oct 12, 2020 at 10:52:25PM +0200, daggs wrote: >Greetings, > >I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi. >/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see: ># ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/share/...
2020 Nov 19
0
Re: image works in native but not in vm when cpu mode='host-passthrough' is set
...rks on my machine when it comes to native boot. >if I take that same image into a vm managed via libvirt, I get kernel panic. >I'd assume that something is missing from my vm config, question is what and what I can do about it? >here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8 >and the vm's xml: https://dpaste.com/984JX4LUQ >if I build the image with the default flags (march=x86-64), the vm boots well. >my new chost is -O2 -pipe -march=skylake -mabm -mno-adx -mno-avx -mno-avx2 -mno-bmi -mno-bmi2 -mno-f16c -mno-fma -mno-xsave -mno-xsavec -mno-xs...
2015 May 15
0
Return code 139 when enabling auth debugging
...m running dovecot 2.2.10 installed from base repos on CentOS 7. I'm trying to use sqlite as an auth backend but it's not working so I enabled some auth debugging settings in conf.d/10-logging.conf and then dovecot refused to start. sudo dovecot -F produced 139. Here is doveconf -n: http://dpaste.com/2BNB2F7 Unfortunately when I have these settings enabled doveconf does not work and only produces the first comment line. So here is the output of sudo grep -v '^#' /etc/dovecot/conf.d/10-logging.conf | grep -v '^$': http://dpaste.com/0G0VVK8 And when these settings are uncomm...
2009 Jul 20
0
No subject
...amp;nbsp;Or at least, that's what I think should happen.</font> <br> <br><font size=3D2 face=3D"sans-serif">Here's the relevant logs, where 23= 0 is person A, 231 is person B, 207 is person C, and 282 is the conference room: </font><a href=3Dhttp://dpaste.com/hold/97072/><font size=3D2 face=3D= "sans-serif">http://dpaste.com/hold/97072/</font></a><font size=3D2 face=3D= "sans-serif">.</font> <br> <br><font size=3D2 face=3D"sans-serif">Thanks,</font> <br><...
2020 Oct 13
0
Re: unable to find any master var store for loader error
On 10/12/20 10:52 PM, daggs wrote: > Greetings, > > I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi. > /etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see: > # ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/shar...
2009 Sep 02
1
Howto Superimpose Multiple Density Curves Into One Plot
I have a data that looks like this: http://dpaste.com/88561/plain/ And I intend to create multiple density curve into one plot, where each curve correspond to the unique ID. I tried to use "sm" package, with this code, but without success. __BEGIN__ library(sm) dat <- read.table("mydat.txt"); plotfn <- ("~/Desktop...
2015 Apr 14
2
Seeing dropped packets / tcp retrans on latest 4.4.1-10el6
Hi All, Was troubleshooting some odd VM network issues and discovered that we're seeing dropped packets + retransmissions across multiple domU OS's and dom0 hardware platforms. xendev01 ~ # tshark -R "tcp.analysis.retransmission " -i vif7.0 Running as user "root" and group "root". This could be dangerous. Capturing on vif7.0 3.054257
2010 Jun 19
2
Call by reference or suggest workaround
...retain mutability since its binding is "locked" (R throws an error). Can I somehow unlock this? Ideally I would want to pass around the same matrix to the recursive function. Is that possible? If not, could someone please suggest a workaround to use the code in an R package? [1]: http://dpaste.com/209186/
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
...ay work, when libvirt goes to connect it fails. Thanks for pointing that out, but I don't think it's the case here. > Looking at the output in the system messages > log may help (for my f19 /var/log/messages). The log of a failed virsh pool-start virtimages can be found here http://dpaste.com/1518444/ Most notable is I assume: libvirtd[8028]: internal error: Child process (/usr/bin/iscsiadm --mode session) unexpected exit status 21 >From “man iscsiadm”: 21 ISCSI_ERR_NO_OBJS_FOUND - no records/targets/sessions/portals found to execute operation on. If I run “iscsiadm...
2020 Sep 04
2
network config not working on newer libvirt
...57344 0 mei_me 32768 0 hwmon_vid 20480 1 nct6775 irqbypass 16384 22 vfio_pci,kvm mii 16384 1 r8152 mei 77824 1 mei_me coretemp 16384 0 efivarfs 16384 1 and the .config at https://dpaste.com/9ZUCBDE9R any ideas how to fix it? Thanks, Dagg.
2020 Sep 08
2
Re: network config not working on newer libvirt
...>> > > frankly, I have no idea who is Broadcom.home. It's just some name tcpdump used to replace the IP address of one of the machines, and since it's the source IP of a DHCP reply packet, it most likely is the IP of the DHCP server. > here is the requested dump: https://dpaste.com/849DMX9ND What I see in that dump is that the DHCP client (Mac address 52:54:00:5a:4c:8c, hostname "streamer" repeatedly sends the exact same DHCP request (6 times), and the DHCP server responds to each of these requests alternating between sending the response to the client's...
2005 Jun 26
0
Factor correlations in factanal
Dear R-devel list members, Ben Fairbank draw it to my attention that factanal() (in the stats package) doesn't report factor correlations for oblique rotations. Looking at the source, I see that factanal also doesn't save the factor-transformation (rotation) matrix from which these correlations can be computed. I've modified the source, attached below, so that the transformation