Displaying 4 results from an estimated 4 matches for "lee1".
Did you mean:
lee
2010 Nov 10
1
quota broken for large NFS mount
...7-13.FC4
/dev/sdf1 13T 11T 2.2T 84% /export/t4d5
Linux theme4.soest.hawaii.edu 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11
22:59:20 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
On the client side, running centos, mounting the NFS partition with
automount, quota looks exhausted:
[tobiasf at lee1 ~]$ quota -vs
Disk quotas for user tobiasf (uid 2797):
Filesystem blocks quota limit grace files quota limit
grace
theme4:/export/t4d5
1312G* 482G 673G 119k 0
0
[tobiasf at lee1 ~]$ uname -a;cat /etc/redhat-release ;df -h|grep t4d5
Linux lee...
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5
2011 Oct 18
1
problem with project command in rgdal
Hi
I'm trying to analyse some data and need to set the geographic coordinate
system before I can do the analysis. I've been trying to use the project
command in rgdal but keep getting an error message saying:
Error in project(locationsMatrix, PROJECTION.OUT) :
latitude or longitude exceeded limits
( PROJECTION.OUT <- "+proj=aea +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=132
2012 Jan 19
1
converting a for loop into a foreach loop
Dear all,
Just wondering if someone could help me out converting my code from a for()
loop into a foreach() loop or using one of the apply() function. I have a
very large dataset and so I'm hoping to make use of a parallel backend to
speed up the processing time. I'm having trouble getting selecting three
variables in the dataset to use in the foreach() loops. My for() loop code
is: