cdrecord on Yellow dog linux 

run cdrecord --scanbus, it gives me:

scsibus0:
0,0,0 0) 'SONY ' 'DVD RW DW-Q28A ' 'KAS7' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

but cdrecord -v dev=0,0,0 iso_file complains that could not open /dev/pg0.

my /etc/fstab has:

/dev/hda /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0

So ln -s /dev/hda /dev/pg0 make the cdrecord work, simple but nice trick

[ add comment ] permalink ( 3 / 107 )
My initial TWiki setup 

[ add comment ] permalink ( 3.1 / 120 )
Set thunderbird as default firefox mail client  

[ add comment ] permalink ( 3.1 / 95 )
A good tutorial about Perl select function 

[ add comment ] permalink ( 3 / 111 )
Compiling clamav on Yellow Dog Linux 4.1 

Enviroment:

Power Mac G5 dual core
Yellow Dog Linux 4.1
gcc.ppc 3.4.4-2.ydl.2
zlib-1.2.3

It compiles ok, but whenever I run clamd, it always complains:
...
R_PPC_REL24 relocation at 0x0ff8f650 for symbol `whatever' out of range
...

Here is a discussion link relate to the same kind of problem:
http://www.gossamer-threads.com/lists/c ... sers/16713

It looks like the zlib problem, followed the advice and compiled zlib as ./configure --shared. it works.
[ add comment ] ( 7926 views ) permalink ( 3 / 121 )

Back Next