-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Permission Denied" #94
Comments
@LYF610400210 I think Customizer doesn't have permission to extract your ISO to your target directory i.e. external media or shared storage media. Where is your target directory? P.S.: "target directory" means "working directory" P.S.S: On second thought, it may not be working directory fault. But something is preventing Customizer from copying the extracted ISO to the working directory. UPDATED 2015.04.15 I tried with various local working directories, including a non-existent ones, on the host machine but all could extract and copy ISO properly. So I estimate this issue has something to do with read/write permission on external storage media. |
Yes, it is an external drive. user@PC:~$ sudo cat /etc/customizer.conf
[preferences]
work_dir = /media/user/6D8FA25A5B63E7DA/customizer
locales = C
resolution = 1024x768
compression = gzip
vram = 512
[saved]
iso = /media/user/6D8FA25A5B63E7DA/ubuntu-14.04.1-desktop-i386.iso
deb = /media/user/6D8FA25A5B63E7DA/Lios_1.9.2_all.deb
hook = user@PC:~$ mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=user)
/dev/sdb1 on /media/user/6D8FA25A5B63E7DA type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev) |
@LYF610400210 In my case, I have an external hard disk using The workaround? Two suggestions:
Above all, this issue arises because of using non-Linux/Unix compatible filesystem, to remaster a Linux/Unix system--which doesn't sound approriate at first place. If there is no further issue, you can close this. |
Ubuntu 14.04.1 i386 Customizer 4.1.0 ubuntu-14.04.1-desktop-i386.iso
After selecting an ISO in the GUI, it failed to finish the process.
The text was updated successfully, but these errors were encountered: