Re: Internal server error 500 for bugs.debian.org pkgreport of apt-listchanges

2021-08-14 Thread Cindy Sue Causey
On 8/14/21, Cindy Sue Causey wrote: > On 8/14/21, Brian Thompson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> Hello everyone, >> >> I'm getting a 500 error when trying to access the apt-listchanges, apt, >> and apt-listdifferences pkgreports on bugs.debian.org. It looks like

Re: Internal server error 500 for bugs.debian.org pkgreport of apt-listchanges

2021-08-14 Thread Brian Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sat, 2021-08-14 at 22:42 -0400, Cindy Sue Causey wrote: > Would Developers *very recently* flipping the release switch for > buster/bullseye/bookworm affect that? > > https://lists.debian.org/debian-devel-announce/2021/08/msg1.html > > Maybe

Re: Internal server error 500 for bugs.debian.org pkgreport of apt-listchanges

2021-08-14 Thread Cindy Sue Causey
On 8/14/21, Brian Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hello everyone, > > I'm getting a 500 error when trying to access the apt-listchanges, apt, > and apt-listdifferences pkgreports on bugs.debian.org. It looks like > there is a problem with all of the pkgrepor

Internal server error 500 for bugs.debian.org pkgreport of apt-listchanges

2021-08-14 Thread Brian Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello everyone, I'm getting a 500 error when trying to access the apt-listchanges, apt, and apt-listdifferences pkgreports on bugs.debian.org. It looks like there is a problem with all of the pkgreports. Here is one of the URLs: https://bugs.debia

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Felix Miata
Richmond composed on 2021-05-05 12:49 (UTC+0100): > I installed debian on an old PC i686. I chose the mate desktop. When I > tried to log in throught display manager I could not, so: > I closed X down with telinit 3 > I logged in on the console as root > I ran xinit -- :0 > I switched to a non ro

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Dan Ritter writes: > Richmond wrote: >> I installed debian on an old PC i686. I chose the mate desktop. When I >> tried to log in throught display manager I could not, so: >> >> I closed X down with telinit 3 >> I logged in on the console as root >> I ran xinit -- :0 >> I switched to a non root

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Brad Rogers
On Wed, 05 May 2021 18:36:50 +0100 Richmond wrote: Hello Richmond, >package called nvidia-detect for this architecture. Oops, I'm sorry - you're right - I didn't check properly. Again, sorry about getting your hopes up. -- Regards _ / ) "The blindingly obvious is

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Brad Rogers writes: > On Wed, 05 May 2021 15:31:25 +0100 > Richmond wrote: > > Hello Richmond, > >>01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV11 >>[GeForce2 MX/MX 400] [10de:0110] (rev b2) > > As mentioned by Greg; > > On Wed, 5 May 2021 11:14:44 -0400 > Greg Wooledge wrote:

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Dan Ritter writes: > Richmond wrote: >> Dan Ritter writes: >> >> > Richmond wrote: >> >> I installed debian on an old PC i686. I chose the mate desktop. When I >> >> tried to log in throught display manager I could not, so: > ... >> >> What can I do? Perhaps use a different xserver. The displ

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Brad Rogers
On Wed, 05 May 2021 15:31:25 +0100 Richmond wrote: Hello Richmond, >01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV11 >[GeForce2 MX/MX 400] [10de:0110] (rev b2) As mentioned by Greg; On Wed, 5 May 2021 11:14:44 -0400 Greg Wooledge wrote: >Or else look for this nvidia detection

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Greg Wooledge
On Wed, May 05, 2021 at 03:31:25PM +0100, Richmond wrote: > > 1) Identify your video hardware. Use "lspci -nn" for this. > > 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV11 > [GeForce2 MX/MX 400] [10de:0110] (rev b2) OK. This is... a rather old device.

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Greg Wooledge writes: > On Wed, May 05, 2021 at 08:20:21AM -0400, Dan Ritter wrote: >> As your non-root user, write a .xinitrc: >> >> #!/bin/sh >> xterm & >> exec mate-session >> >> and then run >> >> startx >> >> Tell us what happens then. If it crashes, let us see your >> /etc/apt/sources.l

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Dan Ritter
Richmond wrote: > Dan Ritter writes: > > > Richmond wrote: > >> I installed debian on an old PC i686. I chose the mate desktop. When I > >> tried to log in throught display manager I could not, so: ... > >> What can I do? Perhaps use a different xserver. The display driver is > >> nouveau. > >

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Scrap the previous /etc/apt/sources I forgot I was using ssh into a different pc. cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official i386 DVD Binary-1 20210327-10:50]/ buster contrib main # deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official i386 DVD Binary

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
Richmond writes: > I installed debian on an old PC i686. I chose the mate desktop. When I > tried to log in throught display manager I could not, so: > > I closed X down with telinit 3 > I logged in on the console as root > I ran xinit -- :0 > I switched to a non root user in the xterm window on

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Greg Wooledge
On Wed, May 05, 2021 at 08:20:21AM -0400, Dan Ritter wrote: > As your non-root user, write a .xinitrc: > > #!/bin/sh > xterm & > exec mate-session > > and then run > > startx > > Tell us what happens then. If it crashes, let us see your > /etc/apt/sources.list and anything in sources.list.d/ I

Re: Xorg fatal server error segmentation fault i686

2021-05-05 Thread Dan Ritter
Richmond wrote: > I installed debian on an old PC i686. I chose the mate desktop. When I > tried to log in throught display manager I could not, so: > > I closed X down with telinit 3 > I logged in on the console as root > I ran xinit -- :0 > I switched to a non root user in the xterm window on t

Xorg fatal server error segmentation fault i686

2021-05-05 Thread Richmond
I installed debian on an old PC i686. I chose the mate desktop. When I tried to log in throught display manager I could not, so: I closed X down with telinit 3 I logged in on the console as root I ran xinit -- :0 I switched to a non root user in the xterm window on the display I typed export DISPL

[SOLVED] Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-06-13 Thread Hor Jiun Shyong
I believe the problem comes from an incompatibility between FGLRX version 12-4-1 and xorg 1.12. I've had the same symptoms and solved it by downgrading xorg to 1.11.4-1. Make sure to downgrade the input packages too. Thanks for the feedback. Will try out and feedback the result. Hi Issa

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-06-13 Thread Hor Jiun Shyong
On 06/11/2012 06:01 AM, Issam Mehssani wrote: I believe the problem comes from an incompatibility between FGLRX version 12-4-1 and xorg 1.12. I've had the same symptoms and solved it by downgrading xorg to 1.11.4-1. Make sure to downgrade the input packages too. Thanks for the feedback. Wil

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-06-10 Thread Issam Mehssani
Hi, I believe the problem comes from an incompatibility between FGLRX version 12-4-1 and xorg 1.12. I've had the same symptoms and solved it by downgrading xorg to 1.11.4-1. Make sure to downgrade the input packages too.

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-23 Thread Hor Jiun Shyong
Hi, Is this bug (Bug#665000: SUMO2: blank screen after load "radeon" module) related to my issue? As I am using Sumo chip too AMD Llano A6-3670 APU with Radeon(tm) HD Graphics stepping 00 root@szechuan:~#: dmesg | grep -i sumo [ 7.451590] [drm] initializing kernel modesetting (SUMO 0x1002:0x9

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-21 Thread Chris Bannister
On Mon, May 21, 2012 at 09:27:32AM +0800, Hor Jiun Shyong wrote: > >grep -v \^# /etc/inittab [output same as mine] Can't see anything different there. -- "If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people who are doing the oppr

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-20 Thread Hor Jiun Shyong
grep -v \^# /etc/inittab id:2:initdefault: si::sysinit:/etc/init.d/rcS ~~:S:wait:/sbin/sulogin l0:0:wait:/etc/init.d/rc 0 l1:1:wait:/etc/init.d/rc 1 l2:2:wait:/etc/init.d/rc 2 l3:3:wait:/etc/init.d/rc 3 l4:4:wait:/etc/init.d/rc 4 l5:5:wait:/etc/init.d/rc 5 l6:6:wait:/etc/init.d/rc 6 z6:6:res

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-20 Thread Chris Bannister
On Mon, May 21, 2012 at 01:34:59AM +1200, Chris Bannister wrote: > On Thu, May 17, 2012 at 11:37:54AM +0800, Hor Jiun Shyong wrote: > > I checked and noticed the default runlevel under inittab is 5. (I > > must have changed it for reason I can't remember now).I have > > changed it back to run

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-20 Thread Chris Bannister
On Thu, May 17, 2012 at 11:37:54AM +0800, Hor Jiun Shyong wrote: > I checked and noticed the default runlevel under inittab is 5. (I > must have changed it for reason I can't remember now).I have > changed it back to run level 2 and will try the ati driver again to > see if the problem still p

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-18 Thread Arnt Karlsen
On Thu, 17 May 2012 12:14:01 +0800, Hor wrote in message <4fb47b09.9080...@gmail.com>: > Is amd-driver-installer-12-4-x86.x86_64.run driver the same with the > non free debianised fglrx driver ? > amd-driver-installer-12-4-x86.x86_64.run uses fglrx version 8.961 ..I dunno, I only use the fre

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-16 Thread Hor Jiun Shyong
Is amd-driver-installer-12-4-x86.x86_64.run driver the same with the non free debianised fglrx driver ? amd-driver-installer-12-4-x86.x86_64.run uses fglrx version 8.961 lspci result under amd-driver-installer-12-4-x86.x86_64.run driver: Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VG

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-16 Thread Hor Jiun Shyong
On 05/16/2012 01:23 AM, Indulekha wrote: Maybe something (like /etc/inittab) got edited, and tty7 was repurposed for a getty? It's important to leave tty7 alone or X won't run. Also if inittab did get edited, could be you're calling a getty that isn't installed... I checked and noticed the

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-16 Thread Hor Jiun Shyong
Hi, ..this isn't a kernel panic? What happens _immediately_before_ your blinking dash? Kernel is able to boot up. ..this is relevant only if it was written between your boot and your blinking dash. Yes it is so. ..your Xorg log is "gnome 3 under fallback mode"? Yes ..first

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-16 Thread Arnt Karlsen
On Tue, 15 May 2012 21:03:12 +0800, Hor wrote in message <4fb25410.5050...@gmail.com>: > Hi All, > > Would be grateful if anyone could provide feedback on the below, > thanks. > > After installing proprietary driver > amd-driver-installer-12-4-x86.x86_64.run on Sid amd64, both console > and X

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-15 Thread Indulekha
an provide a more > > insightful view on this issue :-) > > > > > After installing proprietary driver > > > amd-driver-installer-12-4-x86.x86_64.run on Sid amd64, both console and > > > X cannot be started. All was left after booting is a blinking "-"

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-15 Thread Indulekha
; amd-driver-installer-12-4-x86.x86_64.run on Sid amd64, both console and > > X cannot be started. All was left after booting is a blinking "-" > > prompt. Xorg log as below. > > Let me move up the fatal error: > > > [ 312.888] Fatal server error: > > [ 3

Re: Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-15 Thread Camaleón
a blinking "-" > prompt. Xorg log as below. Let me move up the fatal error: > [ 312.888] Fatal server error: > [ 312.888] xf86OpenConsole: Cannot find a free VT > [ 312.888] > [ 312.888] That's weird... It's like the xserver is not able to allocate a virtu

Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-15 Thread Hor Jiun Shyong
312.881] Module class: X.Org Video Driver [ 312.881] (II) Loading sub module "fglrxdrm" [ 312.881] (II) LoadModule: "fglrxdrm" [ 312.881] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so [ 312.881] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."

Fatal server error: xf86OpenConsole: Cannot find a free VT

2012-05-14 Thread Hor Jiun Shyong
312.881] Module class: X.Org Video Driver [ 312.881] (II) Loading sub module "fglrxdrm" [ 312.881] (II) LoadModule: "fglrxdrm" [ 312.881] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so [ 312.881] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc.&quo

Re: DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread ml ml
Thanks Pascal! Thats it. On Tue, Feb 28, 2012 at 9:45 AM, Pascal Hambourg wrote: > Hello, > > ml ml a écrit : >> >> i set up a DHCP Server. Here are my installed packages: >> -- >> ii  dhcp3-server                         4.1.1-P1-15+squeeze2 >> ISC DHCP server (

Re: DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread Pascal Hambourg
Hello, ml ml a écrit : > > i set up a DHCP Server. Here are my installed packages: > -- > ii dhcp3-server 4.1.1-P1-15+squeeze2 > ISC DHCP server (transitional package) > ii isc-dhcp-server 4.1.1-P1-15+squeeze2 > ISC DH

DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread ml ml
Hello List, i set up a DHCP Server. Here are my installed packages: -- Server:~# dpkg -l | grep dhcp ii dhcp3-client 4.1.1-P1-15+squeeze2 ISC DHCP server (transitional package) ii dhcp3-common 4.1.1-P1-15+squeeze2 I

Re: Kmail - satellite server error...

2007-08-07 Thread P Kapat
On 8/6/07, Andrei Popescu <[EMAIL PROTECTED]> wrote: > On Mon, Aug 06, 2007 at 06:40:28PM +1000, Charlie wrote: > > Subject copied over to Kmail... > > > > Kmail works with the satellite server now? A long online chat and Kmail > > works > > a treat as ever. Phew > > > > Thanks to

Re: Kmail - satellite server error...

2007-08-06 Thread Andrei Popescu
On Mon, Aug 06, 2007 at 06:40:28PM +1000, Charlie wrote: > Subject copied over to Kmail... > > Kmail works with the satellite server now? A long online chat and Kmail works > a treat as ever. Phew > > Thanks to everyone for your help. It is much appreciated, and by using the > i

Re: Kmail - satellite server error...

2007-08-06 Thread Charlie
Subject copied over to Kmail... Kmail works with the satellite server now? A long online chat and Kmail works a treat as ever. Phew Thanks to everyone for your help. It is much appreciated, and by using the ideas you put forward probably helped to get this working. Be well, Cha

Re: Kmail - satellite server error...

2007-08-05 Thread John W. Foster
On Sunday 05 August 2007 02:12, Charlie wrote: > Posted this to Debian-KDE list without reply. Hope to get some ideas here. > Posting through IceDove. > > Using Debian Etch/Lenny > Have just been connected to satellite internet provider Clearnetworks who > have some Linux capable techs on their sta

Re: Kmail - satellite server error...

2007-08-05 Thread Charlie
Andrei Popescu wrote: On Sun, Aug 05, 2007 at 06:12:56PM +1000, Charlie wrote: Posting through IceDove. Does this mean IceDove works? Sending failed: Message sending failed since the following recipients were rejected by the server: [EMAIL PROTECTED] (The server responde

Re: Kmail - satellite server error...

2007-08-05 Thread Andrei Popescu
On Sun, Aug 05, 2007 at 06:12:56PM +1000, Charlie wrote: >>> Posting through IceDove. >> >> Does this mean IceDove works? >> >>> Sending failed: >>> Message sending failed since the following recipients were rejected by >>> the server: >>> [EMAIL PROTECTED] (The server responded: "relaying mail

Re: Kmail - satellite server error...

2007-08-05 Thread Charlie
Andrei Popescu wrote: On Sun, Aug 05, 2007 at 05:12:02PM +1000, Charlie wrote: Posted this to Debian-KDE list without reply. Hope to get some ideas here. Posting through IceDove. Does this mean IceDove works? Sending failed: Message sending failed since the following recipients we

Re: Kmail - satellite server error...

2007-08-05 Thread Andrei Popescu
On Sun, Aug 05, 2007 at 05:12:02PM +1000, Charlie wrote: > Posted this to Debian-KDE list without reply. Hope to get some ideas here. > Posting through IceDove. Does this mean IceDove works? > Sending failed: > Message sending failed since the following recipients were rejected by > the server: >

Kmail - satellite server error...

2007-08-05 Thread Charlie
Posted this to Debian-KDE list without reply. Hope to get some ideas here. Posting through IceDove. Using Debian Etch/Lenny Have just been connected to satellite internet provider Clearnetworks who have some Linux capable techs on their staff, but have not been able to resolve a problem with Kmai

Re: Fwd: qmailadmin 500 internal server error

2005-09-20 Thread Scot Hilden
Jared Hall wrote: I keep getting the same two errors over and over again (and for some reason the time is way off) from /var/log/apache2/error.log [Tue Sep 20 01:57:55 2005] [error] [client 192.168.0.2] Premature end of script headers: qmailadmin [Tue Sep 20 01:57:55 2005] [error] [client 192.16

Fwd: qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
scot- > The qmailadmin file is a binary file, so there is not much you can look > for in there. If you are still getting the 500 error you may take a look > at /var/log/apache2/error.log and see if you can spot what it is > missing. Normally qmailadmin is easy enough to reinstall that people > will

Fwd: qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
-- Forwarded message -- From: Jared Hall <[EMAIL PROTECTED]> Date: Sep 20, 2005 7:34 AM Subject: Re: qmailadmin 500 internal server error To: Scot Hilden <[EMAIL PROTECTED]> On 9/20/05, Scot Hilden <[EMAIL PROTECTED]> wrote: > Might try the ScriptAlias with

Re: qmailadmin 500 internal server error

2005-09-20 Thread Scot Hilden
. Vpop is also working, as well as sqwebmail, and vqadmin. These programs are all functioning just fine. The configuration for qmailadmin and it's installation seem to go smooth, but when I type http://www.mysite.com/cgi-bin/qmailadmin/ into the browser i get a 500 internal server error: &q

qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
g, as well as sqwebmail, and vqadmin. These programs are all functioning just fine. The configuration for qmailadmin and it's installation seem to go smooth, but when I type http://www.mysite.com/cgi-bin/qmailadmin/ into the browser i get a 500 internal server error: " Internal Serv

Re: CUPS Server Error

2004-11-30 Thread Wayne Topa
Noah Durell([EMAIL PROTECTED]) is reported to have said: > Noah Durell wrote: > > >Richard Lyons wrote: > > [ cut here ] over 20 K of previous posts deleted [ cut here ] > > > >-Noah > > > > > Hey Guys, > Very weird. I tried running the KDE printer utility again today and it >

Re: CUPS Server Error

2004-11-30 Thread Richard Lyons
On Tue, Nov 30, 2004 at 09:29:23AM -0500, Noah Durell wrote: > Here it is: Well, I asked for it, so I had better say something. I'd better come clean and admit that I am no expert. It looks alright to my untutored eye. There are rather a lot of comment lines so a bit of help from sed gives:

Re: CUPS Server Error

2004-11-30 Thread Noah Durell
Noah Durell wrote: Richard Lyons wrote: On Mon, Nov 29, 2004 at 11:09:12AM -0500, Noah Durell wrote: Adam Aube wrote: Noah Durell wrote: Adam Aube wrote: Noah Durell wrote: [...] Also when I try to access the CUPS web interface on http://localhost:631 it says: Forb

Re: CUPS Server Error

2004-11-30 Thread Noah Durell
Richard Lyons wrote: On Mon, Nov 29, 2004 at 11:09:12AM -0500, Noah Durell wrote: Adam Aube wrote: Noah Durell wrote: Adam Aube wrote: Noah Durell wrote: [...] Also when I try to access the CUPS web interface on http://localhost:631 it says: Forbidden You don't

Re: CUPS Server Error

2004-11-29 Thread Richard Lyons
On Mon, Nov 29, 2004 at 11:09:12AM -0500, Noah Durell wrote: > Adam Aube wrote: > >Noah Durell wrote: > >>Adam Aube wrote: > >>>Noah Durell wrote: [...] > Also when I try to access the CUPS web interface on > http://localhost:631 it says: > > Forbidden > You don't have permi

Re: CUPS Server Error

2004-11-29 Thread Noah Durell
Adam Aube wrote: Noah Durell wrote: Adam Aube wrote: Noah Durell wrote: I get this error when I try to configure the printers in KDE: CUPS is installed and running. I removed it and reinstalled to be sure. Also when I try to access the CUPS web interface on http://lo

Re: CUPS Server Error

2004-11-29 Thread Adam Aube
Noah Durell wrote: > Adam Aube wrote: >>Noah Durell wrote: >>>I get this error when I try to configure the printers in KDE: >>>CUPS is installed and running. I removed it and reinstalled to be >>>sure. Also when I try to access the CUPS web interface on >>>http://localhost:631 it says: >>> Fo

Re: CUPS Server Error

2004-11-29 Thread Noah Durell
Sam Watkins wrote: On Mon, Nov 29, 2004 at 09:34:47AM -0500, Noah Durell wrote: How do I check that the firewall is not blocking port 631? telnet localhost 631 if it says "Connected to localhost." then it's not blocked (I don't know why it would be.) you have to type ctrl-] q to kill teln

Re: CUPS Server Error

2004-11-29 Thread Sam Watkins
On Mon, Nov 29, 2004 at 09:34:47AM -0500, Noah Durell wrote: > How do I check that the firewall is not blocking port 631? telnet localhost 631 if it says "Connected to localhost." then it's not blocked (I don't know why it would be.) you have to type ctrl-] q to kill telnet Sam -- To UNS

Re: CUPS Server Error

2004-11-29 Thread Noah Durell
Adam Aube wrote: Noah Durell wrote: I get this error when I try to configure the printers in KDE: Unable to retrieve the printer list. Error message received from manager: Connection to CUPS server failed. Check that the CUPS server is correctly installed and running. Error: the IPP request fail

Re: CUPS Server Error

2004-11-24 Thread Adam Aube
Noah Durell wrote: > I get this error when I try to configure the printers in KDE: > > Unable to retrieve the printer list. Error message received from manager: > Connection to CUPS server failed. Check that the CUPS server is > correctly installed and running. Error: the IPP request failed for a

Re: CUPS Server Error

2004-11-23 Thread Noah Durell
Massa Takeuti wrote: Are you "root" ? On Tue, 23 Nov 2004 10:13:24 -0500, Noah Durell <[EMAIL PROTECTED]> wrote: Hi, I get this error when I try to configure the printers in KDE: Unable to retrieve the printer list. Error message received from manager: Connection to CUPS server failed. Check th

Re: CUPS Server Error

2004-11-23 Thread Massa Takeuti
Are you "root" ? On Tue, 23 Nov 2004 10:13:24 -0500, Noah Durell <[EMAIL PROTECTED]> wrote: Hi, I get this error when I try to configure the printers in KDE: Unable to retrieve the printer list. Error message received from manager: Connection to CUPS server failed. Check that the CUPS server is

CUPS Server Error

2004-11-23 Thread Noah Durell
Hi, I get this error when I try to configure the printers in KDE: Unable to retrieve the printer list. Error message received from manager: Connection to CUPS server failed. Check that the CUPS server is correctly installed and running. Error: the IPP request failed for an unknown reason. CUPS is i

Re: Fatal server error: no screens found - Xfree86 Problems

2004-10-06 Thread Andreas Janssen
Hello Scott Barlow (<[EMAIL PROTECTED]>) wrote: > I am a reasonable newbie to Debian and have been trying unsucceffully > to get X (specifically kde) working on my box. I have modified the > XF86Config-4 file through the dpkg-reconfigure xserver-xfree86 command > but am having no luck. > [...]

Re: Fatal server error: no screens found - Xfree86 Problems

2004-10-05 Thread Andrea Vettorello
On Wed, 06 Oct 2004 16:01:06 +1000, Scott Barlow <[EMAIL PROTECTED]> wrote: > Hi, > > I am a reasonable newbie to Debian and have been trying unsucceffully to get > X > (specifically kde) working on my box. I have modified the XF86Config-4 file > through the dpkg-reconfigure xserver-xfree86 comman

Fatal server error: no screens found - Xfree86 Problems

2004-10-05 Thread Scott Barlow
(II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.1.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.4 (**) NV(0): O

Fatal X Server Error

2004-06-06 Thread Barry Skidmore
I believe I am having a problem with the xserver failing whenever my monitor's DPMS kicks in. After either windowmaker or enlightenment have run for 15 minutes, the window manager quits and I am put back into the console with the following errors: Fatal server error: Caught signal 4. S

Server Error (debian-user@lists.debian.org)

2004-03-29 Thread tohgaki
Delivery Failure - Invalid mail specification - failed message - r'_jT|.>uf9!0GF~okcf-u4Nöi%sOSiqq_KR8ä8m_JOPQJfoUöT~ *_0Q3öGH8_c,vK50u.N'xs2Zmr6 The message has been sent as a binary attachment. File attachment: message12745.zip A file attached to this email was remove

Re: nfs server error (SOLVED)

2004-01-27 Thread Monique Y. Herman
On 2004-01-27, Monique Y. Herman penned: > > home:~# invoke-rc.d nfs-kernel-server start Exporting directories for > NFS kernel daemon...done. Starting NFS kernel daemon: > nfsdinvoke-rc.d: initscript nfs-kernel-server, action "start" failed. > Oops. I needed "NFS server support" in my kernel, u

nfs server error

2004-01-27 Thread Monique Y. Herman
I'd like to play around with using one home directory for various machines, so I thought I'd install an nfs server. This is on unstable. Here's what I see: home:~# invoke-rc.d nfs-kernel-server start Exporting directories for NFS kernel daemon...done. Starting NFS kernel daemon: nfsdinvoke-rc.d:

Re: Fatal server error

2003-12-15 Thread Andreas Janssen
Hello Gruessle (<[EMAIL PROTECTED]>) wrote: > I get this > > Fatal server error: > no screens found > > Trying to start startx If you want to ask a question on the list, please write a new mail from scratch instead of answering to an existing message. If you want h

Re: Fatal server error

2003-12-15 Thread Tim Connors
"Gruessle" <[EMAIL PROTECTED]> said on Sun, 14 Dec 2003 23:34:16 -0800: > > > I get this > > Fatal server error: > no screens found > > Trying to start startx > > Thank you That's OK. Um, thank me for what exactly? Oh, BTW - you migh

Fatal server error

2003-12-15 Thread Gruessle
I get this Fatal server error: no screens found Trying to start startx Thank you -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: internal server error, please help

2002-12-13 Thread David Z Maze
eric lin <[EMAIL PROTECTED]> writes: > Thanks your reply, but it is not work( I did not know why yet, maybe > some where in my /etc/apache/httpd.conf I should add load mod_perl You don't *need* mod_perl to run CGI scripts. (And if you're doing testing/developing and don't need tight integration w

internal server error, please help

2002-12-13 Thread eric lin
David Z Maze wrote: eric lin <[EMAIL PROTECTED]> writes: I follow two boods, one is "HTML for the World Wide Web with XHTML and CSS" the other is "Teach yourself WEbPublishing with HTML and XHTML" may be best weblanguage is java or java script, let me explore html and cgi and perl first

Re: newbie's apache , internal server error, please help

2002-12-12 Thread sean finney
what does which perl say? sean msg18746/pgp0.pgp Description: PGP signature

Re: newbie's apache , internal server error, please help

2002-12-12 Thread eric lin
Rodent of Unusual Size wrote: eric lin wrote: [Thu Dec 12 19:55:46 2002] [error] (2)No such file or directory: exec of /usr/lib/cgi-bin/entrance.pl failed this usually means that the interpreter in the shebang line of the script is incorrect. or possibly that the script file has dos line e

Re: newbie's apache , internal server error, please help

2002-12-12 Thread nate
eric lin said: > [Thu Dec 12 19:55:46 2002] [error] (2)No such file or directory: exec of > /usr/lib/cgi-bin/entrance.pl failed try just doing(from the shell) /usr/lib/cgi-bin/entrance.pl see what it spits out do you have perl in /usr/local/bin ? debian has it in /usr/bin nate -- To UNSUB

Re: newbie's apache , internal server error, please help

2002-12-12 Thread eric lin
d with the NAME attribute euual to $name had a VALUE equal to @cpu\n"; : when I click the submit bottom of my site in my browser it still Internal Server Error the first thing to check in a case like this is the apache error log (probably logs/error_log under the apache serverroo

Re: sqwebmail renders internal server error when accessed

2002-09-21 Thread Stephen Gran
This one time, at band camp, [EMAIL PROTECTED] said: > I'm not currently subscribed so please reply to the emailaddress. i > don't know why sqwebmail is not accessable. i followed the readme and > added the setenv sqwebmail_templatedir to /adir/mywebmail and copied > the html templates there. c

sqwebmail renders internal server error when accessed

2002-09-20 Thread jcunningham
I'm not currently subscribed so please reply to the emailaddress. i don't know why sqwebmail is not accessable. i followed the readme and added the setenv sqwebmail_templatedir to /adir/mywebmail and copied the html templates there. chmod 755 && chown root.www-data /adir/mywebmail chmod 755 /ad

Re: tomcat / cocoon2 / internal server error

2002-05-23 Thread Francois Chenais
On 24 May 2002 00:58:47 +1200 James Kahn <[EMAIL PROTECTED]> wrote: > On Fri, 2002-05-24 at 00:40, Francois Chenais wrote: > > More information, > > > > The first error is > > > > java.lang.NoClassDefFoundError: > > javax/xml/transform/TransformerConfigurationException > > > > Why is it

Re: tomcat / cocoon2 / internal server error

2002-05-23 Thread Francois Chenais
Snip ;-| But that life :-) François On Thu, 23 May 2002 09:07:33 -0400 Hubert Chan <[EMAIL PROTECTED]> wrote: > > "Francois" == Francois Chenais <[EMAIL PROTECTED]> writes: > > [...] > > Francois> Is this normal because I HAVE TO configure somethin or > Francois> is the deb pkg

Re: tomcat / cocoon2 / internal server error

2002-05-23 Thread Hubert Chan
> "Francois" == Francois Chenais <[EMAIL PROTECTED]> writes: [...] Francois> Is this normal because I HAVE TO configure somethin or Francois> is the deb pkg buggy ? The package is buggy. There are a bunch of missing dependencies, etc. See http://bugs.debian.org/cgi-bin/pkgreport.cgi?s

Re: tomcat / cocoon2 / internal server error

2002-05-23 Thread James Kahn
On Fri, 2002-05-24 at 00:40, Francois Chenais wrote: > More information, > > The first error is > > java.lang.NoClassDefFoundError: > javax/xml/transform/TransformerConfigurationException > > Why is it missing ? I don't have experience with cocoon - but that error means you don't have

Re: tomcat / cocoon2 / internal server error

2002-05-23 Thread Francois Chenais
have installed cocoon2 with tomcat and cocoon2-example pkg. > > When go to URI http://localhost:8081/cocoon2/, I have an internal > server error because 'The sitemap handler's sitemap is not available' > > Is this normal because I HAVE TO confi

tomcat / cocoon2 / internal server error

2002-05-23 Thread Francois Chenais
Hello, I have installed cocoon2 with tomcat and cocoon2-example pkg. When go to URI http://localhost:8081/cocoon2/, I have an internal server error because 'The sitemap handler's sitemap is not available' Is this normal because I HAVE TO config

Re: server error

2002-03-16 Thread ktb
trying to 'startx', I get the following error message:- > > Fatal server error: > could not open default font 'fixed' > > I can make no sense of this and don't know what is involved. So far as I > can remember I followed a normal minmal

Re: server error

2002-03-16 Thread timothy bauscher
> When trying to 'startx', I get the following error message:- > > Fatal server error: > could not open default font 'fixed' Try this: cd /etc/X11/fonts/misc; mkfontdir (==timothy==)

Re: server error

2002-03-16 Thread Patrick Kirk
ng to 'startx', I get the following error message:- > > Fatal server error: > could not open default font 'fixed' > >I can make no sense of this and don't know what is involved. So far as I Yes - its one of the most useless error messages ever.

server error

2002-03-16 Thread john gennard
I've just re-installed Potato 2.2 r4 (following changes to hard disks) -this is something I have not done for a long time as I don't have crashes. Now I have a problem not encountered before. When trying to 'startx', I get the following error message:- Fatal server

Re: fatal server error: no screens found (SOLVED)

2002-03-12 Thread timothy bauscher
nd have just completed a fresh install of unstable. > >When xdm (or gdm) are launched, they display a black screen 3 times and then fail. When startx is launched it also fails. The error I receive is: > >(EE) Screen(s) found, but none have a usable configuration. >Fatal server error: &

Re: fatal server error: no screens found (closer)

2002-03-11 Thread timothy bauscher
lack screen 3 times and then fail. When startx is launched it also fails. The error I receive is: > >(EE) Screen(s) found, but none have a usable configuration. >Fatal server error: >no screens found > login as root run XFree86 -configure A working XF86Config file should now be

Re: fatal server error: no screens found

2002-03-11 Thread Patrick Kirk
launched, they display a black screen 3 times and then >fail. When startx is launched it also fails. The error I receive is: > >(EE) Screen(s) found, but none have a usable configuration. >Fatal server error: >no screens found > login as root run XFree86 -configure A working XF86Conf

Re: fatal server error: no screens found

2002-03-11 Thread Alan James
On Mon, Mar 11, 2002 at 01:23:31PM -0500, timothy bauscher wrote: > > I have run xf86config and xf86cfg with different resolutions and color > depths, but I still end up with the same error. > > Any help would be appreciated, I have run out of ideas. > Make sure you have xserver-xfree86 insta

fatal server error: no screens found

2002-03-11 Thread timothy bauscher
also fails. The error I receive is: (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found I have run xf86config and xf86cfg with different resolutions and color depths, but I still end up with the same error. Any help would be appreciated, I have run out

  1   2   >