![]() |
On Mon, 2004-04-19 at 16:31, Hugh Esco wrote: > I use Debian, which has a slightly different file system. I would > suspect that RH Fedora counts as a system V OS. To start the server > daemons, I have to run > /etc/init.d/hylafax start > > RedHat 9's file system puts those startup scripts in a slightly > different directory, but if memory serves they still wind up in /etc, > somewhere, perhaps it was /etc/rc.d/?. I'm not sure. I assume the same > applies to Fedora. > > I'd recommend that you google on hylafax gui client and see what that > might turn up. Redhat (and derivatives such as fedora or cAos/CentOS) use the chkconfig and service commands, as well as the Network Services GUI (or whatever it's called), to control the stuff in /etc/init.d, like so: [root@copernicus root]# chkconfig --list hylafax hylafax 0:off 1:off 2:off 3:on 4:on 5:on 6:off [root@copernicus root]# service hylafax status hfaxd (pid 1358) is running... faxq (pid 1354) is running... So to start Hylafax on this type of system, you would check that it was enabled in the proper runlevels: [root@copernicus root]# chkconfig --level 345 hylafax on and then start it like so: [root@copernicus root]# service hylafax start That said, you can still call the init.d scripts directly, as in the first reply above. Recent versions of RedHat, et al, should have a bunch of symlinks in /etc that point to rc.d/init.d and all the rc*.d directories. Or, you can just run the Services GUI... HTH, Steve ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*