TFTP path wrong in 1.1100.211.63-2

Was having problems with my Aastra phones not provisioning.

System is a clean install, upgraded up to 1.1100.211.63-2, 64-bit, installed aastra-ipphone and aastra-xml-scripts…

Found that the I had to change the server_args line in /etc/xinet.d/tftp from

server_args = -s /var/lib/tftpboot

to

server_args = -s /tftpboot

before the phones would start pulling down their configs from the server.

I’m guessing this is a little “bug” in the distro… not sure if my fix is the most elegant or correct, but it did solve the problem for me.

Cheers,

Mike <<<<<

In the post install of the Distro I have it doing this already.

sed -i “s//var/lib/tftpboot//tftpboot/” /etc/xinetd.d/tftp

Are you saying that is not working???

Hi Tony,

It doesn’t seem like it did, as the tftp file on my system contained

server_args = -s /var/lib/tftpboot

until I edited manually. I should be doing another test install later on in the week so I’ll keep a closer eye on whether it was a one-time glitch or whether it happens again.

Cheers,

Mike <<<<<

No the fix is in place but we have not built a new ISO yet. It is building today. The upgrade scripts will also fix this.

Great, thanks Tony.

I did also notice one little thing just now… just cosmetic.

When the system boots, the login prompt will come up on the screen and then something echos the words “USE DEVSTATE” to the console.

Cheers,

Mike <<<<<