similar to: @ERROR: auth failed on module ... / password mismatch

Displaying 16 results from an estimated 16 matches similar to: "@ERROR: auth failed on module ... / password mismatch"

2011 May 19
1
v1.8.4: Extension Not found in Context?
Hello All, This is probably another one of those completely silly questions that I'm going to hit myself later on, but I have the simplest issue right now but I can't figure out why it's happening: I have a trunk from one * box (box a) to another * box (box b) the call comes in from box a with an extension 2222 which acc. to the peer config in sip.conf is set to use context
2009 Jul 31
1
DNS zone delegation
Hi, i have configured a Master DNS server, i have also created records to delegate a zone to child dns server But when named service is started it says Jul 31 14:33:30 localhost named[21581]: dns.zone:9: ignoring out-of-zone data (child.dns.com) I am using bind-9.3.4-10.P1.el5_3.3. on CEntos 5.2 Please help. Thanks in advance. how to delegate the zone, is there any other configuration
2003 Aug 01
1
Asterisk SIP bug with Net2Phone
When I try call to net2pohe sip service in my debug I look next: ---------------------------------------------------- We're at 192.0.0.0 port 27916 Answering with preferred capability 1 Answering with preferred capability 2 Answering with preferred capability 256 Answering with capability 4 Answering with capability 8 Answering with capability 16 Answering with capability 32 Answering with
2009 Dec 31
0
How to annotate lattice plots
I am creating a lattice plot with with(ordgdp, xyplot(delivery~AAR | GDP_ID, xlab="AAR", ylab="Actual Arrival Rate")) which works, and gives me 48 plots, one for each GDP_ID. But I would like to put the number of hours that each GDP lasted on the relevant plot. This is given by the following table: >gdphrs GDP_ID 21273 21288 21293 21294 21297 21303 21361 21399 21415 21436
2005 May 13
5
centos + kswapd0 error
Hi all I have a box with Centos 4 and qmail with all pathches. since Last month i have had twice the same problem. The process kswapd0 uses all my resources of CPU and RAM memory and the consequence is that my local queue grow up and the box go slow too. The first time i guess the problem was the version of the kernel, so i did an upgrade form kernel.i686 2.6.9-5.0.3.EL to kernel.i686
2011 Sep 14
2
Difficulty with saving .Rhistory
Current systems ??? OS: RedHat SE Linux 5.7, fully patched ??? R: R-2.13.1 I am a new R user. The R installation needs to be very tight because I plan to use it after I am employed on Internet facing systems to analyse firewall and filesystem log data.? Everything to my knowledge regarding R installed correctly.? I saw no warnings until saving THE WORKSPACE. NON-ROOT OUTPUT CURRENTLY YIELDS
2014 May 12
0
IMAP disconnect before greeting / banner
Hello We have a server on which we run multiple instances of dovecot. Each instance serving a domain and binding to a specific IP. The whole thing on three servers using the proxy ability and replication of dovecot. Now one domain has more users and we start seeing very strange behaviour. As soon as about 45 users have connected to the imap service ip of that instance, the server accepts the
2010 Aug 04
2
Finding the right url for RCurl
Hi all, I am using RCurl to try and download data from a website, but I'm having trouble finding out what URL to use. Here is the site: http://www.invescopowershares.com/products/holdings.aspx?ticker=PGX See how in the upper right, above the displayed sheet, there's a link to download the data as a .csv file? When I hit "copy url" and paste into getURL in R, it doesn't
2006 Mar 23
3
migrations: how to have all data dumped into rb ?
Hi, I dumped the schema using rake db_schema_dump. Now how do I create a migration containing all the data I have in my dev db ? -- Jean-Christophe Michel
2006 Feb 10
1
Working SPA 841s now return 404 Not Found for INVITES and OPTION packets from *
I don't know what's changed, but four SPA841s and a SPA3000 are no longer answering when they get an inbound call from *. This has been a working configuration for weeks. I *have* been fiddling with the server config; however, the configuration is under version control and I've reverted everything to exactly how it was when the server was working. Doesn't fix it. I reset one of
2010 Mar 19
0
Wine release 1.1.41
The Wine development release 1.1.41 is now available. What's new in this release (see below for details): - A wide range of Direct3D improvements. - Support for SHA-256, SHA-384, and SHA-512 algorithms. - A number of MSHTML fixes. - Support for mp3 decoding on Mac OS X. - Various widl improvements. - More typelib fixes. - OLE storage improvements. - Various bug fixes. The
2006 Oct 27
3
Memdisk doesn't work without floppy drive
Hi, I stumbled on a rather odd problem. A brand new HP Compaq dx2200 computer didn't want to boot up pxelinux+memdisk image. The computer just gave "Disk I/O error" and stopped there. Workaround was rather simple... Just attach regular floppy drive to the motherboard and everything started working fine. I tried with older 2.05 (pxelinux+memdisk) and newer 3.31. Both produced
2005 Jan 08
8
Shorewall problem, perhaps with PPPoE
I have what strikes me as an odd problem with shorewall. Let me describe my setup. My desktop (alfred) is connected to the network through an ADSL modem. I am running rp-pppoe, and this works perfectly. I have a small home network, with two LANs; an Ethernet LAN (including a machine running Windows XP), and a WiFi LAN, including the laptop (william) I am using now. All the computers except for
2010 Jul 30
0
Wine release 1.3.0
The Wine development release 1.3.0 is now available. What's new in this release (see below for details): - Beginnings of a user interface for the builtin Internet Explorer. - Support for cross-process OLE drag & drop. - New builtin wscript.exe (Windows Script Host) program. - Open/save dialogs remember the last used directory. - Translation updates. - Various bug fixes. The
2003 Aug 31
4
linux-ha heartbeat .. failover firewall
I have searched your FAQ''s and read the documentation on your site as well as googling. I am not able to figure this out. If you have any ideas can you please help. I am using the linux-ha failover with redundant firewalls. As part of the function of the linux-ha software consists a service called heartbeat which is a connection from each failover node through a serial cable or ethernet.
2010 May 15
1
barplot: invalid 'xlim' value
Forum, I am attempting to plot weekly horizontal histograms, something very similar to: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 The part of the code used to create this graphic that interest me: # Draw the histograms for (i in 1:length(ages)){ par(new = TRUE) xmin <- -ages[i] + xlim[1] xmax <- xlim[2] - ages[i] ser <- freqs[, i+1] ser <-