search for: may01

Displaying 3 results from an estimated 3 matches for "may01".

Did you mean: may07
2001 May 02
1
various small problems with (bugs in?) Samba 2.2
moved to main samna list. On Tue, 01 May 2001 16:58:35 Patrick Goetz wrote: > > Here is a collection of problems I've encountered with > Samba 2.2 > > 1. Log files > > I configured Samba with --prefix=/opt/samba. Consequently, > by default, I get log files /opt/samba/var/log.nmbd > and /opt/samba/var/log.smbd . > > I'd prefer have a single log file
2020 May 06
2
du hung, wild display in ps
Hi! On Centos-7: $ cat /etc/centos-release CentOS Linux release 7.8.2003 (Core) Was running du to examine the sizes of my backups and found du hung, running "ps -eLf /mnt/backup/backups" shows this: # ps -eLf | grep du root 1185 1 1185 0 1 May01 ? 00:00:00 /usr/bin/abrt-watch-log -F Backtrace /var/log/Xorg.0.log -- /usr/bin/abrt-dump-xorg -xD root 1281 1 1281 0 1 May01 ? 00:00:01 /usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected ernel BUG at list_del corruption l...
2008 Sep 19
1
Trouble with difftime()
Hello again, I'm interested in manipulating some date objects, and have been playing with the difftime function. I'm not sure that this is the desired behavior: > pa$days.before.apr30 <- difftime(may01,as.POSIXct(pa$training.max,origin=as.POSIXct("1969-12-31 16:00:00",tz="PDT")),units="days") > units(pa$days.before.apr30) [1] "days" > units(pa$days.before.apr30) [1] "days" > range(pa$days.before.apr30,na.rm=TRUE) Time differences in secs...