[Astlinux-users] 0.7 GUI Check for new firmware gives No version available

2010-01-14 Thread Tom Chadwin
Morning all

Can someone tell me what causes the GUI to give the error No version
available when one checks for new firmware? I am on 3417 with firmware
repository http://mirror.astlinux.org/beta-firmware. I've also just
successfully completed this procedure on another 3417 box (with the same
repository), resulting in 3661.

Thanks

Tom


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7 GUI Check for new firmware gives No version available

2010-01-14 Thread Lonnie Abelbeck
Tom,

This indicates that retrieving the 'ver' file in that repository, for that 
target, was unsuccessful.

This was probably a temporary network or server (mirror.astlinux.org) problem 
in your case.

I just tried it and it worked fine for the net5501 target.

Lonnie


On Jan 14, 2010, at 4:09 AM, Tom Chadwin wrote:

 Morning all
 
 Can someone tell me what causes the GUI to give the error No version
 available when one checks for new firmware? I am on 3417 with firmware
 repository http://mirror.astlinux.org/beta-firmware. I've also just
 successfully completed this procedure on another 3417 box (with the same
 repository), resulting in 3661.
 
 Thanks
 
 Tom


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7 GUI Check for new firmware gives No version available

2010-01-14 Thread Michael Keuter
Morning all

Can someone tell me what causes the GUI to give the error No version
available when one checks for new firmware? I am on 3417 with firmware
repository http://mirror.astlinux.org/beta-firmware. I've also just
successfully completed this procedure on another 3417 box (with the same
repository), resulting in 3661.

Thanks

Tom


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Hi Tom,

look into /oldroot/cdrom/os/ver (or in the GUI under System 
Firmware Upgrade Show installed)

Michael

http://www.mksolutions.info

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 0.7 GUI Check for new firmware givesNoversion available

2010-01-14 Thread Tom Chadwin
haltwhistlepbx ~ # cat /etc/dnsmasq.conf
dhcp-authoritative
no-negcache
domain-needed
bogus-priv
local=/nnpa.com/
expand-hosts
domain=nnpa.com
read-ethers
# dhcp-lease-max=153
resolv-file=/tmp/etc/resolv.conf
dhcp-leasefile=/var/db/dnsmasq.leases
cache-size=150
except-interface=eth1

dhcp-range=lan,10.3.0.100,10.3.0.252,24h
dhcp-option=lan,3,10.3.0.4
dhcp-option=lan,6,10.3.0.4
dhcp-option=lan,42,10.3.0.4
dhcp-option=lan,66,oncebrewedpbx.nnpa.com
dhcp-option=lan,150,10.3.0.4
conf-file=/etc/dnsmasq.static
haltwhistlepbx ~ # find /oldroot/mnt/asturw/etc/
/oldroot/mnt/asturw/etc/
/oldroot/mnt/asturw/etc/blkid.tab
/oldroot/mnt/asturw/etc/shadow
/oldroot/mnt/asturw/etc/udev
/oldroot/mnt/asturw/etc/udev/rules.d
/oldroot/mnt/asturw/etc/udev/rules.d/70-persistent-net.rules
/oldroot/mnt/asturw/etc/blkid.tab.old
/oldroot/mnt/asturw/etc/shadow-


What the DNSMasq settings tell me (which I had forgotten, and for which I
apologize) is that this box used to be a 0.6.x box with INTIF 10.3.0.4 and a
routable EXTIF (it is now on EXTIF 10.9.0.4 at another site with no INTIF).
Since, when it was in the old location, it had both EXTIF and INTIF, could
some remnant of this be affecting DNS resolution.

To clarify, this box now has no INTIF. What should I be doing to get rid of
any remnants of former INTIF settings?

Apologies for all the questions - I hope any answers anyone might have might
also be useful to others.

Thanks

Tom


 -Original Message-
 From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] 
 Sent: 14 January 2010 14:42
 To: AstLinux Users Mailing List
 Cc: Tom Chadwin
 Subject: Re: [Astlinux-users] 0.7 GUI Check for new firmware 
 givesNoversion available
 
 Tom,
 
 That all looks fine... what is
 
 $ cat /etc/dnsmasq.conf
 
 and
 
 $ find /oldroot/mnt/asturw/etc/
 
 Note that 0.7 does not have PBX-only mode anymore, a good 
 thing, dnsmasq and the firewall still operate with a single interface.
 
 I have two boxes configured this way.
 
 Lonnie
 
 
 
 On Jan 14, 2010, at 6:13 AM, Tom Chadwin wrote:
 
  haltwhistlepbx ~ # cat /etc/resolv.conf search nnpa.com nameserver 
  127.0.0.1 haltwhistlepbx ~ # cat /etc/resolv-extern.conf nameserver 
  10.8.243.21 nameserver 10.8.243.22
  
  On a 0.6.8 box with a v similar network topology (a 
 different site), I 
  get the following.
  
  ingrampbx ~ # cat /etc/resolv.conf
  nameserver 10.8.243.21
  nameserver 10.8.243.22
  ingrampbx ~ # cat /etc/resolv-extern.conf
  cat: can't open '/etc/resolv-extern.conf': No such file or directory
  
  So, have I missed some way in which I can set the 0.7 box 
 into PBX only
  mode, or something (if I recall some mention of that 
 somewhere)? I am 
  only using the one NIC on it, so I've not set up any internal 
  interfaces in the GUI.
  
  Thanks for all the help
  
  Tom
  
  PS  Please do not read much into nnpa.com. That was used as our 
  internal Windows domain some time before I started to work here, 
  despite the fact that we do not own nnpa.com as a domain 
 name - leads 
  to some confusion, I can tell you. Both these boxes specify 
 nnpa.com 
  as their domain in the GUI Network tab.
  
  
  -Original Message-
  From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
  Sent: 14 January 2010 11:56
  To: AstLinux Users Mailing List
  Cc: Tom Chadwin
  Subject: Re: [Astlinux-users] 0.7 GUI Check for new firmware 
  givesNoversion available
  
  Tom,
  
  what does...
  
  $ cat /etc/resolv.conf
  
  and
  
  $ cat /etc/resolv-extern.conf
  
  yield? DNS server address look correct?
  
  Are you using DHCP or manually assigning your External 
 interface's IP?
  
  Lonnie
  
  On Jan 14, 2010, at 5:40 AM, Tom Chadwin wrote:
  
  OK, yes, the box cannot resolve DNS names. But I have no
  idea why. It
  is behind NAT, with only EXTIF defined (no INTIF), its
  gateway is the
  local firewall, which maintains a VPN to our head office, 
 where the 
  DNS servers are. I can ping the DNS servers from the
  astlinux box. I've tried rebooting.
  
  Can anyone help?
  
  Tom
  
  
  -Original Message-
  From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
  Sent: 14 January 2010 11:10
  To: AstLinux Users Mailing List
  Cc: Tom Chadwin
  Subject: Re: [Astlinux-users] 0.7 GUI Check for new 
 firmware gives 
  Noversion available
  
  Tom,
  
  This indicates that retrieving the 'ver' file in that
  repository, for
  that target, was unsuccessful.
  
  This was probably a temporary network or server
  (mirror.astlinux.org) problem in your case.
  
  I just tried it and it worked fine for the net5501 target.
  
  Lonnie
  
  
  On Jan 14, 2010, at 4:09 AM, Tom Chadwin wrote:
  
  Morning all
  
  Can someone tell me what causes the GUI to give the error
  No version
  available when one checks for new firmware? I am on 3417 with 
  firmware repository
  http://mirror.astlinux.org/beta-firmware. I've
  also just successfully completed this procedure on
  another 3417 box
  (with the same repository), 

Re: [Astlinux-users] 0.7 GUI Check for new firmware givesNoversion available

2010-01-14 Thread Tom Chadwin
That's it. LOCALDNS=no has fixed it. Many thanks. One question: why did my
other 0.7 box not have this issue - is it related to the fact that it has
both EXTIF and INTIF, while the one with the issue only has EXTIF?

Thanks again for all the help

Tom
 

 -Original Message-
 From: Darrick Hartman [mailto:dhart...@djhsolutions.com] 
 Sent: 14 January 2010 14:43
 To: tom.chad...@nnpa.org.uk; AstLinux Users Mailing List
 Subject: Re: [Astlinux-users] 0.7 GUI Check for new firmware 
 givesNoversion available
 
 Tom,
 
 There was a change in 0.7 to affect this behavior.
 
 So called 'localdns' is the default.  This is why 
 /etc/resolv.conf shows the nameserver 127.0.0.1.
 
 If you want to revert this to the old behavior add 
 LOCALDNS=no to your user.conf file (in /mnt/kd/rc.conf.d/ 
 then reboot).
 
 This still should result in external DNS working though.  Is 
 the dnsmasq process running on the Astlinux box?
 
 The so-called 'pbx-only' mode changes another item too.  The 
 firewall is always on.  So you'll need to configure the 
 firewall.  This is most easily done from the web interface.  
 You don't need an internal interface configured to set up the 
 firewall.  If you're upgrading from a 0.6.x device, the 
 firewall tab should prompt you to update the firewall config files.
 
 If you're configuring the firewall from the command line, do 
 not directly edit 
 /mnt/kd/arno-iptables-firewall/firewall.conf.  The values you 
 wish to set should be set in a .conf file in the 
 /mnt/kd/rc.conf.d/ directory.  The web interface will do the 
 right thing for you.
 
 Darrick
 
 On 01/14/2010 06:13 AM, Tom Chadwin wrote:
  haltwhistlepbx ~ # cat /etc/resolv.conf search nnpa.com nameserver 
  127.0.0.1 haltwhistlepbx ~ # cat /etc/resolv-extern.conf nameserver 
  10.8.243.21 nameserver 10.8.243.22
 
  On a 0.6.8 box with a v similar network topology (a 
 different site), I 
  get the following.
 
  ingrampbx ~ # cat /etc/resolv.conf
  nameserver 10.8.243.21
  nameserver 10.8.243.22
  ingrampbx ~ # cat /etc/resolv-extern.conf
  cat: can't open '/etc/resolv-extern.conf': No such file or directory
 
  So, have I missed some way in which I can set the 0.7 box 
 into PBX only
  mode, or something (if I recall some mention of that 
 somewhere)? I am 
  only using the one NIC on it, so I've not set up any internal 
  interfaces in the GUI.
 
  Thanks for all the help
 
  Tom
 
  PS  Please do not read much into nnpa.com. That was used as our 
  internal Windows domain some time before I started to work here, 
  despite the fact that we do not own nnpa.com as a domain 
 name - leads 
  to some confusion, I can tell you. Both these boxes specify 
 nnpa.com 
  as their domain in the GUI Network tab.
 
 
  -Original Message-
  From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
  Sent: 14 January 2010 11:56
  To: AstLinux Users Mailing List
  Cc: Tom Chadwin
  Subject: Re: [Astlinux-users] 0.7 GUI Check for new firmware 
  givesNoversion available
 
  Tom,
 
  what does...
 
  $ cat /etc/resolv.conf
 
  and
 
  $ cat /etc/resolv-extern.conf
 
  yield? DNS server address look correct?
 
  Are you using DHCP or manually assigning your External 
 interface's IP?
 
  Lonnie
 
  On Jan 14, 2010, at 5:40 AM, Tom Chadwin wrote:
 
  OK, yes, the box cannot resolve DNS names. But I have no
  idea why. It
  is behind NAT, with only EXTIF defined (no INTIF), its
  gateway is the
  local firewall, which maintains a VPN to our head office, 
 where the 
  DNS servers are. I can ping the DNS servers from the
  astlinux box. I've tried rebooting.
 
  Can anyone help?
 
  Tom
 
 
  -Original Message-
  From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
  Sent: 14 January 2010 11:10
  To: AstLinux Users Mailing List
  Cc: Tom Chadwin
  Subject: Re: [Astlinux-users] 0.7 GUI Check for new 
 firmware gives 
  Noversion available
 
  Tom,
 
  This indicates that retrieving the 'ver' file in that
  repository, for
  that target, was unsuccessful.
 
  This was probably a temporary network or server
  (mirror.astlinux.org) problem in your case.
 
  I just tried it and it worked fine for the net5501 target.
 
  Lonnie
 
 
 --
 Darrick Hartman
 DJH Solutions, LLC
 http://www.djhsolutions.com
 
 --
 
 Throughout its 18-year history, RSA Conference consistently 
 attracts the world's best and brightest in the field, 
 creating opportunities for Conference attendees to learn 
 about information security's most important issues through 
 interactions with peers, luminaries and emerging and 
 established companies.
 http://p.sf.net/sfu/rsaconf-dev2dev
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users
 
 Donations to support AstLinux are graciously accepted via 
 PayPal to pay...@krisk.org.
 



Re: [Astlinux-users] 0.7 GUI Check for new firmware givesNoversionavailable

2010-01-14 Thread Darrick Hartman
Tom,

Thanks for working through these issues.  One of the things we hope to 
correct (over time) is the documentation.  What you see in 3661 is very 
likely (since I haven't heard any issues with the build itself) going to 
turn into 0.7.0.  (So you would have run into these same issues when 
upgrading from 0.6.x to 0.7.0 anyway).

Looks like there are a few things we may need to clarify on the 
changelog.txt.

Darrick

On 01/14/2010 10:10 AM, Tom Chadwin wrote:
 All confirmed. Removing /mnt/kd/dnsmasq.conf and deleting LOCALDNS=no from
 user.conf also results in DNS lookups correctly resolving. Upgrading to 3661
 then worked OK - I ended up with a browser hung while trying to bring the
 System tab back up, but all the new firmware files were in place, and
 /oldroot/cdrom/os/ver had the new version. A reboot completed the upgrade
 successfully.

 Thanks, both, for all your help today.



-- 
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.