Re: USB mouse not recognized till after gpm starts

2003-07-10 Thread Kent West
Rob Weir wrote: On Mon, Jul 07, 2003 at 10:00:35AM -0500, Kent West wrote: I've got a Del Optiplex GX260 with a USB mouse. When I boot up, gpm starts before the USB mouse driver stuff kicks in, therefore gpm doesn't see the mouse. After I get logged in, I can then run /etc/init.d/gpm

Installing a package without overwriting files

2003-07-10 Thread Johan Parin
Hi all, I have the following problem: I'm using the fglrx driver for my ATI Radeon. The driver came as an rpm which I converted to a debian package using alien. The package installs /usr/X11R6/lib/libGL.so.1.2. This file is also installed by xlibmesa3-gl. I'm not sure if the fglrx package

Games thru SSH

2003-07-10 Thread Ian Melnick
Hello, all For a while I've been wanting to play games like doom and quake thru an ssh session. I would have settled for 'text mode' quake, but the older libraries provided with it segfault on my system. Then I thought maybe I could use dosemu; as people say doom runs in it, but I've had no luck;

Re: Games thru SSH

2003-07-10 Thread Nathan Poznick
Thus spake Ian Melnick: Hello, all For a while I've been wanting to play games like doom and quake thru an ssh session. I would have settled for 'text mode' quake, but the older libraries provided with it segfault on my system. Then I thought maybe I could use dosemu; as people say doom

Re: Font references and info

2003-07-10 Thread Aaron
Just an update on this font thing... First I found out that RedHat 7.x uses a hacked version of xft that includes TTF support from xfstt (yes, I use RedHat on one of my machines, forgive me). I finally did get TTF files to become available to X, and I can browse them in xfontsel, but they all

color picker

2003-07-10 Thread Emma Jane Hogbin
I remember using a color picker tool a while back that allowed you to select any color on the desktop (or in windows etc). I have a feeling it was a KDE application. Does anyone know what it might have been off hand? I tried doing apt-cache search color picker, but didn't see anything obvious.

Re: Games thru SSH

2003-07-10 Thread Hugh Saunders
On Thu, Jul 10, 2003 at 03:34:49PM -0500, Ian Melnick wrote: Hello, all For a while I've been wanting to play games like doom and quake thru an ssh session. I would have settled for 'text mode' quake, but the older libraries provided with it segfault on my system. Then I thought maybe I

Shell problem!! I'm going crazy!

2003-07-10 Thread Nils-Erik Svangård
Hello! When I do cat * in my homedirectory I get the following error message cat: okänd flagga --exclude Försök med cat --help för mer information. In english something like cat: unknow flag --exclude Try cat --help for more information. If I cd .. and cat mydir/* it works and the contents of

Libc 6.2, Debian and compiling modules for ATI Radeon 9700

2003-07-10 Thread Nick Lidakis
I just purchased a Radeon 9700 Pro (new MB also, Intel 875PBZ)so I could play America's Army in Linux. I used to play with a Radeon 8500LE, debian testing, a custom kernel and ATI's drivers for 3d acceleration. At this time last year ,IIRC, Debian testing had Libc 6.2, which according to the

Re: Shell problem!! I'm going crazy!

2003-07-10 Thread Vineet Kumar
* Nils-Erik Svangård ([EMAIL PROTECTED]) [030710 15:21]: Hello! When I do cat * in my homedirectory I get the following error message cat: okänd flagga --exclude Försök med cat --help för mer information. 20 bucks says you have a file called '--exclude' in that directory! =) try this

Re: Games thru SSH

2003-07-10 Thread Ian Melnick
Not really. Not if you're actually thinking that you can *play quake* over an ssh session. On a local lan, you *might* be able to do it (with a very low framerate), but there's no way you're going to be able to: - shove 30fps or so across an ssh connection - do any sort of serious graphics

Re: using the debianlogo kernel patch fails. (sollution provided)

2003-07-10 Thread Benedict Verheyen
Op do 10-07-2003, om 19:15 schreef Kevin McKinley: On 10 Jul 2003 16:50:52 +0200 Benedict Verheyen [EMAIL PROTECTED] wrote: apt-get install tk8.4/unstable (- i removed it prior to the kernelbuild so i reinstalled it. This could be useful to add to newbie kernel procedure doc of

Re: Shell problem!! I'm going crazy!

2003-07-10 Thread Erik Steffl
Nils-Erik Svangård wrote: Hello! When I do cat * in my homedirectory I get the following error message cat: okänd flagga --exclude Försök med cat --help för mer information. In english something like cat: unknow flag --exclude Try cat --help for more information. If I cd .. and cat mydir/* it

Log of init.d services started....

2003-07-10 Thread David Corbin
Is there any log of services started on boot from the rc?.d/init.d directories. For reason I can't fathom (yet), my DSL connection doesn't come up on boot, but running the init.d later does work. It's currently set up as S95adsl in rc2.d. I knwow I could do something by modifying the script

Re: bash: get file modification time query

2003-07-10 Thread Robin Gerard
On Wed, Jul 09, 2003 at 05:32:25PM -0700, Vineet Kumar wrote: * David selby ([EMAIL PROTECTED]) [030709 12:08]: Is there a neater way to get a modification date for a file without ls -l sed ? I have a bash script that needs to get the info. Because the file size varies I cannot use cut,

Re: Shell problem!! I'm going crazy!

2003-07-10 Thread Colin Watson
On Thu, Jul 10, 2003 at 11:59:33PM +0200, Nils-Erik Svang?rd wrote: When I do cat * in my homedirectory I get the following error message cat: ok?nd flagga --exclude F?rs?k med cat --help f?r mer information. You've got a file called --exclude in your home directory. Try: cat ./* or:

[OT] Is there a HOWTO for HOWTO's

2003-07-10 Thread Harshwardhan Nagaonkar
What is a good source of information about writing properly formatted HOWTOs? I googled for it, but I couldn't find anything really concrete. Do I just imitate how other HOWTO's are written?? TIA, -- Harshwardhan Nagaonkar Electrical Engineering Sysop Brigham Young University, UT-84602 -- To

Re: Games thru SSH

2003-07-10 Thread Stephen Patterson
On Fri, 11 Jul 2003 00:40:09 +0200, Ian Melnick wrote: What about Doom in Dosemu? How do I get that to work? It locks up right before the main game screen comes up. Is there a HowTo somewhere? I couldn't find a good one...but I did find screenshots! The best thing for doom is (rather then

Re: [OT] Is there a HOWTO for HOWTO's

2003-07-10 Thread Emma Jane Hogbin
On Thu, Jul 10, 2003 at 05:11:57PM -0600, Harshwardhan Nagaonkar wrote: What is a good source of information about writing properly formatted HOWTOs? I googled for it, but I couldn't find anything really concrete. Do I just imitate how other HOWTO's are written?? Here are a few that I know

Re: Libc 6.2, Debian and compiling modules for ATI Radeon 9700

2003-07-10 Thread Harshwardhan Nagaonkar
Harshwardhan Nagaonkar wrote: Nick Lidakis wrote: I just purchased a Radeon 9700 Pro (new MB also, Intel 875PBZ)so I could play America's Army in Linux. I used to play with a Radeon 8500LE, debian testing, a custom kernel and ATI's drivers for 3d acceleration. At this time last year ,IIRC,

Re: color picker

2003-07-10 Thread Harshwardhan Nagaonkar
Harshwardhan Nagaonkar wrote: Emma Jane Hogbin wrote: I remember using a color picker tool a while back that allowed you to select any color on the desktop (or in windows etc). I have a feeling it was a KDE application. Does anyone know what it might have been off hand? I tried doing apt-cache

vi Qustion

2003-07-10 Thread Jake Johnson
I used to be able to use the arrow keys to move around with out any problems, but know when I move (with the arrow keys after pressing i) to the beginning of the line I have to press I again. How do I change it so that I don't always have to press i? I hope that wasn't too confusing. example

Re: vi Qustion

2003-07-10 Thread Nicos Gollan
On Friday 11 July 2003 01:25, Jake Johnson wrote: I used to be able to use the arrow keys to move around with out any problems, but know when I move (with the arrow keys after pressing i) to the beginning of the line I have to press I again. How do I change it so that I don't always have to

Re: bash: get file modification time query

2003-07-10 Thread Hugh Saunders
On Fri, Jul 11, 2003 at 01:00:19AM +, Robin Gerard wrote: On Wed, Jul 09, 2003 at 05:32:25PM -0700, Vineet Kumar wrote: * David selby ([EMAIL PROTECTED]) [030709 12:08]: Is there a neater way to get a modification date for a file without ls -l sed ? I have a bash script that needs

Re: Shell problem!! I'm going crazy!

2003-07-10 Thread Stephen Rueger
On Thu, Jul 10, 2003 at 11:59:33PM +0200, Nils-Erik Svangård wrote: When I do cat * in my homedirectory I get the following error message In english something like cat: unknow flag --exclude Try cat --help for more information. You have a file called --exclude in your home directory. Use

Re: vi Qustion

2003-07-10 Thread Jake Johnson
Thanks Nicos, This has been bugging me for a while now. I just installed vim and it works perfectly. Thanks again, Jake Johnson [EMAIL PROTECTED] __ Plutoid - http://www.plutoid.com - Shop Plutoid for the best prices on Rims,

Re: Log of init.d services started....

2003-07-10 Thread Colin Watson
On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: Is there any log of services started on boot from the rc?.d/init.d directories. I'm afraid not. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

[Fwd: Re: [Fwd: kdvi fonts ragged but xdvi is OK]]

2003-07-10 Thread R (Chandra) Chandrasekhar
---BeginMessage--- H, Hilmar Preusse wrote: On 10.07.03 R (Chandra) Chandrasekhar ([EMAIL PROTECTED]) wrote: Folks, I have upgraded to Debian unstable KDE 3.1.2-1 and teTeX 2.0.2-4. A DVI file using default cmr fonts looks ragged and unreadable in kdvi while it dislays clearly and readably

Extracting fields (was bash: get file modification time query)

2003-07-10 Thread Clive Standbridge
On Wed 9 Jul 2003 19:53:05 +(+0100), David selby wrote: Is there a neater way to get a modification date for a file without ls -l sed ? I have a bash script that needs to get the info. Because the file size varies I cannot use cut, it may cut the wrong bit. Dave, Firstly I don't mean

Re: Libc 6.2, Debian and compiling modules for ATI Radeon 9700

2003-07-10 Thread Nick Lidakis
Harshwardhan Nagaonkar wrote: I was able to accomplish this by following ATI's well-enough written HOWTO (it is the Release Notes link). Their driver is compatible with the newer version of libc in unstable. I am currently running this setup right now. Just use their Xfree4.2.x and libc

syncing with a palm using evolution from kde

2003-07-10 Thread Shri Shrikumar
Hi folks, I recently got presented a sony clie which I have managed to work under linux - coldsync recognises and communicates with it just fine. I would however, like to sync it with Evolution. I have installed gnome-pilot and its other dependencies but I am running kde and cant installed the

Re: vi Qustion

2003-07-10 Thread Zhao YouBing
Jake Johnson wrote: Thanks Nicos, This has been bugging me for a while now. I just installed vim and it works perfectly. Thanks again, Jake Johnson [EMAIL PROTECTED] __ Plutoid - http://www.plutoid.com - Shop Plutoid for the

Re: bash: get file modification time query

2003-07-10 Thread Zhao YouBing
Robin Gerard wrote: On Wed, Jul 09, 2003 at 05:32:25PM -0700, Vineet Kumar wrote: * David selby ([EMAIL PROTECTED]) [030709 12:08]: Is there a neater way to get a modification date for a file without ls -l sed ? I have a bash script that needs to get the info. Because the file size

Re: Log of init.d services started....

2003-07-10 Thread David Corbin
On Thursday 10 July 2003 19:27, Colin Watson wrote: On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: Is there any log of services started on boot from the rc?.d/init.d directories. I'm afraid not. While we're on the subject, any reason debian doesn't use a standardized set

PHP + GD + Type 1 Fonts

2003-07-10 Thread Sam Minnee
Hi, I've been trying to get PHP's GD functions (imagecreate etc) to draw text using type 1 fonts, without much success. I've tried both the stable and unstable releases of the php4 + php4-gd2 packages, and i've tried i. The symptoms vary, between one of the 3 options: * PHP crashes with a

Re: Log of init.d services started....

2003-07-10 Thread Colin Watson
[Please don't send me private copies of list mail.] On Thu, Jul 10, 2003 at 09:08:55PM -0400, David Corbin wrote: On Thursday 10 July 2003 19:27, Colin Watson wrote: On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: Is there any log of services started on boot from the

Re: Font references and info

2003-07-10 Thread Arne Goetje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 11 July 2003 05:06, Aaron wrote: Just an update on this font thing... And I don't mean not anti-aliased, I mean the characters are TRASHED. Also, they are trashed the same way every time, like if you look at a capital W in one place on

Re: vi Qustion

2003-07-10 Thread Richard Heycock
On Fri, 2003-07-11 at 09:25, Jake Johnson wrote: I used to be able to use the arrow keys to move around with out any problems, but know when I move (with the arrow keys after pressing i) to the beginning of the line I have to press I again. How do I change it so that I don't always have to

Re: HELP! installing from boot floppies

2003-07-10 Thread ScruLoose
On Thu, Jul 10, 2003 at 11:49:59AM -0700, Curtis Vaughan wrote: Shaul Karl wrote: On Wed, Jul 09, 2003 at 04:12:33PM -0700, Curtis Vaughan wrote: When trying to install from floppies per instructions on Debian site, after the first disk (made from rescue.bin), I am asked to Insert root

Re: Spamassassin SA Proxy

2003-07-10 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 10, 2003 at 06:08:13PM +0200, Jernej Zidar wrote: Can Spamassassin be made into a fictious proxy server to whom one could point his email client? What do you intent to accomplish that way? We might be able to suggest a better, actually

Re: vi Qustion

2003-07-10 Thread Steve Lamb
On 11 Jul 2003 12:23:21 +1000 Richard Heycock [EMAIL PROTECTED] wrote: The easiest way to do this is to type: A [insert at the beginning of the line] textESC j [moves down one line] . [re-does the last command] This will work in both vi and vim.

Re: Games thru SSH

2003-07-10 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 10, 2003 at 03:55:44PM -0500, Nathan Poznick wrote: Not really. Not if you're actually thinking that you can *play quake* over an ssh session. On a local lan, you *might* be able to do it (with a very low framerate), but there's no

Re: vi Qustion

2003-07-10 Thread Rick Pasotto
On Thu, Jul 10, 2003 at 07:29:10PM -0700, Steve Lamb wrote: On 11 Jul 2003 12:23:21 +1000 Richard Heycock [EMAIL PROTECTED] wrote: The easiest way to do this is to type: A [insert at the beginning of the line] textESC j [moves down one line] . [re-does the

Re: [OT] Is there a HOWTO for HOWTO's

2003-07-10 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 10, 2003 at 05:11:57PM -0600, Harshwardhan Nagaonkar wrote: What is a good source of information about writing properly formatted HOWTOs? I googled for it, but I couldn't find anything really concrete. Do I just imitate how other

Re: vi Qustion

2003-07-10 Thread Steve Lamb
On Thu, 10 Jul 2003 22:42:35 -0400 Rick Pasotto [EMAIL PROTECTED] wrote: :%s/^/text/ is all you need. Showing the regex was also covering the other base which is if the entire line isn't needed, or repeating text in the line. IE *any regex can go here*. You sure like to do things the

Need help getting sound working

2003-07-10 Thread Paul E Condon
I'm trying to get sound working on my Woody computer. I have some confidence that the hardware is correctly installed because the computer plays the ogg vorbis files that are provided with Knoppix, but only with the software on the Knoppix demo disk. I have installed xmms debian package and

Re: Games thru SSH

2003-07-10 Thread Ian Melnick
Actually, Quake becomes quite playable with aalib over the network. If you consider aalib playable to start with. So how do I use aalib with it? 'ttyquake' segfaults. Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: make-kpkg: permission denied making modules_image

2003-07-10 Thread Manoj Srivastava
On Sun, 6 Jul 2003 09:31:28 +0200, martin f krafft [EMAIL PROTECTED] said: i hope you don't mind me asking a question... also sprach Manoj Srivastava [EMAIL PROTECTED] [2003.07.06.0223 +0200]: % sudo echo 'debian := 5:501c' /etc/kernel-pkg.conf what does this line do? It sets the

keyboard died when switch from X to console and back(using Alt-Fn)

2003-07-10 Thread Zhao YouBing
When I kill X, the keyboard get reponse again, I don't know how to get around of this problem. Thanks -- Zhao YouBing, Ph.D student State Key Lab of CADCG,Zhejiang University, Hangzhou, 310027, P.R.China Tel : 0571-87951045(O), 87933444(H) Email: [EMAIL PROTECTED] MSN : [EMAIL PROTECTED] --

Re: Trouble getting uml networking going.

2003-07-10 Thread Manoj Srivastava
On 06 Jul 2003 04:48:39 -0400, Shaun ONeil [EMAIL PROTECTED] said: Two things that strike me are that uml_net's default permissions require you to be root, or in group uml-net .. and uml_net performs the tun/tap configuration itself - I'm not sure if the route already existing would be

Re: Need help getting sound working

2003-07-10 Thread irvine
Hei I didn't read all of your email but will recommend the following link anyway. http://www.linuxorbit.com/modules.php?op=modloadname=Sectionsfile=indexreq=viewarticleartid=541page=1 Just in case I pasted the link incorrectly go to www.linuxorbit.com, click on HOWTOs, go to the bottom of

Re: Spamassassin SA Proxy

2003-07-10 Thread Jesse Meyer
On Thu, 10 Jul 2003, Jernej Zidar wrote: Can Spamassassin be made into a fictious proxy server to whom one could point his email client? If you want to filter a remote email account through spamassassin for incoming mail, you could: 1) Set up a MTA agent on the proxy machine.

Re: what plugins i needed?

2003-07-10 Thread Marino Fernandez
On Thursday 10 July 2003 8:57 am, Andreas Janssen wrote: Hello Rus Foster wrote: On Thu, 10 Jul 2003, James Ng Yuen Sum wrote: What plugins i need to download when i viewed a web sites with mozilla with the following error message? This page contains information of a type

Re: xine playback is jerky

2003-07-10 Thread Marino Fernandez
On Wednesday 09 July 2003 8:50 pm, Kevin McKinley wrote: On Wed, 9 Jul 2003 18:29:37 -0500 Marino Fernandez [EMAIL PROTECTED] wrote: Run xine-check again, do you still get those errors?. Yes, even though I can watch the DVDs. It must be that you do not have that xine-config script

Linux Kernel 2.4.21 and bootldr.ver

2003-07-10 Thread Mark L. Kahnt
Am I the only one having trouble building ALSA modules for the 2.4.21 kernel? While it built and works fine with 2.4.20, with 2.4.21, I get: make[3]: *** No rule to make target `/usr/src/linux/include/linux/modules/bootldr.ver', needed by `hwdep.o'. Stop. I get the absence of that file noted

Re: Gnome-Terminal size not restored

2003-07-10 Thread Mark L. Kahnt
On Tue, 2003-07-08 at 00:28, Javier Kohen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am I the only one experiencing this problem? (See report at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=161011 ) I'm using Debian's gnome-session, so I'm not doing anything weird. Every

Re: keyboard died when switch from X to console and back(using Alt-Fn)

2003-07-10 Thread Zhao YouBing
Zhao YouBing wrote: When I kill X, the keyboard get reponse again, I don't know how to get around of this problem. Thanks I use framebuffer, I've tried if I use console there will be no such problems -- Zhao YouBing, Ph.D student State Key Lab of CADCG,Zhejiang University, Hangzhou, 310027,

Exim virus scanner?

2003-07-10 Thread Louie Miranda
Hello, Does anyone know an exim virus scanner for debian? -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Exim virus scanner?

2003-07-10 Thread Steve Lamb
On Fri, 11 Jul 2003 12:57:22 +0800 Louie Miranda [EMAIL PROTECTED] wrote: Does anyone know an exim virus scanner for debian? [EMAIL PROTECTED]:~# apt-cache search exim virus amavis-postfix - Interface between MTA and virus scanner. amavisd-new - Interface between MTA and virus scanner/content

Re: Exim virus scanner?

2003-07-10 Thread Sharninder Singh-662
check out clamav .. its in testing - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 11, 2003 10:27 AM Subject: Exim virus scanner? Hello, Does anyone know an exim virus scanner for debian? -- Thank you, Louie Miranda ([EMAIL

RE: Exim virus scanner?

2003-07-10 Thread Louie Miranda
I did not see your search on my box. Just the amavis-postfix. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -Original Message- From: Steve Lamb [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: Re: Exim virus scanner? On Fri, 11 Jul 2003

sources.list

2003-07-10 Thread Louie Miranda
Am I missing something? -- root:/# cat /etc/apt/sources.list deb cdrom:[Debian GNU/Linux 3.0r1 Update CD 20030109: i386]/ woody contrib main non-US/contrib non-US/main non-US/non-free non-free deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-7 (20021218)]/

problems with using dpkg on new installation

2003-07-10 Thread Allasso
Hello, I am installing Debian Woody on my second hard-drive, using my existing system to intall. Completed to the point of installing dbootstrap, (following the instructions outlined in Installing Debian GNU/Linux 3.0 for Intel x86,

Re: Exim virus scanner?

2003-07-10 Thread Nick Hastings
Hi, * Louie Miranda [EMAIL PROTECTED] [030711 13:59]: Hello, Does anyone know an exim virus scanner for debian? Yes, apt-cache does: [EMAIL PROTECTED] ~ 17% apt-cache search exim virus amavis-ng - AMaViS Next Generation amavisd-new - Interface between MTA and virus scanner/content filters

Re: sources.list

2003-07-10 Thread gerard
depends what you are looking for, but there are no internet sources for updates and upgrades. Try running apt-setup to help you get some more sources. Depending on what software you want to use you may need to get additional non official sources. Http://apt-get.org is a pretty good source for

RE: sources.list

2003-07-10 Thread Louie Miranda
Gerard, the url you provided does not exist. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -Original Message- From: gerard [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: Re: sources.list depends what you are looking for, but there are

Re: sources.list

2003-07-10 Thread Nick Hastings
* Louie Miranda [EMAIL PROTECTED] [030711 14:14]: Am I missing something? -- root:/# cat /etc/apt/sources.list snip stable sources.list file You apear to be using Woody (stable), as my email indicated I am using unstable: hence the are more/newer packages avaliable to me.

RE: sources.list

2003-07-10 Thread Louie Miranda
But anyway, I did update the packages now using apt-setup. Thanks. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:39 PM To: 'gerard'; [EMAIL PROTECTED] Subject: RE: sources.list Gerard,

RE: Exim virus scanner?

2003-07-10 Thread Louie Miranda
No wait, now I can see it :) hehe. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -Original Message- From: Nick Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:03 PM To: [EMAIL PROTECTED] Subject: Re: Exim virus scanner? Hi, * Louie Miranda [EMAIL PROTECTED]

RE: sources.list

2003-07-10 Thread Louie Miranda
Yes I am. Do you know where can I get a list of sources from debian? I cant find it on the debian.org website. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -Original Message- From: Nick Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:21 PM To: [EMAIL PROTECTED]

Re: Gnome-Terminal size not restored

2003-07-10 Thread Javier Kohen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark L. Kahnt wrote: | On Tue, 2003-07-08 at 00:28, Javier Kohen wrote: | |-BEGIN PGP SIGNED MESSAGE- |Hash: SHA1 | | |Am I the only one experiencing this problem? (See report at |http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=161011 ) | |I'm

<    1   2   3   4   5