# 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
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 -&
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
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
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
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
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
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
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.
*
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)
>
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
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
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
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
> 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
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
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 @@
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 (
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
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
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
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.
>
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
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
# 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
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
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
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.
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
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
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
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
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.
* "
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
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
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
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.
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
> 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
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
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
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
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
65 matches
Mail list logo