Running ark to create tar of virtual HD file (16gb). I get the following error (one of many similar errors) and I am unable to find any info on this error. I am running ark as user, not su.
I don't know why there is even a reference to folder /var/lib/* since it is not part of the files I am tar'g.
I am running ark from terminal and adding 2 folders. Each folder contains a total of 10 files in several folders. The task seems to complete properly.
The purpose of creating the .tar is to archive it to a fat32 partition (copy .tar to usb drive) and not lose the ownship permissions.
Jon
Code:
ark(10414) KSambaSharePrivate::getNetUserShareInfo: We got some errors while running 'net usershare info'
ark(10414) KSambaSharePrivate::getNetUserShareInfo: "info_fn: file /var/lib/samba/usershares/docs is not a well formed usershare file.
info_fn: Error was Path is not a directory.
info_fn: file /var/lib/samba/usershares/suse-nos is not a well formed usershare file.
info_fn: Error was Path is not a directory.
info_fn: file /var/lib/samba/usershares/down is not a well formed usershare file.
info_fn: Error was Path is not a directory.
"
ark(10414): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
I am running ark from terminal and adding 2 folders. Each folder contains a total of 10 files in several folders. The task seems to complete properly.
The purpose of creating the .tar is to archive it to a fat32 partition (copy .tar to usb drive) and not lose the ownship permissions.
Jon