Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Dependency Issue Question

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

Re: Dependency Issue Question

#16 Post by bluesdog »

fatman wrote:
I feel like a real moron for not RTFM... I think you could classify me in the newbi category listed below however i'm working on putting that behind me! :wink:
From bluesdog
A quick browse of the forum will illustrate what I mean: Some beginners who are very new to Debian, or Linux in general, seem intent on trying the most bizarre 'installation' procedures, with the excuse they are doing so as a learning experience or something.
Not at all. That post was intended to refer to users who fail to follow straightforward basic system installation procedures, or who start mucking about installing applications from source that are already in the official Debian repositories, and who blithely issue root commands, ignoring or failing to heed warnings, with often dire consequences, and THEN -- when their system is hopelessly muddled -- ask for help.

I really should edit that post...
Tips & Tricks

Something more to read while waiting

If you obviously have not read THIS, don't expect too much...




*winter bluesdog....*

fatman
Posts: 13
Joined: 2009-12-12 01:24

Re: Dependency Issue Question

#17 Post by fatman »

So far so good, the installation is done as well as it's basic configuration. I had ran into some issues earlier where opensip would not bind itself to a port. I would run netstat -natup and port 5060 would not show up. When consulting /var/log/messages, I saw the following message:

Code: Select all

Dec 13 14:07:20 mrvoip opensips: WARNING:core:fix_socket_list: could not rev. resolve 192.168.1.234
Dec 13 14:07:20 mrvoip opensips: INFO:core:init_tcp: using epoll_lt as the TCP io watch method (auto detected)
This was solved after some google searches and by making a static entry in my hosts file. After making the change, I rebooted the box and the message disapeared:

Code: Select all

Dec 13 14:23:25 voip opensips: INFO:core:init_tcp: using epoll_lt as the TCP io watch method (auto detected)
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: NOTICE:core:main: version: opensips 1.6.0-notls (i386/linux)
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:core:main: using 64 Mb shared memory
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:core:main: using 1 Mb private memory per process
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: NOTICE:signaling:mod_init: initializing module ...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:sl:mod_init: Initializing StateLess engine
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:tm:mod_init: TM - initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:maxfwd:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:usrloc:ul_init_locks: locks array size 512
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:registrar:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:textops:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:xlog:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:acc:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:auth:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:auth_db:mod_init: initializing...
Dec 13 14:23:25 voip /usr/sbin/opensips[2430]: INFO:core:probe_max_receive_buffer: using a UDP receive buffer of 218 kb

voip:~# netstat -natup
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1976/mysqld
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2342/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2347/exim4
tcp        0    148 192.168.1.234:22        192.168.1.238:3337      ESTABLISHED 2569/sshd: voip [pr
tcp6       0      0 :::22                   :::*                    LISTEN      2342/sshd
udp        0      0 127.0.0.1:161           0.0.0.0:*                           2380/snmpd
udp        0      0 192.168.1.234:5060      0.0.0.0:*                           2430/opensips
udp        0      0 0.0.0.0:68              0.0.0.0:*                           2307/dhclient3
So now I'm onto configuring xlite on two PCs and see if I can get them to ring.

Cheers,

Fatman

fatman
Posts: 13
Joined: 2009-12-12 01:24

Re: Dependency Issue Question

#18 Post by fatman »

Haha.. I was just Razzing ya. :lol:

Actually, at one point before you helped me, I was about to start downloading a bunch of lib packages and start manually installing them. I had like 30 repository source entries.... :? I'm glad i didn't screw myself however I'm not one to be afraid of the good old format.... All I really had to do is take an hour and read up on apt-get, aptitude and dpkg (-s, -S, -l, -L) which would have avoided 20 dumb questions and 2-3 hours of wasted searching.

Anyways, back to work but thank you again for your help.

Post Reply