Hi, I get this error when trying to run the below command
command:-> sudo ethos_uhcpd.py m3-97 tap0 2001:660:5307:3105::1/64
Error:->
ioctl(TUNSETIFF): Device or resource busy
Got unexpected exception:
Traceback (most recent call last):
- File “/sbin/ethos_uhcpd.py”, line 254, in main*
- tap_create(opts.tap, opts.ipv6_prefix, user)*
- File “/sbin/ethos_uhcpd.py”, line 80, in tap_create*
- check_call([‘ip’, ‘tuntap’, ‘add’, tap, ‘mode’, ‘tap’, ‘user’, user])*
- File “/sbin/ethos_uhcpd.py”, line 58, in check_call*
- return subprocess.check_call(args, *procargs, *prockwargs)
- File “/usr/lib/python2.7/subprocess.py”, line 186, in check_call*
- raise CalledProcessError(retcode, cmd)*
CalledProcessError: Command ‘[u’ip’, u’tuntap’, u’add’, ‘tap0’, u’mode’, u’tap’, u’user’, ‘funa53776a0bd’]’ returned non-zero exit status 1
Command ‘[u’ip’, u’tuntap’, u’add’, ‘tap0’, u’mode’, u’tap’, u’user’, ‘funa53776a0bd’]’ returned non-zero exit status 1
Cleanup