Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (5) </ 1 2 [3] 4 5 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: 0.4.9 is out< Next Oldest | Next Newest >
John Offline





Group: Super Administrators
Posts: 697
Joined: Sep. 2003
Posted: Oct. 14 2003,06:11 QUOTE

wow, never seen that -- going to test on my laptop now.  md5sum check out ok?
Back to top
Profile PM 
John Offline





Group: Super Administrators
Posts: 697
Joined: Sep. 2003
Posted: Oct. 14 2003,06:15 QUOTE

Here is a script that checks the quality of a burn:
#!/bin/sh
device=$1

blocksize=`isoinfo -d -i $device | grep "^Logical block size is:" | cut -d " " -f 5`
if test "$blocksize" = ""; then
       echo catdevice FATAL ERROR: Blank blocksize >&2
       exit
fi

blockcount=`isoinfo -d -i $device | grep "^Volume size is:" | cut -d " " -f 4`
if test "$blockcount" = ""; then
       echo catdevice FATAL ERROR: Blank blockcount >&2
       exit
fi

command="dd if=$device bs=$blocksize count=$blockcount conv=notrunc,noerror"
echo "$command" >&2
$command

To use it:
rawread /dev/cdrom | md5sum
Back to top
Profile PM 
John Offline





Group: Super Administrators
Posts: 697
Joined: Sep. 2003
Posted: Oct. 14 2003,06:29 QUOTE

Seen the Xserver shutdown bug, it happens when you select Xfbdev and don't select the scroll.  Working on the fix.  Also, the scroll option will only work with /dev/psaux.
Back to top
Profile PM 
Dakrone Offline





Group: Members
Posts: 103
Joined: Sep. 2003
Posted: Oct. 14 2003,06:37 QUOTE

...
Hrm, I'll check the file and everything, thanks for the info :)


--------------
join us on IRC! #DangSmallLinux at FreeNode (irc.freenode.net)
(NOTE: replace "Dang" with the correct word ^_^ )
Back to top
Profile PM WEB AOL 
John Offline





Group: Super Administrators
Posts: 697
Joined: Sep. 2003
Posted: Oct. 14 2003,06:38 QUOTE

Dakrone, remind me to ask you to pretest the upcoming release.  This is an annoying bug, turns out it affects both Servers.
Back to top
Profile PM 
23 replies since Oct. 14 2003,01:43 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (5) </ 1 2 [3] 4 5 >/
reply to topic new topic new poll
Quick Reply: 0.4.9 is out

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code