Software :: SIP And IAX To Listen On Two Ports?

May 25, 2010

I was wondering if there is a way to have SIP and IAX2 listen on two ports other than the standard one? This is because most ISPs are blocking these standard ports especially ISPs that is also engaged in Telecom business.

View 1 Replies


ADVERTISEMENT

Programming :: Application To Listen At Multiple Ports?

Dec 23, 2010

I am using a C application which connects to various other C applications at different ports through TCP,sends requests to all of them and then waits for the responses. The problem is that when the requests are fewer it gives a good response but with the increase in load the port at which the master application is listening get hogs and is unable to receive the responses.Can you please suggest the best way to tackle this issue? Is it possible for the master application to listen at multiple ports so that the load gets distributed and how?

View 7 Replies View Related

OpenSUSE Network :: Listen To Music In Grooveshark Grooveshark - Listen To Free Music Online?

Feb 21, 2010

I'm using OpenSuse 11.2 64 bits When I try to listen to music in Grooveshark Grooveshark - Listen to Free Music Online - Internet Radio - Free MP3 Streaming I can listen fine, and it seems to work ok, when suddenly the sound of the website stops to work, my processor gets overload and I've to reopen the site to continue to listen. I get the following message in kernel (I'm no sure if it's related)

[ 3402.591674] ide-cd driver 5.00
[ 3402.622010] ide-gd driver 1.18
[ 3402.691580] st: Version 20081215, fixed bufsize 32768, s/g segs 256
[ 3404.308048] end_request: I/O error, dev fd0, sector 0
Some Hardware Info:

[Code]...

View 2 Replies View Related

Hardware :: Multiserial Ports Identification / How Many Ports Are There

Dec 17, 2010

I'm writting an app for desktop and embedded linux and I need to get information about the multiserial port, and I need to know which port is been used (by a printer, por example).The multiserial I'm using is an Altera Corporation Device 0004, and I just need to tell how many ports are there and how many is been used.

View 3 Replies View Related

Fedora Hardware :: Tell If USB Ports Are 2.0 Ports?

Aug 11, 2010

How can I tell if my USB ports are 2.0 ports?

View 1 Replies View Related

Ubuntu :: What Does Beam.smp Listen For

Feb 21, 2010

what does beam.smp listen for? says that beam.smp is listening, I was wondering why this process needs to listen?

View 2 Replies View Related

Software :: What Port Does KVM Listen On

Jan 16, 2011

I just installed KVM on a new system and just found out the hard way that virt-manager cannot be installed on the same machine because of a library conflict, so I will have to manage my VMs from another machine. I will use a SSH tunnel to forward the port, but I don't know what it is. Also, how do I start KVM?

View 4 Replies View Related

Fedora :: BBC Radio - Unable To Listen

May 18, 2009

Although I've correctly installed Replayer 11, it is not possible to listen to BBC radio via BBC's default player. [URL]

View 14 Replies View Related

Fedora Installation :: Can't Listen To Any Music

Jun 17, 2009

After installing fedora 10 KDE, i noticed I can't listen to any music with xmms,amarok,xmms2 etc. Nothing works

I updated everything I believe, it just won't play the files period. I get sound from ..... videos tho, so my flashplayer works. Let me know if I need to be more specific. I really would like to get xmms to work.

View 1 Replies View Related

Fedora :: Software To Listen FM Radio?

May 4, 2011

I recently purchased a DVB-T PCI (Hauppauge WinTV-HVR-1110) card mainly for television watching purposes, but it also features FM radio tuner. I am now trying to find a software to listen to it. I have only been able to find some really old links and programs that no longer have working links, [URL] scroll down to FM radio software for example. Does anyone know a good working (and preferably still maintained) software for this?

View 7 Replies View Related

Ubuntu :: Get Proftpd To Listen On A Port Other Than 22?

May 23, 2010

I'm running Ubuntu 9.10, and am trying to get proftpd to listen on a port other than 22. I've modified the proftpd.conf file, as well as adding the desired port to my /etc/services file, yet if I try anything other than port 22, the connection is refused.

View 3 Replies View Related

Ubuntu :: Can't Listen To Internet Radio

Jul 24, 2010

I went on radio's web site to listen to it when i hit the link to listen to i get an error saying i don't have the required plugin and an option to search. I searched and i got this message

View 6 Replies View Related

Ubuntu :: How To Listen To Internet Radio Using 9.04

Sep 13, 2010

I am just a newbie here and I'm just starting to learn ubuntu, so be easy to me. So my question is how do I play this radio on my Ubuntu. Here's the links: [URL]

View 4 Replies View Related

Ubuntu Security :: Set Server To Listen Only?

Nov 2, 2010

I am trying to figure out how to turn my 10.10 server into a listener only. I have it set up using snort/acidbase. It is grabbing my network traffic just fine. I want to now set up a second server to hold all the data it collects. I need to change the snort server so it only listens. I disabled ping responses, but I want to go farther than that. I want to disable responses all together. I want it to only grab the data and store it.

View 9 Replies View Related

Ubuntu :: X Windows - How To Listen On TCP Port

Feb 6, 2011

It appears that X Windows under Ubuntu (or Gnome?) is started to listen to a Unix named socket, instead of a TCP port number, for client connections. That's what SSH is forwarding when it does X forwarding. I need to start X applications on a remote machine, and then close the SSH connection. So I need to make the connections directly. This is within a LAN on private IPs, so security is not an issue. I searched on help.ubuntu, but there appears to be no particular document that covers this. Anyone know where this is configured to enable it to listen on a TCP port like the usual 6000?

View 6 Replies View Related

Ubuntu :: GRUB 2 Won't Listen To New Settings?

Jul 29, 2011

So I installed ubuntu 11.04 x32 (using unetbootin-win-549) next to Win7. Grub installed correctly, it added the win7 boot-loader to the list. All I wanted to change was the default selection, from Ubuntu latest kernel to Win 7. I first tried StartUp-Manager but the settings didn't take effect (default was still ubuntu and timeout was still 10, not 5 as I selected). Then I went to manually changing the etc/default/grub with gedit only to find that the new settings where already written there. So I just ran update-grub and tried again. Still nothing.

My 3rd try has been with Grub Costumizer. Still nothing.the changes were there, I tried changing them a little but after reboot, Grub still had default settings. So my question is what am I doing wrong?

I am currently using a workaround by reinstalling win7 bootloader and adding grub to the list using easybcd. Which is good because win7 is the main os (for now) and it cuts a few seconds by bypassing grub. But I would still like to know what I missed. I've been reading through the "grub 2 basics" guide but I still can't see what I'm doing wrong.

SOLVED: I did two things today, 1. I reedited /etc/default/grub with "gksu gedit" (I've seen others use it, I have no idea what it does) it is probably not this what solved it anyway. The second is that I ran "update-grub" with sudo (doh), yesterday I forgot to put sudo but it didn't give me any errors, it looked like it updated with no problems (even "/boot/grub/grub.cfg" looked updated).

View 1 Replies View Related

Ubuntu :: Trying To Listen To Some Streaming Radio

Jun 15, 2010

I have an account to log into Coasttocoastam Site and listen to the streaming audio. On windows it plays with either Windows Media Player OR Real Player. I've always just used Windows media player. Now that I'm installed Ubuntu 10.04 when I go the site. Of course I click it to copy what it's doing and XINE is displaying and I see it's buffering and then starts to play.

View 8 Replies View Related

General :: Why Port 80 Won't Listen On Squid

Aug 20, 2009

Can't seem to access my squid server on port 80. I have port 80 allowed in the conf for this IP. apache is listening to port 80 but only on the 2nd IP. iptables is allowing through port 80 incoming nmap shows no ports open on 80 though:

Code:

Starting Nmap 5.00 ( http://nmap.org ) at 2009-08-20 11:19 BST
NSE: Loaded 0 scripts for scanning.
Initiating SYN Stealth Scan at 11:19

[code]....

View 8 Replies View Related

Programming :: How To Listen To HTTP Request Using C++/C ?

Sep 14, 2009

Dear all,

My application has to listen to http request and it must be able to read the http header and then forward the request from proxy. All these things must be done on C/C++. please help me. Awaiting for your reply.

Thank in advance

View 4 Replies View Related

CentOS 5 :: Not Configured To Listen On Any Interface

May 18, 2011

I have tryed for hours trying to get this right but failed.I configure the dhcp file and when accepting the changes i get the error NOT CONFIGURED TO LISTEN ON ANY INTERFACE.

My file looks like this

Heres my current settings

I am getting an error: NOT CONFIGURED TO LISTEN ON ANY INTERFACE

View 2 Replies View Related

Debian Multimedia :: Baby: How To Listen Into Another Room Through Mic

Aug 23, 2010

how to setup a monitoring wifi-less (so with cable) and non negative field of waves. We've got enough all around us. For the temperature I have found a controller which can be pluged onto *nix box. I would like to get the sound from a room and listen it to another room.

[URL]

with that I can record my room sound.

arecord -Dplughw:3,0 -f cd -vv "$FILENAME2"

View 3 Replies View Related

Fedora :: Sleep But Still Listen For Print Jobs?

Dec 3, 2010

So I have Fedora 14 installed on a laptop directly connected to my printer. I really never use the laptop except to send print jobs to it wirelessly. I was wondering if there was a way to make it suspend or sleep, or even idle everything down so it uses less power, but still listen for print jobs?

View 2 Replies View Related

Fedora :: Listen Music Player 0.6.05 Not Working

Feb 21, 2011

I cant play any music in listen music player but I do have gstreamer as rhythmbox plays any mp3 so whats the problem I don't get it and yep I am not so experienced.

View 3 Replies View Related

OpenSUSE :: Get LXDE Listen To A Simple Click?

Sep 27, 2010

I just tried the openSUSE-LXDE-11.3.i686-0.9.8-Build1.2 live CD.All started nicely. But trying to click a file in the LXDE file manager (and same for the Install icon on the desktop) did not do much. It was only that I frustrated let loose a series of clicks that happened what I expcted: opening a directory (called folder for some reason) in the file manager resp. starting the installer.I browsed through the most promising looking configuration screens, but could not find any related item.My mouse works perfectly in my normal openSUSE 11.2 KDE system (where I am now again). Thus I suspect software

View 6 Replies View Related

OpenSUSE Hardware :: 11.3 - Cannot Listen To Internet Radio

Oct 26, 2010

Very inexperienced user of Linux. I am using openSUSE 11.3 (64-bit version). My audio card is Creative Labs Sound Blaster X-Fi Xtreme Audio (PCIe version). I just installed some ALSA patches (alsa-driver-kmp) as suggested in this thread: Driver for Creative Labs Sound Blaster X-Fi Xtreme Audio (PCIe) and I am now able to listen to CD music. However I am still having problems with Internet radio. For instance, when I go to AccuRadio | Internet Radio You Control and pick the Classical channel, another window pops up but the music is not streaming. Am I missing some other driver?

View 9 Replies View Related

Ubuntu :: Listen To NPR - National Public Radion ?

Apr 14, 2010

Is there a way to listen to listen to NPR on linux, and not through a browser? I could not get it working. What URL should I add as a radio station in Rhythbox, or a different player.

View 5 Replies View Related

Ubuntu :: Listen To Music Via Virtual Terminal?

May 27, 2010

I imagine I'll have to install something, but Google has shed no light for me thus far. And just to clarify, when I say virtual terminal I mean the terminals accessed by CTRL+ALT+(F1-F6). I'm going to be doing a challenge/learning experience where I don't allow myself a graphical interface for a month. way around BASH through adaption. However, if I have to go a month without music I will go insane.

So, even if this is possible can I listen to music from the internet (....., playlist.com, etc.) or just music on my hard drive? And I'm not sure if this thread belongs in Desktop Environments or not, that section seemed to focus on graphical interface.

View 9 Replies View Related

Ubuntu Multimedia :: Listen To Vinyl When Recording?

Jun 9, 2010

i just got this usb turn table and when im in windows, i can listen to the vinyls when they are recording. i was just wondering if i could do the same when in ubuntu.

View 4 Replies View Related

Ubuntu :: Get All Codex To Listen And Watch TV On Line?

Jul 26, 2010

I Cant listen to radio on line or watch TV on line can you give me all codex to listen and watch TV on line for example this link

[URL]

also i installed moon lite and still ot work by firefox

[URL]

View 9 Replies View Related

Ubuntu Multimedia :: Cannot Listen To Internet Radio On 10.04 LTS

Nov 8, 2010

Dear community, I am using the version 10.04 LTS of Ubuntu. I want to listen to an internet radio station, which I can listen without a problem in Windows. However, in Ubuntu nothing happens when I click the link. The URL of the radio station is [URL]. The link which starts the streaming has the words "RADIO EN VIVO".

View 1 Replies View Related







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