vim Tip (was ... Re: Changes to vim, how to undo)

2008-10-27 Thread Chris Bannister
On Sun, Oct 26, 2008 at 07:34:34AM +1100, Alex Samad wrote: my problem is after a recent upgrade of vim I had to add in source /usr/share/vim/vim71/ftplugin/mail.vim when i used to be able to do just set filetype=mail I am not sure what I need to change - or even how to debug or trace

Re: How To Hash passwords with SHA-1 in pam?

2008-10-27 Thread Chris Hiestand
Richard, Thanks for your reply, but actually I'd like to have passwords stored in a flat file (shadow) while using an ldap server as the central repository. This way ldap (or libnss-ldap) bugs, network issues, and server downtime wouldn't effect client authentication or mail delivery.

Re: apcupsd and hal

2008-10-27 Thread Florian Kulzer
On Tue, Oct 28, 2008 at 07:35:10 +1100, Alex Samad wrote: On Sat, Oct 25, 2008 at 11:27:35PM +0200, Florian Kulzer wrote: On Sun, Oct 26, 2008 at 07:20:24 +1100, Alex Samad wrote: On Sat, Oct 25, 2008 at 12:02:07PM +0200, Florian Kulzer wrote: On Sat, Oct 25, 2008 at 16:21:50 +1100, Alex

Re: apcupsd and hal

2008-10-27 Thread Alex Samad
On Mon, Oct 27, 2008 at 11:08:55PM +0100, Florian Kulzer wrote: On Tue, Oct 28, 2008 at 07:35:10 +1100, Alex Samad wrote: On Sat, Oct 25, 2008 at 11:27:35PM +0200, Florian Kulzer wrote: On Sun, Oct 26, 2008 at 07:20:24 +1100, Alex Samad wrote: On Sat, Oct 25, 2008 at 12:02:07PM +0200,

Re: vim Tip (was ... Re: Changes to vim, how to undo)

2008-10-27 Thread Alex Samad
On Tue, Oct 28, 2008 at 10:23:13AM +1300, Chris Bannister wrote: On Sun, Oct 26, 2008 at 07:34:34AM +1100, Alex Samad wrote: my problem is after a recent upgrade of vim I had to add in source /usr/share/vim/vim71/ftplugin/mail.vim when i used to be able to do just set filetype=mail

Re: downgrading a single package

2008-10-27 Thread s. keeling
Andrei Popescu [EMAIL PROTECTED]: On Fri,24.Oct.08, 17:33:01, Mathieu Malaterre wrote: these previous package =EF=AC=81les locally in /var/cache/apt/archives/ or remotely at http: //snapshot.debian.net/. See also 'Rescue using dpkg' on page 12. Does anybody else see ligatures for each

Re: [sane-devel] epson scanner with lenny

2008-10-27 Thread Olaf Meeuwissen
Johann Spies [EMAIL PROTECTED] writes: On Mon, Oct 27, 2008 at 10:20:43AM +0100, Johannes Wiedersich wrote: I have some problems using the transparency unit of my Epson perfection 4180 photo on Debian Lenny, sane 1.0.14-7. I followed the instructions in

Re: Sound broken in recent Lenny update

2008-10-27 Thread Andres Migliazzo
Well I've a Sound Blaster Live card and I experimented the same issue, I had to run the alsaconf script every time that I booted the system. The way in which I solved it was just adding these lines to the /etc/modprobe.d/blacklist --- # Try to get emu10k1 listed in

Re: [sane-devel] epson scanner with lenny

2008-10-27 Thread Olaf Meeuwissen
Johannes Wiedersich [EMAIL PROTECTED] writes: Hi list, I have some problems using the transparency unit of my Epson perfection 4180 photo on Debian Lenny, sane 1.0.14-7. I followed the instructions in /usr/share/doc/libsane-extras/README.Debian in order to obtain and install the required

Re: Debian installer

2008-10-27 Thread Freddy Freeloader
Mark Allums wrote: elijah rutschman wrote: On Mon, Oct 27, 2008 at 12:37 PM, Freddy Freeloader [EMAIL PROTECTED] wrote: Just out of curiosity, will the ability to create RAID10 arrays ever be integrated into the installer? Oh, and while I'm at it, how about raid1 arrays with more than 2

how to start postgresql server at machine startup?

2008-10-27 Thread Star Liu
I installed postgresql server in my machine, but i does not start automatically at startup time, so i need to mannually type these commands to start it everytime when i restart system Desktop:~# su postgres Desktop:/root$ cd ~ Desktop:~$ postgres -D ~/data ~/log/logfile 21 i tried to add this

Re: Shutdown hooks

2008-10-27 Thread green
On Sun, 2008.10.12, 286, Kumar Appaiah wrote: /etc/rc0.d and /etc/rc6.d should be where you should place hooks for running programs as you shut down or restart the machine respectively. The convention is to put the scripts in /etc/init.d and then create symlinks in /etc/rcn.d, best handled

Re: Shutdown hooks

2008-10-27 Thread Kumar Appaiah
On Mon, Oct 27, 2008 at 07:51:36AM -0500, green wrote: On Sun, 2008.10.12, 286, Kumar Appaiah wrote: /etc/rc0.d and /etc/rc6.d should be where you should place hooks for running programs as you shut down or restart the machine respectively. The convention is to put the scripts in

subsribe

2008-10-27 Thread mjxian
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Sendmail filesystem access

2008-10-27 Thread Fredrik Tolf
Hi list! I'm wondering what's up with the sendmail configuration in Debian. There seems to be some kind of filesystem call wrapper installed in Sendmail that prevents various parts of sendmail access to various parts of the filesystem even though it's running as root, but I can't figure out what

Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-27 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Kulzer wrote: Check the syslog or dmesg output for messages from the tg3 driver. Command dmesg|grep tg3 returns the following: [2.310795] tg3.c:v3.92.1 (June 9, 2008) [ 55.476397] tg3: eth0: Link is up at 100 Mbps, full duplex. [

Re: how to start postgresql server at machine startup?

2008-10-27 Thread Ron Johnson
On 10/27/08 21:07, Star Liu wrote: I installed postgresql server in my machine, but i does not start automatically at startup time, so i need to mannually type these commands to start it everytime when i restart system Desktop:~# su postgres Desktop:/root$ cd ~ Desktop:~$ postgres -D ~/data

Re: how to start postgresql server at machine startup?

2008-10-27 Thread Star Liu
On Tue, Oct 28, 2008 at 10:58 AM, Ron Johnson [EMAIL PROTECTED] wrote: On 10/27/08 21:07, Star Liu wrote: I installed postgresql server in my machine, but i does not start automatically at startup time, so i need to mannually type these commands to start it everytime when i restart system

Re: how to start postgresql server at machine startup?

2008-10-27 Thread Ron Johnson
On 10/27/08 22:36, Star Liu wrote: On Tue, Oct 28, 2008 at 10:58 AM, Ron Johnson [EMAIL PROTECTED] wrote: On 10/27/08 21:07, Star Liu wrote: I installed postgresql server in my machine, but i does not start automatically at startup time, so i need to mannually type these commands to start it

Problem installing Iceweasel

2008-10-27 Thread Arthur Barlow
I've been trying to install Iceweasel with Aptitude, but the same thing happens each time. Even if I purge all the Iceweasel files and directories, and then do a reinstall the result is that there is a soft link in /usr/bin/iceweasel that points to /lib/iceweasel/ iceweasel. But, when I

Lançamento Google Cubo

2008-10-27 Thread Google Cubo
Se você não conseguir visualizar esta mensagem, [1]acesse este link [IMAGE] Sua empresa está no Google? Google Cubo Você em 1º lugar! Bom dia! Você quer que o seu site tenha sucesso? Posicione seu site entre os primeiros do Google e aumente suas vendas! Fique na

Re: how to start postgresql server at machine startup?

2008-10-27 Thread Star Liu
On Tue, Oct 28, 2008 at 12:23 PM, Ron Johnson [EMAIL PROTECTED] wrote: On 10/27/08 22:36, Star Liu wrote: On Tue, Oct 28, 2008 at 10:58 AM, Ron Johnson [EMAIL PROTECTED] wrote: On 10/27/08 21:07, Star Liu wrote: I installed postgresql server in my machine, but i does not start

<    1   2   3