On Thu, 16 May 2002, Simon Oosthoek wrote: >hi all > >I'm trying out today's cvs (from cvs) and I'm getting this error when >starting licq: > >11:19:09: [WRN] Licq: Ignoring stale lockfile (pid 13587) >11:19:10: [ERR] IniFile: Warning, failed to find key. > File = /home/simon/.licq/licq.conf > Section = [groups] > Key = "Group1.id" >11:19:10: [ERR] IniFile: Fatal error, terminating program. > >what changed? or what should I change to fix it?
In section [groups] you will find somethign like this: [groups] NumOfGroups = 3 DefaultGroup = 0 NewUserGroup = 1 Group1.name = Family Group2.name = Friends Group3.name = New Users The section now aparently depends on group id assignments, which the cvs does not currently add on it's own. [groups] NumOfGroups = 3 DefaultGroup = 0 NewUserGroup = 1 Group1.name = New Users Group2.name = Friends Group3.name = Family Group1.id = 0 Group2.id = 0 Group3.id = 0 -- Chris Hotte (aka NightFlight) Systems Adiministrator, [EMAIL PROTECTED] _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Licq-main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
