|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
10-19-2011, 09:05 AM | #1 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
installation - no space left on device error
Fresh debian, fresh ro script (dwonloaded yesterday) but im getting error:
Code:
pakos@dell:~/Regnum$ ./ROInstall_64 error copying "/installkitvfs/lib/bin/xdg-desktop-icon" to "/tmp/ijtmp_95367F88-2AB4-E9C3-FC69-621401EB53B9/bin/xdg-desktop-icon": no space left on device while executing "file copy -force $s [file join $dest [file tail $s]]" (procedure "::tcl::CopyDirectory" line 38) invoked from within "::tcl::CopyDirectory copying /installkitvfs/lib/bin /tmp/ijtmp_95367F88-2AB4-E9C3-FC69-621401EB53B9/bin" invoked from within "file copy -force $bin $tmpbin" (procedure "::InstallJammer::CommonPostInit" line 13) invoked from within "::InstallJammer::CommonPostInit" (procedure "::InstallJammer::InitInstall" line 70) invoked from within "::InstallJammer::InitInstall" (file "/installkitvfs/main.tcl" line 28673)
__________________
|
10-19-2011, 10:39 AM | #2 |
Banned
Join Date: Nov 2008
Location: France
Posts: 496
|
Do you have the correct rights on your /tmp ?
Could you alos paste your fstab ? |
10-19-2011, 12:55 PM | #3 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
yup, and to be clear all in one partition.
__________________
|
10-21-2011, 03:06 AM | #4 |
Master
Join Date: May 2010
Location: England
Posts: 455
|
Possibly a tmpfs/swap issue. Output of your /etc/fstab may help.
|
10-21-2011, 08:59 AM | #5 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
Code:
pakos@dell:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=93ec48f1-5fc8-4439-b210-e6ac69a98f4c / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=af4b4ee7-0e29-4546-a8ab-75d6196f9ee7 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 pakos@dell:~$
__________________
|
10-23-2011, 11:30 PM | #6 |
Master
Join Date: May 2010
Location: England
Posts: 455
|
Strange :| I am tempted to download the installer and give it a try.
What about the output of df -h, your fstab looks fine. |
10-24-2011, 09:32 AM | #7 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
Code:
df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 228G 29G 187G 14% / tmpfs 5.0M 0 5.0M 0% /lib/init/rw tmpfs 201M 756K 200M 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 401M 52K 401M 1% /tmp udev 996M 0 996M 0% /dev tmpfs 401M 580K 401M 1% /run/shm /dev/sdb1 466G 230G 237G 50% /media/SAMSUNG
__________________
|
10-20-2011, 07:37 PM | #8 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
Any ideas ppl? I know i did quit thread but im sometimes logging in to chat with friends
__________________
|
11-09-2012, 12:56 PM | #9 | |
Pledge
Join Date: Dec 2009
Posts: 19
|
Quote:
Code:
./ROInstall_64 --mode console --temp /home/"username"/TMP Last edited by 84victor; 11-09-2012 at 12:56 PM. Reason: wrong architecture |
|
12-21-2012, 03:45 AM | #10 |
Pledge
Join Date: Oct 2008
Location: Russian
Posts: 30
|
mkdir ~/.tmp/
mount --bind ~/.tmp/ /tmp/ and now install Last edited by aady; 03-25-2013 at 11:10 PM. |
|
|