Re: reject non-english mail as spam?

2004-01-13 Thread Pascal Hakim
On Tue, Jan 13, 2004 at 10:10:08PM +0200, Micha Feigin wrote:
> On Tue, Jan 13, 2004 at 01:03:30AM -0700, Lucas Albers wrote:
> > I keep getting spam on the list that is completelly foreign.
> > 
> > SA scores it as this in regards the foreign langauge component:
> > 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters
> >  2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired language
> >  3.2 CHARSET_FARAWAY BODY: Character set indicates a foreign language
> >  3.2 CHARSET_FARAWAY_HEADER A foreign language charset used in headers
> >  2.5 MIME_CHARSET_FARAWAY   MIME character set indicates foreign language
> > 
> > 
> > Can we tune the sa rules for this list to reject completelly non-english
> > email?

This is non-trivial. The current plan is to just have some procmail
rules to deal with this, which can be set on a per-list basis, instead
of having different Spam Assassin configurations for different lists.

As you can imagine, those rules would create mayhem on lists such as
debian-chinese-big5.

> > Or can it be assumed that people will be posting non-english email to this
> > list.

Not really. This list is supposed to be in english.

> This is not my expertise, but how will english emails sent from
> computers of people using utf8 (possibly setup to handle another
> language) produce with this test?

If they should be fine. I picked a list at random the other day and did 
some quick analysis of what was getting blocked on murphy, and what 
was going through. I posted the results (so far) on:

http://www.redellipse.net/stuff/2004/01/12#2004011201

Of the 98 messages which did make it onto debian-devel, 68 would have
could have been blocked if we had a test on the GB2312 charset. I'm
assuming there will be similar results on other lists at the moment.

Cheers,

Pasc
:wq


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



I can't access some site with Mozilla

2004-01-13 Thread Christopher L. Everett
OK,

I git this problem only once in a while.  Otherwise useful site that I
can't access that give me "connection refused" errors when Moz or
IE on a Windows box behind the same firewall as me works fine.
Here are 2 sample URLS:

http://www.mwave.com/
http://www.egain.com/
I realize that most likely these turkeys have a braindead (MS ISA? )
firewall in place.  So how do I deal?
--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com


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



Re: debian on VMWare

2004-01-13 Thread Clemens Schwaighofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| dear all,
|
| i've tried to install debian on VMWare running on Win2K. The problem is
| when the disk partition section came i have a message: no hardisk drive
| were detected.
because default vmware uses a SCSI disk for Harddrive. Sorry I forgot
which type of controler, but it is not a very common one. To ship
around, remove the SCSI stuff from the vmware configuration and add a
IDE disk [vmware machine has to be "stopped" for this]
if you want to keep the SCSI thing you have to boot with an SCSI enabled
kernel that has this scsi controller driver as module or compiled in.
- --
Clemens Schwaighofer - IT Engineer & System Administration
==
Tequila Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703Fax: +81-(0)3-3545-7343
http://www.tequila.jp
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFABN5mjBz/yQjBxz8RAmBDAJ9j/vIl0CvNd4QBYXEwU1p2+1rhCACggQxp
w2E8TkjL1NFKr9eMvUGX1Qc=
=rfKe
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-cache show (only newest package)

2004-01-13 Thread Travis Crump
Bill Moseley wrote:
This laptop was installed as a Woody, then it went through testing and 
now unstable.  I've got sources for all in sources.list.

So, when I do   

	$ apt-cache show foo 

I see more than one foo package.  Can I use apt-cache to just show the 
most current package -- or really, the package that would get installed 
with apt-get install foo?

I hope this flu didn't make me miss something really obvious in the man 
page for apt-cache.

Thanks,

Not exactly apt-cache, but, if you install grep-dctrl, 'grep-available 
-PX foo' should give you the output that you want.


pgp0.pgp
Description: PGP signature


apt-cache show (only newest package)

2004-01-13 Thread Bill Moseley
This laptop was installed as a Woody, then it went through testing and 
now unstable.  I've got sources for all in sources.list.

So, when I do   

$ apt-cache show foo 

I see more than one foo package.  Can I use apt-cache to just show the 
most current package -- or really, the package that would get installed 
with apt-get install foo?


I hope this flu didn't make me miss something really obvious in the man 
page for apt-cache.

Thanks,

-- 
Bill Moseley
[EMAIL PROTECTED]


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



Re: /etc/ioctl.save

2004-01-13 Thread Oliver Fuchs
On Mon, 12 Jan 2004, Rohit Kumar Mehta wrote:

> I noticed after an unclean shutdown (i.e. a system crash), Tripwire is 
> reporting that /etc/ioctl.save has  been modified.
> Does anyone know what this is?  Is there reason for me to suspect that 
> my system has been hacked?
> 

Hi,
some time ago I had exactly the same process going on on my box and asked
the question here on the list. This is what I have been told:

[...]

Subject: Re: Changes made to /etc/ioctl.save follow
Message-ID: <[EMAIL PROTECTED]>

It's init (process #1). /etc/ioctl.save saves the stty(1) settings
of the console.
This is because originally, Linux and Unix didn't have a way to
specify the console speed, parity etc at bootup which for a serial
console is important. So if you boot single-user mode, at the moment
you leave single-user mode the settings of the console are saved
in /etc/ioctl.conf. The next time you boot and init is started,
it restores the console settings from /etc/ioctl.save
Now today you can set the console speed, bits and parity on the
kernel command line when booting, so it's not all that important
anymore. So in sysvinit-2.85 the ioctl.save code was removed.
Current testing/unstable doesn't have a /etc/ioctl.save anymore.

[...]


Oliver
-- 
... don't touch the bang bang fruit


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



2.4 won't recognize my keyboard?

2004-01-13 Thread Forest Fisher
I'm trying to install Debian on my new laptop and I want to install the 2.4 kernel so 
I can use reiserfs.I'm installing from cd's that I ordered from debian.org for 
woody 3.0r2, i386 architecture.  The problem is that the 2.4 kernel doesn't seem to 
recognize my keyboard but the 2.2 kernel does.  My laptop's model is hp pavillion 
ze4560us and the product spefication says only that the keyboard is a standard 
keyboard with 88 keys.  Any thoughts on why the 2.4 kernel won't recognize my keyboard 
if the 2.2 kernel will/ways around this problem?

Forest


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



Re: Help: PCMCIA problems on 2.2 -> 2.4 kernel upgrade

2004-01-13 Thread gnx
Julian Gilbey wrote:

> Jan 12 23:37:20 polya2 kernel: ISA irqs (scanned) = 3,4,5,7,9,10,11
> status change on irq 11 Jan 12 23:38:52 polya2 kernel: cs: memory probe
> 0x0c-0x0f: excluding 0xe4000-0xf Jan 12 23:38:53 polya2
> kernel: 3c589_cs: RequestIRQ: Resource in use
> 
> Thanks!
> 
>Julian
> 

try this:

first, you have to know which I/O address and IRQ (aka resource) your card
is trying to use. To get them, pull out the card and insert it again, then
look in kernel (or in your console) for those parameters. This is a kernel
log example:

Jan 10 00:24:27 mypc cardmgr[350]: socket 0: 3Com 572/574 Fast Ethernet
Jan 10 00:24:27 mypc kernel: eth1: Megahertz 574B at io 0x300, irq 3,
hw_addr 00:50:04:8E:F6:E5.

(in this case IO address is 0x300)

then open /etc/pcmcia/config.opts and add a line like:

exclude port 0x300-0x300

restart pcmcia service and see the result. Another attempt is to exclude the
IRQ:

exclude irq 3

or both IO and IRQ first requested by your card


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



switching from stable to testing in apt causes problems

2004-01-13 Thread enantiomer
I am reposting this because google didn't post my last response for
some reason...
I have recently made the switch over to debian and am
definitely a newbie.  I noticed that when using the apt utilities like
apt-get and apt-cache, much of the software that I want just isn't
available in stable (stable worked fine though).  so i moved over to
testing but couldn't get it to work.  here are the steps that I
took...
1.  first used apt-spy to get a list of testing servers 'apt-spy -d
testing'
2.  then tried 'apt-cache search firebird'
but it didn't work it kept on giving me a "Couldn't stat source
package list ftp://mirrors.usc.edu TESTING/contrib Packages
(/var/lib/apt/lists/mirrors.usc.edu_pub_linux_distructions_debian_dists_TESTING_contrib_binary_i386_Packages)
- stat (2 No such file or directory)"
error type of message for each testing source in my sources.list file

i then tried running 'apt-get update' and got the same error.  why
does this process work under stable but not testing?  I have scoured
the google groups site trying to figure this out and have read close
to a hundred articles probably and would really appreciate some help. 
Anyone?  Below is my sources.list file.  Thanks!


#This sources.list was generated by apt-sources v2.20
#Copyright(c) 2001 by Danny Rodriguez
#
# The following site was benchmarked at 91.36 kB/s
deb ftp://linux.csua.berkeley.edu/debian/ TESTING main

#The following site wsa benchmarked at 72.89 kB/s
deb ftp://mirrors.usc.edu/pub/linux/distributions/debian/ TESTING
contrib

#The following site was benchmarked at 61.57 kB/s
deb ftp://debian.mirrors.pair.com/ TESTING non-free

--Enantiomer--


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



Re: I want spam!

2004-01-13 Thread scott
Title: Message



Please send me lots and lots of spam, viruses, hoaxes, 
etc!I want money from Nigerians!I want Viagra! I want a 
bigger penis!I want cheap animal sex!Gimme all the spam and crap 
you can muster!Send it all here!


Please send me lots and lots of spam, viruses, hoaxes, etc!Re: I want spam!

2004-01-13 Thread scott
Title: Message



Please send me lots and lots of spam, viruses, hoaxes, 
etc!I want money from Nigerians!I want Viagra! I want a 
bigger penis!I want cheap animal sex!Gimme all the spam and crap 
you can muster!Send it all here!


Re: RE: I want spam!

2004-01-13 Thread scott
Title: Message



Please send me lots and lots of spam, viruses, hoaxes, 
etc!> > I'm testing filters and want real-world spam to hit 
me.> > Send it all here!I was already thinking "what's he 
doing". When you did the trick...would youplease tell me how you did 
it?HTH,s


Re: OT: Why stonehenge Sucks

2004-01-13 Thread Andy Gayton
Nano Nano wrote:

On Wed, Jan 14, 2004 at 03:10:46PM +1100, Matthew Joyce wrote:

Personally I find this request unreasonable.
Not unlike if Germans ask everyone not to mention Nazi's ever again.


Um, duh, Godwin?

hehe - for those like me who thought wtf!?:

http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html

A better comparison might have been - 'Not unlike if Americans ask everyone not to mention George Bush ever again'.

Andy.

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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Nano Nano
On Wed, Jan 14, 2004 at 03:10:46PM +1100, Matthew Joyce wrote:
> 
> Personally I find this request unreasonable.
> Not unlike if Germans ask everyone not to mention Nazi's ever again.

Um, duh, Godwin?


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



RE: OT: Why stonehenge Sucks

2004-01-13 Thread Matthew Joyce

> -Original Message-
> From: Tom [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 14 January 2004 2:41 PM
> To: Debian Users
> Subject: Re: OT: Why stonehenge Sucks
> 
> 
> On Tue, Jan 13, 2004 at 07:28:51PM -0800, Deryk Barker wrote:
> > Thus spake David P James ([EMAIL PROTECTED]):
> [snip]
> > > > These present day idiots in their KKK-style outfits 
> have no more 
> > > > right to special treatment at Stonehenge than does Bugs Bunny. 
> > > > Actually rather less.
> > > >
> > > 
> > > While I agree they're little more than idiots, referring to their 
> > > garb
> > > as "KKK-style" is a bit much considering that their 
> outfits probably 
> > > pre-date the KKK by a century or two. In fact, it's 
> likely the KKK 
> > > copied the "Druids'" outfits.
> > 
> > Indeed. I wasn't imputing anything, rather attempting to use a 
> > shorthand that most people would recognise. Mea culpa.
> 
> A humble request: could everybody be more consciencous about dropping 
> offensive terms like KKK.  The cognitive processes preceding such an 
> utterance disturb me.  Being from the South, I am really 
> sensitive about 
> it, because people tend to conflate all Southerners with such 
> behavior.  
> The other day Greg Proops did a bit on the Comedy Channel about 
> Southerners having gills, pointy heads, and needing to cross-breed.
> 
> Just because *some* negative examples of a group of people exist does 
> not mean its okay to name them in polite company.  Negative 
> examples can 
> be constructed for any group.  How about adding the children of the 
> former awful people to the "sensitivity awareness" mechanism in your 
> brain.
> 
> Thanks for your time.
> 

Personally I find this request unreasonable.
Not unlike if Germans ask everyone not to mention Nazi's ever again.

As for Stone Henge, I find the absolute lack of effort from the
government to look after this area of England.
As an attraction it has awful facilities.
Wasn't there some plans to build a semi subterranean complex so the
plain was not spoilt ?


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



apt-get behind a linksys router/firewall

2004-01-13 Thread ope
I just bought a linksys firewall and am not having an
unexpected error.  When I try to run apt-get I am not
able to download anything.  When I run I get this
massage after a minute:
  Data socket connect timed out
Failed to fetch
ftp://debian.pipcom.com/debian/debian/pool/main/a/aumix/aumix_2.8-6_i386.deb
 Data socket connect timed out

I also notice that I can't ftp outside the firewall
unless I specify passive mode.  So, it seems that
apt-get is trying to ftp using active mode.  However,
I thought that apt-get used passive mode by default. 
Am I wrong about that?  How can I tell apt-get to use
passive mode for ftp transfers, I didn't find the
apt.conf man page to be very clear about this since it
seems that it assumes apt-get will run in passive
mode?  Or, is there something else wrong that I am missing?

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


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



Re: Moz firebird * php

2004-01-13 Thread Monique Y. Herman
On 2004-01-14, Wayne Topa penned:
> Does anyone that runs mozilla-firebird have any problem running php
> web pages? (index.php)  I haven't done any php stuff in months and
> when I tried to do some web dev work today I can't get firebird to
> load the pages. I can run phpmyadmin with no problem.
>
> I have googled for any questions on this but don't find any.  Firebird
> says it doesn't know what to do with the file and I can't find any
> preference to add php as an application.
>
> Can firebird do it?
>
> mozilla-firebird  0.6.1-7
>

It sounds like a server config issue to me, not a firebird issue.  Do
you have this problem on all sites using php?  Do you have this problem
on other browsers?

-- 
monique


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



Annoying OpenOffice Errors

2004-01-13 Thread Scarletdown
Why am I getting a bunch of errors every time I save a document in 
OpenOffice 1.1.0?

This always happens the first time a document is saved after OO is run. 
 I get a whole bunch of error messages similar to this one...

http://webpages.charter.net/scarletdown/DB-Temp/OO-Error.JPG

After clicking OK through each error, then the document gets saved properly.

OpenOffice was installed via apt-get install openoffice.org.

I then uninstalled it and reinstalled again, though apparently it didn't 
"really" uninstall, as nothing was actually re-downloaded when I did the 
apt-get install command again.

Anyone know what is causing these errors?  This is getting rather 
annoying now having to click through 18 errors each time.

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



..rsyncd setup the Debian way, clue whack please

2004-01-13 Thread Arnt Karlsen
Hi,

..rsync server setup, according to rsyncd.conf(5), I want:
"a single line something like this to /etc/inetd.conf:

rsync   stream  tcp nowait  root   /usr/bin/rsync   rsyncd --daemon

Replace "/usr/bin/rsync" with the path to where you have rsync installed
on your system.  You will then need to send inetd a HUP signal to tell
it to reread its config file."

..now, doing it the Debian way, a clue whack please?

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Nano Nano
On Tue, Jan 13, 2004 at 07:28:51PM -0800, Deryk Barker wrote:
> Thus spake David P James ([EMAIL PROTECTED]):
[snip]
> > > These present day idiots in their KKK-style outfits have no more
> > > right to special treatment at Stonehenge than does Bugs Bunny.
> > > Actually rather less.
> > >
> > 
> > While I agree they're little more than idiots, referring to their garb 
> > as "KKK-style" is a bit much considering that their outfits probably 
> > pre-date the KKK by a century or two. In fact, it's likely the KKK 
> > copied the "Druids'" outfits.
> 
> Indeed. I wasn't imputing anything, rather attempting to use a
> shorthand that most people would recognise. Mea culpa.

A humble request: could everybody be more consciencous about dropping 
offensive terms like KKK.  The cognitive processes preceding such an 
utterance disturb me.  Being from the South, I am really sensitive about 
it, because people tend to conflate all Southerners with such behavior.  
The other day Greg Proops did a bit on the Comedy Channel about 
Southerners having gills, pointy heads, and needing to cross-breed.

Just because *some* negative examples of a group of people exist does 
not mean its okay to name them in polite company.  Negative examples can 
be constructed for any group.  How about adding the children of the 
former awful people to the "sensitivity awareness" mechanism in your 
brain.

Thanks for your time.


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Deryk Barker
Thus spake Jim Higson ([EMAIL PROTECTED]):

> On Tue, 13 Jan 2004 11:12:38 -0800, Deryk Barker 
> <[EMAIL PROTECTED]> wrote:
...
> >My major beef is the way that they allow the "Druids" (virutually
> >nothing is known about the real Druids aside from a paragraph in
> >Caesar) to prance about there on midsummer's morning.
...
> Ok, but I don't think they have any less right than you or I.

Absoltely. What bugs me is that they are currently given more rights:
in particular to perform their "rituals" at sunrise on midsummer's
day. Nobody else is allowed to do this.
-- 
|Deryk Barker, Computer Science Dept. | Music does not have to be understood|
|Camosun College, Victoria, BC, Canada| It has to be listened to.   |
|email: [EMAIL PROTECTED] | |
|phone: +1 250 370 4452   | Hermann Scherchen.  |


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Deryk Barker
Thus spake David P James ([EMAIL PROTECTED]):

> On January 13, 2004 14:12, Deryk Barker wrote:
> ...
> >
> > My major beef is the way that they allow the "Druids" (virutually
> > nothing is known about the real Druids aside from a paragraph in
> > Caesar) to prance about there on midsummer's morning.
> >
> > Firstly the real Druids did *not* build Stonehenge and secondly the
> > rpesent-day druids were founded in the 18th (?) century by John
> > Aubrey (he of Brief Lives fame) who surveyed Stonehenge and after
> > whom the Aubrey holes are named.
> >
> > These present day idiots in their KKK-style outfits have no more
> > right to special treatment at Stonehenge than does Bugs Bunny.
> > Actually rather less.
> >
> 
> While I agree they're little more than idiots, referring to their garb 
> as "KKK-style" is a bit much considering that their outfits probably 
> pre-date the KKK by a century or two. In fact, it's likely the KKK 
> copied the "Druids'" outfits.

Indeed. I wasn't imputing anything, rather attempting to use a
shorthand that most people would recognise. Mea culpa.

-- 
|Deryk Barker, Computer Science Dept. | Music does not have to be understood|
|Camosun College, Victoria, BC, Canada| It has to be listened to.   |
|email: [EMAIL PROTECTED] | |
|phone: +1 250 370 4452   | Hermann Scherchen.  |


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



Re: cdrdao, atapi, k3b

2004-01-13 Thread Laurence J. Lane
On Tue, Jan 13, 2004 at 01:03:24PM -0400, Stephen Cormier wrote:

> You may want to look at the archive for Monday, Janurary 12, 2004
> in the thread "cdrao not working with 2.6".

I mis-posted my reply to debian-devel earlier -- have a look there
for output from an actual run and comments from the cdrdao Debian 
maintainer. But to summarize, cdrdao (1.1.7-5 in testing and sid) 
had ATAPI support added by the maintainer sometime around July 2003.

I don't know about k3b. I just downloaded it, ran "k3b" and watched
it open 671 instances of cdrecord before I alt-sysrq-K'd the mess.


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



debian on VMWare

2004-01-13 Thread debianuser
dear all,

i've tried to install debian on VMWare running on Win2K. The problem is
when the disk partition section came i have a message: no hardisk drive
were detected.

can you help me to solve this problem

thank ..

toni


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



debian on VMWare

2004-01-13 Thread debianuser
dear all,

i've tried to install debian on VMWare running on Win2K. The problem is
when the disk partition section came i have a message: no hardisk drive
were detected.

can you help me to solve this problem

thank ..

toni


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



debian on VMWare

2004-01-13 Thread debianuser
dear all,

i've tried to install debian on VMWare running on Win2K. The problem is
when the disk partition section came i have a message: no hardisk drive
were detected.

can you help me to solve this problem

thank ..

toni


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



Re: dma timeout

2004-01-13 Thread Akira Kitada
> Mon, 12 Jan 2004 16:30:26 +0900 tarihinde
> Akira Kitada <[EMAIL PROTECTED]>'nin yazd??klar??:
> 
> > please see below (now hdb is FIREBALL, bad one)
> > 
> > Partition check:
> >  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 >
> >  hdb:<4>hdb: dma_timer_expiry: dma status == 0x61
> > hdb: error waiting for DMA
> > hdb: dma timeout retry: status=0x58 { DriveReady SeekComplete
> > DataRequest }
> 
> is hdparm configures hdds on start-up ? perhaps it configures yoru hard
> drivers and the configuration for your fireball is wrong. may be
> acoustic management is turned on and your fireball does not support this
> a few week ago i have had the same problem and removing acoustic
> management configuration from /etc/hdparm.conf worked for me, i hope it
> will for you too.
> 

I found the string 'Partition Check:' in check.c 
at /usr/src/linux/fs/partitions.
I think init is invoked after that
and check.c seem to be checking partition table,
so I think bad hdparm.conf can't become the reason.
(in fact, I turned it on just a few days ago.)

below is my hdparm.conf.
very simple.

# grep '^[^#]' /etc/hdparm.conf
quiet 
/dev/hda {
io32_support = 3
dma = on
}
/dev/hdb {
io32_support = 3
dma = off
}


any suggestions will be greatly appriciated.


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



Re: USB Webcams and Linux cron jobs?

2004-01-13 Thread Pigeon
On Tue, Jan 13, 2004 at 09:38:01AM -0500, Robert L. Harris wrote:
> 
> 
>   I'm looking at setting up a webcam up in my boy's room so I can
> monitor them from downstairs when they have friends over (4 and 6yrs old
> can get rambunctious).  I want to set up something small and quiet so I
> don't have to run up there and disturb them but also know they're not
> killing each other.
> 
>   I've got a network up there for their computers and an old laptop
> that's almost dead (bad backlight atleast) but it boots.  It has a
> working USB port so all I need is a custom kernel and camera.  The
> kernel I can handle so I just need to pick a camera.
> 
>   Anyone have any recomendations for a $20 or less camera incase it gets
> damaged, etc?
> 
> This looks nice but it's got a small resolution (352x288).
> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2779804548&category=4616

I use a "Labtec Webcam" for this sort of thing. It too has a small
resolution but it's perfectly adequate for a visual "mayhem/no mayhem"
check. The driver is from  and they also list
other cheapie webcams using the same chipset (mostly Logitech IIRC).

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Moz firebird * php

2004-01-13 Thread glenn
oops and forgot - don't forget to restart apache if applicable
i.e. /etc/init.d/apache restart 
will do it
On Wed, 2004-01-14 at 13:16, glenn wrote:
> I don't really understand your question, but the short answer is no
> problem - I can't see how the choice of browser would make a difference.
> 
> If it doesn't know what to do with the file so offers to try to save it,
> then thats probably an apache config problem. i.e. apache (or your
> choice of web server) isn't executing the php script and serves _it_,
> not its output, to the browser.
> 
> Check /etc/apache/httpd.conf, find the commented out line starting "And
> for PHP4", then uncomment the next two lines. All this is assuming
> you're running apache stock 'apt-get' standard on debian and that you
> are using php4. If not you may have to do the equivalent on your system.
> 
> Let me know how it goes
> Glenn
> On Wed, 2004-01-14 at 12:02, Wayne Topa wrote:
> > Does anyone that runs mozilla-firebird have any problem running php
> > web pages? (index.php)  I haven't done any php stuff in months and
> > when I tried to do some web dev work today I can't get firebird to
> > load the pages. I can run phpmyadmin with no problem.
> > 
> > I have googled for any questions on this but don't find any.  Firebird
> > says it doesn't know what to do with the file and I can't find any
> > preference to add php as an application.
> > 
> > Can firebird do it?
> > 
> > mozilla-firebird  0.6.1-7
> > 
> > Tnx
> > 
> > Wayne
> > 
> > -- 
> > Owners of digital watches: Your day's are numbered!
> > ___
> > 
> 


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



Re: Moz firebird * php

2004-01-13 Thread glenn
I don't really understand your question, but the short answer is no
problem - I can't see how the choice of browser would make a difference.

If it doesn't know what to do with the file so offers to try to save it,
then thats probably an apache config problem. i.e. apache (or your
choice of web server) isn't executing the php script and serves _it_,
not its output, to the browser.

Check /etc/apache/httpd.conf, find the commented out line starting "And
for PHP4", then uncomment the next two lines. All this is assuming
you're running apache stock 'apt-get' standard on debian and that you
are using php4. If not you may have to do the equivalent on your system.

Let me know how it goes
Glenn
On Wed, 2004-01-14 at 12:02, Wayne Topa wrote:
> Does anyone that runs mozilla-firebird have any problem running php
> web pages? (index.php)  I haven't done any php stuff in months and
> when I tried to do some web dev work today I can't get firebird to
> load the pages. I can run phpmyadmin with no problem.
> 
> I have googled for any questions on this but don't find any.  Firebird
> says it doesn't know what to do with the file and I can't find any
> preference to add php as an application.
> 
> Can firebird do it?
> 
> mozilla-firebird  0.6.1-7
> 
> Tnx
> 
> Wayne
> 
> -- 
> Owners of digital watches: Your day's are numbered!
> ___
> 


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



Re: Moz firebird * php

2004-01-13 Thread Clemens Schwaighofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Wayne Topa wrote:
| Does anyone that runs mozilla-firebird have any problem running php
| web pages? (index.php)  I haven't done any php stuff in months and
| when I tried to do some web dev work today I can't get firebird to
| load the pages. I can run phpmyadmin with no problem.
php are server side parsed scripts, therefore the server might have some
problems (does not parse php files, eg the .php file type handler is
missing somewhere). firebird can view only what the server sends him and
if the server doesn't send him the right thing (eg HTML/text) he can't
view it correctly.
- --
Clemens Schwaighofer - IT Engineer & System Administration
==
Tequila Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703Fax: +81-(0)3-3545-7343
http://www.tequila.jp
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFABKWmjBz/yQjBxz8RAkbfAKDSAGQc+LOBl14gs14KhEX2cGTlYgCcCdt3
iJFH0DJpeQ5mBaDVgTBGztc=
=LHOP
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2.6 and devfsd

2004-01-13 Thread Nitebirdz
On Mon, Jan 12, 2004 at 10:23:58PM +0100, John L. Fjellstad wrote:
> 
> You're missing my point. I'm not saying deprecated means anything else that
> what you wrote above, but I do disagree with you that sysfs/udev is a
> replacement for devfs right *now*. As your link indicate, udev won't be
> ready to take over devfs' tasks for another couple of months.  
> 
> If you have a working devfs, I see no point in trying to move to sysfs/udev.  
> 

You're right in that it was a misunderstanding then, since I agree with what
you state here.  Sorry about that.  If devfs works for you, by all means 
continue using it.  There will still be some maintenance for a while, as
usual in the Linux world.  If you're planning to learn and/or get used to 
what will be used in the middle run, then check out sysfs/udev since that's
where things are leading.


Nitebirdz
http://www.sacredchaos.com/


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



Re: More 2.6.0 woes

2004-01-13 Thread Enrico Zini
On Sat, Jan 10, 2004 at 03:14:36PM -0800, Paul Johnson wrote:

> > You might want to keep an eye on
> > http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=kernel-image-2.6.0-1-686-smp
> > and possibly subscribe to the report when it arrives.
> Could you keep an eye out for it and post the URL when it does?

It finally did: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227391

On Tue, Jan 13, 2004 at 09:26:35PM +0100, Johannes Raspe wrote:

> since kernel 2.6.0 the modules
> evbug
> tsdev
> evdev
> are loaded with every boot.
> In case of evbug, which writes every keystroke in a logfile, this is very
> annoying.
> How can I stop the system from loading these modules ?

You can have a look at the thread with subject "More 2.6.0 woes" for
some tips, and at the bug report #227391 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227391).

So far, moving the module elsewhere seems to be the quickest
work-around.


Ciao,

Enrico

--
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>


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



ok

2004-01-13 Thread Profil1



 


Re: kde virtual desktops...

2004-01-13 Thread Andreas Janssen
Hello

enantiomer (<[EMAIL PROTECTED]>) wrote:

> I am using kde right now and am wondering if anyone can answer this
> question... when I switch between desktops 1-4, the stuff on the
> screen gets switched over, but the actual applications are still shown
> in the taskbar.  I would like it if when I switch from desktop1 to
> desktop2, the apps in the taskbar that I opened in desktop1 dont show
> in the taskbar anymore.  I use this feature in my unix account at
> school in order to maintain order within my desktop (stop it from
> getting cluttered, etc...)  Anybody know how to do this?  I looked in
> the control center and didn't see anything.  thanks!

kcontrol > Desktop > Task Bar > Show windows from all desktops

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


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



complete vs. detached GPG signatures

2004-01-13 Thread Pigeon
Anyone care to explain, or point me to an explanation of, the difference
between a "complete" and "detached" GPG signature? The man page doesn't
explain it, Google just gives me references to the man page, and there's
nothing in /usr/share/doc.

TIA,

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: hard drive install

2004-01-13 Thread Russell Shaw
Gary Thibeault wrote:
Hello and thanks for the free download of Debian 3.0 r2. I'm a newbie 
who's interested in trying linux and I can't seem to find details on how 
to install the OS from the iso to the hard drive as I have no cd-rom. 
Can you help?  ... thanks in advance...Gary

PS:If the info was in the lengthy installation instructions 
 I suppose I'm too 
new to understand it.
 I learned that Red Hat's boot disk is capable of installing 
directly from an un-opened ISO ona Fat32 partition (ideal for 
me), so I'm sure Debian has something equal
It will take a few hours, but is educational. Read the network install
instructions on the debian site. Download the bf2.4 base system onto 25 floppies.
Starting from the first boot floppy, you can get a base debian system running.
After setting up the package source in /etc/apt/sources.list, you can apt-get
any debian package you want over the net.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Reading Adobe DRM-enabled e-Books under Linux?

2004-01-13 Thread Nano Nano
On Tue, Jan 13, 2004 at 04:40:10PM -0800, Nano Nano wrote:
> 
> Apparently you need Adobe 6.0 for Windows or Mac, or Adobe 3.0
> for Palm.
> 

Update: I installed Adobe 6.0 for Windows, held my nose and did the DRM 
activation (at least the handcuffs were free), and viewed the .etd file.
I could "Save A Copy" as a password-protected PDF - xpdf prompted me for 
the password.  Neither my library ID nor my library password was the 
password.  (xpdf didn't recognize the .etd file at all).

Any chance of cracking the password?  I need to do what Dmitri did.
Adobe *said* they'd be willing to make an Adobe 6.0 for Linux with DRM, 
but there wasn't market share.  Therefore, I do not believe I am doing 
anything ethically wrong here.  This is a legit case of cracking DRM, 
the authorities will look the other way.


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



Re: dma timeout

2004-01-13 Thread Erçin EKER
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mon, 12 Jan 2004 16:30:26 +0900 tarihinde
Akira Kitada <[EMAIL PROTECTED]>'nin yazdıkları:

> please see below (now hdb is FIREBALL, bad one)
> 
> Partition check:
>  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 >
>  hdb:<4>hdb: dma_timer_expiry: dma status == 0x61
> hdb: error waiting for DMA
> hdb: dma timeout retry: status=0x58 { DriveReady SeekComplete
> DataRequest }

is hdparm configures hdds on start-up ? perhaps it configures yoru hard
drivers and the configuration for your fireball is wrong. may be
acoustic management is turned on and your fireball does not support this
a few week ago i have had the same problem and removing acoustic
management configuration from /etc/hdparm.conf worked for me, i hope it
will for you too.

 
> Last year, I updated P2B's bios to beta one.
> As you suggested it  can be wrong one.
> 
> 
> thanks in advance.


- -- 
Erçin EKER
UIN: 8216618
Jabber: [EMAIL PROTECTED]


Sex dumps core
(Sex is a Simple editor for X11)
-- Seen on debian bugtracking



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFABJf68+WsZkHV+24RAhIlAJ9yfEcFEQmoAY83jOp3HSyyoiNS/wCZAR+w
iRTbnVQ09xGkU5spYz4ery4=
=0KMK
-END PGP SIGNATURE-


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



installation of yahoo

2004-01-13 Thread Richard Spanko
how do i get yahoo back off line
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes

Re: kernel upgrade help (newbie)

2004-01-13 Thread Russell Shaw
James F. Green wrote:
I installed woody from a downloaded CD image (I only downloaded the first
CD, not the whole set) but alas no support for my network card.  After
searching Usenet I found that 2.4.21 or higher has support for my hardware.
So I seem to need to upgrade my kernel in order to get my network connection
working.
2.4.18 is the latest kernel-source package available in the stable
distribution.  The testing distribution has kernel-source-2.4.19-23 plus a
couple of versions of 2.6.0.  My question -- which CDs contain the packages
I need?
Just apt-get the kernel. apt-cache search kernel

> Must I download the entire testing CD set (11 CDs)?  I found 2.4.18
on the stable CD #1 I already downloaded.  But unless I'm doing something
wrong with apt (highly possible), I can't find any kernel-source packages on
the first CD #1 of the testing distribution.
Many thanks to anyone who can either answer this or point me in the right
direction in the documentation.



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



Re: charter font in debian's openoffice.org1.1

2004-01-13 Thread Wayne Topa
Matt Price([EMAIL PROTECTED]) is reported to have said:
> On Wed, Dec 31, 2003 at 03:00:53PM -0500, Wayne Topa wrote:
> > Matt Price([EMAIL PROTECTED]) is reported to have said:
> > > 
> > > Hi,
> > > 
> > > recentfly upgraded to OOo1.1 using the relativley new sid 
> > > debs.  New version is lovely -- well-done! -- but I've lost some fonts
> > > and don't understand how to get them back.  The README.Debian states
> > > the following: 
> > > 
> > > Missing fonts on upgrade to 1.1.0
> > > As part of the integration of Ximian's work, openoffice now uses
> > > fontconfig to
> > > determine the installed fonts on your system.  Fonts that were
> > > installed using
> > > the 'spadmin' tool in a non-standard directory are no longer
> > > supported.  You
> > > should move those fonts to a directory that fontconfig knows about,
> > > such as
> > > ~/.fonts or /usr/share/fonts.   The same applies if you made use of
> > > special
> > > paths with SAL_FONTPATH_PRIVATE.
> > > 
> > > 
> > > ok...  but where do I find the fonts that spadmin installed?  the main
> > > one I'm worried about is charter, which I use 'cause it's pretty,
> > > fairly straightforward, and has a useful italics mode (thhe bittstream
> > > vera serif, which is the default, doesn't).  The only filles named
> > > "charter""" i cna find are in 
> > > /usr/share/texmf/fonts/afm/bitstrea/charter
> > > 
> > I just updated a few days ago.  Locate finds the openoffice fonts
> > here:  /usr/lib/openoffice/share/psprint/fontmetric
> > That dir is dated 12/29, when I updated but the file
> > /usr/lib/openoffice/share/psprint/pspfontcache
> > is dated 12/31, when I first got a chance to do some work with the
> > editor. I didn't run spadmin so OO must have gone out and updated the
> > fonts.  You might also checl /etc/openoffice/psprint.conf.
> 
> hey wayne, I know you wrote this a while ago, but did you notice if
> you have the charter fonts in that directory?  If so, do you think you
> could just send them over to me?  then I could try and put them in my
> .fonts directory and see if they show up.  I have a
> /usr/lib/openoffice/share/psprrint/etc directory, but charter isn't
> listed there.   I really would rather have the font back if I can
> possibly figure out howto get it!
> 
No charter in /usr/lib/openoffice/share/psprint/fontmetric, or
anywhere else.  I really don't recall if I ever had that font
installed.  Sorry..

Wayne

-- 
Real Time, adj.:
  Here and now, as opposed to fake time, which only occurs there and then.
___


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



Moz firebird * php

2004-01-13 Thread Wayne Topa
Does anyone that runs mozilla-firebird have any problem running php
web pages? (index.php)  I haven't done any php stuff in months and
when I tried to do some web dev work today I can't get firebird to
load the pages. I can run phpmyadmin with no problem.

I have googled for any questions on this but don't find any.  Firebird
says it doesn't know what to do with the file and I can't find any
preference to add php as an application.

Can firebird do it?

mozilla-firebird  0.6.1-7

Tnx

Wayne

-- 
Owners of digital watches: Your day's are numbered!
___


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



Re: maildirmake

2004-01-13 Thread Vincent Lefevre
On 2004-01-13 14:39:21 -0500, Mike Mueller wrote:
> I don't have/can't find maildirmake on my Knoppix/Sid system or my
> Woody system.

There's one in the maildrop package.

> How are maildir and folders usually set up?  With an MUA?

Yes, or manually (could be a simple script).

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web:  - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


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



Re: single desktop per user with vncserver through inetd

2004-01-13 Thread Mike Fedyk
On Tue, Jan 13, 2004 at 08:25:44AM +0100, John Smith wrote:
>how about defining multiple ip-addresses on your 'server', with each
> having their own hostname and running a user unique vnc server on
> each?

Well, that would eliminate the need to put :NN after the hostname, but not
the elegant solution I was looking for, and a large usage of IP addresses...  

I thought of starting a script in the Xsession file that would lookup what
port the user should be using, and then connect to that port after a login
with [gkx]dm, but that would add more overhead with the X clients
communicating with the Xvnc server, which sent data to xvncviewer in
(possibly) the same machine, and then sending it to another Xvnc server that
was created from the inetd connection and then finally going out over the
network to my client.  As you can see not very effecient.

Anyway, I'm using the one port per user thing right now and it's working ok...

But don't hesitate to let me know if you have any more ideas that might help.

Mike


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



Re: Default profile settings in mozilla-thunderbird

2004-01-13 Thread Mike Fedyk
On Tue, Jan 13, 2004 at 07:09:05PM +0100, Alexander Sack wrote:
> mozilla & its next generation standalone-apps (fbird, tbird) do hold all 
> global configuration within their own tree. For debian that would be:
> /usr/lib/mozilla-thunderbird/default/prefs. the prefs folder is linked 
> to /etc/mozilla-thunderbird/prefs/. You may edit the entries there to 
> change default settings. This will always works. You won't have to force 
> it. These settings should not become silently overwritten when upgrading 
> the next time. To do something that really works for you is a matter of 
> if you know what you are doing & where you wanna get after having done so.

OK, I have this in /etc/mozilla-thunderbird/pref/mailnews.js

pref("ldap_1.number_of_directories", 6);

pref("ldap_1.directory1.description", "Personal Address Book");
pref("ldap_1.directory1.dirType", 2);
pref("ldap_1.directory1.isOffline", false);

pref("ldap_1.directory2.description", "Four11 Directory");
pref("ldap_1.directory2.serverName", "ldap.four11.com");

pref("ldap_1.directory3.description", "InfoSpace Directory");
pref("ldap_1.directory3.serverName", "ldap.infospace.com");

pref("ldap_1.directory4.description", "WhoWhere Directory");
pref("ldap_1.directory4.serverName", "ldap.whowhere.com");

pref("ldap_1.directory5.description", "Bigfoot Directory");
pref("ldap_1.directory5.serverName", "ldap.bigfoot.com");

But none of them show up as selections for a ldap server to verify my
addresses.  That's not what I'm after, it's just an example.  I have a local
ldap server that I want all of my users to have automatically in their fbird
setups.

How come it's not there?

Do I need to re-create my profile?

... Just tried that, and all I get for ldap in my prefs.js is:
user_pref("ldap_2.prefs_migrated", true);

Hey, I could just append the data to each user's prefs.js file, but then
what are the files in /etc for then?


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



Reading Adobe DRM-enabled e-Books under Linux?

2004-01-13 Thread Nano Nano
San Jose Public Library has a new e-book lending program.
http://ebooks.sjlibrary.org/

You can keep up to 10 titles for up to 21 days, so apparently
it is "DRM-enabled".  The file I downloaded has the extension
"etd".  They say you can view them with Adobe Reader or Palm
Reader.

Apparently you need Adobe 6.0 for Windows or Mac, or Adobe 3.0
for Palm.

Any chance of reading this in Linux?

I do not intended to violate the Libraries terms (why should I?
I pay my taxes) so if I have to break the DRM I don't care.


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



apt not getting any updates to unstable for several days

2004-01-13 Thread Micha Feigin
For the last several days my aptitude and apt-get are not seeing any
updates to my system in unstable.
I usually get at list a couple of updates a day and this started after
a lockup in the middle of an update, which led me to think that there
may be a problem. Also the packages files are being download on each
update.
http://marillat.free.fr unstable/main Packages has also failed to
update for a few days (I logged in and there was a problem with the
directories)


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



SID Kernel 2.6.0 modules evbug, tsdev, evdev

2004-01-13 Thread Johannes Raspe
Hi all,

since kernel 2.6.0 the modules
evbug
tsdev
evdev
are loaded with every boot.
In case of evbug, which writes every keystroke in a logfile, this is very
annoying.
How can I stop the system from loading these modules ?

Johannes


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



Re: could you give a link for xfree 4.3 deb-s for woody? thanks

2004-01-13 Thread Axel Burwitz
Attila Csosz wrote:

> 


 http://opensource.nchc.org.tw./apt/xfree86-4.3/woody ./

rgds 
Axel


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



Re: Compaq Presario 1245

2004-01-13 Thread Kent West
Robert Aldridge wrote:

Hello list...

I'm attempting to install Debian (Stable) on a Compaq Presario 1245. 
The CD-ROM isn't working properly, so I'm installing via floppies.  I
followed the instructions using the Rescue, Root, 4 driver disks, and 20
base-install disks and successfully got it installed to the 3.2 GB
harddrive.  But, I can't get it to boot.  I have the HD (hda)
partitioned into 3 partitions, /dev/hda1 is to be mounted on /boot (~8
MB), /dev/hda3 (~3.1 GB) is to be mounted on /, and 128 MB at the end of
the drive is configured as Swap.  I got through the entire install and
when it asked if I want to make the system bootable, I chose the
alternate (Make a boot floppy).  After the boot floppy is created, I
chose the "Make the system bootable" menu item and wrote LILO to the
MBR.  After rebooting, the red LILO screen comes up with 2 options,
"Linux" and "Linux (hda1)."  The arrow keys don't appear to do anything.
 

Odd; they should work. Can you type at the boot: prompt?

If I let LILO timeout and try to boot the default entry, it just
recycles and starts counting down from 15 again.
If I boot with the rescue disk and type "rescue root=/dev/hda3", the
system appears to be coming up normally, but hangs.  The last two lines
on the screen are:
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 152k freed
Then it just sits there.  Nothing else happens.

 

Try "rescue init=/bin/bash" and let us know the results. Even better, 
try "rescue single".


When I try booting from the boot floppy, it says "Loading
linux.bin." for a very long time (several minutes) and then
says, "Uncompressing Linux...
After a couple of minutes, it says, "invalid compressed format (err=2)

- - System haulted

Any ideas?

 

Bad floppy and/or floppy drive is one possibility. But since you can't 
boot from the hard drive either, I rather suspect that the floppy is not 
the issue.

I'm wondering if this might have anything to do with the limit that used 
to be in older versions of Linux about accessing beyond the first 1024 
sectors (? bytes? MiB? something), but again, I somewhat doubt this.

You might try firing up the installation routine again, and early on 
just Alt-F2 over to the second virtual terminal, mount your hard drive, 
and look around to see if anything obvious hits you.


On a side note, I think the CD-ROM drive is bad, but I'm wondering if
it may be IRQ conflicts or something.  Please help if you can.
 

If it can boot a Knoppix CD, or a Windows installation CD, or a Debian 
installation CD, that indicates the CD-ROM drive is at least partially 
working; if not, that indicates the CD-ROM drive (or cable, or 
controller) is probably bad.

Thanks,

Robert

 



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



Re: reject non-english mail as spam?

2004-01-13 Thread Micha Feigin
On Tue, Jan 13, 2004 at 01:03:30AM -0700, Lucas Albers wrote:
> I keep getting spam on the list that is completelly foreign.
> 
> SA scores it as this in regards the foreign langauge component:
> 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters
>  2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired language
>  3.2 CHARSET_FARAWAY BODY: Character set indicates a foreign language
>  3.2 CHARSET_FARAWAY_HEADER A foreign language charset used in headers
>  2.5 MIME_CHARSET_FARAWAY   MIME character set indicates foreign language
> 
> 
> Can we tune the sa rules for this list to reject completelly non-english
> email?
> Or can it be assumed that people will be posting non-english email to this
> list.

This is not my expertise, but how will english emails sent from
computers of people using utf8 (possibly setup to handle another
language) produce with this test?

> Not that I can read them.
> At the very least can we add in the SA english component at perhap these
> score levesl?
> 
>  1.0 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters
>  1.4 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired language
>  1.5 CHARSET_FARAWAY BODY: Character set indicates a foreign language
>  1.5 CHARSET_FARAWAY_HEADER A foreign language charset used in headers
>  1.75 MIME_CHARSET_FARAWAY   MIME character set indicates foreign language
> 
> 
> -- 
> --Luke CS Sysadmin, Montana State University-Bozeman
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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



Re: Still more X trouble from the install!

2004-01-13 Thread Johan Kullstam
Jim Higson <[EMAIL PROTECTED]> writes:

> On 13 Jan 2004 08:20:24 -0500, Johan Kullstam <[EMAIL PROTECTED]>
> wrote:
> 
> > Jim Higson <[EMAIL PROTECTED]> writes:
> >
> >> I'm still having these problems, on my main machine, which has
> >> resisted XFree from the start.
> >> As sugested, I've updated the kernel to the prebuilt image 2.4.18-k7
> >> from the woody isos and confirmed the update with uname. It still
> >> won't recognise my usb mouse.
> >>
> >> The mouse in question is a logitech MX700. I find it hard to belive
> >> that the iso kernel builds do not support somthing as comon as a usb
> >> mouse, maybe there is another problem here? Google groups says nothing
> >> much about this mouse and debian [http://tinyurl.com/2tvzo] and in
> >> windows it works as a standard usb mouse.
> >
> > I have this mouse.  Just plug it into the PS/2 mouse port.  Are there
> > computers which have USB but not PS/2?  What is the big fuss about USB
> > mice?
> 
> A few motherboards don't have PS/2.
> 
> USB mice also have a much better refresh rate, IIRC serial mice have a
> refresh rate of only 35Hz or so, which is pretty unpleasent when
> you're used to
> 125Hz like the MX700 can do.

> Worse still, for gamers the frame rate is
> effectively limited by the mouse rate, there's no point in updating the
> screen 120 times per second when input is only recieved 35 times per
> second.

Ah OK, thanks.  I thought I'd ask why.

> I suppose it comes down to not wanting to use an OS if it doesn't let me
> snipe in quake! It might seem petty, but I bought the MX700
> specifically for
> games. I've got the mouse sorted now, but KDE is crashing the X
> server, I posted
> about this elsewhere in the thread.
> 
> > And do there exist _normal sized_ keyboards which use USB?  All
> > I've seen keyboard-wise is those tiny cramped jobs and the mega
> > "internet wireless console" jobs.
> 
> Sure. Most new keyboards I see use usb. I still use an aincient IBM
> model m with a
> din plug, but there are plenty of normal usb keyboards. If I bought a
> new keyboard
> now I'd expect it to be usb.

I haven't seen them.  I didn't see any at the recent computershow I
visited.  Moreover, I cannot seem to find them on the net.

For example, go to newegg.com and lookup USB keyboards.  I see about a
half dozen but they all have non-standard formats like extra rows of
buttons on the top and handrest that protrudes from the bottom.  I
have a keyboard holder on my desk and it will only accept normal, boring
rectangular format keyboards.  I also do not want a truncated or
compacted keyboard.  I can't find USB in the kind I'm looking for.

-- 
Johan KULLSTAM


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



Re: smart media card reader problem

2004-01-13 Thread Richard Lyons
On Tuesday 13 January 2004 19:19, Andrew Perrin wrote:
> On Tue, 13 Jan 2004, Richard Lyons wrote:
> > On Tuesday 13 January 2004 06:10, Tim Timmerman wrote:
> > > > "Richard" == Richard Lyons <[EMAIL PROTECTED]> writes:
> > >
> > >   Worse.. don't know. What happens is that when you unplug a usb
> > >   storage device and plug in a different one, it gets assigned a
> > >   different drive letter. What used to be /dev/sda is now
> > >   /dev/sdb. The reboot resets the counter.
>
> Try using eject /dev/sda to reset the counter. No need to reboot.
>
> Andy Perrin

Thanks Andy.  Far and away the simplest method anyone has suggested.

(Churlish of me to complain after such a useful tip, but when replying 
to list it's better to 'reply to list' not to 'reply to all'.  I get 
two copies the way you do it.)

-- 
richard


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



Re: apt-get install zope fails

2004-01-13 Thread Stephen
On Mon, Jan 12, 2004 at 09:35:02AM -0200 or thereabouts, Joao Carlos de Lima Roscoe 
wrote:
> 
> 
> Hi, all,
> 
> I've tried to install zope in my woody box and got the following:
> 
> ...
> ...
> Setting up zope (2.6.2-6) ...
> update-alternatives: unknown option `--list'

[...]

> The install then hangs for a while, and proceeds. At the end, however, 
> zope fails to start:
> 
> ...
> ...
> Starting Zope instance default...
> failed: missing required path(/var/lib/zope/instance/default/access)
> Waiting instances in late: done.
> default: start: missing required path(/var/lib/zope/instance/default/access)
> ...
> ...
> 
> 
> Looks like old update-alternatives version. What do you think? If so, 
> which package should I update?

FWIW, I never had any issues with Zope on Woody, ran quite good
actually. It's when I upgraded to Sarge that the Zope fun began, at least for me.

I don't think you're having a problem installing zope, because, it's
trying to start. What you're having is an issue with a default instance.
I had that issue as well when I upgraded from a working Zope in Woody, to
the one in Sarge.

Anyway, for creating the default instance for Zope, you need to as root
issue the following command: 'zopectl -a default' (follow the prompts) then 
afterwards, 'zopectl start'.

In terms of the "update-alternatives", sorry I can't help there. But did
you try a search on Google with the error term? I find that often helps,
or even search the list archives for that term. HTH.

-- 
Stephen


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



Re: kde virtual desktops...

2004-01-13 Thread Richard Lyons
On Tuesday 13 January 2004 18:52, enantiomer wrote:
> I am using kde right now and am wondering if anyone can answer this
> question... when I switch between desktops 1-4, the stuff on the
> screen gets switched over, but the actual applications are still
> shown in the taskbar.  I would like it if when I switch from desktop1
> to desktop2, the apps in the taskbar that I opened in desktop1 dont
> show in the taskbar anymore. 

Right-click the panel and choose 'panel menu' -- 'configure panel' -- 
select 'taskbar' -- the top item is a tickbox 'Show windows from all 
desktops'

HTH

-- 
richard


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Paul Morgan
On Tue, 13 Jan 2004 11:12:38 -0800, Deryk Barker wrote:
> 
> My major beef is the way that they allow the "Druids" (virutually
> nothing is known about the real Druids aside from a paragraph in
> Caesar) to prance about there on midsummer's morning.
> 
> Firstly the real Druids did *not* build Stonehenge and secondly the
> rpesent-day druids were founded in the 18th (?) century by John Aubrey
> (he of Brief Lives fame) who surveyed Stonehenge and after whom the
> Aubrey holes are named.
> 
> These present day idiots in their KKK-style outfits have no more right
> to special treatment at Stonehenge than does Bugs Bunny. Actually
> rather less.

I am *so* glad that you posted this. So much nonsense is talked about the
Druids, and me being Welsh and they being my forebears, I get probably
more irritated than most.

Oh, and, don't believe what Caesar wrote in De Bello Gallico anyway. It's
not really a history;  his motivation was political in writing a
self-aggrandizing set of stories about himself, and to provide excuses for
his failures, like twice getting his ass kicked out of Britain, by
portraying his enemies, in this case the British people and Druids, as
conducting unpleasant rituals such as wholesale human sacrifice, when,as
far as I am aware, there is no evidence that such practices took place.

I'm no history scholar, just my personal opinion.  I am basing my remarks
on memory of Julius Caesar's writing.  I do not have a very high opinion
of Julius Caesar, as is probably obvious. It's a shame that his
assassination did not re-establish the Republic.

Thanks again, though, for your remarks, very heartening to know that not
everybody falls for the modern Druid idiocy.

-- 
paul

Programming without a hex editor is like watchmaking without a hammer.



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



Compaq Presario 1245

2004-01-13 Thread Robert Aldridge
Hello list...

I'm attempting to install Debian (Stable) on a Compaq Presario 1245. 
The CD-ROM isn't working properly, so I'm installing via floppies.  I
followed the instructions using the Rescue, Root, 4 driver disks, and 20
base-install disks and successfully got it installed to the 3.2 GB
harddrive.  But, I can't get it to boot.  I have the HD (hda)
partitioned into 3 partitions, /dev/hda1 is to be mounted on /boot (~8
MB), /dev/hda3 (~3.1 GB) is to be mounted on /, and 128 MB at the end of
the drive is configured as Swap.  I got through the entire install and
when it asked if I want to make the system bootable, I chose the
alternate (Make a boot floppy).  After the boot floppy is created, I
chose the "Make the system bootable" menu item and wrote LILO to the
MBR.  After rebooting, the red LILO screen comes up with 2 options,
"Linux" and "Linux (hda1)."  The arrow keys don't appear to do anything.
 If I let LILO timeout and try to boot the default entry, it just
recycles and starts counting down from 15 again.

If I boot with the rescue disk and type "rescue root=/dev/hda3", the
system appears to be coming up normally, but hangs.  The last two lines
on the screen are:

VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 152k freed

Then it just sits there.  Nothing else happens.

When I try booting from the boot floppy, it says "Loading
linux.bin." for a very long time (several minutes) and then
says, "Uncompressing Linux...

After a couple of minutes, it says, "invalid compressed format (err=2)

- - System haulted

Any ideas?

On a side note, I think the CD-ROM drive is bad, but I'm wondering if
it may be IRQ conflicts or something.  Please help if you can.

Thanks,

Robert


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



Compaq Presario 1245

2004-01-13 Thread Robert Aldridge
Hello list...

I'm attempting to install Debian (Stable) on a Compaq Presario 1245. 
The CD-ROM isn't working properly, so I'm installing via floppies.  I
followed the instructions using the Rescue, Root, 4 driver disks, and 20
base-install disks and successfully got it installed to the 3.2 GB
harddrive.  But, I can't get it to boot.  I have the HD (hda)
partitioned into 3 partitions, /dev/hda1 is to be mounted on /boot (~8
MB), /dev/hda3 (~3.1 GB) is to be mounted on /, and 128 MB at the end of
the drive is configured as Swap.  I got through the entire install and
when it asked if I want to make the system bootable, I chose the
alternate (Make a boot floppy).  After the boot floppy is created, I
chose the "Make the system bootable" menu item and wrote LILO to the
MBR.  After rebooting, the red LILO screen comes up with 2 options,
"Linux" and "Linux (hda1)."  The arrow keys don't appear to do anything.
 If I let LILO timeout and try to boot the default entry, it just
recycles and starts counting down from 15 again.

If I boot with the rescue disk and type "rescue root=/dev/hda3", the
system appears to be coming up normally, but hangs.  The last two lines
on the screen are:

VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 152k freed

Then it just sits there.  Nothing else happens.

When I try booting from the boot floppy, it says "Loading
linux.bin." for a very long time (hours) and never boots up.

Any ideas?

On a side note, I think the CD-ROM drive is bad, but I'm wondering if
it may be IRQ conflicts or something.  Please help if you can.

Thanks,

Robert


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



Mozilla print with openoffice fonts

2004-01-13 Thread Christophe TROESTLER
Hi all,

When I print with mozilla to a PS file and then view it with gv all
the characters are replaced by boxes.  After investigation, it turns
out that it is due to the openoffice fonts (if I remove the openoffice
packages, everything is fine).  Any explanations and workaround would
be nice.

Happy new year to all,
ChriS


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



Re: charter font in debian's openoffice.org1.1

2004-01-13 Thread Matt Price
On Wed, Dec 31, 2003 at 03:00:53PM -0500, Wayne Topa wrote:
> Matt Price([EMAIL PROTECTED]) is reported to have said:
> > 
> > Hi,
> > 
> > recentfly upgraded to OOo1.1 using the relativley new sid 
> > debs.  New version is lovely -- well-done! -- but I've lost some fonts
> > and don't understand how to get them back.  The README.Debian states
> > the following: 
> > 
> > Missing fonts on upgrade to 1.1.0
> > As part of the integration of Ximian's work, openoffice now uses
> > fontconfig to
> > determine the installed fonts on your system.  Fonts that were
> > installed using
> > the 'spadmin' tool in a non-standard directory are no longer
> > supported.  You
> > should move those fonts to a directory that fontconfig knows about,
> > such as
> > ~/.fonts or /usr/share/fonts.   The same applies if you made use of
> > special
> > paths with SAL_FONTPATH_PRIVATE.
> > 
> > 
> > ok...  but where do I find the fonts that spadmin installed?  the main
> > one I'm worried about is charter, which I use 'cause it's pretty,
> > fairly straightforward, and has a useful italics mode (thhe bittstream
> > vera serif, which is the default, doesn't).  The only filles named
> > "charter""" i cna find are in 
> > /usr/share/texmf/fonts/afm/bitstrea/charter
> > 
> I just updated a few days ago.  Locate finds the openoffice fonts
> here:  /usr/lib/openoffice/share/psprint/fontmetric
> That dir is dated 12/29, when I updated but the file
> /usr/lib/openoffice/share/psprint/pspfontcache
> is dated 12/31, when I first got a chance to do some work with the
> editor. I didn't run spadmin so OO must have gone out and updated the
> fonts.  You might also checl /etc/openoffice/psprint.conf.

hey wayne, I know you wrote this a while ago, but did you notice if
you have the charter fonts in that directory?  If so, do you think you
could just send them over to me?  then I could try and put them in my
.fonts directory and see if they show up.  I have a
/usr/lib/openoffice/share/psprrint/etc directory, but charter isn't
listed there.   I really would rather have the font back if I can
possibly figure out howto get it!

matt


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



iptables blocking rules

2004-01-13 Thread David
This is not a Debian-specific question but I've tried to post this thing
twice on comp.os.linux.security and my ISP is (temporarily, I hope) not
sending posts out, it seems, so I'd like to ask here.

My iptables rules were installed by firestarter.  My system is strictly
desktop and I have no outward-facing services.


The rules in question are these.  I have a string of rules like this:

#Block nonroutable IPs
$IPT -t filter -A INPUT -s 1.0.0.0/8 -i $IF -j $STOP
$IPT -t filter -A INPUT -s 2.0.0.0/8 -i $IF -j $STOP
$IPT -t filter -A INPUT -s 5.0.0.0/8 -i $IF -j $STOP

This includes IP's beginning with 72 of the first 128 #'s, plus 172,
197, 221, 223, and 240

Now, as an overview, and this is not all-inclusive, but as it applies to
this question, my firewall first sets my policy to drop for all three
major targets, sets these rules mentioned above (among other things), -
well, actually, it goes through a pretty long series of ports that it
sends to a defined rule "STOP", which is actually basically a DROP rule.

Then, there' this:

$IPT  -A INPUT -p tcp --dport 1024:65535 -j STATE

State is this:
# Create a new 'stateful module check' (STATE) convenience chain.
$IPT -I STATE -m state --state ESTABLISHED,RELATED -j ACCEPT
# Try without this line...
#$IPT -A STATE -m state --state NEW -i ! lo -j ACCEPT
$IPT -A STATE -j LOG --log-prefix "STATE: "
$IPT -A STATE -j DROP


BTW.. note the commented-out rule with lo.  I commented this out.. I
ran the firestarter wizard on the latest (testing) package and now it's
-j DROP ( which would be correct), but quite a serious bug here..


Finally, the last rule in the chain (remember, policy is already DROP)
# Deny everything not let through earlier
$IPT -A INPUT -j DROP

Now, finally, the question.  

I don't see any need whatsoever for the "rules in question" above.  And
I think they are causing me some problems.  pricewatch.com, for one,
whose address is, I believe 69.20.62.194, falls in this group, as well,
I think, as skylane.? which is the pgp keyserver I've been trying to
use.  My firewall is dropping their (pricewatch's, at least) SYN ACK's
and they won't connect - or wouldn't - I commented out the 69.0.0.0/8
rule to DROP and can now connect.

Now, the question.  Are these rules needless?  I probably could put the
ESTABLISHED,RELATED rule prior to these rules, but in my case, it looks
like nothing should get in unless I specifically name it, seeing as my
policy is DROP and if that's not enough, that last rule should get them,
anyway.

Actually, the whole ruleset from firestarter seems a bit complex for my
setup.  Wouldn't it be pretty sufficient for a single-system setup to
have something basically like this:

set policy for INPUT & FORWARD to DROP ( leave OUTPUT to ACCEPT?)
set INPUT ESTABLISHED,RELATED to ACCEPT
< add some logging facilities >
< allow some icmp requests, maybe? >

Wouldn't that pretty well take care of it?

Sorry for the long post, but I wanted to include everything.


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



Problem installing debian over network

2004-01-13 Thread Udaypal Aarkoti
Hi,
I'm a newbie to the Linux World and especially Debian. I was running Red Hat so 
far on my machine and have decided to move to Debian. I followed the instruction given 
@ Debian.org and downloaded a Minimal CD image to install Debian over Network 
(http://www.debian.org/CD/netinst/). After downloading a minimal image from 
http://people.debian.org/~dwhedon/boot-floppies/vanilla-3.0.23-netinst.iso I burned 
the image onto the CD and started installing it on my machine. After everything was 
done and I was ready to install the base image I get the following error no matter 
which mirror site I choose, I'm not sure why this is happening
http://ftp.us.debian.org/debian/pool/main/p/ppp/ppp_2.4.1.uus-4_i386.deb is corrupted.
Can't download PPP.
I'm not sure why this is happening with every mirror site I choose. Am I doing 
something wrong, or am I missing something?
I really appreciate any help.
Regards,
Udaypal Aarkoti


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



kde virtual desktops...

2004-01-13 Thread enantiomer
I am using kde right now and am wondering if anyone can answer this
question... when I switch between desktops 1-4, the stuff on the
screen gets switched over, but the actual applications are still shown
in the taskbar.  I would like it if when I switch from desktop1 to
desktop2, the apps in the taskbar that I opened in desktop1 dont show
in the taskbar anymore.  I use this feature in my unix account at
school in order to maintain order within my desktop (stop it from
getting cluttered, etc...)  Anybody know how to do this?  I looked in
the control center and didn't see anything.  thanks!
   Enantiomer


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



Re: Silent boot hang with new kernel

2004-01-13 Thread Johannes Raspe
Tomas Brunclik wrote:

> Hi,
> I installed new binary kernel using package
> kernel-image-2.6.0-1-686*.deb. I'm running Debian unstable. When I
> select the new kernel in lilo menu it shows this message:
> 
> Loading Linux.
> BIOS data check successful
> 
> The message then disappears and I have nice clean black screen - no
> messages!. The only way to get out of it is to press the reset button.
> The other two kernels I have still work normal - after the disappearing
> of abovementioned message continues normal boot-up process with messages
> listing.
> During the installation of the kernel a message appeared, that it needs
> initrd configured in lilo, so I edited lilo.conf and added the line
> initrd=/initrd.img
> It is link to 4MB uncompressed /boot/initrd-.img
> (untouched - as it came with the kernel package) - so I tried also to
> put direct path to this file and also tried comment out the initrd line.
> No difference.
> So maybe I still have some stupid bug in lilo.conf, or it may be
> something other - maybe: the /boot dir with all the kernels and initrd
> image is part of the 5 GB root partition -so may it be that some file is
> physically stored beyond some size border where it is unaccessible
> during the boot process?
> 
> Thanks for any hints.
> Tomas IV.
> 
> My lilo.conf (minus most comments):
> *
> lba32
> boot=/dev/hda
> root=/dev/hda1
> 
> bitmap=/usr/share/lilo/contrib/sid.bmp
> bmp-colors=1,,0,2,,0
> bmp-table=120p,173p,1,15,17
> bmp-timer=254p,432p,1,0,0
> install=/boot/boot-bmp.b
> #install=/boot/boot-menu.b
> 
> map=/boot/map
> delay=20
> 
> # message=/boot/bootmess.txt
> prompt
> timeout=150
> #vga=791
> vga=normal
> 
> append="hdb=scsi hdc=scsi hdd=scsi apm=power-off nomce"
> 
> default=Linux-suse
> 
> image=/vmlinuz
> label=Linux-2.6
> initrd=/boot/initrd.img-2.6.0-1-686
> #read-only
> #optional
> 
> image=/boot/vmlinuz-2.4.21-xfs
> label=Linux
> read-only
> #restricted
> #alias=1
> 
> image=/boot/suselinuz
> label=Linux-suse
> read-only
> append="hdb=scsi hdc=scsi hdd=scsi apm=power-off nomce"
> optional
> #restricted
> #alias=2
> 
> # If you have another OS on this machine to boot...
> #
> # other=/dev/hda4
> #label=HURD
> #restricted
> #alias=3
> *
> 
I think the problem could be that the vesa-frambuffer driver isn't included
in the factory-default initrd-image.
Just add "vesfb" in the "/etc/mkinitrd/modules" file and execute as root
"mkinitrd -o ".
Then put the path and name of the new initrd-image-file in lilo.conf.

Hope this helps

Johannes 


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



What is 'cat: alsa: No such file or directory' all about?

2004-01-13 Thread Simon Tod
I'm getting an error message trying to upgrade a
number of packages that looks like

Setting up modutils (2.4.26-1) ...
cat: alsa: No such file or directory
dpkg: error processing modutils (--configure):
 subprocess post-installation script returned error
exit status 1
dpkg: dependency problems prevent configuration of
modconf:
 modconf depends on modutils (>= 2.1.85-14); however:
  Package modutils is not configured yet.
dpkg: error processing modconf (--configure):
 dependency problems - leaving unconfigured
Setting up module-init-tools (3.0-pre5-1) ...
cat: alsa: No such file or directory
dpkg: error processing module-init-tools
(--configure):
 subprocess post-installation script returned error
exit status 1
Setting up autofs (3.9.99-4.0.0pre10-16) ...
Starting automounter: /var/autofs/misc
/var/autofs/net.
cat: alsa: No such file or directory
dpkg: error processing autofs (--configure):
 subprocess post-installation script returned error
exit status 1
Errors were encountered while processing:
 modutils
 modconf
 module-init-tools
 autofs
E: Sub-process /usr/bin/dpkg returned an error code
(1)

Looks like the error in modconf is just to do with the
dependency on modutils but the other two both have
this 'cat: alsa: ' thing. Nothing in any of the
post-installation scripts gives an indication of the
cause this error ?!

Thanks in advance

=
---
Simon Tod
[EMAIL PROTECTED]


Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html


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



Re: Max connections in Samba?

2004-01-13 Thread Ken Long
On Mon, 2004-01-12 at 19:20, [EMAIL PROTECTED]
wrote:

> From: Mark Roach <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Max connections in Samba?
> Date: 12 Jan 2004 17:10:35 -0500
> 
> On Mon, 2004-01-12 at 11:51, Ken Long wrote:
> 
> > So, the question is, is there an easy way to up that number without
> > having to pull down the source package and recompile samba by hand?  (I
> > really prefer to have binary packages, just for ease of upgrading)
> 
> You can't modify the binary (easily), but the easy way to do what you
> are asking is to "apt-get source samba ; apt-get build-dep samba" then,
> make the change and "dpkg-buildpackage" you might then want to put that
> package on hold with "echo samba hold | dpkg --set-selections" and then
> you'll have a semi-custom, package-managed version of samba. This is
> what I do, and for the same reason, by the way. The process limit is
> per-machine though, just so you know...

Ok, gotcha on building the package.  (I kinda figured I'd end up having to do
that anyway, but was hoping not)
My question is about exactly what do you mean by the process limit being 
"per-machine"?

What I ran into was my one Linux server is running smbd (from inetd, rather than 
as daemons) and is acting as a PDC.  I end up with all these IPC$ processes 
hanging out there forever, but we apparently have more than 128 different
workstations that must connect to this server now, though.

I presumed the max connections limit to mean that I can only have 128 different 
workstations connect to the server.is that what you meant or did you mean 
something different?

The other Samba issue that drives me crazy is roaming profiles.  I can't find
a rhyme or reason to it, but it seems like at random times, users' roaming
profiles will suddenly quit updating on the samba server.  Then at some point,
the Windows client will come up and ask if they want the local profile or roaming
profile and if they pick the roaming one, their profile will revert to something
that may be several months old.  It doesn't do it on all profiles and if I delete 
the old profile from the server, it will write out a new one when they log off 
and may even work correctly for a couple weeks, but then at some point, it will
quit updating again.  Have you (or anyone else) ever seen that problem?  Is there
a solution to that?

Thanks for the help!

-Ken


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



Installing debian woody on an adaptec 29320

2004-01-13 Thread CHARISSIS Constantin
Hi,

I'm trying to install debian woody on an adaptec 29320.

I have first tried to compile the module on an 2.4.21 with version information on all 
modules
disabled, but the debian installer says that the module is compiled with 2.4.21 
instead of 2.4.18-bf2.4.

Next I have installed the debian kernel source available on the first cd  and 
installed the official
adaptec aic79xx kernel source, but when I do a make modules modules_install the module 
is not
installed in /lib/module.

I have found a web site on google with the .o precompiled, but again the installer is 
saying that
the module is compiled with 2.4.18 instead of -bf2.4.

Do you know if there is a way to install debian on an adaptec 29320 ?

Thanx.
Constantin CHARISSIS


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



[Fwd: AcrobatReader>fullscreen and Gnome2]

2004-01-13 Thread Jerome BENOIT
Hello List,

whereas I can read my PDF slides without troubles with acrobatreader
(DEB from Marillat) in normal mode,
I encounter toubles when I want to display them in fullscreen mode:
acrobatreader becames very slow and the screen is partially full.
Any idea ?

Thanks in advance,
Jerome


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



Insight Manager on proliant DL360G3 running Debian woody 2.4.24

2004-01-13 Thread Keith O'Brien
I'm trying to get the Insight manager to work on my dl360 running debian
(woody 2.4.24). I have been able to get the cpqhealth and storage agents
running using the below links. 

Compaq Storage Agents - http://www.sk-tech.net/support/cmastor.html
Compaq Health on Debian - http://www.sk-tech.net/support/cpqhealth.html
 
However I can't get Insight Manager to work. The needed daemon is cmawebd,
provided by the hpasm package (which includes cpqhealth). 
I've looked on the web for information about getting Insight Manager
(cmawebd) working with debian but didn't find any answerers. 

Thanks, 
Keith. 








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



Re: [HELP] Debian Woody on HP Proliant DL 380 G-3

2004-01-13 Thread Daniel Teichert
And I heard arief_mulya exclaim:
> I have to install Woody on Proliant DL 380 today.
> I got everything working (even as I don't know most of the stuff there
> :-) ), except ethernet card.

In case you haven't found an answer already using google et al, on our
boxes of the same kind I believe the tg3 driver worked (I'm sure it was
either tg3 or e1000--we had another network card installed and I can't
remember which was which).

As I recall the driver may not have been available in 2.4.18 (stable)
but 'backporting' a more recent 2.4 kernel using make-kpkg and friends
should be sufficient if you don't want to move to 2.6. HTH.
--
Daniel Teichert
[EMAIL PROTECTED]


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



Re: More 2.6.0 woes

2004-01-13 Thread Derrick 'dman' Hudson
On Sat, Jan 10, 2004 at 01:27:01AM +0100, Enrico Zini wrote:
| On Sat, Jan 10, 2004 at 12:14:17AM +, Alan Chandler wrote:
| 
| > I am now getting loads of messages into syslog like below. The previous kernel 
| > 2.4.22 did report one spurious serial interupt but that was all.  Any idea 
| > how to stop this flow of messages into syslog (as you can see, several a 
| > second)
| > 
| > Jan  9 23:38:28 kanger kernel: evbug.c: Event. Dev: isa0060/serio0/input0, 
| > Type: 0, Code: 0, Value: 0
| 
| rmmod evbug  stops that; to make it permanent, I removed evbug from the
| /lib/modules//modules.inputmap  but I don't know if this is The
| Right Way.  If it's not The Right Way, I'd like to be updated.

I renamed the file in /lib/modules/2.6.0-1-386/kernel/drivers/input
from evbug.ko to evbug.ko---No_Debugging_Please.  This way the module
tools won't find it when they try to load it.  Come to think of it, I
don't think I have rebooted since I did that, so I don't know if
depmod will still find it and it will be loaded.  If it does, then
removing it would certainly stop it from being loaded :-).

| Someone could tell me why make-kpkg created kernels load evbug at boot
| by default if it's compiled?  That doesn't really seem a good idea to
| me.  Not at all.

I agree that debugging shouldn't be the default, especially when it
results in such vast quantities of data.

-D

-- 
\begin{humor}
Disclaimer:
If I receive a message from you, you are agreeing that:
   1. I am by definition, "the intended recipient"
   2. All information in the email is mine to do with as I see fit and make
such financial profit, political mileage, or good joke as it lends
itself to. In particular, I may quote it on USENET or the WWW.
   3. I may take the contents as representing the views of your company.
   4. This overrides any disclaimer or statement of confidentiality that may
be included on your message
\end{humor}
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: gnome-chess crashes

2004-01-13 Thread Jacob S.
On Wed, 14 Jan 2004 04:18:43 +0800
Katipo <[EMAIL PROTECTED]> wrote:

> Uninstall, and install crafty with Xboard.
> A better programme.

Or better yet, crafty with eboard. :-) Very nice program.

Jacob

- 
GnuPG Key: 1024D/16377135

Windows hasn't increased computer literacy. It's just lowered the
standard. 


pgp0.pgp
Description: PGP signature


Re: Default profile settings in mozilla-thunderbird

2004-01-13 Thread Alexander Sack

	You are following the good way going for /etc, the problem here is
Mozilla itself.  Being ported from MS Windows, it doesn't quite know how
to behave itself in a multi-user system; 

Don't see the point. Mozilla knows howto behave in a multi-user 
environment! In addition mozilla had to learn howto work on a 
single-user envs (multi profiles) too! So they know what they are doing. 
BTW mozilla is not ported to linux, it is a suite running on 
multiple-platforms. Thus a cross-plattform tool. It does not contain so 
much differences from win to linux & vv. Of course, when new features 
are adapted that need platform specific coding (this occasions are 
really rare) they will push the windows development first. Since Windows 
users are those many poor little bastards out that really need help. 
Without a browser like mozilla(-firebird) all wxx users would be forced 
to stay with one of the worst apps available today ... an app where 
nobody is able guarantee that it won't show up a severe bug sometimes, 
that finally kills you:). An app that will definitly enter history: .. u 
know ? :-D

So mozilla folks do right to help those poor WXX users.

In some installations of Mozilla 1.5 (don't know about Firebird or
Thunderbird) there is an Advanced Preference to force it to use global
configurations, meaning from /etc.
mozilla & its next generation standalone-apps (fbird, tbird) do hold all 
global configuration within their own tree. For debian that would be:
/usr/lib/mozilla-thunderbird/default/prefs. the prefs folder is linked 
to /etc/mozilla-thunderbird/prefs/. You may edit the entries there to 
change default settings. This will always works. You won't have to force 
it. These settings should not become silently overwritten when upgrading 
the next time. To do something that really works for you is a matter of 
if you know what you are doing & where you wanna get after having done so.

The switch in the advanced preference dialog says to inherit from system 
options. This tries to determine as many settings from debian system 
settings. AFAIK this is a debian only feature to integrate mozilla with 
the debian distribution.

 But I haven't yet discovered why it
is there for some users and for others not.  Scary.
 

Not too scary. The official mozilla download doesn't have it. The debian 
package does.

Oh for true native apps!  Even MS has dealt better with MS Office for
the Macintosh than this port of Mozilla for GNU/Linux!
 

I ... won't say a thing :-X .

--
PGP messages preferred. |  .''`.  ** Debian GNU/Linux **
Alexander Sack  | : :' :  The  universal
[EMAIL PROTECTED] | `. `'  Operating System
http://www.jwsdot.com/  |   `-http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Openoffice 1.1.0

2004-01-13 Thread Greg Folkert
On Tue, 2004-01-13 at 13:27, Stephen A. Witt wrote:
> Is there a problem with the Debian/Woody Openoffice 1.1.0 from
> ftp.freenet.de? It was added to that mirror last week I think, but now
> seems not to be there anymore. I upgraded several machines to 1.1.0 at
> that time, but didn't get all of them and now I have a mixed Openoffice
> installation among a set of machines that NFS mount user accounts, so my
> users (my kids) at upset at the sysadmin (me).

apt-get install dpkg-repack

dpkg-repack  ... 

That will give you the .debs to install elsewhere. That'll learn ya to
be slow on the draw...

Hope this helps.
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry


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


Re: Checking `sniffer'... eth0: PF_PACKET(/sbin/dhclient-2.2.x)

2004-01-13 Thread s. keeling
Incoming from Lawrence Houston:
> Running the latest CHKROOTKIT (0.43) under Debian (3.0r2) I am now
> receiving the following messages on my Router:
> 
>Checking `sniffer'... eth0: PF_PACKET(/sbin/dhclient-2.2.x)
>eth1: PF_PACKET(/sbin/dhclient-2.2.x, /usr/sbin/dhcpd-2.2.x)

   http://marc.theaimsgroup.com/?l=chkrootkit-users


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


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



solved: cdrdao, atapi, k3b

2004-01-13 Thread Johannes Raspe
Antonio Rodriguez wrote:

> In the kde users list there was a thread (I got late to it) about
> certain version of cdrdao used in Redhat being able to use atapi
> interface. cdrdao I think is behind k3b. My question: Does anyone know
> anything about this? I would be glad if I could use cdrdao with atapi.
> 
> 
As requested by Antonio via mail, here is my how-to for Debian unstable:
I downloaded the Red Hat 9 RPM packages for cdrdao 1.1.8-pre2 at
http://k3b.xcyb.org/. Of course take the rpm which matches your processor.
after "cat cdrdao-1.1.8-pre2.xcyb.2.rh9.athlon.rpm | rpm2cpio | pax -r"
you'll find a directory "usr/bin" in the directory you called the command.
In this directory you'll find the cdrdao-executable "cdrdao".
Now rename "/usr/bin/cdrdao" to anything like "/usr/bin/cdrdao.debian"
and copy the extracted "cdrdao" to "/usr/bin".
Change the access-rights to the same like "cdrdao.debian" and you're done.
After starting k3b it should now accept any atapi cd/dvd-rom as reader.

This should work on every linux-distribution.

Hope this helps.

Johannes
 


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Jim Higson
On Tue, 13 Jan 2004 11:12:38 -0800, Deryk Barker 
<[EMAIL PROTECTED]> wrote:

Thus spake Jim Higson ([EMAIL PROTECTED]):

On Mon, 12 Jan 2004 22:54:13 -0800, Nano Nano <[EMAIL PROTECTED]>
wrote:
Stonehenge sucks!
No, the presentation, the limitation of access, suck. Stonehenge
itself is a truly strange monument - try sleeping overnight in the
back of your car within sight of it, as I once did.
I have. Well, not in a car, but I don't think internal combusion was the 
missing
ingredent. I suppose I'm just not superstitious/spirtual/whatever. Other 
than
the feat of building it I found it about as 'strange' as any other pile of 
stones.

I'd rather visit the nearby Salisbury cathedral anyday. Now that's 
spectacular.

Seriously, don't visit it. You get to walk around a rope 10 meters or so
from the stones, which have mostly fallen doen anyway.
Well the stones which have fallen "doen" did so a long time ago. AFAIK
there have been no stones falling since Stonehenge became a tourist
attraction.
Ok, it doesn't really matter to me when they fell down, it's still prettty
underwhelming. I don't mean to say that I'm not interested in my history,
but when it's this plain I'm happy to read about it in books.
Maybe I just don't get it.

My major beef is the way that they allow the "Druids" (virutually
nothing is known about the real Druids aside from a paragraph in
Caesar) to prance about there on midsummer's morning.

Firstly the real Druids did *not* build Stonehenge and secondly the
rpesent-day druids were founded in the 18th (?) century by John Aubrey
(he of Brief Lives fame) who surveyed Stonehenge and after whom the
Aubrey holes are named.

These present day idiots in their KKK-style outfits have no more right
to special treatment at Stonehenge than does Bugs Bunny. Actually
rather less.
Ok, but I don't think they have any less right than you or I.

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



Re: gnome-chess crashes

2004-01-13 Thread Katipo
On Tue, 13 Jan 2004 09:04:23 -0300 (CLST)
Victor Munoz <[EMAIL PROTECTED]> wrote:

> 
> Hello. I just wanted to play chess with my computer, and installed
> gnome-chess and gnuchess. I added gnuchess to the program preferences,
> and started a new game. I moved my first piece, and then the program
> responded. Fine. But after a few movements, gnome-chess just
> crashed. No process left in the background, no warning... it just
> disappeared. I tried several times, and the only difference was when
> it crashed: sometimes after a few moves, sometimes after the first
> move. I could not play a whole game.
> 
> I also tried playing against gnuchess directly, following the game
> with the graphical interfase of gnome-chess. Gnuchess seemed to
> progress flawlessly. At one point, gnome-chess crashed again. To undo
> a movement, I used the backwards arrow one movement, the piece went to
> the previous position, and did a new movement. I clicked on the
> forward arrow (dangerous, because there was no movements later), and
> gnome-chess crashed "due to a fatal error" (warning this
> time). However, if during a normal I click the forward arrow (and,
> once again, there are no movements later, nothing happens and the
> application does not crash.
> 
> I have also crashed gnome-chess with other combinations of clicks.
> Should I file bug reports?
> 
> I'm using gnome-chess 0.3.3, and GNU Chess 5.07, in a sid machine.
> 
> Regards,
>   Victor
> 
Hello Victor,

Uninstall, and install crafty with Xboard.
A better programme.
Regards,

David. 


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



maildirmake

2004-01-13 Thread Mike Mueller
I am a MTA/MDA/MUA email noob.  I am doing things piecemeal to understand the 
functioning of each component. I've got getmail pulling from a POP3 account. 
I had to create my Maildir manually:

mkdir Maildir
mkdir Mail/dir/new
mkdir Mail/dir/tmp
mkdir Mail/dir/cur

I found a file in ~/Maildir/new after running getmail.  It was the email I 
sent intentionally from another machine running KMail.

I don't have/can't find maildirmake on my Knoppix/Sid system or my Woody 
system.

I do not have an MUA installed.

How are maildir and folders usually set up?  With an MUA?
-- 
Mike Mueller
324881 (08/20/2003)
Make clockwise circles with your right foot. 
Now use your right hand to draw the number "6" in the air.


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread David P James
On January 13, 2004 14:12, Deryk Barker wrote:
...
>
> My major beef is the way that they allow the "Druids" (virutually
> nothing is known about the real Druids aside from a paragraph in
> Caesar) to prance about there on midsummer's morning.
>
> Firstly the real Druids did *not* build Stonehenge and secondly the
> rpesent-day druids were founded in the 18th (?) century by John
> Aubrey (he of Brief Lives fame) who surveyed Stonehenge and after
> whom the Aubrey holes are named.
>
> These present day idiots in their KKK-style outfits have no more
> right to special treatment at Stonehenge than does Bugs Bunny.
> Actually rather less.
>

While I agree they're little more than idiots, referring to their garb 
as "KKK-style" is a bit much considering that their outfits probably 
pre-date the KKK by a century or two. In fact, it's likely the KKK 
copied the "Druids'" outfits.

-- 
David P James
Ottawa, Ontario
http://members.rogers.com/dpjames/

There is no art which one government sooner learns of another
than that of draining money from the pockets of the people.
-Adam Smith, The Wealth of Nations


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



AcrobatReader>fullscreen and Gnome2

2004-01-13 Thread Jerome BENOIT
Hello List,

whereas I can read my PDF slides without troubles with acrobatreader
(DEB from Marillat) in normal mode,
I encounter toubles when I want to display them in fullscreen mode:
acrobatreader becames very slow and the screen is partially full.
Any idea ?

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



Re: smart media card reader problem

2004-01-13 Thread Andrew Perrin
On Tue, 13 Jan 2004, Richard Lyons wrote:

> On Tuesday 13 January 2004 06:10, Tim Timmerman wrote:
> > > "Richard" == Richard Lyons <[EMAIL PROTECTED]> writes:
> > >
> >   Worse.. don't know. What happens is that when you unplug a usb
> >   storage device and plug in a different one, it gets assigned a
> >   different drive letter. What used to be /dev/sda is now
> >   /dev/sdb. The reboot resets the counter.

Try using eject /dev/sda to reset the counter. No need to reboot.

Andy Perrin


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



Re: OT: Why stonehenge Sucks

2004-01-13 Thread Deryk Barker
Thus spake Jim Higson ([EMAIL PROTECTED]):

> On Mon, 12 Jan 2004 22:54:13 -0800, Nano Nano <[EMAIL PROTECTED]> 
> wrote:
> 
> Stonehenge sucks!

No, the presentation, the limitation of access, suck. Stonehenge
itself is a truly strange monument - try sleeping overnight in the
back of your car within sight of it, as I once did.

> 
> Seriously, don't visit it. You get to walk around a rope 10 meters or so 
> from the stones, which have mostly fallen doen anyway. 

Well the stones which have fallen "doen" did so a long time ago. AFAIK
there have been no stones falling since Stonehenge became a tourist
attraction.

My major beef is the way that they allow the "Druids" (virutually
nothing is known about the real Druids aside from a paragraph in
Caesar) to prance about there on midsummer's morning.

Firstly the real Druids did *not* build Stonehenge and secondly the
rpesent-day druids were founded in the 18th (?) century by John Aubrey
(he of Brief Lives fame) who surveyed Stonehenge and after whom the
Aubrey holes are named.

These present day idiots in their KKK-style outfits have no more right
to special treatment at Stonehenge than does Bugs Bunny. Actually
rather less.

-- 
|Deryk Barker, Computer Science Dept. | Music does not have to be understood|
|Camosun College, Victoria, BC, Canada| It has to be listened to.   |
|email: [EMAIL PROTECTED] | |
|phone: +1 250 370 4452   | Hermann Scherchen.  |


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



Re: smart media card reader problem

2004-01-13 Thread Richard Lyons
On Tuesday 13 January 2004 06:10, Tim Timmerman wrote:
> > "Richard" == Richard Lyons <[EMAIL PROTECTED]> writes:
> >
> > No, you're right: it must be the kernel drivers. I've now
> > discovered it is worse than you described.  I have no complicated
> > filesystems on any of the media, but after mounting any one of them
> > it is necessary to reboot before you can mount any other type. 
> > This applies also to smart media and to SD cards - not just to the
> > disgo.  Now that is tedious...
>
>   Worse.. don't know. What happens is that when you unplug a usb
>   storage device and plug in a different one, it gets assigned a
>   different drive letter. What used to be /dev/sda is now
>   /dev/sdb. The reboot resets the counter.
>
>   In your case then, after plugging in the second device, try
>   /dev/sdb in your mount command.

I thought I'd tried all the likely ones, but must have missed the 
correct one then.  I'll investigate next time.  Thanks.

-- 
richard


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



Re: smart media card reader problem

2004-01-13 Thread Richard Lyons
On Tuesday 13 January 2004 07:25, Steven Yap wrote:
> On Mon, 2004-01-12 at 03:25, Richard Lyons wrote:
> > [ Removable storage tale of woe elided ]
> >
> > Any insights, please.
>
> The removable storage devices plug in to the SCSI subsystem. The dev
> entries they get mapped to is determined by the order in which they
> are found and/or plugged into the computer.
>
> You need to rescan the SCSI bus, either manually:
>
>echo "scsi add-single-device C B T U" >/proc/scsi/scsi
>
>   where
>C = Controller  (host)  no.
>B = Bus (Channel)
>T = Target (SCSI ID)
>U = Unit (SCSI LUN)
>
> or run the shell script rescan-scsi-bus.sh
> (see http://sethbuckley.com/wiki/moin.cgi/rescan_2dscsi_2dbus_2esh)
>
> No reboots required.

I'm so glad to hear that.  Nostalgia for Doze98 is all very well, but I 
don't expect to reboot from one month to another.  Thanks, Steven, I'll 
try these methods.
-- 
richard


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



Openoffice 1.1.0

2004-01-13 Thread Stephen A. Witt
Is there a problem with the Debian/Woody Openoffice 1.1.0 from
ftp.freenet.de? It was added to that mirror last week I think, but now
seems not to be there anymore. I upgraded several machines to 1.1.0 at
that time, but didn't get all of them and now I have a mixed Openoffice
installation among a set of machines that NFS mount user accounts, so my
users (my kids) at upset at the sysadmin (me).



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



problem switching from stable to testing...

2004-01-13 Thread enantiomer
I have recently made the switch over to debian and am
definitely a newbie.  I noticed that when using the apt utilities like
apt-get and apt-cache, much of the software that I want just isn't
available in stable (stable worked fine though).  so i moved over to
testing but couldn't get it to work.  here are the steps that I
took...
1.  first used apt-spy to get a list of testing servers 'apt-spy -d
testing'
2.  then tried 'apt-cache search firebird'
but it didn't work it kept on giving me a "Couldn't stat source
package list ftp://mirrors.usc.edu TESTING/contrib Packages
(/var/lib/apt/lists/mirrors.usc.edu_pub_linux_distructions_debian_dists_TESTING_contrib_binary_i386_Packages)
- stat (2 No such file or directory)"
error type of message for each testing source in my sources.list file

i then tried running 'apt-get update' and got the same error.  why
does this process work under stable but not testing?  I have scoured
the google groups site trying to figure this out and have read close
to a hundred articles probably and would really appreciate some help. 
Anyone?  Thanks!
   Enantiomer


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



Re: hdparms question

2004-01-13 Thread Andreas Janssen
Hello

Nate Duehr (<[EMAIL PROTECTED]>) wrote:

> On Tuesday 13 January 2004 06:20 am, Akira Kitada wrote:
> 
>> Edit /etc/hdparm.conf file.
>> It's the file that hdparm script, which is in /etc/init.d,
>> read from to configure your hdd status.
>>
>> If you want to know more about it,
>> see /etc/init.d/hdparm script.
> 
> Doh.  Open mouth insert foot.  Disregard previous rant about not
> having an rc script.
> 
> /me smacks his forehead.

No need to hurt yourself. In Woody, hdparm does not have an startup
script. You can however install the hwtools package and change
/etc/init.d/hwtools to suit your needs.

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


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



Re: Default profile settings in mozilla-thunderbird

2004-01-13 Thread Leandro Guimarães Faria Corcete Dutra
> Don't see the point. Mozilla knows howto behave in a multi-user 
> environment!

It doesn't quite follow the standard relationship between /etc (global)
and ~/. files (users).


> So they know what they are doing.

Yes, but we don't, and "they" are doing it as a cross-platform fix, not
by elegant design.


> BTW mozilla is not ported to linux

Ever heard of XPCOM?  If that ain't a port...


> it is a suite running on 
> multiple-platforms. Thus a cross-plattform tool. It does not contain so 
> much differences from win to linux & vv.

That is the point, it was made originally for MS Windows and doesn't
quite follow the POSIX standards and conventions.


> The switch in the advanced preference dialog says to inherit from system 
> options. This tries to determine as many settings from debian system 
> settings. AFAIK this is a debian only feature to integrate mozilla with 
> the debian distribution.

These aren't Debian system settings, they are POSIX and GNU system
settings.  This shouldn't be optional, and is a sign of something from
abroad.


-- 
Leandro GuimarÃes Faria Corcete Dutra <[EMAIL PROTECTED]>
Prefeitura do MunicÃpio de SÃo Paulo
Governo EletrÃnico, Telecentros  +55 (11) 5080 9647
http://br.geocities.com./lgcdutra/   +55 (11) 5080 9648


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



Re: hdparms question

2004-01-13 Thread Stephen Cormier
On January 13, 2004 12:58 pm, Nate Duehr wrote:
> On Tuesday 13 January 2004 06:20 am, Akira Kitada wrote:
> > Edit /etc/hdparm.conf file.
> > It's the file that hdparm script, which is in /etc/init.d,
> > read from to configure your hdd status.
> >
> > If you want to know more about it,
> > see /etc/init.d/hdparm script.
>
> Doh.  Open mouth insert foot.  Disregard previous rant about not
> having an rc script.
>
> /me smacks his forehead.
>
> --
> Nate Duehr, [EMAIL PROTECTED]

Oops, I should have read the rest of the thread myself before replying 
to your previous post.

Stephen Cormier


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



Re: hdparms question

2004-01-13 Thread Stephen Cormier
On January 13, 2004 12:57 pm, Nate Duehr wrote:
> On Tuesday 13 January 2004 05:36 am, Christian Schnobrich wrote:
> > What you can do is add you hdparm command to the system startup
> > scripts, so it will be executed at boot time.
>
> Some distros add an rc script for hdparm whenever it's installed. 
> Debian doesn't.
>
> Others have hdparm or "harddisk" settings in their configuration
> directories where you can add switch options that will get passed to
> hdparm during boot.
>
> Perhaps the package maintainer for hdparm could consider similar
> things for Debian.
>
> On the systems that do this, no settings are changed or anything done
> to the hdparm settings without the user changing these files, there's
> just a nice place to put all of it pre-configured to accept the
> hdparm info that gets installed with hdparm.
>
> It's more convenient but not a necessity...
>
> --
> Nate Duehr, [EMAIL PROTECTED]

On my system I have a file /etc/hdparm.conf that is used for this until 
recently it used to be /etc/default/hdparm both files are called from 
the /etc/init.d/hdparm and were installed from the Debian package.


[01:12 PM Tue Jan 13: stephen @ ~]
>$ dpkg -S hdparm.conf
hdparm: /etc/hdparm.conf
[01:13 PM Tue Jan 13: stephen @ ~]
>$ dpkg -L hdparm
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/hdparm
/usr/share/doc/hdparm/README.acoustic
/usr/share/doc/hdparm/README.Debian
/usr/share/doc/hdparm/copyright
/usr/share/doc/hdparm/changelog.gz
/usr/share/doc/hdparm/contrib
/usr/share/doc/hdparm/contrib/idectl
/usr/share/doc/hdparm/contrib/README
/usr/share/doc/hdparm/contrib/ultrabayd
/usr/share/doc/hdparm/changelog.Debian.gz
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/hdparm.8.gz
/etc
/etc/init.d
/etc/init.d/hdparm
/etc/apm
/etc/apm/event.d
/etc/apm/event.d/20hdparm
/etc/hdparm.conf
/sbin
/sbin/hdparm


Stephen Cormier



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



Re: Re: 3COM Gig ethernet driver compile woes (source from 3COM/ASUS)

2004-01-13 Thread Colin Watson
On Tue, Jan 13, 2004 at 10:36:09AM -0600, Ramasubramanian Ramesh wrote:
> Thanks Collin. The code that is causing problem is in kernel-2.6.test9
> asm/checksum.h.

Are you sure? I've got 2.6.1-rc1 here patched for powerpc, but the code
seems to be correct there.

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: hdparms question

2004-01-13 Thread Colin Watson
On Tue, Jan 13, 2004 at 09:57:35AM -0700, Nate Duehr wrote:
> On Tuesday 13 January 2004 05:36 am, Christian Schnobrich wrote:
> > What you can do is add you hdparm command to the system startup
> > scripts, so it will be executed at boot time.
> 
> Some distros add an rc script for hdparm whenever it's installed.  Debian 
> doesn't.  

There's the hwtools package ...

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: OT: Why the net Sucks: Stonehenge

2004-01-13 Thread Nano Nano
On Tue, Jan 13, 2004 at 06:37:34AM -0500, Paul Morgan wrote:
[snip]
> I don't see any problem.  I found, I think, the sort of thing for
> which you were looking in just a few seconds.
[snip]
> 
> http://www.aboutstonehenge.info/index.php

Imagine what life would be like if googling for stonehenge returned 
results like these:

http://mill1.sjlibrary.org/search/dstonehenge/dstonehenge/1,7,38,B/exact&FF=dstonehenge+england&1,27,
and you could click each link and read the entire text!

I guess I'd be happy if the full text of all books ever published was 
available online.  Each of those books is probably 300 pages. I can't 
find *that* amount of depth on the 'net.

Also, note, I found this by a single search keyword, "stonehenge".

So I highly doubt "http://www.aboutstonehenge.info/index.php";, my "one 
stop stonehenge spot", is a substitute for the collected works on 
Stonehenge available in the San Jose library.

Some of us are more than consumers!


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



Re: cdrdao, atapi, k3b

2004-01-13 Thread Stephen Cormier
On January 13, 2004 06:27 am, Antonio Rodriguez wrote:
> In the kde users list there was a thread (I got late to it) about
> certain version of cdrdao used in Redhat being able to use atapi
> interface. cdrdao I think is behind k3b. My question: Does anyone
> know anything about this? I would be glad if I could use cdrdao with
> atapi.

You may want to look at the archive for Monday, Janurary 12, 2004 in the 
thread "cdrao not working with 2.6".

Stephen Cormier


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



Re: hdparms question

2004-01-13 Thread Wayne Topa
David Baron([EMAIL PROTECTED]) is reported to have said:
> Thanks. What = 3?
> 

See man hdparm  (look for -c)

-- 
Any program that runs right is obsolete.
___


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



KDE 3.1 fails to start

2004-01-13 Thread Stephen Liu
 Hi folks,

KDE-3.1
GNOME-2.4
KDE failed to login/start with following warnings
"view details (~/.xssession-errors file)"
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running : sessreg -a -w /var/log/wtmp -u 
/var/run/utmp -x "/var/lib/gm/ : 0 .xservers "-h "" -l : 0 satimis
+ wm=kde3
+ cp /dev/null /home/satimis/.kde3-errors
+ chmod 600 /home/satimis/.kde3-errors
+ exec

# cat /gdm/PreSession/Default

echo "$0 : could not find the sessreg utility, cannot update wtmp and utmp"
exit 0
# cat /home/satimis/.kde3-errors
.
+ echo "kde3: kde3 not found, Quiting"
kde3=kde3 not found. Quiting
+ exit
# ls -al /home/satimis/ | grep kde
-rw-r--r-- 1 satimis satimis 1119 Jan 13 10:40 .gtkrc-kde
drwx-- 4 satimis satimis 4096 Jan 13 13:40 .kde
-rw--- 1 satimis satimis 528 Jan 13 13:28 .kde3-errors
-rw--- 1 satimis satimis 490 Jan 1 01:21 .kderc
(.kde3 not found)

Kindly advise how to fix this problem

TIA

B.R.
Stephen  Liu
(Remark: GNOME 2.4 can start without problem)


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



Re: Re: 3COM Gig ethernet driver compile woes (source from 3COM/ASUS)

2004-01-13 Thread Ramasubramanian Ramesh
 
> On Mon, Jan 12, 2004 at 09:46:56AM -0600, Ramasubramanian Ramesh wrote:
> >   I changed gcc from 3.3.2 version to 2.95.4 and everything compiles
> > well. So, now I am wondering if this is a real gcc problem.
> 
> No; see my previous message. gcc 3.3.2 is stricter than 2.95.4, but
> correctly so.
> 
> --
> Colin Watson  [EMAIL PROTECTED]
> 
>   
> 

Thanks Collin. The code that is causing problem is in kernel-2.6.test9 asm/checksum.h. 
I am a bit
leary of fixing/changing kernel headers. Given this which is better: compile with 
gcc-2.95-4 or edit
the header file?

Thanks and Regards
Ramesh


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



Re: hdparms question

2004-01-13 Thread Nate Duehr
On Tuesday 13 January 2004 06:20 am, Akira Kitada wrote:

> Edit /etc/hdparm.conf file.
> It's the file that hdparm script, which is in /etc/init.d,
> read from to configure your hdd status.
>
> If you want to know more about it,
> see /etc/init.d/hdparm script.

Doh.  Open mouth insert foot.  Disregard previous rant about not having an 
rc script.  

/me smacks his forehead.

-- 
Nate Duehr, [EMAIL PROTECTED]


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



  1   2   >