potato is stable, frozen and unstable, all three

2000-07-28 Thread Santiago Vila
# mount potato-i386-1_NONUS.raw /cdrom -o loop # ls - l /cdrom/dists total 6 lr-xr-xr-x1 root root6 jul 25 17:30 unstable -> potato lr-xr-xr-x1 root root6 jul 25 17:30 stable -> potato lr-xr-xr-x1 root root6 jul 25 17:30 frozen -> potato

Re: potato is stable, frozen and unstable, all three

2000-07-31 Thread Santiago Vila
On Fri, 28 Jul 2000, Ben Collins wrote: > On Fri, Jul 28, 2000 at 01:13:39PM +0200, Santiago Vila wrote: > > # mount potato-i386-1_NONUS.raw /cdrom -o loop > > # ls - l /cdrom/dists > > total 6 > > lr-xr-xr-x1 root root6 jul 25 17:30 unstable -&

Re: problems in upgrade

2001-06-21 Thread Santiago Vila
On 21 Jun 2001, Thomas Bushnell, BSG wrote: > Note the actual error above. I'll repeat it for those who skipped by: > > perl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /lib/libdb.so.3) I experienced this some weeks ago, and I'm glad to see a typescript of it. Possible causes

Re: problems in upgrade

2001-06-21 Thread Santiago Vila
I said: > * A Depends which should really be a Pre-Depends. This may be the bug: Package: perl-base Version: 5.6.0-21 Essential: yes Depends: libc6 (>= 2.2.1-2) This should be a Pre-Depends. Please report this as a grave bug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: problems in upgrade

2001-06-24 Thread Santiago Vila
Hello. There are three other essential packages in unstable which depend on libc6 without using a Pre-Depends, namely base-passwd_3.2.1, hostname_2.08 and ncurses-bin_5.2.20010318-2. If there are not objections I'm going to report serious bugs about them too. (We don't want another mess like the

Re: problems in upgrade

2001-06-24 Thread Santiago Vila
On Mon, 25 Jun 2001, Anthony Towns wrote: > On Sun, Jun 24, 2001 at 05:26:33PM +0200, Santiago Vila wrote: > > There are three other essential packages in unstable which depend on > > libc6 without using a Pre-Depends, namely base-passwd_3.2.1, > > hostname_2.08 and ncurs

Re: problems in upgrade

2001-06-26 Thread Santiago Vila
On Mon, 25 Jun 2001, Anthony Towns wrote: > Aha! More importantly, there's the non-essential, but required and depended > upon by perl (not perl-base) package libdb2, which doesn't Pre-Depend: on > libc6. > > I think what's happening is that: > > /usr/bin/perl (provided by perl-base.deb) is

Re: problems in upgrade

2001-06-26 Thread Santiago Vila
On Tue, 26 Jun 2001, Ben Collins wrote: > The libdb.so.3 in libdb2, that is historic from libc6 2.1.x, is not > going to be used by newly compiled programs (those compiled against > libc6 2.2, as opposed to libc6 2.1). How many packages compiled against the old libdb.so.3 are there? Would be po

dselect install does not work

2001-07-25 Thread Santiago Vila
To test the upgrade process, I've done basically the following: * Installed a potato system by using dselect (the "advanced method"), accepting the defaults (packages with priority >= standard). * apt-get install debconf (replacing debconf-tiny). * Make /etc/apt/sources.list point to woody. *

Re: dselect install does not work

2001-07-26 Thread Santiago Vila
On Wed, 25 Jul 2001, Joey Hess wrote: > Santiago Vila wrote: > > 93% [Scanning packages]Template parse error near "" at >/usr/lib/perl5/Debian/DebConf/Template.pm line 102, chunk 2. > > E: Sub-process /usr/sbin/dpkg-preconfigure --apt returned an error code (29) >

Re: Woody: xterm

2001-11-28 Thread Santiago Vila
Alec wrote: > I recently upgraded from potato to woody and "Home" and "End" keys stopped > working while editing the command line. Is this a new feature? A new bug. Apparently, gnome-terminal does it right. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: woody is getting worse...

2001-10-16 Thread Santiago Vila
Branden Robinson wrote: > There are plenty of bugs I don't intend to "release" XFree86 with, but > one that requires only a 5-second edit to conffile doesn't strike me as > "serious" by any stretch of the imagination. It only takes 5 seconds to fix once you know what you have to fix. Apparently m

Re: WHERE DID PINE SOURCE & DIFFS GO IN WOODY

2001-10-16 Thread Santiago Vila
Dean Roman wrote: > Where did the Pine source and diff .debs go in woody that were > part of the potato release? They were removed. There will be no more -src and -diff .deb's. > Are they planned for addition to the woody release or discontinued? In woody, pine is distributed in source-only for

Re: potato's apt makes the wrong decisions on dist-upgrade

2002-02-23 Thread Santiago Vila
Colin Watson wrote: > There've been quite a few people coming to the debian-user list recently > with the problem that packages like man-db and xbase-clients go missing > when upgrading from potato to woody using 'apt-get dist-upgrade' with > potato's apt. I had been advising people to upgrade dpk

Re: /usr/bin/[ ?

2002-03-05 Thread Santiago Vila
> I've just set up a laptop with Woody, going lovely, thanks to all of > you. I noticed while writing a shell script that searches some of my > $PATH that I have a file /usr/bin/[ - is this normal? I don't remeber > seeing it on any of my other boxen, although I don't have access to > them right

Re: can't find manual page for POSIX threads

2002-04-19 Thread Santiago Vila
Sasha Nedvedicky wrote: > i'm running woody > > i've also installed > glibc-doc 2.2.5-4 > libc6-dev 2.2.5-4 > manpages-dev1.39-1.1 > > i'm unable to find manpage about Linux Posix Threads (libpthread), which > should be IMHO inside /usr/share/man/man3/pthread.3.gz

Re: glibc/gettext inconsistancy ? & local .mo problem

2002-04-27 Thread Santiago Vila
Philippe Ribet wrote: > #include > #include > #include > > int main(){ > bindtextdomain("test",""); > textdomain("test"); > printf(gettext("hello\n")); > return 0; > } Try this patch: --- orig.test.c Sat Apr 27 11:23:38 2002 +++ test.c Sat Apr 27 11:23:54 2002 @@ -1,10 +1,11 @@

Re: glibc/gettext inconsistancy ? & local .mo problem

2002-04-27 Thread Santiago Vila
Philippe Ribet wrote: > Your suggestion does not solve the problem (system trace follow). > In my earlier test I tried sequence bindtextdomain, textdomain, setlocale > without succes. I tried the order you suggest but I got nothing better... > > [snipped] Run "dpkg-reconfigure locales" and choose

Re: glibc/gettext inconsistancy ? & local .mo problem

2002-04-27 Thread Santiago Vila
Philippe Ribet wrote: > Does anybody know how to use private directory translations > independently from system default language ? I don't... but /usr/share/doc/locales/README.gz suggests that you should generate locale files in your own directory (using localedef). But I have not managed to make

Re: glibc/gettext inconsistancy ? & local .mo problem

2002-04-30 Thread Santiago Vila
On Tue, 30 Apr 2002, Philippe Ribet wrote: > Santiago Vila wrote: > > > Philippe Ribet wrote: > > > Does anybody know how to use private directory translations > > > independently from system default language ? > > > > I don't... but /usr/share/doc

Re: Recommend severity change to Debian Bug report #143262 (sox:rec stopped working after last upgrade)

2002-05-01 Thread Santiago Vila
Paul L. Rogers wrote: > I don't know if this is the right place to discuss this, but I encountered > the same problem as described in Debian Bug report #143262 > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143262&repeatmerged=yes). > > I believe that it would reflect poorly on the Debian pro

Upgrade report.

2002-05-13 Thread Santiago Vila
Hello. Yesterday I have upgraded my 20-computer lab to woody. This was not a FAI-like "completely automated upgrade" but I used several tricks to make things easier. I used a local mini-distribution to make /var/lib/dpkg/available much smaller and reduce dpkg's load. Since every time I tried t

Re: Upgrade Potato to Woody (3.0)

2002-05-14 Thread Santiago Vila
Lukas Ruf wrote: > /usr/bin/update-menus > > creates a segmentation fault. So, I cannot install anything further. > Re-installing menu_2.1.5-10.1_i386.deb has not helped either. I > re-installed perl etc. But no success. > > Can anyone give me any hint? Thanks in advance, I would replace /usr/

Re: Sarge

2002-09-08 Thread Santiago Vila
Claudio wrote: > Excuse me, for my total ignorance, but i really don't know how to do > resolve this problem: > i download the Sarge, all 9 cd, but i can't install it. > I don't understand if this distribution is bootable, in first. Then, when i > try to install it using "dselect" of the Potato, i

Re: High spam and viruses caused by the Mailing list.

2004-02-04 Thread Santiago Vila
On Wed, 4 Feb 2004, Louis-David Perron wrote: > I don't know if the list masters can do anything about it, but I > created this e-mail address especially to post on this list about an > apache problem less than 48 hours ago. Since I posted the message, it > took less than 12 hours before I started

Re: Spam

2004-04-08 Thread Santiago Vila
On Wed, 7 Apr 2004 [EMAIL PROTECTED] wrote: > Why is there so much spam on this list? Because a) The lists are open, you don't need to subscribe to be able to post. b) The current method to avoid spam is to make it pass through a set of filters and assume it is not spam if the message passes th

Re: Is Sarge a mix of testing/unstable really?

2004-12-27 Thread Santiago Vila
On Mon, 27 Dec 2004, Thierry wrote: > APT::Default-Release "sarge"; Do you actually have a line in /etc/apt/sources.list saying "sarge"? If not, I recommend that you drop your apt.conf entirely and modify sources.list exclusively so that it reads "sarge", and nothing else. sarge and testing are

Re: Status of Slink

1998-12-08 Thread Santiago Vila
On Mon, 7 Dec 1998, Brian White wrote: > What's your opinion about the releasability of Slink? In my opinion, slink should not be released until all bugs against the virtual package "ftp.debian.org" regarding slink are fixed. -- "889fef49f84b499b46b21c864bde730c" (a truly random sig) -- To

Re: Debian v2.1 ("Slink") Deep Freeze

1999-01-19 Thread Santiago Vila
On Tue, 19 Jan 1999, Brian White wrote: >Debian v2.1 ("Slink") Deep Freeze > > After considerable delay, Slink is almost ready for release. As such, it > will go into the "deep freeze" on Wednesday, January 20th. Brian, will you please consider to do a ftp.debian.org bug hun

Re: XFree86 3.3.2.3a-8pre9v6 at master.debian.org/~branden/xfree86

1999-01-29 Thread Santiago Vila
Branden Robinson: > I don't know yet exactly how the new font and static library packages > will be handled. I want to build developer consensus on a solution. I have one possible solution here: deb http://master.debian.org/~sanvila frozen main [ The above is an apt-like line ]. Yes, these are

conffiles in /etc/init.d/*

1999-02-02 Thread Santiago Vila
Hello. I have done an upgrade from hamm to slink today. The upgrade was quite smooth, but I had to answer a lot of annoying questions about conffiles. For example, about /etc/init.d/atd. I'm quite sure that I did not change this file. What happened here? Well, this file was just not a conffile in

Re: XFree86 3.3.2.3a-9

1999-02-04 Thread Santiago Vila
On Wed, 3 Feb 1999, Heinrich Langos wrote: > did the xdm make it impossible to go to a normal console ? (Ctrl-Alt-Fx ?) Yes. This happened to me. I would wait for another X release before upgrading again. -- "168b3f966ba7e0a107eaf04c0eefa56f" (a truly random sig) -- To UNSUBSCRIBE, email

Re: Need "Deferred" status for bug system

1999-02-09 Thread Santiago Vila
On 8 Feb 1999, Adam Di Carlo wrote: > On Sun, 7 Feb 1999 13:05:47 -0800 (PST), brian holgate <[EMAIL PROTECTED]> > said: > > The current practice of downgrading bugs in order to release leads > > to large numbers of old bugs. I never file bug reports because there > > are almost always at least 3

Re: debian 2.1r3 needed and release team coordination

1999-04-05 Thread Santiago Vila
Hello. [ moving to -testing ]. May I add a few items?: * Sound devices should be back in the base system (they are currently missing). * lsof-2.0.35 should become lsof-2.0.36 or downgraded to optional. * An APT which does not remove essential packages would also be nice. [ I don't know if th

Re: debian 2.1r3 needed and release team coordination

1999-04-06 Thread Santiago Vila
On Tue, 6 Apr 1999, Enrique Zanardi wrote: > On Mon, Apr 05, 1999 at 02:44:43PM +0200, Santiago Vila wrote: > > Hello. > > > > [ moving to -testing ]. > > > > May I add a few items?: > > > > * Sound devices should be back in the base system (they

Re: debian 2.1r3 needed and release team coordination

1999-04-06 Thread Santiago Vila
On Tue, 6 Apr 1999 [EMAIL PROTECTED] wrote: > > > IIRC, there are two different sets of sound devices, OSS ones and ALSA > > > ones. > > > > Are they incompatible? > > > > I refer to /dev/sound, /dev/dsp, etc. [ oops, I meant /dev/audio ]. > I believe so. However, ALSA is available as a separ

Re: consensus on stuff left to be fixed in slink

1999-04-20 Thread Santiago Vila
On 9 Apr 1999, Adam Di Carlo wrote: > I'm hoping to build consensus and motivate people to try to fix some > of the bugs in slink which, I believe, seriously impact the quality of > slink. > > I have put up a page at > http://www.debian.org/~aph/slink-bugs.html>. Included below is > an ASCII ver

Bug#36431: consensus on stuff left to be fixed in slink

1999-04-21 Thread Santiago Vila
Package: dpkg Version: 1.4.0.34 Severity: grave On Tue, 20 Apr 1999, Karl B. Hammar wrote: > I cannot reproduce the segfault, can you be more specific? Yes: # LANG=es_ES.iso-8859-1 # mount /dev/fd0 /floppy # dpkg -i base-files_2.1.6.deb (Reading database ... 22791 files and directories currentl

Re: Debian and Adaptec 294x

1999-07-13 Thread Santiago Vila
On 10 Jul 1999, Adam Di Carlo wrote: > The last news I saw was that Karl H. had worked out a new kernel image > and rescue image at > >ftp://kalle.csb.ki.se/pub/vmlinuz-2.0.36-only-aic7xxx >ftp://kalle.csb.ki.se/pub/resc1440.bin-only-aic7xxx > > Can this group give me solid confirmation

Re: Debian and Adaptec 294x

1999-07-14 Thread Santiago Vila
On Tue, 13 Jul 1999, Karl B. Hammar wrote: > Since A. P. Garcia said that: > > From: "A. P. Garcia" <[EMAIL PROTECTED]> > http://www.debian.org/Lists-Archives/debian-testing-9907/msg4.html > reported > > The boot is getting hosed in the eata_detect function of the eata-dma > > driver (

Re: Bug..

1999-08-23 Thread Santiago Vila
On Mon, 23 Aug 1999, Justin Wheeler wrote: > I'm unsure of how to submit the bug, but I have found on in > the new ee package. (easy editor) .. In this ee, I loaded up > a file, proceeded to edit it like normal, and everything ran > smoothly until I went to save the file. At that time, ee > segf

potato install report

2000-01-27 Thread Santiago Vila
Today I have installed potato from scratch, using boot-floppies 2.2.4. I have made a list of annoying things: * There exists a perl-base package which is fake and essential. Is this really needed? essential packages should not proliferate, because some day we will want to get rid of them and

Re: Installation idiot test 2000 #2

2000-03-02 Thread Santiago Vila
On Thu, 2 Mar 2000, Philip Charles wrote: > Finally achieved a basic install. Required CD-3 to do this as base-config > was on this disc. > > I am now building a new set of disc trees where base-config priority has > been changed from "optional" to "required". This will ensure that this > packa

Re: Installation idiot test 2000 #3

2000-03-07 Thread Santiago Vila
On Fri, 3 Mar 2000, Jason Gunthorpe wrote: > On Fri, 3 Mar 2000, Philip Charles wrote: > > > 1. I had to scan each of the three binary CDs. Is this intended or is it > > connected with bug 57949? If it is intended then it needs to be made > > clear that all binary discs need to be scanned. >

Re: slink to potato checklist

2000-03-01 Thread Santiago Vila
On Mon, 28 Feb 2000 [EMAIL PROTECTED] wrote: > Maybe tonight's test should be a slink install followed by a potato > upgrade. > > So far I have: > > 1) see what happens to /root permissions along the way > > 2) create a long groupname as slink and see if we can add a new user to it > as potato

Re: procmailproblems

2000-04-26 Thread Santiago Vila
On Tue, 25 Apr 2000, Mithrandir wrote: > I have some problems with procmail, it will not deliver the mail as wanted, > does anyone can help please?? as attachment there is my .procmailrc. > The user doesn't get any mails anymore :(( > The procmail is installed with sendmail and called through the

potato is stable, frozen and unstable, all three

2000-07-28 Thread Santiago Vila
# mount potato-i386-1_NONUS.raw /cdrom -o loop # ls - l /cdrom/dists total 6 lr-xr-xr-x1 root root6 jul 25 17:30 unstable -> potato lr-xr-xr-x1 root root6 jul 25 17:30 stable -> potato lr-xr-xr-x1 root root6 jul 25 17:30 frozen -> potato d

Re: potato is stable, frozen and unstable, all three

2000-07-31 Thread Santiago Vila
On Fri, 28 Jul 2000, Ben Collins wrote: > On Fri, Jul 28, 2000 at 01:13:39PM +0200, Santiago Vila wrote: > > # mount potato-i386-1_NONUS.raw /cdrom -o loop > > # ls - l /cdrom/dists > > total 6 > > lr-xr-xr-x1 root root6 jul 25 17:30 unstable -> p

Re: problems in upgrade

2001-06-21 Thread Santiago Vila
On 21 Jun 2001, Thomas Bushnell, BSG wrote: > Note the actual error above. I'll repeat it for those who skipped by: > > perl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by > /lib/libdb.so.3) I experienced this some weeks ago, and I'm glad to see a typescript of it. Possible cause

Re: problems in upgrade

2001-06-21 Thread Santiago Vila
I said: > * A Depends which should really be a Pre-Depends. This may be the bug: Package: perl-base Version: 5.6.0-21 Essential: yes Depends: libc6 (>= 2.2.1-2) This should be a Pre-Depends. Please report this as a grave bug.

Re: problems in upgrade

2001-06-24 Thread Santiago Vila
Hello. There are three other essential packages in unstable which depend on libc6 without using a Pre-Depends, namely base-passwd_3.2.1, hostname_2.08 and ncurses-bin_5.2.20010318-2. If there are not objections I'm going to report serious bugs about them too. (We don't want another mess like the

Re: problems in upgrade

2001-06-24 Thread Santiago Vila
On Mon, 25 Jun 2001, Anthony Towns wrote: > On Sun, Jun 24, 2001 at 05:26:33PM +0200, Santiago Vila wrote: > > There are three other essential packages in unstable which depend on > > libc6 without using a Pre-Depends, namely base-passwd_3.2.1, > > hostname_2.08 and ncurs

Re: problems in upgrade

2001-06-26 Thread Santiago Vila
On Mon, 25 Jun 2001, Anthony Towns wrote: > Aha! More importantly, there's the non-essential, but required and depended > upon by perl (not perl-base) package libdb2, which doesn't Pre-Depend: on > libc6. > > I think what's happening is that: > > /usr/bin/perl (provided by perl-base.deb) is

Re: problems in upgrade

2001-06-26 Thread Santiago Vila
On Tue, 26 Jun 2001, Ben Collins wrote: > The libdb.so.3 in libdb2, that is historic from libc6 2.1.x, is not > going to be used by newly compiled programs (those compiled against > libc6 2.2, as opposed to libc6 2.1). How many packages compiled against the old libdb.so.3 are there? Would be pos

dselect install does not work

2001-07-25 Thread Santiago Vila
To test the upgrade process, I've done basically the following: * Installed a potato system by using dselect (the "advanced method"), accepting the defaults (packages with priority >= standard). * apt-get install debconf (replacing debconf-tiny). * Make /etc/apt/sources.list point to woody. * "

Re: dselect install does not work

2001-07-26 Thread Santiago Vila
On Wed, 25 Jul 2001, Joey Hess wrote: > Santiago Vila wrote: > > 93% [Scanning packages]Template parse error near "" at > > /usr/lib/perl5/Debian/DebConf/Template.pm line 102, chunk 2. > > E: Sub-process /usr/sbin/dpkg-preconfigure --apt returned an error co

Re: WHERE DID PINE SOURCE & DIFFS GO IN WOODY

2001-10-16 Thread Santiago Vila
Dean Roman wrote: > Where did the Pine source and diff .debs go in woody that were > part of the potato release? They were removed. There will be no more -src and -diff .deb's. > Are they planned for addition to the woody release or discontinued? In woody, pine is distributed in source-only form

Re: woody is getting worse...

2001-10-16 Thread Santiago Vila
Branden Robinson wrote: > There are plenty of bugs I don't intend to "release" XFree86 with, but > one that requires only a 5-second edit to conffile doesn't strike me as > "serious" by any stretch of the imagination. It only takes 5 seconds to fix once you know what you have to fix. Apparently ma

Re: Woody: xterm

2001-11-28 Thread Santiago Vila
Alec wrote: > I recently upgraded from potato to woody and "Home" and "End" keys stopped > working while editing the command line. Is this a new feature? A new bug. Apparently, gnome-terminal does it right.

Re: potato's apt makes the wrong decisions on dist-upgrade

2002-02-23 Thread Santiago Vila
Colin Watson wrote: > There've been quite a few people coming to the debian-user list recently > with the problem that packages like man-db and xbase-clients go missing > when upgrading from potato to woody using 'apt-get dist-upgrade' with > potato's apt. I had been advising people to upgrade dpkg

Re: /usr/bin/[ ?

2002-03-05 Thread Santiago Vila
> I've just set up a laptop with Woody, going lovely, thanks to all of > you. I noticed while writing a shell script that searches some of my > $PATH that I have a file /usr/bin/[ - is this normal? I don't remeber > seeing it on any of my other boxen, although I don't have access to > them right

Upgrade report.

2002-05-13 Thread Santiago Vila
Hello. Yesterday I have upgraded my 20-computer lab to woody. This was not a FAI-like "completely automated upgrade" but I used several tricks to make things easier. I used a local mini-distribution to make /var/lib/dpkg/available much smaller and reduce dpkg's load. Since every time I tried to

Re: Upgrade Potato to Woody (3.0)

2002-05-14 Thread Santiago Vila
Lukas Ruf wrote: > /usr/bin/update-menus > > creates a segmentation fault. So, I cannot install anything further. > Re-installing menu_2.1.5-10.1_i386.deb has not helped either. I > re-installed perl etc. But no success. > > Can anyone give me any hint? Thanks in advance, I would replace /usr/b

Re: Recommend severity change to Debian Bug report #143262 (sox: rec stopped working after last upgrade)

2002-05-01 Thread Santiago Vila
Paul L. Rogers wrote: > I don't know if this is the right place to discuss this, but I encountered > the same problem as described in Debian Bug report #143262 > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143262&repeatmerged=yes). > > I believe that it would reflect poorly on the Debian proj

Re: Sarge

2002-09-08 Thread Santiago Vila
Claudio wrote: > Excuse me, for my total ignorance, but i really don't know how to do > resolve this problem: > i download the Sarge, all 9 cd, but i can't install it. > I don't understand if this distribution is bootable, in first. Then, when i > try to install it using "dselect" of the Potato, i