rface.
--
}{ Centre for Research and Experimental Development in Informatics Libre
Brenda J. Butler
b...@credil.org
+1 613 693 0684 #3202
F3018 - 283 Alexandre Taché
Gatineau (QC) J9A 1L8 CANADA
Sustainable Innovation // Innovation Durable
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ
Package: freetds
Severity: normal
Dear Maintainer,
* What led up to the situation?
I wanted to install freetds, while using a desktop with many kde
packages (for instance konsole and okular).
* What exactly did you do (or not do) that was effective (or
ineffective)?
apt-get install
On Tue, Feb 07, 2012 at 12:08:55PM +0100, Frank K?ster wrote:
> Brenda J. Butler wrote:
>
> > Package: tex-common
> > Version: 2.08.1
> > Severity: minor
> >
> >
> > I went to look at http://localhost/doc/tex-common/README.Debian.html,
> > which
Package: tex-common
Version: 2.08.1
Severity: minor
I went to look at http://localhost/doc/tex-common/README.Debian.html,
which exists, but every link from that page is broken. And the page
consists mostly of links.
Those links point to things like:
localhost/doc/tex-common/ch1.html
localhost/
My organization is interested in joining this list and participating.
bjb
--
}{ Centre for Research and Experimental Development in Informatics Libre
Brenda J. Butler
b...@credil.org
+1 613 693 0684 #3202
F3018 - 283 Alexandre Taché
Gatineau (QC) J9A 1L8 CANADA
Sustainable Innovation
YES!!! Thank you! (from my graphical desktop on my dom0).
Let me know if there are any other things you'd like me to try.
bjb
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Fri, Nov 25, 2011 at 09:03:03PM -0500, Brenda J. Butler wrote:
> If clone_flags does not include CLONE_VM, we try to set
>
> mm = dup_mm(tsk)
>
> which presumably means we are trying to duplicate the
> ->mm of the task being created?!? and if that fails (0 return)
The function that returns ENOMEM is actually copy_mm. It returns
ENOMEM when dup_mm returns 0.
copy_mm receives clone_flags and task_struct * tsk. I think tsk
is pointing to the new task (the process being forked).
copy_mm assigns some values into *tsk, then:
tsk->mm = NULL;
tsk->ac
The thing that returns ENOMEM in fork.c when this failure occurs is:
dup_mm
I still have to see why.
To try distinguishing between the ENOMEM returns, I tried adding
a flag to the return value (eg:
retval = -(ENOMEM | 0x8000)
retval = -(ENOMEM | 0x4000)
retval = -(ENOMEM | 0x2000)
etc
b
One more clue:
in kern.log, when xserver is running under hypervisor, this appears:
Nov 21 22:05:13 blueeyes kernel: [ 45.899070] Xorg:2949 map pfn expected
mapping type writ
e-back for d000-e000, got write-combining
Nov 21 22:05:13 blueeyes kernel: [ 46.067758] Xorg:2949 freeing in
will report on whether that succeeds later.
bjb
On Sun, Nov 20, 2011 at 11:28:45AM -0500, Brenda J. Butler wrote:
> Package: linux-source-2.6.32
> Version: 2.6.32-38
> Severity: normal
>
> I'm running 2.6.32-5-xen-amd64 and I'd like to compile a new vmlinuz
> with enha
Package: linux-source-2.6.32
Version: 2.6.32-38
Severity: normal
I'm running 2.6.32-5-xen-amd64 and I'd like to compile a new vmlinuz
with enhanced errno reporting (distinguish between ENOMEM returns
in fork.c). When I try to build 2.6.32-5, it applies all the patches
through 34squeeze1 (and actu
On Thu, Nov 10, 2011 at 09:30:58AM -0500, Brenda J. Butler wrote:
> Please let me know if there is any other info you need. I'm not
> sure what to do next.
I've gotten the source for the kernel I'm using, and put a bunch
of debug statements in the kernel/fork.c:do_fork ro
Package: xorg-server
Version: 1.7.7
Severity: minor
What I did:
apt-get source xorg-server=1.7.7
cd xorg-server-1.7.7
fakeroot debian/rules patch
sed -i 's/--disable-debug/--enable-debug/' debian/rules
fakeroot debian/rules build
Results:
...
CCxf86Config.o
../../../../hw/xfree
On Sat, Nov 05, 2011 at 12:35:32PM +0100, Julien Cristau wrote:
> apt is being stupid and trying to satisfy build-deps for the backports
> xorg-server. Try "apt-get build-dep xorg-server=2:1.7.7-13".
Thank you! I also had to apt-get source xorg-server=2:1.7.7-13,
as I had gotten the source packa
On Sat, Nov 05, 2011 at 01:11:36AM +0100, Julien Cristau wrote:
> On Fri, Nov 4, 2011 at 19:39:32 -0400, Brenda J. Butler wrote:
> > I can't help thinking I started out wrong, to be having all these problems
> > building a stock debian package on a debian stable system.
>
> On to the next hurdle: installing libudev-dev, because it didn't
> get installed with build-dep either.
Installing libudev-dev, as well as x11proto-gl-dev was no problem.
Then it wanted me to install x11proto-xf86dri-dev, which I did,
but the subsequent build attempt gave this error:
co
On Fri, Nov 04, 2011 at 06:19:53PM -0400, Brenda J. Butler wrote:
>
> Cannot build: I probably did something wrong, but what?
I had to install libtool:
sudo apt-get install libtool libtool-doc
Found the solution in ubuntu forums, now it's in debian bug tracker
too : - )
On
Cannot build: I probably did something wrong, but what?
did apt-get build-dep xserver-xorg
then tried fakeroot debian/rules binary and had to install
quilt and xutils-dev separately because they didn't get
installed with build-dep, then this:
bjb@blueeyes:~/projects/xserver-xorg/xorg-server-
On Fri, Nov 04, 2011 at 10:00:33PM +0100, Julien Cristau wrote:
> On Fri, Nov 4, 2011 at 13:41:02 -0400, Brenda J. Butler wrote:
>
> >
> > Coming back to this - I see that the command line will be printed out
> > if a debug flag is set - how do I set it?
> >
>
xact invocation
at the command line to see what happens.
bjb
On Sat, Oct 29, 2011 at 06:25:46PM +0200, Julien Cristau wrote:
> On Sat, Oct 29, 2011 at 09:57:23 -0400, Brenda J. Butler wrote:
>
> > I don't have any .xkb or .xkm files on my system (the xkbcomp man
> > page sa
On Sat, Oct 29, 2011 at 12:02:43PM +0200, Julien Cristau wrote:
> On Fri, Oct 28, 2011 at 22:35:20 -0400, Brenda J. Butler wrote:
>
> > Package: xinit
> > Version: 1.2.0-2
> > Severity: important
> > File: /usr/bin/xinit
> >
> >
> > using 2.6
Package: xen-tools
Version: 4.2-1
Severity: normal
Tags: upstream
xen-create-image --ip=auto --otheroptions
always fails as the regex checks are done before the special-case
processing of --ip=auto, and 'auto' doesn't match the
IPv4 address regex.
-- System Information:
Debian Release: squeeze
After today's upgrade and a reboot, kdm starts properly now.
Here are the versions of these packages as they stand on my
machine today - 2010-09-17 (added next to package name):
No changes made to graphics config.
bjb
consolekit0.4.1-4
debconf 1.5.35
2010-08-06 12:47:32 status
Subject: kdm shows black screen instead of login
Package: kdm
Version: 4:4.4.5-3
Severity: important
*** Please type your report below this line ***
Problem:
kdm shows a black screen
When it happens:
When kdm is started, I see a black screen (every time)
What I expected:
Some logi
Yes, this file /boot/grub/stage2 exists on my system.
Thanks for your work on grub.
bjb
On Fri, Jun 18, 2010 at 01:10:42PM +0100, Colin Watson wrote:
> On Fri, Jun 18, 2010 at 01:59:15PM +0200, Salvatore Bonaccorso wrote:
> > I'm not the original reporter but experience the similar problem,
> >
With grub-pc 1.98+20100614-2,
I had the same failure, with unaligned pointer 0x4c19a146.
This occurred before any other output to the screen by
grub. No menu, no shell, nothing.
downgraded to
grub-pc 1.98+20100602-2 (and grub-common 1.98+20100602-2)
and the problem went away.
The problem occ
Hopefully I got the right invocation ... Chose this name because
that's what /dev/pilot was pointing to, and the last two numbers
matched up with the dmesg output.
[EMAIL PROTECTED] $ udevinfo -a --name /dev/bus/usb/004/032
Udevinfo starts with the device specified by the devpath and then
wa
ail/pilot-link-devel/2008-January/001671.html
I will send the udevinfo -a when I get home again, and try out some
stuff as well.
bjb
On Mon, Jan 07, 2008 at 01:18:57AM -0500, Brenda J. Butler wrote:
>
> There are two places where rules related to palm's exist:
> - udev.rule
There are two places where rules related to palm's exist:
- udev.rules, where the symlink is created
- z60_libpisock9.rules, where permissions and ownership is decided
for the actual device nodes.
udev.rules is owned by package udev.
z60_libpisock9.r
Package: udev
Version: 0.114-2
Severity: normal
The pilot-link package doesn't work for me because /dev/pilot isn't
getting created - and I think that's because in this rule of udev.rules:
SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", \
ATTRS{product}=="Palm Handheld*|Handspring Visor|palmOne Han
On Thu, Dec 27, 2007 at 10:38:57PM +0100, Brice Goglin wrote:
> This is probably similar to bug #439210. I am merging these bugs.
>
> You should first try adding
>Option "AccelMethod" "XAA"
> to the Device section of your xorg.conf.
I tried this and it didn't help - no effect.
> There's a
A bit more info: the problem occured with both stock kernels:
2.6.22-2-686
2.6.18-4-686
Tried dpkg-reconfiguring the following, with no effect:
xserver-xorg
xfonts-base
defoma
Tried modprobe the following, with no effect;
fbcon
console
Tried dpkg-reconfiguri
Package: vrms
Version: 1.12-0.1
Severity: wishlist
*** Please type your report below this line ***
vrms output for non-clean system ends with a summary line like:
3 non-free packages, 0.2% of 1363 installed packages.
but vrms output for a clean system ends with:
No non-free packages installed
Ok, so I saw the new email to this bug and downloaded the
upstream 0.9.2 version and tried that.
It still fails in cpu detection, this time the
error message _is_ printed and it says:
Error : cannot open '/home/bjb/.pmk/pmkcpu.dat' : No such file or directory.
Error : failure in cpu detection.
E
It seems the problem (for a fresh install) is that
the call to parse_cpu_data fails because the file
/usr/local/share/pmk/pmkcpu.dat does not exist on
a fresh install. (Why is the error message that
says "the file does not exist" commented out?)
I don't know how you want to fix this (create th
36 matches
Mail list logo