Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - murcel

Pages: 1 ... 11 12 [13] 14
181
Users / Re: Looks very promising
« on: June 02, 2009, 08:27:14 pm »
i know some vendors in Taiwan/China personally, maybe i can request a sample from them......

182
Installation issues / Re: 0810 Install #2
« on: May 31, 2009, 08:18:55 pm »
sorry Thom,

i meant it was 8.10, just a typo.
thanks for taking care

183
Installation issues / 0810 Install #2
« on: May 31, 2009, 07:06:09 pm »
After having some troubles with the asterisk, where i thought, i have something missconfigured, i started over, and made a clean 810 install. Here are the steps and the point where i am stucked:

The hardware setup is quite easy: internet through router, which is connected to the core (single NIC):

set router to dhcp

install 8.10
installed all updates through kde
installed language pack through kde
installed nvidia latest driver 98
reboot
open terminal from within kde

sudo su
aptitude update
aptitude dist-upgrade

wget -c http://deb.linuxmce.org/ubuntu/new-installer-alpha-latest.tar.gz
tar xvf new-installer-alpha-latest.tar.gz
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
reboot

AVWizard came up
Setup Wizard came up

while setup wizard downloaded files, changed to kde
open dcerouter/admin in webbrowser
changed to advanced/network/network settings
ticked enable dhcp server, inputed 192.168.80.2 - 192.168.80.100
ticked provide ip adresses fopr anonymous, inputed 192.168.80.101 - 192.168.80.253
Ticked use static ip adress under External network card eth0
inputed 192.168.1.4
255.255.255.0
gateway 192.168.1.1
nameserver 192.168.1.1
updated
closed browser
changed to setup wizard again, waited for reboot

after lmce came up, opened admin web on different windows pc

first task was to setup Asterisk
followed  http://wiki.linuxmce.org/index.php/Sipgate.co.uk

After setting up the phone lines and the phone through advanced/devices/phone lines
i ticked the orange bar and it throew an error. Something to do with permissions. from previous installations i knew that i had to chmod the following files:

linuxmce@dcerouter:~$ sudo su
[sudo] password for linuxmce:
dcerouter_114164:/home/linuxmce# cd /etc/asterisk
dcerouter_114164:/etc/asterisk# chmod 0777 sip_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 extensions_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 meetme_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 sip_registrations.conf
dcerouter_114164:/etc/asterisk# chmod 0777 iax_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 iax_registrations.conf
dcerouter_114164:/etc/asterisk# chmod 0777 zapata_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 queues_additional.conf

After that the settings where saved and a reload was done WITHOUT any errors. (the only errors whrere the known ones, but even they exist, the asterisk normally works fine - could not reload FOB Server and Mysql Password)
if i looked under /wizard/devices/phone lines, it says sip account registered.

after the next reboot i went back to asterisk advanced configuration

the status was


retrieve_conf failed, config not applied
Reload failed because retrieve_conf encountered an error: 1

Asterisk Manager Connection Failure
Failed to connect to the Asterisk manager through port: 5038

Could not reload FOP server
Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display.

symlink from modules failed
retrieve_conf failed to sym link the /etc/asterisk/sip.conf file from modules

Failed to copy from module agi-bin
Retrieve conf failed to copy file(s) from a module's agi-bin dir: copy(/usr/share/asterisk/agi-bin/list-item-remove.php): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/dialparties.agi): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/recordingcheck): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/checksound.agi): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/directory): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/fixlocalprefix): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/enumlookup.agi): failed to open stream: Permission denied

Default SQL Password Used
You are using the default SQL password that is widely known, you should set a secure password

No email address for online update checks
You are automatically checking for online updates nightly but you have no email address setup to send the results. This can be set on the General Tab. They will continue to show up here.

So does anybody know how to solve it?!
BTW, it already run one time, on a different install.....But now i haven't installed or mixed up anything, just do it step by step.


Thanks

184
Installation issues / ASterisk reinstall?
« on: May 29, 2009, 11:08:35 pm »
after setting up the core aqnd many other things, i started to configure asterisk. i didn't touched any conf files, but a sipaccount through the admin page.
if i look under advanced/configuration/phones
and press the orange "apply configration" following message appears

exit: 1

Checking for PEAR DB..OK
Checking for PEAR Console::Getopt..OK
Checking for /etc/amportal.conf ..OK
Bootstrapping /etc/amportal.conf ..OK
Parsing /etc/amportal.conf ..OK
Parsing /etc/asterisk/asterisk.conf ..OK
Connecting to database..OK
Connecting to Asterisk manager interface..FAILED
[FATAL] Asterisk Manager Connection Failure Failed to connect to the Asterisk manager through port: 5038
1 error(s) occured, you should view the notification log on the dashboard or main screen to check for more details.

seems asterisk is not started at all. netstat doesn't show anything on port 5038.

is there a easy way (without insatalling whole core) to "reinstall" the asterisk/freepbx to clean state?!


185
Installation issues / mount call failed: 13
« on: May 26, 2009, 09:57:13 am »
on a 810 alpha 2.21 installation i got this error message on md.
the image was build fine, after second boot:

Begin: retrying nfs mount ...
Begin: running /scripts/nfs-premount ...
done.
mount call failed: 13

this is looping many times.

then:

begin: running /scripts/nfs-bottom ...
done.
done.
begin: running /scripts/init-bottom ...
mount: mounting /root/dev on /dev/.static/dev failed: No such file or directory
done.
mount: mounting /sys on /root/sys failed
mount: mounting /proc on /root/proc failed
Target filesystem doesn't have /sbin/init
no init found. try poassing init= bootarg.

busybox v1.10.2

how can i solve this problem?
setup diskless and rebuilding image doesn't help.

br

186
Developers / Asterisk 0810 alpha 2.20 solved
« on: May 21, 2009, 11:10:21 am »
After

chmod 777 extensions_additional.conf
meetme_additional.conf
sip_additional.conf
sip_registrations.conf
iax_additional.conf
iax_registrations.conf
zapata_additional.conf
queues_additional.conf

asterisk works with sipgate.


187
Installation issues / Re: install issues on Alpha2 (Asterisk)
« on: May 21, 2009, 10:47:19 am »
same problem here

188
Developers / Re: 0810 alpha2.20 (?) installation experience
« on: May 20, 2009, 02:09:35 pm »
For me the same for issue 3 was happening.

nvidia driver might have been installed, but didn't worked out of the box.

workaround installing nvidia from kde before using installer, worked for me.

189
Installation issues / Re: login as root on md
« on: May 19, 2009, 08:30:18 pm »
thank you all for clarification.

190
Installation issues / Re: login as root on md
« on: May 19, 2009, 07:40:01 pm »
thx seth
that worked.

but i still wonder why i can not directly log in from md.

maybe thats a bug (?) in 0810?


191
Installation issues / Re: login as root on md
« on: May 19, 2009, 07:09:47 pm »
thanks,
but i think i ask the wrong question, i know how to get shell root access, but even if i enter the right root privileges, shell always asks for sambahelper account pass.

thx

192
Installation issues / asterisk 1and1 account 0810
« on: May 19, 2009, 06:56:43 pm »
should asterisk already be working on 0810?

1. if i add 1and1 sip account with the wizard, i doesn't show up, neither is created.
2. sipgate works fine (is shown), but will not register.

br

193
Installation issues / login as root on md
« on: May 19, 2009, 06:54:50 pm »
i put in a nova-t tuner to a md.
So far the card is installed fine.

now i was trying to start scan, to build the channel.conf.
so open up the sehll on md and put in the root data, but it always ask me for sambahelper pass...

So question is, how to get sehll roiot access and second, how to create the channel list, if not on md?

BTW, i am testing on 0810.

br

194
Developers / 0810 installation expierience
« on: May 18, 2009, 02:48:44 pm »
Installation of alpha 2.20 went fine for the hybrid core.
Mainboard used

http://wiki.linuxmce.org/index.php/MSI_7369

Installation of USB-UIRT and Windows Remote without problem.
After setup, just changed the ip external ip and tired to boot the MD.

MD is using a P5N7A-VM with a Relatek ALC1200 Audio Chipset (works) and a RTL8211 LAN Chipset (works) (works not out of the box under 0710) and a Hiper_HMC-2K53A Case.
The build in VFD is recognize as Media Live LCD. But not working.

First setup architecture was set to AMD64. Changed it manually to i386 and after that MD boots up fine.

There are only two minor troubles (one is not related to LMCE https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256767 )

the console is flooded with "unable to enumerate usb device on port 3), this seems to be a known buf in interpred. i use the http://www.mythtv.org/wiki/Hiper_HMC-2K53A case.
This one has built in Cardreader, VFD, IR, wifi which are causing these troubles, as soon as i disconnect them, the trouble is away.

second thing is, that sometimes on booting the md, it hangs with following error:

mount call failed : 13

after another reboot it is gone away, until next time.


195
Installation issues / Re: Asus P5N7A-VM Diskless MD won't boot
« on: May 16, 2009, 11:06:40 am »
Just an update.
with the current 8.10 release and the newest alpha installer, this issue seems to be fixed.

Pages: 1 ... 11 12 [13] 14