Yes this is a known problem caused by the fact that cat tries to do more than just read(2) from the usrdev program. We don't know what that thing is but cat will fail to work in all cases because of it. The middleware program just read()'s from the file, checks for shutup characters, and spits out the result. One of these days my partenors or I are going to go through the code to cat and figure out what's going wrong but we haven't gotten to it yet. I'm still trying to get some ideas on what may be going wrong with your copy. The festival server script does run festival --server but with a number of useful setup options some of which I believe are required to get the middleware program to be able to connect to it correctly. HtH Owen On Sat, 12 Apr 2003, Michael Curran wrote: > Hi Owen, > > I've done a little more testing and I am now led to believe that it is not > the middleware program that is to blaim, its more the usrdev driver itself. > If I do cat /dev/usrdev I get: > cat: /dev/usrdev: Operation not permitted > Should this happen? > > I've reinstalled it all twice, and I even disabled devfs in the kernel and > that still didn't make a difference. > > Mick >