web statisticsweb stats

Business Phone Systems

Support Service-Disabled Veterans!
Discount software from Direct Deals
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
#471707 08/09/07 02:10 AM
Joined: Jun 2007
Posts: 2,106
Member
Member
Offline
Joined: Jun 2007
Posts: 2,106
Countless hours spent hacking around in Linux trying to break it. Remember that linux has a built in manual called 'man' that will explain a lot of basic commands. For instance, doing a 'man chmod' will explain what chmod does and the options you can use on it.

Other then that, there are probably some good beginners books out there. Maybe try the "Linux for Dummies" book. I've only ever used command references and the linux manual to learn. Everything else was just trial and error.

Atcom VoIP Phones
VoIP Demo

Best VoIP Phones Canada


Visit Atcom to get started with your new business VoIP phone system ASAP
Turn up is quick, painless, and can often be done same day.
Let us show you how to do VoIP right, resulting in crystal clear call quality and easy-to-use features that make everyone happy!
Proudly serving Canada from coast to coast.

#471708 08/09/07 05:52 AM
Joined: Mar 2006
Posts: 83
Member
Member
Offline
Joined: Mar 2006
Posts: 83
Hey! who you callin a dummy!?

Just kidding. It is as I expected, if I want to learn linux I just have to stick with it and pray for the occasional help from folks such as you and topher.

So last night when I attemted the install of libtermcap I got back a segmentation fault, but today it worked fine...

Not sure if this is related but my computer has been acting strange and in my system log I find something along the lines of,

4gb seg fixup

something related to beagle I think, and there's a lot of them. Any ideas?


"It is what it is." R.R.
CTP, TCTS, StrataCIX
#471709 08/09/07 08:39 AM
Joined: Jun 2007
Posts: 2,106
Member
Member
Offline
Joined: Jun 2007
Posts: 2,106
Hmmm... Not Sure...

Is this a newer or older machine? And just what is it?

You probably did a yum update all at some point and your system now has 2 versions of the C library on it. Generally it is a bad idea to update things in linux without understanding why and what you are updating. This is also caused by having installed the Xen VM with your distro.

You can try running the following command to specify your system to only use one C library:

echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-xen.conf

This might help you out, but it could also potentially break other xen machines you have running, assuming you are even using it. If xen sounds like something guys in robes with bald heads do then dont worry about it, you will be fine smile

#471710 08/10/07 02:07 PM
Joined: Mar 2006
Posts: 83
Member
Member
Offline
Joined: Mar 2006
Posts: 83
yeah no, guys with bald heads and robes spell it with a 'z'en.

see, im smart. laugh

Its a Dell dimension 8250 running fc6.


"It is what it is." R.R.
CTP, TCTS, StrataCIX
#471711 08/10/07 02:19 PM
Joined: Jun 2007
Posts: 2,106
Member
Member
Offline
Joined: Jun 2007
Posts: 2,106
So did it compile? smile

#471712 08/10/07 10:45 PM
Joined: Mar 2006
Posts: 83
Member
Member
Offline
Joined: Mar 2006
Posts: 83
Yes it did thanks to you and another guy at voipuser.com. His advice was as follows for anyone who cares.

Quote
First get a copy of putty, this will allow a telnet (ssh) session to your asterisk box

Run the following
wget https://heanet.dl.sourceforge.net/
sourceforge/webadmin/webmin-1.320-1.noarch.rpm

rpm -U webmin-1.320-1.noarch.rpm


Then run the following once you've logged on (root)

cd /usr/src
wget --passive-ftp ftp.digium.com/pub/asterisk/asterisk-addons-1.4-current.tar.gz
wget --passive-ftp ftp.digium.com/pub/asterisk/asterisk-1.4-current.tar.gz
wget --passive-ftp ftp.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz


tar zxvf zaptel-1.4-current.tar.gz
tar zxvf asterisk-1.4-current.tar.gz
tar zxvf asterisk-addons-1.4-current.tar.gz

Type ls (dir)
cd to each dir

type ./configure
then type make; make install; make config

When you get to the asterisk, do the following

type make; make install; make config; make samples


Now access webmin

Open a browser to [your * box IP):10000

Login, go to others, file manager.

Add the following to /etc/udev.rules.d/50-udev.rules

KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer", NAME="zap/timer"
KERNEL="zapchannel", NAME="zap/channel"
KERNEL="zappseudo", NAME="zap/pseudo"
KERNEL="zap[0-9]*", NAME="zap/%n"

Save, then reboot

Log back on to asterisk using putty, and type

asterisk -r

Asterisk should be running

Read the docs/samples, and ask more questions
This in tandem with the help from Kumba:
Quote
yum install libtermcap-devel

yum install kernel-devel
got asterisk up and running.

Im not clear as to the function of webmin or putty yet but Ill get there. I mean I have a general idea but nothing specific.

Now that I have it, its time to start the reading again.

Until the next stumbling block.


"It is what it is." R.R.
CTP, TCTS, StrataCIX
#471713 08/10/07 10:57 PM
Joined: Mar 2006
Posts: 83
Member
Member
Offline
Joined: Mar 2006
Posts: 83
uh oh.

[root@localhost ~]# asterisk
Asterisk already running on /var/run/asterisk.ctl. Use 'asterisk -r' to connect.
[root@localhost ~]# asterisk -r
Asterisk 1.4.9, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 1.4.9 currently running on localhost (pid = 2478)
Verbosity is at least 3
-- Remote UNIX connection
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
-- Remote UNIX connection
-- Remote UNIX connection disconnected
localhost*CLI>

and it keeps doing this ad infinitum...what the heck is going on?


"It is what it is." R.R.
CTP, TCTS, StrataCIX
#471714 08/11/07 02:55 AM
Joined: Jun 2007
Posts: 2,106
Member
Member
Offline
Joined: Jun 2007
Posts: 2,106
I am not sure. That is not an error message tho. It just means that something is connecting to Asterisk's console, and then disconnecting.

Do you have some sort of Asterisk module set-up in webmin? This could cause something like this.

I am not that familiar with v.1.4 or it's quirks so I cant reliably say. You can try going onto irc on server irc.freenode.com and join channel #asterisk and ask there, they are pretty good about helping. Sometimes smile

Page 2 of 2 1 2

Link Copied to Clipboard
Newest Topics
New chat forum
by metelcom - 09/26/24 12:26 PM
CO assignment to station key
by SamL - 09/20/24 09:05 AM
SV9100 Yesterday's technology today...
by Carl Navarro - 09/19/24 08:29 AM
Forum Statistics
Forums84
Topics94,402
Posts639,370
Members49,808
Most Online5,661
May 23rd, 2018
Newest Members
DavidMirror, Si-14 LLC, SamL, xsh74, LukeE.
49,808 Registered Users
Top Posters(30 Days)
Toner 16
dexman 10
pvj 5
Who's Online Now
1 members (justbill), 293 guests, and 120 robots.
Key: Admin, Global Mod, Mod
Contact Us | Sponsored by Atcom: One of the best VoIP Phone Canada Suppliers for your business telephone system!| Terms of Service

Sundance Communications is not affiliated with any of the above manufacturers. Sundance Phone System Forums - VOIP & Cloud Phone Help
©Copyright Sundance Communications 1998 - 2024
Powered by UBB.threads™ PHP Forum Software 8.0.0