Thread: IOFTPD-Service
View Single Post
Old 12-17-2003, 05:01 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default Re: ioftpd

Quote:
Originally posted by generalnewbie
ioftpd starts as a service but Eggdrop.exe does not start

need a quick fix.. on what i should do...
running XP SP1 allupdates...as if it matters

could it be the parameter=-nt setting under the eggdrop?
Should work fine, check that in your eggdrop.conf you have

set userfile-perm 0666

Since eggdrop sets the permissions of user/chan files.

Code:
# This specifies what permissions the user, channel, and notes files should
# be set to. The octal values are the same as for the chmod system command.
#
# To remind you:
#
#          u  g  o           u  g  o           u  g  o
#    0600  rw-------   0400  r--------   0200  -w-------    u - user
#    0660  rw-rw----   0440  r--r-----   0220  -w--w----    g - group
#    0666  rw-rw-rw-   0444  r--r--r--   0222  -w--w--w-    o - others
#
set userfile-perm 0666
Since a service runs under "SYSTEM" you should use 0666 so both you and the service can access it, if the eggdrop cannot access the userfile it just exits.
neoxed is offline   Reply With Quote