- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-15-2022 12:22 AM
I am using expedition to export config from ASA to palo alto using expedition , After export - merge it just stucks at pending and does not create config xml file ?
Any advise ?
03-15-2022 08:46 AM
@fatboy1607 Can you please check error message in /tmp/error , also attach a screenshot on the stuck page , it should tell you stuck at generating which part of config
03-25-2023 05:46 AM
Hi ,
I am seeing below error.
expedition@Expedition:/tmp$ tail error
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/var/www/html/libs/ansible/xml-to-ansible.py", line 523, in <module>
main()
File "/var/www/html/libs/ansible/xml-to-ansible.py", line 113, in main
for tags in d["entry"]["tag"]["entry"]:
KeyError: 'tag'
03-27-2023 03:20 PM
sudo apt remove python3-apt sudo apt install python3-apt
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!