similar to: SIP authentication bug with insecure= lines?

Displaying 20 results from an estimated 1200 matches similar to: "SIP authentication bug with insecure= lines?"

2005 Sep 30
1
(no subject)
My Polycom IP301 hangs on "Processing Cfg..." Here is the boot log: 0930155446|so |4|00|---------- Initial log entry ---------- 0930155446|so |4|00|+++ Note that bootrom log times are in GMT +++ 0930155446|wdog |4|00|Initial log entry 0930155446|cfg |4|00|Initial log entry 0930155446|copy |4|00|Initial log entry 0930155446|cdp |4|00|Initial log entry 0930155446|cdp
2006 Dec 16
5
trying to add another app
hey all, I have an app working great with apache2 and mongrel_cluster. However, I''m trying to run another application and now when I go to app1.comit falls to app2.com and the opposite. That''s probably because I messed up somewhere with the cluster. this is the content of my conf.d/app1.proxy_cluster.conf: <Proxy balancer://mongrel_cluster> BalancerMember
2018 Jan 30
2
Cannot add metadata to network XML
Hi, i tried adding metadata to Network XML ( NOT DOMAIN XML) but it removes it as soon as i save here's my network XML <network> <name>bridgeTest0</name> <uuid>cf2aae7a-b459-459b-ba2c-399190607629</uuid> <metadata> <app1:foo xmlns:app1="http://app1.org/app1/"> <app1:test>testing!</app1:test>
2005 Jun 14
3
Calling on all Polycom Experts
Hey all, I'll give my reseller a call for support in the morning, but I usually have better/faster luck on the list. I've got a SoundPoint IP500 that I upgraded to BootROM 2.6.2 and SIP image 1.5.2 on someone elses advice, I forgot to change out the old config for the new when I loaded the image up (I guess the config changed a bunch between 1.5.2 and 1.3.1) I was prompted with an error
2006 Jul 23
1
Mongrel, Apache 2.2, Rails question. HELP!
Sorry to bother you with a Rails "newbie"-like question, but I have been tearing my hair out for a couple of days with the deployment scenario I am trying to setup. I use a service provider that supports multiple domains via Virtual Hosts. I have all the software installed and "working". I want to deploy two apps under my domain and have the following in my .conf file:
2006 Mar 02
2
SwitchTower: why symlink releases/under -> current?
Hi, I have a trouble with deploying my ordinary rails application(myapp). When I execute ''rake deploy'', [...] command finished * executing task symlink * executing "ls -x1 /var/www/myapp/releases" servers: ["app1.olalog.com"] [app1.olalog.com] executing command command finished * executing "ln -nfs /var/www/myapp/releases/under
2018 Jan 30
0
Re: Cannot add metadata to network XML
On 01/30/2018 10:16 AM, Shashwat shagun wrote: > > Hi, i tried adding metadata to Network XML ( NOT DOMAIN XML) but it > removes it as soon as i save There are two possibilities: 1) If the network is already active when you edit it, you won't see the change in the output off virsh net-dumpxml until the next time you restart that network. (alternately, you can see it immediately
2010 Nov 30
2
db migration fails
I''m deploying new rails applications. Everything works well except when it comes to the db migration: * executing "cd /var/rails/benefits_test/releases/20101129190121 && /opt/ruby-enterprise-1.8.7-2010.02/bin/rake RAILS_ENV=production db:util:migrate" servers: ["ps-test-app1"] [ps-test-app1] executing command ** [out :: ps-test-app1] (in
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
Team, I''m trying to figure out how to run 2 rails apps on one host. I ran an experiment: cd /tmp/ rails app1 rails app2 cd app1 script/server rails put a copy of lighttpd.conf in /tmp/app1/config/ and then started lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = (
2006 Dec 21
4
my apache 2.2 conf
I just finished updating our internal site, which hosts multiple Rails apps, to Apache 2.2.3. It also has a TWiki rewritten into the root, ViewVC mounted on /cvs, and /server-status and /server-info. <VirtualHost *:80> ServerName int.example.com ServerAlias int CustomLog /var/www/logs/int.example.com/access.log combined ErrorLog /var/www/logs/int.example.com/error.log [...]
2010 Nov 29
0
rake aborted! getaddrinfo: Name or service not known
I''m deploying new rails applications. Everything works well except when it comes to the db migration: * executing "cd /var/rails/benefits_test/releases/20101129190121 && /opt/ruby-enterprise-1.8.7-2010.02/bin/rake RAILS_ENV=production db:util:migrate" servers: ["ps-test-app1"] [ps-test-app1] executing command ** [out :: ps-test-app1] (in
2007 Jan 26
4
Polycom Provistioning Issue
From what I know this log show everything working Perfect. Then it goes to the Welcome screen then after a long time of processing, it errors out with a 0x10000 error Any Ideas? 1005195711|so |4|00|---------- Initial log entry ---------- 1005195711|so |4|00|+++ Note that bootrom log times are in GMT +++ 1005195711|hw |4|00|Initial log entry. 1005195711|wdog |4|00|Initial log entry
2006 Oct 23
1
Polycom provision errors still! Arg!
I have been struggling over central provisioning for quite some time. I have eagerly watched each post with like problems but have yet to find a reliable answer. I have a Polycom 501 and I am trying to provision from an FTP server, and just to take any routing out of the issue it is on the same subnet. I am running the 2.0.1.0291 firmware and 3.2.2 bootrom. I set the IP info on the phone and
2006 Jan 13
2
Multiple Rails Apps in 1 Virtual Host on Apache 1.3
After attempting this on my own using the Apache "Alias" directive I noticed that it did not work in all cases: http://myserver/app1/ (this worked) http://myserver/app1 (this failed, I won''t bore you with the rewrite logs of why) This led me to the following article http://wiki.rubyonrails.com/rails/pages/HowtoDeployMoreThanOneRailsAppOnOneMachine Which I followed. Must to
2010 Apr 14
1
sshd sending eof to peer instead of SSH_MSG_CHANNEL_CLOSE.
I am using the ssh port forwarding feature. My configuration is as follows: On my server machine, running sshd, and app1. On my client machine, running ssh (client) and app2. The client connects to the server requesting remote port forwarding from port X on the server machine to port Y on the client machine. app2 is listening on port Y on the client machine. app1 connects to port X
2006 Jun 21
3
multiple apps one virtual host one domain
I''m trying to achieve the following: Having a development server that runs multiple rails apps running wihout creating a different virtual host for each apps. my documentRoot is therefore /var/rails for my whole config http://myserver/app1/controller/action -> (/var/rails/app1/...) http://myserver/app2/controller/action -> (/var/rails/app2/...) I''m under apache 1.3 mod
2006 Jan 05
1
Polycom 501 netboot not working.
When I try to boot my 501, it runs through the usual stuff, then stops with Config file error Error is 0x4020 and then reboots. The log on the FTP server shows: 0105164151|app1 |3|00|Bootline: ircaIP 0105164155|cfg |3|00|Image bootrom.ld has not changed. 0105164159|cfg |3|00|0004f202f803.cfg could not be downloaded, getting next file. 0105164206|cfg |3|00|Image sip.ld has not changed.
2007 Sep 27
1
Polycom 501 won't take new bootrom.ld or sip.ld...
...even when I do the "factory reset" (4-6-8-* then 456). I tried using FTP and TFTP, but even though the phone uploads the log, I get these errors: 0927211350|app1 |3|00|Time has been set from 0.us.pool.ntp.org(69.60.124.59). 0927211350|cfg |4|00|Could not get all 512 bytes of the header. 0927211351|cfg |4|00|Could not get all 512 bytes of the header. 0927211422|app1 |4|00|Loaded
2006 Jun 18
1
Problem using "rake db:migrate"
Hi all, I am facing a problem while using rails "migrate" feature for creating tables in a database. Following are the details. I have 2 applications say "app1" & "app2". I want both of them to use same database say "testdb". For "app1", I create 3 models which in turn create 3 migration files with prefix, 001_, 002_ & 003_. Now I
2006 Jul 28
0
URL root/serving more than one app per subdomain
Hey folks, I have the following situation: I have a secure server, and I''d like to run multiple Rails apps without dealing with setting up multiple secure servers, with their fixed IPs, etc. So, I want to do https:// secure.domain.com/app1/ and https://secure.domain.com/app2/ etc. In lighttpd this is possible using a combination of relative_url_root in each app (in