search for: resizeext4

Displaying 1 result from an estimated 1 matches for "resizeext4".

Did you mean: resizeext3
2020 Apr 29
0
golang: panic: runtime error: cgo argument has Go pointer to Go pointer
...80) /opt/gopath/src/guestfs/guestfs.go:1440 +0xc2 guestfs.(*Guestfs).Add_drive(0xc000010028, 0x7ffd4b5d67ff, 0xd, 0xc00008d9d8, 0x0) /opt/gopath/src/guestfs/guestfs.go:1440 +0x1b2 main.OpenImage(0x7ffd4b5d67ff, 0xd, 0x0, 0x0, 0x42110b, 0x7c87e0, 0x4f41e0) /opt/gopath/src/disk/disk.go:34 +0x371 main.resizeext4(0x7ffd4b5d67ff, 0xd, 0x0, 0x0) /opt/gopath/src/disk/disk.go:677 +0x60 main.main() /opt/gopath/src/disk/disk.go:970 +0x5e5 i found struct in guestfs.h struct guestfs_add_drive_opts_argv { ... char *const *server; ... } so i make a daemon to test. has the same error. how could i to use libguest...