Re: test if cron is running?

2002-09-12 Thread Christoph Claus

On Thu, Sep 12, 2002 at 12:29:47AM +0200, Roman Joost wrote:
> Is anacron started by cron? Because anacron is working... 
> 
> I recently have the problem, that my cron won't start anything which i entering
> in the crontab. A Linux without cron is really bad :((
> 

It's the other way round -- anacron executes the cron jobs. cron jobs
normally are run around midnight, when your desktop pc usually is
turned off. So they don't get executed at all. Anacron tries to start
these jobs as soon as possible (e.g. the next morning you are turning
on your computer)

Is anacron really up and running?

Christoph


-- 
Manche Frauen tun für ihr Äußeres Dinge, für die ein Gebrauchtwagenhändler
ins Gefängnis käme.


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




Canon LBP-660

2002-09-12 Thread debianuser

Hey!

Do somebody have expience about Canon LBP-660 printer
on a Woody Debian System?

How can I install it?

Thanks,
in advance!



_
Kuukausimaksuton nettiyhteys: http://www.suomi24.fi/liittyma/
Yli 12000 logoa ja soittoääntä: http://sms.suomi24.fi/



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




Re: Canon LBP-660

2002-09-12 Thread Christoph Claus

On Thu, Sep 12, 2002 at 10:33:35AM +0300, [EMAIL PROTECTED] wrote:
> How can I install it?

Consult /usr/share/doc/HOWTO/en-{txt,html}/Printing-HOWTO and
.../Printing-Usage-HOWTO

Christoph

-- 
Stilblüten aus Schreiben von Versicherungsnehmern:
Als ich an die Kreuzung kam, erhob sich ein Zaun, um meine freie Sicht
zu hindern.


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




Re: Simple bandwidth limiting examples?

2002-09-12 Thread Colin Watson

On Thu, Sep 12, 2002 at 09:40:37AM +0700, Oki DZ wrote:
> On Wed, Sep 11, 2002 at 11:35:45AM -0500, Michael Jinks wrote:
> > Can anyone recommend a site that covers traffic control from a more
> > down-to-earth perspective?  Or is anyone running a server that limits
> > its own bandwidth, and willing to share your configs for comparison?
> 
> You can go to Google, and look for "cbq.init".

No need to google - it's in the shaper package.

-- 
Colin Watson  [[EMAIL PROTECTED]]


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




Multiple Mixers - selecting primary one

2002-09-12 Thread Mark L. Kahnt

It took me nine months to sort out what was configured wrong, but I
finally sorted out how to get my TV tuner card (a none-too-fancy
Hauppage low-end model) to work on my system, and it is quite nice...

But not fully nice. Bt878 shows up as the primary mixer, while my
Creative SBLive is the second mixer. This means that I haven't been able
to send any system sounds or run RealPlayer, as apparently all default
sound drivers are now identified with the primary mixer, and I'm having
no luck finding the right documentation to either redirect Gnome sounds
and RealPlayer to another dsp (dsp2 and dsp3 are available), or swap the
priorities of mixers (the tv viewers can be configured to any dsp.)
-- 
Mark L. Kahnt, FLMI/M, ALHC, HIA, AIAA, ACS, MHP
ML Kahnt New Markets Consulting
Tel: (613) 531-8684 / (613) 539-0935
Email: [EMAIL PROTECTED]


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




Re: avview

2002-09-12 Thread Christoph Claus

On Sun, Sep 08, 2002 at 11:38:32AM -0400, stan wrote:
> Interesting, I have this line in /etc/apt/sources.list:
> 
> deb http://security.debian.org/ stable/updates main contrib non-free
> 
> Wonder why it's not geting updated?
> 

Did you run "apt-get update" and "apt-get upgrade"???

Christoph

-- 
Wie man sein Kind nicht nennen sollte: 
  Major Ann 


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




Re: downgrading from unstable to testing

2002-09-12 Thread Adrian 'Dagurashibanipal' von Bidder

On Thu, 2002-09-12 at 02:51, Matthew Weier O'Phinney wrote:
> --Adrian 'Dagurashibanipal' von Bidder <[EMAIL PROTECTED]> wrote
> (on Wednesday, 11 September 2002, 03:53 PM +0200):
[...]

> > As downgrades are often not properly supported, you'll probably want to
> > do the same (or remove unstable sources alltogether), unless some
> > packages are really broken. As long as it works, I would not actively
> > downgrade any packages.
> Unfortunately, some of the packages no longer work -- and as I need to
> _use_ the machine, I need a certain degree of stability. I also need to
> have a machine a little more on "the bleeding edge" than woody.

Ok, then I would definitely recommend mixing stable and unstable.

> > I have to set up my preferences file to prefer testing/updates with
> > priority 750, and normally use just testing with 700. (this assumes
> > you've read man apt_preferences). 
> I've read apt_preferences, and here are the contents of my
> /etc/apt/preferences file:
> 
> Package: *
> Pin: release v=3.*,a=testing,c=*,o=*,l=Debian
> Pin-Priority: 1001

1001 should be ok (I've never tried it, though, as the just wait
approach has worked for me so far).

> I have also changed my sources.list to point only at testing for the
> time being. When I do an apt-show-versions -u, however, no packages are
> returned (well, on the first try, 7 were, but they were actual upgrades
> to what I had... hmmm..).
> 
> I suspect that either I have the Pin wrong, or that I need to bump the
> Pin-Priority even higher... Anybody have any ideas?

Hmm. Are packages actually assigned prio 1001? What does 
apt-policy  say?

My preferences file is:
===
Package: *
Pin: release l=Debian-Security
Pin-Priority: 750

Package: *
Pin: release a=testing
Pin-Priority: 700

Package: *
Pin: release a=stable
Pin-Priority: 600
===

Where stable is in mostly to catch the stupid sort of thing that
happened to gnome-terminal. It's important that the Debian-Security
thing is first, because a=testing catches also testing-security (haven't
looked if packages ever come in here) and a=stable catches also
stable-security.

My sources.list ist (careful, linebreaks!)

===
deb http://security.debian.org/ testing/updates main non-free contrib

deb http://debian.ethz.ch/mirror/debian/ testing main non-free contrib
deb http://debian.ethz.ch/mirror/debian-non-US/ testing/non-US main non-free contrib

deb http://security.debian.org/ stable/updates main non-free contrib

deb http://debian.ethz.ch/mirror/debian/ stable main non-free contrib
deb http://debian.ethz.ch/mirror/debian-non-US/ stable/non-US main non-free contrib

deb http://debian.ethz.ch/mirror/debian/ unstable main non-free contrib
deb http://debian.ethz.ch/mirror/debian-non-US/ unstable/non-US main non-free contrib
===

(well, almost. I use apt-cacher in between).

cheers
-- vbi

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

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



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


Re: download

2002-09-12 Thread Claudio Bley

On Wed, 2002-09-11 at 13:36, New Star Service Company wrote:
> I recently subscribe this mailing list and also newbie in Debian.
> I would like to download previous all mail from Debian website such
> as July/August-2002 all mail.
> How I do this ?

Just send a message to [EMAIL PROTECTED] with a
subject of "archive help". Remember that if you want access to the
archive you have to have "archive" as the first word of your subject,
commands are written in the body.

HTH
-- 
Claudio Bley_ 
 ASCII ribbon campaign ( )
ICQ# 83197241 - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/ & vCards / \


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




优惠网络建站!

2002-09-12 Thread zdrwz

´ËÓʼþΪÉÌÒµÐź¯£¬Èç¹ûÄú¶Ô´Ë²»¸ÐÐËȤÇëÁ¢¼´É¾³ý£»Èç¹ûÄú²»Ï£ÍûÔÙÊÕµ½´ËÓʼþÇëµ½http://filter.21gold.comÍ˶©£¬ÎÒÃǽ«»á°ÑÄúµÄÓÊÏ䵨ַ¹ýÂ˳öÁÐ±í¡£Ð»Ð»£¡
This mail is a business letter. If you are uninterested in this , please delete it  
immediately;If you do not hope to receive this mail again , please go to 
http://filter.21gold.com ,fill in your mail address ,and  we  will filter it out of 
our mail list.
  Thank you!


½ðÊÀ¼ÍÍøÂçȫеÄÍøÂ罨վ·½°¸£º

 ×ÔÓɸü¶à,Äú¿ÉÒÔÍêÈ«¶¨ÖÆ×Ô¼ºµÄÖ÷»ú 
 Ëٶȸü¿ì,¸üÎȶ¨,Ñϸñ¿ØÖÆÖ÷»úÊýÁ¿ 
 ¸üÓÅ»Ý,ÏÖÔÚÉêÇë¾ùÔùË͹ú¼ÊÓòÃû¡¢VIPÆóÒµÓÊÏä 
 ÎÞ·çÏÕ,¿ªÍ¨ÊÔÓÃ7Ìì,ÂúÒâÔÙ¸¶¿î 

   ×îµÍÒ»Äê½öÐè170Ôª¡£¼´¿ÉÓµÓÃÓòÃû+Ö÷»ú+ÆóÒµÓʾ֡£

 ¶ÀÓеÄÓû§¹ÜÀíϵͳ¿ÉÒÔʵÏÖ£º
   ÔÚÏßÐÞ¸ÄFTPÃÜÂë¡¢ÔÚÏßWEBÍøÕ¾¹ÜÀí¡¢ 
   ÔÚÏßÓòÃûDNS¹ÜÀí¡¢ÔÚÏß¿ªÍ¨ÆóÒµÓÊÏäµÈ

»¹Óиü¶àÓÅ»ÝÌײ;´Çë·ÃÎÊ£ºhttp://www.21gold.com


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




Re: Restricting IP to shell users

2002-09-12 Thread Dathi Oxencroft

The immediate goal is to bind user X's processes to Y IP. Additionally
allowing user X to only login via Y IP would be an advantage, but not an
issue at this stage.

Traffic analysis by IP I believe I have under control :)

Jason Healy wrote:
> > I've recently setup a new server with woody but this is my first time with
> > multiple IP's using IPalaising. I've been searching here and there to no
> > avail on how I may setup particular users to bind to, or be locked into
> > using in some fashion, a particular IP address.
>
> It would help a little if you can tell us what the goal is... are you
> trying to analyze traffic based on a certain IP?
>
> Do you want users to only be able to log in via a certain IP address,
> so that joe can only get to the box by ssh-ing to 192.168.0.1 and
> jane can only get to 192.168.0.2?  Or do you want joe's and jane's
> processes (such as virtual hosted web servers) to only bind to certain
> ports, or both?
>
> Jason
> -- 
> Jason Healy
> http://www.logn.net/


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




Re: Debian 3.0 and AIRONET PCI4800 (Aironet PCI350) ?

2002-09-12 Thread Pat Colbeck

Hi

I would check the modules availabe for yout kernel. I am not sure if the 2.2.x 
kernels in Woody have support for this card. I am sure I saw it in the list 
of modules for my 2.4.x kernel though. Try modconf and browse the modules.

Pat

On Thursday 12 September 2002 7:40 am, Ignacio Solis wrote:
> * W.D.McKinney ([EMAIL PROTECTED]) said:
> > I could really use some help. I have a CISCO AIR-PCI350 card that I
> > have been trying to get to work in Linux. I'd prefer to use Debian so
> > I am asking here if anyone on the list has a workstaion using a PCI
> > wireless setup ? I have yet to get this to work under Linux and it
> > works great under MS Windows. Any pointers ?
>
> I didn't have any problems with the card. I have it on a system running
> Mandrake right now but it's a plain and simple kernel issue.  What's
> your problem?  Have you tried the drivers from Cisco? Have you enabled
> the kernel modules for the aironets? Have you loaded them?
>
> Nacho

-- 
---
Pat Colbeck
E-mail: [EMAIL PROTECTED]
Tel:I'm not telling
---


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




2003 China International Photoelectric Industry Fair

2002-09-12 Thread money

2003ÖЇø‡øëH¹â늮b˜IÕ¹Ó[•þ
2003 China International Photoelectric Industry Fair
•r ég£º 2003Äê4ÔÂ1ÈÕÖÁ4ÈÕ  TIME£ºApril  1st to 4th , 2003 
µØ üc£º ÉîÛÚÖЇø‡øëH¸ßм¼Ðg³É¹û½»ÒוþÕ¹Ó[ÖÐÐÄ
ADD £º CHINA HI-TECH FAIR EXHIBITION CENTRE £¨SHENZHEN£©

Ö÷Þk†Îλ:Sponsors
ÖЇøëŠ×ӌW•þChinese Institute of Electronics (CIE)
…fÞk†Îλ£ºCO-ORGANIZER
ÖЇø°ëŒ§ówÐИI…f•þ  China Semiconductor Association
ÖЇøëŠ×ӈóÉçChina Electronics News Agency

ÙYӍ®b˜I²¿¡¢¿ÆŒW¼¼Ðg²¿¡¢ÖЇøëŠ×ӌW•þ¡¢ÉîÛÚÊÐÕþ¸®ÖØücÖ§Ô®µÄ´óÐ͌£˜IëŠ×ÓÕ¹


³ÐÞk†Îλ£º  Organizer 
ÖЇøëŠ×ӌW•þÕ¹Ó[²¿EXhibition Dept.of Chinese Instituteof Electronics
ÉîÛÚÊжàÈËÐЌ˜IÓÐÏÞ¹«Ë¾Shen zhen dowell industrial co.,LTD


Œ£î}ÑÐӑ•þ:ÈçºÎ¼Ó¿ìÎ҇ø¹âëŠ×ӳɹûµÄ®b˜I»¯²½·¥
 
չƷe
<Ò»>  ²ÄÁÏ¡¢Ôª¼þ¡¢Æ÷¼þ
1¡¢ ¹â늲ÄÁÏÅcÔª¼þ£ºa.°l¹âÔª¼þ£ºèDÉä¶þ˜Oów¡¢°l¹â¶þ˜OówµÈ£»b. 
¸Ð¹âÔª¼þ£º¾§ów¡¢ëŠºÉñîºÏÔª¼þ¡¢½ÓÓ|ʽӰÏñ¸ÐœyÆ÷¡¢Ì«ê–ÄÜ늳صȣ»c.Ñ}
ºÏÔª¼þ£º¹âñîºÏÆ÷¡¢¹âßB½ÓÆ÷µÈ£»d.¾§Æ¬¡¢Ä£½M¡¢Ôª¼þ¡¢¹âÃô²ÄÁϵȣ»e.ÆäËû
2¡¢ 
¹âŒWÔª¼þ¼°Æ÷²Ä£ºa.¹âŒW²ÄÁϼ°Ôª¼þ£ºÍ¸çR¡¢·´ÉäçR¡¢ÀâçR¡¢žV¹âƬ¡¢¹âŒW±¡Ä¤¡¢¹âŒWåƒÄ¤²ÄÁÏ¡¢¹âŒW²£Á§¡¢ËÜÄz¹âŒWµÈ£»b.
 ¹âŒWÑbÖú̓x
Æ÷£º¹â°lÉäÆ÷¡¢¿Õég¹âŒW°lÉäÆ÷¡¢ÆäËû¹âŒW°lÉäÆ÷¡¢¹âŒWœyÁ¿ÑbÖᢹâŒW¸ÐœyÆ÷¡¢¹âÀw‚÷¸ÐÆ÷¡¢¹âŒWƒxÆ÷µÈ£»c.
 ¸÷âŒW‘ªÓîbÆ·
3¡¢À×ÉäÆ÷£º¹ÌówÀ×ÉäÆ÷¡¢ÒºówÀ×ÉäÆ÷¡¢šâówÀ×ÉäÆ÷¡¢°ëŒ§ówÀ×ÉäÆ÷¡¢¶þÑõ»¯Ì¼À×ÉäÆ÷µÈ
<¶þ>  ¹âͨӍ
1.¹âÀwͨӍÁãÔª¼þ:a.¹âÓÐÔ´Æ÷¼þ£º¹â·Å´óÆ÷¡¢
¹âÔ´-¹âÀwñîºÏÆ÷¡¢¹âԴ̽œyñîºÏÆ÷µÈ£»b.¹âŸoÔ´Æ÷¼þ£º¹âñîºÏÆ÷¡¢¹âé_êP¡¢¹âË¥œpÆ÷¡¢¹â¸ôëxÆ÷¡¢·Ö¹âÆ÷¡¢²¨·ÖÑ}ÓÃÆ÷µÈ£»c.ÔªÆ÷¼þ£º¹âÀwßB½Ó
Æ÷¡¢†ÎÄ£¡¢¶àÄ£¹âÀwµÈ;d.¸÷·N¹âÀw¡¢¹âÀ|µÈ
2.¹âÀwͨӍÔO‚ä:¹âÀw…^Óò¾W·ÔO‚ä¡¢ëŠÐŹâ‚÷ݔÔO‚ä¡¢¹âÀw‚÷ݔÔO‚ä¡¢¹âÀwͨӍÁ¿œyÅc±O¿ØÔO‚ä¡¢¹âÀwÙYӍʩ¹¤ÔO‚äµÈ
<Èý> ¹âëŠï@ʾÆ÷
(LED£©ï@ʾÔO‚ä¼°LEDÆ÷¼þ¡¢µÈëx×Óówƽ°åï@ʾÆ÷¡¢´óΞĻ£¨CDT£©ï@ʾÆ÷¡¢±OʾÆ÷¡¢´óΞĻͶӰ™C¡¢´óΞϲÊÉ«ëŠÒ•™C¡¢ÓЙCëŠÖ°l¹âƽ°å
£¨EL£©¡¢ˆöÖ°l¹âï@ʾ£¨FED£©£¬Õæ¿ÕŸÉ¹âï@ʾ£¨VFD£©¡¢ëŠÓ¾ï@ʾ£¨EPD£©¡¢ëм¤°l¹âï@ʾÆ÷¡¢¼°ÆäËü¸÷îï@ʾÆ÷
<ËÄ> èDÉäÔO‚ä¼°ÏàêP®bÆ·
µñ¿Ì™C¡¢èDÉä´ò¿×™C¡¢èDÉä´ò˜Ë™C¡¢èDÉ䇊´a™CµÈ£»èDÉäÔÚëŠ×Ó¡¢át¯Ÿ¡¢ÜŠÊ¡¢¿ÆÑеÈÐИIµÄ‘ªÓîbÆ·£»ÆäËûÏàêPÅäÌ×®bÆ·ÅcÆ÷¼þ
<Îå> ¹âÙYӍ£¨¹âÙYӍ£©
¹âݔÈëºÍݔ³öÔO‚ä¡¢¹â´æƒ¦¼°¹â´æƒ¦½éÙ|µÈ
<Áù> ¹âëŠÖÜ߅®bÆ· 
åƒÄ¤²ÄÁÏ¡¢ÔO‚䣻ÑÐÄ¥²ÄÁÏ¡¢ÔO‚䣻տ¿ÕÔO‚䣻³ÉÐÍÔO‚äµÈ
   
…¢Õ¹ÙMÓÃ
‡øëH…^:USD2800/9m2  ¿Õ µØ:USD300/m2   ÌØÑbÙM:USD10/ m2
A   …^:RMB 7800 /9m2¿Õ µØ:RMB 800/ m2 ÌØÑbÙM:RMB  25/ m2
B   …^:RMB6800/9m2  ¿Õ µØRMB 700/ m2 ÌØÑbÙM:RMB  25/ m2
B   …^:ÌØÔO6ƽÃ×չλ£ºRMB  4800  ÌØÔO4.5ƽÃ×չλ£ºRMB  3500
°üÀ¨£ºÇ¢Õ„×ÀÒ»ˆ¡¢ÒÎ×Ӄɰѡ¢ÉäŸô¶þ±K¡¢ëŠÔ´²å×ùÒ»‚€¡¢é¹°åÑu×÷¡¢300×ÖÆó˜Iº†½é¡£

•þ¿¯V¸æ
·â Ãæ   £¤ 28000·Æ  í“  £¤ 1
·â µ×   £¤ 18000²ÊÈ«°æ  £¤ 4000
·â ¶þ   £¤ 1²Ê°ë°æ  £¤ 2000
·â Èý   £¤ 8000 ºÚ°×°æ  £¤ 2000
éT Ʊ   £¤1000/Èfˆ ¹°  éT  £¤ 2800
Æû Çò   £¤ 3800 Â䵨ÆûÇò£¤ 2800
•þ¿¯V¸æ·ÆÁÖÓÉÕ¹ÉÌÌṩ£¨Œ’210mm¡ÁéL285mm£©

½Mί•þÃØ•øÌŽ: 
ÉîÛÚÊжàÈËÐЌ˜IÓÐÏÞ¹«Ë¾
µØ Ö·£ºÉîÛÚÊи£Ìï…^Є·¾°Ô·´óBB×ù 2602-2603ÊÒ
“ÀMÈË£ºêÏÈÉú   à]  ¾Ž£º518034
ëŠ  Ԓ£º£¨86£©755-83502070  83503741
‚÷  Õæ£º£¨86£©755-83088130  83502448
¾W  Ö·£ºhttp://www.e-dowell.com
à]  Ï䣺[EMAIL PROTECTED]   [EMAIL PROTECTED] 


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




spamassassin white-lists

2002-09-12 Thread Tom Allison

I've found two things on the spamassassin package that I am unable 
to determine how to configure or manage.
(My setup is postfix|procmail|spamassassin)

spamd.conf:
There is, on one machine, a line "DROPPRIVS=yes".  But it doesn't 
show up anywhere else.
What is this line used for?  What does it do?

white-listing:
How do you manage these files?  They are hash files, I think.  Is 
there any way that I can manually edit/view the content to see 
that they are working correctly?

-- 
narcolepulacyi, n.:
The contagious action of yawning, causing everyone in sight
to also yawn.
-- "Sniglets", Rich Hall & Friends


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




integrity checkers

2002-09-12 Thread martin f krafft

tripwire's only in unstable right now, which is enough to make me want
to finally ditch it and go for one of the other integrity checkers:

  aide, samhain, integrit

the question is, which one? can you provide some information or tell
me about your experiences, or maybe give me the reasons that led you
to choose one over the others?

thanks!

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
"vulgarity is simply the conduct of other people."
-- oscar wilde



msg01938/pgp0.pgp
Description: PGP signature


About spamassassin

2002-09-12 Thread DEFFONTAINES Vincent

For those running spamassassin and caring about performance, there is
another solution than running spamd daemon and running spamc for each email
to analyse.

There is a perl dameon called spampd that uses spamassassin Perl modules to
do the job, and it talks SMTP. This way no process needs to be run for each
mail going through the server as when using spamc/spamd or worse
/usr/bin/spamassassin.

spampd can be found at this address :
http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm

I have loaded it a bit for testing, and it did fairly well (100 small mails
went through in 20 seconds, 100 mails of 1.5kB each went through in 46
seconds, on a PII 233 IDE 64Mb system).

Only drawback : it doesnt allow per user preferences/whitelist.

Vincent


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




libc 2.13 to libc 2.2.5 and socket error

2002-09-12 Thread Francois Chenais

Hello, 

One of my previous mail was talking about socket error between a RH 7.2 and a sun 
solaris 6. In fact, I have rebuilt the binaries on my notebook with Debian sarge but i 
have the same error !

So, I wonder if the error occurs because of the difference between the libc6 versions !

It's seems to be a socket error. 
Action I do on my sockets:

SO_REUSEADDR..on
SO_KEEPALIVE..on
TCP_NODELAY...on
SO_LINGER.on


All data (HTTP/HTML) leaving my software
are ok (ethereal / telnet). But when I use a `standard' Web Browser (mozilla, 
netscape, IE) this fails in a random way. 
For example, on my mozilla 

  (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623
Debian/1.0.0-0.woody.1) 
I have a white page but I can see all the Page source (Ctrl-U) :-|
It works fine with Opera !


Any experience about this. I'll certainly become crazy next :-)

Thanks a lot

François

 
-- 
testing/unstable
Linux tanna 2.4.18 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown unknown GNU/Linux

PGP fingerprint : 9AFA 15EC 96C9 F607 EBC1  DD41 70C5 F0E0 25A5 105B







msg01940/pgp0.pgp
Description: PGP signature


Set group seting to multiple files

2002-09-12 Thread Pierre Dupuis

Good afternoon everyone :)

I expected a little problem, i have got a lot of files (Mp3s) organized 
in rep with sub rep, and i want to set a exec authorisation for a user. 
I know how to set it to a unique file, but there are more than one 
thousand files, so i wanted to do for each Mp3s (and to sub dir too) in 
only one command :)

Maybe someone can help :)))

Thanks

Pierre Dupuis
[EMAIL PROTECTED]

PS : Thanks for all previous reply, they help me a lot


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




reinitializing a crashed SCSI CD-ROM drive without rebooting?

2002-09-12 Thread Bruno Boettcher

Hello!

have a problem, i have a long running simulation running, and i crashed
X whilst burning a data backup...

X restarted, the machine otherwise is unharmed, but the CD-ROM drive
refuses to spit out the broken CD, looking at syslog i see lots of SCSI
errors concerning that drive...

now i need the drive, cause otherwise the HD will overflow with the data
if it isn't burned regularly.. on the otherhand, i still haven't
programmed the crashstop adn recovery functionality to my simulator...
so if i stop the machine now, 3 weeks of computation will be more or
less lost

so is there a way to let the CD-ROM drive reinitialize hard without
stopping the machine?
the SCSI controller is an Adaptec 2940

-- 
ciao bboett
==
[EMAIL PROTECTED]
http://inforezo.u-strasbg.fr/~bboett
===


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




Re: user not root cause problem

2002-09-12 Thread ernst

Hi

The user must be a member of audio group
# adduser your_username audo

and check the permision on dsp
# ls -la /dev/dsp
crw-rw-rw-1 root audio 14,   3 Nov  4  2001 /dev/dsp
(this is how mine look like)

/ernst


On Wed, 11 Sep 2002, Pierre Dupuis wrote:

> Good evening everyone :)
>
> First, i would like to thanks everyone for answers, they help me a lot...
>
> I know i must experience linux user managing more, but someting anoyed
> me a little :
>
> For security reason, the irc server i want to join does not accept root
> connection
> So i must log in a simple user...
> But my xmms (i know it's a little problem) don't want to play mp3...So i
> have use the kde user manager to give the user all group access (audio
> too) but it does not work properly, and my speakers are so mute...
> Please help my speaker :))
>
> Pierre Dupuis
> [EMAIL PROTECTED]
>
>
> --
> 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]




unsubscribe

2002-09-12 Thread Dirk Eisenacher


__
WEB.DE MyPage - Ohne Computerkenntnisse in nur 5 Minuten online! Alles
inklusive! Kinderleicht!  http://www.das.ist.aber.ne.lustige.sache.ms/


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




Re: user not root cause problem

2002-09-12 Thread Jamin W . Collins

On 12 Sep 2002 00:20:43 -0400 Scott Henson <[EMAIL PROTECTED]> wrote:

> Also if xmms is the only program having a problem, then you should make
> sure xmms has write access to the directory where the mp3's are... in my
> experience xmms needs this for some reason. I dont really know why
> though.  Peace

Nope.  I routinely play OGGs via XMMS over read-only NFS shares.  It's all
a matter of how you have XMMS configured.  If XMMS is having a problem
playing back audio, you may want to look at it's output configuration and
permissions on /dev/dsp and /dev/mixer.

-- 
Jamin W. Collins


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




Re: About spamassassin

2002-09-12 Thread martin f krafft

also sprach DEFFONTAINES Vincent <[EMAIL PROTECTED]> [2002.09.12.1311 
+0200]:
> spampd can be found at this address :
> http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm

It looks nice. I would be happy to package it. However, glancing over
it, it doesn't seem very good for the productive environment as there
are just way too many ways that it can loose a message accidentally
(mail spool full, process killed, memory contamination, MTA accept
problems).

Anyway, I'll package it but rely on your input to make it better
suited for actual use since I am not going to employ it.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
your eyes are weary from staring at the CRT. you feel sleepy. notice
how restful it is to watch the cursor blink. close your eyes. the
opinions stated above are yours. you cannot imagine why you ever felt
otherwise.



msg01946/pgp0.pgp
Description: PGP signature


RE: user not root cause problem

2002-09-12 Thread DEFFONTAINES Vincent


> # ls -la /dev/dsp
> crw-rw-rw-1 root audio 14,   3 Nov  4  2001 /dev/dsp
> (this is how mine look like)


/dev/dsp should be :
crw-rw  1 root  audio   ...
If all users have read/write access, there is no need for an audio group!


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




Re: Set group seting to multiple files

2002-09-12 Thread Pierre Dupuis

OK !

I'm sorry to be a newbie :// I need more explanation.. I will be
more explicit

I've got some files owned by root and part as root group.
First i want to made them audio group.
Then i want to set a read permission for group audio on these files.

I have look at the man chmod but it is not very limpid.

Maybe someone can help me :)

Pierre Dupuis
[EMAIL PROTECTED]


dizma wrote:

 >chmod 777 *
 >
 >rgds
 >NN
 >- Original Message -
 >From: "Pierre Dupuis" <[EMAIL PROTECTED]>
 >To: "Mailing list utilisateurs Debian" <[EMAIL PROTECTED]>
 >Sent: Thursday, September 12, 2002 2:19 PM
 >Subject: Set group seting to multiple files
 >
 >
 >
 >
 >>Good afternoon everyone :)
 >>
 >>I expected a little problem, i have got a lot of files (Mp3s) organized
 >>in rep with sub rep, and i want to set a exec authorisation for a user.
 >>I know how to set it to a unique file, but there are more than one
 >>thousand files, so i wanted to do for each Mp3s (and to sub dir too) in
 >>only one command :)
 >>
 >>Maybe someone can help :)))
 >>
 >>Thanks
 >>
 >>Pierre Dupuis
 >>[EMAIL PROTECTED]
 >>
 >>PS : Thanks for all previous reply, they help me a lot
 >>
 >>
 >>--
 >>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: Set group seting to multiple files

2002-09-12 Thread martin f krafft

also sprach Pierre Dupuis <[EMAIL PROTECTED]> [2002.09.12.1319 +0200]:
> I expected a little problem, i have got a lot of files (Mp3s) organized 
> in rep with sub rep, and i want to set a exec authorisation for a user. 
> I know how to set it to a unique file, but there are more than one 
> thousand files, so i wanted to do for each Mp3s (and to sub dir too) in 
> only one command :)

assuming that your MP3s are in /music/mp3:

  chgrp -R music /music/mp3

--> this recursively changes the group of the files to 'music'

  chown -R pierre /music/mp3

--> this recursively changes the owner of the files to 'pierre'

  these two can be combined:

chown -R pierre.music /music/mp3

  then you should make them accessible to all in group music:

chmod -R o=rwX,g=rX,o= /music/mp3

and you are done.

one warning:

  NEVER, i repeat *N*E*V*E*R* use the -R flag to chmod/chgrp/chown if
  the final argument is not a directory. for instance

chown -R pierre /music/mp3/*

  will eventually change *your entire filesystem* to be owned by
  pierre!

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
"when a woman marries again it is because she detested her first husband.
 when a man marries again it is because he adored his first wife.
 women try their luck; men risk theirs."
-- oscar wilde



msg01949/pgp0.pgp
Description: PGP signature


Re: downgrading from unstable to testing

2002-09-12 Thread Kevin Coyner




On Thu, Sep 12, 2002 at 10:26:45AM +0200, Adrian 'Dagurashibanipal' von Bidder 
wrote..
> 
> My preferences file is:
> ===
> Package: *
> Pin: release l=Debian-Security
> Pin-Priority: 750
> 
> Package: *
> Pin: release a=testing
> Pin-Priority: 700
> 
> Package: *
> Pin: release a=stable
> Pin-Priority: 600
> ===
>
I've been following this thread of downgrading and preferences file, and
decided to see what my preference file settings were (I'm a debian
newbie).  Surprise when I found that I didn't have one in /etc/apt/.  I
presume there's a built-in set of defaults and that you only need a
preferences file if you want to customize.

If I want to live my debian life in the middle with 'testing', should I
create a preferences file?  If I don't, and just put entries for testing
at the top of my sources list, does that mean the apt-get function will
never descend down beyond the first entries of sources.list?

Thanks
Kevin




msg01950/pgp0.pgp
Description: PGP signature


Re: user not root cause problem

2002-09-12 Thread martin f krafft

also sprach ernst <[EMAIL PROTECTED]> [2002.09.12.1332 +0200]:
> The user must be a member of audio group
> # adduser your_username audo

what does this do? add the user to the group audio?
no!

just edit /etc/group and put the username behind the colon on the line
of the group audio.

> and check the permision on dsp
> # ls -la /dev/dsp
> crw-rw-rw-1 root audio 14,   3 Nov  4  2001 /dev/dsp
> (this is how mine look like)

why does "others" have rw rights? kinda makes having the audio group
useless.

  chmod o= /dev/dsp

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



msg01951/pgp0.pgp
Description: PGP signature


Re: user not root cause problem

2002-09-12 Thread Pierre Dupuis

Well !

U will joking me but the explanation for my xmms problem was that the 
files was only readable by root !!!

Sorry to disturb u, it was very instructive :)))

Pierre Dupuis
[EMAIL PROTECTED]



DEFFONTAINES Vincent wrote:
>># ls -la /dev/dsp
>>crw-rw-rw-1 root audio 14,   3 Nov  4  2001 /dev/dsp
>>(this is how mine look like)
> 
> 
> 
> /dev/dsp should be :
> crw-rw1 root  audio   ...
> If all users have read/write access, there is no need for an audio group!
> 
> 



-- 
Pierre Dupuis
[EMAIL PROTECTED]


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




Re: Set group seting to multiple files

2002-09-12 Thread martin f krafft

also sprach martin f krafft <[EMAIL PROTECTED]> [2002.09.12.1333 +0200]:
> chmod -R o=rwX,g=rX,o= /music/mp3
   ^
   u=rwX

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
micro$oft dns service terminates abnormally
when it receives a response
to a dns query that was never made.
fix information: run your dns service on a different platform.
-- bugtraq



msg01953/pgp0.pgp
Description: PGP signature


Re: Kernel Panic with 2.4.19-686

2002-09-12 Thread Vittorio

Oliver Fuchs [debian-user] <11/09/02 05:44 +0200>:
> On Wed, 11 Sep 2002, J.S.Sahambi wrote:
> 
> > Well, thanks for the replies about kernel upgrading :)
> > 
> > Based on these replies I just installed Kernel 2.4.19-686 with
> > apt-get install kernel-image-2.4.19-686
> > 
> > Then I changed the lilo.conf for the new and old kernel.
> > While booting from new kernel it panics and gives the following message 
> > and hangs:
> > *
> > VFS: Cannot open root device "306" or 03:06
> > Pleae append a correct "root=" boot option
> > Kernel panic: VFS: Unable to mont root fs on 03:06
> > 
> > 

Where can I find the unofficial deb packages for kernel 2.4.19, not
present in Bunk's stuff?

Vittorio





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




Re: About spamassassin

2002-09-12 Thread martin f krafft

also sprach martin f krafft <[EMAIL PROTECTED]> [2002.09.12.1329 +0200]:
> > spampd can be found at this address :
> > http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
> 
> Anyway, I'll package it but rely on your input to make it better
> suited for actual use since I am not going to employ it.

I can't get it to even start:

fishbowl:..d/spampd/spampd-1.0.0# ./spampd --port=10024 \
  --relayhost=localhost:10025 --debug --tagall

debug: ignore: test message to precompile patterns and load modules
debug: using "../rules" for default rules dir
debug: using "/etc/spamassassin" for site rules dir
debug: using "/root/.spamassassin/user_prefs" for user prefs file
debug: is Net::DNS::Resolver unavailable? 0
debug: looking up MX for 'microsoft.com.'
debug: MX for 'microsoft.com.' exists? 1
debug: is DNS available? 1
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=4.4
debug: running uri tests; score so far=4.4
debug: uri tests: Done uriRE
debug: running raw-body-text per-line regexp tests; score so far=4.4
debug: running full-text regexp tests; score so far=4.8
debug: Razor is available
debug: Razor Agents 1.20, protocol version 2.
debug: Discovering closest server in the razor.vipul.net zone
debug: Sorted (closest first) list of available servers & RTTs: 
debug: 194.109.217.74 (0.0017) 
debug: Wrote server list to /root/.razor.lst
debug: Closest server is 194.109.217.74
debug: Connecting to 194.109.217.74...
debug: Unable to connect to 194.109.217.74; Reason: Connection refused.
debug: Agent terminated
debug: spam-phrase score: 23.5949726847598: hits: this message
debug: DCC is not available
debug: Ran run_rbl_eval_test rule RCVD_IN_DSBL but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_MULTIHOP_DSBL but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_ORBS but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_OSIRUSOFT_COM but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_RELAYS_ORDB_ORG but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_RFCI but did not get hit
debug: Ran run_rbl_eval_test rule RCVD_IN_VISI but did not get hit
debug: Ran run_rbl_eval_test rule X_OSIRU_DUL_FH but did not get hit
debug: Ran run_rbl_eval_test rule X_OSIRU_SPAMWARE_SITE but did not get hit
debug: Ran run_rbl_eval_test rule X_OSIRU_SPAM_SRC but did not get hit
debug: Ran run_rbl_eval_test rule X_RCVD_IN_DUL_FH but did not get hit
debug: Ran run_rbl_eval_test rule X_RCVD_IN_UNCONFIRMED_DSBL but did not get hit
debug: Ran run_rbl_eval_test rule FUDGE_DUL_MAPS_OSIRU but did not get hit
debug: Ran run_rbl_eval_test rule FUDGE_DUL_OSIRU_FH but did not get hit
debug: Ran run_rbl_eval_test rule FUDGE_MULTIHOP_RELAY but did not get hit
debug: Ran run_rbl_eval_test rule FUDGE_RELAY_OSIRU but did not get hit
debug: AWL active, pre-score: 10.4, mean: undef
debug: Post AWL score: 10.4
debug: is spam? score=10.4 required=5

fishbowl:..d/spampd/spampd-1.0.0# 

and it just quits...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
it's useless to try to hold some people
to anything they say while they're
madly in love, drunk, or running for office.



msg01955/pgp0.pgp
Description: PGP signature


install error

2002-09-12 Thread Pavel A. Korshunov



Help me, please, installation Debian 3.0:
 
Kernel panic: ccio-dma.c: ccio_alloc_range() I/O 
MMU is out of mapping resources.In interrupt handler - not 
syncing
 
My hardware:
HP9000, model D250, single processor, 64Mb Memory, 
Fast - SCSI Drive 2Gb, Video - none (console)
-Best regards,Pavel A. 
Korshunov.E-Mail: [EMAIL PROTECTED],ICQ: 
19272711


Re: user not root cause problem

2002-09-12 Thread Colin Watson

On Thu, Sep 12, 2002 at 01:36:08PM +0200, martin f krafft wrote:
> also sprach ernst <[EMAIL PROTECTED]> [2002.09.12.1332 +0200]:
> > The user must be a member of audio group
> > # adduser your_username audo
> 
> what does this do? add the user to the group audio?
> no!

Yes, actually. Assuming you spell "audio" correctly.

  adduser --help

-- 
Colin Watson  [[EMAIL PROTECTED]]


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




Re: 2.4.18 doesn't find my root device.

2002-09-12 Thread Jim Lynch

Well it seems that supporting IDE devices isn't the default at 2.4.18. 
I had to turn them on, as Jerome suggested.  Strange system.  scsi
emulation still doesn't work.  It can't find the cdrom driver.  Of
course it can't you fool.  I compiled it into the kernel.  What a piece
of trash.  

Thanks,
Jim.

Jerome Acks Jr wrote:
> 
> On Wed, Sep 11, 2002 at 02:30:06PM -0400, Jim Lynch wrote:
> > Simple description: 2.4.18 kernel panics and says it can't find the root
> > device on 03:06.  2.2.19 finds it fine.  I had a root=/dev/hda6 on the
> > loadlin line, and it failed, so I took it off.  Rdev of the kernel also
> > says root
> > on /dev/hda6.
> >
> > Background:
> > I upgraded to woody and found that my cdrom no longer worked.  I figured
> > something had broken the modules but recompiling and depmod and modprobe
> > didn't seem to fix the problem.  lsmod showed everything OK, but it
> > still didn't work.  I'm running a ide-scsi setup since this is a
> > writer.
> > So I decided to upgrade the kernel to 2.4.18.  I got the
> > kernel-source-2.4.18 via apt-get.  Unbziped it.  Copied my .config from
> > 2.2.19 to 2.4.18 and did a make oldconfig.  I pretty much answered all
> 
> I don't think copying your .config from your 2.2.19 is a good way to
> start. There have been a lot of changes. The config file for a 2.4.18
> is about three times the size of a 2.2 config file. I would suggest
> starting with the .config file that came with kernel-source-2.4.18.
> 
> > the questions as no, which was default.  This is a 600 Mhz celeron
> > system.  Plain Jane. Did the make dep, make bzImage, make modules, make
> > modules_install.  Copied the bzImage to the DOS C: drive, modified a dos
> > script to use loadlin to boot and rebooted.
> >
> > It looks like maybe there is a dump first thing, but the boot process
> > rushes by so fast I really can't tell.  Anyway somewere down the line,
> > it fails telling me it can't find a root device on 03:06.  The first
> > time it said something about not finding anything on hda6.  The loadlin
> > command is identical to the one I use for 2.2.19.  Is there something
> > else going on that I'm not aware of?  I saw a warning about using
> > initrd, whatever that is in my browsing the web.  Does that have
> > anything to do with it?
> 
> The stock debian kernel-images are configured to use initrd. If you
> compile your own, you don't have to use initrd.
> 
> If you don't use initrd, make sure the .config file has these settings:
> 
> # CONFIG_BLK_DEV_INITRD is not set
> CONFIG_IDE=y
> CONFIG_BLK_DEV_IDE=y
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_[your-root-file-system-module]_FS=y
> CONFIG_JBD=y   #if your root file system is ext3
> 
> >
> > I've got another system that I attempted to compile 2.4.18 on.  Similar
> > setup.  Upgraded to woody, apt-get the kernel source.  Compiled,
> > installed, rebooted with loadlin and it gets through spitting out the
> > . line, blanks the screen and reboots.  I'm not having a lot of
> > luck with 2.4.18.
> >
> > Suggestions?
> >
> > Thanks,
> > Jim.
> >
> >
> 
> --
> Jerome
> 
>   
>Part 1.2Type: application/pgp-signature


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




RE: About spamassassin

2002-09-12 Thread DEFFONTAINES Vincent

I have a quite similar message here when starting it with --debug, but its
starts fine...
(last line I get is "debug: is spam? score=-3.8 required=5")
The only real difference in my setup here is that I pass it "--user" and
"--group" arguments...

It might be a perl version problem... I run spamassassin on a woody box
here.

Vincent


> -Original Message-
> From: martin f krafft [mailto:[EMAIL PROTECTED]]
> Sent: Thursday 12 September 2002 13:58
> To: '[EMAIL PROTECTED]'
> Subject: Re: About spamassassin
> 
> 
> also sprach martin f krafft <[EMAIL PROTECTED]> 
> [2002.09.12.1329 +0200]:
> > > spampd can be found at this address :
> > > http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
> > 
> > Anyway, I'll package it but rely on your input to make it better
> > suited for actual use since I am not going to employ it.
> 
> I can't get it to even start:
> 
> fishbowl:..d/spampd/spampd-1.0.0# ./spampd --port=10024 \
>   --relayhost=localhost:10025 --debug --tagall
> 
> debug: ignore: test message to precompile patterns and load modules
> debug: using "../rules" for default rules dir
> debug: using "/etc/spamassassin" for site rules dir
> debug: using "/root/.spamassassin/user_prefs" for user prefs file
> debug: is Net::DNS::Resolver unavailable? 0
> debug: looking up MX for 'microsoft.com.'
> debug: MX for 'microsoft.com.' exists? 1
> debug: is DNS available? 1
> debug: running header regexp tests; score so far=0
> debug: running body-text per-line regexp tests; score so far=4.4
> debug: running uri tests; score so far=4.4
> debug: uri tests: Done uriRE
> debug: running raw-body-text per-line regexp tests; score so far=4.4
> debug: running full-text regexp tests; score so far=4.8
> debug: Razor is available
> debug: Razor Agents 1.20, protocol version 2.
> debug: Discovering closest server in the razor.vipul.net zone
> debug: Sorted (closest first) list of available servers & RTTs: 
> debug: 194.109.217.74 (0.0017) 
> debug: Wrote server list to /root/.razor.lst
> debug: Closest server is 194.109.217.74
> debug: Connecting to 194.109.217.74...
> debug: Unable to connect to 194.109.217.74; Reason: 
> Connection refused.
> debug: Agent terminated
> debug: spam-phrase score: 23.5949726847598: hits: this message
> debug: DCC is not available
> debug: Ran run_rbl_eval_test rule RCVD_IN_DSBL but did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_MULTIHOP_DSBL but 
> did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_ORBS but did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_OSIRUSOFT_COM but 
> did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_RELAYS_ORDB_ORG but 
> did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_RFCI but did not get hit
> debug: Ran run_rbl_eval_test rule RCVD_IN_VISI but did not get hit
> debug: Ran run_rbl_eval_test rule X_OSIRU_DUL_FH but did not get hit
> debug: Ran run_rbl_eval_test rule X_OSIRU_SPAMWARE_SITE but 
> did not get hit
> debug: Ran run_rbl_eval_test rule X_OSIRU_SPAM_SRC but did not get hit
> debug: Ran run_rbl_eval_test rule X_RCVD_IN_DUL_FH but did not get hit
> debug: Ran run_rbl_eval_test rule X_RCVD_IN_UNCONFIRMED_DSBL 
> but did not get hit
> debug: Ran run_rbl_eval_test rule FUDGE_DUL_MAPS_OSIRU but 
> did not get hit
> debug: Ran run_rbl_eval_test rule FUDGE_DUL_OSIRU_FH but did 
> not get hit
> debug: Ran run_rbl_eval_test rule FUDGE_MULTIHOP_RELAY but 
> did not get hit
> debug: Ran run_rbl_eval_test rule FUDGE_RELAY_OSIRU but did 
> not get hit
> debug: AWL active, pre-score: 10.4, mean: undef
> debug: Post AWL score: 10.4
> debug: is spam? score=10.4 required=5
> 
> fishbowl:..d/spampd/spampd-1.0.0# 
> 
> and it just quits...
> 
> -- 
> martin;  (greetings from the heart of the sun.)
>   \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
>  
> it's useless to try to hold some people
> to anything they say while they're
> madly in love, drunk, or running for office.
> 


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




Re: About spamassassin

2002-09-12 Thread martin f krafft

also sprach DEFFONTAINES Vincent <[EMAIL PROTECTED]> [2002.09.12.1418 
+0200]:
> I have a quite similar message here when starting it with --debug, but its
> starts fine...
> (last line I get is "debug: is spam? score=-3.8 required=5")
> The only real difference in my setup here is that I pass it "--user" and
> "--group" arguments...
> 
> It might be a perl version problem... I run spamassassin on a woody box
> here.

i have sarge. and i also usually use --user and --group. and even
without --debug, the daemon just exits after a short while (5 secs),
leaving no port bound and no logs...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
the web site you seek
cannot be located but
endless others exist.



msg01960/pgp0.pgp
Description: PGP signature


Re: user not root cause problem

2002-09-12 Thread martin f krafft

also sprach Colin Watson <[EMAIL PROTECTED]> [2002.09.12.1412 +0200]:
> > what does this do? add the user to the group audio?
> > no!
> 
> Yes, actually. Assuming you spell "audio" correctly.
> 
>   adduser --help

woops. sorry for claiming to know something.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
windoze 3.1 - the best $89 solitaire game you can buy.



msg01961/pgp0.pgp
Description: PGP signature


Re: Network error between linux kernel 2.4.7-10 and Sun solaris 6

2002-09-12 Thread Rob Weir

On Wed, Sep 11, 2002 at 12:47:03PM +0200, Francois Chenais wrote:
> It seems to be a TCP (linux ?) problem that's why I asked to this list :-)

The only related thing I can think of is ECN.  Try running 'cat
/proc/sys/net/ipv4/tcp_ecn'.  If it comes up as '1', it might be your
problem.  You can 'echo 0 > /proc/sys/net/ipv4/tcp_ecn' to turn it off.

Do remember tho that equipment that doesn't work with ECN is buggy and
needs to be fixed.  The above is just a short term hack.

-rob



msg01962/pgp0.pgp
Description: PGP signature


Re: Canon LBP-660

2002-09-12 Thread Frederik Dannemare

On Thursday 12 September 2002 09:33, [EMAIL PROTECTED] wrote:
> Hey!
>
> Do somebody have expience about Canon LBP-660 printer
> on a Woody Debian System?
>
> How can I install it?

I think my parents have one of these, and unless my memory is off, the lbp-660 
is a windows printer that uses the windows printing system or something like 
that. If this is the case it probably won't be an easy task getting it to 
work under linux.

/frederik dannemare


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




New project, new problem :)

2002-09-12 Thread Pierre Dupuis

Re all :))

Welli want to use my debian station to be an Internet gateway for 
another pc on win2K which is on lan with the station...
Can anyone refer me to some doc or help me configuring this thing :))

Thanks

Pierre

PS : Now i log on not root :)



-- 
Pierre Dupuis
[EMAIL PROTECTED]


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




Re: Writing GIFs

2002-09-12 Thread Matthew Weier O'Phinney

--Bob Proulx <[EMAIL PROTECTED]> wrote
(on Wednesday, 11 September 2002, 09:16 PM -0600):
> Craig Dickson <[EMAIL PROTECTED]> [2002-09-11 10:55:37 -0700]:
> > I realize I am a terrible person for wanting to violate Unisys's
> > patents, but I'm working on a web site that I think will often be
> > visited by people with old browsers (it's the site for the elementary
> > school my daughter attends), so rather than use PNGs, I think I'd be
> > better off with GIFs.
> 
> I have always prefered jpegs since they load faster.  I like that fact
> that most browsers will show you the image as it downloads and
> therefore it feels faster to me on slow connections.
> 
> Don't all browsers support .jpg format?  (I really don't know but had
> always assumed so.)
Yes, but then there's the aspect of transparency -- jpegs cannot do
transparency; gifs can. This is part of the reason png is seen as a nice
format -- it has taken strengths from both jpeg and gif formats.
Unfortunately, it doesn't compress as much (in tests I've done, pngs
of images tend to be larger than an equivalent jpeg), and older browsers
(read Netscape 4, IE 4) don't read them. (Somebody correct me if I'm
wrong -- but some of my clients use older versions of each of these
browsers and cannot see pngs.)

--Matthew


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




Re: Network error between linux kernel 2.4.7-10 and Sun solaris 6

2002-09-12 Thread Francois Chenais

It's already off :-|

But I think it's a libc version problem because the error occurs on my Debian sarge.

see my mail 'libc 2.13 to libc 2.2.5 and socket error'

Thanks

François



On Thu, 12 Sep 2002 22:38:28 +1000, Rob Weir <[EMAIL PROTECTED]> wrote:

  | On Wed, Sep 11, 2002 at 12:47:03PM +0200, Francois Chenais wrote:
  | > It seems to be a TCP (linux ?) problem that's why I asked to this list :-)
  | 
  | The only related thing I can think of is ECN.  Try running 'cat
  | /proc/sys/net/ipv4/tcp_ecn'.  If it comes up as '1', it might be your
  | problem.  You can 'echo 0 > /proc/sys/net/ipv4/tcp_ecn' to turn it off.
  | 
  | Do remember tho that equipment that doesn't work with ECN is buggy and
  | needs to be fixed.  The above is just a short term hack.
  | 
  | -rob
  | 




msg01966/pgp0.pgp
Description: PGP signature


RE: New project, new problem :)

2002-09-12 Thread DEFFONTAINES Vincent

http://www.netfilter.org if you run a 2.4 kernel.



> -Original Message-
> From: Pierre Dupuis [mailto:[EMAIL PROTECTED]]
> Sent: Thursday 12 September 2002 14:41
> To: debian-user
> Subject: New project, new problem :)
> 
> 
> Re all :))
> 
> Welli want to use my debian station to be an Internet gateway for 
> another pc on win2K which is on lan with the station...
> Can anyone refer me to some doc or help me configuring this thing :))
> 
> Thanks
> 
> Pierre
> 
> PS : Now i log on not root :)
> 
> 
> 
> -- 
> Pierre Dupuis
> [EMAIL PROTECTED]
> 
> 
> -- 
> 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]




Dselect wont show installed programs

2002-09-12 Thread Armenteros Roberto

This is my first time using dselect to install debian.
I did install X and all the necesary components, but
it went horrible and it didnt work, so I decided to
install it by hand. When I went to dselect to unistall
the software I never saw any of the X components I had
installed so I could mark them for removal. Why is
this the case? Also, why dint I find programs like
startx and X86COnfig once i installed debian though
dselect? I would appreciate your help.

  Thanks a lot, Roberto.

__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


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




Re: Canon LBP-660

2002-09-12 Thread Donald R. Spoon

Frederik Dannemare wrote:
> On Thursday 12 September 2002 09:33, [EMAIL PROTECTED] wrote:
> 
>>Hey!
>>
>>Do somebody have expience about Canon LBP-660 printer
>>on a Woody Debian System?
>>
>>How can I install it?
> 
> 
> I think my parents have one of these, and unless my memory is off, the lbp-660 
> is a windows printer that uses the windows printing system or something like 
> that. If this is the case it probably won't be an easy task getting it to 
> work under linux.
> 
> /frederik dannemare
> 
> 

You might be interested in this site: http://www.linuxprinting.org/ .  I 
have it bookmarked here.  LOTS of useful printing info there.

In looking up this printer they have it listed as a "paperweight", i.e. 
it isn't supported in Linux... sorry.

Cheers,
-Don Spoon-






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




Re: Dselect wont show installed programs

2002-09-12 Thread Pierre Dupuis

Lo Roberto :)

If u did not see startx or xf86setup (for example) it is cause they are 
package part...And in dselect you only see package name, not the files 
they contains...
Personally i use dselect and/or dpkg manually and all is good (but i'm 
just a newbie :))) ).

In fact dslect help u to spend less time installing..

See ya

Pierre Dupuis
[EMAIL PROTECTED]



Armenteros Roberto wrote:
> This is my first time using dselect to install debian.
> I did install X and all the necesary components, but
> it went horrible and it didnt work, so I decided to
> install it by hand. When I went to dselect to unistall
> the software I never saw any of the X components I had
> installed so I could mark them for removal. Why is
> this the case? Also, why dint I find programs like
> startx and X86COnfig once i installed debian though
> dselect? I would appreciate your help.
> 
>   Thanks a lot, Roberto.
> 
> __
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 
> 



-- 
Pierre Dupuis
[EMAIL PROTECTED]


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




No menus and weird field size in Openoffice

2002-09-12 Thread Jean-Marc V. Liotier

When I launch Openoffice, wether spreadsheet or word processor, the menu
bar is not visible and all fields have really weird sizes (either so
tiny one does not see what is in the field, or so big it takes most of
the screen). Document opened with it are displayed and it responds to
keyboard shortcuts, but the GUI is completely unusable. I really have no
idea what to do. I would have said that GTK could be the culprit, but
other GTK apps work fine. I'm puzzled. Has anyone ever seen such thing ?





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


idebus=xx and lilo

2002-09-12 Thread Bob Underwood

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi all,

i have a new mainboard running woody with kernel 2.4.19-k7.  during 
bootup, i get the following message:

ide:  Assuming 33MHz system bus speed for PIO modes; override with 
idebus=xx.

lspci -v shows (in part) Flags:  bus master, 66MHz, medium devsel, 
latency, which appears to indicate that i can safely pass idebus=66 
to the kernel.  is there a way to do so with lilo?  i've added 
append="idebus=66"  to the append statement in the default 
configuration and to the kernel section.  neither appears to pass the 
information to the kernel.

i know it can be done with grub, but i've not used grub.  this may 
give me the reason to change.

tia,
bob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9gJIcD1FnKkrNf0URAi3eAJ4z+vo5LPH4t8MR2H0I2aIzzwl4QgCgzX3b
cohUD6FTFBXLY6eC+hntYwg=
=SQ0b
-END PGP SIGNATURE-


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




Re: Gnome 2.0

2002-09-12 Thread Stephen Gran

This one time, at band camp, Marcelo Ramos said:
> El(On) Thu, 12 Sep 2002 01:33:18 +0200
> "Pierre Dupuis" <[EMAIL PROTECTED]> escribió(wrote):
> 
> > Good evening again everyone...
> > 
> > So..I just update gnome 1.4 to 2.0 via apt (dselect interface), all package
> > seems to be install but i don't know how to start X with Gnome2 display..
> > Usually, i start xwindow with kdm, so i can choose my desktop, but since
> > gnome2 install, no gnome appear in kde desktop selector://
> > 
> > Maybe someone can help ???
> 
> Try installing gdm.
You should have a .xsession file in your user's home directory.  Put
whatever you want to have start with X in there - gnome-session in this
case.

When you are logging into the KDM greeter, there is an option to choose
session type.  I think the Debian one uses .xsession files, so try that.

HTH,
Steve
-- 
BOFH excuse #445:

Browser's cookie is corrupted -- someone's been nibbling on it.



msg01973/pgp0.pgp
Description: PGP signature


connect 2 computers with USB

2002-09-12 Thread Olivier Esser

Is it possible to connect two computers with a USB cable?




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




Re: PPP Problem: Couldn't set tty to PPP discipline

2002-09-12 Thread Edward Guldemond

On Wed, Sep 11, 2002 at 09:58:25PM -0400, Denver Coneybeare wrote:
> When I use KPPP to connect to my ISP I get the error:
>"Couldn't set tty to PPP discipline: Invalid argument"
> 
> Here is the output of pppd:
>
> Sep 11 21:19:02 denver pppd[1978]: Couldn't set tty to PPP discipline:
> Invalid argument
> Sep 11 21:19:02 denver pppd[1978]: Exit.
> 

What kernel are you running?  This sounds like you don't have
"PPP support for asynch serial ports" if this is a dial up connection,
or "PPP support for synch tty ports" if this is a broadband connection.
Make sure they're compiled as a module or into the kernel.

Happy to help,

-- 
--
Edward Guldemond

Key fingerprint:  29FF 2969 A04E F934 3F03  
  4329 BC56 3AA7 2F57 6735



msg01975/pgp0.pgp
Description: PGP signature


Re: Dselect wont show installed programs

2002-09-12 Thread Robert Ian Smit

On Thu, Sep 12, 2002 at 05:54:54AM -0700, Armenteros Roberto wrote:
> This is my first time using dselect to install debian.
> I did install X and all the necesary components, but
> it went horrible and it didnt work, so I decided to
> install it by hand.

I only use dselect when installing the system for the very first
time. I say no to run tasksel and then enter dselect and exit as
soon as I can. This will install all basic packages you really need.

After that everything is installed with apt-get. Most documentation
concerning Debian mentions apt-get anyway so if you want to do foo on
your system all you usually need to do is apt-get foo.

Sorry about not being able to give a direct answer to your question,
but maybe you'll like this alternative.

Bob


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




Re: idebus=xx and lilo

2002-09-12 Thread Robert Ian Smit

On Thu, Sep 12, 2002 at 09:09:39AM -0400, Bob Underwood wrote:
> i have a new mainboard running woody with kernel 2.4.19-k7.  during 
> bootup, i get the following message:
> 
> ide:  Assuming 33MHz system bus speed for PIO modes; override with 
> idebus=xx.
> 
> lspci -v shows (in part) Flags:  bus master, 66MHz, medium devsel, 
> latency, which appears to indicate that i can safely pass idebus=66 
> to the kernel.  is there a way to do so with lilo?  i've added 
> append="idebus=66"  to the append statement in the default 
> configuration and to the kernel section.  neither appears to pass the 
> information to the kernel.

I noticed that to on my system. After some investigation I didn't
bother changing things. I can't quite remember, but isn't the
message an indication of the speed between the pci-controller and the
ide-controller? As far as I know this doesn't involve the speed
between ide-controller and your disk.

If other people suggest changing idebus, I will look in to it again,
but currently my disks use UDMA 100 (from the top of my head). Which
was all I wanted really.

Bob


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




Re: Restricting IP to shell users

2002-09-12 Thread Jason Healy

At 1031875063s since epoch (09/12/02 04:57:43 -0400 UTC), Dathi Oxencroft wrote:
> The immediate goal is to bind user X's processes to Y IP. Additionally
> allowing user X to only login via Y IP would be an advantage, but not an
> issue at this stage.

It sounds like you want the ipt_owner module of iptables.  Check the
FAQ at:

http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO-7.html

and search for the "owner" matching rules (--uid-owner).  Using this
rule, you should be able to route packets origniated by a specific
user out on a specific interface.

Jason

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


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




Re: connect 2 computers with USB

2002-09-12 Thread Robert Ian Smit

On Thu, Sep 12, 2002 at 03:17:00PM +0200, Olivier Esser wrote:
> Is it possible to connect two computers with a USB cable?

Yes, but it won't get you a network if that is what you
want.

Bob


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




Re: 2.4.18 doesn't find my root device.

2002-09-12 Thread Jamin W . Collins

On Thu, 12 Sep 2002 08:17:19 -0400 Jim Lynch <[EMAIL PROTECTED]> wrote:

> Well it seems that supporting IDE devices isn't the default at 2.4.18. 
> I had to turn them on, as Jerome suggested.  Strange system.  scsi
> emulation still doesn't work.  It can't find the cdrom driver.  Of
> course it can't you fool.  I compiled it into the kernel.  What a piece
> of trash.  

If you use the kernel-image-2.4.18 as intended (with an initrd image), it
does work.  It does support IDE by default and various SCSI controllers. 
I've used several variations of the kernel-image-2.4.18 package to
include:

  -586tsc
  -686-smp
  -686
  -k6
  -k7

All with no problem.

-- 
Jamin W. Collins


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




diald dsl connect problem

2002-09-12 Thread Martin Bruns

Hi,

I want to use diald with dsl, but diald cannot connect and report the
following error in syslog. I configured diald with the installation
script.

Sep 12 15:31:38 matti diald[1450]: Diald initial setup completed.
Sep 12 15:31:42 matti diald[1450]: filter accepted rule 27 proto 134624192 len 59 
packet 192.168.0.1,32770 => 194.8.194.60,53
Sep 12 15:31:42 matti diald[1450]: Trigger: udp   192.168.0.1/32770 
194.8.194.60/53   
Sep 12 15:31:42 matti diald[1450]: new state CONNECT action 0x8051200 timeout 90
Sep 12 15:31:42 matti diald[1450]: Calling site 192.168.0.2 
Sep 12 15:31:42 matti diald[1450]: No devices free to call out on.
Sep 12 15:31:42 matti diald[1450]: Connect script failed.
Sep 12 15:31:42 matti diald[1450]: new state CLOSE action 0x8051a2c timeout -1
Sep 12 15:31:42 matti diald[1450]: Delaying 1 seconds before clear to dial.
Sep 12 15:31:42 matti diald[1450]: new state RETRY action 0x8051bd8 timeout -1
Sep 12 15:31:43 matti diald[1450]: new state DOWN action 0x8051138 timeout -1
Sep 12 15:31:44 matti diald[1450]: new state CONNECT action 0x8051200 timeout 90
Sep 12 15:31:44 matti diald[1450]: Calling site 192.168.0.2 
Sep 12 15:31:44 matti diald[1450]: No devices free to call out on.
Sep 12 15:31:44 matti diald[1450]: Connect script failed.

Does any one has working configuration files or a hint. I also tried to
find out which script diald is running but I cannot find it even with
strace not.

Kind Regards
Martin

 
-- 
Martin Bruns  mailto:[EMAIL PROTECTED]
fon: +49 221 2792134Weinsbergstr. 92
fax: +49 221 2792138   50823 Cologne
mob: +49 173 5320086 Germany


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




Re: idebus=xx and lilo

2002-09-12 Thread Bob Underwood

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 12 September 2002 09:25, Robert Ian Smit wrote:
> On Thu, Sep 12, 2002 at 09:09:39AM -0400, Bob Underwood wrote:
> > i have a new mainboard running woody with kernel 2.4.19-k7. 
> > during bootup, i get the following message:
> >
> > ide:  Assuming 33MHz system bus speed for PIO modes; override
> > with idebus=xx.
> >
> > lspci -v shows (in part) Flags:  bus master, 66MHz, medium
> > devsel, latency, which appears to indicate that i can safely pass
> > idebus=66 to the kernel.  is there a way to do so with lilo? 
> > i've added append="idebus=66"  to the append statement in the
> > default configuration and to the kernel section.  neither appears
> > to pass the information to the kernel.
>
> I noticed that to on my system. After some investigation I didn't
> bother changing things. I can't quite remember, but isn't the
> message an indication of the speed between the pci-controller and
> the ide-controller? As far as I know this doesn't involve the speed
> between ide-controller and your disk.
>
> If other people suggest changing idebus, I will look in to it
> again, but currently my disks use UDMA 100 (from the top of my
> head). Which was all I wanted really.
>
> Bob

thanks, i'll leave it alone for now.

bob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9gJtWD1FnKkrNf0URAsEEAJ9RZ33gCBr6Nm2AOSdVqjy7ydq6XQCg2Js7
vLIOi3xLYoxJf/vVi2vhTZA=
=/rm7
-END PGP SIGNATURE-


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




Re: idebus=xx and lilo

2002-09-12 Thread Stephen Gran

This one time, at band camp, Bob Underwood said:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> hi all,
> 
> i have a new mainboard running woody with kernel 2.4.19-k7.  during 
> bootup, i get the following message:
> 
> ide:  Assuming 33MHz system bus speed for PIO modes; override with 
> idebus=xx.
> 
> lspci -v shows (in part) Flags:  bus master, 66MHz, medium devsel, 
> latency, which appears to indicate that i can safely pass idebus=66 
> to the kernel.  is there a way to do so with lilo?  i've added 
> append="idebus=66"  to the append statement in the default 
> configuration and to the kernel section.  neither appears to pass the 
> information to the kernel.
> 
> i know it can be done with grub, but i've not used grub.  this may 
> give me the reason to change.
> 
> tia,
> bob
Notice it says 'for PIO modes' rather than for DMA modes.  A little
later in the boot process, you'll see something like:

PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfcf0-0xfcf7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xfcf8-0xfcff, BIOS settings: hdc:DMA, hdd:pio
hda: C/H/S=0/0/3 from BIOS ignored
hda: HITACHI_DK239A-65B, ATA DISK drive
hdc: CRN-8241B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 12594960 sectors (6449 MB) w/512KiB Cache, CHS=13328/15/63, UDMA(33)
hdc: ATAPI 24X CD-ROM drive, 128kB Cache, DMA

That'll tell you whether or not your drives actually use DMA.

HTH,
Steve

-- 
What passes for optimism is most often the effect of an intellectual error.
-- Raymond Aron, "The Opium of the Intellectuals"



msg01983/pgp0.pgp
Description: PGP signature


Re: downgrading from unstable to testing

2002-09-12 Thread Josh McKinney

On approximately Thu, Sep 12, 2002 at 07:49:08AM -0400, Kevin Coyner wrote:
> 
> If I want to live my debian life in the middle with 'testing', should I
> create a preferences file?  If I don't, and just put entries for testing
> at the top of my sources list, does that mean the apt-get function will
> never descend down beyond the first entries of sources.list?
> 
> Thanks
> Kevin
> 

If you just want to use testing you don't need a preferences file.  apt will
always install the latest version available.

Josh
-- 
Linux, the choice| Health nuts are going to feel stupid
of a GNU generation -o)  | someday, lying in hospitals dying of
Kernel 2.4.19-ck5-ll /\  | nothing.   -- Redd Foxx 
on a Athlon-XP  _\_v | 
 | 


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




connect two computers with USB

2002-09-12 Thread Olivier Esser

To be more precize, I would like to be able to transfer files from one computers to 
another using a USB cable. I have no idea how to configure this.




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




Changing appearance of (x-)terminal

2002-09-12 Thread Robert Ian Smit

I know what I don't want to do, but don't know what other options I
have.

I regularly log in to four or five different systems. An oops on a
couple of those systems would ill-serve me and a couple of other
people.

How can I change the appearance of a session to a host, using host
based configuration?

I don't want to create shortcuts on my desktop that start a
terminal-with-fancy-colours to really.important.host.

What can I do, apart from looking at the prompt, to change the way a
session looks? Pointers are fine. I don't know where to start.
Shell, getty, system, ssh, can of paint? 

Colours would be great, having a background image on the terminal
(if terminal support is available, otherwise ignore) would be
heaven. Any other obvious visual clues available?

Bob


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




Re: reinitializing a crashed SCSI CD-ROM drive without rebooting?

2002-09-12 Thread Nicos Gollan

On Thursday 12 September 2002 13:26, Bruno Boettcher wrote:
> so is there a way to let the CD-ROM drive reinitialize hard without
> stopping the machine?
> the SCSI controller is an Adaptec 2940

IIRC, we had something similar on this list some time ago. Have a look 
at the "Resetting SCSI CD-RW burner" thread (started 2002-08-13). In 
this thread, Edward Guldenmond wrote that cdrdao had such 
functionality.

Otherwise, AS A LAST RESORT AND WITHOUT ANY WARRANTY you might try 
unplugging the drive from the power supply. This could theoretically 
reset the drive and you could perhaps get it back with 
rescan-scsi-bus.sh from the scsitools package if it isn't available 
after plugging back in. The danger here is that it might just fry your 
SCSI bus or crash your system, but normally the devices are rather 
robust in that regard.

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


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




Re: No menus and weird field size in Openoffice

2002-09-12 Thread Jean-Marc V. Liotier

On Thu, 2002-09-12 at 15:05, Jean-Marc V. Liotier wrote:
> When I launch Openoffice, wether spreadsheet or word processor, the menu
> bar is not visible and all fields have really weird sizes (either so
> tiny one does not see what is in the field, or so big it takes most of
> the screen). Document opened with it are displayed and it responds to
> keyboard shortcuts, but the GUI is completely unusable. I really have no
> idea what to do. I would have said that GTK could be the culprit, but
> other GTK apps work fine. I'm puzzled. Has anyone ever seen such thing ?

I forgot to mention : I'm running unstable and I update every day.




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


Re: connect two computers with USB

2002-09-12 Thread Claudio Bley

On Thu, 2002-09-12 at 16:23, Olivier Esser wrote:
> To be more precize, I would like to be able to transfer files from one computers
> to another using a USB cable. I have no idea how to configure this.

You probably should have a look at http://www.linux-usb.org/usbnet/

-- 
Claudio Bley_ 
 ASCII ribbon campaign ( )
ICQ# 83197241 - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/ & vCards / \


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




Re: No menus and weird field size in Openoffice

2002-09-12 Thread Jean-Marc V. Liotier

On Thu, 2002-09-12 at 15:05, Jean-Marc V. Liotier wrote:
> When I launch Openoffice, wether spreadsheet or word processor, the menu
> bar is not visible and all fields have really weird sizes (either so
> tiny one does not see what is in the field, or so big it takes most of
> the screen). Document opened with it are displayed and it responds to
> keyboard shortcuts, but the GUI is completely unusable. I really have no
> idea what to do. I would have said that GTK could be the culprit, but
> other GTK apps work fine. I'm puzzled. Has anyone ever seen such thing ?

Apparently, the experience is reproductible : somebody answered me
off-list saying he had the exact same problem.




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


Re: [debian-user] RE: Most stable MSN and ICQ support?

2002-09-12 Thread Rüdiger Kuhlmann


>--[Alex Malinovich]--<[EMAIL PROTECTED]>
> On Thu, 2002-09-05 at 23:13, Josh Rehman wrote:
> > I think the best bet for a stable client is to run a good Windows client
> > like Trillian under Wine. In fact, Wine seems perfect for this purpose,
> > since the windows stuff has better protocol support and the API needs
> > are pretty mild.
> Hmm... Trillian... that sounds familiar... oh, that's right, it's the
> proprietary ripoff of Gaim. Reason enough to not use it. :)

*giggle* Trillian is the most buggy ICQ client you can think of. It's not even
able to route messages through the server if it fails to send it directly.

Try anything else - licq is ok if you want a graphical one; go for mICQ if
you need a text-based one. For Windows, go for Miranda. Of course, there are
more clients than that that are worth recommending.

-Rüdiger.

-- 
 100 DM sind  51 ¤  13 ¢.
 100 ¤  sind 195 DM 58 pf.
  mailto:[EMAIL PROTECTED]
http://www.ruediger-kuhlmann.de/


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




Re: Changing appearance of (x-)terminal

2002-09-12 Thread Jamin W . Collins

On Thu, 12 Sep 2002 16:26:26 +0200 Robert Ian Smit <[EMAIL PROTECTED]>
wrote:

> Colours would be great, having a background image on the terminal
> (if terminal support is available, otherwise ignore) would be
> heaven. Any other obvious visual clues available?

If you are using bash, take a look at the user's ~/.bashrc or the system
wide /etc/profile.  In either of these locations you should be able to set
something like the following:

  PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'

Which should set the title of the terminal window to the user@hostname:
pwd.  

HTH

-- 
Jamin W. Collins


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




question about amanda's backup user

2002-09-12 Thread Susan Kleinmann

Hello,

Is the following a reasonable invocation of adduser for adding 
a user named 'backup' on:
  the amanda-client host?
  the amanda-server host?

adduser --system --ingroup nogroup --home /var/run/backup \
--shell /bin/sh --disabled-password backup >/dev/null 2>&1 || true

Are there any security problems or filesystem problems (or amanda problems)
with using the above on either type of host?

TIA,
Susan


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




Re: Set group seting to multiple files

2002-09-12 Thread Travis Crump

martin f krafft wrote:
> one warning:
> 
>   NEVER, i repeat *N*E*V*E*R* use the -R flag to chmod/chgrp/chown if
>   the final argument is not a directory. for instance
> 
> chown -R pierre /music/mp3/*
> 
>   will eventually change *your entire filesystem* to be owned by
>   pierre!
> 

Can someone else confirm this because this doesn't make any sense to me 
and I have never encountered it.  I just tried a couple of tests trying 
to confirm this and was unable to reproduce it.


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




Re: Changing appearance of (x-)terminal

2002-09-12 Thread Stephen Gran

This one time, at band camp, Robert Ian Smit said:
> I know what I don't want to do, but don't know what other options I
> have.
> 
> I regularly log in to four or five different systems. An oops on a
> couple of those systems would ill-serve me and a couple of other
> people.
> 
> How can I change the appearance of a session to a host, using host
> based configuration?
> 
> I don't want to create shortcuts on my desktop that start a
> terminal-with-fancy-colours to really.important.host.
> 
> What can I do, apart from looking at the prompt, to change the way a
> session looks? Pointers are fine. I don't know where to start.  Shell,
> getty, system, ssh, can of paint? 
> 
> Colours would be great, having a background image on the terminal (if
> terminal support is available, otherwise ignore) would be heaven. Any
> other obvious visual clues available?
> 
> Bob

Depending on what terminal you're using, there's a couple of different
methods.  I think the KDE term supports profiles, and so does the new
GNOME-terminal (2.0.x, currently in unstable).  The idea being you can
set up a profile for really.important.host that has colors and
background associated with it, and can (I think) initiate an ssh session
when opened.

If you don't want that, I think Eterm supports reading different
conffiles (or more, properly, themes, with the -t option), and you can
set up a couple of configurations depending on which host you're sshing
into.  Not sure about xterm, though - it keeps mangling my keymaps, so
I've just been using (E | Gnome)terms for awhile.

HTH,
Steve
-- 
I've had a perfectly wonderful evening.  But this wasn't it.
-- Groucho Marx



msg01995/pgp0.pgp
Description: PGP signature


quick one about which realease I got

2002-09-12 Thread Mike Egglestone

Hi,
Just wondering if there's a quick way to know
which release I have running?
I know I can use "uname" but doesn't tell my Debian release.
or
I could just telnet localhost and see what comes up.
but is there a quick fast way or command to see what I'm running?

Thanks

Mike


-
This mail sent through IMP: http://horde.org/imp/


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




Re: vi saved file message from root

2002-09-12 Thread Bob Proulx

> >saved for recovery. You can recover most, if not all, of the
> >changes to this file using the -r option to vi:
> >
> > vi -r /tmp/vi.7faEP4

Richard Otte <[EMAIL PROTECTED]> [2002-09-11 21:23:12 -0700]:
> For almost a year a person with an account on my machine has been
> getting email from root about recovering a file that was being
> edited.  I do not know how to stop the user from getting these
> messages.  There is no file (/tmp/vi.7faEP4) that the message refers
> to, and so the user cannot recover it using vi.  If anybody has any
> suggestions about how to stop this, I'd appreciate it.  Thanks,

The file /tmp/vi.7faEP4 does not exist.  It is telling you that you
will be able to recover that file.  After recovery the file will
exist.  Not before.

You can list files that are available for recover with 'vi -r'.  At
boot time or perhaps by cron this is being mailed to users.

Even if you don't want to recover the file to end the message you
should do so.  You can delete the file after you have vi running on
the recovered file.  But that will move it out of the preserve area
and back into user space where you own the file again.

The vi program keeps spill files in /tmp.  When the system crashes it
and recovers it will save those files to /var/preserve or
/var/spool/preserve or /var/tmp/vi.recover or some such location.  You
have that and if you look you will find a file there.  Most systems
will put a tmp cleaner on that directory and will delete files which
are older than a week or so.  If the user has not recovered the file
in a week after a system crash then they don't care and you should
clean up the crash file.  Some vi programs keep them in
/var/tmp/vi.recover so that they are naturally cleaned by the system
tmp cleaners.  You are running one of those, aren't you?

Let me be critical.  But this is meant to be constructive.  This is
clearly a case where RTFM would solved your problem.  Let's look at
'man vi'

   -r Recover the specified files, or, if  no  files  are
  specified,  list the files that could be recovered.
  If no  recoverable  files  by  the  specified  name
  exist,  the  file is edited as if the -r option had
  not been specified.

Just do the command it is suggested.  It looks from your mail that you
never tried that.  You are root on the machine so you can become them
if you want to try this yourself instead of waiting for them to do it.

  su root# become root
  su - user  # become the user
  vi -r /tmp/vi.7faEP4   # run the command as the user

If after running that command as that user if it fails to recover the
file then you certainly have probably found a problem.  But I bet it
works.

Bob



msg01997/pgp0.pgp
Description: PGP signature


Re: quick one about which realease I got

2002-09-12 Thread Tom Massey

* Mike Egglestone <[EMAIL PROTECTED]> [2002-09-13 01:42]:
> but is there a quick fast way or command to see what I'm running?

cat /etc/debian_version


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




Re: Set group seting to multiple files

2002-09-12 Thread Bob Proulx

martin f krafft <[EMAIL PROTECTED]> [2002-09-12 13:33:35 +0200]:
>   these two can be combined:
> 
> chown -R pierre.music /music/mp3

A very, very small point.  The '.' is deprecated in favor of the ':'
and so this is preferably:

chown -R pierre:music /music/mp3

The ':' is not a valid user or group name character and therefore will
work even if the name has a dot in it.  The original code used a '.'
but that was a poor choice which has been corrected.

Bob



msg01999/pgp0.pgp
Description: PGP signature


Re: Set group seting to multiple files

2002-09-12 Thread Keith Robinson

On Thu, Sep 12, 2002 at 01:49:33PM +0200, Pierre Dupuis wrote:
 > OK !
 > 
 > I'm sorry to be a newbie :// I need more explanation.. I will be
 > more explicit
 > 
 > I've got some files owned by root and part as root group.
 > First i want to made them audio group.
 > Then i want to set a read permission for group audio on these files.
 > 
 > I have look at the man chmod but it is not very limpid.
 > 
 > Maybe someone can help me :)
 > 
 > Pierre Dupuis
 > [EMAIL PROTECTED]
 >

 

  chgrp audio   ...

  OR

  chgrp -R audio 

  This will change the group from root (or whatever) to audio - the first will do 
files, the second directories.  However, you need to be the owner in order to make any 
ownership/permission changes.

  chmod g+r   ...

  OR

  chmod -R g+r 

  This will give group read permissions - the first for individual files, the second 
for whole directories.

  Hope that's "limpid" enough for you, pierre ;)

 Keith 


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




Re: Sid & Openoffice (user interface font not working)

2002-09-12 Thread Chris Halls

Hi Michael!

On Thu, Sep 12, 2002 at 05:09:34PM +0200, Michael Meskes wrote:
> I just upgraded my testing machine to unstable and installed KDE3.0.3.
> All worked well except that openoffice no longer shows a single
> character. That is there is no longer any character in the menues,
> windows, etc.
> 
> Did anyone else have such an effect? Yes, I know this is pre-unstable,
> but it better does not happen once the packages come up to sid. :-)

Yours is the third such report I've seen today - something must've gone
wrong with fonts somewhere.  The person I spoke on on IRC found that he
could get it to work by removing fonts from the font path until it started,
then changing the user interface font a la README.gz.  That makes OOo use
the font you ask for instead of automatically looking for a font... and
finding one that doesn't work properly.

It would be good to find out which font is being picked on these problem
machines.  I can't reproduce it here.

Chris



msg02001/pgp0.pgp
Description: PGP signature


Re: quick one about which realease I got

2002-09-12 Thread James Troup

Mike Egglestone <[EMAIL PROTECTED]> writes:

> but is there a quick fast way or command to see what I'm running?

cat /etc/debian_version

-- 
James


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




Re: Set group seting to multiple files

2002-09-12 Thread Ken Irving

On Thu, Sep 12, 2002 at 11:28:00AM -0400, Travis Crump wrote:
> martin f krafft wrote:
> >one warning:
> >
> >  NEVER, i repeat *N*E*V*E*R* use the -R flag to chmod/chgrp/chown if
> >  the final argument is not a directory. for instance
> >
> >chown -R pierre /music/mp3/*
> >
> >  will eventually change *your entire filesystem* to be owned by
> >  pierre!
> >
> 
> Can someone else confirm this because this doesn't make any sense to me 
> and I have never encountered it.  I just tried a couple of tests trying 
> to confirm this and was unable to reproduce it.

I did this once, then panicked and halted the process when I heard 
a lot of disk activity.  The problem is (I think) that the wildcard
matches the .. file and the process recurses back into the parent
directory, etc.

I'd recommend using find for this sort of thing, as it allows you to 
select files and directories with a lot of flexibility, view them 
before doing anything, then do the job a file at a time.

$ find /music/mp3  # ... view & check the list of files 
$ find /music/mp3 -exec echo chown -R pierre {} \; # ... check commands
$ find /music/mp3 -exec chown -R pierre {} \; # ... do it

This is probably a lot slower than using recurse options in commands,
but I feel it can be safer.

-- 
Ken Irving <[EMAIL PROTECTED]>


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




Re: Set group seting to multiple files

2002-09-12 Thread Colin Watson

On Thu, Sep 12, 2002 at 11:28:00AM -0400, Travis Crump wrote:
> martin f krafft wrote:
> >one warning:
> >
> >  NEVER, i repeat *N*E*V*E*R* use the -R flag to chmod/chgrp/chown if
> >  the final argument is not a directory. for instance
> >
> >chown -R pierre /music/mp3/*
> >
> >  will eventually change *your entire filesystem* to be owned by
> >  pierre!
> 
> Can someone else confirm this because this doesn't make any sense to me 
> and I have never encountered it.  I just tried a couple of tests trying 
> to confirm this and was unable to reproduce it.

It doesn't make any sense to me either. You can see what chown is doing
by adding the -v flag, and:

  [cjwatson@riva ~/tmp]$ sudo chown -v -R www-data svn-dump.*
  changed ownership of `svn-dump.142' to www-data
  changed ownership of `svn-dump.149' to www-data

There's other stuff under there, so I don't understand why -R on a file
could be bad.

-- 
Colin Watson  [[EMAIL PROTECTED]]


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




Re: Sid & Openoffice (user interface font not working)

2002-09-12 Thread marshal

> "Chris" == Chris Halls <[EMAIL PROTECTED]> writes:

> Hi Michael!
> On Thu, Sep 12, 2002 at 05:09:34PM +0200, Michael Meskes wrote:
>> I just upgraded my testing machine to unstable and installed
>> KDE3.0.3.  All worked well except that openoffice no longer
>> shows a single character. That is there is no longer any
>> character in the menues, windows, etc.
>> 
>> Did anyone else have such an effect? Yes, I know this is
>> pre-unstable, but it better does not happen once the packages
>> come up to sid. :-)

> Yours is the third such report I've seen today - something
> must've gone wrong with fonts somewhere.  The person I spoke on
> on IRC found that he could get it to work by removing fonts from
> the font path until it started, then changing the user interface
> font a la README.gz.  That makes OOo use the font you ask for
> instead of automatically looking for a font... and finding one
> that doesn't work properly.

> It would be good to find out which font is being picked on these
> problem machines.  I can't reproduce it here.

Here's a bug report on the problem.

http://www.openoffice.org/issues/show_bug.cgi?id=2612

In summary, it seems that if you don't use freetype for X, it'll work,
but then you don't get true type fonts...

Good Luck

Marshal


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




Re: Set group seting to multiple files

2002-09-12 Thread Colin Watson

On Thu, Sep 12, 2002 at 08:07:24AM -0800, Ken Irving wrote:
> I did this once, then panicked and halted the process when I heard 
> a lot of disk activity.  The problem is (I think) that the wildcard
> matches the .. file and the process recurses back into the parent
> directory, etc.

'*' doesn't match .. in normal (POSIX) shells. '.*' does, though.

-- 
Colin Watson  [[EMAIL PROTECTED]]


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




Re: Sid & Openoffice (user interface font not working)

2002-09-12 Thread Jean-Marc V. Liotier

On Thu, 2002-09-12 at 18:03, Chris Halls wrote:
> 
> On Thu, Sep 12, 2002 at 05:09:34PM +0200, Michael Meskes wrote:
> > I just upgraded my testing machine to unstable and installed KDE3.0.3.
> > All worked well except that openoffice no longer shows a single
> > character. That is there is no longer any character in the menues,
> > windows, etc.
> > 
> > Did anyone else have such an effect? Yes, I know this is pre-unstable,
> > but it better does not happen once the packages come up to sid. :-)
> 
> Yours is the third such report I've seen today - something must've gone
> wrong with fonts somewhere.  The person I spoke on on IRC found that he
> could get it to work by removing fonts from the font path until it started,
> then changing the user interface font a la README.gz.  That makes OOo use
> the font you ask for instead of automatically looking for a font... and
> finding one that doesn't work properly.
> 
> It would be good to find out which font is being picked on these problem
> machines.  I can't reproduce it here.

Sound quite like my "No menus and weird field size" problem. If you
could elaborate on the steps required to identify the problem font, I
would post it to the lists.

It may just be a coincidence, but I have observer weird font behavior on
my system lately, with the Microsoft TTF fonts no longer being available
although I tried reinstalling the msttcorefonts package.

In the "pick a font" dialog in Gnome, many fonts are marked as "the
selected font is not available". I can list them for you if you want.





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


debian hints server, a debian quote of the day that gives help?

2002-09-12 Thread Walter Tautz

just curious if such a beast could be created or exists already.  People could
subscribe to it or perhaps it could be a packages on their local system that
would periodically mail them little hints on how better to use a particular
piece of software.


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




Linux in Universities

2002-09-12 Thread Dan Kegel

Hi all,
not quite who to contact to get input from the Debian project
on this -- apologies if "debian-user" isn't the right place.

I've put together a resource page re "Linux in Universities"
at http://www.kegel.com/linux/edu/
My goal is to encourage universities to support Linux and
free software in general, and to provide information on
the current state of Linux support at universities.

I would appreciate your feedback on the content.  If there's anything
missing there from your point of view, please let me know,
and I'll see if I can fix it.  

Thanks,
Dan Kegel


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




Re: updatedb oddity

2002-09-12 Thread valerian

On Wed, Sep 11, 2002 at 10:55:13PM -0500, Alex Malinovich wrote:
> Ever since I first set up my box updatedb has always run on a
> semi-regular basis and kept the locate db updated. Recently, it appears
> to have stopped doing this. Every 8 days or so when I try to "locate"
> something, I get a warning that the db is 8 or more days old. Is there a
> cron job that should be doing this that I can look at, or is it handled
> via something else? TIA.

Yep, there's a daily cronjob:  /etc/cron.daily/find

My locatedb stopped getting updated when I upgraded to woody, because my
fstab had / as type 'auto', but /etc/updatedb.conf put 'auto' in the PRUNEFS
env variable.


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




Re: Set group seting to multiple files

2002-09-12 Thread martin f krafft

also sprach Travis Crump <[EMAIL PROTECTED]> [2002.09.12.1728 +0200]:
> >one warning:
> >
> >  NEVER, i repeat *N*E*V*E*R* use the -R flag to chmod/chgrp/chown if
> >  the final argument is not a directory. for instance
> >
> >chown -R pierre /music/mp3/*
> >
> >  will eventually change *your entire filesystem* to be owned by
> >  pierre!
> >
> 
> Can someone else confirm this because this doesn't make any sense to me 
> and I have never encountered it.  I just tried a couple of tests trying 
> to confirm this and was unable to reproduce it.

/music/mp3/* includes .. and since you are doing things the recursive
way...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
"it usually takes more than three weeks
 to prepare a good impromptu speech.
 -- mark twain



msg02011/pgp0.pgp
Description: PGP signature


Re: Set group seting to multiple files

2002-09-12 Thread martin f krafft

also sprach Colin Watson <[EMAIL PROTECTED]> [2002.09.12.1809 +0200]:
> It doesn't make any sense to me either. You can see what chown is doing
> by adding the -v flag, and:
> 
>   [cjwatson@riva ~/tmp]$ sudo chown -v -R www-data svn-dump.*
>   changed ownership of `svn-dump.142' to www-data
>   changed ownership of `svn-dump.149' to www-data
> 
> There's other stuff under there, so I don't understand why -R on a file
> could be bad.

-R on files isn't, but -R with wildcards is just because it's too easy
to include .. in the wildcard.

note that my original warning was intentionally left vague because
i didn't want to flood the asker with complicated information.

having now checked it (chmod -R u+r ~/* is a non-destructive way in
98% of the cases), it seems that things changed. the reason i warned
was because i once fell victim to this, so i have engraved in my brain
that -R and * should not be used. from what i can tell, i have been
surfing happily, never using that combination, for the past 6 years or
so.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
first snow, then silence.
this thousand dollar screen dies
so beautifully.



msg02012/pgp0.pgp
Description: PGP signature


Re: Linux in Universities

2002-09-12 Thread Mike Egglestone

Good work!,
One small suggestion, (if possible)
add one big bold link to debian.org

Cheers,
Mike

Quoting Dan Kegel <[EMAIL PROTECTED]>:

> Hi all,
> not quite who to contact to get input from the Debian project
> on this -- apologies if "debian-user" isn't the right place.
> 
> I've put together a resource page re "Linux in Universities"
> at http://www.kegel.com/linux/edu/
> My goal is to encourage universities to support Linux and
> free software in general, and to provide information on
> the current state of Linux support at universities.
> 
> I would appreciate your feedback on the content.  If there's anything
> missing there from your point of view, please let me know,
> and I'll see if I can fix it.  
> 
> Thanks,
> Dan Kegel
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 




-
This mail sent through IMP: http://horde.org/imp/


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




Re: Dselect wont show installed programs

2002-09-12 Thread Brian Nelson

Robert Ian Smit <[EMAIL PROTECTED]> writes:

> On Thu, Sep 12, 2002 at 05:54:54AM -0700, Armenteros Roberto wrote:
>> This is my first time using dselect to install debian.
>> I did install X and all the necesary components, but
>> it went horrible and it didnt work, so I decided to
>> install it by hand.
>
> I only use dselect when installing the system for the very first
> time. I say no to run tasksel and then enter dselect and exit as
> soon as I can. This will install all basic packages you really need.
>
> After that everything is installed with apt-get. Most documentation
> concerning Debian mentions apt-get anyway so if you want to do foo on
> your system all you usually need to do is apt-get foo.
>
> Sorry about not being able to give a direct answer to your question,
> but maybe you'll like this alternative.

This is generally poor advice.  A typical would be much better off using
an interactive apt frontend for package management.  If dselect gives
you the willies, then try aptitude.

-- 
People said I was dumb, but I proved them!


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




Re: integrity checkers

2002-09-12 Thread Geek Assault

On Thu, Sep 12, 2002 at 12:52:23PM +0200, martin f krafft wrote:
> tripwire's only in unstable right now, which is enough to make me want
> to finally ditch it and go for one of the other integrity checkers:
> 
>   aide, samhain, integrit
> 
> the question is, which one? can you provide some information or tell
> me about your experiences, or maybe give me the reasons that led you
> to choose one over the others?
> 
> thanks!
> 
> -- 
> martin;  (greetings from the heart of the sun.)
>   \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
>  
> "vulgarity is simply the conduct of other people."
> -- oscar wilde

I'm running AIDE for a while allready right now. I don't know about tripwire, but I 
mainly started using AIDE because 
it's in Debian unlike tripwire (is it still commercial ?? no ?? please don't kill me 
in that case :)

It's actually a fine program. Does give you lots of information, though. MUCH 
information. But I do look at it 
once every 3/4 days. I try to keep track of what's going on. I don't suppose I still 
have got to convince you
of the advantages of an IDS since you are know more than I do :) If you're really a 
controlfreak I think
you're gonna like it. No experiences with the others though. Very positive anyway 
about this one.

-- 
It is, of course, a bit of a drawback that science was invented after I left school. 
-- Lord Carrington



msg02015/pgp0.pgp
Description: PGP signature


Re: Linux in Universities

2002-09-12 Thread martin f krafft

> Hi all,
> not quite who to contact to get input from the Debian project
> on this -- apologies if "debian-user" isn't the right place.

Well, since one of your selling arguments is the low-cost, you could
make Debian stand out on this page because it's the only really free
Linux operating system.

You also want to know about http://wiki.debian.net/DebianEdu

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
qvid me anxivs svm?



msg02016/pgp0.pgp
Description: PGP signature


Re: merging two ps files

2002-09-12 Thread martin f krafft

also sprach Oki DZ <[EMAIL PROTECTED]> [2002.09.12.0430 +0200]:
> gs -r300x300 -dNOCACHE -sPAPERSIZE=a4 -dNOPAUSE -sDEVICE=pdfwrite -dBATCH
> -sOutputFile=test3.pdf test1.ps test2.ps
> 
> You can change the -sDevice to pswrite if you want ps output.

doing this still causes the .ps file to be one page only when opened
in gv.

thanks though!

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
"only the hypocrite is really rotten to the core."
  -- hannah arendt



msg02017/pgp0.pgp
Description: PGP signature


Re: connect 2 computers with USB

2002-09-12 Thread Derrick 'dman' Hudson

On Thu, Sep 12, 2002 at 03:28:45PM +0200, Robert Ian Smit wrote:
| On Thu, Sep 12, 2002 at 03:17:00PM +0200, Olivier Esser wrote:
| > Is it possible to connect two computers with a USB cable?
| 
| Yes, but it won't get you a network if that is what you
| want.

Sure it will.  Ok, the network will be very small (precisely 2
machines), but it is a network.  If you want to share your Internet
connection, then one of the machines would need another connection to
the outside world, and you would need to find a way to
proxy/masquerade requests.  The former condition is easy, but the
latter I'm not sure about.

-D

-- 
A kindhearted woman gains respect,
but ruthless men gain only wealth.
Proverbs 11:16
 
http://dman.ddts.net/~dman/



msg02018/pgp0.pgp
Description: PGP signature


Re: integrity checkers

2002-09-12 Thread martin f krafft

thanks for the information. 1:0:0:0 for aide it is. i'd be interested
in people with samhain and integrit experience.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
joan of arc heard voices too.



msg02019/pgp0.pgp
Description: PGP signature


Re: NTP not syncronising

2002-09-12 Thread Kenneth Macdonald Karlsen

On Thu, 2002-09-12 at 03:35, David Cureton wrote:
> Hi all,
>   Anyone else had trouble with ntp lately. I have two hosts that used to 
> syncronise fine, however now they will not hold sync to remote time servers.  
> I don't see anything abnormal with there configuration or operation of NTP. 
> About the only change was an update of debian distibution. 
> 
> At first I thought that the crystal of one of the machaines was way out of 
> wack, however I then noticed that both machines had the same problem.
> 
> I am interested if anyone else has had similar troubles before i dive headl 
> ong into find out why my two hosts no longer sync/
> 
> Current version of distribution is latest unstable.
> 
> Cheers,
> David

I also had some problem with that.
My problem was simple, the hardware clock was about 20 minutes different
from timeserver so ntp just killed itself. i adjusted the clock quite
close to the timeserver and everything was ok again.
Kenneth

> 
> 
> -- 
> 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: Set group seting to multiple files

2002-09-12 Thread Ken Irving

On Thu, Sep 12, 2002 at 05:20:48PM +0100, Colin Watson wrote:
> On Thu, Sep 12, 2002 at 08:07:24AM -0800, Ken Irving wrote:
> > I did this once, then panicked and halted the process when I heard 
> > a lot of disk activity.  The problem is (I think) that the wildcard
> > matches the .. file and the process recurses back into the parent
> > directory, etc.
> 
> '*' doesn't match .. in normal (POSIX) shells. '.*' does, though.

I'm pretty sure I used the latter construct, since (I dimly recall)
I was trying to operate on files with a '.' in the name.  Thanks for
the clarification.  This defuses martin's warning to an extent, but
it's a gotcha that got me, and a learning experience.

-- 
Ken Irving <[EMAIL PROTECTED]>


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




Re: Changing appearance of (x-)terminal

2002-09-12 Thread Time

On Thu, Sep 12, 2002 at 04:26:26PM +0200, Robert Ian Smit wrote:
> Colours would be great, having a background image on the terminal
> (if terminal support is available, otherwise ignore) would be
> heaven. Any other obvious visual clues available?

Within X using Eterm you can specify the background image in a terminal
and then use keybindings to call up that shell, for example my
Enlightenment keybings.cfg might look like:

  __NEXT_ACTION
__KEY e
__EVENT __KEY_PRESS
__MODIFIER_KEY __ALT
__ACTION __A_EXEC "Eterm --scrollbar off --buttonbar off --background-pixmap 
~/maps/singularity.jpg --exec ssh [EMAIL PROTECTED]"

:where alt e is bound to that command.

Also, on other boxes, you can customize your .bashrc or even use ansi
colors in .zshrc 's PS1 prompt declaration. Here is my .zshrc as an
example:

http://www.clockbot.net/pub/tools/Zshell/zshrc


Hope this helps.

-- 
Regards,

Time



   13

   \
9   .  3   clockbot.net
   /

6




msg02022/pgp0.pgp
Description: PGP signature


not mailing output of cronjobs

2002-09-12 Thread Kenneth Macdonald Karlsen

Hi all.
I tried to read man but with no success.
How do i avoid to get a report by mail of a specific cronjob?
I run it hourly and I do not want to receive mail about it.

Kenneth




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




Re: not mailing output of cronjobs

2002-09-12 Thread Mike Dresser

On 12 Sep 2002, Kenneth Macdonald Karlsen wrote:

> Hi all.
> I tried to read man but with no success.
> How do i avoid to get a report by mail of a specific cronjob?
> I run it hourly and I do not want to receive mail about it.
>
> Kenneth

put a >/dev/null 2>&1 at the end of your crontab entry.

This redirects output to /dev/null

Mike


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




  1   2   3   >