Displaying 20 results from an estimated 145 matches for "5432".
Did you mean:
432
2018 Oct 29
4
PostgreSQL port accessible even though it should be blocked by firewall
...are closed:
$ firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eno1
sources:
services: ssh dhcpv6-client
ports: 22/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
$
but still port 5432/tcp (PostgreSQL) is open:
$ nmap -P0 devel-host
Starting Nmap 6.40 ( http://nmap.org ) at 2018-10-29 19:46 CET
Nmap scan report for devel-host (xxx.xxx.xxx.xxx)
Host is up (0.94s latency).
rDNS record for xxx.xxx.xxx.xxx: devel-host.our.domain
Not shown: 998 filtered ports
PORT STATE SERVICE...
2005 Sep 19
1
rsync and HP11.11 problem
...n. The data on the source is not
changing since it is snapshot of active data.
Every time we try to run the following command:
timex rsync -avuz --delete isynh09:/snap
We get the following error:
receiving file list ... done
mknod "/d/snap/m01/server_metadata/postgresql/.s.PGSQL.5432" failed:
Invalid argument
mknod "/d/snap/m02/server_metadata/postgresql/.s.PGSQL.5432" failed:
Invalid argument
mknod "/d/snap/m03/server_metadata/postgresql/.s.PGSQL.5432" failed:
Invalid argument
mknod "/d/snap/m04/server_metadata/postgresql/.s.PGSQL.5432" fa...
2010 Sep 01
1
iptables for PostgreSQL not working
Hi,
I am having problem in configuring iptables for PostgreSQL server. I
added following rule to iptables to allow connections to default
PostgreSQL port (5432):
{{{
sudo /sbin/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp
-p tcp -s 10.0.0.0/24 --dport 5432 -j ACCEPT
}}}
After this I can't connect using telnet or psql (postgres client).
Following error is received from telnet on MacOS and CentOS:
{{{
MacOS$ telnet 10.0.0.12 5432
Trying...
2007 Jul 01
1
Database server failure causes endless loop
...(default): pgsql: Connect failed to
<database>: could not connect to server: Connection refused
dovecot: Jul 01 11:31:03 Error: auth(default): Is the server running
on host "localhost" and accepting
dovecot: Jul 01 11:31:03 Error: auth(default): TCP/IP connections on
port 5432?
dovecot: Jul 01 11:31:08 Error: auth(default): pgsql: Connect failed to
<database>: could not connect to server: Connection refused
dovecot: Jul 01 11:31:08 Error: auth(default): Is the server running
on host "localhost" and accepting
dovecot: Jul 01 11:31:08 Error: auth(defa...
2018 Oct 30
2
PostgreSQL port accessible even though it should be blocked by firewall
...ps
>> CONTAINER ID??????? IMAGE???????????????????????? COMMAND
>> CREATED???????????? STATUS????????????? PORTS??????????????????? NAMES
>> 6f11fc41d2f0??????? postgres????????????????? "docker-entrypoint..."
>> 4 days ago????????? Up 4 days?????????? 0.0.0.0:5432->5432/tcp?? postgres
>> $
>>
>>
>> The various docker interfaces and virtual bridges are not assigned to
>> any specific zone.
>>
>>
>> Why is port 5432/tcp open?
>
> You will see it if you check the netfilter rules with:
>
> iptable...
2009 Feb 12
4
Multiple caller id ...
If I have the following in the dialplan
exten => foo,n,Dial(SIP/1234&Zap/G1c/55443322)
and SIP/5432 calls this extension,
is it possible to show different callerid numbers to each of the target
numbers ?
The reason I ask is that if the call is from an internal sip phone, I
want to show the internal callerid (5432) to the SIP phone on 1234, and
the DDI of the 5432 extension (01702444555) to...
2007 Feb 07
8
Apache+Mongrel Redirection Problems
....0.0.1 localhost.localdomain localhost egovm04
10.4.1.84 rss
10.4.1.84 railstest
HTTPD.CONF LOOKS LIKE THIS:
[snip]
NameVirtualHost 10.4.1.84
<VirtualHost rss>
ServerName rss
ServerAlias rss
RewriteEngine on
RewriteRule ^/rss(.*) http://10.4.1.84:5432$1 <http://10.4.1.84:5432/>[P]
ProxyPass / http://10.4.1.84:5432/
ProxyPassReverse / http://10.4.1.84:5432/
</VirtualHost>
<VirtualHost railstest>
ServerName railstest
ServerAlias railstest
RewriteEngine on
RewriteRule ^/railstest(.*)
http://10.4.1.84:8...
2007 Jan 24
8
Viewing Rails from non-localhost using WEBrick server
During development, I''d like to see my Rails app from a computer other
than localhost on a Linux system and also want to change the default
port#. I thought this would do it:
Linux server:
$ script/server -b 10.4.1.84 -p 5432
=> Booting WEBrick...
=> Rails application started on http://10.4.1.84:5432
=> Ctrl-C to shutdown; call with --help for options
...
Windows browser URL:
http://10.4.1.84:5432/
BUT, the browser can''t find this and the WEBrick server on Linux shows
no activity.
Anyone know what g...
2006 Jul 03
13
Remote Postgres is driving me crazy!
...ername
password: mypassword
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration. Windows does not
have
# domain sockets, so uncomment these lines.
host: 192.168.22.1 (this is a remote ip in local loop)
port: 5432
Yes, I commented out everything else. Whenever I make a script/generate
scaffold service_spiel, this is what I get:
exists app/controllers/
exists app/helpers/
exists app/views/service_spiels
exists test/functional/
dependency model
exists app/models/
exis...
2018 Oct 30
1
PostgreSQL port accessible even though it should be blocked by firewall
...s
>> CONTAINER ID IMAGE COMMAND
>> CREATED STATUS PORTS NAMES
>> 6f11fc41d2f0 postgres "docker-entrypoint..." 4
>> days ago Up 4 days 0.0.0.0:5432->5432/tcp postgres
>> $
>>
>> The various docker interfaces and virtual bridges are not assigned to
>> any specific zone.
>>
>> Why is port 5432/tcp open?
>
> It may be Docker manipulating the iptables rules. If you don't want it
> open at all...
2004 Jun 24
4
Asterisk with PostgreSQL
...[cdr_pgsql.so] => (PostgreSQL CDR Backend)
== Parsing '/etc/asterisk/cdr_pgsql.conf': Found
Jun 24 21:20:53 DEBUG[1074494336]: cdr_pgsql.c:284 my_load_module:
cdr_pgsql: got hostname of localhost
Jun 24 21:20:53 DEBUG[1074494336]: cdr_pgsql.c:285 my_load_module:
cdr_pgsql: got port of 5432
Jun 24 21:20:53 DEBUG[1074494336]: cdr_pgsql.c:288 my_load_module:
cdr_pgsql: got user of asteriskpg
Jun 24 21:20:53 DEBUG[1074494336]: cdr_pgsql.c:289 my_load_module:
cdr_pgsql: got dbname of asteriskpgcdr
Jun 24 21:20:53 DEBUG[1074494336]: cdr_pgsql.c:290 my_load_module:
cdr_pgsql: got password o...
2006 Mar 23
4
Postgresql connection problems
...this list, but being new
to Ruby/Ruby on Rails, I''m not sure where to start....
I''m trying to connect to a postgresql server:
My database.yml contains:
test_test:
adapter: postgresql
database: test_test
username: testuser
password: resutest
host: testpgserver
port: 5432
encoding: UTF8
min_messages: warning
The database is setup and talking with Java and Perl from the same
client as I''m trying to use Ruby on Rails on.
The command
ruby script/generate scaffold Product Admin
produces
--------------error--------------
/usr/lib/ruby/gems/1.8/gems/act...
2004 May 26
7
PostgreSQL
...sql:
Unable to connect to database server localhost.
Calls will not be logged!
May 26 17:21:35 ERROR[16384]: cdr_pgsql.c:299 my_load_module: cdr_pgsql:
Reason: could not connect to server:
Connection refused
Is the server running on localhost and accepting
TCP/IP connections on port 5432?
Anyone can help me??? Anyone have some suggest about this or about how to
connect PostgreSQL to Asterisk???
Thanks!
2020 Jan 10
0
Unable to authenticate on Dovecot - auth-userdb issue?
...making little progress. A sample transaction log looks like this:
>
>
> Jan 09 10:22:32 shuttle dovecot[26851]: master: Warning: SIGHUP received - reloading configuration
> Jan 09 10:23:04 shuttle postfix/smtpd[5448]: connect from pvr[192.168.1.103]
> Jan 09 10:23:04 shuttle dovecot[5432]: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/modules/auth
> Jan 09 10:23:04 shuttle dovecot[5432]: auth: Debug: Module loaded: /usr/lib64/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
> Jan 09 10:23:04 shuttle dovecot[5432]: auth: Debug: Read auth token secret from...
2010 May 21
2
Using unix socket to connect with database
Hello,
I am using asterisk realtime with a postgresql database on the same server.
In res_pgsql.conf I have specified
[general]
dbhost=localhost
dbport=5432
dbname=asteriskdb
dbuser=psql
dbsock=/tmp/.s.PGSQL.5432
Since both asterisk and db are on same server, I would like asterisk
to connect to db using the local unix socket. However asterisk is not
using the local unix socket to connect to database, it is making a tcp
connection with the db. Is there...
2009 Nov 15
3
Database postgresql not able to start
...ase POSTGRESQL for storing call details. when i
restart database i get the error.
[root at localhost server]# psql -h
127.0.0.1 -U asterisk Password
psql: could not connect to server:
Connection refused
Is the server running on host "127.0.0.1" and
accepting
TCP/IP connections on port 5432?
THIS IS MY
/VAR/LIB/PGSQL/DATA/POSTGRESQL.CONF
# CONNECTIONS AND
AUTHENTICATION
#---------------------------------------------------------------------------
#
- Connection Settings -
#listen_addresses = 'localhost' # what IP
address(es) to listen on;
# comma-separated list of addre...
2009 Nov 12
1
multiple connections per imap/pop3 process in 2.0
When I set this in master.conf:
service imap {
service_count = 5
}
I see this error when two imap users log in:
Nov 11 16:54:16 server dovecot[5432]: imap-login: Login: user=<user1>, method=PLAIN, rip=10.100.0.84, lip=10.80.0.163, pid=5573
Nov 11 16:54:31 server dovecot[5432]: imap-login: Login: user=<user2>, method=PLAIN, rip=::1, lip=::1, secured, pid=5573
Nov 11 16:54:31 server dovecot[5432]: imap(pid 5573 user user2): Fatal: se...
2004 Aug 23
1
Problem with asterisk and postgresql
...o connect to database server localhost. Calls will not
be logged!
Aug 23 14:22:33 ERROR[1076245120]: cdr_pgsql.c:300 my_load_module:
cdr_pgsql: Reason: could not connect to server: Connection refused
Is the server running on host localhost and accepting
TCP/IP connections on port 5432?
"
And I have configure the cdr_pgsql.conf file as:
"
[global]
hostname=localhost
port=5432
dbname=asterisk
password=
user=postgres
"
Please help me.
With best regards.
Dipak Kumar Paul
Tryarc LLC
_________________________________________________________________
Sports, sports an...
2005 May 11
2
AreskiCC Install Problems
...pplication, so that it works.
Seshu
-------------------------------------------------------------------
Warning: pg_pconnect(): Unable to connect to PostgreSQL server: could
not connect to server: Connection refused Is the server running on host
localhost and accepting TCP/IP connections on port 5432? . in
/var/www/html/areskicc/lib/DB-modules/phplib_postgres.php on line 68
Database error: Link-ID == false, pconnect failed
PostgreSQL Error: 0 ()
Warning: pg_pconnect(): Unable to connect to PostgreSQL server: could
not connect to server: Connection refused Is the server running on host
localho...
2009 Jan 26
1
* Queues with legacy pbx extensions ?
...dy
I am using Trixbox 2.4 (with TE420P & PRI lines) .. my setup is like Calls -->Asterisk-->legacy pbx--->analog extensions(agents). Whenver a call comes in , asterisk dials the ACD number of the legacy pbx which in turn decides to route to appropriate agent.. for ex : s,1,Dial(ZAP/g4/5432) [g4 is the 4th span and 5432 is the ACD number of legacy pbx under which agents like 102,103,104 are present. Now my question is (might be very silly) :
1. I dont have a queue stats software for my legacy pbx, the agents stil logon and logout on their legacy pbx..I was wondering if its possible...