Anyone played with Festival?

2001-09-15 Thread Andrew Pollock
Hi,

I had a bit of a play with Festival on my laptop today. I've got it
working (or talking as the case may be) but I wanted to try and get the
client/server mode part of it working, as the delay in initializing was
annoying me.

The server starts fine, but whenever I try to connect to port 1314, it
closes the connection immediately. I did an strace on the server process,
and the two lines that looked interesting where:

shmat(8, 0x1, 0x1ptrace: umoven: Input/output error )  = ?  
shmat(8, 0x1, 0x2ptrace: umoven: Input/output error )  = ?

Does this imply a shared memory problem? I scoured the documentation for
any reference of shared memory and couldn't find anything.

I also can't figure out how to turn on any logging, which is making
troubleshooting difficult. I'm suffering from Scheme/LISP culture shock
:-)

Andrew



Re: Debian 2.2r3 potato - linux core release?

2001-09-15 Thread Vineet Kumar
* Roger Broadbent ([EMAIL PROTECTED]) [010915 16:59]:
> It appears that the potato release (2.2r3) uses the Linux kernel version
> 2.2.19pre17. However, I can only seem to find kernel headers for 2.2.18 or
> 2.2.19 on the release CD. This appears to mean that to install any modules
> without error messages (I need them for my video chipset & my [lin]modem) I
> have had to recompile the kernel. I have these questions:
> 
> 1. Have I done the right thing here, or is there a way I missed to add
> modules without having to recompile the kernel?
> 
> 2. Recompiling the kernel with different headers concerns me. I chose potato
> as the 'stable' release. But now I wonder if that stability is being
> retained? It seems to me that the 'best stable' kernel ought to have been
> supplied, so moving to 2.2.18 or 2.2.19 should theoretically expose me
> either to unfixed bugs or to a less stable kernel respectively. Where is the
> flaw in this logic?

This is a common misconception. 'stable' refers to the stability of the
package list, not the systems running on those packages. No matter which
of potato(stable), woody(testing), or sid(unstable) you run, your system
will be VERY STABLE compared to other (non-Debian) systems.

As to your direct fears: fear not. Moving to kernel 2.2.19 (or in
general the latest kernel in your chosen kernel "series" -- i.e. 2.2.x
or 2.4.x) will give you the benefit of more *fixed* bugs. The reason
that potato is distributed with kernel 2.2.19pre17 is because that's the
version that was the latest at the time potato was made "stable". You
can upgrade to 2.2.19 with no problems.

Also, do you have an Internet connection (at a decent speed)? If you do,
you should be able to simply say "apt-get install kernel-image-2.2.19
kernel-headers-2.2.19", provided only you have valid source lines in
your /etc/apt/sources.list

Here's an example of a sources.list you might use:

deb http://ftp.us.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.debian.org/debian/ stable main contrib non-free
deb http://mirror.direct.ca/linux/debian-non-US/ stable/non-US main contrib 
non-free
deb-src http://mirror.direct.ca/linux/debian-non-US/ stable/non-US main contrib 
non-free
deb http://security.debian.org potato/updates main contrib non-free


> 
> 3. Assuming I do need to recompile the kernel, and 2.2.19pre17 headers are
> not on the CD, should I be using 2.2.19 or 2.2.18 headers?

If you're recompiling the kernel, you don't need a headers package.
Install kernel-package and a kernel-source package (i.e.
kernel-source-2.2.19) and follow the instructions in
/usr/share/doc/kernel-package/README.gz

Good luck, and feel free to post any more questions you have on your
way.

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpr6UTz6XdFN.pgp
Description: PGP signature


Re: quick perl check

2001-09-15 Thread Adam McDaniel
Thanks for all your help.. I found out what my problem was.

In the testing version of perl, it doesn't include that file ioctl.ph. I was
trying to get the package libdevice-serial-perl installed and when setting
the handshaking to cts/rts only, it was complaining becuase it didn't know
'how' to do that...hence ioctl.ph

Apparently, if you're running testing or later, you have to build those
files yourself. Simply done by

# cd /usr/include; h2ph -r -l .

that converts all the c header files into perl header files. Effectivly
it fixes (overkills) the problem, but it works now :)

which ofcourse, leads me to my original problem, im having one fsck of a time
trying to decode my belkin UPS's serial protocol. I hope to create a custom
perl module for it. I'm almost there, i have the base commands, i just cant
make the serial port talk properly to the UPS... but i'll start a new
thread on that tomorrow :) ..

any good perl serial-port hackers around? :)

-adam

-- 
Adam McDaniel
Infrastructure Technology Consultant
M-Tech Mercury Information Technology, Inc.



Re: pine for Debian

2001-09-15 Thread Vineet Kumar
* Faheem Mitha ([EMAIL PROTECTED]) [010915 19:03]:
> 
> 
> On Sun, 16 Sep 2001, Joe Koenig wrote:
> 
> > Trying to install pine on Potato.
> > Downloaded the official sources. cd pine-3.96M. dpkg-buildpackage.
> > dpkg --install pine-tech-notes_3.96M-5.0_all.deb
> > 
> > -- snip --
> > Preparing to replace pine-tech-notes 3.96M-5.0 (using 
> > pine-tech-notes_3.96M-5.0_all.deb) ...
> > Unpacking replacement pine-tech-notes ...
> > dpkg: dependency problems prevent configuration of pine-tech-notes:
> > pine-tech-notes depends on pine; however:
> > Package pine is not installed.
> > dpkg: error processing pine-tech-notes (--install):
> > dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> > pine-tech-notes
> > -- snap --
> > 
> > I've seen some other posting referring to the same probs. But no solution.
> > I've found deb's on http://www.braincells.com/debian/pine/
> > Are they approved, legal, offical or whatever?
> > 
> > TIA
> > 
> > Joe 
> 
> This is a simple matter which everyone tries to make difficult. Make sure
> the source deb lines for stable are in your sources.list. These are
> 
> deb-src http://http.us.debian.org/debian stable main contrib non-free
> deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib
> non-free
> 
> though I think the first one is enough in this case.
> 
> Then refresh and do (as root!)
> 
> apt-get source -b pine

By the way, this needn't (and therefore shouldn't) be done as root. Any
user can use apt-get to fetch the source of a package. the way I usually
do it is this:

[EMAIL PROTECTED] ~/projects/dev/debian/pine % apt-get source pine

and then:
% cd pine
% fakeroot dpkg-buildpackage -us -uc
% sudo dpkg -i ../pine*.deb

This can all be done under /usr/local/src/ as well, provided only your
user account is a member of group staff.

I say this in the general case of building a deb from source; there may
be other quirks in the pine build of which I'm unaware.

In any case, something that may well work much much better for you is
the following command (yes, as root):

# apt-get install mutt

but maybe I'm just a little biased =)

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpIJM4Ctsex3.pgp
Description: PGP signature


Re: Speeding up GPG

2001-09-15 Thread Vineet Kumar
* Casper Gielen ([EMAIL PROTECTED]) [010915 14:04]:
> Hi,
> I've set up to use GPG, it seems to work fine. However loading a signed
> message takes annoyingly long, 10 to 20 seconds. As I get quite a lot of
> mail, much of which is signed this is a pain in the butt. I'm on a
> PIII500 so processor speed is probably not the bottleneck. I suspect
> it's connecting to the keyserver which makes it so slow. Is this a valid
> assumption. If so, is there a way to speed things up, eg by some kind of
> proxy. I've installed the package containing the debian keyring, but
> that doesn't seem to improve anything.

open up your muttrc and add the --no-auto-key-retrieve option to the gpg
call. Of course, you won't automatically retrieve keys, but it will
speed things up. You can also just leave it the way it is and send it an
interrupt (^C) any time it lags to skip the key retrieval (and the
signature verification) and just show the message.

See man gpg for info on the --no-auto-key-retrieve option.

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpWbO1VgZkt8.pgp
Description: PGP signature


RE: problems with apt and signatures

2001-09-15 Thread Sean 'Shaleh' Perry
> 
> I found in a list that I can eliminate the problem removing the packet 
> debsig, but the system doesn't permit it. Again, I found the advice to put 
> a --no-debsig option to apt, but it doesn't work.
> 

please explain "the system does not permit it".



Mozill and spell checking.

2001-09-15 Thread hanasaki
Has anyone seen a date for when Mozilla will have a spell checker?

--
Seek not to find people that aren't crazy, for we all are. Seek to find
someone who is crazy enough to be compatible with you.
 - hanasaki




Re: how to mail an attachment from a script

2001-09-15 Thread Sven Hoexter
On Sat, Sep 15, 2001 at 10:35:41PM -0400, dman wrote:
> On Sat, Sep 15, 2001 at 05:43:29PM -0700, Alvin Oga wrote:
> | 
> | hi sean
> | 
> | to send an attachment via cron or any script
> | 
> | create the attachment...say /tmp/a.html
> | 
> | echo "this is a  text msg and attachment " |
> |  mutt -s "Testing attachment=a.html" -a /tmp/a.html 
> | 
> | a.html can be foo.jpg too and i think it did the "right thing"...
> 
> Yeah, but mutt isn't on that system :-(.  Thanks anyways.
apt-get install mutt
will fix it ;-)

You can also do it with the mime tools by hand.

Sven

-- 
Sven Hoexter Earth - Germany - Leverkusen -=|=-  e-mail: [EMAIL PROTECTED]
http://polarbear.telelev.net/cgi-bin/codered.cgi
One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them



Re: uptime

2001-09-15 Thread Martin F Krafft
also sprach Jason Boxman (on Sat, 15 Sep 2001 08:22:26PM -0400):
> Dude, what kernel version is on those?!

> > piper:/var/log# uptime
> > 16:58:42 up 854 days, 11:46, 67 users, load average: 0.05, 0.05, 0.01

2.0.22

> > titan:~# uptime
> > 11:06am up 1556 day(s), 4:30, 113 users, load average: 0.06, 0.13, 0.11

2.0.38



both are firewalled, of course, not that you think you may go ahead
and exploit TCP/IP stack problems :)

these machines are around: piper as a modem/fax server, and piper as a
print server. work just fine. :)

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
i am willing to make the mistakes
if someone else is willing to learn from them.


pgpW7wZjs7Wlz.pgp
Description: PGP signature


Re: Speeding up GPG

2001-09-15 Thread Rino Mardo
On Sat, Sep 15, 2001 at 11:01:09PM +0200 or thereabouts, Casper Gielen wrote:
> Hi,
> I've set up to use GPG, it seems to work fine. However loading a signed
> message takes annoyingly long, 10 to 20 seconds. As I get quite a lot of
> mail, much of which is signed this is a pain in the butt. I'm on a
> PIII500 so processor speed is probably not the bottleneck. I suspect
> it's connecting to the keyserver which makes it so slow. Is this a valid
> assumption. If so, is there a way to speed things up, eg by some kind of
> proxy. I've installed the package containing the debian keyring, but
> that doesn't seem to improve anything.
> 
you're probably right.  find a keyserver nearest you so you'll get a
faster response.

-- 
"In is out and out is in.  But out is out and in is in."
-- Pumbaa


pgpk7OAjqAMVQ.pgp
Description: PGP signature


Re: Slackware / Dragon Linux

2001-09-15 Thread Rino Mardo
On Sat, Sep 15, 2001 at 07:34:23PM +0530 or thereabouts, [EMAIL PROTECTED] 
wrote:
> I am having a  version of Slackware called Dragon Linux.
> As per the manuals , you can have it on a Windows partition .
> I installed it in E:\Dragon Linux\  from the Cd
> 
> Then I went to MSDOS mode and run the setup file as mentioned by them.
> I got into Dragon Linux (the Login prompt , etc.)
> I was asked to run the setup utility  , which I did.
> 
> This utlity was supposed to check out for the device that contained the setup 
> files
> 
> 
> But it exited on not being able to identify such a device.
> 
> 
> If somebody could please tell me what are the setup files that they might be 
> looking
> for (may be I could floppy them in).
> 
probably is you post this to a slackware mailing list you'd get a
better response.  this is a debian mailing list.

-- 
"In is out and out is in.  But out is out and in is in."
-- Pumbaa


pgpWFbBny5LlW.pgp
Description: PGP signature


Re: uptime

2001-09-15 Thread Rino Mardo
On Sat, Sep 15, 2001 at 01:45:41PM -0500 or thereabouts, Dimitri Maziuk wrote:
> * Craig Dickson ([EMAIL PROTECTED]) spake thusly:
> > will trillich wrote:
> > 
> > > $ uptime
> > >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
> > > 
> > > break out the root beer!
> > 
> > Congrats! I think I'll show this to a few Windows users. 
> 
> Hmm. We had an NT swerver with about 8 months uptime at work[n - 1].
> The only reson it got rebooted was because we bought a rack and had
> to switch the fscker off to put it in there. So it's not the OS, it's
> how you use it...
> 
so you mean you've never used your nt server at all hence the
unbelievable uptime?  don't get me wrong here i just can't believe the
figures

-- 
"In is out and out is in.  But out is out and in is in."
-- Pumbaa

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: quick perl check

2001-09-15 Thread Rino Mardo
On Sat, Sep 15, 2001 at 09:37:50AM -0600 or thereabouts, Adam McDaniel wrote:
> Hey...i think i've found a slight issue/bug with the testing version of perl,
> but I need someone running stable to run this command:
> 
> # dpkg -S ioctl.ph
> 
> Actually, now that I think about it, anyone running either stable OR testing
> if you could run that command and dump the output that would help me alot :)
> 
> Long story short, I need to find out what packages contains ioctl.ph
> 
~# dpkg -S ioctl.h
libc6-dev: /usr/include/linux/ioctl.h
libc6-dev: /usr/include/asm/ioctl.h
libc6-dev: /usr/include/scsi/scsi_ioctl.h
libc6-dev: /usr/include/sys/ioctl.h
~# uname -a
Linux amnesiac 2.4.9 #2 Sun Sep 16 17:11:54 PHT 2001 i686 unknown
~#

-- 
"In is out and out is in.  But out is out and in is in."
-- Pumbaa


pgpkXdK0nytPu.pgp
Description: PGP signature


Re: Problem with resolv.conf and search list

2001-09-15 Thread Bernd Eckenfels
On Sun, Sep 16, 2001 at 02:26:49AM +0200, Bruno BEAUFILS wrote:
> The resolver is unable to find it. Let's see it with an example :
> 
> {watney-root-/etc}# host sole
> sole.lifl.fr does not exist (Authoritative answer)

host is not using the system resolver but contacting name servers directly.
You may want to use ping to check it, instead.

Greetings
Bernd
-- 
  (OO)  -- [EMAIL PROTECTED] --
 ( .. )  [EMAIL PROTECTED],linux.de,debian.org} http://home.pages.de/~eckes/
  o--o *plush*  2048/93600EFD  [EMAIL PROTECTED]  +497257930613  BE5-RIPE
(OO)  When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!



Re: how to mail an attachment from a script

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 05:43:29PM -0700, Alvin Oga wrote:
| 
| hi sean
| 
| to send an attachment via cron or any script
| 
| create the attachment...say /tmp/a.html
| 
| echo "this is a  text msg and attachment " |
|mutt -s "Testing attachment=a.html" -a /tmp/a.html 
| 
| a.html can be foo.jpg too and i think it did the "right thing"...

Yeah, but mutt isn't on that system :-(.  Thanks anyways.

-D



Re: Problem with resolv.conf and search list

2001-09-15 Thread Philippe Troin
[moving the discussion to [EMAIL PROTECTED]

Bruno BEAUFILS <[EMAIL PROTECTED]> writes:

> There is something I do not understand about resolving hostnames. It seems the
> search primitive of resolv.conf does not work properly in sid, nor in woody.
> 
> Let's see some of my configuration files :
> 
>  resolv.conf
> search lifl.fr univ-lille1.fr iut-info.univ-lille1.fr
> nameserver 134.206.10.18
> nameserver 134.206.1.4
> nameserver 134.206.1.15
> -

The parser for resolv.conf is very stupid.
Try:

   search lifl.fr univ-lille1.fr
   search iut-info.univ-lille1.fr
   nameserver 134.206.10.18
   nameserver 134.206.1.4
   nameserver 134.206.1.15

Phil.



Re: pine for Debian

2001-09-15 Thread Faheem Mitha


On Sat, 15 Sep 2001, Faheem Mitha wrote:

> 
> 
> On Sun, 16 Sep 2001, Joe Koenig wrote:
> 
> > Trying to install pine on Potato.
 
> Then refresh and do (as root!)
> 
> apt-get source -b pine
> 
> By the way, I tried this just now, and I'm getting some bizarre permission
> problems I've never seen before. Hopefully this is a temporary condition.
> 
> Err http://http.us.debian.org stable/non-free pine4 4.21-1 (dsc)
>   Could not open file pine4_4.21-1.dsc - open (13 Permission
> denied) [IP: 35.9.37.225 80]

Sorry, this error was entirely due to my own stupidity and nothing to do
with Debian.
  Faheem.



Re: pine for Debian

2001-09-15 Thread Faheem Mitha


On Sun, 16 Sep 2001, Joe Koenig wrote:

> Trying to install pine on Potato.
> Downloaded the official sources. cd pine-3.96M. dpkg-buildpackage.
> dpkg --install pine-tech-notes_3.96M-5.0_all.deb
> 
> -- snip --
> Preparing to replace pine-tech-notes 3.96M-5.0 (using 
> pine-tech-notes_3.96M-5.0_all.deb) ...
> Unpacking replacement pine-tech-notes ...
> dpkg: dependency problems prevent configuration of pine-tech-notes:
> pine-tech-notes depends on pine; however:
> Package pine is not installed.
> dpkg: error processing pine-tech-notes (--install):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> pine-tech-notes
> -- snap --
> 
> I've seen some other posting referring to the same probs. But no solution.
> I've found deb's on http://www.braincells.com/debian/pine/
> Are they approved, legal, offical or whatever?
> 
> TIA
> 
> Joe 

This is a simple matter which everyone tries to make difficult. Make sure
the source deb lines for stable are in your sources.list. These are

deb-src http://http.us.debian.org/debian stable main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib
non-free

though I think the first one is enough in this case.

Then refresh and do (as root!)

apt-get source -b pine

in some appropriate place (I recommend /usr/local/src/pine) and debs for
pine (4.21, not 3.96) will be created. Period. Let me know if you have any
problems with this. I didn't.

By the way, I tried this just now, and I'm getting some bizarre permission
problems I've never seen before. Hopefully this is a temporary condition.

Err http://http.us.debian.org stable/non-free pine4 4.21-1 (dsc)
  Could not open file pine4_4.21-1.dsc - open (13 Permission
denied) [IP: 35.9.37.225 80]

[etc]
 Sincerely, Faheem Mitha.





problems with apt and signatures

2001-09-15 Thread Paolo Benvenuto
Hi all!

I'm trying to upgrade from progeny to testing (apt-get -f dist-upgrade).
After downloading all the packets, it stops saying:

debsig: Origin Signature check failed. This deb might not be signed.

And continues saying that foo.deb hasn't a signature.

I found in a list that I can eliminate the problem removing the packet
debsig, but the system doesn't permit it. Again, I found the advice to put
a --no-debsig option to apt, but it doesn't work.

I'm using apt 0.5.3

What can I do?

Thanks to whom will be able to help me!

Buon cammino!

d. Paolo Benvenuto <[EMAIL PROTECTED]> - PGP Public Key available
Guaricano - Santo Domingo - República Dominicana
  http://www.gsi.it/donpaolo/ - http://www.guaricano.it

Vedi anche il sito di mio fratello don Giovanni:
 http://www.giobenve.cjb.net :
  materiale pastorale, "preti on line", pagine di cronaca bianca, ecc.

C'e' piu' gioia nel dare che nel ricevere (Gesu')



Re: uptime

2001-09-15 Thread Sven Hoexter
On Sat, Sep 15, 2001 at 08:22:26PM -0400, Jason Boxman wrote:
> On Saturday 15 September 2001 11:08 am, Martin F Krafft wrote:
> > also sprach will trillich (on Sat, 15 Sep 2001 12:45:15AM -0500):
> > > $ uptime
> > >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
> >
> > piper:/var/log# uptime
> > 16:58:42 up 854 days, 11:46, 67 users, load average: 0.05, 0.05, 0.01
> >
> > titan:~# uptime
> > 11:06am up 1556 day(s), 4:30, 113 users, load average: 0.06, 0.13, 0.11
> >
> > don't regard this as competition. it's a fact. we run the best
> > operating system!
> 
> Dude, what kernel version is on those?!
hm, about 4 years .. I startet with SuSE 6.0 and Kernel 2.0.36 about
2 1/2 years ago. Must be something at the very beginning of the 2.0.x series.
Great hardware with the best OS!

Sven

-- 
Sven Hoexter Earth - Germany - Leverkusen -=|=-  e-mail: [EMAIL PROTECTED]
http://polarbear.telelev.net/cgi-bin/codered.cgi
One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them



Re: how to mail an attachment from a script

2001-09-15 Thread Alvin Oga

hi sean

to send an attachment via cron or any script

create the attachment...say /tmp/a.html

echo "this is a  text msg and attachment " |
 mutt -s "Testing attachment=a.html" -a /tmp/a.html 

a.html can be foo.jpg too and i think it did the "right thing"...

c ya
alvin

On Sat, 15 Sep 2001, Christoph Simon wrote:

> On Fri, 14 Sep 2001 21:24:04 -0700 (PDT)
> "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote:
> 
> > 
> > On 15-Sep-2001 dman wrote:
> > > 
> > > I need to set up a script to be run by crontab.  This script needs to
> > > mail a (html) file as an attachment.  How can I do this?  I know mutt
> > > has a '-a ' argument, but mail doesn't have this.  This script
> > > needs to run on a FreeBSD box (that I don't have root on) that doesn't
> > > have mutt.



Re: Which are the network .deb-s of Debian GNU/Linux ?

2001-09-15 Thread Marvin Stodolsky
[EMAIL PROTECTED] wrote:
> 
> I understand that there are certain  .deb-s that :
> 1) make your Linux box a router (I want him\her to at least identify on being 
> ping-ed
> by others on the network , and accept telnet and ftp connections) .
> 
> 2) that get on with the basic bit of networking., DHCP,DNS ,Samba,etc.
> 
> What are the .deb-s involved ?
> Please guide me on this 
> 
> ([EMAIL PROTECTED])
> Shyam Kumar
Start by:
# apt-get install tasksel
Then get info from
# tasksel

MarvS



Re: how to extract attached files after they have been moved to /~/mbox?

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 03:33:56PM +, [EMAIL PROTECTED] wrote:
| Hi,
| 
| Help! I've moved an important message with an attachment to /~mbox without
| saving the attachment! now I can't go back and try to get it since it's now
| in ascii format and I basically don't know how to extract it or pipe it out
| in binary format...

Just open that "folder" in mutt and save the attachment as usual.  You
can navigate to the folder if you type "c" to change folder and then
"?" for the list then "" to switch to the directory list.  The
other way is to run mutt as 'mutt -f ' from the command
line.

HTH,
-D



Problem with resolv.conf and search list

2001-09-15 Thread Bruno BEAUFILS

There is something I do not understand about resolving hostnames. It seems the
search primitive of resolv.conf does not work properly in sid, nor in woody.

Let's see some of my configuration files :

 resolv.conf
search lifl.fr univ-lille1.fr iut-info.univ-lille1.fr
nameserver 134.206.10.18
nameserver 134.206.1.4
nameserver 134.206.1.15
-

 host.conf
order hosts,bind
multi on
-

Then I know a host which is called sole.iut-info.univ-lille1.fr and want to be
able to call it by its short name sole. 

The resolver is unable to find it. Let's see it with an example :

{watney-root-/etc}# host sole
sole.lifl.fr does not exist (Authoritative answer)

{watney-root-/etc}# host sole.iut-info.univ-lille1.fr
sole.iut-info.univ-lille1.frA   134.206.40.114

Why did the resolver stop searching after the first search entry (not trying
univ-lille1.fr and so on) ?

Did I miss something or is it a bug ?

--
-- Bruno



Re: uptime

2001-09-15 Thread Jason Boxman
On Saturday 15 September 2001 11:08 am, Martin F Krafft wrote:
> also sprach will trillich (on Sat, 15 Sep 2001 12:45:15AM -0500):
> > $ uptime
> >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
>
> piper:/var/log# uptime
> 16:58:42 up 854 days, 11:46, 67 users, load average: 0.05, 0.05, 0.01
>
> titan:~# uptime
> 11:06am up 1556 day(s), 4:30, 113 users, load average: 0.06, 0.13, 0.11
>
> don't regard this as competition. it's a fact. we run the best
> operating system!

Dude, what kernel version is on those?!

> martin;  (greetings from the heart of the sun.)
>   \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]



Debian 2.2r3 potato - linux core release?

2001-09-15 Thread Roger Broadbent
It appears that the potato release (2.2r3) uses the Linux kernel version
2.2.19pre17. However, I can only seem to find kernel headers for 2.2.18 or
2.2.19 on the release CD. This appears to mean that to install any modules
without error messages (I need them for my video chipset & my [lin]modem) I
have had to recompile the kernel. I have these questions:

1. Have I done the right thing here, or is there a way I missed to add
modules without having to recompile the kernel?

2. Recompiling the kernel with different headers concerns me. I chose potato
as the 'stable' release. But now I wonder if that stability is being
retained? It seems to me that the 'best stable' kernel ought to have been
supplied, so moving to 2.2.18 or 2.2.19 should theoretically expose me
either to unfixed bugs or to a less stable kernel respectively. Where is the
flaw in this logic?

3. Assuming I do need to recompile the kernel, and 2.2.19pre17 headers are
not on the CD, should I be using 2.2.19 or 2.2.18 headers?

I am using the kernel source from the Debian GNU/Linux 2.2.r3 "potato" -
Official i386 binary-1 (20010427) CD. I burned the CD myself from an image
created as per instuctions on www.debian.org. I checked that the md5
checksum of the image was correct before burning.

Thanks.


Roger Broadbent


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Lyx and ispell problems.

2001-09-15 Thread Kamil Kisiel
I have recently installed the Lyx 1.1.6fix3 package from Debian/Unstable and 
I am having some problems using the spellchecker feature. Whenever I try to 
use the spellchecker from the "edit" menu I get an error message saying the 
ispell-process has died and that I probably do not have the dictionary 
installed. However, I do have the english ispell dictionary installed, and 
the program works fine from the terminal. I have the most recent ispell 
3.1.20-15 packages from Debian/Unstable installed. Any help with this problem 
would be greatly appreciated.



apt-proxy error

2001-09-15 Thread David Mohr

Hi everyone,
I have a big problem with apt-proxy. I just installed it for the very first 
time, tried to get it working but get the following error in the log file:

--
Sun Sep 16 00:39:55 CEST 2001 Request 
/debian/dists/woody/non-free/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:56 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Packages.gz

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:57 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
--
I'm running an unstable debian, just ran a apt-get upgrade and i don't know 
at all what the problem is. I followed the man-file, so everything from 
there should be ok (conf file, directories are created and have the right 
permissions).

Can anyone maybe help me to get apt-proxy working?

Thank you!

Bye,
David


<><><><><><><><><><><><><><><><><><><><><><><><><><

-pgp-public-key-at-http://mcbf.net/david_at_mcbf.pub-<<<

<><><><><><><><><><><><><><><><><><><><><><><><><><>

pgp7DwhqpPQCt.pgp
Description: PGP signature


Re: "ifup eth0" works only once

2001-09-15 Thread Marco Franzen
On Fr, 14 Sep 2001 17:18:28 -0500, Michael Heldebrant wrote:
> It's most likely pump.  

You were absolutely right, thanks!  Nothing wrong with my config or
driver.  I simply installed the package dhcp-client over my existing
configuration, and it worked immediately with no additional change.

I didn't even need to uninstall pump.  [That is no bug in the package
dependencies; after uninstalling pump it is still working. ;-)]

> I have the same problems but have been too busy to deal with it.  I
> believe going to dhcpcd should solve your problem.

Maybe you will find the time now, it took me less than a minute to
fix it, including downloading dhcp-client.

Only in order to use my local nameserver I needed a /etc/dhclient.conf
with a line "domain-name-servers 127.0.0.1;", as the /etc/pump.conf is
ignored of course.

> It worked flawlessly for me until I rebuilt my firewall from scratch
> and went with pump due to it being the default.

Pump should really not be the default (at least not this version).
dhclient works much better and has more configuration options.  And as
you said, dhcpcd is better too.

Cheers,

Marco



RE: how to extract attached files after they have been moved to

2001-09-15 Thread Sean 'Shaleh' Perry

On 15-Sep-2001 [EMAIL PROTECTED] wrote:
> Hi,
> 
> Help! I've moved an important message with an attachment to /~mbox without
> saving the attachment! now I can't go back and try to get it since it's now
> in ascii format and I basically don't know how to extract it or pipe it out
> in binary format...
> 

there are tools to read mime files in a package (search for mime I think). 
Sorry I do not remember the correct name.  Basically cut and paste the section
into a file and then run the program to extract it.



how to extract attached files after they have been moved to /~/mbox?

2001-09-15 Thread jdls
Hi,

Help! I've moved an important message with an attachment to /~mbox without
saving the attachment! now I can't go back and try to get it since it's now
in ascii format and I basically don't know how to extract it or pipe it out
in binary format...

Thanks!



Re: quick perl check

2001-09-15 Thread Jakob B. Jensen
On Sat, Sep 15, 2001 at 09:37:50AM -0600, Adam McDaniel wrote:
> Hey...i think i've found a slight issue/bug with the testing version of perl,
> but I need someone running stable to run this command:
> 
> # dpkg -S ioctl.ph
> 
> Actually, now that I think about it, anyone running either stable OR testing
> if you could run that command and dump the output that would help me alot :)
> 
> Long story short, I need to find out what packages contains ioctl.ph
> 
On any Debian mirror, you can find the file Contents-i386.gz for each
distribution and architecture.

Script started on Sat Sep 15 23:09:40 2001
bash-2.03$ zgrep "ioctl.ph" potato/Contents-i386.gz
usr/lib/perl5/5.005/i386-linux/asm-alpha/ioctl.ph   
interpreters/perl-5.005
usr/lib/perl5/5.005/i386-linux/asm-mips/ioctl.ph
interpreters/perl-5.005
bash-2.03$ zgrep "ioctl.ph" testing/Contents-i386.gz 
bash-2.03$ zgrep "ioctl.ph" sid/Contents-i386.gz
bash-2.03$ exit
Script done on Sat Sep 15 23:14:15 2001

The file appears to be gone in testing and sid.



-- 
This message is hastily written, please ignore any unpleasant wordings,
do not consider it a binding commitment, even if its phrasing may
indicate so. Its contents may be deliberately or accidentally untrue.
Trademarks and other things belong to their owners, if any.



isdn on woody?

2001-09-15 Thread Martin F Krafft
hi,
our ISDN router for a local network is running potato, and i'd really
like to update it to woody. however, i can't afford to lose the ISDN
capabilities...

are there reports about woody and german ISDN?

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
this site has moved.
we'd tell you where, but then
we'd have to delete you.



Re: .m2v files which format ?

2001-09-15 Thread Casper Gielen
On Sat, Sep 15, 2001 at 01:07:45PM -0700, Vineet Kumar wrote:
> > 
> > Has anybody comeacross this file format ?
> > 
> 
> 'fraid I have no fish for this request, but here's a fishing rod:
> 
> Package: file

Then here is a net:
 eckage: bitcollider
 Status: install ok installed
 Priority: optional
 Section: utils
 Installed-Size: 77
 Maintainer: Scott M. Dier <[EMAIL PROTECTED]>
 Version: 0.3.1-1
 Depends: libc6 (>= 2.2.3-1)
 Suggests: bitcollider-plugins
 Description: Collects bitprint and other information from files for
 bitzi.com
  Think of it as file(1) with a really big database on the internet with
  constant contributions from others of metadata on files.
.
  Bitcollider is a small program to reliably identify and describe files
  on your machine. When run with a specific file as input, this program
  does two major things:
* It examines the file, calculating a distinctive digital fingerprint,
  or bitprint, and taking note of some other identifying information that
  can be extracted from the file, like file length and the local filename.
  * It launches your web browser to do a lookup at our website,
  * submitting this identifying information as the search terms.
  .
  At bitzi.com you'll see what - if anything - others have said about your
  file, and have a chance to contribute descriptions or comments yourself.
  If your automatic submission included information useful to our database,
  that new information will be contributed to the database under your screen
  name.

-- 
Casper Gielen
[EMAIL PROTECTED], [EMAIL PROTECTED]
--
[..] and 2000 only pissed me off with it's vague,"You have a
hardware error, contact your hardware vendor." errors. Sometimes
dealing with 2000 was like dealing with a cross between Marvin
the Paranoid Android, HAL and a VCR that always blinks 12:00.
JonnyGURU



Speeding up GPG

2001-09-15 Thread Casper Gielen
Hi,
I've set up to use GPG, it seems to work fine. However loading a signed
message takes annoyingly long, 10 to 20 seconds. As I get quite a lot of
mail, much of which is signed this is a pain in the butt. I'm on a
PIII500 so processor speed is probably not the bottleneck. I suspect
it's connecting to the keyserver which makes it so slow. Is this a valid
assumption. If so, is there a way to speed things up, eg by some kind of
proxy. I've installed the package containing the debian keyring, but
that doesn't seem to improve anything.

-- 
Casper Gielen
[EMAIL PROTECTED], [EMAIL PROTECTED]
--
[..] and 2000 only pissed me off with it's vague,"You have a
hardware error, contact your hardware vendor." errors. Sometimes
dealing with 2000 was like dealing with a cross between Marvin
the Paranoid Android, HAL and a VCR that always blinks 12:00.
JonnyGURU



OT: [jays@panix.com: [free-sklyarov] Please make stable NON-US homes for strong crypto projects (fwd)]

2001-09-15 Thread Karsten M. Self
This is peripherally related to Debian.

Those with an ability to do so, please act.

-- 
Karsten M. Self   http://kmself.home.netcom.com/

Praying for the victims. 
--- Begin Message ---


-- Forwarded message --
Date: Sat, 15 Sep 2001 00:32:12 -0700
From: John Gilmore <[EMAIL PROTECTED]>
To: cryptography@wasabisystems.com, [EMAIL PROTECTED]
Subject: Please make stable NON-US homes for strong crypto projects

It's clear that the US administration is putting out feelers to
again ban publication of strong encryption.  See:
  http://www.wired.com/news/politics/0,1283,46816,00.html

The evil gnomes who keep advancing unconstitutional US anti-crypto
policies know that the current hysteria in Congress and the
Administration will not last forever.  So they will probably move very
quickly -- within a week is my guess -- to re-control encryption,
either by a unilateral action of the Administration (by amending
the Export Administration Regulations), or by stuffing a rider onto
some so-called "emergency" bill in Congress.

They maneuvered very carefully in the Bernstein case such that there
is no outstanding injunction against violating the Constitution this
way -- and even no binding 9th-Circuit precedent that tells them it's
unconstitutional to do so.  They know in their hearts that numerous
judges have found it unconstitutional, but they have proven throughout
the seven-year history of the case that they don't give a damn about
the Constitution.  Which means it may take weeks, months or years for
civil liberties workers to get a judge to roll back any such action.
Not just days.  We won the case, but they squirmed out of any
permanent restrictions -- so far.

The US government has a new mania for wiretapping everyone in case
they might be a terrorist.  There's already two bills in Congress to
make it trivial for them to wiretap anybody on flimsy excuses, and to
retroactively justify their precipitous act of rolling Carnivore boxes
into major ISPs this week and demanding, without legal authority, that
they be put at the heart of the networks.  See:
  http://www.politechbot.com/docs/cta.091401.html

Even more than before, we will need good encryption tools, merely to
maintain privacy for law-abiding citizens, political activists, and
human rights workers.  (In the current hysteria, mere messages
advocating peace or Constitutional rights might best be encrypted.)
The European Parliament also recently recommended that European
communications be routinely encrypted to protect them from pervasive
US Echelon wiretaps.

Some US developers, who thought such a reversal would never happen,
have built or maintained a number of good open source encryption tools
in the United States, and may not have lined up solid foreign
maintainers or home sites.

LET'S FIX THAT!  We need volunteers in many countries to mirror
current distributions, CVS trees, etc.  We need volunteers to also
act as maintainers, accepting patches and integrating them into
solid releases.

(Note that too many countries have pledged to stand toe-to-toe with the
US while they march off to make war on somebody they can't figure out
who it is yet.  If you live in one of those countries, you may
suddenly find that your own crypto regs have been sneakily altered.
Take care that each useful package has maintainers and distribution
points in diverse countries.)

I haven't kept close track of which packages are in danger.  I
suggest that people nominate packages on this mailing list, and that
others immediately grab mirror copies of them as they are nominated.
And that some of those who mirror them keep quiet, in case hysterical
governments make a concerted effort to stamp out all copies and/or all
major distribution sites.  If you aren't the quiet type, then *AFTER*
IMMEDIATELY PULLING A COPY OF THE CODE OUTSIDE US JURISDICTION,
announce your mirror on this mailing list.

We freedom-loving US citizens have had to rely on the freedom-loving
citizens of saner countries, to do the work of making strong
encryption, for many years.  We had a brief respite, which we will
eventually resume for good.  In the meantime, please let me apologize
for my countrymen and for my government, for asking you to shoulder
most of the burden again.  Thank you so much.

John Gilmore

PS: Companies with proprietary encryption packages might consider
immediately open-sourcing and exporting their encryption add-ins, so
their customers can still get them from overseas archives.  Or taking
other actions to safeguard the privacy and integrity of their
customers' data and their society's infrastructure.  I also advise
that they lobby like hell to keep privacy and integrity legal in the US.



-
The Cryptography Mailing List
Unsubscribe by sending "unsubscribe cryptography" to [EMAIL PROTECTED]


___
free-sklyarov mailing list
[EMAIL PROTECTED]
http://zor

apt-proxy error

2001-09-15 Thread David Mohr

Hi everyone,
I have a big problem with apt-proxy. I just installed it for the very first 
time, tried to get it working but get the following error in the log file:

--
Sun Sep 16 00:39:55 CEST 2001 Request 
/debian/dists/woody/non-free/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:56 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Packages.gz

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:57 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
--
I'm running an unstable debian, just ran a apt-get upgrade and i don't know 
at all what the problem is. I followed the man-file, so everything from 
there should be ok (conf file, directories are created and have the right 
permissions).

Can anyone maybe help me to get apt-proxy working?

Thank you!

Bye,
David

<><><><><><><><><><><><><><><><><><><><><><><><><><

-pgp-public-key-at-http://mcbf.net/david_at_mcbf.pub-<<<

<><><><><><><><><><><><><><><><><><><><><><><><><><>

pgpfOv6GEYikY.pgp
Description: PGP signature


apt-proxy error

2001-09-15 Thread David Mohr

Hi everyone,
I have a big problem with apt-proxy. I just installed it for the very first 
time, tried to get it working but get the following error in the log file:

--
Sun Sep 16 00:39:55 CEST 2001 Request 
/debian/dists/woody/non-free/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:56 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Packages.gz

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
Sun Sep 16 00:39:57 CEST 2001 Request 
/debian/dists/woody/contrib/binary-i386/Release

rcmd: getaddrinfo: Name or service not known
unexpected EOF in read_timeout
Bad URL /dists directory does not exist on any server
--
I'm running an unstable debian, just ran a apt-get upgrade and i don't know 
at all what the problem is. I followed the man-file, so everything from 
there should be ok (conf file, directories are created and have the right 
permissions).

Can anyone maybe help me to get apt-proxy working?

Thank you!

Bye,
David

<><><><><><><><><><><><><><><><><><><><><><><><><><

-pgp-public-key-at-http://mcbf.net/david_at_mcbf.pub-<<<

<><><><><><><><><><><><><><><><><><><><><><><><><><>

pgpkDVntZaWnr.pgp
Description: PGP signature


Re: quick perl check

2001-09-15 Thread Andrew Perrin
nujoma:~> dpkg -S ioctl.ph
perl-5.005: /usr/lib/perl5/5.005/i386-linux/asm-alpha/ioctl.ph
perl-5.005: /usr/lib/perl5/5.005/i386-linux/asm-mips/ioctl.ph

nujoma:~> cat /etc/debian_version 
2.2

nujoma:~> uname -a
Linux nujoma 2.2.19pre17 #1 Sat Jun 30 15:49:52 EST 2001 i586 unknown


--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
 Assistant Professor of Sociology, U of North Carolina, Chapel Hill
  269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA


On Sat, 15 Sep 2001, Vineet Kumar wrote:

> * Adam McDaniel ([EMAIL PROTECTED]) [010915 08:39]:
> > Hey...i think i've found a slight issue/bug with the testing version of 
> > perl,
> > but I need someone running stable to run this command:
> > 
> > # dpkg -S ioctl.ph
> > 
> > Actually, now that I think about it, anyone running either stable OR testing
> > if you could run that command and dump the output that would help me alot :)
> 
> [EMAIL PROTECTED]:~$ dpkg -S ioctl.ph
> dpkg: *ioctl.ph* not found.
> 
> 
> > 
> > Long story short, I need to find out what packages contains ioctl.ph
> 
> See also http://packages.debian.org , specifically:
> 
> (anyone who replies to this, snip this long line)
> 
> http://packages.debian.org/cgi-bin/search_contents.pl?word=ioctl.ph&case=insensitive&version=stable&arch=i386&directories=yes
> 
> And you'll get perl-5.005 in stable
> 
> The same query in that it's not in either of the testing or unstable
> distributions (which now have perl 5.6.1 in package 'perl').
> 
> Cheers,
> 
> -- 
> Vineet   http://www.anti-dmca.org
> Unauthorized use of this .sig may constitute violation of US law.
> echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'
> 



Re: logrotate still not workin

2001-09-15 Thread Michael Heldebrant
On Sat, 2001-09-15 at 15:12, nate wrote:
> i sent this once, and didn't see a reply, i have some
> followup info to the original message.
> 
> I changed /etc/logrotate.conf :
> /var/log/radacct/ras-ca/detail {
>   size=1k
>   create 0664 root adm
>   rotate 10
>   postrotate
>   /etc/init.d/radiusd restart
>   endscript
> } 
> 
> which should limit rotations of that particular file
> to when it gets to 10MB. i did this on Sept 12 as
> noted by the date/time stamp on /etc/logrotate.conf
> it did not have any effect:
> backup-wa:/var/log/radacct/ras-ca# ls -l
> total 12
> -rw-r-1 root adm 0 Sep 15 06:38 detail
> -rw-r-1 root adm  3963 Sep 14 21:05 detail.0
> -rw-r-1 root adm   697 Sep 14 01:50 detail.1.gz
> -rw-r-1 root adm  1356 Sep 12 20:45 detail.2.gz
> 
> as you can see ...its been rotated at least 3 times
> since i made the change. anyone have an idea on how to
> get this working? or if all else fails how to get logrotate
> to just ignore those logs totally and i can rotate them
> manually? it really screws up my ability to generate stats
> if the files are rotated so often!! argh.

Dumb question for you, but you have logrotate set to not run
daily/weekly etc in the global part of the config file do you?  That
could be overriding the size limits you want it to follow.

--mike




Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Vineet Kumar
* Michael Heldebrant ([EMAIL PROTECTED]) [010914 18:08]:
> Ok, I've got courier-imapd installed and configured.
> 
> How do I get exim to deliver all localy generated mail to stay in the
> standard mail spool for the system but all other mail which is coming in
> through fetchmail to go into a maildir so I can imap serve this to other
> hosts I'm at during the day?

You could use getmail, which delivers to a mailbox or maildir of your
choice instead of feeding it back into exim. It's way simpler than
fetchmail, and should be perfect for what you're doing.

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpPIFso8mpXZ.pgp
Description: PGP signature


Re: quick perl check

2001-09-15 Thread Vineet Kumar
* Adam McDaniel ([EMAIL PROTECTED]) [010915 08:39]:
> Hey...i think i've found a slight issue/bug with the testing version of perl,
> but I need someone running stable to run this command:
> 
> # dpkg -S ioctl.ph
> 
> Actually, now that I think about it, anyone running either stable OR testing
> if you could run that command and dump the output that would help me alot :)

[EMAIL PROTECTED]:~$ dpkg -S ioctl.ph
dpkg: *ioctl.ph* not found.


> 
> Long story short, I need to find out what packages contains ioctl.ph

See also http://packages.debian.org , specifically:

(anyone who replies to this, snip this long line)

http://packages.debian.org/cgi-bin/search_contents.pl?word=ioctl.ph&case=insensitive&version=stable&arch=i386&directories=yes

And you'll get perl-5.005 in stable

The same query in that it's not in either of the testing or unstable
distributions (which now have perl 5.6.1 in package 'perl').

Cheers,

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgp3bQdRCnA0i.pgp
Description: PGP signature


Re: tar copying problems for "/" to "/mnt"

2001-09-15 Thread Blars Blarson
In article <[EMAIL PROTECTED]> you write:

>cd /; tar cf - / | (cd /mnt; tar xf - )
>
>this works fine but i get this timestamp messages:
>
>tar: Archive contains future timestamp 2001-09-16 20:33:45

One problem with this command is it will copy /mnt to /mnt/mnt to
/mnt/mnt/mnt 

The -l option is one way to avoid this problem.  (It may even be
why you get the timestamp error -- the modified time of /mnt will be
after the tar started.)

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
"Text is a way we cheat time." -- Patrick Nielsen Hayden



Re: Unstable -> Testing

2001-09-15 Thread Vineet Kumar
* Jeremy Nickurak ([EMAIL PROTECTED]) [010914 22:40]:
> A while ago I had to set myself up a little low-priority router. Now,
> being the irresponsible person I am, I just had to install unstable to
> get a few toys testing was missing at the time. :)

doh! You should have used pin priorities in /etc/apt/preferences to just
upgrade a few pacakges while still tracking testing for the rest of your
system. see posts in the archives from der.hans for help on that.

> Has anyone had experience with what kinds of issues I might run into
> moving from unstable->testing? From what I understand I should just
> start falling behind a bit until I'm back in line with testing, with the
> exception of anything that doesn't get moved into testing for a while.

That's about the best advice I can give you. Just set woody as your
preferred dist again and that's that. You may choose to selectively
downgrade some packages manually: I think that this may be a large
headache for something like libc but not so big a deal for something
like mutt. I think you'll have to watch out for things on a
package-by-pacakge basis; what you should be looking out for is changed
config file formats that install scripts won't warn you about (because
they're usually not retrofitted to support downgrades).

I'd say just start tracking woody, and as always, stay alert for
security announcements whose fixes won't come to you automatically. When
woody goes stable, then you can reel back in anything that floated in
from unstable after the freeze.

Cheers,

-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpDfeS6Jj9oC.pgp
Description: PGP signature


logrotate still not workin

2001-09-15 Thread nate
i sent this once, and didn't see a reply, i have some
followup info to the original message.

I changed /etc/logrotate.conf :
/var/log/radacct/ras-ca/detail {
size=1k
create 0664 root adm
rotate 10
postrotate
/etc/init.d/radiusd restart
endscript
} 

which should limit rotations of that particular file
to when it gets to 10MB. i did this on Sept 12 as
noted by the date/time stamp on /etc/logrotate.conf
it did not have any effect:
backup-wa:/var/log/radacct/ras-ca# ls -l
total 12
-rw-r-1 root adm 0 Sep 15 06:38 detail
-rw-r-1 root adm  3963 Sep 14 21:05 detail.0
-rw-r-1 root adm   697 Sep 14 01:50 detail.1.gz
-rw-r-1 root adm  1356 Sep 12 20:45 detail.2.gz

as you can see ...its been rotated at least 3 times
since i made the change. anyone have an idea on how to
get this working? or if all else fails how to get logrotate
to just ignore those logs totally and i can rotate them
manually? it really screws up my ability to generate stats
if the files are rotated so often!! argh.

thanks

nate
(original message below)


 Original Message 
Subject: logrotate question/problem
From: "nate" <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org

I'm tryin to get logrotate to not rotate my radius logs until
they are about 10MB in size. in /etc/logrotate.conf i HAD
this:

/var/log/radacct/* {
size=1k
create 0664 root adm
rotate 10
postrotate
/etc/init.d/radiusd restart
endscript
}

i read in the logrotate manpage that this would work
 but clearly it was not. lograte still
rotates the logs at least once a day(the logs are about
50kb or so per day).

now i have

/var/log/radacct/systemname/detail {
size=1k
create 0664 root adm
rotate 10
postrotate
/etc/init.d/radiusd restart
endscript
}

for each of my currently monitored systems. i fear this
won't work either. maybe it will ? any insight?

running debian 2.2r3

thanks!

nate



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




Re: .m2v files which format ?

2001-09-15 Thread Vineet Kumar
* Rajesh Fowkar ([EMAIL PROTECTED]) [010915 12:10]:
> Hi,
> 
> My friend has got a CD on which he has got some mpeg files and some files
> are in .m2v format ? Which format is this ? It also looks to be a video
> file from its size. Has anybody come across this format ? Which player can
> play these files ? I tried mplayer but it does not play them.
> 
> Has anybody comeacross this file format ?
> 
> Thanks in advance.

'fraid I have no fish for this request, but here's a fishing rod:

Package: file
Priority: standard
Section: utils
Installed-Size: 317
Maintainer: Nicol?s Lichtmaier <[EMAIL PROTECTED]>
Architecture: i386
Version: 3.33-5
Depends: libc6 (>= 2.2.2-2)
Filename: pool/main/f/file/file_3.33-5_i386.deb
Size: 112568
MD5sum: a7b07bde95ad721b5e518057a00c40a5
Description: Determines file type using "magic" numbers
 File tests each argument in an attempt to classify it.  There are three
 sets of tests, performed in this order: filesystem tests, magic number
 tests, and language tests.  The first test that succeeds causes the
 file type to be printed.


-- 
Vineet   http://www.anti-dmca.org
Unauthorized use of this .sig may constitute violation of US law.
echo Qba\'g gernq ba zr\! |tr 'a-zA-Z' 'n-za-mN-ZA-M'


pgpABhXMiKMm0.pgp
Description: PGP signature


Re: postgresql/horde/imp problem on woody (was Re: testing)

2001-09-15 Thread Oliver Elphick
Martin F Krafft wrote:
  >i am running testing. i constantly get
  >
  >  /usr/lib/postgresql/bin/do.maintenance: /etc/postgresql/postgresql.env:
  >  +No such file or directory
  >
  >from cron.
  >
  >postgresql is installed, standard woody package. absolutely no
  >databases are defined yet, i just ran initdb.

That should have been done by the postinst script; why did you find it
necessary?
  

I consider the package in testing to be very buggy; unfortunately
I can't get 7.1.3-4 into testing (I think because of an RC bug
on libssl-dev).  The bug you have is fixed in the unstable version,
which you should install in preference to 7.1release-4.

A quick workaround is to edit /etc/postgresql/postgresql.env
and insert these contents (possibly with modifications for your own
setup):
==
# postgresql debian package
#
# This section is supplied as part of the Debian package for PostgreSQL.
# It sets the environment for an ordinary user of PostgreSQL and should
# be executed by the .profile or equivalent for the postgres administrator
#
# It is automatically read by all six frontend programs (in the
# postgresql-client package).

[ -r /etc/postgresql/postmaster.conf ] &&
. /etc/postgresql/postmaster.conf

PGDATA=${POSTGRES_DATA:-/var/lib/postgres/data}
PGLIB=/usr/lib/postgresql/lib
PGACCESS_HOME=/usr/lib/postgresql/share/pgaccess
PGHOST=

export PGLIB PGDATA PGACCESS_HOME PGHOST
===


  >anyway, now i need to install imp and horde.
  >i configure horde to use a PostgreSQL container (option 1.1), give the
  >hostname for the database as localhost (option 2), and it goes about

If the hostname is "localhost" you must make sure that PostgreSQL is
started with the "-i" option (to allow TCP/IP connections).  This is
off by default.  You may also need to edit /etc/postgresql/pg_hba.conf
to install the correct access policy.  If the hostname is blank,
PostgreSQL will use a UNIX socket connection instead.

  >to do it's stuff:
  >
  >  pgsql extension for php4 found.
  >  Error when trying to connect to the pgsql database.
  >  This error can occur if you have no database to connect to, or
  >  if the password was incorrect.

or if you are trying to connect with TCP/IP when the postmaster isn't
configured to accept it?

  >  use: dpkg-reconfigure -plow packagename to reconfigure.
  >
  >isn't it supposed to create the database itself? and it never asked me
  >for a password. how can i get horde to run with the postgresql
  >backend???
 
-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "The fool hath said in his heart, There is no God..."  
Psalm 14:1 




Re: uptime

2001-09-15 Thread Rick Macdonald
On Sat, 15 Sep 2001, Dimitri Maziuk wrote:

> > > $ uptime
> > >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
> > > 
> > > break out the root beer!
> > 
> > Congrats! I think I'll show this to a few Windows users. 

In the mid-80's we ran IBM 3090 mainframes. Big Iron. One day the machine
crashed Big Time. It turned out that the uptime counter overflowed after
90 days. We were the first ever to run (probably MVS/XA at the time) for
90 days without an IPL (re-boot).

...RickM...



Re: uptime

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 01:45:41PM -0500, Dimitri Maziuk wrote:
| * Craig Dickson ([EMAIL PROTECTED]) spake thusly:
| > will trillich wrote:
| > 
| > > $ uptime
| > >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
| > > 
| > > break out the root beer!
| > 
| > Congrats! I think I'll show this to a few Windows users. 
| 
| Hmm. We had an NT swerver with about 8 months uptime at work[n - 1].

How was the performance of it at that time?  We have an NT server
where I work too, but it needs to be rebooted periodically because the
performance degrades, and random problems show up that a reboot fixes.

-D




Re: epson stylus 600 setup problem

2001-09-15 Thread Carlos Sousa



[EMAIL PROTECTED]:~$ls -l /dev/lp*
crwxr-x---1 root lp 6,   0 Jul  5  2000 /dev/lp0
crw-rw1 root lp 6,   1 Jul  5  2000 /dev/lp1
crw-rw1 root lp 6,   2 Jul  5  2000 /dev/lp2


Did you attempt my previous command as root or as a normal user? If as a
user, you need to exec this command as root "adduser SOMEONE lp"
(replace SOMEONE with your username).


When I do that I get the following:
[EMAIL PROTECTED] dlm lp
The user `dlm' is already a member of lp.
[EMAIL PROTECTED]

that's what's so frustrating..


It seems lp0 is only writeable by root, so perhaps you could try to 
either print as root or do a 'chmod g+w /dev/lp0'.


Carlos Sousa




Re: epson stylus 600 setup problem: SOLVED!!

2001-09-15 Thread Dale Morris
Yep, reconfiguring the kernel made a big difference, printer is
printing a test page right now. I'm using the cups printing system
along with turboprint. It seems to work

thanks again for the help!

dale



Re: mutt & send hook

2001-09-15 Thread Rajesh Fowkar
dman saw fit to inform me that: 
>On Sat, Sep 15, 2001 at 09:10:14PM +, Rajesh Fowkar wrote:
>| 
>| --
>| rajeshsign.sh is :
>| 
>| INFILE=$1
>| echo -en "\n\n\n" >> $INFILE
>| cat $HOME/.rajeshsign >> $INFILE
>| fortune -s >> $INFILE
>| vi $INFILE
>| rm -rf $INFILE
>| --
>| Any problems with my script ?
>
>Yes: you shouldn't be removing the message when you finish writing it.
>Mutt will remove it once it is sent.  That is kind of like if vi
>removed the file every time you quit it.  Thus mutt doesn't see any
>changes between the original (empty/nonexistant) and what it is when
>your "editor" finishes (nonexistant).

Thanks a lot. Now it works. Silly mistake on my part :-)


Regards


--
Rajesh 
http://www.symonds.net/~rajesh/*  Powered By: Debian GNU/Linux
:
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #082-**< Sub : Linux through NT boot loader >**-
To add linux to NT boot loader menu, in Linux do:
#dd -if=/dev/hdaN -of=/tmp/boot.lnx bs=512 count=1 
[where N is the partition of the Linux "/" (root dir)]
Ensure /tmp/boot.lnx is 512 bytes. Copy it to c:\ of NT.
Append 'c:\boot.lnx "linux"' 'to c:\boot.ini and you are done
 



Re: Installed netscape, but how do I start it?

2001-09-15 Thread Karsten M. Self
on Fri, Sep 14, 2001 at 10:57:57PM -0400, Peter Christensen ([EMAIL PROTECTED]) 
wrote:

> Thanks for all the suggestions!  I really am trying to learn the
> basics of Linux, a few weeks ago bought Peter Norton's _Complete Guide
> to Linux_, but am finding it not too helpful at this point.  (The book
> was on sale, remaindered, I guess not a big seller!)  Karsten, I will
> check out the books that you recommended.  I really do need more
> instruction!

I find most of the Norton's, SAMS, "Unleashed", "In 24 Hours", "In 10
Days", "Maximum...", "...for Dummies", and "Total Idiots Guide..." books
to be poor, though there are the odd exceptions.

I tend to recommend O'Reilly, Wiley, Morgan Kaufman, and Addison Wesley.

> I installed both Linux 2.1 (kernel 2.1.121 shows up in a message at
> startup time) and Netscape 4.75 from CDs.  (I copied the .tar file for
> Netscape from the CD)  I installed Netscape because I had problems
> with the Mozilla that came on the Debian CDs.  I was able to connect
> to my ISP, then start Mozilla, but the one thing that I couldn't do in
> Mozilla was go to a website by typing in the URL then hitting enter.

If you're installing from CDROM, you're almost certainly getting an
older version of the project.  M-18 and 0.80 are older releases of
Mozilla, the 0.90 series is far superior in stability, speed, and
functionality.

The prime advantage of Debian is that the software update system that
makes getting the latest'n'greatest far, far simpler than on any other
GNU/Linux distro, both in terms of identifying the proper versions of
updated software, and what it is that the software needs to work
properly (dependencies).  You're going about it the wrong way.

> Karsten, I tried the $ echo $PATH command and it listed five paths, none
> of which contained the netscape executable.  When I switched to
> /usr/local/netscape and typed:
> 
>   ./netscape
> or
>   /usr/local/netscape/netscape
> 
> I got the following:
> 
>   error in loading shared libraries
>   libstdc++-libc6.1-1.so.2:  cannot open shared object file:  no such
> file or directory
> 
> Is this because Netscape 4.75 has problems?  If I buy a new set of
> Debian CDs (from Cheapbytes, where I bought the last set), would it
> come with a working browser?

It should.

Or you can edit your /etc/apt/sources.list file to include the following
(for the stable track):

# apt package archives, stable only
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free


and run:

$ apt-get update
$ apt-get install konqueror
$ apt-get install mozilla

...which should give you two highly functional browsers in their latest
release.  You'll need an Internet connection.

Peace.

-- 
Karsten M. Self   http://kmself.home.netcom.com/

Praying for the victims. 


pgpS3HFeQ9wPv.pgp
Description: PGP signature


.m2v files which format ?

2001-09-15 Thread Rajesh Fowkar
Hi,

My friend has got a CD on which he has got some mpeg files and some files
are in .m2v format ? Which format is this ? It also looks to be a video
file from its size. Has anybody come across this format ? Which player can
play these files ? I tried mplayer but it does not play them.

Has anybody comeacross this file format ?

Thanks in advance.

Warm Regards

--
Rajesh

:
[ Linux One Stanza Tip (LOST) ]###

Sub : Copying from Linux to Win partitionLOST #040

Method 2: To copy a file from Linux to a Windows partition

#mount -t msdos /dev/fd0 /floppy (/floopy is mount point)
#cp /path/filename /floppy
Then boot through Win/ DOS and copy from Floppy

<[EMAIL PROTECTED]>###



Re: uptime

2001-09-15 Thread Dimitri Maziuk
* Craig Dickson ([EMAIL PROTECTED]) spake thusly:
> will trillich wrote:
> 
> > $ uptime
> >  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01
> > 
> > break out the root beer!
> 
> Congrats! I think I'll show this to a few Windows users. 

Hmm. We had an NT swerver with about 8 months uptime at work[n - 1].
The only reson it got rebooted was because we bought a rack and had
to switch the fscker off to put it in there. So it's not the OS, it's
how you use it...

Dima
-- 
I like the US government, makes the Aussie one look less dumb and THAT is a
pretty big effort.   -- Craig Small



Re: gnumeric needs libgdk_imlib.la

2001-09-15 Thread J.H.M. Dassen \(Ray\)
On Fri, Sep 14, 2001 at 12:07:54 -0400, Mark Copper wrote:
> I am running dpkg-buildpackage on "unstable" Gnumeric sources. Make
> exits with error saying that it cannot find /usr/lib/libgdk_imlib.la.

Check the debian/control file. It states the build dependencies, including
libgnome-dev which in turn depends on gdk-imlib-dev, which contains this
file.

> Looking in my /usr/lib directory shows that both the corresonding static
> and shared libraries are present.

The runtime libraries, but not the files needed for building binaries that
use them (header files, ".so" link).

> But I don't know what an .la file is or where to source it.

That's a file that provides information for libtool.

HTH,
Ray
-- 
POPULATION EXPLOSION  Unique in human experience, an event which happened 
yesterday but which everyone swears won't happen until tomorrow.  
- The Hipcrime Vocab by Chad C. Mulligan 



Re: epson stylus 600 setup problem

2001-09-15 Thread Michael Heldebrant
On Sat, 2001-09-15 at 12:56, Michael Heldebrant wrote:
> On Sat, 2001-09-15 at 12:51, Dale Morris wrote:
> > On Sat, 15 Sep 2001, Ron Farrer wrote:
> > 
> > > Dale Morris ([EMAIL PROTECTED]) wrote:
> > > 
> > > > When I do that I get the following:
> > > > [EMAIL PROTECTED] dlm lp
> > > > The user `dlm' is already a member of lp.
> > > > [EMAIL PROTECTED]
> > > > 
> > > > that's what's so frustrating..
> > > 
> > > Does it give the same error if you do:
> > > echo test > /dev/lp0
> > > as root? If so, then printer support is not enabled in the kernel.
> > > 
> > [EMAIL PROTECTED] /home/dlm/turboprint_1_43#echo test > /dev/lp0
> > bash: /dev/lp0: No such device
> > 
> > ..sigh.. I just reconfigured the kernel. Any specific settings that I
> > may have missed in kernel configuration? But the confusing thing is that
> > dmesg shows I have a printer..
> > 
> > PCI: Using IRQ router default [1022/7006] at 00:00.0
> > isapnp: Scanning for PnP cards...
> > isapnp: No Plug & Play device found
> > Linux NET4.0 for Linux 2.4
> > Based upon Swansea University Computer Society NET3.039
> > Starting kswapd v1.8
> > parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> > parport0: cpp_daisy: aa5500ff(18)
> > parport0: assign_addrs: aa5500ff(18)
> > parport0: Printer, EPSON Stylus COLOR 600
> > pty: 256 Unix98 ptys configured
> > Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ
> > SERIAL_PCI ISAPNP enabled
> > 
> > 
> > What now, should I reconfigure the kernel again? I have the parport
> > support built into the kernel, not made as a module. It has always
> > worked before this way, but maybe there is a security script that has
> > changed something.
> > 
> > thanks for all your help
> > dale
> 
> It may just be that you don't have the alias for the major device number
> in the modules.conf file, the modules may be getting autocleaned if you
> aren't using them and having trouble getting reloaded.  Check your
> /proc/devices and /proc/modules to see if this is the case.

Sorry, it would probbaly help if wasn't half asleep when reading that
you had it compiled in.  Disregard my "helpfull" suggestion please.

--mike




Re: Fonts in KDE2.2

2001-09-15 Thread Julio Merino
On Sat, Sep 15, 2001 at 05:02:49PM +0200, Thomas Apel wrote:
> On Saturday, 15. September 2001 12:09, Julio Merino wrote:
> > Hi all,
> >
> > I've installed KDE2.2 on sid. The first time I run it, it apperes the
> > setup wizard, and everything looks fine. But when I restart it, I get
> > very weird fonts. I go to the control center to change them, but I
> > only get three fonts: bitstream charter, courier and another one I
> > don't remember now.
> >
> > Instead, if I run xfontsel, I see all my fonts properly installed.
> > I have, basically the 75dpi, 100dpi and msttcore fonts.
> >
> > What's happening? Why they are changed automatically?
> >
> > Thanks.
> 
> What charset do you use in your personal settings? I think KDE's fontselector 
> only offers fonts matching your charset. If you use something other than 
> ISO-8859-1 your fonts might not support that. In sid are extra packages with 
> 75 and 100dpi fonts for other charsets. On the other hand the msttcorefonts 
> should support most charsets.
> 
> Thomas

I've found the problem. I have disable antialiased fonts, restarted kde
and all fonts appere.

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

-- 
Make a better partition table: http://www.jmmv.f2s.com/ept

Julio Merino <[EMAIL PROTECTED]> ICQ: 18961975


pgpG1gWFM834Q.pgp
Description: PGP signature


Re: epson stylus 600 setup problem

2001-09-15 Thread Michael Heldebrant
On Sat, 2001-09-15 at 12:51, Dale Morris wrote:
> On Sat, 15 Sep 2001, Ron Farrer wrote:
> 
> > Dale Morris ([EMAIL PROTECTED]) wrote:
> > 
> > > When I do that I get the following:
> > > [EMAIL PROTECTED] dlm lp
> > > The user `dlm' is already a member of lp.
> > > [EMAIL PROTECTED]
> > > 
> > > that's what's so frustrating..
> > 
> > Does it give the same error if you do:
> > echo test > /dev/lp0
> > as root? If so, then printer support is not enabled in the kernel.
> > 
> [EMAIL PROTECTED] /home/dlm/turboprint_1_43#echo test > /dev/lp0
> bash: /dev/lp0: No such device
> 
> ..sigh.. I just reconfigured the kernel. Any specific settings that I
> may have missed in kernel configuration? But the confusing thing is that
> dmesg shows I have a printer..
> 
> PCI: Using IRQ router default [1022/7006] at 00:00.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Starting kswapd v1.8
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> parport0: cpp_daisy: aa5500ff(18)
> parport0: assign_addrs: aa5500ff(18)
> parport0: Printer, EPSON Stylus COLOR 600
> pty: 256 Unix98 ptys configured
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ
> SERIAL_PCI ISAPNP enabled
> 
> 
> What now, should I reconfigure the kernel again? I have the parport
> support built into the kernel, not made as a module. It has always
> worked before this way, but maybe there is a security script that has
> changed something.
> 
> thanks for all your help
> dale

It may just be that you don't have the alias for the major device number
in the modules.conf file, the modules may be getting autocleaned if you
aren't using them and having trouble getting reloaded.  Check your
/proc/devices and /proc/modules to see if this is the case.

--mike



postgresql/horde/imp problem on woody (was Re: testing)

2001-09-15 Thread Martin F Krafft
guten abend!

also sprach Gerhard Kroder (on Fri, 14 Sep 2001 10:04:32PM +0200):
> you should convert to testing, maybe... just kidding. But: on testing
> postgres runs quite well, too. Currently as of 7.1-4

i am running testing. i constantly get

  /usr/lib/postgresql/bin/do.maintenance: /etc/postgresql/postgresql.env:
  +No such file or directory

from cron.

postgresql is installed, standard woody package. absolutely no
databases are defined yet, i just ran initdb.

anyway, now i need to install imp and horde.
i configure horde to use a PostgreSQL container (option 1.1), give the
hostname for the database as localhost (option 2), and it goes about
to do it's stuff:

  pgsql extension for php4 found.
  Error when trying to connect to the pgsql database.
  This error can occur if you have no database to connect to, or
  if the password was incorrect.
  use: dpkg-reconfigure -plow packagename to reconfigure.

isn't it supposed to create the database itself? and it never asked me
for a password. how can i get horde to run with the postgresql
backend???


any help appreciated!
thanks,
martin


ps: this happens later during the horde install:

  apache needs to be restarted:
  Stopping web server: apache.
  /usr/sbin/apachectl stop: httpd stopped
  Starting web server: apache.
  /usr/sbin/apachectl start: httpd (pid 28916) already running

--> doesn't really look that stable to me. especially that after this,
apache had died...

woody does have some peculiarities still!

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
windoze 98:  useless extension to a minor patch release for 32-bit
  extensions and a graphical shell for a 16-bit patch to an 8-bit
  operating system originally coded for a 4-bit microprocessor, written
  by a 2-bit company that can't stand for 1 bit of competition.


pgpMuwcqDGRS7.pgp
Description: PGP signature


Re: epson stylus 600 setup problem

2001-09-15 Thread Dale Morris
On Sat, 15 Sep 2001, Ron Farrer wrote:

> Dale Morris ([EMAIL PROTECTED]) wrote:
> 
> > When I do that I get the following:
> > [EMAIL PROTECTED] dlm lp
> > The user `dlm' is already a member of lp.
> > [EMAIL PROTECTED]
> > 
> > that's what's so frustrating..
> 
> Does it give the same error if you do:
> echo test > /dev/lp0
> as root? If so, then printer support is not enabled in the kernel.
> 
[EMAIL PROTECTED] /home/dlm/turboprint_1_43#echo test > /dev/lp0
bash: /dev/lp0: No such device

..sigh.. I just reconfigured the kernel. Any specific settings that I
may have missed in kernel configuration? But the confusing thing is that
dmesg shows I have a printer..

PCI: Using IRQ router default [1022/7006] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Starting kswapd v1.8
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport0: cpp_daisy: aa5500ff(18)
parport0: assign_addrs: aa5500ff(18)
parport0: Printer, EPSON Stylus COLOR 600
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ
SERIAL_PCI ISAPNP enabled


What now, should I reconfigure the kernel again? I have the parport
support built into the kernel, not made as a module. It has always
worked before this way, but maybe there is a security script that has
changed something.

thanks for all your help
dale



Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Michael Heldebrant
On Sat, 2001-09-15 at 08:48, Ramin Motakef wrote:
> Michael Heldebrant <[EMAIL PROTECTED]> writes:
> 
> > Ok, I've got courier-imapd installed and configured.
> > 
> > How do I get exim to deliver all localy generated mail to stay in the
> > standard mail spool for the system but all other mail which is coming in
> > through fetchmail to go into a maildir so I can imap serve this to other
> > hosts I'm at during the day?
> 
> You could append a different domain to Mail delivert by fetchmail eg. 
> poll ... is [EMAIL PROTECTED] here 
> and add from.somewhere.else.com to exims local_domains.

Ok, so what I'm doing is telling fetchmail to say that instead of
[EMAIL PROTECTED] it will be [EMAIL PROTECTED] and then configure exim to
take mail for [EMAIL PROTECTED] and then deliver that specially right?  I
just want to make sure I understand what I'll be configuring and why.

>  
> > I've checked the docs in /usr/share/doc and the exim website and I see
> > references to maildir and I see something about maildir in the exim.conf
> > file commented out.  Should I just uncomment that and then it magically
> > works?  I'm not sure if thats all I need to fix to make it start
> > working.
> > 
> > I also assume I need to make a maildir for myself, but then how do I get
> > exim to find it?  Do I need to make all other users a maildir now?  I'm
> > having trouble finding a good howto or even a non-cryptic faq.
> > 
> > Or is what I really should be doing is looking into procmail to move
> > things not local from my mbox into the maildir?
> > 
> > I'd appreciate any tips tricks, links or dire warnings.
> > 
> > --mike
> > 
> 
> To use maildir delivery use something like
> 
> maildir_delivery
>   driver = appendfile
>   create_directory = true
>   directory_mode = 700
>   directory = /var/spool/maildirs/${local_part}/
>   headers_remove = "Bcc"
>   user = 
>   group =   
>   maildir_format
>   mode = 660
Now what exactly is going on here?  this as far as I can tell delivers
normal mail to users except those that we specify in the user and group
section?  Then those go maildir?  I'm a bit confused here.

> 
> in the transports section and
> 
> maildir_user
>transport = maildir_delivery
>domains = from.somewhere.else.com
> 
> in the directors section.
So this is going to be hit first by exim which then calls the maildir
_delivery to anything coming from fetchmail.  I think I understand this
part at least ;>

Thanks for the help.  Hopefully I can leap from this to a better
understanding of the exim-fetchmail-imap systems.

--mike
 
> 
> Ramin
> 
> 
> 




Re: Which are the network .deb-s of Debian GNU/Linux ?

2001-09-15 Thread Jakob B. Jensen
On Sat, Sep 15, 2001 at 09:45:03PM +0530, [EMAIL PROTECTED] wrote:
> I understand that there are certain  .deb-s that :
> 1) make your Linux box a router (I want him\her to at least identify on being 
> ping-ed
> by others on the network , and accept telnet and ftp connections) .
...

First off, as far as Debian goes these are 4 different tasks,
which you can install or remove separately.

A. Being a router, i.e. a machine that plugs into two networks
(one of which may be a modem) and lets network data flow through
from one to the other.

This is built in to the very Linux kernel itself, it is simply a
matter of turning it on with the following one-line command
(after everything else is set up...):

echo 1 > /proc/sys/net/ipv4/ip_forward

B. Using Linux to make machines on your network access the
Internet as if they were just a single machine.  This is called
IP-Masquerading and is also part of the Linux kernel itself, but
you net the ipchains tool to configure it.  Search www.linux.org
for Masquerading for some excellent tutorials.

C. Being a server answering things like ftp, telnet or http (web
server) Each of these is a separate .deb, and for some you have
more than one choice e.g.

telnetd-ssl.deb
wu-ftpd.deb
apache-ssl.deb
dhcp*.deb
etc.

Most of these are listed in dselect under the category "net",
there is a lot to choose from and you definitely don't want
everything.

D. Telling other machines that your machine is a server or
router etc.  This typically means running a DHCP server (on
Debian or elsewhere) pointing to a DNS server (on Debian or
elsewhere) pointing to the Debian machine.


-- 
This message is hastily written, please ignore any unpleasant wordings,
do not consider it a binding commitment, even if its phrasing may
indicate so. Its contents may be deliberately or accidentally untrue.
Trademarks and other things belong to their owners, if any.



Re: epson stylus 600 setup problem

2001-09-15 Thread Ron Farrer
Dale Morris ([EMAIL PROTECTED]) wrote:

> When I do that I get the following:
> [EMAIL PROTECTED] dlm lp
> The user `dlm' is already a member of lp.
> [EMAIL PROTECTED]
> 
> that's what's so frustrating..

Does it give the same error if you do:
echo test > /dev/lp0
as root? If so, then printer support is not enabled in the kernel.

Ron


pgpmIqJReKNPM.pgp
Description: PGP signature


Re: tar copying problems for "/" to "/mnt"

2001-09-15 Thread Jakob B. Jensen
On Sun, Sep 16, 2001 at 01:08:29PM +0800, Rino Mardo wrote:
...
> partition) to "/mnt" which points to my spare partition.  to do this i
> use tar with the commands:
> 
> cd /; tar cf - / | (cd /mnt; tar xf - )
> 
> this works fine but i get this timestamp messages:
> 
> tar: Archive contains future timestamp 2001-09-16 20:33:45
> 
> so i played around with tar's switches and i've even used the "-p" but
> i the same timestamp message although a different date and time of
> course.
> 
...
tar like this is my personal favorite too, here is my script:

#!/bin/sh
tar clfCS - $1 --atime-preserve --exclude TRANS.TBL . | tar xpfC - $2

I don't recall why I selected each of those options and some may
be quite inappropriate (e.g. excluding TRANS.TBL is for copying
Rock Ridge CDs), but --atime-preserve is a must, or suddenly all
your files will be stamped as accessed today, which confuses
programs like mutt.  S and p are necessary to preserve sparse
files and permissions.  l prevents tar from including /mnt
itself.

The message you are getting probably means that you have a file
on your disk dated into the future, try locating it with
# tar clfCS - / --atime-preserve . | tar tvf 2>&1 | less -j2
then hit
: /future timestamp
to find the file with the possible error and check its actual
status with
: !stat /path/filename
and check that tar did not throw it away with
: !stat /mnt/path/filename

Anyway, the message should not prevent tar from doing its job.
My personal cure after checking that it is harmless would be
# (tar options | tar options) 2>&1 |
fgrep -v "tar: Archive contains future timestamp"

A more rude trick is to stop all other processes (especially
cron and ntpd), use date to set your clock 5 years into the
future, copy the files and set the clock back.
-- 
This message is hastily written, please ignore any unpleasant wordings,
do not consider it a binding commitment, even if its phrasing may
indicate so. Its contents may be deliberately or accidentally untrue.
Trademarks and other things belong to their owners, if any.



Which are the network .deb-s of Debian GNU/Linux ?

2001-09-15 Thread shyamk
I understand that there are certain  .deb-s that :
1) make your Linux box a router (I want him\her to at least identify on being 
ping-ed
by others on the network , and accept telnet and ftp connections) .

2) that get on with the basic bit of networking., DHCP,DNS ,Samba,etc.

What are the .deb-s involved ?
Please guide me on this 

([EMAIL PROTECTED])
Shyam Kumar




Re: epson stylus 600 setup problem

2001-09-15 Thread Dale Morris
> > [EMAIL PROTECTED]:~$ls -l /dev/lp*
> > crwxr-x---1 root lp 6,   0 Jul  5  2000 /dev/lp0
> > crw-rw1 root lp 6,   1 Jul  5  2000 /dev/lp1
> > crw-rw1 root lp 6,   2 Jul  5  2000 /dev/lp2
> 
> Did you attempt my previous command as root or as a normal user? If as a
> user, you need to exec this command as root "adduser SOMEONE lp"
> (replace SOMEONE with your username).
When I do that I get the following:
[EMAIL PROTECTED] dlm lp
The user `dlm' is already a member of lp.
[EMAIL PROTECTED]

that's what's so frustrating..

thanks
dale

> 
> HTH,
> Ron



-- 
  
 |Dale L. Morris | Homepage: http://www.well.com/user/dlm |
 |Massage Therapist  | PGP key: http://www.well.com/user/dlm  |
 |Telephone: (702) 647-5583  ||
 |ICQ #: 67278457|Yahoo Instant Messenger: dl_morri   |
  



Re: dpkg

2001-09-15 Thread Jakob B. Jensen
On Fri, Sep 14, 2001 at 05:56:38PM -0500, Stathy G. Touloumis wrote:
> What is 'start-stop-daemon'?  When I try to install a package using dpkg I 
> get this error.
> 
> 
> dpkg: `start-stop-daemon' not found on PATH.
> dpkg: 1 expected program(s) not found on PATH.
> NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
> ---
on my system (running potato), /sbin/start-stop-daemon is part of
dpkg*.deb,  I guess your real problem is explained by the last line.

Try

# echo ${PATH}

If it says something like

/usr/local/bin:/usr/bin:/bin

It means that you have accidentally configured the PATH as if
you were not running as root.  To fix it temporarily type

# export PATH=/usr/local/sbin:/usr/sbin:/sbin:${PATH}

To make the fix more permanent, you need to put the new path in
/root/.profile or some other place depending on how you logged in
as root.

> 
> Thanks,
> 
You're welcome.

-- 
This message is hastily written, please ignore any unpleasant wordings,
do not consider it a binding commitment, even if its phrasing may
indicate so. Its contents may be deliberately or accidentally untrue.
Trademarks and other things belong to their owners, if any.



Re: mutt & send hook

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 09:10:14PM +, Rajesh Fowkar wrote:
| Hi,
| 
| I have got the following in my muttrc :
| 
| set default_hook="~C %s"
| send-hook ! ^(howtos|linux-india|debian-user|ilug-goa|icewm) 
|   "set editor='/usr/local/bin/rajeshsign.sh'"
| send-hook ^(howtos|linux-india|debian-user|ilug-goa|icewm) 
|   "set editor='/usr/local/bin/lostsign.sh'"
| 
| ( Each send-hook is on one line )
| 
| What I want is if the CC or TO address is of the mailing lists than execute
| lostsign.sh script else execute rajeshsign.sh.
| 
| --
| rajeshsign.sh is :
| 
| INFILE=$1
| echo -en "\n\n\n" >> $INFILE
| cat $HOME/.rajeshsign >> $INFILE
| fortune -s >> $INFILE
| vi $INFILE
| rm -rf $INFILE
| --
| 
| --
| lostsign.sh is :
| 
| INFILE=$1
| echo -en "\n\n\n" >> $INFILE
| cat $HOME/.rajeshsign >> $INFILE
| fortune /usr/share/games/fortunes/lost >> $INFILE
| vi $INFILE
| rm -rf $INFILE
| --
| 
| But whenever I start to type any mail and than quit vi I get the message as
| message is unmodifed ? This happens inspite of my typing the
| contents in the mail. If I say yes I come to the screen where I have to
| send the mail,( presss y ), However the mail is empty ??
| 
| Any problems with my script ?

Yes: you shouldn't be removing the message when you finish writing it.
Mutt will remove it once it is sent.  That is kind of like if vi
removed the file every time you quit it.  Thus mutt doesn't see any
changes between the original (empty/nonexistant) and what it is when
your "editor" finishes (nonexistant).

HTH,
-D



Re: CDROM with device file system.

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 05:02:50PM +0100, Ross Burton wrote:
| On Sat, 2001-09-15 at 16:39, Marvin Stodolsky wrote:
| > My ATAPI CDROM drive /dev/hdc is fine,
| > provided the devfsd daemon is not implemented during bootup.
| > If /dev/hdc mounting is attempted AFTER devfsd is called,
| > the mount fails. Insights?
| 
| Under devfsd the mount point will be /dev/ide/...
 ^
No, that 'd' shouldn't be there.  devfs and devfsd are two different
things, though related.  With devfsd running, with the default Debian
config, it provides "old dev" compatibility.  That means that the old
name (/dev/hdc) will be valid IFF the drive exists.

I found that the 2.4 kernel packages don't have the cdrom driver
built-in anymore.  You need to add 'ide-cdrom' to /etc/modules.  If
you check the 'drivers' file under /proc/ide you will see whether or
not you have the cdrom driver loaded.

HTH,
-D



Re: CDROM with device file system.

2001-09-15 Thread Ross Burton
On Sat, 2001-09-15 at 16:39, Marvin Stodolsky wrote:
> My ATAPI CDROM drive /dev/hdc is fine,
> provided the devfsd daemon is not implemented during bootup.
> If /dev/hdc mounting is attempted AFTER devfsd is called,
> the mount fails. Insights?

Under devfsd the mount point will be /dev/ide/...

Ross Burton



Re: epson stylus 600 setup problem

2001-09-15 Thread Ron Farrer
Dale Morris ([EMAIL PROTECTED]) wrote:

> Ron, it shows:
> 
> [EMAIL PROTECTED]:~$ls -l /dev/lp*
> crwxr-x---1 root lp 6,   0 Jul  5  2000 /dev/lp0
> crw-rw1 root lp 6,   1 Jul  5  2000 /dev/lp1
> crw-rw1 root lp 6,   2 Jul  5  2000 /dev/lp2

Did you attempt my previous command as root or as a normal user? If as a
user, you need to exec this command as root "adduser SOMEONE lp"
(replace SOMEONE with your username).

HTH,
Ron


pgpKNXALgr8Ex.pgp
Description: PGP signature


Re: epson stylus 600 setup problem

2001-09-15 Thread Dale Morris
> 
> > results of that command are:
> > [EMAIL PROTECTED]:~$echo test > /dev/lp0
> > bash: /dev/lp0: Permission denied
> 
> What does this command show:
> ls -l /dev/lp*

Ron, it shows:

[EMAIL PROTECTED]:~$ls -l /dev/lp*
crwxr-x---1 root lp 6,   0 Jul  5  2000 /dev/lp0
crw-rw1 root lp 6,   1 Jul  5  2000 /dev/lp1
crw-rw1 root lp 6,   2 Jul  5  2000 /dev/lp2

dale



Error message at boot time

2001-09-15 Thread Keith O'Connell
I have an old 400 Mhz Pentium, that I want to use as a firewall. It has
80Mb ram and a 6Gb disk. Now I understand that this is easily ample for
the task.

It only has one network card in it at the moment, but that card seems to
generate this message at boot time. None of the other computers running
Debian do so, so I thought before I commit to my spare time project of
building the firewall, is this machines error message a sign of a
problem?


  tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED]
  eth0: Lite-On 82c168 PNIC rev 32 at 0x1000, 00:A0:CC:D3:72:BA, IRQ
11.   
  eth0:  MII transceiver #1 config 3000 status 7829 advertising 01e1.
PCI latency timer (CFLT) is unreasonably low at 0.  Setting to 64
clocks.

It is the "unreasonably low" coment that I would like some guidance on.
If I put two nics in this machine and use it as a firewall only, have I
made myself a problem?

Keith

-- 
+--+
  Keith O'Connell  | "That which does not kill
  Maidstone, Kent (UK) |  us, usually still hurts.
  [EMAIL PROTECTED]  |   That's just life, I'm afraid"



Re: epson stylus 600 setup problem

2001-09-15 Thread Ron Farrer
Dale Morris ([EMAIL PROTECTED]) wrote:

> results of that command are:
> [EMAIL PROTECTED]:~$echo test > /dev/lp0
> bash: /dev/lp0: Permission denied

What does this command show:
ls -l /dev/lp*

Ron


pgpj5ZdQUbhps.pgp
Description: PGP signature


Re: epson stylus 600 setup problem

2001-09-15 Thread Dale Morris
On Sat, 15 Sep 2001, Ron Farrer wrote:

> Perhaps try something simple, such as:
> echo test > /dev/lp0
results of that command are:
[EMAIL PROTECTED]:~$echo test > /dev/lp0
bash: /dev/lp0: Permission denied




CDROM with device file system.

2001-09-15 Thread Marvin Stodolsky
My ATAPI CDROM drive /dev/hdc is fine,
provided the devfsd daemon is not implemented during bootup.
If /dev/hdc mounting is attempted AFTER devfsd is called,
the mount fails. Insights?

MarvS



quick perl check

2001-09-15 Thread Adam McDaniel
Hey...i think i've found a slight issue/bug with the testing version of perl,
but I need someone running stable to run this command:

# dpkg -S ioctl.ph

Actually, now that I think about it, anyone running either stable OR testing
if you could run that command and dump the output that would help me alot :)

Long story short, I need to find out what packages contains ioctl.ph

thx :)

-- 
Adam McDaniel
Infrastructure Technology Consultant
M-Tech Mercury Information Technology, Inc.



mutt & send hook

2001-09-15 Thread Rajesh Fowkar
Hi,

I have got the following in my muttrc :

set default_hook="~C %s"
send-hook ! ^(howtos|linux-india|debian-user|ilug-goa|icewm) 
  "set editor='/usr/local/bin/rajeshsign.sh'"
send-hook ^(howtos|linux-india|debian-user|ilug-goa|icewm) 
  "set editor='/usr/local/bin/lostsign.sh'"

( Each send-hook is on one line )

What I want is if the CC or TO address is of the mailing lists than execute
lostsign.sh script else execute rajeshsign.sh.

--
rajeshsign.sh is :

INFILE=$1
echo -en "\n\n\n" >> $INFILE
cat $HOME/.rajeshsign >> $INFILE
fortune -s >> $INFILE
vi $INFILE
rm -rf $INFILE
--

--
lostsign.sh is :

INFILE=$1
echo -en "\n\n\n" >> $INFILE
cat $HOME/.rajeshsign >> $INFILE
fortune /usr/share/games/fortunes/lost >> $INFILE
vi $INFILE
rm -rf $INFILE
--

But whenever I start to type any mail and than quit vi I get the message as
message is unmodifed ? This happens inspite of my typing the
contents in the mail. If I say yes I come to the screen where I have to
send the mail,( presss y ), However the mail is empty ??

Any problems with my script ?

Thanks in advance.

Warm Regards


--
Rajesh

:
[ Linux One Stanza Tip (LOST) ]###

Sub : Steps for kernel compilation   LOST #087

1. #cd /usr/src/linux   2. #make mrproper  3. #make menuconfig
4. #make dep5. #make clean 6. #make modules
7. #make install8. #make modules_install
Change /etc/lilo.conf and than run lilo -v
For detailed explaination refer to Kernel-HOWTO.

<[EMAIL PROTECTED]>



Re: major problems (was:Re: fetchmail)

2001-09-15 Thread Marvin Stodolsky
The XF86Config serving Root must then be in /root
Copy it to  /etc/X11/XF86Config  for use by other users.

MarvS
>Frank Zimmermann wrote:
> 
> On Sat, 15 Sep 2001, Marvin Stodolsky wrote:
> 
> > With respect to startx,
> > check for a .xsession files in your /root/ and /home/user/ folders.
> > You may be missing /home/user/.xsession
> > See
> > /usr/share/doc/xfree86-common/examples/xsession
> >
> > MarvS
> >
> 
> Sorry i did not include any error messages. It says:
> 
> Could not find config fiel.
> Tried:
>  /etc/XF86Config
> /usr/X11R6/lib/X11/XF86Config.(voyager)
> /usr/X11R6/lib/X11/XF86Config
> 
> Fatal server error: No config file found!
> Note, the X server no longer looks for XF86Config in $HOME
> bla bla
> X connection to :0.0 broken (explicit kill or server shutdown)
> 
> I'll check for a .xsession but i don't think this is the problem.
> 
> Frank
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mutt and vi

2001-09-15 Thread Martin F Krafft
also sprach [EMAIL PROTECTED] (on Fri, 14 Sep 2001 06:46:35PM -0500):
> Is autocmds a vi thing or a mutt thing?

neither. it's vim.

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
anyone around? -- no, we're all irregular polygons.



New book [was Installed netscape, but how do I start it?]

2001-09-15 Thread Wendell Cochran
> ... a few weeks ago bought Peter Norton's _Complete Guide to
>Linux_, but am finding it not too helpful at this point.  (The book was
>on sale, remaindered, I guess not a big seller!)  Karsten, I will check
>out the books that you recommended.

See also _The Linux Cookbook_ by Michael Stutz (2001 No Starch / Linux
Journal). 396 p.  Paperback.  $30.  It's slanted toward Debian users
(but I find it extremely useful for Red Hat), & gives 1500+ recipes
including many so simple & obvious that no one thinks to tell the
newbie.

You can check it out on line:

http://www.dsl.org/cookbook/

Wendell Cochran
West Seattle



Re: uptime

2001-09-15 Thread Martin F Krafft
also sprach will trillich (on Sat, 15 Sep 2001 12:45:15AM -0500):
> $ uptime
>  12:44am  up 365 days,  1:31,  2 users,  load average: 0.10, 0.03, 0.01

piper:/var/log# uptime
16:58:42 up 854 days, 11:46, 67 users, load average: 0.05, 0.05, 0.01

titan:~# uptime
11:06am up 1556 day(s), 4:30, 113 users, load average: 0.06, 0.13, 0.11

don't regard this as competition. it's a fact. we run the best
operating system!

martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED]
-- 
you work very hard. don't try to think as well.


pgpydM521UjQ9.pgp
Description: PGP signature


Re: how to mail an attachment from a script

2001-09-15 Thread dman
On Sat, Sep 15, 2001 at 08:25:33AM -0300, Christoph Simon wrote:
| On Fri, 14 Sep 2001 21:24:04 -0700 (PDT)
| "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote:
| > On 15-Sep-2001 dman wrote:
| > > 
| > > I need to set up a script to be run by crontab.  This script needs to
| > > mail a (html) file as an attachment.  How can I do this?  I know mutt
| > > has a '-a ' argument, but mail doesn't have this.  This script
| > > needs to run on a FreeBSD box (that I don't have root on) that doesn't
| > > have mutt.
| > 
| > It will involved installing some piece of software.  There are mime tools 
for
| > this.
| 
| Particularly, there is metasend (comes with metamil) which sends attachments.

Ok, found it.  Thanks!  I also found the FreeBSD package (it's just a
tarball) and unpacked it on the server.  It works too ;-).

-D



Re: epson stylus 600 setup problem

2001-09-15 Thread Ron Farrer
Dale Morris ([EMAIL PROTECTED]) wrote:

> I'm still trying to get my printer working, not much luck. When I run
> dmesg it shows:
> 
> PCI: Using IRQ router default [1022/7006] at 00:00.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> Starting kswapd v1.8
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> parport0: cpp_daisy: aa5500ff(18)
> parport0: assign_addrs: aa5500ff(18)
> parport0: Printer, EPSON Stylus COLOR 600
> pty: 256 Unix98 ptys configured
> 
> This means the printer is being detected, no? Yet, since this compiled
> into the kernel rather than built as a module the lsmod command does me
> no good. Is there another command I can use to find if this is working?
> I tried installing printtool and it detects nothing on any of the ports
> lp0, lp1, etc..

Perhaps try something simple, such as:
echo test > /dev/lp0

If it prints something, then do:
echo -ne \\f > /dev/lp0

Which will eject the page.

Let's see if that works before going any further..

HTH,
Ron
-- 
Email: <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>


pgpj3UcAEgoah.pgp
Description: PGP signature


Re: Fonts in KDE2.2

2001-09-15 Thread Thomas Apel
On Saturday, 15. September 2001 12:09, Julio Merino wrote:
> Hi all,
>
> I've installed KDE2.2 on sid. The first time I run it, it apperes the
> setup wizard, and everything looks fine. But when I restart it, I get
> very weird fonts. I go to the control center to change them, but I
> only get three fonts: bitstream charter, courier and another one I
> don't remember now.
>
> Instead, if I run xfontsel, I see all my fonts properly installed.
> I have, basically the 75dpi, 100dpi and msttcore fonts.
>
> What's happening? Why they are changed automatically?
>
> Thanks.

What charset do you use in your personal settings? I think KDE's fontselector 
only offers fonts matching your charset. If you use something other than 
ISO-8859-1 your fonts might not support that. In sid are extra packages with 
75 and 100dpi fonts for other charsets. On the other hand the msttcorefonts 
should support most charsets.

Thomas



Re: Linux Administration ?'s

2001-09-15 Thread Bob Hilliard
on Fri, Sep 14, 2001 at 11:04:03AM -0700, Stephen Smith ([EMAIL PROTECTED]
m) wrote:
> I am relatively new to Linux, and have a class that I am required to be
> a Linux Administrator for. I need to know some of the basic questions
> to ask in order to be effective. I am using Linux Mandrake. Thanks for
> the help.

 apt-get sysadmin-guide 

Package: sysadmin-guide
Priority: optional
Section: doc
Installed-Size: 604
Maintainer: Lars Wirzenius <[EMAIL PROTECTED]>
Architecture: all
Version: 0.6.2-3
Filename: pool/main/s/sysadmin-guide/sysadmin-guide_0.6.2-3_all.deb
Size: 130452
MD5sum: 51d23b92d1f780481568456946710b0f
Description: The Linux System Administrators' Guide
 The Linux System Administrators' Guide from the Linux Documentation Project.
 Aimed at novice system administrators.

Bob
-- 
   _
  |_)  _  |_   Robert D. Hilliard  <[EMAIL PROTECTED]>
  |_) (_) |_)  1294 S.W. Seagull Way   <[EMAIL PROTECTED]>
   Palm City, FL  USA  GPG Key ID: 390D6559 
   PGP Key ID: A8E40EB9




Re: major problems (was:Re: fetchmail)

2001-09-15 Thread Frank Zimmermann
On Sat, 15 Sep 2001, Marvin Stodolsky wrote:

> With respect to startx,
> check for a .xsession files in your /root/ and /home/user/ folders.
> You may be missing /home/user/.xsession
> See
> /usr/share/doc/xfree86-common/examples/xsession
>
> MarvS
>

Sorry i did not include any error messages. It says:

Could not find config fiel.
Tried:
 /etc/XF86Config
/usr/X11R6/lib/X11/XF86Config.(voyager)
/usr/X11R6/lib/X11/XF86Config

Fatal server error: No config file found!
Note, the X server no longer looks for XF86Config in $HOME
bla bla
X connection to :0.0 broken (explicit kill or server shutdown)


I'll check for a .xsession but i don't think this is the problem.

Frank



Re: Newbie dselect questions

2001-09-15 Thread David Roundy
On Sat, Sep 15, 2001 at 04:38:36PM +0900, rikiwarren wrote:
> 
> I'd like to run a woody system with kde 2.2 added from sid. What's the 
> proper way to do this? Should I just go ahead and move everything to sid? I 
> seem to be having a lot of trouble using dselect, as it often wants to 
> delete the kde 2.2 files.

I have the same setup as you do (testing plus mozilla, galeon, kde from
unstable).

My solution to this issue was to create an /etc/apt/preferences file with
the following lines:

Package: *
Pin: release a=testing
Pin-Priority: 900
 
Package: *
Pin: release a=unstable
Pin-Priority: 101

This makes apt install testing packages by default, but if you've got some
unstable packages installed, it won't downgrade them, and will in fact
upgrade them if upgrades are available in testing.  If you'd rather have
them frozen at their current version (until testing is more recent), you
could decrease the 101 to 99.

I am not entirely certain if this is the 'right' way to do it, but it seems
to work from me.  If there are any problems with this, I'd love to hear
from someone who knows better.

Oh, and you'll need both unstable and testing sources in your sources.list.
-- 
David Roundy
http://civet.berkeley.edu/droundy/



menu

2001-09-15 Thread Roger Keays

Hi,

Does anybody know how to use the menu package to remove complete subtrees
from the menu?

Also, I've had some strange outputs from editting
/etc/menu-methods/translate_menus...

substitute section->section
   Apps/Math Apps/Trash
endtranslate

Update-menus[3592]: key=Apps/Math match=Apps/Math, replace=Apps/Trash,
replace_var=section

Update-menus[3592]: Reading menuentryfile /usr/lib/menu/bc
Update-menus[3592]: translate: var[Apps/Math] testing trans rule match 
for:Apps/Math
Update-menus[3592]: checking Apps/Programming < Apps/Math
Update-menus[3592]: ADDING: command="/usr/bin/bc" hints="Calculators" 
needs="text" package="bc" section="Apps/Math" title="bc"

Maths never gets translated! What am I doing wrong?

Regards,

Roger




Re: Linux + Digital Cameras

2001-09-15 Thread Philippe Marzouk
Le sam, 15 sep 2001 15:34:34, Lukas Ruf a écrit :
> Dear all,
> 
> does anyone have any NEGATIV experience with digital cameras that should
> be
> connected to Linux via a USB interface?
> 
> The reason I am asking this question: I would like to buy a Pentax Optio
> Digital Camera.  As usual, the manufacturer state only some infos
> regarding
> Myrcosoft and MacOS -- but nothing for Linux.
> 
> I know of friends that successfully make use of a Canon IXUS via USB on
> under Linux.
> 
> Is there any risk that the Pentax camera could not work with Linux?
> 
> Or, is the USB standardized such that every camera that can be connected
> via USB is also manageable under Linux?
> 

Gphoto and gphoto2 do not support any Pentax camera.

If the camera uses the PTP protocol, jphoto (http://jphoto.sourceforge.net)
could be an answer

A lot of newer cameras support the USB storage filesystem so can be mounted
like any other filesystem under Linux.

It all depends on what protocol the camera talks and what access you have
to the specification of the protocol.

if you can have information on the protocol used by the camera you could
get some help in the gphoto-devel mailing list (see http://www.gphoto.org
for details).


Philippe



Re: epson stylus 600 setup problem

2001-09-15 Thread Dale Morris
I'm still trying to get my printer working, not much luck. When I run
dmesg it shows:

PCI: Using IRQ router default [1022/7006] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd v1.8
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport0: cpp_daisy: aa5500ff(18)
parport0: assign_addrs: aa5500ff(18)
parport0: Printer, EPSON Stylus COLOR 600
pty: 256 Unix98 ptys configured

This means the printer is being detected, no? Yet, since this compiled
into the kernel rather than built as a module the lsmod command does me
no good. Is there another command I can use to find if this is working?
I tried installing printtool and it detects nothing on any of the ports
lp0, lp1, etc..



thanks
dale



Slackware / Dragon Linux

2001-09-15 Thread shyamk
I am having a  version of Slackware called Dragon Linux.
As per the manuals , you can have it on a Windows partition .
I installed it in E:\Dragon Linux\  from the Cd

Then I went to MSDOS mode and run the setup file as mentioned by them.
I got into Dragon Linux (the Login prompt , etc.)
I was asked to run the setup utility  , which I did.

This utlity was supposed to check out for the device that contained the setup 
files


But it exited on not being able to identify such a device.


If somebody could please tell me what are the setup files that they might be 
looking
for (may be I could floppy them in).

Please do help ..

Thanks in advance,
([EMAIL PROTECTED])



major problems (was:Re: fetchmail)

2001-09-15 Thread Frank Zimmermann

I apologise for my late response but i was quite busy and the about
what happend in the Us i couldn't get myself on the PC to solve my
little problem.
But today I thought it's time to do so. I found out that I have
multiple problems that seemed to have appeared suddenly.
It's the fetchmai problem describe in the original thread then I
found out that dictd is not starting (not even by hand) and today I
cannot start x as a user (works fine as root).

Any hints what could have happend? Hardware? Any tools that might
help me to find out whats wrong?

i am very thankfull fo rany help,

Frank



Re: Adaptec 1542 with slink/potato?

2001-09-15 Thread Sean Quinlan
--- John Conover <[EMAIL PROTECTED]> (2001-09-15 11:50):
> Anyone using an Adaptec 1542 with slink/potato?
> 
> CD work OK?

I have that card in my firewall machine, running potato, and it works
fine.  I used the boot floppies to install from though (I installed
from the net because my potato CD 1 has some bad sectors on it :) but
if the boot floppies work, then the CD will work fine.

The kernel on the  boot floppies picked the card up automatically, no
modules needed to be inserted, but if it doesn't see it straight away,
just insert the aha1542 module.

Cheers,
Sean

-- 
Sean Quinlan ([EMAIL PROTECTED])



Re: Exim delivery to a maildir (or just use procmail?) questions

2001-09-15 Thread Ramin Motakef
Michael Heldebrant <[EMAIL PROTECTED]> writes:

> Ok, I've got courier-imapd installed and configured.
> 
> How do I get exim to deliver all localy generated mail to stay in the
> standard mail spool for the system but all other mail which is coming in
> through fetchmail to go into a maildir so I can imap serve this to other
> hosts I'm at during the day?

You could append a different domain to Mail delivert by fetchmail eg. 
poll ... is [EMAIL PROTECTED] here 
and add from.somewhere.else.com to exims local_domains.  
 
> I've checked the docs in /usr/share/doc and the exim website and I see
> references to maildir and I see something about maildir in the exim.conf
> file commented out.  Should I just uncomment that and then it magically
> works?  I'm not sure if thats all I need to fix to make it start
> working.
> 
> I also assume I need to make a maildir for myself, but then how do I get
> exim to find it?  Do I need to make all other users a maildir now?  I'm
> having trouble finding a good howto or even a non-cryptic faq.
> 
> Or is what I really should be doing is looking into procmail to move
> things not local from my mbox into the maildir?
> 
> I'd appreciate any tips tricks, links or dire warnings.
> 
> --mike
> 

To use maildir delivery use something like

maildir_delivery
  driver = appendfile
  create_directory = true
  directory_mode = 700
  directory = /var/spool/maildirs/${local_part}/
  headers_remove = "Bcc"
  user = 
  group =   
  maildir_format
  mode = 660

in the transports section and

maildir_user
   transport = maildir_delivery
   domains = from.somewhere.else.com

in the directors section.

Ramin




ide zip drive problem with 2.4.9 ?

2001-09-15 Thread Rino Mardo
is there a known problem with the kernel-2.4.9 and ide zip drives?

i have this ide zip drives which i can use without problems with the
stock kernel that comes with debian2.2r0.  as soon as i updated the
kernel to 2.4.9 i'm getting this during boot:

ide-floppy driver 0.97
hdd: No disk in drive
hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm
ide-floppy: hdd: I/O error, pc = 5a, key =  5, asc = 24, ascq =  0

the last message also appears if i compile the ide-floppy driver as a
module whenever i do a "mount -t ext2 /dev/hdd1 /zip".  i have emailed
the author of the driver but it hasn't responded.  most probably
busy.  anyway, i've run out of option as to what to do so i'm
presenting it to the list hoping for some directions or answer.

thank you.

-- 
"In is out and out is in.  But out is out and in is in."
-- Pumbaa


pgpnULjNeYVl7.pgp
Description: PGP signature


Linux + Digital Cameras

2001-09-15 Thread Lukas Ruf
Dear all,

does anyone have any NEGATIV experience with digital cameras that should be
connected to Linux via a USB interface?

The reason I am asking this question: I would like to buy a Pentax Optio
Digital Camera.  As usual, the manufacturer state only some infos regarding
Myrcosoft and MacOS -- but nothing for Linux.

I know of friends that successfully make use of a Canon IXUS via USB on
under Linux.

Is there any risk that the Pentax camera could not work with Linux?

Or, is the USB standardized such that every camera that can be connected
via USB is also manageable under Linux?

Thanks for any info!

-- 
Lukas RufSwiss Federal Institute of Technology
Office: ETZ-G61.2 Computer Engineering and
Phone: +41/1/632 7312Networks Laboratory (TIK)
Fax:   +41/1/632 1035  ETH Zentrum
PGP 2.6: ID D20BA2ED;Gloriastr. 35
Fingerprint 6323 B9BC 9C8E 6563  B477 BADD FEA6 E6B7CH-8092 Zurich



Re: mail direct to Internet

2001-09-15 Thread Sebastiaan
High,

On Sat, 15 Sep 2001, Marvin Stodolsky wrote:

> On laptop from Home, my mail is sent through Netscape Messenger to
> smtp.rcn.com, with rcn.com my IP. RCN.COM does not accept smtp from
> other domains.
> 
> With laptop at work I have a LAN gateway to the Internet, and should be
> able to send mail directly from the laptop. But how should Messenger +
> exim + WhatElse be configure?
> 
AFAIK exim is standardly configured to accept mail from localhost and send
it. So, configure messenger with smtp=localhost. See if that works. If you
get a message like 'localhost does not relay for you' or 'connection
refused', you have to reconfigure exim.

Greetz,
Sebastiaan


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



mail direct to Internet

2001-09-15 Thread Marvin Stodolsky
On laptop from Home, my mail is sent through Netscape Messenger to
smtp.rcn.com, with rcn.com my IP. RCN.COM does not accept smtp from
other domains.

With laptop at work I have a LAN gateway to the Internet, and should be
able to send mail directly from the laptop. But how should Messenger +
exim + WhatElse be configure?

MarvS



  1   2   >