Re: Bits from the release team: the plans for etch

2005-11-07 Thread Philippe Troin
Gabor Gombas <[EMAIL PROTECTED]> writes: > On Fri, Nov 04, 2005 at 11:01:20AM -0800, Philippe Troin wrote: > > > Although I agree with the above on principle, how do you manage > > membership to the floppy, audio, video, etc groups? > > pam_group for example. p

Re: Bits from the release team: the plans for etch

2005-11-04 Thread Philippe Troin
Gabor Gombas <[EMAIL PROTECTED]> writes: > On Sat, Oct 29, 2005 at 10:21:13PM -0700, Philippe Troin wrote: > > > An other issue that always annoyed me is that assuming a NIS server > > and a NIS client which both install say exim. I want to give some > > users

Re: Bits from the release team: the plans for etch

2005-10-29 Thread Philippe Troin
Steve Langasek <[EMAIL PROTECTED]> writes: > On Thu, Oct 27, 2005 at 07:24:28AM -0500, Steve Greenland wrote: > > On 27-Oct-05, 04:39 (CDT), Jonas Meurer <[EMAIL PROTECTED]> wrote: > > > > it produces at least a bloated passwd/group/shadow file. > > > "Bloat"? The /etc/passwd on my development

Re: should etch be Debian 4.0 ?

2005-07-07 Thread Philippe Troin
"Roberto C. Sanchez" <[EMAIL PROTECTED]> writes: > On Fri, Jul 08, 2005 at 11:57:25AM +1000, Drew Parsons wrote: > > I'm already seeing documentation referring to "Debian 3.2 (etch)". Is > > this really what we want? > > > > I remember some of us belatedly suggested sarge should be Debian 4.0, >

Re: Free ASICs.

2004-12-13 Thread Philippe Troin
Bruce Perens <[EMAIL PROTECTED]> writes: > Hamish Moffatt wrote: > > >Manufacturing an ASIC involves NRE (non-recurring engineering) costs of > >hundreds of thousands to millions per revision. > > > If you haven't looked at OpenCores.org yet, please do so to get an > idea of how far they have be

Re: Use opie on Debian central servers to prevent password sniffing?

2003-12-10 Thread Philippe Troin
Tim Freeman <[EMAIL PROTECTED]> writes: > At > http://lists.debian.org/debian-announce/debian-announce-2003/msg3.html > it says the Debian machines were compromised by password sniffing from > other compromised machines. If you use one time passwords instead, > then password sniffing doesn't

Re: Please remove RFCs from the documentation in Debian packages

2003-07-03 Thread Philippe Troin
"Marco d'Itri" <[EMAIL PROTECTED]> writes: > On Jul 03, Petter Reinholdtsen <[EMAIL PROTECTED]> wrote: > > >I believe this whole case of RFC standards are not confirming to The > >Debian Free Software Guidelines display a complete lack of > >understanding of the value of standards, and should

Garbled messages received from lists.d.o.

2003-06-27 Thread Philippe Troin
I have been receiving bugs.d.o emails which are unrelated to my package for the last two-three days. And their headers seem quite garbled: they include part of other messages... Included five of them. Is there anything fishy going on? Or is the spam filter going crazy? Phil. --- Begin Message -

Re: fcntl(HANDLE, F_GETLK,&fl) with perl

2003-06-18 Thread Philippe Troin
Bill Allombert <[EMAIL PROTECTED]> writes: > Hello Debian-devel, > > I try to code the following in perl > > struct flock fl; > if (fcntl(fd,F_GETLK,&fl) == -1) > > to query the dpkg lock. > > I have tried the above > > fcntl DPKG_LOCKFILE,F_GETLK, \%fl; > > but it does not seems to wor

Re: Unreadable packages in dak queue

2002-08-27 Thread Philippe Troin
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > On Tue, Aug 27, 2002 at 04:26:15PM -0700, Philippe Troin wrote: > > Is there any reason why the packages in the dak queue (for example > > /org/ftp.debian.org/queue/new on ftp-master) are 660 instead of 664 ? > > Yep.

Unreadable packages in dak queue

2002-08-27 Thread Philippe Troin
Is there any reason why the packages in the dak queue (for example /org/ftp.debian.org/queue/new on ftp-master) are 660 instead of 664 ? Phil.

Re: Do not link GNOME apps with libpng3

2002-01-09 Thread Philippe Troin
"Steve M. Robbins" <[EMAIL PROTECTED]> writes: > On Wed, Jan 09, 2002 at 03:23:25PM +0100, Christian Marillat wrote: > > >> "SMR" == Steve M Robbins <[EMAIL PROTECTED]> writes: > > > > > On Wed, Jan 09, 2002 at 03:09:08PM +0100, Christian Marillat wrote: > > > > [...] > > > > >> I really want t

Re: [ccheney@cheney.cx: libqt2 libpng2 resolution]

2002-01-09 Thread Philippe Troin
Daniel Stone <[EMAIL PROTECTED]> writes: > On Wed, Jan 09, 2002 at 10:07:13AM +0900, Junichi Uekawa wrote: > > Daniel Stone <[EMAIL PROTECTED]> cum veritate scripsit: > > > > > > It's only the -dev package, which is only required > > > > for the compile time, and I believe it is quite small, only

Re: [ccheney@cheney.cx: libqt2 libpng2 resolution]

2002-01-07 Thread Philippe Troin
Chris Cheney <[EMAIL PROTECTED]> writes: > On Mon, Jan 07, 2002 at 10:07:23AM -0800, Philippe Troin wrote: > -snip- > > > > Sounds good to me. > > > > How do you plan to prevent programs that link with libqt2 to also link > > with libpng3 ? Manual ch

Re: [ccheney@cheney.cx: libqt2 libpng2 resolution]

2002-01-07 Thread Philippe Troin
Chris Cheney <[EMAIL PROTECTED]> writes: > On Mon, Jan 07, 2002 at 05:06:27AM -0800, Philippe Troin wrote: > -snip- > > > > Sounds good to fix all the current problems... however how are we > > going to handle the libpng2 -> libpng3 conversion ? Your soluti

Re: [ccheney@cheney.cx: libqt2 libpng2 resolution]

2002-01-07 Thread Philippe Troin
Chris Cheney <[EMAIL PROTECTED]> writes: > I forgot to cc debian-devel on this: > > I think that the best solution to the problem would be for me to upload a > new version of libqt2 2.3.1 compiled against libpng2. Due to the potential > problems with upgrading from stable (potato) to the future

Re: /bin/ls is impure!

2001-09-19 Thread Philippe Troin
"Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> writes: > > > > It works... Something's wrong with your system. > > Try strace'ing ls. > > what shell are you playing with? I presume most people are using bash. Zsh. Phil.

Re: /bin/ls is impure!

2001-09-19 Thread Philippe Troin
Norbert Veber <[EMAIL PROTECTED]> writes: > Hi, > > This is probably the weirdest thing I've seen in debian so far. > > I was able to re-produce it on my home and work machines, and a person on > irc also go the same results. > > Try this: > apt-get install purity purity-off # Not sure if the -

Re: Problem with resolv.conf and search list

2001-09-15 Thread Philippe Troin
[moving the discussion to [EMAIL PROTECTED] Bruno BEAUFILS <[EMAIL PROTECTED]> writes: > There is something I do not understand about resolving hostnames. It seems the > search primitive of resolv.conf does not work properly in sid, nor in woody. > > Let's see some of my configuration files : >

Re: ITP: Partition Image

2000-09-13 Thread Philippe Troin
Sergio Rua <[EMAIL PROTECTED]> writes: > I Intent to Package "Partion Image". 8< snip >8 > NOTE to Philippe Troin: this package require a libbz2 >= 1.0.0 In woody, > now, 0.9.5d-2 I'm working on packaging 1.0.1 right now... Expect it within a coup

Best way to depend on an xserver but conflict with XF86 v4 ?

2000-09-12 Thread Philippe Troin
I have a package (utah-glx) which needs can be used only on a XF86 3.3.6 server. How can I express this ? Depends: xserver(<<4.0) does not work since xserver is a virtual package. I found: Depends: xserver Conflicts: xfree86-common(<=4.0) to be working. Is it the right way (or a good en

Re: WTF does zsh 3.1.9 does in potato-proposed-updates ?

2000-09-07 Thread Philippe Troin
Package: zsh Version: 3.1.9.dev6-1 Clint Adams <[EMAIL PROTECTED]> writes: > > Why a new zsh was introduced in potato-proposed-updates ? It's not > > compatible with thw previous version... > > What do you mean, it's not compatible? "zmodload complist" does not work for example (it says it can

WTF does zsh 3.1.9 does in potato-proposed-updates ?

2000-09-05 Thread Philippe Troin
Why a new zsh was introduced in potato-proposed-updates ? It's not compatible with thw previous version... I thought potato-proposed-updates was just about severe bugfixes... Phil. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

What happened to the alpha potato iso images ?

2000-08-15 Thread Philippe Troin
There used to be some alpha iso images on cdimage.debian.org (& mirrors), but they disappeared later on... How come ? Phil.

Re: X with wdm capable of selecting host at login

2000-08-15 Thread Philippe Troin
Brian May <[EMAIL PROTECTED]> writes: > > "Brian" == Brian May <[EMAIL PROTECTED]> writes: > > esoR> # /etc/init.d/wdm stop # X -indirect localhost > > esoR> and I get an X background with a mouse cursor but no wdm > esoR> panel. I, once again, assume that this is the correct >

Re: X with (g|w|x)dm capable of selecting host at login

2000-08-14 Thread Philippe Troin
John Goerzen <[EMAIL PROTECTED]> writes: > xdm already has this feature, I believe. > > -- John > > esoR ocsirF <[EMAIL PROTECTED]> writes: > > > Hi, > > A while back there was mention of developing a display manageer that > > could select a host to login to. What ever became of this? > > > >

Re: portmap/networking: shutdown script links screwed-up?

2000-03-13 Thread Philippe Troin
Jose Marin <[EMAIL PROTECTED]> writes: > I am running several boxes with unstable(woody), and the sutdown process > on some of them hangs near the end. They are all NFS clients to other > Linux and Solaris machines. The ones that hang do it when trying to > access NFS (I think trying to umount t

Potato fresh install

2000-03-11 Thread Philippe Troin
I installed a fresh copy of potato on a box, using the 2.2.7-2000-02-13 boot-disks. The base system install worked perfectly OK here. The first time I tried to run apt (on a NFS archive), the package scanning done by debconf failed because base-perl was missing getopt. => dpkg -i perl*.deb

Need help for GPG

1999-10-04 Thread Philippe Troin
I'm trying to use GPG for signing my debian packages... I've successfully created my new GPG secret key, and when I list my keys and signatures, I get: % gpg -v --list-sig [EMAIL PROTECTED] gpg: Warning: using insecure memory! pub 1024D/6EAF7F87 1999-10-04 Philippe Tro

Re: Hosed potato/main/Packages...

1999-09-30 Thread Philippe Troin
Michael Alan Dorman <[EMAIL PROTECTED]> writes: > the aleph-* packages have Priority: optionnal, which is, well, wrong. Yeah, just uploaded some new packages which fix the typo. Maybe it should be trapped by dinstall instead of hoosing apt/deselect/etc... Dpkg is happy with it however... Phil.

Re: freetype1 is gone from slink, imagemagick still depends on it

1998-10-15 Thread Philippe Troin
"Scott K. Ellis" <[EMAIL PROTECTED]> writes: > > On Wed, Sep 30, 1998 at 07:14:20PM -0700, Ben Gertzfield wrote: > > I'm a little confused. freetype2-dev conflicts with freetype1 (<= > > 1.0.0.1998-03-22-1) yet freetype1 is nowhere to be found in slink, > > and the latest version in hamm is 1.0.0

rpc.fakelockd available for Solaris/Linux NFS

1998-10-14 Thread Philippe Troin
I've been struggling with this for a couple of days, so I wanted to share my solution... * The story: If one mounts a NFS directory on a Solaris box, then Solaris just _assumes_ that there's an rpc.lockd sitting on the other side. Linux 2.0 NFS implementation doesn't come with the NLM protoco

Re: Problem compiling module

1998-10-03 Thread Philippe Troin
Jeff McWilliams <[EMAIL PROTECTED]> writes: > Help. I've been trying to compile the lm_sensors source without much > success. lm_sensors was written as a linux module that talks to the > voltage and temperature sensors on a motherboard and lets you query > /proc/sensors to view this information.

Re: Debian Re-organization proposals (was: Re: so what?)

1998-06-03 Thread Philippe Troin
On Wed, 03 Jun 1998 11:17:15 BST Philip Hands ([EMAIL PROTECTED]) wrote: > > David> Voting by developers should be limited to the election and > > David> recall of leaders and the ratification of amendments. > > > > Why? Because even though we do all the work, the masses are > > too dumb

Re: Mnemonic? (possible intent to package...)

1998-05-01 Thread Philippe Troin
On Fri, 01 May 1998 08:25:16 MDT Bear Giles ([EMAIL PROTECTED]) wrote: > > On Thu, 30 Apr 1998 17:22:12 MDT Bear Giles ([EMAIL PROTECTED]) > > wrote: > > > If not, does anyone know where "dlfcn.h" (as I recall) comes from? > > > > % dpkg -S dlfcn.h > > libc6-dev: /usr/include/dlfcn.h > > I al

Re: Mnemonic? (possible intent to package...)

1998-05-01 Thread Philippe Troin
On Thu, 30 Apr 1998 17:22:12 MDT Bear Giles ([EMAIL PROTECTED]) wrote: > If not, does anyone know where "dlfcn.h" (as I recall) comes from? % dpkg -S dlfcn.h libc6-dev: /usr/include/dlfcn.h It's the header for dlopen(), dlclose(), dlsym(), dladdr(), the dynamic linker functions. Phil. -- T

Re: Libc6 2.0.5c has a leak in inet_ntoa

1997-12-09 Thread Philippe Troin
On Wed, 10 Dec 1997 10:05:16 +1100 Craig Sanders ([EMAIL PROTECTED]) wrote: > On Wed, 26 Nov 1997, Philippe Troin wrote: > > > Libc6 2.0.5c has a leak in inet_ntoa. > > > > [...deleted...] > > > > In the meantime, you can link programs which do heavy inet_nt

Re: Documentation Policy

1997-06-23 Thread Philippe Troin
On Mon, 23 Jun 1997 20:13:13 +0200 Christian Schwarz ([EMAIL PROTECTED]) wrote: > Option 3: We ship .texi files and produce HTML and/or info files on > demand (in the postinst script). I like this idea a lot. I *hate* having to fetch the source package to produce a postscript output... Ph

QA/test request

1997-06-20 Thread Philippe Troin
Hi fellow testers, I've just uploaded diald to master, and I plan to have it in Debian 1.3.1: it fixes many many packaging bugs and some diald bugs too. It has also the neat feature of rewriting outbound packets' IP headers stored in its buffer with dynamically allocated IPs. Neat neat. Can y

Re: Maintainer for Work-Needing ... FAQ needed

1997-06-19 Thread Philippe Troin
On 19 Jun 1997 17:47:49 +0200 Sven Rudolph ([EMAIL PROTECTED]) wrote: > Due to limited time I cannot maintain the "Work-Needing and > Prospective Packages for Debian GNU/Linux" anymore. We'll try to be taking this in the QA group (as I told you a looong time ago, without any effect (my fault))

Re: attempting to solve copyright problem

1997-06-19 Thread Philippe Troin
On Thu, 19 Jun 1997 00:13:09 EDT Igor Grobman ([EMAIL PROTECTED]) wrote: > I recently (yesterday, in fact) discovered a wonderful Tcl/Tk-based irc client > for X called cIRCus. It is by far the best graphical irc client I've seen. > My first thought was, of course, to package it for Debian, b

Re: thread support

1997-06-14 Thread Philippe Troin
On Fri, 13 Jun 1997 11:11:18 GMT Guenter Geiger ([EMAIL PROTECTED] ) wrote: > Will there be kernel level thread support for Debian ? Yes ! > The Linuxthreads package from Xavier Leroy is a very good Thread > Library supporting Posix threads. In order to develop threaded > applications there sho

Adding conffiles to a package

1997-06-12 Thread Philippe Troin
I'm stuck with the diald package, and I've got problems with users from old versions. The thing is: the files /etc/diald/diald.ip-{up,down} weren't conffiles, and now they are. Installing a new version of diald where the ip-up/down scripts are conffiles on top of an old version where they weren

Re: libc6

1997-06-11 Thread Philippe Troin
When will we get libc6 X packages ? Phil. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

I'm back !

1997-06-06 Thread Philippe Troin
Fellow debianers, After a one-month (unexpected) vacation, I'm back, and I cleared a backlog of 5000+ emails. If you've emailed me and still waiting for a reply, then your mail has been lost or deleted, and you should send it again. I'm very happy than 1.3 is finally released. AFAIK, there wi

Bug#4530: ld cannot find most shared libraries

1996-09-21 Thread Philippe Troin
On Fri, 20 Sep 1996 16:46:52 +1000 Mr Stuart Lamble ([EMAIL PROTECTED]) wrote: > I've recently had problems linking programs non-statically with (e.g.) the > X11 libraries, etc. Static libraries are fine, shared have problems. Upon > investigation, and discussion with a friend, it appears that l

dpkg versions

1996-09-18 Thread Philippe Troin
Sorry if this has already been asked many times... I currently run dpkg 1.2.14. I've read various posts about the new 1.3 version. Do I need to upgrade (I think yes) to make new packages in 1.3 format to be included in Debian 1.2 ? Do I need to change the package debian.* files to the new Debi

Imagmagick license & various problems

1996-09-18 Thread Philippe Troin
Hi Folks. I've debianized ImageMagick and uploaded it to master, in section non-free for now. However I think I could move it to the 'graphics' section as: 1) The license states it's free (included as attachment) 2) It doesn't include the GIF compression code What do you think about thi

Bug#4494: Xlib's XForceScreenSaver flashes the display

1996-09-15 Thread Philippe Troin
Package: xserver-svga Version: 3.1.2-5 The attached piece of code makes the whole display to flash. Here is some information: dpkg -Package: xserver-svga Status: install ok installed Priority: optional Section: x11 Maintainer: Stephen Early <[EMAIL PROTECTED]> Source: XFree86 Version: 3.1.2-5 Rep

Re: TclX package again

1996-08-21 Thread Philippe Troin
ntly dropped > from debian-devel three weeks ago and no amount of trying on my or > Bruce's parts has been able to get me back on the list. Can anyone put me on the list too ? In the meantime can you post followups to my address as well as the list, please... > Philippe Troin write