search for: nprice

Displaying 20 results from an estimated 20 matches for "nprice".

Did you mean: price
2019 May 14
2
"getent passwd" works, "getent passwd username" does not
Domain member server (Debian stretch with 4.8 from the Van Belle repo) getent passwd| grep nprice GIBB\nprice:*:1001104:1000513::/home/GIBB/nprice:/bin/false getent passwd GIBB\\nprice (returns nothing) getent passwd 1001104 also returns nothing wbinfo -u works fine wbinfo --uid-info 1001104 GIBB\nprice:*:1001104:1000513::/home/GIBB/nprice:/bin/false wbinfo -i GIBB\\nprice GIBB\nprice:*:...
2008 May 29
1
Joining uneven datasets
...12/03/2007 08:30:00 EC A 83916055 13388 1 5 3:YMZ7.EC 12/03/2007 08:30:00 EC B 83916533 13386 39 6 3:YMZ7.EC 12/03/2007 08:30:00 EC A 83916534 13388 1 I wanted the average of the B's and A's. I wrote this to perform that. NPrice <- (YM1207$Price[which(YM1207$TickType=="B")]+YM1207$Price[which(YM1207$TickType=="A")])/2 head(NPrice) [1] 13387.5 13387.5 13387.0 13386.5 13386.5 13387.0 Now since NPrice is much smaller than the original dataframe, YM1207 I can not just add NPrice to the set. How can I p...
2008 May 29
3
Manipulating DataSets
...5 3:YMZ7.EC 12/03/2007 08:32:50 EC A 85985847 13380 4 12496 3:YMZ7.EC 12/03/2007 08:32:50 EC B 85986222 13379 6 12497 3:YMZ7.EC 12/03/2007 08:32:50 EC A 85986223 13380 4 I want to insert a column called NPrice which takes a pair of B,A and calculates its average Price. And than input that number in the B row and A row in the new column NPrice. Each B, A is seperated by +1 on the Reference Number. I want to skip T entries. T's do not come inbetween corresponding Bs and As. The other columns are not of...
2019 May 15
2
"getent passwd" works, "getent passwd username" does not
On 2019/05/14 21:30, Rowland penny via samba wrote: > >> getent passwd GIBB\\nprice >> >> (returns nothing) > > > Now that is weird, it is usually 'getent password' returns nothing ;-) > > Just one thought, because '\n' is a linefeed, it might just be that, > so try <getent password 'GIBB\nprice'> > Nothing. I think m...
2004 Mar 17
0
NLS question:Quadratic plus plateau fit
...uot;singular gradient" error. I'll appreciate any ideas in how to solve the singular gradient error. Thanks, Jose # The following code works using yield2 in the nls model but not using yield. # Economical constants, nitrogen price in dollars per lb and corn price in dollars per bushel nprice <- 0.17 cprice <- 2.25 ratio <- nprice/cprice # Example data, nrate <- c(0,60,90,120,150,180) yield2 <- c(161.7,187.1,188.5,196.6,196.0,196.5) yield <- c(163.4,178.1,179.6,178.2,184.4,184.5) data.1 <- data.frame(nrate = nrate, yield = yield) plot(data.1) qp.nls.fit<- nls...
2010 Jun 09
2
Debian Lenny 3.5.3 packages pam-auth-update
I hope it is relevant to report this here. The debian lenny samba 3.5.3 packages at http://pkg-samba.alioth.debian.org have this problem: Setting up winbind (2:3.5.3~dfsg-1~unoff50+1) ... /var/lib/dpkg/info/winbind.postinst: line 16: pam-auth-update: command not found dpkg: error processing winbind (--configure): subprocess post-installation script returned error exit status 127 Errors were
2013 Apr 04
1
member server and groups
I have a samba 3 member server joined to a samba pdc using ldap. Join is OK. Version is from debian wheezy: 3.6.6 With servers that are bdc's I have no problems with authentication, with the member server I cannot get group file permissions to work. User file permissions work fine Samba share user and group permissions work fine getent group shows expected groups with correct gid, which is
2017 Aug 09
0
member server idmap config (auto)rid
...exact meaning dns proxy + wins stuffs: if it is really AD domain, you should rely on DNS. It's a Microsoft choice to remove WINS... I'll remove it at least for testing as AD is supposed to rely on DNS and I don't know how your infrastructure. 2017-08-08 16:52 GMT+02:00 Neil Price <nprice at gibb.co.za>: > On 08/08/2017 12:04, mathias dufresne via samba wrote: > >> Could you post the whole smb.conf? That should help... >> > The server is maybe not normal as its a high availability cluster, so the > netbios name is not the same as the linux hostname. Hope...
2017 Aug 07
6
member server idmap config (auto)rid
I've joined a samba 4.48 (debian stretch) to a Windows 2008R2 AD domain according to https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member It joins OK but I cannot get idmap rid (or autorid) to work idmap config * : backend = autorid idmap config * : range = 1000000-1199999 Nothing is returned for getent "SAMDOM\user" log.winbindd shows: [2017/08/07
2015 Jun 02
0
sernet 4.2.2 on debian Jessie - any reason why not to use?
sernet doesn't have packages on jessie so I downloaded the 4.2.2 debian source from sernet and rebuilt the packages on jessie. It required only a small change to debian/control. It installs and runs fine with minimal testing so far. But maybe this is not advisable?? Am I just making trouble for myself? Maybe there's a good reason why sernet has not already done it?
2015 Jul 15
1
adding a win2008r2 server as an additional dc to a samba4 dc created domain
I'm using 4.2.2, sernet, on Debian Jessie. Bare bones recently created dc. I can join workstations, add users, groups using the samba-tool and and the microsoft remote tools. Now I'm trying to add a freshly installed 2008R2 as an additional dc. All seems to go fine (I get an error about dns delegation which I think I can ignore), it finds the domain and the site name, but the join
2017 Aug 10
1
member server idmap config (auto)rid
Your 4.6.5. Still getting some inconsistent results. Think its yet another windows DC causing it because password server = (known good DC) seems to fix it. Still testing. On 10/08/2017 14:53, L.P.H. van Belle via samba wrote: > Hai Neil, > > Great, thanks for the feedback.. > But what what your solution? Which version are you running now? > That helps others. > > >
2019 May 15
2
"getent passwd" works, "getent passwd username" does not
On 2019/05/15 09:52, Rowland penny via samba wrote: > > > Can the user login, or connect to a share ? > No. Just gets a password prompt > if root creates a file, can its ownership be changed with 'chown' ? No. Not to a domain user or group > > > I would be a lot more concerned if this was happening with every user, > you could also try upgrading Samba to 4.9.x
2010 Jun 15
1
gecos?
This has always bothered me.. wtf does gecos mean (in the samba ldap)?
2016 May 16
1
Ransomware?
There is malware that names the files .crypt A novel solution here https://isc.sans.edu/diary/Novel+method+for+slowing+down+Locky+on+Samba+server+using+fail2ban/20805 though it seems locky specific I use this non-samba solution in cron.hourly. Pretty awful, but it works for malware that I know about. I have fast drives, so updatedb only takes a few seconds. #!/bin/sh updatedb wait 20 if
2019 Apr 26
1
AD member server, some users suddenly can only connect to shares via ip address
On 2019/04/25 16:24, Rowland Penny via samba wrote: (.. lots of helpful stuff) Thanks for advice on smb.conf.. Today people who could not access it yesterday can, and some people who could access it can't and even one who cannot access it via the ip address, so you know what I'll be doing this weekend. > You said above that 'gibb.local' is a trusted domain that was used for
2019 Apr 25
2
AD member server, some users suddenly can only connect to shares via ip address
On 2019/04/25 13:46, Rowland Penny via samba wrote: > No, the key error is that dns doesn't seem to be working, if you can > connect via ipaddress, then you are not using kerberos. > The server is resolved just fine, it just gets a password prompt. The server can also resolve the client correctly. I see this issue came up before
2010 Oct 21
1
getent group fails on member server after upgrade to 3.5.5
I have a member server joined to a samba 3 domain. It was working fine with 3.4.8 but after an upgrade to 3.5.5 (debian lenny with backports) getent group no longer works. getent passwd works fine, wbinfo -u and wbinfo -g work fine I upgraded some other servers which are DC's and those work fine. winbind.log shows [2010/10/21 14:06:13.918006, 3]
2019 Apr 25
3
AD member server, some users suddenly can only connect to shares via ip address
I've got some 4.6.5 member servers (debian stretch) that have been running flawlessly for many months. Suddenly a few users get a password prompt when connecting to shares. But they can connect with the ip address. (windows 7 and 10 clients). This happened on all of the member servers at the same time. The chances of getting the password prompt seem to increase if you are on a different
2019 Apr 25
2
AD member server, some users suddenly can only connect to shares via ip address
On 2019/04/25 14:44, Rowland Penny via samba wrote: > OK, post your smb.conf Thanks for help.... remember this has been working up to now and only a few users have the password prompt..  (btw "gibb.local" is a trusted samba3 domain used for migration, connecting as a gibb.local user does work) getent passwd returns expected results, as does wbinfo -u # Global parameters [global]