search for: kay

Displaying 20 results from an estimated 530 matches for "kay".

Did you mean: day
2013 Aug 03
1
sync re-copies emails assigning new UIDs
...e doveadm sync command, and for the four mailboxes have been blocked -- sync'ing seem to be copying the same mails, over and over (note, initially I was using doveadm backup but my reading has indicated that 'doveadm sync' is better) Example: # date && doveadm -v -o imapc_user=kaye at example.com -o imapc_password=*pass* -o imapc_host=imap.example.com -o imapc_port=993 -o imapc_ssl=imaps -o imap c_ssl_dir=/etc/ssl -o imapc_feature=rfc822.size -o imapc_ssl_verify=no sync -1 -R -u kaye at example.com imapc: Sat Aug 3 09:05:37 UTC 2013 [...] dsync(kaye at example.com): Info: c...
2010 Aug 25
5
lattice help required
...rint(pl1, split=c(1,2,1,2), more=TRUE) print(pl2, split=c(1,1,1,2)) ##################################################################### but as said, ideally the plots should be stacked with only the lower plot giving the x-axis annotation and only the upper plot with text-panels. thanks a lot, kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/lattice-help-required-tp2338382p2338382.html Sent from the R help mailing list archive at Nabble.com.
2020 Aug 01
4
Boot failed on latest CentOS 7 update
Totally and completely on my HP microfiber. Wouldn't get past anything to even get me into the grub menu. NOT AMUSED! _______________________ Kay Schenk
2008 Dec 08
4
[PATCH][VTD] pci mmcfg patch for x86-64 - version 2
...44-bits. Since each slot only has 39-bits, we support 2048 PCI segments for now. This can be easily expanded if deemed necessary in the future. 2) Integrated PCI mmcfg access with existing PCI config interface for x86_64. Use MMCFG interface if offset is greater than 256. Signed-off-by: Allen Kay <allen.m.kay@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Nov 04
3
replace double backslash with singel backslash
I want to replace \\ with \ in: str <- "C:\\DOKUME~1\\u0327336\\LOKALE~1\\Temp\\RtmpQ5NJ8X\\TIRIS_PICS\\1_Img.jpg" and tried: gsub("\\\\", "\\", str) but this removes the \\ without replacing them by \ Any help much appreciated, Kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/replace-double-backslash-with-singel-backslash-tp3989434p3989434.html Sent from the R help mailing list ar...
2014 Mar 27
3
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 8:25 PM, Kay Sievers <kay at vrfy.org> wrote: > On Thu, Mar 27, 2014 at 8:13 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: >>> On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: &g...
2014 Mar 27
3
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 8:25 PM, Kay Sievers <kay at vrfy.org> wrote: > On Thu, Mar 27, 2014 at 8:13 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: >>> On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: &g...
2010 Aug 24
1
tick marks on both sides of axis
hello, all my attempts to get a plot with tick marks on both sides of axis failed - can someone please help me with this? thanks, kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/tick-marks-on-both-sides-of-axis-tp2336668p2336668.html Sent from the R help mailing list archive at Nabb...
2010 May 04
4
superscript
hello, i need to add legend text: "4th-root transformation", with the "th" superscripted - tried much - but nothing worked.. thanks for any hints, kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/superscript-tp2125341p2125341.html Sent from the R help mailing list archive at Nabble.com.
2011 Jul 30
22
[bug] ''VT-d 1G super page'' feature is blocked
Hi Tim, Could you please have a look at this bug? Thanks a lot. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1774 Best Regards, Yongjie Ren (Jay) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Oct 30
2
bootstrapping quantile regression
...ome bootstrap CIs for coefficients obtained by quantile regression. I have influencial values and thus switched to quantreg.. The data is clustered and within clusters the variance of my DV = 0.. Is this sensible for the below data? And what about the warnings? Thanks in advance for any guidance, Kay > dput(d) structure(list(Porenfläche = c(4990L, 7002L, 7558L, 7352L, 7943L, 7979L, 9333L, 8209L, 8393L, 6425L, 9364L, 8624L, 10651L, 8868L, 9417L, 8874L, 10962L, 10743L, 11878L, 9867L, 7838L, 11876L, 12212L, 8233L, 6360L, 4193L, 7416L, 5246L, 6509L, 4895L, 6775L, 7894L, 5980L, 5318L, 7392L, 789...
2010 Oct 07
31
[RFC][QEMU] ATI graphics VBIOS passthru support
Hi Ian, There have been a lot of interest on gfx passthru recently. This patch enables ATI VBIOS in passthru mode. The guest VM system BIOS (including Windows boot logo) can now show in passthru screen. We have tested with various Windows and Linux guest VMs. Please help review it. We are also looking forward to comments and suggestions from Xen community users. Signed-off-by: Wei Huang
2006 Jul 31
1
add'l info: x86_64 reproducible server PANIC with latest kernel
...ashes, to give the Java user a "sandbox" which s/he could crash without taking down the real server. Only then I discovered that VMware server has a memory limitation to 3600MB (I guess because it's not a 64bit application). I see exactly the same crash with a non-tainted kernel. Kay -- Kay Diederichs http://strucbio.biologie.uni-konstanz.de email: Kay.Diederichs at uni-konstanz.de Tel +49 7531 88 4049 Fax 3183 Fachbereich Biologie, Universit?t Konstanz, Box M647, D-78457 Konstanz
2020 Jul 12
2
Need HELP with old DSL modem setup on CentOS 7
On Sun, Jul 12, 2020, 12:31 Mauricio Tavares <raubvogel at gmail.com> wrote: > On Sun, Jul 12, 2020 at 3:15 PM Kay Schenk <kay.schenk at gmail.com> wrote: > > > > Hello all-- > > I'm in a bind trying to reset an older Nether DSL modem. I did a manual > > reset on it. It was set up as "pass thru" by me and I want to "undo" > that. > > When I boot now...
2017 May 03
2
package internet-browser?
On 05/02/2017 09:59 AM, m.roth at 5-cent.us wrote: > Kay Schenk wrote: >> On 05/01/2017 06:10 PM, Jonathan Billings wrote: >>> On May 1, 2017, at 1:33 PM, Kay Schenk <kay.schenk at gmail.com> wrote: >>>> What can anyone tell me about package internet-browser? >>>> >>>> Through the gnome package app...
2022 Apr 27
1
Where can I find more information on the recent update to the 4.18.0-373 kernel
inline... On 4/21/22 09:29, Johnny Hughes wrote: > On 4/20/22 16:16, Kay Schenk wrote: >> Hi Joshua, and list... >> >> I got the non-workng sound driver for Intel HDA fixed with my kernel >> 4.18.0-373. >> >> After removing the extra kernel flag i915_alpha from my command line >> >> (see instructions when this module real...
2014 Mar 27
2
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: > On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > > On Thu, Mar 27, 2014 at 07:43:34PM +0100, Kay Sievers wrote: > >> On Thu, Mar 27, 2014 at 6:30 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > >> > >&...
2014 Mar 27
2
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: > On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > > On Thu, Mar 27, 2014 at 07:43:34PM +0100, Kay Sievers wrote: > >> On Thu, Mar 27, 2014 at 6:30 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > >> > >&...
2015 Apr 21
3
How to stagger fsck executions
From: Kay Diederichs Sent: April 21, 2015 03:43 > On 04/21/2015 06:08 AM, Hugh E Cruickshank wrote: > > > > The second idea was to set each filesystem to a different random > > count value. This would run the risk of having two or more > > executions at the same time but it would...
2010 Apr 28
1
model selection, lme
...) i compared each model with dropped terms with the full model, but is this allowed for m2 and m3? or would i rather have to sequentially compare mfull/m1,m1/m2,m1/m3. i'd very much appreciate help with this. it may be a trivial problem - but though i could not figure out. thanks in advance, kay ----- ------------------------ Kay Cichini Postgraduate student Institute of Botany Univ. of Innsbruck ------------------------ -- View this message in context: http://r.789695.n4.nabble.com/model-selection-lme-tp2068889p2068889.html Sent from the R help mailing list archive at Nabble.com.