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 - justnulling

Pages: [1]
1
Installation issues / Google Voice and how to disable lmce voicemail
« on: September 15, 2010, 04:22:37 pm »
I have google voice working with pygooglevoice on lmce and want to disable lmce voicemail and let google voicemail take over if no one picks up (The problem with call screening is that lot of times I am too slow and caller hangs up before I press 1 after I pick up, I must say that even though it is nice to listen live as caller leaves a vm with the ability to pick up the call at anytime and talk to the caller directly, something that lmce is missing but this is not the topic of the current post :)

Also, not sure if it is a lmce problem or an asterisk but when I use pygooglevoice callback on gizmo5 truck I have no outgoing sound, from the logs looks like it is Packet2Packet bridging issue as with callback on sipgate trunk there is no issue and p2p bridging is not used)

    -- Channel SIP/1747XXXXXXX-b7416288 connected to parked call 77
    -- Packet2Packet bridging SIP/210-b7431c98 and SIP/1747XXXXXXX-b7416288

2
Installation issues / no connection sharing after core reboots
« on: August 31, 2009, 08:28:55 pm »
After core (latest 8.10) reboots, there is no connection sharing.
It was working fine, so perhaps an update broke it, not sure what it broke, since core doesn't get rebooted that often.
A way to fix it is to just press update (without any changing) on network settings page in lmce-admin. Anyone, knows how to make a more permanent fix?

Thanks


3
UPDATE: VirtualBox 2.1 works fine straight out of the box (pun intended) with PXE
Select host interface, in my case eth0
here is my current /etc/networking/interfaces
Code: [Select]
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

purps: you only have lo interface which is loopback not a real network interface you will need to add a real interface, the config above is a standard (not wifi) dhcp setup if your system has more then one network card you might need to change eth0 to eth1 or 2 etc. Not really sure how you were able to get it working even once with only lo interface.


4
Installation issues / Re: 3 out of 4 Timed Events are Broken
« on: February 02, 2009, 05:08:59 am »
No, never found the problem, as I have posted i have tried it on few system and have the same problem, so unless all of those systems have the same hardware bug, I have to say it is buried somewhere deep in the lmce code. If you figure it out please post it here.

5
What do you mean exactly by "don't forget to set the image to boot of the network"? Is this inside VBox, or is it something I need to do to the image stored on the core?
This is set it the settings menu
General -> Advanced -> Boot Order: make sure only Network is checked

6
PXE works fine with VirutalBox

Here is how to set it up virtual network

edit /etc/network interfaces (my machine has one network card eth0)
Code: [Select]
auto lo
iface lo inet loopback

auto br0
iface br0 inet dhcp

auto eth0
iface eth0 inet manual
up brctl addif br0 tap0
down brctl delif br0 tap0

auto tap0
iface tap0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up brctl addif br0 tap0
down ifconfig $IFACE down
down brctl delif br0 tap0
tunctl_user _USERNAME_

change _USERNAME_ (all the way at the end) to match your username

run
Code: [Select]
/etc/init.d/networking restart
Now,  (in the network tab of Virtual Box image settings) set Interface Name to
Code: [Select]
tap1
And don't forget to set the image to boot of the network.

Enjoy



7
Users / Re: Testers wanted for Flash based Orbiter on the Chumby
« on: July 24, 2008, 06:21:32 am »
If you are using vi then use the list command ":l" to show up unprintable characters. Anyway - you have a solution.

Nothing there. :l ends with '&$'

The flickering - Is it the refresh which is about every 5 seconds? I must admit this is a lot more annoying than I thought it would be.
There are probably a few options here;

I have changed background from white to '343c53' (one of the shades of the orbiter background image) a little less annoying. Putting new images into timeline is much better solution, I must agree  :)

8
Users / Re: Testers wanted for Flash based Orbiter on the Chumby
« on: July 23, 2008, 07:50:20 am »
Darren,

SOLVED.

After looking at apache log (should have done it sooner), I noticed that it was loading pluto-admin page.

192.168.80.119 - - [23/Jul/2008:01:20:37 -0400] "GET /pluto-admin/ HTTP/1.1" 200 612 "-" "Mozilla/5.0 (compatible; U; Chumby; Linux) Flash Lite 3.0.4"

After I appended '&' to the config file, it started to work.

192.168.80.119 - - [23/Jul/2008:01:33:28 -0400] "GET /pluto-admin/include/image.php?imagepath=/var/www/pluto-admin/security_images/54_web.png HTTP/1.1" 200 64265 "-" "Mozilla/5.0 (compatible; U; Chumby; Linux) Flash Lite 3.0.4"

This is my current config file:

userID=xx&pass=xxxxx&installationID=xxxx&deviceID=54&baseurl=http://192.168.80.1/pluto-admin/&

Any ideas as to why it needs '&' at the end?

Now I have this annoying  flicker, is there a way to buffer new image before rendering screen?

Anyways, thanks a lot Darren, this is really cool to be able to use Chumby as an orbiter.

9
Users / Re: Testers wanted for Flash based Orbiter on the Chumby
« on: July 22, 2008, 07:38:06 pm »
Darren,

The only thing that I can think at the moment is perhaps your conf file has a carriage return at the end (from being created in windows). I tried inserting one into mine and got a similar log to you. Try editing the conf file on the chumby and removing any new lines or carriage returns in the file and see if that helps.

It has no new lines/carriage returns, it was create on chumby.

Thanks

10
Users / Re: Testers wanted for Flash based Orbiter on the Chumby
« on: July 22, 2008, 08:49:02 am »
But if you can retrieve it then that should not be the problem.
Well, the error I posted is after deviceID was corrected.

Please confirm that normal web orbiter works as expected.
Web orbiter works fine, that is where I got the config string as per your wiki.

Thanks.

11
Users / Re: Testers wanted for Flash based Orbiter on the Chumby
« on: July 21, 2008, 10:57:26 pm »
Hi darrenmason,

Just tried your flash based orbiter and looks like there is a bug.
var imageUrlPage =
"include/image.php?imagepath=/var/www/pluto-admin/security_images/64_web.png";
changed it to use deviceID (54 in my case)
However it stilll will not work, this is what I get when I run it.

2008-07-21 16:48:59 BtPlayObject::Pump(cycle 0) got 2 responses, executed 0 deferred actions
2008-07-21 16:48:59 ClientObject::DoTimeCheck() elapsed time = 1216673362s now=1216673362 next check=1216674000
2008-07-21 16:48:59 si_object.cpp:assureTimeZoneOffset(): changed offset from 0 to 18446744073695151616, zone=EDT
2008-07-21 16:48:59 NetStreamRequest::Open(2): Opening protocol 'http://' host '192.168.80.1' port 80 location '/pluto-admin/
include/image.php?imagepath=/var/www/pluto-admin/security_images/54_web.png'
2008-07-21 16:48:59 NetStreamRequest::Open(2) opened http object id 1
2008-07-21 16:48:59 NetStreamRequest::ProcessHeaders(2) content-type: text/html
2008-07-21 16:48:59 NetStreamRequest::Step(2) done, closing stream (612 of 612 bytes, avail=0) status=200 (ok)
2008-07-21 16:48:59 SI_Object::SI_GetImageInfo(405415d4,1879089880,{40579e28,612})
2008-07-21 16:48:59 ImageObject::DetectImage() unable to determine type of image with 612 bytes starting 3c 48 54 4d
2008-07-21 16:48:59 ImageObject::DetectImage() unable to determine type of image with 612 bytes starting 3c 48 54 4d
2008-07-21 16:48:59 SI_Object::SI_GetImageInfo() - Image id 1879089880 type 0 (Unknown) not supported
2008-07-21 16:48:59 SI_NotifyError(0x405415d4): Error 6 (FI_BadImageDataError)
2008-07-21 16:48:59 ClientObject::ProcessSoftEvent(mmobj=0x405415d4) type=WidgetLoadStatus value=aserror comments=6
2008-07-21 16:48:59 FI_SendEvent(0x405415d4,3,...) sending event
2008-07-21 16:48:59 ClientObject::ProcessSoftEvent(WidgetLoadStatus,aserror,6) - failed to send event
2008-07-21 16:48:59 ClientObject::ProcessSoftEvents() - 1 events processed
2008-07-21 16:48:59 ClientObject::DoUpdate(id=1 master=Y): got FI_FrameBufferUpdatedWithError


not sure why it failed, I can wget 54_web.png from chumby however this is a jpeg file not png.

linuxmce@dcerouter:/var/www/pluto-admin/security_images$ file 54_web.png
54_web.png: JPEG image data, JFIF standard 1.01


Let me know if I am doing something wrong.

12
Installation issues / Re: 3 out of 4 Timed Events are Broken
« on: June 25, 2008, 08:24:06 pm »
I guess, it might be bad hardware but I have tried in on two different system, not sure what to do next.

13
Installation issues / Re: 3 out of 4 Timed Events are Broken
« on: June 25, 2008, 12:44:39 am »
wombiroller,

Hmm, let see, I am running DVD install, is that what you have as well?

14
Installation issues / 3 out of 4 Timed Events are Broken
« on: June 23, 2008, 05:55:05 am »
So far, only Interval Based timed events work properly.
Day of week based works as daily. It fires at the set time everyday, whether or not the day of week is selected.
Day of month based also works as daily. Same as above.
Absolute doesn't work at all.

Tried with 7.10rc2 64 and 32 bit.

If anyone has a solution, please let me know.

There are two smaller (presentation) issues.
1) Wednesday is misspelled.
2) Time is auto set to AM only (for an exampled, when new timed even is being created at 2:10 PM, 2:10 is preset in the time field but it should be preset to 14:10)

Pages: [1]