root@ubuntu:/opt/showtools# ./show disk
Traceback (most recent call last):
File "./show", line 688, in
main()
File "./show", line 146, in main
devicedata = process_device(device, args)
File "./show", line 464, in process_device
disksize = get_disk_size(dev)
File "./show", line 289, in get_disk_size
gb = int(bytes) / 1000000000
ValueError: invalid literal for int() with base 10: '257935360\xc2\xa0octets'
show net is working correctly.
System : Ubuntu 14.04 (full updated 19/06/2014)
Branch : master
Hi
When i try to execute a show disk i get an error.
root@ubuntu:/opt/showtools# ./show disk Traceback (most recent call last): File "./show", line 688, in
main()
File "./show", line 146, in main
devicedata = process_device(device, args)
File "./show", line 464, in process_device
disksize = get_disk_size(dev)
File "./show", line 289, in get_disk_size
gb = int(bytes) / 1000000000
ValueError: invalid literal for int() with base 10: '257935360\xc2\xa0octets'
show net is working correctly. System : Ubuntu 14.04 (full updated 19/06/2014) Branch : master