KDE 1.1 (-19990207-1)
Hello, I downloaded yesterday KDE 1.1 (-19990207-1) from ftp.kde.org. The .deb files seems to be corrupted: dpkg tells that into the deb file, there is an invalid ZIP file and it can't decompress. I tried to redownload the files from a second computer on a different network, and this is the same problem. Does anyone has an experience of that? Where can I find a valid archive for those debian packages of KDE? Mathieu Legrand.
RE: HP deskjet 695c
HP670C and HP690C printers use HPPCL3 language: http://www.pandi.hp.com/pandi-db/dds_data_sheet.show?p_model_no=C5884A&p_mod el=DeskJet690C the new remplacement products are HP695C and HP697C: http://www.pandi.hp.com/pandi-db/dds_obsolete.obsolete_list?p_pgrp_name=#Pri nters They use HPPCL3 too: http://www.pandi.hp.com/pandi-db/dds_data_sheet.show?p_model_no=C4562B&p_mod el=DeskJet695C I guess you won't have any problem with this printer. Mathieu Legrand. > -Original Message- > From: ktb [mailto:[EMAIL PROTECTED] > Sent: vendredi 12 mars 1999 15:00 > To: debian-user@lists.debian.org > Subject: Re: HP deskjet 695c > > > Hmmm, I guess not, I don't see the printer listed there. Maybe > you could add it to the > list when you find out. > Kent > > ktb wrote: > > > This link should help, > > > > http://gatekeeper.picante.com/~gtaylor/pht/printer_list.cgi > > > > Good Luck, > > Kent > > > > Richard Harran wrote: > > > > > I have been recommended this printer (HP dj 695c). However, > the vendor > > > does not know about linux support. He claims that it is the same > > > printer as the 690C (which is listed as supported ing the > linux hardware > > > howto), just with a restyled casing. Does anyone know if this printer > > > will work with debian? > > > Cheers > > > Rich
xdm : always reply "login incorrect"
I just installed Debian Linux 1.2 from Infomagic Pack. I have a problem I can't fix, maybe you will help me : When I start Linux, xdm starts with the graphic banner login but I can't log in from it : it always replies "login incorrect". I have then to log in text mode and to enter startx... Do you have any idea ? Mathieu.
Re: LARRY ELLISON
Find out your browser's name and version and your OS version from an CGI script is simple : you just have to print some variables from a shell script. For exemple, try this script : essai.cgi | #!/bin/sh | echo Content-type: text/plain | echo | echo CGI/1.0 test script report: | echo | echo argc is $#. argv is "$*". | echo | echo SERVER_SOFTWARE = $SERVER_SOFTWARE | echo SERVER_NAME = $SERVER_NAME | echo GATEWAY_INTERFACE = $GATEWAY_INTERFACE | echo SERVER_PROTOCOL = $SERVER_PROTOCOL | echo SERVER_PORT = $SERVER_PORT | echo REQUEST_METHOD = $REQUEST_METHOD | echo HTTP_ACCEPT = "$HTTP_ACCEPT" | echo PATH_INFO = $PATH_INFO | echo PATH_TRANSLATED = $PATH_TRANSLATED | echo SCRIPT_NAME = $SCRIPT_NAME | echo QUERY_STRING = $QUERY_STRING | echo REMOTE_HOST = $REMOTE_HOST | echo REMOTE_ADDR = $REMOTE_ADDR | echo REMOTE_USER = $REMOTE_USER | echo CONTENT_TYPE = $CONTENT_TYPE | echo CONTENT_LENGTH = $CONTENT_LENGTH The web is not anonymous. You can try something like http://www.anonymizer.com/open.html if you want to surf hidden. Mathieu.
Re: Login Incorrect with xdm...
Just to thank you all and to tell you were right : my keyboard was not well configured. My AltGr key on my french keyboard doesn't work. Therefore, this is a bug of the Debian distribution ;-). Does someone know how to fix this bug ? Mathieu.
Is there a french "release" of Debian Linux?
Hello, I heard about 2 month ago about a french release of RedHat Linux. Is such a release exist in Debian distribution? I know that a lot of GNU packages (.tar.gz) are translated by a GNU translation team. Why not put use those packages to built Debian packages? -- Mathieu. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .
update-rc.d didn't work...
Hello, I'm trying to install Debian Linux 1.3.1. I already installed Debian 1.2 and now I want to do a totally new installation. This new revision has a really good installation system, but I have two problems: - first of all, a major problem. /usr/sbin/update-rc.d doesn't work and then I don't have any /etc/rc?.d directory... It failed around line 270 with the message: "integer expression excepted" in the test: if [ "$START_SORT_NO" -lt "$SORT_NO" ] I found that $SORT_NO is egal to "-" when sh tries to do the test for the first time. Does anyone else had this error? How to solve it? - then, a cosmetic problem. I want to have five partitions: / /tmp /var /usr /home But I have to stop the installation and to make the partitions myself. Can the installation problem do this automaticly? It's quite boring to make it by hand. My timestamp file contains: Jul 6. -- Mathieu. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .