similar to: database diff's?

Displaying 20 results from an estimated 2000 matches similar to: "database diff's?"

2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World, I am trying to build NSD4 on Debian Squeeze and I get the following errors when running `make`. ``` $ pwd /home/wiz/src/nsd/tags/NSD_4_0_0_imp_5 $ make [... output omitted ...] gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparse acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o tsig-opens 4_pton.o b64_ntop.o -lcrypto configparser.o: In
2003 Oct 12
2
INFO method and DTMF translation
Hello guys, I have searched high and low, but not found any information about rules of using DTMF in SIP INFO method. Cisco has described something with Signal=, but it look like this feature is dependent on implementors? The problem is chan_sip.c cannot correctly translate received DTMF digits, especially #,*. At least with my Antek EGW-804 gateway. Looking into chan_sip.c, I found this code:
2014 Dec 10
3
dovecot.index.log files: what are they?
Hi! I have lots of these files: /home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log What are they for? Why are they here? Can I remove them? Thomas
2010 Dec 15
1
3Dsetup.EXE has encountered a serious problem....
Hello, i am trying to run Wizardry 8 on my mac and when i execute the app i get this error: 3Dsetup.EXE has encountered a serious problem and needs to close... i read posts about this and it said to locate a dxdlll file and rename or delete it but that file doesnt exist in my systems32 folder. Im a complete newbie at this stuff n a little confused while Wiz 8 wont seem to load. as far as i can
2008 Aug 22
1
Icecast Customizations
All, This is a mix between a request for help and an oh gee wiz type of question. I want to know how, if it is able to be shown (some people don't like to share how they made their stuff unique so I am cool with that) different ways they have customized their Icecasts. I have a server(set) that is running fine now, and I want to grow it out in some way (different streams for
2001 Nov 01
6
WinXP - Can Join 2.2.2 domain - Not log on
I have read through the mail archives to find a solution to my problem... to no avail. Here is the issue: I have a Samba 2.2.2 acting as a PDC, with Win2k I can join the domain and logon as a domain user. No problem. (So it is working and set up properly). With WinXP - Pro, I can join the domain, successfully. However, once I do the reboot I cannot logon as a domain user as I did with
2005 Nov 10
1
specifying a key for a trellis display
Folks: The "key" argument of trellis commands (e.g. xyplot()) allows one to place a key at the top of a trellis display using key=list(space='top',...) I would like to increase the space between the bottom of the key and the trellis plots beyond the default. Is there a simple way to do this? At present, I add an empty row (e.g. text = '', point colored in background
2008 Sep 08
1
Wrong IP address error returned -- 64-bit CPU
I'm no programming wiz, so I need some hand-holding on this one... I have a couple of programs used to update my phone. First problem was that they showed the wrong IP address for my PC. This I fixed by editing the /etc/hosts file with the right IP. In order for the update to work, you must enter the IP address of your phone. Every time I do this, they come back with "invalid IP
2003 May 20
1
[ANNOUNCE] syslinux for win2k/winxp
Hi I have ported syslinux to win2k/winxp. It is attached. It has been tested with floppies and flashcards, but not on harddisks. On harddisks I'm not sure if I should use \\.\PHYSICALDRIVEX or \\.\X: as arguments to CreateFile (I'm no windows wiz) and I do not currently have a system to test this on. The program can be compiled using mingw or in cygwin using the option -mno-cygwin
2014 Dec 10
1
dovecot.index.log files: what are they?
On Wed, Dec 10, 2014 at 09:26:31PM +0100, Reindl Harald wrote: > > Am 10.12.2014 um 21:19 schrieb Thomas Klausner: > >I have lots of these files: > > > >/home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log > > > >What are they for? > >Why are they here? > >Can I remove them? > > RTFM:
2008 Jan 04
1
Help on odfWeave package
Hi R users ! I'm trying to use odfWeave package I have a problem with unzipping files : when I try to run the example given in odfWeave help I get this error message : Copying C:/Documents and Settings/stgduclos/Mes documents/R/win-library/2.6/odfWeave/examples/simple.odt Setting wd to C:\DOCUME~1\STGDUC~1\LOCALS~1\Temp\RtmpzfZ6ye/odfWeave04141446464 Unzipping ODF file using
2006 Jun 23
0
Antek EGW-804 e *
Hi everybody, I found in the company where I work an Antek EGW-804. I googled to see if it can be configured to work with * and I understood that it is possible, but I don't know how. Can someone help me? Thanks Stefano
2007 Dec 19
3
multi-model search best practices
Hi folks. If I am indexing ModelA and ModelB and I want to search both of them, I usually just pick one arbitrarily and use it for #multi_search. Is there a slicker pattern, regarding from which model to invoke #multi_search? Can it be invoked directly from the Ferret library? Has anyone put together some sort of "dummy" search class? Thanks for any ideas. John
2009 Aug 08
2
Chainloading from Vista x64 bootloader to Extlinux?
Hi syslinux list, Some months ago, hpa was kind enough to help me troubleshoot booting Extlinux in a system with the following particulars: * Windows Vista x64 bootloader in the MBR and Vista installed in /dev/sda1 * Extlinux 3.72 installed in the first sector of /dev/sda2 and Foresight Linux installed in /dev/sda2 (at the time I tried, 3.72 was the default bootloader in Foresight) The problem
2016 Apr 24
2
Inserting a blank row to every other row
Well, something like this would work (there may be slicker solutions): > z <- data.frame(a=1:3,b = letters[1:3]) > i <- seq_len(nrow(z)) *2 > z <-rbind(z,z) > z[i, ] <- matrix(NA, nr=nrow(z),nc=ncol(z)) > z a b 1 1 a 2 NA <NA> 3 3 c 4 NA <NA> 5 2 b 6 NA <NA> But I agree with you that there is probably a way to handle the underlying
2006 Jun 27
3
Most stable Asterisk version
Hi there, I am getting ready to set up a production Asterisk system. It needs to be stable. Upgrading, patching, rebooting, troubleshooting etc. are pretty much NOT an option once this thing is deployed. Like any phone system, it is expected to just work. Having said that, which is the best version and subversion of Asterisk to use? I was leaning towards 1.2 but it appears there are some
2006 Jul 17
1
multiplying multidimensional arrays (was: Re: [R] Manipulation involving arrays)
I am moving this to r-devel. The problem and solution below posted on r-help could have been a bit slicker if %*% worked with multidimensional arrays multiplying them so that if the first arg is a multidimensional array it is mulitplied along the last dimension (and first dimension for the second arg). Then one could have written: Tbar <- tarray %*% t(wt) / rep(wti, each = 9) which is a bit
2006 Feb 14
0
Winbind problem w/ ADS domain local group and other-domain members
This one is probably going off into the esoteric side of things, but Samba/winbind doesn't seem to be working quite as expected in one particular area -- domain local groups having members from other trusted domains. I've searched extensively (google and elsewhere...), and have found little/no mention of this particular problem: "domain local group" members from other
2003 May 12
1
Delete glitch?
Hey, everyone. I'm running Samba 2.2.8a on a Debian Linux 3.0 box and for some reason, when someone tries to delete something they can't, it does give them the access denied message the first time. When they try to do it again, no message appears and it seems to be deleted (it disappears from the list), but when they refresh the list, it appears again. My file system is as follows
2006 Jan 17
5
Hash.new{|h,k| h[k] = ""} ... but for views?
I sometimes buy myself a default value for a hash using something like this: h = Hash.new{|h,k| h[k] = ""}. I can now pass ''h'' any key and if a value has not yet been associated with that key I receive an empty string. I would love to do something similar in my partials so that I wouldn''t have to worry about passing in every variable that is referenced.