Fri 09 Jun 2006 05:57:50 PM UTC, original submission:
Clean compile (./configure && make && make install). Castget seems to be confused about where to look for the config file:
radio@studio-a:~> castget -l
Configuration file /home/radio/.castgetrc not found.
radio@studio-a:~> pwd
/home/radio
radio@studio-a:~> ls -l .castgetrc
-rw-r--r-- 1 radio users 194 2006-06-09 19:53 .castgetrc
radio@studio-a:~> id
uid=1000(radio) gid=100(users) groups=16(dialout),33(video),100(users),170(audio)
radio@studio-a:~> strace castget -l
[snip]
uname({sys="Linux", node="studio-a", ...}) = 0
stat64("/home/radio/.castget", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/home/radio/.castgetrc", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=194, ...}) = 0
read(3, "[*]\nid3contenttype=Podcast\nspool"..., 4096) = 194
close(3) = 0
write(2, "Configuration file /home/radio/."..., 53Configuration file /home/radio/.castgetrc not found.
) = 53
exit_group(1) = ?
This is SUSE 10.0 on x86.
|