Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Rene Engelhard

Hi,

Jesus Climent wrote:
> I am packaging a tool (phaser) to use cdrecord from the conseole. I want
> to show the user list of different scsi devices (through ide-scsi) to
> select the one for writer and one for reader.
> 
> I would like to default the selection to the one which looks more likely
> to be a writer and the other cdrom (if exists) to the reader.
> 
> Thus I would like some people to send me some "cdrecord -scanbus"
> outputs where they have grep'ed the writer and reader entries.

[...]
scsibus0:
0,0,0 0) 'HITACHI ' 'DVD-ROM GD-7500 ' '0008' Removable CD-ROM
0,1,0 1) 'SAMSUNG ' 'CD-R/RW SW-208F ' 'FN03' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
[...]

Regards,

Rene

-- 
  .''`. Rene Engelhard -- Debian GNU/Linux Developer 
 : :' : http://www.debian.org | http://people.debian.org/~rene/ 
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



msg03132/pgp0.pgp
Description: PGP signature


DPKG: status file broken

2002-09-23 Thread BeerBong

Hello!

I use Debian Woody.
I updated packages list today via 'Upade' dselect and select to
install 'perlmagick'.
When I tried to Install selected packages I got

Reading Package Lists... Error!
E: Unable to parse package file /var/lib/dpkg/status (1)
E: The package lists or status file could not be parsed or opened.


How to solve the problem ?

Thanx in advance,

Sergey Polyakov   aka "BeerBong"
Chief of WebZavod http://www.webzavod.ru
Tel. +7 (8462) 43-93-85 | +7 (8462) 43-93-86
mailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Packages to install to program in java

2002-09-23 Thread Teun Vink

On Mon, 2002-09-23 at 05:53, Irvin Temp wrote:
> What are the packages that i need to install so that 
> can
> be able to program in java? I already deed an
> 
> apt-cache search java  -- no results
> 

Add this line to your /etc/apt/sources:

deb ftp://ftp.nluug.nl/pub/os/Linux/java/jdk/debian woody non-free

Run dselect, update your package list, and install the packages you need
(like java-common/java2-common, j2sdk1.3).


Teun Vink
Luna.nl System & Network Engineer


-- 
--
   Luna.nl B.V.
--
Puntegaalstraat 109Postbus 63000 Tel :  (010) 750 2000
3024 EB  ROTTERDAM 3002 JA  ROTTERDAMFax :  (010) 750 2002
www.luna.nl[EMAIL PROTECTED]  Helpdesk:  (010) 750 2020




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: make-kpkg 2.4.19 kernel: Module /usr/src/modules/pcmcia-cs failed.

2002-09-23 Thread Karsten M. Self

on Mon, Sep 23, 2002, Eduard Bloch ([EMAIL PROTECTED]) wrote:
> #include 
> Karsten M. Self wrote on Sun Sep 22, 2002 um 09:26:33PM:
> > Kernel configuration options:
> > Kernel-tree PCMCIA support is enabled.
> 
> 
> What about RTFM?!

Um...  welche FM, Eduard?  

I've not been following 2.4 as closely as I might.  I'm aware that there
are the Hinds & main tree sets of drivers.

My kernel build options for PCMCIA are:

[karsten@ego:linux]$ grep -v '^#' .config | grep PCMCIA 
CONFIG_PCMCIA=y
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_PCNET=y
CONFIG_NET_PCMCIA_RADIO=y
CONFIG_PCMCIA_RAYCS=y
CONFIG_PCMCIA_NETWAVE=m
CONFIG_PCMCIA_WAVELAN=m
CONFIG_PCMCIA_SERIAL_CS=m

...are you suggesting I'd select only the first, but none of the
device-specific options?  Docs don't make this immediately clear --
either Configure.help (linux source tree) or the PCMCIA-HOWTO at Hind's
sourceforge project:

http://pcmcia-cs.sourceforge.net/ftp/PCMCIA-HOWTO

I'd appreciate a more complete and useful response, if you could.

Danke.

Freide.

-- 
Karsten M. Self <[EMAIL PROTECTED]>http://kmself.home.netcom.com/
 What Part of "Gestalt" don't you understand?
   TWiki:  documentation for the GNU millennium.
 http://twiki.org/



msg03135/pgp0.pgp
Description: PGP signature


awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff

The first time that I tried the kernel build from source, I unpacked the
kernel source and did all steps as root. That shouldn't cause any
permissions problems as far as I can tell. Since getting the suggestion to
do the process as a non-root user, I have done all steps including unpacking
the kernel source as a non-root user.

The owner of /usr/src is set to user, as is the file
kernel-source-2.4.19.tar.bz2. That file is unpacked by the same non root
user, and the config file is copied by that user. I run make menuconfig by
the same user, and get the same error as I got when the entire process was
run as root.

I've tested the process with kernel-source-2.4.18, and make menuconfig runs
fine with that package. So it looks like there's something different with
2.4.19 that's causing a problem.

Thanks,

Dave De Graff

The error for make menuconfig with kernel-source-2.4.19 is:

make[1]: Leaving directory `/usr/src/kernel-source-2.4.19/scripts/lxdialog'
/bin/sh scripts/Menuconfig arch/i386/config.in Using defaults found in
.config Preparing scripts: functions, parsingscripts/Menuconfig: line 1:
1250 Segmentation fault  awk "$1" Awk died with error code 139. Giving
up. make: *** [menuconfig] Error 1


> - Original Message -
> From: "Osamu Aoki" <[EMAIL PROTECTED]>
> To: "David De Graff" <[EMAIL PROTECTED]>
> Sent: Sunday, September 22, 2002 10:33 PM
> Subject: Re: awk segfault on make menuconfig to build kernel
>
>
> > On Sun, Sep 22, 2002 at 01:48:28PM -0700, David De Graff wrote:
> > > This problem persists on multiple attempts, each time starting from a
> clean
> > > unpack of kernel-source-2.4.19.tar.bz2.
> >
> > Did you unpack as user?  When I was unpacking as root and did "chown -R
> > foo:foo *", then I got problem.  I also needed to do "chown foo:foo .".
> >
> > Soundes like permission problem.
> >
> > > > BTW, my system doesn't seem to have addgrp. This isn't relevant to
the
> > > > problem, but just thought I would point it out given your revised
> > > > instructions above. I used usermod since src was already in
> /etc/group.
> >
> > $ adduser foo src
>
>
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: OT: M$ Proxy Server

2002-09-23 Thread Teun Vink

On Sun, 2002-09-22 at 23:11, martin f krafft wrote:
> So my brother, a just-convert from XP to Debian, is attending
> a boarding school here in Germany which is apparently a so-called
> Micro$oft Project School, meaning that it's all Micro$oft (it even
> smells there). Now Micro$oft apparently found out that my brother has
> installed Linux and that many of his friends are getting interested,
> so they ordered the system administrators to install Proxy Server 2.0,
> a discontinued product! Proxy Server 2.0 requires a client program
> that is only available on Windoze, naturally. Apparently they couldn't
> use ISA because despite sporting more colours and a fancier name, it
> also allows heterogeneous clients (what's an "acceleration server"
> anyway but a big cheat with words? (yes, i know it's a cache)).
> 
> Great, isn't it?
> 
> My question for you: is there a client for M$ Proxy Server for *NIX,
> and is it true that *NIX will be usable behing an ISA Server, provided
> that Samba actually attaches to the domain?
> 

You could try the tsocks package, I know of one setup in which we use
that package to make a connection through a M$ proxy server. I have
absolutely no clue as to how that proxy was configured, so I don't know
if this applies for your situation as well, but it might be worth a try.


Teun Vink
Luna.nl System & Network Engineer




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff

Well, the conclusion that this ran fine with kernel-source-2.4.18 was wrong.
It gives a similar error but then continues on to the initial ncurses-based
config screen.

The error is:

make[1]: Leaving directory `/usr/src/kernel-source-2.4.18/scripts/lxdialog'
/bin/sh scripts/Menuconfig arch/i386/config.in
Using defaults found in .config
Preparing scripts: functions, parsingscripts/Menuconfig: line 1:  1337
Segmentation fault  awk "$1"
Awk died with error code 139. Giving up.
scripts/Menuconfig: ./MCmenu3: line 123: syntax error: unexpected end of
file
.done.

Thanks for any ideas,

Dave De Graff


- Original Message -
From: "David De Graff" <[EMAIL PROTECTED]>
To: "Debian User List" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 12:48 AM
Subject: awk segfault on make menuconfig to build kernel


> The first time that I tried the kernel build from source, I unpacked the
> kernel source and did all steps as root. That shouldn't cause any
> permissions problems as far as I can tell. Since getting the suggestion to
> do the process as a non-root user, I have done all steps including
unpacking
> the kernel source as a non-root user.
>
> The owner of /usr/src is set to user, as is the file
> kernel-source-2.4.19.tar.bz2. That file is unpacked by the same non root
> user, and the config file is copied by that user. I run make menuconfig by
> the same user, and get the same error as I got when the entire process was
> run as root.
>
> I've tested the process with kernel-source-2.4.18, and make menuconfig
runs
> fine with that package. So it looks like there's something different with
> 2.4.19 that's causing a problem.
>
> Thanks,
>
> Dave De Graff
>
> The error for make menuconfig with kernel-source-2.4.19 is:
>
> make[1]: Leaving directory
`/usr/src/kernel-source-2.4.19/scripts/lxdialog'
> /bin/sh scripts/Menuconfig arch/i386/config.in Using defaults found in
> .config Preparing scripts: functions, parsingscripts/Menuconfig: line 1:
> 1250 Segmentation fault  awk "$1" Awk died with error code 139. Giving
> up. make: *** [menuconfig] Error 1
>
>
> > - Original Message -
> > From: "Osamu Aoki" <[EMAIL PROTECTED]>
> > To: "David De Graff" <[EMAIL PROTECTED]>
> > Sent: Sunday, September 22, 2002 10:33 PM
> > Subject: Re: awk segfault on make menuconfig to build kernel
> >
> >
> > > On Sun, Sep 22, 2002 at 01:48:28PM -0700, David De Graff wrote:
> > > > This problem persists on multiple attempts, each time starting from
a
> > clean
> > > > unpack of kernel-source-2.4.19.tar.bz2.
> > >
> > > Did you unpack as user?  When I was unpacking as root and did
"chown -R
> > > foo:foo *", then I got problem.  I also needed to do "chown foo:foo
.".
> > >
> > > Soundes like permission problem.
> > >
> > > > > BTW, my system doesn't seem to have addgrp. This isn't relevant to
> the
> > > > > problem, but just thought I would point it out given your revised
> > > > > instructions above. I used usermod since src was already in
> > /etc/group.
> > >
> > > $ adduser foo src
> >
> >
> >
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Roman Joost

On Sun, Sep 22, 2002 at 02:30:20PM +0200, Jesus Climent wrote:
> 0,1,0 1) 'YAMAHA  ' 'CDR400t ' '1.0q' Removable CD-ROM
0,0,0 0) 'LITE-ON ' 'LTR-24103S  ' 'XB03' Removable CD-ROM
0,1,0 1) 'PIONEER ' 'DVD-ROM DVD-103R' '1.16' Removable CD-ROM

greetings, roman
-- 
www: http://www.romanofski.de
email: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Lost Mozilla Regained

2002-09-23 Thread Brian Webb



On 22 Sep 2002 14:41:36 +0100
Brian Webb <[EMAIL PROTECTED]> wrote:
> Help,Debian Newbie.Have installed Debian 3.0 OK. Problem, Mozilla was
> working OK. Now I cannot launch it, I get message 'No such file etc'.
> Tried apt-get to install &/or remove it, but can neither install or
> remove it.I'm now stuck!
> Thanks in advance.

The package you want (the one that contains the 'mozilla' command) is
mozilla-browser - are you sure you have it installed? If so, what
command are you running (exactly), and what's the (exact) error?

Thanks David, You're correct about mozilla-browser! Somehow it had been
deleted & I was trying to reinstall 'mozilla' which didn't help at all.
It's now up & running OK, thanks for your assistance,
Brian Webb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread Elizabeth Barham

"David De Graff" <[EMAIL PROTECTED]> writes:

> Well, the conclusion that this ran fine with kernel-source-2.4.18
> was wrong.  It gives a similar error but then continues on to the
> initial ncurses-based config screen.

A booger of a problem for me was when seemingly simple scripts were
seg faulting. It turned out that I had compiled a newer version of
libstdc++ way-back-when and left it in /usr/local/lib . After the
upgrade to Woody, applications in the distribution were trying to use
it, and were causing the seg fault.

Removing the shared library in /usr/local/lib remedied the problem.

Elizabeth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: make-kpkg 2.4.19 kernel: Module /usr/src/modules/pcmcia-cs failed.

2002-09-23 Thread Eduard Bloch

#include 
Karsten M. Self wrote on Mon Sep 23, 2002 um 12:31:20AM:
> > What about RTFM?!
> 
> Um...  welche FM, Eduard?  
...
> My kernel build options for PCMCIA are:
> 
> [karsten@ego:linux]$ grep -v '^#' .config | grep PCMCIA 
> CONFIG_PCMCIA=y

http://pcmcia-cs.sourceforge.net/ftp/README-2.4

Gruss/Regards,
Eduard.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Rene Engelhard

Hi Angles,

Hmm. I think this should have gone to the list

"Forwarding" with this reply...

Angles  Puglisi wrote:
> Maybe look at an app called "Magma", it is a collection of shell scripts that make a
> CD burning app. I imagine they would have some examples in there (I have not 
>checked).
> http://freebits.de/magma/

Regards,

Rene
-- 
  .''`. Rene Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



msg03143/pgp0.pgp
Description: PGP signature


Virus Alert - ScanMail for Lotus Notes

2002-09-23 Thread roble

Su correo contenía virus en alguno de los anexos. Por favor, si se le
indica que el fichero no se ha podido limpiar y ha sido borrado envíe de
nuevo el correo sin virus. Gracias

Date:  9/23/2002 10:40:15
Virus:  WORM_KLEZ.H
File:logo[1].exe
From: debian-user <[EMAIL PROTECTED]>
To:  [EMAIL PROTECTED]
Action:   Uncleanable, Deleted;


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




http://Worldsat.rtfm.be

2002-09-23 Thread Worldsat Team


Après Http://Xsat.rtfm.be, nous revoila avec un nouveau Site et de nouvelles aventures 
...
Le Site est encore en cours de réalisation, mais le Forum est déja ouvert...
Merci de passer nous voir à l'occasion
Déjà disponible Les Firmwares de Toute la gamme des Recepteurs Worldsat.

After Http://Xsat.rtfm.be, we come back with a new Site and from new adventures...
The Site is still in progress, but the Forum is already opened...
Please cross to see us occasionally
Already available firmwares of decoders Worldsat

PatrickWST from WorldSat Team

Http://Worldsat.rtfm.be


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Colin Watson

On Mon, Sep 23, 2002 at 01:05:56PM +1000, Adam Bogacki wrote:
> I still don't understand why Gnome terminal and 'man' pages
> are not working. Trying "man procmail" as root gives me
> 
> -
> sh: line 1: /usr/bin/pager: No such file or directory
> sh: line 1: exec: /usr/bin/pager: cannot execute: : No such file or
> directory
> man: command exited with status 32256: /bin/gzip -dc
> /var/cache/man/procmail.1.gz | exec /usr/bin/pager -s

Something's deleted your /usr/bin/pager. Normally it's a symlink to
/etc/alternatives/pager, which is a symlink to whatever the preferred
pager on your machine is. Run 'update-alternatives --config pager' to
restore it.

> What is "status 32256" ?

It happens to indicate that the program 'man' was trying to run exited
with return code 126 and didn't receive any fatal signal, but the exact
number is not important here.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: security.debian.org in /etc/apt/source.list

2002-09-23 Thread Adrian von Bidder

On Fri, 2002-09-20 at 17:07, nate wrote:
> > If I'm running Debian testing, and if security updates aren't really
> > applicable to a testing/unstable system, then is there any point in
> > having
> >
> > deb http://security.debian.org/ stable/updates main contrib non-free deb
> 
> 
> no, since 'stable' and 'testing' are different trees. for a short

Hmmm - depends. Quite a few packages still had the same version in
stable and testing when I looked last, so security updates to stable
would still apply.

apt-cache policy through your installed packages will show you if you
should keep security stable.

cheers
-- vbi

-- 
secure email with gpg   http://fortytwo.ch/gpg

NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com



signature.asc
Description: This is a digitally signed message part


Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Rene Engelhard

Hi,

again an misplaced reply

Felipe Martínez Hermo wrote:
> Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
> Using libscg version 'schily-0.1'
> scsibus0:
> 0,0,0 0) 'SEAGATE ' 'ST39236LW   ' '0010' Disk
> 0,1,0 1) 'SEAGATE ' 'ST39236LW   ' '0010' Disk
> 0,2,0 2) *
> 0,3,0 3) 'NEC ' 'CD-ROM DRIVE:466' '1.26' Removable CD-ROM
> 0,4,0 4) *
> 0,5,0 5) 'HP  ' 'C1537A  ' 'L105' Removable Tape
> 0,6,0 6) 'HP  ' 'CD-Writer+ 9200 ' '1.0c' Removable CD-ROM
> 0,7,0 7) *

Regards,

Rene
-- 
  .''`. Rene Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



msg03148/pgp0.pgp
Description: PGP signature


Re: New user with X-Windows problem

2002-09-23 Thread Josep Llauradó Selvas


Can you send tot the list more information about the problem? for example
the XF86Config-4 file, the output of XFree86...

You can get the output of XFree86 executing as root:


XFree86 > /root/output-X11.log 2>&1

With this information it's possible to solve the problem.

Kind Regards.

_
Josep Llauradó Selvas   [EMAIL PROTECTED]
  Linux Registered User #153481
The only "intuitive" interface is the nipple.
After that, it's all learned.
(in comp.os.linux.misc, on X interfaces.)
_


On Mon, 23 Sep 2002, lameth wrote:

 Recently I installed the latest version of Debian (Woody). After the
 base system was installed and I selected my packages were installed I
 went through the x-window configuration. When that process was completed
 the operating system attempted to start X-Windows. X failed to started
 and I received the following error messages;
 (==)Parse error on line 321 of section Monitor in the /etc/X11/XF86Config
 (==)file "85" is not a valid keyword in this section.
 (EE)Problem parsing the config file
 (EE)Error from XF86HandleConfigFile()
 No screens found

 Using emacs to view the XF86Config file I noticed the following;

 Line 321 HorizSync 30-85
 This, according to the manual for my Dell P780 monitor, 30kHz to 85 kHz
 is the Horizontal Sync range for this monitor. Down further in this
 section VertRefresh (null) was listed. During the configuration process
 I had entered 48-120 for the vertical refresh rate, which is the correct
 refresh rate according to my monitors manual. Using emacs I replaced
 (null) with 48-120 but this had no effect.

 Prior to installing Debian I had Mandrake linux 8.1 on this machine and
 X-Windows ran fine. A major difference in the installs is that under
 Mandrake linux I was able to put lilo on hda2 and booted the kernel from
 the hard drive. Debian would not let me do this so I am booting from a
 floppy. Could this have anything to do with the problem?

 The machine I'm running Debian on is a Dell Dimension XPS T500 with 128
 mb of ram and a Diamond Viper V770 Ultra with 32 mb of memory. The
 correct driver for this card ( nv) is being used.

 thank in advance.


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Keyboard Macros Linux

2002-09-23 Thread Jonas Persson

Hi ppl,

I am having a problem migrating from SecureCRT to a standard unix term. I need to be 
able to map keys
like i do in securecrt.

For example i have a macro where i spawn 5 shells on different places. I have it bound 
to
F1 for example. In SecureCRT i have the following KEY MAP for doing that task.
screen -s /bin/bash\n sshshell1\n\001c sshshell2\n\001c sshshell3\n\001c 
sshshell3\n\001c sshshell4\n\001c

Then i want to be able to do ls -la on all my 4 screen sessions. I do \001n for the 
next screen sessions
and execute ls -la and hit return with \r and then next and next
\001n ls -la \r \001n ls -la \r \001n ls -la \r \001n ls -la \r \001n ls -la \r

Then i want to use the clipboard content (\v will paste it in securecrt) and here i 
will for instance
create the dir in clipboard on all 4 remote machines.

\001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r

Last i want to be able to map for example 0 on the numeric keyboard to screen session 
number 0.
\0010\r

Does anyone out there know how to solve my problem, normally i use Eterm but i want to 
be able to
use these mapped keys on only 1 Xterm/Eterm or whatever, and not bind the keys in 
Operating 
System Level/WindowManager/Term level. i.e i want to start 1 term program that will 
have these keys 
bound and the keys should only work on that term program. Is there any possibility to 
do this in Linux ??

Help Apreciated

/Jonas



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff

Thanks, Elizabeth.

That theory makes quite a bit of sense, particularly since I compiled
postgresql without using .deb packaging several weeks ago. Unfortunately I
have little clue as to how to sort through /usr/lib for what might be the
offending libary. The one that you mentioned is older than the machine
installation, so it's most likely part of the base install.

I thought that by recompiling awk from source with the current set of
libraries I might resolve such an issue, but no luck. I just did that (going
from debian source to debian package and installing that), and the same
error returns when I do make menuconfig.

Will dig through and see what I can come up with. Wiping the drive and
starting over is beginning to look attractive...

Best,

Dave

- Original Message -
From: "Elizabeth Barham" <[EMAIL PROTECTED]>
To: "Debian User List" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 1:11 AM
Subject: Re: awk segfault on make menuconfig to build kernel


> "David De Graff" <[EMAIL PROTECTED]> writes:
>
> > Well, the conclusion that this ran fine with kernel-source-2.4.18
> > was wrong.  It gives a similar error but then continues on to the
> > initial ncurses-based config screen.
>
> A booger of a problem for me was when seemingly simple scripts were
> seg faulting. It turned out that I had compiled a newer version of
> libstdc++ way-back-when and left it in /usr/local/lib . After the
> upgrade to Woody, applications in the distribution were trying to use
> it, and were causing the seg fault.
>
> Removing the shared library in /usr/local/lib remedied the problem.
>
> Elizabeth




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Keyboard Macros Linux

2002-09-23 Thread Jonas Persson

Hi ppl,

I am having a problem migrating from SecureCRT to a standard unix term. I need to be 
able to map keys
like i do in securecrt.

For example i have a macro where i spawn 5 shells on different places. I have it bound 
to
F1 for example. In SecureCRT i have the following KEY MAP for doing that task.
screen -s /bin/bash\n sshshell1\n\001c sshshell2\n\001c sshshell3\n\001c 
sshshell3\n\001c sshshell4\n\001c

Then i want to be able to do ls -la on all my 4 screen sessions. I do \001n for the 
next screen sessions
and execute ls -la and hit return with \r and then next and next
\001n ls -la \r \001n ls -la \r \001n ls -la \r \001n ls -la \r \001n ls -la \r

Then i want to use the clipboard content (\v will paste it in securecrt) and here i 
will for instance
create the dir in clipboard on all 4 remote machines.

\001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r \001n mkdir \v\r

Last i want to be able to map for example 0 on the numeric keyboard to screen session 
number 0.
\0010\r

Does anyone out there know how to solve my problem, normally i use Eterm but i want to 
be able to
use these mapped keys on only 1 Xterm/Eterm or whatever, and not bind the keys in 
Operating 
System Level/WindowManager/Term level. i.e i want to start 1 term program that will 
have these keys 
bound and the keys should only work on that term program. Is there any possibility to 
do this in Linux ??

Help Apreciated

/Jonas



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Amir Tal

On Monday 23 September 2002 12:08, Rene Engelhard wrote:

here's mine :

# cdrecord -scanbus
Cdrecord 1.11a31 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) 'RICOH   ' 'CD-RW MP7320A   ' 'BP07' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *






> Hi,
>
> again an misplaced reply
>
> Felipe Martםnez Hermo wrote:
> > Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jצrg Schilling
> > Using libscg version 'schily-0.1'
> > scsibus0:
> > 0,0,0 0) 'SEAGATE ' 'ST39236LW   ' '0010' Disk
> > 0,1,0 1) 'SEAGATE ' 'ST39236LW   ' '0010' Disk
> > 0,2,0 2) *
> > 0,3,0 3) 'NEC ' 'CD-ROM DRIVE:466' '1.26' Removable
> > CD-ROM 0,4,0 4) *
> > 0,5,0 5) 'HP  ' 'C1537A  ' 'L105' Removable Tape
> > 0,6,0 6) 'HP  ' 'CD-Writer+ 9200 ' '1.0c' Removable
> > CD-ROM 0,7,0 7) *
>
> Regards,
>
> Rene


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Steven Yap

On Sun, 2002-09-22 at 05:30, Jesus Climent wrote:
> 
> Thus I would like some people to send me some "cdrecord -scanbus"
> outputs where they have grep'ed the writer and reader entries.


Using libscg version 'schily-0.6'
scsibus0:
 0,0,0   0) 'AOPEN   ' 'CD-RW CRW3248   ' '1.10' Removable CD-ROM
 0,1,0   1) *

-- 
Steven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




new install 2.2 kernel

2002-09-23 Thread david hong


i downloaded the Woody CD image,
and installed succesfully.
The default installation kernel is 2.2.

how do i install kernel 2.4 from the CD?
or do i need to build the 2.4 kernel from scratch?





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: New user with X-Windows problem

2002-09-23 Thread ajlewis2

In linux.debian.user, you wrote:
> Recently I installed the latest version of Debian (Woody). After the 
> base system was installed and I selected my packages were installed I 
> went through the x-window configuration. When that process was completed 
> the operating system attempted to start X-Windows. X failed to started 
> and I received the following error messages;
> (==)Parse error on line 321 of section Monitor in the /etc/X11/XF86Config
> (==)file "85" is not a valid keyword in this section.
> (EE)Problem parsing the config file
> (EE)Error from XF86HandleConfigFile()
> No screens found
> 
> Using emacs to view the XF86Config file I noticed the following;
> 
> Line 321 HorizSync 30-85

The entry for HorizSync looks correct. I would backup this XF86Config and
run xf86config.  That will write another config file using a different
program.  Then you can see if it works and also compare the new one to the
backup to see if there are differences.

-- 
Anita
GnuPG key: 1024D/9EDAC910


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: new install 2.2 kernel

2002-09-23 Thread Colin Watson

On Mon, Sep 23, 2002 at 05:42:00PM +0800, david hong wrote:
> i downloaded the Woody CD image,
> and installed succesfully.
> The default installation kernel is 2.2.
> 
> how do i install kernel 2.4 from the CD?

Use the bf2.4 flavour. See:

  http://www.debian.org/releases/stable/i386/ch-rescue-boot.en.html#s-install-cd

If you'd rather stick with your already-installed system, then install
the kernel-image-2.4.18-686 package (assuming you have a Pentium Pro or
better - versions for other CPUs are availables).

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cyrus & exim

2002-09-23 Thread Vinai Kopp

On Sun, Sep 22, 2002 at 05:57:00PM +0100, Steve Downes wrote:
> In-Reply-To: <[EMAIL PROTECTED]>
> I've had exim working well for some time & am now trying to add cyrus 
> imap. I'm getting the following error having modified exim.conf in line 
> with the exim book as follows:-
> 
> 
> local_delivery_cyrus:
> driver  = pipe
> command = /usr/cyrus/bin/deliver \  
> -m ${substr_1:${local_part_suffix}}\
>   --${local_part}
> user= cyrus
> group   = mail
> return_output
> 
> log_output
> 
> prefix  =
> suffix  =

here is my (simple) setup:

local_delivery:
  driver = pipe
  command = "/usr/cyrus/bin/deliver ${local_part}"
  return_path_add = true
  return_output
  prefix = ""
  user = cyrus

HTH,
-- 
Vinai
Registered Linux User #280755, Debian GNU/Linux  http://counter.li.org/
Secure eMail with gnupg  http://www.gnupg.org/



msg03158/pgp0.pgp
Description: PGP signature


Re: demand dialing with pppconfig

2002-09-23 Thread Donald R. Spoon

John Schmidt wrote:
> Hi,
> 
> I use pppconfig to set up my modem for dialout.  Everything works well 
> if I use pon/poff from the command line.  However, I would like to use  
> demand dialing.  I turned on demand dialing via pppconfig and also did 
> a pon to start up pppd.  I looked at /var/log/syslog to verify that 
> pppd was on -- it was.  An excerpt from my syslog shows that both my 
> local and remote IP were set immediately without my modem dialing out:
> 
> Sep 22 18:51:02 golden modprobe: modprobe: Can't locate module 
> char-major-108
> Sep 22 18:51:02 golden pppd[11431]: pppd 2.4.1 started by root, uid 0
> Sep 22 18:51:02 golden pppd[11431]: Using interface ppp0
> Sep 22 18:51:02 golden pppd[11431]: Couldn't set pass-filter in kernel: 
> Invalid
> argument
> Sep 22 18:51:02 golden pppd[11431]: Cannot determine ethernet address 
> for proxy
> ARP
> Sep 22 18:51:02 golden pppd[11431]: local  IP address 10.64.64.64
> Sep 22 18:51:02 golden pppd[11431]: remote IP address 10.112.112.112
> Sep 22 18:51:26 golden kernel: Packet log: output DENY ppp0 PROTO=6 
> 10.64.64.64:3817 128.110.42.7:22 L=60 S=0x00 I=50598 F=0x T=64 SYN 
> (#5)
> Sep 22 18:51:29 golden kernel: Packet log: output DENY ppp0 PROTO=6 
> 10.64.64.64:3817 128.110.42.7:22 L=60 S=0x00 I=50599 F=0x T=64 SYN 
> (#5)
> Sep 22 18:51:35 golden kernel: Packet log: output DENY ppp0 PROTO=6 
> 10.64.64.64:3817 128.110.42.7:22 L=60 S=0x00 I=50600 F=0x T=64 SYN 
> (#5)
> Sep 22 18:51:47 golden kernel: Packet log: output DENY ppp0 PROTO=6 
> 10.64.64.64:3817 128.110.42.7:22 L=60 S=0x00 I=50601 F=0x T=64 SYN 
> (#5)
> 
> 
> I also have ipmasq installed on this machine.  I only use the 
> firewalling rules that come as default.  In the above snippet, I tried 
> to access a machine at 128.110.42.7, but am denied.   Or I should say 
> that my modem is not dialing out and setting up "legitimate" local and 
> remote IP that I would normally see with pppd running via manual 
> pon/poff sequences.  A couple of questions:
> 
> 1.  Should the local and remote IPs be set as they are when pppd is 
> started with demand dialing in effect?
> 
> 2.  Is ipmasq somehow messing things up with demand dialing such that 
> some configureation needs to be adjusted for the two to play along 
> together?
> 
> 3.  Should I also set: /proc/sys/net/ipv4/ip_forward and 
> /proc/sys/net/ipv4/ip_dynaddr to 1?
> 
> Another thing I observed when I was playing around with pppconfig, that 
> when I went to change a setting back (turn off demand dialing), the 
> file in /etc/ppp/peers/provider was not edited correctly, in that the 
> changes were at the bottom of the file.  A quick edit of the file got 
> things working with the manual pon/poff sequence.
> 
> Thanks,
> 
> John Schmidt
> 
> 
> 
> 
> 

I have done this in the past, and it worked well.  I now run a Cable 
Modem Internet connection, but maybe I can recall all the steps.

1.  In setting up demand dialing with pppconfig, you have to go into the 
"advanced" section at the end and select "demand".  It looks like you 
found this one.  I used the "provider" profile in pppconfig, and I think 
some of the other scripts involved depend upon using this name.

2.  If you look at /etc/init.d/ppp you will see some instructions at the 
top of the file for other changes you have to make.  Mainly you have to 
rename the "/etc/ppp/no_ppp_on_boot" file to "/etc/ppp/ppp_on_boot". 
There are some other instructions contained in this re-named file.  You 
should open it up with an editor and read it.  You may or may not have 
to make some further changes depending upon your setup.

3.  I didn't have to mess with the local and remote IPs with the above. 
  These were taken care-of automatically.  About the only other setting 
to worry about is the "use peerdns" setting, which you probably already 
have set correctly with your current setup.

4.  If you are running ipmasq and/or a firewall, you will probably have 
an additional problem.  Most programs I have seen depend upon having an 
external interface and an external IP defined (existing) before you 
start the ipmasq/firwall.  In demand-dialing with DHCP IP assignment, 
neither of these exist until you make the connection.  This is the 
classic "chicken and egg" problem!  The way around this is to start up 
your ipmasq/firewall program every time AFTER you establish a connection 
with pppd.  This is easily done by adding a small executable "start" 
script pointing towards your ipmasq/firewall program in 
/etc/ppp/ip-up.d/ directory.  Be careful what you name this script.  You 
want it to fire up fairly quickly, and before any of the other scripts 
in this directory that depend upon an internet connection are run. 
Those are mainly for your MTA (posfix, exim, sendmail).  The scripts in 
this directory are run in "cannonical order" (whatever that means), so 
the name you give it is important.

Those were the major "gotchas" that I can remember.  If things are 
working OK, 

Re: OT: M$ Proxy Server

2002-09-23 Thread Anto

You can use NTLMAPS (link below) for that, it acts as a proxy server that 
sends out your ISA compatible authentication...
Just be aware of its (in)securities and take the necessary precautions as 
needed.

http://www.geocities.com/rozmanov/ntlm/

-Anto

At 04:11 AM 9/23/2002, martin f krafft wrote:
>So my brother, a just-convert from XP to Debian, is attending
>a boarding school here in Germany which is apparently a so-called
>Micro$oft Project School, meaning that it's all Micro$oft (it even
>smells there). Now Micro$oft apparently found out that my brother has
>installed Linux and that many of his friends are getting interested,
>so they ordered the system administrators to install Proxy Server 2.0,
>a discontinued product! Proxy Server 2.0 requires a client program
>that is only available on Windoze, naturally. Apparently they couldn't
>use ISA because despite sporting more colours and a fancier name, it
>also allows heterogeneous clients (what's an "acceleration server"
>anyway but a big cheat with words? (yes, i know it's a cache)).
>
>Great, isn't it?
>
>My question for you: is there a client for M$ Proxy Server for *NIX,
>and is it true that *NIX will be usable behing an ISA Server, provided
>that Samba actually attaches to the domain?
>
>--
>martin;  (greetings from the heart of the sun.)
>   \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
>
>"it is the mark of an educated mind
>  to be able to entertain a thought
>  without accepting it."
> -- aristoteles




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread Herbert Xu

David De Graff <[EMAIL PROTECTED]> wrote:
 
> On each attempt to execute make menuconfig, I get the error:
> 
> gcc -o lxdialog checklist.o menubox.o textbox.o yesno.o inputbox.o util.o
> lxdialog.o msgbox.o -lncurses
> make[1]: Leaving directory `/usr/src/kernel-source-2.4.19/scripts/lxdialog'
> /bin/sh scripts/Menuconfig arch/i386/config.in
> Using defaults found in .config
> Preparing scripts: functions, parsingscripts/Menuconfig: line 1:   663
> Segmentation fault  awk "$1"
> Awk died with error code 139. Giving up.
> make: *** [menuconfig] Error 1

See http://bugs.debian.org/81487/

The quick solution is to use gawk instead of mawk.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Rene Engelhard

Hi,

the next one...
(why can't people answer to the mailing list, espacially because I've
not asked the question...)

Amir Tal wrote:
> On Monday 23 September 2002 12:08, Rene Engelhard wrote:
> 
> here's mine :
> 
> # cdrecord -scanbus
> Cdrecord 1.11a31 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
> Linux sg driver version: 3.1.24
> Using libscg version 'schily-0.6'
> scsibus0:
> 0,0,0 0) 'RICOH   ' 'CD-RW MP7320A   ' 'BP07' Removable CD-ROM
> 0,1,0 1) *
> 0,2,0 2) *
> 0,3,0 3) *
> 0,4,0 4) *
> 0,5,0 5) *
> 0,6,0 6) *
> 0,7,0 7) *

Rene
-- 
Rene Engelhard | eMail: [EMAIL PROTECTED] | ICQ: #98293398
GPG-Key-ID: 248AEB73
Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



msg03162/pgp0.pgp
Description: PGP signature


Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Rene Engelhard

Hi Amir,

sorry for my comment. I haven't seen the Cc: of you and I got some
mails only me in To:

Sorry...

Regards,

Rene
-- 
  .''`. Rene Engelhard -- Debian GNU/Linux Developer 
 : :' : http://www.debian.org | http://people.debian.org/~rene/ 
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



msg03163/pgp0.pgp
Description: PGP signature


Re: samba-tng and openldap

2002-09-23 Thread Quenten Griffith

Well it ended up being I was missing libpam0-dev once that package was 
installed it went fine.

nate wrote:

>Quenten Griffith said:
>  
>
>>I installed that package from the source I made of openldap per your
>>instructions.  I wish to thank you for your great how to on this and all
>>the work you put in to it.  Some reason I still get that error though.
>>This box had been upgraded to testing so I may wipe it and start it all
>>over again with Woody (the source where pulled from the Woody branch
>>though).
>>
>>
>
>what does config.log say after configure fails for samba-tng? it's
>possible that theres a bug in the more recent cvs, if you haven't already
>try this verison:
>http://howto.linuxpowered.net/ldap/sambatng-cvs.tar.bz2
>
>which is the one I used to build the document, if it works then the
>version you have has a bug most likely, if it doesn't then the problem
>is elsewhere. I used the above sources to build on at least 3 different
>debian 3.0 systems so I'm sure it works :)
>
>also joining the samba-tng mailing list may help too(i'm also on that
>list)
>
>good luck!
>
>nate
>
>
>
>
>  
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Bogus spaces inserted when pasting to VIM

2002-09-23 Thread Kevin Coyner



On Sun, Sep 22, 2002 at 01:44:22PM -0400, Matthew Daubenspeck wrote..
> 
> :set paste
> 
> Then paste.
> 
>

This works great.  Taking it one step further, do the following in your
.vimrc .

:set pastetoggle=

This makes F12 (or your favorite key) a toggle between being in paste
mode and normal mode.  When you :set paste, you're essentially setting
all of the following options:

textwidth=0
wrapmargin=0
noautoindent
nosmartindent
nocindent
softtabstop=0
nolisp
norevins
noruler
noshowmatch
formatoptions=""

HTH.  Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: IMAP is a memory hog

2002-09-23 Thread Henrique de Moraes Holschuh

On Mon, 23 Sep 2002, Brendan J Simon wrote:
> >>I've noticed that the IMAP daemon is very memory hungry.  I've noticed 
> >>our server slowing down and swapping and top reports that imap is taking 
> >>50-70MB of memory.  Why so high ???
> >
> >Do you have some annoyingly huge emails, per chance?
> >
> I'm on lots of mailing lists and get lots of spam with lots of GIFS 
> (humans with animals and other crap that I just ignore) :(

Are these messages 40MB or so in size?  The IMAP daemon might be mmap()ing
them...  If so, trash them before they end in your mail spool.

> >Have you tried cyrus21-imapd yet?
> >
> I don't think so.  How does it compare to the other IMAP daemons for 
> features, speed and size ?

IMHO there are only two IMAP servers worth the bother: Cyrus and Courrier.
You should try both, and use whichever works best for you.  For Cyrus, it is
very, very, very important to read the docs, otherwise you probably won't
get past the SASL setup :-)

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Alternatives To NFS?

2002-09-23 Thread David Roundy

On Sun, Sep 22, 2002 at 03:06:21PM +0200, Burkhard Ritter wrote:
> On Sat, 21 Sep 2002, Corrin Lakeland wrote:
> 
> just another question. what about sfs? is it a nfs-alternative and what
> is the difference to afs?

sfs indeed can be used as an alternative to nfs.  It is (in my experimence)
rather easier to set up that coda (which I think may be comparable to
afs).  It is also much more closely related to nfs, in that it doesn't try
to do any offline availability or caching.
-- 
David Roundy
http://civet.berkeley.edu/droundy/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: IMAP is a memory hog

2002-09-23 Thread Matthew Weier O'Phinney

-- Brendan J Simon <[EMAIL PROTECTED]> wrote
(on Monday, 23 September 2002, 01:13 PM +1000):
> I've noticed that the IMAP daemon is very memory hungry.  I've noticed 
> our server slowing down and swapping and top reports that imap is taking 
> 50-70MB of memory.  Why so high ???
> 
> Is there a bug or is it just the way the IMAP protocol works (can't see 
> how).  I've tried 2 IMAP servers with similar results.
> 
> Is there a light weight IMAP server that anyone recommends ???
> I'm using Debian 3.0 on PowerPC and Intel architectures.

What IMAP daemon are you using? which have you tried? There's a number
of them out there -- the UW imapd, Courier, and Cyrus are the most
typical, but I know there are others out there, and variants on each of
these.

I've been using Courier for about a year now, and it's incredibly
lightweight. In reading other messages on this thread, I also would
recommend that you use some sort of spam filter -- spamassassin, etc. --
to filter mails BEFORE they are moved from the spoolfile to the IMAP
directories. This will save disk space, IMAP processes, and your time.

--Matthew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Mark L. Kahnt

On Mon, 2002-09-23 at 04:55, Colin Watson wrote:
> On Mon, Sep 23, 2002 at 01:05:56PM +1000, Adam Bogacki wrote:
> > I still don't understand why Gnome terminal and 'man' pages
> > are not working. Trying "man procmail" as root gives me
> > 
> > -
> > sh: line 1: /usr/bin/pager: No such file or directory
> > sh: line 1: exec: /usr/bin/pager: cannot execute: : No such file or
> > directory
> > man: command exited with status 32256: /bin/gzip -dc
> > /var/cache/man/procmail.1.gz | exec /usr/bin/pager -s
> 
> Something's deleted your /usr/bin/pager. Normally it's a symlink to
> /etc/alternatives/pager, which is a symlink to whatever the preferred
> pager on your machine is. Run 'update-alternatives --config pager' to
> restore it.
> 
> > What is "status 32256" ?
> 
> It happens to indicate that the program 'man' was trying to run exited
> with return code 126 and didn't receive any fatal signal, but the exact
> number is not important here.
> 
> -- 
> Colin Watson  [[EMAIL PROTECTED]]
> 
> 

It's been missing on my system, too, since about when man-db last moved
into testing (not saying it was man-db that did this, just that the time
was the same.) That said, I just went with the older solution of
defining the PAGER environment variable and exporting it in my shell
.rc, which was the way I'd been raised to do this. I've declined to file
a bug report on this because I want to be sure it goes to the right
package (Maintainers are busy enough - if I can essentially track the
problem down to a specific patch, hopefully that will save headaches all
around.)

This solution above may leave a tad of confusion - the symlink needs to
be restored to /etc/alternatives/pager for /usr/bin/pager, or you can
update-alternatives till the cows come home and still get no pager.
-- 
Mark L. Kahnt, FLMI/M, ALHC, HIA, AIAA, ACS, MHP
ML Kahnt New Markets Consulting
Tel: (613) 531-8684 / (613) 539-0935
Email: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Colin Watson

On Mon, Sep 23, 2002 at 08:52:45AM -0400, Mark L. Kahnt wrote:
> It's been missing on my system, too, since about when man-db last moved
> into testing (not saying it was man-db that did this, just that the time
> was the same.) That said, I just went with the older solution of
> defining the PAGER environment variable and exporting it in my shell
> .rc, which was the way I'd been raised to do this. I've declined to file
> a bug report on this because I want to be sure it goes to the right
> package (Maintainers are busy enough - if I can essentially track the
> problem down to a specific patch, hopefully that will save headaches all
> around.)

Can I guess that you have sawfish-pager installed? It used to clobber
/usr/bin/pager, although it's been fixed now.

> This solution above may leave a tad of confusion - the symlink needs to
> be restored to /etc/alternatives/pager for /usr/bin/pager, or you can
> update-alternatives till the cows come home and still get no pager.

Mea culpa. My tests weren't complete enough: update-alternatives seems
to restore the symlink if only one possible alternative is present, but
not otherwise.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Coda - was Re: Alternatives To NFS?

2002-09-23 Thread Johann Spies

On Sat, Sep 21, 2002 at 09:34:50AM +1200, Corrin Lakeland wrote:
> 
> > Is there any alternative to NFS that I can use to mount my home
> > directory on my server?
> 
> coda is pretty good, though setting it up makes NFS look trivial I'm afraid.

How stable is coda? Is it ready for a production environment?

Johann
-- 
Johann Spies  Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

 "Though he slay me, yet will I trust in him..."
  Job 13:15 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




jpilot / m100 sync problem

2002-09-23 Thread Nicos Gollan

Hi all,

I recently installed jpilot/testing, only to discover that the sync 
process hangs on MemoDB. It just stops and after some time, the PDA 
tells me that the connection was lost. Replacing pilot-link/testing 
with pilot-link/unstable didn't change anything.

I'm running Debian/testing BTW.

-- 
Embedded Linux -- True multitasking!
TWO TOASTS AT THE SAME TIME!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




lost Xwindows after upgrade to testing

2002-09-23 Thread Kevin Coyner


After running nicely in stable,I put an entry for testing into my
apt-get sources file, and did the update and upgrade, which then DL'd
quite a few (100+) files to be updated.

After a reboot to the console, I typed startx and got an error message
as follows:

(EE) No devices detected
Fatal Server Error: no screens found

My XF86Config-4 file looks exactly the same as prior to the upgrade to
testing.

Two questions:  

1. Any tips as to why my XF86Config-4 file isn't seeing my screens?

2. Is it possible to downgrade back to stable?

Sometimes I wish I didn't tinker with things as much as I do!

Thanks
Kevin

-- 

Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Simple network problem

2002-09-23 Thread Robert Epprecht

"Donald R. Spoon" <[EMAIL PROTECTED]> writes:

> Robert Epprecht wrote:

>> [ netenv  asking annoing questions at boot time ]

> This is just a guess since I don't have a laptop here, but maybe this
> is a "feature" to allow you to set up a different network connection?

Yes, this seems to be the case.  Could be handy for some people, but I
don't need it.  So I followed the advice of Kent West and reconfigured.
Now everything is working fine :-)

Thanks to everybody,
Robert.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: jpilot / m100 sync problem

2002-09-23 Thread Matthew Weier O'Phinney

-- Nicos Gollan <[EMAIL PROTECTED]> wrote
(on Monday, 23 September 2002, 04:09 PM +0200):
> I recently installed jpilot/testing, only to discover that the sync 
> process hangs on MemoDB. It just stops and after some time, the PDA 
> tells me that the connection was lost. Replacing pilot-link/testing 
> with pilot-link/unstable didn't change anything.

I've got it working on my machine, currently. I've got pilot-link
0.11.3 and jpilot 0.99.2. In addition, I've set the following in my
.bash_profile:

PILOTRATE=115200
PALM_ADDRESS_DATABASE=$HOME/.jpilot/AddressDB.pdb
export PILOTRATE PALM_ADDRESS_DATABASE

PILOTRATE sets the rate at which the palm syncs with the system. The
jpilot FAQ suggests that if you have problems you set it to a lower rate
(such as 9600 or 14400). (PALM_ADDRESS_DATABASE, along with lbdb, 
allows me to use my Palm database as an address book for Mutt). 

If you continue to have problems, you might try removing the pilot-link
and jpilot packages and installing from source to see if the problems
continue. You might also try joining the jpilot mailing list (see
jpilot.org for more info on that).

--Matthew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Unrecognized RAM

2002-09-23 Thread Berthold Cogel

David De Graff wrote:
> - Original Message -
> From: "nate" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 20, 2002 7:07 PM
> Subject: Re: Kernel upgrade on remote server -- DONE
> 
> 
> 
>>>Now I just need to figure out why the OS still doesn't recognize the
>>
> full
> 
>>>1GB of RAM in the machine - I wonder if this kernel was compiled without
>>>himem support.
>>
>>what does 'free' say? from one of my boxes with 1GB ram(2.2.19):
>>total   used   free sharedbuffers cached
>>Mem:970932 935060  35872 261600 504092 146920
>>-/+ buffers/cache: 284048 686884
>>Swap:  252  0252
>>
>>from dmesg:
>>Memory: 970868k/983040k available (1544k kernel code, 428k reserved,
> 
> 10136k
> 
>>data, 64k init)
> 
> 
> Nate,
> 
> Thanks for the help.
> 
>  total   used   free sharedbuffers cached
> Mem:905748 460160 445588  0  78244 317964
> -/+ buffers/cache:  63952 841796
> Swap:  2048248  02048248
> 
> Here's the key info from dmsg:
> 
> Warning only 896MB will be used.
> Use a HIGHMEM enabled kernel.
> 896MB LOWMEM available.
> 
> Do I need to compile a custom kernel to use more RAM?
> 
> I also see this:
> 
> Advanced speculative caching feature not present
> 
> Is that feature worthwhile and stable? If so, how do I activate it?
> 
> Best,
> 
> Dave
> 
> 
> 

With kernel 2.4. you have to activate the high memory support. It's in 
the kernel configuration in 'Processor type and features'. With more 
than 896MB you have to set it to 4GB if you want to use all the 
available memory.

Berthold


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Richard Kimber

On Mon, 23 Sep 2002 13:28:44 +0200
Rene Engelhard <[EMAIL PROTECTED]> wrote:

> (why can't people answer to the mailing list, espacially because I've
> not asked the question...)

Because the mailing list is set up to operate in a counter-intuitive way.

- Richard.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus examples, please.

2002-09-23 Thread Jesus Climent

On Mon, Sep 23, 2002 at 03:47:57PM +0100, Richard Kimber wrote:
> On Mon, 23 Sep 2002 13:28:44 +0200
> Rene Engelhard <[EMAIL PROTECTED]> wrote:
> 
> > (why can't people answer to the mailing list, espacially because I've
> > not asked the question...)
> 
> Because the mailing list is set up to operate in a counter-intuitive way.

Another possible answer is: because people use broken MUAs.

mutt has an option to define mailing lists you are subscribed and answer
directly to the list by pressing "L".

HTH.

BTW, thanks to all of you who have sent scanbus entries.

J

-- 
Jesus Climent | Unix System Admin | Helsinki, Finland.
web: www.hispalinux.es/~data/  |  pumuki.hispalinux.es
--
Please, encrypt mail sent to me:   GnuPG ID:  86946D69
FP: BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69
--
Registered Linux user #66350 Debian 3.0 & Linux 2.4.20

It's called a change-over. The movie goes on and nobody knows the 
difference.
--Narrator (Fight club)



msg03178/pgp0.pgp
Description: PGP signature


Mozilla dead keys

2002-09-23 Thread Leandro Guimaraens Faria Corsetti Dutra

I am using Mozilla & Galeon at Debian GNU/Linux 3.0 PowerPC testing.  I
have an iBook with US keyboard, and use the US-intl keyboard which gives
me Western European diacritical accented characters using the tilde,
quote, apostrophe, circumflex and grave dead keys.  The original
characters are given by typing the key twice or followed by a space.

I can use dead keys both in console and in X, using Gnome mostly.  But I
can't use them properly in neither Mozilla nor Gnome.  The URL boxes are
OK, but neither HTML forms nor email bodies or headers.  I do not get
neither accented character nor the simple quote, apostrophe, tilde, grave
or circumflex.

I already revised all my locale and keyboard configurations with help
from the user-portuguese list, and no one could help me there.  I am
about to file a bug, but thought it might be expedient to raise the issue
here.

Thanks in advance.


-- 
  _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 35
 / \  http://homepage.mac.com/leandrod/ +41 (21) 216 15 93
 \ /  Lausanne, Vaud, Suisse fx +41 (21) 216 19 04
 / \  Fita ASCII contra correio eletrônico HTML BRASIL



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: DPKG: status file broken

2002-09-23 Thread Karsten M. Self

on Mon, Sep 23, 2002, BeerBong ([EMAIL PROTECTED]) wrote:
> Hello!
> 
> I use Debian Woody.
> I updated packages list today via 'Upade' dselect and select to
> install 'perlmagick'.
> When I tried to Install selected packages I got
> 
> Reading Package Lists... Error!
> E: Unable to parse package file /var/lib/dpkg/status (1)
> E: The package lists or status file could not be parsed or opened.
> 
> 
> How to solve the problem ?

Archive the broken file elsewhere.

First try copying over /var/lib/dpkg/status-old in its place. 

You should have up to six backup copies in /var/backups as
'dpkg.status.[0-6]', higher numbers gzipped.

Peace.

-- 
Karsten M. Self <[EMAIL PROTECTED]>http://kmself.home.netcom.com/
 What Part of "Gestalt" don't you understand?
   How to unwedge / disable your X display manager login:
 http://kmself.home.netcom.com/Linux/FAQs/xdm-disable.html



msg03180/pgp0.pgp
Description: PGP signature


Re: lost Xwindows after upgrade to testing

2002-09-23 Thread Kevin Coyner


More info is appended below.  Thanks in advance, Kevin


On Mon, Sep 23, 2002 at 10:11:42AM -0400, Kevin Coyner wrote..
> 
> After running nicely in stable,I put an entry for testing into my
> apt-get sources file, and did the update and upgrade, which then DL'd
> quite a few (100+) files to be updated.
> 
> After a reboot to the console, I typed startx and got an error message
> as follows:
> 
> (EE) No devices detected
> Fatal Server Error: no screens found
> 
> My XF86Config-4 file looks exactly the same as prior to the upgrade to
> testing.
> 
> Two questions:  
> 
> 1. Any tips as to why my XF86Config-4 file isn't seeing my screens?
> 
> 2. Is it possible to downgrade back to stable?
>

Using Debian 2.4.18

dpkg -l | grep xserver yields:

xserver-common 4.1.0-17
xserver-xfree8 4.1.0-17

** Output of startx log: ***
[kosuke@sumida temp]$ more stderror.txt


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.18 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Sep 23 11:25:20 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Dual_Head"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "us"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:uns
b/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib
0dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Xinerama: enabled
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox unknown chipset (0x2527) rev 1, Mem @ 0xf200/25, 0xfe9fc00
000/23, BIOS @ 0xfe9c/17
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.1.9
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vend

List replies (was Re: cdrecord -scanbus examples, please.)

2002-09-23 Thread Jamin W . Collins

On Mon, 23 Sep 2002 15:47:57 +0100 Richard Kimber <[EMAIL PROTECTED]>
wrote:

> Because the mailing list is set up to operate in a counter-intuitive
> way.

I find it really amazing how often I see statements like this.  

This mailing list is _not_ set up in a counter-intuitive way.  The headers
of every message sent contain everything necessary for an MUA to know
where to sent list responses.  

There are at least two major factions of thought on how a mailing list
should be set up.  One suggests that lists should munge their headers so
responses are forced to the list and the other suggests that MUAs should
be updated.  Personally I prefer the later and have previously notified
the Sylpheed author of it's deficiency in this regard.  I even provided a
patch to provide list reply functionality.  Unfortunately, based on the
configuration of the Sylpheed list, the author appears to favor list
munging and has not included the patch.

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




PHP Command line interface

2002-09-23 Thread bob parker

Using woody, new installation.
I have installed PHP4 from my sources-list. I think it was downloaded from
the security site.  I also wish to use php from the command line. I have the
latest source, tar.gz not .deb.
I tried ./configure --help but must have missed something about the cli.
Any suggestions please.
Thanks
Bob Parker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




another openoffice program

2002-09-23 Thread Richard Weil

I'm running sarge with a couple of unstable programs.
I upgraded OO last week remotely; an upgrade appeared
when I ran dselect, so I upgraded. Now, when I run OO,
the rulers are _extremely_ narrow, as are the tollbars
at the top. The buttons are still in the toolbars, but
no text. All menus are tiny and without text. I
apologize if this is a repeat of another question on
the list - I did a quick skim and didn't see something
similar. Any ideas?

Richard

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




aewm segmentation fault

2002-09-23 Thread Richard Weil

I just posted a question re: openoffice, and I suspect
this one might be related, just because the timing is
suspicious ...

I can't logout of aewm anymore. It used just be that
"skill aesession" would stop the WM and X. Now I get a
segmentation fault. Is there anyway that an openoffice
upgrade, such as one of the libstlport packages, could
cause this problem?

I'm running sarge with a couple of unstable packages.

Richard

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




high load average

2002-09-23 Thread Jason Pepas

the other day I was moving several gigs of files from one ide drive to 
another on the same ide chain (the secondary channel is broken) and my load 
average went up to around 7 (no, not 0.07).  The machine would become 
unresponsive for several seconds at a time.  This is a uniprocessor machine, 
both drives are ext2 filesystems.  

Is this normal?  I don't seem to remember having ide performance issues like 
this before (this is a new install).

-jason


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: lost Xwindows after upgrade to testing

2002-09-23 Thread Kevin Coyner



On Mon, Sep 23, 2002 at 11:37:58AM -0400, Kevin Coyner wrote..


> 
> On Mon, Sep 23, 2002 at 10:11:42AM -0400, Kevin Coyner wrote..
> > 
> > After running nicely in stable,I put an entry for testing into my
> > apt-get sources file, and did the update and upgrade, which then DL'd
> > quite a few (100+) files to be updated.
> > 
> > After a reboot to the console, I typed startx and got an error message
> > as follows:
> > 
> > (EE) No devices detected
> > Fatal Server Error: no screens found
> > 
> > My XF86Config-4 file looks exactly the same as prior to the upgrade to
> > testing.
> 
> Using Debian 2.4.18
> 
> dpkg -l | grep xserver yields:
> 
> xserver-common 4.1.0-17
> xserver-xfree8 4.1.0-17
>

Looking at the packages at Debian.org, I see that xserver-common and
xserver-xfree8 for stable are 4.1.0-16 and for testing are 4.1.0.-17.

Before I mess up things further, I'd like to ask:  Can I simply apt-get
remove xserver-common and xserver-xfree8, change my sources list back to
stable, and then apt-get install the xservers's?  Will this work?  And
what will it mean for all of the other packages on my system that are
now 'testing' yet my sources list will say 'stable'?

Thanks, Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: List replies (was Re: cdrecord -scanbus examples, please.)

2002-09-23 Thread Sean 'Shaleh' Perry

On Monday 23 September 2002 08:37, Jamin W.Collins wrote:
>
> There are at least two major factions of thought on how a mailing list
> should be set up.  One suggests that lists should munge their headers so
> responses are forced to the list and the other suggests that MUAs should
> be updated.  Personally I prefer the later and have previously notified
> the Sylpheed author of it's deficiency in this regard.  I even provided a
> patch to provide list reply functionality.  Unfortunately, based on the
> configuration of the Sylpheed list, the author appears to favor list
> munging and has not included the patch.

Or you go the kmail route.  Each of my mailing lists go to a folder.  The 
folder has an option 'this folder contains a mailing list' and I set the 
mailing lists address.  Then i hit list-reply and it uses that address and 
only that address when it sends the mail.  Simple, elegant and 100% avoids 
the wars over headers.

If the sylpheed author won't accept that option either then people should stop 
supporting a project which does not support them.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: high load average

2002-09-23 Thread Ramon Kagan

Have you checked your dma settings?  hdparm/hwtools?

Ramon Kagan
York University, Computing and Network Services
Unix Team -  Intermediate System Administrator
(416)736-2100 #20263
[EMAIL PROTECTED]

-
I have not failed.  I have just
found 10,000 ways that don't work.
- Thomas Edison
-

On Mon, 23 Sep 2002, Jason Pepas wrote:

> the other day I was moving several gigs of files from one ide drive to
> another on the same ide chain (the secondary channel is broken) and my load
> average went up to around 7 (no, not 0.07).  The machine would become
> unresponsive for several seconds at a time.  This is a uniprocessor machine,
> both drives are ext2 filesystems.
>
> Is this normal?  I don't seem to remember having ide performance issues like
> this before (this is a new install).
>
> -jason
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: apt-get upgrade from testing broke aptitude, kpackage

2002-09-23 Thread Bob Nielsen

On Mon, Sep 23, 2002 at 09:13:06AM +0100, David Goodenough wrote:
> On Sunday 22 September 2002 21:28, Bob Nielsen wrote:
> > On Sun, Sep 22, 2002 at 11:37:50AM -0700, Leo Spalteholz wrote:
> > > I did a routine apt-get upgrade today from testing.  There were a
> > > ton of updated packages including libc, rpm etc.  However now
> > > when I try to run aptitude it says loading cache and locks up.
> > > For kpackage it says
> > > kpackage: error while loading shared libraries:
> > > librpmdb-4.0.3.so: cannot open shared object file: No such file
> > > or directory
> > > So I'm guessing its the rpm upgrade that broke all that stuff..
> > > Should I revert to an older version of rpm?  How do I do this
> > > outside of aptitude?
> >
> > I'm not seeing that error here.
> >
> > I suspect that something didn't get updated properly.  'apt-cache show
> > kpackage' indicates a depends on librpm >= 4.0.3, while the new
> > librpm is version 4.0.4 which satisfies this.
> >
> > Try 'apt-get check', which may indicate where the problem lies.
> 
> I have notices this as well.  While the kpackage deb may say that it
> requires >= 4.0.3, is seems to be calling for 4.0.3 explicitly and
> failing with the latest librpm4_4.0.4 which only contains -4.0.4.so's.
> 
> I emailed the maintainer of kpackage about this some weeks ago, but
> have had no reply.
> 
> David

I misunderstood the original problem as related to upgrading.  A bad
depends wouldn't show up there, but would affect actually running the
program. I tried running kpackage and got the message that it couldn't
find 4.0.3, which confirms that there is a problem.  

The best way to report it is to file a bug report.  Indeed, bug #157280
has already been filed regarding this problem.

Bob

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: another openoffice program

2002-09-23 Thread Zdzislaw A. Kaleta

Dnia(at) poniedziałek 23 wrzesień 2002 06:02 pm, Richard Weil napisał(said):
| I'm running sarge with a couple of unstable programs.
| I upgraded OO last week remotely; an upgrade appeared
| when I ran dselect, so I upgraded. Now, when I run OO,
| the rulers are _extremely_ narrow, as are the tollbars
| at the top. The buttons are still in the toolbars, but
| no text. All menus are tiny and without text. I
| apologize if this is a repeat of another question on
| the list - I did a quick skim and didn't see something
| similar. Any ideas?
|
| Richard
It look like probem with fonts after ttf microsoft fonts package upgrade. 
There was a thread about it on the list.
z.a.kaleta


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Mark L. Kahnt

On Mon, 2002-09-23 at 08:59, Colin Watson wrote:
> On Mon, Sep 23, 2002 at 08:52:45AM -0400, Mark L. Kahnt wrote:
> > It's been missing on my system, too, since about when man-db last moved
> > into testing (not saying it was man-db that did this, just that the time
> > was the same.) That said, I just went with the older solution of
> > defining the PAGER environment variable and exporting it in my shell
> > .rc, which was the way I'd been raised to do this. I've declined to file
> > a bug report on this because I want to be sure it goes to the right
> > package (Maintainers are busy enough - if I can essentially track the
> > problem down to a specific patch, hopefully that will save headaches all
> > around.)
> 
> Can I guess that you have sawfish-pager installed? It used to clobber
> /usr/bin/pager, although it's been fixed now.
> 
Good call - I did that the same day, probably within ten minutes, and
ran it for 24 hours at most, before removing it as redundant (a
multi-desktop pager that isn't automatically sticky?)

Is there a central repository of what files have been created by
packages on the Debian managed part of the filesystem? I just ran into
the same problem a couple weeks ago over /usr/bin/blackhole, used by the
blackhole- packages, but also still around in the old xjokes
package (now moved to /usr/games after a bug report I filed.)

Which also surprises me - I thought I should have had an "attempt to
overwrite file belonging to another package" with sawfish-pager - I
didn't see anything. Does dpkg wave off that message when it is looking
at symlinks?

> > This solution above may leave a tad of confusion - the symlink needs to
> > be restored to /etc/alternatives/pager for /usr/bin/pager, or you can
> > update-alternatives till the cows come home and still get no pager.
> 
> Mea culpa. My tests weren't complete enough: update-alternatives seems
> to restore the symlink if only one possible alternative is present, but
> not otherwise.
> 
> -- 
> Colin Watson  [[EMAIL PROTECTED]]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
-- 
Mark L. Kahnt, FLMI/M, ALHC, HIA, AIAA, ACS, MHP
ML Kahnt New Markets Consulting
Tel: (613) 531-8684 / (613) 539-0935
Email: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Colin Watson

On Mon, Sep 23, 2002 at 12:31:42PM -0400, Mark L. Kahnt wrote:
> Is there a central repository of what files have been created by
> packages on the Debian managed part of the filesystem? I just ran into
> the same problem a couple weeks ago over /usr/bin/blackhole, used by the
> blackhole- packages, but also still around in the old xjokes
> package (now moved to /usr/games after a bug report I filed.)

Everything actually included in the filesystem archive of a .deb is in
/var/lib/dpkg/info/*.list. Files created by packages' maintainer scripts
aren't registered (although support for that is apparently planned for a
future version of dpkg).

> Which also surprises me - I thought I should have had an "attempt to
> overwrite file belonging to another package" with sawfish-pager - I
> didn't see anything. Does dpkg wave off that message when it is looking
> at symlinks?

No, but it only generates the message if the file it's attempting to
overwrite was actually part of another package (so in
/var/lib/dpkg/info/*.list). /usr/bin/pager is just created by
update-alternatives, so isn't recorded.

Cheers,

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: List replies (was Re: cdrecord -scanbus examples, please.)

2002-09-23 Thread DvB

Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes:

> On Monday 23 September 2002 08:37, Jamin W.Collins wrote:
> >
> > There are at least two major factions of thought on how a mailing list
> > should be set up.  One suggests that lists should munge their headers so
> > responses are forced to the list and the other suggests that MUAs should
> > be updated.  Personally I prefer the later and have previously notified
> > the Sylpheed author of it's deficiency in this regard.  I even provided a
> > patch to provide list reply functionality.  Unfortunately, based on the
> > configuration of the Sylpheed list, the author appears to favor list
> > munging and has not included the patch.
> 
> Or you go the kmail route.  Each of my mailing lists go to a folder.  The 
> folder has an option 'this folder contains a mailing list' and I set the 
> mailing lists address.  Then i hit list-reply and it uses that address and 
> only that address when it sends the mail.  Simple, elegant and 100% avoids 
> the wars over headers.


I've done something similar with gnus/emacs, which lets you set custom
headers on a per-folder basis. I have set things up so that messages
sent from the debian-user folder always have a to: field of
[EMAIL PROTECTED] and a Mail-Followup-To: field with the
same.

The only drawback I've found is that hittint 'R' to reply to the sender
instead of the mailing list no longer works and I have to manually
modify the headers... if anyone knows how to fix this, I would
appreciate that they share the information :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Mark L. Kahnt

On Mon, 2002-09-23 at 12:36, Colin Watson wrote:
> On Mon, Sep 23, 2002 at 12:31:42PM -0400, Mark L. Kahnt wrote:
> > Is there a central repository of what files have been created by
> > packages on the Debian managed part of the filesystem? I just ran into
> > the same problem a couple weeks ago over /usr/bin/blackhole, used by the
> > blackhole- packages, but also still around in the old xjokes
> > package (now moved to /usr/games after a bug report I filed.)
> 
> Everything actually included in the filesystem archive of a .deb is in
> /var/lib/dpkg/info/*.list. Files created by packages' maintainer scripts
> aren't registered (although support for that is apparently planned for a
> future version of dpkg).
> 
> > Which also surprises me - I thought I should have had an "attempt to
> > overwrite file belonging to another package" with sawfish-pager - I
> > didn't see anything. Does dpkg wave off that message when it is looking
> > at symlinks?
> 
> No, but it only generates the message if the file it's attempting to
> overwrite was actually part of another package (so in
> /var/lib/dpkg/info/*.list). /usr/bin/pager is just created by
> update-alternatives, so isn't recorded.
> 
> Cheers,
> 
> -- 
> Colin Watson  [[EMAIL PROTECTED]]
> 
> 

Pity - with the number of packages on the go now and an all volunteer
team dealing with applications usually generated *elsewhere*, it is
almost certain to have collisions in some filenames, particularly
non-core names (people tend to remember names like "gcc", "vi" or
"emacs".) 
-- 
Mark L. Kahnt, FLMI/M, ALHC, HIA, AIAA, ACS, MHP
ML Kahnt New Markets Consulting
Tel: (613) 531-8684 / (613) 539-0935
Email: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: high load average

2002-09-23 Thread nate

Jason Pepas said:
> the other day I was moving several gigs of files from one ide drive to
> another on the same ide chain (the secondary channel is broken) and my
> load  average went up to around 7 (no, not 0.07).  The machine would
> become  unresponsive for several seconds at a time.  This is a
> uniprocessor machine,  both drives are ext2 filesystems.
>
> Is this normal?  I don't seem to remember having ide performance issues
> like  this before (this is a new install).


this is normal(in my experience) if DMA is not enabled on one or
more of the IDE drives in use.

some broken IDE chipsets(e.g. VIA) don't work well in DMA mode and
the driver may automatically revert to PIO mode(even if you told it to
use DMA) if it encounters problems in DMA mode(which prompted me to
start using promise IDE controllers on VIA boards a couple years ago)

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Pre-release Woody 3.0: 'Man' & Gnome Terminal not working.

2002-09-23 Thread Colin Watson

On Mon, Sep 23, 2002 at 12:45:51PM -0400, Mark L. Kahnt wrote:
> Pity - with the number of packages on the go now and an all volunteer
> team dealing with applications usually generated *elsewhere*, it is
> almost certain to have collisions in some filenames, particularly
> non-core names (people tend to remember names like "gcc", "vi" or
> "emacs".) 

Well, that's why most files go in the .debs themselves rather than being
generated by maintainer scripts ... most of the latter at least tend to
have the package name in their file names, so the problem isn't too
severe.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Postfix: install multi instance for run Anomy Satinazer and Spamassassin

2002-09-23 Thread Eric Lannaud

Hi,

My plateform is Debian/Woody, and i'm trying to run "Filtering malware and
spam with Postfix" (http://advosys.ca/papers/postfix-filtering.html)

No problem for running "Anomy Satinazer" and SpamAssassin in command line
(*)...

For create a multinstance (**):
-I created a IP virtual (eth0:0).
-I copied /etc/postfix (eth0) to /etc/postfix-in (eth0:0).
- mkdir /var/spool/postfix-in
- add in /etc/postfix/main.cf "alternate_config_directories =
/etc/postfix-in"
- run under /etc/postfix:
./post-install config_directory=/etc/postfix-in \
queue_directory=/var/spool/postfix-in create-missing

I fixed the problem ( fatal: unknown service: smtp/tcp) to add:
ln -s /var/spool/postfix/etc /var/spool/postfix-in/etc
(idea from http://mail-index.netbsd.org/netbsd-users/2001/09/09/0009.html)

Now i run both, but the problem is the mails stay in queue of
/etc/postfix-in
i run postqueue -c /etc/postfix-in -f  without success
(how to delete mails in the /var/spool/postfix-in , the command postsuper -c
/etc/postfix-in -d IdMail is not supported)

Help is welcome
Eric


(*) Excepte a litle problem in the script filter.sh
(**)I looked at Victor Duchovni's patches for Postfix
(http://www.stahl.bau.tu-bs.de/~hildeb/postfix/duchovni/) but my Debian
woody version can not be patch.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "andrej hocevar" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 29, 2002 3:53 PM
Subject: Re: how to manage multiple queues?


> On Sat, 29 Jun 2002, andrej hocevar wrote:
>
> > If I understood it correctly, I need a separate queue for a second
> > configuration-file, right? I want to be able to send mail from two
> > computers (when I take my disk out and take it to my brother's with
cable)
> > so I've edited another main.cf in another directory with the required
IP,
> > since it's a static one.
> >
>
> You do not need two Postfix instances for this. You just need to tweak
> main.cf between Postfix starts. Just keep two copies of main.cf around and
> copy or link the appropriate one into place.
>
>
> > Now if I only mkdir a new queue-directory, I get complaints about
> > ownerships -- first it's not owned by root, then, after that's changed,
> > it's not owned by postfix anymore. What should I do? Is there a command
to
> > create those directories?
> >
>
> If you need two instances of Postfix for some other reason look at the
> multi-instance post-install patch at:
>
> http://www.stahl.bau.tu-bs.de/~hildeb/postfix/duchovni/install.gz
>
> This allows you to add and upgrade additional Postfix instances more
> easily. "post-install ... create-new" creates a second instance (you still
> need to edit main.cf and master.cf to configure the instance).
> "post-install upgrade-package" upgrades all the instances, "post-install
> ... upgrade-instance" upgrades a single non-default Postfix instance.
>
> --
> Viktor.
>
> -
> To unsubscribe, send mail to [EMAIL PROTECTED] with content
> (not subject): unsubscribe postfix-users



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: List replies (was Re: cdrecord -scanbus examples, please.)

2002-09-23 Thread Alan Shutko

DvB <[EMAIL PROTECTED]> writes:

> The only drawback I've found is that hittint 'R' to reply to the sender
> instead of the mailing list no longer works and I have to manually
> modify the headers... 

Instead of setting a hard "To:" header in those groups, set the To
Address group parameter.

-- 
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
To gain a good reputation, endeavor to be what you desire to appear.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: OT: M$ Proxy Server

2002-09-23 Thread martin f krafft

also sprach Teun Vink <[EMAIL PROTECTED]> [2002.09.23.0953 +0200]:
> You could try the tsocks package, I know of one setup in which we use
> that package to make a connection through a M$ proxy server. I have
> absolutely no clue as to how that proxy was configured, so I don't know
> if this applies for your situation as well, but it might be worth a try.

They disabled SOCKS support on the Proxy Server. Obviously.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
it may look like i'm just sitting here doing nothing.
but i'm really actively waiting
for all my problems to go away.



msg03200/pgp0.pgp
Description: PGP signature


Re: high load average

2002-09-23 Thread Bijan Soleymani

> Is this normal?  I don't seem to remember having ide performance issues like 
> this before (this is a new install).
> 
This is normal if dma is not enabled.
It isn't enabled by default in Debian.
To enable it install hdparm and then
run hdparm -d1 /dev/hdx as root
where x is either a,b,c,d depending on the
ide device.

Hopefully that will work and your problem
will be solved. If you're really lucky
like me you can do something like
hdparm -c3d1m16X66 /dev/hda to enable
other options such as ATA-66. Just
do man hdparm and check out the options.

You might want to make a script to run
hdparm on boot. You can put such
a script in /etc/rc.boot
it would look something like
#!/bin/sh
hdparm -options /dev/1stdevice
hdparm -options /dev/2nddevice
...

Hope that helps,
Bijan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: high load average

2002-09-23 Thread Quenten Griffith

Or just get hwtools it creates a basic init.d script where you put your 
hdparm flags

Bijan Soleymani wrote:

>>Is this normal?  I don't seem to remember having ide performance issues like 
>>this before (this is a new install).
>>
>>
>>
>This is normal if dma is not enabled.
>It isn't enabled by default in Debian.
>To enable it install hdparm and then
>run hdparm -d1 /dev/hdx as root
>where x is either a,b,c,d depending on the
>ide device.
>
>Hopefully that will work and your problem
>will be solved. If you're really lucky
>like me you can do something like
>hdparm -c3d1m16X66 /dev/hda to enable
>other options such as ATA-66. Just
>do man hdparm and check out the options.
>
>You might want to make a script to run
>hdparm on boot. You can put such
>a script in /etc/rc.boot
>it would look something like
>#!/bin/sh
>hdparm -options /dev/1stdevice
>hdparm -options /dev/2nddevice
>...
>
>Hope that helps,
>Bijan
>
>
>  
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Exim - DNS problem

2002-09-23 Thread Frans Pop

I'm having an annoying problem with exim every time "exim -q" is run by cron. 
Exim then causes two DNS query's to my local nameserver, namely for:
- galadriel.fjphome.nl (the correct fully quallified name)
- galadriel (unqualified!)

The first query gets solved by my DNS, but the second does not and so 
sometimes this query gets forwarded to the internet which causes a dial-out 
(which I don't want as my phone bill is high enough as it is;-).

The box causing the problem is Woody with IPv6 enabled and a default exim 
setup for "Local delivery only" (option 4 in eximconfig).
My nameserver is bind on a Potato box (not yet upgraded).

Questions
- Why does Exim request the unqualified name after the fully qualified name 
has been resolved?
- Can I stop Exim from making the unqualified request?
- Can I make my nameserver resolve the unqualified request?

TIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




LaTeX cents sign

2002-09-23 Thread Nori Heikkinen

i've spent far too long already looking for this ... does anyone know
off the top of their head what the command for the cents symbol is in
LaTeX?

thanks!



-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/daily.html
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^



msg03204/pgp0.pgp
Description: PGP signature


Re: zsh completion

2002-09-23 Thread Jason Lunz

[EMAIL PROTECTED] said:
> fishbowl:~> compinstall
> zsh: command not found: compinstall

hmm. I seem to have it, and I don't remember doing anything special to
get it:

[stoli](0) % dlocate compinstall
zsh: /usr/share/zsh/4.0.4/functions/Completion/compinstall
[stoli](0) % dpkg -s zsh | grep Version
Version: 4.0.4-33

once you get it going, it'll install "new-style" zsh support into your
.zshrc (after asking some questions).

The info manual for zsh is very good, try spending some time in
"pinfo zsh".

Jason



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Filesystem error

2002-09-23 Thread Stefan Sten

Hi,

I just got myself in trouble. In some strange way, when I fired up the machine I got:

"/dev/hda1 contains a file system with errors, check forced. Entry 
'20020^@19190017.ksyms in var/log/ksymoops (159509) has illegal characters in its 
name. fsck failed"

I followed the instructions at the promt tried with 'mount -n -o  remount,rw /'
and then 'e2fsck dev/hda1'.

That gave me: "FILE SYSTEM MODIFIED", I rebooted and the system keeps complaning as 
before. Does somebody recognise this?

Would appreciate any help,

Edward
-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: LaTeX cents sign

2002-09-23 Thread Jason Healy

At 1032807937s since epoch (09/23/02 14:05:37 -0400 UTC), Nori Heikkinen wrote:
> i've spent far too long already looking for this ... does anyone know
> off the top of their head what the command for the cents symbol is in
> LaTeX?

I don't know off the top of my head, but you can try:

\usepackage{textcomp}

\textcent

The textcomp package provides many of the funky symbols, and
additionally defines friendly names for them.  That ought to do it

Jason

-- 
Jason Healy
http://www.logn.net/



msg03207/pgp0.pgp
Description: PGP signature


Re: LaTeX cents sign

2002-09-23 Thread Nori Heikkinen

on Mon, 23 Sep 2002 02:19:37PM -0400, Jason Healy insinuated:
> At 1032807937s since epoch (09/23/02 14:05:37 -0400 UTC), Nori Heikkinen wrote:
> > i've spent far too long already looking for this ... does anyone
> > know off the top of their head what the command for the cents
> > symbol is in LaTeX?
> 
> I don't know off the top of my head, but you can try:
> 
> \usepackage{textcomp}
> 
> \textcent
> 
> The textcomp package provides many of the funky symbols, and
> additionally defines friendly names for them.  That ought to do
> it

wheee!  thanks, perfect!



-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/daily.html
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^



msg03208/pgp0.pgp
Description: PGP signature


Re: high load average

2002-09-23 Thread Jack O'Quin

Bijan Soleymani <[EMAIL PROTECTED]> writes:

> > Is this normal?  I don't seem to remember having ide performance issues like 
> > this before (this is a new install).
> > 
> This is normal if dma is not enabled.
> It isn't enabled by default in Debian.
> To enable it install hdparm and then
> run hdparm -d1 /dev/hdx as root
> where x is either a,b,c,d depending on the
> ide device.
> 
> Hopefully that will work and your problem
> will be solved. If you're really lucky
> like me you can do something like
> hdparm -c3d1m16X66 /dev/hda to enable
> other options such as ATA-66. Just
> do man hdparm and check out the options.


This sounds like a problem I'm having.  I tried everything I could
figure out to enable DMA on my IDE drive, but it still won't take the
enable command...

[joq@sulphur] ~/ $ sudo hdparm -d 1 /dev/hda

/dev/hda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma=  0 (off)



[joq@sulphur] ~/ $ grep IDEDMA /usr/src/kernel-source-2.4.18/.config
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set



[joq@sulphur] ~/ $ sudo hdparm -i /dev/hda

/dev/hda:

 Model=IC35L040AVVA07-0, FwRev=VA2OA52A, SerialNo=VNC202A2L1SU7A
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=52
 BuffType=DualPortCache, BuffSize=1863kB, MaxMultSect=16, MultSect=16
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=80418240
 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes: pio0 pio1 pio2 pio3 pio4 
 DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 
 AdvancedPM=yes: disabled (255) WriteCache=enabled
 Drive Supports : ATA/ATAPI-5 T13 1321D revision 1 : ATA-2 ATA-3 ATA-4 ATA-5 

[joq@sulphur] ~/ $ sudo hdparm /dev/hda

/dev/hda:
 multcount= 16 (on)
 I/O support  =  1 (32-bit)
 unmaskirq=  1 (on)
 using_dma=  0 (off)
 keepsettings =  0 (off)
 nowerr   =  0 (off)
 readonly =  0 (off)
 readahead=  8 (on)
 geometry = 5005/255/63, sectors = 80418240, start = 0
 busstate =  1 (on)



[joq@sulphur] ~/ $ sudo lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. VT8367 [KT266]
Subsystem: Asustek Computer, Inc.: Unknown device 807f
Flags: bus master, 66Mhz, medium devsel, latency 0
Memory at e000 (32-bit, prefetchable) [size=64M]
Capabilities: [a0] AGP version 2.0
Capabilities: [c0] Power Management version 2

00:01.0 PCI bridge: VIA Technologies, Inc. VT8367 [KT266 AGP] (prog-if 00 [Normal 
decode])
Flags: bus master, 66Mhz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: dc80-dddf
Prefetchable memory behind bridge: ddf0-dfff
Capabilities: [80] Power Management version 2



00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06) (prog-if 8a 
[Master SecP PriP])
Subsystem: Asustek Computer, Inc.: Unknown device 808c
Flags: bus master, medium devsel, latency 32
I/O ports at b400 [size=16]
Capabilities: [c0] Power Management version 2



[joq@sulphur] ~/ $ cat /proc/ide/hda/driver 
ide-disk version 1.10
[joq@sulphur] ~/ $ cat /proc/ide/hda/model
IC35L040AVVA07-0
[joq@sulphur] ~/ $ sudo cat /proc/ide/hda/cache
1863
[joq@sulphur] ~/ $ sudo cat /proc/ide/hda/settings
namevalue   min max mode
-   --- --- 
bios_cyl50050   65535   rw
bios_head   255 0   255 rw
bios_sect   63  0   63  rw
breada_readahead4   0   127 rw
bswap   0   0   1   r
current_speed   0   0   69  rw
failures0   0   65535   rw
file_readahead  124 0   16384   rw
ide_scsi0   0   1   rw
init_speed  0   0   69  rw
io_32bit1   0   3   rw
keepsettings0   0   1   rw
lun 0   0   7   rw
max_failures1   0   65535   rw
max_kb_per_request  127 1   127 rw
multcount   8   0   8   rw
nice1   1   0   1   rw
nowerr  0  

Re: How to request specific IPaddress with DHCP?

2002-09-23 Thread Doug MacFarlane

On 21 Sep 2002, 23:40:00, Tom Massey wrote:
> 
> 
> * mdevin  [2002-09-21 22:42]:
> > Hmmm, that is interesting.  But how do I change my mac address?  My
> > ethernet card has this hard coded in its chip by the manufacturer.  I
> > can't see how you can override that.  If you did, then the ARP system
> > would break, right?
> 
> You can use ifconfig to change the MAC address quite easily on a
> number of cards. You need to bring the interface down first, and
> then the command is something like:
> 
> ifconfig eth0 hw ether 00:00:AA:AA:AA:AA
> 
> Where eth0 is the interface you want to change and 00:00:AA:AA:AA:AA
> is the MAC address you want to give it. I'm not entirely sure what
> this does to ARP requests, but I think the system is robust enough
> that this doesn't break anything. This doesn't work on all cards,
> and usually the changed address only lasts until the next boot.

Since you brought the interface down, and back up with a different MAC address,
there won't be any problem, AS LONG AS YOU PICK A MAC ADDRESS UNIQUE  to
your IP Subnet.

The MAC address goes in the layer 2 header, both source and destination.
 With IP, if you are sending a packet to another host that is on the same
IP sub-net as you (as determined you your IP address, their IP address, and
your subnet mask) you ARP for that hosts MAC address, and put it in the destitnation
MAC address field in the layer 2 header.

If you are sending a packet to another host that is NOT on the same IP sub-net
as you, you ARP for the MAC address of your default gateway, and put your
default-gateway's MAC address in the destination MAC address field in the
layer 2 header.

This way, the proper device picks up the packet based  upon the layer 2 data.
 Otherwise, every node on a sub-net would have to look at every packet to see if the 
layer
3 addressing meant it was for them . . . . 

If DNS is the issue here, can I suggest that you use DynDNS.org, and use
ddclient to update your name there?  And then use a cname in the real dns
name you want to use?

For example, register myhostname.homeip.net at DynDNS.org, and use ddclient
to update dyndns.org with myhostname.homeip.net (your machine)'s new, changed,
dhcp-served IP address everytime  you get a new one (it runs as a daemon
and monitors ppp0 (a pppoe link) on my machines.

So, myhostname.homeip.net will always resolve to your host's IP address,
eventhough that address may change several times a day.

Then, in your "permanent", real DNS, make

myhostname.mydomain.com.CNAME   myhostname.homeip.net.

This way, all lookups for myhostname.mydomain.com, generate a second lookup
to resove the CNAME, myhostname.homeip.net, and will return the proper IP
address.

The only catch to this is MX records.  If your dynamicly-assigned IP address
is a mail-exchanger, the MX records will have to use the dynamic DNS name,
since you can't use CNAME's in MX records.

so, in the mydomain.com zone file:

mydomain.com.   MX  100 myhostname.homeip.net.

will make your host the mail-exchanger for your domain, eventhough it's in
the homeip.net domain . . . 

hope this helps . . . 

madmac


> 
> 


-- 
Doug MacFarlane
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




error compiling kernel: undefined reference to `local symbols

2002-09-23 Thread Marcio Roberto Teixeira



Hi.

I was compiling the kernel (Debian way) and:

(root)$ make-kpkg kernel_image



make[3]: Leaving directory `/usr/src/kernel-source-2.4.16/arch/i386/lib'
make[2]: Leaving directory `/usr/src/kernel-source-2.4.16/arch/i386/lib'
ld -m elf_i386 -T
/usr/src/kernel-source-2.4.16/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
 drivers/char/char.o drivers/block/block.o
 drivers/misc/misc.o drivers/net/net.o
 drivers/media/media.o drivers/ide/idedriver.o
 drivers/cdrom/driver.o drivers/pci/driver.o
 drivers/pnp/pnp.o drivers/video/video.o \
 net/network.o \
 /usr/src/kernel-source-2.4.16/arch/i386/lib/lib.a
 /usr/src/kernel-source-2.4.16/lib/lib.a
 /usr/src/kernel-source-2.4.16/arch/i386/lib/lib.a
 \
 --end-group \
 -o vmlinux

drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols in discarded 
section .text.exit'
make[1]: ** [vmlinux] Erro 1
make[1]: Leaving directory `/usr/src/kernel-source-2.4.16'
make: ** [stamp-build] Erro 2
funes:/usr/src/kernel-source-2.4.16#

What's happening? What means "undefined reference to `local symbols in discarded 
section .text.exit' "? How can I workaround it?

My setup: unstable, i386.

Regards,
-- 
Marcio Roberto Teixeira

endereço eletrônico: [EMAIL PROTECTED]
página pessoal: http://www.marciotex.hpg.ig.com.br
chave pública: http://www.marciotex.hpg.ig.com.br/marciotex.gpg

Usuário "tchê" Debian/GNULinux

Porto Alegre - RS - Brasil

"A vida é como uma boa prova escolar: é curta, com múltiplas escolhas."

O "world" não é o Word. Uso LaTeX: viva o código aberto!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Exim & Cyrus

2002-09-23 Thread sdownes



 Original Message 

On Sun, Sep 22, 2002 at 06:02:00PM +0100, sdownes wrote:
> I've had exim working well for some time & am now trying to add cyrus 
> imap. I'm getting the following error having modified exim.conf in line 
> with the exim book as follows:-
> 
> 
> local_delivery_cyrus:
> driver  = pipe
> command = /usr/cyrus/bin/deliver \  
> -m ${substr_1:${local_part_suffix}}\
>   --${local_part}
> user= cyrus
> group   = mail
> return_output
> 
> log_output
> 
> prefix  =
> suffix  =
> 

Try 

$ which cyrdeliver

-Andy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


Well that file exists but so far I don't seem any nearer yet.

Thanks

Steve


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: sony vaio, model PCG-R505EL, can't recognize cdrom during install

2002-09-23 Thread Jamin W . Collins

On Mon, 23 Sep 2002 15:36:53 -0400 (EDT) Walter Tautz
<[EMAIL PROTECTED]> wrote:

> any one have some recommendations on how detect the 
> the cd drive? I can boot the cdrom but the debian install
> does not see it  offers install media
> 
> I have tried booting various different kernels...

This works for external PCMCIA based CD drives, try passing "ide2=0x180"
as a boot parameter like so:

  linux ide1=0x180

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




2.4.19 + aic7xxx won't boot. No problem with 2.4.18.

2002-09-23 Thread shaulka

I can't boot with a self made kernel image compiled from 
kernel-source-2.4.19:
  1. when the probe option is turned on in the kernel configuration
 I am getting a kernel debugging information.
  2. without the probe option it halts after announcing it can not
 device 8 or something that looks to me similar.
In any case the boot process is halted in the SCSI recognition phase.
I had no problems with 2.4.18.

Any comments?
-- 

Shaul Karl, [EMAIL PROTECTED] e t


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




How do I get my USB mouse working?

2002-09-23 Thread Richard Spillane

I JUST installed Debian, but can't start X until I have a pointer device.
In slackware it was easy, the install did it for me auto-"magically".  Now
for some reason, Debian didn't, so I need to know how to get my USB mouse
working!  Help!

Rick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: mouse hotspot drifts by 1/2 an inch

2002-09-23 Thread Sukanta Kumar Hazra

Hi!

I had a similar problem. I enabled software cursor in XFree86
configuration file and it worked well. 

--
Sukanta

- Original Message -
From: "thomas kral <[EMAIL PROTECTED]>"
Date: Thu, 19 Sep, 2002 22:46 SGT
Subject: mouse hotspot drifts by 1/2 an inch

> Dear list,
> 
> I have been using woody and I am quite happy with this Debian release.
> 
> Recently I have noticed a strange behaviour of the mouse pointer. Its 
> hotspot sometimes
> drifts away by roughly half an inch to the left, and reboot is the only 
> remedy.
> 
> I cannot reach the left edge of the monitor screen then,
> and I have to litteraly aim by 1/2" to the right of anything I wish
> to click on.
> 
> Has anyone been through this as well?
> Your help is appreciated.
> 
> I am set as follows..
> * kernel 2.2.20 (vanilla)
> * gnome 1.4.x.x
> * xfree 4.2.x.x configured with /dev/mouse -> /dev/gpmdata
> * gdm 2.2.5.5-2 * gpm 1.19.6-12 configured with repeat_type=raw, 
> device=/dev/psaux and type=imps2
> 
> 
> Thanks,
> Thomas
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]

-- 

Sukanta Kumar Hazra <[EMAIL PROTECTED]>  
Institute for Communications Research
PGP-KEY: http://www.icr.a-star.edu.sg/~sukanta/skhkey.asc
PGP-ID: 0x8E084AD5 
Key-Fingerprint: 9C0D B00C C62A 7059 5314  99FC CE90 478A 8E08 4AD5



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Filesystem error

2002-09-23 Thread Michael Heironimus

On Mon, Sep 23, 2002 at 01:16:20PM -0500, Stefan Sten wrote:
> I followed the instructions at the promt tried with 'mount -n -o
> remount,rw /' and then 'e2fsck dev/hda1'.

If at all possible you should boot from an emergency disk/CD. In any
case, it is dangerous to run fsck on a filesystem that is mounted
read-write. If you can boot from floppy/CD don't mount the filesystem at
all, and if you have to boot from HD don't remount it rw.

> That gave me: "FILE SYSTEM MODIFIED", I rebooted and the system keeps
> complaning as before. Does somebody recognise this?

Don't stop after you run fsck once. Keep running it until it doesn't
tell you about any more errors. If you have too many errors you may want
to just save what data you can to another partition, wipe that one, and
restore from a backup. You should also make yourself a note about this,
filesystem corruption can sometimes be caused by a hardware problem.

-- 
Michael Heironimus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How do I get my USB mouse working?

2002-09-23 Thread David Roundy

On Mon, Sep 23, 2002 at 04:15:09PM -0400, Richard Spillane wrote:
> I JUST installed Debian, but can't start X until I have a pointer device.
> In slackware it was easy, the install did it for me auto-"magically".  Now
> for some reason, Debian didn't, so I need to know how to get my USB mouse
> working!  Help!

I would try running dpkg-reconfigure xserver-xfree86 and when it asks about
your mouse, tell it /dev/input/mice for the device (rather than the
default, which is /dev/psaux).  This will also prompt you for a bunch more
info on your X configuration, and will overwrite any existing config (after
asking, of course), so use it with caution.
-- 
David Roundy
http://civet.berkeley.edu/droundy/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: awk segfault on make menuconfig to build kernel

2002-09-23 Thread David De Graff

Herbert,

Thanks for the tip. I had actually tried that as one of my first solutions,
and I just tried it again. No improvement - the same error persists.

Any ideas for another approach?

Best,

Dave

- Original Message -
From: "Herbert Xu" <[EMAIL PROTECTED]>
To: "David De Graff" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 4:08 AM
Subject: Re: awk segfault on make menuconfig to build kernel


> David De Graff <[EMAIL PROTECTED]> wrote:
>
> > On each attempt to execute make menuconfig, I get the error:
> >
> > gcc -o lxdialog checklist.o menubox.o textbox.o yesno.o inputbox.o
util.o
> > lxdialog.o msgbox.o -lncurses
> > make[1]: Leaving directory
`/usr/src/kernel-source-2.4.19/scripts/lxdialog'
> > /bin/sh scripts/Menuconfig arch/i386/config.in
> > Using defaults found in .config
> > Preparing scripts: functions, parsingscripts/Menuconfig: line 1:   663
> > Segmentation fault  awk "$1"
> > Awk died with error code 139. Giving up.
> > make: *** [menuconfig] Error 1
>
> See http://bugs.debian.org/81487/
>
> The quick solution is to use gawk instead of mawk.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How do I get my USB mouse working?

2002-09-23 Thread Jamin W . Collins

On Mon, 23 Sep 2002 16:15:09 -0400 "Richard Spillane"
<[EMAIL PROTECTED]> wrote:

> I JUST installed Debian, but can't start X until I have a pointer
> device. In slackware it was easy, the install did it for me
> auto-"magically".  Now for some reason, Debian didn't, so I need to know
> how to get my USB mouse working!  Help!

You might try installing the hotplug package.  It will attempt to load the
correct drivers for devices it recognizes, USB mice being among the known
devices.

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How to request specific IPaddress with DHCP?

2002-09-23 Thread martin f krafft

also sprach Doug MacFarlane <[EMAIL PROTECTED]> [2002.09.23.2129 +0200]:
> Since you brought the interface down, and back up with a different
> MAC address, there won't be any problem, AS LONG AS YOU PICK A MAC
> ADDRESS UNIQUE  to your IP Subnet.

Good point ;^>
Then again, you probably have something short along the lines of
a 2^-40 chance of messing up...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
i need not suffer in silence
while i can still moan, whimper and complain.



msg03221/pgp0.pgp
Description: PGP signature


Re: How do I get my USB mouse working?

2002-09-23 Thread Jamin W . Collins

On Mon, 23 Sep 2002 16:30:00 -0400 David Roundy <[EMAIL PROTECTED]>
wrote:

> I would try running dpkg-reconfigure xserver-xfree86 and when it asks
> about your mouse, tell it /dev/input/mice for the device (rather than
> the default, which is /dev/psaux).  

Default woody configuration for XFree86 includes configuration for both a
PS2 and USB mouse.  Chances are that the OP doesn't have the USB drivers
loaded.

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: zsh completion

2002-09-23 Thread martin f krafft

also sprach Jason Lunz <[EMAIL PROTECTED]> [2002.09.23.2016 +0200]:
> [stoli](0) % dlocate compinstall
> zsh: /usr/share/zsh/4.0.4/functions/Completion/compinstall

okay, found that. thanks.

> once you get it going, it'll install "new-style" zsh support into your
> .zshrc (after asking some questions).

some questions? a million! my problem is that i'd really like to have
my old settings migrated for i have little clue what these completers
and all the other stuff do.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
i assume full responsibility for my actions,
except the ones that are someone else's fault.



msg03223/pgp0.pgp
Description: PGP signature


Re: import Maildir mails to mailman archive?

2002-09-23 Thread martin f krafft

also sprach Patrick Hsieh <[EMAIL PROTECTED]> [2002.09.23.0411 +0200]:
> I installed mailman can created a brand-new mailing list.
> Now I'd like to import some mails in my Maiildir folder to mailman
> archive. Is there any import tool or utility to achive this?

cd Maildir
for i in */*; do formail < $i >> mbox; done
cat mbox >> /var/lib/mailman/archives/private/.mbox/.mbox
/usr/lib/mailman/bin/arch 
rm mbox

> BTW, If I want to backup mailmain archive as well as all configuration,
> what directories should I backup?

/var/lib/mailman

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
out of my mind. back in five minutes.



msg03224/pgp0.pgp
Description: PGP signature


Auto-Repair shop software on linux?

2002-09-23 Thread tripolar

Hello All
Can anyone help me out in finding software for a small auto repair shop that runs on 
Linux?
Thanks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: zsh completion

2002-09-23 Thread Stephen Rueger

On Mon, Sep 23, 2002 at 10:38:59PM +0200, martin f krafft wrote:
> also sprach Jason Lunz <[EMAIL PROTECTED]> [2002.09.23.2016 +0200]:
> > once you get it going, it'll install "new-style" zsh support into your
> > .zshrc (after asking some questions).
> 
> some questions? a million! my problem is that i'd really like to have
> my old settings migrated for i have little clue what these completers
> and all the other stuff do.

Go to zsh.org and grab the user's guide, it's a splendid piece of
documentation and covers nearly everything, including the new completion
system.

mfg,

Stephen Rüger

-- 
All unser Übel kommt daher, daß wir nicht allein sein können.
-- Schopenhauer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Auto-Repair shop software on linux?

2002-09-23 Thread R. Bradley Tilley

What kind of software? 

On Monday 23 September 2002 04:43 pm, tripolar wrote:
> Hello All
> Can anyone help me out in finding software for a small auto repair shop
> that runs on Linux? Thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




auto repair shop software on linux

2002-09-23 Thread tripolar

Sorry about the lack of info in the last post.
I dont have all the info yet- only that he runs windows in his autorepair shop and is 
getting tired of crashed and dataloss.
so at this point any software that he can use on linux-
accounting
customer database
repair records
etc.
Thanks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: zsh completion

2002-09-23 Thread martin f krafft

also sprach Stephen Rueger <[EMAIL PROTECTED]> [2002.09.23.2244 +0200]:
> Go to zsh.org and grab the user's guide, it's a splendid piece of
> documentation and covers nearly everything, including the new completion
> system.

260 pages??? when should i read all that?

thanks for the reference though!

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
echo '[dO%O+38%O+PO/d0<0]Fi22os0CC4BA64E418CE7l0xAP'|dc



msg03229/pgp0.pgp
Description: PGP signature


Re: 2.4.19 + aic7xxx won't boot. No problem with 2.4.18.

2002-09-23 Thread shaulka

On Mon, Sep 23, 2002 at 04:11:33PM -0500, John Manko wrote:
> [EMAIL PROTECTED] wrote:
> 
> >I can't boot with a self made kernel image compiled from 
> >kernel-source-2.4.19:
> > 1. when the probe option is turned on in the kernel configuration
> >I am getting a kernel debugging information.
> > 2. without the probe option it halts after announcing it can not
> >device 8 or something that looks to me similar.
> >In any case the boot process is halted in the SCSI recognition phase.
> >I had no problems with 2.4.18.
> >
> >Any comments?
> > 
> >
> Is scsi support built into the kernel?  If you created scsi support as a 
> module, you need to create a inital ram disk, or intrd.  man mkinitrd 
> for more information.
> 
> 


It is built into the kernel:

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W__RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
CONFIG_SCSI_AHA1542=y
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
CONFIG_AIC7XXX_PROBE_EISA_VL=y

-- 

Shaul Karl, [EMAIL PROTECTED] e t


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: lost Xwindows after upgrade to testing [SOLVED]

2002-09-23 Thread Kevin Coyner



On Mon, Sep 23, 2002 at 12:10:37PM -0400, Kevin Coyner wrote..


> > On Mon, Sep 23, 2002 at 10:11:42AM -0400, Kevin Coyner wrote..
> > > 
> > > After running nicely in stable,I put an entry for testing into my
> > > apt-get sources file, and did the update and upgrade, which then DL'd
> > > quite a few (100+) files to be updated.
> > > 
> > > After a reboot to the console, I typed startx and got an error message
> > > as follows:
> > > 
> > > (EE) No devices detected
> > > Fatal Server Error: no screens found
> > > 
> > > My XF86Config-4 file looks exactly the same as prior to the upgrade to
> > > testing.
> > 

Solved:  My case is probably a bit special.  When I built up this box
with Debian, I installed a video driver from Matrox for my G550 dual
monitor card.  The Matrox install script apparently installed some
additional code that made my stock XFree v4.1 look more like v4.2, the
latter of which supports the Matrox G550 card. 

Earlier today, when I did the upgrade to testing, my XFree was
apparently overwrote and returned to a more standard 4.1 version.  My
loss of X was restored by simply rerunning the Matrox install script.

Thanks, especially to Tom, for the help.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




  1   2   >