Le Friday 24 October 2008 16:02:28 Kern Sibbald, vous avez écrit : > On Friday 24 October 2008 15:42:42 Eric Bollengier wrote: > > Le Wednesday 22 October 2008 15:27:59 Ante Karamatic, vous avez écrit : > > > On Sat, 18 Oct 2008 17:45:03 -0400 > > > > > > Scott Barninger <[EMAIL PROTECTED]> wrote: > > > > So, should we talk to anyone about this? Or do they consider this an > > > > unannounced security feature? > > > > > > As commented on bug, this is something Ubuntu inherited from Debian. I > > > do understand both Debian's and your point of view. I'm not in favor > > > for any of those configurations; both have ups and downs. > > > > > > But, except of that FDAddress (and random password) problem, what else > > > do you find wrong in packages? I've worked on some changes in those > > > packages, but I would like to hear other problems users are having. > > > > An other point, Ubuntu (and Debian) are creating lots of database indexes > > that are used in few cases and are not mandatory. > > Can you give me an example of what they are creating. I am just now > starting to work on the Certified binaries document again, and maybe I can > add something along these lines.
--- orig/src/cats/make_postgresql_tables.in +++ src/cats/make_postgresql_tables.in @@ -44,9 +44,9 @@ -- Possibly add one or more of the following indexes -- if your Verifies are too slow. -- --- CREATE INDEX file_pathid_idx on file(pathid); --- CREATE INDEX file_filenameid_idx on file(filenameid); --- CREATE INDEX file_jpfid_idx on file (jobid, pathid, filenameid); +CREATE INDEX file_pathid_idx on file(pathid); +CREATE INDEX file_filenameid_idx on file(filenameid); +CREATE INDEX file_jpfid_idx on file (jobid, pathid, filenameid); > > (they have to use them if they are in trouble). > > What do you mean by "if they are in trouble"? if their verify is slow (but i'm not sure that it will speed something) > Kern > > PS: the stats-test runs fine now. Thanks. no problem :) Bye ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
