search for: 0,0

Displaying 20 results from an estimated 6773 matches for "0,0".

2015 Sep 17
1
poor performance with dom0 on centos7
Am 2015-09-17 09:29, schrieb Pasi K?rkk?inen: > > Are you using nfs over UDP or TCP ? > TCP, but Network cant be the bottleneck, have tested it with iperf between bare metal/domU's and the nfs domU and it was perfectly fast... > > I don't think. > > > If you used N...
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Hello! I tried to use imap-hibernate. But errors in maillog: Oct 19 05:14:24 server dovecot: imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: kevent(-1) for notify remove failed: Bad file descriptor Oct 19 05:14:24 server dovecot: imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: close(-1) for notify remove failed: Bad...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo
2011 Aug 09
7
Disk IDs and DD
Hiya, Is there any reason (and anything to worry about) if disk target IDs don''t start at 0 (zero). For some reason mine are like this (3 controllers - 1 onboard and 2 PCIe); AVAILABLE DISK SELECTIONS: 0. c8t0d0 <ATA -ST9160314AS -SDM1 cyl 19454 alt 2 hd 255 sec 63> /pci at 0,0/pci10de,cb84 at 5/disk at 0,0 1. c8t1d0 <ATA -ST9160314AS -SDM1 cy...
2018 Oct 19
0
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Does this happen every time? -1 is really not a valid file descriptor, which is why these errors occur. Aki On 19.10.2018 5.23, Alex wrote: > Hello! > > I tried to use imap-hibernate. > > But errors in maillog: > > Oct 19 05:14:24 server dovecot: > imap(email at example.com)<67125><Lu7ndYt4n8aASO/q>: Error: kevent(-1) > for notify remove failed: Bad file descriptor > Oct...
2018 Oct 19
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
Yes, After I changed mode and user/group Oct 18 19:17:50 server dovecot: imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: kevent(-1) for notify remove fail ed: Bad file descriptor Oct 18 19:17:50 server dovecot: imap(email at example.com)<57613><VVXuZ4N4avOASO/q>: Error: close(-1) for notify remove failed: Bad file...
2009 Jul 10
1
SMART problems with AOC-SAT2-MV8 / marvell88sx driver
...tached to the cmdk driver work, but SMART fails because they are treated as ATA drives so ignore those) What appears broken is I cannot access any of the logs such as the typical counters that I *know* exist. If we look at sg3_utils output (prettier than smartctl) src/sg_logs /dev/rdsk/c1t0d0s0 ATA WDC WD15EADS-00R 0A01 Supported log pages: 0x00 Supported log pages 0x00 Supported log pages 0x03 Error counters (read) 0x04 Error counters (read reverse) 0x00 Supported log pages 0x10 Self-test results...
2008 Jan 05
11
Help with booting dom0 on a Dell 2950
Hi, I have installed b_78 on a Dell 2950 and booting to bare metal works fine but when I try to boot using the grub entry Solaris xVM it will boot to the point where it displays the uname info and then just stays there. It will not boot past that point. I have enabled VT technology in the BIOS (but only after the installation). Where/wha...
2008 Jan 17
9
ATA UDMA data parity error
...s `cp -r /cdrom /tank/sxce_b78_disk1` - but this also fails `cp -r /usr /tank/usr` - system has 24 sata/sas drive bays, but only 12 of them all populated - system has three AOC-SAT2-MV8 cards plugged into 6 mini-sas backplanes - card1 ("c3") - bp1 (c3t0d0, c3t1d0) - bp2 (c3t4d0, c3t5d0) - card2 ("c4") - bp1 (c4t0d0, c4t1d0) - bp2 (c4t4d0, c4t5d0) - card3 ("c5") - bp1 (c5t0d0, c5t1d0) - bp2 (c5t4d0, c5t5d0) - system has one Barcelona Opteron (step...
2018 Oct 23
2
imap-hibernate returned failure: Failed to parse client input: Invalid peer_dev_minor value
I tested with FreeBSD 11 and it worked just fine... did you follow https://wiki.dovecot.org/IMAPServer/Hibernation this to set it up? Aki > On 23 October 2018 at 10:15 Alex <alex at jili.ga> wrote: > > > Aki, is it configuration error or dovecot bug ? > Can I use imap-hibernate on FreeBSD ? > > > > Alex ????? 2018-10-19 10:31: > > Yes, > > > > After I changed mode and user/group > > > >...
2015 Mar 17
5
Domain controller in a chroot
Le 17/03/2015 12:40, Peter Serbe a ?crit : >> "is it feasible/are there any caveat" > Baseline is: not feasible. > The baseline is: only one samba per box. > You need to different IPs, which operate > independently from each other, as You can't > move the ports, where You...
2009 Sep 21
1
Three dimensional view of the profiles using 'rgl' package (example of 3 dimensional graphics using rgl package).
...se are the data we would like to plot: A<-c(62,84,53) B<-c(64,82,55) C<-c(56,74,41) D<-c(46,68,38) E<-c(71,98,72) data<-rbind(A,B,C,D,E) colnames(data)<-c("One", "Two","Three") library(rgl) # First set of code which gives 3-D picture rgl.lines(c(0,1.2),c(0,0),c(0,0)) rgl.lines(c(0,0),c(0,1.2),c(0,0)) rgl.lines(c(0,0),c(0,0),c(0,1.2)) rgl.lines(c(0,0),c(0,1),c(1,0),size=2) rgl.lines(c(0,1),c(1,0),c(0,0),size=2) rgl.lines(c(0,1),c(0,0),c(1,0),size=2) # Second set of code which gives only points that should actually be on the previous picture...
2011 Apr 06
7
Quiz: Who finds the nicest form of X_1^\prime?
Dear expeRts, I would like to create a plotmath-label of the form X_1^\prime. Here is how to *not* do it [not nicely aligned symbols]: plot(0,0,main=expression(italic(X*minute[1]))) plot(0,0,main=expression(italic(X[1]*minute))) plot(0,0,main=expression(italic(X)[1]*minute)) Any suggestions? Cheers, Marius
2010 Dec 04
1
SoapMaker won't install completely or startup
...eted installation, but it takes only 1 or 2 seconds, which seems way too short. Then when I try to run the program, it starts up with splash screen and then allowed me to enter the product registration key. However, beyond that point it crashes during startup. I am using wine v. 1.3.7 on Ubuntu 10.4. It gives several ole errors (details below) so I tried to use dcom98 through winetricks. However, that was worse, nothing would install or run at all, so I have gone back to the default WINE. When it crashes, the program itself gives the following error message: SoapMaker has encountered an...
2011 Apr 25
1
Defining origin for rotation in RGL device
Hi all, How can I tell RGL to set the center for the rotation to the origin of the coordinate system (0,0,0). It seems that the default is to use the center of the display not the origin of the coordinate system. open3d() lines3d(c(0, 1), c(0,0), c(0,0)) lines3d(c(0,0), c(0, 1), c(0,0)) lines3d(c(0,0), c(0,0), c(0, 1)) TIA Mark ??????????????????????????????????????? Mark Heckmann Blog: www.markhe...
2011 Jul 19
2
strang behaviour of mice package
...using mice package for multiple imputation. For one data (attached), mice doesn't impute all missing values. Specifically, some variables were not imputed at all. the reproducible code library(mice) test.df<-read.table(c:\\test.txt',header=T,sep=',') mi<-mice(test.df,maxit=10,m=5) sum(is.na(complete(mi,1))) >129 and x41, x50... were not imputed at all. Any suggestion? Weidong Gu -------------- next part -------------- "x1","x2","x3","x4","x5","x6","x7","x8","x9","x10&quo...
2005 Sep 16
5
ddi_pathname
Hello, I can see that there is an implementation/emulation of ddi_pathname in DTrace, but I''m a bit confused about the capabilities and invocation of this function. I would like to diplay the path to the block device from bdev_strategy and other io:genunix::start probes. If someone is familiar with ddi_pathname, could you please provide an example invocation? Thanks, Michael This
2012 Jul 06
1
function on strsplit output
Hi, I am trying to format some data (example matrix "m" below) for which each data point has 2 associated values separated by a comma. I want to replace values <3 with "0" to give the example output below. I have got as far as: out<-lapply(strsplit(m,","),as.numeric) Failed to identify anything along the lines of "[out<3]<-0" that works... Thank you for any help! Sarah   m<-matrix(c("1,6", "0,12", "130,1...
2012 Jul 02
4
R sub query
Hello, I would like to substitute a substring of characters defined by a specific start and end sequence. i.e. in the example matrix below, I would like to substitute ".:X:" with "", where X varies in sequence...   m<-matrix(c(".:0:0,0", ".:2:0,2", ".:194:193,1", ".:56:0,56", ".:58:50,8", ".:13:0,13",  ".:114:114,0", ".:75:75,0"), nrow=2)   output required:      [,1]      [,2]          [,3]        [,4]         [1,] "0,0" "193,1" &q...
2008 Mar 02
2
DO NOT REPLY [Bug 5298] New: xattrs and acls do not work well together along with fake-super, even worse on XFS
https://bugzilla.samba.org/show_bug.cgi?id=5298 Summary: xattrs and acls do not work well together along with fake-super, even worse on XFS Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: stlman@poczta.fm QAContact: rsync-qa@samba.org I may suspect there is a problem...