Displaying 20 results from an estimated 91 matches for "custs".
Did you mean:
costs
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)
{
return(date + 1 - as.numeric(format(date,"%d")))
}
first.day.of.quarter =
2012 Mar 12
0
Data consistency with Gluster 3.2.5
I have set up a replicated, four-node gluster config for a web farm. The
idea is that each web node is its own Gluster server, and will have its
own copy of the entire web root locally. It then serves the cluster to
itself via a mount. We're running it over dual GigE NICs bonded.
The problem I am having is when we switch live traffic to nodes in the
cluster, they almost immediately get
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
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
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
2006 Apr 26
5
accessing created_on causes type error
I assume that this is some newbie stupidity, but I haven''t found my
way around this 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 =
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",
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 (customers...
2015 Apr 15
3
Join 2012 Server R2 as member to NT domain
Is it still possible to join a Windows 2012 Server R2 system as a member
to a 'pre-NT5' Samba (3.6.23) domain controller? The Windows 'Domain
Change' GUI errors immediately after failing the SRV lookup for the AD
server. Even with the SRV record in place, the GUI fails trying to
connect to the non-existent LDAP port.
Netdom on the command line tries to work if the DC name
2015 Apr 15
3
Join 2012 Server R2 as member to NT domain
I don't have anything but Server 2003, 2008 and 2012 to test with. 2003
joins the domain without issue. 2008 and 2012 will not. The registry
has been updated on both:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters]
"DNSNameResolutionRequired"=dword:00000000
2006 Aug 23
4
Problem with large files corrupting during transfer
I'm very new to Samba, and I'm supporting my team's migration to a new
server. We are running v3.0.23b, ML3 and AIX v5.3, and we're pulling
data from NT servers. V2.2.2 (what we are using on the old server) would
not compile on the new box, so we have to upgrade.
Files >2.8gb are corrupting during the transfer. That 2.8gb file is the
largest we've gotten to go through
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
>
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
2007 May 01
2
Autoattendant press 1 collides with extension numbers...
So I have whose autoattendant is colliding with their extensions...
Quick fix anyone?
Second someone presses say a person's extension (101) ... Autoattendant
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)
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
2012 Jan 26
2
LDAP issues
Centos 6
Samba 3
smbldap-tools installed.
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
2004 Sep 11
3
SAS to R migration questions
Hi,
I'd like to get away from SAS, but 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)
2019 Oct 19
3
CentOS update broke Samba
Running CentOS Linux release 7.7.1908. Have Samba running as our fileserver on our (mostly) Windows network. Ran my "normal" yum updates today, and Samba was upgraded (last updates were on 8/10/2019). I was on 4.8.3 before; now it's 4.9.1:
Updated samba-4.8.3-6.el7_6.x86_64 @updates
Updated samba-client-4.8.3-6.el7_6.x86_64
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
added to each customers' folder during the month.
Basically I need to be
2011 Feb 22
1
imap-login ESTABLISHED client sessions not timed out by server
Good morning everyone,
I noticed some mobile client connections that I know should have
timed out at least 20 mins ago, yet these are still there. The device
in question lost its 3G connection and never re-established it. I know,
because in this case it was my 'phone ;) Why should the imap-login keep
the copnnection in in EST, when it was dropped ages ago. I imagine that
the mobile