search for: 3.28

Displaying 20 results from an estimated 95 matches for "3.28".

Did you mean: 3.2
2006 Oct 22
1
disaggregating table
Hi all, This should be easy, but I can't seem to figure it out. I have a table like this named newtable a1 a2 a3 a4 Cnts Score 1 1 0 0 4 3.28 1 0 1 1 2 2.63 I want the following: a1 a2 a3 a4 Cnts Score 1 1 0 0 4 3.28 1 1 0 0 4 3.28 1 1 0 0 4 3.28 1 1 0 0
2018 Oct 30
7
RHEL 7.6 released
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/7.6_release_notes/ They silently rebased GNOME to 3.28, which wasn't in the 7.6 beta nor in the release notes. Can't wait to see it on my desktop. Too bad we still have to wait for 3.29, which has more fixes for the huge memory leak of gnome-shell. -- Yan Li
2018 Apr 04
2
Plot data in sequence
Hi r-users, I would like to draw line plots. However, the plot starts from 11121 data and plot data ENTRY last in the plot. Here is the code and data. datn <- read.table(header=TRUE, text=' LEVEL STATUS CGPA DIPLOMA ENTRY 3.32 DIPLOMA 11121 2.91 DIPLOMA 11122 2.90 DIPLOMA 12131 2.89 DIPLOMA 12132 2.89 DIPLOMA 13141 2.93 DIPLOMA 13142 2.96 DIPLOMA 14151 2.76 DIPLOMA 14152 2.73 STPM
2009 Feb 10
1
Upgrade samba from 3.28 to 3.29 to fix winbind issue.
How do you upgrade samba from 3.0.28 to 3.0.29 to fix winbind issue? My OS is CentOS 4.5. I haven't been able to find a RPM above 3.0.28. for samba. I backed all of the files that I needed and removed the RPM's for 3.28 and installed 3.0.33 doing a ./configure, make, make install and was hoping to reconfigure all the data but the smb service was not where to be found I even rebooted the
2008 Jan 23
0
samba 3.28 freebsd and locking not available
Hello, I am trying to install samba 3.28 on a freebsd 6.3 machine via ports. I've done this before many times, on this particular machine configure is failing with the error: no locking is available, running samba would be unsafe. I've googled and have seen this error, but no fixes. Any suggestions welcome. If it matters this is on a ufs2 filesystem with acls, and softupdates on it.
2018 Apr 04
0
Plot data in sequence
Hi, Thanks for the reproducible example. Looking at str(datn) would give you a clue. STATUS is a factor because it contains character values. Factor levels by default are alphabetical with numbers first, but you can change those. > str(datn) 'data.frame': 36 obs. of 3 variables: $ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ... $
2010 May 27
2
Can only see files one level deep
Hi there, I have been googling all morning, and have thus far not come up with a solution... Server: CentOS release 5.5 (Final) samba-common-3.0.33-3.28.el5 samba-3.0.33-3.28.el5 samba-client-3.0.33-3.28.el5 Client: OS X 10.6.3 (Build 10D578) All patches are applied. SMB CONF: # cat /etc/samba/smb.conf [global] workgroup = WRKGRP netbios name = Boleo server string = (%L) wins support = Yes
2018 Oct 30
1
RHEL 7.6 released
On 10/30/18 2:35 PM, vychytraly wrote: > Are you sure about this? They only mention "The FreeType font engine has > been rebased to version 2.8, which is required by GNOME 3.28" but was GNOME > itself also updated? Yes: https://access.redhat.com/errata/RHSA-2018:3140 > On Tue, Oct 30, 2018 at 10:15 PM Yan Li <elliot.li.tech at gmail.com> wrote: > >>
2011 Mar 07
5
Parsing question, partly comma separated partly underscore separated string
Dear R-list, I have a partly comma separated partly underscore separated string that I am trying to parse into R. Furthermore I have a bunch of them, and they are quite long. I have now spent most of my Sunday trying to figure this out and thought I would try the list to see if someone here would be able to get me started. My data structure looks like this, (in a example.txt file) Subject
2019 Oct 01
2
Centos 8: Multiple bugs with email/calendar
Hi there! I recently installed centos 8 on my laptop. I have the following problems 1. I tried the use the default evolution 3.28. The problem with 3.28 is that when i try to create an event i get the error "Failed to create an event in the calendar ?CalDAV : Calendar?" "Cannot create calendar object: Failed to put data: HTTP error code 400 (Bad Request)" 2.I tried
2009 Jul 09
1
merge performace degradation in 2.9.1
I have noticed a significant performance degradation using merge in 2.9.1 relative to 2.8.1. Here is what I observed: N <- 100000 X <- data.frame(group=rep(12:1, each=N), mon=rep(rev(month.abb), each=N)) X$mon <- as.character(X$mon) Y <- data.frame(mon=month.abb, letter=letters[1:12]) Y$mon <- as.character(Y$mon) Z <- cbind(Y, group=1:12) system.time(Out
2009 Nov 22
1
Input file format to Anova from car package
Dear list member, My question is related to input file format to an Anova from car package. Here is an example of what I did: My file format is like this (and I dislike the idea that I will need to recode it): Hormone day Block Treatment Plant Diameter High N.Leaves SH 23 1 1 1 3.19 25.3 2 SH 23 1 1 2 3.42 5.5 1 SH 23 1 2 1 2.19 5.2 2 SH 23 1 2 2 2.17 7.6 2 CH 23 1 1 1 3.64 6.5 2 CH 23 1 1 2
2012 Aug 19
1
radarchart axis scaling
Hello I created a radar chart using the function of ?radarchart? from the ?fmsb? package in R software. The matrix I am using is as follows: x<-c(c(rep(4.5,7),c(rep(0,7)), 3.34, 3.28, 1.37, 1.12, 3.52, 4.07, 3.66)); a<-matrix(x,nrow=3, ncol=7,byrow=T) I would like to show the range of c(0,5) on the axis instead of c(0,100) or c(0,1). I really appreciate it if any body can guide me.
2018 Oct 30
0
RHEL 7.6 released
On 30/10/18 21:14, Yan Li wrote: > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/7.6_release_notes/ > > > They silently rebased GNOME to 3.28, which wasn't in the 7.6 beta nor in > the release notes. > gnome 3.28 was in the beta: $ cat rhel7.6beta-packagelist.txt | grep gnome | grep '3\.28'
2019 Feb 15
2
What is the proper place for GDM related dconf settings now?
Hello, It seems that with CentOS 7.6 and Gnome 3.28, a clean install of a Workstation package profile does not build the /etc/dconf/db/gdm.d/ directory tree. I have several desktops in operation which we kickstart built with an older 7.3/4/5 version of CentOS as the base install media. These all have a dconf directory for gdm, and I assume a dconf profile directory for gdm as well (though I
2011 Dec 04
1
syncing imap servers with imapsync
hello list, I am attempting to sync two imap servers using the imapsync perl script. It seems handy and easy. Here's what happens when I try to do this: # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master"). # -o smtpd_sasl_auth_enable=yes # -o
2020 Oct 23
1
Missing the old sytle gnome-software in CentOS 8 -- help!
Hello folks -- I recently got a new laptop and installed CentOS8 on it. Yes, it's a learning curve. What I am really upset/disappointed with is the "new" gnome-software application. It doesn't provide nearly the functionaility of the older gnome 3.28 app. Yes, I do know how to list EVERYTHING via the command line but the ease of listing files etc associated with a packages
2018 Oct 30
0
RHEL 7.6 released
Are you sure about this? They only mention "The FreeType font engine has been rebased to version 2.8, which is required by GNOME 3.28" but was GNOME itself also updated? On Tue, Oct 30, 2018 at 10:15 PM Yan Li <elliot.li.tech at gmail.com> wrote: > > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/7.6_release_notes/ > > They
2018 Nov 19
0
CentOS 7 + GNOME : all icon themes broken after update from CR
On Sun, Nov 18, 2018 at 12:51:13PM +0100, Nicolas Kovacs wrote: > Hi, > > I just upgraded one of my CentOS 7 + GNOME desktops from the CR repo. > After the upgrade, it seems like all of the icon themes are broken. > Missing icons everywhere. > > Any idea what's going on here ? it just works for me: no issue [centos at salle4-70 ~]$ sudo yum list \*theme\* ....
2019 Oct 01
0
Centos 8: Multiple bugs with email/calendar
On Tue, 1 Oct 2019 at 03:40, Georgios <gpdsbe+centos at mailbox.org> wrote: > > Hi there! > I recently installed centos 8 on my laptop. > > I have the following problems > > 1. I tried the use the default evolution 3.28. > The problem with 3.28 is that when i try to create an event i get the error > "Failed to create an event in the calendar ?CalDAV :