Release 308

6 replies [Last post]
brett
Offline
Providence, United States
Joined: 9 Jan 2010

What's new in release 308

  • xap-serial: Fixed a buffer overflow issue when using it to send data.
  • xap-serial: Fixed debug output when sending fails and retries
  • Major uplift of the LUA penlight library
  • The penlight uplift switched the stringx.rjust and stringx.ljust implementations.  Its now correct however all the code written on the old library is now wrong. Switch left for right for all occurances. 
    This may bite people with custom LUA applets and code.  It bit me.
  • Increased LCD buffer to allow for 20x4 LCD replacement.
  • Updated weather Forecast applet to use weather2.com
  • jeenode infrastructure bug:  Multiple HAH's each running jeenodes would promiscuously process data from running xap-serial instances.

Enjoy.

g7pkf
Offline
United Kingdom
Joined: 11 Jan 2011
Upgraded

Seems fine so far :) famous last words!

BodgeIT
Offline
London, United Kingdom
Joined: 10 Jun 2010
Hi All

Been away for a while but sw the updates and decided to pick up where I left off.

I've updated to 308 and the only thing I noticed is that I can no longer SSH to the device.

Telnet does work.

brett
Offline
Providence, United States
Joined: 9 Jan 2010
SSH not working?That is

SSH not working?

That is strange.  Check if the dropbear process is running.

# ps | grep dropbear
  115 root      1668 S    dropbear -p 22
 1319 root      1740 S    dropbear -p 22
 1323 root      1788 R    grep dropbear
#

Check if SSH is enabled in the /etc/xap-livebox.ini file.

[network]
telnet_enable=0
telnet_port=23
ssh_enable=1
ssh_port=22

Make sure /etc/init.conf contains

# cat /etc/ini.conf
INI="/etc/xap-livebox.ini"#

Try starting it manually -

# /etc/init.d/ssh start

Brett

BodgeIT
Offline
London, United Kingdom
Joined: 10 Jun 2010
Hi Brett,Update: SSH does

Hi Brett,

Update: SSH does seem to be running but my putty times out before it makes connection.

Also issues with SCP but that does connect sometimes, sometimes tells me server hasn't responded within 15secs.

Also when I do connect with SCP, I can no longer edit anything..I don't seem to have the ppropriate permissions?

g7pkf
Offline
United Kingdom
Joined: 11 Jan 2011
Just checked mine

SSH and scp all working fine for me on both my boxes.

 

Dean

brett
Offline
Providence, United States
Joined: 9 Jan 2010
Make sure the TIME on your

Make sure the TIME on your LIVEBOX and the TIME on your computer are no more than 2mins out of sync.
On the Livebox you can sync like this:

# ntpclient -s -h uk.pool.ntp.org

For your computer you'll have to figure that out yourself.

Check that you have SSH keys setup on your livebox

# ls -l /etc/dropbear/
-rw-------    1 root     root          458 Jan  1  1970 dropbear_dss_host_key
-rw-------    1 root     root          427 Jan  1  1970 dropbear_rsa_host_key
#

Brett

Hardware Info