Thu May 10, 2012 11:40 am
Thu May 10, 2012 1:16 pm
Thu May 10, 2012 5:48 pm
File iso/live/filesystem.squashfs is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.
Fri May 11, 2012 5:54 pm
Total translation table size: 2048
Total rockridge attributes bytes: 2830
Total directory bytes: 10240
Path table size(bytes): 98
Max brk space used 0
1339954 extents written (2617 MB)
isohybrid: Warning: more than 1024 cylinders: 2618
isohybrid: Not all BIOSes will be able to boot this device
isohybrid: /home/snapshot/snapshot-20120511_1259.iso: seek error - 6: Invalid argument
cryptsetup: evms_activate is not available
Sat May 12, 2012 3:41 pm
Sun May 13, 2012 11:43 am
All numbers in ISO 9660 file systems except the single byte value used for the GMT offset are unsigned numbers. As the length of a file's extent on disk is stored in a 32 bit value,[4] it allows for a maximum length of less than 4 GB (more precisely, less than 4 GiB). (Note: Some older operating systems may handle such values incorrectly (i.e., signed instead of unsigned), which would make it impossible to access files larger than 2 GB in size.)
Sun May 13, 2012 2:41 pm
Warning: Unable to open /dev/sr0 read-write(Read-only file system). /dev/sr0 has been opened read-only.
Error: Invalid partition table - recursive partition on /dev/sr0
Sun May 13, 2012 2:49 pm
#!/usr/bin/env bash
# limit_rsync2
for i in $(pgrep rsync); do
sudo cpulimit -e rsync -l 50 &
done
echo "cpulimit"
ps ax |grep cpulimit
echo "rsync"
ps ax | grep rsync
echo "@@@@@"
sleep 360
if $(ps ax | grep -q mksquashfs); then
sudo pkill cpulimit
fi
echo "#####"
ps ax | grep cpulimit
echo "#####"
exit 0
Mon May 14, 2012 5:01 pm
Mon May 14, 2012 6:26 pm