Displaying 11 results from an estimated 11 matches for "200001".
Did you mean:
20000
2005 Aug 15
6
newhidups and APC Back-UPS CS 350
...39;t detect any state
changes, meaning when I run the battery test mode it's not recognized.
I wanted to try the CVS version but it seems anonymous CVS is broken.
The error messages looks like this:
https://alioth.debian.org/tracker/index.php?func=detail&aid=301952&group_id=1&atid=200001
Are nightly snapshots available somewhere?
I wanted to try with CVS HEAD before I start tinkering around the code...
Cheers,
Thomas
2010 Jul 15
1
I can't figure out my plm model. Any ideas?
...2.58050 0.21202 12.1709 < 2.2e-16 ***
..........so
on....................................................................
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
>
########################################################################
ADOP(200002)=0.59081533*ADOP(200001)+0.04263590*PE(200002)-0.03717528*WOR(200002)+2.66677
(Feb2000)
....and so on...
*It should look like this, right? When I put the data to this model, the
right hand side and left one is not equal. What did I miss? *
[[alternative HTML version deleted]]
2016 Aug 08
4
Man page for idmap_rid
I'm reading the man page for idmap_rid over and over and I can't understand
it. I think it needs a rewrite so a normal user can understand. Using a
practical example.
Step 1: determine the highest UID in use for your /etc/passwd file
(can we assume everyone has a passwd file?)
Step 2: I don't know...
Optionally at this point, document how to plug that into the formula
RID = ID +
2010 Sep 03
1
calculate monthly mean
...ulate the monthly mean for the time how can i make that , is there any function doing that
Thanks a lot
##load rgl package
library(rgl)
library(fields)
library(ncdf)
library(scatterplot3d)
## open binary file to read
nc <- open.ncdf("/srv/ccrc/data05/z3236814/mm5/co2/2000/q.200001.mon.nc")
v1 <- nc$var [[1]]
v2 <- nc$var [[2]]
v3 <- nc$var [[3]]
data1 <- get.var.ncdf(nc,v1)
data2 <- get.var.ncdf(nc,v2)
data3 <- get.var.ncdf(nc,v3)
coldat = data1[1:111,1:101,23,1:60]
## creat colour
hcol = cumsum(coldat)
coldat = hcol
hcol = hcol/max(hcol,na.rm=...
2005 Aug 12
8
Java Problems
...# uname -r
2.6.11.10-xenU-rimu1
# wget http://downloads.rimuhosting.com/FillTest.java
# javac -target 1.4 -source 1.4 FillTest.java; while true; do java
-client -Djava.awt.headless=true FillTest; ret=$?; if [ $? -ne 0 ]; then
echo ret=$ret; break; fi; done
iteration 1
iteration 100001
iteration 200001
Exception in thread "main" java.lang.IllegalArgumentException: Width (7)
and height (-2147483648) cannot be <= 0
at
java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999)
at java.awt.image.BufferedImage.<init>(BufferedImage.j...
2016 Aug 08
0
Man page for idmap_rid
...ed unix group id would be
513 + 100000 = 100513
- A Unix group of GID = 100512 would
map to the SID with the rid of
100512 - 100000 = 512
i.e. the domain admins group.
- A unix user of UID = 123456 would be associated
to a sid with the rid of
123456 - 10000 = 23456
- A unix ID of 200001 would be bigger than
the high id of the range and hence NOT be
treated by this idmap module.
- A SID with a rid of 100001 would be calculated
to yield a unix id of
100001 + 100000 = 200001
but this is bigger than the high upper limit of
the configured range, hence the sid would be...
2004 Oct 06
4
Performing Analysis on Subset of External data
Hi,
I want to perform some analysis on subsets of huge data files. There are
20 of the files and I want to select the same subsets of each one (each
subset is a chunk of 1500 or so consecutive rows from several million). To
save time and processing power is there a method to tell R to *only* read
in these rows, rather than reading in the entire dataset then selecting
subsets and deleting the
2007 Jan 24
2
keep track of selected observations over time
Dear all,
Attached is a description of my data, graph and the problem which I need help with. Hope you have time to open the file and help me out.
Many thanks,
Jenny
---------------------------------
2011 Jun 07
0
[nut-commits] svn commit r3010 - trunk/docs
...gt; kindly hosted and maintained by Charles Lepple.
>
The "browse code" function has still an issue, following the recent Alioth
upgrade.
I've logged a request, that explain this issue:
https://alioth.debian.org/tracker/index.php?func=detail&aid=313159&group_id=1&atid=200001
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/
-------------- next part --------------
A...
2016 Aug 09
3
Man page for idmap_rid
...Unix group of GID = 100512 would
> map to the SID with the rid of
>
> 100512 - 100000 = 512
>
> i.e. the domain admins group.
>
> - A unix user of UID = 123456 would be associated
> to a sid with the rid of
>
> 123456 - 10000 = 23456
>
> - A unix ID of 200001 would be bigger than
> the high id of the range and hence NOT be
> treated by this idmap module.
>
> - A SID with a rid of 100001 would be calculated
> to yield a unix id of
>
> 100001 + 100000 = 200001
>
> but this is bigger than the high upper limit of
>...
2012 Apr 23
2
Windows 2008R2 AD, kerberos, NFSv4
Hi,
I'm trying to set up NFSv4 on two boxes (centos 5.5) and have it
authenticate against our Windows 2008R2 AD server acting as the KDC.
(samba/winbind is running ok with "idmap config MYCOMPANY: backend = rid"
so we have identical ids across the servers.)
I can mount my test directory fine via NFSv4 *without* the sec=krb5 option.
However, once I put the sec=krb5 option in,