Your message dated Sat, 16 Jan 2010 21:40:52 +
with message-id
and subject line Bug#558761: fixed in xkeyboard-config 1.7-2
has caused the Debian Bug report #558761,
regarding xkb-data configure postinst fails because /etc/X11/xkb is a symlink
to be marked as done.
This means that you claim
Package: xkb-data
Version: 1.7-1
Severity: important
I am unable to complete the upgrade of xkb-data from 1.6-1 to 1.7-1.
I was able to boil down the problem to the following:
$ sudo dpkg -D2 --configure xkb-data
Setting up xkb-data (1.7-1) ...
D02: fork/exec /var/lib/dpkg/info/xkb-data.post
Your message dated Wed, 13 Jun 2007 23:59:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#371161: error unwind for postinst fails because it checks
for symlinks
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been
Your message dated Thu, 01 Mar 2007 23:39:45 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#247712: xdm: postinst fails if init script fails to start
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If t
Your message dated Wed, 14 Feb 2007 23:35:42 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300990: xfonts-scalable : postinst fails on serial console
where COLUMNS is null
has caused the attached Bug report to be marked as done.
This means that you claim that the probl
Your message dated Mon, 22 Jan 2007 08:47:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#407342: fixed in xdm 1:1.0.5-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your
Julien Cristau wrote:
> Would the following patch fix this for you?
Looks like it would.
--
see shy jo
signature.asc
Description: Digital signature
On Wed, Jan 17, 2007 at 13:52:16 -0500, Joey Hess wrote:
> It seems to me that the easiest fix for this is to not check for a running
> xdm if xdm is being freshly installed ($1 = install, $2 = "").
>
Would the following patch fix this for you?
If so, I'll upload it ASAP.
Cheers,
Julien
Index:
Package: xdm
Version: 1:1.0.5-1
Severity: normal
Tags: d-i
I'd like to include xdm in the xfce task, but I can't since it fails as
follows:
Warning: Fake start-stop-daemon called, doing nothing.
cat: /var/run/xdm.pid: No such file or directory
dpkg: error processing xdm (--configure);
subproces
Package: x11-common
Version: 1:7.0.20
Severity: normal
The system I am trying to upgrade has third-party packages that
installed stuff in /usr/X11R6/bin. Since that caused the upgrade to
fail, I have moved everything out of /usr/X11R6/bin and am trying to
pick up the peices.
adsdebian:/usr/lib# l
Your message dated Sat, 22 Apr 2006 09:36:04 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363533: Package installation requires directory
/usr/X11R6/bin to be removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dea
7Le mercredi 19 avril 2006 à 16:10 -0700, Steve Langasek a écrit :
> > For sure I have a better upgrade path:
> > - keep a compatibility symbolic link in /usr/X11R6/bin/X, and ditto the
> > few other ones that can cause breakage upon upgrade ;
> > - hunt down packages using them ;
> > - release et
On Tue, Apr 18, 2006 at 08:26:37PM +0200, Josselin Mouette wrote:
> Le mardi 18 avril 2006 à 11:14 -0700, Steve Langasek a écrit :
> > > The postinst contains the following:
> > > if [ -d "/usr/X11R6/bin" ] && [ ! -L /usr/X11R6/bin ]; then
> > > rmdir "/usr/X11R6/bin" || die "Could not remove /us
Le mardi 18 avril 2006 à 21:43 +0300, Daniel Stone a écrit :
> Apparently you don't understand all the issues involved.
Oh, right, I don't understand anything, and the GREAT and MIGHTY Daniel
Stone knows better.
> It's kind of cute that you just attempt to handwave this away as having
> 'no justi
Le mardi 18 avril 2006 à 11:14 -0700, Steve Langasek a écrit :
> > The postinst contains the following:
> > if [ -d "/usr/X11R6/bin" ] && [ ! -L /usr/X11R6/bin ]; then
> > rmdir "/usr/X11R6/bin" || die "Could not remove /usr/X11R6/bin. Is not
> > yet empty. Please remove any items still in the d
Processing commands for [EMAIL PROTECTED]:
> severity 363362 important
Bug#363362: x11-common: postinst fails if /usr/X11R6/bin is not empty
Severity set to `important'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system ad
severity 363362 important
thanks
On Tue, Apr 18, 2006 at 07:30:53PM +0200, Josselin Mouette wrote:
> The postinst contains the following:
> if [ -d "/usr/X11R6/bin" ] && [ ! -L /usr/X11R6/bin ]; then
> rmdir "/usr/X11R6/bin" || die "Could not remove /usr/X11R6/bin. Is not
> yet empty. Please r
Package: x11-common
Version: 1:7.0.14
Severity: grave
The postinst contains the following:
if [ -d "/usr/X11R6/bin" ] && [ ! -L /usr/X11R6/bin ]; then
rmdir "/usr/X11R6/bin" || die "Could not remove /usr/X11R6/bin. Is not
yet empty. Please remove any items still in the directory. You can move
Daniel Stone <[EMAIL PROTECTED]> wrote:
[...]
>> if [ ! -L "/usr/X11R6/bin" ] && [ -d "/usr/X11R6/bin" ]; then
>> is more readable.
> More readable, not as portable.
Which systems have problems with that? [ ! sometest ] is
posix-compatible.
cu and- just wondering -reas
--
The 'Galactic C
On Mon, Apr 17, 2006 at 04:09:44PM +0200, Andreas Metzler wrote:
> On 2006-04-17 Harald Dunkel <[EMAIL PROTECTED]> wrote:
> [...]
> > Suggested patch:
>
> > --- debian/x11-common.postinst.in~ 2006-04-15 18:33:45.0 +0200
> > +++ debian/x11-common.postinst.in 2006-04-17 15:16:42.0
severity 363079 normal
merge 363079 362846
thanks
On Monday 17 April 2006 15:28, Harald Dunkel wrote:
> -if [ ! -L -e -d "/usr/X11R6/bin" ]; then
> +if ! [ -L "/usr/X11R6/bin" ] && [ -d "/usr/X11R6/bin" ]; then
This bug was already filed as #362846 and was already fixed, though the
fixed version
On 2006-04-17 Harald Dunkel <[EMAIL PROTECTED]> wrote:
[...]
> Suggested patch:
> --- debian/x11-common.postinst.in~ 2006-04-15 18:33:45.0 +0200
> +++ debian/x11-common.postinst.in 2006-04-17 15:16:42.0 +0200
> @@ -50,7 +50,7 @@
>fi
> fi
> -if [ ! -L -e -d "/usr/X1
Your message dated Mon, 17 Apr 2006 15:05:57 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363079: x11-common postinst fails about broken test
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this
Processing commands for [EMAIL PROTECTED]:
> severity 363079 normal
Bug#363079: x11-common postinst fails about broken test
Severity set to `normal'.
> merge 363079 362846
Bug#362846: /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many
arguments
Bug#363079: x11-common pos
Package: x11-common
Version: 7.0.12
Severity: serious
Tags: patch
The postinst script fails:
# dpkg -i x11-common_1%3a7.0.12_amd64.deb
(Reading database ... 76526 files and directories currently installed.)
Preparing to replace x11-common 1:7.0.10 (using
x11-common_1%3a7.0.12_amd64.deb) ...
Unpa
Your message dated Sat, 30 Aug 2003 21:56:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#186729: xdm: dpkg --configure xdm gives message on kdm then halts
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If
Your message dated Sat, 30 Aug 2003 21:56:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#186729: xdm: dpkg --configure xdm gives message on kdm
then halts
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If
23 Aug 2003 21:08:57 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steve Dobson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xserver-common: postinst fails if /var/lib/xfree86 does no
23 Aug 2003 21:08:57 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steve Dobson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xserver-common: postinst fails if /var/lib/xfree86 does no
reassign 206916 xfree86
severity 206916 important
merge 206790 206916
thanks
[The following is a form letter.]
Hello,
You recently filed a duplicate bug report against Debian's XFree86
packages; that is, the problem had already been reported.
While there is often nothing inherently wrong with d
Processing commands for [EMAIL PROTECTED]:
> reassign 206916 xfree86
Bug#206916: xserver-common: postinst fails if /var/lib/xfree86 does not exist
Bug reassigned from package `xserver-common' to `xfree86'.
> severity 206916 important
Bug#206916: xserver-common: postinst fails if
Package: xserver-common
Version: 4.2.1-10
Severity: grave
Tags: sid patch
Justification: renders package unusable
I was installing X on a new laptop and went from a testing version of
woody DVD I had stright to sid (via ftp) so no Xfree86 packages had been
installed before.
The postinst script e
reassign 206916 xfree86
severity 206916 important
merge 206790 206916
thanks
[The following is a form letter.]
Hello,
You recently filed a duplicate bug report against Debian's XFree86
packages; that is, the problem had already been reported.
While there is often nothing inherently wrong with d
Processing commands for [EMAIL PROTECTED]:
> reassign 206916 xfree86
Bug#206916: xserver-common: postinst fails if /var/lib/xfree86 does not exist
Bug reassigned from package `xserver-common' to `xfree86'.
> severity 206916 important
Bug#206916: xserver-common: postinst fails if
Package: xserver-common
Version: 4.2.1-10
Severity: grave
Tags: sid patch
Justification: renders package unusable
I was installing X on a new laptop and went from a testing version of
woody DVD I had stright to sid (via ftp) so no Xfree86 packages had been
installed before.
The postinst script e
Processing commands for [EMAIL PROTECTED]:
> retitle 186729 [xdm]: postinst fails, maybe only when not default ?dm
Bug#186729: xdm: dpkg --configure xdm gives message on kdm then halts
Changed Bug title.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debi
Processing commands for [EMAIL PROTECTED]:
> retitle 186729 [xdm]: postinst fails, maybe only when not default ?dm
Bug#186729: xdm: dpkg --configure xdm gives message on kdm then halts
Changed Bug title.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debi
* SPENER Christian <[EMAIL PROTECTED]> [001121 07:08]:
> dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
> http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
> /var/lib/dpkg/info && dpkg --configure --pending
Any reason why you reversed the order of the ln -sf
try:
dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
/var/lib/dpkg/info && dpkg --configure --pending
works for me
---
SPENER Christian
e-mail: [EMAIL PROTECTED]
snail-mail: A-8010 GRAZ, Schanzelgasse 19
tel
Seth,
I ran into this problem. As a workaround,I linked /usr/X11R/bin/X to that
one specified in the error message. Then, I edited /etc/X11/Xserver to be
"Anybody" instead of "console." This is grossly insecure. Has anyone else
have this problem?
On Tue, 21 Nov 2000, Seth Arnold wrote:
|Brande
* SPENER Christian <[EMAIL PROTECTED]> [001121 07:08]:
> dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
> http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
> /var/lib/dpkg/info && dpkg --configure --pending
Any reason why you reversed the order of the ln -s
try:
dpkg --unpack xserver-xfree86_4.0.1-6_i386.deb && lynx -source
http://togo.dhs.org/debian/xserver-xfree86.postinst.diff | patch -p0 -d
/var/lib/dpkg/info && dpkg --configure --pending
works for me
---
SPENER Christian
e-mail: [EMAIL PROTECTED]
snail-mail: A-8010 GRAZ, Schanzelgasse 19
te
Seth,
I ran into this problem. As a workaround,I linked /usr/X11R/bin/X to that
one specified in the error message. Then, I edited /etc/X11/Xserver to be
"Anybody" instead of "console." This is grossly insecure. Has anyone else
have this problem?
On Tue, 21 Nov 2000, Seth Arnold wrote:
|Brand
Branden, my roommate is having trouble with the 4.0.1-6 upgrade. He
started out with a previous 4.0.1-x release, likely -3, -4 or -5. The
error message returned is that the postinst failed. We have received two
different error messages -- exit status 1 and exit status 5.
Running startx as a user g
Branden, my roommate is having trouble with the 4.0.1-6 upgrade. He
started out with a previous 4.0.1-x release, likely -3, -4 or -5. The
error message returned is that the postinst failed. We have received two
different error messages -- exit status 1 and exit status 5.
Running startx as a user
On Wed, Oct 11, 2000 at 08:09:20PM -0500, Derek Witt wrote:
> Easy to solve, just run apt-get install dialog. I got the same error here.
I know that. I was just reporting the problem.. Thanks
Stephen
--
"Beliefs are dangerous. Beliefs allow the mind
to stop functioning... Believe in nothing."
Easy to solve, just run apt-get install dialog. I got the same error here.
- Derek J Witt, [EMAIL PROTECTED]
On Wed, Oct 11, 2000 at 08:09:20PM -0500, Derek Witt wrote:
> Easy to solve, just run apt-get install dialog. I got the same error here.
I know that. I was just reporting the problem.. Thanks
Stephen
--
"Beliefs are dangerous. Beliefs allow the mind
to stop functioning... Believe in nothing."
Easy to solve, just run apt-get install dialog. I got the same error here.
- Derek J Witt, [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Setting up xserver-xfree86 (4.0.1-0phase2v15) ...
dexter: unknown X server (/usr/bin/dexter: dialog: command not found)
detected!
dpkg: error processing xserver-xfree86 (--configure):
subprocess post-installation script returned error exit status 1
Stephen
--
"Beliefs are dangerous. Beliefs al
Setting up xserver-xfree86 (4.0.1-0phase2v15) ...
dexter: unknown X server (/usr/bin/dexter: dialog: command not found)
detected!
dpkg: error processing xserver-xfree86 (--configure):
subprocess post-installation script returned error exit status 1
Stephen
--
"Beliefs are dangerous. Beliefs a
51 matches
Mail list logo