search for: varm

Displaying 5 results from an estimated 5 matches for "varm".

Did you mean: var
2006 Sep 11
1
graphics: y limit on xyplot
...l.whitebg")) name <- "Variable name" symbols <- c(1,2,3,4,5,6,7,8,9) patientp <- c(1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9) varp <- c(826,119,168,90,572,323,122,10,42,900,250,180,120,650,400,130,12,33) visitp <- c(1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3) yall <- c(varp,varl,varm,varh) ylimit <- max(yall)*1.1 xyplot(varp ~ visitp, xlab = "Visit", ylab = name, group = patientp, type = "b", lty = 1, as.table = TRUE, main = list("Placebo",cex = 1.0),...
2004 Oct 20
2
dovecot failing to chdir in home
...# telnet localhost pop3 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. +OK dovecot ready. user federico at studiosala.net +OK pass XXXXXX +OK Logged in. Connection closed by foreign host. I am stuck: the UID/GID that postfix uses for dropping the mail in /varm/mail/domains/ is 1001/1001. The query string to mysql (the backend where I have stored the users) is (from mysql log, so it is executed): 682 Query SELECT 1001 AS uid, 1001 AS gid, '/var/mail/domains/' AS mail, maildir AS home FROM mailbox WHERE username = 'ale at studiosala.net...
2017 Feb 02
5
[PATCH v5 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Feb 01
6
[PATCH v4 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Jan 29
7
[v3 PATCH 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state