Fedora :: Xdebug Won't Bind To Port 9000

Oct 20, 2010

I'm using Goddard and AMD 64;

1) Just playing with PHP and needed to do some debugging.
2) Installed Xdebug from RPO
3)PHP.INI edited
4) Phpinfo() reports xdebug running.

I try

[code]...

I thought about selinux and mapped 9000 [URL]...

View 2 Replies


ADVERTISEMENT

Security :: Port-bind Shellcodes Work With Port-forwarding?

Apr 27, 2011

I'll explain this in one sentence: Is it possible to program a port-binding shellcode in which people across the Internet can connect to, without being thwarted by the router blocking their data because the port its bound to doesn't allow port-forwarding

View 2 Replies View Related

Fedora Networking :: Sshd Can't Bind To Non Standard Port After FC14 Upgrade

Feb 5, 2011

I just upgraded from FC 13 to FC 14. I run an ssh server on a port in the 3000s (call it 3xxx, to protect the innocent). When I try to start sshd with the "Port 3xxx" option in sshd_conf, I get the following error in /var/log/secure

sshd[5104]: error: Bind to port 3xxx on 0.0.0.0 failed: Permission denied.
sshd[5104]: error: Bind to port 3xxx on : : failed: Permission denied.

I did not use to have this problem in FC 13. how I can give sshd the necessary permissions now?

View 2 Replies View Related

Fedora :: Xdebug And Eclipse Installation - Set PHP IDE AT

Feb 1, 2011

I have tried countless numbers of times to install xdebug with NetBeans as well as Eclipse. I have yet to get anything working. If anyone has installation instruction for how to set any PHP IDE AT ALL that will allow me to set breakpoints and view variables. I'm on Fedora 14.

View 3 Replies View Related

Debian Configuration :: Bind A Port To Interface

Jan 31, 2016

Is is possible, via iptables or something similar, to bind a service running on a specific port to a specific interface? My case: I use a VPN service for privacy. I would like to have all traffic except ftp and ssh to run over tun0. Ports 21 and 22 will need to be accessible to the outside world (eth0) while the VPN is running.

View 3 Replies View Related

Ubuntu :: ERROR: Unable To Bind To Port

Dec 29, 2010

64 bit lubuntu

trying to start a .bin file from desktop

gone to properties of file and made executable
open folder where .bin resides
open terminal

Quote:

dabud@GG64bit:~/Desktop/WCS185b32010b$ ./wcs185b3.bin
29/12/2010 00:37:00 Loading Config...
29/12/2010 00:37:00 Config Loaded
29/12/2010 00:37:00 Loading IP to Country Data

[Code]....

I am thinking it might be internet related. Google does come up with things re the error but I am not clear as to what I should do. WCS 1.8.5b3-Linux is a chat program

View 2 Replies View Related

Networking :: Raw SCTP Socket Cannot Bind With Port?

Jul 26, 2010

If I open a raw SCTP socket, am I able to bind to a specific port? (I only want to see SCTP packets from a particular IP address AND port.) Or, any raw SCTP socket, regardless of port binding , will get all SCTP packets received by the OS from that IP address? The port doesn't matter and is ignored.

View 1 Replies View Related

Server :: Apache User Cannot Bind Port

Nov 7, 2010

I want to run a soft that is daemonized, and listens on port 6789. This soft is launched through a php page, so, by the apache user. The probl�me is that the apache user does not has rights to open / listen on a port. I tried to add apache user to the root group, but it won't help. In the application log, I have this every second :

[code]...

I tried to add apache user in the sudoers with a nopasswd but it's still a no go.

View 4 Replies View Related

Server :: Smbd Bind To Port 139 Failed?

Jun 15, 2011

I have just installed Debian 6.0.1 base install, for the use of a file server. I installed samba using apt-get and am using: smbd version 3.5.6

Here is my smb.conf file. Very basic, which by the way, seems OK according to the output of testparm.

Code:
[global]
log level = 3
workgroup = INERT
wins support = yes
[test]

[Code]....

I don't understand why smbd is not reportedly binding to IPv4 ports.

View 1 Replies View Related

OpenSUSE Network :: WMQ And 1414 Unable To Bind To Port

Feb 16, 2010

I have a QMgr running on a SUSE 11.1 - I start my runmqlsr under qmgr control on 1414. After a few minutes the listener dies saying that it can't bind to port. I did a netstat -a and I see no service on 1414. I did an lsof | grep 1414 and found nothing. what am I missing here?

View 4 Replies View Related

General :: Port Forwarding Ssh Error Bind: Address Already In Use

May 10, 2011

- I setup port forwarding of openssh :

connect 1: ssh -g -f -p 11111 -i /<path-to-private-key> user1@ip-server1 -L 22222:ip-server1:161

- Then I setup second connection

connect 2: ssh -g -f -p 11111 -i /<path-to-private-key> user1@ip-server1 -L 22223:ip-server1:3306

- Openssh waring to me "bind: address already in use"

- So I think port 22223 have had another program use,I use command:

ps aux | grep ssh /* find process id of second connection */
kill -9 <process-id-second-connection>
netstat -an | grep 22223 /*find which program use port 22223> */

- but I can't find anywhat

- Then I run again command :

connect 2: ssh -g -f -p 11111 -i /<path-to-private-key> user1@ip-server1 -L 22223:ip-server1:3306

- And I receive a error from OpenSSH :" bind: address already in use"

View 2 Replies View Related

Server :: SOA For Nameserver Can't Be Retrieved, Possible Port Or BIND Misconfiguration?

Aug 24, 2010

My configuration: CentOS in a VPS environment, I have 2 static IPs at my disposal.I'm having trouble setting up my nameservers. I've registered the nameservers with my registrar and supplied the GLUE records, however my registrar has not yet applied this information into the DNS zone, because my nameservers fail to generate a response on port 53.DNS check says the following about my nameserver address:Checking SOA records for domain. Domain server is not answering to UDP requests on port 53. Possible problems: A firewall is blocking port 53, server is down, server is not running software for handling dns requests.So the only two possibilities I see is that my port 53 is somehow blocked or not properly set to accept and send the correct traffic or that I've misconfigured BIND.

View 2 Replies View Related

Security :: SELinux Allow Non Root User Bind To Port <1024?

Oct 24, 2010

My understanding is SELinux adds type enforcement to standard Linux. This means that both the standard Linux and enhanced SELinux access controls must be satisfied to access an object. Which means that thing that is prevented to do in the normal standard Linux will be also prevented in the SELinux System? Does SELinux make it possible to run a non-root software to bind to a port < 1024? something that standard Linux won't allow? If not, what other suggestions do you have for allowing a program to run as non-root but able to bind to privileged ports? I know all about using the port re-direction such as ipchains, iptables.

View 4 Replies View Related

Programming :: Bind A PF_PACKET Socket To A Specific Port Number?

Sep 26, 2010

I am trying to create a socket to listen for a bootp response so I am using a PF_PACKET socket so that I get the response based on my mac. My problem is that I don't want to hear all traffic (as I do now) so would like to use a specific port number and bind to it.

View 1 Replies View Related

Programming :: Bind The Listening Socket To A Paricular Ip Address And Port?

Jun 26, 2011

I am learning network prgramming in linux in c,and try to build a server and in this server I want to bind the listening socket to a paricular Ip address and port.Bind function is showing error,I did not want to use wild card. Here is the code.

#include<stdio.h>
#include<sys/socket.h>
#include<strings.h>
#include<netinet/in.h>
#include<arpa/inet.h>
#include<string.h>

[Code]...

View 2 Replies View Related

Ubuntu :: Ssh Permission Denied (publickey) Bind To Port 22 On 0.0.0.0 Failed: Address Already?

Jul 19, 2011

I'm trying to add a key public key for my dev box which is a vm running ubuntu natty, and I am unable to connect via ssh. I've tried rsa and dsa, as well as these commands:

exec ssh-agent bash
ssh-add ~/.ssh/id_rsa
ssh-add ~/.ssh/id_dsa

[Code]...

I think I've found the error by running sudo /usr/sbin/sshd -Dd, but I'm not sure how to fix it:

ebug1: sshd version OpenSSH_5.8p1 Debian-1ubuntu3
debug1: read PEM private key done: type RSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048

[Code]...

View 3 Replies View Related

Fedora Networking :: Port Redirect, I.e. Whatever Comes Through Whatever Interface On Port AAAA Will Get Redirected To Port BBBB?

Feb 18, 2010

I want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBBI thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBBhowever it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives:

nc: connect to localhost port AAAA (tcp) failed: Connection refused
while
nc -v -w2 -z localhost BBBB

[code]....

View 10 Replies View Related

Software :: Vim Not Connecting With Xdebug For Php Debugging

Jan 12, 2010

I'm running Ubuntu server 9.10 karmic koala and my client is also ubuntu 9.10 karmic. I've installed xdebug on the server and added to the php.ini file:

zend_extension = /full/path/to/xdebug.so
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_host = localhost
xdebug.remote_handler = dbgp

Vim and the proper plugins (debugger.vim and debugger.py) are both installed. I load the php file under consideration in my browser on the client with ?XDEBUG_SESSION_START=1 as part of the URL. I then vim the php file, press F5 and reload the page in firefox. Vim shows that it is waiting for 5 seconds for the connection. After 5 seconds it shows an error message that says:

[Code]....

After some googling it has become apparent that these messages mean nothing and the problem is that the connection is just never happening. Xdebug is supposed to be working on port 9000. I've looked at /etc/services and nothing else is mapped to port 9000. I've tried ssh -p 9000 xxx@a.b.c.d and had the connection refused (ssh without a port spec works fine). Now I don't know what to do to get this thing working and I really want it working.

View 1 Replies View Related

General :: Install Xdebug In System Mint?

May 5, 2011

How to install xdebug in Linux Mint?

View 1 Replies View Related

Networking :: Creating Domain Name In Bind Exposing Bind To Internal Network

Sep 3, 2009

I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.

View 1 Replies View Related

Server :: What Is Bind Vs Bind-chroot Vs Caching-nameserver?

Jul 8, 2011

what is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?

View 7 Replies View Related

Red Hat / Fedora :: Netcat / Port Redirection - When A Connection Is Received On A Port Say 123?

Apr 6, 2010

i am running ncat (netcat's new version from nmap) on centos . I am listening on different ports. My question is , is it possible that when a connection is received on a port say 123, i redirect this connection to a different port and use the 123 port again for listening connections. ncat has an option -k which u can add with -l , it will force fully listen on the port. It can accept multiple connections on a single port but i want that once a client connects on to 123 port, he is forwarded to some other port and no longer on 123.

View 4 Replies View Related

Networking :: Copying /var/named Files From Fedora 7 To Fedora 11 Does Not Configure Bind?

Aug 12, 2009

host A: Fedora 7 has bind 9.4.2
host B: Fedora 11 has bind 9.6.1

I want to migrate my bind configuration from A to B I've read the release notes and man pages and I can't see why copying

/etc/named*
and
/var/named/*

I checked /etc/sysconfig/named too... Seems to have no effect on my brand new install on Fedora 11. Host B stays basically un-configured.

View 2 Replies View Related

Hardware :: ATI Radeon 9000 On Ubuntu?

Jul 22, 2010

I'm having trouble getting this to work, everytime i pop it into the motherboard and start my computer it beeps at me and won't start, i'm thinking it probably just won't work but does anyone have any ideas that MIGHT make it work? i've downloaded the driver package off the ATI website and it doesnt seem to install anything. maybe possibly just hardware conflict??

View 7 Replies View Related

Fedora Networking :: 3G USB Modem Has Wrong Device Port In NM - Change Device Port In Network Manager?

Aug 14, 2009

I installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?

View 1 Replies View Related

OpenSUSE :: Best Way To Sync A Blackberry Bold 9000?

Mar 16, 2011

I have a Blackberry Bold 9000 that I would like to be able to sync with Kmail. Once I do this, I can be rid of the last bit of Windows I own (Windows Vista) on my laptop. Also, will I still be able to perform Blackberry software updates as required from my Linux sync? Once I have this solved I can get rid of Windows, and put OpenSuse on my laptop too.

View 2 Replies View Related

Ubuntu Installation :: 3D Graphics With Lucid & ATI 9000?

May 6, 2010

I've tried various searches and haven't found anything quite matching this. Please forgive me if I am repeating though. I upgraded my Dell D600 (ATI Mobility Radeon 9000) from Karmic to Lucid. On Karmic, all 3D effects (Expo, Rotating Cube, etc.) worked fine. On Lucid, all still work but, once once enabled, the 3D effect is very dim - almost as if the backlight on the effect itself is turned off (i.e., when rotating the cube, the cube is dark but the background Skydome is illuminated). Once the effect is over, normal illumination returns. Running Karmic from the live disk and the effects are fine again. A buddy upgraded his D610 (next ATI in the line) and does not have the same issue.

View 3 Replies View Related

Ubuntu :: Logitech Webcam Pro 9000 - How To Install It On 10.04 LTS

Jun 17, 2010

I am getting a Logitech Webcam Pro 9000. How do I install it on Ubuntu 10.04 LTS?

View 5 Replies View Related

Ubuntu :: Getting A Logitech Webcam Pro 9000 - How To Install It On 10.04 LTS

Jun 17, 2010

I am getting a Logitech Webcam Pro 9000. How do I install it on Ubuntu 10.04 LTS? Isn't there a tutorial for this?

View 3 Replies View Related

Ubuntu :: Logitech QuickCam Pro 9000 Webcam?

Aug 3, 2010

I have two computers--a Zareason machine (no details yet) running 8.04. I also have a Dell 1525N laptop running 9.10. I purchased recently a Logitech QuickCam Pro 9000 Webcam. The video works on both systems with Ekiga and Cheese. I can also see the video in Flash applications (but *not* in Meebo even with the other person logged into Meebo). (Both computers are running the latest Flash plugins).

However, the built-in microphone is problematic. With 8.04, I get playback when I test it under System|Preferences|Sound--but with lots of echo. But I get no sound with any Flash chat applications. I've not been able to test it with Ekiga as the testee (a Windows 7 user) can't get Ekiga to work on his machine (probable Windows firewall issues). I haven't installed Skype because Skype pulled its 8.04-compliant .deb packages and I've not tried yet to compile it from source code.

With 9.10, the webcam works with Cheese (video) and I can get both webcam and mic to work with Skype. (Again, no test result possible for Ekiga until I get a testee). However--my Win7 testee friend says that when I log into Googlechat using Pidgin on my 9.10 laptop, a webcam icon appears next to my userID telling him that I have an open webcam (even when there's NONE actually plugged in). He doesn't see the same icon when I log into my 8.04 desktop with no webcam plugged in. I have searched Pidgin and my System preferences and see no evidence that any of these applications or my system sees a webcam that's not there.

So--how to get the mic to work? (I am thinking the simplest answer will be to simply upgrade my desktop to Lucid). And also, why the webcam icon in Googlechat even when no webcam is plugged in on my 9.10 laptop??

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved