similar to: Object sync problem

Displaying 20 results from an estimated 100 matches similar to: "Object sync problem"

2007 Mar 18
1
Dependancy sequencing problem
Hi, I have this code here: $filepackages = $operatingsystem ? { debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget" ], default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget" ] } package { $filepackages: ensure => latest
2007 Mar 20
2
0.22.2 bug?
Hi, I''ve just installed 0.22.2 and believe I''ve discovered a bug (or oversight). I have an exec like this: exec { "change-to-local-mirror": command => "sed -i ''s#\(KERNEL_REPO.*=\).*#\1 $mirror#'' ${rulefile}", path => "/usr/bin:/usr/sbin:/bin",
2007 Mar 18
1
A wish or possible?
Hi, One thing I''d like to be able to do is this... define sedfile ( $file = '''', $target = '''', $pattern = '''', $options = ''-i -n'' , onlyif = '''' ) { case $file { '''': { err ( "Require valid filename: ''$file''" ) } } case $target {
2005 Jan 25
0
coredumping on MusicOnHold
Hello, I have upgraded to 1.0.4 version of asterisk. After that asterisk crash every time On receiving an call from iax2 trunk to musiconhold application. SIP calls to MusicOnHold is however working. I already upgraded to 1.0.5, but the problem still Remainig. Any idea ? Iax2 : call proceding : Jan 25 17:29:40 DEBUG[9997]: pbx.c:1261 pbx_extension_helper: Launching 'WaitMusicOnHold'
2007 Dec 14
2
Stange pause between extensions commands.
Hello, i have a simple but annoying problem. I have the following entry in /etc/asterisk/externsions.conf file: ---<Cut Here>--- exten => 10100,1,Wait(4) exten => 10100,2,Playback(transfer,noanswer) exten => 10100,3,Dial(${PHONE30},30,t) exten => 10100,4,Background(extension) exten => 10100,5,Background(is-curntly-unavail) exten => 10100,6,Voicemail(9999) exten =>
2008 May 14
0
Samba Upgrade to 3.0.25b leads to core dumps with winbind and ldap idmap
I have recently upgraded a Samba server running on a Red Hat Enterprise 4 (32 bit) server. The version of samba upgraded to is 3.0.25b. I noticed that a new index had to be added to my ldap (openldap) server for the sambaSID attribute. So I added the index line to slapd.conf as follows: Index sambaSID eq,sub Afterwards I ran slapindex to recreate the indices in the openldap database.
2014 Dec 04
2
does lda_save_to_detail_mailbox exist?
Hello, there is a nice feature in lmtp to save messages to user+foo at domain in INBOX/foo Looks like that doesn't work as good if lda is used. I have dovecot-2.2.13 mail_location = maildir:%h/ lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes *lmtp*_save_to_detail_mailbox = yes messages to user+foo generate an error and are saved to INBOX not matter if
2003 Oct 27
0
Asterisk behind nat with hole, hardcoding solution
Hi, A brief 6-step guide on how to hardcode a change in the Asterisk source that will allow it to work from behind a nat device. I know it?s messy, but it may prove useful to some people. 1. First punch a whole in your nat device. I just forwarded the port 5060 (for sip) and all ports between 10000 to 10020 (for rtp) to my asterisk gateway. 2. Now make sure your /etc/asterisk/rtp.conf correctly
2020 Feb 09
0
wbinfo -r reports strange gids on AD member
On 24.01.2020 14:01, Christian wrote: > On 23.01.2020 10:26, L.P.H. van Belle via samba wrote: >> Hai Christian, >> >>>>> Thism, this is just strange, Christian, did you already >>> run and if not, can you run it and post the ouputs. : >>>>> net cache flush >>>>> systemctl stop samba winbind >>>>> systemctl
2006 Feb 14
1
RE: problem with Too many open files(REASON FOUND)
Hi again, For what it is worth, we found out that MS Outlook on Citrix now and then opens thousands(17-18000) of references(filehandles) to the same PAB(Personal Address Book) files and then give up these references again after a while !? This was what made Samba chooke. We will now remove all PAB access from Outlook. Sorry for wasting Samba mailing list bandwidth ;-) Kind
2010 Feb 17
2
rlimit_max errors
Running Samba 3.4.5 on Solaris 10 Sparc platform. I can't seem to get rid of the following errors: log.b104d1:rlimit_max: rlimit_max (10020) below minimum Windows limit (16384) I've tried adding "ulimit -n 16384" to the samba start scripts, but still getting these errors. Anyone know what I should do about this. Could these errors cause slowness to the samba share for
2007 Dec 14
1
SLow cups printing, lots of get-printer-attributes
Hi all, I encounter a problem here on a samba PDC with 97 cups printers. When on a windows client, I click right on a printer, then select "properties", it tooks about 12 secondes to open. When from a spreadsheet such as M$ Excel I click on print, then try to select an imprimante from my pdc, it tooks about 30 seconds. I did some debugging, and with an strace on the smb process, found
2011 Aug 03
4
Convert matrix to numeric
I have a matrix that looks like this: structure(c("0.0376673981759913", "0.111066500741386", "1", "1103", "18", "OPEN", "DEPR", "0.0404073656092023", "0.115186044704599", "1", "719", "18", "OPEN", "DEPR", "0.0665342096693433",
2008 Jun 25
2
T and P Statistics
How do you calculate T and P statistics (T- test) in R? Is there a package out there that can do these calculations? Best, Michael Tong Futures Associate Quantitative Research Services Franklin Templeton Investments, Inc. 600 Fifth Ave New York, NY 10020 (212) 632-4254 mtong@templeton.com Notice: All email and instant messages (including attachments) sent to or from Franklin Templeton
2010 Mar 05
1
Data frame column
I have a big data frame and I have extracted a bit by doing: > y<-d[1:10,6] > y [1] Headings 0 -49 -98 -49 -41 -120 -155 -204 -169 92329 Levels: -0 -1 -10 -100 -1000 -10000 -10001 -10002 -10003 -10004 -10005 -10006 -10007 -10008 -10009 -1001 -10010 -10011 -10012 -10013 -10014 -10015 -10016 -10017 -10018 -10019 -1002 -10020 -10021 -10022 -10023
2005 Jul 05
2
Remote SIP Connections
Hello all, I have my * server setup behind a Linksys WRT54G on Adelphia cable. I have forwarded 5060,10000-10020, and another port set can't remember off the top of my head but I can't seem to connect to the * server from any locations that are direct connects to the Internet. Am I missing a portset for forwarding? If I use the name service (voip.*****.com) from my home connection on the
2010 Jan 13
2
User and GRoup mapping
I have two servers running Samba, one as a Domain Controller one as a Member Server. Both are running Ubuntu 8.10 and running smbd, nmbd and winbindd using the tdb back end. I am having a problem understanding ID mapping. The mapping is not the same on both machines. On the Domain Controller > root at thelma:/etc/init.d# wbinfo -i 'ATLANTA\rob' > rob:*:1000:2003:Robert
2008 Jun 23
2
Correlation Help
Hi, I have recently been using the R program and encountered a recurring problem. I have been trying calculate the correlation of a 16 column table. Everytime I type in cor(test), where test is data that I uploaded into R using the read.table function, I get an error: Error in cor(test) : missing observations in cov/cor In addition: Warning message: In cor(test) : NAs introduced by coercion
2014 Jul 20
1
Lots of NMBD zombie processes
Hello, I am running a Samba 4 DC, recently upgraded to the latest version and I have just installed a member server to run as a File Server (Samba 4.1.9). While it seems to be working properly, we are getting a lot of zombie nmbd processes on the member server, running the command *pidof nmbd* results in: *[root at BHFS01 etc]# pidof nmbd* *12861 12644 12404 12236 12071 11885 11720 11553 11388
2019 Oct 16
1
Samba with Winbind Doesn't See New AD Groups
On 16/10/2019 20:32, Ralph Boehme wrote: > On 10/16/19 9:04 PM, Rowland penny via samba wrote: >> On 16/10/2019 19:37, Ralph Boehme via samba wrote: >>> On 10/16/19 8:10 PM, Bill Riner wrote: >>>> I am logged in as root to one of the clustered Samba servers. >>>> Normally when a group is added to AD, it shows up using >>>> >>>> #