search for: cust

Displaying 20 results from an estimated 91 matches for "cust".

Did you mean: cost
2010 Feb 14
4
Newbie woes with *apply
Dataframe cust has Date-type column open.date. I wish to set up another column, with (first day of) the quarter of open.date. To be comprehensive (of course, improvement suggestions are welcome), month = function(date) { return(as.numeric(format(date,"%m"))) } first.day.of.month = function(date) {...
2012 Mar 12
0
Data consistency with Gluster 3.2.5
...o be with cache files that are read/written a lot. Here is an excerpt pointing to issues with our OpenX banner cache: [2012-02-25 18:53:04.198326] E [afr-self-heal-common.c:2074:afr_self_heal_completion_cbk] 0-web-pub-replicate-0: background meta-data data missing-entry self-heal failed on /cust/site1/www/openx/var/cache/deliverycache_f8e7a8862cb80b4933c58acdf65aaef5.php [2012-02-25 18:53:04.199191] W [afr-common.c:1121:afr_conflicting_iattrs] 0-web-pub-replicate-0: /cust/site1/www/openx/var/cache/deliverycache_f8e7a8862cb80b4933c58acdf65aaef5.php: gfid differs on subvolume 0 (53fa373a-...
2016 Feb 24
4
Samba 4.1.17-Debian as ADS member
I lose track here and I have to fix this as users get angry (we all know that ...) debian 8.3, samba 4.1.17 (substituted customer name by "CUST" below ...) [global] workgroup = CUST realm = MABC.CUST security = ADS map untrusted to domain = Yes load printers = No printcap name = /dev/null disable spoolss = Yes template shell = /bin/bash winbind enum users = Yes winbind enum groups = Yes winbind use d...
2016 Feb 24
4
Samba 4.1.17-Debian as ADS member
Am 2016-02-24 um 13:44 schrieb Sketch: > On Wed, 24 Feb 2016, Stefan G. Weichinger wrote: > [snip] >> idmap config CUST:range = 10000-99999 >> idmap config CUST:backend = ad >> idmap config *:range = 2000-9999 >> idmap config * : backend = tdb > > If your idmap backend is ad, you need to assign your users uids (and > gids for groups) in active directory. You don't mention...
2008 Apr 20
1
Sharing Folders - or views?
Hi All Running Dovecot v1.0.3 on FC 6. We have a Dovecot account which contains folders used by all staff. Think of the account as "Customers" and the folders as "Customer-1", "Customer-2", "Customer-3" and so on. We currently have around 650 of these customer folders. The problem is that there are currently 12 members of staff who need to see a subset of these folders (i.e. the customers that...
2006 Apr 26
5
accessing created_on causes type error
...is problem. I have an ActiveRecord object fetched from the database, and I need to evaluate the contents of the updated_on field. However, *any* attempt to access that data in the program results in a TypeError with the message ''no implicit conversion from nil to integer''. cust = Customer.find(:first, :conditions => ["custid = ?", custid] if cust.updated_on.nil? ...never gets here end Any help would be much appreciated Ken -- I use the words you taught me. If they don''t mean anything any more, teach me others. Or let me be silent....
2011 Oct 04
1
Matching two datasets and updating values
Dear R forum I have two datafarmes with category and cat_val forming one dataframe and cust and cust_category forming another dataframe. category = c("C", "D", "B", "A") cat_val = c(0.10, 0.25, 0.40, 0.54) cust = c("cust_1", "cust_2", "cust_3", "cust_4", "cust_5", "cust_6", "cust_7&qu...
2008 May 12
1
IMAP, Shared folders, symlinks and permissions
Greetings Using FC7, dovecot-1.0.3-6.fc6 and maildir I have a recurring problem with permissions. We have a (real) account on the system called "custs". Within the email account for custs there exists some 300 folders, one for each customer. This worked okay originally with mbox. Everyone had access to their own email folders and they all had access to the "custs" account. They only problem is that to find one folder (customer...
2015 Apr 15
3
Join 2012 Server R2 as member to NT domain
...ent LDAP port. Netdom on the command line tries to work if the DC name is supplied on the /Domain argument. The logs for Samba show the authentication for the domain administrator working fine to the Samba controller. The command fails. ---- C:\Users\Administrator>netdom JOIN cl40 /Domain:cust.omnis.com\glen /UserD:cust.omnis.com\root /PasswordD:* /VERBOSE Type the password associated with the domain user: Joining domain cust.omnis.com\glen The computer rename attempt failed with error 50. The request is not supported. The command failed to complete successfully. ---- The DNSNameRe...
2015 Apr 15
3
Join 2012 Server R2 as member to NT domain
...try has been updated on both: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] "DNSNameResolutionRequired"=dword:00000000 "DomainCompatibilityMode"=dword:00000001 Our smb.conf is: [global] workgroup = CUST.OMNIS.COM netbios name = GLEN server string = GLEN passdb backend = ldapsam:ldap://ldap-cust.omnis.com username map = /etc/samba/smbusers smb ports = 139 445 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 max stat cache size = 16384 wins support = yes name resolve order = wins...
2006 Aug 23
4
Problem with large files corrupting during transfer
...tion_snum(941) dprep3 (139.61.176.211) connect to service dpspot initially as user navsvr2 (uid=4126, gid=209) (pid 283206) [2006/08/22 18:01:02, 2] smbd/reply.c:reply_tcon_and_X(711) Serving dpspot as a Dfs root [2006/08/22 18:01:02, 2] smbd/open.c:open_file(352) NAVSVR2 opened file new.cust/TEST92827.TXT read=No write=Yes (numopen=1) [2006/08/22 18:01:02, 2] smbd/close.c:close_normal_file(344) navsvr2 closed file new.cust/TEST92827.TXT (numopen=0) [2006/08/22 18:01:02, 2] smbd/open.c:open_file(352) NAVSVR2 opened file new.cust/TEST92827.TXT read=No write=No (numopen=1) [2006/...
2016 Feb 24
0
Samba 4.1.17-Debian as ADS member
On 24/02/16 11:49, Stefan G. Weichinger wrote: > I lose track here and I have to fix this as users get angry (we all know > that ...) > > debian 8.3, samba 4.1.17 > > (substituted customer name by "CUST" below ...) > > [global] > workgroup = CUST > realm = MABC.CUST > security = ADS > map untrusted to domain = Yes > load printers = No > printcap name = /dev/null > disable spoolss = Yes > template shell = /bin/bash > winbind enum...
2016 Feb 24
0
Samba 4.1.17-Debian as ADS member
On 24/02/16 12:57, Stefan G. Weichinger wrote: > Am 2016-02-24 um 13:44 schrieb Sketch: >> On Wed, 24 Feb 2016, Stefan G. Weichinger wrote: >> [snip] >>> idmap config CUST:range = 10000-99999 >>> idmap config CUST:backend = ad >>> idmap config *:range = 2000-9999 >>> idmap config * : backend = tdb >> If your idmap backend is ad, you need to assign your users uids (and >> gids for groups) in active directory. You...
2007 May 01
2
Autoattendant press 1 collides with extension numbers...
...oattendant sends them to the first context... [companyx-main-aa] exten => s,1,Background(companyx/companyx-main) exten => s,2,Background(silence/10) exten => s,3,Background(companyx/companyx-main) exten => s,4,Background(silence/10) exten => s,5,Hangup exten => 0,1,Dial(companyx-cust-svce,s,1) exten => 1,1,Goto(companyx-cust-svce,s,1) exten => 2,1,Goto(companyx-shipping,s,1) exten => 3,1,Goto(companyx-accounting,s,1) exten => 4,1,Goto(companyx-sales,s,1) ;exten => 5,1,Goto(companyx-directory,s,1) exten => i,1,Playback(invalid) exten => i,2,Goto(companyx-aa,...
2016 Feb 24
1
Samba 4.1.17-Debian as ADS member
Am 2016-02-24 um 14:15 schrieb Sketch: > On Wed, 24 Feb 2016, Stefan G. Weichinger wrote: > >> I set up a test VM now, same OS and software, with >> >> idmap config CUST:range = 10000-99999 >> idmap config CUST:backend = rid >> idmap config *:range = 2000-9999 >> idmap config * : backend = tdb >> >> This *seems* to work fine now there with some test-shares ... is it >> correct in general terms? > > idmap_rid sh...
2012 Jan 26
2
LDAP issues
...ed. LDAP directory not on local host. Example user LDIF: dn: uid=testuser at mydomain.com,ou=mydomain,o=ndtc mailHost: mailserver.mydomain.com loginShell: /bin/bash gidNumber: 500 uidNumber: 53112 uid: testuser at mydomain.com sn: user cn: test user mail: testuser at mydomain.com homeDirectory: /cust/mydomain/users/testuser gecos: test user,,662-6123 objectClass: mirapointmailuser objectClass: inetorgperson objectClass: posixAccount objectClass: shadowAccount objectClass: sambaSAMAccount sambaLogonTime: 0 sambaLogoffTime: 2147483647 sambaKickoffTime: 2147483647 sambaPwdCanChange: 0 sambaSID: S-...
2004 Sep 11
3
SAS to R migration questions
...t I don't really know R well enough at this point to know if it would be good for this project. I tried to describe the essence of the project below without getting bogged down in details. It starts when I receive a data flat file. There's lots of columns, but the relevant ones are: custid (customer ID number) saledt (date of sale) salepx (sale price) Step 1: I read in this data into a SAS dataset. Some of these flat files hold several gigabytes of data. SAS allows indexes to be created on columns which really speeds up queries. I read the R import/export doc and...
2019 Oct 19
3
CentOS update broke Samba
...config A36561 : backend = autorib idmap config A36561 : range = 2000000-4000000 cups options = raw ntlm auth = yes [homes] comment = Home Directories browseable = No read only = No [groups] comment = Group Directories path = /cust/ndtel/groups blocking locks = No force create mode = 0660 force directory mode = 0770 read only = No [officeview] comment = The Office View path = /cust/ndtel/officeview force create mode = 0777 force directory mode = 0777...
2008 Nov 17
1
OT: Counting emails in IMAP folders
Greetings I have a customer who has mail server running dovecot with an IMAP account (Customers) which contains hundreds of folders (one per customer). Looks like this: Customers Fred Smith and Co Joe Blogss Cust-1 Cust-n They have a requirement to report monthly on the total number of emails adde...
2011 Feb 22
1
imap-login ESTABLISHED client sessions not timed out by server
...was dropped ages ago. I imagine that the mobile client did not correctly close down the session, but it should have timed out on the server. Any ideas? Has anyone noticed this afore? imap-logi 7819 dovecot 10u IPv4 24069447 0t0 TCP logout.klunky.co.uk:imaps->m83-178-105-240.cust.tele2.nl:39042 (ESTABLISHED) imap-logi 7820 dovecot 10u IPv4 24069443 0t0 TCP logout.klunky.co.uk:imaps->m83-178-105-240.cust.tele2.nl:52696 (ESTABLISHED) imap-logi 7821 dovecot 10u IPv4 24069536 0t0 TCP logout.klunky.co.uk:imaps->m83-178-105-240.cust.tele2.nl:...