Re: procmail rule to filter debian-user

2008-09-24 Thread Andrei Popescu
On Thu, 25 Sep 2008 05:57:12 +0200 (CEST) s. keeling wrote: > Andrei Popescu <[EMAIL PROTECTED]>: > > > :0 : > > > * [EMAIL PROTECTED] > > > /home/bijan/Maildir/.lists.debian/ > > Isn't this going to miss all those posts that are Cc'd to > > debian-user? (I have no idea of procmail rules, I pr

Re: [OT?] hardware compatibility of new PC

2008-09-24 Thread Kelly Clowers
On Tue, Sep 23, 2008 at 4:55 PM, Ron Johnson <[EMAIL PROTECTED]> wrote: > On 09/23/08 18:17, Kelly Clowers wrote: > [snip] >> >> On 2008-09-21 11:13 -0500, Ron Johnson <[EMAIL PROTECTED]> wrote: >>> >>> I wouldn't hold my breath. x.org needs DX9-capable cards like nvidia >>> 73xx series cards. >>

Re: procmail rule to filter debian-user

2008-09-24 Thread Jaime Tarrant
On Wed, 24 Sep 2008, Andrei Popescu wrote: > On Wed, 24 Sep 2008 08:05:02 +0100 Bob Cox wrote: > > > How about: > > > > :0 : > > * [EMAIL PROTECTED] > > /home/bijan/Maildir/.lists.debian/ > > > > Something very similar works for me (but not using maildir format, > > hence no trailing slash). >

Re: procmail rule to filter debian-user

2008-09-24 Thread Alex Samad
On Thu, Sep 25, 2008 at 05:44:00AM +0200, s. keeling wrote: > Ron Johnson <[EMAIL PROTECTED]>: > > > > If you aren't wedded to procmail for some other reason, then maybe > > maildrop would be more to your liking, since it has a much simpler > > syntax. Here's my maildrop rule for filtering d

Re: procmail rule to filter debian-user

2008-09-24 Thread s. keeling
Andrei Popescu <[EMAIL PROTECTED]>: > On Wed, 24 Sep 2008 08:05:02 +0100 Bob Cox wrote: > > > How about: > > > > :0 : > > * [EMAIL PROTECTED] > > /home/bijan/Maildir/.lists.debian/ > > > > Something very similar works for me (but not using maildir format, > > hence no trailing slash). > > Isn

Re: procmail rule to filter debian-user

2008-09-24 Thread s. keeling
Bijan Soleymani <[EMAIL PROTECTED]>: > > I need a rule to filter debian-user into a seperate maildir. I know > there's the header: > X-Maling-List: > so I tried: > * ^X-Mailing-List: /home/bijan/Maildir/.lists.debian/ > > and several variations, but none of them worked. Describe your

Re: procmail rule to filter debian-user

2008-09-24 Thread s. keeling
Ron Johnson <[EMAIL PROTECTED]>: > > If you aren't wedded to procmail for some other reason, then maybe > maildrop would be more to your liking, since it has a much simpler > syntax. Here's my maildrop rule for filtering d-u mails: > > if ( /^X-Mailing-List:.**/ ) > { > to "Maildir/.

Bad year 1903 for /var/log/aptitude

2008-09-24 Thread Amit Uttamchandani
Anacron sends out a local email complaining about logrotate: /etc/cron.daily/logrotate: error: bad year 1903 for file /var/log/aptitude in state file /var/lib/logrotate/status run-parts: /etc/cron.daily/logrotate exited with return code 1 Looking at /var/log with ls -l i see several different fi

Re: Re: Lenny and testing and testing and apt

2008-09-24 Thread Vidyadhar Gadgil
> On Wed, Sep 24, 2008 at 09:10:09 +0530, Vidyadhar Gadgil wrote: >> "netselect was unable to find a mirror, this probably means that >> you are behind a firewall and it is blocking traceroute." >> >> I haven't done any tinkering with firewalls, what I installed is what I >> got. What is this prob

Re: Grub overkill

2008-09-24 Thread Amit Uttamchandani
On Wed, 24 Sep 2008 09:52:46 -0400 John Culleton <[EMAIL PROTECTED]> wrote: > This is more of an annoyance than a serious problem but whenever I > build a Debian or Debian-derivative OS and grub detects other OS it > overdetects them. I have a single Slackware partition. Grub always > lists thi

Re: Modem Net Access.

2008-09-24 Thread Celejar
On Thu, 25 Sep 2008 01:58:04 +0800 "David Palmer" <[EMAIL PROTECTED]> wrote: ... > ifconfig -a? > I did before, and after connect, to see what holes there might be in the > bucket. > > Juggernaut:/home/weaver# ifconfig -a > Io Link encap:Local Loopback > inet addr: 1

Re: iptables logs?

2008-09-24 Thread Alex Samad
On Wed, Sep 24, 2008 at 04:47:30PM -0400, Zach Uram wrote: > I am running Debian testing with 2.6.18 kernel and iptables. Does > anyone know how I can have iptables log to a seperate file such as > /var/log/iptables and I want them saved with logrotate. I want to try have a look at ulog > out so

iptables logs?

2008-09-24 Thread Zach Uram
I am running Debian testing with 2.6.18 kernel and iptables. Does anyone know how I can have iptables log to a seperate file such as /var/log/iptables and I want them saved with logrotate. I want to try out some iptables log analysis programs. Also I am interested in seeing what rules different pe

Re: RAID questions/advise

2008-09-24 Thread Alex Samad
On Wed, Sep 24, 2008 at 12:59:57PM -0400, Michael S. Peek wrote: > Hi guys, > > I've had a couple of RAID boxes ticking away in the corner for years now > without a problem. But now our needs have expanded, and I'm looking to > build replacements. Big replacements. And I consider myself to b

Re: cmake and Scribus 1.3.5 on Debian testing

2008-09-24 Thread John Culleton
On Wednesday 24 September 2008 03:34:48 pm John Culleton wrote: > On Wednesday 24 September 2008 12:02:22 am Mumia W.. wrote: > > The typical incantation for preparing to build from the source > > suggests this: > > > > apt-get install build-essential > > apt-get build-dep scribus Happy to announc

Re: procmail rule to filter debian-user

2008-09-24 Thread Andrei Popescu
On Wed, 24 Sep 2008 08:05:02 +0100 Bob Cox wrote: > How about: > > :0 : > * [EMAIL PROTECTED] > /home/bijan/Maildir/.lists.debian/ > > Something very similar works for me (but not using maildir format, > hence no trailing slash). Isn't this going to miss all those posts that are Cc'd to debian-

Re: cmake and Scribus 1.3.5 on Debian testing

2008-09-24 Thread John Culleton
On Wednesday 24 September 2008 12:02:22 am Mumia W.. wrote: > The typical incantation for preparing to build from the source > suggests this: > > apt-get install build-essential > apt-get build-dep scribus > > That should bring in all of the build dependencies for scribus. > Read "man apt-get" and

Re: Clocksource tsc unstable (delta = 51799116882 ns)

2008-09-24 Thread Jörg-Volker Peetz
Nicolas BERCHER wrote: Thank you for your interest ! What kind of hardware (processor, chip-set) are you using? CPU: Core 2 Duo [EMAIL PROTECTED] Chipset: Intel MCP51 (see below for details !) So, it seems your problem is not related to mine. And, since you have a dual core CPU, it needs th

Using Debian's debug symbols for debugging

2008-09-24 Thread Magnus Therning
Hi all! I've installed e2fslibs-dbg (together with e2fslibs-dev and other e2fs-related packages) in order to be able to debug a program I'm writing which uses libext2fs. Now I'm confused because debugging isn't possible due to lacking source files. When I tell my debugger (cgdb) to step into ext

Re: Re: Modem Net Access.

2008-09-24 Thread David Palmer
O.K., Kent and Celejar. Sorry for the delay, but I've got to shutdown, remove the drive, put another in, reboot, install gpmand then hit the logs to find any discrepancies anywhere. Type up what I find, then do the procedure in reverse. Anyway, here I am: Nothing I can spot in syslog. The ke

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Jan Willem Stumpel
Hugo Vanwoerkom wrote: > Jan Willem Stumpel wrote: >> It seems that many Debian users (including members of this >> list) are not aware of the glorious Unix "Compose Key". You >> press Compose, and then some other characters, and magically >> a character is produced which is a kind of "graphical >

Re: Clocksource tsc unstable (delta = 51799116882 ns)

2008-09-24 Thread Nicolas BERCHER
Thank you for your interest ! What kind of hardware (processor, chip-set) are you using? CPU: Core 2 Duo [EMAIL PROTECTED] Chipset: Intel MCP51 (see below for details !) What is the result of the following commands? cat /proc/cpuinfo lspci -vv cat /proc/interrupts For example, my notebook wi

RAID questions/advise

2008-09-24 Thread Michael S. Peek
Hi guys, I've had a couple of RAID boxes ticking away in the corner for years now without a problem. But now our needs have expanded, and I'm looking to build replacements. Big replacements. And I consider myself to be anything but an expert in the field, especially where mdadm is concerne

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Hugo Vanwoerkom
Jan Willem Stumpel wrote: Strange. I thought the us_intl keyboard had been removed from Debian years ago. Nowadays you use the us keyboard with the alt-intl /keyboard variant/. It seems that many Debian users (including members of this list) are not aware of the glorious Unix "Compose Key". You

Re: problems with madwifi and Atheros AR5418

2008-09-24 Thread Michelle Konzack
Am 2008-09-08 09:33:46, schrieb Kevin Mitchell: > The ath9k in 2.6.27-rc5 is working famously for me on my Thinkpad T60 > AR5418. I'm even creeping past 11g speeds (25MB/s on a good day). Here 25 MByte or 25 MBit? If you mean the first one, you are a liar... If you mean the second one, you have a

Re: Recommend a mua please

2008-09-24 Thread Michelle Konzack
Hi Péter, Am 2008-09-03 00:08:51, schrieb Péter András Felvégi: > Hello, > > I have a few requirements for a mua, and have not yet found the ideal program: > > - store the settings/address book on a server instead of the local > machine (I access my mailboxes from different machines) > - handles

preseed install using the business card CD

2008-09-24 Thread Tim Edwards
I'm trying to do a preseeded install using the business card cd from http://www.debian.org/CD/netinst/ The preseed file points the installer to a local package repository available over http. However after booting off the CD I keep getting the message that the CD is not a debian CD "cdrom-dete

Re: logging a bash script using sudo and time

2008-09-24 Thread Brian McKee
On Wed, Sep 24, 2008 at 10:19 AM, Eugene V. Lyubimkin <[EMAIL PROTECTED]> wrote: > Brian McKee wrote: >> I regularly run a script with time and sudo. e.g. >>> time sudo echo 'hi mom' > [snip] >> Now I want to log the entire output to a log file as well as display >> it on the screen. >>> time sudo

Re: Problem on running aptitude/apt-get upgrade (SOLVED)

2008-09-24 Thread Stephen Liu
--- Chris Bannister <[EMAIL PROTECTED]> wrote: - snip - > > Hi Daniel, > > > > > > I got my problem fixed by manually editing the file as advised. > Then > > rebooted PC. It is working normally now. Thanks. > > > > > > I don't know how the problem happens. I ran the net_install CD > > ins

Re: logging a bash script using sudo and time

2008-09-24 Thread Eugene V. Lyubimkin
Brian McKee wrote: > Hi All > > I regularly run a script with time and sudo. e.g. >> time sudo echo 'hi mom' [snip] > Now I want to log the entire output to a log file as well as display > it on the screen. >> time sudo echo 'hi mom' | tee | logger -f /var/log/hiMom > > Only that doesn't work :-

logging a bash script using sudo and time

2008-09-24 Thread Brian McKee
Hi All I regularly run a script with time and sudo. e.g. > time sudo echo 'hi mom' I've set up the sudoers file so that one script (represented in my example as `echo`) can be run as sudo by my user account without a password prompt. Now I want to log the entire output to a log file as well as

Grub overkill

2008-09-24 Thread John Culleton
This is more of an annoyance than a serious problem but whenever I build a Debian or Debian-derivative OS and grub detects other OS it overdetects them. I have a single Slackware partition. Grub always lists this partition from 4 to 6 times and the first listing on the screen doesn't work. I h

Re: Sunbird server?

2008-09-24 Thread Michael Perry
On Thu, 18 Sep 2008 15:40:08 +0200, Gregory Seidman wrote: > On Thu, Sep 18, 2008 at 02:40:43AM -0500, Depo Catcher wrote: >> >> I use the SunBirds (on Windows/Linux) and my girlfriend uses the gmail >> Calendars >> >> Is there any ways to sync the two together? I might be able to get her >> t

Re: Modem Net Access.

2008-09-24 Thread Celejar
On Wed, 24 Sep 2008 20:42:13 +0800 "Telaman Consultancies" <[EMAIL PROTECTED]> wrote: > Greetings all. > > I feel that I'm missing something really obvious. > > I'm getting a connection, through a dial-up modem that is working. > I know this, not just from modem lcd readouts, but because I'm > s

Re: Modem Net Access.

2008-09-24 Thread Kent West
Telaman Consultancies wrote: > Etch connects just as efficiently through 'pon' in a root terminal, > but konqueror, galeon, sylpheed-claws-gtk2 and icedove all fail in > the access factor "No connection". > > So you're getting a valid IP address? Can you ping your router/gateway? -- Kent Wes

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Hugh Lawson
Frederico Rodrigues Abraham <[EMAIL PROTECTED]> writes: > I finally found out the solution, after 3 years ;) Let me make a different suggestion, not a better one necessarily, but just a different one. Critiques are welcome, in case I have a typo or get something wrong. Debian Etch, fluxbox Put

Modem Net Access.

2008-09-24 Thread Telaman Consultancies
Greetings all. I feel that I'm missing something really obvious. I'm getting a connection, through a dial-up modem that is working. I know this, not just from modem lcd readouts, but because I'm sending this from the same computer with the same modem/connection/ISP, the only difference being that

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Jan Willem Stumpel
Strange. I thought the us_intl keyboard had been removed from Debian years ago. Nowadays you use the us keyboard with the alt-intl /keyboard variant/. It seems that many Debian users (including members of this list) are not aware of the glorious Unix "Compose Key". You press Compose, and then some

Re: Choppy video when compiz is active.

2008-09-24 Thread Ron Johnson
On 09/24/08 01:41, Digital Ninja wrote: Hi Ron, On 09/23/08 02:31, Digital Ninja wrote: Dear List, I have a problem, where I am not sure if I am missing a module, or have an xorg.conf issue. I am using an Radeon X1400 video card in my laptop (Lenovo R60) I have compiz up and running, and seem

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Hugo Vanwoerkom
François Cerbelle wrote: Le Mer 24 septembre 2008 13:24, Hugo Vanwoerkom a écrit : But I don't have Gnome. And found this: http://www.chiark.greenend.org.uk/~johns/kbukint.html and so using the AltGr (Alt key to the right of the spacebar): AltGr + , + c = ç Hi, I use the Happy Hacking Keyboar

Re: japanese input?

2008-09-24 Thread Jan Willem Stumpel
Dexter Filmore wrote: > etch or lenny, doesn't matter, any will do. > > Need japanese input on both gtk2 and qt apps. > Possibly mouse input, i.e. draw signs -> the get instant-ocr'ed. > > What are my options here? If you have a utf-8 system (i.e. the output of the "locale" command shows UTF-8 s

Re: cedilla on a us_intl keyboard

2008-09-24 Thread François Cerbelle
Le Mer 24 septembre 2008 13:24, Hugo Vanwoerkom a écrit : > But I don't have Gnome. And found this: > http://www.chiark.greenend.org.uk/~johns/kbukint.html > and so using the AltGr (Alt key to the right of the spacebar): > AltGr + , + c = ç Hi, I use the Happy Hacking Keyboard (US QWERTY, 60 key

Re: cedilla on a us_intl keyboard

2008-09-24 Thread Hugo Vanwoerkom
Frederico Rodrigues Abraham wrote: I finally found out the solution, after 3 years ;) It's here: http://cassianoleal.wordpress.com/2008/03/04/how-to-get-the-c-cedilla-on-gnome/ But I don't have Gnome. And found this: http://www.chiark.greenend.org.uk/~johns/kbukint.html and so using the

Re: procmail rule to filter debian-user

2008-09-24 Thread Jamie Griffin
> > I need a rule to filter debian-user into a seperate maildir. I know > > there's the header: > > X-Maling-List:

Re: procmail rule to filter debian-user

2008-09-24 Thread Steve Kemp
On Tue Sep 23, 2008 at 23:58:12 -0400, Bijan Soleymani wrote: > I need a rule to filter debian-user into a seperate maildir. I know > there's the header: > X-Maling-List: http://www.debian-administration.org/articles/400 Steve -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Lenny and testing and testing and apt

2008-09-24 Thread Florian Kulzer
On Wed, Sep 24, 2008 at 09:10:09 +0530, Vidyadhar Gadgil wrote: > A few days ago I installed Debian Lenny, i.e., current testing, on my > system replacing stable. It was a fresh install, not an upgrade. > > Everything is functioning fine. But when I try to run netselect-apt to > find the fastest m

Re: cmake and Scribus 1.3.5 on Debian testing

2008-09-24 Thread Florian Kulzer
On Tue, Sep 23, 2008 at 17:23:41 -0500, Ron Johnson wrote: > On 09/23/08 17:08, John Culleton wrote: >> On Tuesday 23 September 2008 05:31:14 pm Ron Johnson wrote: >>> On 09/23/08 14:59, John Culleton wrote: On Tuesday 23 September 2008 03:33:15 pm Florian Kulzer wrote: > On Tue, Sep 23, 2

Re: backup system to ISO image

2008-09-24 Thread Nhadie
Thanks. i will try those. thveillon.debian wrote: Eduardo M KALINOWSKI a écrit : Nhadie escreveu: Hi, Is there a tool i can use to fully backup a system to an ISO image and preserve all files? So that if ever something happens to any of my server, i can simply reinstall from the ISO image,

Re: procmail rule to filter debian-user

2008-09-24 Thread Bob Cox
On Tue, Sep 23, 2008 at 23:58:12 -0400, Bijan Soleymani ([EMAIL PROTECTED]) wrote: > Hey everyone, > > I need a rule to filter debian-user into a seperate maildir. I know > there's the header: > X-Maling-List: > so I tried: > * ^X-Mailing-List: /home/bijan/Maildir/.lists.debian/ How about: