search for: nickel

Displaying 20 results from an estimated 85 matches for "nickel".

Did you mean: hickel
2010 Apr 16
1
data frame manipulation
Dear group, Here is my data.frame : df <- structure(list(DESCRIPTION = c("PRM HGH GD ALU", "PRM HGH GD ALU", "PRIMARY NICKEL", "PRIMARY NICKEL", "PRIMARY NICKEL", "PRIMARY NICKEL", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STAN...
2017 Jan 31
5
net ads and wbinfo are painfully slow -- but they work
.../etc/hosts Config files posted below. But first an exciting hint: When I try to ssh into the box while samba utilities (like "net ads" and "wbinfo") are frozen -- the ssh login is also frozen until everything is released. Maybe nsswitch I fouled. /etc/resolv.conf: root at nickel:~ # cat /etc/resolv.conf nameserver 192.168.11.5 nameserver 192.168.1.4 domain mydomain.local /etc/hosts: 127.0.0.1 localhost localhost.mydomain.local 192.168.11.3 nickel.mydomain.local nickel 192.168.1.2 iron.mydomain.local iron /etc/nsswitch.conf: # default...
2010 Apr 15
1
sum rows in a data.frame...solution
Found this solution. It is maybe not the most elegant way, but it does the job. > a=as.data.frame(substr(lme$DESCRIPTION,1,14)) > colnames(a)=c("DESCRIPTION") > lme=as.data.frame(c(a,lme[,2:3])) > lme DESCRIPTION CLOSING.PRICE POSITION 1 PRIMARY NICKEL 25,755.7100 0 2 PRIMARY NICKEL 25,760.8600 0 3 PRM HGH GD ALU 2,415.9000 0 4 SPCL HIGH GRAD 2,420.1000 -1 5 SPCL HIGH GRAD 2,420.4100 -1 6 SPCL HIGH GRAD 2,420.7300 1 7 SPCL HIGH GRAD 2,421.0500 1 8 SPCL HIGH GRAD 2,388.430...
2010 Apr 23
3
substract start from the end of the vector
Dear group, Here is my df : df <- structure(list(DESCRIPTION = c("PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRIMARY NICKEL USD 04/06/10 " ), CREATED.DATE = structure(c(18361, 18361, 18325), class = "Date"), QUANITY = c(-1L, 1L, 1L), CLOSING.PRICE = c("2,415.90", "2,415.90", "25,755.71")), .Names = c("DESCRIPTION", "CREATED.DATE", "QUAN...
2017 Feb 02
2
net ads and wbinfo are painfully slow -- but they work
On Tue, Jan 31, 2017 at 2:45 PM, Rowland Penny via samba <samba at lists.samba.org> wrote: >> /etc/resolv.conf: >> root at nickel:~ # cat /etc/resolv.conf >> nameserver 192.168.11.5 >> nameserver 192.168.1.4 >> domain mydomain.local >> > > I take it at least one of the above nameservers is the AD DC, is the > other another AD DC ? If it isn't, then remove it. If they are both > DCs, try...
2010 Apr 29
3
convert Factor as numeric
...ar answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON NO.2 May/10 ", "PLATINUM Jul/10 ", "ROBUSTA COFFEE (10) May/10 ", "WHEAT May/10 ", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), class = "factor"), POSITION = c(5, 3, -1, 15, 4, 2), SETTLEMENT = structure(c(3L, 5L, 2L, 1L, 4L, 8L), .Label = c("1,353.0000", "1,739.4000", &quot...
2017 Jan 31
4
net ads and wbinfo are painfully slow -- but they work
...quot; I'm using samba 4.2.14 on FreeBSD 10.3. Configuration files printed below and came from the samba wiki [1]. The network is not connected to the internet. Can you tell me what is wrong? Thank you, Chris [1] https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member root at nickel:~ # smbd --version Version 4.2.14 root at nickel:~ # cat /etc/krb5.conf [libdefaults] default_realm = MYDOMAIN.LOCAL dns_lookup_realm = false dns_lookup_kdc = true root at nickel:~ # cat /usr/local/etc/smb4.conf [global] security = ADS workgroup = MYDOMAIN realm = MY...
2007 Feb 01
5
Interesting interaction between source and ensure in file definition in function...
Given the following: file { "/my/file": source => "puppet://server/path/to/some/file", ensure => absent } Puppet will copy /my/file to the host. What I was hoping was that ensure => absent would trump a source file. However, if we change the above slightly like this: file { "/my/file": source =>
2017 Jan 31
0
net ads and wbinfo are painfully slow -- but they work
...But first an exciting hint: > > When I try to ssh into the box while samba utilities (like "net ads" > and "wbinfo") are frozen -- the ssh login is also frozen until > everything is released. Maybe nsswitch I fouled. > > > /etc/resolv.conf: > root at nickel:~ # cat /etc/resolv.conf > nameserver 192.168.11.5 > nameserver 192.168.1.4 > domain mydomain.local > I take it at least one of the above nameservers is the AD DC, is the other another AD DC ? If it isn't, then remove it. If they are both DCs, try changing the order. I would also...
2017 Feb 01
0
net ads and wbinfo are painfully slow -- but they work
...; > > When I try to ssh into the box while samba utilities (like "net ads" > > and "wbinfo") are frozen -- the ssh login is also frozen until > > everything is released. Maybe nsswitch I fouled. > > > > > > /etc/resolv.conf: > > root at nickel:~ # cat /etc/resolv.conf > > nameserver 192.168.11.5 > > nameserver 192.168.1.4 > > domain mydomain.local > > > > I take it at least one of the above nameservers is the AD DC, is the > other another AD DC ? If it isn't, then remove it. If they are both > DCs...
2004 Oct 19
5
Making Red Hat 3 Authenticate against AD Domain
I have a Red Hat 3 AS server I am trying to set Samba 3 up on. I want to use the homes function of Samba and I want user's to authenticate against my AD domain. I am having a problem making the server a member server of my domain. I tried using the smbpasswd command and got the error about trying net join for this action. Also, is there anything else I have to do to get my users to
2000 Jul 11
1
MANOVA
...manova Wilks test. Description of the experiment: After the calcination at different temperatures my calcinated sludge are submeted to the lixiviation test. In my tables i show the concentration of the some elements in the extract phase. The results: Method A (calcination at 1100 C) Chromium Nickel Aluminum Zinc 2.0 3.0 2.7 2.3 2.1 3.1 2.8 2.2 1.9 3.2 2.6 2.3 2.2 3.1 2.8 2.2 Method B (calcination at 1500 C) Chromium Nickel Aluminum Zinc 2.1 3.1 2.6 2.2 2.3 2.9 3.0 2.5 1.9 3.0 2.6 2.2 2.2 3.0 2.9 2.1 2.4 3.1 2.7 2.2 2.3 3.0 2.6 2.1 1.8 2.8 2.7 2.0 Assumptions: lambda = |W|/(|W + B|) W i...
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873 Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code 10) at socket.c(361) Anybody know what might be causing this? David
2006 Dec 13
11
tcptop fail to run
Hello all, i''m trying to run the tool tcptop from the dtracetoolkit but it fails. I got the following error: tcptop -C 30 dtrace: failed to compile script /dev/fd/11: "usr/include/sys/kstat.h", line 439: invalid type combination I let it run on different machines on a Ultra 45 and a E20K both with Solaris 10 same result. any ideas? best regards Jens This message
2007 Jan 07
1
METADATA_BLOCK_PICTURE question
..."extra" information (I'm assuming it's there to provide a decoder with information about the environment in which the pictures were encoded) that is unnecessary for the display of the images, could a value like 0 or -1 to indicate that the value isn't provided? Thanks, Brian Nickel TagLib# Lead Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20070107/8b9f409e/attachment.html
2007 Jan 10
3
Can't mount /home anymore
Hi! I'm new to the list. I have a problem with mounting my home directory since my PC crashed. I hope that I can get some help on this list as I don't know much of ext3 myself. The mount command for my /home gives me the following output: # mount /dev/sda6 /mnt/tmp/ mount: wrong fs type, bad option, bad superblock on /dev/sda6, missing codepage or other error In some cases useful info
2010 Apr 30
1
read.csv and blank character in object name of my data.frame
...;ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "SILVER May/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRIMARY NICKEL USD 04/06/10 ", "PRIMARY NICKEL USD 04/06/10 ", "PRIMARY NICKEL USD 10/06/10 ", "PRIMARY NICKEL USD 10/06/10 ", "STANDARD LEAD USD 01/07/10 ", "STANDARD LEAD USD 01/07/10 ", "STANDARD LEAD USD 01/07/10 ", "STANDARD LEAD USD 0...
2009 Jul 20
0
No subject
expected context is valid (may not work on 1.2, I started this ride at 1.4 and therefore have no backward knowledge). _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of David Nickel Sent: Wednesday, May 05, 2010 4:41 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Hash Dial Pattern Problems Your interpretation is right own....very weird problem. The problem is when i dial #551212 there is absolutely no activity in the CLI. It i...
2010 May 11
1
merge two data frames
...ot;CRUDE OIL miNY", "FEEDER CATTLE", "GOLD", "HEATING OIL", "HENRY HUB NATURAL GAS", "LEAN HOG", "LIVE CATTLE", "NY HARBR GASOLINE BLDSTK", "ORANGE J.", "PALLADIUM", "PLATINUM", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "RANDOM LENGTH LUMBER", "ROBUSTA COFFEE (10)", "SILVER ", "SOYBEAN MEAL ", "SOYBEAN OIL", "SOYBEANS ", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD", "SUGAR WHI...
2010 May 12
1
data frame subscription
...= c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10", "WHEAT Jul/10", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), class = "factor"), POSITION = c(-2, 3, 2, 2, 18, 3, 5, -1, 5, -1), SETTLEMENT = c(351.45, 81.59, 83.24, 1136.9, 1382, 995, 16.18, 15.95, 502.5, 2423 )), .N...