Re: PCMCIA -- Unstable -- Kernel 2.4.12

2001-10-23 Thread Glen Mehn
Hi Doc. I'll let you know what I did. YMMV. install the pcmcia-cs packages (you probably already have this. As root, do 'which cardctl' and 'which cardmgr'. download kernel source; untar into /usr/src/linux (rename the kernel-source-2.4.x directory to linux) make menuconfig enable pcmcia supp

Re: Green blinking 'D' in console

2001-10-23 Thread Aaron Maxwell
On Monday 22 October 2001 10:13 am, Erik Steffl wrote: > > Aaron Maxwell wrote: > > > Hi. I'm running yesterday's sid. In the console, occasionally a green > > > blinking 'D' will appear at a certain position on the screen. When and > > > where it appears seems to be random. It will scroll and

Re: Somebody asked this ...

2001-10-23 Thread Michel Loos
On Wed, 2001-10-24 at 00:57, [EMAIL PROTECTED] wrote: > I was asked if , ' gcc ' , the GNU C Compiler has a source code that is > available . > Good question , but , I do not know , and such , I am ashamed of myself. > Please help > alleviate my misery . > Yes of course the source code of gcc

Re: Modem configuration + Dial up - Procedure

2001-10-23 Thread Shaul Karl
> Could somebody pls tell me how Modem configuration + Dial up is done on any > Linux > box , if I am having an ISP ? > > Thanks, > ([EMAIL PROTECTED]) > Shyam > > You might install the pppconfig deb and run it. If you are running KDE or GNOME then there should be GUI tools. You might want

Re: Adding Drives

2001-10-23 Thread Shaul Karl
> Does anybody know where I can find info on ading second hard drives? > > I added the second drive, > ran "MAKEDEV hdc" , > ran "mke2fs /dev/hdc" , > added a entry to the fstab file in the /etc directory. > > But I can not mount it? > > fstab line = "/dev/hdc1 /data ext2defaults

pty-redir

2001-10-23 Thread Adam John Henry
pty-redir seems to be an essential program used to establish a VPN using SSH+PPP. However, it would appear that, for whatever reason(s), it has not been debianized. Unfortunately, I am unable to download it from its source: ftp://ftp.vein.hu/ssa/contrib/mag/pty-redir-0.1.tar.gz Could anyone pl

Re: Adding Drives

2001-10-23 Thread Michael Heldebrant
On Tue, 2001-10-23 at 23:02, Michael Grover wrote: > Does anybody know where I can find info on ading second hard drives? > > I added the second drive, > ran "MAKEDEV hdc" , > ran "mke2fs /dev/hdc" , > added a entry to the fstab file in the /etc directory. > > But I can not mount it? > > fstab

Re: lpr doesn't work under woody

2001-10-23 Thread Adam Bogacki
Yep, I'm having the same problem. I'm running an EPSON Stylus Photo 700 under woody using printtool (which I thought had conflicted with LPRng when I tried to install what 'Debian Unleashed', 2000, described as "Debian's native printing model") ... If it is as simple as changing /dev/lp1 t /dev/lp

Adding Drives

2001-10-23 Thread Michael Grover
Does anybody know where I can find info on ading second hard drives? I added the second drive, ran "MAKEDEV hdc" , ran "mke2fs /dev/hdc" , added a entry to the fstab file in the /etc directory. But I can not mount it? fstab line = "/dev/hdc1 /data ext2defaults 11 when I try t

Re: Problems configuring /etc/network/interfaces

2001-10-23 Thread Michael Heldebrant
On Tue, 2001-10-23 at 20:23, Charles Bray wrote: > Hi, > > I'm fairly new to Linux and just switched from SuSE to Debian > 2.2.19pre17 a few days ago. I have a Dell Inspiron 7000 notebook. I've > tried very hard to solve this problem on my own, but the solution > continues to escape me. > > Rig

Re: [DEB] Re: Debian S-L-O-W Upgrading

2001-10-23 Thread Paul Smith
%% Paul M Foster <[EMAIL PROTECTED]> writes: pmf> Well, I can't find them, so I must be looking in the wrong place. My pmf> sources.list file points to: pmf> http://http.us.debian.org/debian testing main contrib non-free The latest PostgreSQL packages contain SSL support, so you have to lo

JDK1.4 beta

2001-10-23 Thread Oki DZ
Hi, I tried to run "java -version" on a Debian 2.2 Intel machine, but I had the following in the log file: Unexpected Signal : 11 occurred at PC=0x403076A1 Function=native_java_library__2os+0x9 Library=/usr/local/jdk1.4/jre/lib/i386/client/libjvm.so Current Java thread: at java.lang.Throw

Re: PCMCIA -- Unstable -- Kernel 2.4.12

2001-10-23 Thread Stephen E. Hargrove
On Tue, 23 Oct 2001, eDoc wrote: > >From whence do I also download pcmcia-cs to match kernel > 2.4.12 and Unstable? (I looked around and the only site http > site I found would not respond.) http://pcmcia-cs.sourceforge.net/ - i keep mine in /usr/src. >What are the steps I should follow,

Re: Somebody asked this ...

2001-10-23 Thread Eric G. Miller
On Wed, 24 Oct 2001 08:27:04 +0530, <[EMAIL PROTECTED]> wrote: > I was asked if , ' gcc ' , the GNU C Compiler has a source code that is > available . > Good question , but , I do not know , and such , I am ashamed of myself. > Please help > alleviate my misery . http://www.gnu.org/software/gc

Re: PCMCIA -- Unstable -- Kernel 2.4.12

2001-10-23 Thread eDoc
Glen, Thank you for your remarks. I have read so many online documents about kernels and upgrades and patches etc. that my eyes and head hurt! I have killed entire forests with all that I have printed out to read again and mark up and try. At this point I could use some very simple ins

Re: how to install aha1542 kernel module

2001-10-23 Thread Mark Carroll
On Wed, 24 Oct 2001, Darren Wyn Rees wrote: > On Tue, Oct 23, 2001 at 07:36:32PM -0400, Mark Carroll wrote: (snip) > > The normal way I get modules > > is to compile and install them in the kernel building process. > > I don't need to build a new kernel. I'm loading the module. > > > Do you > > a

Re: problems installing 2.4 kernel

2001-10-23 Thread Mark Carroll
On Tue, 23 Oct 2001, Jerome Acks Jr wrote: (snip) > I have an AMD K6-II. "uname -a" identifies it as i586. (snip) That may say more about what processor your kernel was compiled for than what processor it's actually running on. Does /proc/cpuinfo get it right? -- Mark

Modem configuration + Dial up - Procedure

2001-10-23 Thread shyamk
Could somebody pls tell me how Modem configuration + Dial up is done on any Linux box , if I am having an ISP ? Thanks, ([EMAIL PROTECTED]) Shyam

Somebody asked this ...

2001-10-23 Thread shyamk
I was asked if , ' gcc ' , the GNU C Compiler has a source code that is available . Good question , but , I do not know , and such , I am ashamed of myself. Please help alleviate my misery . Thanks, ([EMAIL PROTECTED]) Shyam

Re: [DEB] Re: Debian S-L-O-W Upgrading

2001-10-23 Thread Paul M Foster
On Mon, Oct 22, 2001 at 11:39:59PM -0400, Peter S Galbraith wrote: > > Paul M Foster wrote: > > > I just know I'm gonna get flamed for this, but... > > > > But... it's like a year behind every other distro out there. As an > > example, I checked testing and unstable to see the latest version

Re: PCMCIA -- Unstable -- Kernel 2.4.12

2001-10-23 Thread Glen Mehn
you can do pcmcia support under 2.4.x in two ways: installing the pcmcia packages (more stable, but maybe less feature-rich, and somewhat more complex to setup). Compiling pcmcia support into the new 2.4.x kernel, however, note that you'll still need the pcmcia-cs package installed for full pcmc

Re: X sesion blanking _after_ screen saver stars up

2001-10-23 Thread Damon Muller
Quoth Stan Brown, > I'm runing potato + Progeny + 2.4.9 kernel packages. I'm using gnome, and > have it set up to start the svreen saver after 5 minutes, which it does. > However, sometime later the whole screen balnks. I've noticed that the > 2.4.9 kernel packagges do not include apm, so I'm assu

Re: Xemacs menubar font

2001-10-23 Thread Damon Muller
Quoth Hartmut Figge, > README.Debian says: > > 3) For mule binaries you must use "fontSet" rather than "font" in >Xresources to change the fonts used. For example: > Emacs*font: -*-lucidatypewriter-medium-r-normal-*-10-* > > becomes > Emacs*fontSet: -*-lucidatypewriter-medium-r-normal-*-10-

Re: Problems configuring /etc/network/interfaces

2001-10-23 Thread Petre Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 don't forget to put your isp's dns servers' IPs in /etc/resolv.conf greetz, Dani, dns support. CB> Hi, CB> I'm fairly new to Linux and just switched from SuSE to Debian CB> 2.2.19pre17 a few days ago. I have a Dell Inspiron 7000 notebook. I've CB> t

Re: Gnucash

2001-10-23 Thread Oleksandr Moskalenko
* Justin R. Miller ([EMAIL PROTECTED]) wrote: > Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > > i use gnucash everyday and count myself as extremely lucky that i had > > the old (now obsolete) libs laying around on my system, so i can > > actually use the thing. > > Yeah, I'm dying here -

Re: Gnucash

2001-10-23 Thread Anthony J. Breeds-Taurima
On Tue, 23 Oct 2001, Craig Dickson wrote: > Christopher S. Swingley wrote: > > > > As far as I know the maintainer's currently on vacation ... > > > > Honeymoon, IIRC from a similar discussion a week ago on debian-devel. > > And the Debian system is so inflexible that nobody can take care of hi

PCMCIA -- Unstable -- Kernel 2.4.12

2001-10-23 Thread eDoc
Did you have to download and install a separate pcmcia package as well? What did you download and from where, please? I am currently seeing Cardbus Services handle my 3Com 3c589 nic (under Progeny and kernel 2.2.18). I am not clear as to what handles my nic under Unstable and kernel 2.4.12 (whic

Re: How do you apply an 'ac' patch?

2001-10-23 Thread Wayne Topa
Morbo([EMAIL PROTECTED]) is reported to have said: > Hi, > > Sorry, I know this is basic stuff, but what is the correct way to apply an > Alan Cox patch? > (Or probably any patch for that matter.) > > I've downloaded the 2.4.12 kernel source from kernel.org and also the > 'patch-2.4.12-ac6' > fro

[no subject]

2001-10-23 Thread Keith Kwan
unsubscribed

Re: Trouble installing Potato on Dell Poweredge 2450

2001-10-23 Thread Rich Puhek
Stuart, Do you have the Perc 2 or the Perc 3? I believe you are probably running the Perc 3 if you have a 2450. Very nice card, but it's a little bit of a challange to get it working. See the following for info: http://lists.debian.org/debian-user/2001/debian-user-200101/msg00453.html Also see

Trouble installing Potato on Dell Poweredge 2450

2001-10-23 Thread Stuart Allen
I am having trouble installing Potato on a Dell Poweredge 2450. The problem appears to be the Perc 2/DC RAID controller. When booting off the rescue floppy, the system hangs after the following three lines of output: megaraid: v1.11 (Aug 23, 2000) megaraid: found 0x8086 : 0x1960:idx 0:bus 0:slo

Re: using bootcd with usb cdrw drive

2001-10-23 Thread David Roundy
On Tue, Oct 23, 2001 at 10:43:33PM +0200, Debian User Jean-Baptiste Note wrote: > Just to know, have you devfs compiled in the kernel and mounted at boot ? > are you sure the entry /dev/scd0 exists at boot-time ? > what is the error message ? (i guess it's can't mount root fs on device > XX:XX ->

[slightly OT] Emacs21 new features (was Re: kudos)

2001-10-23 Thread Jeronimo Pellegrini
On Tue, Oct 23, 2001 at 07:36:48PM -0500, DvB wrote: > This may be taking this thread a little OT, but I have to ask... I've > heard (on Slashdot, to be exact) that Emacs21 has some "new user > oriented" features that can be annoying for more experienced users. What > are they? (assuming there real

Problems configuring /etc/network/interfaces

2001-10-23 Thread Charles Bray
Hi, I'm fairly new to Linux and just switched from SuSE to Debian 2.2.19pre17 a few days ago. I have a Dell Inspiron 7000 notebook. I've tried very hard to solve this problem on my own, but the solution continues to escape me. Right now, my /etc/network/interfaces file includes the following li

Re: Shell emulator with tabs for gnome/gtk

2001-10-23 Thread John Patton
On Wed, Oct 24, 2001 at 06:48:47AM +0800, csj wrote: > I'm looking for a shell emulation program that has tabs (like the > one you see in galeon or gedit). The one I'm presently using, > powershell, does have tabs (which I found, thanks to apt-cache search). > But I have some issues with it ;-)

Re: how to install aha1542 kernel module

2001-10-23 Thread Darren Wyn Rees
On Tue, Oct 23, 2001 at 07:36:32PM -0400, Mark Carroll wrote: > > I do not understand your response. I am not seeking to recompile a new > > kernel, but I want to make a module available to the kernel. > > Where are you going to get the module from. I'm not sure. I'm still looking for help to

Re: problems installing 2.4 kernel

2001-10-23 Thread Jerome Acks Jr
Jerome Acks Jr wrote: Charles Baker wrote: What are the dividing lines between 586 - 686 etc? I obviously know that a 386 and 486 are just that, but what about the Pentiums, PIIs, PIIIs etc? Thanks. Here is what configure.help in kernel-source-2.4.9 package says: - "386" for the AMD/Cyri

Re: Name instead of To in From: ?

2001-10-23 Thread ajlewis2
In linux.debian.user, you wrote: > Message Index in Mutt. I see everyone elses mail fine. It is only > mail from myself that shows up as the To: Header. I tried changing %L > to %F. No difference. What is L and F? F=From L=?List? > > Lance I came in late on this. For some reason I didn'

Re: Gnucash

2001-10-23 Thread Craig Dickson
Christopher S. Swingley wrote: > > As far as I know the maintainer's currently on vacation ... > > Honeymoon, IIRC from a similar discussion a week ago on debian-devel. And the Debian system is so inflexible that nobody can take care of his packages while he's away? Craig

Re: problems installing 2.4 kernel (2)

2001-10-23 Thread Jerome Acks Jr
Irvine Russell wrote: > Thanks to nate and jerome. > > I followed your suggestions and have > another problem. > > When I: > > apt-get install kernel-image-2.4.9-386 > > I get the following (I haven't include > the whole text) > > Sorry but the following packages have unmet > dependencies: > >

Re: Gnucash

2001-10-23 Thread Christopher S. Swingley
> > speaking of gnucash, why have the debian packages been getting so old? > > should the libs upon which it depends hang around in the archives > > longer, or does the maintainer just need to rebuild it against the new > > libs more frequently? > > As far as I know the maintainer's currently on v

Re: kudos

2001-10-23 Thread DvB
Jeronimo Pellegrini <[EMAIL PROTECTED]> writes: > And no bugs that affected me -- I am impressed! Of course, upstream > work is also great - I use so many .el files that I expected a few of > them to break, but everything is fine! > This may be taking this thread a little OT, but I have to ask..

RE: Propossed Project: Odyssey

2001-10-23 Thread Scott Henson
> Therefore, I propose a new project: Project Odyssey. > The goal of this propossed project: > > To create a viable alternative to our main competetor, based on Debian > GNU/Linux. I would be willing to help on this project. I have been thinking about something like this for a while now. Feel fr

Re: Propossed Project: Odyssey

2001-10-23 Thread Bernd Eckenfels
On Wed, Oct 24, 2001 at 01:12:02AM +0200, Alex de Landgraaf wrote: > To create a viable alternative to our main competetor, based on Debian > GNU/Linux. Do not forget www.boxedpenguin.com IMHO you should not use the Debian Project as a start for your trip, go out and do it in public. Greetings

method POST to php

2001-10-23 Thread Michael Cole
I am having some difficulty finding what to do to fix this problem. I have Apache 1.3.9, PHP4 and Postgresql. I am trying to POST to a php document. Then html form has . When I submit the information I get a 405 error, Method not Allowed. I have the base installation for Apache from Debian st

lpr (-#num parameter)

2001-10-23 Thread Alan E Davis
Using sid. How can I print multiple copies using lpr? I tried this: [EMAIL PROTECTED]:~/PROJ/BIOLOGY$ lpr -Plp -#3 Breadmold_Experiment-worksheet.txt usage: lpr [-Pprinter] [-#num] [-C class] [-J job] [-T title] [-U user] [-i [numcols]] [-1234 font] [-wnum] [-cdfghlnmprstv] [nam

Re: problems installing 2.4 kernel

2001-10-23 Thread Jerome Acks Jr
Charles Baker wrote: What are the dividing lines between 586 - 686 etc? I obviously know that a 386 and 486 are just that, but what about the Pentiums, PIIs, PIIIs etc? Thanks. Here is what configure.help in kernel-source-2.4.9 package says: - "386" for the AMD/Cyrix/Intel 386DX/DXL/SL/SLC/

Re: how to install aha1542 kernel module

2001-10-23 Thread Mark Carroll
On Tue, 23 Oct 2001, Darren Wyn Rees wrote: (snip) > I do not understand your response. I am not seeking to recompile a new > kernel, but I want to make a module available to the kernel. Where are you going to get the module from. The normal way I get modules is to compile and install them in the

Re: kudos

2001-10-23 Thread Jeronimo Pellegrini
:: S Salman Ahmed writes: > Let me second that. Being an XEmacs user, I wanted to see what Emacs21 > was all about, and was planning to install from sources. I was > pleasantly surprised to see Emacs21 made it into sid so quickly. > Good job!! And no bugs that affected me -- I am impressed! Of c

Re: Propossed Project: Odyssey

2001-10-23 Thread Scott Dier
> Therefore, I propose a new project: Project Odyssey. > To take the long road from where we (the geeks) now are to create a true I would attempt to not fork whatever work you do, but provide packages that work within debian for these things that track unstable and could be released with a future

Re: using bootcd with usb cdrw drive

2001-10-23 Thread dman
On Tue, Oct 23, 2001 at 02:13:15PM -0700, David J. Roundy wrote: | On Tue, Oct 23, 2001 at 10:43:33PM +0200, Debian User Jean-Baptiste Note wrote: | > Just to know, have you devfs compiled in the kernel and mounted at boot ? | > are you sure the entry /dev/scd0 exists at boot-time ? | > what is th

Re: Keyboard Layout

2001-10-23 Thread pirmin
Try install-keymap Ciao, -- AvH Raffaele Sandrini wrote: Hi, I have no idea how to set the default keyboard layout in woody. I need an sg-latin1 layut... since "kbdconfig" isn't avalible how do i have to set it then? cheers, Raffaele

Propossed Project: Odyssey

2001-10-23 Thread Alex de Landgraaf
Note: this may be a bit long, but i hope you will read it and give feedback about your opinon on the subject(s) discussed. And sorry for crossposting, just wanting everones 2cents. forgive me :) Fellow Debian-users/developers! Lets start by telling something about myself and the reason i am post

Re[2]: network, ifconfig, symbol link to network

2001-10-23 Thread Jean-Christophe Boggio
Ref : Tuesday, October 23, 2001 11:04:21 PM d> | What is this "my_aliases" file d> A file that can be named anything you want. You create it and put d> your aliases and options in there. d> When it is run, it concatenates d> everything in the /etc/modutils directory and creates (overwrites) d> /e

Re: Gnucash

2001-10-23 Thread Colin Watson
On Tue, Oct 23, 2001 at 04:18:00PM -0400, [EMAIL PROTECTED] wrote: > speaking of gnucash, why have the debian packages been getting so old? > should the libs upon which it depends hang around in the archives > longer, or does the maintainer just need to rebuild it against the new > libs more freque

Shell emulator with tabs for gnome/gtk

2001-10-23 Thread csj
I'm looking for a shell emulation program that has tabs (like the one you see in galeon or gedit). The one I'm presently using, powershell, does have tabs (which I found, thanks to apt-cache search). But I have some issues with it ;-). Now are there any other gnome- or gtk-based shell emulator

Re: Woody upgrade and balsa error

2001-10-23 Thread Colin Watson
On Tue, Oct 23, 2001 at 12:41:40PM -0700, D. wrote: > In doing a upgrade to Woody the upgrade was going > along fine and then I received this error: Errors > were encountered while processing > /var/cache/apt/archived/balsa.0.9.5-1.0.pre5-1_i386.deb > and I think it also said eror 11 encountered

Re: how to install aha1542 kernel module

2001-10-23 Thread Darren Wyn Rees
On Tue, Oct 23, 2001 at 06:33:09PM -0400, Mark Carroll wrote: > > Linux debian 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i686 unknown > > > > Would someone please explain where I can find this module and > > how to install it ? > > I'm using kernel-source-2.2.19-8 and the option is CONFIG_S

Re: KMail and Outlook?

2001-10-23 Thread csj
On Tuesday 23 October 2001 22:26, [EMAIL PROTECTED] wrote: > Kmail from what I've seen is a very simple email client.  Although I > use Star Office, I haven't used the email client from SO. > > I use the Evolution email package for Gnome from Ximian.  It's pretty > similar to what I remember of Out

Re: Gnucash

2001-10-23 Thread Justin R. Miller
Thus spake Craig Dickson ([EMAIL PROTECTED]): > Yes, get it from here: Thanks so much! Now I'm trying to get it going... -- Justin R. Miller <[EMAIL PROTECTED]> PGP/GnuPG Key ID 0xC9C40C31 (preferred) pgpmpypz2sOZo.pgp Description: PGP signature

Re: Gnucash

2001-10-23 Thread Justin R. Miller
Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]): > i use gnucash everyday and count myself as extremely lucky that i had > the old (now obsolete) libs laying around on my system, so i can > actually use the thing. Yeah, I'm dying here -- I used to use it several times a day and I've without for

Re: how to install aha1542 kernel module

2001-10-23 Thread Mark Carroll
On Tue, 23 Oct 2001, Darren Wyn Rees wrote: > I believe I need to have the aha1542 module to enable me to use my SCSI > CDRW. > > I am using > > Linux debian 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i686 unknown > > Would someone please explain where I can find this module and > how to in

how to install aha1542 kernel module

2001-10-23 Thread Darren Wyn Rees
I believe I need to have the aha1542 module to enable me to use my SCSI CDRW. I am using Linux debian 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i686 unknown Would someone please explain where I can find this module and how to install it ? Thanks. -- Darren Wyn Rees

RE: Well that didn't work - Upgrading Woody from 2.2.19 to 2.4.9

2001-10-23 Thread Carpenter, Dean
Well, waking up an old thread here ... I'm seeing the same issue. Clean install of woody/testing apt-get install kernel-image-2.4.10-686 Does its thing, warning about the lilo line. I put that in and rerun lilo. reboot. Fails on the root mount. Ran mkinitrd -k -o /boot/initrd-2.4.10-686 /lib/

Re: How do you apply an 'ac' patch?

2001-10-23 Thread Craig Dickson
Morbo wrote: > Sorry, I know this is basic stuff, but what is the correct way to apply an > Alan Cox patch? > (Or probably any patch for that matter.) > > I've downloaded the 2.4.12 kernel source from kernel.org and also the > 'patch-2.4.12-ac6' > from Alan's folder, which contains a file named '

mldvi, tmview and latex fonts

2001-10-23 Thread Johann Spies
On my new woody system tmview shows a lot of fonts just as squares when viewing a dvi file. I also tried out mldvi today. I complains about not finding phvr8 and says "Transcript written on mfput.log" However I could not find any mfput on my system. Some other messages:

biglietti da visita!!!

2001-10-23 Thread studio zenith
parma 22 ottobre 2001 Spett. Ditta innanzi tutto chiediamo scusa per essere entrati nella Vostra casella postale Volevamo segnalarVi un sito nostro nel quale commercializziamo biglietti da visita in quadricromia (cioè con la possibilità di inserire foto) a prezzi veramente vantaggiosi. Se volet

Re: How do you apply an 'ac' patch?

2001-10-23 Thread Tommy Moore
Hi Morbo to apply a patch to a kernel source tree change to /usr/src and either gzip -d or bunzip2 and then do: patch-p0 Hi, > > Sorry, I know this is basic stuff, but what is the correct way to apply an > Alan Cox patch? > (Or probably any patch for that matter.) > > I've downloaded the 2.4.12

Re: lpr doesn't work under woody

2001-10-23 Thread Stephen Gran
Thus spake Sebastiaan: > Hi, > > On Tue, 23 Oct 2001, Vittorio wrote: > > > While under potato I didn't have any difficulty to make my Epson > > StylusColor 640 work using lpr and magicfilter, after installing woody > > from scratch I cannot print any longer. > > > > I'm using -as usual - lpr &

Re: Messages being frozen with exim.

2001-10-23 Thread Greg Wiley
On Tuesday, October 23, 2001 1:50 PM, [EMAIL PROTECTED] > Lately in my log file for exim I see a bunch of messages that certain mail > messages are being frozen. > Where should I look to see the reason for this nd how do I unfreeze them? Mail that can neither be delivered nor returned is frozen b

Re: Fresh install w/Abit KG7-RAID mobo, kernel panic on install

2001-10-23 Thread Stephen Gran
Thus spake shifty: > I built a new machine yesterday and was hoping to give Debian a whirl fresh > from the start, I'm so sick of Redhat nad have heard nothing but blessings > about Debian... I Downloaded and burned ISOs for Debian 2.2 rev 3 (all 3 > discs) and attempted to install, but after start

Re: Messages being frozen with exim.

2001-10-23 Thread Mark Carroll
On Tue, 23 Oct 2001, Tommy Moore wrote: > Lately in my log file for exim I see a bunch of messages that certain mail > messages are being frozen. > Where should I look to see the reason for this nd how do I unfreeze them? I would guess that looking at exim's mainlog from around the time the messa

Re: hardware support in debian

2001-10-23 Thread Alex de Landgraaf
Hey Gert-Jan! Welcome! The problem with hardware compatibility is that most hardware is supported through the linux-kernel. These are more groups of hardware (parallel printers, USB adapters, etc). For some hardware you may need to do some research, but most modules and user-space apps are all in

How do you apply an 'ac' patch?

2001-10-23 Thread Morbo
Hi, Sorry, I know this is basic stuff, but what is the correct way to apply an Alan Cox patch? (Or probably any patch for that matter.) I've downloaded the 2.4.12 kernel source from kernel.org and also the 'patch-2.4.12-ac6' from Alan's folder, which contains a file named 'pot' >From previous po

Re: intel fortran compiler

2001-10-23 Thread Dean Allen Provins
Hello: You indicate that you are using a Pentium IV CPU. This is a 32 bit processor, so the 64 bit FORTRAM shared libraries mentioned in your post (below) will never work. You must install the 32 bit version. While I have but a Pentium II, I've had no trouble with the compiler. Dean On

dselect miss behaving

2001-10-23 Thread Nic Strong
For about the last 2 weeks now when I use dselect I no longer have sections for New packages and Updated packages (only Obsolete/Installed/Removed). Does anyone have an idea what could be going wrong ? Rgrds, Nic Strong

Re: using bootcd with usb cdrw drive

2001-10-23 Thread David J. Roundy
On Tue, Oct 23, 2001 at 10:43:33PM +0200, Debian User Jean-Baptiste Note wrote: > Just to know, have you devfs compiled in the kernel and mounted at boot ? > are you sure the entry /dev/scd0 exists at boot-time ? > what is the error message ? (i guess it's can't mount root fs on device > XX:XX ->

kudos

2001-10-23 Thread Jim McCloskey
I installed the mew Emacs (emacs version 21) from unstable yesterday, amd I have to say that it is very impressive indeed that a program this large and this complex was packaged so quickly (wasn't it available the day after the official release?) and so well. Rob Browning deserves a lot of credit

Re: Providing network services for a laptop. Internet connection, and PPP

2001-10-23 Thread dman
On Tue, Oct 23, 2001 at 01:34:35PM -0600, John Purser wrote: | Hello, | | I'm running Debian Woody with a custom 2.4.10 kernel. On weekends someone | plugs their laptop running Win2K into my ethernet network. In order to | allow her to browse the internet I have to reconfigure her (static) IP |

Re: network, ifconfig, symbol link to network

2001-10-23 Thread dman
On Tue, Oct 23, 2001 at 06:22:22PM +0200, Jean-Christophe Boggio wrote: | Ref : Tuesday, October 23, 2001 4:46:10 PM | | d> On Tue, Oct 23, 2001 at 04:15:18PM +0200, Christian Eckert wrote: | d> This isn't right. There should be a directory /etc/network/ on your | d> system, if you installed the

Instalation Host Setup...

2001-10-23 Thread Alexander Wallace
Hello there! When debian is installed with the network options, it sets up several things for the network SInce I didn't have a network adapter when I set this machine up I guess it didn't set those things... Now, i got the network working but there are a couple of things that I did not set u

Re: Problems with exim and fetchmail (on woody)....

2001-10-23 Thread Michael Heldebrant
On Mon, 2001-10-22 at 17:36, Chris Concannon wrote: > I'm running woody on my desktop machine and I'm running into problems > trying to get email working. I want to get my email with fetchmail, read > it with mutt, and send it with exim. I'm on a network link at my > university and my IP address

Messages being frozen with exim.

2001-10-23 Thread Tommy Moore
Lately in my log file for exim I see a bunch of messages that certain mail messages are being frozen. Where should I look to see the reason for this nd how do I unfreeze them? Thanks. Tommy

Re: Providing network services for a laptop. Internet connection, and PPP

2001-10-23 Thread Vineet Kumar
* John Purser ([EMAIL PROTECTED]) [011023 12:58]: > Hello, > > I'm running Debian Woody with a custom 2.4.10 kernel. On weekends someone > plugs their laptop running Win2K into my ethernet network. In order to > allow her to browse the internet I have to reconfigure her (static) IP > settings.

Re: using bootcd with usb cdrw drive

2001-10-23 Thread Debian User Jean-Baptiste Note
Just to know, have you devfs compiled in the kernel and mounted at boot ? are you sure the entry /dev/scd0 exists at boot-time ? what is the error message ? (i guess it's can't mount root fs on device XX:XX -> those numbers have a meaning you should try to interpret) -- I'm an occurence of the I

Re: intel fortran compiler

2001-10-23 Thread Debian User Jean-Baptiste Note
The answer seems strighforward : some of the object files and librairies were compiled for IA64. Of course you wont be able to get them to work on your IA32 box. I guess, you dont have the source of this compiler, only librairies and object files ? -- I'm an occurence of the I love GNU virus. Ple

Re: pppoatm

2001-10-23 Thread Debian User Jean-Baptiste Note
For pppoatm to work, you dont need a package actually. pppoatm support is in the kernel. (the pppoe package give you pppoe support in userland, but their is not such way of doing for pppoatm) you need : 1) a pppoatm kernel patch. It works well on all recent kernel versions (search google) 2) a spec

RE: pppoatm

2001-10-23 Thread Sean 'Shaleh' Perry
On 23-Oct-2001 Andrew Pritchard wrote: > I see in the debian package list a pppoe package, but no pppoatm package. Is > this likely to continue to be the case? > > This package is needed for us in the UK who want ADSL from British Telecom. > Being British they decided to be different and use pp

Re: Gnucash

2001-10-23 Thread glynis
speaking of gnucash, why have the debian packages been getting so old? should the libs upon which it depends hang around in the archives longer, or does the maintainer just need to rebuild it against the new libs more frequently? or is there a problem that keeps it from building against the new li

Re: problems installing 2.4 kernel

2001-10-23 Thread Charles Baker
What are the dividing lines between 586 - 686 etc? I obviously know that a 386 and 486 are just that, but what about the Pentiums, PIIs, PIIIs etc? Thanks. --- Jerome Acks Jr <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello all > > > > I recently installed debian potato 2.2 > > and

pppoatm

2001-10-23 Thread Andrew Pritchard
I see in the debian package list a pppoe package, but no pppoatm package. Is this likely to continue to be the case? This package is needed for us in the UK who want ADSL from British Telecom. Being British they decided to be different and use ppp over ATM - rather than the seemingly more commo

Woody upgrade and balsa error

2001-10-23 Thread D.
Hi all, In doing a upgrade to Woody the upgrade was going along fine and then I received this error: Errors were encountered while processing /var/cache/apt/archived/balsa.0.9.5-1.0.pre5-1_i386.deb and I think it also said eror 11 encountered. What do I do now, do I apt-get -f dist-upgrade ? A

Re: LILO problem on recent 2.4.x kernels

2001-10-23 Thread Stefan Alfredsson
Better not downgrade to 2.4.9, as it is also vulnerable. See below. Regards, Stefan Quoting Russell Coker <[EMAIL PROTECTED]> [23 Oct-01 19:08]: > On Tue, 23 Oct 2001 15:23, you wrote: > > Quoting Russell Coker <[EMAIL PROTECTED]> [23 Oct-01 15:08]: > > > 2) Prepare an upgrade to 2.4.12 or a do

Providing network services for a laptop. Internet connection, and PPP

2001-10-23 Thread John Purser
Hello, I'm running Debian Woody with a custom 2.4.10 kernel. On weekends someone plugs their laptop running Win2K into my ethernet network. In order to allow her to browse the internet I have to reconfigure her (static) IP settings. In order to allow her to dial into the company NT server I hav

panel crash when exiting...

2001-10-23 Thread Chun Kit Edwin Lau
Hi everyone, I don't know what's happening to panel. It just crash very often when I logout x-window. It starts happening since an upgrade a week ago. Is there a way I can find out what's wrong? And the xsession-error log have the following. Gdk-ERROR **: X connection to :0.0 broken (

Re: hardware support in debian

2001-10-23 Thread Mark Carroll
On Tue, 23 Oct 2001, Gert-Jan wrote: > Hello, I'm Gert-Jan Schouten from The Netherlands and I'm a beginning Hi. (-: > Debian user. I'm wondering where I can find a list of hardware that is > compatibel with the latest Debian 2.2.r3. I don't see it anywhere on > the site And if I put a brand

Re: timeoutd and long usernames

2001-10-23 Thread Andras BALI
On Tue, Oct 23, 2001 at 12:21:40PM -0500, Dave Sherohman wrote: > I've decided to enforce idle timeouts on one of my servers and, to > implement this, I've installed timeoutd on it. Unfortunately, it > seems that timeoutd doesn't like usernames in excess of 8 characters. This is a known bug

Re: imap mail

2001-10-23 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 23 October 2001 1:30 pm, Andreas Leitner wrote: > Hi, > > I hope this is not too offtopic here. I have now successfully set up a > cyrus imap/exim based mail server using debian testing for my personal > use. The goal is to use this server a

Re: Kernel 2.4.12 compile problem

2001-10-23 Thread Wayne Topa
[EMAIL PROTECTED]([EMAIL PROTECTED]) is reported to have said: > I know this is probably silly, but I had a lot of headaches with kernel > compiling and installation until I ran across the kernel-package package. > I just made a kernel debian package using the 'make-kpkg' which that package > provi

seaching for information

2001-10-23 Thread simpiwe PANZISO
Dear Sir/Madam I am looking for information on the functions that a CMMS package should include to support the maintenance department and if you could list for me the software packages that are available for Maintenance Departments in industry. I would be glad if you could assist me in those. Loo

  1   2   3   >