Package: apt
Version: 2.6.1
Severity: normal
If the rfc822 style debian.sources format is being pushed for Trixie,
then there should be a debian.sources(5) man page which documents it.
Even if debian.sources(5) simply redirects to sources.list(5) showing
both formats, that should be enough.
-- Pa
Package: coreutils
Version: 9.1-1
Severity: minor
Tags: upstream
The info page for shred includes this example code:
i=$(mktemp)
exec 3<>"$i"
rm -- "$i"
echo "Hello, world" >&3
shred - >&3
exec 3>-
The last line is incorrect. It should be "exec 3>&-" which closes f
The version of mawk shipped with bullseye still has this bug (or what
upstream calls a known limitation).
I've also verified that the bug occurs with upstream mawk, version
1.3.4-20200120, both with and without the --without-builtin-regex
compile time option.
unicorn:~/tmp/mawk-1.3.4-20200120$ ./
Package: www.debian.org
Severity: normal
Apologies if this is the wrong pseudo-package; I couldn't find one
for archive.debian.org specifically.
Attempts to download a package from the archive.debian.org site using
https with command line tools fail. These examples are performed on a
bullseye ho
On Wed, Jul 28, 2021 at 10:06:45AM +0200, Axel Beckert wrote:
> From my mind there are also some more possible states, which seem not
> to be documented in the manual at all on a first glance. IIRC these
> are:
>
> H or h = on hold
> U or u = unpacked, but not configured, e.g. if the configure ste
Package: aptitude
Version: 0.8.13-3
Severity: wishlist
Tags: patch
This patch improves the documentation of the state indicator letters, used
in the output of the "search" and "why" actions.
-- Package-specific info:
Terminal: rxvt-unicode-256color
$DISPLAY is set.
which aptitude: /usr/bin/aptitu
Package: pinfo
Version: 0.6.13-1.1
Severity: normal
I get the message "Tag table is corrupt, trying to fix..." when repeating
a total-search after starting pinfo on a sub-node inside a larger page tree.
Steps to reproduce:
pinfo date
s
%F
f
f
This assumes Debian's default configuration with KEY
There is no /etc/default/su file by default, but if you create one and
put
ALWAYS_SET_PATH yes
in it, then su *does* change the PATH variable, and this avoids the warning
message from login.
ii util-linux 2.33.1-0.1 amd64miscellaneous system utilities
unicorn:~$ cat /etc/default/
Having ksh removed from buster is definitely not my preferred outcome.
Getting one line added to the copyright file would be ideal, but if
that's not allowed, then I can live with "fixed after buster".
Package: ksh
Version: 93u+20120801-3.4
Severity: serious
Justification: Policy 12.5
There is no Source field, nor any other information saying where the
upstream sources were obtained, in the copyright file.
-- System Information:
Debian Release: 10.0
APT prefers testing
APT policy: (500, 'te
Package: pciutils
Version: 1:3.5.2-1
Severity: wishlist
Very frequently, people ask for help with their devices (video, network,
etc.) and someone asks them to show the output of lspci. Which they
eventually do. But it would be *so* much more helpful if they would
show the output of "lspci -nn"
Package: util-linux
Version: 2.33.1-0.1
Severity: minor
The su(1) man page mentions runuser(1) (which is correct) in the DESCRIPTION
section, but runuser(8) (which does not exist) in the SEE ALSO section.
-- System Information:
Debian Release: 10.0
APT prefers testing
APT policy: (500, 'testi
I just discovered today that this bug is related to (and is perhaps the
fundamental cause of) other issues I've been seeing.
Specifically, systemd-logind not being able to recognize my NIS user
account resulted in my not being able to start X (via startx) without
hacking the Xwrapper.config to rev
Actually, won't need a new bug: it's already filed. Bug#878625.
Yesterday I noticed another issue and wondered if it might be related
to this one. Turns out: yes, it is.
The issue as I observed it was the complete lack of all XDG_* environment
variables when I logged in. Didn't matter whether it was console or ssh.
(There was also no /run/user/MYUID director
In the release notes, there's a udevadm command which is supposed to
tell us what the new interface name will be, but I had some trouble
interpreting the output.
wooledg:~$ udevadm test-builtin net_id /sys/class/net/eno1 2>/dev/null
ID_NET_NAMING_SCHEME=v240
ID_NET_NAME_MAC=enxa08cfdc389e0
ID_OUI_
On Tue, Apr 02, 2019 at 12:10:59AM +0200, Thanatermesis wrote:
> If you installed systemd, maybe you need to install libpam-systemd too to
> solve this issue
It's installed. I showed it specifically because it was mentioned in
this bug.
> El lun., 1 abr. 2019 a las 17:18,
I ran into this bug upon upgrading from stretch to buster today.
This system is an HP EliteDesk desktop PC with:
00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM
Registers [8086:191f] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530
[808
On Sun, Jan 14, 2018 at 01:35:30AM +0100, Santiago Vila wrote:
> On Tue, 26 Dec 2017, Greg Wooledge wrote:
>
> > -if [ -r $i ]; then
> > - . $i
> > +if [ -r "$i" ]; then
> > + . "$i"
>
> Thanks for the report.
>
>
Package: base-files
Version: 9.9+deb9u3
Severity: normal
Tags: patch
--- /usr/share/base-files/profile 2016-03-04 06:00:00.0 -0500
+++ /tmp/profile2017-12-26 15:49:08.839804524 -0500
@@ -26,8 +26,8 @@
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do
-
On Wed, Jul 19, 2017 at 01:45:42PM -0300, Henrique de Moraes Holschuh wrote:
> But with the patch, at least there is now an "exit" button when it is
> run in standalone mode...
Yes, that appears to work for me in standalone mode. I'm not in a
good position to test it within d-i.
Package: tasksel
Version: 3.39
Severity: normal
I was trying to help someone in #debian who wanted to install the
Standard set of packages after his netinst had failed to do so due to
a lack of network connection at the time. I thought that perhaps he
could use tasksel to achieve this, so I tried
I believe I was able to get this working by making a change to the
/etc/network/interfaces file:
# allow-hotplug eth0
auto eth0
iface eth0 inet dhcp
I replaced the allow-hotplug with auto. Now, after booting, it appears
to be working:
wooledg:~$ sudo systemctl status nfs-server
* nfs-server.ser
Package: nfs-kernel-server
Version: 1:1.3.4-2.1
Severity: normal
The NFS server starts before DNS is working, causing exportfs to fail:
wooledg:~$ sudo systemctl status nfs-kernel-server
[sudo] password for wooledg:
* nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/sy
FYI, the problem (all keyboard events received as NoSymbol) continues
for me in the stretch version of x2x (1.30-3).
Reinstalling my x2x_1.27.svn.20060501-4_amd64.deb package (and putting it
on hold) continues to be my only known workaround.
Package: manpages
Version: 3.74-1
Severity: normal
The console(4) man page is missing. Several other man pages in this
package refer to it.
It looks like the man page is not installed due to some conflict with
the old console-tools package which is no longer in Debian but may
still be installed
ent, and a huge step backwards. Having to
add ",sync" to every field of every line was already bad enough and
that's just 5 characters. My /etc/exports is incredibly ugly now.
Thank god for vim's search-and-replace.
--
Greg Wooledge | "T
Package: nfs-kernel-server
Version: 1:1.2.8-9
Severity: normal
The no_root_squash option appears to work on i386, but not on amd64.
wooledg@wooledg:~$ grep '^[^#]' /etc/exports
/home -no_subtree_check arc1(ro,no_root_squash,sync)
arc1:~# ls /net/hosts/wooledg/home/wooledg/.bash*
/net/h
Package: mount
Version: 2.25.2-6
Severity: normal
In the "Mount options for nfs and nfs4" section, the mount(8) man page
says "nfs-utils package must be installed". It should say nfs-common
instead.
-- System Information:
Debian Release: 8.4
APT prefers stable-updates
APT policy: (500, 'stab
Package: src:linux
Version: 3.16.7-ckt20-1+deb8u3
Severity: normal
After upgrading this machine to Debian 8.3 (from Debian 8.2), the kernel
would not boot. I wrote these messages down:
[time stamp] Unpacking initramfs ...
(bunch of stuff that scrolls by too quickly, followed by a stack trace)
/usr/bin/tclsh8.6 uses it.
So I guess the fix is to manually remove the locally installed tcl
(very carefully!) and rebuild it with some other prefix.
--
Greg Wooledge | "Truth belongs to everybody."
g...@wooledge.org |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
e Expect
% info patchlevel
8.6.4
% set auto_path
/usr/local/lib/tcl8.6 /usr/local/lib /usr/local/lib/tcllib1.17
--
Greg Wooledge | "Truth belongs to everybody."
g...@wooledge.org |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
Package: tcl-expect
Version: 5.45-6
Severity: important
titan:~$ /usr/bin/tclsh8.6
% package require Expect
can't find package Expect
The pkgIndex file (/usr/lib/tcltk/x86_64-linux-gnu/expect5.45/pkgIndex.tcl)
seems OK, but tclsh isn't finding it. It can be loaded by hand:
titan:~$ /usr/bin/tcl
This probably has to be forwarded upstream, but yeah... xmms2-scrobbler
completely fails with last.fm after they changed whatever they changed.
It (still) works great with libre.fm.
--
Greg Wooledge | "Truth belongs to everybody."
g...@wooledge.org |
I am having what appears to be the same problem. One of my i386
systems (a very old one) was upgraded to jessie, and whenever I do
a "shutdown -r now" or press Ctrl-Alt-Del on the console, it hangs
at "Reached target Shutdown".
I enabled the systemd debug shell, and systemctl list-jobs during the
FYI, the one-line patch suggested in the upstream bug report does NOT
work for me. It makes key events come across, but as the wrong keys.
E.g. pressing 'z' on the HP-UX keyboard makes ']' appear on the Debian
terminal, Ctrl makes 'e' appear and so on.
--
To UNSUBSCRIBE, email to debian-bugs-di
Package: x2x
Version: 1.30-2
Severity: normal
Tags: upstream
I have been using x2x between my HP-UX workstation and my dual-boot
Debian box for a while. Today I upgraded to jessie, and x2x keyboard
events stopped working entirely. Some Google searches led me to this
page, which describes the pro
php5-fpm package file NEWS.Debian.gz says "The default Debian setup now
correctly sets the listen.owner and listen.group to www-data:www-data
in default php-fpm.conf."
However, the correct filename is actually /etc/php5/fpm/pool.d/www.conf .
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@
Package: installation-reports
Severity: normal
Dear Maintainer,
* What led up to the situation?
The machine was delivered to me with Windows XP Professional installed, and
I must keep that on the machine, and bootable. So I booted the DVD, selected
manual partitioning, and shrunk the NTFS par
Jeroen Schot (sc...@a-eskwadraat.nl) wrote:
> On Sun, Sep 29, 2002 at 09:02:42AM -0400, Greg Wooledge wrote:
> > /etc/cron.weekly/popularity-contest:
> > gawk: cmd. line:17: (FILENAME=- FNR=353) fatal error: internal error
>
> I understand that given the age of this bug (
Package: xmms2-scrobbler
Version: 0.4.0-1+b1
Severity: normal
When upgrading xmms2-scrobbler there is no warning that the configuration
files in users' home dirs need to be changed manually. Shouldn't there
be a NEWS.Debian.gz file or something announcing the steps that must be
taken?
-- System
Package: linux-image-2.6.32-5-686
Version: 2.6.32-31
I upgraded a machine from Lenny to Squeeze, and it failed to mount one
of the disks. Here is a large swath of dmesg from the failing kernel:
[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-31)
(b...@decadent.org.uk) (gcc version 4.3.
Changing "allow-hotplug eth0" to "auto eth0" in /etc/network/interfaces
appears to work around the problem in squeeze. I do not quite understand
why that works, though.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm
Package: nfs-kernel-server
Version: 1:1.2.2-4
Severity: normal
The export list (from rpc.mountd) shows only one host, even when a file
system has been exported to many hosts.
img2:~# showmount -e
Export list for img2:
/data2 jabba.eeg.ccf.org
/data1 jabba.eeg.ccf.org
img2:~# grep /data1 /etc/exp
We have a heterogeneous network of systems here, including many
HP-UX 10.20 workstations, with a lot of NFS cross-mounting. After
upgrading a machine from lenny to squeeze, one of the very first
problems I encountered was that it failed to automount my home directory.
Eventually (with some sugges
nfs-common 1:1.2.2-4
nfs-kernel-server 1:1.2.2-4
portmap 6.0.0-2
I'm seeing this issue -- or what appears to be the same issue -- on a
machine that was upgraded from lenny to squeeze. Specifically, the
export list is empty immediately after booting:
img2:/# shutdown -r now
...
imadev:~$ ssh ro
I'm getting these as well. It's rather annoying to get these spurious
warnings every day from an otherwise-working backup script. I am NOT
going to try the udisks thing from that Red Hat error report, because
it's a report for a totally different symptom (lvremove is failing in
that report, not s
Package: installation-reports
Boot method: CD (squeeze beta 1 netinst)
Image version:
http://cdimage.debian.org/cdimage/squeeze_di_beta1/amd64/iso-cd/debian-squeeze-di-beta1-amd64-netinst.iso
Date: 2010-11-10
Machine: Dell PowerEdge R815
Processor: multiple Opteron 6128
Memory: 4 GB
Partitions:
On Tue, Nov 09, 2010 at 08:29:15PM +0900, OZAKI Masanobu wrote:
> Greg Wooledge wrote:
> > (On my system, there is no -a unary operator in the test(1) man page, but
> > the command apparently supports one, undocumented. Isn't this fun?)
>
> Neither on my system. I fo
On Fri, Nov 05, 2010 at 04:24:23PM -0500, Jonathan Nieder wrote:
> >>> Please try
> >>> % bash -c 'test ! -a . && echo true'
> >>> and compare with the result of
> >>> % bash -c '/usr/bin/test ! -a . && echo true'
imadev:~$ bash -c 'test ! -a . && echo true'
true
imadev:~$ bash -c '/usr/bin/te
I tried sending this two weeks ago, but it bounced back with a CNAME
lookup failure. This will be my third attempt to send it (now with a
qmail patch applied -- I hope it's the right one...).
However, I learned a thing or two after the original message was sent,
which also need to be mentioned.
On Sun, May 30, 2010 at 02:41:49PM +0200, Moritz Muehlenhoff wrote:
> Hi,
> The next release of Debian (6.0, code name Squeeze) will be based
> on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
> us whether the problem persists. If so, we should report it upstream
> to the ke
Package: tdb-tools
Version: 1.1.2~git20080615-1
Severity: normal
tdb-tools includes absolutely no documentation whatsoever. There is no
man page for any of the commands, and there is nothing in
/usr/share/doc/tdb-tools/.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
Package: xmms2
Version: 0.6DrMattDestruction-1
Severity: normal
After upgrading xmms2 and xmms2-core, I couldn't play any music with
xmms2, nor could I add songs to it, nor could I get lists of anything
it's playing.
griffon:~$ xmms2 list
Log output will be stored in /home/greg/.cache/xmms2/xmms
On Fri, Apr 24, 2009 at 12:29:23AM +0100, Ben Hutchings wrote:
> Do you also expect to get a gigabit link or only 100 megabit?
The other end is set to 100/full. That is what I want to set the NIC to.
> Please run "mii-tool -v eth0".
img2:~# uptime
08:37:59 up 1 min, 1 user, load average: 0.2
First, I updated to 2.6.26-2-686 (from Lenny), but this has the same
problem for me. No command I know will set that NIC to full duplex
under that kernel.
I tried building a custom 2.6.29.1 kernel next, but it panics when
it can't mount /dev/md0 as the root file system. I'm not in the mood
to tr
Package: linux-image-2.6.26-1-686
Version: 2.6.26-13lenny2
Neither mii-tool nor ethtool can set my network interface to full
duplex. This is a huge problem here.
img2:/usr/bin# mii-tool eth0
eth0: no autonegotiation, 100baseTx-HD, link ok
img2:/usr/bin# mii-tool -F 100baseTx-FD eth0
img2:/usr/bi
Upgrading to 0.140-2 was not sufficient to fix this problem for me.
I still had an old definition for "eth0" and a new definition for
"eth1" in my /etc/udev/rules.d/70-persistent-net.rules file even
after rebooting.
Morever, moving that file to /var/tmp/ and rebooting to let it be
regenerated also
There was no mention of this change on the "Upgrades from previous
releases" page, which was rather distressing when things suddenly
broke (including my ability to reach Google to figure out what I
needed to do).
The named.conf file should be edited prior to "aptitude upgrade",
or at the very leas
Package: flac
Version: 1.2.1-1.2
Severity: normal
griffon:~$ sudo apt-get install flac
[sudo] password for greg:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
flac
1 upgraded, 0 newly installed, 0 to rem
Package: coreutils
Version: 6.10-6
Severity: normal
These results are correct:
griffon:~$ date
Sun Apr 20 09:44:18 EDT 2008
griffon:~$ date -d 'Sun Apr 20 18:00:00 EDT 2008 -1 hour'
Sun Apr 20 17:00:00 EDT 2008
griffon:~$ date -d '18:00:00 EDT -1 hour'
Sun Apr 20 17:00:00 EDT 2008
B
Package: locate
Version: 4.2.33-1
Severity: normal
The manual says:
For each given
pattern, locate searches one or more databases of file names and dis-
plays the file names that contain the pattern. Patterns can contain
shell-style metacharacters: `*', `?', and
Package: ethtool
Version: 5-1
Severity: normal
Fails to detect the current duplex setting:
img2:~# mii-tool eth0
eth0: 100 Mbit, full duplex, link ok
img2:~# ethtool eth0 | grep -i duplex
Duplex: Half
(mii-tool's output is correct.)
Fails to set the duplex correctly:
img2:~# ethtool -s
I reported this a while back -- see http://bugs.debian.org/135402 for
details, including upstream's response.
Your claim that this makes "scripts" quit with an error seems dubious,
because csh-style history expansion is not performed when bash is
running a script. I suspect your script has some o
Package: ifupdown
Version: 0.6.8
With the following configuration in /etc/network/interfaces:
===
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see int
Package: reportbug
Version: 3.31
img2:~# apt-get install reportbug
...
Setting up mime-support (3.39-1) ...
Setting up python2.4-minimal (2.4.4-3) ...
Linking and byte-compiling packages for runtime python2.4...
Setting up python2.4 (2.4.4-3) ...
Setting up python-minimal (2.4.4-2) ...
Setting
Package: rtorrent
Version: 0.7.4-2
Followup-For: Bug #423107
I get the same symptom as the original reporter. Running rtorrent clears
the screen, switches the terminal into some non-canonical mode, and writes
rtorrent: symbol lookup error: rtorrent: undefined symbol:
_ZN7torrent21max_download_
Sorry about the "root@" thing. I don't normally login to that server
as myself. This is my normal (work) e-mail address should you need to
contact me.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
After upgrading to
ii xserver-xorg 7.0.11 the X.Org X server
(and related packages), the problem does not occur any longer. (Things
aren't perfect, but this particular bug is no longer present.)
--
Greg Wooledge | "Truth belongs to everybody."
[
man page says it's safe to use in rc scripts, but
I haven't tried it myself.
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL PROTECTED] |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
signature.asc
Description: Digital signature
3261 0.1 8.0 50800 41620 pts/10 S+ Oct27 2:21 rtorrent
greg 23261 0.1 8.4 52856 43468 pts/10 S+ Oct27 2:21 rtorrent
greg 23261 0.1 8.9 55940 46044 pts/10 S+ Oct27 2:21 rtorrent
That's with one large file being downloaded/uploaded. Peers set to 50.
Package: rtorrent
Version: 0.3.4-1
Severity: normal
USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND
greg 15173 21.6 0.7 6484 3816 pts/10 S+ 14:48 1:07 rtorrent
greg 15173 6.5 1.6 18904 8552 pts/10 S+ 14:48 1:08 rtorrent
greg 15173 4.6 2.8
eck that what I've done is correct? (In other
words, the Docbook XML equivalent of "nroff -man passwd.5 | less", or a
command to convert passwd.5.xml into passwd.5.) I'd be happy to help out
with documentation for more than just this one man page, but I can't seem
to find t
eview it while you're at it)
Well, it can't hurt to look at it. Go ahead and send it, but I can't
promise anything until I see it.
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL PROTECTED] |- The Red Hot Chili Peppers
http://w
Package: passwd
Version: 1:4.0.3-30
Severity: wishlist
Tags: patch
This probably needs to go upstream, but I'm not even sure who's in charge
of this documentation, if *anyone* at all is Nor am I sure who's in
charge of arranging the translations, etc.
-- System Information:
Debian Release:
Package: apt
Version: 0.6.40.1
Severity: normal
The man page says:
and if --names-only is given then the long description is not searched,
only the package name is.
But:
griffon:~$ apt-cache search --names-only ming
apache-common - support files for all Apache webservers
[...]
-- Package-s
mpressed binary data, so I'm *really*
stumped.
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL PROTECTED] |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
signature.asc
Description: Digital signature
Package: java-package
Version: 0.25
Severity: normal
I had to edit /usr/share/java-package/sun-j2sdk.sh and change "130" to "128"
to get java-package to work with jdk-1_5_0_03-linux-i586.bin. I kept getting
this error:
Testing extracted archive...
Invalid size (128 MB) of extracted archive. Pro
EON(0): Will use depth buffer at offset 0x190
(II) RADEON(0): Will use 100352 kb for textures at offset 0x1e0
(II) RADEON(0): Render acceleration enabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Not sure what all of that means
--
Greg Wooledge | "
image images/tiles/farm7.png
GameView::readImage# Could not load image images/tiles/farm11.png
GameView::readImage# Could not load image images/tiles/farm15.png
Unexpected exception: Couldn't create texture: out of memory
Vertex3f: 1
So that wasn't helpful. B
Package: lincity-ng
Version: 1.0.1-1
Severity: normal
The game seems to be highly unstable on my machine.
CRASH #1:
The first time I ran it without any options. It started in full screen
mode. I looked at "Options", then clicked "Continue" since it was the
first button. The day timer i
Package: findutils
Version: 4.2.22-2
Severity: minor
Tags: patch
The man page has a few errors which I have spotted.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.31
Locale: LANG=en_US.ISO8859-1, LC_C
Package: gnupg
Version: 1.4.1-1
Severity: normal
Actually this is a two-part bug report. The first part is an assertion
failure:
griffon:~$ gpg --recv-keys 808D0FD0
gpg: requesting key 808D0FD0 from hkp server subkeys.pgp.net
gpg: key 808D0FD0: public key "Don Armstrong <[EMAIL PROTECTED]>" imp
On Tue, May 24, 2005 at 06:49:56PM +0200, Steinar H. Gunderson wrote:
> On Tue, May 24, 2005 at 09:58:31AM -0400, Greg Wooledge wrote:
> > I have a sarge server which uses autofs. When I did a dist-upgrade on
> > it today, from autofs 4.1.3+4.1.4beta2-7 to 4.1.3+4.1.4beta2-10, my
Oops... some additional information that I just learned.
I had the wrong IP address for svr2 in the /etc/hosts file. Connections
to the old IP would have timed out. So perhaps -10 is using /etc/hosts
preferentially whereas -7 used DNS preferentially, for name resolution.
--
To UNSUBSCRIBE, em
Package: autofs
Version: 4.1.3+4.1.4beta2-10
Severity: important
I have a sarge server which uses autofs. When I did a dist-upgrade on
it today, from autofs 4.1.3+4.1.4beta2-7 to 4.1.3+4.1.4beta2-10, my
normal user login hung for a very long time because autofs got hung up for
several minutes on
and run:
fakeroot make-jpkg jdk-1_5_0_03-linux-i586.bin
which will allow no damage to be done to your system files and
still permit the Java distribution to successfully extract.
Aborting.
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL
On Wed, Mar 09, 2005 at 12:09:43AM +0100, Frans Pop wrote:
> The dump probably happens because the OSS (i810_audio) audio driver does
> not like something about your hardware. I think you will have more luck
> with the ALSA (snd_intel8x0) modules. I would think this problem should
> be solved af
Package: installation-reports
Debian-installer-version: pre-rc2 i386 netinstall ISO
uname -a: Linux xxx 2.6.8-1-386 #1 Mon Sep 13 23:29:55 EDT 2004 i686
GNU/Linux
Date: 2005-03-08
Method: booted from netinstall CD
Machine: gateway 7320GZ laptop
Processor: Pentium IV
Memory: 512 MB (minus 32
89 matches
Mail list logo