eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

vtysh 'write memory' error #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import *.imn file
2. Run
3. Right click node (router), open vtysh and save configuration using 'write 
memory'

What is the expected output? What do you see instead?

Building Configuration...
Can't save to configuration file, using vtysh.
Can't save to configuration file, using vtysh.

What version of the product are you using? On what operating system?

4.3 Vmware image

Please provide any additional information below.

Original issue reported on code.google.com by a48...@gmail.com on 4 Jun 2012 at 7:48

GoogleCodeExporter commented 9 years ago
Support for 'write mem' was added in r437:
Add vtysh.conf to usr.local.etc.quagga directory for quagga service, to support 
'write mem'.

To enable 'write memory' support, you should have a 
/usr/local/etc/quagga/vtysh.conf file on the node containing the text "service 
integrated-vtysh-config"

Original comment by ahrenh...@gmail.com on 8 Jun 2012 at 3:07

GoogleCodeExporter commented 9 years ago
this is fixed in r529

the quaggaboot.sh file from the zebra service will automatically symlink 
/usr/local/etc/quagga/Quagga.conf to /etc/quagga/Quagga.conf.

this is also needed for vtysh.conf

Original comment by ahrenh...@gmail.com on 29 Aug 2012 at 7:06