* [gentoo-user] upgrade xorg-x11 ; xprint missing
@ 2006-07-02 16:03 Ptitjack
2006-07-02 17:05 ` [gentoo-user] upgrade xorg-x11 ; xprint missing [solved] Ptitjack
0 siblings, 1 reply; 6+ messages in thread
From: Ptitjack @ 2006-07-02 16:03 UTC (permalink / raw
To: gentoo-user
Hi all,
I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
Everything is ok except one little annoying point :
Now, each time i open a console, i get the error message :
-bash: /usr/lib/misc/xprint: No such file or directory.
How can i get rid of this ?
Thanks a lot in advance,
- Ptitjack -
^
^^^
^^^^^
( 0 0 )
\/
-----0000----------0000-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
2006-07-02 16:03 [gentoo-user] upgrade xorg-x11 ; xprint missing Ptitjack
@ 2006-07-02 17:05 ` Ptitjack
2006-07-02 17:15 ` Mick
0 siblings, 1 reply; 6+ messages in thread
From: Ptitjack @ 2006-07-02 17:05 UTC (permalink / raw
To: gentoo-user
Ptitjack a gentiment tapote:
> Hi all,
>
> I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
> Everything is ok except one little annoying point :
> Now, each time i open a console, i get the error message :
> -bash: /usr/lib/misc/xprint: No such file or directory.
> How can i get rid of this ?
> Thanks a lot in advance,
>
> - Ptitjack -
>
>
>
>
Hi again,
I solved my problem !
Sorry for the noise .
- Ptitjack -
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
2006-07-02 17:05 ` [gentoo-user] upgrade xorg-x11 ; xprint missing [solved] Ptitjack
@ 2006-07-02 17:15 ` Mick
2006-07-02 17:22 ` Justin R Findlay
0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2006-07-02 17:15 UTC (permalink / raw
To: gentoo-user
On 02/07/06, Ptitjack <jacmonti@club-internet.fr> wrote:
> > I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
> > Everything is ok except one little annoying point :
> > Now, each time i open a console, i get the error message :
> > -bash: /usr/lib/misc/xprint: No such file or directory.
> > How can i get rid of this ?
> > Thanks a lot in advance,
> >
> Hi again,
>
> I solved my problem !
> Sorry for the noise .
Would you mind telling us how, you never know we might encounter the
same error one day?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
2006-07-02 17:15 ` Mick
@ 2006-07-02 17:22 ` Justin R Findlay
2006-07-02 19:17 ` Ptitjack
0 siblings, 1 reply; 6+ messages in thread
From: Justin R Findlay @ 2006-07-02 17:22 UTC (permalink / raw
To: gentoo-user
On Sun, Jul 02, 2006 at 07:15:28PM +0200, Mick wrote:
> On 02/07/06, Ptitjack <jacmonti@club-internet.fr> wrote:
>
> >> I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
> >> Everything is ok except one little annoying point :
> >> Now, each time i open a console, i get the error message :
> >> -bash: /usr/lib/misc/xprint: No such file or directory.
> >> How can i get rid of this ?
> >> Thanks a lot in advance,
>
> >>
> >Hi again,
> >
> >I solved my problem !
> >Sorry for the noise .
>
> Would you mind telling us how, you never know we might encounter the
> same error one day?
And it's also helpful for the person who finds this message through
google to have the solution fully explained. I only say so because I've
been that person many times. (:
Justin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
2006-07-02 17:22 ` Justin R Findlay
@ 2006-07-02 19:17 ` Ptitjack
2006-07-03 18:55 ` Mick
0 siblings, 1 reply; 6+ messages in thread
From: Ptitjack @ 2006-07-02 19:17 UTC (permalink / raw
To: gentoo-user
Justin R Findlay a gentiment tapote:
> On Sun, Jul 02, 2006 at 07:15:28PM +0200, Mick wrote:
>
>> On 02/07/06, Ptitjack <jacmonti@club-internet.fr> wrote:
>>
>>
>>>> I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
>>>> Everything is ok except one little annoying point :
>>>> Now, each time i open a console, i get the error message :
>>>> -bash: /usr/lib/misc/xprint: No such file or directory.
>>>> How can i get rid of this ?
>>>> Thanks a lot in advance,
>>>>
>>> Hi again,
>>>
>>> I solved my problem !
>>> Sorry for the noise .
>>>
>> Would you mind telling us how, you never know we might encounter the
>> same error one day?
>>
>
> And it's also helpful for the person who finds this message through
> google to have the solution fully explained. I only say so because I've
> been that person many times. (:
>
>
> Justin
>
Of course yes,
I would be very happy if this could help someone.
I got the solution from a french gentoo user.
The problem come from packages compiled with the +xprint flag.
1- I put -xprint into my /etc/make.conf and :
#emerge -av --newuse world
2- I looked for all files named xprint in /etc, so
#locate xprint
I got this :
/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh
/etc/X11/Xsession.d/92xprint-xpserverlist.sh
/etc/init.d/xprint
/etc/profile.d/xprint.csh
/etc/profile.d/xprint.sh
3-May be, these files were needed by some application, so :
#equery belongs /etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh
#equery belongs /etc/......
# etc...
4- As these files were of no use, I deleted then (well, backup first,
then delete).
Now, everything works fine and the error messages are gone.
I hope i've been clear enough with my poor english :-)
Regards,
- Ptitjack -
Then
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
2006-07-02 19:17 ` Ptitjack
@ 2006-07-03 18:55 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2006-07-03 18:55 UTC (permalink / raw
To: gentoo-user
On 02/07/06, Ptitjack <jacmonti@club-internet.fr> wrote:
> Now, everything works fine and the error messages are gone.
>
> I hope i've been clear enough with my poor english :-)
Prefectly clear. Thanks! :-)
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-03 19:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-02 16:03 [gentoo-user] upgrade xorg-x11 ; xprint missing Ptitjack
2006-07-02 17:05 ` [gentoo-user] upgrade xorg-x11 ; xprint missing [solved] Ptitjack
2006-07-02 17:15 ` Mick
2006-07-02 17:22 ` Justin R Findlay
2006-07-02 19:17 ` Ptitjack
2006-07-03 18:55 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox