Re: Kernel 2.6.0-test2 minor issues. Works well!!! [tux/logo fix]

2003-08-02 Thread Marino Fernandez
On Friday 01 August 2003 11:45 pm, Tom White wrote: > I think that you need to have framebuffer support for your video card > compiled into the kernel to get the penguin to show up after lilo loads > the second-stage bootloader. I'm not sure what other options need to be > set. > I found out what

Re: more install problems

2003-08-02 Thread Andrew McGuinness
Richard Lyons wrote: Probably the latter. Now I am beginning to understand. This is the top of the file /* rtl8139.c: A RealTek RTL8129/8139 Fast Ethernet driver for Linux. */ /* Written 1997-2000 by Donald Becker. ... /* Version 1.11 is originally written by Donald Becker. Version 1.11a i

stat question

2003-08-02 Thread David selby
Hello, A while ago someone suggested using the stat command to get modification times for files etc, ls -al will give the info but I would have to do a lot of string stripping etc ... I have looked up man "stat", confusing ... googled for it, confusing ! It is not a regular command, ie "stat"

Re: more install problems

2003-08-02 Thread Richard Lyons
Good morning, Andrew. On Saturday 02 August 2003 08:50, Andrew McGuinness wrote: > Richard Lyons wrote: [...] > > [the driver] is the version distributed by the card maker... > > with the card. Looks out of date. No changelog on the disk. > > Is the card actually a pcmcia card (I understood it w

Re: stat question

2003-08-02 Thread David selby
OK bit confused, normaly when a man page comes up, I assume app is there. Seems that I do not have app installed. Checked aptitude, there are a lot of stat packages, which one do I need to dpkg ? [EMAIL PROTECTED]:~$ whereis stat stat: /usr/share/man/man2/stat.2.gz [EMAIL PROTECTED]:~$ man dpkg

Re: stat question

2003-08-02 Thread Elie De Brauwer
Frankly I don't see your problem [EMAIL PROTECTED]:~$ whereis stat stat: /usr/bin/stat /usr/share/man/man1/stat.1.gz /usr/share/man/man2/stat.2.gz [EMAIL PROTECTED]:~$ dpkg -S /usr/bin/stat coreutils: /usr/bin/stat [EMAIL PROTECTED]:~$ stat workdir/ File: `workdir/' Size: 4096Blo

Permissions denied when enabling DMA

2003-08-02 Thread Wayne Gemmell
Hi, I'm running the bf24 kernel and trying to enable DMA on my hard drive. My first question is, is DMA already activated? running hdparm /dev/hdc yields using_dma= 0 (off) while running hdparm -i /dev/hdc yields DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2 and hdparm -I /d

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Fri, Aug 01, 2003 at 04:11:28PM -0500, Manoj Srivastava wrote: > On Fri, 1 Aug 2003 19:55:54 +0200, David Fokkema <[EMAIL PROTECTED]> said: > > > On Fri, Aug 01, 2003 at 07:48:36AM -0500, John Hasler wrote: > >> Colin Watson writes: > >> > Yup. For example, I can guarantee you that the people

Re: more install problems

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 08:50, Andrew McGuinness wrote: [...] > Unfortunately that shows that it is basically the same driver > (8139too) as is built into the bf2.4 kernel already. Okay, I've just booted the Morphix disk again, to check I wasn't mistaken. It works fine. Accesses network flaw

Re: Permissions denied when enabling DMA

2003-08-02 Thread Alvin Oga
hi wayn you need to make sure the the ide chipset swupported by the kernel you're using - look at the motherboard, figure out what chipset and than check your kernel config options - try installing that module for the chipset c ya alvin On Fri, 1 Aug 2003, Wayne Gemmell wrote: > Hi, I'm r

Loadlin based Debian install

2003-08-02 Thread Michael Graffam
Hello all, I am looking to install Debian on an old laptop. This machine cannot boot from the CDROM drive, and the floppy drive is unreliable. Is it possible to use Loadlin to bootstrap the Debian installation? I copied loadlin.exe, the kernel and root.bin to the target machine's HD and I did:

Re: stat question

2003-08-02 Thread Elie De Brauwer
a) do you have the coreutils package installed (which provides the stat binary on my machine b) that is not true, there are manpages for a whole lot of file, for example if you have the mesa development files installed you have the manpages for all Opengl functions available. On my system i ha

Re: stat question

2003-08-02 Thread Colin Watson
On Sat, Aug 02, 2003 at 09:07:26AM +0100, David selby wrote: > A while ago someone suggested using the stat command to get modification > times for files etc, ls -al will give the info but I would have to do a > lot of string stripping etc ... > > I have looked up man "stat", confusing ... googl

Re: exim-tls and exim

2003-08-02 Thread J.H.M. Dassen (Ray)
On Mon, Jul 28, 2003 at 15:09:52 +0800, Louie Miranda wrote: > webdev:/etc/exim# dpkg --list| grep exim > rc exim 3.35-1 An MTA (Mail Transport Agent) > ii exim-tls 3.35-3 Exim Mailer - with TLS (SSL) support > I just remove my exim app using dselect and installed

Re: stat question

2003-08-02 Thread David selby
Elie De Brauwer wrote: a) do you have the coreutils package installed (which provides the stat binary on my machine b) that is not true, there are manpages for a whole lot of file, for example if you have the mesa development files installed you have the manpages for all Opengl functions ava

Re: more install problems

2003-08-02 Thread Andrew McGuinness
Richard Lyons wrote: Good morning, Andrew. On Saturday 02 August 2003 08:50, Andrew McGuinness wrote: Richard Lyons wrote: [...] [the driver] is the version distributed by the card maker... with the card. Looks out of date. No changelog on the disk. Is the card actually a pcmcia card (I unders

AA Fonts broken after security update (kdelibs/wooody)

2003-08-02 Thread Nicolas Parody
I did a security.debian.org update (kdelibs/woody) today. AA fonts under Kde have stopped working since then. Any suggestions on how to activate them again? Thanks, Nicolas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Permissions denied when enabling DMA

2003-08-02 Thread Andrew McGuinness
Alvin Oga wrote: hi wayn you need to make sure the the ide chipset swupported by the kernel you're using - look at the motherboard, figure out what chipset and than check your kernel config options - try installing that module for the chipset "Look at the motherboard" is a little awkward. Try:

Re: stat question

2003-08-02 Thread David selby
DOH !! all I need is a -nt, -ot ! why didn't I think of that I guess this is the learning curve. Many thanks dave Colin Watson wrote: On Sat, Aug 02, 2003 at 09:07:26AM +0100, David selby wrote: A while ago someone suggested using the stat command to get modification times for

Re: stat question

2003-08-02 Thread David selby
David selby wrote: Elie De Brauwer wrote: a) do you have the coreutils package installed (which provides the stat binary on my machine b) that is not true, there are manpages for a whole lot of file, for example if you have the mesa development files installed you have the manpages for al

Re: stat question

2003-08-02 Thread Elie De Brauwer
> Thanks for the clarification on man pages ... > > I don't appear to have the coreutils package installed. > Something tells me I am missing something obvious but ! > > debian:/home/web# apt-cache gencaches > Reading Package Lists... Done > debian:/home/web# > debian:/home/web# apt-cache search co

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Steve Lamb
On Sat, 2 Aug 2003 11:14:27 +0200 David Fokkema <[EMAIL PROTECTED]> wrote: > On Fri, Aug 01, 2003 at 04:11:28PM -0500, Manoj Srivastava wrote: > > Because we chose not to? Because we have objections in > > principle to people offloading their spam fighting effort to innocent > > correspondent

Re: more install problems

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 11:19, Andrew McGuinness wrote: [...] > > I really think the 8139too driver in 2.4.18 ought to be able to > work this. > > The problem must be either a general PCMIA issue, or a problem with > the 8139too driver being compiled-in instead of being a module. > > I just saw

Re: Permissions denied when enabling DMA

2003-08-02 Thread Wayne Gemmell
On Saturday 02 August 2003 12:28, Andrew McGuinness wrote: > Alvin Oga wrote: > > hi wayn > > > > you need to make sure the the ide chipset > > swupported by the kernel you're using > > My output for "lspci -v | more" is 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)

Re: exim to exim4 smarthost question

2003-08-02 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 01, 2003 at 04:11:09PM -0400, Derrick 'dman' Hudson wrote: > domains = lsearch;/etc/exim/smarthost_domains Can you use the old exim3 trick of listing out the domains in a colon seperated pattern? > \begin{humor} > Disclaimer: > If I r

Re: stat question

2003-08-02 Thread Colin Watson
On Sat, Aug 02, 2003 at 11:55:43AM +0100, David selby wrote: > PS still cant find coreutils You won't be able to find coreutils on woody. It hadn't been created yet then! > or stat, though its not a problem now. > > debian:/home/web# dpkg -i coreutils > dpkg: error processing coreutils (--instal

Re: stat question

2003-08-02 Thread Johannes Zarl
> PS still cant find coreutils or stat, though its not a problem now. > > debian:/home/web# dpkg -i coreutils > dpkg: error processing coreutils (--install): > cannot access archive: No such file or directory > Errors were encountered while processing: > coreutils > debian:/home/web# dpkg -i stat >

Re: [debian-user] Mutt and locale

2003-08-02 Thread Rüdiger Kuhlmann
>--[Lonnie Sutton]--<[EMAIL PROTECTED]> > I seem to have munged something up somewhere, as I get a "?" where I > should be getting accented letters, and I often get emails with "\227", > or "\223", etc. where I should be getting punctuation. If you get mails with escaped bytes, then the email its

Re: more install problems

2003-08-02 Thread Andrew McGuinness
Can I check, do you have the package kernel-pcmcia-modules-2.4.18-686? try # modprobe pcmcia_core # modprobe yenta_socket The 8139too driver should be able to work, since it did on Mandrake, but there may be a problem with it being compiled in, while the pcmcia core support is in modules (I don'

X problems after an upgrade with bunk packages

2003-08-02 Thread Joris Huizer
Hello everybody, Today I did an upgrade using apt-get upgrade with the bunk packages in the /etc/apt/sources.list - and it had a lot of upgrades for x in the bunk packages. I never had problems with the bunk packages before but... now suddenly the X isn't working anymore ! I now removed the bunk p

Problem with Xfree

2003-08-02 Thread Alexandre Abbes
Hi Hello I Read a message you posted last year , and I have the same problem. If I use xdm or startx, fvwm crashes with an error about font loading. It only works with gdm. Even if I launch an xterm, and than call fvwm, it dies with the same error. Did you solve the problem? Do you have an answ

Getting Evolution to expand a threaded message list in unstable

2003-08-02 Thread Neilen
Hi I'm not sure since exaclty when, but recently I noticed, I can't get evolution to expand/collapse a threaded message view. I have searched the menus, where I used to find this option, and the online help to no avail. Could anyone help me, or has the feature simply been removed? Thanks Neile

Re: X problems after an upgrade with bunk packages SOLVED

2003-08-02 Thread Joris Huizer
--- Joris Huizer <[EMAIL PROTECTED]> wrote: > Hello everybody, > > Today I did an upgrade using > apt-get upgrade > with the bunk packages in the /etc/apt/sources.list > - > and it had a lot of upgrades for x in the bunk > packages. I never had problems with the bunk > packages > before but... no

Re: Getting Evolution to expand a threaded message list in unstable

2003-08-02 Thread Rex Chan
> I'm not sure since exaclty when, but recently I noticed, I can't get > evolution to expand/collapse a threaded message view. > > I have searched the menus, where I used to find this option, and the > online help to no avail. Could anyone help me, or has the feature > simply been removed? Ctrl

Re: exim to exim4 smarthost question

2003-08-02 Thread Derrick 'dman' Hudson
On Sat, Aug 02, 2003 at 04:51:14AM -0700, Paul Johnson wrote: | On Fri, Aug 01, 2003 at 04:11:09PM -0400, Derrick 'dman' Hudson wrote: | > domains = lsearch;/etc/exim/smarthost_domains | | Can you use the old exim3 trick of listing out the domains in a colon | seperated pattern? Yes. Sometim

Re: AA Fonts broken after security update (kdelibs/wooody)

2003-08-02 Thread Nicolas Parody
On Sat, Aug 02, 2003 at 12:43:22PM +0200, Nicolas Parody wrote: > I did a security.debian.org update (kdelibs/woody) today. AA fonts > under Kde have stopped working since then. > Any suggestions on how to activate them again? Reverting to the old version of kdelibs3 (2.2.2-13.woody.5) fixes the p

Problem in update-modules after upgrading

2003-08-02 Thread James Ng Yuen Sum
Hi, I have upgraded from woody to sid. I have installed the alsa packages when i am in woody, so that in woody, there is a file "alsa" in /etc/modutils. Using "update-modules" cannot write file into /etc/modules.conf. However, when i am in sid, if i run "update-modules", the error messages occur:

Re: more install problems

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 12:53, Andrew McGuinness wrote: > Can I check, do you have the package > kernel-pcmcia-modules-2.4.18-686? err.. no. > > try > # modprobe pcmcia_core > # modprobe yenta_socket they find nothing > The 8139too driver should be able to work, since it did on > Mandrake,

printing problem with evolution

2003-08-02 Thread Freels, James D.
I have learned from Ximian help that evolution 1.4 needs both gnome-print and cups packages to print correctly with default settings.  I can manually edit each time to use lpr, but I want to be able to just print without further manual interaction.  The problem is that the print only works corr

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Alan Connor
> From [EMAIL PROTECTED] Sat Aug 2 06:52:59 2003 > > > On Fri, 1 Aug 2003 21:17:28 +0100, Colin Watson <[EMAIL PROTECTED]> said: > > > I do not dispute that they eliminate spam, at least with the current > > generation of spamming technology. I merely claim that they are far > > from invulnera

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 04:10:00AM -0700, Steve Lamb wrote: > On Sat, 2 Aug 2003 11:14:27 +0200 > David Fokkema <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 01, 2003 at 04:11:28PM -0500, Manoj Srivastava wrote: > > > Because we chose not to? Because we have objections in > > > principle to people

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Fri, Aug 01, 2003 at 02:35:48PM -0700, Steve Lamb wrote: > On Fri, 1 Aug 2003 19:55:54 +0200 > David Fokkema <[EMAIL PROTECTED]> wrote: > > If you send mail directly to a person, off-list, in private, why not > > respond to his challenge? In any decent MUA, you just have to hit 'r'. > > Why

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Fri, Aug 01, 2003 at 03:52:36PM -0500, Michael D. Schleif wrote: > How dare you ***ASSUME*** that I am spamming you! Who are you that I > ought to feel compelled to jump through your hoops, simply to say -- in > an email -- hello ?!?! I'm very sorry you feel that way. I gather from the replies

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Steve Lamb
On Sat, 2 Aug 2003 07:36:35 -0700 Alan Connor <[EMAIL PROTECTED]> wrote: > Depends on what you call "false positives." False positive - Treating a message as spam when it is, in fact, not spam. > I don't accept anonymous email. Period. Funny. You seem to want a buttload of it since you

Re: Permissions denied when enabling DMA

2003-08-02 Thread Johann Koenig
On Sat, 02 Aug 2003 13:50:08 +0200 Wayne Gemmell <[EMAIL PROTECTED]> wrote: > > > you need to make sure the the ide chipset > > > swupported by the kernel you're using > > > > My output for "lspci -v | more" is > > 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE > (rev 06

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Manoj Srivastava
On Sat, 2 Aug 2003 11:14:27 +0200, David Fokkema <[EMAIL PROTECTED]> said: > On Fri, Aug 01, 2003 at 04:11:28PM -0500, Manoj Srivastava wrote: >> On Fri, 1 Aug 2003 19:55:54 +0200, David Fokkema >> <[EMAIL PROTECTED]> said: >> >> > On Fri, Aug 01, 2003 at 07:48:36AM -0500, John Hasler wrote: >> >

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Steve Lamb
On Sat, 2 Aug 2003 17:07:44 +0200 David Fokkema <[EMAIL PROTECTED]> wrote: > The only requirement (and drawback) is that other people reply to a C-R > from time to time. If configured friendly, only one time for each new person > you start mailing. But that is a big requirement. Look at my re

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Steve Lamb
On Sat, 2 Aug 2003 17:09:20 +0200 David Fokkema <[EMAIL PROTECTED]> wrote: > Actually, they make it clear that they _do_ want to hear from you. Yes, > that requires more time on your part and nothing on the part of the > receiver. No, they haven't. The person hasn't seen my message. His mach

how to quota on ext3, kernel 2.4

2003-08-02 Thread Yves Goergen
hello list, there seems to be a confusing variety of quota versions and mechanisms on linux. i have now installed some quota related packages and read about any manpage i have found on this. the tutorials i found on the net relate to kernel versions of 1.3.anything - that seems a little out-of-

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Manoj Srivastava
On Sat, 2 Aug 2003 07:36:35 -0700, Alan Connor <[EMAIL PROTECTED]> said: >> From [EMAIL PROTECTED] Sat Aug 2 06:52:59 2003 >> >> >> On Fri, 1 Aug 2003 21:17:28 +0100, Colin Watson >> <[EMAIL PROTECTED]> said: >> >> > I do not dispute that they eliminate spam, at least with the >> > current genera

Re: xv compilation

2003-08-02 Thread Rodney D. Myers
On Fri, 1 Aug 2003 19:43:28 -0700 Marc Wilson <[EMAIL PROTECTED]> wrote: > On Thu, Jul 31, 2003 at 09:38:44PM -0700, Rodney D. Myers wrote: > > Has anyone gotten xv-3.10a to compile successfully under debian, > > with all patches applied? > > Of course. > > > I'm having trouble getting PNG suppo

Re: xv compilation

2003-08-02 Thread Rodney D. Myers
On 01 Aug 2003 22:34:54 -0500 Ron Johnson <[EMAIL PROTECTED]> wrote: > xv is also listed at apt-get.org. I "registered" it a few years ago, when I was using RH, and I like "seeing" my name when I start it up ;-) I did find mt "problem". Being tired, and "knowing" what I was doing was the culprit

Re: script to run at boot

2003-08-02 Thread Johann Koenig
On Fri, 01 Aug 2003 21:30:12 +0200 Shawn Lamson <[EMAIL PROTECTED]> wrote: > 3)chown root /etc/init.d/rc.local #do these only if perms are not > correct > 4)chgrp root /etc/init.d/rc.local Nifty trick: chown root:root -- -johann koenig now playing: Los Cabriolas - Leaving Town Today is Prickle

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 16:20, David Fokkema wrote: > On Fri, Aug 01, 2003 at 03:52:36PM -0500, Michael D. Schleif wrote: > > How dare you ***ASSUME*** that I am spamming you! Who are you > > that I ought to feel compelled to jump through your hoops, simply > > to say -- in an email -- hello ?!

bins_cleanupgallery not in BINS package?

2003-08-02 Thread Neilen
Hi. I'm using bins 1.21 as packaged in unstable. The changelog files mentions the availability of a bins_cleanupgallery script to clean dangling files out of a gallery. I seem to be unable to find this command, and dpkg -L bins does not seem to show such a file. I'd really like to use this utilit

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Manoj Srivastava
On Sat, 2 Aug 2003 17:07:44 +0200, David Fokkema <[EMAIL PROTECTED]> said: > Got your point. However, it is still a matter of principle. I > suspect that if people didn't _really_ mind C-R, they would consider > simply replying to be a lot less effort than retrieving the keys, > checking them, wr

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Manoj Srivastava
On Sat, 2 Aug 2003 17:20:34 +0200, David Fokkema <[EMAIL PROTECTED]> said: > What did people think about the debian mailing lists subscription > mechanism? The difference is that _I_ wanted to be on the mailing list, and I was willing to jump through the hoops. Most of the times when I

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Michael D. Schleif
Also sprach David Fokkema (Sat 02 Aug 02003 at 05:20:34PM +0200): > > What did people think about the debian mailing lists subscription > mechanism? Mailing list subscription is an entirely different animal. It is in my best interest that the mailing list confirms that I truly do want to subsc

Re: stat question

2003-08-02 Thread David selby
PS still cant find coreutils or stat, though its not a problem now. debian:/home/web# dpkg -i stat dpkg: error processing stat (--install): cannot access archive: No such file or directory Errors were encountered while processing: stat debian:/home/web# Err can I crawl into a hole, please ...

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Travis Crump
Steve Lamb wrote: What's worse is that so far noone's told me how two people using C-R ever *start* communicating. Person 1 mails person 2. Person 2's C-R sends off a challenge to Person 1. Person 1's C-R sends off a challenge to Person 2. Repeat. I think the theory is that Person 1 autom

Re: aptitude and /etc/lilo.conf

2003-08-02 Thread Rob Weir
On Mon, Jul 28, 2003 at 06:42:47PM -0700, J F wrote: > Based on the output from aptitude and my current > lilo.conf, do you think I need to do anything to lilo.conf? aptitude is just a frontend. dpkg is doing the actual work of unpacking and installing the package. > Is aptitude going to put the

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Alan Connor
> From [EMAIL PROTECTED] Sat Aug 2 09:52:03 2003 > > > --=.4Icb)PSAb3o(C_ > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: 7bit > > On Sat, 02 Aug 2003 17:00:14 +0200 > Alan Connor <[EMAIL PROTECTED]> wrote: > > > I have just persuaded a large non-profit organization t

Hawking Fast Ethernet Cardbus 10/100 Woody ?

2003-08-02 Thread cls-du
I've got a Cardbus 10/100 NIC from Hawking. # cardctl ident Socket 0: product info: "3Com", "Megahertz 3CCFEM556", "LAN + 56k Modem", "" manfid: 0x0101, 0x0556 function: 0 (multifunction) Socket 1: product info: "CardBus", "Fast Ethernet", "V1.0", "" manfid: 0x13d1, 0xab02 function: 6

Re: my treo won't sync

2003-08-02 Thread Tom Vier
On Fri, Aug 01, 2003 at 04:22:57PM -0700, Warren Dodge wrote: > auto configuring/module loading > usbmgr usbmgr sees it, i still have the same problem. i have to press the hotsync button before /dev/ttyUSB* will show up. when i run pilot-xfer or kpilot, they want me to hit it again. if i don't,

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Michael D. Schleif
Also sprach Travis Crump (Sat 02 Aug 02003 at 01:00:53PM -0400): > > And if it was Alan's challenge-response system which caused his mail to > not thread properly, I'd either laugh or cry, probably both. O, I thought that I was the only one subject to this rude snub ;> -- Best Regards, mds

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Wayne Topa
Alan Connor([EMAIL PROTECTED]) is reported to have said: > > Depends on what you call "false positives." I don't accept anonymous email. > Period. > > If anyone wants me to read their mail, then they are going to have to prove > to me that the address they are using is their actual machine. (Or

Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Shaul Karl
Package: bash Version: 2.05b-8.1 According to my understanding of the manual page, $ MY_ENV=abc printf "${MY_ENV}\n" Should have print abc. But it does not: $ MY_ENV=abc printf "${MY_ENV}\n" $ What am I missing? -- System Information: Debian Release: testing/unstable Architect

cyrus + sieve vacation

2003-08-02 Thread Marcus Schopen
Hi, I'm using the cyrus-imapd 2.1.13-0 woody backport from Henrique de Moraes. Could someone send me an example for a vacation configuration with sieve? The following Eintrag in default does not work require "vacation"; vacation :days 7 :addresses "[EMAIL PROTECTED]" "bin weg ...";

Problem with freeswan-modules

2003-08-02 Thread Nicos Gollan
Hi... I compiled a 2.4.21 kernel and the freeswan-modules package (2.01-1). There were no errors during compilation, but now there are unresolved symbols in ipsec.o: # modprobe ipsec /lib/modules/2.4.21-chicago-swan/kernel/net/ipsec/ipsec.o: unresolved symbol ip_send /lib/modules/2.4.21-chicag

Re: AA Fonts broken after security update (kdelibs/wooody)

2003-08-02 Thread Colin Watson
On Sat, Aug 02, 2003 at 04:03:45PM +0200, Nicolas Parody wrote: > On Sat, Aug 02, 2003 at 12:43:22PM +0200, Nicolas Parody wrote: > > I did a security.debian.org update (kdelibs/woody) today. AA fonts > > under Kde have stopped working since then. > > Any suggestions on how to activate them again?

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 11:18:01AM -0500, Manoj Srivastava wrote: > On Sat, 2 Aug 2003 17:07:44 +0200, David Fokkema <[EMAIL PROTECTED]> said: > > > Got your point. However, it is still a matter of principle. I > > suspect that if people didn't _really_ mind C-R, they would consider > > simply re

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread Dave Carrigan
On Sat, Aug 02, 2003 at 08:49:36PM +0300, Shaul Karl wrote: > According to my understanding of the manual page, > > $ MY_ENV=abc printf "${MY_ENV}\n" > > Should have print abc. But it does not: > > $ MY_ENV=abc printf "${MY_ENV}\n" > > What am I missing? The "MY_ENV=abc printf" synt

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 08:43:46AM -0700, Steve Lamb wrote: > On Sat, 2 Aug 2003 17:07:44 +0200 > David Fokkema <[EMAIL PROTECTED]> wrote: > > The only requirement (and drawback) is that other people reply to a C-R > > from time to time. If configured friendly, only one time for each new person > >

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 10:13:37AM -0500, Manoj Srivastava wrote: > On Sat, 2 Aug 2003 11:14:27 +0200, David Fokkema <[EMAIL PROTECTED]> said: > > Then send your answer to the list. > > Had it been appropriate to send it to the list, I would have > done so. I am not going to do things I co

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Jesse Meyer
On Sat, 02 Aug 2003, Alan Connor wrote: > > It seems to me, if you can automate C-R, then spammers can too. Or do you have to > > verify that your a 'legitimate organization' to some sort of certificate authority > > to get the software? That is the last thing anyone wants. > > The argument to

kde v3x: konqueror crashing ???

2003-08-02 Thread Michael D. Schleif
I am running testing. I have followed the instructions here: I had quite the trip! I had a previously torqued kde install, and removed everything until `dpkg -l 'kd*' | grep ^i' ran clean. The only way I could get anything to install, rather

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 11:52:30AM -0500, Michael D. Schleif wrote: > Also sprach David Fokkema (Sat 02 Aug 02003 at 05:20:34PM +0200): > > > > > > What did people think about the debian mailing lists subscription > > mechanism? > > Mailing list subscription is an entirely different animal. It

Apache character encoding problems

2003-08-02 Thread Jeronimo Pellegrini
Hello. I'm trying to migrate one web server to one Debian box, and almost everything works... Except for one little problem. This server hosts sites in different languages, and it seems that only the ISO-8859-1 languages are being shown correctly (Spahish, English, Portuguese, Italian, etc). All

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Fri, Aug 01, 2003 at 03:01:10PM -0700, Steve Lamb wrote: > On Thu, 31 Jul 2003 16:57:30 -0700 > > If any mail comes to me from an email address or domain that isn't on my > > pass list, it goes to /dev/null and an auto-response is sent to whatever > > return address the sender supplied. > >

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 10:24:46AM -0500, Manoj Srivastava wrote: > On Sat, 2 Aug 2003 07:36:35 -0700, Alan Connor <[EMAIL PROTECTED]> said: > > Depends on what you call "false positives." I don't accept > > anonymous email. Period. > > Through the last couple of decades, both in my busin

Re: Hawking Fast Ethernet Cardbus 10/100 Woody ?

2003-08-02 Thread Jesse Meyer
On Sat, 02 Aug 2003, [EMAIL PROTECTED] wrote: > I've got a Cardbus 10/100 NIC from Hawking. > > # cardctl ident > Socket 0: > product info: "3Com", "Megahertz 3CCFEM556", "LAN + 56k Modem", "" > manfid: 0x0101, 0x0556 > function: 0 (multifunction) > Socket 1: > product info: "CardBus", "F

VIM - no syntax highlighting on console

2003-08-02 Thread Jaque Moreau
there is no syntax highlighting on console, only under xterm. syntax on is enabled in global vimrc. where should I dig further? what information do you need? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Exim, alias patterns

2003-08-02 Thread David Corbin
Is it possible to configure exim to treat all emails matching a paticular pattern as an alias for particular user? for example: david* -> dcorbin? thanks David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 10:06:25AM -0700, Alan Connor wrote: > I am REALLY sick of ignorant (or disinformational ) posts like this one. I am REALLY sick of posts like your one. > The argument to the X-CR header is a password. A unique password to the > transaction. And then the address is whitel

Re: Question about SCSI IMMED flag in cdrecord!

2003-08-02 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 01 August 2003 04:36 pm, Rthoreau wrote: > Hi fellow Debian users. > > I have been pulling my hair out the last three days because every > time I tried to burn an ISO in cdrecord it locked my system solid. > Had to do a hard reset. After po

Re: Look at these update from M$ Corporation.

2003-08-02 Thread ScruLoose
On Sat, Aug 02, 2003 at 09:23:59PM +0200, David Fokkema wrote: > On Sat, Aug 02, 2003 at 10:13:37AM -0500, Manoj Srivastava wrote: > > On Sat, 2 Aug 2003 11:14:27 +0200, David Fokkema <[EMAIL PROTECTED]> said: > > > > I'm sorry you have objections to C-R systems. But hey, it's your > > > right to

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 21:23, ScruLoose wrote: [...] > > (anyone knows of a trick to automatically whitelist all > > correspondents on debian-user? ;-) Yes: those nice spammers have just the tools you want... -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: Look at these update from M$ Corporation.

2003-08-02 Thread David Fokkema
On Sat, Aug 02, 2003 at 09:36:57PM +0100, Richard Lyons wrote: > On Saturday 02 August 2003 21:23, ScruLoose wrote: > [...] > > > (anyone knows of a trick to automatically whitelist all > > > correspondents on debian-user? ;-) > > Yes: those nice spammers have just the tools you want... Maybe I s

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Richard Lyons
On Saturday 02 August 2003 21:34, David Fokkema wrote: > On Sat, Aug 02, 2003 at 09:36:57PM +0100, Richard Lyons wrote: > > On Saturday 02 August 2003 21:23, ScruLoose wrote: > > [...] > > > > > > (anyone knows of a trick to automatically whitelist all > > > > correspondents on debian-user? ;-) > >

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Alan Connor
> From [EMAIL PROTECTED] Sat Aug 2 13:17:11 2003 > > > > On Sat, 02 Aug 2003, Alan Connor wrote: > > > > It seems to me, if you can automate C-R, then spammers can too. Or do y= > ou have to verify that your a 'legitimate organization' to some sort of cer= > tificate authority to get the softw

web interface to submit bugs

2003-08-02 Thread Diego Calleja García
AFAIK, the bug database doesn't have a web interface to submit bugs (which would be cool) Is there any plan to extend the bug tracking system? What about migrating it to something like bugzilla? (http://bugs.gentoo.org has it and seems to work pretty well) -- To UNSUBSCRIBE, email to [EMAIL PR

Re: Doesn't MY_ENV=abc printf "${MY_ENV}\n" suppose to print abc?

2003-08-02 Thread iain d broadfoot
* Shaul Karl ([EMAIL PROTECTED]) wrote: > Package: bash > Version: 2.05b-8.1 > > According to my understanding of the manual page, > > $ MY_ENV=abc printf "${MY_ENV}\n" > > Should have print abc. But it does not: > > $ MY_ENV=abc printf "${MY_ENV}\n" > > $ > > What am I missing?

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Johann Koenig
On Fri, 01 Aug 2003 20:40:07 +0200 Alan Connor <[EMAIL PROTECTED]> wrote: > > Which is why, if you're careful, you'll want to doublecheck the > > messages marked as spam. > > > > There are no messages marked as spam. > > Please do your homework. You obviously do not understand C-R systems > at

Discussion of Challenge/Response

2003-08-02 Thread Johann Koenig
Because this topic is getting somewhat out of hand, and is being discussed in various threads, I thought I would try and consolidate it, if only to make it easier for the regulars who aren't interested to ignore one thread, instead of several. Brief summary: There are several ways of dealing wit

Re: Look at these update from M$ Corporation.

2003-08-02 Thread Jesse Meyer
On Sat, 02 Aug 2003, Alan Connor wrote: > What a lot of people don't understand, is that CR programs protect THEM. > With a regular spamblocking program, anyone can use YOUR address and cause > How wwould you like it if someone sent kiddie porn to a thousand people and > used your address in the F

Re: VIM - no syntax highlighting on console

2003-08-02 Thread Johann Koenig
On Sat, 02 Aug 2003 22:20:06 +0200 Jaque Moreau <[EMAIL PROTECTED]> wrote: > there is no syntax highlighting on console, only under xterm. > > syntax on is enabled in global vimrc. > > where should I dig further? > > what information do you need? In command mode (in VI), type ":syntax on" and

RealTek 8139 Problems

2003-08-02 Thread Robert Tilley
When I installed my system with the Debian 3.0 CD, kernel 2.2.0 was installed. I selected to install the RealTek 8139 drivers and my NIC has been functioning perfectly. I've attempted to install 2.4.19, 2.4.21, and 2.6.0-test2. During a menuconfig, I specify the RealTek 8139 drivers to be ins

Re: RealTek 8139 Problems

2003-08-02 Thread Donald Spoon
Robert Tilley wrote: When I installed my system with the Debian 3.0 CD, kernel 2.2.0 was installed. I selected to install the RealTek 8139 drivers and my NIC has been functioning perfectly. I've attempted to install 2.4.19, 2.4.21, and 2.6.0-test2. During a menuconfig, I specify the RealTek 8

advice needed

2003-08-02 Thread M. Kathryn Sweetland
I would like to add more memory to my generic harddrive. I need info on installing and how to order thanks katie

Re: RealTek 8139 Problems

2003-08-02 Thread Ron Johnson
On Sun, 2003-08-03 at 17:02, Robert Tilley wrote: > When I installed my system with the Debian 3.0 CD, kernel 2.2.0 was installed. > I selected to install the RealTek 8139 drivers and my NIC has been > functioning perfectly. > > I've attempted to install 2.4.19, 2.4.21, and 2.6.0-test2. During

  1   2   >