First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 90657
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Spell checking utilities and dictionaries -- related bugs <app-dicts@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: BUIRA Etienne <etienne.buira@free.fr>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dictd-initd-mod dictd-initd-mod patch BUIRA Etienne 2005-04-27 13:58 0000 302 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 90657 depends on: Show dependency tree
Show dependency graph
Bug 90657 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-04-27 13:56 0000
When listing the dictionnaries, a new file is created (with the current umask).
As result, when having umask=0077, the file is not readable by dictd.

To get rid of that, I declared DICTDCONF_MOD, which hold the chmod(1) argument.
If DICTDCONF_MOD is not defined, nothing more happens.

I'll attach the patch

Reproducible: Always
Steps to Reproduce:
1.Make sure dictd is not running
2.# /etc/init.d/dictd start

Actual Results:  
 * Re-caching dependency info (mtimes differ)...
 * Starting dictd...
 * Scanning for dictionaries...
 * Done, 4 dictionary indexes found.
:E: /etc/dict/dictd.conf is not readable (config file)
/sbin/runscript.sh: line 532: 15986 Segmentation Fault  start-stop-daemon
--start --quiet --exec /usr/sbin/dictd -- $EARGS                               
                                                [ !! ]

Expected Results:  
 * Starting dictd...
 * Scanning for dictionaries...
 * Changing mod
 * Done, 4 dictionary indexes found.                                           

                                              [ ok ]

------- Comment #1 From BUIRA Etienne 2005-04-27 13:58:05 0000 -------
Created an attachment (id=57437) [edit]
Patch to chmod the conf file after listing dicts

------- Comment #2 From BUIRA Etienne 2005-04-27 13:59:33 0000 -------
(From update of attachment 57437 [edit])
Patch to chmod the conf file after listing dicts

------- Comment #3 From Wulf Krueger (RETIRED) 2007-08-18 01:17:33 0000 -------
Fixed in dictd-1.10.9.

First Last Prev Next    No search results available      Search page      Enter new bug